/* ==========================================================================
 *
 * Mobile Devices
 *
 * -------------------------------------------------------------------------- */
body {
  background-color: #ebeff5;
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  line-height: 1.5rem; 

  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

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

a.btn {
  border: 1px solid #003780;
  border-radius: 1.5rem;
  color: #003780;
  display: inline-block;
  font-size: 14px;
  line-height: 2.875rem;
  padding: 0 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  white-space: nowrap;
}
a.btn:hover {
  background-color: #004cad;
  color: white;
  text-decoration: none;
}

.pc {
  display: none;
}

hr {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin: 1.5rem 0;
}

.bold {
  font-weight: bold;
}

.mt {
  margin-top: 1.5rem;
}

.mb {
  margin-bottom: 1.5rem;
}

.ml {
  margin-left: 10%;
}

.mr {
  margin-right: 10%;
}

::-moz-selection {
  background-color: rgba(0, 76, 173, .2);
  color: rgba(0, 0, 0, .8);
}

::selection {
  background-color: rgba(0, 76, 173, .2);
  color: rgba(0, 0, 0, .8);
}

::-moz-selection {
  background-color: rgba(0, 76, 173, .2);
  color: rgba(0, 0, 0, .8);
}

/* Contents - Mobile -
   ========================================================================== */
.cover {
  background-color: #004cad;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cover img {
  display: block;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  max-width: 80%;
}
.cover.hide img {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

#header {
  background-color: #004cad;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5%;
  position: fixed;
  width: 100%;
  height: 3rem;
  z-index: 10; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
#header.hide {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

#logo {
  position: relative;
  height: 1.5rem;
  z-index: 1;
}

#nav {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: 1.125rem;
  padding-top: 72px;
  position: absolute;
  text-align: center;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
}
#nav.active {
  background-color: #004cad;
  overflow-y: scroll;
  left: 0;
  height: 100vh; 

  -webkit-overflow-scrolling: touch;
}
#nav li {
  padding: 1.5rem 0;
}
#nav a {
  color: #7990ad;
}
#nav span {
  color: white;
  display: block;
  font-size: 14px;
}
#nav .btn-search {
  color: white;
  font-size: 18px;
  text-align: center;
}

.header-search {
  background-color: #003780;
  color: #fff;
  padding: 1.5rem 5%;
}
.header-search a {
  color: #fff !important;
  display: block;
  text-align: center; 
  text-decoration: none;
}
.header-search .wrap {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 2.9375rem;
}
.header-search .wrap a {
  font-size: 18px;
  line-height: 3rem;
  width: 3rem;
  height: 2.9375rem; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.header-search input {
  background: none;
  border: none;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 100;
  line-height: 2.9375rem;
  width: 100%; 

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.header-search dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin: 1.5rem auto .75rem; 

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-search dl a {
  border-radius: .75rem;
  margin-right: .75rem;
  padding: 0 .75rem;
  min-width: 6rem;
}
.header-search dt {
  margin-bottom: .75rem;
  text-align: left;
  min-width: 9rem;
}
.header-search dd {
  margin-bottom: .75rem;
}

.nav-trigger {
  margin-left: auto;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
.nav-trigger span {
  background-color: white;
  display: inline-block;
  position: absolute;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: 100%;
  height: 1px;
}
.nav-trigger span:nth-of-type(1) {
  top: 0;
}
.nav-trigger span:nth-of-type(2) {
  margin-top: -1px; 
  top: 50%;
}
.nav-trigger span:nth-of-type(3) {
  bottom: 0;
}
.nav-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(315deg);
  -ms-transform: translateY(11px) rotate(315deg);
  transform: translateY(11px) rotate(315deg);
}
.nav-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(-315deg);
  -ms-transform: translateY(-11px) rotate(-315deg);
  transform: translateY(-11px) rotate(-315deg);
}

#contents {
  padding-top: 3rem;
}

.title {
  background: url(../images/title.jpg) center top no-repeat;
  background-size: cover;
  padding: 1.5rem 5% 0;
  min-height: 6rem;
}

.mark {
  background-color: #003780;
  border-radius: 100%;
  color: white;
  display: block;
  line-height: 3rem;
  text-align: center;
  width: 3rem;
  height: 3rem;
}
.mark.music {
  background-color: #004cad;
}
.mark.anime {
  background-color: #a700ad;
}
.mark.event {
  background-color: #ad0000;
}
.mark.other {
  background-color: #00adad;
}

.player {
  display: none;
}

.mark {
  position: relative;
}
.mark svg {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.mark .fa-volume-up {
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%; 
  left: 50%;
}

.start .fa-volume-up {
  opacity: 1;
}

.start .fa-volume-off {
  opacity: 0;
}

.btns {
  margin: 2.25rem 5%;
}

.btn-back {
  display: inline-block;
  font-size: 12px;
  height: 1.5rem;
}
.btn-back span {
  background-color: #003780;
  border-radius: 100%;
  color: white;
  display: inline-block;
  line-height: 1.425rem;
  margin-right: .5em;
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .75rem 0; 
  text-align: center;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.links li {
  padding: .75rem .75rem .75rem 0;
}
.links a {
  color: #fff;
  display: block;
  font-size: 10px;
  line-height: 1.65rem;
  height: 1.5rem;
}

.buy {
  background-color: #00ad8e;
  border-radius: .75rem;
  width: 5.25rem;
}

.tab {
  font-size: 12px;
  text-align: center;
}
.tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.tab li {
  margin: .375rem .375rem;
}
.tab a {
  border-radius: .75rem;
  display: block;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pager .mark {
  background-color: transparent;
  border: 1px solid #003780;
  color: #003780;
  line-height: 2.85rem; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.pager ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
  -webkit-justify-content: center;
  justify-content: center;
}
.pager li {
  color: #999;
  padding: 0 .5em;
}

h1 {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-bottom: 1.125rem; 

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
h1 span {
  font-size: 24px;
  line-height: 1.8rem;
  padding-right: .5em;
  height: 24px;
}

h2 {
  border-left: 2px solid #004cad;
  color: #004cad;
  font-size: 24px;
  line-height: 3rem;
  margin-bottom: 3rem;
  padding-left: 1.375rem;
}

h3 {
  color: #004cad;
  font-size: 12px;
  padding: 1.5rem 0;
}
h3 span {
  display: block;
  font-size: 18px;
  line-height: 1.8rem;
  height: 1.5rem;
}

.crumbs {
  color: white;
  font-size: 10px;
  line-height: .75rem;
  padding-bottom: .375rem;
}
.crumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.crumbs li {
  margin-right: 1em;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.crumbs li:last-child {
  margin-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 

  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.crumbs svg {
  margin-left: 1em;
}
.crumbs a {
  color: white;
}
.crumbs a svg {
  margin-left: 0;
}

.content {
  background: white;
  padding: 1.5rem 5% 3rem;
}
.content .tab {
  margin: 1.125rem 0;
}
.content .tab .on {
  background-color: #003780;
  color: #fff;
}

.swiper-container {
  overflow: hidden;
}

.detail .content {
  padding: 0;
}
.detail .content .wrap {
  border-top: 1px solid #ebeff5;
  margin: 0 5%;
  padding: 1.5rem 0 3rem;
}
.detail .content .wrap:first-of-type {
  border-top: none;
  margin: 0;
  padding: 0;
}

.artist-detail-single .content .wrap:first-of-type {
  margin: 0 5%;
  padding: 1.5rem 0 3rem;
}

.main {
  margin: 0 5%;
}

.title-category {
  display: block;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.65rem;
  text-align: center;
  height: 1.5rem;
}
.title-category.artist {
  color: #999;
}

.links-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  padding: 1.5rem 0;
  text-align: center; 

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.links-detail li {
  margin: 0 .375rem;
}
.links-detail .mark {
  background-color: transparent;
  border: 1px solid #003780;
  color: #003780;
  font-size: 24px;
  line-height: 4.375rem;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: 4.5rem;
  height: 4.5rem;
}
.links-detail .buy {
  background: transparent;
  color: #00ad8e;
  width: auto;
}
.links-detail .buy .mark {
  border-color: #00ad8e;
  color: #00ad8e;
}
.links-detail a.start .mark {
  background-color: #004cad;
  border-color: #004cad;
  color: #fff;
}

.header-detail {
  border-bottom: 1px solid #ebeff5;
  font-size: 14px;
  padding: .75rem 0 1.4375rem;
}
.header-detail h2 {
  border: none;
  color: rgba(0, 0, 0, .8);
  font-size: 24px;
  line-height: 2.25rem;
  margin-bottom: 0;
  padding-bottom: 2.25rem;
  padding-left: 0;
}
.header-detail p {
  color: #999;
  font-size: 12px;
}
.header-detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  padding-bottom: 1.5rem; 

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.header-detail dt {
  line-height: 1.8rem;
  padding-right: 1em;
  height: 1.5rem;
}
.header-detail dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-detail dd a {
  display: block;
  margin-right: 1em;
}
.header-detail dd svg {
  margin-right: .5em;
}

.text-detail {
  font-size: 14px;
  padding: 3rem 0;
}
.text-detail a {
  text-decoration: underline;
}
.text-detail .text-more {
  margin-bottom: 1.5rem;
  overflow: hidden;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  height: 24rem;
}
.text-detail .text-more.active {
  margin-bottom: 0;
  height: auto;
}
.text-detail h3,
.text-detail dt {
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  font-weight: bold;
  padding: .75rem 0;
}
.text-detail p {
  padding-bottom: 1.5rem;
}
.text-detail dd {
  padding-bottom: 1.5rem;
}
.text-detail svg {
  margin-right: .5em;
}

.links-outer {
  border-top: 1px solid #ebeff5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin: 0 5%;
  padding: 2.1875rem 0 2.25rem; 

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.links-outer li {
  padding: .75rem 0; 
  width: 50%;
}
.links-outer li:nth-child(2n) {
  padding-left: 1.5rem;
}
.links-outer svg {
  margin-right: .5em;
}

.index .content {
  padding-top: 0;
}
.index .content .contents-wrap:last-child {
  border: none;
  padding-bottom: 1.5rem;
}

.contents-header {
  background-color: #003780;
  color: white;
  padding: 1.5rem 5%;
}

.contents-footer {
  background-color: #003780;
  color: white;
  padding: 0 5% 1.5rem;
}

.contents-wrap {
  border-bottom: 1px solid #ebeff5;
  padding: 3rem 0 2.9375rem;
}

.local-search {
  color: #fff;
}
.local-search .wrap {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 2.9375rem;
}
.local-search a {
  color: #fff;
  font-size: 18px;
  line-height: 3rem;
  text-align: center;
  width: 3rem;
  height: 2.9375rem;
}
.local-search input {
  background: none;
  border: none;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: .1em;
  line-height: 2.9375rem;
  padding-right: .75rem;
  text-align: right;
  width: 100%; 

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.local-search input::-webkit-input-placeholder {
  color: white;
}
.local-search input:-ms-input-placeholder {
  color: white;
}
.local-search input::placeholder {
  color: white;
}

.column-search {
  background-color: #003780;
  margin-top: 3rem;
}
.column-search input {
  line-height: 2.6875rem;
  padding-right: 0;
  padding-left: .75rem;
  text-align: left;
}

.nav-word {
  background-color: #003780;
  padding-top: 1.5rem;
}
.nav-word ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav-word li {
  width: 20%;
}
.nav-word a {
  color: white;
  display: block;
  line-height: 3rem;
  margin: 0 auto;
  text-align: center;
  width: 3rem;
  height: 3rem;
}
.nav-word a.on {
  background-color: #004cad;
}

.list-image {
  padding-bottom: 1.5rem;
  text-align: center;
}
.list-image li {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.list-image li.hide {
  opacity: .1;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.list-image a {
  color: rgba(0, 0, 0, .8);
}
.list-image figure {
  background-color: #003780;
  padding-top: 100%;
  position: relative; 
  width: 100%;
}
.list-image figure img {
  font-family: 'object-fit: contain;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: contain;
}
.list-image p {
  font-size: 14px;
  padding: 1.5rem 0;
}
.list-image dl {
  font-size: 14px;
  padding: 1.5rem 0;
}
.list-image dd {
  color: #999;
  font-size: 12px;
}

.tab-pickup {
  font-weight: bold;
}
.tab-pickup li {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.tab-pickup a {
  width: 3rem;
}
.tab-pickup li:nth-child(2) a {
  width: 5.25rem;
}

.list-pickup {
  padding-bottom: 3rem;
}
.list-pickup a {
  color: rgba(0, 0, 0, .8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 

  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.list-pickup li {
  border-bottom: 1px solid #ebeff5;
  font-size: 15px;
  padding: 1.5rem 0 1.4375rem;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.list-pickup li:nth-child(n+9) {
  display: none;
}
.list-pickup li.hide {
  opacity: .1;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.list-pickup.active li:nth-child(n+9) {
  display: block;
}
.list-pickup figure {
  background-color: #003780;
  margin-right: 1.5rem;
  position: relative; 
  width: 6rem;
  height: 6rem;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.list-pickup figure img {
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: cover;
}
.list-pickup figure img {
  object-fit: contain;
}
.list-pickup dl {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-flow: 1;
  -ms-flex-flow: 1;
  flex-flow: 1;
}
.list-pickup dt {
  color: #999;
  font-size: 12px;
}

.tab-contents {
  font-weight: bold;
  padding: 1.5rem 0;
}
.tab-contents li {
  padding-top: 0;
  padding-bottom: 0;
}
.tab-contents a {
  border: 1px solid #003780;
  color: white;
  line-height: 1.375rem; 
  width: 4.5rem;
}
.tab-contents a.on {
  border-color: white;
}
.tab-contents li:nth-child(4) a {
  width: 6rem;
}

.tab-artist {
  font-weight: bold;
  padding: 0 5%;
}
.tab-artist ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.tab-artist a {
  width: 3rem;
}
.tab-artist li:nth-child(2) a {
  width: 4.5rem;
}
.tab-artist li:nth-child(7) a {
  width: 7.5rem;
}

.artist-detail .header-detail {
  margin: 0 5%;
}
.artist-detail .header-detail h2 {
  padding-bottom: 0;
}

.artist-detail .sub {
  padding-top: 3rem;
}

.artist-detail .main {
  padding-top: 1.5rem;
}

.artist-detail .main .header-detail {
  margin: 0;
}
.artist-detail .main .header-detail h2 {
  padding-bottom: 2.25rem;
}

.artist-detail.product-detail .sub {
  padding-top: 0;
}

.artist-detail.product-detail .main {
  padding-top: 0;
}

.artist-detail.product-detail .content .wrap:first-of-type {
  padding-top: 1.5rem;
}

.profile {
  font-size: 14px;
  padding: 1.5rem 0 3rem;
}
.profile figure {
  margin-bottom: 3rem;
}

.list-artist-news li {
  padding-bottom: 1.5rem;
}

.list-artist-news figure {
  background-color: #003780;
  padding-top: 66.57609%;
  position: relative;
}
.list-artist-news figure img {
  font-family: 'object-fit: contain;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: contain;
}

.list-artist-news dl {
  font-size: 12px;
  padding: .75rem;
}

.list-artist-news dt {
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  overflow: hidden; 
  padding-right: 1em;
  position: relative;
  height: 4.5rem;
}
.list-artist-news dt::before {
  content: '...';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1em;
}

.list-artist-news dd {
  color: #999;
  letter-spacing: .05em;
  padding-top: .75rem;
}

.list-movie-wrap {
  overflow: hidden;
}
.list-movie-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 1.5rem;
  position: relative;
}
.list-movie-wrap li {
  padding-top: 53%;
  position: relative;
  width: 100%; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.list-movie-wrap li div,
.list-movie-wrap iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.list-movie-wrap .controller {
  margin-bottom: 3rem;
}

.list-movie {
  padding: 1.5rem 0 3rem;
}
.list-movie li {
  margin-bottom: 1.5rem;
  padding-top: 53%;
  position: relative;
  width: 100%;
}
.list-movie li div,
.list-movie iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.tab-media {
  font-weight: bold;
}
.tab-media ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.tab-media a {
  width: 3rem;
}
.tab-media li:nth-child(2) a {
  width: 2.25rem;
}
.tab-media li:nth-child(4) a {
  width: 6rem;
}

.list-media {
  font-size: 14px;
  padding: 0 0 2.25rem;
}
.list-media p {
  color: #999;
}
.list-media li {
  padding: .75rem 0;
}

.list-discography {
  padding: 1.5rem 0;
}
.list-discography li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  padding-bottom: 1.5rem;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out; 

  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.list-discography li.hide {
  opacity: .1;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.list-discography li li {
  padding-bottom: 0;
}
.list-discography figure {
  background-color: #003780;
  margin-right: 1.5rem;
  position: relative; 
  width: 6rem;
  height: 6rem;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.list-discography figure img {
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: cover;
}
.list-discography figure img {
  object-fit: contain;
}
.list-discography .text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; 
  -ms-flex-positive: 1;
}
.list-discography .text span,
.list-discography .text a {
  display: inline-block;
  margin-right: 1em;
}
.list-discography .text svg {
  margin-right: .5em;
}
.list-discography dt a {
  color: rgba(0, 0, 0, .8);
}
.list-discography dd {
  color: #999;
  font-size: 12px;
}

.tab-discography {
  font-weight: bold;
}
.tab-discography a {
  width: 4.5rem;
}
.tab-discography ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.tab-discography li:nth-child(1) a {
  width: 6rem;
}
.tab-discography li:nth-child(4) a {
  width: 7.5rem;
}
.tab-discography li:nth-child(5) a {
  width: 4.5rem;
}

.list-goods {
  padding: 1.5rem 0;
}
.list-goods li {
  font-size: 15px;
  padding-bottom: 1.5rem;
}
.list-goods a {
  color: rgba(0, 0, 0, .8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.list-goods figure {
  background-color: #003780;
  margin-right: 1.5rem;
  position: relative; 
  width: 6rem;
  height: 6rem;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.list-goods figure img {
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: cover;
}
.list-goods figure img {
  object-fit: contain;
}
.list-goods p {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; 
  -ms-flex-positive: 1;
}

.column .content {
  padding: 3rem 0;
}

.column .main {
  margin: 0;
}

.content .tab-column {
  font-weight: bold;
  margin: 0 0 1.5rem;
}
.content .tab-column li {
  margin-top: 0;
  margin-bottom: 0; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.content .tab-column a {
  width: 7.5rem;
}

.column .sub {
  padding: 3rem 5% 0;
}
.column .sub h2 {
  border-bottom: 2px solid rgba(0, 0, 0, .8);
  border-left: none;
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  line-height: 2.125rem;
  margin: 0 0 1.5rem;
  padding: 0;
  text-align: center;
}

.list-ranking {
  font-size: 12px;
  padding-bottom: 2.25rem;
}
.list-ranking li {
  padding-bottom: .75rem;
}
.list-ranking a {
  color: rgba(0, 0, 0, .8); 
  display: block;
}
.list-ranking figure {
  position: relative;
}
.list-ranking figcaption {
  background-color: #003780;
  color: white;
  font-size: 18px;
  line-height: 1.8rem;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.list-ranking dl {
  padding-top: .375rem;
}
.list-ranking dt {
  line-height: 1.125rem;
  padding: .375rem 0;
}
.list-ranking dd {
  color: #999;
  font-size: 10px;
}

.list-tag {
  font-size: 14px;
}
.list-tag li {
  padding-bottom: .75rem;
}
.list-tag svg {
  margin-right: .5em;
}

.column-list .content {
  padding: 1.5rem 5% 3rem;
}

.column-list .header-detail p {
  color: #999;
}

.list-column-list li {
  border-bottom: 1px solid #ebeff5;
  padding: 3rem 0 2.9375rem;
}

.list-column-list figure {
  margin-bottom: 1.125rem;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.list-column-list figure img {
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: cover;
}

.list-column-list h3 {
  font-size: 24px;
  line-height: 2.25rem;
  padding: .375rem 0;
}
.list-column-list h3 a {
  color: rgba(0, 0, 0, .8);
  text-decoration: none;
}

.list-column-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-top: 1.5rem; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.list-column-list .writer dt {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  width: 3rem;
  height: 3rem;
}
.list-column-list .writer dt img {
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: cover;
}

.list-column-list .writer dd {
  color: #999;
  padding-left: .75rem;
}

.list-column-list .dates {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-column-list .dates dt {
  color: #999;
  line-height: 1.8rem;
  height: 1.5rem;
}
.list-column-list .dates dd {
  margin-left: .8em;
}
.list-column-list .dates svg {
  margin-right: .5em;
}

.main-image {
  margin-bottom: 3rem;
}
.main-image img {
  display: block;
  margin: 0 auto;
}

.profile-detail {
  border-top: 1px solid #ebeff5;
  border-bottom: 1px solid #ebeff5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.9375rem;
  padding: 1.5rem 0 1.4375rem;
}
.profile-detail figure {
  border-radius: 100%;
  margin-right: 1.5rem;
  overflow: hidden;
  position: relative;
  width: 6rem;
  height: 6rem; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.profile-detail figure img {
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: cover;
}
.profile-detail dl {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; 
  -ms-flex-positive: 1;
}
.profile-detail dt {
  font-size: 14px;
}
.profile-detail dt span {
  color: #999;
  font-size: 12px;
  letter-spacing: .05em;
  margin-right: .5em;
}
.profile-detail dd {
  font-size: 12px;
  line-height: 1.125rem;
  padding: .375rem 0;
}

.list-related {
  font-size: 12px; 
  padding: 3rem 0;
}
.list-related figure {
  background-color: #003780;
  padding-top: 62.5%; 
  position: relative;
  width: 100%;
}
.list-related figure img {
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: cover;
}
.list-related dl {
  padding: .75rem 0;
}
.list-related a {
  color: rgba(0, 0, 0, .8);
}
.list-related dd {
  color: #999;
}

.event .content {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.calendar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: fixed;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.calendar-wrap.active {
  opacity: 1;
  visibility: visible;
}

.calendar {
  background-color: #003780;
  color: #fff;
  font-size: 12px;
  padding: 3rem 5%;
  text-align: center;
  width: 30rem;
}
.calendar a {
  color: #fff;
}
.calendar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.5rem; 

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.calendar a.btn {
  border-color: white;
}
.calendar .month {
  font-size: 30px;
  width: 9rem;
}
.calendar table {
  margin-bottom: 3rem;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.calendar table a {
  display: block;
  line-height: 2.9375rem;
  text-decoration: none;
  width: 100%;
}
.calendar table a.focus {
  background-color: #004cad;
  color: white;
  text-decoration: none;
}
.calendar tr {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.calendar th,
.calendar td {
  font-weight: 400;
  text-align: center;
}
.calendar td {
  height: 3rem;
}
.calendar .btn-close-calendar svg {
  margin-right: .5em;
}

.header-event {
  border-bottom: 1px solid #ebeff5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.4375rem;
  position: relative; 

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.header-event h2 {
  border: none;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.65rem;
  margin: 0;
  padding: 0 1.5rem;
  height: 1.5rem;
}
.header-event h2 span {
  font-size: 24px;
  margin-right: .3em;
}
.header-event a.btn {
  font-size: 12px;
  line-height: 1.35rem;
  margin: 0;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.header-event .btn-calendar {
  display: block;
  font-size: 12px;
  margin-top: .75rem;
  text-align: center;
  width: 100%;
}
.header-event .btn-calendar svg {
  margin-right: .5em;
}

.list-event {
  font-size: 14px;
}
.list-event dl {
  border-bottom: 1px solid #ebeff5;
  padding: 1.5rem 0 1.4375rem;
}
.list-event dt {
  font-weight: bold;
}
.list-event dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-detail .content {
  padding: 1.5rem 0 0;
}

.product h2 {
  border-bottom: 1px solid #ebeff5;
  border-left: none;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  line-height: 1.5rem;
  padding: 0 0 1.4375rem 0;
}
.product h2 span {
  font-size: 24px;
  margin-right: .5em;
}

.product .content {
  padding-top: 3rem;
}

.product-detail .text-detail {
  padding-top: 1.5rem;
}
.product-detail .text-detail h3 {
  padding: 0 0 1.5rem;
}

.list-music {
  font-size: 14px;
}
.list-music dl {
  border-bottom: 1px solid #ebeff5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 
  padding: 1.5rem 0 1.4375rem;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.list-music dl:last-child {
  border-bottom-color: transparent;
}
.list-music dt {
  color: #999;
  line-height: 1.8rem;
  padding-left: .5em;
  width: 3rem;
  height: 1.5rem; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.list-music dd {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; 
  -ms-flex-positive: 1;
}
.list-music .music-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-music h4 {
  font-weight: bold;
  padding-right: 2.25rem;
}
.list-music .mark {
  background-color: #fff;
  border: 1px solid #003780;
  color: #003780;
  font-size: 18px;
  line-height: 2.1rem;
  margin: .375rem .75rem .375rem 0;
  width: 2.25rem;
  height: 2.25rem;
}
.list-music p + div {
  padding-top: 1.5rem;
}
.list-music div + p {
  padding-top: 1.5rem;
}

.bottom-text {
  border-top: 1px solid #ebeff5;
  border-bottom: 1px solid #ebeff5;
  font-size: 14px;
  margin: 0 5%;
  padding: 3rem 0 2.9375rem;
}

.list-related-product {
  margin: 0 5%;
  padding: 3rem 0 4.5rem;
}
.list-related-product h2 {
  margin-bottom: 2.25rem;
}
.list-related-product a {
  color: rgba(0, 0, 0, .8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 

  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.list-related-product li {
  border-bottom: 1px solid #ebeff5;
  font-size: 12px;
  padding: 1.5rem 0 1.4375rem;
}
.list-related-product figure {
  background-color: #003780;
  margin-right: 1.5rem;
  position: relative; 
  width: 6rem;
  height: 6rem;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.list-related-product figure img {
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: cover;
}
.list-related-product figure img {
  object-fit: contain;
}
.list-related-product dl {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; 
  -ms-flex-positive: 1;
}
.list-related-product dt {
  font-size: 18px;
  line-height: 2.25rem;
}
.list-related-product dd {
  color: #999;
  line-height: 1.125rem;
}

.list-news {
  font-size: 12px;
}
.list-news li {
  border-bottom: 1px solid #ebeff5;
  padding: 1.5rem 0 1.4375rem;
}
.list-news a {
  color: rgba(0, 0, 0, .8);
}
.list-news figure {
  background-color: #003780;
  margin-bottom: 1.5rem;
  padding-top: 66.57609%; 
  position: relative;
}
.list-news figure img {
  font-family: 'object-fit: contain;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: contain;
}
.list-news h3 {
  color: rgba(0, 0, 0, .8);
  font-size: 18px;
  padding: .75rem 0;
}
.list-news dt {
  color: #999;
}
.list-news dd {
  color: #999;
}

.other-detail .content {
  padding: 1.5rem 0 0;
}

.other-detail .text-detail h1 {
  color: #004cad;
  display: block;
  font-size: 30px;
  line-height: 3rem;
  margin: 0;
  padding: 1.5rem 0 0;
}

.other-detail .text-detail h2 {
  margin: 0 0 1.5rem;
}

.other-detail .text-detail a {
  text-decoration: none;
}

.other-detail .text-detail .wrap-detail:last-of-type {
  border-bottom: none;
}

.wrap-detail {
  border-bottom: 1px solid #ebeff5;
  padding: 3rem 0 1.4375rem;
}
.wrap-detail ul {
  padding-bottom: 1.5rem;
}
.wrap-detail figure {
  padding-bottom: 1.5rem; 
  text-align: center;
}

.wrap-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrap-logo li {
  padding: .375rem 0; 
  width: 50%;
}
.wrap-logo li:nth-child(2n+1) {
  padding-right: .375rem;
}
.wrap-logo li:nth-child(2n) {
  padding-left: .375rem;
}

.mailmagazine .text-detail .wrap-detail:first-of-type {
  padding-top: 0;
  padding-bottom: 3rem;
}

.mailmagazine .text-detail .wrap-detail:last-of-type {
  text-align: center;
}

#home h2 {
  border-left: none;
  color: #004cad;
  display: block;
  font-size: 12px;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding-left: calc(5% + 6rem);
  position: relative; 
  text-align: left;
}
#home h2::before {
  background-color: #004cad;
  content: '';
  display: block;
  position: absolute;
  top: .6875rem;
  left: 0;
  width: calc(5% + 5.25rem); 
  height: 1px;
}
#home h2 span {
  display: block;
  font-size: 18px;
}

.controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.controller a {
  border: 1px solid #003780;
  border-radius: 100%;
  color: #003780;
  display: block;
  font-size: 18px;
  line-height: 2.85rem;
  text-align: center;
  width: 3rem;
  height: 3rem; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.controller .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .75rem; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  -ms-flex-positive: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.controller .pager span {
  background-color: #003780;
  border-radius: 100%;
  display: block;
  margin: .375rem;
  opacity: .1;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: .75rem;
  height: .75rem;
}
.controller .pager span.swiper-pagination-bullet-active {
  opacity: 1;
}
.controller.pc {
  display: none;
}

a.btn {
  display: block;
  margin: 0 auto;
  width: 12rem;
}

#promo {
  background: url(../images/bg-promo.jpg) center center no-repeat;
  background-size: cover;
  padding: 1.5rem 0;
}
#promo .cover {
  position: absolute;
  z-index: 1;
}
#promo ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.5rem;
}
#promo li {
  padding: 0 5%;
  position: relative;
  width: 100%; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
#promo figure {
  background: center center no-repeat #003780;
  background-size: contain;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
#promo figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: contain;
}
#promo .promo-wrap .mark {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: 3.3rem;
  position: absolute;
  bottom: .75rem; 
  left: 5%;
}
#promo dl {
  color: white;
  overflow: hidden;
  padding: .75rem 0 .75rem 3.75rem;
  width: 100%;
}
#promo dt {
  font-size: 12px;
  line-height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
  height: 1.5rem;
}
#promo dd {
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#promo .controller {
  margin: 0 5%;
}
#promo .pc {
  display: none;
}

#home-release {
  background: url(../images/bg-release-sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 1.5rem 0 3rem;
}
#home-release h2 {
  color: white;
}
#home-release h2::before {
  background-color: rgba(255, 255, 255, .5);
}
#home-release .release-wrap {
  padding: 1.5rem 5%;
}
#home-release ul {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;

  -webkit-overflow-scrolling: touch;
}
#home-release li {
  padding-right: 1.5rem;
  position: relative;
  width: 13.5rem; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
#home-release p {
  font-size: 10px;
  letter-spacing: .1em;
}
#home-release p span {
  display: block;
  font-size: 24px;
}
#home-release .mark {
  font-size: 18px;
  margin-top: -1.5rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 6rem;
}
#home-release figure {
  background-color: #003780;
  padding-top: 100%;
  position: relative; 
  width: 100%;
}
#home-release figure img {
  font-family: 'object-fit: contain;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: contain;
}
#home-release dl {
  border-bottom: 1px solid #003780;
  padding: 1.5rem 0 1.4375rem;
}
#home-release dt {
  font-size: 14px;
  font-weight: bold; 
  overflow: hidden;
  padding-right: 1em;
  position: relative;
  height: 3rem;
}
#home-release dt::before {
  content: '...';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1em;
}
#home-release dt span {
  display: inline-block;
  width: 1em;
}
#home-release dt.off {
  padding-right: 0;
}
#home-release dt.off::before,
#home-release dt.off::after {
  display: none;
}
#home-release dd {
  font-size: 12px;
}
#home-release .links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#home-release .links li {
  margin: 0;
  padding: 0 .375rem .75rem;
  width: auto;
}
#home-release .links li.official {
  width: 100%;
}
#home-release .links a {
  color: white;
  display: block;
  line-height: 1.65rem;
  height: 1.5rem;
}
#home-release .links svg {
  margin-right: .5em;
}
#home-release .controller {
  margin: 0 5% 1.5rem;
}
#home-release .controller a {
  border-color: white;
  color: white;
}
#home-release .btn {
  border-color: white;
  color: white;
}

#home-contents {
  background-color: #eee;
  position: relative;
}
#home-contents section {
  padding: 1.5rem 0 3rem;
}

#home-news ul {
  padding: 1.5rem 5%;
}

#home-news li {
  padding-bottom: 1.5rem;
}
#home-news li:nth-child(n+3) {
  display: none;
}

#home-news figure {
  background-color: #003780;
  padding-top: 66.57609%;
  position: relative;
}
#home-news figure img {
  font-family: 'object-fit: contain;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: contain;
}

#home-news dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .75rem 0; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

#home-news dt {
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  font-weight: bold;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; 
  -ms-flex-positive: 1;
}

#home-news dd {
  color: #999;
  font-size: 12px;
  letter-spacing: .05em;
}

#home-news p {
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  overflow: hidden; 
  padding-right: 1em;
  position: relative;
  height: 4.5rem;
}
#home-news p::before {
  content: '...';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1em;
}

#home-event ul {
  padding: 1.5rem 5% 0;
}

#home-event li {
  padding-bottom: 1.5rem;
}

#home-event p {
  font-size: 10px;
  letter-spacing: .1em;
  padding-bottom: 1.5rem;
}
#home-event p span {
  font-size: 24px;
  margin-right: .25em;
}

#home-event dl {
  font-size: 14px;
  overflow: hidden;
  padding-bottom: 1.5rem;
  width: 100%;
}

#home-event dt {
  font-weight: bold;
}

#home-event dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home-column .tab {
  padding: 1.5rem 5%;
}
#home-column .tab li {
  margin: 0 .375rem;
  width: 7.5rem;
}
#home-column .tab a {
  color: #003780;
}
#home-column .tab a.on {
  background-color: #003780;
  color: white;
}

.list-column {
  padding: 0 5% 2.25rem;
}
.list-column li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: .75rem;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out; 

  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.list-column li.hide {
  opacity: .1;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.list-column .column-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; 
  -ms-flex-positive: 1;
}
.list-column figure {
  margin-right: .75rem;
  width: 6rem;
  height: 4.5rem; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.list-column figure a {
  display: block;
  position: relative; 
  width: 100%;
  height: 100%;
}
.list-column figure a img {
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: cover;
}
.list-column a {
  color: rgba(0, 0, 0, .8);
}
.list-column dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-column dt {
  color: #999;
  font-size: 12px;
  margin-right: .75rem; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.list-column dd {
  font-size: 10px;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; 
  -ms-flex-positive: 1;
}
.list-column dd a {
  color: #003780;
  margin-right: 1em;
}
.list-column svg {
  margin-right: .5em;
}
.list-column li:first-child {
  display: block;
  font-size: 18px;
  margin-bottom: 1.5rem;
}
.list-column li:first-child figure {
  margin: 0;
  width: 100%;
  height: auto;
}
.list-column li:first-child figure a {
  padding-top: 75%;
  height: auto;
}
.list-column li:first-child p {
  margin: .75rem 0;
}
.list-column p {
  overflow: hidden; 
  padding-right: 1em;
  position: relative;
  height: 3rem;
}
.list-column p::before {
  content: '...';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1em;
}
.list-column p.off {
  padding-right: 0;
}
.list-column p.off::before,
.list-column p.off::after {
  display: none;
}

#home-movie {
  background-color: white;
  padding: 1.5rem 0 3rem;
}
#home-movie .home-movie-wrap {
  margin: 0 5%;
  overflow: hidden;
}
#home-movie ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  position: relative;
}
#home-movie li {
  padding-top: 50%;
  position: relative;
  width: 100%; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
#home-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-movie .controller {
  margin-bottom: 3rem;
}

#home-service {
  color: white;
}
#home-service .logo {
  line-height: 3rem;
  text-align: center;
}
#home-service .logo img {
  height: 2.25rem;
}
#home-service h2 {
  color: white;
  font-size: 16px;
  padding: 0;
  text-align: center;
}
#home-service h2::before {
  display: none;
}
#home-service section {
  padding: 1.5rem 5%;
}
#home-service .btn-service {
  display: block;
  font-size: 12px;
  margin-top: 1.5rem;
  padding: .75rem 0;
  text-align: center;
}
#home-service .btn-service svg {
  margin-right: .5em;
}

#dtv {
  background-color: #df062f;
}
#dtv .tab {
  padding: 1.5rem 0;
}
#dtv .tab ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#dtv .tab li {
  margin: 0;
  width: 3rem;
}
#dtv .tab li:nth-child(n+3) {
  width: 4.5rem;
}
#dtv .tab a {
  color: white;
}
#dtv .tab a.on {
  background-color: #80041a;
}
#dtv .dtv-wrap {
  overflow: hidden;
}

.list-dtv {
  padding-bottom: .75rem;
}
.list-dtv li {
  font-size: 14px;
  margin-bottom: .75rem;
}
.list-dtv a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.list-dtv figure {
  border-radius: 100%;
  margin-right: .75rem;
  overflow: hidden;
  position: relative; 
  width: 3rem;
  height: 3rem;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.list-dtv figure img {
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: cover;
}
.list-dtv dl {
  border-bottom: 1px solid #80041a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -ms-flex-align: center;
  -webkit-flex-grow: 1;
  flex-grow: 1; 
  -ms-flex-positive: 1;
}
.list-dtv dt {
  color: #80041a;
  font-size: 24px;
  width: 2.25rem; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.list-dtv dd {
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

#awa {
  background-color: black;
  font-size: 12px;
  text-align: center;
}
#awa .awa-wrap {
  padding: 1.5rem 0;
}
#awa .btn-service {
  background-color: #444;
  color: white;
}

#linelive {
  background-color: #0e101f;
}
#linelive ul {
  padding: 1.5rem 0 .75rem;
}
#linelive li {
  font-size: 12px;
  padding-bottom: .75rem;
}
#linelive li a {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#linelive li figure {
  margin-right: 1.5rem;
  width: 4.5rem;
  height: 4.5rem; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
#linelive li dd {
  color: #999;
}
#linelive li .line-title {
  color: white;
  font-size: 14px;
  font-weight: bold;
}
#linelive .btn-service {
  background-color: #00de78;
  color: #003780;
}

#mail-magazine {
  background-color: #004cad;
  color: white;
  padding: 1.5rem 5%;
  text-align: center;
}
#mail-magazine h2 {
  color: white;
  font-size: 16px;
  line-height: 3rem;
  padding: 0;
  text-align: center;
}
#mail-magazine figure {
  height: 3rem;
}
#mail-magazine figure img {
  height: 100%;
}
#mail-magazine dl {
  font-size: 14px;
  font-weight: bold;
}
#mail-magazine .mark {
  background-color: transparent;
  border: 2px solid white;
  line-height: 1.125rem;
  margin: 0 auto;
  padding: 1.375rem 0 0;
  text-align: center;
  width: 4.5rem;
  height: 4.5rem;
}
#mail-magazine dd {
  padding: .75rem 0;
  text-align: left;
}
#mail-magazine .btn {
  border-color: white;
  color: white;
}

#home-banner {
  background-color: #333;
  padding: 1.125rem 5%;
}
#home-banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#home-banner li {
  padding: .375rem 0; 
  width: 50%;
}
#home-banner li:nth-child(2n+1) {
  padding-right: .375rem;
}
#home-banner li:nth-child(2n) {
  padding-left: .375rem;
}

#footer {
  background-color: #004cad;
  padding: 0 5% 1.5rem;
}
#footer a {
  color: white;
}
#footer .footer-wrap {
  padding: 1.5rem 0 0;
}
#footer .footer-wrap:last-child {
  border-top: 1px solid rgba(255, 255, 255, .5);
}

.list-sns {
  color: white;
  padding: 0 1.5rem;
  text-align: center;
}
.list-sns figure {
  margin-bottom: 1.5rem;
  height: 4.5rem;
}
.list-sns figure img {
  height: 100%;
}
.list-sns dl {
  background-color: #003780;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.list-sns dt {
  font-size: 10px;
  font-weight: bold;
  width: 100%;
}
.list-sns dd {
  margin: 0 .20625rem;
  padding: .375rem 0;
  width: 2.25rem;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1.5rem 0;
}
.footer-nav span {
  display: block;
}
.footer-nav ul {
  width: 50%;
}
.footer-nav ul:last-child {
  padding-left: 1.5rem;
}
.footer-nav ul ul {
  padding: .75rem 0; 
  width: auto;
}
.footer-nav ul ul:last-child {
  padding-left: 0;
}
.footer-nav li {
  font-size: 14px;
  padding: 0 0 1.5rem 5px;
}
.footer-nav li li {
  font-size: 12px;
  padding: 0;
}

.list-share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.list-share li {
  padding: 0 5px;
  height: 1.5rem;
}
.list-share li:first-child iframe {
  width: 75px;
}
.list-share li:last-child > div {
  width: 61px;
}

.footer-link {
  font-size: 10px;
  padding: 1.5rem 0;
  text-align: center;
}
.footer-link li {
  display: inline-block;
  padding: 0 .5em;
}

.lang {
  border-radius: 2px;
  margin: 0 auto;
  overflow: hidden;
  width: 6rem;
  height: 1.5rem;
}

.goog-te-gadget .goog-te-combo {
  border: none;
  display: block;
  margin: 0 !important;
  height: 1.5rem;
}

.venoframe {
  display: inline-block;
  max-width: 1008px;
}

/* shop,download */
/* body.list-shop */
.list-shop {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: visible;
  min-height: 100vh; 

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.list-shop ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .75rem; 

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.list-shop li {
  padding: .75rem 0;
  text-align: center;
  min-width: 10.5rem;
}

.modal {
  background-color: #fff;
  color: rgba(0, 0, 0, .8);
}
.modal h1 {
  color: rgba(0, 0, 0, .8);
  font-size: 24px;
  line-height: 2.25rem;
  margin-bottom: 0;
  padding: 2.25rem 0;
}
.modal .text-detail {
  padding-top: 0;
}

#modal-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#modal-images li {
  margin-right: 2.5%;
  margin-bottom: .75rem;
  width: 18%; 

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
#modal-images li:nth-child(5n) {
  margin-right: 0;
}
#modal-images figure {
  background-color: #003780;
  padding-top: 100%;
  position: relative; 
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: 100%;
}
#modal-images figure img {
  font-family: 'object-fit: contain;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: contain;
}
#modal-images img {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
#modal-images .on figure {
  background-color: #004cad;
}
#modal-images .on figure img {
  opacity: .8;
}

.modal-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-shop li {
  margin-bottom: .75rem;
  text-align: center;
  width: 50%;
}
.modal-shop li:nth-child(2n+1) {
  padding-right: .375rem;
}
.modal-shop li:nth-child(2n) {
  padding-left: .375rem;
}

#main-image {
  background-color: #003780;
  margin-bottom: .75rem;
  padding-top: 100%;
  position: relative; 
  width: 100%;
}
#main-image img {
  font-family: 'object-fit: contain;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 

  object-fit: contain;
}

#modal-contents {
  padding: 1.5rem 5%;
}

.vbox-container {
  overflow: hidden;
}

.vbox-overlay {
  background-color: rgba(0, 76, 173, .85) !important;
}

/* ==========================================================================
 *
 * Tablets
 *
 * -------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  a:hover {
    color: #004cad;
    text-decoration: underline;
  }
  /* Contents - Tablet -
   ========================================================================== */
  #nav a {
    text-decoration: none;
  }
  #nav a span {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  #nav a:hover span {
    opacity: .7;
  }
  a.mark {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  a.mark.on,
  a.mark.start,
  a.mark:hover {
    background-color: #004cad;
    color: white;
  }
  .tab a {
    text-decoration: none;
  }
  .crumbs a:hover {
    color: white;
  }
  .buy {
    text-decoration: none;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .buy:hover {
    background-color: #004cad;
    color: white;
    text-decoration: none;
  }
  .btn-back span {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .btn-back:hover span {
    background-color: #004cad;
  }
  .content .tab a:hover {
    background-color: #003780;
    color: #fff;
  }
  .list-image a {
    text-decoration: none;
  }
  .list-image figure,
  .list-image img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .list-image a:hover figure {
    background-color: #004cad;
  }
  .list-image a:hover img {
    opacity: .8;
  }
  .list-pickup a {
    text-decoration: none;
  }
  .list-pickup figure,
  .list-pickup img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .list-pickup a:hover figure {
    background-color: #004cad;
  }
  .list-pickup a:hover img {
    opacity: .8;
  }
  .tab-contents a:hover {
    background-color: #004cad;
    color: white;
  }
  .tab-contents a.on {
    background-color: #003780;
  }
  .list-discography a {
    text-decoration: none;
  }
  .list-discography figure,
  .list-discography img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .list-discography figure:hover {
    background-color: #004cad;
  }
  .list-discography a:hover img {
    opacity: .8;
  }
  .list-discography dt a:hover {
    color: #004cad;
  }
  .list-goods a {
    text-decoration: none;
  }
  .list-goods figure,
  .list-goods img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .list-goods a:hover img {
    opacity: .8;
  }
  .list-goods a:hover figure {
    background-color: #004cad;
  }
  .controller a {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .controller a:hover {
    background-color: #004cad;
    color: white;
    text-decoration: none;
  }
  .list-related a {
    text-decoration: none;
  }
  .list-related figure,
  .list-related img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .list-related figure:hover {
    background-color: #004cad;
  }
  .list-related a:hover img {
    opacity: .8;
  }
  .calendar table a:hover {
    background-color: #004cad;
    color: white;
    text-decoration: none;
  }
  .calendar .btn-close-calendar:hover {
    color: white;
  }
  .list-related-product a {
    text-decoration: none;
  }
  .list-related-product figure,
  .list-related-product img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .list-related-product a:hover figure {
    background-color: #004cad;
  }
  .list-related-product a:hover img {
    opacity: .8;
  }
  .nav-word a:hover {
    background-color: #004cad;
    color: white;
    text-decoration: none;
  }
  .list-media a {
    text-decoration: none;
  }
  .list-news a {
    text-decoration: none;
  }
  .list-news figure,
  .list-news img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .list-news a:hover h3 {
    color: #004cad;
  }
  .list-news a:hover figure {
    background-color: #004cad;
  }
  .list-news a:hover img {
    opacity: .8;
  }
  .wrap-logo img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .wrap-logo a:hover img {
    opacity: .8;
  }
  #home-release .controller a:hover {
    border-color: #004cad;
  }
  #home-release .btn:hover {
    border-color: #004cad;
  }
  #home-news a:hover,
  .list-artist-news a:hover {
    text-decoration: none;
  }
  #home-news a:hover dt,
  #home-news a:hover p,
  .list-artist-news a:hover dt,
  .list-artist-news a:hover p {
    color: #004cad;
  }
  #home-service a {
    text-decoration: none;
  }
  #dtv .tab a:hover {
    background-color: #80041a;
  }
  #mail-magazine a.btn:hover {
    background-color: white; 
    color: #004cad;
  }
  #home-banner img,
  #home-banner dl {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  #home-banner a:hover img {
    opacity: .8;
  }
  #home-banner a:hover dl {
    opacity: .8;
  }
  #footer a {
    text-decoration: none;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  #footer a:hover {
    opacity: .8;
  }
  .modal h1 {
    padding-top: 0;
  }
  .modal .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .modal .modal-main {
    width: 50%; 

    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .modal .modal-sub {
    margin-left: 3rem; 

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
  #modal-images li {
    cursor: pointer;

    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  #modal-images li:hover figure {
    background-color: #004cad;
  }
  #modal-images li:hover figure img {
    opacity: .8;
  }
  .modal-shop li {
    width: auto;
  }
  #modal-contents {
    margin: 0 auto;
    padding: 3rem 1.5rem 0;
    max-width: 960px;
  }
}

/* ==========================================================================
 *
 * Desktops
 *
 * -------------------------------------------------------------------------- */
@media only screen and (min-width: 1030px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
  /* Contents - Desktop -
   ========================================================================== */
  #header {
    padding: 0 0 0 1.5rem;
    height: 4.5rem;
  }
  #home #header {
    position: absolute;
    top: calc(100vh - 4.5rem); 
    left: 0;
  }
  #home #header.fixed {
    position: fixed;
    top: 0;
  }
  #nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: auto;
    left: auto;
    width: auto;
    height: auto; 

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  #nav.active {
    overflow-y: visible;
    height: auto;
  }
  #nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #nav li {
    padding: 0 0 0 1.5rem;
  }
  .btn-search {
    background-color: #003780;
    display: block;
    line-height: 4.5rem;
    margin-left: 3rem;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: 4.5rem;
    height: 4.5rem;
  }
  .btn-search .fa-times {
    display: none;
  }
  .btn-search:hover {
    background-color: #004cad;
  }
  .btn-search.active .fa-search {
    display: none;
  }
  .btn-search.active .fa-times {
    display: inline;
  }
  .header-search {
    overflow: hidden;
    padding: 0;
    position: absolute;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    visibility: hidden;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
  }
  .header-search a {
    text-decoration: none;
  }
  .header-search .wrap {
    max-width: 960px;
  }
  .header-search input {
    font-size: 36px;
    text-align: right;
  }
  .header-search dl {
    max-width: 960px;
  }
  .header-search dl a {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .header-search dl a:hover {
    background-color: #004cad;
  }
  .header-search.active {
    padding: 1.5rem 10%;
    visibility: visible;
    height: 9rem;
  }
  .header-search.below {
    top: auto;
    bottom: 100%;
  }
  #contents {
    padding-top: 4.5rem;
  }
  .title {
    padding: 4.5rem 3rem;
    min-height: 10.5rem;
  }
  .title .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1104px; 

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .detail .title {
    padding: 1.5rem 3rem;
    min-height: 4.5rem;
  }
  .btns {
    margin: 0 auto 3rem;
    padding: 0 1.5rem;
    max-width: 1104px;
  }
  h1 {
    margin-bottom: 0;
  }
  h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  h3 span {
    padding-right: 1em;
  }
  .crumbs {
    padding-bottom: 0;
  }
  .content {
    margin: 3rem auto;
    padding: 1.5rem 4.5rem 3rem;
    max-width: 1104px;
  }
  .detail .content {
    padding: 0 4.5rem;
  }
  .detail .content .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0; 

    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .detail .content .inner {
    width: 42rem;
  }
  .artist-detail-single .content .wrap:first-of-type {
    margin: 0;
  }
  .sub {
    padding-bottom: 3rem;
    width: 27rem; 

    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .main {
    margin: 0;
    width: 27rem;
  }
  a.title-category {
    padding: 1.5rem 0;
    text-decoration: none;
    height: 4.5rem;
  }
  .links-detail {
    font-size: 12px;
  }
  .links-detail a {
    border: 1px solid #003780;
    border-radius: 1.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 2.125rem;
    text-decoration: none;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: 7.5rem;
    height: 2.25rem; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .links-detail a:hover,
  .links-detail a.start {
    background-color: #004cad;
    border-color: #004cad;
    color: #fff;
  }
  .links-detail a:hover .mark,
  .links-detail a.start .mark {
    color: #fff;
  }
  .links-detail .mark {
    border: none;
    font-size: 18px;
    line-height: 2.125rem;
    margin-right: .5em;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: auto;
    height: auto;
  }
  .links-detail .font {
    line-height: 2.25rem;
  }
  .links-detail .buy {
    border-color: #00ad8e;
    color: #00ad8e;
    width: 7.5rem;
  }
  .links-detail .buy:hover {
    background-color: #00ad8e;
    border-color: #00ad8e;
  }
  .header-detail {
    padding: 0 0 1.4375rem;
  }
  .header-detail h2 {
    font-size: 30px;
    line-height: 3rem;
    padding-bottom: 1.5rem;
  }
  .header-detail p {
    font-size: 14px;
  }
  .links-outer {
    font-size: 12px;
    margin: 0;
    width: 100%;
  }
  .links-outer li {
    padding: .75rem 0 .75rem 1.5rem; 
    width: 25%;
  }
  .index .content {
    margin-top: 0;
  }
  .contents-header {
    margin: 3rem auto 0;
    padding: 1.5rem 4.5rem;
    width: 1104px;
  }
  .contents-footer {
    margin: 3rem auto;
    padding: 0 4.5rem 1.5rem;
    width: 1104px;
  }
  .local-search input {
    font-size: 36px;
  }
  .column-search input {
    font-size: 18px;
    text-align: left;
  }
  .tab-contents ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .nav-word li {
    width: 3rem;
  }
  .list-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-image li {
    padding: 0 1.5rem;
    width: 15rem;
  }
  .tab-pickup ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .tab-pickup a {
    width: 6rem;
  }
  .tab-pickup li:nth-child(4) a {
    width: 6rem;
  }
  .list-pickup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-pickup li {
    font-size: 18px;
    width: 28.5rem;
  }
  .list-pickup li:nth-child(n+9) {
    display: block;
  }
  .list-pickup li:nth-child(2n) {
    margin-left: auto;
  }
  .list-pickup figure {
    width: 10.5rem;
    height: 10.5rem;
  }
  .list-pickup dt {
    color: #999;
    font-size: 12px;
  }
  .list-pickup dd {
    line-height: 2.25rem;
    padding-top: .75rem;
  }
  .tab-artist {
    padding: 0;
  }
  .tab-artist a {
    width: 4.5rem;
  }
  .tab-artist li:nth-child(2) a {
    width: 6rem;
  }
  .tab-artist li:nth-child(7) a {
    width: 7.5rem;
  }
  .artist-detail .header-detail {
    margin: 0;
  }
  .artist-detail .sub {
    padding-top: 3rem;
  }
  .artist-detail .main .header-detail h2 {
    padding-bottom: 1.5rem;
  }
  .list-artist-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.5rem; 

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-artist-news li {
    width: 20.25rem;
  }
  .list-artist-news li:nth-child(2n) {
    margin-left: auto;
  }
  .list-artist-news figure {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .list-artist-news a:hover figure {
    -webkit-transform: scale(1.03704);
    -ms-transform: scale(1.03704);
    transform: scale(1.03704);
  }
  .list-movie-wrap {
    padding-top: 1.5rem;
  }
  .tab-media a {
    width: 4.5rem;
  }
  .tab-media li:nth-child(2) a {
    width: 4.5rem;
  }
  .list-media {
    padding: .75rem 0 2.25rem;
  }
  .list-media li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .list-media p {
    padding-right: 2em;
  }
  .list-discography li {
    font-size: 18px;
  }
  .list-discography figure {
    margin-right: 1.5rem;
    width: 12rem;
    height: 12rem;
  }
  .list-discography dt {
    line-height: 2.25rem;
  }
  .list-goods li {
    font-size: 18px;
  }
  .list-goods figure {
    margin-right: 1.5rem;
    width: 12rem;
    height: 12rem;
  }
  .list-goods p {
    line-height: 2.25rem;
    padding-top: .375rem;
    padding-bottom: 1.125rem;
  }
  .column .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    padding: 4.5rem 0;
  }
  .column .main {
    padding: 0 3rem;
    width: 51rem; 

    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .column .sub {
    border-left: 1px solid #ebeff5;
    padding: 0 1.5rem 0 1.4375rem;
    width: 18rem;
  }
  .list-tag {
    font-size: 14px;
  }
  .list-tag li {
    padding-bottom: .75rem;
  }
  .list-tag svg {
    margin-right: .5em;
  }
  .column-list .content {
    padding: 4.5rem 4.5rem 4.5rem;
  }
  .list-column-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .list-column-list figure {
    margin-bottom: 0;
    padding-top: 0;
    width: 15rem;
    height: 10.5rem; 

    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .list-column-list .column-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 42rem; 

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .list-column-list dl {
    margin-top: 0rem;
  }
  .list-column-list .column-text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5rem;
  }
  .column-detail .main {
    width: auto;
  }
  .column-detail .header-detail {
    text-align: center;
  }
  .list-related ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .list-related li {
    padding: 0 1.5rem;
    width: 15rem;
  }
  .list-related figure {
    padding-top: 0;
    width: 12rem;
    height: 7.5rem;
  }
  .calendar {
    padding: 3rem;
  }
  .header-event .btn-calendar {
    margin-top: 0;
    position: absolute;
    right: 0;
    width: auto;
  }
  .list-event dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 1.5rem 1.4375rem; 

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-event dt {
    width: 15rem;
  }
  .list-event dd {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1; 
    -ms-flex-positive: 1;
  }
  .event-detail .content {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .event-detail .main {
    width: auto;
  }
  .product h2 {
    padding-left: 1.5rem;
  }
  .product .content {
    margin-top: 0;
    padding-top: 4.5rem;
    padding-bottom: 1.5rem;
  }
  .product-detail .content {
    padding-top: 4.5rem;
  }
  .list-music dl:last-child {
    border-bottom-color: #ebeff5;
  }
  .bottom-text {
    margin: 0;
  }
  .list-related-product {
    margin: 0;
  }
  .list-related-product ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-related-product li {
    width: 28.5rem;
  }
  .list-related-product li:nth-child(2n) {
    margin-left: auto;
  }
  .list-related-product figure {
    width: 10.5rem;
    height: 10.5rem;
  }
  .list-related-product dt {
    padding: .375rem 0;
  }
  .news .content {
    padding: 3rem 4.5rem 4.5rem;
  }
  .list-news a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .list-news figure {
    margin: 0 1.5rem 0 0;
    padding-top: 0;
    width: 12rem;
    height: 7.98913rem; 

    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .list-news dl {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1; 
    -ms-flex-positive: 1;
  }
  .list-news h3 {
    color: rgba(0, 0, 0, .8);
    font-size: 18px;
    padding: .75rem 0;
  }
  .other-detail .content {
    padding: 4.5rem 4.5rem 1.5rem;
  }
  .other-detail .main {
    width: auto;
  }
  .wrap-detail {
    border-bottom: 1px solid #ebeff5;
  }
  .wrap-logo li {
    padding: .75rem 1.5rem;
    text-align: center; 
    width: 15rem;
  }
  .wrap-logo li:nth-child(2n+1) {
    padding-right: 1.5rem;
  }
  .wrap-logo li:nth-child(2n) {
    padding-left: 1.5rem;
  }
  #home #contents {
    padding-top: 0;
  }
  #home h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 4.5rem;
  }
  #home h2::before {
    top: .625rem;
    left: 0;
    width: 3rem;
  }
  #home h2 span {
    padding-right: 1em;
  }
  .controller .slider {
    background-color: rgba(255, 255, 255, .5);
    margin: 0 1.5rem;
    height: 1px; 

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
  .controller .swiper-scrollbar-drag {
    background-color: #004cad;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 100%;
    cursor: pointer;
    margin-top: -.75rem;
    height: 1.5rem;
  }
  .controller.pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #promo {
    background-attachment: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 0 0 4.5rem;
    position: relative;
    height: 100vh; 

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  #promo .promo-wrap {
    margin-bottom: 1.5rem;
    overflow: hidden;
    padding-top: 1.5rem;
    position: relative;
    width: 100%;
  }
  #promo ul {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  #promo li {
    padding: 0 2.25rem;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: 15rem;
    height: 15rem;
  }
  #promo li.large {
    width: 30rem;
    height: 30rem;
  }
  #promo li.hide {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  #promo li:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
  }
  #promo li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  #promo li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  #promo li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }
  #promo li:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  #promo li:nth-child(6) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
  }
  #promo li:nth-child(7) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
  }
  #promo li:nth-child(8) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
  }
  #promo li:nth-child(9) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
  }
  #promo li:nth-child(10) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  #promo li:nth-child(11) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  #promo li:nth-child(12) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  #promo li:nth-child(13) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  #promo li:nth-child(14) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  #promo li:nth-child(15) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  #promo li:nth-child(16) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  #promo li:nth-child(17) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
  #promo li:nth-child(18) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  #promo li:nth-child(19) {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
  #promo li:nth-child(20) {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  #promo li:nth-child(21) {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }
  #promo li:nth-child(22) {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }
  #promo li:nth-child(23) {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
  }
  #promo li:nth-child(24) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }
  #promo li:nth-child(25) {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
  }
  #promo li:nth-child(26) {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
  }
  #promo li:nth-child(27) {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s;
  }
  #promo li:nth-child(28) {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
  }
  #promo li:nth-child(29) {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s;
  }
  #promo li:nth-child(30) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
  }
  #promo li:nth-child(31) {
    -webkit-transition-delay: 3.1s;
    transition-delay: 3.1s;
  }
  #promo li:nth-child(32) {
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s;
  }
  #promo li:nth-child(33) {
    -webkit-transition-delay: 3.3s;
    transition-delay: 3.3s;
  }
  #promo li:nth-child(34) {
    -webkit-transition-delay: 3.4s;
    transition-delay: 3.4s;
  }
  #promo li:nth-child(35) {
    -webkit-transition-delay: 3.5s;
    transition-delay: 3.5s;
  }
  #promo li:nth-child(36) {
    -webkit-transition-delay: 3.6s;
    transition-delay: 3.6s;
  }
  #promo li:nth-child(37) {
    -webkit-transition-delay: 3.7s;
    transition-delay: 3.7s;
  }
  #promo li:nth-child(38) {
    -webkit-transition-delay: 3.8s;
    transition-delay: 3.8s;
  }
  #promo li:nth-child(39) {
    -webkit-transition-delay: 3.9s;
    transition-delay: 3.9s;
  }
  #promo li:nth-child(40) {
    -webkit-transition-delay: 4s;
    transition-delay: 4s;
  }
  #promo li:nth-child(41) {
    -webkit-transition-delay: 4.1s;
    transition-delay: 4.1s;
  }
  #promo li:nth-child(42) {
    -webkit-transition-delay: 4.2s;
    transition-delay: 4.2s;
  }
  #promo li:nth-child(43) {
    -webkit-transition-delay: 4.3s;
    transition-delay: 4.3s;
  }
  #promo li:nth-child(44) {
    -webkit-transition-delay: 4.4s;
    transition-delay: 4.4s;
  }
  #promo li:nth-child(45) {
    -webkit-transition-delay: 4.5s;
    transition-delay: 4.5s;
  }
  #promo li:nth-child(46) {
    -webkit-transition-delay: 4.6s;
    transition-delay: 4.6s;
  }
  #promo li:nth-child(47) {
    -webkit-transition-delay: 4.7s;
    transition-delay: 4.7s;
  }
  #promo li:nth-child(48) {
    -webkit-transition-delay: 4.8s;
    transition-delay: 4.8s;
  }
  #promo li:nth-child(49) {
    -webkit-transition-delay: 4.9s;
    transition-delay: 4.9s;
  }
  #promo li:nth-child(50) {
    -webkit-transition-delay: 5s;
    transition-delay: 5s;
  }
  #promo li:nth-child(51) {
    -webkit-transition-delay: 5.1s;
    transition-delay: 5.1s;
  }
  #promo li:nth-child(52) {
    -webkit-transition-delay: 5.2s;
    transition-delay: 5.2s;
  }
  #promo li:nth-child(53) {
    -webkit-transition-delay: 5.3s;
    transition-delay: 5.3s;
  }
  #promo li:nth-child(54) {
    -webkit-transition-delay: 5.4s;
    transition-delay: 5.4s;
  }
  #promo li:nth-child(55) {
    -webkit-transition-delay: 5.5s;
    transition-delay: 5.5s;
  }
  #promo li:nth-child(56) {
    -webkit-transition-delay: 5.6s;
    transition-delay: 5.6s;
  }
  #promo li:nth-child(57) {
    -webkit-transition-delay: 5.7s;
    transition-delay: 5.7s;
  }
  #promo li:nth-child(58) {
    -webkit-transition-delay: 5.8s;
    transition-delay: 5.8s;
  }
  #promo li:nth-child(59) {
    -webkit-transition-delay: 5.9s;
    transition-delay: 5.9s;
  }
  #promo li:nth-child(60) {
    -webkit-transition-delay: 6s;
    transition-delay: 6s;
  }
  #promo li:nth-child(61) {
    -webkit-transition-delay: 6.1s;
    transition-delay: 6.1s;
  }
  #promo li:nth-child(62) {
    -webkit-transition-delay: 6.2s;
    transition-delay: 6.2s;
  }
  #promo li:nth-child(63) {
    -webkit-transition-delay: 6.3s;
    transition-delay: 6.3s;
  }
  #promo li:nth-child(64) {
    -webkit-transition-delay: 6.4s;
    transition-delay: 6.4s;
  }
  #promo li:nth-child(65) {
    -webkit-transition-delay: 6.5s;
    transition-delay: 6.5s;
  }
  #promo li:nth-child(66) {
    -webkit-transition-delay: 6.6s;
    transition-delay: 6.6s;
  }
  #promo li:nth-child(67) {
    -webkit-transition-delay: 6.7s;
    transition-delay: 6.7s;
  }
  #promo li:nth-child(68) {
    -webkit-transition-delay: 6.8s;
    transition-delay: 6.8s;
  }
  #promo li:nth-child(69) {
    -webkit-transition-delay: 6.9s;
    transition-delay: 6.9s;
  }
  #promo li:nth-child(70) {
    -webkit-transition-delay: 7s;
    transition-delay: 7s;
  }
  #promo li:nth-child(71) {
    -webkit-transition-delay: 7.1s;
    transition-delay: 7.1s;
  }
  #promo li:nth-child(72) {
    -webkit-transition-delay: 7.2s;
    transition-delay: 7.2s;
  }
  #promo li:nth-child(73) {
    -webkit-transition-delay: 7.3s;
    transition-delay: 7.3s;
  }
  #promo li:nth-child(74) {
    -webkit-transition-delay: 7.4s;
    transition-delay: 7.4s;
  }
  #promo li:nth-child(75) {
    -webkit-transition-delay: 7.5s;
    transition-delay: 7.5s;
  }
  #promo li:nth-child(76) {
    -webkit-transition-delay: 7.6s;
    transition-delay: 7.6s;
  }
  #promo li:nth-child(77) {
    -webkit-transition-delay: 7.7s;
    transition-delay: 7.7s;
  }
  #promo li:nth-child(78) {
    -webkit-transition-delay: 7.8s;
    transition-delay: 7.8s;
  }
  #promo li:nth-child(79) {
    -webkit-transition-delay: 7.9s;
    transition-delay: 7.9s;
  }
  #promo li:nth-child(80) {
    -webkit-transition-delay: 8s;
    transition-delay: 8s;
  }
  #promo li:nth-child(81) {
    -webkit-transition-delay: 8.1s;
    transition-delay: 8.1s;
  }
  #promo li:nth-child(82) {
    -webkit-transition-delay: 8.2s;
    transition-delay: 8.2s;
  }
  #promo li:nth-child(83) {
    -webkit-transition-delay: 8.3s;
    transition-delay: 8.3s;
  }
  #promo li:nth-child(84) {
    -webkit-transition-delay: 8.4s;
    transition-delay: 8.4s;
  }
  #promo li:nth-child(85) {
    -webkit-transition-delay: 8.5s;
    transition-delay: 8.5s;
  }
  #promo li:nth-child(86) {
    -webkit-transition-delay: 8.6s;
    transition-delay: 8.6s;
  }
  #promo li:nth-child(87) {
    -webkit-transition-delay: 8.7s;
    transition-delay: 8.7s;
  }
  #promo li:nth-child(88) {
    -webkit-transition-delay: 8.8s;
    transition-delay: 8.8s;
  }
  #promo li:nth-child(89) {
    -webkit-transition-delay: 8.9s;
    transition-delay: 8.9s;
  }
  #promo li:nth-child(90) {
    -webkit-transition-delay: 9s;
    transition-delay: 9s;
  }
  #promo li:nth-child(91) {
    -webkit-transition-delay: 9.1s;
    transition-delay: 9.1s;
  }
  #promo li:nth-child(92) {
    -webkit-transition-delay: 9.2s;
    transition-delay: 9.2s;
  }
  #promo li:nth-child(93) {
    -webkit-transition-delay: 9.3s;
    transition-delay: 9.3s;
  }
  #promo li:nth-child(94) {
    -webkit-transition-delay: 9.4s;
    transition-delay: 9.4s;
  }
  #promo li:nth-child(95) {
    -webkit-transition-delay: 9.5s;
    transition-delay: 9.5s;
  }
  #promo li:nth-child(96) {
    -webkit-transition-delay: 9.6s;
    transition-delay: 9.6s;
  }
  #promo li:nth-child(97) {
    -webkit-transition-delay: 9.7s;
    transition-delay: 9.7s;
  }
  #promo li:nth-child(98) {
    -webkit-transition-delay: 9.8s;
    transition-delay: 9.8s;
  }
  #promo li:nth-child(99) {
    -webkit-transition-delay: 9.9s;
    transition-delay: 9.9s;
  }
  #promo li:nth-child(100) {
    -webkit-transition-delay: 10s;
    transition-delay: 10s;
  }
  #promo figure {
    padding: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 10.5rem;
  }
  #promo .large figure {
    height: 25.5rem;
  }
  #promo .promo-wrap .mark {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    top: 3.75rem;
    right: .75rem;
    bottom: auto;
    left: auto;
  }
  #promo .promo-wrap .large .mark {
    top: 11.25rem;
  }
  #promo dl {
    padding: .6rem 0 .9rem;
    height: 4.5rem;
  }
  #promo dt {
    border-bottom: 2px solid transparent;
    display: inline-block;
  }
  #promo dt.music {
    border-color: #004cad;
  }
  #promo dt.anime {
    border-color: #a700ad;
  }
  #promo dt.event {
    border-color: #ad0000;
  }
  #promo dt.other {
    border-color: #00adad;
  }
  #promo a {
    text-decoration: none;
  }
  #promo li:hover figure {
    -webkit-transform: scale(1.14286) translateZ(0);
    transform: scale(1.14286) translateZ(0);
  }
  #promo li:hover .mark {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  #promo li:hover.large figure {
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
  }
  #promo .btn-scroll {
    display: block;
    font-size: 18px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5.25rem;
    left: 50%;
    z-index: 2;
  }
  #promo .progress {
    display: block;
    position: absolute;
    bottom: 4.5rem;
    left: 0;
    width: 100%;
    height: 1px;
  }
  #promo .progress .progress-bar {
    background: #003780;
    width: 0;
    height: 100%;
  }
  #home-release {
    background-image: url(../images/bg-release.jpg);
    background-attachment: fixed;
    padding: 6rem 0;
  }
  #home-release .release-wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 3rem 0 0;
    width: 960px;
  }
  #home-release figure {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  #home-release figure:hover {
    -webkit-transform: scale(1.0625);
    -ms-transform: scale(1.0625);
    transform: scale(1.0625);
  }
  #home-release li {
    padding: 0 1.5rem;
    width: 15rem;
  }
  #home-release .mark {
    left: 50%;
  }
  #home-release .links {
    width: auto;
  }
  #home-release .controller {
    margin: 0 auto 1.5rem;
    width: 1056px;
  }
  #home-release .controller a {
    border-color: white;
    color: white;
  }
  #home-release .btn {
    border-color: white;
    color: white;
  }
  #home-contents {
    background: url(../images/bg-news.jpg) center top no-repeat #eee;
    background-attachment: fixed; 
    background-size: 100% auto;
  }
  #home-contents section {
    margin: 0 auto;
    padding: 7.5rem 1.5rem 3rem 16.5rem;
    width: 960px;
    min-height: 100vh;
  }
  #home-nav {
    font-size: 12px;
    position: absolute;
    top: 10.5rem;
    left: 0;
  }
  #home-nav.fixed {
    position: fixed;
  }
  #home-nav li {
    padding-bottom: .75rem;
  }
  #home-nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.5rem;
    position: relative; 
    text-decoration: none;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  #home-nav a::before {
    background-color: rgba(0, 76, 173, .5);
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    top: .625rem;
    left: 0;
    width: 0; 
    height: 1px;
  }
  #home-nav a:hover,
  #home-nav a.on {
    color: #004cad;
    padding-left: 4.5rem;
  }
  #home-nav a:hover::before,
  #home-nav a.on::before {
    width: 3rem;
  }
  #home-nav span {
    display: block;
    font-size: 18px;
    padding-right: 1em;
  }
  #home-news figure {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  #home-news a:hover figure {
    -webkit-transform: scale(1.03704);
    -ms-transform: scale(1.03704);
    transform: scale(1.03704);
  }
  #home-news ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 1.5rem; 

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #home-news li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1.5rem;
    padding-bottom: 1.4375rem;
    width: 20.25rem; 

    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  #home-news li:nth-child(2n) {
    margin-left: auto;
  }
  #home-news li:nth-child(n+3) {
    display: block;
  }
  #home-news dl {
    padding: .75rem;
  }
  #home-news p {
    color: rgba(0, 0, 0, .8);
    overflow: hidden; 
    padding: 0 .75rem;
    padding-right: 1em;
    position: relative;
    height: 4.5rem;
  }
  #home-news p::before {
    content: '...';
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1em;
  }
  #home-event ul {
    padding: 0;
  }
  #home-event li {
    padding-bottom: 4.5rem;
  }
  #home-event dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #home-event dt {
    padding-right: 1em;
  }
  #home-event dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #home-column {
    padding-right: 0 !important;
    padding-left: 15rem !important;
  }
  #home-column .tab {
    padding: 0;
  }
  #home-column .tab li {
    width: 9rem;
  }
  #home-column .tab a {
    text-decoration: none;
  }
  #home-column .tab a:hover {
    background-color: #003780;
    color: white;
  }
  #home-column .column-wrap {
    overflow: hidden;
  }
  .list-column {
    padding: 1.5rem 1.5rem 2.25rem;
  }
  .list-column li {
    font-size: 18px;
  }
  .list-column figure {
    margin-right: 1.5rem;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 11.25rem;
    height: 7.5rem;
  }
  .list-column figure:hover {
    -webkit-transform: scale(1.06667);
    -ms-transform: scale(1.06667);
    transform: scale(1.06667);
  }
  .list-column li:first-child {
    color: white;
    margin-bottom: 1.5rem;
    position: relative;
  }
  .list-column li:first-child .column-text {
    padding: 0 1.5rem 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .list-column li:first-child dt {
    color: white;
  }
  .list-column li:first-child a {
    color: white;
  }
  .list-column li:first-child a:hover {
    text-decoration: none;
  }
  .list-column li:first-child figure {
    position: relative; 
    height: 27rem;
  }
  .list-column li:first-child figure:hover {
    -webkit-transform: scale(1.03571);
    -ms-transform: scale(1.03571);
    transform: scale(1.03571);
  }
  .list-column li:first-child figure a {
    padding-top: 0;
    height: 100%;
  }
  .list-column li:first-child figure a::after {
    background: url(../images/image-cover.png) center bottom no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .list-column p {
    margin: .75rem 0;
  }
  #home-movie {
    padding: 3rem 0;
    position: relative;
  }
  #home-movie .home-movie-wrap {
    margin: 0;
  }
  #home-movie li {
    margin: 0 1.5rem;
    padding-top: 0;
    width: 42rem;
    height: 22.5rem;
  }
  #home-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #home-movie .controller {
    margin: 0 auto 1.5rem;
    width: 1056px;
  }
  #home-movie .controller .slider {
    background-color: rgba(229, 229, 229, .5);
  }
  #home-movie .controller .swiper-scrollbar-drag {
    border-color: transparent;
  }
  #home-service {
    background-color: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem;
    position: relative; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #home-service h2 {
    display: block;
    padding: 0;
  }
  #home-service section {
    margin: 0 .75rem;
    padding: 1.5rem 0;
    position: relative;
    width: 18rem;
  }
  #home-service .btn-service {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #dtv .tab {
    padding: 1.5rem .75rem;
  }
  #dtv .bnr-dtv {
    display: block;
    margin: 0 1.5rem;
  }
  .list-dtv {
    padding: 0 1.5rem .75rem;
  }
  .list-dtv dt {
    width: 2.25rem;
  }
  #awa {
    padding-bottom: 0 !important;
  }
  #awa .awa-wrap {
    padding: 1.5rem;
  }
  #linelive .line-wrap {
    padding: 0 1.5rem;
  }
  #mail-magazine {
    padding: 1.5rem 0;
    position: relative;
  }
  #mail-magazine h2 {
    display: block;
    padding: 0;
  }
  #mail-magazine h2::before {
    display: none;
  }
  #mail-magazine dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.5rem; 

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #mail-magazine dd {
    font-weight: normal;
  }
  #mail-magazine .mark {
    margin: 0 .75rem 0 0;
  }
  #home-banner {
    padding: 3rem 0;
    position: relative; 
    text-align: center;
  }
  #home-banner ul {
    margin: 0 auto;
    width: 960px;
  }
  #home-banner li {
    padding: 0 1.5rem; 
    width: 15rem;
  }
  #home-banner li:nth-child(2n+1) {
    padding-right: 1.5rem;
  }
  #home-banner li:nth-child(2n) {
    padding-left: 1.5rem;
  }
  #home-banner a {
    color: white;
    text-decoration: none;
  }
  #home-banner dl {
    font-size: 12px;
    padding: .75rem 0;
  }
  #home-banner dt {
    font-size: 14px;
    font-weight: bold;
  }
  #footer {
    padding: 0 4.5rem 1.5rem;
    position: relative;
  }
  #footer .footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 1.5rem 0 0; 

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #footer .footer-wrap:first-child {
    padding: 1.5rem 3rem 1.4375rem; 
    width: 1056px;
  }
  .list-sns {
    width: 15rem;
  }
  .list-sns figure {
    margin-bottom: 2.25rem;
    height: 9rem;
  }
  .list-sns figure img {
    max-width: none;
  }
  .footer-nav {
    padding: 1.5rem 0 0;
  }
  .footer-nav span {
    display: block;
  }
  .footer-nav ul {
    padding-left: 1.5rem;
    width: 15rem;
  }
  .footer-nav ul ul {
    padding: .75rem 0; 
    width: auto;
  }
  .footer-nav li {
    padding: 0 0 1.5rem;
  }
  .footer-nav li li {
    padding: 0;
  }
  .list-share li {
    padding: 0 10px 0 0;
  }
  .footer-link {
    margin-left: auto;
    padding: 0 1.5rem 0 0;
    text-align: left;
  }
  .footer-link li {
    padding: 0 0 0 2em;
  }
  .lang {
    margin: 0;
  }
}

/* ==========================================================================
 *
 * Print
 *
 * -------------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  #nav,
  .nav-trigger,
  .nav,
  .foot-col,
  .sns,
  #pagetop {
    display: none;
  }
  #footer::after {
    content: '';
  }
}

iframe{
  max-width:100%;
}
