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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

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

/*Adobe Fonts ちらつき対策用CSS*/
/*Adobe Fonts ちらつき対策用CSSここまで*/
html {
  background: #fff;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
body.drawer__visible {
  overflow: hidden;
}

#wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

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

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

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

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

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

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

.svg-parts {
  display: none;
}

input,
textarea {
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5em;
  width: 100%;
  height: auto;
  box-shadow: none;
  line-height: 1.6;
}

.txt--basic {
  margin: 0 0 3em;
  font-family: "Noto Sans JP", sans-serif;
}

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

.txt--link {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media screen and (min-width: 961px) {
  .txt--link:hover {
    opacity: 0.5;
  }
}

.txt--indent {
  padding-left: 1em;
  text-indent: -1em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.br {
  display: inline-block;
}

.btn--wrap {
  display: flex;
  gap: 1em;
}

.btn > * {
  display: inline-block;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  padding: 10px 40px;
  transition: all 0.3s 0s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn .main {
  background-color: #F665A3;
  color: #fff;
}

.section-tit {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  transform: skewX(-15deg);
}

.tit {
  font-weight: 500;
}

.date {
  line-height: 1;
}

.category {
  line-height: 1;
}

.ph {
  position: relative;
  overflow: hidden;
}

.dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.detail__btn {
  margin-top: 4em;
  text-align: center;
}
.detail__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-weight: 500;
}
.detail__btn a::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translateY(1px);
  transition: all 0.3s 0s ease;
}

.block--pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
.block--pager .pager__item--newer span {
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translateY(1px);
  transition: all 0.3s 0s ease;
  opacity: 0.3;
}
.block--pager .pager__item--older span {
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(1px);
  transition: all 0.3s 0s ease;
  opacity: 0.3;
}
.block--pager .pager__item--newer a span,
.block--pager .pager__item--older a span {
  opacity: 1;
}
.block--pager .pager__item--current {
  font-weight: bold;
  color: #F665A3;
}

.select-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.select-wrap select {
  padding: 0.5em 2em 0.5em 1em;
  background-color: #fff;
  color: #000;
  border: 1px solid #808080;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-wrap::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  position: absolute;
  top: 45%;
  right: 1em;
  transform: translateY(-50%) rotate(45deg);
}

.list--info li {
  background-color: #f7f7f7;
}
.list--info li .block--date {
  display: flex;
  align-items: center;
}
.list--info li .block--date .category {
  color: #808080;
  font-size: 12px;
}
.list--info li .limited {
  padding: 5px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  background-color: #F665A3;
}
.list--info li + li {
  margin-top: 5px;
}
.list--info li.new .date::after {
  content: "NEW";
  color: #F665A3;
  font-size: 12px;
  font-family: "Varela", sans-serif;
  font-weight: 700;
}
.list--info li.no-data {
  background-color: transparent;
}
.list--info.list--media a {
  display: block;
}
.list--info.list--media a .category {
  width: auto;
}
.list--info.list--media a .tit {
  margin-top: 8px;
}

.list--contents {
  display: flex;
  flex-wrap: wrap;
}
.list--contents li.new .date::after {
  content: "NEW";
  color: #F665A3;
  font-size: 12px;
  font-family: "Varela", sans-serif;
  font-weight: 700;
  margin-left: 0.5em;
}
.list--contents .ph .img {
  background-size: contain;
}
.list--contents .ph .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  top: 0;
  left: 0;
  transform: scale(1.2);
  filter: blur(15px);
  z-index: -1;
}
.list--contents .summary {
  margin-top: 8px;
  font-size: 12px;
  color: #808080;
}

.tag {
  padding: 5px 12px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
.tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag__1 {
  background-color: #000;
}
.tag__2 {
  background-color: #0000FE;
}
.tag__3 {
  background-color: #973095;
}
.tag__4 {
  background-color: #009345;
}
.tag__5 {
  background-color: #FE0000;
}
.tag__6 {
  background-color: #ccc;
}
.tag__7 {
  background-color: #4B444C;
}
.tag__8 {
  background-color: #4F2703;
}
.tag__9 {
  background-color: #3EC9B6;
}
.tag__10 {
  background-color: #EF7800;
}
.tag__11 {
  background-color: #F665A3;
}

.list--category {
  margin-bottom: 50px;
  display: flex;
  gap: 8px;
}
.list--category li a {
  padding: 5px 0.5em;
  display: inline-block;
  line-height: 1;
  background-color: #fff;
  color: #F665A3;
  border: 1px solid currentColor;
}
.list--category li.current a {
  background-color: #F665A3;
  color: #fff;
}

.list--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.list--tag li a {
  padding: 5px 0.5em;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #ddd;
}

.header-logo {
  height: auto;
}
.header-logo a {
  display: block;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .g-nav ul {
  line-height: 1;
  color: #000;
}
.header .g-nav ul .jp {
  font-family: "Noto Sans JP", sans-serif;
}

.delighter {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.5s 0.3s;
}

.delighter.started {
  opacity: 1;
  transform: translateY(0);
}

.page--home .tit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.page--home .section-tit.of {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1;
}
.page--home .section-tit.of::before, .page--home .section-tit.of::after {
  content: "";
  position: absolute;
  background-color: #F665A3;
  transform: skewX(-15deg);
  bottom: -3px;
  left: 10px;
}
.page--home .section-tit.fc {
  display: flex;
  align-items: center;
  color: #F665A3;
}
.page--home .section-tit.fc::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-image: url(/static/bullettrain/fanclub/common/logo_fc.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: skewX(15deg);
}
.page--home .statusArea {
  background: #f0f0f0;
  box-sizing: border-box;
}
.page--home .statusArea .name i {
  font-style: normal;
}
.page--home .statusArea .name span {
  font-size: 12px;
}
.page--home .statusArea .list--status {
  background: #fff;
  border: 1px solid;
}
.page--home .statusArea .list--status dd span {
  background: #F665A3;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px 2px;
  margin-left: 8px;
  border-radius: 2px;
}
.page--home .statusArea .txtSub {
  text-indent: -1em;
  font-size: 11px;
  line-height: 1.6;
  padding: 10px 0 0 1em;
}
.page--home .paymentArea {
  margin: auto;
  border: 1px solid #aaa;
}
.page--home .paymentArea .tit {
  margin-bottom: 1em;
  font-size: 1.2em;
  text-align: center;
}
.page--home .paymentArea .btn {
  margin-top: 1em;
  text-align: center;
}
.page--home .section--topics .section-tit {
  margin-bottom: 10px;
}
.page--home .section--topics .block--topics {
  border: 1px solid #bbb;
}
.page--home .section--topics .block--topics a {
  width: 100%;
  display: flex;
  align-items: center;
}
.page--home .section--topics .block--topics a .limited {
  color: #fff;
  font-weight: bold;
  background-color: #F665A3;
}
.page--home .section--topics .block--topics a .tit {
  flex: 1;
}
.page--home .section--topics .block--topics a + a {
  border-top: 1px solid #e0e0e0;
}
.page--home .section--topics .block--topics + .block--topics {
  margin-top: 5px;
}
.page--home .section--banner .bnrList .slick-track {
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.page--home .section--banner .arrow-box {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
  padding-left: 4.86vw;
}
.page--home .section--banner .arrow-box button {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: none;
  border-top: 1px solid #000;
  font-size: 0;
}
.page--home .section--banner .arrow-box button.slick-prev {
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
.page--home .section--banner .arrow-box button.slick-next {
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.page--home .section--info .list--info li a .tit {
  overflow: hidden;
  text-overflow: ellipsis;
}
.page--home .section--live .list--live li a {
  padding: 17px 15px 17px 40px;
  display: block;
  background-color: #FFF3FA;
  position: relative;
}
.page--home .section--live .list--live li a .start {
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%) rotate(-90deg);
  color: #FFC9E8;
  line-height: 1;
}
.page--home .section--live .list--live li a .tit {
  margin-bottom: 12px;
  height: 2.8em;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.page--home .section--live .list--live li a .block--detail {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 12px;
}
.page--home .section--live .list--live li a .block--detail .label {
  color: #808080;
  width: 4em;
}
.page--home .section--live .list--live li a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 15px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 60%, 0% 100%, 0% 0%);
          clip-path: polygon(100% 0, 100% 100%, 50% 60%, 0% 100%, 0% 0%);
  top: 0;
  right: 18px;
  z-index: 10;
}
.page--home .section--live .list--live li.new .tit::before {
  content: "NEW";
  color: #F665A3;
  font-size: 12px;
  font-family: "Varela", sans-serif;
  font-weight: 700;
  padding-right: 0.5em;
}
.page--home .section--media .list--media li a {
  display: block;
  background-color: #f7f7f7;
  position: relative;
}
.page--home .section--media .list--media li a .block--date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.page--home .section--media .list--media li a .block--date .category {
  width: 22px;
  height: 22px;
  background-color: #F665A3;
  position: relative;
}
.page--home .section--media .list--media li a .block--date .category::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page--home .section--media .list--media li a .block--date .category__tv::before {
  background-image: url(/static/bullettrain/fanclub/common/icon--tv.svg);
}
.page--home .section--media .list--media li a .block--date .category__movie::before {
  background-image: url(/static/bullettrain/fanclub/common/icon--movie.svg);
}
.page--home .section--media .list--media li a .block--date .category__radio::before {
  background-image: url(/static/bullettrain/fanclub/common/icon--radio.svg);
}
.page--home .section--media .list--media li a .block--date .category__web::before {
  background-image: url(/static/bullettrain/fanclub/common/icon--web.svg);
}
.page--home .section--media .list--media li a .block--date .category__magazine::before {
  background-image: url(/static/bullettrain/fanclub/common/icon--magazine.svg);
}
.page--home .section--media .list--media li a .block--date .category__other::before {
  background-image: url(/static/bullettrain/fanclub/common/icon--other.svg);
}
.page--home .section--media .list--media li a .tit {
  margin: 10px 0;
}
.page--home .section--media .list--media li a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 15px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 60%, 0% 100%, 0% 0%);
          clip-path: polygon(100% 0, 100% 100%, 50% 60%, 0% 100%, 0% 0%);
  top: 0;
  right: 18px;
  z-index: 10;
}
.page--home .section--media .list--media li.new .date::after {
  content: "NEW";
  color: #F665A3;
  font-size: 12px;
  font-family: "Varela", sans-serif;
  font-weight: 700;
  margin-left: 5px;
}
.page--home .section--video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.page--home .contents--border {
  width: 100%;
  border-top: 2px solid #FFEEF8;
  border-bottom: 2px solid #FFEEF8;
  background-image: linear-gradient(90deg, #FFEEF8, #FFEEF8 50%, #fff 51%, #fff);
  background-repeat: repeat-x;
}
.page--home .section--fc .list--fc-contents {
  display: flex;
}
.page--home .section--fc .list--fc-contents li a {
  display: block;
}
.page--home .section--fc .list--fc-contents li a .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page--home .section--fc .list--fc-contents li a .thumb .img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page--home .section--fc .list--fc-contents li a .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  top: 0;
  left: 0;
  transform: scale(1.2);
  filter: blur(15px);
  z-index: -1;
}
.page--home .section--fc .list--fc-contents li a .thumb.noimage::after {
  content: none;
}
.page--home .section--fc .list--fc-contents li a .category {
  background-color: #F665A3;
  position: relative;
}
.page--home .section--fc .list--fc-contents li a .category::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page--home .section--fc .list--fc-contents li a .category__blog::before {
  background-image: url(/static/bullettrain/fanclub/common/icon--blog.svg);
}
.page--home .section--fc .list--fc-contents li a .category__report::before {
  background-image: url(/static/bullettrain/fanclub/common/icon--report.svg);
}
.page--home .section--fc .list--fc-contents li a .category__movie::before {
  background-image: url(/static/bullettrain/fanclub/common/icon--movie.svg);
}
.page--home .section--fc .list--fc-contents li a .category__photo::before {
  background-image: url(/static/bullettrain/fanclub/common/icon--photo.svg);
}
.page--home .section--fc .list--fc-contents li a .tit {
  overflow: hidden;
  text-overflow: ellipsis;
}
.page--home .section--fc .list--fc-contents li a .tit .tag-blog.tag {
  margin-right: 5px;
}
.page--home .section--fc .list--fc-contents li a .tit .tag-blog.tag__8 {
  background-color: #0000FE;
}
.page--home .section--fc .list--fc-contents li a .tit .tag-blog.tag__10 {
  background-color: #973095;
}
.page--home .section--fc .list--fc-contents li a .tit .tag-blog.tag__11 {
  background-color: #009345;
}
.page--home .section--fc .list--fc-contents li a .tit .tag-blog.tag__12 {
  background-color: #FE0000;
}
.page--home .section--fc .list--fc-contents li a .tit .tag-blog.tag__13 {
  background-color: #ccc;
}
.page--home .section--fc .list--fc-contents li a .tit .tag-blog.tag__14 {
  background-color: #4B444C;
}
.page--home .section--fc .list--fc-contents li a .tit .tag-blog.tag__15 {
  background-color: #4F2703;
}
.page--home .section--fc .list--fc-contents li a .tit .tag-blog.tag__16 {
  background-color: #3EC9B6;
}
.page--home .section--fc .list--fc-contents li a .tit .tag-blog.tag__17 {
  background-color: #EF7800;
}
.page--home .section--fc .list--fc-contents li a .tit .tag-blog.tag__18, .page--home .section--fc .list--fc-contents li a .tit .tag-blog.tag__2 {
  background-color: #F665A3;
}
.page--home .section--fc .list--fc-contents li.new .date::after {
  content: "NEW";
  color: #F665A3;
  font-size: 12px;
  font-family: "Varela", sans-serif;
  font-weight: 700;
}
.page--home .section--fc .list--fc-contents.not_loggedin li .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px) brightness(0.85);
          backdrop-filter: blur(10px) brightness(0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

body:not(.page--home) .section-tit {
  margin-bottom: 1.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1;
}
body:not(.page--home) .section-tit::before, body:not(.page--home) .section-tit::after {
  content: "";
  position: absolute;
  background-color: #F665A3;
  transform: skewX(-15deg);
  bottom: -3px;
  left: 10px;
  z-index: -1;
}
body:not(.page--home) .section-tit.jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
body:not(.page--home) .section-tit.jp::before, body:not(.page--home) .section-tit.jp::after {
  bottom: -8px;
}
body:not(.page--home).fc .section-tit {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  color: #F665A3;
}
body:not(.page--home) .footer {
  margin-top: auto;
}
body:not(.page--home) .list--info li a {
  display: block;
}
body:not(.page--home) .list--info li.no-data {
  background-color: transparent;
}
body:not(.page--home) .section--list .tit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
body:not(.page--home) .section--list .tit-wrap .section-tit {
  margin-bottom: 0;
}
body:not(.page--home) .section--list .tit-wrap .category-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body:not(.page--home) .section--list .tit-wrap .category-link a::after {
  content: "";
  margin-left: 0.5em;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg) translateY(-0.15em);
}
@media screen and (min-width: 961px) {
  body:not(.page--home) .section--list .tit-wrap .category-link a:hover {
    color: #F665A3;
  }
}
@media screen and (min-width: 961px) {
  body:not(.page--home) .section--list .tit-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .section--list .tit-wrap {
    margin-bottom: 26px;
  }
}
body:not(.page--home) .reportIcon {
  width: 1em;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 1em;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}
body:not(.page--home) .reportBlock {
  display: none;
  position: fixed;
  padding-bottom: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
body:not(.page--home) .reportBlock .reportList {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #FFF;
  transition: 0.3s ease 1s;
  transform: translateY(110%);
}
body:not(.page--home) .reportBlock .reportList dd + dd {
  border-top: 1px solid #aaa;
}
body:not(.page--home) .reportBlock .reportList dd a {
  padding: 3em 1.5em;
  display: flex;
  align-items: center;
  gap: 1em;
  line-height: 1em;
}
body:not(.page--home) .reportBlock .reportList dd a img {
  width: 1.2em;
  height: auto;
}
body:not(.page--home) .reportBlock.open .reportList {
  transition: 0.3s ease 0.3s;
  transform: translateY(0);
}

.page--info .section--list .list--accordion {
  margin-bottom: 30px;
  border: 1px solid #aaa;
}
.page--info .section--list .list--accordion summary::-webkit-details-marker {
  display: none;
}
.page--info .section--list .list--accordion .accordion-tit {
  padding: 1.5em;
  display: block;
  position: relative;
  cursor: pointer;
}
.page--info .section--list .list--accordion .accordion-tit::after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  position: absolute;
  top: 43%;
  right: 1.5em;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--list .list--accordion .accordion-tit {
    padding: 1em;
  }
}
.page--info .section--list .list--accordion .list--category {
  margin-bottom: 0;
  padding: 0 1.5em 1.5em;
  flex-wrap: wrap;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--info .section--list .list--accordion .list--category {
    padding: 0 1em 1em;
  }
}
.page--info .section--list .list--accordion[open] .accordion-tit::after {
  transform: rotate(-135deg) translateY(-10%);
  transition: all 0.3s 0s ease;
}
.page--info .section--list .select-wrap {
  margin-bottom: 30px;
  margin-left: auto;
}
.page--info .section--list .list--ticket li a .thumb {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.page--info .section--list .list--ticket li a .thumb .img {
  background-size: contain;
  position: relative;
  z-index: 2;
}
.page--info .section--list .list--ticket li a .thumb .blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  transform: scale(1.5);
  filter: blur(20px);
}
.page--info .section--list .list--ticket li a .limited {
  margin: 0 10px 0 0;
}
.page--info .section--list .list--ticket li a .tit {
  line-height: 1.8;
}
.page--info .section--list .list--ticket li a .date {
  margin-top: 1em;
  color: #F665A3;
}
.page--info .section--list .list--ticket li a .sub-tit {
  margin-top: 0.8em;
  font-size: 13px;
}
.page--info .section--list .list--ticket li.new .date::after {
  content: none;
}
.page--info .section--detail .tag {
  padding: 0;
}
.page--info .section--detail .tag a {
  padding: 5px 12px;
  display: inline-block;
}
.page--info .section--detail .titArea .block--tag {
  margin-bottom: 0.5em;
}
.page--info .section--detail .titArea .block--tag .category {
  font-size: 12px;
  color: #808080;
}
.page--info .section--detail .titArea .block--tag .tag-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page--info .section--detail .titArea .tit {
  font-size: 1.4em;
  font-weight: 600;
}
.page--info .section--detail .titArea .date,
.page--info .section--detail .titArea .event-date {
  margin-top: 0.5em;
  font-size: 12px;
  color: #808080;
}
.page--info .section--detail .titArea .period {
  margin-top: 1em;
  font-size: 13px;
}
.page--info .section--detail .ph {
  margin-bottom: 2em;
}
.page--info .section--detail .txtArea a {
  max-width: 100%;
  color: #F665A3;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.page--info .section--detail .txtArea iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page--info .section--detail .block--related {
  opacity: 0;
}
.page--info .section--detail .block--related .block-tit {
  font-size: 0;
}
.page--info .section--detail .block--related.rss-loaded {
  margin-top: 3em;
  opacity: 1;
}
.page--info .section--detail .block--related.rss-loaded .block-tit {
  margin-bottom: 0.8em;
  font-size: inherit;
}

.page--schedule .scheduleNav {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #F665A3;
}
.page--schedule .scheduleNav .month {
  font-weight: bold;
}
.page--schedule .scheduleNav .prev a::before,
.page--schedule .scheduleNav .next a:after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transition: all 0.3s 0s ease;
}
.page--schedule .scheduleNav .prev a::before {
  margin-right: 0.3em;
  transform: rotate(-45deg) translateY(-2px);
}
.page--schedule .scheduleNav .next a:after {
  margin-left: 0.5em;
  transform: rotate(135deg) translateY(2px);
}
.page--schedule .select-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
}
.page--schedule .select-wrap select {
  padding: 0.5em 2em 0.5em 1em;
  border: 1px solid #808080;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page--schedule .select-wrap::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  position: absolute;
  top: 45%;
  right: 1em;
  transform: translateY(-50%) rotate(45deg);
}
.page--schedule .list--schedule li {
  display: flex;
}
.page--schedule .list--schedule li .block--category {
  margin-bottom: 5px;
}
.page--schedule .list--schedule li .date {
  text-align: center;
}
.page--schedule .list--schedule li .date .week {
  margin-top: 0.3em;
  font-size: 0.6em;
}
.page--schedule .list--schedule li .entry_box.text {
  width: 100%;
  flex: 1;
}
.page--schedule .list--schedule li .entry_box.text .schedule-block + .schedule-block {
  margin-top: 5px;
}
.page--schedule .list--schedule li .entry_box.text a {
  display: block;
  background-color: #f7f7f7;
}
.page--schedule .list--schedule li .category {
  color: #808080;
  font-size: 12px;
}
.page--schedule .list--schedule li .tit {
  font-size: 1.1em;
}
.page--schedule .list--schedule li .place {
  margin-top: 0.2em;
  font-size: 12px;
}

.page--live .week {
  margin-left: 0.5em;
  font-size: 0.9em;
}
.page--live .section--list .list--live li a {
  background-color: #FFF3FA;
}
.page--live .section--list .list--live li a .list__tit {
  flex: 1;
}
.page--live .section--list .list--live li a .list__info p {
  display: flex;
  align-items: center;
}
.page--live .section--list .list--live li a .list__info p .label {
  display: inline-block;
  width: 5em;
  font-size: 0.9em;
  color: #808080;
}
.page--live .section--list .list--live li a .list__info p .detail {
  flex: 1;
}
.page--live .section--list .list--live li a .list__info p + p {
  margin-top: 0.5em;
}
.page--live .section--list .list--live li + li {
  margin-top: 5px;
}
.page--live .section--detail .block--liveinfo > div {
  padding: 1.5em 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #aaa;
}
.page--live .section--detail .block--liveinfo dt {
  width: 8em;
  font-weight: bold;
}
.page--live .section--detail .block--liveinfo dd {
  width: calc(100% - 8em);
}
.page--live .section--detail .block--liveinfo a {
  color: #F665A3;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.page--profile .txt p + p {
  margin-top: 2em;
}
.page--profile .list--member {
  display: flex;
  flex-wrap: wrap;
}
.page--profile .list--member .name {
  margin-top: 0.5em;
  font-size: 1.1em;
}
.page--profile .list--member .name .sns {
  display: flex;
  gap: 1em;
  font-size: 1em;
  line-height: 1;
}
.page--profile .list--member .name .sns .kirari svg {
  width: 1em;
  height: 1em;
  transition: all 0.3s 0s ease;
}
.page--profile .list--member .name .sns a {
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .page--profile .list--member .name .sns a:hover {
    color: #F665A3;
    transition: all 0.3s 0s ease;
  }
  .page--profile .list--member .name .sns a:hover svg {
    fill: #F665A3;
    transition: all 0.3s 0s ease;
  }
}
.page--profile .list--member .profile {
  margin-top: 0.3em;
  font-size: 0.9em;
}
.page--profile.page--detail .profile--header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--profile.page--detail .profile--header .profile-name {
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
.page--profile.page--detail .profile--header .profile-name span {
  display: block;
  letter-spacing: 0.2em;
}
.page--profile.page--detail .profile--header.kai {
  background-color: #0000FE;
}
.page--profile.page--detail .profile--header.ryoga {
  background-color: #973095;
}
.page--profile.page--detail .profile--header.takuya {
  background-color: #009345;
}
.page--profile.page--detail .profile--header.yuki {
  background-color: #FE0000;
}
.page--profile.page--detail .profile--header.takashi {
  background-color: #ccc;
}
.page--profile.page--detail .profile--header.shuya {
  background-color: #4B444C;
}
.page--profile.page--detail .profile--header.masahiro {
  background-color: #4F2703;
}
.page--profile.page--detail .profile--header.aloha {
  background-color: #3EC9B6;
}
.page--profile.page--detail .profile--header.haru {
  background-color: #EF7800;
}
.page--profile.page--detail .section--detail .list--sns {
  margin-top: 1em;
  display: flex;
  align-items: center;
  font-size: 1.4em;
  line-height: 1;
  gap: 1em;
}
.page--profile.page--detail .section--detail .list--sns .kirari svg {
  width: 0.9em;
  height: 0.9em;
  transform: translateY(1px);
  transition: all 0.3s 0s ease;
}

.page--disco .category,
.page--disco .date {
  font-size: 12px;
}
.page--disco .tit {
  margin: 0.3em 0;
  font-size: 1.2em;
}
.page--disco .thumb img {
  border: 1px solid #eee;
}
.page--disco .thumb.noimage img {
  border: none;
}
.page--disco .section--list .list--disco {
  display: flex;
  flex-wrap: wrap;
}
.page--disco .section--list .list--disco .thumb img {
  background-size: contain;
  background-position: center;
}
.page--disco .section--list .list--disco .list__txt {
  margin-top: 1em;
}
.page--disco .section--detail .block--jacket .list--jacket li + li {
  margin-top: 1.5em;
}
.page--disco .section--detail .block--jacket figcaption {
  margin-top: 0.5em;
  text-align: center;
}
.page--disco .section--detail .block--comment {
  margin-top: 1em;
}

#entry #entrySVG {
  display: none;
}
#entry section {
  position: relative;
}
#entry section .inner {
  background: #fff;
  margin: 0 auto;
}
#entry h3 {
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
}
#entry h3::after {
  display: block;
  content: "";
  width: 1.4em;
  background: #000;
  margin-left: -0.7em;
  position: absolute;
  left: 50%;
}
#entry .subTxt {
  display: block;
  font-size: 14px;
}
#entry #benefit .entryPrize {
  border-radius: 20px;
}
#entry #benefit .entryPrize .ph {
  width: 80%;
  margin: 30px auto 0;
}
#entry #benefit .inner {
  background: none;
  padding: 0;
}
#entry #benefit li {
  background: #fff;
}
#entry #benefit li ul li {
  float: none;
  width: 100%;
  margin: 0 0 2vw;
}
#entry #benefit li.card {
  width: 100%;
  float: none;
}
#entry #benefit li .tit svg {
  display: inline-block;
  fill: #000;
}
#entry #benefit li.contents {
  height: 387px;
}
#entry #benefit li .ph {
  text-align: center;
}
#entry #benefit li .ph + .txt {
  margin-top: 20px;
}
#entry #benefit li .ph img {
  margin: auto;
}
#entry #benefit li .txt {
  line-height: 170%;
  text-align: justify;
  word-break: break-all;
}
#entry .tit .subTxt {
  display: inline-block;
  vertical-align: 3px;
}
#entry #entryStep .price {
  text-align: center;
}
#entry #entryStep .price li {
  display: inline-block;
}
#entry #entryStep .price .subTxt {
  display: block;
}
#entry #entryStep .subTit {
  border-bottom: 1px solid #000;
}
#entry #entryStep .howto {
  text-align: center;
}
#entry #entryStep .howto li:last-child {
  margin-right: 0;
}
#entry #entryStep .howto li a {
  display: block;
  text-decoration: none;
}
#entry #entryStep .howto li .ph img {
  display: block;
}
#entry #entryStep .howto li:nth-child(1) .ph img {
  background-image: url(/static/bullettrain/fanclub-pc/feature/entry/btn_emtg.png);
}
#entry #entryStep .howto li:nth-child(2) .ph img {
  background-image: url(/static/bullettrain/fanclub-pc/feature/entry/btn_loppi.png);
}
#entry #entryStep .howto li:nth-child(3) .ph img {
  background-image: url(/static/bullettrain/fanclub-pc/feature/entry/btn_lawsonticket.png);
}
#entry #entryStep .btn {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 30px;
}
#entry .alertBox {
  background: #f5f5f5;
  border-radius: 0;
  line-height: 180%;
  box-sizing: border-box;
  padding: 20px 30px;
  margin: 50px 0 15px;
}

.page--blog .tag {
  margin-right: 5px;
  background-color: #000;
}
.page--blog .tag__8 {
  background-color: #0000FE;
}
.page--blog .tag__10 {
  background-color: #973095;
}
.page--blog .tag__11 {
  background-color: #009345;
}
.page--blog .tag__12 {
  background-color: #FE0000;
}
.page--blog .tag__13 {
  background-color: #ccc;
}
.page--blog .tag__14 {
  background-color: #4B444C;
}
.page--blog .tag__15 {
  background-color: #4F2703;
}
.page--blog .tag__16 {
  background-color: #3EC9B6;
}
.page--blog .tag__17 {
  background-color: #EF7800;
}
.page--blog .tag__18, .page--blog .tag__2 {
  background-color: #F665A3;
}
.page--blog .section--list .select-wrap {
  margin: 0 0 30px auto;
}
.page--blog .section--list .list--contents li .thumb {
  position: relative;
  overflow: hidden;
}
.page--blog .section--list .list--contents li .thumb .img {
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--blog .section--list .list--contents li .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  top: 0;
  left: 0;
  transform: scale(1.2);
  filter: blur(15px);
  z-index: -1;
}
.page--blog .section--list .list--contents li .txtArea .tit {
  line-height: 1.8;
}
.page--blog .section--list .list--contents.not_loggedin li .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px) brightness(0.85);
          backdrop-filter: blur(10px) brightness(0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.page--blog .section--list .list--contents.not_loggedin li .thumb.noimage::after {
  content: none;
}
.page--blog .section--list .archiveLink {
  text-align: center;
}
.page--blog .section--list .archiveLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.page--blog .section--list .archiveLink a::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(1px);
  transition: all 0.3s 0s ease;
}
.page--blog .section--detail .titArea .tag {
  margin-bottom: 0.5em;
  margin-right: 0;
}
.page--blog .section--detail .titArea {
  margin-bottom: 50px;
}
.page--blog .section--detail .titArea .tit {
  font-size: 1.4em;
}
.page--blog .section--detail .titArea .date {
  margin-top: 0.5em;
  font-size: 12px;
  color: #808080;
}
.page--blog .section--detail .txtArea {
  margin-bottom: 3em;
}
.page--blog .section--detail .txtArea a {
  max-width: 100%;
  color: #F665A3;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.page--blog .section--detail .txtArea .video-js {
  width: 100%;
  aspect-ratio: 16/9;
  position: inherit;
}
.page--blog .section--detail .icon--like {
  display: inline-block;
  padding: 7px 14px 5px;
  background-color: #eee;
  line-height: 1em;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
.page--blog .section--detail .icon--like i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 115%;
  color: #000;
  vertical-align: 1px;
  margin: 0 5px 0 0;
  cursor: pointer;
  transition: all 0.3s 0s ease;
}
.page--blog .section--detail .icon--like i.clicked {
  background-color: #FFF3FA;
}
.page--blog .section--detail .icon--like i.clicked::before {
  color: #F665A3;
}
.page--blog .section--detail .icon--like i::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-48%);
  font-size: 90%;
  transition: all 0.3s 0s ease;
}
.page--blog .section--detail .icon--like span {
  font-weight: 600;
  font-size: 13px;
  vertical-align: 2px;
  margin-left: 20px;
  position: relative;
}
.page--blog .section--detail .table_box {
  padding: 2em 0 1em;
}
.page--blog .section--detail .table_box textarea {
  height: 10em;
}
.page--blog .section--detail #block_box {
  padding-bottom: 2em;
}
.page--blog .section--detail #block_box p.btn {
  text-align: center;
}
.page--blog .section--detail #block_box p.btn > span {
  padding: 0;
}
.page--blog .section--detail #block_box input[type=submit] {
  padding: 10px 40px;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.page--blog .section--detail .commentList {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.page--blog .section--detail .commentList li {
  padding: 1em 0;
  position: relative;
}
.page--blog .section--detail .commentList li .name-wrap {
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page--blog .section--detail .commentList li .name-wrap .name {
  font-size: 13px;
}
.page--blog .section--detail .commentList li .name-wrap .date {
  font-size: 12px;
}
.page--blog .section--detail .commentList li + li {
  border-top: 1px solid #ddd;
}
.page--blog .section--detail .commentList:not(:has(li)) {
  border: none;
}
.page--blog.page--confirm dl dt {
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.page--blog.page--confirm dl dd {
  margin-bottom: 1em;
}
.page--blog.page--confirm .btn {
  text-align: center;
  margin-top: 3em;
}
.page--blog.page--confirm .btn span {
  padding: 0;
}
.page--blog.page--confirm .btn input {
  padding: 10px 40px;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.page--movie.new-movie .titArea .date {
  margin-top: 0.5em;
  font-size: 12px;
  color: #808080;
}
.page--movie.new-movie .titArea .tit {
  font-weight: bold;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-progress {
  background: linear-gradient(45deg, #F665A3 0%, #F665A3 100%);
}
.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  aspect-ratio: 1/1;
  height: 8vw;
  margin: 0;
  transform: translate(-50%, -50%);
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > .tab__comment .item__ico img {
  width: auto;
  height: 24px;
  aspect-ratio: 94/75;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > .tab__list .item__ico img {
  width: auto;
  height: 24px;
  aspect-ratio: 79/75;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  width: 100%;
  padding: 1em 0;
  gap: 15px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
  margin: 0;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .titArea {
  flex: 1;
  margin: 0;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .titArea .date {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .attentionList {
  margin: 30px 0;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li {
  padding: 1em 0;
  position: relative;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
  width: 100%;
  padding: 0;
  position: relative;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .name {
  margin-bottom: 0.5em;
  font-size: 13px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .btn--report {
  display: none;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li + li {
  border-top: 1px solid #ddd;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment:not(:has(li)) {
  border: none;
}

.page--photo .titArea .date {
  margin-top: 0.5em;
  font-size: 12px;
  color: #808080;
}
.page--photo .titArea .tit {
  font-weight: bold;
}
.page--photo #swipebox-close {
  top: 60px;
  right: 70px;
  background: none;
}
.page--photo #swipebox-close::before, .page--photo #swipebox-close::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 20px;
}
.page--photo #swipebox-close::before {
  transform: rotate(45deg);
}
.page--photo #swipebox-close::after {
  transform: rotate(-45deg);
}
.page--photo #swipebox-prev,
.page--photo #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.page--photo #swipebox-prev::after,
.page--photo #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  pointer-events: none;
}
.page--photo #swipebox-prev {
  left: 3%;
}
.page--photo #swipebox-prev::after {
  transform: rotate(45deg);
  margin: 1em 0.25em 1em 1em;
}
.page--photo #swipebox-next {
  right: 3%;
}
.page--photo #swipebox-next::after {
  transform: rotate(-135deg);
  margin-top: 1em;
  margin-right: 0.25em;
}

.page--wallpaper .howto {
  margin-bottom: 2em;
}
.page--wallpaper .howto .tit {
  margin-bottom: 0.5em;
}

.page--faq h3 {
  margin: 40px 0 0.5em;
}
.page--faq .icon--q {
  font-size: 1.1em;
  font-weight: bold;
  color: #F665A3;
}
.page--faq .section--list .search {
  position: relative;
}
.page--faq .section--list .search input[type=text] {
  width: 100%;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #aaa;
}
.page--faq .section--list .search input[type=submit] {
  display: block;
  margin-left: 10px;
  width: 1em;
  height: 1em;
  color: #000;
  font-family: FontAwesome;
  font-size: 14px;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  cursor: pointer;
}
.page--faq .section--list .list--faq a {
  display: flex;
}
.page--faq .section--detail .titCat {
  font-size: 12px;
  color: #808080;
}
.page--faq .section--detail .tit {
  font-size: 1.4em;
  font-weight: 600;
}
.page--faq .section--detail h3.title {
  padding-top: 40px;
  border-top: 1px solid #aaa;
}
.page--faq .section--detail .questionBlock {
  margin-top: 40px;
}

#support {
  margin: 0 auto;
}
#support .sectionTit {
  margin-bottom: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  position: relative;
}
#support dt {
  font-weight: bold;
}
#support dt {
  border-bottom: 1px solid #aaa;
  padding-bottom: 0;
  margin-bottom: 10px;
}
#support dd {
  margin-bottom: 20px;
}
#support dd a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
#support .course_box dt {
  border: none;
}

.page--guide .langBar {
  width: 120px;
  margin: -40px 2vw 40px auto;
  transition: all 0.3s 0s ease;
  font-weight: normal;
}
.page--guide .langBar .langSelector {
  position: relative;
}
.page--guide .langBar .langSelector::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%) rotate(45deg);
}
.page--guide .langBar .langSelector .easy-select-box:nth-of-type(2) {
  display: none;
}
.page--guide .langBar .esb-item {
  padding: 0.2em 0;
  cursor: pointer;
  text-align: right;
  color: #000;
}
.page--guide .langBar .esb-displayer {
  padding: 0.3em 0.5em;
  border-bottom: solid 1px #aaa;
  text-align: right;
  cursor: pointer;
  color: #000;
}
.page--guide .langBar .esb-dropdown {
  padding: 0 0.5em;
  background: #fff;
  color: #000;
  line-height: 1.8em;
  position: absolute;
  z-index: 800;
}
.page--guide .langBar select {
  padding: 1em;
  border-right: solid 1px #555;
  background: #fff;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.page--guide .langBar select option {
  color: #000;
}

.fixed .langBar {
  right: 30px;
}

.page--error .section-tit {
  margin: 0 auto 1.2em;
}
.page--error .tit {
  margin-bottom: 1em;
  font-size: 1.6em;
  font-weight: bold;
}
.page--error .btn {
  margin-top: 3em;
  text-align: center;
}
.page--error .btn--main {
  display: inline-block;
  padding: 0.8em 3em;
  border: 1px solid currentColor;
}

.footer {
  width: 100%;
  color: #fff;
  background-color: #F665A3;
}
.footer .inner {
  display: flex;
}
.footer .inner .block--left .list--sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .inner .block--left .list--support {
  display: flex;
}
.footer .inner .block--right .list--banner {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  a:hover {
    transition: all 0.3s 0s ease;
  }
  .section-tit {
    font-size: 34px;
  }
  .section-tit.jp {
    font-size: 30px;
  }
  .btn .main:hover {
    opacity: 0.5;
  }
  .btn--main:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .btn--sub:hover {
    opacity: 0.6;
  }
  .detail__btn a:hover {
    color: #F665A3;
  }
  .detail__btn a:hover::before {
    border-color: #F665A3;
  }
  .block--pager {
    margin-top: 50px;
  }
  .block--pager li a:hover {
    color: #F665A3;
  }
  .block--pager .pager__item--newer a:hover span,
  .block--pager .pager__item--older a:hover span {
    border-color: #F665A3;
    transition: all 0.3s 0s ease;
  }
  .list--info li a {
    padding: 16px 20px;
    position: relative;
  }
  .list--info li a .category {
    margin: 0 15px;
  }
  .list--info li a .limited {
    margin: 0 0 0 15px;
  }
  .list--info li a > * {
    position: relative;
    z-index: 2;
  }
  .list--info li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .list--info li a:hover::before {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .list--info li.new .date::after {
    margin-left: 10px;
  }
  .list--contents {
    gap: 30px 2%;
  }
  .list--contents li {
    width: 32%;
  }
  .list--contents li .thumb {
    position: relative;
  }
  .list--contents li .thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 101, 163, 0.2);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .list--contents li .txtArea {
    margin-top: 12px;
  }
  .list--contents li .txtArea p {
    transition: all 0.3s 0s ease;
  }
  .list--contents li .txtArea .tit {
    margin-top: 8px;
    font-size: 15px;
  }
  .list--contents li a:hover .thumb::before {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
    z-index: 20;
  }
  .list--contents li a:hover .txtArea p, .list--contents li a:hover span {
    color: #F665A3;
    transition: all 0.3s 0s ease;
  }
  .list--contents li a:hover .txtArea p.tag, .list--contents li a:hover span.tag {
    color: #fff;
  }
  .list--category li a:hover {
    background-color: #F665A3;
    color: #fff;
  }
  .list--tag li a:hover {
    background-color: #F665A3;
    color: #fff;
    border: 1px solid #F665A3;
  }
  .header-logo {
    width: 13.8vw;
    height: auto;
  }
  .header {
    padding: 40px 2vw;
  }
  .header .g-nav {
    display: flex;
    justify-content: flex-end;
    gap: min(1.4vw, 20px);
    flex-wrap: wrap;
  }
  .header .g-nav ul {
    display: flex;
    justify-content: flex-end;
    gap: min(1.4vw, 20px);
    line-height: 1;
    color: #000;
  }
  .header .g-nav ul li a {
    position: relative;
  }
  .header .g-nav ul li a:hover {
    color: #F665A3;
  }
  .header .g-nav ul li.fc-menu {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s 0s ease;
  }
  .header .g-nav ul li.fc-menu .border {
    display: block;
    margin-left: 5px;
    width: 1em;
    height: 0.8em;
    position: relative;
  }
  .header .g-nav ul li.fc-menu .border span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #000;
    transition: all 0.3s 0s ease;
  }
  .header .g-nav ul li.fc-menu .border span:first-of-type {
    top: 0;
  }
  .header .g-nav ul li.fc-menu .border span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header .g-nav ul li.fc-menu .border span:last-of-type {
    bottom: 0;
  }
  .header .g-nav ul li.fc-menu:hover {
    color: #F665A3;
    transition: all 0.3s 0s ease;
  }
  .header .g-nav ul li.fc-menu:hover .border span {
    background-color: #F665A3;
    transition: all 0.3s 0s ease;
  }
  .fc-menu-drawer {
    position: fixed;
    padding: 30px;
    width: 220px;
    height: 100%;
    top: 0;
    right: -220px;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    z-index: 1000;
    transition: all 0.3s 0s ease;
  }
  .fc-menu-drawer .fc-logo {
    margin: 0 auto 30px;
    width: 80%;
  }
  .fc-menu-drawer ul {
    text-align: center;
  }
  .fc-menu-drawer ul li + li {
    margin-top: 1em;
  }
  .fc-menu-drawer ul li a:hover {
    color: #F665A3;
  }
  .fc-menu-drawer .btn-close {
    position: absolute;
    display: block;
    top: 30px;
    right: 250px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .fc-menu-drawer .btn-close::before, .fc-menu-drawer .btn-close::after {
    content: "";
    position: absolute;
    display: block;
    width: 140%;
    height: 1px;
    background-color: #fff;
    left: 0;
  }
  .fc-menu-drawer .btn-close::before {
    top: 0;
    transform: rotate(45deg);
    transform-origin: top left;
  }
  .fc-menu-drawer .btn-close::after {
    bottom: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
  }
  .fc-menu-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    transition: all 0.3s 0s ease;
  }
  .fcmenu__visible .fc-menu-bg {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s 0s ease;
  }
  .fcmenu__visible .fc-menu-drawer {
    opacity: 1;
    right: 0;
    pointer-events: all;
    transition: all 0.3s 0s ease;
  }
  .page--home #app-bnr {
    display: none !important;
  }
  .page--home .section--topics {
    margin: 40px auto 0;
    width: 580px;
  }
  .page--home .section--topics .section-tit {
    font-size: 20px;
  }
  .page--home .section--topics .block--topics a {
    padding: 10px;
    gap: 20px;
    position: relative;
  }
  .page--home .section--topics .block--topics a .limited {
    padding: 5px 30px;
    line-height: 1;
  }
  .page--home .section--topics .block--topics a p {
    position: relative;
    z-index: 2;
  }
  .page--home .section--topics .block--topics a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--topics .block--topics a:hover::before {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .page--home .tit-wrap {
    margin-bottom: 20px;
  }
  .page--home .section-tit.of {
    padding-left: 20px;
  }
  .page--home .section-tit.of::before {
    width: 98%;
    height: 3px;
  }
  .page--home .section-tit.of::after {
    width: 3px;
    height: 12px;
  }
  .page--home .section-tit.fc {
    gap: 10px;
  }
  .page--home .section-tit.fc::before {
    width: 90px;
    height: 90px;
    border: 4px solid #FFBEDA;
    background-size: 60px 50px;
    background-position: top 15px left 13px;
  }
  .page--home .section--contents {
    margin-left: auto;
    margin-right: auto;
    width: 96.6vw;
    max-width: 1100px;
  }
  .page--home .section--contents.of {
    margin-top: 100px;
  }
  .page--home .section--contents + .section--contents.fc {
    margin-top: 60px;
  }
  .page--home .viewall:hover {
    color: #F665A3;
  }
  .page--home .section--banner {
    margin-top: 50px;
  }
  .page--home .section--banner .bnrList li a img {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--banner .bnrList li a:hover img {
    opacity: 0.5;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--banner .arrow-box .slick-arrow {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--banner .arrow-box .slick-arrow:hover {
    border-color: #F665A3;
    transition: all 0.3s 0s ease;
  }
  .page--home .statusArea {
    width: 600px;
    padding: 30px;
    margin: 80px auto 0;
  }
  .page--home .statusArea .name {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page--home .statusArea .name i {
    margin-right: 0.5em;
  }
  .page--home .statusArea .list--status {
    border: 1px solid;
  }
  .page--home .statusArea .list--status dt {
    background: #000;
    width: 8em;
    color: #fff;
    padding: 15px 0;
    box-sizing: border-box;
    text-align: center;
    float: left;
  }
  .page--home .statusArea .list--status dd {
    padding: 15px 10px 15px 9em;
  }
  .page--home .paymentArea {
    width: 600px;
    margin-top: 40px;
    padding: 30px;
    text-align: center;
  }
  .page--home .section--info .list--info a {
    display: flex;
    align-items: center;
  }
  .page--home .section--info .list--info a .category {
    margin: 0 20px 0 15px;
    width: 7.5em;
    text-align: center;
  }
  .page--home .section--info .list--info a .limited {
    margin: 0 20px 0 15px;
  }
  .page--home .section--info .list--info a .tit {
    flex: 1;
    white-space: nowrap;
  }
  .page--home .section--live .list--live {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .page--home .section--live .list--live li {
    width: calc((100% - 20px) / 3);
  }
  .page--home .section--live .list--live li a {
    height: 100%;
    position: relative;
  }
  .page--home .section--live .list--live li a > * {
    position: relative;
    z-index: 2;
  }
  .page--home .section--live .list--live li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 101, 163, 0.1);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--live .list--live li a:hover::after {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .page--home .section--media .list--media {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .page--home .section--media .list--media li {
    width: calc((100% - 20px) / 3);
  }
  .page--home .section--media .list--media li a {
    padding: 16px 20px;
    height: 100%;
  }
  .page--home .section--media .list--media li a > * {
    position: relative;
    z-index: 2;
  }
  .page--home .section--media .list--media li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--media .list--media li a:hover::after {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .page--home .section--media .list--media li.new .date::after {
    margin-left: 10px;
  }
  .page--home .contents--border {
    margin: 100px 0 80px;
    height: 20px;
    background-size: 60px 20px;
  }
  .page--home .section--fc .list--fc-contents {
    gap: 20px;
  }
  .page--home .section--fc .list--fc-contents li {
    width: calc(50% - 10px);
  }
  .page--home .section--fc .list--fc-contents li .block--tit {
    width: 100%;
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .page--home .section--fc .list--fc-contents li .thumb {
    position: relative;
  }
  .page--home .section--fc .list--fc-contents li .thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 101, 163, 0.2);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--fc .list--fc-contents li .category {
    width: 40px;
    height: 40px;
  }
  .page--home .section--fc .list--fc-contents li .category::before {
    width: 26px;
    height: 26px;
    top: 7px;
    left: 7px;
  }
  .page--home .section--fc .list--fc-contents li .block--text {
    flex: 1;
    width: calc(100% - 50px);
  }
  .page--home .section--fc .list--fc-contents li .block--text p {
    transition: all 0.3s 0s ease;
  }
  .page--home .section--fc .list--fc-contents li .tit {
    margin-top: 5px;
    font-size: 15px;
    white-space: nowrap;
  }
  .page--home .section--fc .list--fc-contents li.new .date::after {
    margin-left: 5px;
  }
  .page--home .section--fc .list--fc-contents li a:hover .thumb::before {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
    z-index: 20;
  }
  .page--home .section--fc .list--fc-contents li a:hover .block--text p {
    color: #F665A3;
    transition: all 0.3s 0s ease;
  }
  body:not(.page--home) .header-logo {
    width: 120px;
  }
  body:not(.page--home) .header {
    width: 100%;
    padding: 30px 2vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 900;
  }
  body:not(.page--home) .content--main {
    margin-bottom: 70px;
    padding-top: 140px;
  }
  body:not(.page--home) .section-tit {
    padding-left: 20px;
  }
  body:not(.page--home) .section-tit::before {
    width: 98%;
    height: 3px;
  }
  body:not(.page--home) .section-tit::after {
    width: 3px;
    height: 12px;
  }
  .section--list {
    margin: auto;
    width: 96.6vw;
    max-width: 1100px;
  }
  .section--list .list--info li a .category {
    margin: 0 0 0 15px;
  }
  .section--list .list--info li a .tit {
    margin-top: 8px;
  }
  .section--list .list--info li a .tit .tag-wrap {
    display: inline-block;
  }
  .section--list .list--info li a .tit .tag-wrap .tag + .tag {
    margin-left: 5px;
  }
  .section--list .list--info li a .tit .tag-wrap .tag:last-of-type {
    margin-right: 5px;
  }
  .section--detail,
  div#support {
    margin: auto;
    width: 62.5vw;
    max-width: 900px;
  }
  .page--info .section--list .list--ticket li a {
    display: flex;
    gap: 30px;
  }
  .page--info .section--list .list--ticket li a .thumb {
    width: 25%;
  }
  .page--info .section--list .list--ticket li a .txtArea {
    flex: 1;
  }
  .page--info .section--detail .titArea {
    margin-bottom: 50px;
  }
  .page--info .section--detail .titArea .block--tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
  }
  .page--info--category .date {
    margin-right: 20px;
  }
  .page--schedule .schedule--head .scheduleNav .month {
    font-size: 50px;
  }
  .page--schedule .schedule--head .scheduleNav .prev a:hover,
  .page--schedule .schedule--head .scheduleNav .next a:hover {
    opacity: 0.5;
  }
  .page--schedule .list--schedule {
    margin-top: 50px;
  }
  .page--schedule .list--schedule li {
    display: flex;
    gap: 40px;
  }
  .page--schedule .list--schedule li .block--category {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .page--schedule .list--schedule li .tag-wrap {
    margin-top: 0;
  }
  .page--schedule .list--schedule li .date {
    width: 65px;
    font-size: 1.8em;
  }
  .page--schedule .list--schedule li .entry_box.text a {
    padding: 16px 20px;
    position: relative;
  }
  .page--schedule .list--schedule li .entry_box.text a > * {
    position: relative;
    z-index: 2;
  }
  .page--schedule .list--schedule li .entry_box.text a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .page--schedule .list--schedule li .entry_box.text a:hover::after {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .page--schedule .list--schedule li + li {
    margin-top: 40px;
  }
  .page--live .section--list .list--live li a {
    padding: 1em 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
  }
  .page--live .section--list .list--live li a .list__info {
    width: 40%;
  }
  .page--live .section--list .list--live li a > * {
    position: relative;
    z-index: 2;
  }
  .page--live .section--list .list--live li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 101, 163, 0.1);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .page--live .section--list .list--live li a:hover::after {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .page--profile .txt {
    margin-top: 50px;
  }
  .page--profile .list--member {
    margin-top: 50px;
    gap: 30px 5%;
  }
  .page--profile .list--member > li {
    width: 30%;
  }
  .page--profile .list--member > li img,
  .page--profile .list--member > li p {
    transition: all 0.3s 0s ease;
  }
  .page--profile .list--member > li a .thumb {
    position: relative;
  }
  .page--profile .list--member > li a .thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 101, 163, 0.2);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .page--profile .list--member > li a:hover p {
    color: #F665A3;
    transition: all 0.3s 0s ease;
  }
  .page--profile .list--member > li a:hover .thumb::before {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .page--profile .list--member .name {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page--profile.page--detail .profile--header {
    height: 140px;
  }
  .page--profile.page--detail .profile--header .profile-name {
    font-size: 50px;
  }
  .page--profile.page--detail .profile--header .profile-name span {
    font-size: 18px;
  }
  .page--profile.page--detail .profile--inner {
    margin-top: 100px;
    display: flex;
    gap: 40px;
  }
  .page--profile.page--detail .profile--inner .profile-img {
    width: 50%;
  }
  .page--profile.page--detail .list--sns li a:hover {
    color: #F665A3;
  }
  .page--profile.page--detail .list--sns li a:hover svg {
    fill: #F665A3;
    transition: all 0.3s 0s ease;
  }
  .page--disco .section--list .block--category {
    display: flex;
    gap: 1em;
  }
  .page--disco .section--list .block--category li.current {
    font-weight: bold;
  }
  .page--disco .section--list .block--category li a:hover {
    color: #F665A3;
  }
  .page--disco .section--list .list--disco {
    margin-top: 40px;
    gap: 30px 2%;
  }
  .page--disco .section--list .list--disco li {
    width: 32%;
  }
  .page--disco .section--list .list--disco li a .thumb {
    position: relative;
  }
  .page--disco .section--list .list--disco li a .thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 101, 163, 0.2);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .page--disco .section--list .list--disco li a .list__txt p {
    transition: all 0.3s 0s ease;
  }
  .page--disco .section--list .list--disco li a:hover .thumb::before {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .page--disco .section--list .list--disco li a:hover .list__txt p {
    color: #F665A3;
  }
  .page--disco .section--detail .area--disco-detail {
    display: flex;
    gap: 30px;
  }
  .page--disco .section--detail .area--disco-detail .block--jacket {
    width: 50%;
  }
  .page--disco .section--detail .area--disco-detail .block--detail {
    flex: 1;
  }
  .page--blog .section--list .tit span {
    display: inline;
  }
  .page--blog .section--list .archiveLink {
    margin-top: 2em;
  }
  .page--blog .section--list .archiveLink a:hover {
    color: #F665A3;
  }
  .page--blog .section--list .archiveLink a:hover::after {
    border-color: #F665A3;
  }
  .page--blog .section--detail .titArea {
    margin-bottom: 50px;
  }
  .page--movie.new-movie .titArea {
    margin-bottom: 50px;
  }
  .page--photo .titArea {
    margin-bottom: 50px;
  }
  .page--present .list--present {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .page--present .list--present li {
    width: 32%;
  }
  .page--present .list--present li .btn,
  .page--present .list--present li a {
    width: 100%;
  }
  .page--wallpaper .btn {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
  }
  .page--wallpaper .btn .main {
    width: 48%;
    padding: 10px;
  }
  #entry .detail #container {
    width: 100%;
    padding: 78px 0 150px;
  }
  #entry section .inner {
    width: 70%;
    max-width: 1100px;
  }
  #entry h3 {
    font-size: 36px;
    margin-bottom: 70px;
  }
  #entry h3::after {
    height: 2px;
    bottom: -22px;
  }
  #entry #heroImg {
    margin-bottom: 80px;
  }
  #entry #heroImg .inner {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  #entry #heroImg .pc1 {
    background: #ffe0ee;
    padding: 70px 0;
  }
  #entry #heroImg h1.logo {
    width: 700px;
    margin: 0 auto;
  }
  #entry #heroImg .box h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
  #entry #heroImg .btn a {
    padding: 15px 10px;
    margin-top: 20px;
  }
  #entry .txt-lead {
    text-align: center;
  }
  #entry #benefit {
    margin-bottom: 80px;
  }
  #entry #benefit li {
    float: left;
    width: 48%;
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin: 0 4% 2vw 0;
  }
  #entry #benefit li:nth-child(odd) {
    margin-right: 0;
  }
  #entry #benefit li:nth-child(even) {
    clear: left;
  }
  #entry #benefit li ul li {
    float: none;
    width: 100%;
    margin: 0 0 2vw;
  }
  #entry #benefit li .tit {
    font-size: 18px;
    line-height: 140%;
    text-indent: -1.8em;
    padding-left: 1.8em;
    margin-bottom: 20px;
  }
  #entry #benefit li .tit svg {
    width: 26px;
    height: 26px;
    vertical-align: -6px;
    margin-right: 10px;
  }
  #entry #benefit li.contents {
    height: 387px;
  }
  #entry #benefit li .txt {
    font-size: 14px;
    margin-top: 30px;
  }
  #entry #benefit .mailMagazine + li {
    border: none;
    background: none;
    padding: 0;
  }
  #entry #benefit .contents .tit svg {
    display: inline-block;
    width: 40px;
    height: 30px;
    vertical-align: -8px;
  }
  #entry .tit .subTxt {
    font-size: 14px;
    text-indent: 0;
  }
  #entry .inview {
    opacity: 0;
    position: relative;
    top: 50px;
    transition: all 0.5s ease;
  }
  #entry .inview.view {
    opacity: 1;
    top: 0;
    transition: all 0.5s ease;
  }
  #entry.loppi #entryStep {
    padding-top: 60px;
  }
  #entry #entryStep .price {
    margin-bottom: 60px;
  }
  #entry #entryStep .price li {
    font-size: 24px;
    padding: 0 10px;
    margin: 0 0 15px;
  }
  #entry #entryStep .price .subTxt {
    font-size: 14px;
  }
  #entry #entryStep .subTit {
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  #entry #entryStep .howto li {
    width: 31%;
    float: left;
    margin-right: 3%;
  }
  #entry #entryStep .howto li a {
    border: 1px solid #ccc;
  }
  #entry #entryStep .howto li a:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }
  #entry #entryStep .howto li .ph {
    position: relative;
  }
  #entry #entryStep .howto li .ph::after {
    content: "\f105";
    font-family: "FontAwesome";
    z-index: 10;
    color: #000;
    font-size: 24px;
    vertical-align: 0;
    line-height: 0;
    margin-top: -2px;
    position: absolute;
    right: 15px;
    top: 50%;
  }
  #entry #entryStep .howto li .ph img {
    background: no-repeat center;
    background-size: 90%;
    -webkit-background-size: 90%;
    margin: 0 auto;
  }
  #entry #entryStep .howto li:nth-child(1) .ph img {
    background-image: url(/static/bullettrain/fanclub-pc/feature/entry/btn_emtg.png);
  }
  #entry #entryStep .howto li:nth-child(2) .ph img {
    background-image: url(/static/bullettrain/fanclub-pc/feature/entry/btn_loppi.png);
  }
  #entry #entryStep .howto li:nth-child(3) .ph img {
    background-image: url(/static/bullettrain/fanclub-pc/feature/entry/btn_lawsonticket.png);
  }
  #entry #entryStep .step {
    margin: 5px 0 20px;
  }
  #entry #entryStep .step li {
    width: 30%;
    float: left;
    font-size: 12px;
    text-align: left;
    line-height: 1.5em;
    padding: 0;
    margin: 0px 5% 0 0;
    word-break: break-all;
    text-align: justify;
  }
  #entry #entryStep .step li:last-child {
    margin-right: 0;
  }
  #entry #entryStep .btn {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 30px;
  }
  #entry .artist-img {
    width: 50%;
    max-width: 900px;
    margin: 0 auto 30px;
  }
  #entry .alertBox {
    background: #f5f5f5;
    border-radius: 0;
    line-height: 180%;
    box-sizing: border-box;
    padding: 20px 30px;
    margin: 50px 0 15px;
  }
  .page--faq .search {
    width: 70%;
  }
  .page--faq .list--tag {
    margin-bottom: 60px;
  }
  .page--faq .section--detail .tit {
    margin-bottom: 50px;
  }
  .page--faq .section--detail .btnTxt a:hover {
    color: #F665A3;
  }
  #support .supportList dl {
    line-height: 180%;
    margin-bottom: 20px;
  }
  #support dd a:hover {
    color: #F665A3;
  }
  .footer {
    margin-top: 70px;
    padding: 50px;
  }
  .footer .inner {
    justify-content: space-between;
  }
  .footer .inner a:hover {
    opacity: 0.5;
  }
  .footer .block--left {
    position: relative;
    min-height: 180px;
  }
  .footer .block--left .list--sns {
    font-size: 24px;
  }
  .footer .block--left .list--support {
    margin-top: 40px;
    gap: 30px;
  }
  .footer .block--left .list--support + .list--support {
    margin-top: 10px;
  }
  .footer .block--left .copyright {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer .block--right {
    width: 36vw;
  }
  .footer .block--right .list--banner {
    gap: 20px;
  }
  .footer .block--right .list--banner li {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  body.drawer-open {
    overflow: hidden;
  }
  .btn--wrap {
    flex-direction: column;
  }
  .section-tit {
    font-size: 22px;
  }
  .section-tit.jp {
    font-size: 20px;
  }
  .block--pager {
    margin-top: 30px;
  }
  .list--info li a {
    padding: 12px 15px;
    display: block;
  }
  .list--info li a .date {
    font-size: 13px;
  }
  .list--info li a .category,
  .list--info li a .limited {
    margin-left: 10px;
  }
  .list--info li a .tit {
    margin-top: 8px;
  }
  .list--info li.new .date::after {
    margin-left: 10px;
  }
  .list--contents {
    gap: 20px 4%;
  }
  .list--contents li {
    width: 48%;
  }
  .list--contents li .txtArea {
    margin-top: 10px;
  }
  .list--contents li .txtArea .date {
    font-size: 11px;
  }
  .list--contents li .txtArea .tit {
    margin-top: 6px;
    font-size: 13px;
  }
  .list--category {
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .list--category li a {
    white-space: nowrap;
  }
  .swiper .block--navigation {
    margin-top: 30px;
    gap: 16px;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 12px;
    border-width: 1px;
  }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    width: 34px;
    height: 12px;
  }
  .swiper .swiper-button-next::before,
  .swiper .swiper-button-prev::before {
    height: 1px;
  }
  .swiper .swiper-button-next::after,
  .swiper .swiper-button-prev::after {
    width: 12px;
    height: 1px;
  }
  .header-logo {
    width: min(23vw, 150px);
  }
  .drawer__btn {
    width: min(7.6vw, 50px);
    aspect-ratio: 2/1;
    position: fixed;
    top: 6.4vw;
    right: 5.1vw;
    z-index: 1000;
    mix-blend-mode: difference;
  }
  .drawer__btn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s 0s ease;
  }
  .drawer__btn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .drawer__btn span:last-of-type {
    bottom: 0;
  }
  .header {
    padding: 5.1vw;
    z-index: 999;
  }
  .header .drawer {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 999;
    transition: all 0.3s 0s ease;
  }
  .header .drawer .drawer-inner {
    padding: 12.8vw 7.7vw 7.7vw;
  }
  .header .g-nav {
    font-size: 24px;
  }
  .header .g-nav ul {
    line-height: 1;
    color: #000;
  }
  .header .g-nav ul li + li,
  .header .g-nav ul + .of {
    margin-top: 0.6em;
  }
  .header .g-nav ul.fc {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #ddd;
  }
  .header .g-nav ul.fc::before {
    content: "FC CONTENTS";
    display: block;
    margin-bottom: 2em;
    font-size: 12px;
    color: #F665A3;
  }
  .drawer__visible .header {
    mix-blend-mode: unset;
  }
  .drawer__visible .drawer__btn span {
    width: 110%;
    transform: rotate(25deg);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .drawer__visible .drawer__btn span:nth-of-type(2) {
    display: none;
  }
  .drawer__visible .drawer__btn span:last-of-type {
    transform: rotate(-25deg);
  }
  .drawer__visible .drawer {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s 0s ease;
  }
  .page--home .kv-wrap {
    width: 100vw;
    height: auto;
  }
  .page--home .section--topics {
    margin: 25px auto 0;
    width: min(89.8vw, 580px);
  }
  .page--home .section--topics .section-tit {
    font-size: 16px;
  }
  .page--home .section--topics .block--topics a {
    padding: 12px 15px;
    gap: 15px;
  }
  .page--home .section--topics .block--topics a .limited {
    padding: 5px 10px;
    text-align: center;
  }
  .page--home .section--contents {
    margin-top: 50px;
    padding: 0 5.1vw;
  }
  .page--home .section-tit.of {
    margin-bottom: 14px;
    padding-left: 16px;
  }
  .page--home .section-tit.of::before {
    width: 98%;
    height: 2px;
  }
  .page--home .section-tit.of::after {
    width: 2px;
    height: 12px;
  }
  .page--home .section-tit.fc {
    gap: 5px;
  }
  .page--home .section-tit.fc::before {
    width: 42px;
    height: 42px;
    border: 2px solid #FFBEDA;
    background-size: 30px 25px;
    background-position: top 6px left 5px;
  }
  .page--home .section--banner {
    margin-top: 25px;
  }
  .page--home .section--banner .arrow-box {
    padding-left: 5.6vw;
  }
  .page--home .section--banner .bnrList {
    width: 60%;
    margin-left: calc(5.1vw - 10px);
  }
  .page--home .section--banner .bnrList .slick-list {
    overflow: visible;
  }
  .page--home .statusArea {
    width: min(89.8vw, 580px);
    margin: 50px auto 0;
    padding: 15px;
  }
  .page--home .statusArea .name {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
  .page--home .statusArea .list--status {
    border: 1px solid #aaa;
    padding: 10px;
  }
  .page--home .statusArea .list--status dt {
    color: #888;
    font-size: 11px;
  }
  .page--home .statusArea .list--status dd {
    font-size: 13px;
  }
  .page--home .paymentArea {
    width: min(89.8vw, 580px);
    margin-top: 30px;
    padding: 15px;
  }
  .page--home .section--info .list--info li a .tit {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .page--home .list--live li + li {
    margin-top: 5px;
  }
  .page--home .list--media li a {
    padding: 12px 15px;
  }
  .page--home .list--media li + li {
    margin-top: 5px;
  }
  .page--home .contents--border {
    margin: 50px 0 40px;
    height: 14px;
    background-size: 40px 14px;
  }
  .page--home .section--fc .tit-wrap {
    margin-bottom: 10px;
    align-items: center;
  }
  .page--home .section--fc .list--fc-contents {
    gap: 10px;
  }
  .page--home .section--fc .list--fc-contents li {
    width: calc(50% - 5px);
  }
  .page--home .section--fc .list--fc-contents li .block--tit {
    width: 100%;
    margin-top: 8px;
  }
  .page--home .section--fc .list--fc-contents li .block--text .date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
  }
  .page--home .section--fc .list--fc-contents li .block--text .date .category {
    display: block;
    width: 20px;
    height: 20px;
  }
  .page--home .section--fc .list--fc-contents li .block--text .date .category::before {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
  }
  .page--home .section--fc .list--fc-contents li .tit {
    margin-top: 5px;
    font-size: 13px;
  }
  .page--home .section--fc .list--fc-contents li .tit:has(.tag) {
    line-height: 1.8;
  }
  .page--home.scrolling #app-bnr {
    opacity: 0;
    pointer-events: none;
  }
  .page--home.no-appbnr #app-bnr {
    display: none !important;
  }
  .page--home #app-bnr {
    display: none;
    position: absolute;
    z-index: 999;
    padding: 0;
    width: 90%;
    top: 70vh;
    left: 5%;
    transition: 0.3s;
  }
  .page--home #app-bnr a {
    display: block;
    background: #fbfaf9;
    color: inherit;
    padding: 10px 6% 10px 30px;
    position: relative;
    z-index: 150;
    font-size: 0;
    border-radius: 7px;
    color: #222;
    display: flex;
    display: webkit-flex;
    text-decoration: none;
    align-items: center;
    letter-spacing: 0;
    box-shadow: 0 32px 20px -30px rgba(0, 22, 27, 0.88);
  }
  .page--home #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%;
  }
  .page--home #app-bnr .icon {
    width: 16%;
    float: left;
    line-height: 0;
    margin: 0 3.5% 0 0;
  }
  .page--home #app-bnr .icon img {
    background: url(/static/bullettrain/app/app_icon.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
  .page--home #app-bnr .txt {
    overflow: hidden;
    flex: 1;
  }
  .page--home #app-bnr .txt span {
    display: block;
    font-size: 12px;
    font-weight: bold;
  }
  .page--home #app-bnr .txt span .txt--sub {
    font-size: 11px;
  }
  .page--home #app-bnr .close {
    width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page--home #app-bnr .close:before, .page--home #app-bnr .close:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #bbb;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -2px;
  }
  .page--home #app-bnr .close:before {
    transform: rotate(-45deg);
  }
  .page--home #app-bnr .close:after {
    transform: rotate(45deg);
  }
  body:not(.page--home) .content--main {
    margin: 20px 0 50px;
  }
  body:not(.page--home) .section-tit {
    padding-left: 16px;
  }
  body:not(.page--home) .section-tit::before {
    width: 98%;
    height: 2px;
  }
  body:not(.page--home) .section-tit::after {
    width: 2px;
    height: 12px;
  }
  body:not(.page--home) .list--info .tag-wrap {
    margin-bottom: 8px;
  }
  .section--list,
  .section--detail,
  div#support {
    padding: 0 5.1vw;
  }
  .page--info .section--list .list--ticket li a .txtArea {
    margin-top: 20px;
  }
  .page--info .section--list .list--ticket li a .date {
    margin-top: 0.8em;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .page--info .section--detail .titArea {
    margin-bottom: 30px;
  }
  .page--info .section--detail .titArea .block--tag .tag-wrap {
    margin-top: 0.5em;
  }
  .page--schedule .scheduleNav .month {
    font-size: 22px;
  }
  .page--schedule .scheduleNav .prev,
  .page--schedule .scheduleNav .next {
    font-size: 12px;
  }
  .page--schedule .list--schedule {
    margin-top: 40px;
  }
  .page--schedule .list--schedule li {
    gap: 15px;
  }
  .page--schedule .list--schedule li .date {
    width: 52px;
    font-size: 1.4em;
  }
  .page--schedule .list--schedule li .entry_box.text {
    width: 100%;
    flex: 1;
  }
  .page--schedule .list--schedule li .entry_box.text .schedule-block + .schedule-block {
    margin-top: 5px;
  }
  .page--schedule .list--schedule li .entry_box.text a {
    padding: 12px 15px;
  }
  .page--schedule .list--schedule li + li {
    margin-top: 30px;
  }
  .page--live .section--list .list--live li a {
    padding: 1em;
    display: block;
  }
  .page--live .section--list .list--live li a .list__tit {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .page--live .section--list .list--live li a .list__info {
    margin-top: 10px;
  }
  .page--profile .txt {
    margin-top: 40px;
  }
  .page--profile .list--member {
    margin-top: 40px;
    gap: 30px 4%;
  }
  .page--profile .list--member > li {
    width: 48%;
    text-align: center;
  }
  .page--profile .list--member .sns {
    justify-content: center;
    margin-top: 0.3em;
  }
  .page--profile.page--detail .profile--header {
    height: 100px;
  }
  .page--profile.page--detail .profile--header .profile-name {
    font-size: 32px;
  }
  .page--profile.page--detail .profile--header .profile-name span {
    font-size: 16px;
  }
  .page--profile.page--detail .profile--inner {
    margin-top: 5.1vw;
  }
  .page--profile.page--detail .profile--inner .profile-txt {
    margin-top: 30px;
    text-align: center;
  }
  .page--profile.page--detail .list--sns {
    justify-content: center;
  }
  .page--disco .section--list .form__select {
    width: 50%;
    position: relative;
  }
  .page--disco .section--list .form__select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    padding: 0.5em 1.5em 0.5em 0.5em;
    background-color: #fff;
    color: #000;
    border: 1px solid #808080;
  }
  .page--disco .section--list .form__select::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    top: 45%;
    right: 0.8em;
    transform: translateY(-50%) rotate(45deg);
  }
  .page--disco .section--list .list--disco {
    margin-top: 40px;
    gap: 30px 4%;
  }
  .page--disco .section--list .list--disco li {
    width: 48%;
  }
  .page--disco .section--detail .block--detail {
    margin-top: 30px;
  }
  #entry section {
    padding: 10px 5.1vw;
  }
  #entry section .inner {
    padding: 0;
  }
  #entry h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #entry h3::after {
    height: 1px;
    bottom: -10px;
  }
  #entry #heroImg {
    margin-bottom: 30px;
    padding: 0;
  }
  #entry #heroImg .ph {
    background: #ffe0ee;
    padding: 40px 7%;
    margin: 0 auto;
  }
  #entry #heroImg h2 {
    color: #F665A3;
    font-size: 26px;
    text-align: center;
  }
  #entry .txt-lead {
    margin: 2em 0;
  }
  #entry #benefit {
    margin-bottom: 50px;
  }
  #entry #benefit li {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
    margin: 0 0 30px;
  }
  #entry #benefit li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  #entry #benefit li .tit {
    font-size: 16px;
    text-indent: -1.6em;
    padding-left: 1.6em;
    margin-bottom: 10px;
  }
  #entry #benefit li .tit svg {
    width: 20px;
    height: 20px;
    vertical-align: -3px;
    margin-right: 7px;
  }
  #entry #benefit li .txt {
    font-size: 13px;
  }
  #entry .tit .subTxt {
    font-size: 12px;
    padding-left: 2.2em;
  }
  #entry #entryStep .price {
    background: #e5e5e5;
    padding: 10px;
    margin-bottom: 20px;
  }
  #entry #entryStep .price li {
    font-size: 16px;
  }
  #entry #entryStep .price .subTxt {
    font-size: 12px;
  }
  #entry #entryStep .subTit {
    font-size: 14px;
    padding-bottom: 2px;
    margin-bottom: 20px;
  }
  #entry #entryStep .howto li {
    margin-bottom: 10px;
    border: 1px solid #000;
    padding: 12px 6% 10px;
    box-sizing: border-box;
  }
  #entry #entryStep .howto li a {
    color: #000;
    position: relative;
  }
  #entry #entryStep .howto li .ph {
    width: 50%;
    margin: 0 auto 4px;
  }
  #entry #entryStep .howto li .ph img {
    background: no-repeat 12px center;
    background-size: cover;
  }
  #entry #entryStep .btn {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 30px;
  }
  #entry.loppi .lead {
    background-color: #F665A3;
    color: #fff;
    text-align: center;
    padding: 15px 0;
  }
  #entry.loppi #entryStep li {
    margin-bottom: 40px;
  }
  #entry.loppi #entryStep h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #entry .text {
    margin-bottom: 20px;
  }
  #entry .alertBox {
    background: #f5f5f5;
    border-radius: 0;
    line-height: 180%;
    box-sizing: border-box;
    padding: 20px 30px;
    margin: 50px 0 15px;
  }
  .page--blog .section--list .archiveLink {
    margin-top: 30px;
  }
  .page--blog .section--detail .titArea {
    margin-bottom: 40px;
  }
  .page--blog.device--app .commentList li .text {
    width: 95%;
  }
  .page--movie.new-movie .section--detail {
    padding: 0 5.1vw;
  }
  .page--movie.new-movie .section--detail .block--player {
    position: relative;
    top: 0;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control {
    top: auto;
    bottom: 18vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .page--movie.new-movie .titArea {
    margin-bottom: 40px;
  }
  .page--movie.new-movie.device--app .commentList li .text {
    width: 95%;
  }
  .page--movie.new-movie.device--app .reportIcon {
    bottom: 0;
  }
  .page--photo .titArea {
    margin-bottom: 40px;
  }
  .page--photo #swipebox-close {
    top: 30px;
    right: 3%;
  }
  .page--photo #swipebox-prev,
  .page--photo #swipebox-next {
    top: auto;
    bottom: 5%;
  }
  .page--present .list--present li {
    width: 100%;
  }
  .page--present .list--present li .btn,
  .page--present .list--present li a {
    width: 100%;
  }
  .page--present .list--present li + li {
    margin-top: 10px;
  }
  .page--faq .search {
    width: 100%;
  }
  .page--faq .list--tag {
    margin-bottom: 50px;
  }
  .page--faq .section--detail .tit {
    margin-bottom: 30px;
  }
  .page--error p.center {
    text-align: left;
  }
  #support .supportList li {
    margin-bottom: 5px;
  }
  .page--guide .langBar {
    margin-top: 0;
  }
  .footer {
    margin-top: 50px;
    padding: 40px 20px 30px;
  }
  .footer .inner {
    flex-direction: column-reverse;
  }
  .footer .block--left {
    margin-top: 40px;
  }
  .footer .block--left .list--sns {
    justify-content: center;
    font-size: 18px;
  }
  .footer .block--left .list--sns li img {
    width: 22px;
  }
  .footer .block--left .list--support {
    margin-top: 30px;
    justify-content: center;
    gap: 1em;
    font-size: 12px;
  }
  .footer .block--left .list--support + .list--support {
    margin-top: 20px;
  }
  .footer .block--left .copyright {
    margin-top: 50px;
    font-size: 11px;
    text-align: center;
  }
  .footer .block--right .list--banner {
    gap: 10px;
  }
  .footer .block--right .list--banner li {
    width: calc(50% - 5px);
  }
}