@charset "UTF-8";
/*
---------------------------------------------------------
web font
---------------------------------------------------------
*/
@font-face {
  font-family: 'title';
  src: url("../fonts/title/title-r.eot?") format("eot"), url("../fonts/title/title-r.woff2") format("woff2"), url("../fonts/title/title-r.woff") format("woff"), url("../fonts/title/title-r.otf") format("opentype");
}

@font-face {
  font-family: 'title-b';
  src: url("../fonts/title/title-b.eot?") format("eot"), url("../fonts/title/title-b.woff2") format("woff2"), url("../fonts/title/title-b.woff") format("woff"), url("../fonts/title/title-b.otf") format("opentype");
}

.wf-title {
  font-family: 'title', sans-serif;
  letter-spacing: 0.3rem;
  text-indent: 0.3rem;
}

.wf-title-bold {
  font-family: 'title-b', sans-serif;
  letter-spacing: 0.3rem;
  text-indent: 0.3rem;
}

/*
---------------------------------------------------------
base
---------------------------------------------------------
*/
html,
body {
  background-color: #000;
  color: #fff;
}

body {
  background-attachment: fixed;
  background-image: url(../images/body-logo.png);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
}

a,
a:active,
a:focus {
  -webkit-transition: opacity 0.2s ease-in-out;
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.2s ease-in-out;
}

a:hover {
  -webkit-transition: opacity 0.2s ease-in-out;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}

.sp a:hover {
  opacity: 1;
}

/*
---------------------------------------------------------
common style
---------------------------------------------------------
*/
.wrapper {
  /*  opacity: 0;*/
}

.wrapper,
.wrapper-overlay {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  position: relative;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  min-height: 60vh;
}

.container.container--prof {
  overflow: hidden;
}

.page-title {
  font-family: 'title', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  margin: 6rem 0 4rem 0;
  padding: 0;
  text-align: center;
  text-indent: 0.2rem;
}

/* loading option */
.loading,
.loading:after {
  height: 164px;
  left: 50%;
  margin-left: -68px;
  margin-top: -82px;
  /*background-color: aqua;*/
  opacity: 0.5;
  position: fixed;
  top: 50%;
  width: 136px;
  /*  border-radius: 50%;*/
  z-index: 100;
}

/* button */
.button,
a.button {
  -webkit-box-sizing: border-box;
  background-color: transparent;
  border: solid 1px #fff;
  box-sizing: border-box;
  display: inline-block;
  font-family: 'title-b', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.3rem;
  line-height: 1;
  min-width: 200px;
  overflow: hidden;
  padding: 0.3rem;
  position: relative;
  text-decoration: none;
  text-indent: 0.3rem;
}

/* button 動き上書き */
.button.button-1a {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.button.button-1a span {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  box-sizing: border-box;
  display: block;
  height: 100%;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.button.button-1a:before {
  -webkit-transition: all 0.2s ease-in-out;
  content: '>';
  font-family: 'title-b', sans-serif;
  font-size: 0.8rem;
  height: 100%;
  left: -100%;
  line-height: 1;
  padding: 0.3rem;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.button.button-1a:after {
  -webkit-transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.button.button-1a:hover span {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.button.button-1a:hover:before {
  left: 0;
}

/*  */
.slider,
.slick-slider {
  background-color: transparent;
  height: inherit;
}

.slick-slide,
.slick-cloned,
.slick-current {
  -webkit-transition: opacity 0.5s ease-in-out;
  opacity: 0.3;
  transition: opacity 0.5s ease-in-out;
}

.slick-slide.slick-active {
  -webkit-transition: opacity 0.5s ease-in-out;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

/*  */
.section-nav {
  padding: 1rem 0;
  text-align: center;
  width: 100%;
}

/* player */
.player {
  display: inline-block;
  height: 18px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 75px;
  /*	float: right;*/
  /*	right: 0;*/
  /*	margin-left: 8px;*/
  z-index: 100;
}

.player .switch {
  background: #000;
  border: 1px solid #000;
  border-radius: 100px;
  height: 18px;
  margin: 0;
  padding: 0;
  text-align: center !important;
  width: 70px;
}

/*  */
.list {
  display: block;
  list-style: none;
  padding: 1rem 0;
  text-align: center;
}

.list .item {
  display: inline;
  list-style: none;
}

.list .item span,
.list .item a {
  /*  min-width: 200px;*/
  background-color: transparent;
  border: solid 1px #666;
  display: inline-block;
  font-family: 'title-b', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.3rem;
  line-height: 1;
  margin: 0.1rem;
  padding: 0.3rem 1.5rem;
  text-decoration: none;
  text-indent: 0.3rem;
}

.list .item a {
  border: solid 1px #fff;
}

.list .slick-slide,
.list .slick-cloned,
.list .slick-current {
  opacity: 1;
}

/*  */
.section-nav {
  padding: 3rem 0;
  text-align: center;
  width: 100%;
}

/* pagination */
.pagination {
  font-family: 'title-b', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.3rem;
  line-height: 1;
  padding: 2rem 0 2rem 0;
  text-indent: 0.3rem;
}

.pagination a:hover,
.pagination button:hover {
  background-color: transparent;
}

.pagination .number {
  border: solid 1px #fff;
  color: #fff;
  text-decoration: none;
}

.pagination .current {
  background: none;
  color: #fff;
  opacity: 0.5;
  padding: 0;
}

.pagination .current span {
  border: solid 1px #fff;
  color: #fff;
  display: block;
  padding: 0.3rem 1rem;
  text-decoration: none;
}

.pagination .disabled {
  color: #333;
  cursor: not-allowed;
}

.pagination a {
  color: #fff;
  padding: 0.3rem 1rem;
  text-decoration: none;
}

.pc .pagination a:hover {
  background: none;
}

/*  */
.label.soldout {
  background-color: #ff0100;
  color: #fff;
  font-family: 'title-b', sans-serif;
  letter-spacing: 0.3rem;
  margin: 1px;
  padding: 3px 5px 2px 5px;
  text-indent: 0.3rem;
}

/* social */
.social {
  padding: 1.5rem 0;
  text-align: center;
}

.social iframe {
  vertical-align: middle;
}

/*  */
.fancybox-slide--iframe .fancybox-content {
  background: #000;
}

/* カテゴリーアイコン
------------------------------------------------*/
.icon {
  background-color: #c8c8c8;
  /*  font-family: Arial, Helvetica, sans-serif;*/
  color: #fff;
  display: inline-block;
  font-family: 'title-b', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3rem;
  line-height: 1;
  margin: 1px;
  opacity: 0.9;
  padding: 3px 5px 2px 5px;
  text-indent: 0.3rem;
  vertical-align: middle;
}

.icon.ctg_new {
  -webkit-animation: flash 1.5s infinite linear;
  /*  */
  animation: flash 1.5s infinite linear;
  background: #fff;
  color: #000;
  opacity: 1;
  padding: 2px 5px 3px 5px;
}

@keyframes flash {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

.icon.ctg_tour {
  background: #1a6600;
}

.icon.ctg_web {
  background: #00a3d9;
}

.icon.ctg_magazine {
  background: #7f00ff;
}

.icon.ctg_movie {
  background: #c2d900;
}

.icon.ctg_tv {
  background: #ff8000;
}

.icon.ctg_radio {
  background: #ff007f;
}

.icon.ctg_live_event {
  background: #2db200;
}

.icon.ctg_stage {
  background: #404040;
}

.icon.ctg_other,
.icon.ctg_others {
  background: #c6c6c6;
  color: #373632;
  text-shadow: none;
}

/*
---------------------------------------------------------
header
---------------------------------------------------------
*/
.header {
  -webkit-transition: background-color 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
  position: fixed;
  top: 0;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
  z-index: 200;
}

.header.is-fixed {
  -webkit-transition: background-color 3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.9);
  transition: background-color 3s ease-in-out;
  z-index: 200;
}

.drawer-open .header,
.drawer-open .header.is-fixed {
  -webkit-transition: background-color 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease-in-out;
}

.site-title {
  -webkit-transition: all 0.1s ease-in-out;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 0;
  text-align: center;
  transition: all 0.1s ease-in-out;
  width: 160px;
}

.site-title img {
  -webkit-transition: all 0.1s ease-in-out;
  height: 112px;
  transition: all 0.1s ease-in-out;
}

.is-fixed .site-title {
  -webkit-transition: height 0.1s ease-in-out;
  height: 35px;
  padding: 0 0;
  transition: height 0.1s ease-in-out;
}

.is-fixed .site-title img {
  -webkit-transition: all 0.1s ease-in-out;
  height: 47px;
  transition: all 0.1s ease-in-out;
}

.nav-sns {
  -webkit-transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
  left: 50px;
  position: absolute;
  top: 50px;
  transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
}

.is-fixed .nav-sns {
  -webkit-transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
  left: 20px;
  top: 10px;
  transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
}

.nav-sns ul,
.nav-sns li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-sns a {
  display: inline-block;
  padding: 0 0.5rem 0 0;
}

.nav-sns .fab {
  -webkit-transition: font-size 0.1s ease-in-out;
  font-size: 3rem;
  transition: font-size 0.1s ease-in-out;
}

.is-fixed .nav-sns .fab {
  -webkit-transition: font-size 0.1s ease-in-out;
  font-size: 2rem;
  transition: font-size 0.1s ease-in-out;
}

.drawer-button {
  -webkit-transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
  position: absolute;
  right: 50px;
  top: 50px;
  transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
}

.is-fixed .drawer-button {
  -webkit-transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
  right: 20px;
  top: 10px;
  transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
}

/*
---------------------------------------------------------
drawer
---------------------------------------------------------
*/
/*  */
.menu-trigger,
.menu-trigger span {
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.menu-trigger {
  height: 50px;
  /*  background-color: crimson;*/
  position: relative;
  width: 50px;
}

.is-fixed .menu-trigger {
  height: 30px;
  width: 30px;
}

.menu-trigger span {
  background-color: #fff;
  border-radius: 0;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.menu-trigger span:nth-of-type(1) {
  top: 16px;
}

.is-fixed .menu-trigger span:nth-of-type(1) {
  top: 6px;
}

.menu-trigger span:nth-of-type(2) {
  bottom: 16px;
}

.is-fixed .menu-trigger span:nth-of-type(2) {
  bottom: 6px;
}

.drawer-open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.drawer-open .menu-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

/* drawer */
.drawer--top .drawer-nav {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
}

.drawer-menu {
  padding: 2rem 0;
  text-align: center;
}

.drawer-menu a {
  font-family: 'title', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.5rem;
  text-decoration: none;
  text-indent: 0.5rem;
}

/*
---------------------------------------------------------
footer
---------------------------------------------------------
*/
.footer {
  padding: 5rem 1rem 1rem 1rem;
  text-align: center;
}

.footer-nav ul,
.footer-nav li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.footer-nav a {
  display: inline-block;
  font-family: 'title-b', sans-serif;
  letter-spacing: 0.2rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-indent: 0.2rem;
}

.footer-nav li:nth-child(1)::after {
  content: ' | ';
}

.copyright {
  font-family: 'title', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
}

#acommoncopy ul li p {
  font-family: Arial, Helvetica, 'sans-serif';
  margin-bottom: 0;
}

/*
---------------------------------------------------------
contents
---------------------------------------------------------
*/
.container img {
  height: auto !important;
}

/* home
------------------------------------------------*/

.whatsnew-list .entry {
  padding: 0 0 1.3rem 0;
}

.whatsnew-list .label {
  background-color: #fff;
  color: #000;
  display: block;
  font-family: 'title-b', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: 0.3rem 0.2rem 0.2rem 0.2rem;
  text-align: center;
  text-indent: 0.1rem;
}

.whatsnew-list .date {
  font-family: 'title-b', sans-serif;
  font-size: 1.1rem;
  /*  text-align: center;*/
  letter-spacing: 0.3rem;
  text-align: center;
  text-indent: 0.3rem;
}

.whatsnew-list .title {
  font-size: 0.8rem;
  padding: 0 0 0 0.5rem;
}

.home-contents {
  position: relative;
}

.home-contents > .cell {
  padding-bottom: 60px;
  position: relative;
}

.section-title {
  font-family: 'title', sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.3rem;
  margin: 5rem 0 3rem 0;
  text-align: center;
  text-indent: 0.3rem;
}

.home-contents .section-nav {
  bottom: 0;
  left: 0;
  position: absolute;
}

/* about */

.section-about .item-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.section-about .item {
  width: 20%;
}

.section-about .item.logo {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

/* movie */
.section-movie .section-body img {
  height: auto !important;
  width: 553px;
}

/* banner */
.banner {
  padding: 5rem 0 5rem 0;
}

.banner ul {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.banner ul li {
  display: inline-block;
  padding: 0 10px;
}

/* profile top
------------------------------------------------*/
.page-profile-top .section-title img {
  height: 25px;
}

.page-profile-top .logo {
  padding: 1rem 0 1rem 0;
  text-align: center;
}

.page-profile-top .member {
  height: 310px;
  padding: 0 0 24px 0;
  text-indent: -9999px;
  width: 292px;
}

.page-profile-top .group {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.page-profile-top .item {
  padding: 0 0 2rem 0;
  width: 33.33%;
}

.page-profile-top .item .member {
  background-position: 0 0;
  background-repeat: no-repeat;
}

.page-profile-top .suho .member {
  background-image: url(/common/images/profile/suho.png);
}

.page-profile-top .baekhyun .member {
  background-image: url(/common/images/profile/baekhyun.png);
}

.page-profile-top .chanyeol .member {
  background-image: url(/common/images/profile/chanyeol.png);
}

.page-profile-top .do .member {
  background-image: url(/common/images/profile/do.png);
}

.page-profile-top .kai .member {
  background-image: url(/common/images/profile/kai.png);
}

.page-profile-top .sehun .member {
  background-image: url(/common/images/profile/sehun.png);
}

.page-profile-top .xiumin .member {
  background-image: url(/common/images/profile/xiumin.png);
}

.page-profile-top .luhan .member {
  background-image: url(/common/images/profile/luhan.png);
}

.page-profile-top .kris .member {
  background-image: url(/common/images/profile/kris.png);
}

.page-profile-top .lay .member {
  background-image: url(/common/images/profile/lay.png);
}

.page-profile-top .chen .member {
  background-image: url(/common/images/profile/chen.png);
}

.page-profile-top .tao .member {
  background-image: url(/common/images/profile/tao.png);
}

/**
 * profile page
 */
.article--prof {
  overflow: hidden;
}

.pforWrap {
  padding-bottom: 64px;
  position: relative;
  width: 100%;
}

.pforWrap .pforWrap__img {
  font-size: 0;
  margin: 0 auto;
  width: 540px;
}

.pforWrap .pforWrap__img .pforWrap__img--img {
  display: block;
  width: 100%;
}

.pforWrap .pforWrap__data {
  margin-top: 80px;
}

.pforWrap .pforWrap__data .pforWrap__dataLogo {
  font-size: 0;
  margin: 0 auto 64px;
  width: 200px;
}

.pforWrap .pforWrap__data .pforWrap__dataLogo img {
  display: block;
  width: 100%;
}

.pforWrap .pforWrap__data .pforWrap__dataText {
  margin: 0 auto;
  width: 540px;
}

/* news top
------------------------------------------------*/
.news-list {
  padding-top: 2rem;
}

.news-list .entry {
  padding: 0 0 1.7rem 0;
}

.news-list .cell:first-child {
  min-width: 90px;
}

.news-list .date {
  font-family: 'title-b', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  line-height: 1;
  text-align: center;
  text-indent: 0.3rem;
  /*  text-align: center;*/
}

.news-list .date .dot::after {
  content: '.';
}

.news-list .title {
  padding: 0 0 0 0.5rem;
  /*  font-size: 1rem;*/
}

/* news detail
------------------------------------------------*/
.page-news-detail .entry-title {
  font-size: 2rem;
  font-weight: bold;
}

/* schedule top
------------------------------------------------*/
.list-tour a {
  text-decoration: none;
}

.list-tour .item,
.list-tour .date,
.list-tour .title {
  margin: 0;
  padding: 0;
}

.list-tour .entry-title {
  font-size: 1rem;
  font-weight: bold;
}

.list-tour .item {
  padding: 0 0 1.5rem 0;
}

.list-tour .date {
  font-size: 0.8rem;
}

/* media */
.list-media {
  margin: 3rem 0 0 0;
}

.list-media .entry-title {
  font-size: 1rem;
  font-weight: bold;
}

.list-media a {
  text-decoration: none;
}

.list-media .item,
.list-media .date,
.list-media .title {
  margin: 0;
  padding: 0;
}

.list-media .item {
  padding: 0 0 1.5rem 0;
}

.list-media .date {
  font-size: 0.8rem;
}

/* schedule detail
------------------------------------------------*/
.page-schedule-detail .entry-title {
  font-size: 1.1rem;
  font-weight: bold;
}

/* schedule tour(live & tour)
------------------------------------------------*/
.page-schedule-tour .entry-title {
  text-align: center;
}

.page-schedule-tour .text-top {
  padding: 1rem 0;
}

/* schedule-list */
.schedule-list {
  border: solid 1px #000;
  border-collapse: collapse;
  width: 100%;
}

.schedule-list tbody,
.schedule-list tr,
.schedule-list th,
.schedule-list td {
  color: #000;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.schedule-list th,
.schedule-list td {
  font-size: 0.9rem;
  padding: 0.5rem;
}

.schedule-list th {
  background-color: #333;
  border: solid 1px #000;
  /* background-color: rgba(255, 255, 255, 0.25); */
  color: #fff;
  text-align: left;
}

.schedule-list td {
  background-color: #fff;
  border: solid 1px #000;
}

/* discography top
------------------------------------------------*/
.disc-list {
  padding: 0 0 2rem 0;
}

.disc-list .image {
  text-align: center;
}

.disc-list .date {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}

.disc-list .nav {
  padding: 1rem 0;
}

.disc-list .nav p {
  margin: 0 0 5px 0;
}

.disc-list .button {
  min-width: inherit;
  text-align: center;
  width: 100%;
}

.disc-list .title {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 0.5rem 0;
  text-align: center;
}

.disc-type {
  padding: 1rem 0;
}

.disc-type .item {
  background-color: #fff;
}

.disc-type .item a {
  color: #000;
  display: block;
  margin: 0 0 1px 0;
  padding: 0.5rem 15px 0.5rem 0.5rem;
  position: relative;
  text-decoration: none;
}

.disc-type .item a::after {
  content: '>';
  display: block;
  /*  width: 1rem;*/
  margin: -0.5rem 0 0 0;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 1rem;
}

.disc-type .item .info {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}

.disc-type .item .type {
  font-size: 0.8rem;
}

/* discography detail
------------------------------------------------*/
.package-detail .date {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}

.package-detail .title {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 0.5rem 0;
  text-align: center;
}

.package-detail .list-package {
  -ms-flex-wrap: wrap;
  /*  */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  text-align: left;
}

.package-detail .list-package .item {
  /*  display: inline-block;*/
  width: 33.333%;
}

.package-detail .list-package .item a,
.package-detail .list-package .item span {
  border: solid 1px #fff;
  color: #fff;
  display: block;
  font-size: 0.8rem;
  margin: 0 5px 5px 0;
  padding: 0.3rem 1rem;
  text-decoration: none;
}

.package-detail .list-package .item span {
  border-color: #666;
}

.package-detail .image {
  text-align: center;
}

.package-detail .nav {
  padding: 1rem 0;
}

.package-detail .disc-text1 {
  padding: 1rem 0;
}

.package-detail .nav p {
  margin: 0 0 5px 0;
}

.package-detail .nav .button {
  min-width: inherit;
  text-align: center;
  width: 100%;
}

.package-detail .disc {
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 0 1px 0;
  padding: 1rem;
}

.package-detail .disc-name {
  font-family: 'title-b', sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}

.package-detail .music-list {
  background-color: #fff;
  color: #000;
  padding: 1rem;
}

.package-detail .music-list a {
  color: #000;
}

.package-detail .music-list .item {
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  font-size: 0.8rem;
  margin-bottom: -1px;
  padding: 0.5rem 0;
}

.package-detail .product-text2 {
  padding: 1.5rem 1rem;
}

/* discography shop download
------------------------------------------------*/
/* buy */
.page-discography-shop body {
  max-width: 700px;
}

.shop-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
}

.shop-list .item {
  padding: 0.3rem;
  width: 25%;
}

/* download */
.page-discography-download body {
  max-width: 800px;
}

.download-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
}

.download-list .item {
  background-color: #fff;
  border: solid 2px #000;
  /*  box-sizing: border-box;*/
  padding: 1rem;
  text-align: center;
  width: 33.33%;
}

/* goods top
------------------------------------------------*/
.page-goods-top .item-title {
  font-size: 0.9rem;
  padding: 0.5rem 0;
}

/* goods detail
------------------------------------------------*/
.page-goods-detail .entry-title {
  font-size: 1.1rem;
  font-weight: bold;
}

.page-goods-detail .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.page-goods-detail .top_text {
  padding: 0 0 2rem 0;
}

.page-goods-detail .goods-image {
  padding: 0 1rem;
}

.page-goods-detail .goods-title {
  padding: 0.5rem 1rem 3rem 1rem;
}

.page-goods-detail .goods-name {
  font-size: 0.9rem;
}

.page-goods-detail .slick-dots {
  bottom: 15px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.page-goods-detail .slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}

.page-goods-detail .shopping-item {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}

.page-goods-detail .goods_shopping {
  padding: 0 5px 5px 0;
}

.page-goods-detail .shopping-item img {
  width: 160px;
}

/* goods item
------------------------------------------------*/
.page-goods-item #mainImageCaption {
  font-size: 0.8rem;
  padding: 0.3rem 0;
  text-align: center;
}

.page-goods-item .entry-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.page-goods-item .image img {
  max-width: inherit;
  width: 100%;
}

.page-goods-item .thumbnail,
.page-goods-item .item_image {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-goods-item .thumbnail {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.page-goods-item .item_image {
  padding: 0 1px 1px 0;
  /*  width: 60px;*/
  width: 20%;
}

.page-goods-item .item_image.is-active {
  opacity: 0.5;
}

/* movie top
------------------------------------------------*/
/* special top
------------------------------------------------*/
/* Small screens
------------------------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/common/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-style: normal;
  font-weight: normal;
  src: url("/common/fonts/slick/slick.eot");
  src: url("/common/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("/common/fonts/slick/slick.woff") format("woff"), url("/common/fonts/slick/slick.ttf") format("truetype"), url("/common/fonts/slick/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  z-index: 100;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: white;
  font-family: 'title-b';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: 25px;
}

[dir='rtl'] .slick-prev {
  left: auto;
  right: 25px;
}

.slick-prev:before {
  content: '<';
}

[dir='rtl'] .slick-prev:before {
  content: '>';
}

.slick-next {
  right: 25px;
}

[dir='rtl'] .slick-next {
  left: 25px;
  right: auto;
}

.slick-next:before {
  content: '>';
}

[dir='rtl'] .slick-next:before {
  content: '<';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: black;
  content: '•';
  font-family: 'slick';
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media only screen and (max-width: 39.9375em) {
  html,
  body {
    font-size: 14px;
  }
  .page-title {
    font-family: 'title-b', sans-serif;
    font-size: 1.8rem;
    margin: 3rem 0 2rem 0;
  }
  .button,
  a.button {
    font-size: 1rem;
    line-height: 1;
    padding: 0.5rem 0.3rem;
  }
  .button.button-1a:before {
    font-size: 1rem;
    line-height: 1;
    padding: 0.5rem 0.3rem;
  }
  .pagination .current span {
    padding: 0.3rem;
  }
  .pagination a {
    padding: 0.3rem;
  }
  .site-title {
    -webkit-transition: all 0.1s ease-in-out;
    height: 35px;
    padding: 0 0;
    transition: all 0.1s ease-in-out;
  }
  .site-title img {
    -webkit-transition: all 0.1s ease-in-out;
    height: 47px;
    transition: all 0.1s ease-in-out;
  }
  .is-fixed .site-title {
    -webkit-transition: height 0.1s ease-in-out;
    height: 23px;
    transition: height 0.1s ease-in-out;
  }
  .is-fixed .site-title img {
    -webkit-transition: all 0.1s ease-in-out;
    height: 30px;
    transition: all 0.1s ease-in-out;
  }
  .nav-sns {
    -webkit-transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
    left: 20px;
    top: 10px;
    transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
  }
  .is-fixed .nav-sns {
    -webkit-transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
    left: 10px;
    transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
  }
  .nav-sns .fab {
    -webkit-transition: font-size 0.1s ease-in-out;
    font-size: 2rem;
    transition: font-size 0.1s ease-in-out;
  }
  .is-fixed .nav-sns .fab {
    -webkit-transition: font-size 0.1s ease-in-out;
    font-size: 1.3rem;
    transition: font-size 0.1s ease-in-out;
  }
  .drawer-button {
    -webkit-transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
    right: 20px;
    top: 10px;
    transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
  }
  .is-fixed .drawer-button {
    -webkit-transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
    right: 10px;
    transition: top 0.1s ease-in-out, left 0.1s ease-in-out;
  }
  .menu-trigger {
    height: 30px;
    width: 30px;
  }
  .is-fixed .menu-trigger {
    height: 22px;
    width: 22px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 6px;
  }
  .is-fixed .menu-trigger span:nth-of-type(1) {
    top: 4px;
  }
  .menu-trigger span:nth-of-type(2) {
    bottom: 6px;
  }
  .is-fixed .menu-trigger span:nth-of-type(2) {
    bottom: 4px;
  }
  .drawer-open .is-fixed .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .drawer-open .is-fixed .menu-trigger span:nth-of-type(2) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .drawer-menu a {
    font-size: 1.5rem;
  }
  .footer-nav a {
    font-size: 12px;
    letter-spacing: 0.1rem;
    padding: 1.5rem 0rem;
    text-decoration: none;
    text-indent: 0.1rem;
  }
  .copyright {
    font-family: 'title-b', sans-serif;
    font-size: 10px;
  }
  .whatsnew-list {
    padding: 0 1rem;
  }
  .section-title {
    font-size: 1.7rem;
    margin: 2rem 0 1rem 0;
  }
  .home-contents .section-nav {
    position: static;
  }
  .section-about .section-body {
    margin: auto;
    max-width: 375px;
  }
  .section-about .item {
    width: 50%;
  }
  .section-about .item:nth-child(1) {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .section-about .item:nth-child(6) {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .section-about .item:nth-child(3) {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    margin-top: -30%;
    order: 3;
  }
  .section-about .item:nth-child(4) {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .section-about .item:nth-child(5) {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    margin-top: -30%;
    order: 5;
  }
  .section-about .item:nth-child(8) {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .section-about .item:nth-child(2) {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    margin-top: -30%;
    order: 7;
  }
  .section-about .item:nth-child(10) {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .section-about .item:nth-child(9) {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    margin-top: -30%;
    order: 9;
  }
  .section-about .item.logo {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 0;
    padding-top: 2rem;
  }
  .section-about .item.logo img {
    width: 60px;
  }
  .section-movie .section-body img {
    width: 100%;
  }
  .page-profile-top .logo img {
    width: 70px;
  }
  .page-profile-top .member {
    height: 170px;
    margin: 0 auto;
    padding: 0 0 14px 0;
    width: 150px;
  }
  .page-profile-top .item {
    padding: 0 0 0.5rem 0;
    width: 50%;
  }
  .page-profile-top .item .member {
    background-size: contain;
  }
  .pforWrap {
    padding-bottom: 8px;
  }
  .pforWrap .pforWrap__data {
    margin-top: 40px;
  }
  .pforWrap .pforWrap__data .pforWrap__dataLogo {
    margin-bottom: 32px;
    width: 100px;
  }
  .pforWrap .pforWrap__data .pforWrap__dataText {
    width: calc(100% - 60px);
  }
  .news-list .entry {
    padding: 0 1rem 1.7rem 1rem;
  }
  .news-list .cell:first-child {
    min-width: 40px;
  }
  .news-list .date .m {
    display: block;
    /*    text-align: center;*/
    /*    text-align: justify;*/
    /*text-justify: inter-ideograph;*/
  }
  .news-list .date .dot {
    background-color: #fff;
    display: block;
    height: 1px;
    margin: 0.1rem auto 0.3rem auto;
    width: 2rem;
  }
  .news-list .date .dot::after {
    content: '';
  }
  .news-list .date .d {
    display: block;
    /*    text-align: center;*/
    /*    text-align: justify;*/
    /*text-justify: inter-ideograph;*/
  }
  .page-news-detail .entry-title {
    font-size: 1.5rem;
  }
  .disc-list .image {
    margin: auto;
    max-width: 210px;
  }
  .package-detail .list-package {
    padding: 1.5rem 1rem;
  }
  .package-detail .list-package .item {
    /*  display: inline-block;*/
    width: 100%;
  }
  .package-detail .image {
    margin: auto;
    max-width: 210px;
  }
  .shop-list {
    padding: 1rem;
  }
  .shop-list .item {
    width: 50%;
  }
  .download-list {
    padding: 1rem;
  }
  .download-list .item {
    width: 50%;
  }
  .slick-prev {
    left: 10px;
  }
  [dir='rtl'] .slick-prev {
    left: auto;
    right: 10px;
  }
  .slick-next {
    right: 10px;
  }
  [dir='rtl'] .slick-next {
    left: 10px;
    right: auto;
  }
}

@media only screen and (max-width: 1280px) {
  .pforWrap .pforWrap__img {
    width: 100%;
  }
}

@media only screen and (max-width: 40em) {
  .schedule-list {
    border: solid 0 #000;
    width: 100%;
  }
  .schedule-list tr {
    display: block;
    margin: 0 0 1rem 0;
    padding: 0;
  }
  .schedule-list th {
    display: none;
  }
  .schedule-list td {
    display: block;
    margin: 0 0 -1px 0;
  }
  .schedule-list td:first-child {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-weight: bold;
  }
  .schedule-list td:first-child::before {
    display: none;
  }
  .schedule-list td::before {
    content: attr(data-label);
    font-weight: bold;
    margin: 0 10px 0 0;
  }
}
