@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  plugin
* ============================================================ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background: #efefef;
  color: #000000;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8em;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.8em;
    letter-spacing: 0.1em;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  a {
    transition: all 0.3s 0s ease;
  }
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}
.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 2em;
  border-radius: 50px;
  font-weight: bold;
}

.btn--main {
  background: #000000;
  margin: 1em 0;
  padding: 1em 2em;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .btn--main {
    min-width: 300px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--main {
    min-width: 90%;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  background: #fff;
  margin: 1em 0;
  padding: 1em 2em;
}
@media screen and (min-width: 961px) {
  .btn--sub {
    min-width: 300px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.txt,
.text {
  margin: 0 0 1em;
}

.txt--basic {
  margin: 0 0 2em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.4em;
}

.no-data {
  opacity: 0.5;
  padding: 2em 0;
}

header h1,
.list--gnav,
.copyright,
.section-tit,
.page-tit,
.category,
.block--category,
.block--nextlive .tit,
.block--nextlive dt,
.block--nextlive .text,
.date,
.detail__btn,
.list__more,
.block--share .share,
.join, .login,
.block--contents .tit,
.list--menu,
.event-start,
.drawer .tit,
.accordion dt,
.icon--q, .icon--a,
.block--pager,
.section--sns .tit,
.page-tit {
  font-family: "futura-pt-bold", sans-serif;
}

.list--link {
  font-family: "futura-pt", sans-serif;
}

.ph,
.thumb {
  position: relative;
  line-height: 0;
}
.ph img,
.thumb img {
  width: 100%;
}

img.cover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrap {
  position: relative;
  min-height: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.youtube {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 40px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page--home .keyvisual {
  position: relative;
  height: 100vh;
}
.page--home .keyvisual .block--photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.block--loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #ffffff;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  transform: translate(-50%, -50%);
}

header {
  height: 80px;
  background: #999999;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s 0s ease;
}
header.header-transparent {
  background: transparent;
  box-shadow: none;
}
header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  transform: translate(-50%, -50%);
  color: #fff !important;
}

.drawer__btn {
  position: fixed;
  right: 0;
  top: 0;
  background: #222222 !important;
  width: 80px;
  height: 80px;
  z-index: 999;
}
.drawer__btn span {
  position: absolute;
  left: 25%;
  display: block;
  width: 50%;
  height: 1px;
  background: #fff !important;
  transition: all 0.3s 0s ease;
}
.drawer__btn span:first-child {
  top: 35%;
}
.drawer__btn span:nth-child(2) {
  top: 50%;
}
.drawer__btn span:last-child {
  top: 65%;
}
.drawer__btn:hover {
  cursor: pointer;
}
.drawer__btn:hover span:nth-child(2) {
  left: 35%;
}

.drawer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 998;
  background: url(/static/chanmina/common/mark_cm_202303.png) no-repeat 100% 50%/50% #ffffff;
  overflow: hidden;
  transform: scale(0.85);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0s ease;
}
.drawer .drawer__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 900px;
  transform: translate(-50%, -50%);
}
.drawer .list--gnav {
  margin: 0 0 40px;
}
.drawer .list--gnav li {
  display: inline-block;
}
.drawer .list--gnav a {
  display: block;
  color: #222222;
  font-size: 4rem;
  line-height: 1;
  padding: 0.4em;
}
.drawer .list--gnav a:hover {
  color: #11a7ab;
}
.drawer .list--link .nav__tit {
  display: none;
  font-weight: bold;
  color: #222222;
  margin: 0 0 0.5em;
}
.drawer .list--link li {
  overflow: hidden;
  display: inline-block;
}
.drawer .list--link a {
  display: block;
  color: #222222;
  padding: 0.5em 1em;
}
.drawer .list--link svg {
  width: 22px;
  height: 22px;
  fill: #222;
}
.drawer .list--link.sns a {
  font-size: 25px;
}
.drawer .list--link.stream .fa {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.drawer .tit {
  display: none;
}
.drawer .list--gnav li,
.drawer .list--link li {
  overflow: hidden;
}
.drawer .list--gnav a,
.drawer .list--link a {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s 0.3s ease;
}
.drawer .list--gnav a:hover,
.drawer .list--link a:hover {
  color: #11a7ab;
}

.menuopen .drawer__btn span {
  top: 50%;
}
.menuopen .drawer__btn span:first-child {
  transform: rotate(45deg);
}
.menuopen .drawer__btn span:nth-child(2) {
  width: 0;
  right: 0;
  left: auto;
  opacity: 0;
}
.menuopen .drawer__btn span:last-child {
  transform: rotate(-45deg);
}
.menuopen .drawer {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.menuopen .list--gnav a,
.menuopen .list--link a {
  opacity: 1;
  transform: translateY(0);
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
  text-align: center;
  letter-spacing: 0.14em;
  color: #222222;
  background: #ffffff;
}

.wrap {
  padding-bottom: 130px;
  right: 0;
}

body:not(.page--home) .wrap {
  padding-bottom: 210px;
  padding-top: 80px;
}

body {
  background: #ffffff;
}

.page-tit {
  padding: 2.5em 5%;
  font-size: 3.5rem;
  background: #f1f1f1;
  color: #222222;
}

.block--nextlive {
  position: absolute;
  bottom: 2%;
  left: 2%;
  width: 380px;
  background: #fff;
  padding: 5px;
}
.block--nextlive a {
  display: block;
  border: 1px solid;
}
.block--nextlive dl {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.block--nextlive dl > * {
  flex-grow: 1;
}
.block--nextlive dl dt {
  width: 20%;
  padding: 5px 0;
  text-align: center;
}
.block--nextlive dl dd {
  width: 80%;
  padding: 5px 15px;
  font-weight: bold;
  border-left: 1px solid;
}
.block--nextlive dl + dl {
  border-top: 1px solid;
}
.block--nextlive .date dd {
  font-size: 2rem;
}
.block--nextlive .date dd span {
  font-size: 1.2rem;
  padding-left: 0.5em;
}
.block--nextlive .name dd p {
  line-height: 1.5;
}
.block--nextlive .tit {
  position: relative;
}
.block--nextlive .tit a {
  border-bottom: none;
  padding: 0 0.5em;
}
.block--nextlive .tit span {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 1rem;
}

.section--info {
  opacity: 0;
  position: relative;
  padding: 80px 0;
  background: #ffffff;
  transition: all 0.3s 1s ease;
}
.section--info .section-tit {
  position: absolute;
  left: 5%;
  top: 80px;
  font-size: 4.6rem;
  color: #222222;
}
.section--info .list--latest {
  margin-left: 8%;
}
.section--info .list--latest li {
  width: 45%;
  margin-right: 1%;
}
.section--info .list--latest a {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
}
.section--info .list--latest a .block--txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.5em 2em;
  z-index: 2;
}
.section--info .list--latest a .date {
  font-size: 1.2rem;
}
.section--info .list--latest a .tit {
  font-weight: bold;
  line-height: 1.5;
}
.section--info .list--latest a img {
  width: 100%;
  opacity: 0.5;
  transition: all 0.3s 0s ease;
}
.section--info .list--latest a:hover img {
  opacity: 0.8;
}
.section--info .list__more {
  position: absolute;
  left: 5%;
  bottom: 80px;
  font-size: 1.5rem;
  color: #222222;
  border-bottom: 2px solid;
}
.section--info .slick-next {
  left: 0;
  transform: translate(-50%, -50%);
}
.section--info .slick-next::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #000000;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
}
.section--info .slick-next::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #222222;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
}
.section--info .slick-prev {
  right: 0;
  transform: translate(0, -50%);
}
.section--info .slick-prev::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #000000;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
}
.section--info .slick-prev::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #222222;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
}
.section--info .slick-arrow {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #ddd;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s 0s ease;
}
.section--info .slick-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.4em 0 0 -0.4em;
  border-width: 2px;
}
.section--info .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.section--info .slick-slider:hover .slick-arrow:not(.slick-disabled) {
  opacity: 1;
  visibility: visible;
}
.section--info .list--news {
  margin-left: 30%;
  padding-right: 5%;
}
.section--info .list--news li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.section--info .list--news li a:hover {
  opacity: 0.6;
}
.section--info .list--news li a .block--txt {
  display: flex;
  flex-wrap: wrap;
}
.section--info .list--news li a .block--txt .date {
  width: 130px;
  font-size: 15px;
}
.section--info .list--news li a .block--txt .tit {
  width: calc(100% - 130px);
  font-size: 15px;
}
.section--info .list--news li.new a .block--txt .tit::after {
  content: "NEW";
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  font-family: "futura-pt-bold", sans-serif;
  color: #c10d0d;
  margin-left: 10px;
  line-height: 1;
  letter-spacing: 0.07em;
}
.section--info .list--news li:first-child a {
  padding-top: 0;
}

.section--video {
  opacity: 0;
  position: relative;
  padding: 0px 0 80px;
  background: #ffffff;
  transition: all 0.3s 1s ease;
}
.section--video .section-tit {
  position: absolute;
  left: 5%;
  top: 2px;
  font-size: 4.6rem;
  color: #222222;
}
.section--video .list--video {
  margin-left: 30%;
  margin-right: calc(5% - 25px);
}
.section--video .list--video li {
  width: 45%;
  margin-right: 25px;
}
.section--video .list--video a {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
}
.section--video .list--video a .block--txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.5em 2em;
  z-index: 2;
}
.section--video .list--video a .date {
  font-size: 1.2rem;
}
.section--video .list--video a .tit {
  font-weight: bold;
  line-height: 1.5;
}
.section--video .list--video a img {
  width: 100%;
  opacity: 0.5;
  transition: all 0.3s 0s ease;
}
.section--video .list--video a:hover img {
  opacity: 0.8;
}
.section--video .list__more {
  position: absolute;
  left: 5%;
  bottom: 80px;
  font-size: 1.5rem;
  color: #222222;
  border-bottom: 2px solid;
}
.section--video .slick-next {
  left: 0;
  transform: translate(-50%, -50%);
}
.section--video .slick-next::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #000000;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
}
.section--video .slick-next::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #222222;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
}
.section--video .slick-prev {
  right: 0;
  transform: translate(0, -50%);
}
.section--video .slick-prev::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #000000;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
}
.section--video .slick-prev::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #222222;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
}
.section--video .slick-arrow {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #ddd;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s 0s ease;
}
.section--video .slick-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.4em 0 0 -0.4em;
  border-width: 2px;
}
.section--video .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.section--video .slick-slider:hover .slick-arrow:not(.slick-disabled) {
  opacity: 1;
  visibility: visible;
}

.section--banner .slick-arrow {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #ddd;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s 0s ease;
}
.section--banner .slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.4em 0 0 -0.4em;
  border-width: 2px;
}
.section--banner .slick-slider:hover .slick-arrow:not(.slick-disabled) {
  opacity: 1;
  visibility: visible;
}
.section--banner .slick-prev {
  right: 0;
  transform: translate(0, -50%);
}
.section--banner .slick-prev::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 2px solid #222222;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
}
.section--banner .slick-next {
  left: 0;
  transform: translate(-50%, -50%);
}
.section--banner .slick-next::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 2px solid #222222;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
}

.list--bnr {
  margin-top: 80px;
  margin-left: 5%;
  margin-right: calc(5% - 25px);
}
.list--bnr li {
  margin: 0 25px 0px 0;
}
.list--bnr a {
  display: block;
  line-height: 0;
}
.list--bnr a:hover {
  opacity: 0.8;
}
.list--bnr img {
  width: 100%;
}

.loaded .section--info {
  opacity: 1;
}

.loaded .section--video {
  opacity: 1;
}

.section--footer_bnr {
  width: 40%;
  margin: 0 auto;
  padding: 80px 0 0;
  opacity: 0;
  transition: all 0.3s 1s ease;
}
.section--footer_bnr .bnr a {
  display: block;
  line-height: 0;
}
.section--footer_bnr .bnr a:hover {
  opacity: 0.8;
}

.loaded .section--footer_bnr {
  opacity: 1;
}

/* category */
.block--category {
  position: fixed;
  z-index: 3;
  display: inline-block;
  top: 160px;
  right: 3%;
  padding: 0.5em;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3294117647);
}
.block--category li {
  display: inline-block;
}
.block--category a {
  display: block;
  padding: 0 0.8em;
  border-radius: 40px;
  color: #222222;
}
.block--category a:hover,
.block--category .current a {
  background: #222222;
  color: #fff;
}

/* info */
.list--information {
  margin: 0 auto;
  padding-top: 1px;
  background: #dddddd;
}
.list--information li {
  margin-bottom: 1px;
}
.list--information .no-data {
  padding: 50px 3%;
  color: #222222;
}
.list--information a {
  color: #222222;
  display: block;
  padding: 2em 0;
  background: #ffffff;
  font-size: 1.6rem;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.list--information a > * {
  flex-grow: 1;
}
.list--information a:hover {
  background: #222222;
  color: #fff;
}
.list--information a .date {
  width: 14em;
  padding: 0 3%;
  text-align: center;
}
.list--information a .tit {
  width: calc(100% - 10em);
  font-weight: bold;
}
.list--information a .tit span {
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 3%;
  opacity: 0.5;
}
.list--information.schedule .event-date {
  display: block;
  font-size: 2rem;
}
.list--information.schedule .event-date span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  line-height: 1;
}
.list--information.schedule .event-date.end::before {
  content: "";
  display: block;
  background: #fff;
  width: 2px;
  height: 10px;
  margin: 5px auto 0;
  opacity: 0.5;
}
.list--information.schedule .date {
  width: 12em;
}

.list--contents {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 3% auto 0;
  padding: 0 3%;
}
.list--contents li {
  width: 49%;
  margin: 0 2% 3.5% 0;
}
.list--contents li:nth-child(even) {
  margin-right: 0;
}
.list--contents a {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
}
.list--contents a .list__txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.5em;
  z-index: 2;
  font-size: 2rem;
}
.list--contents a .date {
  margin: 0.5em 0 0;
  font-size: 1.1rem;
}
.list--contents a .tit {
  font-weight: bold;
}
.list--contents a img {
  width: 100%;
  opacity: 0.6;
}
.list--contents .new .date::after {
  content: "NEW!";
  color: #11a7ab;
}
.list--contents.video .thumb::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  background: url(/static/chanmina/common/ico_play.png) no-repeat 50% 50%/contain;
}

.section--detail {
  margin: 0 auto;
}
.section--detail .txt--wrap {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 5% 8%;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.168627451);
  border-radius: 10px;
}

.detail__btn {
  margin: 40px 0 0;
  text-align: center;
}
.detail__btn a {
  display: inline-block;
  padding: 1em 2em;
  width: 250px;
  background: #fff;
  border-radius: 50px;
  letter-spacing: 0.14em;
  color: #222222;
  border: 1px solid;
}
.detail__btn a:hover {
  background: #222222;
  color: #fff;
}

.profile .ph {
  margin: 0 auto 80px;
}
.profile .txt--wrap {
  position: relative;
  z-index: 2;
  width: 80%;
  margin-top: -120px;
}

.contact .txt--wrap {
  width: 80%;
  margin: -20px auto 0;
}
.contact .email {
  text-decoration: underline;
}
.contact .email .fa {
  margin-right: 0.5em;
}
.contact .email a {
  color: #11a7ab;
}
.contact .block--present {
  border-top: 1px solid #ddd;
  margin-top: 2em;
  padding-top: 2em;
}
.contact .block--present .bold {
  font-weight: bold;
}
.contact .block--present .address {
  background: #F7F7F7;
  padding: 2em;
  border-radius: 10px;
  border: 1px solid #eee;
}

.page--info .section--detail {
  margin: 0 auto;
}
.page--info .section--detail .tit {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.8em;
}
.page--info .section--detail .date {
  margin: 0 0 1em;
}
.page--info .section--detail .txt--wrap {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: -20px auto 0;
}
.page--info .section--detail .txt--wrap p {
  margin: 0 0 1em;
}
.page--info .section--detail .article-tit {
  overflow: hidden;
  position: relative;
  padding: 8% 10%;
  background: #f1f1f1;
  color: #222222;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.page--info .section--detail .article-tit .event-start {
  letter-spacing: 0.14em;
}
.page--info .section--detail .article-tit .event-start span {
  font-size: 1.2rem;
  margin-left: 0.5em;
  letter-spacing: 0.14em;
}
.page--info .section--detail .article-tit .date {
  font-size: 1.2rem;
  margin: 1em 0 0;
  letter-spacing: 0.14em;
}
.page--info .section--detail .article-tit .event-start,
.page--info .section--detail .article-tit .date, .page--info .section--detail .article-tit .tit {
  position: relative;
  z-index: 2;
}
.page--info .section--detail .article-tit .tit__bg {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  opacity: 0.3;
  filter: blur(5px);
}
.page--info .event-start {
  font-size: 2rem;
  margin: 0 0 1em;
  font-weight: bold;
}
.page--info .event-start span {
  font-size: 1.2rem;
  margin-left: 0.5em;
}
.page--info .block--share {
  text-align: center;
  padding: 50px 1em 0;
  margin: 50px auto 0;
  border-top: 1px solid #ddd;
}
.page--info .block--share li {
  display: inline-block;
  font-size: 17px;
  margin: 0 1em;
}
.page--info .block--share li svg {
  fill: #fff;
  width: 16px;
  height: 16px;
  transition: all 0.3s 0s ease;
  vertical-align: -2px;
}
.page--info .block--share li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #222222;
  color: #fff;
  border-radius: 20px;
}
.page--info .block--share li.share {
  display: block;
  margin: 0 0 1em 0;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  color: #222222;
}
.page--info .block--share .facebook a:hover {
  background: #1877f2;
}
.page--info .block--share .twitter a:hover {
  background: #1da1f2;
}
.page--info .block--share .lineIco a:hover {
  background: #00b900;
}

.page--discography .section--detail .jacket {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 5% 10%;
  background: #000;
  color: #fff;
  text-align: center;
}
.page--discography .section--detail .jacket .ph {
  width: 50%;
  margin: 0 auto 25px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.page--discography .section--detail .jacket .disc--bg {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  opacity: 0.8;
  filter: blur(5px);
}
.page--discography .section--detail .jacket .tit {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.page--discography .section--detail .jacket .tit, .page--discography .section--detail .jacket .date {
  position: relative;
  z-index: 2;
}
.page--discography .section--detail .block--disc-detail {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: -20px auto 0;
  padding: 5% 8%;
  background: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.168627451);
  border-radius: 10px;
}
.page--discography .section--detail .block--disc-detail .text a {
  text-decoration: underline;
  color: #000;
}
.page--discography .section--detail .block--disc-detail .text a span {
  color: #000 !important;
}

.list--discography {
  margin: 3% auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 3%;
}
.list--discography li {
  width: 31%;
  margin: 0 3.5% 3.5% 0;
}
.list--discography li:nth-child(3n) {
  margin-right: 0;
}
.list--discography a {
  position: relative;
  display: block;
}
.list--discography a::after {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #222222;
  transition: all 0.3s 0s ease;
}
.list--discography .thumb {
  overflow: hidden;
}
.list--discography .block--txt {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.3s 0s ease;
}
.list--discography .block--txt .tit {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 1em;
  padding: 0 1em;
}
.list--discography a:hover .block--txt, .list--discography a:hover::after {
  opacity: 1;
}

.page--entry .wrap {
  padding-top: 0 !important;
}
.page--entry .head {
  height: 80vh;
  background-position: center;
  min-height: 42vw;
}
.page--entry .section--detail {
  width: 80%;
}
.page--entry .section--detail .txt--wrap {
  position: relative;
  margin: -25px 0 50px;
  border: 2px solid #000;
}
.page--entry .section--detail .logo svg {
  z-index: 2;
  position: fixed;
  top: 25px;
  left: 3%;
  width: 200px;
  height: 172px;
}
.page--entry .section--detail h1 {
  font-family: "futura-pt-bold", sans-serif;
  font-size: 40px;
  text-align: center;
  margin: 0 0 1em;
}
.page--entry .section--detail .txt--basic {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}
.page--entry .section--detail .section-tit {
  font-size: 40px;
  margin: 0 0 1.5em;
}
.page--entry .section--detail .contents {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding-right: 5%;
}
.page--entry .section--detail .contents li {
  width: 49%;
  margin: 0 0 5% 0;
  font-weight: bold;
}
.page--entry .section--detail .contents li .tit {
  margin: 0 0 0.5em;
  font-size: 28px;
  font-family: "futura-pt-bold", sans-serif;
}
.page--entry .section--detail .contents li:nth-child(odd) {
  margin-right: 2%;
}
.page--entry .section--detail .site-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.page--entry .section--detail .block--left {
  width: 70%;
  margin-right: 5%;
}
.page--entry .section--detail .block--left .tit {
  font-family: "futura-pt-bold", sans-serif;
  font-size: 28px;
  margin: 0 0 0.5em;
}
.page--entry .section--detail .block--left .url {
  font-size: 18px;
  font-family: "futura-pt-bold", sans-serif;
  margin: 0 0 0.5em;
}
.page--entry .section--detail .block--left .price {
  font-weight: bold;
  margin: 0 0 1em;
}
.page--entry .section--detail .block--right {
  text-align: center;
}
.page--entry .section--detail .block--right .qr {
  line-height: 0;
}
.page--entry .section--detail .block--right .qr img {
  width: 200px;
  border: 2px solid;
}
.page--entry .section--detail .list--note {
  clear: both;
  font-size: 12px;
  line-height: 1.5;
}
.page--entry .section--detail .list--note li {
  margin: 0 0 0.5em;
}
.page--entry .btn {
  font-family: "futura-pt-bold", sans-serif;
}

.page--error .section--detail {
  width: 60%;
  margin: 0 auto;
  padding: 80px 0;
}
.page--error .section--detail .tit {
  font-size: 2rem;
  margin: 0 0 1em;
}

.list--bnr li,
.list--information li,
.list--latest li,
.list--discography li,
.block--category {
  opacity: 0;
  transform: translateY(5%);
  transition: all 0.3s 0s ease;
}
.list--bnr li.show,
.list--information li.show,
.list--latest li.show,
.list--discography li.show,
.block--category.show {
  opacity: 1;
  transform: translateY(0);
}

.list--bnr li:nth-child(2),
.list--information li:nth-child(2),
.list--latest li:nth-child(2),
.list--discography li:nth-child(2) {
  transition-delay: 0.1s;
}
.list--bnr li:nth-child(3),
.list--information li:nth-child(3),
.list--latest li:nth-child(3),
.list--discography li:nth-child(3) {
  transition-delay: 0.2s;
}
.list--bnr li:nth-child(4),
.list--information li:nth-child(4),
.list--latest li:nth-child(4),
.list--discography li:nth-child(4) {
  transition-delay: 0.3s;
}
.list--bnr li:nth-child(5),
.list--information li:nth-child(5),
.list--latest li:nth-child(5),
.list--discography li:nth-child(5) {
  transition-delay: 0.4s;
}
.list--bnr li:nth-child(6),
.list--information li:nth-child(6),
.list--latest li:nth-child(6),
.list--discography li:nth-child(6) {
  transition-delay: 0.5s;
}
.list--bnr li:nth-child(7),
.list--information li:nth-child(7),
.list--latest li:nth-child(7),
.list--discography li:nth-child(7) {
  transition-delay: 0.6s;
}
.list--bnr li:nth-child(8),
.list--information li:nth-child(8),
.list--latest li:nth-child(8),
.list--discography li:nth-child(8) {
  transition-delay: 0.7s;
}
.list--bnr li:nth-child(9),
.list--information li:nth-child(9),
.list--latest li:nth-child(9),
.list--discography li:nth-child(9) {
  transition-delay: 0.8s;
}
.list--bnr li:nth-child(10),
.list--information li:nth-child(10),
.list--latest li:nth-child(10),
.list--discography li:nth-child(10) {
  transition-delay: 0.9s;
}

@media screen and (min-width: 756px) and (max-width: 961px) {
  .page--entry .section--detail {
    width: 90%;
  }
  .page--entry .section--detail .contents li .tit,
  .page--entry .section--detail .section-tit,
  .page--entry .section--detail h1 {
    margin: 0;
  }
  .page--entry .section--detail .contents {
    padding-right: 0;
  }
  .page--entry .section--detail .txt--basic {
    text-align: left;
  }
  .page--entry .section--detail .contents li {
    margin-bottom: 10px;
  }
  .page--entry .section--detail .txt--basic br {
    display: none;
  }
  .page--entry .section--detail .block--left .tit {
    line-height: 1.2em;
  }
  .page--entry .section--detail .block--right .qr {
    width: 140px;
  }
  .drawer .drawer__inner {
    width: 90%;
  }
}/*# sourceMappingURL=official-service.css.map */