@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://cdn.jsdelivr.net/yakuhanjp/1.3.1/css/yakuhanjp.min.css");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 32px);
}

ol, ul {
  list-style: none;
}

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
  font-family: "hiragino kaku gothic pron", Verdana, 游ゴシック, YuGothic, Meiryo, sans-serif;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

body {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  body {
    font-size: 16px;
  }
}

/* 基準はSP、PCのブレークポイントは1000px */
@media screen and (max-width: 999px) {
  .pc-visible {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-visible {
    display: none !important;
  }
}

/*---------- ページコンテンツ コンテナ ----------*/
/* サイドバーあり */
.Playreport {
  width: 90%;
  margin: 10px auto;
}
@media screen and (min-width: 1000px) {
  .Playreport {
    float: left;
    width: 725px;
    font-size: 14px;
    position: relative;
    margin: 20px auto 0 0;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1000px) {
  .Playreport::after {
    content: "";
    position: absolute;
    top: -47px;
    left: -123px;
    width: 895px;
    height: 156px;
    background: url("/static/img/common/title_ornament.png") left top no-repeat;
    z-index: -1;
    pointer-events: none;
  }
}

/* サイドバーなし */
.Interview-video, .Interview {
  width: 90%;
  margin: 10px auto;
}
@media screen and (min-width: 1000px) {
  .Interview-video, .Interview {
    width: 100%;
    font-size: 14px;
    position: relative;
    margin: 20px auto 0;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1000px) {
  .Interview-video::after, .Interview::after {
    content: "";
    position: absolute;
    top: -47px;
    left: -124px;
    width: 1170px;
    height: 200px;
    background: url("/static/img/common/title_ornament_wh.png") left top no-repeat;
    z-index: 0;
    pointer-events: none;
  }
}

/*---------- ページコンテンツ タイトル ----------*/
.Interview-video__ttl, .Interview__ttl, .Playreport__ttl {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #2b1700;
  display: block;
  margin: 5px auto;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
}
.Interview-video__ttl i, .Interview__ttl i, .Playreport__ttl i {
  color: #8c272d;
  margin-right: 3px;
}
.Interview-video__ttl .small-txt, .Interview__ttl .small-txt, .Playreport__ttl .small-txt {
  font-size: 12px;
  color: #808080;
}
@media screen and (min-width: 1000px) {
  .Interview-video__ttl, .Interview__ttl, .Playreport__ttl {
    border: none;
    margin: 0 auto 20px;
    padding: 0;
    height: 76px;
  }
}

/*---------- ページコンテンツ インナー ----------*/
@media screen and (min-width: 1000px) {
  .Playreport__inner {
    border: 1px solid #ece9dd;
    padding: 19px 19px 60px;
    background: url("/static/img/common/bg_wbase.png");
    min-height: 695px;
  }
}

/*---------- 女性 画像種別 一覧(最新版！20240919以降) ----------*/
.Label__1 {
  background: rgba(213, 70, 160, 0.8);
}
.Label__1::before {
  content: "入 店";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #47005b;
}
.Label__2 {
  background: rgba(56, 124, 78, 0.8);
}
.Label__2::before {
  content: "新 人";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #225b00;
}
.Label__3 {
  background: rgba(202, 162, 0, 0.8);
}
.Label__3::before {
  content: "復 帰";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #5b5400;
}
.Label__4 {
  background: rgba(229, 107, 0, 0.8);
}
.Label__4::before {
  content: "更 新";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #5b2900;
}
.Label__5 {
  background: rgba(62, 103, 193, 0.8);
}
.Label__5::before {
  content: "ブログ";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #00205b;
}
.Label__6 {
  background: rgba(0, 192, 40, 0.6);
}
.Label__6::before {
  content: "体 験入 店";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #00205b;
}
.Label__7 {
  background: rgba(106, 0, 255, 0.6);
}
.Label__7::before {
  content: "デ リバ リ";
  font-size: 0.7rem;
  text-shadow: 0 0 8px #33005b;
}

/*---------- 女性 画像種別 一覧(20240919以前 バックアップ) ----------*/
/*---------- 女性 出勤情報 一覧 ----------*/
.Gals {
  /*本日出勤*/
  /*次回出勤日*/
  /*未定・未入力*/
}
.Gals__list-item-schedule--today {
  background: rgba(186, 0, 0, 0.6);
}
.Gals__list-item-schedule--next {
  background: rgba(78, 0, 186, 0.6);
}
.Gals__list-item-schedule--Undecided {
  visibility: hidden;
}

/*---------- 女性 タイプ 一覧 ----------*/
.Type {
  /*人妻*/
  /*癒し系*/
  /*色白*/
  /*AF可*/
}
/*
  リスト左寄せオートレイアウト調整
  ※VScodeのSassLintがうまく機能していないせいでエラー表示出てますが壊れているわけではないです。

  $gap: リストアイテム間の余白,
  $minCount:　リストアイテムの最小の横並びの数,
  $maxCount:　リストアイテムの最小の横並びの数,
  $childWidth:　リストアイテムの横幅の最大値(可変基準）,
*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, Meiryo, sans-serif;
  text-align: center;
  background: #eeeedf url("/static/img/common/bg.jpg") center top repeat-x;
  -webkit-text-size-adjust: none;
  color: #332c12;
}

a {
  color: #2b1700;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.Wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  max-width: 800px;
  text-align: left;
  color: #000;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #a7a18a;
  border-left: 1px solid #a7a18a;
  border-bottom: 1px solid #a7a18a;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.03);
  background-image: url("/static/img/common/pattern_bg.png");
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .Wrapper {
    margin: 0 auto;
    min-width: 1000px;
    max-width: none;
    padding: 0 calc((100% - 1000px) / 2);
    text-align: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    background: none;
    border: none;
  }
}
@media (max-width: 814px) {
  .Wrapper {
    border-width: 0 0 1px 0;
  }
}

.fixed {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media screen and (min-width: 1000px) {
  .Common__tel-btn {
    display: none;
  }
}
.Common__tel-btn a {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  width: 87%;
  margin: 10px auto;
  text-align: center;
  padding: 6px 10px;
  background: linear-gradient(to bottom, #80613e 0%, #2b1700 50%, #2b1700 100%);
  display: flex;
  border-radius: 5px;
}
.Common__tel-btn a span {
  font-size: 11px;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  width: 60px;
}
@media screen and (min-width: 481px) {
  .Common__tel-btn a span {
    font-size: 14px;
  }
}
.Common__tel-btn a p {
  width: calc(100% - 60px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Common__tel-btn a p .phone-icon {
  transform: scale(-1, 1);
  margin: 0 2% 0 -2%;
  font-size: 1.1em;
  color: #a67c52;
}

/* Common-header__banners */
.Common-header__banners {
  display: none;
}
@media screen and (min-width: 1000px) {
  .Common-header__banners {
    display: block;
    overflow: hidden;
    padding-top: 10px;
  }
}
.Common-header__banners-list {
  display: flex;
  gap: 3px;
}
.Common-header__banners-list-item {
  width: 180px;
}

/* Common__tel-btn-link */
.Common__tel-btn-link {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  width: 87%;
  margin: 10px auto;
  text-align: center;
  padding: 6px 10px;
  background: linear-gradient(to bottom, #80613e 0%, #2b1700 50%, #2b1700 100%);
  display: flex;
  border-radius: 5px;
}
.Common__tel-btn-link span {
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  width: 60px;
}
.Common__tel-btn-link p {
  width: calc(100% - 60px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.Common__tel-btn-link p .phone-icon {
  transform: scale(-1, 1);
  margin: 0 2% 0 -2%;
  font-size: 1.1em;
  color: #a67c52;
}

/* Common-sidebar__schedule */
.Common-sidebar__schedule {
  background: url("/static/img/common/bg_pickup.png") center bottom no-repeat;
  padding-bottom: 42px;
  margin-bottom: 15px;
}
.Common-sidebar__schedule-ttl {
  text-align: center;
}
.Common-sidebar__schedule-list-outer {
  position: relative;
  background: #fff;
  padding: 6px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 4px;
}
.Common-sidebar__schedule-list-item:first-of-type {
  margin-bottom: 6px;
}
.Common-sidebar__schedule-link {
  display: flex;
  width: 100%;
  color: #332c12;
  text-decoration: none;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
}
.Common-sidebar__schedule-thumb {
  display: block;
  margin-right: 6px;
  width: 120px;
  aspect-ratio: 1/1;
}
.Common-sidebar__schedule-detail {
  width: 112px;
  text-align: center;
  overflow: hidden;
}
.Common-sidebar__schedule-detail-name {
  font-size: 24px;
  line-height: 38px;
  margin-top: 30px;
}
.Common-sidebar__schedule-detail-name span {
  font-size: 12px;
  line-height: 1em;
}
.Common-sidebar__schedule-detail-size {
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: -0.03em;
}
.Common-sidebar__schedule-detail-type {
  width: 70%;
  margin: 0 auto;
}
.Common-sidebar__schedule-detail-type li {
  margin-bottom: 3px;
}

/* Common-footer__banners */
.Common-footer__banners-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
  margin: 10px auto;
  gap: 0 5px;
}
@media screen and (min-width: 1000px) {
  .Common-footer__banners-list {
    display: none;
  }
}
.Common-footer__banners-list-item {
  width: calc((100% - 6px) / 2);
  margin-bottom: 0px;
}
.Common-footer__banners-list-item:nth-child(-n+2) {
  margin-bottom: 6px;
}
.Common-footer__banners-list-item img {
  width: 100%;
  height: auto;
}

/* 初回読み込み時にモーダル内のコンテンツが表示されるのを防ぐ */
.Modal__content {
  visibility: hidden;
}

common-header,
common-pagetop,
common-footer,
common-sidebar,
common-global-menu {
  opacity: 1;
  transition: 0.1s opacity 0.3s ease;
}
common-header:not(:defined),
common-pagetop:not(:defined),
common-footer:not(:defined),
common-sidebar:not(:defined),
common-global-menu:not(:defined) {
  visibility: hidden;
  pointer-events: none;
  display: block;
  opacity: 0;
}

common-header:not(:defined) {
  height: 178px;
}
@media screen and (min-width: 1000px) {
  common-header:not(:defined) {
    height: 153px;
  }
}

common-footer:not(:defined) {
  height: 430px;
}
@media screen and (min-width: 1000px) {
  common-footer:not(:defined) {
    height: 180px;
  }
}

.Playreport__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 5px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .Playreport__list {
    gap: 10px;
  }
}
.Playreport__list-ttl {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .Playreport__list-ttl {
    font-size: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid #2b1700;
    text-align: left;
  }
}
.Playreport__list--interview .Playreport__list-item {
  background: #bfa677;
}
@media screen and (min-width: 1000px) {
  .Playreport__list--interview .Playreport__list-item {
    background: linear-gradient(to top, #ccc28f 0%, #dbd8a5 100%);
  }
}
.Playreport__list--interview .Playreport__list-detail::after {
  content: "記事を読む ▶︎";
  background: #6e5e31;
}
.Playreport__list--interview .Playreport__list-name::after {
  background: url("/static/img/playreport/camera.png") center/100% auto no-repeat;
}
.Playreport__list--video .Playreport__list-item {
  background: #5b3e2b;
}
@media screen and (min-width: 1000px) {
  .Playreport__list--video .Playreport__list-item {
    background: linear-gradient(to top, #ba72b2 0%, #edb6de 100%);
  }
}
.Playreport__list--video .Playreport__list-thumb::after {
  content: "";
  width: 50%;
  aspect-ratio: 1/1;
  background: url("/static/img/playreport/btn_play.png") center/100% auto no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.Playreport__list--video .Playreport__list-detail::after {
  content: "動画を見る ▶︎";
  background: #966e54;
}
@media screen and (min-width: 1000px) {
  .Playreport__list--video .Playreport__list-detail::after {
    background: #85416e;
  }
}
.Playreport__list--video .Playreport__list-name, .Playreport__list--video .Playreport__list-info {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .Playreport__list--video .Playreport__list-name, .Playreport__list--video .Playreport__list-info {
    color: 0;
  }
}
.Playreport__list--video .Playreport__list-name::after {
  background: url("/static/img/playreport/mvmv.png") center/100% auto no-repeat;
}
.Playreport__list-item {
  width: 100%;
  padding: 5px;
  overflow: hidden;
  border: 1px solid #a67c52;
}
@media screen and (min-width: 1000px) {
  .Playreport__list-item {
    width: calc((100% - 10px) / 2);
    padding: 10px;
    border: none;
    outline: 1px solid #fff;
    outline-offset: -3px;
  }
}
.Playreport__list-link {
  display: flex;
}
.Playreport__list-thumb {
  width: 120px;
  aspect-ratio: 1/1;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .Playreport__list-thumb {
    width: 40%;
  }
}
.Playreport__list-thumb img {
  height: 100%;
  object-fit: cover;
}
.Playreport__list-detail {
  width: calc(100% - 120px);
  position: relative;
  padding-top: 5px;
}
@media screen and (min-width: 1000px) {
  .Playreport__list-detail {
    width: 60%;
  }
}
.Playreport__list-detail::after {
  text-align: center;
  width: calc(100% - 6px);
  height: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .Playreport__list-detail::after {
    width: calc(100% - 8px);
  }
}
.Playreport__list-name {
  font-size: 16px;
  padding: 0 0 0 22px;
  background: rgba(255, 255, 255, 0.3);
  width: 120%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .Playreport__list-name {
    font-size: 20px;
    padding: 3px 0 3px 26px;
    background: rgba(255, 255, 255, 0.6);
  }
}
.Playreport__list-name::after {
  content: "";
  width: 18px;
  aspect-ratio: 28/25;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .Playreport__list-name::after {
    width: 22px;
  }
}
.Playreport__list-info {
  padding: 0 0 0 6px;
  margin: 3px auto;
  height: 60px;
  overflow-y: auto;
  font-feature-settings: "palt";
  text-align: justify;
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .Playreport__list-info {
    height: 70px;
    padding: 0 0 0 8px;
  }
}
.Playreport__subbnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@media screen and (min-width: 1000px) {
  .Playreport__subbnr-list {
    gap: 10px;
  }
}
.Playreport__subbnr-list-item {
  width: calc((100% - 5px) / 2);
  font-size: 0;
}
@media screen and (min-width: 1000px) {
  .Playreport__subbnr-list-item {
    width: calc((100% - 20px) / 3);
  }
}

/* /play_report/interview.html 取材記事ページ*/
.Interview::after {
  background: url("/static/img/common/title_ornament_w.png") left top no-repeat;
}
.Interview__inner {
  padding: 10px 6px;
  border-image: linear-gradient(to right, #d9a049 0%, #fbd05d 5%, #d59e41 11%, #8b4f14 21%, #bc8630 33%, #e5c473 42%, #fff8ad 50%, #cb9d48 63%, #90580e 78%, #a26e1b 90%, #c8953a 100%);
  border-style: solid;
  border-image-slice: 1;
  border-width: 2px;
  outline: #dfa613 1px solid;
  outline-offset: -5px;
  background: #f6f3e6;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .Interview__inner {
    padding: 10px;
    border-width: 4px;
    outline-offset: -7px;
    margin: 40px auto 80px;
  }
}
.Interview__inner::before, .Interview__inner::after {
  content: "";
  width: 68px;
  max-width: 187px;
  aspect-ratio: 187/87;
  background: url("/static/img/playreport/caption_attachment.png") center/100% auto no-repeat;
  position: absolute;
  top: 12px;
}
@media screen and (min-width: 1000px) {
  .Interview__inner::before, .Interview__inner::after {
    width: 120px;
  }
}
.Interview__inner::before {
  left: 6px;
}
.Interview__inner::after {
  right: 6px;
  transform: scaleX(-1);
}
.Interview__list-outer {
  width: 100%;
  margin-bottom: 10px;
  border-image: linear-gradient(to right, #d9a049 0%, #fbd05d 5%, #d59e41 11%, #8b4f14 21%, #bc8630 33%, #e5c473 42%, #fff8ad 50%, #cb9d48 63%, #90580e 78%, #a26e1b 90%, #c8953a 100%);
  border-style: solid;
  border-image-slice: 1;
  border-width: 2px;
  background: url("/static/img/playreport/interview_slide_bg.png") center/50% auto no-repeat, linear-gradient(to top, #7d7568 0%, #484033 100%);
}
@media screen and (min-width: 1000px) {
  .Interview__list-outer {
    border-width: 4px;
    aspect-ratio: 2/1;
  }
}
.Interview__list-item {
  aspect-ratio: 1/1;
  font-size: 0;
}
.Interview__list-item img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.Interview__list-item.swiper-slide-active img {
  opacity: 1;
}
.Interview__list-button--prev, .Interview__list-button--next {
  color: #2b1700 !important;
  position: absolute;
  bottom: 4px;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 40px;
  cursor: pointer;
  display: grid;
  place-content: center;
  transform: scaleX(0.8);
  z-index: 1;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .Interview__list-button--prev, .Interview__list-button--next {
    bottom: 16px;
    width: 80px;
    font-size: 80px;
  }
}
.Interview__list-button--prev.swiper-button-disabled, .Interview__list-button--next.swiper-button-disabled {
  opacity: 0.3;
}
.Interview__list-button--prev {
  left: 0;
}
.Interview__list-button--next {
  right: 0;
}
.Interview__detail {
  text-align: center;
  margin-bottom: 10px;
  font-family: ヒラギノ明朝 pro w6, hiragino mincho pro, hgs明朝e, ＭＳ Ｐ明朝, serif;
}
.Interview__name {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (min-width: 1000px) {
  .Interview__name {
    font-size: 40px;
  }
}
.Interview__info {
  font-size: 14px;
  letter-spacing: 2px;
}
@media screen and (min-width: 1000px) {
  .Interview__info {
    font-size: 16px;
  }
}
.Interview__caption {
  height: auto;
  overflow-y: auto;
  font-family: ヒラギノ明朝 pro w6, hiragino mincho pro, hgs明朝e, ＭＳ Ｐ明朝, serif;
  padding: 10px;
  background: #fff;
  max-width: 820px;
  margin: 0 auto 28px;
}
@media screen and (min-width: 1000px) {
  .Interview__caption {
    height: 92px;
    margin: 0 auto;
  }
}
.Interview__caption-txt {
  text-align: justify;
  display: none;
  width: 100%;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5;
}
.Interview__caption-txt.active {
  display: block;
}

.Interview-video::after {
  background: url("/static/img/common/title_ornament_w.png") left top no-repeat;
}
.Interview-video__inner {
  padding: 10px 6px;
  border-image: linear-gradient(to right, #d9a049 0%, #fbd05d 5%, #d59e41 11%, #8b4f14 21%, #bc8630 33%, #e5c473 42%, #fff8ad 50%, #cb9d48 63%, #90580e 78%, #a26e1b 90%, #c8953a 100%);
  border-style: solid;
  border-image-slice: 1;
  border-width: 2px;
  outline: #dfa613 1px solid;
  outline-offset: -5px;
  background: #f6f3e6;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .Interview-video__inner {
    border-width: 4px;
    outline-offset: -7px;
    padding: 10px;
    margin: 40px auto 80px;
    width: 90%;
    max-width: 800px;
  }
}
.Interview-video__inner video {
  width: 100%;
}
.Interview-video__detail {
  text-align: center;
  margin-bottom: 10px;
}
.Interview-video__name {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (min-width: 1000px) {
  .Interview-video__name {
    font-size: 40px;
  }
}
.Interview-video__info {
  font-size: 14px;
  letter-spacing: 2px;
}
@media screen and (min-width: 1000px) {
  .Interview-video__info {
    font-size: 16px;
  }
}
/*# sourceMappingURL=index-playreport.css.map */