/* ==========================================================================
 *
 * Mobile Devices
 *
 * -------------------------------------------------------------------------- */
body {
  background-color: #d7d2cb;
  border-top: #666360 4px solid;
  color: #2a2a32;
  font-size: 14px;
  line-height: 1.5rem;
}

a {
  color: #fa4932;
  text-decoration: none;
}
a.btn {
  background-color: #fa4932;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: .75rem 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  white-space: nowrap;
}

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

.bold {
  font-weight: bold;
}

.mt {
  margin-top: 1.5rem;
}

.mb {
  margin-bottom: 1.5rem;
}

.ml {
  margin-left: 5%;
}

.mr {
  margin-right: 5%;
}

::-moz-selection {
  background-color: rgba(102, 99, 96, .2);
  color: #2a2a32;
}

::selection {
  background-color: rgba(102, 99, 96, .2);
  color: #2a2a32;
}

::-moz-selection {
  background-color: rgba(102, 99, 96, .2);
  color: #2a2a32;
}

/* Header - Mobile -
   ========================================================================== */
#header {
  text-align: center;
}

#logo {
  margin: 1.5rem auto;
  max-height: 18px;
}

#nav {
  background-color: #fa4932;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
#nav .nav {
  display: none;
  margin: 0 auto;
  width: 90%;
}
#nav.active .nav {
  display: block;
}
#nav.active ul {
  margin-bottom: 1.5rem;
}
#nav.active li {
  letter-spacing: .1em;
  padding: .375rem 0;
}
#nav.active a {
  color: #d7d2cb;
}
#nav.active a.on {
  color: #666360;
}
#nav .list-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  padding: 1.5rem 0;

  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.nav-trigger {
  display: block;
  margin: .75rem auto;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 1.5rem;
  height: .75rem;
}
.nav-trigger span {
  background-color: #d7d2cb;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 1.5rem;
  height: 1px;
}
.nav-trigger span:nth-of-type(1) {
  top: 0;
}
.nav-trigger span:nth-of-type(2) {
  top: 11px;
}
.nav-trigger.active {
  margin: 1.5rem auto;
}
.nav-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5.5px) rotate(45deg);
  -ms-transform: translateY(5.5px) rotate(45deg);
  transform: translateY(5.5px) rotate(45deg);
}
.nav-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-5.5px) rotate(-45deg);
  -ms-transform: translateY(-5.5px) rotate(-45deg);
  transform: translateY(-5.5px) rotate(-45deg);
}

/* Contents - Mobile -
   ========================================================================== */
.content {
  margin: 0 auto;
  padding: 1.5rem 0;
  width: 90%;
}

/* home */
#promo {
  position: relative;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .375rem;
  width: .375rem;
  height: .375rem;
}

.swiper-pagination-bullet {
  background-color: #d7d2cb;
}

.swiper-pagination-bullet-active {
  background-color: #fa4932;
}

.swiper-slide{ background-color: #d7d2cd; }
.swiper-slide a:hover{ opacity: .6; }

h2.font {
  border-bottom: 1px solid rgba(42, 42, 50, .5);
  font-size: 18px;
  letter-spacing: .6em;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}

.list-whatsnew li {
  margin-bottom: .75rem;
  overflow: hidden;
}
.list-whatsnew li:last-child {
  margin-bottom: 0;
}

.list-whatsnew span {
  color: #666360;
  font-size: 12px;
  letter-spacing: .1em;
  margin-right: .75rem;
}

.list-whatsnew a {
  color: #2a2a32;
  display: -webkit-box;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-video li {
  margin-bottom: .75rem;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.list-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.list-thumb {
  display: none;
}

.link {
  color: #2a2a32;
  line-height: 3rem;
}
.link .fa-chevron-right {
  margin-left: .375rem;
}

/* 2nd */
h1 {
  background-color: #e6e0d8;
  font-size: 24px;
  letter-spacing: .6em;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  padding: .75rem 0;
  text-align: center;
}

#nav-sub,
#nav-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 90%;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#nav-sub li,
#nav-page li {
  border-right: 1px solid rgba(42, 42, 50, .5);
  letter-spacing: .1em;
  line-height: .75rem;
  margin-right: .75rem;
  margin-bottom: 1.5rem;
  padding-right: .75rem;
}
#nav-sub li:last-child,
#nav-page li:last-child {
  border: none;
}
#nav-sub a,
#nav-page a {
  color: #2a2a32;
}
#nav-sub .on,
#nav-page .on {
  color: #666360;
}

.list-news li {
  border-bottom: 1px solid rgba(42, 42, 50, .5);
  padding: .75rem 0;
}

.list-news span {
  color: #666360;
  display: block;
  letter-spacing: .1em;
}

.list-news a {
  color: #2a2a32;
}

.list-media li {
  border-bottom: 1px solid rgba(42, 42, 50, .5);
  padding: .75rem 0;
}

.list-media span {
  color: #666360;
  font-size: 12px;
  letter-spacing: .1em;
  margin-right: .75rem;
}

.list-media a {
  color: #2a2a32;
  display: block;
}

/* detail */
.title {
  border-bottom: 1px solid #2a2a32;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.title h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.875rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.title .date {
  letter-spacing: .1em;
  margin-top: 1.5rem;
}
.title .text {
  margin-top: 1.5rem;
}

.back {
  color: #2a2a32;
  display: block;
  line-height: 3rem;
  margin-top: 3rem;
}
.back .fa-chevron-left {
  margin-right: .375rem;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}
.scroll table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  width: 100%;
}

th {
  background-color: #e6e0d8;
}

th,
td {
  border: 1px solid rgba(42, 42, 50, .5);
  padding: .375rem;
}

.release {
  margin-bottom: 6rem;
}
.release img {
  margin-bottom: 1.5rem;
  width: 100%;
}
.release h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: .75rem;
}
.release p.cap {
  font-size: 12px;
  letter-spacing: .6em;
}
.release p.text {
  margin-bottom: 1.5rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.release p.font {
  letter-spacing: .6em;
  margin-bottom: 1.5rem;
}
.release .price {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.release h4 {
  border-bottom: 1px solid rgba(42, 42, 50, .5);
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
.release .fa-youtube {
  margin-left: .75rem;
}
.release .wrap {
  margin-bottom: 1.5rem;
}

.list-buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
.list-buy li {
  margin-right: .75rem;
}
.list-buy .btn {
  width: 120px;
}

.note {
  background-color: #e6e0d8;
  margin-top: 1.5rem;
  padding: .75rem;
}

.profile img {
  margin-bottom: 1.5rem;
  width: 100%;
}

.profile h2 {
  border-bottom: 1px solid rgba(42, 42, 50, .5);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 2.25rem;
  text-align: center;
}
.profile h2 span {
  display: block;
  font-size: 12px;
  letter-spacing: .6em;
}

.profile .list-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  padding: 1.5rem 0;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.profile .list-sns li {
  margin: 0 .75rem;
}
.profile .list-sns a {
  color: #2a2a32;
}

.profile p {
  margin-bottom: 1.5rem;
}

/* archive */
.list-disc li {
  font-size: 12px;
  line-height: 1.125rem;
  margin-bottom: 1.5rem;
}

.list-disc a {
  color: #2a2a32;
}

.list-disc img {
  margin-bottom: .75rem;
  width: 100%;
}

/*disco*/
.player {
  background-color: #000;
  border-radius: .75rem;
  display: inline-block;
  margin-left: .75rem;
  vertical-align: middle;
  height: 16px;
}
.player input {
  display: block;
}

iframe {
  max-width: 100%;
}

/*shop,download*/
.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;

  -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: 7.5rem;
}

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

/* Footer - Mobile -
   ========================================================================== */
.list-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem auto .75rem;
  width: 90%;
}
.list-share li {
  margin-right: .75rem;
}

#footer {
  background-color: #2a2a32;
  padding: 4.5rem 1.5rem;
  text-align: center;
}
#footer .btn {
  display: none;
}
#footer .list-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  padding: 4.5rem 0;

  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#footer .list-sns a {
  color: #d7d2cb;
}

.logo {
  width: 100%;
  max-width: 383px;
}

.rising {
  margin-bottom: 1.5rem;
  height: 12px;
}

.list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.list-link li {
  margin: 0 .75rem;
}
.list-link a {
  color: #d7d2cb;
}

/* ==========================================================================
 *
 * Desktops
 *
 * -------------------------------------------------------------------------- */
@media only screen and (min-width: 1030px) {
  body {
    font-size: 16px;
  }
  a:hover {
    text-decoration: underline;
  }
  a:hover img {
    opacity: .8;
    text-decoration: none;
  }
  a:hover.btn {
    background-color: #666360;
    text-decoration: none;
  }
  /* Header - Desktop -
   ========================================================================== */
  #header {
    margin: auto;
    width: 1008px;
  }
  #logo {
    margin: 3rem auto;
    max-height: 32px;
  }
  #nav,
  #nav.active {
    background-color: transparent;
  }
  #nav .nav,
  #nav.active .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 860px; 

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #nav ul,
  #nav.active ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
  }
  #nav li,
  #nav.active li {
    margin: 0 .75rem;
  }
  #nav a,
  #nav.active a {
    color: #2a2a32;
  }
  #nav a.on,
  #nav a:hover,
  #nav.active a.on,
  #nav.active a:hover {
    color: #666360;
    text-decoration: none;
  }
  #nav .lang-list,
  #nav.active .lang-list {
    font-size: 14px;
  }
  #nav .nav-list,
  #nav.active .nav-list {
    font-size: 16px;
    letter-spacing: .025em;
  }
  #nav .list-sns,
  #nav.active .list-sns {
    font-size: 14px;
    padding: 0;
  }
  .nav-trigger {
    display: none;
  }
  /* Contents - Desktop -
   ========================================================================== */
  .content {
    padding: 3rem 0;
  }
  /* home */
  #promo {
    margin: auto;
    overflow: hidden;
    width: 100%;
    max-width: 1104px;
  }
  .swiper-pagination {
    line-height: 3rem;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .75rem;
    height: .75rem;
  }
  .content {
    width: 1008px;
  }
  .list-whatsnew li {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .list-whatsnew span {
    font-size: 14px;
  }
  .list-whatsnew .tag {
    background-color: #e6e0d8;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: 80px;
  }
  .list-whatsnew a {
    display: inline-block;
  }
  .list-whatsnew a:hover {
    color: #fa4932;
  }
  .list-video {
    background-color: #000;
  }
  .list-video li:nth-child(n+2) {
    display: none;
  }
  .list-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .list-thumb li {
    cursor: pointer;
    margin-right: .75rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 120px;
    height: 90px;
  }
  .list-thumb li:hover,
  .list-thumb li.active {
    opacity: .7;
  }
  .list-thumb img {
    width: 100%;
    height: 100%;

    object-fit: cover;
  }
  .link:hover {
    color: #fa4932;
    text-decoration: none;
  }
  .link:hover .fa-chevron-right {
    margin-left: .6rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  /* 2nd */
  h1 {
    padding: 1.5rem 0;
  }
  #nav-sub,
  #nav-page {
    width: 1008px;
  }
  #nav-sub li,
  #nav-page li {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
  }
  #nav-sub a:hover,
  #nav-page a:hover {
    color: #666360;
    text-decoration: none;
  }
  .list-news li {
    padding: 1.5rem 0;
  }
  .list-news span {
    font-size: 14px;
  }
  .list-news a:hover {
    color: #fa4932;
    text-decoration: none;
  }  
  .list-media li {
    align-items: center;
    display: grid;
    grid-template-columns: auto minmax(min-content, max-content) 1fr;
    padding: 1.5rem 0;
  }
  .list-media span {
    font-size: 14px;
  }
  .list-media .tag {
    background-color: #e6e0d8;
    font-size: 12px;
    text-align: center;
    width: 80px;
  }
  .list-media a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .list-media a:hover {
    color: #fa4932;
    text-decoration: none;
  }
  .release h3 {
    font-size: 48px;
    line-height: 3.75rem;
  }
  .release ol {
    margin-bottom: 1.5rem;
  }
  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap .sub {
    margin-right: 3rem;
    width: 360px;
  }
  .wrap .main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .profile h2 {
    font-size: 36px;
    line-height: 3rem;
    text-align: left;
  }
  .profile h2 span {
    display: inline;
    margin-left: 1.5rem;
  }
  .profile .list-sns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .profile .list-sns a:hover {
    color: #fa4932;
  }
  /* detail */
  .title {
    margin-bottom: 3rem;
  }
  .title h2 {
    font-size: 36px;
    line-height: 3rem;
  }
  .back::before {
    font-size: 18px;
  }
  .back:hover {
    color: #fa4932;
    text-decoration: none;
  }
  /* archive */
  .list-disc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .list-disc li {
    margin-bottom: 3rem;

    -webkit-flex-basis: 240px;
    flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
  }
  .list-disc li:nth-child(4n+2):last-child {
    margin-right: 512px;
  }
  .list-disc li:nth-child(4n+3):last-child {
    margin-right: 256px;
  }
  .list-disc a:hover {
    color: #fa4932;
    text-decoration: none;
  }
  /* Footer - Desktop -
   ========================================================================== */
  .list-share {
    margin-left: 1.5rem;
    width: auto;
  }
  #footer {
    position: relative;
  }
  #footer .btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
  }
  #footer .list-sns {
    margin: auto;
    width: 336px;
  }
  #footer .list-sns a:hover {
    color: #fff;
  }
}


/* ==========================================================================
 *
 * 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: '';
  }
}
