@charset "UTF-8";
@import url("add.css");


.bg-gradation, .btn-global a:hover {
  background-image: -moz-linear-gradient(-27deg, rgba(69, 176, 230, 0.8) 25%, rgba(82, 204, 102, 0.8) 75%);
  background-image: -webkit-linear-gradient(-27deg, rgba(69, 176, 230, 0.8) 25%, rgba(82, 204, 102, 0.8) 75%);
  background-image: -ms-linear-gradient(-27deg, rgba(69, 176, 230, 0.8) 25%, rgba(82, 204, 102, 0.8) 75%); }

.bg-gradation__full, .btn-global a, #TopHeader #h-logo, #GlobalWrapper .section .ttl-page {
  background-image: -moz-linear-gradient(-27deg, #45b0e6 25%, #52cc66 75%);
  background-image: -webkit-linear-gradient(-27deg, #45b0e6 25%, #52cc66 75%);
  background-image: -ms-linear-gradient(-27deg, #45b0e6 25%, #52cc66 75%); }

br.SPbr {
  display: none; }
  @media screen and (max-width: 767px) {
    br.SPbr {
      display: inline; } }

br.PCbr {
  display: inline; }
  @media screen and (max-width: 767px) {
    br.PCbr {
      display: none; } }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  font-family: BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, -apple-system, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333333; }

@media screen and (max-width: 767px) {
  .btn-global.mgnT {
    margin-top: 2rem; } }

@media screen and (min-width: 768px) {
  .btn-global.mgnT {
    margin-top: 5rem; } }

.btn-global a {
  display: block;
  width: 260px;
  height: 55px;
  margin: 0 auto;
  line-height: 55px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 0.8125rem;
  letter-spacing: 0.1rem; }
  .btn-global a .icon-arrow:before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 0.5rem;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg); }

a.icon-blank:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  margin: 0 0.25rem;
  background: url(../img/icon-blank.svg) no-repeat center center;
  background-size: 10px; }

#TopHeader {
  position: relative;
  width: 100%; }
  #TopHeader #h-logo {
    position: relative; }
    @media screen and (max-width: 767px) {
      #TopHeader #h-logo {
        height: 200px; } }
    @media screen and (min-width: 768px) {
      #TopHeader #h-logo {
        height: 500px; } }
    #TopHeader #h-logo img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
      @media screen and (max-width: 767px) {
        #TopHeader #h-logo img {
          width: 60%; } }
      @media screen and (min-width: 768px) {
        #TopHeader #h-logo img {
          width: 600px; } }
  #TopHeader #h-logo_mov {
    position: relative;
    background: url(../img/logo_poster.jpg) no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      #TopHeader #h-logo_mov {
        height: 56.25vw; } }
    @media screen and (min-width: 768px) {
      #TopHeader #h-logo_mov {
        height: 500px;
        overflow: hidden; } }
    #TopHeader #h-logo_mov video {
      width: 100%; }
      @media screen and (min-width: 768px) {
        #TopHeader #h-logo_mov video {
          position: absolute;
          top: 50%;
          transform: translateY(-50%); } }
  @media screen and (max-width: 767px) {
    #TopHeader #h-nav {
      position: absolute;
      top: 0;
      left: 0; } }
  @media screen and (min-width: 768px) {
    #TopHeader #h-nav {
      position: relative; } }
  @media screen and (max-width: 767px) {
    #TopHeader #h-nav #h-menu #btn-MenuToggle {
      display: none; } }
  @media screen and (min-width: 768px) {
    #TopHeader #h-nav #h-menu #btn-MenuToggle {
      display: none; } }
  @media screen and (max-width: 767px) {
    #TopHeader #h-nav #h-menu #menu-Open {
      position: fixed;
      top: 5px;
      right: 5px;
      display: block;
      width: 40px;
      height: 40px;
      margin: 0;
      border: none;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 24px 24px;
      background-image: url(../img/icon-hamburger.svg);
      z-index: 100;
      transition: all 300ms;
      border-radius: 50%; }
      #TopHeader #h-nav #h-menu #menu-Open.scroll {
        background-color: #333333; } }
  @media screen and (min-width: 768px) {
    #TopHeader #h-nav #h-menu #menu-Open {
      display: none; } }
  #TopHeader #h-nav #h-menu #menu-Close {
    display: none; }
  @media screen and (max-width: 767px) {
    #TopHeader #h-nav #h-menu #btn-MenuToggle:checked ~ #menu-Close {
      position: fixed;
      display: block;
      width: 40px;
      height: 40px;
      top: 5px;
      right: 5px;
      margin: 0;
      border: none;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 24px 24px;
      background-image: url(../img/icon-close.svg);
      z-index: 300; } }
  @media screen and (max-width: 767px) {
    #TopHeader #h-nav #h-menu #h-menu__area {
      position: fixed;
      width: 100vw;
      height: 0;
      min-height: 0;
      top: 0;
      left: 0;
      background-color: #2c2c2c;
      z-index: 200;
      opacity: 0;
      transition: all 300ms; } }
  @media screen and (min-width: 768px) {
    #TopHeader #h-nav #h-menu #h-menu__area {
      width: 980px;
      height: 120px;
      margin: 0 auto;
      border-bottom: 1px solid #f1f1f1; } }
  @media screen and (max-width: 767px) {
    #TopHeader #h-nav #h-menu #h-menu__area #h-menu__list {
      display: none;
      padding-top: 50px; } }
  @media screen and (min-width: 768px) {
    #TopHeader #h-nav #h-menu #h-menu__area #h-menu__list {
      display: flex;
      justify-content: space-around;
      text-align: center; } }
  #TopHeader #h-nav #h-menu #h-menu__area #h-menu__list li {
    list-style-type: none; }
    @media screen and (max-width: 767px) {
      #TopHeader #h-nav #h-menu #h-menu__area #h-menu__list li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
    @media screen and (max-width: 767px) {
      #TopHeader #h-nav #h-menu #h-menu__area #h-menu__list li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.1); } }
    @media screen and (min-width: 768px) {
      #TopHeader #h-nav #h-menu #h-menu__area #h-menu__list li {
        display: block;
        height: 120px;
        padding: 40px 0; } }
    #TopHeader #h-nav #h-menu #h-menu__area #h-menu__list li a {
      display: block;
      text-decoration: none;
      font-size: 0.8125rem; }
      @media screen and (max-width: 767px) {
        #TopHeader #h-nav #h-menu #h-menu__area #h-menu__list li a {
          padding: 1rem 0;
          color: #ffffff;
          line-height: 1;
          text-align: center; } }
      @media screen and (min-width: 768px) {
        #TopHeader #h-nav #h-menu #h-menu__area #h-menu__list li a {
          height: 40px;
          color: #787878;
          line-height: 40px;
          letter-spacing: 1px; }
          #TopHeader #h-nav #h-menu #h-menu__area #h-menu__list li a:hover {
            color: #000000; } }
  @media screen and (max-width: 767px) {
    #TopHeader #h-nav #h-menu #btn-MenuToggle:checked ~ #h-menu__area {
      height: 100%;
      min-height: 100vh;
      opacity: 1; } }
  @media screen and (max-width: 767px) {
    #TopHeader #h-nav #h-menu #btn-MenuToggle:checked ~ #h-menu__area #h-menu__list {
      display: block; } }

#GlobalHeader {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #GlobalHeader {
      height: 50px;
      margin: 0 1rem; } }
  @media screen and (min-width: 768px) {
    #GlobalHeader {
      width: 980px;
      height: 90px;
      margin: 0 auto; } }
  #GlobalHeader #h-logo {
    position: relative;
    width: 155px; }
    @media screen and (max-width: 767px) {
      #GlobalHeader #h-logo {
        height: 50px;
        padding: 10px 0; } }
    @media screen and (min-width: 768px) {
      #GlobalHeader #h-logo {
        height: 30px;
        padding: 30px 0; } }
    #GlobalHeader #h-logo a {
      display: block; }
      #GlobalHeader #h-logo a:hover {
        opacity: 0.75; }
    #GlobalHeader #h-logo img {
      width: 100%; }
  @media screen and (max-width: 767px) {
    #GlobalHeader #h-nav {
      position: absolute;
      top: 0;
      right: 0; } }
  @media screen and (min-width: 768px) {
    #GlobalHeader #h-nav {
      position: relative; } }
  @media screen and (max-width: 767px) {
    #GlobalHeader #h-nav #h-menu #btn-MenuToggle {
      display: none; } }
  @media screen and (min-width: 768px) {
    #GlobalHeader #h-nav #h-menu #btn-MenuToggle {
      display: none; } }
  @media screen and (max-width: 767px) {
    #GlobalHeader #h-nav #h-menu #menu-Open {
      position: fixed;
      top: 5px;
      right: 5px;
      display: block;
      width: 40px;
      height: 40px;
      margin: 0;
      border: none;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 24px 24px;
      background-image: url(../img/icon-hamburger_global.svg);
      z-index: 100;
      transition: all 300ms;
      border-radius: 50%;
      background-color: #ffffff; } }
  @media screen and (min-width: 768px) {
    #GlobalHeader #h-nav #h-menu #menu-Open {
      display: none; } }
  #GlobalHeader #h-nav #h-menu #menu-Close {
    display: none; }
  @media screen and (max-width: 767px) {
    #GlobalHeader #h-nav #h-menu #btn-MenuToggle:checked ~ #menu-Close {
      position: fixed;
      display: block;
      width: 40px;
      height: 40px;
      top: 5px;
      right: 5px;
      margin: 0;
      border: none;
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 24px 24px;
      background-image: url(../img/icon-close_global.svg);
      z-index: 300; } }
  @media screen and (max-width: 767px) {
    #GlobalHeader #h-nav #h-menu #h-menu__area {
      position: fixed;
      width: 100vw;
      height: 0;
      min-height: 0;
      top: 50px;
      left: 0;
      background-color: #ffffff;
      z-index: 200;
      opacity: 0;
      transition: all 300ms; } }
  @media screen and (max-width: 767px) {
    #GlobalHeader #h-nav #h-menu #h-menu__area #h-menu__list {
      display: none; } }
  @media screen and (min-width: 768px) {
    #GlobalHeader #h-nav #h-menu #h-menu__area #h-menu__list {
      text-align: right;
      height: 30px;
      padding: 30px 0; } }
  #GlobalHeader #h-nav #h-menu #h-menu__area #h-menu__list li {
    list-style-type: none; }
    @media screen and (max-width: 767px) {
      #GlobalHeader #h-nav #h-menu #h-menu__area #h-menu__list li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
    @media screen and (max-width: 767px) {
      #GlobalHeader #h-nav #h-menu #h-menu__area #h-menu__list li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.1); } }
    @media screen and (min-width: 768px) {
      #GlobalHeader #h-nav #h-menu #h-menu__area #h-menu__list li:first-child {
        margin-left: 0; } }
    @media screen and (min-width: 768px) {
      #GlobalHeader #h-nav #h-menu #h-menu__area #h-menu__list li {
        display: inline-block;
        line-height: 90px;
        margin-left: 45px; } }
    #GlobalHeader #h-nav #h-menu #h-menu__area #h-menu__list li a {
      display: block;
      text-decoration: none;
      font-size: 0.8125rem; }
      @media screen and (max-width: 767px) {
        #GlobalHeader #h-nav #h-menu #h-menu__area #h-menu__list li a {
          padding: 1rem 0;
          color: #333333;
          line-height: 1;
          text-align: center; } }
      @media screen and (min-width: 768px) {
        #GlobalHeader #h-nav #h-menu #h-menu__area #h-menu__list li a {
          height: 30px;
          color: #787878;
          line-height: 30px;
          letter-spacing: 1px; }
          #GlobalHeader #h-nav #h-menu #h-menu__area #h-menu__list li a:hover {
            color: #000000; } }
  @media screen and (max-width: 767px) {
    #GlobalHeader #h-nav #h-menu #btn-MenuToggle:checked ~ #h-menu__area {
      height: 100%;
      min-height: 100vh;
      opacity: 1; } }
  @media screen and (max-width: 767px) {
    #GlobalHeader #h-nav #h-menu #btn-MenuToggle:checked ~ #h-menu__area #h-menu__list {
      display: block; } }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section {
    padding: 50px 0; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section {
    padding: 100px 0; } }

#GlobalWrapper .section#artist,
#GlobalWrapper .section#movie,
#GlobalWrapper .section#contact {
  background-color: #f6f6f6; }

#GlobalWrapper .section p a {
  color: #333333;
  text-decoration: underline; }
  #GlobalWrapper .section p a:hover {
    color: #000000; }

#GlobalWrapper .section .swiper-section {
  position: relative;
  padding-bottom: 0 !important; }
  #GlobalWrapper .section .swiper-section .swiper-wrapper {
    position: relative; }
    #GlobalWrapper .section .swiper-section .swiper-wrapper .swiper-slide {
      width: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
  #GlobalWrapper .section .swiper-section .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    @media screen and (max-width: 767px) {
      #GlobalWrapper .section .swiper-section .swiper-pagination {
        bottom: 25px; } }
    @media screen and (min-width: 768px) {
      #GlobalWrapper .section .swiper-section .swiper-pagination {
        bottom: 50px; } }
    #GlobalWrapper .section .swiper-section .swiper-pagination .swiper-pagination-bullet {
      background: #d1d1d1;
      opacity: 1; }
    #GlobalWrapper .section .swiper-section .swiper-pagination .swiper-pagination-bullet-active {
      background: #5e5e5e; }

#GlobalWrapper .section .ttl-page {
  text-align: center;
  font-weight: normal;
  color: #ffffff; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section .ttl-page {
      margin-bottom: 2rem;
      padding: 30px 0;
      font-size: 1.25rem;
      letter-spacing: 0.4rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section .ttl-page {
      margin-bottom: 5rem;
      padding: 50px 0;
      font-size: 1.875rem;
      letter-spacing: 0.5rem; } }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section .inner {
    margin: 0 1rem; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section .inner {
    width: 980px;
    margin: 0 auto; } }

#GlobalWrapper .section .inner .ttl-section {
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.3rem; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section .inner .ttl-section {
      margin-bottom: 2rem;
      font-size: 1.25rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section .inner .ttl-section {
      margin-bottom: 5rem;
      font-size: 1.5rem; } }

#GlobalWrapper .section#release .inner {
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release .inner {
      width: 100%; } }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#release .release-list {
    padding-bottom: 2rem; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#release .release-list {
    padding-bottom: 0; } }

#GlobalWrapper .section#release .release-list .release-list__item {
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release .release-list .release-list__item {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release .release-list .release-list__item {
      width: 680px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center; } }
  #GlobalWrapper .section#release .release-list .release-list__item .imgBox {
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e5e5e5; }
    @media screen and (max-width: 767px) {
      #GlobalWrapper .section#release .release-list .release-list__item .imgBox {
        margin-bottom: 1rem; } }
    @media screen and (min-width: 768px) {
      #GlobalWrapper .section#release .release-list .release-list__item .imgBox {
        width: 260px;
        margin-right: 60px; } }
    #GlobalWrapper .section#release .release-list .release-list__item .imgBox a {
      display: block; }
      #GlobalWrapper .section#release .release-list .release-list__item .imgBox a:hover {
        opacity: 0.75; }
    #GlobalWrapper .section#release .release-list .release-list__item .imgBox img {
      width: 100%;
      display: block; }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release .release-list .release-list__item .textBox {
      width: 360px; } }
  #GlobalWrapper .section#release .release-list .release-list__item .textBox .date {
    letter-spacing: 0.1rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-size: 0.875rem; }
    @media screen and (max-width: 767px) {
      #GlobalWrapper .section#release .release-list .release-list__item .textBox .date {
        text-align: center; } }
  #GlobalWrapper .section#release .release-list .release-list__item .textBox .name-artist {
    font-size: 0.875rem;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      #GlobalWrapper .section#release .release-list .release-list__item .textBox .name-artist {
        margin-bottom: 1rem;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      #GlobalWrapper .section#release .release-list .release-list__item .textBox .name-artist {
        margin-bottom: 1rem; } }
    #GlobalWrapper .section#release .release-list .release-list__item .textBox .name-artist em {
      font-weight: bold; }
  #GlobalWrapper .section#release .release-list .release-list__item .textBox .ttl-item {
    margin-bottom: 1rem;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      #GlobalWrapper .section#release .release-list .release-list__item .textBox .ttl-item {
        font-size: 1.25rem;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      #GlobalWrapper .section#release .release-list .release-list__item .textBox .ttl-item {
        margin-top: 1rem;
        font-size: 1.5rem; } }
  #GlobalWrapper .section#release .release-list .release-list__item .textBox .description,
  #GlobalWrapper .section#release .release-list .release-list__item .textBox .produced {
    font-size: 0.8125rem;
    line-height: 1.85; }
    @media screen and (max-width: 767px) {
      #GlobalWrapper .section#release .release-list .release-list__item .textBox .description,
      #GlobalWrapper .section#release .release-list .release-list__item .textBox .produced {
        margin-bottom: 1rem; } }
    @media screen and (min-width: 768px) {
      #GlobalWrapper .section#release .release-list .release-list__item .textBox .description,
      #GlobalWrapper .section#release .release-list .release-list__item .textBox .produced {
        margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release .release-list .release-list__item .textBox .produced {
      text-align: center; } }

#GlobalWrapper .section#release-item .information-select,
#GlobalWrapper .section#information .information-select {
  text-align: center; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .information-select,
    #GlobalWrapper .section#information .information-select {
      margin-bottom: 2rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .information-select,
    #GlobalWrapper .section#information .information-select {
      margin-bottom: 5rem; } }
  #GlobalWrapper .section#release-item .information-select li,
  #GlobalWrapper .section#information .information-select li {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #999999;
    padding: 0 1rem;
    font-size: 0.8125rem;
    cursor: pointer; }
    #GlobalWrapper .section#release-item .information-select li:hover,
    #GlobalWrapper .section#information .information-select li:hover {
      text-decoration: underline; }
    #GlobalWrapper .section#release-item .information-select li:last-child,
    #GlobalWrapper .section#information .information-select li:last-child {
      border-right: none; }
  #GlobalWrapper .section#release-item .information-select#all .all span,
  #GlobalWrapper .section#release-item .information-select#pr .pr span,
  #GlobalWrapper .section#release-item .information-select#notice .notice span,
  #GlobalWrapper .section#information .information-select#all .all span,
  #GlobalWrapper .section#information .information-select#pr .pr span,
  #GlobalWrapper .section#information .information-select#notice .notice span {
    font-weight: bold; }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#release-item .information-list,
  #GlobalWrapper .section#information .information-list {
    /*width: 60%;*/
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#release-item .information-list .information-list__item,
  #GlobalWrapper .section#information .information-list .information-list__item {
    margin-bottom: 2rem; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#release-item .information-list .information-list__item,
  #GlobalWrapper .section#information .information-list .information-list__item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 1rem; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#release-item .information-list .information-list__item .date,
  #GlobalWrapper .section#information .information-list .information-list__item .date {
    display: flex;
    flex-wrap: nowrap; } }

#GlobalWrapper .section#release-item .information-list .information-list__item .content,
#GlobalWrapper .section#information .information-list .information-list__item .content {
  font-size: 0.875rem;
  line-height: 1.7; }

#GlobalWrapper .section#release-item .information-list#pr .notice,
#GlobalWrapper .section#information .information-list#pr .notice {
  display: none; }

#GlobalWrapper .section#release-item .information-list#notice .pr,
#GlobalWrapper .section#information .information-list#notice .pr {
  display: none; }

#GlobalWrapper .section#release-item .date,
#GlobalWrapper .section#information .date {
  margin-bottom: 1rem;
  margin-right: 1rem;
  font-size: 0.875rem; }
  #GlobalWrapper .section#release-item .date .category,
  #GlobalWrapper .section#information .date .category {
    display: inline-block;
    width: 7rem;
    height: 1.125rem;
    margin: 0 1rem;
    background-color: #5e5e5e;
    color: #ffffff;
    font-size: 0.6875rem;
    line-height: 1.125rem;
    letter-spacing: 0.1rem;
    text-align: center; }

#GlobalWrapper .section#release-item .article a,
#GlobalWrapper .section#information .article a {
  color: #45b0e6;
  text-decoration: none; }
  #GlobalWrapper .section#release-item .article a:hover,
  #GlobalWrapper .section#information .article a:hover {
    text-decoration: underline; }

#GlobalWrapper .section#release-item .article .mb0,
#GlobalWrapper .section#information .article .mb0 {
  margin-bottom: 0 !important; }

#GlobalWrapper .section#release-item .article .ttl-article01,
#GlobalWrapper .section#information .article .ttl-article01 {
  font-weight: bold;
  letter-spacing: 0.05rem; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .ttl-article01,
    #GlobalWrapper .section#information .article .ttl-article01 {
      font-size: 1.3125rem;
      line-height: 1.4; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .ttl-article01,
    #GlobalWrapper .section#information .article .ttl-article01 {
      font-size: 1.5rem;
      line-height: 1.67; } }

#GlobalWrapper .section#release-item .article .ttl-article02,
#GlobalWrapper .section#information .article .ttl-article02 {
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.36; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .ttl-article02,
    #GlobalWrapper .section#information .article .ttl-article02 {
      font-size: 1.25rem;
      margin-top: 2rem;
      margin-bottom: 0.5rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .ttl-article02,
    #GlobalWrapper .section#information .article .ttl-article02 {
      font-size: 1.375rem;
      margin-top: 4rem;
      margin-bottom: 1rem; } }

#GlobalWrapper .section#release-item .article .ttl-article03,
#GlobalWrapper .section#information .article .ttl-article03 {
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.25; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .ttl-article03,
    #GlobalWrapper .section#information .article .ttl-article03 {
      margin-top: 1rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .ttl-article03,
    #GlobalWrapper .section#information .article .ttl-article03 {
      margin-top: 2rem; } }
  #GlobalWrapper .section#release-item .article .ttl-article03.cd-only,
  #GlobalWrapper .section#information .article .ttl-article03.cd-only {
    border-bottom: 1px solid #e8e8e8;
    margin-top: 1rem;
    font-size: 0.875rem;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem; }

#GlobalWrapper .section#release-item .article .date,
#GlobalWrapper .section#information .article .date {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #e8e8e8; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .date,
    #GlobalWrapper .section#information .article .date {
      margin-bottom: 2rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .date,
    #GlobalWrapper .section#information .article .date {
      margin-bottom: 4rem; } }

#GlobalWrapper .section#release-item .article .text,
#GlobalWrapper .section#information .article .text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  word-wrap: break-word; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .text,
    #GlobalWrapper .section#information .article .text {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .text,
    #GlobalWrapper .section#information .article .text {
      margin-bottom: 2rem; } }

#GlobalWrapper .section#release-item .article .footnote,
#GlobalWrapper .section#information .article .footnote {
  font-size: 0.75rem;
  line-height: 1.3rem; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .footnote,
    #GlobalWrapper .section#information .article .footnote {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .footnote,
    #GlobalWrapper .section#information .article .footnote {
      margin-bottom: 2rem; } }

#GlobalWrapper .section#release-item .article .img,
#GlobalWrapper .section#information .article .img {
  box-sizing: border-box;
  border: 1px solid #e5e5e5; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .img,
    #GlobalWrapper .section#information .article .img {
      margin-bottom: 0.5rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .img,
    #GlobalWrapper .section#information .article .img {
      margin-bottom: 1rem; } }
  #GlobalWrapper .section#release-item .article .img img,
  #GlobalWrapper .section#information .article .img img {
    width: 100%;
    display: block; }
  #GlobalWrapper .section#release-item .article .img.noborder,
  #GlobalWrapper .section#information .article .img.noborder {
    border: none; }

#GlobalWrapper .section#release-item .article .caption,
#GlobalWrapper .section#information .article .caption {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.4; }

#GlobalWrapper .section#release-item .article .list,
#GlobalWrapper .section#information .article .list {
  margin-left: 2rem;
  font-size: 0.875rem;
  line-height: 1.5rem; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .list,
    #GlobalWrapper .section#information .article .list {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .list,
    #GlobalWrapper .section#information .article .list {
      margin-bottom: 2rem; } }
  #GlobalWrapper .section#release-item .article .list li,
  #GlobalWrapper .section#information .article .list li {
    margin-bottom: 0.5rem; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .list.release-contents,
    #GlobalWrapper .section#information .article .list.release-contents {
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .list.release-contents,
    #GlobalWrapper .section#information .article .list.release-contents {
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .list.release-contents:last-child,
    #GlobalWrapper .section#information .article .list.release-contents:last-child {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .list.release-contents:last-child,
    #GlobalWrapper .section#information .article .list.release-contents:last-child {
      margin-bottom: 2rem; } }
  #GlobalWrapper .section#release-item .article .list.release-contents.no-number,
  #GlobalWrapper .section#information .article .list.release-contents.no-number {
    list-style-type: none; }

#GlobalWrapper .section#release-item .article .td-release_data,
#GlobalWrapper .section#information .article .td-release_data {
  font-size: 0.875rem;
  line-height: 1.5rem; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .td-release_data,
    #GlobalWrapper .section#information .article .td-release_data {
      margin-bottom: 0.5rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .td-release_data,
    #GlobalWrapper .section#information .article .td-release_data {
      margin-bottom: 1rem; } }
  #GlobalWrapper .section#release-item .article .td-release_data th,
  #GlobalWrapper .section#information .article .td-release_data th {
    padding-right: 1rem;
    text-align: left;
    min-width: 4rem; }

#GlobalWrapper .section#release-item .article .hr01,
#GlobalWrapper .section#information .article .hr01 {
  height: 0;
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 3rem 0; }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#release-item .article .col-1,
  #GlobalWrapper .section#information .article .col-1 {
    margin: 0 2rem 2rem; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#release-item .article .col-1,
  #GlobalWrapper .section#information .article .col-1 {
    margin-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#release-item .article .col-1 .col,
  #GlobalWrapper .section#information .article .col-1 .col {
    margin-bottom: 1rem; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#release-item .article .col-1 .col,
  #GlobalWrapper .section#information .article .col-1 .col {
    margin: 0 30px; } }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#release-item .article .col-2,
  #GlobalWrapper .section#information .article .col-2 {
    margin: 0 2rem 2rem; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#release-item .article .col-2,
  #GlobalWrapper .section#information .article .col-2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 2rem; } }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#release-item .article .col-2 .col,
  #GlobalWrapper .section#information .article .col-2 .col {
    margin-bottom: 1rem; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#release-item .article .col-2 .col,
  #GlobalWrapper .section#information .article .col-2 .col {
    width: 340px;
    margin: 0 30px; } }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#release-item .article .col-2.profile,
  #GlobalWrapper .section#information .article .col-2.profile {
    margin: 4rem 0 2rem; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#release-item .article .col-2.profile,
  #GlobalWrapper .section#information .article .col-2.profile {
    justify-content: flex-start;
    margin-top: 6rem; } }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#release-item .article .col-2.profile .col.thumbnail,
  #GlobalWrapper .section#information .article .col-2.profile .col.thumbnail {
    float: left;
    width: 30%;
    margin: 0 1rem 0 0; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#release-item .article .col-2.profile .col.thumbnail,
  #GlobalWrapper .section#information .article .col-2.profile .col.thumbnail {
    width: 220px;
    margin: 0 40px 0 0; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#release-item .article .col-2.profile .col.description,
  #GlobalWrapper .section#information .article .col-2.profile .col.description {
    width: 720px;
    margin: 0; } }

#GlobalWrapper .section#release-item .article .col-2.profile .col.description .ttl-article02:first-child,
#GlobalWrapper .section#information .article .col-2.profile .col.description .ttl-article02:first-child {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#release-item .article .col-2.profile .col.description .ttl-article02,
  #GlobalWrapper .section#release-item .article .col-2.profile .col.description .text.first,
  #GlobalWrapper .section#information .article .col-2.profile .col.description .ttl-article02,
  #GlobalWrapper .section#information .article .col-2.profile .col.description .text.first {
    padding-left: calc(30% + 1rem); } }

#GlobalWrapper .section#release-item .article .col-2.company,
#GlobalWrapper .section#information .article .col-2.company {
  border: 1px solid #e5e5e5; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .col-2.company,
    #GlobalWrapper .section#information .article .col-2.company {
      margin: 4rem 0 2rem;
      padding: 2rem 1rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .col-2.company,
    #GlobalWrapper .section#information .article .col-2.company {
      justify-content: flex-start;
      margin-top: 6rem;
      padding: 40px; } }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .col-2.company .col.logo,
    #GlobalWrapper .section#information .article .col-2.company .col.logo {
      margin: 0 2rem 1rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .col-2.company .col.logo,
    #GlobalWrapper .section#information .article .col-2.company .col.logo {
      width: 160px;
      margin: 0 80px 0 0; } }
  #GlobalWrapper .section#release-item .article .col-2.company .col.logo .img,
  #GlobalWrapper .section#information .article .col-2.company .col.logo .img {
    border: none; }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .col-2.company .col.description,
    #GlobalWrapper .section#information .article .col-2.company .col.description {
      width: 660px;
      margin: 0; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .col-2.company .col.description .ttl-article02:first-child,
    #GlobalWrapper .section#information .article .col-2.company .col.description .ttl-article02:first-child {
      margin-top: 0; } }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#release-item .article .col-2.item-info,
  #GlobalWrapper .section#information .article .col-2.item-info {
    margin: 0; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#release-item .article .col-2.item-info,
  #GlobalWrapper .section#information .article .col-2.item-info {
    width: 100%;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#release-item .article .col-2.item-info .col,
  #GlobalWrapper .section#information .article .col-2.item-info .col {
    width: 460px;
    margin: 0; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#release-item .article .col-2.item-info .col .ttl-article01,
  #GlobalWrapper .section#information .article .col-2.item-info .col .ttl-article01 {
    letter-spacing: 0; } }

#GlobalWrapper .section#release-item .article .col-2.item-info .col .ttl-article01 .item-name,
#GlobalWrapper .section#information .article .col-2.item-info .col .ttl-article01 .item-name {
  font-size: 2rem;
  height: 2rem;
  line-height: 2rem; }

#GlobalWrapper .section#release-item .article .col-2.item-info .col .ttl-article01 .item-type,
#GlobalWrapper .section#information .article .col-2.item-info .col .ttl-article01 .item-type {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  border: 1px solid #5e5e5e;
  padding: 0.25rem 1.5rem;
  color: #5e5e5e;
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: normal; }

#GlobalWrapper .section#release-item .article .col-2.item-info .col .ttl-article02,
#GlobalWrapper .section#information .article .col-2.item-info .col .ttl-article02 {
  font-size: 0.8125rem;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .col-2.item-info .col .ttl-article02,
    #GlobalWrapper .section#information .article .col-2.item-info .col .ttl-article02 {
      margin-top: 1rem; } }

#GlobalWrapper .section#release-item .article .col-2.item-info .col .text,
#GlobalWrapper .section#information .article .col-2.item-info .col .text {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-bottom: 1rem; }

#GlobalWrapper .section#release-item .article .item-song,
#GlobalWrapper .section#information .article .item-song {
  margin-bottom: 3rem; }
  #GlobalWrapper .section#release-item .article .item-song .ttl-song,
  #GlobalWrapper .section#information .article .item-song .ttl-song {
    font-size: 0.8125rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 1.5rem;
    background-color: #f3f3f3; }
    @media screen and (max-width: 767px) {
      #GlobalWrapper .section#release-item .article .item-song .ttl-song,
      #GlobalWrapper .section#information .article .item-song .ttl-song {
        padding: 0.5rem; } }
    @media screen and (min-width: 768px) {
      #GlobalWrapper .section#release-item .article .item-song .ttl-song,
      #GlobalWrapper .section#information .article .item-song .ttl-song {
        padding: 1rem 0.5rem; } }
    #GlobalWrapper .section#release-item .article .item-song .ttl-song .additional-info,
    #GlobalWrapper .section#information .article .item-song .ttl-song .additional-info {
      font-size: 0.75rem; }
      @media screen and (max-width: 767px) {
        #GlobalWrapper .section#release-item .article .item-song .ttl-song .additional-info,
        #GlobalWrapper .section#information .article .item-song .ttl-song .additional-info {
          display: block; } }
    #GlobalWrapper .section#release-item .article .item-song .ttl-song .tieup-info,
    #GlobalWrapper .section#information .article .item-song .ttl-song .tieup-info {
      margin-left: 1rem;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        #GlobalWrapper .section#release-item .article .item-song .ttl-song .tieup-info,
        #GlobalWrapper .section#information .article .item-song .ttl-song .tieup-info {
          display: block; } }
    #GlobalWrapper .section#release-item .article .item-song .ttl-song .cd-only,
    #GlobalWrapper .section#information .article .item-song .ttl-song .cd-only {
      display: inline-block;
      margin: 0 0.5rem 0.25rem 0;
      padding: 0 0.4rem;
      border: 1px solid #5e5e5e;
      font-size: 0.6825rem; }
    #GlobalWrapper .section#release-item .article .item-song .ttl-song .attention,
    #GlobalWrapper .section#information .article .item-song .ttl-song .attention {
      display: inline-block;
      font-size: 0.6825rem;
      font-weight: normal; }
  #GlobalWrapper .section#release-item .article .item-song .singer-info,
  #GlobalWrapper .section#information .article .item-song .singer-info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f3f3f3; }
    #GlobalWrapper .section#release-item .article .item-song .singer-info .icon-area,
    #GlobalWrapper .section#information .article .item-song .singer-info .icon-area {
      margin-right: 1rem; }
      @media screen and (max-width: 767px) {
        #GlobalWrapper .section#release-item .article .item-song .singer-info .icon-area,
        #GlobalWrapper .section#information .article .item-song .singer-info .icon-area {
          width: 25%; } }
      @media screen and (min-width: 768px) {
        #GlobalWrapper .section#release-item .article .item-song .singer-info .icon-area,
        #GlobalWrapper .section#information .article .item-song .singer-info .icon-area {
          width: 100px; } }
      #GlobalWrapper .section#release-item .article .item-song .singer-info .icon-area img,
      #GlobalWrapper .section#information .article .item-song .singer-info .icon-area img {
        width: 100%;
        display: block;
        box-sizing: border-box;
        border: 1px solid #e5e5e5; }
    @media screen and (max-width: 767px) {
      #GlobalWrapper .section#release-item .article .item-song .singer-info .text-area,
      #GlobalWrapper .section#information .article .item-song .singer-info .text-area {
        width: calc(75% - 1rem); } }
    @media screen and (min-width: 768px) {
      #GlobalWrapper .section#release-item .article .item-song .singer-info .text-area,
      #GlobalWrapper .section#information .article .item-song .singer-info .text-area {
        width: calc((100% - 100px) - 1rem); } }
    @media screen and (max-width: 767px) {
      #GlobalWrapper .section#release-item .article .item-song .singer-info.icon-l .icon-area,
      #GlobalWrapper .section#information .article .item-song .singer-info.icon-l .icon-area {
        width: 40%; } }
    @media screen and (min-width: 768px) {
      #GlobalWrapper .section#release-item .article .item-song .singer-info.icon-l .icon-area,
      #GlobalWrapper .section#information .article .item-song .singer-info.icon-l .icon-area {
        width: 200px; } }
    @media screen and (max-width: 767px) {
      #GlobalWrapper .section#release-item .article .item-song .singer-info.icon-l .text-area,
      #GlobalWrapper .section#information .article .item-song .singer-info.icon-l .text-area {
        width: calc(60% - 1rem); } }
    @media screen and (min-width: 768px) {
      #GlobalWrapper .section#release-item .article .item-song .singer-info.icon-l .text-area,
      #GlobalWrapper .section#information .article .item-song .singer-info.icon-l .text-area {
        width: calc((100% - 200px) - 1rem); } }
  #GlobalWrapper .section#release-item .article .item-song .singer-info .ttl-artist,
  #GlobalWrapper .section#release-item .article .item-song .musician-info .ttl-artist,
  #GlobalWrapper .section#information .article .item-song .singer-info .ttl-artist,
  #GlobalWrapper .section#information .article .item-song .musician-info .ttl-artist {
    font-size: 0.8125rem;
    margin-bottom: 0.5rem; }
    #GlobalWrapper .section#release-item .article .item-song .singer-info .ttl-artist .link,
    #GlobalWrapper .section#release-item .article .item-song .musician-info .ttl-artist .link,
    #GlobalWrapper .section#information .article .item-song .singer-info .ttl-artist .link,
    #GlobalWrapper .section#information .article .item-song .musician-info .ttl-artist .link {
      font-size: 0.6875rem;
      font-weight: normal; }
  #GlobalWrapper .section#release-item .article .item-song .singer-info .text,
  #GlobalWrapper .section#release-item .article .item-song .musician-info .text,
  #GlobalWrapper .section#information .article .item-song .singer-info .text,
  #GlobalWrapper .section#information .article .item-song .musician-info .text {
    font-size: 0.8125rem;
    line-height: 1.8; }

#GlobalWrapper .section#release-item .article .list-circle,
#GlobalWrapper .section#information .article .list-circle {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-left: 1rem; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .list-circle,
    #GlobalWrapper .section#information .article .list-circle {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .list-circle,
    #GlobalWrapper .section#information .article .list-circle {
      margin-bottom: 2rem; } }
  #GlobalWrapper .section#release-item .article .list-circle li,
  #GlobalWrapper .section#information .article .list-circle li {
    margin-bottom: 0.5rem; }

#GlobalWrapper .section#release-item .article .list-link,
#GlobalWrapper .section#information .article .list-link {
  font-size: 0.75rem;
  line-height: 1.3rem; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .list-link,
    #GlobalWrapper .section#information .article .list-link {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .list-link,
    #GlobalWrapper .section#information .article .list-link {
      margin-bottom: 2rem; } }
  #GlobalWrapper .section#release-item .article .list-link li,
  #GlobalWrapper .section#information .article .list-link li {
    margin-bottom: 0.25rem;
    list-style-type: none;
    word-break: break-all; }

#GlobalWrapper .section#release-item .article .signature,
#GlobalWrapper .section#information .article .signature {
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 2rem; }

#GlobalWrapper .section#release-item .article .article-contact,
#GlobalWrapper .section#information .article .article-contact {
  border: 1px solid #d1d1d1; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#release-item .article .article-contact,
    #GlobalWrapper .section#information .article .article-contact {
      padding: 1rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#release-item .article .article-contact,
    #GlobalWrapper .section#information .article .article-contact {
      padding: 2rem;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start; } }
  #GlobalWrapper .section#release-item .article .article-contact .article-contact_title,
  #GlobalWrapper .section#information .article .article-contact .article-contact_title {
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      #GlobalWrapper .section#release-item .article .article-contact .article-contact_title,
      #GlobalWrapper .section#information .article .article-contact .article-contact_title {
        margin-bottom: 1rem; } }
    @media screen and (min-width: 768px) {
      #GlobalWrapper .section#release-item .article .article-contact .article-contact_title,
      #GlobalWrapper .section#information .article .article-contact .article-contact_title {
        width: 300px; } }
  #GlobalWrapper .section#release-item .article .article-contact .article-contact_info,
  #GlobalWrapper .section#information .article .article-contact .article-contact_info {
    font-size: 0.875rem;
    line-height: 1.5rem; }
    #GlobalWrapper .section#release-item .article .article-contact .article-contact_info a,
    #GlobalWrapper .section#information .article .article-contact .article-contact_info a {
      color: #45b0e6; }

#GlobalWrapper .section#artist .inner {
  overflow: hidden; }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#artist .artist-list {
    padding-bottom: 50px; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#artist .artist-list {
    padding-bottom: 100px; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#artist .artist-list .artist-list__item {
    width: 472px; } }

#GlobalWrapper .section#artist .artist-list .artist-list__item .imgBox {
  margin-bottom: 1rem; }
  #GlobalWrapper .section#artist .artist-list .artist-list__item .imgBox img {
    width: 100%; }

#GlobalWrapper .section#artist .artist-list .artist-list__item .textBox .ttl-item {
  font-weight: 1rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1rem; }

#GlobalWrapper .section#artist .artist-list .artist-list__item .textBox .description {
  font-size: 0.8125rem;
  line-height: 1.7; }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#live .live-list {
    padding-bottom: 50px; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#live .live-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 100px; } }

#GlobalWrapper .section#live .live-list .live-list__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#live .live-list .live-list__item {
      margin-bottom: 2rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#live .live-list .live-list__item {
      width: 305px; } }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#live .live-list .live-list__item .date {
      margin-right: 1rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#live .live-list .live-list__item .date {
      width: 55px; } }
  #GlobalWrapper .section#live .live-list .live-list__item .date .month {
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1; }
  #GlobalWrapper .section#live .live-list .live-list__item .date .day {
    display: block;
    font-size: 2.25rem;
    font-weight: bold; }
  #GlobalWrapper .section#live .live-list .live-list__item .date .dow {
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin-top: 0.25rem;
    letter-spacing: 0.1rem; }
    #GlobalWrapper .section#live .live-list .live-list__item .date .dow.sun {
      color: #ff0000; }
    #GlobalWrapper .section#live .live-list .live-list__item .date .dow.sat {
      color: #0072ff; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#live .live-list .live-list__item .content-area {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#live .live-list .live-list__item .content-area {
      width: 250px; } }
  #GlobalWrapper .section#live .live-list .live-list__item .content-area .imgBox {
    margin-bottom: 1rem; }
    #GlobalWrapper .section#live .live-list .live-list__item .content-area .imgBox img {
      width: 100%; }
  #GlobalWrapper .section#live .live-list .live-list__item .content-area .textBox .ttl-item {
    margin-bottom: 0.5rem;
    font-size: 1.125rem; }
  #GlobalWrapper .section#live .live-list .live-list__item .content-area .textBox .artist-name {
    margin-bottom: 1rem;
    font-size: 0.8125rem; }
  #GlobalWrapper .section#live .live-list .live-list__item .content-area .textBox .place {
    font-size: 0.8125rem; }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#movie .inner {
    width: 720px; } }

#GlobalWrapper .section#movie .movieBox {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%; }
  #GlobalWrapper .section#movie .movieBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

#GlobalWrapper .section#about .tb-about {
  margin: 0 auto;
  border-top: 1px solid #f8f8f8; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#about .tb-about {
      display: block;
      width: 100%; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#about .tb-about {
      width: 60%; } }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#about .tb-about tr {
      display: block; } }
  #GlobalWrapper .section#about .tb-about th {
    vertical-align: top;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      #GlobalWrapper .section#about .tb-about th {
        display: block;
        padding: 1rem 0 0.5rem; } }
    @media screen and (min-width: 768px) {
      #GlobalWrapper .section#about .tb-about th {
        width: 225px;
        padding: 1rem 0 1rem 0.5rem;
        border-bottom: 1px solid #f8f8f8; } }
  #GlobalWrapper .section#about .tb-about td {
    border-bottom: 1px solid #f8f8f8;
    vertical-align: top;
    font-size: 0.875rem;
    box-sizing: border-box;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      #GlobalWrapper .section#about .tb-about td {
        display: block;
        padding: 0 0 1rem; } }
    @media screen and (min-width: 768px) {
      #GlobalWrapper .section#about .tb-about td {
        padding: 1rem 0; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#banner .banner-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; } }

#GlobalWrapper .section#banner .banner-list li {
  list-style-type: none; }
  @media screen and (max-width: 767px) {
    #GlobalWrapper .section#banner .banner-list li {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    #GlobalWrapper .section#banner .banner-list li {
      width: 218px; } }
  #GlobalWrapper .section#banner .banner-list li a {
    display: block; }
    #GlobalWrapper .section#banner .banner-list li a:hover {
      opacity: 0.75; }
    #GlobalWrapper .section#banner .banner-list li a img {
      width: 100%; }

#GlobalWrapper .section#contact .description {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 0.8125rem; }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#twitter .inner {
    margin: 0; } }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#twitter .twitter-box {
    width: 100%; } }

@media screen and (min-width: 768px) {
  #GlobalWrapper .section#twitter .twitter-box {
    width: 520px;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  #GlobalWrapper .section#twitter .twitter-box iframe {
    width: 750px !important; } }

#GlobalWrapper .section#sns-button .sns-button {
  list-style-type: none;
  text-align: center; }
  #GlobalWrapper .section#sns-button .sns-button li {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin-right: 5px; }
    #GlobalWrapper .section#sns-button .sns-button li:last-child {
      margin-right: 0; }

body.page #GlobalWrapper .section {
  padding-top: 0; }

#GlobalFooter {
  background-color: #2c2c2c;
  color: #ffffff; }
  @media screen and (max-width: 767px) {
    #GlobalFooter {
      padding: 2rem 0; } }
  @media screen and (min-width: 768px) {
    #GlobalFooter {
      padding: 4rem 0; } }
  #GlobalFooter #f-menu {
    display: flex; }
    @media screen and (max-width: 767px) {
      #GlobalFooter #f-menu {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 1rem 2rem; } }
    @media screen and (min-width: 768px) {
      #GlobalFooter #f-menu {
        flex-wrap: nowrap;
        justify-content: center;
        margin-bottom: 2rem; } }
    @media screen and (max-width: 767px) {
      #GlobalFooter #f-menu li {
        display: block;
        width: 50%;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      #GlobalFooter #f-menu li {
        display: inline-block;
        padding: 0 2rem; } }
    #GlobalFooter #f-menu li a {
      color: #ffffff;
      font-size: 0.75rem;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        #GlobalFooter #f-menu li a {
          display: block;
          padding: 0.5rem 0; } }
      @media screen and (min-width: 768px) {
        #GlobalFooter #f-menu li a {
          letter-spacing: 1px; } }
      #GlobalFooter #f-menu li a:hover {
        opacity: 0.75; }
  #GlobalFooter #f-link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      #GlobalFooter #f-link {
        margin-bottom: 3rem; } }
    @media screen and (min-width: 768px) {
      #GlobalFooter #f-link {
        margin-bottom: 4rem; } }
    #GlobalFooter #f-link li {
      list-style-type: none;
      margin: 0 1rem; }
      #GlobalFooter #f-link li a {
        display: block;
        width: 20px;
        height: 20px; }
        #GlobalFooter #f-link li a:hover {
          opacity: 0.75; }
  #GlobalFooter .copyright {
    text-align: center;
    font-size: 0.6875rem;
    letter-spacing: 0.05rem; }
