@charset "UTF-8";

/* ==========================================================================
   Base 設定
   ========================================================================== */
body {
  background: #000000;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
}

#special {
  margin: 0 8px;
  line-height: 1.5;
  color: #ffffff;
  padding-bottom: 3em;
  position: relative;
}

/* 幾何学背景とゴールド外枠指定 */
#special__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0.4;
  z-index: -2;
  box-sizing: border-box;
}

.Isometric {
  background-image:
    linear-gradient(30deg, #333333 12%, transparent 12.5%, transparent 87%, #333333 87.5%, #333333),
    linear-gradient(150deg, #333333 12%, transparent 12.5%, transparent 87%, #333333 87.5%, #333333),
    linear-gradient(30deg, #333333 12%, transparent 12.5%, transparent 87%, #333333 87.5%, #333333),
    linear-gradient(150deg, #333333 12%, transparent 12.5%, transparent 87%, #333333 87.5%, #333333),
    linear-gradient(60deg, #33333377 25%, transparent 25.5%, transparent 75%, #33333377 75%, #33333377),
    linear-gradient(60deg, #33333377 25%, transparent 25.5%, transparent 75%, #33333377 75%, #33333377);
  background-size: 40px 70px;
  background-position: 0 0, 0 0, 20px 35px, 20px 35px, 0 0, 20px 35px;
}

#special__border {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  border-right: 8px solid #957B53;
  border-left: 8px solid #957B53;
  z-index: -1;
  box-sizing: border-box;
}

#special__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #957B53;
  z-index: 50;
}

#special__top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #957B53;
  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 a {
  display: inline-block;
}

.special__header img {
  display: block;
  width: 60%;
  max-width: 240px;
  height: auto;
  margin: auto;
}

/* ==========================================================================
   special__main
   ========================================================================== */
.special__main {
  padding: 30px 15px;
  max-width: 640px;
  margin: auto;
}

.special__main__contents-fc {
  border: 4px double #957B53;
  margin: 15px auto;
  padding: 30px 12px;
  text-align: center;
  line-height: 2;
  position: relative;
  font-size: 13px;
  max-width: 460px;
}

.special__main__contents-fc:before {
  background: #957B53;
  border: 1px solid #957B53;
  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: 16px;
  color: #D9C391;
  font-weight: bold;
  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 #957B53;
}

h1.special__main__contents-fc__ttl::before { left: 0; }
h1.special__main__contents-fc__ttl::after { right: 0; }

.special__main__contents-fc a.txt {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #d4bc97 !important;
  text-decoration: underline;
}

.special__main__contents-fc a.btn {
  display: block;
  background-color: rgba(150, 123, 82, 0.3);
  color: #ffffff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 95%;
  padding: 14px 4px;
  margin: 30px auto 0;
  border: 1px solid #d4bc97;
}

.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-fc__gallery {
  position: relative;
}

.special__main__contents-fc__gallery img {
  width: 100%;
  height: auto;
  display: block;
}

a.special__main__contents-fc__gallery__btn {
  display: block;
  position: absolute;
  width: 50%;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 2em;
  text-align: center;
  border: 1px solid #d4bc97;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 0;
}

/* レポート記事コンテンツ */
.special__main__contents-report {
  background: rgba(0, 0, 0, 0.8);
  color: #cccccc;
  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,
.special__main__contents-gallery h1 {
  color: #D9C391;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  border-bottom: 4px double #D9C391;
  padding: 0 10px 15px;
}

.special__main__contents-report h1 span,
.special__main__contents-gallery h1 span {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0px;
}

.special__main__contents-report h2 {
  font-size: 16px;
  font-weight: bold;
  color: #D9C391;
  margin: 12px 0;
}

.special__main__contents-report a {
  color: #ffffff !important;
  text-decoration: underline;
  display: inline-block;
  padding: 0 5px;
}

.special__main__contents-report img {
  display: block;
  width: 90%;
  max-width: 100%;
  height: auto;
  margin: auto;
  border: 1px solid #D9C391;
}

/* ナビゲーションボタン */
.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;
}

/* ==========================================================================
   フォトギャラリー用レイアウト
   ========================================================================== */
.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 #b3a678 solid;
  display: block;
}

/* ==========================================================================
   special__footer
   ========================================================================== */
.special__footer {
  padding: 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.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: #957B53;
  color: #ffffff;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.special__footer__list {
  padding: 15px 0;
  display: table-cell;
  vertical-align: middle;
}

.home {
  padding-left: 15px;
  font-size: 13px;
  width: 30%;
}

.copy {
  padding-right: 15px;
  text-align: right;
  font-size: 12px;
  width: 70%;
}