@charset "UTF-8";

/* ==========================================================================
   Base 設定
   ========================================================================== */
body {
  background: #000000;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
}

/* 全体のコンテナ（Flexboxで縦に伸ばしてフッターの浮きを防止） */
#special {
  margin: 0 8px;
  line-height: 1.5;
  color: #ffffff;
  position: relative;
  min-height: calc(100vh - 16px);
  display: flex;
  flex-direction: column;
}

/* 赤枠フレームと背景指定 */
#special__bg {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-right: 8px solid #a3002a;
  border-left: 8px solid #a3002a;
  background: #201334;
  background-size: 100% auto;
  z-index: -50;
}

#special__top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #a3002a;
  z-index: 50;
}

#special__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #a3002a;
  z-index: 50;
}

#special,
#special div,
#special p,
#special ul,
#special li,
#special span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fadeIn {
  animation-duration: 3s;
}

/* ==========================================================================
   special__header
   ========================================================================== */
.special__header {
  padding: 2em 0 1em;
  text-align: center;
}

.special__header img {
  display: block;
  width: 80%;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.special__header__ttl {
  font-size: 32px;
  color: #a2002b;
  font-weight: bold;
  display: block;
  padding: 0;
  text-align: center;
  margin: 15px 0 0;
  font-family: 'Vollkorn', serif;
}

.special__header__contents__ttl {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  display: block;
  padding: 0;
  text-align: center;
  margin: 30px 0 0;
  font-family: 'Vollkorn', serif;
}

.special__header__contents__ttl-sub {
  font-size: 15px;
  line-height: 1.8;
  color: #ffffff;
  font-weight: bold;
  display: block;
  padding: 0;
  text-align: center;
  margin: 15px 0 0;
  font-family: 'Vollkorn', serif;
}

/* ==========================================================================
   special__main（可変エリア）
   ========================================================================== */
.special__main {
  padding: 30px 15px;
  flex: 1; /* コンテンツが少なくても余白を自動拡張 */
}

.special__main__contents {
  background: rgba(199, 178, 153, 0.4);
  margin: 0;
  padding: 2em 1em;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.special__main__contents__ttl {
  border-bottom: 4px double #a3002a;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  color: #ffffff;
  font-weight: bold;
}

.special__main__contents__ttl span {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0px;
}

.special__main__contents ul {
  margin-bottom: 1em;
  list-style: none;
  padding: 0;
}

.special__main__contents ul li {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 0.5em;
}

/* インフォメーション枠 */
.special__main__contents-info {
  background: rgba(255, 255, 255, 0.3);
  margin: 0 0 45px;
  padding: 15px 12px;
  line-height: 1.8;
  font-size: 13px;
}

.special__main__contents-info.f-11 { font-size: 11px; }
.special__main__contents-info p.f-11 { font-size: 11px; padding-top: 12px; }

.special__main__contents-info hr {
  border: 1px dashed #493c5a;
  margin: 25px 0;
}

.special__main__contents-info h1 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}

.special__main__contents-info a {
  color: #ffffff !important;
  text-decoration: underline;
  display: inline-block;
  padding: 0 5px;
}

.special__main__contents-info a.btn {
  display: block;
  background-color: #201233;
  color: #ffffff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 80%;
  padding: 14px 0;
  margin: 30px auto;
  border: 1px solid #ffffff;
}

/* スタンプボタンスタイル */
a.btn-red {
  display: block;
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
  text-decoration: none;
}

a.btn-red p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  margin: 0;
  padding: 0;
  font-family: 'Vollkorn', serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

a.btn-red img {
  width: 80%;
  height: auto;
}

/* 会員限定 / レポートコンテナ */
.special__main__contents-fc {
  border: 4px double #a3002a;
  margin: 15px 0;
  padding: 30px 12px;
  text-align: center;
  line-height: 2;
  position: relative;
  font-size: 13px;
}

.special__main__contents-fc.report::before {
  background: #631126;
  border: 1px solid #a3002a;
  content: "L'mobile会員限定";
  padding: 2px 10px;
  position: absolute;
  width: 60%;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  border-radius: 2em;
}

h1.special__main__contents-fc__ttl {
  font-size: 20px;
  color: #a2002b;
  font-weight: bold;
  font-family: 'Vollkorn', serif;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding: 0 17%;
  text-align: center;
}

h1.special__main__contents-fc__ttl::before,
h1.special__main__contents-fc__ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15%;
  height: 2px;
  border-top: 2px solid #a2002b;
}

h1.special__main__contents-fc__ttl::before { left: 0; }
h1.special__main__contents-fc__ttl::after { right: 0; }

.special__main__contents-fc a.btn {
  display: block;
  background-color: #201233;
  color: #ffffff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 80%;
  padding: 14px 0;
  margin: 30px auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.special__main__contents-fc a.btn-end {
  display: block;
  background-color: #201233;
  color: rgba(255, 255, 255, 0.2) !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 80%;
  padding: 14px 0;
  margin: 10px auto 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

/* レポート記事詳細スタイル */
.special__main__contents-report {
  background: rgba(255, 255, 255, 0.3);
  margin: 0 0 45px;
  padding: 30px 12px;
  line-height: 1.8;
  font-size: 14px;
}

.special__main__contents-report.f-11 { font-size: 11px; }
.special__main__contents-report p.f-11 { font-size: 11px; padding-top: 12px; }

.special__main__contents-report hr {
  border: 1px dashed #493c5a;
  margin: 25px 0;
}

.special__main__contents-report h1 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  border-bottom: 4px double #ffffff;
  padding: 0 10px 15px;
}

.special__main__contents-report h1 span {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0px;
}

.special__main__contents-report a {
  color: #ffffff !important;
  text-decoration: underline;
  display: inline-block;
  padding: 0 5px;
}

/* ページナビゲーションボタン */
.special__main__contents__next {
  text-align: right;
  margin-top: 2em;
}

a.special__main__contents__next__btn,
a.special__main__contents__home__btn {
  position: relative;
  display: inline-block;
  padding: .5em 2em;
  border-bottom: 1px dotted #ffffff;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

a.special__main__contents__next__btn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #ffffff;
  animation: arrow 1.2s infinite;
}

@keyframes arrow {
  50% { right: .2em; opacity: 1; }
  100% { right: -.4em; opacity: 0; }
}

a.special__main__contents__home__btn::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: bold;
  margin-left: 0.5em;
}

/* ==========================================================================
   special__link
   ========================================================================== */
.special__link {
  padding: 0 1em 1em;
}

.special__link__middle {
  width: 80%;
  margin: auto;
}

.special__link__middle img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   フォトギャラリー用レスポンシブスタイル
   ========================================================================== */
.imageAll {
  clear: both;
  padding: 8px 8px 10px 8px;
  overflow: hidden;
  font-size: 0px;
}

.imageBox_unit,
.imageBox_last {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

.box_left { margin-right: 2%; }
.box_right { margin-right: 0%; }

.image img {
  max-width: 100%;
  height: auto;
  border: 1px #a3002a solid;
  display: block;
}

/* ==========================================================================
   special__footer (重なり＆浮きの両方を防止)
   ========================================================================== */
.special__footer {
  padding: 0;
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 8px; /* 下部フレーム(#special__bottom: 8px)とピッタリ接合 */
  z-index: 10;
}

.special__footer a:link,
.special__footer a:visited,
.special__footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

.special__footer__set {
  display: table;
  width: 100%;
  background: #a3002a;
  color: #ffffff;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.special__footer__list {
  padding: 15px 0;
  display: table-cell;
  vertical-align: middle;
}

.special__footer__list a {
  display: inline;
}

.home {
  padding-left: 15px;
  font-size: 13px;
  width: 30%;
}

.copy {
  padding-right: 15px;
  text-align: right;
  font-size: 12px;
  width: 70%;
}

/* GALLERYボタン（クローズ状態・金枠グレーアウト） */
a.btn_gallery {
  display: block;
  background-color: inherit;
  color: rgba(255, 255, 255, 0.3) !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 80%;
  padding: 14px 0;
  margin: 30px auto 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

/* スタンプラリーボタン崩れ修正 */
.btn-red-wrap {
  position: relative;
  width: 80%;
  margin: 30px auto 10px;
  text-align: center;
}

.btn-red-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.btn-red-wrap p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0;
  padding: 0;
  font-family: 'Vollkorn', serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 1.4;
  pointer-events: none;
}