/* base
============================== */
.pc {
  display: none!important;
}
.svg-txt {
  display: none;
}
.sf-toolbar {
  display: none!important;
}
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}
img {
  max-width: 100%;
}
a {
  color: #e83535;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
::selection {
  background: #222;
  color: #fff;
}
::-moz-selection {
  background: #222;
  color: #fff;
}
/* component
============================== */
/* utility
------------------------------ */
@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(1);
  }
  15% {
    transform: translateY(0%) scaleY(0.85);
  }
  55% {
    transform: translateY(-100%) scaleY(1.1);
  }
  67.5% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  75% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  87.5% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(1);
  }
  15% {
    -webkit-transform: translateY(0%) scaleY(0.85);
  }
  55% {
    -webkit-transform: translateY(-100%) scaleY(1.1);
  }
  67.5% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  75% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  87.5% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  51% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
  }
}
/* btn-style
------------------------------ */
.btn {
  text-align: center;
  margin: 1em 0;
}
.btn--main {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  -webkit-appearance: none;
  display: inline-block;
  width: 90%;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  padding: 12px 2em;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  border: none;
  font-weight: bold;
  background: #e83535;
  color: #fff;
}
.btn--sub {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  -webkit-appearance: none;
  display: inline-block;
  width: 90%;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  padding: 12px 2em;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  border: none;
  font-weight: bold;
  background: transparent;
  color: #e83535;
  border: 1px solid;
}
.area--member .btn--main {
  background: #fff;
  color: #e83535;
  line-height: 0;
  padding: 15px;
}
.area--member .btn--weakly {
  color: #fff;
}
/* form
------------------------------ */
/* 全体 */
[class^="form--"] dt {
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
  text-align: left;
  color: #666;
}
[class^="form--"] dd {
  margin: 0 0 25px;
}
[class^="form--"] .btn {
  margin: 20px 0;
}
.form--post .icon--required {
  display: inline-block;
  position: relative;
}
.form--post .icon--required::before {
  content: '必須';
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-left: 10px;
  padding: 0 6px;
  background: #e83535;
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
  top: -1px;
}
.form--confirm dl {
  margin: 0 0 30px;
}
.form--confirm dl .ph {
  margin: 0;
}
/* form要素共通 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
:placeholder-shown,
::-webkit-input-placeholder {
  color: #aaa;
}
.form--post [class^="form__radio"] label,
.form--post [class^="form__checkbox"] label {
  display: block;
  line-height: 2em;
  padding: 4px 0;
}
.form--post input[type="text"],
.form--post input[type="tel"],
.form--post input[type="email"],
.form--post input[type="password"],
.form--post input[type="number"],
.form--post textarea,
.form--post select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 1.8;
  padding: 8px 12px;
  border-radius: 3px;
  border: none;
  background: #f6f6f6;
}
/* selectbox */
.form--post [class^="form__selectbox"] {
  display: inline-block;
  position: relative;
}
.form--post [class^="form__selectbox"]:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-top: 2px solid;
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 12px;
  margin-top: -6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.form--post select {
  width: auto;
  padding-right: 35px;
}
.form--post select::-ms-expand {
  display: none;
}
/* selectbox（年月日）*/
.form--post .select-year > li {
  display: inline-block;
  margin-right: 8px;
}
.form--post .select-year .form__selectbox {
  margin-right: 8px;
}
/* radio */
.form--post [class^="form__radio"] input[type="radio"] {
  -webkit-appearance: button;
  appearance: button;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  border: 1px solid #ddd;
  border-radius: 100%;
  vertical-align: -4px;
  position: relative;
  pointer-events: none;
  background: none;
}
.form--post [class^="form__radio"] input[type="radio"]:checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #e83535;
  border-radius: 6px;
  position: absolute;
  top: 4px;
  left: 4px;
}
/* radio（性別） */
.form--post .form__radio--sex label {
  display: inline-block;
  margin-right: 20px;
}
/* checkbox */
.form--post input[type="checkbox"] {
  appearance: button;
  -webkit-appearance: button;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  position: relative;
  vertical-align: -4px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: none;
}
.form--post input[type="checkbox"]:checked:after {
  content: "";
  width: 8px;
  height: 14px;
  border-right: 2px solid #e83535;
  border-bottom: 2px solid #e83535;
  position: absolute;
  top: 0px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* tel */
.form--post input[type="tel"] {
  width: auto;
}
/* number（年齢） */
.form--post input[type="number"].form__number--age {
  width: 60px;
  margin-right: 8px;
}
/* text（郵便番号） */
.form--post input[type="text"].form__text--postal-code {
  width: auto;
  margin-left: 8px;
}
/* text（会員番号） */
.form--post input[type="text"].form__text--member-numb {
  width: auto;
}
/* textarea */
.form--post textarea {
  display: block;
}
/* info-base
------------------------------ */
.date {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
.category {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #e83535;
}
.category--all .category,
.category--4 .category {
  background: #222;
}
.category--21 .category {
  background: #ff9e00;
}
.category--22 .category {
  background: #ff7800;
}
.category--23 .category {
  background: #ec5d4b;
}
.category--8 .category,
.category--26 .category {
  background: #f15eb3;
}
.category--9 .category,
.category--27 .category {
  background: #9157dc;
}
.category--10 .category,
.category--28 .category {
  background: #2b75da;
}
.category--11 .category,
.category--29 .category {
  background: #00bfff;
}
.category--24 .category,
.category--31 .category {
  background: #17b399;
}
.category--12 .category,
.category--30 .category {
  background: #72c717;
}
.tit .new {
  position: relative;
  overflow: visible;
  width: 34px;
  height: 15px;
  display: inline-block;
}
.tit .new::after {
  content: '';
  background: url(/static/shishamo/fanclub/common/icon_new.png) no-repeat center;
  background-size: 100% auto;
  width: 26px;
  height: 20px;
  margin: 0 0 0 6px;
  display: inline-block;
  position: relative;
  top: -2px;
  position: absolute;
  animation: swing 1s infinite ;
  -webkit-animation: swing 1s infinite ;
}
.date--event {
  font-size: 15px;
  margin: 0 0 2px;
  line-height: 1.5;
  letter-spacing: 0.015em;
}
.event-date--end::before {
  content: 'ー';
  margin: 0 3px 0 -2px;
  -webkit-transform: scaleX(0.4);
  transform: scaleX(0.4);
  display: inline-block;
}
.week {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-left: 4px;
  background: #222;
  border-radius: 100px;
  font-family: YakuHanJP, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
/* list
------------------------------ */
.list--thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list--thumb li > a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  position: relative;
  text-decoration: none;
}
.list--thumb .thumb {
  line-height: 0;
  background: #ffe5e5;
  position: relative;
}
.list--thumb .thumb::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/static/shishamo/fanclub/common/logo_wht.png) no-repeat center;
  background-size: 65%;
  display: block;
  position: absolute;
  opacity: 0.5;
}
.list--thumb .thumb img {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  position: relative;
}
.list--thumb .list__txt {
  overflow: hidden;
}
.list--thumb .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.list--thumb .date:not(.date--event) {
  letter-spacing: 0.1em;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.list--thumb::after {
  content: "";
  display: block;
  width: 30%;
}
.list--thumb li > a {
  background: #fff;
  color: #222;
  border-radius: 5px;
  overflow: hidden;
}
.list--thumb .thumb::before {
  background-size: 35%;
}
.list--thumb .list__txt {
  padding: 15px;
}
.list--thumb .tit {
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.list--thumb .date:not(.date--event) {
  display: inline-block;
  font-size: 10px;
}
.list--thumb .category {
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  color: #e83535;
}
.list--contents li > a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  position: relative;
  text-decoration: none;
}
.list--contents .thumb {
  line-height: 0;
  background: #ffe5e5;
  position: relative;
}
.list--contents .thumb::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/static/shishamo/fanclub/common/logo_wht.png) no-repeat center;
  background-size: 65%;
  display: block;
  position: absolute;
  opacity: 0.5;
}
.list--contents .thumb img {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  position: relative;
}
.list--contents .list__txt {
  overflow: hidden;
}
.list--contents .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.list--contents .date:not(.date--event) {
  letter-spacing: 0.1em;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.list--contents li {
  margin: 0 0 40px;
}
.list--contents a {
  color: #222;
}
.list--contents .thumb {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 1.25em;
}
.list--contents .thumb::before {
  background-size: 35%;
}
.list--contents .date:not(.date--event) {
  display: inline-block;
}
.list--contents .category {
  display: inline-block;
}
.list--square {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list--square li > a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  position: relative;
  text-decoration: none;
}
.list--square .thumb {
  line-height: 0;
  background: #ffe5e5;
  position: relative;
}
.list--square .thumb::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/static/shishamo/fanclub/common/logo_wht.png) no-repeat center;
  background-size: 65%;
  display: block;
  position: absolute;
  opacity: 0.5;
}
.list--square .thumb img {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  position: relative;
}
.list--square .list__txt {
  overflow: hidden;
}
.list--square .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.list--square .date:not(.date--event) {
  letter-spacing: 0.1em;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.list--square li {
  width: 47%;
}
.list--square li {
  margin: 0 0 18px;
  margin: 0 0 5vw;
}
.list--square .thumb {
  border-radius: 5px;
  overflow: hidden;
}
.list--square .thumb img {
  background-size: cover;
}
.list--info {
  margin: 0 -6.6%;
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}
.list--info li > a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  position: relative;
  text-decoration: none;
}
.list--info .thumb {
  line-height: 0;
  background: #ffe5e5;
  position: relative;
}
.list--info .thumb::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/static/shishamo/fanclub/common/logo_wht.png) no-repeat center;
  background-size: 65%;
  display: block;
  position: absolute;
  opacity: 0.5;
}
.list--info .thumb img {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  position: relative;
}
.list--info .list__txt {
  overflow: hidden;
}
.list--info .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.list--info .date:not(.date--event) {
  letter-spacing: 0.1em;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.list--info li {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
.list--info li a {
  padding: 15px 5.5% 15px 42px;
}
.list--info .thumb {
  width: 23%;
  margin: 0 4% 0 0;
  float: left;
}
.list--info p {
  overflow: hidden;
}
.list--info .tit {
  line-height: 1.6;
}
.list--info .category {
  margin: 0 0 8px;
  font-size: 11px;
  width: 80px;
  text-align: center;
  padding: 2px 0;
  line-height: 1;
  color: #fff;
}
.list--info .date:not(.date--event) {
  display: block;
  width: 28px;
  height: 100%;
  line-height: 28px;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background: #e83535;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.list--schedule {
  margin: 0 -6.6%;
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}
.list--schedule li > a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  position: relative;
  text-decoration: none;
}
.list--schedule .thumb {
  line-height: 0;
  background: #ffe5e5;
  position: relative;
}
.list--schedule .thumb::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/static/shishamo/fanclub/common/logo_wht.png) no-repeat center;
  background-size: 65%;
  display: block;
  position: absolute;
  opacity: 0.5;
}
.list--schedule .thumb img {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  position: relative;
}
.list--schedule .list__txt {
  overflow: hidden;
}
.list--schedule .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.list--schedule .date:not(.date--event) {
  letter-spacing: 0.1em;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.list--schedule li {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
.list--schedule li a {
  padding: 15px 5.5%;
}
.list--schedule .tit {
  line-height: 1.6;
}
.list--schedule .category {
  margin: 0 0 8px;
  font-size: 11px;
  width: 80px;
  text-align: center;
  padding: 2px 0;
  line-height: 1;
  color: #fff;
}
.list--schedule .date--event {
  margin: 0 0 2px;
}
.list--schedule p {
  overflow: hidden;
}
.list--schedule .thumb {
  width: 23%;
  margin: 0 4% 0 0;
  float: left;
}
.list--discography {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list--discography li > a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  position: relative;
  text-decoration: none;
}
.list--discography .thumb {
  line-height: 0;
  background: #ffe5e5;
  position: relative;
}
.list--discography .thumb::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/static/shishamo/fanclub/common/logo_wht.png) no-repeat center;
  background-size: 65%;
  display: block;
  position: absolute;
  opacity: 0.5;
}
.list--discography .thumb img {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  position: relative;
}
.list--discography .list__txt {
  overflow: hidden;
}
.list--discography .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.list--discography .date:not(.date--event) {
  letter-spacing: 0.1em;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.list--discography li {
  width: 47%;
  margin: 0 0 40px;
}
.list--discography .thumb {
  margin: 0 0 1.25em;
}
.list--discography .tit {
  line-height: 1.5;
  margin: 0 0 7px;
}
.list--discography .date:not(.date--event)::after {
  content: 'RELEASE';
  margin-left: 5px;
}
.list--discography .category {
  float: none;
  color: #e83535;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  margin: 0 0 5px;
}
.list--discography .category::after {
  display: none;
}
.list--txt {
  margin: 0 -6.6%;
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}
.list--txt li > a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  position: relative;
  text-decoration: none;
}
.list--txt .thumb {
  line-height: 0;
  background: #ffe5e5;
  position: relative;
}
.list--txt .thumb::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/static/shishamo/fanclub/common/logo_wht.png) no-repeat center;
  background-size: 65%;
  display: block;
  position: absolute;
  opacity: 0.5;
}
.list--txt .thumb img {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  position: relative;
}
.list--txt .list__txt {
  overflow: hidden;
}
.list--txt .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.list--txt .date:not(.date--event) {
  letter-spacing: 0.1em;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.list--txt li {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
.list--txt li a {
  padding: 10px 8% 10px 5.5%;
}
.list--txt li a::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  margin: -0.15em 0 0;
  position: absolute;
  right: 5.5%;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.list--step {
  padding: 1px 0 0 ;
}
.list--step > li {
  padding: 20px 5%;
  margin: 20px 0 0 ;
  background: #f6f6f6;
  position: relative;
}
.list--step > li + li {
  margin-top: 35px;
}
.list--step > li > .txt {
  margin: 0 0 15px;
  line-height: 1.6em;
}
.list--step > li > .txt:last-child {
  margin-bottom: 0;
}
.list--step li .txt--sub {
  margin: 20px 0 0 ;
}
.list--step .numb {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  background: #e83535;
  padding: 0 10px;
}
.list--step .numb span {
  margin-left: 5px;
}
.list--step .ph {
  text-align: center;
  margin: 0 0 20px;
}
.list--step .ph img {
  width: 70%;
}
.list--goods {
  margin: 0 -6.6%;
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}
.list--goods li > a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  position: relative;
  text-decoration: none;
}
.list--goods .thumb {
  line-height: 0;
  background: #ffe5e5;
  position: relative;
}
.list--goods .thumb::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/static/shishamo/fanclub/common/logo_wht.png) no-repeat center;
  background-size: 65%;
  display: block;
  position: absolute;
  opacity: 0.5;
}
.list--goods .thumb img {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  position: relative;
}
.list--goods .list__txt {
  overflow: hidden;
}
.list--goods .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.list--goods .date:not(.date--event) {
  letter-spacing: 0.1em;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.list--goods li {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
.list--goods li a {
  padding: 30px 5.5%;
}
/* parts
------------------------------ */
/* txt-style */
.section-tit {
  text-align: center;
  color: inherit;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  margin: 0 0 30px;
  position: relative;
}
.section-tit.tit--small {
  font-size: 20px;
  font-family: YakuHanJP, -apple-system, sans-serif;
  font-weight: bold;
}
.block-tit {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin: 0 0 20px;
  border-left: 2px solid #e83535;
  padding: 0 0 0 10px;
}
.txt--lead {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin: 0 0 2em;
}
.txt {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  margin: 0 0 2em;
}
.txt--sub {
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 30px 0;
  line-height: 1.6;
}
.txt--sub li + li {
  margin-top: 10px;
}
.txt-link a {
  text-decoration: none;
  font-weight: bold;
}
.txt-link a::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  margin: -0.15em 0 0;
  position: absolute;
  right: 0.25em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: relative;
  top: -0.5em;
  border-color: #e83535;
  top: -0.125em;
  margin: 0 0 0 10px;
}
.block--error {
  color: #f33;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  line-height: 1.6;
  background: #fff0ea;
  border: 0.5px solid #F32;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 1em;
  margin: 0 0 30px;
}
.block--error li::before {
  content: '※';
}
.block--error li + li {
  margin: 5px 0 0 ;
}
.system_error {
  color: #f33;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  line-height: 1.6;
  background: #fff0ea;
  border: 0.5px solid #F32;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 1em;
}
.ph {
  position: relative;
  margin: 30px 0;
  text-align: center;
  line-height: 0;
}
.thumb {
  position: relative;
  text-align: center;
}
.ph .dummy,
.thumb .dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.thumb img {
  margin: 0 auto;
}
.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap object,
.iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thumb .blur-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb .blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  background: no-repeat center;
  background-size: cover;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* pager*/
.block--pager {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  padding: 20px 6% 20px 6%;
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
.block--pager li {
  width: 33.3%;
  width: calc(33.33333333%);
  float: left;
  position: relative;
  height: 20px;
  line-height: 20px;
}
.block--pager a,
.block--pager span {
  display: block;
  position: relative;
  height: 20px;
  line-height: 20px;
  color: #222;
  text-decoration: none;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #888;
}
.block--pager .pager__item--newer {
  text-align: left;
}
.block--pager .pager__item--older {
  text-align: right;
}
.block--pager .pager__item--newer a:before,
.block--pager .pager__item--older a:after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  margin: -0.15em 0 0;
  right: 0.25em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  margin: -0.45em 0 0;
}
.block--pager .pager__item--newer a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: auto;
  left: 0.25em;
}
/* category-list */
.block--category {
  text-align: center;
  margin: -20px 0 50px;
}
.block--category li {
  display: inline-block;
  margin: 0 15px;
}
.block--category li > * {
  position: relative;
}
.block--category a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
.detail__btn {
  margin: 50px 0 30px ;
  text-align: center;
}
.detail__btn a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #222;
}
.detail__btn a::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  margin: -0.15em 0 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -1em;
}
.detail__btn a::after {
  content: 'BACK';
  display: inline-block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
/* layout
============================== */
html,
body {
  height: 100%;
}
body {
  -webkit-text-size-adjust: none;
  background-color: #fff;
  font-family: YakuHanJP, -apple-system, sans-serif;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  word-break: break-word;
}
.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding-top: 65px;
}
section {
  position: relative;
  padding: 0 5.5% 0;
}
/* header
============================== */
header {
  height: 65px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
h1 {
  position: fixed;
  width: 38px;
  z-index: 1000;
  left: 8px;
  top: 8px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
h1 a {
  display: block;
  line-height: 0;
}
h1 img {
  width: 100%;
}
.menu-open h1 a {
  opacity: 0;
}
.drawer .g-nav {
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 100;
  background: #e83535;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 50px 6% 50px 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.drawer .g-nav li {
  float: left;
  width: 50%;
  position: relative;
  margin: 0 0 18px;
}
.drawer .g-nav li a {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.75em;
}
.drawer .g-nav .nav--sub .blank {
  display: none;
}
.drawer .g-nav .g-nav__svg {
  height: 18px;
}
.drawer .g-nav .svg--twitter-txt,
.drawer .g-nav .svg--youtube-txt,
.drawer .g-nav .svg--insta-txt {
  display: none;
}
.drawer .g-nav .blank {
  display: none;
}
.drawer .g-nav .nav--free {
  margin: 0 0 15px;
}
.drawer .g-nav .nav--sub a,
.drawer .g-nav .nav--login a {
  position: relative;
}
.drawer .g-nav .nav--sub li,
.drawer .g-nav .nav--login li {
  width: auto;
  margin-right: 30px;
}
.drawer .g-nav .nav--sub li:not(:last-child) a::after,
.drawer .g-nav .nav--login li:not(:last-child) a::after {
  content: '';
  display: inline-block;
  height: 16px;
  width: 2px;
  background: #fff;
  position: relative;
  bottom: -1px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  right: -13px;
  opacity: 0.5;
}
.drawer .g-nav .nav--sub li {
  display: inline-block;
}
.drawer .g-nav .nav--login {
  margin: 0 0 15px;
}
.drawer .g-nav .drawer__tit {
  margin: 0 0 10px;
  position: relative;
}
/* current */
.page--home .g-nav li.nav__item--home .g-nav__svg,
.category-NEWS .g-nav li.nav__item--news .g-nav__svg,
.category-LIVE .g-nav li.nav__item--live .g-nav__svg,
.parent-category-3 .g-nav li.nav__item--live .g-nav__svg,
.category-MEDIA .g-nav li.nav__item--media .g-nav__svg,
.parent-category-7 .g-nav li.nav__item--media .g-nav__svg,
.page--schedule .g-nav li.nav__item--schedule .g-nav__svg,
.page--biography .g-nav li.nav__item--biography .g-nav__svg,
.page--disco .g-nav li.nav__item--disco .g-nav__svg,
.page--goods .g-nav li.nav__item--goods .g-nav__svg {
  fill: #000;
}
.page--home .g-nav li.nav__item--home::before,
.category-NEWS .g-nav li.nav__item--news::before,
.category-LIVE .g-nav li.nav__item--live::before,
.parent-category-3 .g-nav li.nav__item--live::before,
.category-MEDIA .g-nav li.nav__item--media::before,
.parent-category-7 .g-nav li.nav__item--media::before,
.page--schedule .g-nav li.nav__item--schedule::before,
.page--biography .g-nav li.nav__item--biography::before,
.page--disco .g-nav li.nav__item--disco::before,
.page--goods .g-nav li.nav__item--goods::before {
  content: '';
  width: 28px;
  height: 28px;
  background: url(/static/shishamo/fanclub/common/icon_finger.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -34px;
  top: -3px;
  animation: swing 1s infinite ;
  -webkit-animation: swing 1s infinite ;
}
.menu-open .drawer .g-nav {
  right: 0;
}
.drawer__btn {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 8px;
  top: 8px;
  z-index: 1000;
  background: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.drawer__btn span {
  display: inline-block;
  position: absolute;
  left: 12px;
  width: 50%;
  height: 2px;
  background-color: #E40112;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.drawer__btn span:nth-of-type(1) {
  top: 15px;
}
.drawer__btn span:nth-of-type(2) {
  top: 23px;
}
.drawer__btn span:nth-of-type(3) {
  bottom: 15px;
}
.menu-open .drawer__btn span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
  top: 16px;
}
.menu-open .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;
}
.menu-open .drawer__btn span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  bottom: 16px;
  top: auto;
}
/* footer
============================== */
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 20px 5.5% 30px;
  background: #f5f5f5;
}
footer .link--contact {
  margin: 0 0 14px;
}
footer .link--contact a {
  text-decoration: none;
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
footer .link--contact i {
  font-size: 15px;
  vertical-align: -3px;
  margin: 0 5px 0 0;
}
footer .copyright {
  color: #666;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
footer .copyright a {
  color: inherit;
  text-decoration: none;
}
/* detail共通
============================== */
.section--detail {
  padding-top: 10px;
}
.section--detail .tit {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin: 0 0 15px;
}
.section--detail .date:not(.date--event) {
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.section--detail .date--event {
  margin: 0 0 10px;
}
.section--detail .category {
  margin: 0 0 10px;
}
.section--list {
  padding-bottom: 60px;
  margin: 0;
}
.section--list .form__selectbox {
  display: block;
  margin: 0 0 30px;
}
.section--list .form__selectbox select {
  width: 100%;
  font-weight: bold;
}
.no-data {
  padding: 50px 30px;
  text-align: center;
  background: #fff;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
/* index
------------------------------ */
.page--home::before {
  content: '';
  width: 100%;
  height: 420px;
  height: 42vh;
  position: fixed;
  left: 0;
  top: 0;
}
@keyframes swiming01 {
  0% {
    transform: translate(120vw, -30vw) scale(1.1) rotate(-5deg);
  }
  100% {
    transform: translate(-20vw, 0) scale(1.1) rotate(-5deg);
  }
}
@-webkit-keyframes swiming01 {
  0% {
    -webkit-transform: translate(120vw, -30vw) scale(1.1) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(-20vw, 0) scale(1.1) rotate(-5deg);
  }
}
@keyframes swiming02 {
  0% {
    transform: translate(-20vw, 10vw) scale(-1.1, 1.1) rotate(15deg);
  }
  100% {
    transform: translate(120vw, 0) scale(-1.1, 1.1) rotate(15deg);
  }
}
@-webkit-keyframes swiming02 {
  0% {
    -webkit-transform: translate(-20vw, 10vw) scale(-1.1, 1.1) rotate(15deg);
  }
  100% {
    -webkit-transform: translate(120vw, 0) scale(-1.1, 1.1) rotate(15deg);
  }
}
.page--home .item--fish01,
.page--home .item--fish02 {
  position: absolute;
  left: 0;
  width: 100px;
  padding-top: 19%;
  background: url(/static/shishamo/fanclub/common/icon_fish.png) no-repeat center;
  background-size: contain;
}
.page--home .item--fish01 {
  top: 20px;
  -webkit-animation: swiming02 6s linear infinite;
  animation: swiming02 6s linear infinite;
}
.page--home .item--fish02 {
  top: 85px;
  -webkit-animation: swiming01 4s linear infinite ;
  animation: swiming01 4s linear infinite ;
}
.page--home #block--opening {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  background: #e83535;
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
.page--home #block--opening .item--fish01 {
  top: 30%;
}
.page--home #block--opening .item--fish02 {
  top: 50%;
}
.page--home #block--opening .opening__logo {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.page--home #block--opening.opening--fadeout {
  left: -100%;
}
.page--home footer {
  padding-top: 22px;
  padding-bottom: 30px;
}
.page--home .wrap {
  padding-top: 0;
  margin-top: 420px;
  margin-top: 42vh;
  background: #fff;
}
.page--home section {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}
.page--home .section-tit {
  padding: 0;
  margin: 0 0 20px;
  line-height: 1;
  color: #fff;
}
.page--home .list__more {
  text-align: right;
  position: relative;
}
.page--home .list__more a {
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  padding: 15px 30px 15px 15px;
}
.page--home .list__more::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  margin: -0.15em 0 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.page--home .section--menu .g-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--home .section--menu .g-nav > ul li {
  float: left;
  width: 33.33%;
  position: relative;
  margin: 0 0 10px;
}
.page--home .section--menu .g-nav > ul li a {
  display: block;
  background: no-repeat center;
  background-size: 80%;
  text-align: center;
  height: 100px;
  height: 30vw;
  position: relative;
}
.page--home .section--menu .g-nav > ul li.nav__item--home,
.page--home .section--menu .g-nav > ul li.nav__item--mypage {
  display: none;
}
.page--home .section--menu .g-nav > ul li.nav__item--news a {
  background-image: url(/static/shishamo/fanclub/common/icon_news.png);
}
.page--home .section--menu .g-nav > ul li.nav__item--live a {
  background-image: url(/static/shishamo/fanclub/common/icon_live.png);
}
.page--home .section--menu .g-nav > ul li.nav__item--media a {
  background-image: url(/static/shishamo/fanclub/common/icon_media.png);
  background-size: 60%;
}
.page--home .section--menu .g-nav > ul li.nav__item--schedule a {
  background-image: url(/static/shishamo/fanclub/common/icon_schedule.png);
}
.page--home .section--menu .g-nav > ul li.nav__item--biography a {
  background-image: url(/static/shishamo/fanclub/common/icon_bio.png);
}
.page--home .section--menu .g-nav > ul li.nav__item--disco a {
  background-image: url(/static/shishamo/fanclub/common/icon_disc.png);
}
.page--home .section--menu .g-nav > ul li.nav__item--goods a {
  background-image: url(/static/shishamo/fanclub/common/icon_goods.png);
}
.page--home .section--menu .g-nav > ul li.nav__item--fanclub a {
  background-image: url(/static/shishamo/fanclub/common/icon_fanclub.png);
  background-size: 70%;
}
.page--home .section--menu .g-nav > ul li.nav__item--free-mailmagazine a {
  background-image: url(/static/shishamo/fanclub/common/icon_freemail.png);
}
.page--home .section--menu .g-nav > ul li.nav__item--line a {
  background: url(/static/shishamo/fanclub/common/icon_lineblog.png) no-repeat center;
  background-size: 80%;
}
.page--home .section--menu .g-nav > ul li.nav__item--youtube a {
  background-image: url(/static/shishamo/fanclub/common/icon_youtube.png);
  background-size: 50%;
}
.page--home .section--menu .g-nav > ul li.nav__item--twitter a {
  background-image: url(/static/shishamo/fanclub/common/icon_twitter.png);
  background-size: 50%;
}
.page--home .section--menu .g-nav > ul li.nav__item--twitter-x a {
  background-image: url(/static/shishamo/fanclub/common/icon_twitter_x.png);
  background-size: 50%;
}
.page--home .section--menu .g-nav > ul li.nav__item--instagram a {
  background-image: url(/static/shishamo/fanclub/common/icon_insta.png);
  background-size: 42%;
}
.page--home .section--menu .g-nav > ul.nav--sub {
  width: 90%;
  margin: 0 auto;
}
.page--home .section--menu .g-nav > ul.nav--sub li {
  width: 25%;
  margin: 0;
}
.page--home .section--menu .g-nav > ul.nav--sub li a {
  height: 80px;
  height: 25vw;
}
.page--home .section--menu .g-nav > ul .svg--youtube,
.page--home .section--menu .g-nav > ul .svg--twitter,
.page--home .section--menu .g-nav > ul .svg--instagram {
  display: none;
}
.page--home .section--menu .g-nav > ul .g-nav__svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page--home .section--menu .g-nav > ul .blank span {
  width: 70%;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page--home .section--today {
  line-height: 0;
}
.page--home .section--today .today__tit {
  text-align: center;
  line-height: 1.75;
  margin: 0 0 5px;
}
.page--home .section--today .today__tit .svg--today {
  fill: #e83535;
  height: 24px;
}
.page--home .list--today li > a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  position: relative;
  text-decoration: none;
}
.page--home .list--today .thumb {
  line-height: 0;
  background: #ffe5e5;
  position: relative;
}
.page--home .list--today .thumb::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/static/shishamo/fanclub/common/logo_wht.png) no-repeat center;
  background-size: 65%;
  display: block;
  position: absolute;
  opacity: 0.5;
}
.page--home .list--today .thumb img {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  position: relative;
}
.page--home .list--today .list__txt {
  overflow: hidden;
}
.page--home .list--today .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.page--home .list--today .date:not(.date--event) {
  letter-spacing: 0.1em;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.page--home .list--today li {
  background: #f6f6f6;
  border-radius: 5px;
}
.page--home .list--today li + li {
  margin-top: 5px;
}
.page--home .list--today a {
  padding: 12px 15px;
}
.page--home .list--today .category {
  color: #fff;
  display: inline-block;
  width: 80px;
  text-align: center;
  padding: 2px 0;
  float: none;
  font-size: 11px;
  line-height: 1;
  top: -5px;
  position: relative;
}
.page--home .list--today .tit {
  font-size: 13px;
  line-height: 1.6;
  margin-top: -2px;
}
.section--bnr {
  margin: 0 -6.6%;
}
.section--bnr .slick-slide {
  padding: 0 5px;
}
.block--tab-style {
  padding: 20px 0 0;
}
.block--tab-style .slick-slider.slick--tabs {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
.block--tab-style .slick-slide {
  padding: 0;
}
.block--tab-style ul {
  margin: 0;
}
.block--tab-style .no-data {
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.list--info li {
  display: none;
}
.list--info li:nth-child(1) {
  display: block;
}
.list--info li:nth-child(2) {
  display: block;
}
.list--info li:nth-child(3) {
  display: block;
}
.list--info li:nth-child(4) {
  display: block;
}
.list--info li:nth-child(5) {
  display: block;
}
.list--info li:nth-child(6) {
  display: block;
}
.list--info li:nth-child(7) {
  display: block;
}
.list--info li:nth-child(8) {
  display: block;
}
.list--info li:nth-child(9) {
  display: block;
}
.list--info li:nth-child(10) {
  display: block;
}
.section--vertical-bnr {
  padding-top: 0;
  padding-bottom: 0;
}
.list--vertical-bnr li:first-of-type {
  padding-top: 20px;
}
.list--vertical-bnr li:last-of-type {
  padding-bottom: 20px;
}
.list--vertical-bnr li + li {
  margin-top: 15px;
}
.list--vertical-bnr a {
  display: block;
  line-height: 0;
}
.list--thumb {
  width: 75%;
  padding: 0 0 0 5.5%;
  overflow: visible;
}
.list--thumb > * {
  transition: none;
}
.list--thumb .slick-list {
  overflow: visible;
  padding: 0!important;
}
.list--thumb li.slick-slide a {
  padding: 0 10px 0 0;
  background: none;
}
.list--thumb .thumb {
  border-radius: 5px 5px 0 0 ;
  overflow: hidden;
}
.list--thumb .list__txt {
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.list--thumb .slick-dots {
  text-align: left;
  padding: 0 0 0 7%;
  padding: 0 0 0 5vw;
}
.list--youtube {
  width: 75%;
  padding: 0 0 0 5.5%;
  overflow: visible;
}
.list--youtube li.slick-slide {
  margin: 0 10px 0 0;
  border: 1px solid #e83535;
}
.list--youtube.slick * {
  transition: none;
}
.list--youtube .slick-list {
  overflow: visible;
  padding: 0!important;
}
.list--youtube .slick-dots {
  text-align: left;
  padding: 0 0 0 7%;
  padding: 0 0 0 5vw;
}
.box--iframe {
  position: relative;
  overflow: hidden;
}
.box--iframe .thumb {
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.box--iframe .thumb img {
  width: 100%;
}
.box--iframe .thumb .tit {
  text-align: center;
  width: 85%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-weight: bold;
}
.box--iframe .thumb .tit::before {
  content: '';
  width: 1.2em;
  height: 1.2em;
  background: url(/static/shishamo/fanclub/common/icon_play.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  display: inline-block;
  margin: 0px 8px 0 0;
  vertical-align: -4px;
}
.list--support {
  margin: 0 0 40px;
}
.list--support li {
  float: left;
  width: 50%;
  text-align: left;
}
.list--support a {
  display: block;
  padding: 8px 0;
  color: #666;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: none;
}
/* infoTicker */
#infoTicker {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: all 0.6s ease 0.8s;
  -moz-transition: all 0.6s ease 0.8s;
  -webkit-transition: all 0.6s ease 0.8s;
  /* pulgin */
}
#infoTicker .tickerFirst {
  color: inherit;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  height: 19px;
  line-height: 19px;
  background: #e83535;
  position: absolute;
  z-index: 1;
  left: 0;
  top: -19px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  border-right: 0.5px solid #fff;
  border-top: 0.5px solid #fff;
}
#infoTicker .ticker-container {
  background: #fff;
  padding: 0 15px ;
  border-top: 1px solid #e83535;
}
#infoTicker .tickerList li * {
  height: 50px;
  height: 7.5vh;
  line-height: 50px;
  line-height: 7.5vh;
}
#infoTicker .tickerList li a {
  text-decoration: none;
  padding: 0 0 0 15px;
  display: inline-block;
  color: inherit;
  font-weight: normal;
  position: relative;
}
#infoTicker .tickerList li p {
  display: inline-block;
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  line-height: 50px;
  line-height: 7.5vh;
  top: -2px;
  position: relative;
}
#infoTicker .tickerList > div:after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  margin: -0.15em 0 0;
  right: 0.25em;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 20px;
}
#infoTicker .tickerList .date {
  margin: 0 8px 0 0;
}
#infoTicker .tickerList > div:hover:after {
  opacity: 1;
}
#infoTicker .ticker-container {
  height: 50px;
  height: 7.5vh;
  position: relative;
  overflow: hidden;
}
#infoTicker .ticker-container ul {
  height: 100%;
}
#infoTicker .ticker-container ul div {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  display: inline;
  min-width: 100%;
  height: 100%;
  left: 0;
  transition: 0.5s ease;
}
#infoTicker .ticker-container ul div.ticker-active {
  top: 0;
}
#infoTicker .ticker-container ul div.not-active {
  top: 50px;
  top: 7.5vh;
}
#infoTicker .ticker-container ul div.remove {
  top: -50px;
  top: -7.5vh;
}
/* カルーセル */
*,
*::before,
*::after {
  /* animationの残像防止 */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.slick-track {
  padding: 0 0 23px;
}
.slick-slide img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slide a {
  display: block;
}
.slick-prev,
.slick-next {
  display: block;
  width: 10%;
  height: 100%;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  border: none;
  outline: none;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev::after,
.slick-next::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #e83535;
  border-top: 2px solid #e83535;
  position: absolute;
  top: 36%;
}
.slick-prev::after {
  left: 25%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slick-next::after {
  right: 25%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 0;
}
.slick-dots button {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: #e83535;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-appearance: none;
  opacity: 0.3;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px!important;
}
.slick-dots .slick-active button {
  opacity: 1;
}
.slider--single {
  line-height: 0;
  padding: 0 5.5%;
  width: 100%;
}
.list--tabs .slick-track {
  padding: 0;
}
.list--tabs .slick-list {
  overflow: visible!important;
}
.list--tabs .slick-list li {
  text-align: center;
  position: relative;
  line-height: 50px;
}
.list--tabs .slick-list li.slick-current .tab__svg {
  fill: #e83535;
}
.list--tabs .slick-list li .new {
  position: absolute;
  line-height: 1em;
  background: url(/static/shishamo/fanclub/common/icon_new.png) no-repeat center;
  background-size: 100% auto;
  width: 34px;
  height: 26px;
  top: -19px;
  right: -5px;
  animation: swing 1s infinite ;
  -webkit-animation: swing 1s infinite ;
}
/* information
============================== */
.section--information {
  padding: 0;
}
.page--info .section--detail > .tit {
  margin-bottom: 20px;
  font-size: 17px;
}
.page--info .section--detail > .tit br {
  display: none;
}
.page--info .txt {
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
  padding-top: 25px;
  margin-top: 25px;
  line-height: 1.7;
}
.page--info .txt .ph {
  margin: 0;
}
.page--info .list--topics {
  margin: 0 0 30px;
}
.page--info .list--topics li > a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  position: relative;
  text-decoration: none;
}
.page--info .list--topics .thumb {
  line-height: 0;
  background: #ffe5e5;
  position: relative;
}
.page--info .list--topics .thumb::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/static/shishamo/fanclub/common/logo_wht.png) no-repeat center;
  background-size: 65%;
  display: block;
  position: absolute;
  opacity: 0.5;
}
.page--info .list--topics .thumb img {
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  position: relative;
}
.page--info .list--topics .list__txt {
  overflow: hidden;
}
.page--info .list--topics .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.page--info .list--topics .date:not(.date--event) {
  letter-spacing: 0.1em;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.page--info .list--topics li {
  padding: 20px 5%;
  background: #fff;
  border: 2px solid #e83535;
  position: relative;
}
.page--info .list--topics li + li {
  margin-top: 15px;
}
.page--info .list--topics .category {
  color: #e83535;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin: 0 0 12px;
  line-height: 1em;
}
.page--info .list--topics .txt {
  border-top: none;
  padding: 0;
  margin: 20px 0 0 ;
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.page--info .list--topics .ph {
  margin: 0 0 20px;
}
.page--info .list--topics .btn--close {
  width: 48px;
  height: 48px;
  top: 0;
  right: 0px;
  display: block;
  position: absolute;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.page--info .list--topics .btn--close:before,
.page--info .list--topics .btn--close:after {
  content: '';
  display: block;
  position: absolute;
  right: 16px;
  width: 14px;
  height: 2px;
  background: #e83535;
}
.page--info .list--topics .btn--close:before {
  -webkit-transform: translateY(23px) rotate(-45deg);
  transform: translateY(23px) rotate(-45deg);
  top: 0px;
}
.page--info .list--topics .btn--close:after {
  -webkit-transform: translateY(-23px) rotate(45deg);
  transform: translateY(-23px) rotate(45deg);
  bottom: 0px;
}
.page--info .list--topics .ac-open .btn--close {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
/* share */
.block--share {
  float: right;
  line-height: 1;
  position: relative;
  bottom: 8px;
  color: #666;
}
.block--share::before {
  content: 'SHARE :';
  position: relative;
  top: -10px;
  color: inherit;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.block--share li {
  display: inline-block;
}
.block--share a {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  position: relative;
  color: #666;
  text-decoration: none;
}
.block--share svg {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 5px;
}
.block--share path {
  fill: #666;
}
.block--share .fa {
  width: 30px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}
/* disco
============================== */
/* detail */
.page--disco .section--detail .block--jacket {
  margin: 0 -6.6%;
}
.page--disco .section--detail .block--jacket .slick-list {
  padding: 0 10%!important;
  overflow: visible!important;
}
.page--disco .section--detail .list--jacket {
  margin: 0 0 30px;
  padding: 0;
}
.page--disco .section--detail .ph {
  margin: 0 10px 0 0 ;
}
.page--disco .section--detail li:last-child .ph {
  margin-right: 0;
}
.page--disco .section--detail figcaption {
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  line-height: 2;
  margin: 5px 0 0;
  text-align: center;
}
.page--disco .section--detail .tit {
  margin: 0 0 10px;
}
.page--disco .section--detail .date {
  margin: 0 0 30px;
}
.page--disco .section--detail .date::after {
  content: 'RELEASE';
  margin: 0 0 0 8px;
}
.page--disco .section--detail .block--comment {
  line-height: 1.8;
  margin: 25px 0 40px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
  padding-top: 25px;
}
.page--disco .section--detail .block--track > li {
  margin: 0 0 40px;
}
.page--disco .section--detail .block--track .tit {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #666;
  margin: 0 0 10px;
}
.page--disco .section--detail .list--track {
  margin: 0 0 30px;
}
.page--disco .section--detail .list--track > li {
  color: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  list-style: none;
  position: relative;
  padding: 8px 4em 8px 2.5em;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
.page--disco .section--detail .list--track > li:first-child {
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}
.page--disco .section--detail .list--track li span {
  width: 24px;
  position: absolute;
  top: 8px;
  left: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #666;
  text-align: center;
}
.page--disco .section--detail .list--track li a {
  display: block;
}
.page--disco .section--detail .list--track li .tieup {
  margin-top: 2px;
  font-size: 10px;
  padding-left: 21px;
}
.page--disco .section--detail .ph img:first-child {
  max-height: 300px;
  margin: 0 auto;
}
.page--disco .section--detail .list--link {
  float: right;
  opacity: 0;
}
.page--disco .section--detail .list--link a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  color: inherit;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  right: 0;
  background: #e83535;
  color: #fff;
  border-radius: 100px;
  padding: 6px 10px;
  letter-spacing: 0.1em;
}
/* 歌詞 */
.smartphoto {
  z-index: 9999!important;
  background: #e83535 !important;
}
.smartphoto-count,
.smartphoto-nav {
  display: none!important;
}
.smartphoto-header {
  background: none!important;
}
.smartphoto-dismiss {
  width: 50px!important;
  height: 50px!important;
  background: none!important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  top: 7px!important;
}
.smartphoto-img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.smartphoto-dismiss:before,
.smartphoto-dismiss:after {
  content: '';
  display: block;
  position: absolute;
  right: 8px;
  width: 26px;
  height: 2px;
  background: #fff;
}
.smartphoto-dismiss:before {
  -webkit-transform: translateY(23px) rotate(-45deg);
  transform: translateY(23px) rotate(-45deg);
  top: 1px;
}
.smartphoto-dismiss:after {
  -webkit-transform: translateY(-23px) rotate(45deg);
  transform: translateY(-23px) rotate(45deg);
  bottom: 0px;
}
/* appli
============================== */
/* アプリアイコンフォント */
@font-face {
  font-family: 'svgfont_1regular';
  src: url('../font/appicon-webfont/appicon-webfont.eot');
  src: url('../font/appicon-webfont/appicon-webfont.eot?#iefix') format('embedded-opentype'), url('../font/appicon-webfont/appicon-webfont.woff') format('woff'), url('../font/appicon-webfont/appicon-webfont.ttf') format('truetype'), url('../font/appicon-webfont/appicon-webfont.svg#svgfont_1regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.appicon:after {
  width: 40px;
  font-family: 'svgfont_1regular';
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  padding: 0 0 0 1px;
}
/* フォトフレーム */
.appicon.pf:after {
  content: 'c';
  color: #87CC03;
}
.page--appli .section-tit {
  font-size: 18px;
  font-family: YakuHanJP, -apple-system, sans-serif;
  font-weight: 600;
}
.page--appli .area--base:not(:last-of-type) {
  margin: 0 0 40px;
}
.page--appli .area--base > .txt,
.page--appli .area--base > .ph {
  margin: 20px 0;
}
.page--appli .area--top .ph,
.page--appli .area--top .icon-img {
  width: 70px;
  height: 70px;
  margin: 3px 15px 0 0;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.page--appli .area--top .icon-img::after {
  font-family: 'svgfont_1regular';
  font-size: 70px;
  line-height: 70px;
  position: absolute;
  padding-left: 1px;
}
.page--appli .area--top .ph img {
  background: url(/static/shishamo/fanclub/feature/app_browsing/ph_homeicon.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 100%;
}
.page--appli .area--top .txt {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  overflow: hidden;
  margin: 0;
}
.page--appli .txt-link {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}
.page--appli .ph-flick li {
  float: left;
  text-align: center;
  width: 33.33%;
}
.page--appli .ph-flick li p {
  font-size: 11px;
  margin-top: 5px;
}
.page--appli .ph-flick li img {
  width: 85px;
  background: no-repeat center;
  background-size: 106%;
  -webkit-background-size: 106%;
  border-radius: 19px;
}
/* goods
============================== */
.page--goods .section-tit span {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: YakuHanJP, -apple-system, sans-serif;
  font-weight: bold;
  margin-top: 10px;
}
/* youtube
============================== */
.page--home .section--youtube {
  padding: 20px 0 60px;
}
/* schedule
============================== */
.page--schedule .calendarHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: -25px;
  margin-bottom: 10px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
.page--schedule .calendarHeader li a,
.page--schedule .calendarHeader li .Inactive {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  top: 9px;
  left: 0;
}
.page--schedule .calendarHeader li div {
  opacity: 0.3;
}
.page--schedule .calendarHeader li:nth-child(1) {
  width: 20%;
  text-align: left;
}
.page--schedule .calendarHeader li:nth-child(1) a {
  right: 0;
  left: inherit;
}
.page--schedule .calendarHeader li:nth-child(1) span {
  padding-left: 18px;
}
.page--schedule .calendarHeader li:nth-child(1) a::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  margin: -0.15em 0 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #e83535;
  margin-right: 10px;
  left: 0.25em;
}
.page--schedule .calendarHeader li:nth-child(2) {
  width: 60%;
  text-align: center;
}
.page--schedule .calendarHeader li:nth-child(2) .year {
  padding-right: 10px;
}
.page--schedule .calendarHeader li:nth-child(2) .month {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0;
}
.page--schedule .calendarHeader li:nth-child(2) .month_en {
  padding-left: 10px;
}
.page--schedule .calendarHeader li:nth-child(3) {
  width: 20%;
  text-align: right;
}
.page--schedule .calendarHeader li:nth-child(3) span {
  padding-right: 18px;
}
.page--schedule .calendarHeader li:nth-child(3) a::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  margin: -0.15em 0 0;
  position: absolute;
  right: 0.25em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-color: #e83535;
  margin-left: 10px;
}
.page--schedule .block--sort {
  color: #e83535;
  margin: 0 auto 30px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  border: 1px solid;
  position: relative;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  border-radius: 100px;
  width: 90%;
}
.page--schedule .block--sort.open {
  background: #f6f6f6;
  border-color: transparent;
  border-radius: 5px;
  width: 100%;
}
.page--schedule .block--sort dt {
  text-align: center;
  padding: 14px;
  letter-spacing: 0.025em;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.page--schedule .block--sort.open dt {
  color: #222;
}
.page--schedule .block--sort:before,
.page--schedule .block--sort:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 24px;
  width: 14px;
  height: 2px;
  background-color: #e83535;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.page--schedule .block--sort:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.page--schedule .block--sort:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page--schedule .block--sort.open:before,
.page--schedule .block--sort.open:after {
  background-color: #222;
}
.page--schedule .block--sort.open:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page--schedule .block--sort.open:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page--schedule .block--sort dd {
  display: none;
  padding: 0 18px 8px;
}
.page--schedule .block--sort li {
  float: left;
  width: 31%;
  margin: 0 3% 10px 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.page--schedule .block--sort.open li {
  opacity: 1;
}
.page--schedule .block--sort li:nth-child(3n) {
  margin-right: 0;
}
.page--schedule .block--sort li input[type="checkbox"] {
  display: none;
}
.page--schedule .block--sort li label .category {
  display: block;
  width: 100%;
  padding: 8px 0;
  font-size: 11px;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid;
  margin: 0;
}
.page--schedule .block--sort li input[type="checkbox"]:not(:checked) + .category {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.2);
  color: #222;
}
.page--schedule .block--sort input[type="checkbox"] {
  display: none;
}
.page--schedule .block--sort input[type="checkbox"]:not(:checked) + .category {
  opacity: 0.3;
}
.page--schedule .block--sort li.category--4 {
  display: none;
}
.page--schedule .category {
  color: #fff;
}
.page--schedule .list--txt li {
  padding: 5px 0 5px 5.5%;
}
.page--schedule .list--txt a {
  padding: 10px 5.5% 10px 0;
  text-decoration: none;
  color: #222;
  display: block;
}
.page--schedule .list--txt a + a {
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}
.page--schedule .list--txt a.event--first {
  border: none;
}
.page--schedule .list--txt a::before {
  display: none;
}
.page--schedule .list--txt .date {
  margin: 0 8px 0 0;
  float: left;
  width: 50px;
  letter-spacing: 0.01em;
}
.page--schedule .list--txt .date--event {
  font-size: 20px;
  padding-top: 9px;
}
.page--schedule .list--txt .week {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-left: 5px;
  top: -2px;
}
.page--schedule .list--txt .category {
  display: inline-block;
  width: 80px;
  text-align: center;
  padding: 2px 0;
  float: none;
  font-size: 11px;
  line-height: 1;
  margin: 0;
  top: -2px;
  position: relative;
  margin: 0 0 5px;
}
.page--schedule .list--txt .tit {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  margin: 0;
}
.page--schedule .list--txt .list__txt {
  overflow: hidden;
}
/* svg
============================== */
.svg--mobile .cls-1 {
  fill: #fc0d1b;
}
.section-tit .section-tit__svg {
  fill: #000;
  height: 38px;
  padding: 10px 0 0 ;
}
.g-nav .g-nav__svg {
  fill: #fff;
  height: 14px;
}
.drawer .g-nav .nav--login .svg--entry,
.drawer .g-nav .nav--login .svg--login {
  height: 16px;
  fill: #fff;
}
.page--home .svg--mobile .cls-1 {
  fill: #fff;
  transition: all 1.2s ease 0s;
  -moz-transition: all 1.2s ease 0s;
  -webkit-transition: all 1.2s ease 0s;
}
.page--home.ready .svg--mobile .cls-1 {
  fill: #fc0d1b;
}
.page--home #block--opening .svg--logo {
  height: 100px;
  fill: #fff;
}
.page--home .site-tit .svg--mobile {
  height: 65px;
}
.page--home .area--free .g-nav .g-nav__svg {
  fill: #000;
}
.page--home .area--free .g-nav .g-nav__svg.svg--line,
.page--home .area--free .g-nav .g-nav__svg.svg--youtube-txt {
  height: 13px;
}
.page--home .area--free .g-nav .g-nav__svg.svg--twitter-txt {
  height: 10.5px;
}
.page--home .area--free .g-nav .g-nav__svg.svg--insta-txt {
  height: 15.5px;
  bottom: -2px;
}
.page--home .area-tit .svg--mobile-logo {
  height: 50px;
  fill: #fff;
  margin: 0 0 5px;
}
.page--home .section-tit .section-tit__svg {
  fill: #fff;
  height: 25px;
  padding: 0;
}
.page--home .section-tit .section-tit__svg.svg--latest-cont {
  height: 22px;
}
.page--home .list__more .svg--more {
  height: 12px;
  fill: #000;
  position: relative;
  top: 1px;
}
.page--home .tab__svg {
  height: 18px;
}
.page--home .section--menu .svg--blog-l {
  height: 32px;
}
.page--home .section--menu .blank use {
  fill: #ffeeee;
}
/* iPhone6 未満用
============================== */
@media screen and (max-width: 374px) {
  .page--home .tab__svg {
    height: 14px;
  }
  .list--schedule .date--event {
    font-size: 13px;
  }
}
/* iAndroid4.3以下(flxbox未対応 / svg調整必要)
============================== */
.android-os4 .blur {
  display: none!important;
}
.android-os4.page--home .list__more .svg--more {
  width: 75px;
}
.android-os4.page--home .section--menu .g-nav > ul {
  display: block!important;
}
.android-os4.page--home .section--menu .g-nav > ul li {
  height: 100px;
  height: 30vh;
}
.android-os4 .drawer .g-nav__svg {
  width: 60px;
}
.android-os4 .drawer li.nav__item--home .g-nav__svg {
  width: 50px;
}
.android-os4 .drawer li.nav__item--news .g-nav__svg {
  width: 46px;
}
.android-os4 .drawer li.nav__item--live .g-nav__svg {
  width: 40px;
}
.android-os4 .drawer li.nav__item--media .g-nav__svg {
  width: 48px;
}
.android-os4 .drawer li.nav__item--biography .g-nav__svg {
  width: 70px;
}
.android-os4 .drawer li.nav__item--disco .g-nav__svg {
  width: 70px;
}
.android-os4 .drawer li.nav__item--goods .g-nav__svg {
  width: 55px;
}
.android-os4 .drawer li.nav__item--youtube .g-nav__svg {
  width: 20px;
}
.android-os4 .drawer li.nav__item--twitter .g-nav__svg {
  width: 23px;
}
.android-os4 .drawer li.nav__item--youtube .svg--youtube {
  width: 20px;
}
.android-os4 .drawer li.nav__item--twitter .svg--twitter {
  width: 20px;
}
.android-os4 .drawer li.nav__item--free-mailmagazine .g-nav__svg {
  width: 60px;
}
.android-os4 .drawer li.nav__item--line .g-nav__svg {
  width: 62px;
}
.android-os4 .drawer .nav--login .svg--login {
  width: 54px;
}
.android-os4 .drawer .nav--login .svg--entry {
  width: 85px;
}
.android-os4:not(.page--home) .section-tit .section-tit__svg {
  width: 100px;
  height: 90px;
}
.android-os4:not(.page--home) .section-tit .svg--news {
  width: 90px;
}
.android-os4:not(.page--home) .section-tit .svg--media {
  width: 100px;
}
.android-os4:not(.page--home) .section-tit .svg--live {
  width: 80px;
}
.android-os4:not(.page--home) .section-tit .svg--biography {
  width: 140px;
}
.android-os4:not(.page--home) .section-tit .svg--disco {
  width: 140px;
}
.android-os4:not(.page--home) .section-tit .svg--goods {
  width: 100px;
}
.android-os4 .list--discography,
.android-os4 .list--half {
  display: block;
}
.android-os4 .list--discography li,
.android-os4 .list--half li {
  float: left;
}
.android-os4 .list--discography li:nth-child(odd),
.android-os4 .list--half li:nth-child(odd) {
  margin-right: 6%;
}
/* iAndroid2.4以下
============================== */
.android-os2 .svg-txt {
  display: inline-block !important;
}
.android-os2 .list--info a {
  padding-left: 5.5% !important;
}
.android-os2 .list--info .date {
  position: static!important;
  -webkit-writing-mode: horizontal-tb !important;
  writing-mode: horizontal-tb !important;
  background: none!important;
  width: auto!important;
  padding: 0!important;
  height: auto!important;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 5px!important;
}
.android-os2 .drawer .g-nav {
  display: none!important;
  left: 0!important;
  right: auto!important;
}
.android-os2.menu-open .drawer .g-nav {
  display: block!important;
}
