@charset "utf-8";
/* ---------------------------------------
0.0 mixin
	0.1 colors
	0.2 typography
	0.3 spacer
	0.4 animation
	0.5 chevron
	0.6 flexbox
1.0 setting
	1.1 normalize
	1.2 clearfix
2.0 compontents
	2.1 list
	2.2 pagenation
3.0 layout
	3.1 base
	3.1 header
	3.2 footer
4.0 page
	4.1 parts
	4.2 home
	4.3 information
	4.4 movie
	4.5 wallpaper
	4.6 blog
	4.7 bbs
	4.10 faq
	4.11 support
	4.12 questionnaire
5.0 app
	5.1 header
-------------------------------------------- */
/* 1.0 setting
============================== */
::selection {
  background: #222;
  color: #fff;
}
::-moz-selection {
  background: #222;
  color: #fff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}
a,
a::before,
a::after {
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
/* 1.2 clearfix
------------------------------ */
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
/* 2.0 component
============================== */
/* 2.0.1 parts
------------------------------ */
.video {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
}
.video iframe,
.video object,
.video embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block--youtube {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.svg-symbol {
  display: none;
}
.category,
.date {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.category {
  margin-right: 0.7em;
  position: relative;
  line-height: 1;
}
.category::before {
  content: '';
  display: block;
  width: 1px;
  height: 11px;
  background: #000;
  position: absolute;
  right: -0.45em;
  top: 1px;
}
.detail__btn {
  text-align: center;
  padding: 0 0 30px;
  position: relative;
  z-index: 10;
}
.detail__btn a {
  display: inline-block;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #222;
  letter-spacing: 0.07em;
  font-size: 16px;
  position: relative;
}
.detail__btn a::before {
  content: 'BACK';
}
.detail__btn a::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: inherit;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -0.7em;
  margin-top: -0.2em;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.bold {
  font-weight: 700;
}
.right,
.txt--right {
  text-align: right;
}
.center {
  text-align: center;
}
/* 2.1 list
------------------------------ */
/*  information */
.list--information {
  position: relative;
}
.list--information li {
  margin: 0 0 15px;
}
.list--information a {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  padding: 20px 0;
}
.list--information a::after {
  display: table;
  content: "";
  clear: both;
}
.list--information .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  line-height: 1.4;
  word-break: break-all;
}
.list--information .date {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 5px;
}
.list--information .date .end {
  padding-top: 23px;
  position: relative;
}
.list--information .date .end::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 15px;
  background: #222;
  left: 50%;
  top: 7px;
}
.list--information .date--event {
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.list--information .new .date::after {
  content: 'NEW';
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #e80b3c;
  margin: 0 0 0 6px;
  vertical-align: 1px;
}
.list--information .category {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 0.5em;
}
.list--information figure {
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.list--information .thumb {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.list--information .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.list--information li {
  border-bottom: 0.5px solid #ccc;
  margin: 0;
}
.list--information li:first-of-type {
  margin-top: -10px;
}
.list--information a {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  padding: 18px 4%;
}
.list--information .tit {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  line-height: 1.4;
}
.list--information .category::before {
  top: 0.5px;
}
.list--information .date,
.list--information .date--event {
  display: inline-block;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
}
.list--information .date--event {
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.list--information .new .date::after {
  content: 'NEW';
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #e80b3c;
  font-size: 12px;
  margin: 0 0 0 6px;
}
.list--information .category {
  display: inline-block;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0.5em 5px 0;
  position: relative;
}
.list--information.schedule a {
  position: relative;
}
.list--information.schedule a::after {
  display: table;
  content: "";
  clear: both;
}
.list--information.schedule .new .date::after {
  display: none;
}
.list--information.schedule .new .category::after {
  content: 'NEW';
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #e80b3c;
  font-size: 12px;
  margin: 0 0 0 6px;
}
.list--information.schedule .date {
  width: 22%;
  word-break: break-all;
  text-align: center;
  float: left;
  margin-top: -2px;
}
.list--information.schedule .date .md {
  display: block;
  font-size: 25px;
  font-size: 7vw;
  margin-bottom: 2px;
  letter-spacing: -0.04em;
}
.list--information.schedule .date .week {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  padding: 3px 11px;
  position: relative;
  top: 0px;
  left: 0;
  background: #f0f0f0;
}
.list--information.schedule .category {
  margin: 0 0 10px;
  letter-spacing: 0.07em;
}
.list--information.schedule .category::before {
  display: none;
}
.list--information.schedule .text {
  width: 78%;
  overflow: hidden;
  padding-left: 6%;
}
.list--information:not(.schedule) .start,
.list--information:not(.schedule) .end {
  display: inline-block;
  padding: 0;
}
.list--information:not(.schedule) .end {
  padding-left: 1em;
}
.list--information:not(.schedule) .end::before {
  content: '';
  width: 10px;
  height: 1px;
  left: 0;
  top: 6px;
}
.list--contents li {
  margin: 0 0 15px;
}
.list--contents a {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  padding: 20px 0;
}
.list--contents a::after {
  display: table;
  content: "";
  clear: both;
}
.list--contents .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  line-height: 1.4;
  word-break: break-all;
}
.list--contents .date {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 5px;
}
.list--contents .date .end {
  padding-top: 23px;
  position: relative;
}
.list--contents .date .end::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 15px;
  background: #222;
  left: 50%;
  top: 7px;
}
.list--contents .date--event {
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.list--contents .new .date::after {
  content: 'NEW';
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #e80b3c;
  margin: 0 0 0 6px;
  vertical-align: 1px;
}
.list--contents .category {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 0.5em;
}
.list--contents figure {
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.list--contents .thumb {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.list--contents .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.list--contents::after {
  display: table;
  content: "";
  clear: both;
}
.list--contents > li {
  width: 48%;
  float: left;
  margin-bottom: 25px;
  position: relative;
}
.list--contents > li:nth-last-child(2) {
  margin-bottom: 0;
}
.list--contents > li:nth-of-type(odd) {
  margin-right: 4%;
  clear: left;
}
.list--contents > li a {
  padding: 0;
}
.list--contents > li .tit {
  line-height: 1.4;
}
.list--contents > li .date {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 12px;
  margin-bottom: 5px;
}
.list--contents > li .thumb {
  margin-bottom: 10px;
}
.list--contents > li.no-data {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  letter-spacing: 0.07em;
  padding-top: 30px;
}
.list--contents .free .thumb::after {
  content: 'FREE';
  display: inline-block;
  padding: 11px 8px;
  background: #ff1d6f;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 11px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  right: 6px;
  z-index: 10;
  border-radius: 2px;
}
.list--contents .soon .tit {
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  letter-spacing: 0.07em;
  padding-top: 19px;
}
.list--contents li .category {
  display: block;
  font-size: 13px;
  margin-right: 0.7em;
  margin-bottom: 5px;
}
.list--contents li .category::before {
  display: none;
  background: #fff;
}
.list--contents.movie::after {
  display: none;
}
.list--contents.movie li {
  width: 100%;
  float: auto;
  clear: none;
}
.list--contents.movie .thumb {
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
}
.list--contents.movie .slick-dots {
  display: block;
  text-align: left;
  bottom: 0;
}
.list--contents.movie .slick-dots li {
  width: auto;
}
.list--notes {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 15px 0 15px 1em;
  text-indent: -1em;
}
.list--notes li {
  margin: 0 0 15px;
}
.list--notes a {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  padding: 20px 0;
}
.list--notes a::after {
  display: table;
  content: "";
  clear: both;
}
.list--notes .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  line-height: 1.4;
  word-break: break-all;
}
.list--notes .date {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 5px;
}
.list--notes .date .end {
  padding-top: 23px;
  position: relative;
}
.list--notes .date .end::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 15px;
  background: #222;
  left: 50%;
  top: 7px;
}
.list--notes .date--event {
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.list--notes .new .date::after {
  content: 'NEW';
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #e80b3c;
  margin: 0 0 0 6px;
  vertical-align: 1px;
}
.list--notes .category {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 0.5em;
}
.list--notes figure {
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.list--notes .thumb {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.list--notes .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.list--notes li {
  margin: 0 0 5px;
}
.list--decimal {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.list--pickup li {
  margin-bottom: 10px;
}
.list--pickup li:last-child {
  margin-bottom: 0;
}
.list--pickup li a {
  display: block;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 15px;
}
.list__more {
  text-align: right;
}
.list__more a {
  display: block;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 0.02em;
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 20px 6% 10px 4%;
  position: relative;
}
.list__more a::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 4%;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 0.1em;
}
.point-wrap {
  margin: 0 0 20px;
}
.list--point {
  border: 0.5px solid #ccc;
  padding: 20px;
  position: relative;
}
.list--point li {
  width: 50%;
  float: left;
  text-align: center;
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.list--point li span {
  display: block;
}
.list--point li span span {
  display: inline-block;
  color: inherit;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}
.list--point li.necessary span span {
  color: #ef2a4d;
}
.list--point li.rest:before {
  content: "";
  height: 50%;
  width: 1px;
  background: #ddd;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}
.list--sns {
  display: none;
}
/* menu */
/* 2.5 pagenation
------------------------------ */
.block--pager {
  width: 100%;
  padding: 0;
  position: absolute;
  bottom: 87px;
  left: 0;
  z-index: 10;
}
.block--pager li {
  width: 30%;
  color: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.block--pager li span {
  opacity: 0.3;
}
.block--pager li span,
.block--pager li a {
  display: block;
  position: relative;
  top: -4px;
}
.block--pager li span::after,
.block--pager li a::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.25em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 43%;
  width: 0.7em;
  height: 0.7em;
}
.block--pager .block--pager--newer {
  float: left;
  width: 50px;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}
.block--pager .block--pager--older {
  width: 50px;
  float: right;
}
.block--pager .block--pager--number {
  text-align: center;
  color: #222;
  margin: 0 auto;
  position: absolute;
  top: 19px;
  left: 35%;
}
.block--pager .block--pager--number span::after,
.block--pager .block--pager--number a::after {
  display: none;
}
.block--pager a,
.block--pager span {
  display: block;
  text-decoration: none;
  position: relative;
  top: 0;
  height: 60px;
  line-height: 60px;
}
.thumb {
  position: relative;
}
.thumb img {
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  line-height: 0;
}
/* 3.0 layout
============================== */
/* 3.1 base
------------------------------ */
body {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #fff;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
a {
  color: #347ef1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pc {
  display: none !important;
}
.dummy {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
}
.blur {
  display: block;
  width: 150%;
  height: 150%;
  background: no-repeat center;
  background-size: cover;
  -ms-filter: blur(20px);
  -webkit-blur: 20px;
  filter: blur(20px);
  position: absolute;
  top: -25%;
  left: -25%;
}
.no-data {
  text-align: center;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
}
.wrap {
  min-height: 100%;
  background: #fff;
  position: relative;
  padding-top: 54px;
  padding-bottom: 87px;
}
.page--detail .wrap {
  background: #fff;
  color: #222;
}
.page--detail .wrap footer {
  background: #fff;
}
.page--detail .wrap footer * {
  color: #888 !important;
}
.section--contents {
  background: #fff;
  min-height: 100%;
}
.section--contents .inner {
  padding: 40px 5% 130px;
}
section {
  position: relative;
  z-index: 10;
}
.section--detail,
.section--list {
  padding: 40px 0;
  -webkit-transition: none;
  transition: none;
}
.section--list {
  padding-bottom: 80px;
}
.section--detail {
  min-width: inherit;
}
.section--detail + .detail__btn {
  margin-top: 40px;
}
/* 3.2 header
------------------------------ */
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 55px;
  padding: 0;
  background: #222;
}
.site-nav li {
  display: block;
  width: auto;
  overflow: hidden;
  float: left;
}
.site-nav li span {
  display: none;
}
.site-nav li.current a {
  color: #fff;
}
.site-nav li.current a::after {
  content: '';
  opacity: 1;
}
.site-nav li a {
  display: block;
  height: 55px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #777;
  text-align: center;
  line-height: 54px;
  position: relative;
  font-size: 14px;
  font-size: 4.2vw;
  letter-spacing: 0.04em;
  padding: 0 25px;
  padding: 0 8vw;
}
.site-nav li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: #fff;
  border-radius: 6px;
  opacity: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
}
/* drawer__btn */
.drawer__btn {
  width: 45px;
  height: 45px;
  position: fixed;
  top: 6px;
  right: 2%;
  z-index: 1100;
}
.drawer__btn span {
  display: block;
  position: absolute;
  left: 12px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  z-index: 20;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.drawer__btn :nth-of-type(1) {
  top: 16px;
}
.drawer__btn :nth-of-type(2) {
  top: 22px;
}
.drawer__btn :nth-of-type(3) {
  top: 28px;
}
.drawer__btn :nth-of-type(4) {
  display: none;
}
/* drawer */
.drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  color: #222;
  top: 0;
  left: 120%;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.drawer .drawer__cover {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.drawer .drawer__close {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 6px;
  left: -13%;
  z-index: 1100;
  opacity: 0;
}
.drawer .drawer__close::after,
.drawer .drawer__close::before {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 18px;
}
.drawer .drawer__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer .drawer__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.drawer li a {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Rubik', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 10px 0 9px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
}
.drawer li.current .nav--menu {
  display: block;
}
.drawer li:last-of-type a {
  border-bottom: none;
}
.drawer .nav--menu {
  width: 90%;
  display: none;
  color: #fff;
  box-shadow: inset -5px 3px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 6px 1% 0 3%;
}
.drawer .nav--menu li {
  float: left;
  width: 48%;
}
.drawer .nav--menu li:nth-child(odd) {
  width: 44%;
  margin-right: 4%;
  clear: left;
}
.drawer .nav--menu li.nav__item--radio a,
.drawer .nav--menu li.nav__item--movie a,
.drawer .nav--menu li.nav__item--chlive a,
.drawer .nav--menu li.nav__item--game a {
  font-size: 13px;
  font-size: 3.4vw;
  line-height: 24px;
  line-height: 6.5vw;
}
.drawer .nav--menu li.nav__item--chlive a,
.drawer .nav--menu li.nav__item--game a {
  line-height: 1;
  padding: 10px 0 8px;
}
.drawer .g-nav {
  height: 100%;
  overflow: scroll;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-overflow-scrolling: touch;
}
.drawer .g-nav [class^="g-nav__"] {
  padding: 0;
  position: relative;
}
.drawer .g-nav [class^="g-nav__"]::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.drawer .g-nav .g-nav__official .nav--menu {
  background: #222;
}
.drawer .g-nav .g-nav__team .nav--menu {
  background: #174cb1;
}
.drawer .g-nav .g-nav__class .nav--menu {
  background: #5fc0e8;
}
.drawer .g-nav .g-nav--tit {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 5%;
  letter-spacing: 0em;
  border-bottom: 1px solid #ddd;
  padding: 14px 4% 14px;
  margin-right: 10%;
  position: relative;
}
.drawer .g-nav .g-nav--tit::before,
.drawer .g-nav .g-nav--tit::after {
  content: '';
  display: block;
  background: #222;
  position: absolute;
}
.drawer .g-nav .g-nav--tit::before {
  width: 2px;
  height: 14px;
  top: 19px;
  right: 51px;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.drawer .g-nav .g-nav--tit::after {
  width: 14px;
  height: 2px;
  top: 25px;
  right: 45px;
}
.drawer .g-nav .current .g-nav--tit::before {
  transform: rotate(90deg);
}
.drawer .block--login {
  padding: 0 0 6px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}
.drawer .block--login .btn {
  display: inline-block;
  margin: 0;
}
.drawer .block--login .btn a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-weight: bold;
  position: relative;
}
.drawer .block--login .btn .btn--join {
  padding-right: 23px;
}
.drawer .block--login .btn .btn--join::after {
  content: '';
  display: block;
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: 14px;
  right: 8px;
}
.drawer-visible .drawer {
  z-index: 1000;
  left: 15%;
}
.drawer-visible .drawer .menu-nav li,
.drawer-visible .drawer .menu-nav__member-menu li,
.drawer-visible .drawer .member-menu-nav h2,
.drawer-visible .drawer .menu-nav__nav--login {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.45s ease-out 0.3s;
  transition: all 0.45s ease-out 0.3s;
  opacity: 1;
}
.drawer-visible .drawer .drawer__cover {
  left: -20%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0.22s;
  transition: opacity 0.2s ease 0.22s;
}
.drawer-visible .drawer .drawer__close {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0.2s;
  transition: opacity 0.2s ease 0.2s;
}
.drawer-visible .drawer__btn {
  background: #fff !important;
  -webkit-transition: background 0.2s ease 0.2s;
  transition: background 0.2s ease 0.2s;
}
.drawer-visible .drawer__btn span {
  background: #222 !important;
}
.drawer-visible .drawer__btn span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top: 0;
}
.drawer-visible .drawer__btn span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.drawer-visible .drawer__btn span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  top: 40px;
}
.headerFixed .drawer__btn {
  background: #111;
}
/* 3.3 footer
------------------------------ */
footer {
  width: 100%;
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
footer .nav--support {
  display: none;
  margin-bottom: 30px;
}
footer .list--bnr__footer li {
  display: inline-block;
}
footer .list--bnr__footer li a {
  display: block;
  line-height: 0;
}
footer .list--bnr__small {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
footer .list--bnr__small li {
  display: inline-block;
  width: calc(100% / 3 - 1px);
}
footer .list--bnr__small li a {
  display: block;
  line-height: 0;
  border: 0.5px solid #eee;
}
footer .list--bnr__small::after {
  display: table;
  content: "";
  clear: both;
}
footer .copyright {
  color: #888;
  line-height: 1;
  font-size: 11px;
  margin-bottom: 5px;
}
footer .jasrac {
  color: #888;
  font-size: 70%;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 0 4% 20px;
}
/* 4.0 page
============================== */
.block--pager .pager__item--newer a,
.block--pager .pager__item--older a {
  display: block;
  width: 16px;
  height: 15px;
  background-size: contain;
  opacity: 1;
  margin-top: -8px;
}
.block--pager .pager__item--newer a {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: -6px;
}
/*  4.1 parts
------------------------------ */
/* typography */
.tit--page {
  color: inherit;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1em;
  position: relative;
  margin: 0 0 30px;
}
.section-tit {
  color: inherit;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 25px;
  font-size: 8vw;
  padding: 0 4%;
  margin: 0 0 40px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.section-tit.jn {
  font-size: 20px;
}
.tit--menu {
  color: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 1em;
}
.txt--lead {
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 1em;
}
.txt--basic {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 1.5em;
}
.txt--sub,
.sub-txt-list {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.bold {
  font-weight: bold;
}
.red {
  color: #f03;
}
/* slick */
.slick-prev,
.slick-next {
  display: none !important;
}
.slick-dots {
  text-align: center;
  bottom: -20px;
  padding: 0 4%;
}
.slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 5px 0 0;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
}
.slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
}
.slick-dots li button::before {
  content: '';
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* 4.2 home
------------------------------ */
.page--home .wrap {
  padding-bottom: 0;
}
.page--home .birthday-message {
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s;
  margin: 40px 0 0 auto;
  width: 77vw;
  max-width: 320px;
  -webkit-animation: 2.5s fuwafuwa infinite;
  animation: 2.5s fuwafuwa infinite;
}
.page--home .birthday-message a {
  padding: 7px 5px;
  display: block;
  pointer-events: auto;
  font-size: 13px;
}
.page--home .birthday-message a i {
  margin-right: 10px;
}
.page--home .birthday-message a:hover {
  color: #ffffff;
}
.page--home .birthday-message.fs a {
  color: #3cb7e4;
}
@-webkit-keyframes fuwafuwa {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
@keyframes fuwafuwa {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
.page--home h1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 60px;
  text-align: center;
  margin: 40px auto;
  letter-spacing: 0.05em;
}
.page--home h1 img {
  width: 54%;
}
.page--home .section-tit {
  margin-bottom: 30px;
}
.page--home .list--bnr a {
  display: block;
  color: #222;
  padding: 0 8px;
  position: relative;
}
.page--home .list--bnr a .list--bnr__caption {
  padding: 0;
  margin-top: 5px;
}
.page--home .list--bnr a .list--bnr__caption p {
  display: inline-block;
  word-break: break-all;
  color: #222;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.page--home section {
  width: 100%;
  padding: 0;
  margin: 0 auto 50px;
}
.page--home .section--bnr {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.page--home .section--pickup {
  padding: 0 4%;
  margin-bottom: 30px;
}
.page--home .section--top {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
.page--home .section--top.official h1 {
  font-size: 40px;
  margin: 45px auto 45px;
}
.page--home .section--top .block--photo {
  width: 100%;
  height: 320px;
  height: 60vw;
}
.page--home .section--top .block--photo img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center top;
  background-size: cover;
}
.page--home .section--top a {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.page--home .section--top a .thumb img {
  display: block;
  width: 100%;
  /*height: 100%;*/
  background: no-repeat center;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.page--home .section--top a .thumb--caption {
  padding: 0 10px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  word-break: break-all;
}
.page--home .section--top a .thumb--caption span {
  display: inline;
  background: #fff;
  line-height: 24px;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 11px;
}
.page--home .section--login {
  text-align: center;
  padding-bottom: 0;
  margin: 30px auto;
}
.page--home .section--login .login {
  font-size: 12px;
  text-align: center;
}
.page--home .section--login .login a {
  text-decoration: underline;
}
.page--home .section--login.loggedIn {
  width: 92%;
  min-width: auto;
  margin: 30px auto;
}
.page--home .section--login.loggedIn a {
  display: block;
  color: #3295ff;
  padding: 30px 20px;
}
.page--home .section--login.loggedIn .btn a {
  display: inline-block;
  padding: 0 1.5em 0;
}
.page--home .section--login.loggedIn .login a {
  display: inline-block;
  padding: 0;
  color: #fff;
}
.page--home .section--login.loggedIn .welcome {
  color: inherit;
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 5px;
}
.page--home .section--login.loggedIn .name {
  color: #fff;
  font-size: 10px;
}
.page--home .section--login.loggedIn .name span {
  font-weight: bold;
  font-size: 16px;
}
.page--home .section--login.loggedIn dl {
  width: 60%;
  margin: 0 auto;
  border: 1px solid #3295ff;
  border-radius: 4px;
  overflow: hidden;
  line-height: 29px;
}
.page--home .section--login.loggedIn dl dt {
  float: left;
  width: 7em;
  background: #3295ff;
  color: #fff;
  font-size: 11px;
}
.page--home .section--login.loggedIn dl dd {
  font-weight: bold;
  font-size: 12px;
  background: #fff;
}
.page--home .section--sns {
  text-align: center;
  margin-bottom: 50px;
  z-index: 11;
}
.page--home .section--sns li {
  display: inline-block;
  width: 11%;
  margin: 0 1%;
  position: relative;
}
.page--home .section--sns li a {
  display: block;
  color: #222;
  font-size: 24px;
}
.page--home .section--sns li a svg {
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
}
.page--home .section--sns li p.ico {
  font-size: 24px;
}
.page--home .section--sns li .links {
  display: none;
  position: absolute;
  top: 2em;
  left: 0;
  width: 130px;
  text-align: left;
  padding: 5px 10px;
  background: #fff;
}
.page--home .section--sns li .links a {
  font-size: 15px;
  padding: 3px 0;
}
.page--home .section--sns li .links a:hover {
  transform: scale(1.05);
}
.page--home .section--youtube .list--contents.youtube li,
.page--home .section--movie .list--contents.youtube li {
  margin: 0 10px 0 0;
}
.page--home .section--youtube .list--contents.youtube .slick-dots,
.page--home .section--movie .list--contents.youtube .slick-dots {
  text-align: left;
  bottom: -40px;
}
.page--home .section--youtube .list--contents.youtube .slick-dots li,
.page--home .section--movie .list--contents.youtube .slick-dots li {
  width: auto;
  float: none;
  z-index: 15;
  margin-right: 4px;
}
.page--home .section--youtube .list--contents.youtube .slick-dotted.slick-slider,
.page--home .section--movie .list--contents.youtube .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.page--home .section--youtube .list__more,
.page--home .section--movie .list__more {
  margin-top: -30px;
}
.page--home .section--youtube {
  margin-bottom: 40px;
}
.page--home .section--kobukulog {
  padding: 0 4% 40px;
  margin-bottom: 0;
}
.page--home .section--kobukulog .lead {
  font-size: 13px;
  margin-bottom: 30px;
}
.page--home .section--kobukulog .category,
.page--home .section--kobukulog .date,
.page--home .section--kobukulog .tit {
  color: #fff;
}
.page--home .section--kobukulog .category::before {
  display: none;
}
.page--home .section--kobukulog .category {
  display: block;
  font-weight: 700;
  font-size: 3.8vw;
  text-align: center;
  letter-spacing: 0.07em;
  margin-right: 0;
  margin-bottom: 12px;
}
.page--home .section--kobukulog .btn {
  margin-bottom: 10px !important;
}
.page--home .section--latest {
  padding: 40px 4% 0;
  margin-bottom: 0;
}
.page--home .section--latest .category,
.page--home .section--latest .date,
.page--home .section--latest .tit {
  color: #fff;
}
.page--home .section--latest .category::before {
  display: none;
}
.page--home .section--latest .category {
  display: block;
  font-weight: 700;
  font-size: 4.2vw;
  text-align: center;
  letter-spacing: 0.08em;
  margin-right: 0;
  margin-bottom: 10px;
}
.page--home .section--latest .category:nth-child(1),
.page--home .section--latest .category:nth-child(2) {
  min-height: 2em;
}
.page--home .section--movie {
  padding: 25px 0;
}
.page--home .section--movie .thumb {
  position: relative;
  margin-bottom: 10px;
}
.page--home .section--class-contents {
  padding: 0;
}
.page--home .section--class-contents .word01,
.page--home .section--class-contents .word02,
.page--home .section--class-contents .word03 {
  display: block;
  position: absolute;
  background: no-repeat center;
  background-size: contain;
}
.page--home .section--class-contents .block--game {
  border-radius: 10px;
  padding: 30px 7% 120px;
  padding: 30px 7% 30vw;
  margin: 0 4%;
  position: relative;
  background: url(/static/kobukuro/class/top/bg_game01.png);
}
.page--home .section--class-contents .block--game .saku {
  width: 130px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -65px;
}
.page--home .section--class-contents .block--game .kuroda {
  width: 128px;
  background: url(/static/kobukuro/class/top/ph_kuroda.png) left;
  background-size: cover;
  line-height: 0;
  position: absolute;
  bottom: 3px;
  bottom: -1vw;
  left: -6%;
  left: -2vw;
  -webkit-animation: m2 0.7s infinite alternate;
  animation: m2 0.7s infinite alternate;
}
.page--home .section--class-contents .block--game .kobuchi {
  width: 91px;
  background: url(/static/kobukuro/class/top/ph_kobuchi.png) left;
  background-size: cover;
  line-height: 0;
  position: absolute;
  bottom: 3px;
  right: 0;
  right: 2vw;
  -webkit-animation: m2 0.7s infinite alternate;
  animation: m2 0.7s infinite alternate;
}
.page--home .section--class-contents .block--game .word01 {
  width: 34px;
  background-image: url(/static/kobukuro/class/top/txt_01.png);
  height: 87px;
  right: 5%;
  top: -10px;
  opacity: 0;
  -webkit-animation: game01 0.1s linear infinite, opacity 5s linear infinite;
  animation: game01 0.1s linear infinite, opacity 5s linear infinite;
}
.page--home .section--class-contents .block--game .word02 {
  background-image: url(/static/kobukuro/class/top/txt_02.png);
  width: 74px;
  height: 49px;
  left: 2%;
  top: 50%;
  opacity: 0;
  margin-top: -13%;
  margin-top: -13vw;
  transform: scale(0);
  -webkit-animation: game02 4s linear 1s infinite;
  animation: game02 4s linear 1s infinite;
}
.page--home .section--class-contents .block--game .word03 {
  background-image: url(/static/kobukuro/class/top/txt_03.png);
  width: 115px;
  height: 54px;
  right: 9px;
  bottom: 40%;
  opacity: 0;
  -webkit-animation: game01 0.18s linear infinite, opacity 6s linear 1s infinite;
  animation: game01 0.18s linear infinite, opacity 6s linear 1s infinite;
}
@-webkit-keyframes game01 {
  0% {
    transform: translate3d(0, 2px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes game01 {
  0% {
    transform: translate3d(0, 2px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  47% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  47% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes game01 {
  0% {
    transform: translate3d(0, 2px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes game02 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  5% {
    opacity: 1;
    transform: scale(2.2);
  }
  6% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  72% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes game02 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  5% {
    opacity: 1;
    transform: scale(2.2);
  }
  6% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  72% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@-webkit-keyframes m2 {
  0% {
    background-position: 0, 0;
  }
  49.999% {
    background-position: 0, 0;
  }
  50% {
    background-position: 100%, 0;
  }
  100% {
    background-position: 100%, 0;
  }
}
@keyframes m2 {
  0% {
    background-position: 0, 0;
  }
  49.999% {
    background-position: 0, 0;
  }
  50% {
    background-position: 100%, 0;
  }
  100% {
    background-position: 100%, 0;
  }
}
.page--home .section--introduction {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page--home .section--introduction [class^="block--"] {
  color: #fff;
  padding: 40px 4%;
}
.page--home .section--introduction [class^="block--"] .block-tit {
  text-align: center;
  margin-bottom: 10px;
}
.page--home .section--introduction [class^="block--"] .block-tit img {
  width: 60%;
}
.page--home .section--introduction [class^="block--"] .thumb {
  width: 50%;
  margin: 0 auto;
}
.page--home .section--introduction .video-tit {
  font-weight: 500;
  font-family: 'Rubik';
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}
.page--home .section--introduction .thumb--team {
  margin: 25px auto 10px;
}
.page--home .section--introduction .btn--main {
  background: #fff;
}
.page--home .section--introduction .inner {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.page--home .section--introduction .video {
  margin-bottom: 20px;
}
.page--home .section--introduction .block--team {
  position: relative;
  overflow: hidden;
}
.page--home .section--introduction .block--team::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #0f73ca;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.page--home .section--introduction .block--team .btn--main {
  color: #1575ca;
}
.page--home .section--introduction .block--class {
  position: relative;
  overflow: hidden;
}
.page--home .section--introduction .block--class::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #3db6e3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.page--home .section--introduction .block--class .btn--main {
  color: #5fc0e8;
}
.page--home .section--introduction .btn {
  margin-bottom: 0;
}
.page--home .section--introduction .view::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.4s ease-out 0.4s;
  transition: transform 0.4s ease-out 0.4s;
}
.page--home .section--introduction .view .inner {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-out 1s;
  transition: all 0.2s ease-out 1s;
}
.page--home footer {
  position: relative;
  padding: 40px 5% 0;
}
.page--home footer .nav--support {
  display: block;
  margin-bottom: 20px;
}
.page--home footer .nav--support li {
  width: 47%;
  float: left;
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
}
.page--home footer .nav--support li:nth-child(odd) {
  clear: left;
  margin-right: 6%;
}
.page--home footer .nav--support li a {
  display: block;
  color: #222;
  padding: 3px 0;
}
.page--home footer .list--bnr a {
  padding: 0;
}
/*  4.3 information
------------------------------ */
.page--info .tit {
  order: 3;
}
.page--info .tit span {
  display: block;
}
.page--info .tit .date + .date {
  padding-left: 15px;
}
.page--info .tit .date + .date::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #222222;
  position: absolute;
  left: 0;
  top: 6px;
}
.page--info .tit .date,
.page--info .tit i {
  width: auto;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  padding-top: 0;
}
.page--info .tit .date::after,
.page--info .tit i::after {
  display: none;
}
.page--info .tit i {
  font-size: 11px;
  padding-top: 0;
}
.page--info.category-2 .new.event-date-start:not(.event-date-end) .date::after {
  display: none;
}
.page--info.category-2 .new.event-date-start:not(.event-date-end) .add-txt::after {
  content: 'NEW';
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ef2a4d;
  margin: 0 0 0 5px;
  font-size: 14px;
  vertical-align: 0;
}
.page--info.category-2 .event-date-end .category {
  display: block;
  margin-bottom: 0;
}
.page--info.category-2 .event-date-end .category::before {
  display: none;
}
.page--info.category-2 .event-date-end .date {
  font-size: 12px;
}
.page--info.category-2 .event-date-end.new .date::after {
  display: none;
}
.page--info.category-2 .event-date-end.new .add-txt::after {
  content: 'NEW';
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ef2a4d;
  margin: 0 0 0 5px;
  font-size: 14px;
  vertical-align: 0;
}
.block--pull-down {
  margin: 0 4% 20px;
}
.block--pull-down select {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  border: 1px solid #aaa;
}
.section--list .list--contents {
  padding: 0 4%;
}
.section--detail {
  padding: 30px 4% 0;
}
.section--detail .section-tit {
  padding-top: 10px;
}
.section--detail .tit {
  word-break: break-all;
  color: inherit;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 10px;
}
.section--detail .category,
.section--detail .date {
  display: inline-block;
  line-height: 1;
}
.section--detail .add-txt {
  display: inline-block;
  font-size: 12px;
}
.section--detail .date + .date {
  position: relative;
  padding-left: 1em;
}
.section--detail .date + .date::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #222;
  position: absolute;
  left: 0;
  top: 6px;
}
.section--detail .ph {
  width: 100%;
  margin: 15px 0;
  line-height: 0;
  position: relative;
}
.section--detail .ph img {
  width: 100%;
}
.section--detail .movie {
  position: relative;
  width: 100%;
  margin: 15px 0;
  padding-top: 56.25%;
}
.section--detail .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.section--detail .category::before {
  right: -0.5em;
  top: 2px;
}
.section--detail .date {
  margin: 0 0 30px;
  position: relative;
}
.section--detail .txt a {
  text-decoration: underline;
}
.section--detail .txt .block-tit {
  color: inherit;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 10px;
}
.section--detail .txt .block {
  border: 0.5px solid #ccc;
  margin-bottom: 15px;
  padding: 15px;
}
.section--detail .txt .block:last-of-type {
  margin-bottom: 0;
}
.section--detail .txt:last-of-type {
  margin-bottom: 0;
}
.section--detail .txt dl dt {
  color: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
.section--detail .txt dl dt:first-of-type {
  padding-top: 10px;
  border-top: 0.5px solid #ccc;
}
.section--detail .txt dl dd {
  border-bottom: 0.5px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section--detail .txt ul.list--attention {
  font-size: 0.9em;
}
.section--detail .txt ul.list--attention li {
  margin-bottom: 0;
}
.section--detail .txt ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.section--detail .btn a {
  text-decoration: none;
}
.section--detail .block--share {
  float: right;
  margin: 0;
  z-index: 2;
}
.section--detail .block--share li:first-child {
  margin: 0;
}
.section--detail .block--share li {
  display: inline-block;
  margin: 0 0.8em 0 0;
  transition: none;
  -webkit-transition: none;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
  opacity: 0.4;
}
.section--detail .block--share li a {
  display: block;
  font-size: 20px;
  color: #000;
}
.section--detail .block--share li a * {
  -webkit-transition: none;
  transition: none;
}
.section--detail .block--share li svg {
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #000;
  vertical-align: -1px;
}
.section--detail .detail__btn {
  margin-top: 30px;
  padding-bottom: 10px;
}
.section--detail.new .date::after {
  content: 'NEW';
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ef2a4d;
  font-size: 12px;
  vertical-align: 2px;
  margin: 0 0 0 6px;
}
.category-5 .section--detail .txt {
  padding-top: 0;
}
.category-5 .section--detail .ph {
  margin: 0 auto;
}
.category-5 .section--detail .thumb {
  margin-bottom: 40px;
}
.category-5 .section--detail .ph img:first-child {
  width: auto;
}
/*  4.4 SCHEDULE
------------------------------ */
.page--schedule {
  /* 絞込 */
  /* tv */
  /* radio */
  /* magazine */
  /* web */
  /* other */
  /* live */
}
.page--schedule .block--month {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0 0 30px;
  position: relative;
}
.page--schedule .block--month .tit {
  margin: -10px 0 15px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  position: relative;
}
.page--schedule .block--month .tit span {
  display: block;
  width: 6em;
  margin: 0 auto;
  padding: 5px 0 2px;
  font-size: 15px;
  margin-top: -5px;
  position: relative;
}
.page--schedule .list--information + .block--month {
  margin-top: -30px;
}
.page--schedule .month-pager {
  text-align: center;
  position: absolute;
  padding-bottom: 20px;
  width: 100%;
  top: 39px;
}
.page--schedule .month-pager li {
  display: inline-block;
  margin: 0 2px;
  position: absolute;
}
.page--schedule .month-pager li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: inherit;
  position: relative;
}
.page--schedule .month-pager li:first-child {
  left: 7%;
}
.page--schedule .month-pager li:last-child {
  right: 7%;
}
.page--schedule .month-pager li:first-child a:before,
.page--schedule .month-pager li:last-child a:after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.25em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -0.7em 0 0;
  right: -0.8em;
  width: 0.8em;
  height: 0.8em;
}
.page--schedule .month-pager li:first-child a:before {
  transform: rotate(45deg);
  left: -0.8em;
  right: inherit;
}
.page--schedule .category::before {
  display: none;
}
.page--schedule .block--narrowing {
  margin: 0 4% 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
}
.page--schedule .block--narrowing dt {
  display: none;
}
.page--schedule .block--narrowing li {
  float: left;
  width: 31%;
  margin: 0 3% 8px 0;
}
.page--schedule .block--narrowing li:nth-child(3n) {
  margin-right: 0;
}
.page--schedule .block--narrowing li label {
  color: #efeeea;
}
.page--schedule .block--narrowing li input[type="checkbox"] {
  display: none;
}
.page--schedule .block--narrowing li label .category {
  display: block;
  text-align: center;
  width: 100%;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid;
  background: #222;
}
.page--schedule .block--narrowing li input[type="checkbox"]:not(:checked) + .category {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.2);
  color: #222;
}
.page--schedule .block--narrowing .category--12 .category,
.page--schedule .category--12 .category {
  background: #ef4242;
  border-color: #ef4242;
}
.page--schedule.schedule--list .list--information .category--12 .category {
  background: none;
  color: #ef4242;
}
.page--schedule .block--narrowing .category--13 .category,
.page--schedule .category--13 .category {
  background: #e89c11;
  border-color: #e89c11;
}
.page--schedule.schedule--list .list--information .category--13 .category {
  background: none;
  color: #e89c11;
}
.page--schedule .block--narrowing .category--14 .category,
.page--schedule .category--14 .category {
  background: #f9627e;
  border-color: #f9627e;
}
.page--schedule.schedule--list .list--information .category--14 .category {
  background: none;
  color: #f9627e;
}
.page--schedule .block--narrowing .category--15 .category,
.page--schedule .category--15 .category {
  background: #913ce0;
  border-color: #913ce0;
}
.page--schedule.schedule--list .list--information .category--15 .category {
  background: none;
  color: #913ce0;
}
.page--schedule .block--narrowing .category--16 .category,
.page--schedule .category--16 .category {
  background: #636363;
  border-color: #636363;
}
.page--schedule.schedule--list .list--information .category--16 .category {
  background: none;
  color: #636363;
}
.page--schedule .block--narrowing .category--17 .category,
.page--schedule .category--17 .category {
  background: #4a86f3;
  border-color: #4a86f3;
}
.page--schedule.schedule--list .list--information .category--17 .category {
  background: none;
  color: #4a86f3;
}
.page--schedule .no-data {
  padding: 50px 0 200px;
}
/*  4.4 movie
------------------------------ */
.page--movie img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page--movie .section--detail .tit {
  margin: 0 0 5px;
}
.page--movie .section--detail .date {
  font-size: 12px;
  margin: 0 0 20px;
}
.page--movie .section--detail .list--step .ph {
  display: none;
}
.page--movie .section--detail .list--step li {
  padding: 15px;
  margin-top: 20px;
  border: 2px solid #aaa;
}
.page--movie .section--detail .list--step li .tit {
  font-size: 14px;
}
.page--movie .section--detail .list--step li .tit span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #ef2a4d;
}
.page--movie .section--detail .list--step .btn {
  margin: 15px 0;
}
.page--movie .section--detail .list--step .btn--main {
  font-size: 14px;
}
.page--movie .block--lead {
  padding: 0 4%;
  margin-bottom: 30px;
}
.page--movie .block--player {
  margin: 0 0 10px;
}
.page--movie .block--player video {
  width: 100% !important;
}
.page--movie .block--player + .txt {
  margin-bottom: 20px;
}
.page--movie .system_error {
  font-size: 11px;
  color: #c00;
}
.page--movie .flash__player--accordion {
  padding: 20px 0 0;
}
.page--movie .flash__player--accordion dt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.page--movie .list--player {
  margin: 0 0 20px;
}
.page--movie .list--player li {
  margin: 0 0 5px;
}
.page--movie .list--player a {
  display: block;
  padding: 10px;
  border: 1px solid;
}
.page--movie .list--contents .date {
  font-weight: 400;
}
.page--movie.category-12 .txt--basic {
  padding: 0 4%;
}
.page--movie.category-12 .no-data {
  padding-top: 0;
  padding-bottom: 30px;
  font-size: 18px;
}
.page--movie .sub-txt-list {
  margin-top: 5px;
  margin-bottom: 15px;
}
.page--movie .sub-txt-list li {
  text-indent: -0.5em;
  padding-left: 0.5em;
  margin-bottom: 2px;
}
/*  4.4 biography
------------------------------ */
.page--biography .section--detail {
  padding: 40px 0 0;
}
.page--biography .section--detail .section-tit {
  font-weight: 600;
  font-size: 25px;
  font-size: 9.2vw;
}
.page--biography.history .block--category li:first-of-type {
  text-align: center;
  padding-right: 0;
}
.page--biography .detail__btn {
  padding: 30px 0 10px;
}
.page--biography .block--category {
  margin-bottom: 20px;
}
.page--biography .block--category li {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  letter-spacing: 0.04em;
  font-size: 18px;
  text-align: right;
}
.page--biography .block--category li:first-of-type {
  padding-right: 60px;
}
.page--biography .block--category li:last-of-type {
  word-break: break-all;
  text-align: left;
  padding-left: 0;
}
.page--biography .block--category .slick-list {
  padding: 0 !important;
}
.page--biography .artist-ph {
  padding: 0 4%;
  margin: 0 auto 30px;
}
.page--biography .slick-current > span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.page--biography .slick-current > span::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #222;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.page--biography .list--member {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: top;
  -webkit-align-items: top;
  align-items: top;
  margin-bottom: 30px;
}
.page--biography .list--member li {
  display: block;
  width: 48%;
  margin-bottom: 0;
}
.page--biography .list--member li dl dt {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
.page--biography .list--member li dl dd {
  font-size: 11px;
  font-size: 3vw;
  line-height: 1.6;
}
.page--biography .text {
  padding: 0 4%;
}
.page--biography .text .band-name {
  color: inherit;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}
.page--biography .text p {
  word-break: break-all;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 1.4em;
}
.page--biography .biography__list {
  border-bottom: 0.5px solid #aaa;
}
.page--biography .biography__list > dt {
  border-top: 0.5px solid #aaa;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 18px;
  padding: 15px 4% 13px;
  margin: 1px 0 0;
  opacity: 1;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.page--biography .biography__list > dt.ac-open {
  font-size: 24px;
}
.page--biography .biography__list > dt::before,
.page--biography .biography__list > dt::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 4%;
  top: 22px;
  width: 13px;
  height: 2px;
  background-color: #222;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.page--biography .biography__list > dt:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.page--biography .biography__list > dt:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page--biography .biography__list > dt.ac-open:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page--biography .biography__list > dd {
  padding: 0 4% 10px;
  margin: 0;
}
.page--biography .biography__list dl::after {
  display: table;
  content: "";
  clear: both;
}
.page--biography .biography__list dl dt {
  width: 2.5em;
  float: left;
  clear: both;
  font-size: 12px;
  font-weight: bold;
}
.page--biography .biography__list dl dt span {
  display: block;
  position: relative;
  padding-top: 10px;
}
.page--biography .biography__list dl dt span::before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background: #222;
  position: absolute;
  top: 0;
  left: 10px;
}
.page--biography .biography__list dl dd {
  overflow: hidden;
  padding-left: 2%;
  margin-bottom: 10px;
}
.page--biography .block--history .inner {
  padding: 20px 4%;
}
.page--biography .block--history .block--text:not(:last-of-type(2)) {
  margin-bottom: 50px;
}
.page--biography .block--history .block--text:not(:last-of-type) {
  margin-top: 50px;
}
.page--biography .block--history .block--text p {
  word-break: break-all;
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 1.4em;
}
.page--biography .block--history .block--text .text--right {
  margin-top: -10px;
}
.page--biography .block--history .block--text .tit {
  color: inherit;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 15px;
}
.page--biography .block--history .block--text dl {
  margin-bottom: 30px;
}
.page--biography .block--history .block--text dt {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}
.page--biography .block--history .block--text dd {
  margin-bottom: 20px;
}
.page--biography .block--history .block--text div.txt--sub {
  margin-bottom: 10px;
}
.page--biography .block--diary .inner > .tit,
.page--biography .block--diary .inner > .tit + .lead {
  padding: 20px 4% 0;
  margin-bottom: 0;
}
.page--biography .block--diary .inner > .tit + .lead {
  margin-bottom: 20px;
}
.page--biography .block--diary dt {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.4;
}
.page--biography .block--diary dt::before,
.page--biography .block--diary dt::after {
  top: 50%;
}
.page--biography .block--diary dt.ac-open {
  font-size: 15px;
}
.page--biography .block--diary dt span {
  display: block;
  font-size: 12px;
  padding-top: 2px;
}
.page--biography .block--diary dt span::after {
  display: none;
}
.page--biography .block--diary dt span.anchor {
  padding-bottom: 0;
}
.page--biography .block--diary dd p {
  word-wrap: break-word;
  line-height: 1.8;
  margin-bottom: 1em;
}
/*  4.5 wallpaper
------------------------------ */
/*  4.6 blog
------------------------------ */
.page--blog .section-tit {
  padding: 0;
  position: relative;
}
.page--blog .section--detail .thumb {
  position: static;
  width: 100%;
}
.page--blog .section--detail .ph {
  position: relative;
  padding: 10px 0;
}
.page--blog .section--detail .txt * {
  white-space: normal !important;
}
.page--blog.page--blog--detail .section--detail {
  padding-bottom: 70px;
}
.page--blog.page--blog--detail .block--pager {
  width: 100%;
  padding: 0;
  text-align: center;
}
.page--blog.page--blog--detail .block--pager li {
  display: inline-block;
  min-width: 25px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}
.page--blog.page--blog--detail .block--pager li a {
  top: 2px;
  color: #222;
}
.page--blog.page--blog--detail .block--pager li a::after {
  border-color: #222;
}
.page--blog.page--blog--detail .block--pager .block--pager--newer {
  width: 33.3%;
  width: calc(100% / 3);
  left: 0;
  float: left;
  position: relative;
  height: 60px;
  text-align: left;
  line-height: 60px;
  font-size: 13px;
  padding-left: 8%;
  transform: scale(1);
}
.page--blog.page--blog--detail .block--pager .block--pager--newer a::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
  right: inherit;
  left: -11px;
}
.page--blog.page--blog--detail .block--pager .block--pager--number {
  top: 0;
}
.page--blog.page--blog--detail .block--pager .block--pager--number a {
  font-size: 13px;
  line-height: 60px !important;
}
.page--blog.page--blog--detail .block--pager .block--pager--older {
  width: 33.3%;
  width: calc(100% / 3);
  right: 0;
  float: right;
  position: relative;
  height: 60px;
  text-align: right;
  line-height: 60px;
  font-size: 13px;
  padding-right: 8%;
}
.page--blog.page--blog--detail .block--pager .block--pager--older a {
  padding-right: 13px;
}
.page--blog.page--blog--detail .block--pager .block--pager--newer a::before {
  position: absolute;
  top: 4px;
  left: 0;
}
.page--blog.page--blog--detail .block--pager .block--pager--older a::after {
  position: absolute;
  right: 0;
  margin-top: -5px;
}
.page--blog.page--blog--detail .block--pager--number a {
  line-height: 1.4;
  color: #222;
}
/* wallpaper
------------------------------ */
.page--wallpaper .list--contents li .thumb {
  background: #000;
}
/*  4.7 bbs
------------------------------ */
.page--bbs {
  background: #fff;
  color: #222;
}
.page--bbs .section--list .list--information .tit {
  margin-top: 0;
}
.page--bbs .section--list .list--information .date {
  margin-bottom: 0;
}
.page--bbs .section--list .list--information .comment {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px;
  vertical-align: -1px;
  margin-left: 10px;
  color: #fff;
}
.page--bbs .section--list .list--information .comment i {
  margin-right: 4px;
}
.page--bbs.compleate .section--detail,
.page--bbs.comment-report .section--detail {
  padding: 30px 4% 0;
}
.page--bbs.compleate .block--comment,
.page--bbs.comment-report .block--comment {
  margin-bottom: 30px;
}
.page--bbs .block--post {
  padding: 0 4% 20px;
}
.page--bbs .list--comment {
  background: #fff;
  color: #222;
}
.page--bbs .list--comment li .report-btn {
  top: 19px;
  right: 4%;
}
.page--bbs .section--detail {
  padding: 30px 0 0;
}
.page--bbs textarea {
  color: #222;
}
.page--bbs .section-tit.member {
  background: #222;
}
.page--bbs .section-tit.member img {
  width: 60%;
}
.page--bbs .date {
  font-size: 0.8em;
  margin-bottom: 0;
}
.page--bbs .comment {
  margin: 0 0 0 1em;
  color: #999;
  display: inline-block;
  line-height: 0;
  font-size: 0.8em;
  position: relative;
  top: -2px;
}
.page--bbs .comment i {
  margin-right: 5px;
}
.page--bbs [class^="form--"] dt > span {
  margin-left: 10px;
}
.page--bbs .list--thread li {
  position: relative;
  border-bottom: 1px solid #aaa;
}
.page--bbs .list--thread li:first-child {
  border-top: 1px solid #aaa;
}
.page--bbs .list--thread a {
  display: block;
  padding: 15px 0;
}
.page--bbs .list--thread a * {
  -webkit-transition: none;
  transition: none;
}
.page--bbs .list--thread .tit {
  margin: 0 0 0.4em;
  font-size: 16px;
  font-weight: bold;
}
.page--bbs.page--thread .section--detail {
  padding-bottom: 80px;
}
.page--bbs .section--detail .tit {
  font-size: 22px;
  line-height: 1.6em;
  margin: 0 0 20px;
}
.page--bbs .section--detail .tit .comment {
  font-size: 0.7em;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
}
.page--bbs .section--detail.confirm {
  padding: 30px 4% 0;
}
.page--bbs .section--detail .block--parent {
  word-break: break-all;
  padding: 0 4%;
  margin-bottom: 20px;
}
.page--bbs .section--detail .block--parent .txt {
  margin: 0 0 20px;
  font-size: 16px;
}
.page--bbs .section--detail .block--parent .date {
  margin: 0;
}
.page--bbs .section--detail .form--post li {
  margin: 0 0 10px;
}
.page--bbs .section--detail .form--post textarea {
  background: #fff;
}
.page--bbs .section--detail .form--post .notes {
  display: none;
  padding: 10px 0;
  font-size: 0.8em;
  line-height: 1.6em;
}
.page--bbs .section--detail .form--post .notes dt {
  font-weight: bold;
  margin: 0 0 5px;
}
.page--bbs .section--detail .form--post .notes li {
  margin: 0 0 0 1em;
  text-indent: -0.6em;
}
.page--bbs .section--detail.confirm .form--post {
  margin: 0 0 40px;
}
.page--bbs .section--detail.complete .txt {
  padding: 50px 0;
}
.page--bbs .section--detail .block--error {
  margin: 0 0 20px;
  color: #c00;
}
.page--bbs .block--user {
  margin: 0 0 10px;
}
.page--bbs .block--user .name {
  font-weight: bold;
}
.page--bbs .form--confirm {
  background: none;
  margin: 0 0 40px;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.page--bbs .form--confirm .btn {
  margin: 0;
}
.page--bbs .form--confirm .txt {
  margin: 0 0 20px;
}
.page--bbs .form--confirm dl {
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  padding: 15px;
  margin: 0 0 20px;
}
.page--bbs .form--confirm dt {
  opacity: 1;
  margin: 0;
}
.page--bbs .form--confirm dd {
  font-size: 16px;
  margin: 0 0 20px;
}
.page--bbs .form--confirm dd:last-of-type {
  margin-bottom: 0;
}
.list--comment li {
  border-bottom: 1px solid #ddd;
  padding: 20px 4%;
  position: relative;
}
.list--comment li .txt {
  margin: 0 0 10px;
}
.list--comment li .date {
  margin: 0;
}
.list--comment li .report-btn {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 10px;
  border: 1px solid #aaa;
  border-radius: 4px;
  line-height: 1;
  padding: 2px 5px;
}
.list--comment li .report-btn a,
.list--comment li .report-btn span {
  color: #999;
}
.list--comment .artist-account {
  background: #ffd8db;
}
.block--contents-comment .form--post dd {
  margin-bottom: 10px;
}
.block--contents-comment .btn {
  margin-top: 0;
}
.block--contents-comment textarea[id^='comment'] {
  height: 5em;
}
.block--contents-comment [id^='contents_comment'] .list--comment {
  overflow-y: scroll;
  max-height: 200px !important;
  max-height: 300px !important;
  max-height: 80vw !important;
  padding: 10px 0;
  border-top: 0.5px solid #222;
  border-bottom: 0.5px solid #222;
}
.block--contents-comment [id^='contents_comment'] .list--comment li {
  padding: 15px 0;
}
.block--contents-comment [id^='contents_comment'] .list--comment li .report-btn {
  top: inherit;
  bottom: 16px;
  right: 9em;
}
.block--contents-comment [id^='contents_comment'] .list--comment li .txt {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.block--contents-comment [id^='contents_comment'] .list--comment li .name {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  margin-bottom: 5px;
  /*
					&::before{
				    content: "\f2be";
						font-family: FontAwesome;
						font-size: 14px;
				    vertical-align: -1px;
				    padding-right: 2px;
					}
					*/
}
.block--contents-comment [id^='contents_comment'] .list--comment li .date {
  width: 100%;
  text-align: right;
  color: #888;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}
.block--contents-comment [id^='contents_comment'] .list--comment li:first-of-type {
  border-top: 1px solid #ddd;
}
/*  4.10 faq
------------------------------ */
.page--faq .wrap,
.page--faq .wrap .section--detail,
.page--faq.page--detail .wrap footer {
  background: #fff;
  color: #222;
}
.page--faq footer * {
  color: #888 !important;
}
.page--faq .section-tit {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
}
.page--faq .section-tit span {
  display: block;
  line-height: 1;
  font-size: 18px;
  margin-bottom: 5px;
}
.page--faq .section--list {
  padding-bottom: 30px;
}
.page--faq .tit--category {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  line-height: 1;
  padding: 20px 0 0 4%;
  margin: 0 0 15px;
}
.page--faq .list--faq {
  margin: 0 0 40px;
}
.page--faq .list--faq li a {
  display: block;
  color: #222;
  border-top: 0.5px solid rgba(0, 0, 0, 0.5);
  padding: 10px 5%;
}
.page--faq .list--faq li a .icon--q {
  float: left;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 18px;
  color: #222;
}
.page--faq .list--faq li:last-child {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}
.page--faq .list--faq .tit {
  padding-left: 25px;
}
.page--faq.page--detail .list--faq li a {
  border-top: 0.5px solid rgba(0, 0, 0, 0.5);
  color: #222;
}
.page--faq.page--detail .list--faq li a .icon--q {
  color: #222;
}
.page--faq.page--detail li:last-child {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}
.page--faq.page--detail .tit--category {
  padding-top: 0;
}
.page--faq .detail__btn a {
  color: #222 !important;
}
.page--faq .detail__btn a::after {
  border-color: #222 !important;
}
.page--faq .block--contact {
  padding: 0 4% 20px;
}
.page--faq .block--contact a {
  display: inline-block;
  color: #222;
  position: relative;
}
.page--faq .block--contact a::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: inherit;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -0.1em;
}
.page--faq .icon--q,
.page--faq .icon--a {
  margin-right: 5px;
  font-weight: bold;
  color: #ff294f;
}
.page--faq .searchBox {
  position: relative;
  padding: 0 5%;
  margin: 0 0 30px;
  text-align: center;
}
.page--faq .searchBox input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  font-size: 15px;
  line-height: 1.4em;
  box-sizing: border-box;
}
.page--faq .searchBox input[type="text"] {
  height: 40px;
  margin: 0 5px 0 0;
  padding: 0 10px;
  background: #fff;
  border: solid 2px #000;
}
.page--faq .searchBox input[type="text"]:placeholder-shown {
  font-weight: normal;
  color: #ccc;
  border: 1px solid #b5b5b5;
}
.page--faq .searchBox input[type="text"]::-webkit-input-placeholder {
  color: #ccc;
}
.page--faq .searchBox input[type="submit"] {
  position: absolute;
  right: 19px;
  top: 0;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #b6b6b5;
  background: transparent;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  z-index: 2;
  font-family: FontAwesome;
}
.page--faq .section--detail {
  padding: 30px 0;
}
.page--faq .section--detail .tit--category {
  font-size: 14px;
  color: #888;
  font-weight: normal;
}
.page--faq .section--detail .txt {
  margin-bottom: 0;
}
.page--faq .section--detail .block--faq-detail {
  margin: 0 4% 40px;
  padding: 15px;
  border: 0.5px solid #aaa;
}
.page--faq .section--detail .block--faq-detail dt {
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-size: 16px;
  border-bottom: 0.5px solid #aaa;
}
.page--faq .section--detail .block--faq-detail dt .icon--q {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 24px;
  margin-bottom: 5px;
}
.page--faq .section--detail .block--faq-detail dd .icon--a {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 24px;
  color: #0f7ccc;
}
.page--faq .section--detail .block--faq-detail dd .txt {
  line-height: 1.8em;
}
.page--faq .section--detail .list--faq {
  margin: 0 0 30px;
}
.page--faq .section--detail .list--faq .txt {
  padding-left: 25px;
}
.page--faq .section--detail .block--contact {
  padding: 0 5%;
}
.page--faq .list--faq:last-of-type {
  margin: 0;
}
.page--faq .section--detail .list--faq:last-of-type {
  margin: 0 0 30px;
}
.page--faq .section--detail .list--faq:last-of-type li:last-of-type {
  border-bottom: 1px solid #aaa;
}
.page--faq .txt--no-data {
  padding-left: 4%;
}
.page--faq .detail__btn {
  margin-bottom: 30px;
}
.block--error {
  background: #fff0ea;
  color: #f33;
  border: 0.5px solid #F32;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 1em;
  margin: 1.5em auto;
}
.block--error * + ul {
  padding: 1em 0 0 1em;
}
.block--error ul {
  padding: 0 0 0 1em;
}
.block--error ul li {
  font-size: 13px;
  text-indent: -0.5em;
}
.block--error ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.block--error ul li:before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: 0.1em;
  content: '\f111';
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
/*  4.11 support
------------------------------ */
.page--support .wrap {
  background: #fff;
  color: #222;
}
.page--support .wrap footer {
  background: #fff;
}
.page--support .wrap footer * {
  color: #888 !important;
}
.section--detail .section-tit {
  color: inherit;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.3;
}
.section--detail > p {
  margin-bottom: 0.5em;
}
.section--detail .txt {
  margin: 0 0 30px;
}
.section--detail .txt + .txt {
  margin: 0 0 10px;
}
.section--detail ol {
  list-style: none;
}
.section--detail .list--support dt,
.section--detail .support-list dt {
  margin: 0 0 5px;
  font-weight: bold;
}
.section--detail .list--support dd,
.section--detail .support-list dd {
  margin: 0 0 1.5em;
}
.section--detail .list--support dd .txt,
.section--detail .support-list dd .txt {
  margin: 0 0 15px;
}
.section--detail .list--support li,
.section--detail .support-list li {
  margin: 0 0 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail .terms-list li {
  margin: 0 0 10px;
}
.section--detail .terms-list li ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 5px;
}
/* 4.12 questionnaire
------------------------------ */
.page--questionnaire [class^="section--"] .lead {
  margin: 0 0 20px;
}
.page--questionnaire [class^="section--"] .block--error {
  margin: 0 0 30px;
}
.page--questionnaire [class^="section--"] .txt--error {
  margin: 0 0 10px;
}
.page--questionnaire [class^="section--"] .list--form {
  margin: 0 0 30px;
}
.page--questionnaire [class^="section--"] .list--form .form__select {
  width: auto;
}
.page--questionnaire [class^="section--"] .list--form .age {
  width: 20%;
}
.page--questionnaire .section-tit {
  font-size: 20px;
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
  text-transform: inherit;
}
.page--questionnaire .ph {
  margin: 0 0 20px;
}
.page--questionnaire .section-tit {
  font-size: 20px;
}
.page--questionnaire .icon--required::after {
  content: '必須';
  color: #c00;
  font-size: 12px;
  margin-left: 10px;
}
.page--questionnaire .list--form dt {
  color: #aaa;
  margin-bottom: 5px;
}
.page--questionnaire .list--form dd {
  margin-bottom: 30px;
}
.page--questionnaire .form--horizontal li div {
  margin-right: 1px;
}
.page--questionnaire .form--horizontal li:not(:first-child) div {
  margin-left: 10px;
}
.page--questionnaire [name="answers[13]"] {
  margin-right: 5px;
}
.page--questionnaire [name="answers[15]"] {
  margin-left: 5px;
}
.page--questionnaire.confirm .form--confirm {
  box-shadow: none;
}
/* 4.12 questionnaire
------------------------------ */
.page--disco .section--detail .section-tit {
  display: none;
}
.page--disco .section--detail .block--detail {
  padding-top: 30px;
  padding-bottom: 40px;
}
.page--disco .section--detail figcaption {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: 10px auto 0;
}
.page--disco .section--detail .category,
.page--disco .section--detail .tit,
.page--disco .section--detail .date {
  display: block;
}
.page--disco .section--detail .category {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-left: 0;
  margin-bottom: 5px;
}
.page--disco .section--detail .category::before {
  display: none;
}
.page--disco .section--detail .date {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.page--disco .date {
  position: relative;
}
.page--disco .date::after {
  content: 'RELEASE';
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-left: 5px;
}
.page--disco .list--information li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: top;
  -webkit-align-items: top;
  align-items: top;
}
.page--disco .list--information .thumb {
  width: 30%;
  margin-right: 4%;
}
.page--disco .list--information .block--text {
  width: 70%;
}
.page--disco .list--information .date {
  display: block;
  margin-bottom: 10px;
}
.page--disco .list--information .category {
  font-weight: 700;
  margin: 0 0.5em 8px 0;
  vertical-align: 2px;
}
.page--disco .list--information .category::before {
  display: none;
}
.area--release,
.area--disco-detail {
  width: 100%;
  position: relative;
}
.area--release .comment a,
.area--disco-detail .comment a {
  color: #ef2a4d;
  text-decoration: underline;
}
.area--release .comment a[target="_blank"]:not([class])::after,
.area--disco-detail .comment a[target="_blank"]:not([class])::after {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: 0.1em;
  content: "\f08e";
}
.area--release .block--jacket li,
.area--disco-detail .block--jacket li {
  margin-right: 15px;
}
.area--release .block--jacket figure,
.area--disco-detail .block--jacket figure {
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}
.area--release .block--jacket figure img,
.area--disco-detail .block--jacket figure img {
  width: auto;
  border: 0.5px solid #eee;
  height: 70vw;
  margin: 0 auto;
}
.area--release .block--jacket figure .dummy,
.area--disco-detail .block--jacket figure .dummy {
  width: 100%;
  border: none;
}
.area--release .block--jacket figcaption,
.area--disco-detail .block--jacket figcaption {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding-top: 20px;
}
.area--release .block--detail h3.tit,
.area--disco-detail .block--detail h3.tit {
  color: inherit;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 5px;
}
.area--release .block--detail .block--comment a,
.area--disco-detail .block--detail .block--comment a {
  color: #ef2a4d;
}
.area--release .block--detail .tax-code,
.area--disco-detail .block--detail .tax-code {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.area--release .block--detail .block--track li,
.area--disco-detail .block--detail .block--track li {
  list-style: none;
}
.area--release .block--detail .block--track li span,
.area--disco-detail .block--detail .block--track li span {
  display: inline-block;
}
.area--release .block--detail .block--track li span::after,
.area--disco-detail .block--detail .block--track li span::after {
  content: '.';
}
.area--release .block--detail .block--review,
.area--disco-detail .block--detail .block--review {
  padding: 10px 0 0;
}
.area--release .block--detail .block--review a,
.area--disco-detail .block--detail .block--review a {
  display: block;
}
.area--release .block--detail .block--review a[target="_blank"]:not([class])::after,
.area--disco-detail .block--detail .block--review a[target="_blank"]:not([class])::after {
  display: none;
}
.area--release .block--detail .block--review a img,
.area--disco-detail .block--detail .block--review a img {
  height: 30px;
}
.area--release .block--detail .block--review .comment a,
.area--disco-detail .block--detail .block--review .comment a {
  color: #ef2a4d;
  text-decoration: underline;
}
.area--release .block--detail .block--review .comment a[target="_blank"]:not([class])::after,
.area--disco-detail .block--detail .block--review .comment a[target="_blank"]:not([class])::after {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: 0.1em;
  content: "\f08e";
}
.area--release .block--detail .block--sub,
.area--disco-detail .block--detail .block--sub {
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 0.8em;
}
.area--release .block--detail .disc-tit,
.area--disco-detail .block--detail .disc-tit {
  font-size: 0.8em;
  border-bottom: 0.5px solid #aaa;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.area--release .block--detail .block--track > li:not(:last-of-type),
.area--disco-detail .block--detail .block--track > li:not(:last-of-type) {
  margin-bottom: 20px;
}
.area--release .block--detail .list--track:not(:last-of-type),
.area--disco-detail .block--detail .list--track:not(:last-of-type),
.area--release .block--detail .list_num:not(:last-of-type),
.area--disco-detail .block--detail .list_num:not(:last-of-type) {
  margin: 0 0 10px;
}
.area--release .block--detail .list--track li,
.area--disco-detail .block--detail .list--track li,
.area--release .block--detail .list_num li,
.area--disco-detail .block--detail .list_num li {
  margin-bottom: 3px;
}
.area--release .block--detail .list--track .num,
.area--disco-detail .block--detail .list--track .num,
.area--release .block--detail .list_num .num,
.area--disco-detail .block--detail .list_num .num {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.area--release .block--detail .list--track .tie-up,
.area--disco-detail .block--detail .list--track .tie-up,
.area--release .block--detail .list_num .tie-up,
.area--disco-detail .block--detail .list_num .tie-up {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1.2em;
  margin: 0 0 3px;
}
.area--release .block--detail .list--track a,
.area--disco-detail .block--detail .list--track a,
.area--release .block--detail .list_num a,
.area--disco-detail .block--detail .list_num a {
  color: #ef2a4d;
}
.area--release .block--detail .list_num,
.area--disco-detail .block--detail .list_num {
  margin-bottom: 10px;
}
.area--release .block--detail .list_num li,
.area--disco-detail .block--detail .list_num li {
  font-size: 12px;
  list-style: decimal-leading-zero;
  margin-left: 2em;
}
.area--release .block--detail [class^="tit_"],
.area--disco-detail .block--detail [class^="tit_"] {
  color: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 0.5px solid #222;
  padding-bottom: 5px;
  margin-bottom: 10px;
  padding-top: 30px;
}
.area--release .block--detail [class^="tit_"]:first-of-type,
.area--disco-detail .block--detail [class^="tit_"]:first-of-type {
  padding-top: 0;
}
.area--release .block--detail em,
.area--disco-detail .block--detail em {
  font-style: normal;
  font-weight: bold;
}
.area--release .block--detail .top20,
.area--disco-detail .block--detail .top20 {
  padding-top: 20px;
}
.area--release .block--detail .top10,
.area--disco-detail .block--detail .top10 {
  padding-top: 10px;
}
/*  4.17 photo
------------------------------ */
.page--photo.page--photo-list .section-tit {
  line-height: 1.4;
  font-size: 25px;
  font-size: 6vw;
}
.page--photo.page--photo-detail .section--list {
  padding-bottom: 20px;
}
.page--photo.page--photo-detail .section-tit {
  font-size: 25px;
  font-size: 6vw;
}
.page--photo.page--photo-detail .list--contents li {
  margin-bottom: 20px;
}
.page--photo.page--photo-detail .list--contents li:nth-last-of-type(2) {
  margin-bottom: 0;
}
.page--photo.page--photo-detail .list--contents a {
  padding: 0;
}
.page--photo.page--photo-detail .list--contents a .thumb {
  background: none;
  margin-bottom: 5px;
}
.page--photo.page--photo-detail .list--contents a .thumb img {
  background-size: contain;
}
.page--photo.page--photo-detail .list--contents a .thumb .blur img {
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}
.page--photo .block-text {
  padding: 20px;
  margin-bottom: 20px;
}
.page--photo .block-text a {
  text-decoration: underline;
}
.page--photo .block--pull-down select {
  border: 1px solid #fff;
  color: #f5f5f5;
}
.page--photo .block--pull-down::before {
  color: #f5f5f5;
}
.page--photo .list--contents .thumb img {
  background-size: contain;
}
/* アンドロイド対策 */
.and-browser.page--home .section--top .blur {
  display: none;
}
.and-browser.page--home .section--top .thumb img {
  height: auto;
}
.and-browser .nav--menu *,
.and-browser .list--information li,
.and-browser .page--biography .biography__list,
.and-browser .page--biography .biography__list > dt,
.and-browser .page--bbs .form--confirm dl {
  border-width: 1px !important;
}
.and-browser footer .list--bnr__small li {
  width: 30%;
}
.and-browser .list--contents .thumb img,
.and-browser .list--information .thumb img {
  height: auto;
}
.and-browser .blur {
  opacity: 0.5;
}
.and-browser.page--disco .list--information li a {
  display: block;
}
.and-browser.page--disco .list--information .thumb {
  float: left;
}
.and-browser.page--disco .list--information .block--text {
  width: 65%;
  overflow: hidden;
}
.and-browser.page--entry .section--detail {
  overflow: hidden;
}
.and-browser.page--entry .list--service {
  display: block;
}
.and-browser.page--photo.page--photo-detail a .thumb img {
  background-size: cover;
}
/*  4.17 KOBUKURO CHANNEL LIVE
------------------------------ */
.page--chlive .section-tit {
  padding: 10px 0 0;
  font-size: 25px;
  font-size: 6.5vw;
  font-weight: 700;
  margin-bottom: 30px;
}
.page--chlive .txt--lead {
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 22px;
  margin-bottom: 30px;
}
.page--chlive .txt--lead + .txt--basic {
  text-align: center;
  line-height: 1.7;
}
.page--chlive #playerArea {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.page--chlive .playerArea {
  margin-bottom: 30px;
}
.page--chlive .device {
  margin-top: 20px;
  background: #f0f0f0;
  padding: 20px;
}
.page--chlive .device dt {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.page--chlive .device dd {
  font-size: 13px;
  margin-bottom: 20px;
}
.page--chlive .device dd li:not(:last-of-type) {
  text-indent: -1em;
  padding-left: 1em;
}
.page--chlive .device .txt--basic {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 10px;
}
/*  4.17 歌詞検索
------------------------------ */
.page--lyrics {
  background: #fff;
  color: #222;
}
.page--lyrics .block--search {
  padding: 0 4%;
  margin-bottom: 20px;
}
.page--lyrics .block--search .block--pull-down {
  margin: 0 0 10px;
}
.page--lyrics .block--search .block--pull-down::before {
  color: #fff;
}
.page--lyrics .form--confirm dt {
  opacity: 1;
}
.page--lyrics input[type="text"],
.page--lyrics textarea {
  color: #222;
}
.page--lyrics .block--pull-down select {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.page--lyrics .block--pull-down select option {
  background: #fff;
  color: #222;
}
.page--lyrics .block--pull-down select option:checked {
  background: #3cb7e4;
  color: #fff;
}
.page--lyrics .form--confirm {
  background: none;
}
.page--lyrics #tabs li {
  float: left;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 10px;
  box-sizing: border-box;
}
.page--lyrics .block--category {
  width: 80%;
  margin: 0 auto 15px;
}
.page--lyrics .block--category li {
  width: 50%;
}
.page--lyrics #panes {
  background: #fff;
  color: #222;
}
.page--lyrics #panes .block--pager {
  position: relative;
  bottom: 0;
}
.page--lyrics #panes .list--information li {
  border-color: rgba(0, 0, 0, 0.5);
  padding: 0;
}
.page--lyrics #panes .list--information li:first-of-type {
  border-color: rgba(0, 0, 0, 0.5);
  margin-top: 0;
}
.page--lyrics .block--pager {
  background: #3cb7e4;
}
.page--lyrics .block--category .current {
  border-bottom: 2px solid;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.page--lyrics .comment {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 12px;
}
.page--lyrics .comment i {
  display: inline-block;
  margin-right: 4px;
}
.page--lyrics .tit {
  margin-top: 0;
}
.page--lyrics .section--list {
  padding: 40px 4%;
}
.page--lyrics .section--list .list--information li {
  padding: 15px 0;
}
.page--lyrics .section--list .list--information .tit {
  font-size: 15px;
  margin-bottom: 0;
}
.page--lyrics .section--list .list--information .date,
.page--lyrics .section--list .list--information .name {
  font-size: 12px;
  margin-bottom: 8px;
}
.page--lyrics .section--detail .block--lyrics {
  padding: 20px 0;
}
.page--lyrics .section--detail .txt {
  margin-bottom: 0;
}
.page--lyrics .section--detail .section-tit {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serifte;
  text-align: left;
  padding: 0;
  text-transform: inherit;
}
.page--lyrics .section--detail .list--disc {
  padding-top: 20px;
}
.page--lyrics .section--detail .list--disc .thumb {
  overflow: hidden;
  width: 70%;
  margin: 0 auto 20px;
}
.page--lyrics .section--detail .list--disc .thumb img:first-of-type {
  background-size: contain;
  position: relative;
  z-index: 10;
}
.page--lyrics .section--detail .list--disc .tit {
  font-size: 22px;
  margin-bottom: 0;
}
.page--lyrics .section--detail .list--disc .date {
  margin-bottom: 0;
}
.page--lyrics .section--detail .list--disc a {
  color: #222;
}
.page--lyrics .section--detail .form--post dt:first-of-type {
  margin-top: 0;
}
.page--lyrics .block--lyrics-tit {
  margin: 0 0 30px;
}
.page--lyrics .block--lyrics-tit .tit {
  font-size: 24px;
  margin: 0 0 10px;
}
.page--lyrics .block--lyrics-tit .credit {
  font-size: 12px;
}
/*  4.13 page mail
------------------------------ */
.page--mail .section--list {
  padding: 40px 4%;
}
.page--mail .txt--basic {
  margin-bottom: 10px;
}
.page--mail .txt--basic + .txt--sub {
  font-size: 12px;
  margin-bottom: 40px;
}
/*  5 app
------------------------------ */
body.app header,
body.app footer,
body.app #app-bnr {
  display: none !important;
}
body.app .wrap {
  padding-top: 0;
}
#app-bnr {
  transition: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: transform 0.8s ease;
}
#app-bnr * {
  transition: none;
}
#app-bnr a {
  border-bottom: 1px solid #EAEAEA;
  display: block;
  background: #222;
  color: inherit;
  padding: 10px 7% 10px 40px;
  position: relative;
  font-size: 12px;
  line-height: 1.5em;
  color: #000;
  display: flex;
  display: webkit-flex;
  align-items: center;
  letter-spacing: 0;
  transition: none;
}
#app-bnr a::before {
  content: "\f105";
  color: #bbb;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 3%;
}
#app-bnr a .txt {
  overflow: hidden;
  -webkit-flex: 1;
  flex: 1;
  line-height: 1.5em;
  color: #fff;
  font-size: 10px;
  font-feature-settings: 'palt';
}
#app-bnr a .txt span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 4px;
  color: #fff;
  margin-bottom: 3px;
}
#app-bnr a .close {
  width: 40px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
#app-bnr a .close:before,
#app-bnr a .close:after {
  content: '';
  width: 2px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 45%;
  left: 20px;
}
#app-bnr a .close::before {
  transform: rotate(-45deg);
}
#app-bnr a .close::after {
  transform: rotate(45deg);
}
#app-bnr a .icon {
  width: 22%;
  float: left;
  line-height: 0;
  margin: 0 3.5% 0 0;
}
#app-bnr a .icon img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  border: 1px solid #cecece;
}
.page--home.app-bnr .wrap {
  height: auto;
  padding-top: 0;
}
.page--home.app-bnr header {
  position: initial;
}
.page--home.app-bnr.drawer-visible header {
  position: fixed;
  transform: none;
}
.page--home.app-bnr.drawer-visible #app-bnr {
  display: none !important;
}
.page--home.app-bnr.drawer-visible .drawer__btn {
  transform: translateY(0) !important;
  position: fixed !important;
}
.page--home.app-bnr.bnr-removed .wrap {
  padding-top: 54px !important;
}
.page--home.app-bnr.bnr-removed .drawer__btn {
  transform: translateY(0) !important;
}
.page--home.app-bnr.bnr-removed header {
  position: absolute;
}
.page--home.app-bnr.bnr-removed #app-bnr {
  transform: translateY(-110px);
}
/*  5.1 app notice
------------------------------ */
.page--notice header,
.page--notice footer {
  display: none;
}
.page--notice .wrap {
  background: #fff;
  color: #000;
}
.page--notice .list--info li {
  border-bottom: 0.5px solid #ccc;
}
.page--notice .list--info li a {
  display: block;
  color: #000;
  padding: 18px 4%;
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px;
}
.page--notice .list--info li .date {
  margin: 0 0 5px;
  font-size: 14px;
}
/*  5.2 app walkthrough
------------------------------ */
.page--walkthrough .slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px !important;
  padding: 0 !important;
}
.page--walkthrough .slick-slider .slick-dots li button:before {
  display: none;
}
.page--walkthrough .slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 10px;
  opacity: 0.25;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-indent: -100%;
  overflow: hidden;
}
.page--walkthrough .slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.page--walkthrough .walkthrough {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
  color: #000;
  background: #fff;
}
.page--walkthrough .walkthrough .step {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page--walkthrough .walkthrough .step a {
  color: #fff;
}
.page--walkthrough .walkthrough .step .tit {
  margin: 0 0 15px;
  font-size: 6vw;
  line-height: 1.25em;
  letter-spacing: 0;
  font-weight: bold;
}
.page--walkthrough .walkthrough .step .txt {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0;
}
.page--walkthrough .walkthrough .step .txt--sub {
  font-size: 10px;
  letter-spacing: 0;
}
.page--walkthrough .walkthrough .step .ph_device {
  margin: 0 auto;
}
.page--walkthrough .walkthrough .step .slick-slide {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page--walkthrough .walkthrough .step .slick-slide.slick-current {
  opacity: 1;
}
.page--walkthrough .walkthrough .step .slick-active button {
  background: #93cff5;
}
.page--walkthrough .walkthrough .skip,
.page--walkthrough .walkthrough .start {
  position: absolute;
  bottom: 5%;
  left: 15%;
  width: 70%;
  text-align: center;
}
.page--walkthrough .walkthrough .start {
  display: none;
}
.page--walkthrough .walkthrough .slick-dots {
  bottom: 15%;
  height: 10px;
  line-height: 1;
}
.page--walkthrough .walkthrough li {
  height: 100vh;
  padding-top: 10vh;
}
.page--walkthrough .walkthrough .skip {
  bottom: 0;
  left: 0;
  width: 100%;
  background: #93cff5;
  margin: 0;
  padding: 3vh 0 3.5vh;
  color: #fff;
}
.page--walkthrough .walkthrough .skip span {
  font-size: 18px;
  font-weight: bold;
}
.page--walkthrough .walkthrough .start {
  bottom: 0;
  left: 0;
  width: 100%;
  background: #93cff5;
  margin: 0;
  padding: 3vh 0 3.5vh;
  color: #fff;
}
.page--walkthrough .walkthrough .start a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.page--walkthrough .walkthrough .step01 .ph_device,
.page--walkthrough .walkthrough .step03 .ph_device,
.page--walkthrough .walkthrough .step04 .ph_device {
  margin: 0 auto;
  width: 80%;
}
.page--walkthrough .walkthrough .step01 .block--figure,
.page--walkthrough .walkthrough .step03 .block--figure,
.page--walkthrough .walkthrough .step04 .block--figure {
  position: relative;
  bottom: -5vh;
  transform: translate3d(0, 60px, 0);
  opacity: 0;
  transition: 0.3s ease 1s;
}
.page--walkthrough .walkthrough .step01.slick-active .block--figure,
.page--walkthrough .walkthrough .step03.slick-active .block--figure,
.page--walkthrough .walkthrough .step04.slick-active .block--figure {
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 0.3s;
  opacity: 1;
}
.page--walkthrough .ph_background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #270f87;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-height: 480px) {
  .page--walkthrough .walkthrough .step .tit {
    font-size: 15px;
  }
  .page--walkthrough .walkthrough .step .txt {
    font-size: 12px;
  }
  .page--walkthrough .walkthrough .step .ph_device {
    width: 25%;
  }
}
/*
	tablet
-----------------------------*/
@media screen and (min-width: 500px) {
  body {
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.03em;
  }
  .category::before {
    height: 13px;
  }
  .section--list {
    padding: 60px 0 100px;
  }
  .section--list .list--contents {
    padding: 0 7%;
  }
  /* list │ tablet */
  .list--information a {
    padding: 22px 7%;
    transition: none;
  }
  .list--information .tit {
    font-size: 18px;
  }
  .list--information .date,
  .list--information .category {
    font-size: 16px;
  }
  .list--information .category {
    margin: 0 0.7em 8px 0;
  }
  .list--information .category::before {
    top: 2px;
  }
  .list--information.schedule .text {
    width: 80%;
    padding-left: 3%;
  }
  .list--information.schedule .date {
    width: 17%;
  }
  .list--information.schedule .date .md {
    font-size: 5.5vw;
  }
  .list--contents > li {
    margin-bottom: 30px;
  }
  .list--contents > li .date {
    letter-spacing: 0.04em;
    font-size: 15px;
  }
  .list--contents .thumb {
    margin-bottom: 15px;
  }
  .section--detail {
    padding: 60px 7% 100px;
  }
  .section--detail .block--share li a {
    font-size: 25px;
  }
  .section--detail .block--share li a svg {
    width: 25px;
  }
  .section--detail .tit {
    font-size: 32px;
    line-height: 1.5;
    margin: 0 0 1em;
  }
  .detail__btn {
    padding-top: 30px;
  }
  .detail__btn a {
    font-size: 18px;
  }
  .video {
    margin-bottom: 30px;
  }
  .list--contents .tit {
    font-size: 18px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
  .list__more a {
    font-size: 20px;
    letter-spacing: 0.04em;
    padding: 22px 6% 20px 4%;
  }
  .g-nav__class {
    display: none !important;
  }
  /* header│tablet */
  .site-nav li a {
    font-size: 2.1vw;
    padding: 0 20px;
  }
  .site-nav li span {
    display: inline-block;
  }
  .site-nav .site-nav__team span,
  .site-nav .site-nav__class span {
    padding-left: 5px;
  }
  .drawer .g-nav .g-nav--tit {
    letter-spacing: 0.04em;
    font-size: 22px;
    padding: 16px 4% 16px 3%;
    margin-right: 30%;
  }
  .drawer .g-nav .g-nav--tit::after {
    width: 22px;
    top: 29px;
    right: 30px;
  }
  .drawer .g-nav .g-nav--tit::before {
    height: 22px;
    top: 19px;
    right: 40px;
  }
  .drawer li a {
    font-size: 18px;
    padding: 12px 0;
  }
  .drawer .nav--menu li.nav__item--radio a,
  .drawer .nav--menu li.nav__item--movie a,
  .drawer .nav--menu li.nav__item--chlive a,
  .drawer .nav--menu li.nav__item--game a {
    font-size: 17px;
    line-height: 1.8;
    padding: 13px 0;
  }
  .drawer__btn {
    width: 50px;
    height: 50px;
    top: 3px;
    -webkit-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s;
  }
  .drawer__btn span {
    width: 28px;
    left: 11px;
  }
  .drawer__btn span:nth-of-type(1) {
    top: 16px;
  }
  .drawer__btn span:nth-of-type(2) {
    top: 25px;
  }
  .drawer__btn span:nth-of-type(3) {
    top: 34px;
  }
  .headerFixed .drawer__btn {
    top: 16px;
    transform: scale(1.2);
  }
  .drawer-visible .drawer {
    left: 30%;
  }
  .drawer-visible .drawer .drawer__cover {
    left: -30%;
  }
  .drawer .nav--menu li:nth-child(odd) {
    width: 36%;
  }
  /* parts│tablet */
  .section-tit {
    font-weight: 700;
    font-size: 7vw;
    margin-bottom: 50px;
  }
  .btn--main {
    min-width: 40%;
    font-size: 18px;
  }
  .block--pull-down {
    margin: 0 7% 40px;
  }
  .block--pager {
    padding: 0 7%;
  }
  .block--pager li {
    font-size: 16px;
  }
  .list__more a::after {
    margin-top: -5px;
  }
  /* page--home│tablet */
  .page--home {
    /* section--top */
    /* section--login */
    /* section--pickup */
    /* section--bnr */
    /* section--movie */
    /* section--kobukulog */
    /* section--latest */
  }
  .page--home h1 img {
    width: 50%;
  }
  .page--home section {
    margin-bottom: 120px;
  }
  .page--home .section--top.official h1 {
    margin: 65px auto;
  }
  .page--home .section--youtube {
    margin-bottom: 100px;
  }
  .page--home .section--sns {
    margin-bottom: 100px;
  }
  .page--home .section--sns li {
    width: 10%;
    margin: 0;
  }
  .page--home .section--sns li a {
    font-size: 40px;
  }
  .page--home .section--sns li a svg {
    width: 37px;
    height: 37px;
  }
  .page--home .section--youtube .list--contents.youtube li,
  .page--home .section--movie .list--contents.youtube li {
    margin: 0 20px 0 0;
  }
  .page--home .section--introduction [class^="block--"] {
    padding: 100px 7%;
  }
  .page--home .section--introduction [class^="block--"] .thumb {
    width: 30%;
  }
  .page--home .section--introduction [class^="block--"] .block-tit img {
    width: 60%;
  }
  .page--home .section--introduction [class^="block--"] .video-tit {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .page--home footer {
    padding: 60px 7% 20px;
  }
  .page--home footer .nav--support {
    text-align: center;
    margin-bottom: 40px;
  }
  .page--home footer .nav--support li {
    float: none;
    width: auto;
    font-size: 16px;
    display: inline-block;
  }
  .page--home footer .list--bnr__footer {
    width: 60%;
    margin: 0 auto;
  }
  .page--home .section--top {
    margin-bottom: 60px;
  }
  .page--home .section--top a .thumb--caption {
    padding: 0 10px 5px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
  }
  .page--home .section--top a .thumb--caption span {
    line-height: 38px;
    padding: 3px 5px;
    font-size: 16px;
  }
  .page--home .section--login {
    margin: 30px auto 50px;
  }
  .page--home .section--login .login {
    font-size: 14px;
  }
  .page--home .section--login.loggedIn {
    margin: -30px auto 30px;
  }
  .page--home .section--login.loggedIn .welcome {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
  }
  .page--home .section--login.loggedIn .name {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .page--home .section--login.loggedIn dl {
    line-height: 40px;
  }
  .page--home .section--login.loggedIn dl dt {
    font-size: 14px;
  }
  .page--home .section--login.loggedIn dl dd {
    font-size: 16px;
  }
  .page--home .section--pickup {
    padding: 0 7%;
    margin-bottom: 70px;
  }
  .page--home .section--pickup .list--pickup li a {
    font-size: 18px;
    padding: 30px 5%;
  }
  .page--home .section--bnr {
    margin-bottom: 80px;
  }
  .page--home .section--movie {
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  .page--home .section--movie .thumb {
    margin-bottom: 20px;
  }
  .page--home .section--kobukulog {
    padding: 0 7% 80px;
  }
  .page--home .section--kobukulog .category {
    font-size: 3.6vw;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
  .page--home .section--kobukulog .lead {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .page--home .section--latest {
    padding: 60px 7% 0;
  }
  .page--home .section--latest .category {
    font-size: 3.6vw;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
  /* footer│tablet */
  footer .list--bnr__small {
    display: block;
  }
  footer .list--bnr__small li {
    width: 20%;
  }
  /* page--schedule│tablet */
  .page--schedule {
    /* tv */
    /* radio */
    /* magazine */
    /* web */
    /* other */
    /* live */
  }
  .page--schedule .section--list {
    padding: 40px 7%;
  }
  .page--schedule .schedule.categoryList {
    margin-top: -20px;
  }
  .page--schedule .block--narrowing {
    text-align: center;
    margin: 0 0 40px;
  }
  .page--schedule .block--narrowing:before,
  .page--schedule .block--narrowing:after {
    width: 18px;
    height: 2px;
  }
  .page--schedule .block--narrowing li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  .page--schedule .block--narrowing li:nth-child(3n) {
    margin-right: 0;
  }
  .page--schedule .block--narrowing li:nth-child(4n) {
    margin-right: 0;
  }
  .page--schedule .block--narrowing li label .category {
    min-width: 70px;
    font-size: 13px;
    letter-spacing: 0;
    padding: 12px 6px;
  }
  .page--schedule .calendarHeader,
  .page--schedule .calendar .weekHeader,
  .page--schedule .calendarBody {
    display: flex;
    display: webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--schedule .calendar .weekHeader {
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    letter-spacing: 0.04em;
  }
  .page--schedule .calendar .weekHeader div {
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #222;
  }
  .page--schedule .calendar .weekHeader div:first-child {
    width: 14.2%;
  }
  .page--schedule .calendar .weekHeader div:nth-child(2) {
    width: 14.21%;
  }
  .page--schedule .calendar .weekHeader div:nth-child(3) {
    width: 14.4%;
  }
  .page--schedule .calendar .weekHeader div:nth-child(4) {
    width: 14.21%;
  }
  .page--schedule .calendar .weekHeader div:nth-child(5) {
    width: 14.3%;
  }
  .page--schedule .calendar .weekHeader div:nth-child(6) {
    width: 14.4%;
  }
  .page--schedule .calendar .weekHeader div:nth-child(7) {
    width: 14.2%;
  }
  .page--schedule .calendar .weekHeader div,
  .page--schedule .calendar .calendarBody div > div {
    width: calc(100%/7);
    text-align: center;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
  }
  .page--schedule .calendar .calendarBody > div {
    width: 100%;
    display: flex;
    display: webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .page--schedule .calendar .calendarBody .cell {
    min-height: 100px;
    text-align: left;
    padding: 0 5px 5px;
  }
  .page--schedule .calendar .calendarBody .cell > div {
    width: 100%;
    border: none;
  }
  .page--schedule .calendar .calendarBody .cell > div:not(:last-child) {
    margin-bottom: 5px;
  }
  .page--schedule .calendar .calendarBody .cell > div a {
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 8px;
    line-height: 140%;
    word-break: break-all;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .page--schedule .calendar .calendarBody .cell > div span::before {
    display: none;
  }
  .page--schedule .week > div:nth-child(1) {
    border-left: 1px solid #222;
  }
  .page--schedule .weekHeader div:nth-child(6),
  .page--schedule .week > div:nth-child(6) .date {
    color: #64a4f3;
  }
  .page--schedule .weekHeader div:nth-child(7),
  .page--schedule .week > div:nth-child(7) .date {
    color: #f95d5d;
  }
  .page--schedule .calendarBody .cell > div a:hover {
    opacity: 0.6;
  }
  .page--schedule .cell a {
    color: #222;
  }
  .page--schedule .cell a span {
    display: inline-block;
    font-size: 8px;
    padding: 3px 4px 2px;
    line-height: 1;
    margin-bottom: 4px;
  }
  .page--schedule .cell a .category {
    color: #fff;
    margin-bottom: 0;
  }
  .page--schedule .cell a .tit {
    font-size: 12px;
    line-height: 140%;
    word-break: break-all;
  }
  .page--schedule .list--information.schedule a {
    padding: 22px 0;
  }
  .page--schedule .list--information.schedule .date {
    flex-wrap: wrap;
  }
  .page--schedule .list--information.schedule .date .end {
    padding-top: 19px;
  }
  .page--schedule .list--information.schedule .date .end::before {
    top: 5px;
    margin-left: 0;
  }
  .page--schedule .list--information.schedule .date .end .week {
    right: -27%;
    top: 0;
  }
  .page--schedule .btn {
    display: block !important;
    position: absolute;
    right: 7%;
    margin-top: 0;
    top: 150px;
    z-index: 100;
  }
  .page--schedule .btn .change {
    display: block;
    width: 44px;
    height: 44px;
    font-weight: 500;
    font-size: 23px;
    line-height: 45px;
    text-decoration: none;
    text-align: center;
    background: #222;
    color: #fff;
    border-radius: 33px;
  }
  .page--schedule .btn .change:hover {
    opacity: 0.5;
  }
  .page--schedule .list--information + .block--month .month-pager {
    top: inherit;
  }
  .page--schedule .block--month {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 50px 0 0;
  }
  .page--schedule .block--month .tit {
    margin: -0.25em 0 40px;
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    position: relative;
  }
  .page--schedule .block--month .tit i {
    font-size: 21px;
    vertical-align: 1px;
  }
  .page--schedule .block--month .tit span {
    display: block;
    width: 6em;
    margin: 0 auto;
    padding: 5px 0 2px;
    font-size: 15px;
    margin-top: -5px;
    position: relative;
  }
  .page--schedule .block--month .calendarHeader {
    margin-bottom: 50px;
  }
  .page--schedule .block--month .calendarHeader li {
    width: calc((100% / 3) - 0.1%);
  }
  .page--schedule .block--month .calendarHeader li a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    top: 9px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 0;
  }
  .page--schedule .block--month .calendarHeader li div {
    opacity: 0.3;
  }
  .page--schedule .block--month .calendarHeader li:nth-child(1) a {
    right: 0;
    left: inherit;
  }
  .page--schedule .block--month .calendarHeader:nth-child(1) {
    text-align: left;
  }
  .page--schedule .block--month .calendarHeader:nth-child(2) {
    text-align: center;
  }
  .page--schedule .block--month .calendarHeader:nth-child(2) .year {
    display: inlnie-block;
    padding-right: 5px;
  }
  .page--schedule .block--month .calendarHeader:nth-child(2) .month {
    font-size: 46px;
    font-weight: 300;
  }
  .page--schedule .block--month .calendarHeader:nth-child(2) .month_en {
    display: inlnie-block;
    padding-left: 5px;
  }
  .page--schedule .block--month .calendarHeader:nth-child(3) {
    text-align: right;
  }
  .page--schedule .block--month .calendarHeader .form--horizontal li {
    display: inline-block;
    margin: 0 2px;
  }
  .page--schedule .block--month .calendarHeader:nth-child(1) a:hover {
    right: 10px;
  }
  .page--schedule .block--month .calendarHeader:nth-child(1) a:hover svg {
    right: 5px;
  }
  .page--schedule .block--month .calendarHeader:nth-child(3) a:hover {
    left: 10px;
  }
  .page--schedule .block--month .calendarHeader:nth-child(3) a:hover svg {
    left: 5px;
  }
  .page--schedule .block--month .month-pager {
    width: 140px;
    text-align: center;
    position: relative;
    top: -77px;
    left: 50%;
    margin-left: -69px;
  }
  .page--schedule .block--month .month-pager li {
    display: inline-block;
    margin: 0 2px;
    position: absolute;
  }
  .page--schedule .block--month .month-pager li:first-child {
    left: 0;
  }
  .page--schedule .block--month .month-pager li:last-child {
    right: 0;
  }
  .page--schedule .block--month .month-pager li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: inherit;
    position: relative;
  }
  .page--schedule .block--month .month-pager li:first-child a:before,
  .page--schedule .block--month .month-pager li:last-child a:after {
    content: '';
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #222;
    border-top: none;
    border-right: none;
    margin: -0.25em 0 0;
    position: absolute;
    right: 0.25em;
    top: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 1em;
    height: 1em;
    border-width: 2px;
    margin: -0.35em 0 0;
    right: -0.8em;
  }
  .page--schedule .block--month .month-pager li:first-child a:before {
    transform: rotate(45deg);
    left: -0.8em;
    right: inherit;
  }
  .page--schedule .block--month .list--information + .block--month {
    margin-top: 30px;
  }
  .page--schedule .block--narrowing .category--12 .category,
  .page--schedule .category--12 .category {
    background: #f35e5e;
    border-color: #f35e5e;
  }
  .page--schedule.schedule--list .list--information .category--12 .category {
    background: none;
    color: #f35e5e;
  }
  .page--schedule .block--narrowing .category--13 .category,
  .page--schedule .category--13 .category {
    background: #66c769;
    border-color: #66c769;
  }
  .page--schedule.schedule--list .list--information .category--13 .category {
    background: none;
    color: #66c769;
  }
  .page--schedule .block--narrowing .category--14 .category,
  .page--schedule .category--14 .category {
    background: #f9627e;
    border-color: #f9627e;
  }
  .page--schedule.schedule--list .list--information .category--14 .category {
    background: none;
    color: #f9627e;
  }
  .page--schedule .block--narrowing .category--15 .category,
  .page--schedule .category--15 .category {
    background: #8853dc;
    border-color: #8853dc;
  }
  .page--schedule.schedule--list .list--information .category--15 .category {
    background: none;
    color: #8853dc;
  }
  .page--schedule .block--narrowing .category--16 .category,
  .page--schedule .category--16 .category {
    background: #614323;
    border-color: #614323;
  }
  .page--schedule.schedule--list .list--information .category--16 .category {
    background: none;
    color: #614323;
  }
  .page--schedule .block--narrowing .category--17 .category,
  .page--schedule .category--17 .category {
    background: #72a0f3;
    border-color: #72a0f3;
  }
  .page--schedule.schedule--list .list--information .category--17 .category {
    background: none;
    color: #72a0f3;
  }
  .page--schedule .no-data {
    padding: 50px 0 200px;
  }
  .page--disco .list--information .thumb {
    width: 20%;
    margin-right: 4%;
  }
  .page--disco .list--information .block--text {
    width: 80%;
  }
  .page--biography .artist-ph {
    padding: 0 7%;
    margin-bottom: 30px;
  }
  .page--biography .block--category li {
    font-size: 22px;
  }
  .page--biography .text {
    padding: 0 7%;
  }
  .page--biography .text .band-name {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .page--biography .list--member {
    margin-bottom: 50px;
  }
  .page--biography .list--member li dl dt {
    font-size: 22px;
    font-weight: normal;
  }
  .page--biography .list--member li dl dd {
    font-size: 14px;
  }
  .page--biography .biography__list > dt {
    font-size: 22px;
    padding: 24px 5% 24px;
  }
  .page--biography .biography__list > dt.ac-open {
    font-size: 32px;
  }
  .page--biography .biography__list > dt::before,
  .page--biography .biography__list > dt::after {
    right: 5%;
    top: 31px;
    width: 18px;
  }
  .page--biography .biography__list > dd {
    padding: 0 5% 10px;
    margin: 0;
  }
  .page--biography .biography__list dl dt {
    font-size: 16px;
  }
  .page--biography .biography__list dl dt.term + dd {
    min-height: 60px;
  }
  .page--biography .biography__list dl dd {
    margin-bottom: 20px;
  }
  /* tablet│page--wallpaper */
  .page--wallpaper .list--contents .thumb {
    background: #000;
  }
  .page--wallpaper .list--wp {
    padding-top: 20px;
  }
  .page--wallpaper .list--wp li a {
    display: block;
    text-align: center;
    background: #fff;
    color: #086bc3;
    border-radius: 20px;
    padding: 10px 0;
    font-size: 16px;
  }
  .page--wallpaper .list--wp li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  /* tablet│page--movie */
  .page--movie .block--contents-comment [id^='contents_comment'] .list--comment {
    -webkit-overflow-scrolling: touch;
  }
  /* tablet│page--movie */
  .page--introduction .section--main {
    margin: 0 5% 80px;
  }
  .page--introduction .capture {
    width: 50%;
    margin: -20px auto 30px;
  }
  .page--introduction .block--lead .site-tit {
    top: 30px;
    left: -3%;
  }
  .page--introduction .section--contents .inner {
    padding: 40px 5% 0;
  }
  .page--introduction .section--contents .list--contents li {
    width: 48%;
    margin: 0 0 0 0;
  }
  .page--introduction .section--contents .list--contents li .txt {
    font-size: 13px;
    line-height: 1.7;
  }
  .page--introduction .section--contents .list--contents li:nth-of-type(5),
  .page--introduction .section--contents .list--contents li:nth-of-type(8),
  .page--introduction .section--contents .list--contents li:nth-of-type(11) {
    margin-right: 0;
  }
}
.page--movie.category-10002 .wrap,
.page--movie.category-10003 .wrap {
  background: #fff;
  color: #000;
}
.page--movie.category-10002 .wrap .block--pull-down,
.page--movie.category-10003 .wrap .block--pull-down {
  display: none;
}
.page--movie.category-10002 .wrap .block--lead,
.page--movie.category-10003 .wrap .block--lead {
  display: none;
}
.page--movie.category-10002 .wrap .list--contents .date,
.page--movie.category-10003 .wrap .list--contents .date {
  display: none;
}
.page--movie.category-10002 .wrap .list--contents .category,
.page--movie.category-10003 .wrap .list--contents .category {
  display: none;
}
.page--movie.category-10002 .wrap .block--pager .block--pager--number,
.page--movie.category-10003 .wrap .block--pager .block--pager--number {
  color: #000 !important;
}
.page--movie.category-10002 .wrap footer,
.page--movie.category-10003 .wrap footer {
  background: #fff;
  color: #000;
}
.page--movie.category-10002 .wrap footer .jasrac,
.page--movie.category-10003 .wrap footer .jasrac,
.page--movie.category-10002 .wrap footer .copyright,
.page--movie.category-10003 .wrap footer .copyright {
  color: #aaa;
}
.page--movie.category-10002 .section--detail .ph .ulizahtml5.uliza-device-mobile,
.page--movie.category-10003 .section--detail .ph .ulizahtml5.uliza-device-mobile {
  width: 100% !important;
}
.page--movie.category-10002 .block--pager *,
.page--movie.category-10003 .block--pager *,
.page--movie.category-10002 .block--pager :before,
.page--movie.category-10003 .block--pager :before,
.page--movie.category-10002 .block--pager :after,
.page--movie.category-10003 .block--pager :after {
  color: #000 !important;
  border-color: #000 !important;
}
/*  birthday message fc
------------------------------ */
.page--birthday-message .wrap .section--detail {
  width: 90%;
  margin: 3.5em auto;
  padding: 30px 3%;
}
.page--birthday-message .wrap .section--detail .section-tit {
  font-size: clamp(10px, 9.5vw, 65px);
  font-weight: 600;
  color: #387af9;
  text-transform: none;
  margin: 10px 0 40px;
  padding: 0;
}
.page--birthday-message .wrap .section--detail .txt {
  text-align: center;
  margin-bottom: 15px;
  color: #d6c43b;
  font-size: 16px;
  line-height: 1.5;
}
/*  birthday message fs
------------------------------ */
.page--birthday-message .wrap .section--detail .tit {
  font-size: clamp(10px, 9.5vw, 65px);
  font-weight: 600;
  /*color: #ffffff;*/
  text-transform: none;
  text-align: center;
  margin: 10px 0 40px;
}
.page--birthday-message .wrap .section--detail .txt.fs {
  text-align: center;
  margin-bottom: 15px;
  color: #ffef18;
  font-size: 16px;
  line-height: 1.5;
}
.page--birthday-message .detail__btn {
  display: none;
}
