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

/* absolute : position:absolute; */
/* 配置*/
/* link*/
/* 2.3 form
------------------------------ */
.form {
  width: 100%;
  margin: 0 auto;
}
.form dt {
  margin: 2em 0 0.75em;
}
.form dd {
  margin: 0 0 1em;
}

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

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

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

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

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

/* icon--required */
.icon--required {
  position: relative;
}
.icon--required:before {
  position: absolute;
  content: "必須";
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  padding: 2px 4px;
  margin-left: 4px;
  position: relative;
  background: #c31515;
  border-radius: 2px;
  letter-spacing: 0.01em;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=time],
input[type=date] {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(35, 35, 35, 0.4);
  padding: 1em 0.5em;
  background: #fff;
  color: #000;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=time],
  input[type=date] {
    letter-spacing: 0.08em;
  }
}
@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],
  input[type=time],
  input[type=date] {
    letter-spacing: 0.04em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=date]:focus {
  border-color: inherit;
}
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,
input[type=time].form__error,
input[type=date].form__error {
  background: #fff0ea;
  color: #c31515;
  border-color: #c31515;
}
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,
input[type=time].form__error:focus,
input[type=date].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],
input[type=time][disabled],
input[type=date][disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

/* textarea */
textarea {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(35, 35, 35, 0.4);
  padding: 1em 0.5em;
  height: auto;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  textarea {
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    letter-spacing: 0.04em;
  }
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #c31515;
  border-color: #c31515;
}
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;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
}
.form__select:after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%) rotate(-45deg);
}
.form__select select {
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0.3em;
  border: 1px solid rgba(35, 35, 35, 0.4);
  padding: 1em 0.5em;
  padding-right: 1.5em;
  color: #232323;
}
@media screen and (min-width: 961px) {
  .form__select select {
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    letter-spacing: 0.04em;
  }
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #c31515;
  border-color: #c31515;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* checkbox */
.form__checkbox label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio],
.form__checkbox input[type=file] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #c31515;
}

/* radio */
.form__radio label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio],
.form__radio input[type=file] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #c31515;
}

/* toggle button */
.form__toggle label p {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio],
.form__toggle input[type=file] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #c31515;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}
.form--horizontal li .form__selectbox {
  display: inline-block !important;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

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

body {
  background: #fff;
  color: #232323;
  font-family: YakuHanJP, -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium", BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  word-wrap: break-word;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
@media screen and (min-width: 961px) {
  body {
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    letter-spacing: 0.04em;
  }
}

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

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

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

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

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

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

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

.parts-svg,
.xdebug-var-dump {
  display: none !important;
}

.letter-slash {
  letter-spacing: -0.1em;
  margin-right: 0.5em;
  font-size: 0.85em;
  vertical-align: 0.07em;
}

.background {
  display: block;
  position: fixed;
  top: 0;
  right: -27vw;
  z-index: 0;
  width: 100%;
  height: 110vw;
  content: "";
  transform: skewY(-56deg) scale(1, -1);
}
.background:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #DBB838;
  width: 0;
  height: 100%;
  content: "";
  opacity: 0;
  transform-origin: top right;
}

.fcname {
  pointer-events: none;
  background: url(/static/dish/fanclub/scrolltext.svg) repeat-y;
  position: fixed;
  z-index: 50;
  width: 7%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: 0.2s;
  color: transparent;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

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

.txt--sub, .sub-txt-list {
  font-size: 0.9em;
  line-height: 1.4em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: #e63a37;
}

.date,
.category,
.author,
.commingsoon,
.no-data {
  line-height: 1;
}

.date, .category, .author, .new {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.section-tit, .fcname {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tit {
  font-weight: 400;
  font-size: 14px;
  word-break: break-word;
  line-height: 1.4;
}

.block--pager {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}
.block--pager li {
  display: inline-block;
  padding: 0.6em 0;
  margin: 0 5px;
  vertical-align: middle;
  line-height: 1;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.6em;
}
.block--pager span {
  padding: 0 0.6em;
}
.block--pager .pager__item--number {
  text-align: center;
}
.block--pager .pager__item--newer {
  left: 0;
}
.block--pager .pager__item--older {
  right: 0;
}
.block--pager .pager__item--older a:after, .block--pager .pager__item--older span::after {
  transform: rotate(-135deg) !important;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span,
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after,
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #232323;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  position: absolute;
  right: 16px;
  top: 16px;
}
.block--pager .pager__item--newer a:after, .block--pager .pager__item--newer span:after,
.block--pager .pager__item--older a:after,
.block--pager .pager__item--older span:after {
  border-width: 2px;
}
.block--pager .pager__item--newer::after,
.block--pager .pager__item--older::after {
  display: block;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  opacity: 0.4;
}
.block--pager .pager__item--other, .block--pager .pager__item--current {
  position: relative;
}
.block--pager .pager__item--other::before, .block--pager .pager__item--current::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #232323;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.block--pager .pager__item--current:before {
  transform: scaleX(1);
}
@media screen and (min-width: 961px) {
  .block--pager .pager__item--other:hover:before {
    transform: scaleX(1);
  }
}

.btn {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .btn {
    cursor: pointer;
  }
}
.btn .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0 auto;
  border: none;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  width: 80%;
  height: 48px;
  line-height: 48px;
  background: #232323;
  box-sizing: content-box;
  font-weight: 400;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .btn .btn--main {
    transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
    max-width: 300px;
  }
  .btn .btn--main:hover {
    background: #444;
    color: #fff;
  }
}
.btn .btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0 auto;
  border: none;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  width: 80%;
  height: 48px;
  line-height: 48px;
  background: transparent;
  box-sizing: content-box;
  font-weight: 400;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  color: #232323;
  box-shadow: 0 0 0px 1px #000 inset;
}
@media screen and (min-width: 961px) {
  .btn .btn--sub {
    transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
    max-width: 300px;
  }
  .btn .btn--sub:hover {
    background: #444;
    color: #fff;
  }
}
@media screen and (min-width: 961px) {
  .btn .btn--sub:hover {
    background: #232323;
    color: #fff;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn .btn--sub {
    min-width: 50%;
    height: 60px;
    line-height: 60px;
  }
}

.ph, .thumb {
  position: relative;
  margin: 1.5em 0;
  line-height: 0;
}
.ph img, .thumb img {
  height: auto;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy {
  display: block;
  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;
}

.block--player, #vipPlayer {
  height: 0;
  aspect-ratio: 16/9;
  padding-top: 56.25%;
  background: #fff;
  line-height: 0;
  position: relative;
}
.block--player video,
.block--player img, #vipPlayer video,
#vipPlayer img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block--player .ulizahtml5, #vipPlayer .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.list__more,
.detail__btn {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.list__more a,
.detail__btn a {
  display: inline-block;
}

.no-data {
  text-align: center;
  letter-spacing: 0.1em;
  margin: 30px auto;
}

/* delighter */
.delighter {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.slick-list {
  height: 100% !important;
}

.slick-slide {
  aspect-ratio: 3/2;
}

.slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-prev,
.slick-next {
  display: block;
  width: 45px !important;
  height: 45px !important;
  padding: 10px !important;
  background: #DBB838 !important;
  color: #fff;
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  top: 5vw;
  z-index: 99;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: -40px;
  transition: 0.8s;
  transform-origin: center;
  border-radius: 50%;
  opacity: 0;
}

.slick-prev {
  right: inherit;
  top: 50%;
  left: -80px;
}

.slick-next {
  left: inherit;
  top: 50%;
  right: 15%;
}

@media screen and (min-width: 961px) {
  .list--bnr:hover .slick-next {
    right: 15%;
    opacity: 1;
  }
  .list--bnr:hover .slick-prev {
    left: 15%;
    opacity: 1;
  }
  .slick-prev:hover,
  .slick-next:hover,
  .slick-prev:focus,
  .slick-next:focus {
    outline: none;
    background: #232323;
  }
}
.list--bnr .slick-prev,
.list--bnr .slick-next {
  margin-top: 0;
}

.slick-prev:before, .slick-next:before {
  content: none !important;
}

.slick-prev::after,
.slick-next::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-width: 2px;
  position: absolute;
  top: 21px;
  left: 16px;
  top: 15px;
}

.slick-prev::after {
  transform: rotate(-135deg);
}

.slick-next::after {
  left: 10px;
  transform: rotate(45deg);
}

.section--banner .list--banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--banner .list--banner li {
  width: 60%;
}
.section--banner .list--banner li a {
  display: block;
  background: #232323;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  cursor: pointer;
  padding: 30px 30px 25px;
  line-height: 1.2;
}
.section--banner .list--banner li a span span:last-child {
  display: inline-block;
  padding-top: 0.3em;
}
.section--banner .slick-dots li {
  position: relative;
}
@media screen and (min-width: 961px) {
  .section--banner .slick-dots li {
    transform: translateY(16px);
    margin: 0 7px !important;
  }
  .section--banner .slick-dots li button {
    color: #232323 !important;
    cursor: pointer;
  }
  .section--banner .slick-dots li.slick-active:before, .section--banner .slick-dots li:hover:before {
    background: #232323;
    transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--banner .slick-dots li {
    transform: translateY(10px);
    margin: 0 18px 0 0 !important;
  }
  .section--banner .slick-dots li button {
    padding: 4px !important;
    color: #fff !important;
  }
  .section--banner .slick-dots li.slick-active:before {
    background: #fff;
  }
}
.section--banner .slick-dots li::before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
}
.section--banner .slick-dots li.slick-active::before, .section--banner .slick-dots li:hover:before {
  transform: scaleX(1);
}
.section--banner .slick-dots li button {
  font-size: 13px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  position: relative;
}
.section--banner .slick-dots li button::before {
  content: none !important;
}

#swipebox-slider .slide-loading {
  background-image: none !important;
}
#swipebox-slider .slide img {
  max-height: 90% !important;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.2;
}

#swipebox-action #swipebox-close {
  top: 10px;
  background: none;
}

#swipebox-action #swipebox-close::before,
#swipebox-action #swipebox-close::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.6s 0s ease-out;
}

#swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}

#swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

#swipebox-action #swipebox-prev {
  left: 3%;
}

#swipebox-action #swipebox-prev::after,
#swipebox-action #swipebox-next::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  display: inline-block;
  border: 1px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  pointer-events: none;
}

#swipebox-action #swipebox-prev::after {
  transform: rotate(45deg);
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  margin-top: 1em;
}

#swipebox-action #swipebox-next {
  right: 3%;
}

#swipebox-action #swipebox-next::after {
  transform: rotate(-135deg);
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}

#swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  #swipebox-caption {
    font-size: 14px;
  }
}

.list--bnr a {
  position: relative;
  cursor: pointer;
}
.list--bnr img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.list--info li a {
  display: block;
  padding: 10px 0;
}
.list--info li .new {
  color: #DBB838;
}
.list--info li .date, .list--info li .category {
  display: inline-block;
}
.list--info li .category {
  position: relative;
}
.list--info li .category::before {
  background: #232323;
  top: 50%;
  left: 2px;
}
.list--info li .tit {
  font-weight: bold;
}

.list--contents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.list--contents a {
  display: block;
}
.list--contents .list__txt {
  font-weight: 600;
}
.list--contents .list__txt .tit {
  font-weight: 600;
}
.list--contents li .thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
}
.list--contents li img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list--contents li .blur {
  filter: blur(10px);
  transform: scale(1.2);
}
.list--contents li .thumb img:not(.blur) {
  background-size: contain;
  z-index: 2;
}
.list--contents li .new {
  color: #DBB838;
}

.list--login {
  position: relative;
}
.list--login li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 10px;
}
.list--login li a {
  display: block;
}

.block--category {
  position: relative;
  text-align: center;
}
.block--category .block--item {
  font-family: futura-pt, sans-serif;
}
.block--category .block--item:not(:last-child) {
  margin-right: 20px;
}
.block--category li {
  display: inline-block;
}
.block--category li a {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 5px;
}
@media screen and (min-width: 961px) {
  .block--category li a:hover {
    color: #DBB838;
  }
}
.block--category li a.current {
  color: #DBB838;
}

.header {
  z-index: 49;
  width: 100%;
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.header:not(.header--home) {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 24px 0;
}
.header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .logo a {
  display: block;
}
.header .drawer__btn {
  margin-left: auto;
  z-index: 99;
  display: block;
}
.header .drawer__btn .slash path {
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .drawer__btn:hover .slash path {
  animation: slashPath 0.2s ease-in-out infinite;
  animation-duration: 3s;
}
.header .drawer__btn:hover .slash path:nth-child(1) {
  animation-delay: 0.1s;
}
.header .drawer__btn:hover .slash path:nth-child(2) {
  animation-delay: 0.2s;
}
.header .drawer__btn:before, .header .drawer__btn:after {
  position: fixed;
  width: 72px;
  height: 4px;
  background: #232323;
  opacity: 0;
  content: "";
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .drawer__btn::before {
  transform: translateY(-50%) rotate(35deg);
}
.header .drawer__btn::after {
  transform: translateY(-50%) rotate(-35deg);
}
.header .drawer__btn#drawer__btn_2::before, .header .drawer__btn#drawer__btn_2:after {
  content: none;
}
.header .drawer {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: #fff;
}
.header .drawer .fcLogo svg {
  fill: #232323;
}
.header .drawer .fcLogo a {
  display: block;
  line-height: 0;
}
.header .drawer .drawer-inner {
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  visibility: hidden;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  opacity: 0;
  transition: all 0.6s 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .drawer [class^=nav--] {
  text-align: center;
}
.header .drawer [class^=nav--] .g-nav > li {
  margin-bottom: 12px;
  line-height: 1;
}
.header .drawer [class^=nav--] .g-nav > li a {
  padding: 5px 0;
  display: inline-block;
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .drawer .nav--menu {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.header .drawer .list--login {
  text-align: center;
}
.header .drawer .list--login li.join {
  padding-right: 2px;
}
.header .drawer .list--login a {
  padding: 0 5px;
}
.header .splashbg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.header .splashbg .Menu_backgroundItem {
  position: absolute;
  background-color: #DBB838;
  transform: translate(-15%, 0px) skew(-33deg, 0deg) scale(1, 0);
  transform-origin: top right;
  width: 48vw;
  height: 102vh;
}
.header .splashbg .Menu_backgroundItem.type01 {
  right: 59.73vw;
}
.header .splashbg .Menu_backgroundItem.type02 {
  right: -50vw;
}
.header .splashbg .Menu_backgroundItem.type03 {
  right: -19.59vw;
}
.header .splashbg .Menu_backgroundItem.type04 {
  right: 19.59vw;
}
.header .g-nav > li a {
  display: block;
}

.drawer-visible .section--top .header {
  display: none;
}

.drawer-visible .header {
  top: 0 !important;
}
.drawer-visible .content--body {
  z-index: 1 !important;
}
.drawer-visible .fcname, .drawer-visible #footer {
  display: none;
}
.drawer-visible .splashbg {
  display: block;
}
.drawer-visible .splashbg .Menu_backgroundItem {
  animation: PageAnime 0.65s ease-in-out forwards;
}
.drawer-visible .splashbg .Menu_backgroundItem.type01 {
  animation-delay: 0.1s;
}
.drawer-visible .splashbg .Menu_backgroundItem.type02 {
  animation-delay: 0.15s;
}
.drawer-visible .splashbg .Menu_backgroundItem.type03 {
  animation-delay: 0.2s;
}
.drawer-visible .splashbg .Menu_backgroundItem.type04 {
  animation-delay: 0.25s;
}
.drawer-visible .content--body {
  touch-action: none;
  overflow: hidden;
  overscroll-behavior: none;
}
.drawer-visible .drawer__btn svg {
  opacity: 0;
}
.drawer-visible .drawer__btn:before, .drawer-visible .drawer__btn:after {
  opacity: 1;
}
.drawer-visible .drawer__btn:hover::before {
  transform: translateY(-50%) rotate(20deg);
}
.drawer-visible .drawer__btn:hover:after {
  transform: translateY(-50%) rotate(-20deg);
}
.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
}
.drawer-visible .drawer .drawer-inner {
  visibility: visible;
  opacity: 1;
}
.drawer-visible .drawer [class^=nav--] .g-nav > li a {
  opacity: 1;
}

#footer {
  position: sticky;
  top: 100vh;
  background: #232323;
  color: #fff;
  width: 100%;
  z-index: 50;
}
#footer .fcLogo {
  line-height: 0;
}
#footer .fcLogo svg {
  fill: #fff;
}
#footer .nav-tit {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
}
#footer .list--footer-menu li, #footer .nav--support li, #footer .list--sns li {
  display: inline-block;
  font-family: futura-pt, sans-serif;
}
#footer .list--footer-menu li:not(:last-child), #footer .nav--support li:not(:last-child), #footer .list--sns li:not(:last-child) {
  margin-right: 20px;
}
#footer .list--footer-menu li a, #footer .nav--support li a, #footer .list--sns li a {
  display: block;
  padding: 5px 0;
}
#footer .link--official {
  margin-right: 8px;
  display: inline-block;
}
#footer .copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
#footer .official {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#footer .official .arrow {
  margin-left: 8px;
  width: 8px;
  height: 8px;
}
#footer .nav__page-top {
  z-index: 10;
  width: 26px;
  height: 20px;
}
#footer .nav__page-top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/static/dish/fanclub/pagetop.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: #fff;
}

.section--list,
.section--detail {
  position: relative;
}

.section--detail {
  transition: all 0.6s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--detail .list--contents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .block--share {
  text-align: right;
}
.section--detail .block--share a {
  padding: 5px 0;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li .fa {
  font-size: 16px;
  vertical-align: middle;
}
.section--detail .block--share li:last-child {
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 16px;
  fill: #232323;
  position: relative;
  top: 6px;
  left: -2px;
}
.section--detail .block--share li.share {
  font-size: 10px;
  margin-right: 0.5em;
}
@media screen and (min-width: 961px) {
  .section--detail .block--share i, .section--detail .block--share svg {
    transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .section--detail .block--share li:hover a svg {
    fill: #DBB838;
  }
  .section--detail .block--share li:hover a .fa {
    color: #DBB838;
  }
}

.page--home .header:not(.header--home) {
  top: -100%;
}
.page--home .header.headerFixed {
  top: 0;
  z-index: 54;
}
.page--home .content--body {
  z-index: inherit;
}
.page--home .section--banner {
  position: relative;
  z-index: 53;
}
.page--home .no-data {
  text-align: center;
}
.page--home .section--top {
  position: relative;
}
.page--home .section--top .header--home {
  position: relative;
}
.page--home .section--top .keyvisual {
  position: relative;
  line-height: 1;
}
.page--home .section--top .keyvisual img {
  width: 100%;
  pointer-events: none;
}
.page--home .section--top .keyvisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .block--status {
  background-color: #f8f1d9;
}
.page--home .block--status .name {
  font-weight: bold;
  text-align: center;
}
.page--home .block--status .name span {
  font-size: 0.85em;
}
.page--home .block--status .list--status {
  text-align: center;
  margin-bottom: 1em;
}
.page--home .block--status .list--status dd span {
  background-color: #232323;
  color: #fff;
  padding: 1px 6px;
  line-height: 1;
  font-size: 11px;
  border-radius: 3px;
  margin-left: 4px;
}
.page--home .block--status .txt--sub {
  margin-bottom: 1em;
}
.page--home .block--status .link {
  text-align: center;
}
.page--home .block--status .link a {
  position: relative;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.page--home .block--status .link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #232323;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  position: absolute;
  right: -0.5em;
  top: 50%;
}
.page--home .block--status .link a:after {
  transform: rotate(-135deg) translateY(4px);
  border-width: 2px;
}
.page--home .block--status .note {
  padding: 4%;
  border: 1px solid #000;
  text-align: center;
}
.page--home .block--status .note .tit {
  font-weight: bold;
  margin-bottom: 1em;
}
.page--home .section--pickup, .page--home .section--info {
  background-color: #fff;
}
.page--home .section--pickup .section-tit, .page--home .section--info .section-tit {
  text-align: center;
}
.page--home .section--photo,
.page--home .section--movie,
.page--home .section--report {
  position: relative;
}
.page--home .section--photo .section-tit,
.page--home .section--movie .section-tit,
.page--home .section--report .section-tit {
  line-height: 0.9;
}
.page--home .section--photo .list--contents li,
.page--home .section--movie .list--contents li,
.page--home .section--report .list--contents li {
  margin: 0;
}
.page--home .section--photo .list--contents li .thumb,
.page--home .section--movie .list--contents li .thumb,
.page--home .section--report .list--contents li .thumb {
  aspect-ratio: 5/4;
}
.page--home .section--photo .list--contents li .thumb img,
.page--home .section--movie .list--contents li .thumb img,
.page--home .section--report .list--contents li .thumb img {
  display: block;
}
.page--home .section--dishroom, .page--home .section--viproom {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.page--home .section--dishroom .section-tit, .page--home .section--viproom .section-tit {
  text-align: center;
}
.page--home .section--dishroom .thumb, .page--home .section--viproom .thumb {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.page--home .section--dishroom .thumb img, .page--home .section--viproom .thumb img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .section--dishroom .new, .page--home .section--viproom .new {
  color: #DBB838;
}
.page--home .section--dishroom .contents_box {
  display: none;
  position: relative;
  padding-top: 10px;
}
.page--home .section--dishroom .contents_box::before {
  content: attr(data-name);
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 16px;
  transform: translateY(-10px);
}
.page--home .section--dishroom .contents_box.home-show {
  display: block;
}
.page--home .section--dishroom .list--contents {
  display: block;
}
.page--home .section--dishroom .icon {
  border-radius: 50%;
  border: 1px solid #DBB838;
  overflow: hidden;
  position: relative;
}
.page--home .section--dishroom .icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
}
.page--home .section--dishroom img:not(.blur) {
  z-index: 1;
}
.page--home .section--dishroom .blur {
  filter: blur(10px);
  transform: scale(1.2);
  z-index: 0;
}
.page--home .section--dishroom .list__txt {
  text-align: center;
}
.page--home .section--dishroom .block--txt {
  text-align: center;
}
.page--home .section--dishroom .title {
  font-weight: bold;
  margin-bottom: 12px;
}
.page--home .section--dishroom .text {
  font-weight: bold;
  color: rgba(35, 35, 35, 0.5);
}
.page--home .section--dishroom .text.hide {
  display: none;
}
.page--home .section--dishroom .saradio.contents_box .text {
  color: #232323;
}
.page--home .section--dishroom .saradio.contents_box .thumb {
  overflow: hidden;
  position: relative;
}
.page--home .section--dishroom .saradio.contents_box .thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.page--home .section--viproom .date, .page--home .section--viproom .category, .page--home .section--viproom .author {
  display: inline-block;
}
.page--home .section--viproom .author {
  font-size: 13px;
  background-color: #232323;
  color: #fff;
  padding: 0 8px;
  margin-right: 4px;
}
.page--home .section--viproom .thumb {
  background: #232323;
}
.page--home .section--viproom .tit {
  font-weight: bold;
}
.page--home .section--viproom img:not(.blur) {
  z-index: 1;
}
.page--home .section--viproom .blur {
  filter: blur(10px);
  transform: scale(1.2);
}

body:not(.page--home) .section--list, body:not(.page--home) .section--detail {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 1.2s;
}
body:not(.page--home) .section--list .section-tit, body:not(.page--home) .section--detail .section-tit {
  text-align: center;
}
body:not(.page--home).already .section--list, body:not(.page--home).already .section--detail {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
body:not(.page--home) #footer .block--footer-menu, body:not(.page--home) #footer .block--support-menu, body:not(.page--home) #footer .block--list-sns {
  display: none;
}

/*  page--info
------------------------------ */
.page--info .section--inner {
  background-color: #fff;
}
.page--info:not(.livereport) .section-tit {
  text-align: center;
}
.page--info .section--detail .tit {
  font-weight: bold;
}
.page--info .section--detail .category {
  display: inline-block;
  position: relative;
}
.page--info .section--detail .category::before {
  background-color: #232323;
  position: absolute;
  top: 50%;
  left: 2px;
}
.page--info .section--detail .new {
  font-size: 13px;
  color: #DBB838;
}
.page--info .section--detail .txt a {
  color: #232323 !important;
  text-decoration: underline;
}
.page--info .section--detail .btn .btn--main.primary {
  color: #fff !important;
  background-color: #DBB838;
  text-decoration: none;
}

.page--info.livereport .category {
  display: inline-block;
  position: relative;
}
.page--info.livereport .category::before {
  background-color: #232323;
  position: absolute;
  top: 50%;
  left: 2px;
}
.page--info.livereport .list--contents > li .thumb {
  aspect-ratio: 5/4;
}
.page--info.livereport .section--list .section--inner {
  padding: 0;
  background-color: transparent;
}
.page--info.livereport .block--category .block--item .current {
  background-color: #fff;
}

/*  page--movie,.page--photo
------------------------------ */
.page--movie .section--detail .tit, .page--photo .section--detail .tit, .page--wallpaper .section--detail .tit {
  font-weight: bolder;
}
.page--movie .txt--sub, .page--photo .txt--sub, .page--wallpaper .txt--sub {
  margin-bottom: 30px;
}
.page--movie .btn .btn--sub, .page--photo .btn .btn--sub, .page--wallpaper .btn .btn--sub {
  font-size: 0.85em;
}

.page--photo .list--contents {
  margin-top: 50px;
}
.page--photo .list--contents > li .thumb {
  aspect-ratio: 5/4;
}

.page--movie .list--contents > li .thumb {
  aspect-ratio: 16/9;
}

.page--wallpaper .list--contents > li .thumb {
  aspect-ratio: 5/4;
}

.page--movie.new-movie .wrap .section--detail .block--player {
  margin: 50px 0 30px;
}
.page--movie.new-movie .wrap .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  margin: 0;
  transform: translate(-50%, -50%);
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab > div.current .item__ico span {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: none;
  border: none;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  border: none;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li:nth-child(n+7) {
  display: none;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list__txt {
  width: 75%;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .tit {
  font-size: 16px;
  font-weight: bold;
}
.page--movie.new-movie .wrap .section--detail .area--more-info:has(.list--contents) {
  display: block;
}
.page--movie.new-movie .wrap .section--detail .area--more-info {
  display: none;
}

/*  page--wallpaper
------------------------------ */
.page--wallpaper .list--contents li .thumb img {
  background-size: contain;
}
.page--wallpaper .list--contents li .blur {
  transform: scale(2.2);
}
.page--wallpaper .notes.download {
  margin-bottom: 50px;
  background: #f8f1d9;
}
.page--wallpaper .notes.download dt {
  font-weight: bold;
  margin-bottom: 1em;
}
.page--wallpaper .notes.download dd ul > li {
  margin-bottom: 1em;
  text-align: justify;
}
.page--wallpaper .notes.download dd ul > li:last-child {
  margin-bottom: 0;
}
.page--wallpaper .block--wp-size .tit {
  margin-bottom: 10px;
  font-weight: bold;
}
.page--wallpaper .block--wp-size .list--wp-size a {
  padding: 5px;
}
.page--wallpaper .block--wp-size .list--wp-size li {
  text-align: center;
}

.page--dishroom#RoomTop .saradio.contents_box {
  display: none;
}
.page--dishroom#RoomTop .section--inner {
  background-color: #fff;
  border: 2px solid #232323;
  width: 80%;
  margin: 0 auto;
  max-width: 700px;
}
.page--dishroom#RoomTop .section-tit {
  font-size: 30px;
  background: #f7e6a9;
  margin-bottom: 0;
  line-height: 0;
}
.page--dishroom#RoomTop span.new {
  position: absolute;
  right: 0;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #ff3c19;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 11px;
}
.page--dishroom#RoomTop .block--saratalk .content_title {
  font-size: 24px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.page--dishroom#RoomTop .block--saratalk .list--contents {
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 0 !important;
}
.page--dishroom#RoomTop .block--saratalk .list--contents .contents_box {
  width: 100%;
}
.page--dishroom#RoomTop .block--saratalk .list--contents .contents_box .link_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.page--dishroom#RoomTop .block--saratalk .list--contents .contents_box .list__txt .title {
  position: relative;
  margin-bottom: 5px;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--dishroom#RoomTop .block--saratalk .list--contents .contents_box .list__txt .text {
  color: rgba(35, 35, 35, 0.5);
  position: relative;
}
.page--dishroom#RoomTop .block--saratalk .list--contents .contents_box .list__txt .text.hide {
  display: none;
}
.page--dishroom#RoomTop .block--saratalk .list--contents .contents_box .list__txt .img_box {
  width: 90%;
  line-height: 0;
  border-radius: 15px;
  overflow: hidden;
}
.page--dishroom#RoomTop .block--saratalk .list--contents .contents_box .icon {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.page--dishroom#RoomTop .block--saratalk .list--contents .contents_box .blur {
  z-index: -1;
}
.page--dishroom#RoomTop .block--contents-bnr {
  margin-bottom: 0 !important;
  width: 100%;
  position: relative;
}
.page--dishroom#RoomTop .block--contents-bnr .list--contents li {
  width: 100%;
  background-color: #ffcd14;
  padding: 20px 8%;
  border-radius: 12px;
}
.page--dishroom#RoomTop .block--contents-bnr .list--contents a {
  display: flex;
  align-items: center;
}
.page--dishroom#RoomTop .block--contents-bnr .list--contents .list__txt {
  width: 68%;
  margin-right: 2%;
}
.page--dishroom#RoomTop .block--contents-bnr .list--contents .tit {
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.page--dishroom#RoomTop .block--contents-bnr .list--contents .icon {
  width: 200px;
  height: 150px;
  background-color: #fff;
  border-radius: 12px;
}
.page--dishroom#RoomTop .block--contents-bnr .list--contents li.saradio {
  position: relative;
}
.page--dishroom#RoomTop .block--contents-bnr .list--contents li.saradio .new {
  position: absolute;
  top: -10px;
  right: -10px;
}
.page--dishroom#RoomTop .block--contents-bnr .list--contents li.saradio .icon.saradio {
  position: relative;
  background-image: url(/static/dish/fanclub-pc/feature/room/icon/ph_icon_saradio.jpg);
}
.page--dishroom#RoomTop .bottom_menu {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 28px;
  padding: 27px 0px;
  background: #f9f9f9;
}
.page--dishroom#RoomTop .bottom_menu .new {
  font-size: 15px;
  position: absolute;
  left: 55%;
  top: -30px;
}
.page--dishroom#RoomTop .bottom_menu .fas {
  font-size: 36px;
  margin-bottom: 4px;
}
.page--dishroom#RoomTop .bottom_menu .menu_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
}
.page--dishroom#RoomTop .bottom_menu .menu_list li {
  position: relative;
  width: 33.3%;
  text-align: center;
}
.page--dishroom#RoomTop .bottom_menu .menu_list li.album a {
  line-height: 2;
}
.page--dishroom#RoomTop .bottom_menu .menu_list a {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  line-height: 1.3;
}

.page--dishroom .category, .page--dishroom .author {
  display: inline-block;
}
.page--dishroom .category {
  margin-bottom: 12px;
}
.page--dishroom .author {
  font-size: 13px;
  background-color: #232323;
  color: #fff;
  padding: 1px 8px;
  margin-left: 4px;
}
.page--dishroom.section--list .section-tit {
  text-align: center;
}
.page--dishroom.section--detail .tit {
  font-weight: bolder;
}
.page--dishroom .list--contents .thumb {
  margin: 0 0 22px;
}

/*  page--blog page--bbs page--qa sara talk
------------------------------ */
.page--blog.page--dishroom#saratalk .new, .page--bbs.page--dishroom#saratalk .new, .page--qa.page--dishroom#saratalk .new {
  margin: 0;
}
.page--blog.page--dishroom#saratalk .section--inner, .page--bbs.page--dishroom#saratalk .section--inner, .page--qa.page--dishroom#saratalk .section--inner {
  background-color: #fff;
  border: 2px solid #232323;
  width: 80%;
  margin: 0 auto;
}
.page--blog.page--dishroom#saratalk .blog--tit, .page--bbs.page--dishroom#saratalk .blog--tit, .page--qa.page--dishroom#saratalk .blog--tit {
  background: #f7e6a9;
  margin-bottom: 0;
  text-align: center;
}
.page--blog.page--dishroom#saratalk .bottom_menu, .page--bbs.page--dishroom#saratalk .bottom_menu, .page--qa.page--dishroom#saratalk .bottom_menu {
  padding: 10px 0;
  font-weight: bold;
  background: #f7e6a9;
  text-align: center;
}
.page--blog.page--dishroom#saratalk .bottom_menu .btn, .page--bbs.page--dishroom#saratalk .bottom_menu .btn, .page--qa.page--dishroom#saratalk .bottom_menu .btn {
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
  background-color: #DBB838;
  color: #fff;
  border-radius: 12px;
}
.page--blog.page--dishroom#saratalk .bottom_menu a, .page--bbs.page--dishroom#saratalk .bottom_menu a, .page--qa.page--dishroom#saratalk .bottom_menu a {
  width: 100%;
  display: block;
  height: 100%;
}
.page--blog.page--dishroom#saratalk .block--saratalk, .page--bbs.page--dishroom#saratalk .block--saratalk, .page--qa.page--dishroom#saratalk .block--saratalk {
  background-color: #f8f1d9;
}
.page--blog.page--dishroom#saratalk .block--saratalk .contents_box.not-member .list__txt, .page--bbs.page--dishroom#saratalk .block--saratalk .contents_box.not-member .list__txt, .page--qa.page--dishroom#saratalk .block--saratalk .contents_box.not-member .list__txt {
  align-items: flex-end;
}
.page--blog.page--dishroom#saratalk .block--saratalk .contents_box.not-member .link_box, .page--bbs.page--dishroom#saratalk .block--saratalk .contents_box.not-member .link_box, .page--qa.page--dishroom#saratalk .block--saratalk .contents_box.not-member .link_box {
  justify-content: flex-end;
}
.page--blog.page--dishroom#saratalk .block--saratalk .contents_box.not-member .text, .page--bbs.page--dishroom#saratalk .block--saratalk .contents_box.not-member .text, .page--qa.page--dishroom#saratalk .block--saratalk .contents_box.not-member .text {
  margin-left: auto;
}
.page--blog.page--dishroom#saratalk .block--saratalk .contents_box.not-member .text:before, .page--bbs.page--dishroom#saratalk .block--saratalk .contents_box.not-member .text:before, .page--qa.page--dishroom#saratalk .block--saratalk .contents_box.not-member .text:before {
  transform: rotate(-35deg) scale(-1, 1) !important;
  right: -17px;
  left: inherit !important;
}
.page--blog.page--dishroom#saratalk .block--saratalk .contents_box.not-member .date, .page--blog.page--dishroom#saratalk .block--saratalk .contents_box.not-member .writer, .page--bbs.page--dishroom#saratalk .block--saratalk .contents_box.not-member .date, .page--bbs.page--dishroom#saratalk .block--saratalk .contents_box.not-member .writer, .page--qa.page--dishroom#saratalk .block--saratalk .contents_box.not-member .date, .page--qa.page--dishroom#saratalk .block--saratalk .contents_box.not-member .writer {
  text-align: right;
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box {
  width: 100%;
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .link_box, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .link_box, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .link_box {
  display: flex;
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt {
  display: flex;
  flex-direction: column;
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .user--name, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .user--name, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .user--name {
  font-size: small;
  font-weight: bold;
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .user--message, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .user--message, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .user--message {
  border-bottom: 1px solid #c8c8c8;
  color: #898989;
  padding-bottom: 0.75em;
  font-size: small;
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .reply, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .reply, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .reply {
  padding-top: 0.75em;
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .writer, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .writer, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .writer {
  display: inline-block;
  margin-bottom: 5px;
  color: rgba(35, 35, 35, 0.5);
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .date, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .date, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .date {
  margin: 0;
  text-align: right;
  color: rgba(35, 35, 35, 0.5);
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text {
  background: #fff;
  color: #232323;
  border-radius: 12px;
  position: relative;
  box-shadow: 1px 2px 20px -16px rgba(35, 35, 35, 0.4);
  margin-bottom: 5px;
  padding: 0.75em;
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text.img-box, .page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text.mv-box, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text.img-box, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text.mv-box, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text.img-box, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text.mv-box {
  padding: 0;
  overflow: hidden;
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text::before, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text::before, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -17px;
  border: 8px solid transparent;
  border-right: 18px solid #fff;
  transform: rotate(35deg);
  box-shadow: 1px 2px 20px -16px rgba(35, 35, 35, 0.4);
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text .ph, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text .ph, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text .ph {
  margin: 0;
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text .ph img, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text .ph img, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .text .ph img {
  position: relative;
  display: block;
  width: 100% !important;
  pointer-events: none;
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .block--player iframe, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .block--player iframe, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .block--player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .ulizahtml5, .page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt #UlizaPlayer, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .ulizahtml5, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt #UlizaPlayer, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt .ulizahtml5, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt #UlizaPlayer {
  width: 100% !important;
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .icon, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .icon, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .icon {
  border-radius: 50%;
  border: 1px solid rgba(35, 35, 35, 0.05);
  overflow: hidden;
  position: relative;
}
.page--blog.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .icon > .blur, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .icon > .blur, .page--qa.page--dishroom#saratalk .block--saratalk .list--contents .contents_box .icon > .blur {
  display: none;
}
.page--blog.page--dishroom#saratalk .block--pager, .page--bbs.page--dishroom#saratalk .block--pager, .page--qa.page--dishroom#saratalk .block--pager {
  padding: 5px 0;
  display: inline-block;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.page--blog.page--dishroom#saratalk .btn.link--blog, .page--bbs.page--dishroom#saratalk .btn.link--blog, .page--qa.page--dishroom#saratalk .btn.link--blog {
  margin-top: 50px;
}
.page--blog.page--dishroom#saratalk .section--detail .date, .page--bbs.page--dishroom#saratalk .section--detail .date, .page--qa.page--dishroom#saratalk .section--detail .date {
  margin-right: 1em;
}
.page--blog.page--dishroom#saratalk .section--detail .txt, .page--bbs.page--dishroom#saratalk .section--detail .txt, .page--qa.page--dishroom#saratalk .section--detail .txt {
  margin-top: 3em;
  padding-bottom: 3em;
}
.page--blog.page--dishroom#saratalk .section--detail .txt a, .page--bbs.page--dishroom#saratalk .section--detail .txt a, .page--qa.page--dishroom#saratalk .section--detail .txt a {
  text-decoration: underline;
}
.page--blog.page--dishroom#saratalk .section--detail .txt a:hover, .page--bbs.page--dishroom#saratalk .section--detail .txt a:hover, .page--qa.page--dishroom#saratalk .section--detail .txt a:hover {
  text-decoration: none;
}
.page--blog.page--dishroom#saratalk .section--detail .txt .ph, .page--bbs.page--dishroom#saratalk .section--detail .txt .ph, .page--qa.page--dishroom#saratalk .section--detail .txt .ph {
  margin: 2% 0;
}

.page--blog .ph.fancybox, .page--bbs .ph.fancybox, .page--qa .ph.fancybox {
  display: block;
  cursor: pointer;
  width: 100% !important;
}
.page--blog .fancybox-image, .page--bbs .fancybox-image, .page--qa .fancybox-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
  pointer-events: none;
}
.page--blog .img_box.mv_box, .page--bbs .img_box.mv_box, .page--qa .img_box.mv_box {
  position: relative;
}
.page--blog .list--contents .contents_box .list__txt .img_box img, .page--bbs .list--contents .contents_box .list__txt .img_box img, .page--qa .list--contents .contents_box .list__txt .img_box img {
  position: relative;
}
.page--blog .stream_box, .page--bbs .stream_box, .page--qa .stream_box {
  margin: 0;
  width: 100% !important;
  float: none;
}
.page--blog .stream_box .thumb, .page--bbs .stream_box .thumb, .page--qa .stream_box .thumb {
  margin: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.page--blog .stream_box .thumb:after, .page--bbs .stream_box .thumb:after, .page--qa .stream_box .thumb:after {
  content: none;
}
.page--blog .movie_popup, .page--bbs .movie_popup, .page--qa .movie_popup {
  width: 80%;
  display: none;
  overflow: initial;
}
.page--blog .fancybox-slide > *, .page--bbs .fancybox-slide > *, .page--qa .fancybox-slide > * {
  background: transparent;
}
.page--blog .list--contents .contents_box .list__txt .img_box.mv_box a::before, .page--bbs .list--contents .contents_box .list__txt .img_box.mv_box a::before, .page--qa .list--contents .contents_box .list__txt .img_box.mv_box a::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  background: url(https://fc.dish-web.com/static/dish/contents/upimg/20cca836a86d8781de49fde12d2b9aa2.png) no-repeat;
  background-size: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/*  page--bbs sara talk
------------------------------ */
.page--bbs.page--dishroom#saratalk .list--contents .contents_box .list__txt .text, .page--qa.page--dishroom#saratalk .list--contents .contents_box .list__txt .text {
  max-width: 90%;
  width: -moz-fit-content;
  width: fit-content;
}
.page--bbs.page--dishroom#saratalk .list--contents .contents_box .list__txt .text.player, .page--qa.page--dishroom#saratalk .list--contents .contents_box .list__txt .text.player {
  width: 100%;
}
.page--bbs.page--dishroom#saratalk .list--contents .block--thumb img, .page--qa.page--dishroom#saratalk .list--contents .block--thumb img {
  border-radius: 7px;
  position: relative;
}
.page--bbs.page--dishroom#saratalk .list--contents .contents_box.member .list__txt .date, .page--qa.page--dishroom#saratalk .list--contents .contents_box.member .list__txt .date {
  text-align: left;
}
.page--bbs.page--dishroom#saratalk .bottom_menu, .page--qa.page--dishroom#saratalk .bottom_menu {
  padding: 24px 7%;
}
.page--bbs.page--dishroom#saratalk .bottom_menu.member textarea, .page--qa.page--dishroom#saratalk .bottom_menu.member textarea {
  width: 80%;
}
.page--bbs.page--dishroom#saratalk .bottom_menu.member .btn, .page--qa.page--dishroom#saratalk .bottom_menu.member .btn {
  width: 10%;
}
.page--bbs.page--dishroom#saratalk .bottom_menu .block--textarea, .page--qa.page--dishroom#saratalk .bottom_menu .block--textarea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page--bbs.page--dishroom#saratalk .bottom_menu .block--photo, .page--qa.page--dishroom#saratalk .bottom_menu .block--photo {
  position: relative;
  width: 10%;
}
.page--bbs.page--dishroom#saratalk .bottom_menu .block--photo::after, .page--qa.page--dishroom#saratalk .bottom_menu .block--photo::after {
  content: "\f03e";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  border: none;
  background: none;
  min-width: unset;
  height: auto;
  line-height: 1;
}
.page--bbs.page--dishroom#saratalk .bottom_menu .block--photo label, .page--qa.page--dishroom#saratalk .bottom_menu .block--photo label {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 40px;
  z-index: 1;
}
.page--bbs.page--dishroom#saratalk .bottom_menu .block--photo input, .page--qa.page--dishroom#saratalk .bottom_menu .block--photo input {
  display: none;
}
.page--bbs.page--dishroom#saratalk .bottom_menu textarea, .page--qa.page--dishroom#saratalk .bottom_menu textarea {
  width: 90%;
  height: initial;
  min-height: 40px;
  max-height: 180px;
  padding: 0.8em 1.2em;
  resize: none;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #fff;
  line-height: 1.3;
}
.page--bbs.page--dishroom#saratalk .bottom_menu .btn, .page--qa.page--dishroom#saratalk .bottom_menu .btn {
  position: relative;
  width: auto;
}
.page--bbs.page--dishroom#saratalk .bottom_menu .btn a, .page--qa.page--dishroom#saratalk .bottom_menu .btn a {
  background-color: #DBB838;
  border-radius: 5px;
}
.page--bbs.page--dishroom#saratalk .bottom_menu .btn .btn--submit, .page--qa.page--dishroom#saratalk .bottom_menu .btn .btn--submit {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #DBB838;
  border: none;
  background: none;
  min-width: unset;
  height: unset;
  line-height: unset;
}

/*  page--bbs
------------------------------ */
.page--bbs.confirm .section--inner, .page--qa.confirm .section--inner {
  background-color: #fff;
  padding: 50px 5% 50px 5%;
}
.page--bbs.confirm #comment_form dt, .page--qa.confirm #comment_form dt {
  margin-bottom: 0.5em;
}
.page--bbs.confirm #comment_form dt .txt--sub, .page--qa.confirm #comment_form dt .txt--sub {
  opacity: 0.5;
  margin-left: 8px;
}
.page--bbs.confirm #comment_form dd, .page--qa.confirm #comment_form dd {
  font-weight: bold;
  margin-bottom: 2em;
}

/*  page--qa sara talk
------------------------------ */
.page--qa main.content--body {
  position: initial;
}
.page--qa .section--list .list--contents li img, .page--qa .section--list .list--contents li iframe {
  border-radius: 5px;
}
.page--qa .section--list .list--contents li img {
  position: relative;
}
.page--qa .section--list .list--contents li .text {
  display: table;
}
.page--qa .modalArea {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--qa .modalArea .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.page--qa .modalArea .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--qa .modalArea .closeModal {
  position: absolute;
  font-size: 50px;
  color: #ffffff;
}
.page--qa .section--detail .btn {
  margin-bottom: 1em;
}
.page--qa .form {
  margin-bottom: 3em;
}
.page--qa.page--done .content--body .txt {
  margin-bottom: 2em;
  text-align: center;
}

/*  page--dishroom ara radio
------------------------------ */
.page--dishroom#album .list--contents {
  align-items: stretch;
}
.page--dishroom#album .list--contents li {
  position: relative;
  background: #fff;
}
.page--dishroom#album .list--contents a {
  padding: 20px;
}
.page--dishroom#album .list--contents .thumb {
  padding-top: 100%;
  aspect-ratio: 1/1;
  background-color: #232323;
}
.page--dishroom#album .list--contents .thumb img {
  height: auto;
}
.page--dishroom#album .list--contents .new {
  display: inline-block;
}
.page--dishroom#album.section--detail .list--contents .thumb {
  margin: 0;
}

/*  page--dishroom sara to nikki
------------------------------ */
.page--dishroom#nikki #bgBook {
  position: relative;
}
.page--dishroom#nikki .bb-custom-icon-arrow-left::before, .page--dishroom#nikki .bb-custom-icon-arrow-right::before {
  display: none;
}
.page--dishroom#nikki .bb-custom-wrapper nav a {
  position: relative;
  margin: 0 30px;
  width: 120px;
  background: transparent;
}
.page--dishroom#nikki .bb-custom-wrapper nav a#bb-nav-prev::before,
.page--dishroom#nikki .bb-custom-wrapper nav a#bb-nav-next::before {
  content: none;
  position: absolute;
}
.page--dishroom#nikki .bb-custom-wrapper nav a#bb-nav-prev::after,
.page--dishroom#nikki .bb-custom-wrapper nav a#bb-nav-next::after {
  font-size: 14px;
  line-height: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #232323;
}
.page--dishroom#nikki .bb-custom-wrapper nav a#bb-nav-prev::after {
  content: "NEXT";
}
.page--dishroom#nikki .bb-custom-wrapper nav a#bb-nav-next::after {
  content: "PREV";
}

/*page--viproom
------------------------------ */
.page--viproom.noAnchor .pageLinkBlock {
  display: none;
}

.pageLinkBlock {
  padding: 20px 4%;
  background-color: #f8f1d9;
  margin: 0 0 30px;
}
.pageLinkBlock .listTit {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
.pageLinkBlock .pageLink li:not(:last-child) {
  margin-bottom: 1em;
}
.pageLinkBlock .pageLink li a {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.pageLinkBlock .pageLink li a:hover {
  text-decoration: none;
}
.pageLinkBlock .new {
  color: #DBB838;
}
.pageLinkBlock .pageLink {
  width: 60%;
  margin: 0 auto;
}

.page--viproom .category, .page--viproom .author, .page--viproom .new {
  display: inline-block;
}
.page--viproom .block-date {
  margin-bottom: 12px;
}
.page--viproom .author {
  font-size: 13px;
  background-color: #232323;
  color: #fff;
  padding: 1px 8px;
  margin-left: 4px;
}
.page--viproom.section--list .section-tit {
  text-align: center;
}
.page--viproom.section--detail .tit {
  font-weight: bolder;
}
.page--viproom.section--detail .block--player iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.page--viproom .list--contents li {
  background: #fff;
}
.page--viproom .list--contents .thumb {
  margin: 0 0 22px;
  padding-top: 100%;
  aspect-ratio: 1/1;
  background-color: #232323;
}
.page--viproom .list--contents .thumb img {
  height: auto;
  position: absolute;
}
.page--viproom .list--contents .inner {
  padding: 20px;
  height: 100%;
}

.page--viproom#saradio .block__lead {
  margin-bottom: 50px;
  background-color: #f8f1d9;
}
.page--viproom#saradio .list--contents li {
  position: relative;
}
.page--viproom#saradio .list--contents a {
  padding: 20px;
}
.page--viproom#saradio .list--contents .thumb {
  background-color: #fff;
  padding-top: 100%;
  aspect-ratio: 1/1;
}
.page--viproom#saradio .list--contents .thumb img {
  background-size: contain !important;
  height: auto;
}
.page--viproom#saradio .list--contents .tit, .page--viproom#saradio .list--contents .new {
  display: inline-block;
}

/*page--entry
------------------------------ */
.page--entry .section--detail .artist-photo.thumb img {
  width: 100%;
}
.page--entry .section--detail .block-tit {
  margin-bottom: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-family: futura-pt, sans-serif;
}
.page--entry .section--detail figcaption {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.page--entry .section--detail [class^=block--] {
  background-color: #fff;
}
.page--entry .section--detail [class^=block--] .ph {
  width: 100%;
  margin: 0 auto;
}
.page--entry .section--detail [class^=block--] .ph img {
  width: 100%;
}
.page--entry .section--detail .block--intro .lead .txt--basic {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
.page--entry .section--detail .list--payment {
  margin: 30px 0 50px;
  text-align: center;
}
.page--entry .section--detail .list--payment li {
  display: inline-block;
  margin: 0 10px;
  width: 20%;
}
.page--entry .section--detail .howto-payment .tit, .page--entry .section--detail .howto-payment > .txt--basic {
  text-align: center;
}
.page--entry .section--detail .howto-payment .tit {
  margin-bottom: 8px;
  font-size: 18px;
}
.page--entry .section--detail .zouzei {
  margin-bottom: 30px;
}
.page--entry .section--detail .zouzei .payment {
  font-size: 15px;
  font-weight: bold;
  background: #ffffcc;
  padding: 2%;
  display: inline-block;
}
.page--entry .section--detail .zouzei .payment span {
  font-size: 0.85em;
  display: inline-block;
  margin-left: 4px;
}
.page--entry .section--detail .note {
  padding: 2%;
  border: 1px solid;
}
.page--entry .section--detail .note span {
  font-weight: bold;
}

.page--entry {
  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  /*モーダル枠の指定*/
  /*モーダルを閉じるボタンの指定*/
}
.page--entry .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(35, 35, 35, 0.85);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
.page--entry .modal-container.active {
  opacity: 1;
  visibility: visible;
}
.page--entry .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.page--entry .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -20px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  cursor: pointer;
}
.page--entry .modal-close:before, .page--entry .modal-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
}
.page--entry .modal-close:before {
  transform: rotate(45deg);
}
.page--entry .modal-close:after {
  transform: rotate(135deg);
}
.page--entry .modal-content {
  max-width: 900px;
  margin: 0 auto;
}
.page--entry .modal-content .ph:first-child {
  margin-bottom: 30xp;
}

/*page--renew 継続手続き
------------------------------ */
.page--renew.section--detail .tit-wrap {
  text-align: center;
  margin-bottom: 50px;
  background: #f8f1d9;
  padding: 0.5em;
}
.page--renew.section--detail .tit-wrap .sitetitle {
  font-size: 24px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
}
.page--renew.section--detail .tit-wrap .section-tit {
  display: inline-block;
  margin: 0 auto;
}
.page--renew.section--detail .block-tit {
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  font-family: futura-pt, sans-serif;
}
.page--renew.section--detail .sub-txt-list li {
  margin-bottom: 1em;
}
.page--renew.section--detail [class^=block--] {
  background-color: #fff;
}
.page--renew.section--detail [class^=block--] .ph img {
  width: 100%;
}
.page--renew.section--detail .block--payment .txt--sub {
  position: relative;
  padding-left: 1.5em;
}
.page--renew.section--detail .block--payment .txt--sub:after {
  content: "";
  width: 14px;
  height: 8px;
  border-left: 3px solid #e63a37;
  border-bottom: 3px solid #e63a37;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.25em;
  left: 0;
}
.page--renew.section--detail .block--payment .red {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.page--renew.section--detail .block--payment .red:hover {
  text-decoration: none;
}
.page--renew.section--detail .block--payment .payment {
  font-size: 15px;
  font-weight: bold;
  background: #ffffcc;
  padding: 2%;
}
.page--renew.section--detail .block--procedure .list--payment li {
  margin-bottom: 10px;
}
.page--renew.section--detail .block--procedure .tit-payment {
  border: 2px solid #232323;
  padding: 0.75em 4px;
  width: 100%;
  font-weight: bold;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  position: relative;
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.page--renew.section--detail .block--procedure .tit-payment::after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border: 1px solid #232323;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
}
.page--renew.section--detail .block--procedure .tit-payment:hover:after, .page--renew.section--detail .block--procedure .tit-payment.open:after {
  transform: rotate(135deg);
}
.page--renew.section--detail .block--procedure .tit-payment:after {
  border-width: 2px;
  top: 1em;
  right: 1em;
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.page--renew.section--detail .block--procedure .detail {
  display: none;
  margin: 2em 0;
}
.page--renew.section--detail .block--procedure .btn {
  margin-bottom: 1em;
}
.page--renew.section--detail .block--procedure .btn a {
  background-color: #DBB838;
}
.page--renew.section--detail .block--procedure .link a {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.page--renew.section--detail .block--procedure .link a:hover {
  text-decoration: none;
}

/*page--renew ,page--entry共通
------------------------------ */
.page--renew.section--detail .block--viproom .ph,
.page--entry .section--detail .block--viproom .ph {
  border: 2px solid #ba9819;
  margin: 2em 0;
}
.page--renew.section--detail .block--viproom .lead,
.page--entry .section--detail .block--viproom .lead {
  font-weight: bold;
  color: #DBB838;
  margin-bottom: 1em;
  text-align: center;
}
.page--renew.section--detail .block--viproom .mt1,
.page--entry .section--detail .block--viproom .mt1 {
  margin-top: 1em;
}
.page--renew.section--detail .block--viproom .txt--basic,
.page--entry .section--detail .block--viproom .txt--basic {
  font-weight: bold;
  text-align: center;
}
.page--renew.section--detail .block--viproom .txt--sub span,
.page--entry .section--detail .block--viproom .txt--sub span {
  margin-left: 1em;
  color: #888;
}
.page--renew.section--detail .contents .list--contents,
.page--entry .section--detail .contents .list--contents {
  display: block !important;
}
.page--renew.section--detail .contents .list--contents li,
.page--entry .section--detail .contents .list--contents li {
  display: flex;
  align-items: center;
}
.page--renew.section--detail .contents .list--contents .list__txt,
.page--entry .section--detail .contents .list--contents .list__txt {
  width: 65%;
  margin-right: 20px;
}
.page--renew.section--detail .contents .list--contents .list__txt .lead span,
.page--entry .section--detail .contents .list--contents .list__txt .lead span {
  position: relative;
  z-index: 2;
}
.page--renew.section--detail .contents .list--contents .list__txt .lead span::before,
.page--entry .section--detail .contents .list--contents .list__txt .lead span::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #DBB838;
  z-index: -2;
}
.page--renew.section--detail .contents .list--contents .tag,
.page--entry .section--detail .contents .list--contents .tag {
  font-size: 0.6em;
  background: #DBB838;
  padding: 0 4px;
  color: #fff;
  border-radius: 3px;
  margin-left: 4px;
}
.page--renew.section--detail .contents .list--contents .capture,
.page--entry .section--detail .contents .list--contents .capture {
  width: 30%;
  margin: 0;
}
.page--renew.section--detail .contents .list--contents .capture:not(.modal-open),
.page--entry .section--detail .contents .list--contents .capture:not(.modal-open) {
  pointer-events: none;
}
.page--renew.section--detail .contents .list--contents .capture img,
.page--entry .section--detail .contents .list--contents .capture img {
  position: relative;
}
.page--renew.section--detail .contents .list--contents .tit,
.page--entry .section--detail .contents .list--contents .tit {
  color: #DBB838;
  font-weight: bold;
  margin-bottom: 8px;
}

/*page--loppi ロッピ
------------------------------ */
.page--loppi.section--detail .link a {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.page--loppi.section--detail .link a:hover {
  text-decoration: none;
}
.page--loppi.section--detail .note {
  font-weight: bold;
  background: #ffffcc;
  padding: 2%;
}
.page--loppi.section--detail .note span {
  margin-bottom: 1em;
}
.page--loppi.section--detail .section--inner {
  background-color: #fff;
}
.page--loppi.section--detail .official {
  margin-bottom: 30px;
}
.page--loppi.section--detail .official a {
  padding: 5px;
  line-height: 0;
  display: inline-block;
}

.page--support .list--support a {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.page--support .list--support a:hover {
  text-decoration: none;
}
.page--support .list--support a:hover {
  text-decoration: none;
}
.page--support .list--support dt {
  font-weight: bold;
  margin-bottom: 2px;
}
.page--support .list--support dd:not(:last-of-type) {
  margin-bottom: 2em;
}
.page--support .list--support .list--inner {
  display: block;
  margin: 10px 0 0 1em;
}
.page--support .list--support .list--inner li {
  margin-bottom: 10px;
}
.page--support .list--support .list--inner li .tit {
  margin-bottom: 4px;
}
.page--support#terms .right {
  margin-top: 2em;
}
.page--support#terms .list--support dt {
  margin-bottom: 1em;
}
.page--support#terms .list--support dd:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.page--support#terms .list--support dd a {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.page--support#terms .list--support dd a:hover {
  text-decoration: none;
}
.page--support#terms .list--support dd > ul:not(.list--inner) {
  padding-left: 1.5em;
}
.page--support#terms .list--support dd > ul:not(.list--inner) > li {
  list-style: decimal;
  margin-bottom: 1em;
}
.page--support#terms .list--support dd:first-of-type ul li {
  list-style-type: none;
}

.page--faq .icon--q {
  font-family: futura-pt, sans-serif;
}
.page--faq .tit--category {
  font-weight: bold;
}
.page--faq .searchBox {
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  width: 80%;
}
.page--faq .searchBox input[type=text] {
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 0.5em 1em;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  background: transparent;
  border: none;
  color: #232323;
  font-family: "FontAwesome";
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
  content: "\f002";
  position: absolute;
  top: 50%;
  right: 3px;
  z-index: 2;
  transform: translateY(-50%);
}
@media screen and (min-width: 961px) {
  .page--faq .searchBox input[type=submit] {
    cursor: pointer;
    transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page--faq .searchBox input[type=submit]:hover {
    opacity: 0.4;
  }
}
.page--faq .section--list .block--contact {
  font-size: 12px;
}
.page--faq .section--list .block--contact a {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.page--faq .section--list .block--contact a:hover {
  text-decoration: none;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 0.8em;
}
.page--faq .list--faq {
  background-color: #fff;
}
.page--faq .list--faq li:last-child {
  margin-bottom: 0;
}
.page--faq .list--faq li .tit {
  margin: 0 0 0 4px;
}
.page--faq .list--faq li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.page--faq .block--faq-detail {
  background-color: #fff;
}
.page--faq .block--faq-detail .icon--q {
  display: inline-block;
}
.page--faq .block--faq-detail .icon--q + .txt {
  margin-left: 4px;
  display: inline-block;
}
.page--faq .block--faq-detail dt {
  padding: 0 0 15px;
  margin: 0 0 15px;
  font-weight: bold;
  border-bottom: 1px solid #DBB838;
}
.page--faq .block--faq-detail .txt {
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  display: inline;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
}
.page--faq .block--faq-detail .txt a:hover {
  text-decoration: none;
}
.page--faq .block--faq-detail .txt * {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  color: #232323 !important;
}
.page--faq .block--contact .txt {
  padding-top: 0;
}
.page--faq .block--contact .link a {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: inline-block;
}
.page--faq .block--contact .link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #232323;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  position: absolute;
  right: -0.5em;
  top: 50%;
}
.page--faq .block--contact .link a:hover {
  text-decoration: none;
}
.page--faq .block--contact .link a:after {
  transform: rotate(-135deg) translateY(4px);
}
.page--faq .list--tag {
  margin-bottom: 30px;
  padding: 0 20px;
}
.page--faq .list--tag li {
  border: 1px solid;
  border-radius: 30px;
  text-align: right;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
  margin: 6px 0;
}
.page--faq .list--tag li:hover {
  background: #000;
}
.page--faq .list--tag li:hover a {
  color: #fff;
}
.page--faq .list--tag li a {
  display: block;
  padding: 6px 14px;
  text-decoration: none;
}
.page--faq h3.tit--category {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .page--faq .list--tag {
    padding: 0;
  }
  .page--faq .list--tag li a {
    padding: 10px 9px;
    font-size: 11px;
  }
}

.page--questionnaire .section-tit {
  text-align: left !important;
}
.page--questionnaire label,
.page--questionnaire label:hover {
  transition: none;
  color: #232323;
}
.page--questionnaire .detail__btn {
  margin-top: 30px;
}
.page--questionnaire .ph img {
  display: block;
}
.page--questionnaire .lead {
  margin-bottom: 50px;
}
.page--questionnaire #questionnaire_form dl {
  margin: 0 0 40px;
}
.page--questionnaire #questionnaire_form dt {
  margin-bottom: 0.5em;
}
.page--questionnaire #questionnaire_form dd {
  margin-bottom: 2em;
}
.page--questionnaire .form--post dd {
  margin-bottom: 2em;
}
.page--questionnaire .form--post .input--quarter + .age {
  margin-left: 4px;
}
.page--questionnaire .form--post span.post {
  margin-right: 4px;
}
.page--questionnaire .form--post input[type=radio],
.page--questionnaire .form--post input[type=checkbox],
.page--questionnaire .form--post select {
  margin: 0 5px 0 0;
  cursor: pointer;
  vertical-align: -2px;
  padding: 0.8em 1em;
  padding-right: 2em;
}
.page--questionnaire .form--post .form__select::after {
  border-color: #232323;
  position: absolute;
  right: 0.75em;
}
.page--questionnaire .form--post .form__select.birthday:after {
  content: none;
}
.page--questionnaire .form--post .form__radio,
.page--questionnaire .form--post .form__checkbox {
  margin-bottom: 8px;
}
.page--questionnaire .form--post input[type=radio],
.page--questionnaire .form--post input[type=checkbox] {
  position: relative;
}
.page--questionnaire .form--post label {
  position: relative;
  display: inline-block;
  width: 90%;
  display: flex;
  flex-wrap: nowrap;
}
.page--questionnaire .form--post label p {
  padding: 0.4em 0.5em;
}
.page--questionnaire .form--post input[type=radio],
.page--questionnaire .form--post input[type=checkbox] {
  vertical-align: middle;
  margin: 3px 5px 8px 0;
  z-index: 1;
  border: none;
  opacity: 1;
  padding-right: 0;
}
.page--questionnaire .form--post input[type=radio]:before, .page--questionnaire .form--post input[type=radio]:before,
.page--questionnaire .form--post input[type=checkbox]:before,
.page--questionnaire .form--post input[type=checkbox]:before {
  height: auto;
  text-indent: 0;
  font-size: 17px;
  font-family: "FontAwesome";
  color: #232323;
  padding-left: 1px;
  text-indent: 0;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 0;
}
.page--questionnaire .form--post input[type=checkbox]:before {
  content: "\f096";
}
.page--questionnaire .form--post input[type=radio]:before {
  content: "\f10c";
}
.page--questionnaire .form--post input[type=checkbox]:checked:before {
  content: "\f046";
  color: #DBB838;
}
.page--questionnaire .form--post input[type=radio]:checked:before {
  content: "\f192";
  color: #DBB838;
}
.page--questionnaire .form--post .input.postal_code {
  margin-left: 4px;
}
.page--questionnaire .form--comfirm dd {
  font-weight: bold;
}
.page--questionnaire .block--error {
  font-size: 0.85em;
  background-color: rgba(230, 58, 55, 0.3);
  margin: 0 0 30px;
  padding: 20px 4%;
  border-radius: 3px;
  background: rgba(230, 58, 55, 0.2);
}
.page--questionnaire .block--error li {
  color: #e63a37;
}
.page--questionnaire .complete {
  margin-bottom: 50px;
  margin-top: 50px;
}

.page--home .section--top, .page--home .section--banner, .page--home .section--pickup {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 1.2s;
}
.page--home.already .section--top, .page--home.already .section--banner, .page--home.already .section--pickup {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page--home.already .background::before {
  transition: all 0.8s 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  opacity: 1;
}

body:not(.page--home) .section--list, body:not(.page--home) .section--detail {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 1s;
}
body:not(.page--home).already .section--list, body:not(.page--home).already .section--detail {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
body:not(.page--home).already .background::before {
  transition: all 0.8s 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slashPath {
  5% {
    transform: translateY(-10%);
  }
  10% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes PageAnime {
  0% {
    transform: translate(-15%, 0px) skew(-33deg, 0deg) scale(1, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0px) skew(-33deg, 0deg) scale(1, 1);
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .date,
  .commingsoon {
    font-size: 13px;
  }
  .fcname {
    font-size: 90px;
    width: clamp(50px, 4vw, 130px);
  }
  .list--bnr.slick-initialized {
    overflow: visible;
  }
  .list--error li {
    font-size: 13px;
  }
  .list--login li a {
    padding: 0 20px;
  }
  .list--info .no-data {
    text-align: center;
  }
  .list--info li:not(:last-child) {
    margin-bottom: 30px;
  }
  .list--info li .tit span {
    position: relative;
    z-index: 1;
    background: linear-gradient(#DBB838, #DBB838) 0 100%/0 4px no-repeat;
    transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .list--info li:hover .tit span {
    background-size: 100% 4px;
  }
  .list--info .date {
    margin-bottom: 8px;
  }
  .list--info .new {
    font-size: 13px;
    margin-left: 8px;
  }
  .list--info .category {
    padding-left: 30px;
  }
  .list--info .category::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
  }
  .list--contents li .list__txt .date {
    margin-bottom: 10px;
    display: inline-block;
  }
  .list--contents li .new {
    font-size: 13px;
    margin-left: 8px;
  }
  .no--data {
    text-align: center;
  }
  .block--category {
    margin-bottom: 30px;
  }
  .detail__btn,
  .list__more {
    margin: 110px 0 0;
  }
  .detail__btn a,
  .list__more a {
    padding: 5px;
    position: relative;
  }
  .detail__btn a::before,
  .list__more a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #232323;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
  }
  .detail__btn a:hover:before,
  .list__more a:hover:before {
    transform: scaleX(1);
  }
  .header:not(.header--home) {
    padding: 24px 5%;
  }
  .header:not(.header--home) h1.logo {
    width: 18vw;
    height: 2vw;
    margin: 0 auto;
  }
  .header.header--home {
    padding: 34px 5%;
  }
  .header.header--home h1.logo {
    width: 21.5vw;
    height: 2vw;
    margin: 0 auto;
  }
  .header.header--home:before, .header.header--home:after {
    top: 62px;
    right: calc(5% - 8px);
  }
  .header .drawer__btn {
    cursor: pointer;
    width: 58px;
    height: 56px;
    padding: 10px;
    position: relative;
  }
  .header .drawer__btn svg {
    width: 58px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header .drawer__btn:before, .header .drawer__btn:after {
    top: 52px;
    right: calc(5% - 8px);
  }
  .drawer .drawer-inner {
    padding: 12vw 7vw 7vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .drawer .fcLogo {
    margin: 0 auto 20px;
    width: 360px;
  }
  [class^=nav--] .list--login {
    margin-bottom: 60px;
  }
  [class^=nav--] .g-nav > li {
    margin-bottom: 10px;
    line-height: 1;
  }
  [class^=nav--] .list--login li, [class^=nav--] .g-nav > li {
    font-size: 36px;
  }
  [class^=nav--] .list--login li a, [class^=nav--] .g-nav > li a {
    position: relative;
    overflow: hidden;
    transition: color 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
  }
  [class^=nav--] .list--login li a::after, [class^=nav--] .g-nav > li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 2px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
  }
  [class^=nav--] .list--login li a:hover, [class^=nav--] .g-nav > li a:hover {
    color: #232323;
  }
  [class^=nav--] .list--login li a:hover:after, [class^=nav--] .g-nav > li a:hover:after {
    transform: scaleX(1);
  }
  .page--home {
    /* section--top */
    /* section--banner */
    /* section--info */
    /* section--photo,,section--report,.section--movie共通 */
    /* section--photo,,section--report */
  }
  .page--home .content--body {
    padding-bottom: 170px;
  }
  .page--home .section-tit {
    font-size: 50px;
    z-index: 4;
  }
  .page--home .list__more {
    display: inline-block;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }
  .page--home .list__more a {
    display: block;
    font-size: 16px;
    padding: 5px;
  }
  .page--home .section--top {
    margin-bottom: 160px;
  }
  .page--home .section--top .header--home {
    margin-bottom: 100px;
  }
  .page--home .section--top .keyvisual {
    max-width: 930px;
    margin: 0 auto;
  }
  .page--home .block--status {
    margin: 0 auto 170px;
    max-width: 870px;
    padding: 30px 5% 20px 5%;
  }
  .page--home .block--status .block--inner {
    width: 80%;
    margin: 0 auto;
  }
  .page--home .block--status dt, .page--home .block--status dd {
    display: inline-block;
  }
  .page--home .block--status dd {
    margin-left: 1em;
  }
  .page--home .block--status .name {
    margin-bottom: 20px;
  }
  .page--home .block--status .list--status {
    font-size: 13px;
  }
  .page--home .section--banner {
    margin: 0 0 170px;
  }
  .page--home .section--banner .slick-slide {
    margin: 10px;
    position: relative;
    transition: all 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page--home .section--banner .slick-slide a {
    overflow: hidden;
  }
  .page--home .section--banner .slick-slide:hover {
    filter: grayscale(1);
    transform: scale(0.95);
  }
  .page--home .section--banner.bnr--single .list--bnr {
    width: 50%;
    margin: 0 auto;
  }
  .page--home .section--pickup, .page--home .section--info {
    margin: 0 auto 200px;
    max-width: 870px;
    padding: 50px 5% 120px 5%;
  }
  .page--home .section--pickup .section-tit, .page--home .section--info .section-tit {
    margin-bottom: 80px;
  }
  .page--home .section--photo, .page--home .section--report, .page--home .section--movie {
    max-width: 980px;
    margin: 0 auto 120px;
  }
  .page--home .section--photo img, .page--home .section--photo .list__txt, .page--home .section--report img, .page--home .section--report .list__txt, .page--home .section--movie img, .page--home .section--movie .list__txt {
    transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page--home .section--photo .list--contents li .thumb, .page--home .section--report .list--contents li .thumb, .page--home .section--movie .list--contents li .thumb {
    width: 36vw;
    max-width: 360px;
    margin-right: 60px;
  }
  .page--home .section--photo .list--contents li a, .page--home .section--report .list--contents li a, .page--home .section--movie .list--contents li a {
    display: flex;
    align-items: center;
  }
  .page--home .section--photo .list--contents li a:hover img:not(.blur), .page--home .section--report .list--contents li a:hover img:not(.blur), .page--home .section--movie .list--contents li a:hover img:not(.blur) {
    filter: grayscale(1);
    transform: scale(0.9);
  }
  .page--home .section--photo .list--contents li a:hover img.blur, .page--home .section--report .list--contents li a:hover img.blur, .page--home .section--movie .list--contents li a:hover img.blur {
    filter: blur(10px) grayscale(1);
  }
  .page--home .section--photo .list--contents li a:hover .list__txt, .page--home .section--report .list--contents li a:hover .list__txt, .page--home .section--movie .list--contents li a:hover .list__txt {
    opacity: 0.5;
  }
  .page--home .section--photo .list--contents li .thumb, .page--home .section--report .list--contents li .thumb {
    margin-right: 60px;
  }
  .page--home .section--photo .list--contents li a, .page--home .section--report .list--contents li a {
    display: flex;
    align-items: center;
  }
  .page--home .section--photo .list--contents li a:hover img:not(.blur), .page--home .section--report .list--contents li a:hover img:not(.blur) {
    filter: grayscale(1);
    transform: scale(0.9);
  }
  .page--home .section--photo .list--contents li a:hover img.blur, .page--home .section--report .list--contents li a:hover img.blur {
    filter: grayscale(1) blur(10px);
  }
  .page--home .section--photo .list--contents li a:hover .list__txt, .page--home .section--report .list--contents li a:hover .list__txt {
    opacity: 0.5;
  }
  .page--home .section--photo .section-tit {
    position: absolute;
    top: -0.3em;
    left: -1em;
  }
  .page--home .section--report .section-tit {
    position: absolute;
    top: -1.1em;
    left: -1em;
  }
  .page--home .section--movie .section-tit {
    position: absolute;
    top: -0.3em;
    right: 0.3em;
  }
  .page--home .section--movie .list--contents {
    justify-content: flex-end;
  }
  .page--home .section--movie .list--contents li .thumb {
    margin-left: 60px;
  }
  .page--home .section--movie .list--contents li a {
    flex-direction: row-reverse;
  }
  .page--home .block--room-wrap {
    max-width: 980px;
    margin: 0 18vw;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .page--home .block--room-wrap > section {
    width: 48%;
  }
  .page--home .section--dishroom, .page--home .section--viproom {
    padding: 40px 3.5% 40px 3.5%;
  }
  .page--home .section--dishroom .thumb img, .page--home .section--dishroom .icon img, .page--home .section--dishroom .list__txt {
    transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page--home .section--dishroom .subtit {
    margin-bottom: 10px;
  }
  .page--home .section--dishroom .section-tit {
    margin-bottom: 28px;
  }
  .page--home .section--dishroom .icon {
    width: 180px;
    height: 180px;
    margin: 0 auto 18px;
    position: relative;
  }
  .page--home .section--dishroom a {
    display: block;
  }
  .page--home .section--dishroom a:hover .icon img:not(.blur), .page--home .section--dishroom a:hover .thumb img:not(.blur) {
    transform: scale(0.9);
    background-size: 98%;
    filter: grayscale(1);
  }
  .page--home .section--dishroom a:hover .icon .blur, .page--home .section--dishroom a:hover .thumb .blur {
    filter: grayscale(1) blur(10px);
  }
  .page--home .section--dishroom a:hover .list__txt {
    opacity: 0.5;
  }
  .page--home .section--dishroom .date {
    margin-bottom: 12px;
  }
  .page--home .section--dishroom .title {
    font-size: 14px;
  }
  .page--home .section--dishroom .saradio.contents_box .thumb {
    max-width: 216px;
    height: 216px;
    margin: 0 auto 18px;
    position: relative;
  }
  .page--home .section--dishroom .saradio.contents_box a:hover .thumb img:not(.blur) {
    transform: scale(0.9);
    background-size: 98%;
    filter: grayscale(1);
  }
  .page--home .section--dishroom .saradio.contents_box a:hover .thumb .blur {
    filter: grayscale(1) blur(10px);
  }
  .page--home .section--viproom .thumb img:not(.blur), .page--home .section--viproom .list__txt {
    transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page--home .section--viproom .section-tit {
    margin-bottom: 28px;
  }
  .page--home .section--viproom .thumb {
    max-width: 216px;
    height: 216px;
    margin: 0 auto 22px;
  }
  .page--home .section--viproom a:hover img:not(.blur) {
    transform: scale(0.9);
    filter: grayscale(1);
  }
  .page--home .section--viproom a:hover img.blur {
    filter: grayscale(1) blur(10px);
  }
  .page--home .section--viproom a:hover .list__txt {
    opacity: 0.5;
  }
  .page--home .section--viproom .block-date {
    margin-bottom: 10px;
  }
  .page--home .section--viproom .category {
    font-size: 14px;
  }
  .section--detail .tit {
    font-size: 22px;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  body:not(.page--home) .content--body {
    margin-top: 200px;
  }
  body:not(.page--home) .section--list, body:not(.page--home) .section--detail {
    padding: 0 0 170px;
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
  }
  body:not(.page--home) .section--list .no-data, body:not(.page--home) .section--detail .no-data {
    width: 100%;
    margin: 150px auto !important;
  }
  body:not(.page--home) .section--list .section-tit, body:not(.page--home) .section--detail .section-tit {
    font-size: 50px;
    margin-bottom: 80px;
  }
  body:not(.page--home) .section--list .block--pager, body:not(.page--home) .section--detail .block--pager {
    margin-top: 50px;
  }
  .page--info .category {
    padding-left: 30px;
  }
  .page--info .category::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
  }
  .page--info .section--inner {
    padding: 50px 5% 50px 5%;
  }
  .page--info .section--detail .new {
    margin-left: 8px;
  }
  .page--info .section--detail .block--share {
    margin-top: 30px;
  }
  .page--info .section--detail .tit {
    margin-bottom: 10px;
  }
  .page--info .section--detail .date {
    display: inline-block;
  }
  .page--info .section--detail .txt, .page--info .section--detail .video--tag {
    margin-top: 50px;
  }
  .page--info.livereport .section--list .thumb img, .page--info.livereport .section--list .list__txt {
    transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page--info.livereport .section--list .list--contents {
    gap: 80px 3%;
  }
  .page--info.livereport .section--list .list--contents li {
    width: 31%;
  }
  .page--info.livereport .section--list .list--contents li .thumb {
    margin: 0 0 22px;
  }
  .page--info.livereport .section--list .list--contents a:hover img:not(.blur) {
    filter: grayscale(1);
    transform: scale(0.9);
  }
  .page--info.livereport .section--list .list--contents a:hover img.blur {
    filter: grayscale(1) blur(10px);
  }
  .page--info.livereport .section--list .list--contents a:hover .list__txt {
    opacity: 0.5;
  }
  .page--photo .list--contents > li, .page--movie .list--contents > li, .page--wallpaper .list--contents > li {
    width: 31%;
  }
  .page--photo .list--contents > li img, .page--photo .list--contents > li .list__txt, .page--movie .list--contents > li img, .page--movie .list--contents > li .list__txt, .page--wallpaper .list--contents > li img, .page--wallpaper .list--contents > li .list__txt {
    transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page--photo .list--contents > li a:hover img:not(.blur), .page--movie .list--contents > li a:hover img:not(.blur), .page--wallpaper .list--contents > li a:hover img:not(.blur) {
    transform: scale(0.9);
    filter: grayscale(1);
  }
  .page--photo .list--contents > li a:hover img.blur, .page--movie .list--contents > li a:hover img.blur, .page--wallpaper .list--contents > li a:hover img.blur {
    filter: grayscale(1) blur(10px);
    transform: scale(1.2);
  }
  .page--photo .list--contents > li a:hover .list__txt, .page--movie .list--contents > li a:hover .list__txt, .page--wallpaper .list--contents > li a:hover .list__txt {
    opacity: 0.5;
  }
  .page--photo .section--list .list--contents, .page--movie .section--list .list--contents, .page--wallpaper .section--list .list--contents {
    gap: 80px 3%;
  }
  .page--photo .section--list .list--contents li .thumb, .page--movie .section--list .list--contents li .thumb, .page--wallpaper .section--list .list--contents li .thumb {
    margin: 0 0 22px;
  }
  .page--photo .section--detail .list--contents {
    margin: 50px 0 30px;
    gap: 40px 3%;
  }
  .page--photo .section--detail .list--contents li {
    width: 31%;
  }
  .page--photo .section--detail .tit {
    margin-bottom: 10px;
  }
  .page--photo .section--detail .date {
    margin-bottom: 10px;
  }
  .page--photo .section--detail .thumb {
    margin: 0;
  }
  .page--movie .section--list .list--contents > li {
    width: 48.5%;
  }
  .page--movie .section--detail .tit {
    margin-bottom: 10px;
  }
  .page--movie .section--detail .txt--basic {
    margin: 50px 0;
    min-height: 200px;
  }
  .page--movie .section--detail .block--player img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--movie .txt {
    margin-bottom: 50px;
  }
  .page--movie .txt a {
    color: #DBB838;
  }
  .page--movie .block--player {
    margin: 50px 0 30px;
  }
  /*  page--wallpaper
  ------------------------------ */
  .page--wallpaper .notes.download {
    padding: 3%;
  }
  .page--wallpaper .block--wp-size .list--wp-size {
    width: 80%;
    margin: 0 auto;
  }
  .page--wallpaper .block--wp-size .list--wp-size a:hover {
    opacity: 0.5;
  }
  .page--wallpaper .block--wp-size .list--wp-size li:not(:last-child) {
    border-bottom: 1px solid #232323;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
  .page--dishroom#RoomTop .section-tit {
    height: 65px;
    line-height: 65px;
  }
  .page--dishroom#RoomTop .block--saratalk {
    padding: 50px 6% 0;
  }
  .page--dishroom#RoomTop .block--saratalk .content_title {
    margin-bottom: 30px;
  }
  .page--dishroom#RoomTop .block--saratalk .list--contents .contents_box:not(:last-child) {
    margin-bottom: 32px;
  }
  .page--dishroom#RoomTop .block--saratalk .list--contents .contents_box .list__txt {
    width: 80%;
  }
  .page--dishroom#RoomTop .block--saratalk .list--contents .contents_box .title {
    font-size: 24px;
  }
  .page--dishroom#RoomTop .block--saratalk .list--contents .contents_box .icon {
    width: 90px;
    height: 90px;
  }
  .page--dishroom#RoomTop .block--saratalk .list--contents .contents_box .link_box:hover {
    opacity: 0.5;
  }
  .page--dishroom#RoomTop .block--contents-bnr {
    padding: 40px 6% 35px;
  }
  .page--dishroom#RoomTop .block--contents-bnr .list--contents li.saradio {
    padding: 16px 4%;
    transition: all 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page--dishroom#RoomTop .block--contents-bnr .list--contents li.saradio:hover {
    opacity: 0.5;
  }
  .page--dishroom#RoomTop .menu_list li a:hover {
    opacity: 0.5;
  }
  .page--dishroom#saratalk .blog--tit {
    font-size: 30px;
    height: 65px;
    line-height: 65px;
  }
  .page--dishroom#saratalk .bottom_menu {
    font-size: 15px;
  }
  .page--dishroom#saratalk .bottom_menu a {
    line-height: 45px;
  }
  .page--dishroom#saratalk .bottom_menu a:hover {
    opacity: 0.5;
  }
  .page--dishroom#saratalk .block--saratalk {
    padding: 50px 7%;
  }
  .page--dishroom#saratalk .block--saratalk .content_title {
    margin-bottom: 30px;
  }
  .page--dishroom#saratalk .block--saratalk .list--contents {
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    margin-bottom: 0 !important;
  }
  .page--dishroom#saratalk .block--saratalk .list--contents .contents_box:not(:last-child) {
    margin-top: 3em;
  }
  .page--dishroom#saratalk .block--saratalk .list--contents .contents_box .list__txt {
    width: 85%;
  }
  .page--dishroom#saratalk .block--saratalk .list--contents .contents_box .icon {
    min-width: 85px;
    width: 85px;
    height: 85px;
    margin-right: 2em;
    background-size: 105%;
  }
  .page--dishroom#saratalk .block--saratalk .list--contents .contents_box .text, .page--dishroom#saratalk .block--saratalk .list--contents .contents_box .date {
    width: 96%;
  }
  .page--dishroom#saratalk .block--saratalk .ph {
    cursor: pointer;
  }
  .page--dishroom#saratalk .block--pager {
    margin: 0 auto 50px;
  }
  .page--dishroom#saratalk .block--pager:hover {
    opacity: 0.5;
  }
  .page--dishroom#saratalk .bottom_menu .btn--submit:hover, .page--dishroom#saratalk .bottom_menu .block--photo:hover {
    opacity: 0.5;
  }
  /*  page--bbs
  ------------------------------ */
  .page--bbs.confirm .btn {
    width: 300px;
    margin: 0 auto;
  }
  .page--bbs .btn--sub {
    margin-top: 30px;
  }
  /*  page--qa sara talk
  ------------------------------ */
  .page--qa .list__txt .text {
    cursor: pointer;
  }
  .page--qa .modalArea .modalWrapper {
    width: 70%;
  }
  .page--qa .modalArea .closeModal {
    top: 70px;
    right: 70px;
    cursor: pointer;
  }
  .page--dishroom#album .list--contents {
    align-items: stretch;
  }
  .page--dishroom#album .list--contents li {
    width: 32%;
    margin-bottom: 40px;
    margin-right: 2%;
  }
  .page--dishroom#album .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page--dishroom#album .list--contents li img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page--dishroom#album .list--contents a:hover .thumb img:not(.blur) {
    transform: scale(0.9);
    filter: grayscale(1);
  }
  .page--dishroom#album .list--contents a:hover .thumb img.blur {
    filter: grayscale(1) blur(10px);
  }
  .page--dishroom#album.section--detail .list--contents {
    margin-top: 50px;
  }
  .page--dishroom#nikki.section--detail #bgBook {
    padding: 25px 0 50px;
    margin: 0 0 0 -100px;
    height: 600px;
    width: 1150px;
    background: rgba(0, 0, 0, 0) url("/static/dish/fanclub-pc/feature/book/201710/bg_book2017.png") no-repeat scroll center top;
  }
  .page--dishroom#nikki.section--detail .bb-overlay,
  .page--dishroom#nikki.section--detail .bb-flipoverlay,
  .page--dishroom#nikki.section--detail .bb-content,
  .page--dishroom#nikki.section--detail .bb-item {
    background: rgba(0, 0, 0, 0);
  }
  .page--dishroom#nikki.section--detail .bb-custom-wrapper {
    margin: 0 0 40px 210px;
    width: 732px;
  }
  .page--dishroom#nikki.section--detail .bb-bookblock {
    height: 600px;
    width: 732px;
  }
  .page--dishroom#nikki.section--detail .bb-custom-wrapper img {
    width: 366px;
    height: 544px;
  }
  .page--viproom .thumb img, .page--viproom .list__txt {
    transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page--viproom.section--list .lead {
    text-align: center;
    margin-bottom: 30px;
  }
  .page--viproom .block--player {
    margin: 50px 0 30px;
  }
  .page--viproom .list--contents {
    align-items: stretch;
  }
  .page--viproom .list--contents li {
    width: 32%;
    margin-bottom: 40px;
    margin-right: 2%;
  }
  .page--viproom .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page--viproom .list--contents a:hover img:not(.blur) {
    filter: grayscale(1);
    transform: scale(0.9);
  }
  .page--viproom .list--contents a:hover img.blur {
    filter: blur(10px) grayscale(1);
  }
  .page--viproom .list--contents a:hover .list__txt {
    opacity: 0.5;
  }
  .page--viproom#saradio .block__lead {
    padding: 20px 4%;
  }
  .page--viproom#saradio .list--contents li a:hover img:not(.blur) {
    filter: grayscale(1);
    transform: scale(0.9);
  }
  .page--support.section--detail .section--inner {
    background-color: #fff;
    padding: 50px 5% 50px 5%;
  }
  .page--support.section--detail .section--inner .section-tit {
    font-size: 26px;
  }
  .page--support.section--detail .lead {
    margin-bottom: 1em;
  }
  .page--support.section--detail .block--text {
    margin-bottom: 40px;
  }
  .page--support.section--detail .block--text .block-tit {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: bold;
  }
  .page--support.section--detail .block--text .txt {
    padding-top: 0;
  }
  .page--support.section--detail .block--text .txt:not(:last-of-type) {
    margin-bottom: 1em;
  }
  .page--support.section--detail .tit {
    font-size: 32px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: normal;
  }
  .page--support.section--detail .list--support li > ol li, .page--support.section--detail .list--support li > ol li, .page--support.section--detail .list--support dd > ol li, .page--support.section--detail .list--support dd > ol li {
    margin-bottom: 1em;
  }
  .page--support.section--detail#terms .btn {
    margin-top: 110px;
  }
  .page--faq .section--list {
    max-width: 980px;
  }
  .page--faq .tit--category {
    margin-bottom: 10px;
  }
  .page--faq .searchBox {
    margin: 0 auto 80px;
  }
  .page--faq .list--faq {
    margin: 0 0 70px;
  }
  .page--faq .list--faq li:hover a {
    opacity: 0.5;
  }
  .page--faq .list--faq li .tit {
    font-size: 14px;
  }
  .page--faq .list--faq li a {
    padding: 20px 4%;
    transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .page--faq .block--faq-detail {
    font-size: 16px;
    padding: 30px 20px;
    margin: 10px 0 50px;
  }
  .page--faq .block--faq-detail .txt * {
    font-size: 0.95em;
  }
  .page--faq .section--list.faq .section-tit {
    font-size: 26px;
  }
  .page--questionnaire .ph {
    margin-bottom: 50px;
  }
  .page--questionnaire .btn {
    width: 300px;
    margin: 0 auto;
  }
  .page--questionnaire .section--inner {
    background-color: #fff;
    padding: 50px 5% 50px 5%;
  }
  .page--questionnaire .section--detail.questionnaire .section-tit {
    font-size: 26px;
    margin-bottom: 0;
  }
  .page--questionnaire .detail__btn {
    margin-top: 30px;
  }
  .page--questionnaire .form--post {
    margin-bottom: 40px;
  }
  .page--questionnaire .section--detail .txt--basic,
  .page--questionnaire .section--detail .txt--sub {
    margin-bottom: 50px;
  }
  .page--questionnaire .section--detail .btn + .btn {
    margin-top: 30px;
  }
  .page--entry .section--detail [class^=block--] {
    margin-bottom: 100px;
    padding: 50px 5% 50px 5%;
  }
  .page--entry .section--detail .block--payment {
    margin-bottom: 50px !important;
  }
  .page--entry .section--detail .block--tokuten {
    padding: 50px 5% 50px 5%;
  }
  .page--entry .section--detail .block--tokuten .block-inner {
    margin-bottom: 100px;
  }
  .page--entry .section--detail .contents .modal-open {
    cursor: pointer;
  }
  .page--entry .section--detail .contents .modal-open:hover {
    opacity: 0.5;
  }
  .modal-body {
    max-width: 900px;
    top: 200px;
  }
  .page--renew.section--detail .tit-wrap {
    margin-bottom: 50px;
  }
  .page--renew.section--detail .tit-wrap .sitetitle {
    font-size: 24px;
  }
  .page--renew.section--detail .tit-wrap .section-tit {
    font-size: 38px;
  }
  .page--renew.section--detail .block-tit {
    font-size: 28px;
  }
  .page--renew.section--detail [class^=block--] {
    margin-bottom: 100px;
    padding: 50px 5% 50px 5%;
  }
  .page--renew.section--detail [class^=block--] .ph {
    width: 100%;
    margin: 1.5em auto;
  }
  .page--renew.section--detail .list--payment {
    width: 80%;
    margin: 0 auto;
  }
  .page--renew.section--detail .block--payment .txt--sub {
    width: 70%;
    margin: 0 auto;
  }
  .page--renew.section--detail .block--payment .payment {
    font-size: 15px;
    margin: 0 auto 30px;
    width: 50%;
    display: block;
  }
  .page--entry .section--detail .contents,
  .page--renew.section--detail .contents {
    margin-bottom: 100px;
  }
  .page--entry .section--detail .contents .list--contents li:not(:last-child),
  .page--renew.section--detail .contents .list--contents li:not(:last-child) {
    margin-bottom: 30px;
  }
  .page--entry .section--detail .block--viproom .lead,
  .page--renew.section--detail .block--viproom .lead {
    font-size: 22px;
  }
  /*page--loppi ロッピ
  ------------------------------ */
  .page--loppi.section--detail .section--inner {
    padding: 50px 5% 50px 5%;
    width: 80%;
    margin: 0 auto 50px;
    max-width: 980px;
  }
  .page--loppi.section--detail .list-tit {
    background: black;
    padding: 0.5em 0;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    margin-bottom: 50px;
  }
  .page--loppi.section--detail .note {
    text-align: center;
  }
  .page--loppi.section--detail .btn {
    margin: 50px 0;
  }
  .page--loppi.section--detail .btn a {
    max-width: none;
    width: 50%;
  }
  .page--loppi.section--detail .official {
    margin-bottom: 30px;
  }
  .page--loppi.section--detail .official a:hover {
    opacity: 0.5;
  }
  .page--loppi.section--detail .official img {
    width: 80%;
  }
  .page--error .section--detail {
    margin-top: 250px;
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    padding: 70px 8.5% 40px 8.5%;
  }
  footer .fcLogo {
    width: 320px;
    height: 28px;
    margin-bottom: 40px;
  }
  footer .block--footer-menu, footer .block--support-menu {
    width: 48%;
  }
  footer .block--footer-menu {
    float: left;
  }
  footer .block--support-menu {
    margin-left: auto;
    font-size: 13px;
  }
  footer .list--footer-menu {
    margin-bottom: 36px;
  }
  footer .list--sns {
    margin-bottom: 72px;
  }
  footer .list--footer-menu li, footer .nav--support li, footer .list--sns li {
    margin-bottom: 8px;
  }
  footer .list--footer-menu a:hover, footer .nav--support a:hover, footer .list--sns a:hover {
    opacity: 0.5;
  }
  footer .official {
    position: absolute;
    bottom: 35px;
    right: 4.3vw;
    margin-right: 55px;
  }
  footer .official .arrow {
    transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
  footer .official a:hover {
    opacity: 0.5;
  }
  footer .official a:hover .arrow {
    transform: translate(3px, -3px);
  }
  footer .nav__page-top {
    position: absolute;
    bottom: 35px;
    right: 4.3vw;
    width: 26px;
    transition: all 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
  footer .nav__page-top:hover {
    transform: translateY(-5px);
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .header .drawer .fcLogo {
    width: 65%;
  }
  .header .drawer .list--login li a, .header .drawer .g-nav > li a {
    font-size: 5vw;
  }
  .header:not(.header--home) h1.logo {
    width: 30vw !important;
    height: 3vw !important;
  }
  #footer .fcLogo {
    width: 55% !important;
  }
  .detail__btn, .list__more {
    font-size: 18px;
  }
  .section--list .section-tit, .section--detail .section-tit {
    font-size: 50px !important;
  }
  .section--detail .tit {
    font-size: 18px !important;
  }
  .wrap .section--list,
  .wrap .section--detail {
    padding: 0 11vw 100px 12vw;
  }
  .page--home [class^=section--] {
    margin: 0 11vw 17vw 12vw;
  }
  .page--home [class^=section--] .section-tit {
    font-size: 7vw !important;
    margin-bottom: 10vw !important;
  }
  .page--home .section--movie {
    margin-bottom: 24vw !important;
  }
  .page--home .section--dishroom .section-tit, .page--home .section--viproom .section-tit {
    font-size: 5vw !important;
    margin-bottom: 8vw !important;
  }
  .page--home .section--dishroom .thumb, .page--home .section--dishroom .icon, .page--home .section--viproom .thumb, .page--home .section--viproom .icon {
    width: 28vw !important;
    height: 28vw !important;
  }
  .page--photo .thumb {
    min-width: 85% !important;
  }
  .page--dishroom#nikki #bgBook {
    height: 84vh !important;
  }
  .page--dishroom#RoomTop .section--inner {
    max-width: none !important;
  }
  .page--dishroom#RoomTop .section--inner .section-tit {
    height: 65px;
    line-height: 65px;
    font-size: 32px !important;
  }
  .page--dishroom#RoomTop .section--inner .block--contents-bnr {
    padding: 40px 12vw 35px;
  }
  .page--dishroom#RoomTop .section--inner .block--saratalk {
    padding: 35px 12vw 0 !important;
  }
  .page--dishroom#RoomTop .section--inner .icon {
    width: 11vw;
    height: 11vw;
  }
  .page--dishroom#RoomTop .section--inner .list__txt {
    width: 81% !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .background {
    top: 50vw;
    height: 250vw;
    right: 0;
  }
  .fcname {
    width: 6%;
  }
  /*  page--wallpaper
  ------------------------------ */
  /*  page--dishroom
  ------------------------------ */
  /*  page--blog page--bbs sara talk
  ------------------------------ */
  /*  page--bbs sara talk
  ------------------------------ */
  /*  page--bbs
  ------------------------------ */
  /*  page--qa sara talk
  ------------------------------ */
  /*  page--dishroom album
  ------------------------------ */
  /*  page--dishroom sara to nikki
  ------------------------------ */
  /*  page--viproom
  ------------------------------ */
  /* page--error
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header:not(.header--home) {
    padding: 16px 5%;
  }
  .header.header--home {
    padding: 20px 5%;
  }
  .header h1.logo {
    width: 38vw;
    height: 4vw;
  }
  .header .drawer__btn {
    width: 40px;
    height: 38px;
  }
  .header .drawer__btn:before, .header .drawer__btn:after {
    width: 40px;
    height: 4px;
    top: 35px;
    right: 5%;
  }
  .header .drawer {
    padding: 0 4.3vw;
  }
  .header .drawer .fcLogo {
    width: 70%;
    margin: 0 auto 10px;
  }
  .header .drawer .drawer-inner {
    padding-top: 26vw;
    padding-bottom: 7.5vw;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .drawer .list--login li a, .header .drawer .g-nav > li a {
    font-size: 24px;
  }
  .header .drawer .list--login {
    margin-bottom: 50px;
    font-size: 24px;
  }
  .header .splashbg .Menu_backgroundItem {
    width: 60vw;
  }
  .header .splashbg .Menu_backgroundItem.type01 {
    right: 40.73vw;
  }
  .header .splashbg .Menu_backgroundItem.type02 {
    right: -137vw;
  }
  .header .splashbg .Menu_backgroundItem.type03 {
    right: -78vw;
  }
  .header .splashbg .Menu_backgroundItem.type04 {
    right: -19vw;
  }
  #footer {
    padding: 80px 7vw 36px 7vw;
  }
  #footer .fcLogo {
    margin-bottom: 50px;
    width: 78%;
  }
  #footer .list--footer-menu, #footer .list--sns {
    margin-bottom: 30px;
  }
  #footer .block--support-menu {
    margin-bottom: 64px;
  }
  #footer .nav--support li {
    font-size: 12px;
    margin-bottom: 2px;
  }
  #footer .nav__page-top {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 6%;
    bottom: 36px;
  }
  #footer .nav__page-top a {
    padding: 10px;
  }
  #footer .copyright {
    margin-bottom: 20px;
  }
  .date, .category {
    display: inline-block;
    font-size: 13px;
  }
  .tit {
    font-size: 13px;
    line-height: 1.5;
  }
  .list--info li:not(:last-child) {
    margin-bottom: 26px;
  }
  .list--info li a {
    display: block;
    padding: 5px 0;
  }
  .list--info li a .date {
    margin-bottom: 8px;
  }
  .list--info li a .tit {
    font-weight: bold;
  }
  .list--info .new {
    margin-left: 4px;
  }
  .list--info .category {
    padding-left: 24px;
  }
  .list--info .category::before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    position: absolute;
  }
  .list--contents .date {
    margin-bottom: 8px;
  }
  .list--contents .new {
    margin-left: 4px;
  }
  .list--contents li {
    width: 100%;
  }
  .list--contents .thumb {
    margin: 0 auto 22px;
    margin-top: 0;
  }
  .block--category {
    margin-bottom: 30px;
  }
  .block--category .block--item:not(:last-child) {
    margin-right: 1vw;
  }
  li.no-data {
    padding: 2em 0;
  }
  .detail__btn, .list__more {
    margin: 30px 0 0;
  }
  .detail__btn a, .list__more a {
    display: inline-block;
    padding: 5px;
  }
  .wrap {
    position: relative;
  }
  .wrap .section--list, .wrap .section--detail {
    padding: 0 9vw 70px 10vw;
  }
  .wrap .section--list .section-tit, .wrap .section--detail .section-tit {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .wrap .section--list .block--pager, .wrap .section--detail .block--pager {
    margin-top: 30px;
    font-size: 13px;
  }
  .wrap .section--list .no-data, .wrap .section--detail .no-data {
    margin: 50px auto !important;
  }
  .section--list .list--contents {
    margin-bottom: 60px;
  }
  .section--detail .date, .section--detail .category {
    font-size: 13px;
  }
  .section--detail .tit {
    font-size: 16px;
  }
  .page--home {
    /* section--info */
    /* section--info */
  }
  .page--home [class^=section--] {
    margin: 0 9vw 100px 10vw;
    position: relative;
  }
  .page--home [class^=section--] .list__more {
    display: block;
    margin: 0 auto;
  }
  .page--home .section--top {
    margin: 0 0 60px;
    position: relative;
    bottom: 0;
  }
  .page--home .section--top .keyvisual-wrap {
    margin: 0 9vw;
  }
  .page--home .section--top .keyvisual {
    width: 100%;
    padding-top: 66.67%;
    aspect-ratio: 3/2;
  }
  .page--home .section--top .keyvisual img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--home .section--top .header--home {
    margin-bottom: 45px;
  }
  .page--home .block--status {
    margin: 0 10% 100px;
    padding: 30px 5% 20px 5%;
  }
  .page--home .block--status .block--inner {
    width: 85%;
    margin: 0 auto;
  }
  .page--home .block--status .list--status {
    font-size: 13px;
  }
  .page--home .block--status .name {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .page--home .block--status dd span {
    font-size: 10px;
  }
  .page--home .section--banner {
    position: relative;
    margin: 0 0 100px;
  }
  .page--home .section--banner .slick-slide {
    width: 56vw;
    margin: 0 5px;
  }
  .page--home .section--banner .slick-dots li {
    margin: 0 7px !important;
  }
  .page--home .section--banner .slick-dots li button {
    font-size: 11px;
  }
  .page--home .section--banner .slick-arrow {
    display: none;
  }
  .page--home .section--pickup, .page--home .section--info {
    margin: 0 10% 100px;
    padding: 32px 5% 30px 5%;
  }
  .page--home .section--pickup .section-tit, .page--home .section--info .section-tit {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 1;
  }
  .page--home .section--pickup .list__more, .page--home .section--info .list__more {
    margin-top: 50px;
  }
  .page--home .section--info .list--info {
    margin: 0 0 40px;
  }
  .page--home .section--photo .section-tit, .page--home .section--movie .section-tit, .page--home .section--report .section-tit {
    font-size: 40px;
    line-height: 1;
    z-index: 4;
    position: absolute;
    top: -0.66em;
    left: 0.1em;
  }
  .page--home .section--photo .list--contents, .page--home .section--movie .list--contents, .page--home .section--report .list--contents {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .page--home .section--photo .list--contents .thumb, .page--home .section--movie .list--contents .thumb, .page--home .section--report .list--contents .thumb {
    max-width: 90%;
    margin: 0 auto 22px;
  }
  .page--home .section--report .section-tit {
    top: -1.55em;
    line-height: 0.9;
  }
  .page--home .section--dishroom, .page--home .section--viproom {
    padding: 28px 5.5% 36px 5.5%;
  }
  .page--home .section--dishroom .section-tit, .page--home .section--viproom .section-tit {
    font-size: 26px;
  }
  .page--home .section--dishroom .date, .page--home .section--viproom .date {
    margin-bottom: 8px;
  }
  .page--home .section--dishroom {
    margin-bottom: 30px;
  }
  .page--home .section--dishroom .section-tit {
    margin-bottom: 28px;
  }
  .page--home .section--dishroom .subtit {
    margin-bottom: 12px;
  }
  .page--home .section--dishroom .icon {
    width: 138px;
    height: 138px;
    margin: 0 auto 20px;
  }
  .page--home .section--dishroom .thumb {
    width: 138px;
    height: 138px;
    margin: 0 auto 22px;
  }
  .page--home .section--viproom .section-tit {
    margin-bottom: 12px;
  }
  .page--home .section--viproom .thumb {
    width: 138px;
    height: 138px;
    margin: 0 auto 22px;
  }
  .page--home .section--viproom .block-date {
    margin-bottom: 8px;
  }
  body:not(.page--home) .content--body {
    margin-top: 110px;
  }
  .page--info .category {
    padding-left: 26px;
  }
  .page--info .category::before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    position: absolute;
  }
  .page--info .section--inner {
    padding: 32px 5% 30px 5%;
  }
  .page--info .block--category {
    margin-bottom: 40px;
  }
  .page--info .block--share {
    margin-top: 10px;
  }
  .page--info .new {
    margin-left: 4px;
  }
  .page--info .section--list .section-tit {
    margin-bottom: 10px;
    font-size: 36px;
  }
  .page--info .section--detail .new {
    margin-left: 4px;
  }
  .page--info .section--detail .tit {
    margin-bottom: 8px;
  }
  .page--info .section--detail .txt, .page--info .section--detail .video--tag {
    margin-top: 50px;
  }
  .page--info.livereport .section--list .section-tit {
    line-height: 0.95;
  }
  .page--info.livereport .section--list .list--contents {
    row-gap: 50px;
  }
  .page--info.livereport .section--list .list--contents .thumb {
    max-width: 90%;
  }
  .page--photo .section--list .list--contents, .page--movie .section--list .list--contents, .page--wallpaper .section--list .list--contents {
    row-gap: 50px;
  }
  .page--photo .thumb {
    max-width: 90%;
  }
  .page--photo .section--detail .list--contents {
    gap: 20px 4%;
  }
  .page--photo .section--detail .tit {
    margin-bottom: 8px;
  }
  .page--photo .section--detail .thumb {
    margin: 0 auto;
  }
  .page--movie .thumb {
    max-width: 90%;
  }
  .page--movie .section--detail .tit {
    margin-bottom: 8px;
  }
  .page--movie .section--detail .block--player {
    margin: 50px 0 30px;
  }
  .page--movie.new-movie .wrap .section--detail {
    padding: 0 9vw 70px 10vw;
  }
  .page--movie.new-movie .wrap .section--detail .block--player {
    position: relative;
    top: 0;
    margin: 20px 0 20px;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button,
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js .vjs-play-control.vjs-paused {
    position: absolute;
    top: 50%;
    left: 49.3%;
    transform: translate(-50%, -50%);
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 70px;
    height: 70px;
    border-radius: 999px;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button::before,
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js .vjs-play-control.vjs-paused span::before {
    content: "";
    background: #ffffff !important;
    height: 39px;
    width: 34px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js .vjs-play-control {
    transform: translateX(-50%);
    top: -17vw;
    left: 50%;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js .vjs-play-control.vjs-paused {
    transform: translateX(-50%);
    top: -19vw;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
    margin-bottom: 4px;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js.vjs-fullscreen .vjs-play-control {
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js.vjs-fullscreen .vjs-control-bar {
    bottom: 5em;
  }
  .page--wallpaper .notes {
    padding: 5%;
  }
  .page--wallpaper .thumb {
    max-width: 90%;
  }
  .page--wallpaper .block--wp-size .list--wp-size {
    font-size: 12px;
  }
  .page--wallpaper .block--wp-size .list--wp-size li {
    background: #fff;
    width: 80%;
    margin: 0 auto 0.5em;
    font-weight: bold;
  }
  .page--wallpaper .block--wp-size .list--wp-size li:last-child {
    margin-bottom: 0;
  }
  .page--wallpaper .block--wp-size .list--wp-size a {
    height: 36px;
    line-height: 36px;
    padding: 0;
  }
  .page--dishroom#RoomTop .content--body {
    margin-top: 70px;
  }
  .page--dishroom#RoomTop .fcname {
    display: none;
  }
  .page--dishroom#RoomTop .section--list {
    padding: 0;
  }
  .page--dishroom#RoomTop .section--inner {
    width: 100%;
    border: none;
  }
  .page--dishroom#RoomTop .section-tit {
    font-size: 22px;
    height: 45px;
    line-height: 45px;
  }
  .page--dishroom#RoomTop span.new {
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 10px;
    transform: scale(0.85) translateY(-50%);
    top: 50%;
  }
  .page--dishroom#RoomTop .block--saratalk {
    padding: 35px 5% 0;
  }
  .page--dishroom#RoomTop .block--saratalk .content_title {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .page--dishroom#RoomTop .block--saratalk .list--contents li {
    margin-bottom: 0;
  }
  .page--dishroom#RoomTop .block--saratalk .list--contents .icon {
    width: 60px;
    height: 60px;
    margin-right: 0;
  }
  .page--dishroom#RoomTop .block--saratalk .list--contents .contents_box:not(:last-child) {
    margin-bottom: 36px;
  }
  .page--dishroom#RoomTop .block--saratalk .list--contents .contents_box .list__txt {
    width: 76%;
  }
  .page--dishroom#RoomTop .block--saratalk .list--contents .contents_box .list__txt .text {
    font-size: 10px;
    letter-spacing: 0;
  }
  .page--dishroom#RoomTop .block--saratalk .list--contents .contents_box .list__txt .title {
    font-size: 20px;
  }
  .page--dishroom#RoomTop .block--contents-bnr {
    padding: 40px 6% 35px;
  }
  .page--dishroom#RoomTop .block--contents-bnr .tit {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .page--dishroom#RoomTop .block--contents-bnr .txt--basic {
    font-size: 12px;
  }
  .page--dishroom#RoomTop .block--contents-bnr .icon.saradio {
    width: 100px;
    height: 100px;
  }
  .page--dishroom#RoomTop .block--contents-bnr .list--contents {
    margin-bottom: 0;
  }
  .page--dishroom#RoomTop .block--contents-bnr .list--bnr li {
    padding: 16px 4%;
  }
  .page--dishroom#RoomTop .bottom_menu {
    padding: 16px 0%;
  }
  .page--dishroom#RoomTop .bottom_menu .menu_list a {
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1.25;
  }
  .page--dishroom#RoomTop .bottom_menu .fas {
    font-size: 30px;
  }
  .page--dishroom#RoomTop .bottom_menu .new {
    line-height: 24px;
    width: 24px;
    height: 24px;
    font-size: 10px;
    top: -15px;
  }
  .page--dishroom#RoomTop .txt {
    font-size: 12px;
    margin: 0 0 20px;
    line-height: 1.4em;
  }
  .page--blog.page--dishroom#saratalk .fcname, .page--bbs.page--dishroom#saratalk .fcname {
    display: none;
  }
  .page--blog.page--dishroom#saratalk .content--body, .page--bbs.page--dishroom#saratalk .content--body {
    margin-top: 70px;
  }
  .page--blog.page--dishroom#saratalk .section--list, .page--bbs.page--dishroom#saratalk .section--list {
    padding-right: 0;
    padding-left: 0;
  }
  .page--blog.page--dishroom#saratalk .section--inner, .page--bbs.page--dishroom#saratalk .section--inner {
    width: 100%;
    border: none;
  }
  .page--blog.page--dishroom#saratalk .blog--tit, .page--bbs.page--dishroom#saratalk .blog--tit {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
  }
  .page--blog.page--dishroom#saratalk .bottom_menu a, .page--bbs.page--dishroom#saratalk .bottom_menu a {
    line-height: 45px;
  }
  .page--blog.page--dishroom#saratalk .block--saratalk, .page--bbs.page--dishroom#saratalk .block--saratalk {
    padding: 35px 4% 0;
  }
  .page--blog.page--dishroom#saratalk .block--saratalk .block--pager, .page--bbs.page--dishroom#saratalk .block--saratalk .block--pager {
    margin: 0 auto 35px;
  }
  .page--blog.page--dishroom#saratalk .block--saratalk .content_title, .page--bbs.page--dishroom#saratalk .block--saratalk .content_title {
    margin-bottom: 10px;
  }
  .page--blog.page--dishroom#saratalk .block--saratalk .list--contents, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .page--blog.page--dishroom#saratalk .block--saratalk .list--contents li, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents li {
    margin-bottom: 30px;
  }
  .page--blog.page--dishroom#saratalk .block--saratalk .list--contents .list__txt, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .list__txt {
    width: 80%;
  }
  .page--blog.page--dishroom#saratalk .block--saratalk .list--contents .date, .page--blog.page--dishroom#saratalk .block--saratalk .list--contents .writer, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .date, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .writer {
    font-size: 11px;
    display: block;
  }
  .page--blog.page--dishroom#saratalk .block--saratalk .list--contents .icon, .page--bbs.page--dishroom#saratalk .block--saratalk .list--contents .icon {
    width: 40px;
    height: 40px;
    margin-right: 1.5em;
  }
  .page--bbs.page--dishroom#saratalk .bottom_menu {
    padding: 10px 4%;
  }
  .page--bbs.page--dishroom#saratalk .bottom_menu .block--photo::after {
    padding-right: 10px;
  }
  .page--bbs.page--dishroom#saratalk .bottom_menu .btn .btn--submit {
    padding: 0 0 2px 6px;
  }
  .page--bbs .btn--sub {
    margin-top: 10px;
  }
  .page--qa .modalArea .modalWrapper {
    width: 100%;
  }
  .page--qa .modalArea .closeModal {
    top: 10px;
    right: 10px;
    font-size: 40px;
    cursor: pointer;
  }
  .page--dishroom#album .list--contents li {
    width: 48%;
    margin-bottom: 20px;
  }
  .page--dishroom#album .list--contents li:nth-child(odd) {
    margin-right: 4%;
  }
  .page--dishroom#album .list--contents li .tit {
    font-size: 3.6vw;
  }
  .page--dishroom#nikki.section--list {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .page--dishroom#nikki #bgBook {
    padding: 20px 0;
    background-image: url(/static/dish/fanclub/feature/sata_to_nikki/ph_dish_diary_intro_sp_2.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 60vh;
    margin-bottom: 30px;
  }
  .page--dishroom#nikki #process {
    position: absolute;
    top: 0;
    right: 0;
    padding: 40vh 24vw 0 12vw;
    line-height: 1.4em;
  }
  .page--dishroom#nikki .lead {
    padding: 0 0 20px;
  }
  .pageLinkBlock {
    padding: 20px 4%;
    background-color: #f8f1d9;
    padding: 13px 15px;
    margin: 0 0 30px;
  }
  .pageLinkBlock .listTit {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .pageLinkBlock .pageLink {
    width: 100%;
  }
  .page--viproom.section--list .lead {
    margin-bottom: 30px;
  }
  .page--viproom .list--contents {
    align-items: stretch;
  }
  .page--viproom .list--contents li {
    width: 48%;
    margin-bottom: 30px;
  }
  .page--viproom .list--contents li:nth-child(odd) {
    margin-right: 4%;
  }
  .page--viproom .list--contents img {
    top: 51%;
    transform: translateY(-50%);
  }
  .page--viproom .list--contents .tit {
    font-size: 3.6vw;
  }
  .page--viproom .block--player {
    margin: 50px 0 30px;
  }
  .page--viproom#saradio .block__lead {
    padding: 20px 4%;
  }
  .page--viproom#saradio .block__lead .btn {
    margin: 0 auto;
  }
  .page--support .section--inner {
    background-color: #fff;
    padding: 32px 5% 30px 5%;
  }
  .page--support .section--inner .section-tit {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .page--support .lead {
    margin-bottom: 30px;
  }
  .page--support .block--text {
    margin-bottom: 30px;
  }
  .page--support .block--text .txt {
    padding-top: 0;
  }
  .page--support .block--text .txt:not(:last-of-type) {
    margin-bottom: 1em;
  }
  .page--support .block--text .block-tit {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: bold;
  }
  .page--support .tit {
    font-size: 32px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: normal;
  }
  .page--support .list--support {
    font-size: 14px;
  }
  .page--support .list--support dd, .page--support .list--support li {
    margin-bottom: 2em;
  }
  .page--support .list--support dd > ol li, .page--support .list--support li > ol li {
    margin-bottom: 1em;
  }
  .page--support .sub-txt-list {
    margin-top: 1em;
  }
  .page--support .sub-txt-list li {
    margin: 0 0 10px -1em;
    text-indent: -1em;
    padding-left: 3em;
  }
  .page--support#terms .btn {
    margin-top: 30px;
  }
  .page--faq .searchBox {
    width: 100%;
    margin: 0 auto 40px;
  }
  .page--faq .searchBox input::-moz-placeholder {
    font-size: 0.85em;
  }
  .page--faq .searchBox input::placeholder {
    font-size: 0.85em;
  }
  .page--faq .tit--category {
    font-size: 14px;
  }
  .page--faq .list--faq {
    padding: 10px 0;
    margin-bottom: 50px;
  }
  .page--faq .list--faq li .tit {
    font-size: 14px;
    margin-left: 4px;
    line-height: 1.4;
  }
  .page--faq .list--faq li a {
    padding: 10px 6%;
    align-items: baseline;
  }
  .page--faq .tit--category + .list--faq {
    margin-top: 10px;
  }
  .page--faq .block--faq-detail {
    padding: 32px 5% 30px 5%;
    margin: 10px 0 50px;
  }
  .page--faq .block--faq-detail dt {
    display: flex;
  }
  .page--faq .block--faq-detail .txt * {
    font-size: 0.95em;
  }
  .page--faq .section--list.faq .section-tit {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .page--faq .block--contact {
    font-size: 14px;
  }
  .page--questionnaire .ph {
    margin-bottom: 30px;
  }
  .page--questionnaire .section--inner {
    background-color: #fff;
    padding: 32px 5% 30px 5%;
  }
  .page--questionnaire .section--detail.questionnaire .section-tit {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .page--questionnaire .section--detail .txt--basic, .page--questionnaire .section--detail .txt--sub {
    margin-bottom: 30px;
  }
  .page--questionnaire .section--detail .btn + .btn {
    margin-top: 10px;
  }
  .page--questionnaire .section--detail .form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail .form .input--quarter {
    width: 50% !important;
  }
  .page--entry .section--detail .block-tit {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .page--entry .section--detail figcaption {
    font-size: 13px;
    margin-bottom: 1em;
  }
  .page--entry .section--detail [class^=block--] {
    padding: 32px 5% 30px 5%;
    margin-bottom: 50px;
  }
  .page--entry .section--detail [class^=block--] .ph {
    width: 100%;
  }
  .page--entry .section--detail .block--intro .lead .txt--basic {
    text-align: left;
    font-size: 15px;
  }
  .page--entry .section--detail .list--payment {
    margin: 10px 0 30px;
  }
  .page--entry .section--detail .list--payment .tit {
    font-weight: bold;
  }
  .page--entry .section--detail .list--payment li {
    width: 100%;
    margin: 0;
  }
  .page--entry .section--detail .howto-payment .tit {
    font-size: 18px;
  }
  .page--entry .section--detail .zouzei {
    width: 100%;
    margin-bottom: 30px;
  }
  .page--entry .section--detail .zouzei .red {
    font-size: 15px;
  }
  .page--entry .section--detail .zouzei .payment {
    font-size: 15px;
  }
  .page--entry .section--detail .note {
    padding: 2%;
  }
  .page--entry .section--detail .block--payment {
    margin-bottom: 30px;
  }
  .page--entry .section--detail .btn--main {
    width: 100%;
  }
  .modal-body {
    max-width: 900px;
    top: 100px;
  }
  .page--renew.section--detail .tit-wrap {
    margin-bottom: 50px;
  }
  .page--renew.section--detail .tit-wrap .sitetitle {
    font-size: 18px;
  }
  .page--renew.section--detail .tit-wrap .section-tit {
    font-size: 22px;
  }
  .page--renew.section--detail .block-tit {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .page--renew.section--detail [class^=block--] {
    padding: 32px 5% 30px 5%;
    margin-bottom: 50px;
  }
  .page--renew.section--detail .payment {
    margin-bottom: 1em;
  }
  .page--entry .section--detail .block--viproom .lead,
  .page--renew.section--detail .block--viproom .lead {
    font-size: 16px;
  }
  .page--entry .section--detail .block--viproom .txt--basic,
  .page--renew.section--detail .block--viproom .txt--basic {
    font-size: 14px;
  }
  .page--entry .section--detail .contents,
  .page--renew.section--detail .contents {
    margin-top: 40px;
  }
  .page--entry .section--detail .contents .list--contents,
  .page--renew.section--detail .contents .list--contents {
    display: block !important;
  }
  .page--entry .section--detail .contents .list--contents .tit,
  .page--renew.section--detail .contents .list--contents .tit {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .page--entry .section--detail .contents .list--contents li,
  .page--renew.section--detail .contents .list--contents li {
    padding: 5px 0 5px 0;
  }
  .page--entry .section--detail .contents .list--contents li:not(:last-child),
  .page--renew.section--detail .contents .list--contents li:not(:last-child) {
    margin-bottom: 30px;
  }
  .page--entry .section--detail .contents .list--contents .list__txt,
  .page--renew.section--detail .contents .list--contents .list__txt {
    width: 100%;
    margin-bottom: 1em;
  }
  .page--entry .section--detail .contents .list--contents .list__txt.no-img,
  .page--renew.section--detail .contents .list--contents .list__txt.no-img {
    width: 100%;
  }
  .page--entry .section--detail .contents .list--contents .capture,
  .page--renew.section--detail .contents .list--contents .capture {
    width: 100%;
  }
  .page--loppi.section--detail .section--inner {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page--loppi.section--detail .official {
    margin-bottom: 1em;
  }
  .page--loppi.section--detail .official img {
    width: 50%;
  }
  .page--loppi.section--detail .block-tit {
    background: black;
    padding: 0.5em 0;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
  .page--loppi.section--detail .list--step {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 30px;
  }
  .page--loppi.section--detail .list--step dt {
    font-weight: bold;
  }
  .page--loppi.section--detail .list--step span {
    font-size: 0.85em;
  }
  .page--loppi.section--detail .note {
    margin: 0 5%;
  }
  .page--loppi.section--detail .sankaku {
    border-color: #DBB838 transparent transparent;
    border-style: solid;
    border-width: 15px 20px;
    height: 0;
    margin: 20px auto 0px;
    width: 0;
    text-align: center;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .body--app .header, .body--app footer {
    display: none;
  }
  .body--app#RoomTop .content--body {
    margin-top: 0 !important;
  }
  .body--app#saratalk .content--body {
    margin-top: 0 !important;
  }
  .body--app#saratalk .section-tit {
    display: none;
  }
  .body--app .content--body {
    margin-top: 50px !important;
  }
}/*# sourceMappingURL=fanclub-service.css.map */