@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%;
}

body {
  background-color: #1F2423;
  word-wrap: break-word;
  color: #fff;
}
@media screen and (min-width: 961px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

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

::selection {
  background-color: #132625;
  color: #fff;
}

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

* {
  backface-visibility: hidden;
}

#svg-item {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.pink {
  color: #FF7494;
}

.block--pager {
  text-align: center;
  font-size: 15px;
  margin: 0;
  position: relative;
}
.block--pager li {
  display: inline-block;
  width: 2em;
  font-size: 2em;
  font-family: "questa-grande", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager a {
  display: block;
  font-family: "questa-grande", sans-serif;
  font-weight: 700;
  font-style: italic;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .block--pager a:hover {
    color: #FF7494;
  }
  .block--pager a:hover::after {
    border-color: #FF7494;
  }
}
.block--pager .pager__item--number {
  text-align: center;
  color: #132625;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  width: 30px;
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  position: relative;
  color: #FF7494;
}

.pager__item--newer a, .pager__item--newer span,
.pager__item--older a,
.pager__item--older span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-47%);
}
.pager__item--newer a::after, .pager__item--newer a::before, .pager__item--newer span::after, .pager__item--newer span::before,
.pager__item--older a::after,
.pager__item--older a::before,
.pager__item--older span::after,
.pager__item--older span::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  top: 47%;
  transform: translateY(-47%);
}
.pager__item--newer span,
.pager__item--older span {
  will-change: filter;
  filter: grayscale(1);
}

.pager__item--newer a, .pager__item--newer span {
  width: 27px;
  height: 23px;
  line-height: 1;
  padding: 0;
  right: 0;
  left: unset;
}
.pager__item--newer a::before, .pager__item--newer a::after, .pager__item--newer span::before, .pager__item--newer span::after {
  background-image: url(/static/tomostv/fanclub/top/arrow__prev.svg);
}
.pager__item--newer a::after, .pager__item--newer span::after {
  left: -7px;
  z-index: -1;
}

.pager__item--older a, .pager__item--older span {
  width: 27px;
  right: 0;
  left: unset;
  line-height: 1;
  padding: 0;
  height: 23px;
}
.pager__item--older a::before, .pager__item--older a::after, .pager__item--older span::before, .pager__item--older span::after {
  background-image: url(/static/tomostv/fanclub/top/arrow__next.svg);
}
.pager__item--older a::after, .pager__item--older span::after {
  right: -5px;
  z-index: -1;
}

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

.txt--sub {
  font-size: 0.85em;
  line-height: 1.6em;
  margin-top: 0.5em;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.font-questa-grande {
  font-family: "questa-grande", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.font-gamay {
  font-family: "gamay", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* image */
.ph, .thumb {
  position: relative;
  line-height: 0;
  font-size: 0;
}
.ph img, .thumb img {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

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

/* video */
video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sort--overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

.block--sort-category {
  z-index: 100;
  position: absolute;
}
@media screen and (min-width: 961px) {
  .block--sort-category {
    top: -4vw;
    right: 12vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--sort-category {
    top: 12vw;
    right: 5%;
  }
}
.block--sort-category .list--sort .category {
  font-size: 1rem;
}
.block--sort-category .btn--sort {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  right: 0;
  width: 128px;
  height: 24px;
  cursor: pointer;
}
.block--sort-category .btn--sort span {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/static/tomostv/common/icon_sort.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 961px) {
  .block--sort-category .btn--sort span {
    transition: 0.3s;
  }
  .block--sort-category .btn--sort span:hover {
    opacity: 0.8;
  }
}
.block--sort-category .btn--sort > div {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 1.15rem;
}
.block--sort-category .block--sort {
  width: 100%;
  max-height: 60vh;
  background: #fff;
  color: #222;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  right: 0;
  top: 30px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.block--sort-category .block--sort .btn--setting {
  padding: 5px;
}
.block--sort-category .block--sort .btn--setting button {
  width: 100%;
  padding: 16px;
  background: #fff;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}
@media screen and (min-width: 961px) {
  .block--sort-category .block--sort .btn--setting button {
    min-width: 300px;
  }
}
@media screen and (min-width: 961px) {
  .block--sort-category .block--sort .btn--setting button {
    cursor: pointer;
    transition: 0.3s;
  }
  .block--sort-category .block--sort .btn--setting button:hover {
    color: #FF7494;
  }
}
.block--sort-category ul {
  margin-left: 14px;
  border-bottom: solid 1px rgba(19, 38, 37, 0.1);
}
.block--sort-category ul li {
  border-bottom: solid 1px rgba(19, 38, 37, 0.1);
}
.block--sort-category ul li:last-child {
  border: none;
}
@media screen and (min-width: 961px) {
  .block--sort-category ul li:hover {
    color: #FF7494;
  }
}
.block--sort-category input[type=radio] {
  display: none;
}
.block--sort-category input[type=radio]:checked + label::after {
  opacity: 1;
}
.block--sort-category label {
  position: relative;
  display: block;
  padding: 14px 40px 14px 0;
  cursor: pointer;
}
.block--sort-category label::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #132625;
  right: 16px;
  top: 15px;
}
.block--sort-category label::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #222;
  right: 18px;
  top: 17px;
  opacity: 0;
  transition: 0.3s;
}

.block--sort-category.is-open .block--sort {
  display: block;
}

.content--main {
  position: relative;
  z-index: 1;
}
.content--main .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.content--main .swiper-horizontal .swiper-pagination-bullets {
  width: 100%;
  bottom: -20px;
  left: 0;
  top: unset;
  text-align: center;
}
.content--main .swiper-pagination {
  display: inline-block;
  text-align: left;
  top: 3px;
}
.content--main .swiper-button-next,
.content--main .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 20px));
}
.content--main .swiper-button-next::after, .content--main .swiper-button-next::before,
.content--main .swiper-button-prev::after,
.content--main .swiper-button-prev::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat center;
  background-size: contain;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
}
.content--main .swiper-button-next.swiper-button-disabled,
.content--main .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  filter: grayscale(1);
}
.content--main .swiper-button-prev::before, .content--main .swiper-button-prev::after {
  background-image: url(/static/tomostv/fanclub/top/arrow__prev.svg);
}
.content--main .swiper-button-prev::after {
  left: -1px;
}
.content--main .swiper-button-next {
  right: 0;
  left: unset;
}
.content--main .swiper-button-next::before, .content--main .swiper-button-next::after {
  background-image: url(/static/tomostv/fanclub/top/arrow__next.svg);
}
.content--main .swiper-button-next::after {
  right: -1px;
}
.content--main .block--navigator {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .content--main .block--navigator {
    display: none;
  }
}
.content--main .swiper-pagination-bullet {
  background: #DEDEDE;
  opacity: 1;
}
.content--main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF7494;
}
.content--main .swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.content--main .swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}

.form--post dt {
  margin: 3em 0 0.8em;
}
.form--post dd {
  margin: 0 0 0.8em;
}

.block--error {
  background: #fdfbfd;
  color: #ef1717;
  font-weight: 500;
  padding: 10px;
  border-radius: 5px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #ddd;
}

::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ddd;
}

:-moz-placeholder {
  color: #ddd;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  background: transparent;
  box-shadow: none;
  padding: 0.5em;
  border-radius: 5px;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    padding: 0.8em;
  }
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-size: 16px;
  border: 1px solid white;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #fff;
}

button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  background: transparent;
  box-shadow: none;
  padding: 0.5em;
  border-radius: 5px;
  height: 10em;
  border-radius: 0;
  border: 1px solid white;
  background: #f7f7f7;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    padding: 0.8em;
  }
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #1F2423;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  background: transparent;
  box-shadow: none;
  padding: 0.5em;
  border-radius: 5px;
  padding-right: 2.3em;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid white;
  padding: 0.5em 2.8em 0.5em 1em;
  color: #222;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    padding: 0.8em;
  }
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    padding: 0.8em 2em 0.8em 0.8em;
  }
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select::after {
    right: 1em;
  }
}

/* checkbox */
.form__checkbox label p {
  display: block;
  font-size: 16px;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: #fff;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #FF7494;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  border-color: #fff;
  background: #fff;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  font-size: 16px;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #fff;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  font-size: 16px;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #fff;
  border-color: #fff;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

.btn {
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  font-size: 16px;
  border-radius: 30em;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  .btn {
    width: 50%;
  }
}

.center .btn {
  margin: 0 auto;
}

.btn--main {
  width: 100%;
  background: #FF7494;
  color: #1F2423;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px 0;
  margin: 0.25em 0;
}
@media screen and (min-width: 961px) {
  .btn--main {
    transition: 0.3s;
  }
  .btn--main:hover {
    background: #132625;
    color: #FF7494;
  }
}

.btn input.btn--main {
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .btn input.btn--main {
    transition: 0.3s;
  }
  .btn input.btn--main:hover {
    background: #132625;
    color: #FF7494;
  }
}

.btn--sub {
  width: 100%;
  border: 2px solid;
  background: none;
  padding: 20px 0;
  margin: 1em 0;
}
@media screen and (min-width: 961px) {
  .btn--sub:hover {
    background: #FF7494;
    border-color: #FF7494;
    color: #1F2423;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 30%;
  }
}

.detail__btn {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 961px) {
  .detail__btn a:hover {
    color: #FF7494;
  }
}

.date, .category {
  font-size: 13px;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
}

.date {
  line-height: 1;
  font-size: 13px;
}

.category {
  font-family: "questa-grande", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.tit {
  line-height: 1.4;
  word-break: break-word;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}

.delighter {
  will-change: filter;
  filter: sepia(0.5);
}
.delighter.started {
  transition: filter 0.8s ease-out 0.2s;
  filter: sepia(0);
}

.list--information li {
  margin-bottom: 15px;
}
.list--information li a {
  display: block;
  background: #132625;
  border-radius: 8px;
  padding: 2.5em 3em;
  position: relative;
}
.list--information li a .date {
  display: block;
  color: #9b9b9b;
  margin-bottom: 0.5em;
}
.list--information li a .tit {
  margin-bottom: 0;
}
.list--information li a .tit, .list--information li a .date {
  transition: 0.3s;
}
.list--information li a:hover .tit, .list--information li a:hover .date {
  color: #FF7494;
}
.list--information li.new .date {
  position: relative;
}
.list--information li.new .date::after {
  content: "NEW";
  display: inline-block;
  font-family: "questa-grande", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #FF7494;
  margin-left: 0.5em;
}

.list--thumbnail li a {
  display: block;
  position: relative;
  color: #fff;
}
.list--thumbnail li a .list__txt {
  position: relative;
  z-index: 11;
  top: -2.8em;
}
.list--thumbnail li a .list__txt .tit {
  width: 80%;
  color: #FF7494;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 2.5em;
  margin: 0 auto 0.5em;
}
.list--thumbnail li a .list__txt .tit span {
  display: inline;
  background: #132625;
  padding: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.list--thumbnail li a .list__txt .date {
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #0a2c2c;
}
.list--thumbnail li a .list__txt .category {
  text-align: center;
  font-family: "questa-grande", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3em;
  text-shadow: 2px 3px #132625;
  margin-top: -1.3em;
  margin-bottom: 15px;
}
.list--thumbnail li .thumb {
  line-height: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.list--thumbnail li .thumb img {
  height: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .list--thumbnail li .thumb img {
    height: auto;
  }
  .list--thumbnail li .thumb:hover img {
    filter: sepia(1);
  }
}
.list--thumbnail li .thumb.thumb--square {
  width: 90%;
  max-height: 75vh;
  margin: 0 auto 15px;
  aspect-ratio: 1/1;
}
.list--thumbnail li .thumb.thumb--square img {
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.list--thumbnail li.category--6 .thumb.thumb--horizontal {
  width: 70%;
  margin: -6vw auto 0;
  aspect-ratio: 1/1;
}
.list--thumbnail li.category--6 .thumb.thumb--horizontal::before, .list--thumbnail li.category--6 .thumb.thumb--horizontal::after {
  aspect-ratio: 1/1;
}
.list--thumbnail li.category--6 .thumb--horizontal img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  background: #1F2423;
}
.list--thumbnail li.new a .list__txt .date {
  position: relative;
}
.list--thumbnail li.new a .list__txt .date::after {
  content: "NEW";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 1em;
  margin: 1em auto 0;
  border-radius: 2em;
  border: 1px solid;
  padding: 0.15em 1em 0.25em;
  line-height: 1;
}

.list--login li {
  margin-bottom: 1em;
}
.list--login li a {
  display: block;
  text-align: center;
  font-family: "gamay", sans-serif;
  font-weight: 700;
  font-style: italic;
  border-radius: 40em;
  padding: 1em 3em;
  transition: 0.4s;
}
.list--login li.item__signup a {
  background: #FF7494;
  color: #222;
  border: 2px solid transparent;
}
.list--login li.item__signup a:hover {
  background: #132625;
  color: #FF7494;
  border-color: #FF7494;
}
.list--login li.item__signin a {
  background: #fff;
  color: #FF7494;
  border: 2px solid;
}
.list--login li.item__signin a:hover {
  background: #FF7494;
  color: #fff !important;
}

.list--indent {
  margin: 2em auto;
}
.list--indent li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.no-data {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.1em;
  text-align: left;
  width: 100%;
}

.list__more {
  text-align: right;
}
.list__more a {
  display: inline-block;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  padding: 1em 0;
}
.list__more a:hover {
  color: #fff;
}

h1.logo a {
  display: block;
  height: 100%;
}
h1.logo a img {
  height: auto;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.header a {
  color: #fff;
}
.header .block--search .search--switch {
  font-size: 1.3em;
  line-height: 2.2;
  margin-right: 1.5em;
  cursor: pointer;
}
.header .block--search .block--search__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #1e1e1e;
  width: 100%;
  padding: 110px 12vw 40px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s;
}
.header .block--search .block--search__inner > form {
  width: 100%;
}
.header .block--search .block--search__inner .search {
  width: 80%;
  font-size: 1.2em;
  background: #fff;
  border-radius: 8px 0 0 8px;
  padding: 10px 1.5em;
}
.header .block--search .block--search__inner .submit {
  width: 40px;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 43px;
  color: #fff;
  background: transparent;
  border: none;
  z-index: 2;
  position: relative;
  left: -4px;
}
.header .block--search .block--search__inner .submit input {
  border: none;
  color: #fff;
  font-size: 1.5em;
  background: #222;
  height: 55px;
  position: relative;
  top: 1px;
  width: 76px;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
.header .logo {
  width: 10vw;
  position: absolute;
  top: 3vw;
  left: 3vw;
}
.header .drawer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  padding: 30px 10vw;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s;
}
.header .drawer .drawer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .drawer .drawer__inner .g-nav__login .logo a img {
  height: auto;
}
.header .drawer .drawer__inner .g-nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em 0;
}
.header .drawer .drawer__inner li {
  display: block;
  width: 100%;
  text-align: center;
}
.header .drawer .drawer__inner a {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: max(3.5vw, 50px);
  font-style: italic;
}
.header .drawer .drawer__inner a:hover {
  color: #FF7494;
}
.header .drawer .g-nav__menu li {
  opacity: 0;
  transform: translate(-45px, 40px) skewY(-15deg);
}
.header .drawer .g-nav__menu li.item__parent {
  display: none;
}
.header .drawer__btn {
  width: 80px;
  height: 50px;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-style: italic;
  font-size: 50px;
  cursor: pointer;
  position: relative;
  z-index: 999;
  top: 2.5vw;
  right: 3.5vw;
}
.header .drawer__btn span {
  display: block;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  color: #FF7494;
  text-shadow: 2px 3px #132625;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.header .drawer__btn span.txt--open {
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .header .drawer__btn:hover span {
    letter-spacing: 0.06em;
  }
}

.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
}
.drawer-visible .drawer .g-nav__menu li {
  transform: translate(0, 0) skewY(-15deg);
  opacity: 1;
  transition: 0.3s cubic-bezier(0.42, 0.43, 0.58, 1.03);
}
.drawer-visible .drawer .g-nav__menu li:nth-of-type(1) {
  transition-delay: 0.03s;
}
.drawer-visible .drawer .g-nav__menu li:nth-of-type(2) {
  transition-delay: 0.06s;
}
.drawer-visible .drawer .g-nav__menu li:nth-of-type(3) {
  transition-delay: 0.09s;
}
.drawer-visible .drawer .g-nav__menu li:nth-of-type(4) {
  transition-delay: 0.12s;
}
.drawer-visible .drawer .g-nav__menu li:nth-of-type(5) {
  transition-delay: 0.15s;
}
.drawer-visible .drawer .g-nav__menu li:nth-of-type(6) {
  transition-delay: 0.18s;
}
.drawer-visible .drawer .g-nav__menu li:nth-of-type(7) {
  transition-delay: 0.21s;
}
.drawer-visible .drawer .g-nav__menu li:nth-of-type(8) {
  transition-delay: 0.24s;
}
.drawer-visible .drawer .g-nav__menu li:nth-of-type(9) {
  transition-delay: 0.27s;
}
.drawer-visible .drawer .g-nav__menu li:nth-of-type(10) {
  transition-delay: 0.3s;
}
.drawer-visible .drawer .g-nav__menu li:nth-of-type(11) {
  transition-delay: 0.33s;
}
.drawer-visible .drawer .g-nav__menu li:nth-of-type(12) {
  transition-delay: 0.36s;
}
.drawer-visible .drawer .g-nav__menu li:nth-of-type(13) {
  transition-delay: 0.39s;
}
.drawer-visible .drawer .g-nav__menu li:nth-of-type(14) {
  transition-delay: 0.42s;
}
.drawer-visible .header--area__left .logo {
  opacity: 0;
  pointer-events: none;
}
.drawer-visible .drawer__btn span.txt--open {
  opacity: 0;
}
.drawer-visible .drawer__btn span.txt--close {
  opacity: 1;
}
.drawer-visible .footer {
  opacity: 0;
  pointer-events: none;
}

#language__selector {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  position: absolute;
  right: calc(3.5vw + 110px);
  top: calc(2.5vw + 7px);
  cursor: pointer;
}
#language__selector #language-selectorTop {
  display: none;
}
#language__selector #block--language__current {
  height: 45px;
  width: 45px;
  line-height: 38px;
  font-size: 27px;
  text-align: center;
  color: #FF7494;
  background: #fff;
  text-shadow: none;
  border: 2px solid;
  border-radius: 10em;
  position: relative;
  transition: 0.3s;
}
#language__selector #block--language__current::before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  background: #1F2423;
  border-radius: 20em;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 961px) {
  #language__selector #block--language__current:hover {
    background: #FF7494;
    color: #132625;
    border-color: #FF7494;
  }
}
#language__selector #block--language__select {
  text-align: center;
  font-size: 25px;
  background: #FF7494;
  border-radius: 30px;
  box-shadow: 2px 2px 0 #1F2423;
  margin-top: 13px;
  padding: 10px 0;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
#language__selector #block--language__select > div {
  transition: 0.3s;
  transform: scaleY(0);
  transform-origin: center;
}
@media screen and (min-width: 961px) {
  #language__selector #block--language__select > div:hover {
    color: #132625;
  }
}
#language__selector #block--language__select.is-visible {
  opacity: 1;
  pointer-events: auto;
}
#language__selector #block--language__select.is-visible > div {
  transform: scaleY(1);
}
#language__selector #block--language__select.is-visible > div:nth-child(2) {
  transition-delay: 0.1s;
}
#language__selector #block--language__select.is-visible > div:nth-child(3) {
  transition-delay: 0.2s;
}
#language__selector #block--language__select.is-visible > div:nth-child(4) {
  transition-delay: 0.3s;
}

.footer {
  width: 100%;
  text-align: center;
  padding: 3em 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.footer .nav--support {
  text-align: center;
}
.footer .nav--support.font-gamay {
  font-weight: 500;
  font-style: normal;
}
.footer .nav--support li {
  display: inline-block;
  margin: 0 1em;
}
.footer .nav--support li a {
  display: block;
  line-height: 1;
}
.footer .copyright {
  color: #fff;
  font-size: 0.7em;
  font-size: 12px;
}

.wrap {
  min-height: 100%;
  padding-bottom: 22vw;
  position: relative;
}
.wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: repeat center url(/static/tomostv/common/noise.webp);
  opacity: 0.3;
  mix-blend-mode: hard-light;
  background-size: 180px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  pointer-events: none;
}

.content--body {
  position: relative;
  z-index: 10;
}

#texture__cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  pointer-events: none;
}
#texture__cover div {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#texture__cover div.item__flame_top {
  border: 1px solid #FF1C50;
  border-radius: 17px;
  width: calc(100% - 21px);
  height: calc(100% - 21px);
  top: 11px;
  left: 11px;
  box-shadow: inset 0 0 42px rgba(255, 116, 148, 0.6901960784);
}
#texture__cover div.item__flame_bottom {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border: 30px solid #00566E;
  border-radius: 50px;
  top: -20px;
  left: -20px;
}

#texture__bottom {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
#texture__bottom div {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#texture__bottom div.item__line {
  background: repeat center url(/static/tomostv/common/sousasen.png);
  opacity: 0.5;
  mix-blend-mode: multiply;
  background-size: 1px 3px;
  z-index: 10;
}
#texture__bottom div.item__triangle {
  width: 50%;
  left: 20%;
  background: no-repeat center url(/static/tomostv/common/triangle.svg);
  background-size: contain;
  z-index: 10;
  will-change: filter;
  filter: drop-shadow(-3px 4px 7px #FF1C50);
  mix-blend-mode: color-dodge;
  animation: rotate 60s linear;
}
#texture__bottom div.item__dot {
  width: 40vw;
  height: 40vw;
  background: no-repeat center url(/static/tomostv/common/dot.webp);
  background-size: contain;
  mix-blend-mode: overlay;
  z-index: 2;
  opacity: 0.4;
}
#texture__bottom div.item__dot:nth-of-type(3) {
  top: -26%;
  right: -14%;
  left: unset;
}
#texture__bottom div.item__dot:nth-of-type(4) {
  top: unset;
  bottom: -21%;
  left: -12%;
  opacity: 0.3;
}
#texture__bottom div.item__paper {
  background: repeat center url(/static/tomostv/common/bg_dust.webp);
  background-size: 600px 400px;
  mix-blend-mode: overlay;
  z-index: 5;
  opacity: 0.4;
}
#texture__bottom div.item__gradation {
  background: linear-gradient(120deg, #046b75 23%, #00a2be 60%, #ffd2dd 86%, #ffd3d6 100%);
}

.thumb--vertical {
  position: relative;
}
.thumb--vertical::before, .thumb--vertical::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  aspect-ratio: 9/16;
  border-radius: 50vw;
  position: absolute;
  z-index: 10;
  left: 0;
  /*		animation: flash 1s linear infinite;*/
}
.thumb--vertical::before {
  border: 11px solid #FF7494;
  box-shadow: inset 0 0 48px rgba(255, 116, 148, 0.6117647059);
}
.thumb--vertical::after {
  border: 2px solid #EAE3D6;
  z-index: 11;
  top: 4px;
  width: calc(100% - 9px);
  left: 4px;
  height: calc(100% - 9px);
  box-shadow: inset 0 0 30px #8b4b4b;
}
.thumb--vertical img {
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50vw;
  overflow: hidden;
}

.thumb--horizontal {
  position: relative;
}
.thumb--horizontal::before, .thumb--horizontal::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  aspect-ratio: 16/9;
  border-radius: 50vw;
  position: absolute;
  z-index: 10;
  left: 0;
}
.thumb--horizontal::before {
  border: 11px solid #FF7494;
  box-shadow: inset 0 0 48px rgba(255, 116, 148, 0.6117647059);
}
.thumb--horizontal::after {
  border: 2px solid #EAE3D6;
  z-index: 11;
  top: 4px;
  width: calc(100% - 9px);
  left: 4px;
  height: calc(100% - 9px);
  box-shadow: inset 0 0 30px #8b4b4b;
}
.thumb--horizontal img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50vw;
  overflow: hidden;
  background: #1F2423;
  background-size: cover;
}

.thumb--square {
  display: block;
  -webkit-mask-image: url("/static/tomostv/common/cover--square.svg");
          mask-image: url("/static/tomostv/common/cover--square.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb--square.position-absolute {
  position: absolute;
}
.thumb--square::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: no-repeat center;
  background-image: url(/static/tomostv/common/cover--square_thin.svg), url(/static/tomostv/common/cover--square_bold.svg);
  background-size: 98%, contain;
  top: 0;
  left: 0;
  will-change: filter;
  filter: drop-shadow(0px 0px 11px #FF1C50);
}

.section--list {
  padding: 11vw 8%;
}

.section--detail {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: calc(120px + 6vw);
  padding-bottom: 50px;
  position: relative;
  z-index: 11;
}
.section--detail .detail__btn {
  font-size: 3vw;
  letter-spacing: 0.03em;
  margin-top: 5vw;
  padding: 0;
}
.section--detail .detail__btn a {
  color: #FF7494;
  text-shadow: 3px 3px 0 #000;
}
.section--detail .detail__btn a:hover {
  color: #efeeea;
}
.section--detail .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .date,
.section--detail .category {
  display: inline-block;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  font-size: 17px;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 961px) {
  .section--detail .block--share li a {
    transition: 0.3s;
  }
  .section--detail .block--share li a svg {
    transition: 0.3s;
  }
  .section--detail .block--share li a:hover {
    color: #FF7494;
  }
  .section--detail .block--share li a:hover svg {
    fill: #FF7494;
  }
}

/* keyframes
------------------------------ */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes line {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0% {
    filter: sepia(0.6);
  }
  20% {
    filter: sepia(0);
  }
  60% {
    filter: sepia(0);
  }
  80% {
    filter: sepia(0.4);
  }
  100% {
    filter: sepia(0);
  }
}
.page--home .wrap {
  padding-bottom: 0;
}
.page--home .header .header--area__left h1 {
  display: none;
}
.page--home .content--main {
  position: relative;
  z-index: 0;
}
.page--home .section-tit {
  width: 40%;
  text-align: center;
  margin: 0 auto -4em;
  position: relative;
  z-index: 10;
  pointer-events: none;
  transform: translate(-50px, 50px);
  will-change: filter;
  filter: blur(10px);
  opacity: 0;
  transition: filter 0.4s cubic-bezier(0.25, 0.52, 0.58, 1), transform 0.4s cubic-bezier(0.25, 0.52, 0.58, 1), opacity 0.4s cubic-bezier(0.25, 0.52, 0.58, 1);
}
.page--home .started .section-tit {
  transform: translate(0, 0);
  opacity: 1;
  will-change: filter;
  filter: blur(0);
}
.page--home section {
  z-index: 1;
}
.page--home section:not(#section--vlog) {
  margin-bottom: 20vw;
  overflow: hidden;
}
.page--home section:not(#section--vlog) .list--thumbnail {
  opacity: 0;
  transform: rotateX(-90deg) scaleY(0) translateY(60px);
  transform-origin: center;
  transition: 0.4s cubic-bezier(0.27, 0.26, 0.55, 0.98);
}
.page--home section:not(#section--vlog) .list--thumbnail.started {
  opacity: 1;
  transform: rotateX(0) scaleY(1) translateY(0);
}
.page--home .list--thumbnail {
  width: 100%;
  margin: 0 auto;
}
.page--home .block--thumbnail-swiper {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.page--home #section--channel .swiper-button-prev,
.page--home #section--latest .swiper-button-prev {
  opacity: 0;
  right: unset;
  pointer-events: none;
  left: -120px;
}
.page--home #section--channel .swiper-button-next,
.page--home #section--latest .swiper-button-next {
  opacity: 0;
  right: -120px;
  pointer-events: none;
  left: unset;
}
.page--home #section--channel.started .swiper-button-prev,
.page--home #section--latest.started .swiper-button-prev {
  transition: 0.4s ease-in-out 0.2s;
  opacity: 1;
  pointer-events: auto;
  left: -80px;
}
.page--home #section--channel.started .swiper-button-next,
.page--home #section--latest.started .swiper-button-next {
  transition: 0.4s ease-in-out 0.2s;
  opacity: 1;
  pointer-events: auto;
  right: -80px;
}
.page--home section#section--hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 10vw;
}
.page--home section#section--hero .hero__item__photo {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.page--home section#section--hero .hero__item__photo .logo {
  width: 65vh;
  max-width: 40vw;
  position: absolute;
  left: -8vh;
  top: 50%;
  z-index: 12;
  transform: translateY(-40%);
}
.page--home section#section--hero .hero__item__photo .thumb {
  width: 50vh;
  height: 81vh;
  overflow: hidden;
  border-radius: 50vw;
  aspect-ratio: 6/16;
}
.page--home section#section--hero .hero__item__photo .thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--home section#section--hero .hero__item__login {
  position: absolute;
  right: calc(40px + 1vw);
  bottom: calc(40px + 1vw);
  z-index: 11;
}
.page--home section#section--hero .hero__item__parts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4em;
  width: 13px;
  height: 60px;
  position: absolute;
  left: calc(40px + 1vw);
  top: calc(40px + 1vw);
}
.page--home section#section--hero .hero__item__parts > div {
  width: 13px;
  height: 13px;
  background: no-repeat url(/static/tomostv/fanclub/top/sankaku.svg);
  background-size: contain;
}
.page--home section#section--hero .scroll {
  font-family: "questa-grande", sans-serif;
  font-weight: 700;
  font-style: italic;
  transform: rotate(90deg);
  position: absolute;
  left: calc(50px + 2vw);
  font-size: 2em;
  letter-spacing: 0.1em;
  transform-origin: left top;
  bottom: 8em;
}
.page--home #section--latest {
  margin-top: 15vw;
}
.page--home #section--info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  gap: 0 1em;
  width: 78%;
  min-width: 700px;
  margin: 0 auto;
}
.page--home #section--info > div {
  overflow-x: hidden;
  overflow-y: visible;
  transform: translateY(60px);
  opacity: 0;
}
.page--home #section--info > div.started {
  transition: 0.5s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}
.page--home #section--info #banner_area {
  grid-area: 1/1/2/2;
}
.page--home #section--info #banner_area .block--banner-swiper {
  position: relative;
}
.page--home #section--info #banner_area .block--banner-swiper:hover .swiper-button-prev,
.page--home #section--info #banner_area .block--banner-swiper:hover .swiper-button-next {
  opacity: 1;
  pointer-events: auto;
}
.page--home #section--info #banner_area .block--banner-swiper li a {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 961px) {
  .page--home #section--info #banner_area .block--banner-swiper li a:hover {
    filter: sepia(0.6);
  }
}
.page--home #section--info #banner_area .block--banner-swiper li a img {
  border-radius: 1vw;
}
.page--home #section--info #banner_area .swiper-button-prev,
.page--home #section--info #banner_area .swiper-button-next {
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  transform: translateY(calc(-50% + 20px));
}
.page--home #section--info #banner_area .swiper-button-prev::before, .page--home #section--info #banner_area .swiper-button-prev::after,
.page--home #section--info #banner_area .swiper-button-next::before,
.page--home #section--info #banner_area .swiper-button-next::after {
  width: 40px;
  height: 40px;
}
.page--home #section--info #banner_area .swiper-button-prev::after {
  left: 4px;
}
.page--home #section--info #banner_area .swiper-button-next {
  right: 3%;
}
.page--home #section--info #banner_area .swiper-button-next::after {
  right: 4px;
}
.page--home #section--info #banner_area .block--indicator {
  position: static;
}
.page--home #section--info #banner_area .swiper-horizontal .swiper-pagination-bullets {
  bottom: -30px;
}
.page--home #section--info #information_area {
  grid-area: 2/1/3/2;
}
.page--home #section--info #information_area .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #132625;
  color: #fff;
  aspect-ratio: 16/9;
  border-radius: 1vw;
  position: relative;
}
.page--home #section--info #information_area .inner:has(.list--info li a:hover) {
  color: #FF7494;
}
.page--home #section--info #information_area .inner:has(.list--info li a:hover) .section-tit::before {
  background: #FF7494;
}
.page--home #section--info #information_area .inner .section-tit {
  font-size: 13px;
  line-height: 1;
  position: absolute;
  top: 23px;
  left: 25px;
  padding-left: 1.2em;
  text-align: left;
}
.page--home #section--info #information_area .inner .section-tit::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  left: 0;
  top: 4px;
}
.page--home #section--info #information_area .inner .tit {
  font-weight: bold;
}
.page--home #section--info #information_area .inner .list--info li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page--home #section--info #information_area .inner .list--info li a:hover {
  color: #FF7494;
}
.page--home #section--info #information_area .inner .list--info li a > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page--home #section--info #information_area .inner .list--info li a > div .date, .page--home #section--info #information_area .inner .list--info li a > div .tit {
  width: 100%;
  padding: 0 5%;
}
.page--home #section--info #information_area .inner .list--info li a > div .date {
  margin-bottom: 0.5em;
}
.page--home #section--info #information_area .inner .list--info li.new .date {
  position: relative;
}
.page--home #section--info #information_area .inner .list--info li.new .date::after {
  content: "NEW";
  display: inline-block;
  font-family: "questa-grande", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #FF7494;
  margin-left: 0.5em;
}
.page--home #section--info #information_area .list__more a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #FF7494;
  padding: 1em 0;
}
.page--home #section--info #information_area .list__more a:hover {
  color: #fff;
}
.page--home #section--info #information_area .list__more a span {
  display: block;
  line-height: 1;
  font-size: clamp(18px, 2vw, 37px);
}
.page--home #section--info #information_area .list__more a span:nth-of-type(2) {
  width: calc(100% - 8em);
  white-space: pre;
  overflow: hidden;
  letter-spacing: 0.05em;
}
.page--home #section--info #streaming_area {
  grid-area: 1/2/3/3;
}
.page--home #section--info #streaming_area a {
  display: block;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .page--home #section--info #streaming_area a:hover {
    filter: sepia(0.6);
  }
}
.page--home #section--info #streaming_area a .btn {
  width: 100%;
}
.page--home #section--info #streaming_area a .btn--main {
  background: #FF7494;
  width: 70%;
}
.page--home #section--info #streaming_area .item__logo {
  margin-bottom: 2em;
}
.page--home #section--info #streaming_area .item__text {
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
}
.page--home #section--vlog {
  position: relative;
  margin: 0vw auto 0vw;
  padding-bottom: 30vw;
}
.page--home #section--vlog .section--title {
  width: 100%;
  height: 20vw;
  overflow: hidden;
  position: sticky;
  top: calc(50% - 10vw);
  transition: 0.4s ease-in-out;
  opacity: 0;
  transform: rotateX(-90deg) scaleY(0) translateY(60px);
  transform-origin: center;
}
.page--home #section--vlog .section--title.started {
  opacity: 1;
  transform: rotateX(0) scaleY(1) translateY(0);
}
.page--home #section--vlog .section--title .title__linear {
  background: repeat-x url(/static/tomostv/fanclub/top/title__vlog.svg?type1);
  background-size: contain;
  width: 190vw;
  position: absolute;
  left: 0;
  top: 0;
  height: 20vw;
  animation: vlogLine 45s linear infinite;
}
.page--home #section--vlog .list--thumbnail {
  width: 70%;
}
.page--home #section--vlog .list--thumbnail li {
  opacity: 0;
  transform: rotateX(-90deg) scaleY(0) translateY(60px);
  transform-origin: center;
  transition: 0.4s cubic-bezier(0.27, 0.26, 0.55, 0.98);
}
.page--home #section--vlog .list--thumbnail li.started {
  opacity: 1;
  transform: rotateX(0) scaleY(1) translateY(0);
}
.page--home #section--vlog .list--thumbnail li:not(:last-of-type) {
  margin-bottom: 10vw;
}
.page--home #section--vlog .comingsoon {
  text-align: center;
  font-family: "questa-grande", sans-serif;
  font-weight: 700;
  font-style: italic;
  background: #000;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skewY(-10deg);
  padding: 0.2em 0;
}
@media screen and (min-width: 961px) {
  .page--home #section--vlog .comingsoon {
    width: 29vw;
    font-size: 4vw;
    margin-top: -5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home #section--vlog .comingsoon {
    width: 61vw;
    font-size: 9vw;
  }
}
.page--home #section--vlog .block--contents {
  margin: 0vw auto -20vw;
}
.page--home #section--vlog + section {
  padding: 20vw 0;
  margin-bottom: 0;
  position: relative;
}
.page--home #section--vlog + section::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 20vw);
  position: absolute;
  top: 20vw;
  left: 0;
  background: #EAE3D6;
  opacity: 0.2;
  transition: 0.6s ease-out;
  transform: translateX(-100%) skewY(-10deg);
  transform-origin: center left;
}
.page--home #section--vlog + section.started::before {
  transform: translateX(0) skewY(-10deg);
}
.page--home .footer {
  min-height: 100vh;
  padding-top: 0;
  margin-top: 0;
  position: relative;
}
.page--home .footer .logo {
  width: 65vh;
  max-width: 45vw;
  position: absolute;
  top: 10%;
  left: 50%;
  opacity: 0;
  transform: translateX(-49vh) translate(-100px, 30px);
  will-change: filter;
  filter: blur(10px);
}
.page--home .footer .logo.started {
  opacity: 1;
  filter: blur(0);
  transform: translateX(-49vh) translate(0, 0);
  transition: filter 0.4s cubic-bezier(0.25, 0.52, 0.58, 1), transform 0.4s cubic-bezier(0.25, 0.52, 0.58, 1), opacity 0.4s cubic-bezier(0.25, 0.52, 0.58, 1);
}
.page--home .footer .copyright {
  width: 100%;
  font-size: 13px;
  text-align: right;
  opacity: 1;
  margin-top: 15px;
}
.page--home .footer .footer__inner {
  width: 40%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  position: absolute;
  right: 20%;
  padding-top: 50vh;
  padding-bottom: 30px;
}
.page--home .footer .footer__inner > div {
  width: 50%;
  opacity: 0;
  padding-left: 1.5em;
  transform: translateY(60px);
  transition: 0.4s ease-in-out;
}
.page--home .footer .footer__inner > div.started {
  opacity: 1;
  transform: translateY(0);
}
.page--home .footer .footer__inner .tit--label {
  font-family: "gamay", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #FF7494;
  font-size: 20px;
  text-align: right;
  margin-bottom: 1em;
}
.page--home .footer .footer__inner .nav--footer {
  text-align: right;
}
.page--home .footer .footer__inner .nav--footer li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.page--home .footer .footer__inner .nav--footer li.item__child {
  font-weight: normal;
  font-size: 0.9em;
}
.page--home .footer .footer__inner .nav--footer li.item__child a {
  display: inline-block;
  position: relative;
  padding-left: 1.8em;
}
.page--home .footer .footer__inner .nav--footer li.item__child a::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.page--home .footer .footer__inner .nav--footer li a:hover {
  color: #FF7494;
}
.page--home .footer .block--sns {
  position: absolute;
  transition: 0.3s;
  display: flex;
  left: 20%;
  font-size: 2em;
  width: 10em;
  bottom: calc(30% - 60px);
  opacity: 0;
}
@media screen and (min-width: 961px) {
  .page--home .footer .block--sns.started {
    bottom: 30%;
    opacity: 1;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .footer .block--sns {
    position: relative;
    margin-left: auto;
    left: auto;
    /* bottom: 3%;	 */
    right: 0;
    font-size: 1.7em;
    width: 10em;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1em;
    top: 60px;
  }
  .page--home .footer .block--sns.started {
    opacity: 1;
    top: 0;
  }
}
.page--home .footer .block--sns li {
  margin: 0 3%;
}
.page--home .footer .block--sns li a i {
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .page--home .footer .block--sns li a:hover i {
    color: #FF7494;
  }
}
.page--home .footer .block--sns li.icon-club9 a i {
  font-size: 0.5em;
  transition: 0.3s;
}
.page--home .footer .block--sns li.icon-club9 a svg {
  width: 0.9em;
  height: 0.9em;
  fill: #fff;
  transition: 0.3s;
  margin-top: 0.4em;
}
@media screen and (min-width: 961px) {
  .page--home .footer .block--sns li.icon-club9 a:hover svg {
    fill: #FF7494;
  }
}

.page--home:not(.animation-skip) .header .drawer__btn,
.page--home:not(.animation-skip) #language__selector,
.page--home:not(.animation-skip) section#section--hero .hero__item__login,
.page--home:not(.animation-skip) #texture__bottom div.item__triangle {
  opacity: 0;
  pointer-events: none;
}
.page--home:not(.animation-skip) section#section--hero .hero__item__photo .logo,
.page--home:not(.animation-skip) section#section--hero .thumb.thumb--vertical,
.page--home:not(.animation-skip) section#section--hero .hero__item__parts,
.page--home:not(.animation-skip) section#section--hero .scroll {
  opacity: 0;
}
.page--home:not(.animation-skip) section#section--hero .hero__item__photo .logo {
  transform: translateY(-10%);
  transition: opacity 0.8s cubic-bezier(0, 0.92, 0.63, 0.9), transform 0.8s cubic-bezier(0, 0.92, 0.63, 0.9);
}
.page--home:not(.animation-skip) section#section--hero .hero__item__photo .thumb.thumb--vertical {
  transform: translateY(-10%);
  transition: opacity 0.8s cubic-bezier(0, 0.92, 0.63, 0.9), transform 0.8s cubic-bezier(0, 0.92, 0.63, 0.9);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home:not(.animation-skip) section#section--hero .hero__item__photo .thumb.thumb--vertical {
    transform: translateY(10%);
  }
}
.page--home:not(.animation-skip) section#section--hero .hero__item__parts,
.page--home:not(.animation-skip) section#section--hero .scroll {
  transition: 0.6s cubic-bezier(0, 0.92, 0.63, 0.9);
}
.page--home:not(.animation-skip) #texture__cover .item__flame_shutter {
  width: 100%;
  height: 100%;
  background: #132625;
  transform-origin: top center;
  transition: 0.5s cubic-bezier(0, 0.92, 0.63, 0.9);
  top: 0;
  left: 0;
}
.page--home:not(.animation-skip) #texture__cover .item__flame_logo {
  width: 80vh;
  max-width: 70vw;
  height: 49vh;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -30%);
  transition: 0.3s cubic-bezier(0, 0.92, 0.63, 0.9);
  opacity: 0;
  will-change: filter;
  filter: blur(10px);
}
.page--home:not(.animation-skip) #texture__bottom div.item__triangle {
  transition: 0.5s opacity cubic-bezier(0, 0.92, 0.63, 0.9);
}

.page--home.loaded:not(.animation-skip) #texture__cover .item__flame_logo {
  opacity: 1;
  will-change: filter;
  filter: blur(0);
  animation: loadingflash 0.2s 3 0.9s;
  transform: translate(-50%, -50%);
  transition-delay: 0.2s;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home.loaded:not(.animation-skip) #texture__cover .item__flame_logo {
    height: auto;
  }
}
.page--home.loaded:not(.animation-skip) #texture__cover .item__flame_shutter {
  transform: scaleY(0);
  transition-delay: 2s;
}
.page--home.loaded:not(.animation-skip) #texture__cover .item__flame_logo img {
  transition: 0.4s cubic-bezier(0.09, 0.64, 0.84, 1.01);
  transform: scale(0);
  transition-delay: 2.6s;
}
.page--home.loaded:not(.animation-skip) section#section--hero .hero__item__photo .thumb.thumb--vertical {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3.2s;
}
.page--home.loaded:not(.animation-skip) section#section--hero .hero__item__photo .logo {
  opacity: 1;
  transform: translateY(-40%);
  transition-delay: 3.4s;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home.loaded:not(.animation-skip) section#section--hero .hero__item__photo .logo {
    transform: translateY(0);
  }
}
.page--home.loaded:not(.animation-skip) section#section--hero .hero__item__login,
.page--home.loaded:not(.animation-skip) .header .drawer__btn,
.page--home.loaded:not(.animation-skip) #language__selector,
.page--home.loaded:not(.animation-skip) #texture__bottom div.item__triangle,
.page--home.loaded:not(.animation-skip) section#section--hero .hero__item__parts,
.page--home.loaded:not(.animation-skip) section#section--hero .scroll {
  opacity: 1;
  transition-delay: 3.8s;
  pointer-events: auto;
}

.page--home.animation-skip .texture__item.item__flame_logo,
.page--home.animation-skip .texture__item.item__flame_shutter {
  display: none !important;
}

@keyframes loadingflash {
  0% {
    opacity: 0.8;
    filter: sepia(0.6);
  }
  20% {
    opacity: 1;
    filter: sepia(0);
  }
  60% {
    opacity: 1;
    filter: sepia(0);
  }
  80% {
    opacity: 0.4;
    filter: sepia(0.4);
  }
  100% {
    opacity: 1;
    filter: sepia(0);
  }
}
@keyframes vlogLine {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-88.93vw);
  }
}
@keyframes vlogLineSP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-134vw);
  }
}
.block--category li {
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 4px;
}
.block--category li a {
  background: #303030;
  border-radius: 6px;
  line-height: 1;
  padding: 8px 10px;
}

.accordion--switch {
  cursor: pointer;
  position: relative;
}
.accordion--switch::before, .accordion--switch::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
  top: 50%;
  right: 0;
  transform-origin: center;
  transform: translateY(-50%);
}
.accordion--switch::after {
  transform: translateY(-50%) rotate(90deg);
}
.accordion--switch.is-visible::before {
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .accordion--switch::before, .accordion--switch::after {
    height: 15px;
    right: 3%;
  }
}
.accordion--body {
  display: none;
}

:where(body:not(.page--home)) .wrap {
  overflow: hidden;
  padding-bottom: 10vw;
}
:where(body:not(.page--home)) .wrap .nav--support {
  display: none;
}
:where(body:not(.page--home)) .wrap h2.section-tit {
  text-align: center;
  padding-top: 10vw;
  margin-bottom: 7vw;
  position: relative;
  transform: skew(0deg, -5deg);
}
:where(body:not(.page--home)) .wrap h2.section-tit span {
  display: inline-block;
  position: absolute;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 10vw;
  line-height: 1;
  padding: 0 1em;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
:where(body:not(.page--home)) .wrap h2.section-tit span.txt--main {
  background: linear-gradient(176deg, #EE6984 20%, #FF94A7 36%, #FFE0E9 49%, #fff 61.5%, #41557F 63%, #4CF0E0 73%, #E6F0F1 90%);
  -webkit-background-clip: text;
  color: transparent;
  will-change: filter;
  filter: drop-shadow(2px 3px 0px #000);
  text-stroke: 2px #dfdfdf;
  -webkit-text-stroke: 2px #dfdfdf;
}
:where(body:not(.page--home)) .wrap h2.section-tit .txt--flame {
  text-shadow: 0 0 0 #222;
  transform: scale(0.93, 0.97) translateX(-50%);
  transform-origin: center center;
  letter-spacing: 0.034em;
  margin-left: -1.44vw;
  mix-blend-mode: multiply;
  text-stroke: 1px #747474;
  -webkit-text-stroke: 1px #747474;
  z-index: 2;
}
:where(body:not(.page--home)) .wrap .list--thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 5vw 4%;
}
:where(body:not(.page--home)) .wrap .list--thumbnail li {
  width: 48%;
  transform: rotateX(50deg);
  transition: 0.4s cubic-bezier(0.27, 0.26, 0.55, 0.98);
}
:where(body:not(.page--home)) .wrap .list--thumbnail li.started {
  transform: rotate(0deg);
}
:where(body:not(.page--home)) .wrap .list--thumbnail li a .list__txt .tit {
  font-size: 1.8em;
}

body:has(.page--support),
body:has(.page--stream__guide),
.page--faq,
.page--questionnaire,
.page--info__detail {
  /*	.header .drawer .drawer__inner::before,*/
}
body:has(.page--support) .wrap::before,
body:has(.page--stream__guide) .wrap::before,
.page--faq .wrap::before,
.page--questionnaire .wrap::before,
.page--info__detail .wrap::before {
  background: #ffeace;
  mix-blend-mode: multiply;
}
body:has(.page--support) #texture__bottom::before,
body:has(.page--stream__guide) #texture__bottom::before,
.page--faq #texture__bottom::before,
.page--questionnaire #texture__bottom::before,
.page--info__detail #texture__bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #e5c69d;
  mix-blend-mode: multiply;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  pointer-events: none;
}

.page--movie__detail .wrap::before {
  display: none;
}
.page--movie__detail #texture__bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: repeat center url(/static/tomostv/common/noise.webp);
  opacity: 0.3;
  mix-blend-mode: hard-light;
  background-size: 180px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  pointer-events: none;
}

body:has(.page--support) .header .drawer,
body:has(.page--stream__guide) .header .drawer,
.page--faq .header .drawer,
.page--questionnaire .header .drawer,
.page--info__detail .header .drawer,
.page--movie__detail .header .drawer {
  background: #1c1816;
}
body:has(.page--support) .header .drawer .list--login li.item__signup a,
body:has(.page--stream__guide) .header .drawer .list--login li.item__signup a,
.page--faq .header .drawer .list--login li.item__signup a,
.page--questionnaire .header .drawer .list--login li.item__signup a,
.page--info__detail .header .drawer .list--login li.item__signup a,
.page--movie__detail .header .drawer .list--login li.item__signup a {
  background: #f26372;
}
body:has(.page--support) .header .drawer .list--login li.item__signin a,
body:has(.page--stream__guide) .header .drawer .list--login li.item__signin a,
.page--faq .header .drawer .list--login li.item__signin a,
.page--questionnaire .header .drawer .list--login li.item__signin a,
.page--info__detail .header .drawer .list--login li.item__signin a,
.page--movie__detail .header .drawer .list--login li.item__signin a {
  background: #fae1ca;
  color: #f26372;
}
@media screen and (min-width: 961px) {
  body:has(.page--support) .header .drawer .list--login li.item__signup a:hover,
  body:has(.page--stream__guide) .header .drawer .list--login li.item__signup a:hover,
  .page--faq .header .drawer .list--login li.item__signup a:hover,
  .page--questionnaire .header .drawer .list--login li.item__signup a:hover,
  .page--info__detail .header .drawer .list--login li.item__signup a:hover,
  .page--movie__detail .header .drawer .list--login li.item__signup a:hover {
    background: #121f1b;
    color: #fb6577;
  }
  body:has(.page--support) .header .drawer .list--login li.item__signin a:hover,
  body:has(.page--stream__guide) .header .drawer .list--login li.item__signin a:hover,
  .page--faq .header .drawer .list--login li.item__signin a:hover,
  .page--questionnaire .header .drawer .list--login li.item__signin a:hover,
  .page--info__detail .header .drawer .list--login li.item__signin a:hover,
  .page--movie__detail .header .drawer .list--login li.item__signin a:hover {
    background: #fb6577;
    color: #fbe2cb;
  }
}
body:has(.page--support) .header .drawer #texture__cover div.item__flame_top,
body:has(.page--stream__guide) .header .drawer #texture__cover div.item__flame_top,
.page--faq .header .drawer #texture__cover div.item__flame_top,
.page--questionnaire .header .drawer #texture__cover div.item__flame_top,
.page--info__detail .header .drawer #texture__cover div.item__flame_top,
.page--movie__detail .header .drawer #texture__cover div.item__flame_top {
  box-shadow: inset 0 0 42px rgba(242, 88, 111, 0.69);
}
body:has(.page--support).drawer-visible .header .drawer__btn span,
body:has(.page--stream__guide).drawer-visible .header .drawer__btn span,
.page--faq.drawer-visible .header .drawer__btn span,
.page--questionnaire.drawer-visible .header .drawer__btn span,
.page--info__detail.drawer-visible .header .drawer__btn span,
.page--movie__detail.drawer-visible .header .drawer__btn span {
  color: #e85e6c;
}
body:has(.page--support).drawer-visible .header .drawer__inner .g-nav__menu li.list--menu__item a,
body:has(.page--stream__guide).drawer-visible .header .drawer__inner .g-nav__menu li.list--menu__item a,
.page--faq.drawer-visible .header .drawer__inner .g-nav__menu li.list--menu__item a,
.page--questionnaire.drawer-visible .header .drawer__inner .g-nav__menu li.list--menu__item a,
.page--info__detail.drawer-visible .header .drawer__inner .g-nav__menu li.list--menu__item a,
.page--movie__detail.drawer-visible .header .drawer__inner .g-nav__menu li.list--menu__item a {
  color: #fee5ce;
}
@media screen and (min-width: 961px) {
  body:has(.page--support).drawer-visible .header .drawer__inner .g-nav__menu li.list--menu__item a:hover,
  body:has(.page--stream__guide).drawer-visible .header .drawer__inner .g-nav__menu li.list--menu__item a:hover,
  .page--faq.drawer-visible .header .drawer__inner .g-nav__menu li.list--menu__item a:hover,
  .page--questionnaire.drawer-visible .header .drawer__inner .g-nav__menu li.list--menu__item a:hover,
  .page--info__detail.drawer-visible .header .drawer__inner .g-nav__menu li.list--menu__item a:hover,
  .page--movie__detail.drawer-visible .header .drawer__inner .g-nav__menu li.list--menu__item a:hover {
    color: #e15a68;
  }
}
body:has(.page--support).drawer-visible #texture__cover div.item__flame_bottom,
body:has(.page--stream__guide).drawer-visible #texture__cover div.item__flame_bottom,
.page--faq.drawer-visible #texture__cover div.item__flame_bottom,
.page--questionnaire.drawer-visible #texture__cover div.item__flame_bottom,
.page--info__detail.drawer-visible #texture__cover div.item__flame_bottom,
.page--movie__detail.drawer-visible #texture__cover div.item__flame_bottom {
  border-color: #0a4750;
}

.page--info .section--list {
  padding-left: 12%;
  padding-right: 12%;
}
.page--info h2.section-tit .txt--flame {
  margin-left: -2.1vw;
}
.page--info .section--inner {
  background: #efeeea;
  border-radius: 1vw;
  padding: 4vw;
  color: #1F2423;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt a:hover {
  text-decoration: none;
  color: #FF7494;
}
.page--info .section--detail .txt .btn a {
  text-decoration: none;
}
.page--info .section--detail .tit {
  font-weight: bold;
  font-size: 2vw;
}
.page--info .section--detail .date {
  position: relative;
}
.page--info .block--share {
  position: relative;
  top: 0;
  text-align: right;
  padding: 0 0 25px;
}

.page--movie.new-movie .list--thumbnail li a .list__txt .category {
  font-size: 2em;
  text-shadow: 3px 2px #132625;
  margin-top: -1.2em;
  margin-bottom: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .list--thumbnail li a .list__txt .category {
    font-size: 1.25em;
    text-shadow: 2px 2px #132625;
    margin-top: -1.5em;
  }
}
.page--movie.new-movie.parents-category-1 h2.section-tit .txt--flame {
  margin-left: -1.1vw;
}
.page--movie.new-movie.parents-category-1 .list--thumbnail li a .list__txt .category {
  display: none;
}
.page--movie.new-movie.parents-category-2 .list--thumbnail li a .list__txt .category {
  display: none;
}
.page--movie.new-movie.parents-category-3 h2.section-tit .txt--flame {
  margin-left: -1.56vw;
}
.page--movie.new-movie.parents-category-3.category-8 h2.section-tit .txt--flame {
  margin-left: -1.56vw;
}
.page--movie.new-movie.parents-category-3.category-9 h2.section-tit .txt--flame {
  letter-spacing: 0.03em;
  margin-left: -1.2vw;
}
.page--movie.new-movie:not(.category--parent) .section--list .block--category-list {
  position: relative;
  margin-bottom: 10vw;
}
.page--movie.new-movie:not(.category--parent) .section--list .block--category-list:last-of-type {
  margin-bottom: 0;
}
.page--movie.new-movie:not(.category--parent) .section--list .block--category-list:last-of-type .list--contents {
  margin-bottom: 0;
}
.page--movie.new-movie:not(.category--parent) .section--list .block--category-list .no-data {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  font-style: italic;
  padding: 0;
  font-size: 3vw;
}
.page--movie.new-movie:not(.category--parent) .section--list .block--category-list .category-tit {
  line-height: 1;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-style: italic;
}
@media screen and (min-width: 961px) {
  .page--movie.new-movie:not(.category--parent) .section--list .block--category-list .category-tit {
    font-size: 3em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie:not(.category--parent) .section--list .block--category-list .category-tit {
    font-size: 1.8em;
  }
}
.page--movie.new-movie:not(.category--parent) .section--list .block--category-list .list__more {
  position: absolute;
  right: 0;
  top: 0;
}
.page--movie.new-movie:not(.category--parent) .section--list .list--contents {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5vw 4%;
  margin: 5vw auto;
}
.page--movie.new-movie:not(.category--parent) .section--list .list--contents li {
  width: 48%;
  margin-right: 0;
  margin-bottom: 0;
}
.page--movie.new-movie:not(.category--parent) .section--list .list--contents li:nth-child(2n) {
  margin-right: 0;
}
.page--movie.new-movie:not(.category--parent) .section--list .detail__btn {
  width: 100%;
  max-width: inherit;
  padding-left: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie:not(.category--parent) .section--list .detail__btn {
    padding-left: 5%;
  }
}
.page--movie.new-movie.movie-search .section--list .block--search {
  width: 70%;
  margin: 0 auto;
}
.page--movie.new-movie.movie-search .section--list .block--search input[type=text] {
  border: none;
  background: #1e1e1e;
  color: #fff;
  padding: 0.8em 60px 0.8em 1em;
  border-radius: 8px;
  font-size: 1.2em;
}
.page--movie.new-movie.movie-search .section--list .block--search form {
  position: relative;
}
.page--movie.new-movie.movie-search .searchBtn {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  background: transparent;
  border: none;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 8px;
  right: 11px;
}
.page--movie.new-movie.movie-search .searchBtn input {
  border: none;
  color: #fff;
  font-size: 1.5em;
  background: #222;
  height: 84px;
  position: relative;
  top: 4px;
  width: 80px;
  border-radius: 0 8px 8px 0;
}
.page--movie.new-movie.movie-search .section--list .list--contents li, .page--movie.new-movie.category--children .section--list .list--contents li {
  width: 48%;
  margin-right: 0;
  margin-bottom: 0;
}
.page--movie.new-movie.movie-search .section--list .list--contents li:nth-child(2n), .page--movie.new-movie.category--children .section--list .list--contents li:nth-child(2n) {
  margin-right: 0;
}
.page--movie.new-movie.movie-search .section--list .list--contents li:nth-child(3n), .page--movie.new-movie.category--children .section--list .list--contents li:nth-child(3n) {
  margin-right: 0;
}
.page--movie.new-movie.movie-search .section--list .list--contents li.no-data, .page--movie.new-movie.category--children .section--list .list--contents li.no-data {
  width: 100%;
  text-align: center;
}
.page--movie.new-movie.category--parent {
  background: #1F2423;
  position: relative;
}
.page--movie.new-movie.category--parent .block--movie--inner {
  position: relative;
  margin-bottom: 15vw;
}
.page--movie.new-movie.category--parent .block--movie--inner > .thumb {
  width: 60vw;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  left: 0;
  margin: 0 auto 1.5vw;
}
.page--movie.new-movie.category--parent .block--movie--inner > .thumb img {
  aspect-ratio: 16/9;
  background: no-repeat center #050505;
  background-size: cover;
}
.page--movie.new-movie.category--parent .block--movie--inner .list--tag {
  margin-bottom: 3em;
}
.page--movie.new-movie.category--parent .block--movie--inner .list--tag li a {
  background: #fff;
  border: none;
}
.page--movie.new-movie.category--parent .block--movie--inner .list__more {
  margin-left: 9.5vw;
}
.page--movie.new-movie.category--parent .block--movie--inner:last-of-type {
  margin-bottom: 10vw;
}
.page--movie.new-movie.category--parent .category-bg {
  width: 100%;
  height: 100%;
  background: no-repeat top;
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  will-change: filter;
  filter: grayscale(1);
}
.page--movie.new-movie.category--parent .category-bg::before, .page--movie.new-movie.category--parent .category-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 20vw;
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 10;
  mix-blend-mode: multiply;
}
.page--movie.new-movie.category--parent .category-bg::before {
  top: 0;
  left: 0;
}
.page--movie.new-movie.category--parent .category-bg::after {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
.page--movie.new-movie.category--parent .category-tit {
  width: 60vw;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 0.2em;
}
.page--movie.new-movie.category--parent .category-tit + .txt {
  width: 60vw;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  margin: 0 auto 2em;
  line-height: 1.6;
}
.page--movie.new-movie.category--parent .block--tag-swiper {
  width: calc(100% + 20vw);
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
  margin: 0 auto 2em;
  margin-left: -10vw;
  padding-left: 20vw;
}
.page--movie.new-movie.category--parent .block--tag-swiper::-webkit-scrollbar {
  display: none;
}
.page--movie.new-movie.category--parent .block--content-swiper {
  padding-left: 9.5vw;
}
.page--movie.new-movie .section--detail {
  width: 80%;
  max-width: inherit;
  color: #fff;
  background: #132625;
  padding-top: 0;
  border-radius: 1vw 1vw 3vw 3vw;
  margin-top: 11vw;
  overflow: hidden;
}
.page--movie.new-movie .section--detail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat center url(/static/tomostv/common/noise.webp);
  opacity: 0.2;
  mix-blend-mode: hard-light;
  background-size: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.page--movie.new-movie .section--detail .area--movie {
  width: 100%;
  background: #1F2423;
  position: relative;
  z-index: 10;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -1.5em;
  margin-left: -1.5em;
  height: 3em;
  border-radius: 2em;
  line-height: 3em;
  background: no-repeat center url(/static/tomostv/common/ico--play.png);
  border: none;
  background-size: contain;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar {
  height: 5em;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-volume-panel .vjs-volume-control {
  top: 1em;
}
.page--movie.new-movie .section--detail .area--movie .vjs-mouse-display {
  margin-top: 9px;
}
.page--movie.new-movie .section--detail .area--movie .vjs-control-bar {
  background: none;
  padding: 0 2em;
}
.page--movie.new-movie .section--detail .area--movie .vjs-http-source-selector.vjs-menu-button {
  position: absolute;
  right: 7.2em;
}
.page--movie.new-movie .section--detail .area--movie .vjs-menu-button.vjs-icon-cog {
  font-size: 2.4em;
}
.page--movie.new-movie .section--detail .area--movie .vjs-picture-in-picture-control.vjs-control {
  font-size: 2.4em;
  position: absolute;
  right: 4.5em;
  width: 2em;
}
.page--movie.new-movie .section--detail .area--movie .vjs-menu-button-popup .vjs-menu {
  left: -2.5em;
  margin-bottom: 2.7em;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-fullscreen-control {
  position: absolute;
  bottom: 0;
  right: 2em;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-time-control {
  font-size: 1.2em;
  line-height: 4em;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-progress-control {
  width: calc(100% - 4em);
  min-width: 4em;
  position: absolute;
  bottom: -2.6em;
  left: 2.2em;
}
.page--movie.new-movie .section--detail .area--movie .vjs-button > .vjs-icon-placeholder:before {
  font-size: 3em;
  line-height: 1.67;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-progress {
  background: linear-gradient(45deg, #0f5868 0%, #FF7494 100%);
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-slider {
  background: rgba(210, 210, 210, 0.5);
}
@media screen and (min-width: 961px) {
  .page--movie.new-movie .section--detail .area--movie .video-js.vjs-fullscreen .vjs-progress-control {
    bottom: 3em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie .section--detail .area--movie .video-js.vjs-fullscreen .vjs-progress-control {
    bottom: 55px;
  }
}
.page--movie.new-movie .section--detail .block--player {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  margin: 0 auto 2vw;
}
.page--movie.new-movie .section--detail .block--tit {
  width: 85%;
  margin: 5vw auto 5vw;
}
.page--movie.new-movie .section--detail .block--tit .tit {
  font-weight: normal;
  font-size: 2em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.page--movie.new-movie .section--detail .block--tit .category, .page--movie.new-movie .section--detail .block--tit .date {
  display: inline-block;
  margin-right: 1em;
  font-weight: bold;
}
.page--movie.new-movie .section--detail .area--more-info {
  width: 100%;
  margin: 0 auto;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  color: #FF7494;
  margin: 0 auto 30px;
  position: relative;
  font-size: 16px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab #tab--movie.current::after, .page--movie.new-movie .section--detail .area--more-info .block--tab #tab--comment.current::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #FF7494;
  bottom: 0;
  left: 0;
  transition: 0.4s;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "gamay", sans-serif;
  font-weight: 700;
  font-style: italic;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div .item__ico {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div .item__ico img {
  display: block;
  width: 30px;
  height: 30px;
  background: no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div .item__ico span {
  display: none;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div.current .item__ico span {
  display: inline-block;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main {
  position: relative;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main > div {
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  font-size: 18px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main > div.current {
  display: block;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments {
  padding-top: 25px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .block--post {
  width: 85%;
  margin: 0 auto 40px;
  position: relative;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .block--post input[type=text] {
  background: none;
  border: none;
  padding-right: 45px;
  background: #fff;
  color: #1F2423;
  font-size: 16px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .block--post input[type=submit] {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 7px;
  top: 2px;
  z-index: 2;
  border: none;
  background-size: 45%;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments div[id^=contents_comment_wrapper] {
  overflow-y: scroll;
}
@media screen and (min-width: 961px) {
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments div[id^=contents_comment_wrapper] {
    max-height: 400px;
    margin: 0 auto;
    border-radius: 10px;
    width: 86%;
  }
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment {
  border-top: 1px solid #4d4d4d;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li {
  background: none;
  margin-bottom: 0;
  border-bottom: 1px solid #4d4d4d;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
  width: 95%;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .name {
  color: #707070;
  font-size: 0.8em;
  margin-bottom: 3px;
  line-height: 1;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .txt {
  font-size: 14px;
  line-height: 1.4;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .report-btn {
  position: absolute;
  top: 17px;
  right: 0;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: #132625;
  padding-top: 16px;
  border-top: 1px solid #132625;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
  width: 100%;
  margin: 0 auto;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  margin-bottom: 0;
  border-bottom: 1px solid #1F2423;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 90%;
  height: 100%;
  position: relative;
  padding: 16px 13px;
  margin: 0 auto;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
  width: 25%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
  margin-right: 15px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb img {
  background-size: contain;
  background-color: #000;
}
.page--movie.new-movie .section--detail #texture__bottom div.item__triangle {
  display: none;
}
.page--movie.new-movie .detail__btn {
  width: 80%;
  max-width: 1300px;
  padding-top: 6vw;
  margin: 0 auto;
}
.page--movie.new-movie.page--movie__detail #texture__bottom div.item__triangle {
  display: none;
}

.parents-category-1.page--movie #parents-category-1 .list--contents {
  gap: 5vw 5%;
}
.parents-category-1.page--movie #parents-category-1 .list--contents li {
  width: 30%;
}
.parents-category-1.page--movie #parents-category-1 .list--contents li .thumb {
  aspect-ratio: 9/16;
}

.page--stream h2.section-tit {
  padding-top: 17vw;
  margin-bottom: 7vw;
  margin-top: -5vw;
}
.page--stream h2.section-tit span {
  line-height: 0.8;
  text-align: left;
}
.page--stream h2.section-tit span.txt--main {
  background: linear-gradient(174deg, #EE6984 35%, #FF94A7 39%, #FFE0E9 46%, #fff 64.5%, #41557F 56%, #4CF0E0 81%, #E6F0F1 90%);
  -webkit-background-clip: text;
  line-height: 0.9;
}
.page--stream h2.section-tit span.txt--flame {
  transform: scale(0.93, 0.97) translateX(-50%);
  letter-spacing: 0.033em;
  margin-left: -1.89vw;
  line-height: 0.925;
  margin-top: -0.2vw;
}
.page--stream .inner {
  background: #132625;
  border-radius: 3vw;
  border: 1px solid #FF7494;
  padding: 3em;
  margin-bottom: 5vw;
}
@media screen and (min-width: 961px) {
  .page--stream .inner .btn .btn--main:hover {
    background: #fff;
  }
}
.page--stream .txt--lead {
  font-size: min(5vw, 24px);
  font-weight: bold;
  margin-bottom: 2vw;
}
.page--stream .next-schedule {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 0.7em;
  border: 1px solid;
  line-height: 1;
  margin: 1em auto;
  padding: 0.4em 1em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--stream .next-schedule {
    margin-bottom: 3em;
  }
}
.page--stream .btn {
  max-width: 350px;
}
.page--stream .btn a.disabled {
  pointer-events: none;
  background: #aaa;
  color: #fff;
}
.page--stream img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.page--stream.page--stream__top .txt--lead {
  font-size: min(5vw, 24px);
  margin-bottom: 4vw;
  margin-top: 3vw;
}
.page--stream.page--stream__guide .txt--lead {
  text-align: center;
  margin: 8vw auto 7vw;
}
.page--stream.page--stream__guide .block--tit {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.page--stream.page--stream__guide .read {
  background: #f9c897;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 4px;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 961px) {
  .page--stream.page--stream__guide #brows .txt--basic {
    text-align: center;
  }
}
.page--stream.page--stream__guide .block--accordion .accordion--body {
  padding-top: 6vw;
}
.page--stream.page--stream__guide .block--accordion .accordion--body > div {
  max-width: 980px;
  margin: 0 auto 4vw;
}
.page--stream.page--stream__guide .block--accordion .accordion--body > div:last-of-type {
  margin-bottom: 0;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .pc {
  padding: 1% 1% 100px;
  border-bottom: 1px solid #C0C0C0;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .pc .fa {
  position: absolute;
  top: 39%;
  right: -15%;
  font-size: 2rem;
  color: #595959;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .tit {
  margin-bottom: 15px;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .txt {
  border-bottom: none;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .methodList .txt,
.page--stream.page--stream__guide .block--accordion .accordion--body .adjustList .txt {
  line-height: 1.75;
  padding-bottom: initial;
  border-bottom: none;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .methodList {
  display: flex;
  margin-bottom: 40px;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .methodList .methodList-item {
  width: 21.25%;
  margin-right: 5%;
  position: relative;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .methodList .methodList-item:last-of-type {
  margin-right: 0;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .methodList .methodList-item.last {
  display: inline-block;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .adjust {
  margin-top: 100px;
  border-bottom: 1px solid #C0C0C0;
  padding-bottom: 100px;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .adjust .adjustList {
  display: flex;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .adjust .adjustList .adjustList-item {
  width: 32%;
  margin-right: 2%;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .adjust .adjustList .adjustList-item:last-of-type {
  margin-right: 0;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .adjust .adjustList .adjustList-item img {
  margin-bottom: 3px;
}
.page--stream.page--stream__guide .block--accordion .accordion--body .adjust .adjustList .adjustList-item .tit {
  font-size: min(1.6vw, 1.1rem);
  text-align: center;
  margin-bottom: 25px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.page--stream.page--stream__guide .block--accordion .accordion--switch {
  margin-bottom: 0;
  line-height: 1.2;
  padding-right: 1.3em;
  transition: color 0.3s;
}
@media screen and (min-width: 961px) {
  .page--stream.page--stream__guide .block--accordion .accordion--switch:hover {
    color: #FF7494;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--switch:hover::before, .page--stream.page--stream__guide .block--accordion .accordion--switch:hover::after {
    background: #FF7494;
  }
}
.page--stream.page--stream__guide .attention {
  margin-top: 100px;
  padding-bottom: 50px;
}
.page--stream.page--stream__guide .attention .tit {
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
}
.page--stream.page--stream__guide .download {
  padding: 1em 0 0;
}
.page--stream.page--stream__guide .download .inner {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 2em;
}
.page--stream.page--stream__guide .download .inner .txt--sub {
  text-align: center;
}
.page--stream.page--stream__guide .download .btn--main {
  margin-top: 4px;
}
.page--stream.page--stream__guide .download .app-download {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.page--stream.page--stream__guide .download .dl-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em auto 2em;
}
.page--stream.page--stream__guide .download .dl-list li {
  width: 25%;
  padding: 0 20px;
}
.page--stream.page--stream__guide .download .dl-list li a {
  display: block;
}
.page--stream.page--stream__guide .download .link a {
  letter-spacing: normal;
}

body.page--stream {
  background-color: #1f2024;
}
body.page--stream .wrap::before,
body.page--stream .wrap::after {
  display: none;
}
body.page--stream .section--streaming .block--movie .container #btn-sound-start {
  color: #1F2423;
}
body.page--stream .section--streaming .block--movie .container #btn-sound-start:hover {
  color: #fff;
}
body.page--stream .section--streaming .btn.btn--reload {
  width: auto;
}
body.page--stream .section--streaming .btn.btn--reload button {
  background: #fff;
  color: #1F2423;
}
body.page--stream .section--streaming .block--config .block--btn .config__body li {
  background: #fff;
}
body.page--stream .section--streaming .block--config .block--btn .config__body li button {
  color: #1F2423;
}
body.page--stream .inner {
  background: none;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
}

.page--support .section--detail {
  color: #1F2423;
  background: #fff;
  border-radius: 3vw;
  margin-top: 11vw;
  padding: 80px 5%;
}
.page--support .section--detail .section-tit {
  padding-top: 0;
  transform: none;
  font-size: 1.7em;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
}
.page--support .section--detail .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .page--support .section--detail .list--support a:hover {
    text-decoration: none;
  }
}
.page--support .section--detail .list--support dt {
  font-size: 1em;
  font-weight: bold;
}
.page--support .section--detail .list--support dd {
  margin-bottom: 2em;
}
.page--support .section--detail .list--support ol ol {
  padding-left: 1em;
}
.page--support .section--detail .supportTable {
  display: block;
  text-align: left;
}
.page--support .section--detail .supportTable * {
  display: block;
}
.page--support .section--detail .supportTable tr {
  margin-bottom: 2.5em;
}

.page--faq .section-tit {
  font-family: inherit;
  font-size: 2vw;
}
.page--faq .tit {
  font-weight: 400;
}
.page--faq .list--information li a .icon--q {
  transition: 0.3s;
}
.page--faq .list--information li a:hover .icon--q {
  color: #FF7494;
}
.page--faq .list--tag {
  white-space: normal;
  display: flex;
  gap: 2.5em 1em;
  flex-wrap: wrap;
  margin-bottom: 6em;
}
.page--faq .list--tag li a {
  background: #132625;
  line-height: 1;
  text-align: center;
  padding: 1em;
  border-radius: 8px;
  font-size: 1.1em;
}
.page--faq .tit--category {
  margin-bottom: 20px;
  margin-top: 80px;
}
.page--faq .section--list {
  padding-left: 15vw;
  padding-right: 15vw;
}
.page--faq .section--list .block--contact {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .page--faq .section--list .block--contact a {
    transition: 0.3s;
  }
  .page--faq .section--list .block--contact a:hover {
    color: #132625;
    text-decoration: none;
  }
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .section--detail .tit--category {
  margin-top: 0;
}
.page--faq .detail__btn a {
  position: relative;
}
.page--faq .searchBox {
  width: 100%;
  margin: 56px auto 50px;
  position: relative;
}
.page--faq .searchBox input[type=text] {
  background: #1e1e1e;
  color: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 1em 1.5em;
  border: none;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 12px;
  right: 7px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .list--faq {
  margin: 0 0 60px;
}
.page--faq .list--faq li {
  margin-bottom: 15px;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: baseline;
  padding: 20px;
  text-decoration: none;
  background: #132625;
  color: #fff;
  transition: 0.3s;
  border-radius: 15px;
}
@media screen and (min-width: 961px) {
  .page--faq .list--faq li a:hover {
    color: #FF7494;
  }
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  font-family: "gamay", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 28px;
}
.page--faq .list--information li a {
  padding: 2.5em 3em 2.5em 5em;
}
.page--faq .list--information li a .icon--q {
  font-family: "gamay", sans-serif;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  top: 1.7em;
  left: 2em;
  font-size: 20px;
  letter-spacing: 0.2em;
}
.page--faq .list--information li a .tit {
  font-weight: bold;
  font-size: 18px;
}
.page--faq .tit--category {
  font-weight: 600;
  color: #fff;
  font-size: 1.2em;
}
.page--faq .block--faq-detail {
  background: #fff;
  color: #1F2423;
  border-radius: 6px;
  padding: 25px;
  margin: 1em 0 4em;
}
.page--faq .block--faq-detail .icon--q {
  display: none;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: 1px solid;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  padding-top: 0;
}
.page--faq .block--faq-detail .btn a {
  text-decoration: none;
}
.page--faq .block--faq-detail dd a {
  transition: 0.3s;
  text-decoration: underline;
  color: #1F2423;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact {
  margin: 40px 0 0;
  color: #fff;
}
.page--faq .block--contact .link a {
  position: relative;
  border-bottom: 1px solid #222;
  padding: 0 0 0.2em;
}
.page--faq .block--contact .link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #222;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  position: relative;
  bottom: 2px;
}
.page--faq .block--contact a {
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .page--faq .block--contact a:hover {
    opacity: 0.5;
  }
}

.page--introduction .section--detail {
  padding-top: calc(120px + 1vw);
}
.page--introduction .pink {
  color: #FF7494;
}
.page--introduction .logo {
  width: 26vw;
  margin: 0 auto 4vw;
}
.page--introduction .block--movie {
  margin-bottom: 20vw;
}
.page--introduction .block--movie .tit {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  font-size: 2.5em;
  color: #FF7494;
  margin-bottom: 1em;
}
.page--introduction .block--movie .video {
  border-radius: 3vw;
  overflow: hidden;
}
.page--introduction .area--detail .block--lead {
  background: linear-gradient(152deg, #132625 10%, #268a99 70%, #FF7494 100%);
  border-radius: 3vw;
  border: 1px solid #FF7494;
  padding: 3em;
}
.page--introduction .area--detail .block--lead .tit {
  color: #FF7494;
  text-align: center;
  font-weight: bold;
  font-size: 1.9em;
  line-height: 1.8;
  margin-bottom: 3vw;
}
.page--introduction .area--detail .block--lead .tit span {
  display: block;
  font-size: 0.8em;
}
.page--introduction .area--detail .block--lead .tit + .txt--sub {
  text-align: center;
  margin-top: -2em;
  margin-bottom: 3em;
}
@media screen and (min-width: 961px) {
  .page--introduction .area--detail .block--lead .txt--basic {
    text-align: center;
  }
}
.page--introduction .area--detail .block--lead ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0 2%;
}
.page--introduction .area--detail .block--lead ul li {
  width: 48%;
  background: rgba(27, 60, 59, 0.5098039216);
  padding: 2em 1.5em;
  border-radius: 10px;
}
.page--introduction .area--detail .block--lead ul li .tit {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #fff;
}
.page--introduction .area--detail .block--lead ul + .txt--sub {
  text-align: right;
}
.page--introduction .area--detail .block--event {
  background: linear-gradient(152deg, #132625 10%, #f867a1 70%, #FF7494 100%);
  border-radius: 3vw;
  border: 1px solid #FF7494;
  padding: 3em;
  margin: 6em auto;
}
.page--introduction .area--detail .block--event .txt--lead {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 961px) {
  .page--introduction .area--detail .block--event .txt--basic {
    text-align: center;
  }
}
.page--introduction .area--detail .block--event .btn {
  margin: 0 auto;
}
.page--introduction .area--detail .block--event .btn a {
  border: 1px solid;
}
.page--introduction .area--detail .block--spec {
  border-radius: 3vw;
  border: 1px solid #FF7494;
  padding: 3em;
  margin: 6em auto;
  background: linear-gradient(152deg, #141414 50%, #FF7494 140%);
}
.page--introduction .area--detail .block--spec dl {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.page--introduction .area--detail .block--spec dl dt {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.page--introduction .area--detail .block--spec dl > div:first-of-type {
  font-weight: bold;
  font-size: 2.5em;
  width: 36%;
  display: flex;
  align-items: center;
  position: relative;
}
.page--introduction .area--detail .block--spec dl > div:first-of-type dt {
  position: absolute;
  left: 0;
  top: 0;
}
.page--introduction .area--detail .block--spec dl > div:first-of-type dd {
  line-height: 1;
  text-align: center;
  font-size: min(5vw, 50px);
}
.page--introduction .area--detail .block--spec dl > div:first-of-type dd span {
  display: inline-block;
}
.page--introduction .area--detail .block--spec dl > div:first-of-type dd span:first-of-type {
  font-size: 0.6em;
  margin-right: 0.3em;
}
.page--introduction .area--detail .block--spec dl > div:first-of-type dd span:nth-of-type(2) {
  font-size: 0.6em;
}
.page--introduction .area--detail .block--spec dl > div:first-of-type dd span:last-of-type {
  font-size: 12px;
  margin-left: 0.3em;
}
.page--introduction .area--detail .block--spec dl > div:last-of-type {
  width: 60%;
}
.page--introduction .area--detail .block--entry {
  border-radius: 3vw;
  border: 1px solid #FF7494;
  padding: 3em;
  margin: 6em auto;
  background: linear-gradient(152deg, #141414 50%, #FF7494 140%);
}
.page--introduction .area--detail .block--entry .block--tit {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.page--introduction .area--detail .block--entry .block--tit + .txt--basic {
  text-align: center;
  font-size: 1.1em;
}
.page--introduction .area--detail .block--entry .announce {
  border: 1px solid;
  padding: 2em;
  border-radius: 25px;
  margin: 3em auto;
}
.page--introduction .area--detail .block--entry .announce .txt--lead {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.page--introduction .area--detail .block--entry .announce em {
  display: block;
  text-align: center;
}
.page--introduction .area--detail .block--entry .block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.page--introduction .area--detail .block--entry .block > div {
  width: 48%;
  background: #fff;
  color: #000;
  border-radius: 15px;
  padding: 3em 1em 1.5em;
}
.page--introduction .area--detail .block--entry .block > div .btn {
  width: 100%;
}
.page--introduction .area--detail .block--entry .block > div p:not(.btn) {
  text-align: center;
}
.page--introduction .area--detail .block--entry .block > div p:not(.btn) em {
  color: #FF7494;
}
.page--introduction .area--detail .block--entry .block--entry__pid {
  margin-top: 40px;
}
.page--introduction .area--detail .block--entry .block--entry__pid .title {
  font-weight: bold;
  border-bottom: 1px solid;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

.page--questionnaire .section-tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 5vw;
  font-size: 24px;
  line-height: 1.4;
}
.page--questionnaire .section-tit .font-en {
  font-size: 6vw;
}
@media screen and (min-width: 961px) {
  .page--questionnaire .input--half {
    width: 50%;
  }
  .page--questionnaire input[type=email] {
    width: 75%;
  }
  .page--questionnaire .content--main > section {
    max-width: 850px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .page--questionnaire .input--quarter {
    width: 25%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .input--quarter {
    width: 30%;
  }
  .page--questionnaire .input--quarter.postal_code {
    width: 75%;
  }
}
.page--questionnaire .form__checkbox label p::before {
  border: 1px solid;
}
.page--questionnaire.confirm .form--confirm dd,
.page--questionnaire input[type=text], .page--questionnaire input[type=tel], .page--questionnaire input[type=email], .page--questionnaire input[type=password], .page--questionnaire input[type=number], .page--questionnaire button,
.page--questionnaire .form__radio label p::before,
.page--questionnaire .form__checkbox label p::after,
.page--questionnaire .form__checkbox label p::before,
.page--questionnaire .form__select select,
.page--questionnaire textarea,
.page--questionnaire .form__select::after {
  border-color: #1F2423;
}
.page--questionnaire input[type=text], .page--questionnaire input[type=tel], .page--questionnaire input[type=email], .page--questionnaire input[type=password], .page--questionnaire input[type=number], .page--questionnaire button {
  background: #fff;
}
.page--questionnaire .wrap .content--main > section {
  position: relative;
  z-index: 2;
  color: #1F2423;
  background: #efeeea;
  border-radius: 1vw;
  padding: 4vw;
  margin: 12vw auto 0;
}
.page--questionnaire .wrap .content--main > section .ph {
  margin-bottom: 5vw;
}
.page--questionnaire .wrap .content--main > section .tit {
  font-size: 16px;
}
.page--questionnaire .wrap .content--main > section form input:not([type=submit]), .page--questionnaire .wrap .content--main > section form textarea {
  border-radius: 5px;
}
.page--questionnaire .wrap .content--main > section form .form--post {
  margin: 4em auto;
}
.page--questionnaire .wrap .content--main > section form .form--post dt {
  font-weight: bold;
  border-bottom: 1px solid;
  margin: 2em 0;
  padding-bottom: 0.5em;
}
.page--questionnaire .wrap .content--main > section form .form--post dd {
  margin-bottom: 4em;
}
.page--questionnaire .wrap .content--main > section form .form--post .form__select select {
  cursor: pointer;
  color: #000;
  background: #fff;
}
.page--questionnaire .wrap .content--main > section form .form--post .form__select select option {
  color: #fff;
}
.page--questionnaire .wrap .content--main > section form .btn {
  margin: 3em auto 0;
}
.page--questionnaire .wrap .content--main > section form .btn + .btn {
  margin-top: 0;
}
.page--questionnaire .wrap .content--main > section form .form--horizontal li {
  display: inline-block;
}
.page--questionnaire .wrap .content--main > section form .icon--required::before {
  content: "必須";
  display: inline-block;
  background: #FF7494;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 0.3em 0.5em;
  margin-left: 1em;
  border-radius: 3px;
}
.page--questionnaire.confirm form {
  margin-top: 30px;
}
.page--questionnaire.confirm .form--confirm dt {
  font-size: 13px;
  opacity: 0.8;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire.confirm .form--confirm dt {
    opacity: 0.8;
    font-size: 13px;
    margin-bottom: 0.8em;
    font-weight: normal;
  }
}
.page--questionnaire.confirm .form--confirm dd {
  font-size: 16px;
  border-bottom: 1px solid #1F2423;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire.confirm .form--confirm dd {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
}
.page--questionnaire.confirm .form--confirm dd .checkbox__item {
  display: inline-block;
}
.page--questionnaire.confirm .form--confirm dd .checkbox__item::after {
  content: " / ";
  display: inline-block;
  margin: 0 0.8em;
}
.page--questionnaire.confirm .form--confirm dd .checkbox__item:last-child::after {
  display: none;
}
.page--questionnaire.confirm .form--confirm dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.page--error .block--title {
  text-align: center;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 4vw;
  margin-bottom: 30px;
}
.page--error .block--title .section-tit {
  line-height: 1;
}
.page--error .block--title .txt--large {
  font-size: 12vw;
  line-height: 0.8;
}
.page--error .txt--basic {
  text-align: center;
}

@supports not (aspect-ratio: 16/9) {
  .list--information li a .thumb,
  .list--contents li .thumb {
    aspect-ratio: initial;
    width: 100%;
    padding-top: 56.25%;
  }
  .list--information li a .thumb img,
  .list--contents li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--home .section--sns .block--sns--inner li a .thumb {
    aspect-ratio: initial;
    width: 100%;
  }
  .page--home .area--movie .section--movie .block--movie--inner > .thumb {
    aspect-ratio: initial;
    padding-top: 37.54%;
  }
  .page--home .area--movie .section--movie .block--movie--inner > .thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: 0.3s;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn a, .btn input {
    cursor: pointer;
    transition: 0.3s;
  }
  .header .g-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .g-nav__login .logo {
    position: relative;
    width: 90%;
    left: -3vw;
    top: 3vw;
    margin-bottom: 2vw;
  }
  .header .list--login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
    width: 20vw;
    transform: skewY(-13deg);
    position: relative;
    left: 1vw;
    top: -2vw;
  }
  .header .list--login li.list--menu__item a {
    font-size: 20px;
    padding: 0.8em 0;
  }
  .header .header--area__left h1.logo {
    transition: 0.3s;
  }
  .header .header--area__left h1.logo:hover {
    filter: sepia(1);
  }
  .drawer-visible .header .g-nav__login .logo {
    top: 0;
    left: 0;
    transition: 0.4s;
  }
  .page--home #section--info {
    overflow: visible !important;
  }
  .page--home #section--info #banner_area {
    transition-delay: 0.2s;
  }
  .page--home #section--info #information_area {
    transition-delay: 0.4s;
  }
  .page--home #section--info #streaming_area {
    transition-delay: 0.5s;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 961px) and (max-width: 1150px) {
  #language__selector {
    top: 27px;
  }
  .header .drawer__btn {
    display: block !important;
    top: 0;
    height: 90px;
    transition: 0.3s;
    z-index: 1001;
  }
  .header .drawer__btn span {
    transition: 0.3s;
  }
  .header .drawer__btn span.top {
    top: 39px;
  }
  .header .drawer__btn span.mid {
    top: 47px;
  }
  .header .drawer__btn span.btm {
    top: 55px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main,
  .btn--sub {
    width: 100%;
    padding: 1em 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main,
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    padding-top: 1.5em;
  }
  .header h1.logo a img {
    height: auto;
  }
  .header .drawer__btn {
    font-size: 9vw;
    right: 6vw;
    top: 1vw;
  }
  .header .drawer {
    display: block;
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 80px 5vw 30vw;
  }
  .header .drawer .drawer__inner .g-nav .g-nav__login {
    padding: 4vw 0 0 0;
    margin-bottom: 20vw;
  }
  .header .drawer .drawer__inner .g-nav .g-nav__login .logo {
    width: 70vw;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -10vw;
  }
  .header .drawer .drawer__inner .g-nav .g-nav__login .list--login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    transform: rotate(-15deg) translateX(-50%);
    left: 50%;
    position: relative;
    gap: 0 4%;
  }
  .header .drawer .drawer__inner .g-nav .g-nav__login .list--login li {
    width: 40%;
    margin-bottom: 0;
  }
  .header .drawer .drawer__inner .g-nav .g-nav__login .list--login li a {
    font-size: 18px;
    padding: 0.4em 1.5em 0.6em;
  }
  .header .drawer .drawer__inner .g-nav .g-nav__menu li {
    margin-right: 0;
    margin-bottom: 0;
  }
  .header .drawer .drawer__inner .g-nav .g-nav__menu li a {
    font-size: 7vw;
    letter-spacing: 0.03em;
  }
  .header .drawer .g-nav {
    width: 100%;
  }
  .loggedin .header .drawer .drawer__inner .g-nav .g-nav__login {
    margin-bottom: 10vw;
  }
  #language__selector {
    right: 8em;
    top: 2.3em;
  }
  #language__selector #block--language__current {
    height: 38px;
    width: 38px;
    line-height: 33px;
    font-size: 20px;
  }
  #language__selector #block--language__select {
    font-size: 20px;
  }
  .block--pager {
    margin-top: 30px;
  }
  .block--pager li {
    width: 1em;
    font-size: 25px;
  }
  .block--pager .pager__item--newer,
  .block--pager .pager__item--older {
    width: 25px;
  }
  .pager__item--newer a::after, .pager__item--newer a::before, .pager__item--newer span::after, .pager__item--newer span::before,
  .pager__item--older a::after,
  .pager__item--older a::before,
  .pager__item--older span::after,
  .pager__item--older span::before {
    width: 18px;
    height: 18px;
    transform: translateY(-40%);
  }
  .pager__item--newer span,
  .pager__item--older span {
    will-change: filter;
    filter: grayscale(1);
  }
  .pager__item--newer a, .pager__item--newer span {
    width: 19px;
    height: 19px;
  }
  .pager__item--older a, .pager__item--older span {
    width: 19px;
    height: 19px;
  }
  .section--detail .block--pager {
    text-align: center;
    margin: 20px 0 0;
  }
  .list--information li a {
    display: block;
    padding: 10px 0;
  }
  .list--information li a .date {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: auto;
    text-align: left;
    margin-bottom: 5px;
  }
  .list--information li a .tit span {
    display: block;
  }
  .date, .category {
    font-size: 12px;
  }
  .tit {
    font-size: 13px;
  }
  .list--thumbnail li a .list__txt {
    font-size: 1.5em;
  }
  .list--thumbnail li a .list__txt .tit {
    font-size: 12px;
    position: relative;
  }
  .list--thumbnail li a .list__txt .date {
    font-size: 1em;
  }
  .list--thumbnail li a .thumb {
    aspect-ratio: 15/9;
  }
  .list--login li {
    margin-bottom: 0.5em;
  }
  .list--login li a {
    padding: 0.8em 3em;
  }
  .block--category {
    margin-bottom: 20px;
  }
  .block--category li {
    margin-right: 0;
  }
  .block--category li a {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 0 5px;
  }
  .list--tag li {
    margin-right: 0;
  }
  .list--tag li a {
    font-size: 10px;
    padding: 0.8em 1em 0.6em;
  }
  .wrap {
    min-height: 100%;
    padding-bottom: 22vw;
  }
  .wrap::before {
    background: #d69948;
    mix-blend-mode: multiply;
  }
  #texture__cover div.item__flame_top {
    border-radius: 18px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    box-shadow: inset 0 0 30px rgba(255, 116, 148, 0.6901960784);
  }
  #texture__cover div.item__flame_bottom {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border-width: 30px;
    border-radius: 50px;
    top: -15px;
    left: -15px;
  }
  #texture__bottom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    /*	div.item__dot{
    		width: 70vw;
        height: 70vw;
    		&:nth-of-type(3){
    			top: -10%;
    			right: -25%;
    		}
    		&:nth-of-type(4){
    			bottom: -6%;
    			left: -15%;
    			opacity: 0.6;
    		}
    	}
    */
  }
  #texture__bottom div {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #texture__bottom div.item__line,
  #texture__bottom div.item__dot,
  #texture__bottom div.item__paper {
    display: none !important;
  }
  #texture__bottom div.item__gradation {
    background: no-repeat center url(/static/tomostv/common/bg_sp.webp?type02);
    background-size: cover;
  }
  #texture__bottom div.item__triangle {
    background-size: contain;
    z-index: 10;
    will-change: filter;
    filter: none;
    mix-blend-mode: color-dodge;
  }
  .section-tit {
    font-size: 6vw;
    margin-bottom: 5%;
    letter-spacing: initial;
  }
  .section--list,
  .section--detail {
    padding: 26vw 8vw 0;
  }
  .section--list .date,
  .section--detail .date {
    margin-bottom: 5px;
  }
  .section--detail {
    width: 100%;
  }
  .section--detail .detail__btn {
    text-align: center;
    font-size: 8vw;
    margin-top: 40px;
  }
  .section--detail .line-txt {
    left: -25vw;
    top: 1vw;
  }
  .block--sort-category {
    width: 95%;
  }
  .block--sort-category .block--sort {
    width: 80%;
    right: inherit;
    left: 20vw;
    top: 35px;
    max-width: none;
    box-shadow: none;
    border-top: solid 1px rgba(19, 38, 37, 0.1);
    border-bottom: solid 1px rgba(19, 38, 37, 0.1);
  }
  .page--home .content--main .swiper-pagination-horizontal.swiper-pagination-bullets {
    text-align: center;
    bottom: 0;
  }
  .page--home .content--main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .page--home .content--main .swiper-button-next::after, .page--home .content--main .swiper-button-next::before,
  .page--home .content--main .swiper-button-prev::after,
  .page--home .content--main .swiper-button-prev::before {
    width: 25px;
    height: 25px;
    top: 76%;
  }
  .page--home .content--main .swiper-button-next::after {
    right: 8px;
  }
  .page--home .content--main .swiper-button-prev::after {
    left: 8px;
  }
  .page--home .list--thumbnail li a .list__txt {
    top: -1.5em;
  }
  .page--home .list--thumbnail li a .list__txt .tit {
    font-size: 20px;
    position: relative;
  }
  .page--home .list--thumbnail li a .list__txt .date {
    font-size: 14px;
  }
  .page--home .list--thumbnail li a .list__txt .category {
    font-size: 1.2em;
    text-shadow: 2px 2px #132625;
    margin-top: -1.3em;
    margin-bottom: 8px;
  }
  .page--home .list--thumbnail li .thumb.thumb--square {
    display: block;
    width: 96%;
    margin: 0 auto 15px;
    aspect-ratio: 9/16;
    -webkit-mask-image: url("/static/tomostv/common/cover--horizontal.svg");
            mask-image: url("/static/tomostv/common/cover--horizontal.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page--home .list--thumbnail li .thumb.thumb--square img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page--home .list--thumbnail li .thumb.thumb--square.position-absolute {
    position: absolute;
  }
  .page--home .list--thumbnail li .thumb.thumb--square::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: no-repeat center;
    background-image: url(/static/tomostv/common/cover--horizontal_thin.svg), url(/static/tomostv/common/cover--horizontal_bold.svg);
    background-size: contain;
    top: 0;
    left: 0;
    filter: none;
  }
  .page--home .list--thumbnail li .thumb.thumb--square + .list__txt {
    top: -2.2em;
  }
  .page--home .section-tit {
    width: 60%;
    margin: 0 auto -1.5em;
  }
  .page--home section {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .page--home section:not(#section--vlog) {
    margin-bottom: 25vw;
  }
  .page--home .block--thumbnail-swiper {
    width: 100%;
  }
  .page--home section#section--latest {
    margin-bottom: 10vw;
  }
  .page--home section#section--latest h2.section-tit {
    width: 65%;
    margin-bottom: -1.5em;
  }
  .page--home #section--channel.started .swiper-button-prev,
  .page--home #section--latest.started .swiper-button-prev {
    left: -13px;
  }
  .page--home #section--channel.started .swiper-button-next,
  .page--home #section--latest.started .swiper-button-next {
    right: -13px;
  }
  .page--home section#section--hero {
    height: 100svh;
    height: 100dvh;
    padding: 0;
    margin-bottom: 0;
  }
  .page--home section#section--hero .hero__item__photo {
    width: 75%;
    justify-content: center;
    margin-top: 2vh;
  }
  .page--home section#section--hero .hero__item__photo .logo {
    width: 67vw;
    max-width: unset;
    left: -5vw;
    top: -3vw;
    transform: rotate(-10deg);
  }
  .page--home section#section--hero .hero__item__photo .thumb {
    width: 80vw;
    height: 126vw;
    max-width: 38vh;
    max-height: 70vh;
  }
  .page--home section#section--hero .hero__item__login {
    right: calc(30px + 1vw);
    bottom: calc(15px + 1vw);
  }
  .page--home section#section--hero .hero__item__parts {
    left: calc(35px - 1vw);
    top: calc(30px + 1vw);
  }
  .page--home section#section--hero .hero__item__parts > div {
    width: 13px;
    height: 13px;
  }
  .page--home section#section--hero .scroll {
    font-size: 2.25vh;
    line-height: 1;
    bottom: 9.5em;
    left: 12vw;
  }
  .page--home #section--info {
    display: block;
    width: 100%;
    min-width: unset;
  }
  .page--home #section--info > div {
    overflow: visible;
  }
  .page--home #section--info #banner_area {
    margin-bottom: 14vw;
  }
  .page--home #section--info #banner_area .swiper-pagination-horizontal.swiper-pagination-bullets {
    bottom: -2em;
  }
  .page--home #section--info #banner_area .block--banner-swiper {
    position: relative;
  }
  .page--home #section--info #banner_area .block--banner-swiper:hover .swiper-button-prev,
  .page--home #section--info #banner_area .block--banner-swiper:hover .swiper-button-next {
    opacity: 1;
    pointer-events: auto;
  }
  .page--home #section--info #banner_area .block--banner-swiper li a img {
    border-radius: 5vw;
  }
  .page--home #section--info #banner_area .swiper-button-prev,
  .page--home #section--info #banner_area .swiper-button-next {
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
    transform: translateY(calc(-50% + 20px));
  }
  .page--home #section--info #banner_area .swiper-button-prev::before, .page--home #section--info #banner_area .swiper-button-prev::after,
  .page--home #section--info #banner_area .swiper-button-next::before,
  .page--home #section--info #banner_area .swiper-button-next::after {
    width: 40px;
    height: 40px;
  }
  .page--home #section--info #banner_area .swiper-button-prev::after {
    left: 4px;
  }
  .page--home #section--info #banner_area .swiper-button-next {
    right: 3%;
  }
  .page--home #section--info #banner_area .swiper-button-next::after {
    right: 4px;
  }
  .page--home #section--info #banner_area .block--indicator {
    position: static;
  }
  .page--home #section--info #information_area {
    margin-bottom: 7vw;
  }
  .page--home #section--info #information_area .inner {
    border-radius: 5vw;
    position: relative;
  }
  .page--home #section--info #information_area .inner .section-tit {
    font-size: 11px;
    letter-spacing: 0.1em;
    top: 18px;
    left: 19px;
    padding-left: 0.8em;
  }
  .page--home #section--info #information_area .inner .section-tit::before {
    width: 4px;
    height: 3px;
    top: 4px;
  }
  .page--home #section--info #information_area .inner .list--info li a {
    padding: 0 5vw;
  }
  .page--home #section--info #information_area .list__more a {
    padding: 0.6em 0;
  }
  .page--home #section--info #information_area .list__more a span {
    font-size: 4vw;
  }
  .page--home #section--info #streaming_area a {
    padding: 0;
    border-radius: 5vw;
  }
  .page--home #section--vlog {
    margin: 0 auto;
    padding: 0 0 30vw;
  }
  .page--home #section--vlog .section--title {
    width: 100%;
    height: 30vw;
    overflow: hidden;
    position: sticky;
    top: calc(50% - 15vw);
  }
  .page--home #section--vlog .section--title .title__linear {
    background: repeat-x url(/static/tomostv/fanclub/top/title__vlog.svg?type1);
    background-size: contain;
    width: 250vw;
    position: absolute;
    left: 0;
    top: 0;
    height: 30vw;
    animation: vlogLineSP 20s linear infinite;
  }
  .page--home #section--vlog .list--thumbnail {
    width: 65%;
  }
  .page--home #section--vlog .list--thumbnail li {
    transform: rotateY(-90deg) scaleX(0) translateY(60px);
  }
  .page--home #section--vlog .list--thumbnail li.started {
    transform: rotateY(0) scaleX(1) translateY(0);
  }
  .page--home #section--vlog .block--contents {
    margin: 0 auto -50vw;
  }
  .page--home #section--vlog + section {
    padding: 30vw 8vw 20vw;
    margin-top: 20vw;
  }
  .page--home .footer {
    min-height: unset;
  }
  .page--home .footer .logo {
    width: 77%;
    max-width: unset;
    position: relative;
    top: 20vw;
    left: -20vw;
    transform: none;
  }
  .page--home .footer .logo.started {
    transform: none;
    top: 0;
    left: 8vw;
    transition: 0.4s cubic-bezier(0.25, 0.52, 0.58, 1);
  }
  .page--home .footer .copyright {
    width: 100%;
    font-size: 13px;
    text-align: right;
    opacity: 1;
    margin-top: 15px;
  }
  .page--home .footer .footer__inner {
    width: 100%;
    display: block;
    position: relative;
    right: 0;
    padding: 0 8vw 30px;
    text-align: right;
  }
  .page--home .footer .footer__inner > div {
    width: 100%;
  }
  .page--home .footer .footer__inner > div:first-of-type {
    margin-bottom: 30px;
  }
  .page--home .footer .footer__inner .tit--label {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page--home .footer .footer__inner .nav--footer li {
    font-size: 13px;
    margin-bottom: 0.6em;
  }
  .page--home .footer .footer__inner .nav--footer li.list--menu__item {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
  }
  :where(body:not(.page--home)) .wrap .header .logo {
    width: 18vw;
    top: 8vw;
    left: 8vw;
  }
  :where(body:not(.page--home)) .wrap h2.section-tit {
    margin-bottom: 23vw;
  }
  :where(body:not(.page--home)) .wrap h2.section-tit span {
    font-size: 18vw;
  }
  :where(body:not(.page--home)) .wrap h2.section-tit .txt--flame {
    letter-spacing: 0.028em;
    margin-left: -2.44vw;
  }
  :where(body:not(.page--home)) .wrap .list--thumbnail {
    gap: 5vw 0;
  }
  :where(body:not(.page--home)) .wrap .list--thumbnail li {
    width: 100%;
  }
  :where(body:not(.page--home)) .wrap .list--thumbnail li a .list__txt {
    top: -1.5em;
  }
  :where(body:not(.page--home)) .wrap .list--thumbnail li a .list__txt .tit {
    font-size: 1.1em;
  }
  :where(body:not(.page--home)) .wrap .list--thumbnail li a .list__txt .date {
    font-size: 0.6em;
  }
  :where(body:not(.page--home)) .wrap .list--thumbnail li a .thumb--square + .list__txt {
    top: -2.2em;
  }
  .page--info h2.section-tit .txt--flame {
    margin-left: -3.8vw;
  }
  .page--info .list--information li {
    width: 100%;
    margin-right: 0;
  }
  .page--info .list--information li a {
    padding: 15px;
  }
  .page--info .list--information li a .tit {
    font-size: 12px;
  }
  .page--info .section--list {
    padding-left: 8%;
    padding-right: 8%;
  }
  .page--info .section--detail .tit {
    font-size: 5vw;
  }
  .page--info .section--detail .txt {
    line-height: 1.8;
  }
  .page--info .block--share {
    padding: 0 0 25px;
  }
  .page--movie.new-movie.parents-category-1 h2.section-tit .txt--flame {
    margin-left: -2.1vw;
  }
  .page--movie.new-movie.parents-category-3 h2.section-tit .txt--flame {
    margin-left: -2.7vw;
  }
  .page--movie.new-movie.parents-category-3.category-8 h2.section-tit .txt--flame {
    margin-left: -2.7vw;
  }
  .page--movie.new-movie.parents-category-3.category-9 h2.section-tit .txt--flame {
    margin-left: -2.2vw;
  }
  .page--movie.new-movie.movie-search .wrap, .page--movie.new-movie.category-movie .wrap {
    overflow: hidden;
    position: relative;
  }
  .page--movie.new-movie .section-tit {
    font-size: 5vw;
  }
  .page--movie.new-movie.parents-category-1 .thumb.thumb--square {
    display: block;
    width: 74%;
    margin: 0 auto 15px;
    aspect-ratio: 9/16;
    -webkit-mask-image: url("/static/tomostv/common/cover--horizontal.svg");
            mask-image: url("/static/tomostv/common/cover--horizontal.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page--movie.new-movie.parents-category-1 .thumb.thumb--square img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page--movie.new-movie.parents-category-1 .thumb.thumb--square .list__txt {
    top: -2em;
  }
  .page--movie.new-movie.parents-category-1 .thumb.thumb--square::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: no-repeat center;
    background-image: url(/static/tomostv/common/cover--horizontal_thin.svg), url(/static/tomostv/common/cover--horizontal_bold.svg);
    background-size: contain;
    top: 0;
    left: 0;
    filter: none;
  }
  .page--movie.new-movie:not(.category--parent) .section--list .block--category-list {
    position: relative;
    margin-bottom: 10vw;
  }
  .page--movie.new-movie:not(.category--parent) .section--list .block--category-list:last-of-type {
    margin-bottom: 0;
  }
  .page--movie.new-movie:not(.category--parent) .section--list .block--category-list:last-of-type .list--contents {
    margin-bottom: 0;
  }
  .page--movie.new-movie:not(.category--parent) .section--list .block--category-list .no-data {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-weight: 800;
    font-style: italic;
    font-style: italic;
    font-size: 2em;
    padding: 10vw 0;
  }
  .page--movie.new-movie:not(.category--parent) .section--list .block--category-list .category-tit {
    line-height: 1;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-weight: 800;
    font-style: italic;
    font-style: italic;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 961px) {
  .page--movie.new-movie:not(.category--parent) .section--list .block--category-list .category-tit {
    font-size: 3em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie:not(.category--parent) .section--list .block--category-list .category-tit {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--movie.new-movie:not(.category--parent) .section--list .block--category-list .list__more {
    position: absolute;
    right: 0;
    top: 0;
  }
  .page--movie.new-movie:not(.category--parent) .section--list .detail__btn {
    width: 100%;
    max-width: inherit;
    padding-left: 5%;
  }
  .page--movie.new-movie.page--movie__detail {
    padding-top: 0;
    /*.device--ios .video-js.vjs-ios-native-fs*/
  }
  .page--movie.new-movie.page--movie__detail .section--inner {
    padding: 0 12vw;
  }
  .page--movie.new-movie.page--movie__detail .section--inner .block--title {
    padding: 0;
    margin: 6vw 0 3vw;
    border: none;
  }
  .page--movie.new-movie.page--movie__detail .section--detail {
    width: 85%;
    border-radius: 3vw;
    margin-top: 24vw;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .block--title {
    margin-bottom: 10vw;
    padding: 5vw 10% 0;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .block--title + .txt--basic {
    padding: 0 10%;
    margin-top: -5vw;
    margin-bottom: 10vw;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--movie {
    width: 100%;
    background: #fff;
    margin: 0;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--movie .video-js.vjs-fullscreen .vjs-control-bar {
    width: 94%;
    margin: 0 auto;
    bottom: 3em;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--movie .video-js.vjs-fullscreen .vjs-poster {
    background-size: contain !important;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--movie .video-js.vjs-fullscreen .vjs-play-control {
    top: 50%;
    position: fixed;
    margin-top: -7.25vw;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--movie .block--player .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -1em;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--movie .block--player .video-js .vjs-play-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--movie .block--player .video-js.vjs-fullscreen.vjs-user-inactive {
    position: fixed;
    top: 50%;
    left: 42.75%;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--movie .block--player .video-js.vjs-fullscreen .vjs-play-control {
    top: 50%;
    margin: 0;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--movie .block--player .video-js.vjs-fullscreen .vjs-control.vjs-volume-panel {
    height: 3.5em;
    position: absolute;
    bottom: 19px;
    left: 5em;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--movie .block--player .video-js.vjs-fullscreen .vjs-time-control {
    height: 3em;
    position: absolute;
    bottom: 16px;
    left: 0;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--movie .block--player .video-js.vjs-fullscreen .vjs-volume-control {
    left: 0;
    width: 6em;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab > div {
    font-size: 11px;
    padding: 20px 0;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab > div .rotating-characters__item {
    letter-spacing: 0.03em;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab__main {
    width: 100%;
    padding-top: 0;
    margin: 0 auto;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
    display: block;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .tit {
    font-size: 12px;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    width: 60%;
    padding-right: 5%;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
    width: 60%;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab__main .block--comments .block--post {
    margin-bottom: 20px;
    width: 92%;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab__main .block--comments div[id^=contents_comment_wrapper] {
    max-height: 90vw;
    border-radius: 20px;
    padding: 20px;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
    padding: 15px 0;
  }
  .page--movie.new-movie.page--movie__detail .device--ios .vjs-user-inactive .vjs-control-bar,
  .page--movie.new-movie.page--movie__detail .device--ios .vjs-user-inactive .vjs-big-play-button,
  .page--movie.new-movie.page--movie__detail .device--ios .vjs-user-inactive .vjs-modal-dialog {
    opacity: 0 !important;
    pointer-events: none;
  }
  .page--movie.new-movie.page--movie__detail .block--more_movies .more_movies_title {
    font-family: "gamay", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #132625;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0;
    margin: 12vw 0 4vw;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .block--tit {
    padding: 10px 4vw 2vw;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .block--tit .tit {
    margin-bottom: 0;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .block--tit .date {
    opacity: 1;
  }
  .page--movie.new-movie.page--movie__detail .section--detail {
    padding-top: 0;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .block--player {
    width: 100%;
    aspect-ratio: inherit;
    position: relative;
    top: 0;
  }
  .page--movie.new-movie.page--movie__detail .block--more_movie {
    padding-top: 10vw;
  }
  .page--movie.new-movie .section--detail {
    padding-left: 0;
    padding-right: 0;
    padding-top: 60%;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
    width: 2em;
    height: 2em;
    margin-top: -0.75em;
    margin-left: -1em;
    line-height: 2em;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-control {
    width: 3.5em;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control {
    width: 14.5vw;
    height: 14.5vw;
    position: absolute;
    top: -24vw;
    left: 44%;
    font-size: 5vw;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control > .vjs-icon-placeholder:before {
    line-height: 1.3 !important;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control.vjs-paused span::before {
    content: "";
    line-height: 1;
    background-size: contain;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar {
    position: static;
    height: 5em;
    padding-left: 1em;
    margin-top: -5em;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-control-bar {
    background: none;
    padding: 0;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-http-source-selector.vjs-menu-button {
    position: absolute;
    right: 4.7em;
    height: 3.5em;
    bottom: 10px;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-menu-button.vjs-icon-cog {
    font-size: 2.4em;
    line-height: 0em;
    text-align: center;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-menu-button.vjs-icon-cog::before {
    position: relative;
    left: -0.5em;
  }
  .page--movie.new-movie .section--detail .area--movie.device--ios .vjs-picture-in-picture-control.vjs-control {
    right: 1.7em;
    height: 2em;
    top: inherit;
    bottom: 2px;
  }
  .page--movie.new-movie .section--detail .area--movie.device--ios .vjs-http-source-selector.vjs-menu-button {
    right: 8.9em;
    height: 4em;
    top: inherit;
    bottom: 6px;
    width: 4em;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-picture-in-picture-control.vjs-control {
    right: 3.3em;
    width: 2em;
    height: 2em;
    bottom: 0;
    top: inherit;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-menu-button-popup .vjs-menu {
    left: -2.5em;
    margin-bottom: 2.7em;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-fullscreen-control {
    right: 0.5em;
    height: 4em;
    width: 3.5em;
    bottom: 9px;
    font-size: 1.15em;
    line-height: 0;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-time-control {
    width: auto;
    font-size: 1.2em;
    line-height: 4em;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-progress-control {
    width: 100%;
    min-width: 4em;
    bottom: -4px;
    left: 0;
    height: 10px;
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-button > .vjs-icon-placeholder:before {
    font-size: 2.5em;
    line-height: 2;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js.vjs-fullscreen .vjs-control-bar {
    bottom: 5em;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js.vjs-fullscreen .vjs-play-control {
    position: fixed;
    top: 50%;
    margin-top: -7.25vw;
    left: 50%;
    margin-left: -7.25vw;
  }
  .page--movie.new-movie .section--detail .block--player {
    width: 100%;
    aspect-ratio: 16/9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .page--movie.new-movie .section--detail .block--player .video-js,
  .page--movie.new-movie .section--detail .block--player .vjs-tech {
    position: relative;
    z-index: 0;
  }
  .page--movie.new-movie .section--detail .block--tit {
    width: 100%;
    margin: 0 auto;
    padding: 10px 5vw 2vw;
  }
  .page--movie.new-movie .section--detail .block--tit .tit {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 0.5em;
  }
  .page--movie.new-movie .section--detail .block--tit .category, .page--movie.new-movie .section--detail .block--tit .date {
    font-size: 10px;
  }
  .page--movie.new-movie .section--detail .area--more-info {
    width: 100%;
    margin: 0 auto;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab {
    width: 90%;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab > div {
    padding: 10px 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab > div .item__ico {
    flex-wrap: wrap;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab > div .item__ico img {
    width: 20px;
    height: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab > div .item__ico span {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 10px;
    transform: scale(0.75);
    letter-spacing: 0.1em;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab > div.current .item__ico span {
    display: block;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main {
    position: relative;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main > div {
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main > div.current {
    display: block;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments {
    padding-top: 5px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .block--post {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .block--post input[type=text] {
    padding: 12px calc(3vw + 30px) 12px 3vw;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .block--post input[type=submit] {
    width: 40px;
    height: 49px;
    background-size: 50%;
    background-position: 62% center;
    right: 0;
    top: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments div[id^=contents_comment_wrapper] {
    max-height: 70vw;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment {
    margin-top: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
    width: 100%;
    padding: 12px 5vw;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .report-btn {
    width: 20px;
    position: absolute;
    top: 8px;
    right: 3vw;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .name {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .txt {
    font-size: 12px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
    background: #132625;
    padding-top: 16px;
    border-top: 1px solid #132625;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
    width: 100%;
    margin: 0 auto;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    margin-bottom: 0;
    border-bottom: 1px solid #1F2423;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    justify-content: flex-start;
    width: 100%;
    padding: 6px 5%;
    margin: 0 auto;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    width: 35%;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
    width: 65%;
    padding: 0 10px;
  }
  .page--movie.new-movie .detail__btn {
    padding-top: 6vw;
    padding-bottom: 5vw;
    margin: 0 auto;
  }
  .page--stream h2.section-tit {
    margin-bottom: 9vw;
    padding-top: 34vw;
  }
  .page--stream h2.section-tit span.txt--flame {
    letter-spacing: 0.028em;
    line-height: 0.925;
    margin-left: -3.5vw;
    margin-top: -0.2vw;
  }
  .page--stream .inner {
    padding: 3em 1.5em;
    overflow: hidden;
  }
  .page--stream.page--stream__guide .txt--lead {
    text-align: center;
    margin: 10vw auto;
    font-size: 3.5vw;
  }
  .page--stream.page--stream__guide .block--tit {
    font-size: 4.7vw;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
  }
  .page--stream.page--stream__guide .tit {
    text-align: left;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .guide {
    margin-bottom: 30px;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .guide .download .inner {
    margin-bottom: 1em;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .guide .download .app-download {
    display: block;
    text-align: center;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .guide .download .app-download .btn {
    margin: 0 auto;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .guide .download .inner .dl-list {
    flex-direction: column;
    margin: 0 auto;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .guide .download .inner .dl-list li {
    width: 80%;
    padding: 0;
    margin-bottom: 30px;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .guide .download .inner .dl-list li img {
    width: 70%;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .swiper-initialized .swiper-pagination-bullet {
    border-color: #fff;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .swiper-initialized .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .swiper-box {
    padding-bottom: 0;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .swiper-box .swiper-container {
    margin-bottom: 15px;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .swiper-box .swiper-container:last-of-type {
    margin-bottom: 0;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .swiper-box .swiper-container .swiper-button-prev {
    transform: translateY(-50%);
    left: 3px;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .swiper-box .swiper-container .swiper-button-next {
    transform: translateY(-50%) rotate(180deg);
    right: 3px;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .swiper-box .swiper-container .swiper-button-prev::after,
  .page--stream.page--stream__guide .block--accordion .accordion--body .swiper-box .swiper-container .swiper-button-next::after {
    content: "";
    background: transparent;
    width: 15px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #595959;
    -webkit-mask-image: url("/static/tomostv/fanclub/feature/streaming/angle-left-solid.svg");
    mask-image: url("/static/tomostv/fanclub/feature/streaming/angle-left-solid.svg");
    top: auto;
    border: none;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .swiper-pagination,
  .page--stream.page--stream__guide .block--accordion .accordion--body .swiper-button-prev,
  .page--stream.page--stream__guide .block--accordion .accordion--body .swiper-button-next {
    display: none;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .adjust {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .adjust .adjustList {
    flex-flow: column;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .adjust .adjustList .adjustList-item {
    width: 100%;
    margin-bottom: 48px;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .adjust .adjustList .adjustList-item.last {
    margin-bottom: 0;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .adjust .adjustList .adjustList-item .tit {
    font-size: 1.4rem;
    text-align: left;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .attention {
    margin-top: 40px;
  }
  .page--stream.page--stream__guide .block--accordion .accordion--body .attention .tit {
    font-weight: normal;
  }
  .page--introduction .logo {
    width: 80vw;
    margin: 10vw auto 20vw;
  }
  .page--introduction .block--movie {
    margin-bottom: 20vw;
  }
  .page--introduction .block--movie .tit {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-weight: 800;
    font-style: italic;
    text-align: center;
    font-size: 0.5em;
    color: #FF7494;
    margin-bottom: 1em;
  }
  .page--introduction .block--movie .video {
    border-radius: 3vw;
    overflow: hidden;
  }
  .page--introduction .area--detail .block--lead {
    padding: 3em 1.5em 1.5em;
  }
  .page--introduction .area--detail .block--lead .tit {
    font-size: 1.8em;
    line-height: 1.5;
  }
  .page--introduction .area--detail .block--lead .tit span {
    font-size: 14px;
    text-align: left;
    margin-top: 1em;
  }
  .page--introduction .area--detail .block--lead .tit + .txt--sub {
    text-align: left;
    margin-top: 0;
    margin-bottom: 3em;
  }
  .page--introduction .area--detail .block--lead .txt--basic.center {
    text-align: left;
  }
  .page--introduction .area--detail .block--lead ul {
    display: block;
  }
  .page--introduction .area--detail .block--lead ul li {
    width: 100%;
    padding: 1.5em;
    border-radius: 10px;
  }
  .page--introduction .area--detail .block--lead ul li:first-of-type {
    margin-bottom: 1em;
  }
  .page--introduction .area--detail .block--lead ul li .tit {
    font-size: 1.2em;
    margin-bottom: 0.2em;
    text-align: left;
  }
  .page--introduction .area--detail .block--event {
    padding: 3em 1.5em;
    margin: 2em auto;
  }
  .page--introduction .area--detail .block--event .txt--lead {
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .page--introduction .area--detail .block--event .btn a {
    margin-bottom: 0;
  }
  .page--introduction .area--detail .block--spec {
    padding: 3em 1.5em;
    margin: 2em auto;
  }
  .page--introduction .area--detail .block--spec dl {
    flex-wrap: wrap;
  }
  .page--introduction .area--detail .block--spec dl dt {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .page--introduction .area--detail .block--spec dl > div:first-of-type {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  .page--introduction .area--detail .block--spec dl > div:first-of-type dt {
    position: relative;
    text-align: center;
    margin-bottom: 0.8em;
  }
  .page--introduction .area--detail .block--spec dl > div:first-of-type dd {
    font-size: 9vw;
  }
  .page--introduction .area--detail .block--spec dl > div:last-of-type {
    width: 100%;
  }
  .page--introduction .area--detail .block--spec dl > div:last-of-type dt {
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
    font-size: 12px;
  }
  .page--introduction .area--detail .block--entry {
    padding: 1.5em;
    margin: 2em auto;
  }
  .page--introduction .area--detail .block--entry .block--tit {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
  }
  .page--introduction .area--detail .block--entry .block--tit + .txt--basic {
    text-align: center;
    font-size: 1.1em;
  }
  .page--introduction .area--detail .block--entry .announce {
    padding: 2em 1em;
    border-radius: 15px;
  }
  .page--introduction .area--detail .block--entry .announce .txt--lead {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  .page--introduction .area--detail .block--entry .announce em {
    display: block;
    text-align: center;
  }
  .page--introduction .area--detail .block--entry .block {
    flex-wrap: wrap;
  }
  .page--introduction .area--detail .block--entry .block > div {
    width: 100%;
    border-radius: 15px;
    padding: 2em 1em 1.5em;
    margin-bottom: 2em;
  }
  .page--introduction .area--detail .block--entry .block > div p:not(.btn) {
    text-align: center;
    font-size: 15px;
  }
  .page--introduction .area--detail .block--entry .block--entry__pid {
    margin-top: 20px;
  }
  .page--iap.section--detail {
    padding-top: 20vw;
  }
  .page--iap.section--detail dd.big {
    font-size: 1.5em;
    font-weight: bold;
    color: #ff5656;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .page--iap.section--detail .block--fee {
    color: #000;
  }
  .page--iap.section--detail .block--fee .page-tit,
  .page--iap.section--detail .block--fee .tit {
    font-weight: bold;
    color: #007233;
    margin-bottom: 20px;
  }
  .page--iap.section--detail .block--fee .list--table dt {
    margin-bottom: 10px;
  }
  .page--iap.section--detail .block--fee .list--table dd {
    margin-bottom: 20px;
  }
  .page--support {
    padding: 16vw 8vw 10vw;
  }
  .page--support .section--detail {
    padding: 50px 5%;
  }
  .page--support .section--detail .list--support dt {
    font-size: 0.9em;
    border-bottom: 1px solid #555;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
  }
  .page--support .section--detail .list--support dd {
    line-height: 1.7;
  }
  .page--questionnaire .tit {
    font-size: 15px;
  }
  .page--questionnaire .wrap .content--main > section {
    margin: 26vw 7% 0;
  }
  .page--questionnaire .wrap .content--main > section form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .wrap .content--main > section form .input--quarter {
    width: 40% !important;
  }
  .page--questionnaire .wrap .content--main > section form .icon--required::before {
    vertical-align: inherit;
  }
  .page--faq .section--list {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .page--faq > p {
    color: #fff;
  }
  .page--faq .section-tit {
    font-size: 6vw;
  }
  .page--faq .searchBox {
    margin: 30px auto;
  }
  .page--faq .list--information li a {
    padding: 1.2em 1em 1.5em 3.5em;
  }
  .page--faq .list--information li a .icon--q {
    top: 18px;
    left: 1em;
    font-size: 15px;
  }
  .page--faq .list--information li a .tit {
    font-size: 15px;
    font-weight: normal;
  }
  .page--faq .list--faq {
    margin: 0 0 60px;
  }
  .page--faq .list--faq li a {
    line-height: 1.3;
    padding: 12px;
    border-radius: 5px;
  }
  .page--faq .searchBox input[type=submit] {
    top: 50%;
    margin-top: -20px;
  }
  .page--faq .block--contact {
    width: 23.5em;
    font-size: 14px;
    margin: 40px 0 0;
  }
  .page--error .block--title {
    margin-bottom: 30px;
  }
  .page--error .block--title .section-tit {
    line-height: 1;
    font-size: 6vw;
  }
  .page--error .block--title .txt--large {
    font-size: 20vw;
    margin-bottom: 0;
  }
  .page--error .txt--basic {
    text-align: left;
  }
  .footer .official-link a {
    display: block;
    width: 35%;
  }
  .ver-low .wrap::before {
    background: #d69948;
    mix-blend-mode: multiply;
  }
  .ver-low .content--main::before {
    content: "";
    display: block;
    width: 50vw;
    height: 60vw;
    background: no-repeat center url(/static/tomostv/common/triangle.svg);
    background-size: contain;
    position: fixed;
    top: 35%;
    left: 29%;
    z-index: -1;
  }
  .ver-low .content--main::after {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: no-repeat center url(/static/tomostv/common/bg_sp.webp);
    background-size: cover;
    /*
    background: linear-gradient(150deg, #031d23 10%, #023136 70%, #8b3c4a 100%);
    */
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
  }
  .ver-low #texture__cover div.item__flame_top {
    box-shadow: none;
  }
  .ver-low #texture__bottom {
    display: none;
  }
  .ver-low.page--home #section--vlog .section--title .title__linear {
    animation: none;
  }
  body:has(.page--support).ver-low,
  body:has(.page--stream__guide).ver-low,
  .page--faq.ver-low,
  .page--questionnaire.ver-low,
  .page--info__detail.ver-low {
    /*	.header .drawer .drawer__inner::before,*/
  }
  body:has(.page--support).ver-low .wrap::before,
  body:has(.page--stream__guide).ver-low .wrap::before,
  .page--faq.ver-low .wrap::before,
  .page--questionnaire.ver-low .wrap::before,
  .page--info__detail.ver-low .wrap::before {
    background: #ffeace;
    mix-blend-mode: multiply;
  }
  body:has(.page--support).ver-low #texture__bottom::before,
  body:has(.page--stream__guide).ver-low #texture__bottom::before,
  .page--faq.ver-low #texture__bottom::before,
  .page--questionnaire.ver-low #texture__bottom::before,
  .page--info__detail.ver-low #texture__bottom::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #e5c69d;
    mix-blend-mode: multiply;
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    pointer-events: none;
  }
  body:has(.page--support).ver-low #texture__cover div.item__flame_bottom,
  body:has(.page--stream__guide).ver-low #texture__cover div.item__flame_bottom,
  .page--faq.ver-low #texture__cover div.item__flame_bottom,
  .page--questionnaire.ver-low #texture__cover div.item__flame_bottom,
  .page--info__detail.ver-low #texture__cover div.item__flame_bottom {
    border-color: #0a4951;
  }
  .page--movie__detail.ver-low .wrap::before {
    display: none;
  }
  .page--movie__detail.ver-low #texture__bottom::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: repeat center url(/static/tomostv/common/noise.webp);
    opacity: 0.4;
    mix-blend-mode: hard-light;
    background-size: 180px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    pointer-events: none;
  }
  .page--movie__detail.ver-low #texture__cover div.item__flame_bottom {
    border-color: #0a4951;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .list--contents li .date, .list--contents li .category {
    font-size: 13px;
  }
  .list--contents li .tit {
    font-size: 18px;
  }
  .list--contents li .thumb {
    margin-bottom: 20px;
  }
  .section--list, .section--detail {
    padding: 21vw 12vw 0;
  }
  .block--pager {
    margin-bottom: 5vw;
  }
  .section--detail .detail__btn {
    font-size: 5vw;
  }
  #texture__bottom div.item__triangle {
    width: 80%;
    left: 10%;
  }
  #texture__bottom div.item__gradation {
    background: no-repeat center url(/static/tomostv/common/bg_tablet.webp);
    background-size: cover;
  }
  .content--main .swiper-button-next, .content--main .swiper-button-prev {
    transform: translateY(calc(-50% - 37px));
  }
  #language__selector {
    right: 21.5vw;
    top: 7.5vw;
  }
  #language__selector #block--language__current {
    height: 6vw;
    width: 6vw;
    line-height: 5vw;
    font-size: 3.5vw;
  }
  #language__selector #block--language__select {
    font-size: 3.5vw;
  }
  .header .drawer__btn {
    font-size: 7vw;
    right: 8vw;
    top: 4vw;
  }
  .header .drawer {
    padding: 15vh 5vw 30vw;
  }
  .header .drawer .drawer__inner .g-nav .g-nav__login {
    padding: 0;
    margin-bottom: 14vw;
  }
  .header .drawer .drawer__inner .g-nav .g-nav__login .logo {
    width: 50vw;
    margin-bottom: -9vw;
  }
  .header .drawer .drawer__inner .g-nav .g-nav__login .list--login li a {
    font-size: 28px;
  }
  .header .drawer .drawer__inner .g-nav .g-nav__menu li a {
    font-size: 6vw;
  }
  .footer {
    padding: 2em 10vw 3em;
  }
  .footer .list--support dt {
    font-size: 16px;
    font-weight: 700;
  }
  .footer .list--support dt::before, .footer .list--support dt::after {
    width: 14px;
    height: 1px;
    top: 14px;
  }
  .footer .list--support dd li a {
    padding: 1.5em 0;
    font-size: 14px;
  }
  .page--home .content--main {
    z-index: 1;
  }
  .page--home .content--main .list--thumbnail li a .list__txt .tit {
    font-size: 26px;
  }
  .page--home .content--main .list--thumbnail li a .list__txt .date {
    font-size: 18px;
  }
  .page--home .content--main .swiper-button-next::after, .page--home .content--main .swiper-button-next::before,
  .page--home .content--main .swiper-button-prev::after,
  .page--home .content--main .swiper-button-prev::before {
    width: 45px;
    height: 45px;
  }
  .page--home section {
    padding-left: 14vw;
    padding-right: 14vw;
  }
  .page--home section#section--hero .hero__item__photo .logo {
    left: 0vw;
    top: -3vw;
  }
  .page--home section#section--hero .hero__item__parts {
    width: 20px;
    left: calc(35px + 3vw);
    top: calc(30px + 4vw);
  }
  .page--home section#section--hero .hero__item__parts > div {
    width: 23px;
    height: 23px;
  }
  .page--home section#section--hero .scroll {
    left: 10vw;
  }
  .page--home section#section--hero .hero__item__login {
    right: calc(30px + 4vw);
    bottom: calc(15px + 5vw);
  }
  .page--home #section--info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    gap: 0 1em;
    width: 110%;
    margin: 0 -5%;
  }
  .page--home #section--info > div {
    overflow-x: hidden;
    overflow-y: visible;
  }
  .page--home #section--info #banner_area {
    grid-area: 1/1/2/2;
    margin-bottom: 0;
  }
  .page--home #section--info #banner_area .block--banner-swiper li a img {
    border-radius: 2vw;
  }
  .page--home #section--info #banner_area .swiper-pagination-horizontal.swiper-pagination-bullets {
    bottom: -28px;
  }
  .page--home #section--info #information_area {
    grid-area: 2/1/3/2;
    margin-bottom: 0;
  }
  .page--home #section--info #information_area .inner {
    border-radius: 2vw;
  }
  .page--home #section--info #information_area .inner .list--info li a {
    padding: 0 3vw;
  }
  .page--home #section--info #information_area .inner .list--info li a .tit {
    margin-bottom: 0;
  }
  .page--home #section--info #information_area .list__more a span {
    font-size: 3vw;
  }
  .page--home #section--info #streaming_area {
    grid-area: 1/2/3/3;
    margin-bottom: 0;
  }
  .page--home #section--info #streaming_area a {
    padding: 0;
    border-radius: 10px;
  }
  .page--home #section--info #streaming_area a img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .page--home #section--vlog .list--thumbnail {
    width: 50%;
  }
  .page--home #section--vlog + section {
    padding: 30vw 16vw 20vw;
  }
  .page--home .footer .footer__inner {
    padding: 0 2vw 8vw;
  }
  .page--home .footer .footer__inner .nav--footer li.list--menu__item {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
  .page--home .footer .logo.started {
    left: 2vw;
  }
  :where(body:not(.page--home)) .wrap .header .logo {
    width: 14vw;
  }
  .page--info .section--list {
    padding-left: 12vw;
    padding-right: 12vw;
  }
  .page--info .section-tit {
    font-size: 5vw;
  }
  .page--info .list--information li a {
    padding: 25px;
  }
  .page--info .list--information li a .date {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .page--info .list--information li a .tit {
    font-size: 16px;
  }
  .page--info .section--detail .tit {
    font-size: 3vw;
  }
  .page--movie.new-movie .section--detail .block--tit .tit {
    font-size: 1.5em;
  }
  .page--movie.new-movie .section--detail .block--tit .date, .page--movie.new-movie .section--detail .block--tit .category {
    font-size: 14px;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab > div {
    font-size: 18px;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    width: 40%;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
    width: 60%;
  }
  .page--movie.new-movie.page--movie__detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
    font-size: 16px;
  }
  .page--movie.new-movie.parents-category-1 .thumb.thumb--square {
    width: 64%;
  }
  .page--faq .section-tit {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .body--app #texture__cover,
  .body--app #texture__bottom,
  .body--app .content--main::before,
  .body--app .content--main::after,
  .body--app .wrap::before {
    display: none !important;
  }
  .body--app .section--detail,
  .body--app .section--list {
    padding: 9vw 8vw;
  }
  .body--app .wrap {
    padding-bottom: 8vw;
  }
  .body--app.page--info .section--inner {
    background: #fdfcf8;
    border-radius: 3vw;
    padding: 10vw 5vw;
  }
  .body--app .list--information li a, .body--app.page--faq .list--faq li a, .body--app.page--faq .list--tag li a {
    background: #133C48;
  }
  .body--app.page--faq .searchBox input[type=text] {
    background: #fff;
  }
  .body--app.page--faq .searchBox input[type=text]::-moz-placeholder {
    color: #9B9B9B;
  }
  .body--app.page--faq .searchBox input[type=text]::placeholder {
    color: #9B9B9B;
  }
  .body--app.page--faq .searchBox input[type=submit] {
    color: #9B9B9B;
  }
}/*# sourceMappingURL=fanclub-service.css.map */