@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;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding-bottom: 3em;
  position: relative;
  overflow: hidden; /* ロゴなどのはみ出し防止 */
}

/* ゴールドの外枠とツリー背景 */
#special__bg {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-right: 8px solid #b3a678;
  border-left: 8px solid #b3a678;
  background: url("/static/larcenciel/transfer/feature/2018SP/JP/live2018/images/sp_bg.png") center bottom 100px no-repeat;
  background-size: 100% auto;
  z-index: -50;
}

#special__top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #b3a678;
  z-index: 50;
}

#special__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #b3a678;
  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;
}

/* ==========================================================================
   降雪アニメーション (letitsnow.css 統合)
   ========================================================================== */
#snow {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  top: 0;
  left: 0;
}

.let_it_snow {
  position: absolute;
  width: 25px;
  height: 25px;
  animation-timing-function: ease-out;
  z-index: 1000;
  pointer-events: none;
}

.let_it_snow.snow_type_1 {
  background: transparent url("/static/larcenciel/transfer/feature/2018SP/JP/live2018/images/top/snow1.png") center center no-repeat !important;
  background-size: contain !important;
}

.let_it_snow.snow_type_2 {
  background: transparent url("/static/larcenciel/transfer/feature/2018SP/JP/live2018/images/top/snow2.png") center center no-repeat !important;
  background-size: contain !important;
}

.let_it_snow.snow_duration_1 { animation-duration: 8s; }
.let_it_snow.snow_duration_2 { animation-duration: 8s; }
.let_it_snow.snow_duration_3 { animation-duration: 9s; }
.let_it_snow.snow_duration_4 { animation-duration: 8s; }
.let_it_snow.snow_duration_5 { animation-duration: 7s; }

.let_it_snow.snow_delay_1 { animation-delay: 5s; }
.let_it_snow.snow_delay_2 { animation-delay: 4s; }
.let_it_snow.snow_delay_3 { animation-delay: 3s; }
.let_it_snow.snow_delay_4 { animation-delay: 2s; }
.let_it_snow.snow_delay_5 { animation-delay: 1s; }

.let_it_snow.snow_anim_1 { animation-name: snow_anim_1, snow_anim_fade; }
.let_it_snow.snow_anim_2 { animation-name: snow_anim_2, snow_anim_fade; }
.let_it_snow.snow_anim_3 { animation-name: snow_anim_3, snow_anim_fade; }
.let_it_snow.snow_anim_4 { animation-name: snow_anim_4, snow_anim_fade; }
.let_it_snow.snow_anim_5 { animation-name: snow_anim_5, snow_anim_fade; }

@keyframes snow_anim_fade {
  0%   { opacity: 0; }
  50%  { opacity: 0.8; }
  60%  { opacity: 0.5; }
  100% { opacity: 0.1; }
}

@keyframes snow_anim_1 {
  0%   { transform: translate(0, 0) rotate(0); }
  100% { transform: translate(-70px, 800px) rotate(70deg); }
}

@keyframes snow_anim_2 {
  0%   { transform: translate(0, 0) rotate(0); }
  100% { transform: translate(70px, 900px) rotate(-70deg); }
}

@keyframes snow_anim_3 {
  0%   { transform: translate(0, 0) rotate(0); }
  100% { transform: translate(30px, 800px) rotate(45deg); }
}

@keyframes snow_anim_4 {
  0%   { transform: translate(0, 0) rotate(0); }
  100% { transform: translate(-30px, 900px) rotate(-45deg); }
}

@keyframes snow_anim_5 {
  0%   { transform: translate(0, 0) rotate(0); }
  100% { transform: translate(0px, 800px) rotate(50deg); }
}

/* ==========================================================================
   special__header
   ========================================================================== */
.special__header {
  padding: 2em 0 1em;
  text-align: center;
}

.special__header__photo {
  max-width: 100%;
  margin: 0 auto 7em;
  position: relative;
  box-sizing: border-box;
}

.special__header__photo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.special__header__photo-txt {
  position: absolute;
  max-width: 100%;
  top: -1em;
  left: 0;
}

.special__header__photo-logo {
  width: 320px;
  position: absolute;
  max-width: 85%;
  bottom: -7em;
  left: 50%;
  transform: translateX(-50%); /* 中央配置 */
}

.special__header__img-logo {
  display: block;
  margin: 0 auto;
}

.special__header__contents__ttl {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 17%;
  text-align: center;
  margin: 1em 0 0;
  font-family: 'Vollkorn', serif;
}

.special__header__contents__ttl::before,
.special__header__contents__ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15%;
  height: 2px;
  border-top: 2px solid #ffffff;
}

.special__header__contents__ttl::before { left: 0; }
.special__header__contents__ttl::after { right: 0; }

/* ==========================================================================
   special__main
   ========================================================================== */
.special__main {
  padding: 1em;
  margin-bottom: 1em;
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.8s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.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 #b3a678;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

.special__main__contents__ttl span {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0px;
}

.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__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;
}

/* index コンテンツ 会員限定 */
.special__main__contents-fc {
  background: rgba(199, 178, 153, 0.3);
  border: 4px double #b3a678;
  margin: 15px 0;
  padding: 3em 1em 2em;
  text-align: center;
  line-height: 2;
  position: relative;
}

.special__main__contents-fc::before {
  background: #a38b3d;
  background: -moz-linear-gradient(45deg, #a38b3d 0%, #c2b686 27%, #d2ccab 50%, #c0b27f 74%, #a38b3d 100%);
  background: -webkit-linear-gradient(45deg, #a38b3d 0%, #c2b686 27%, #d2ccab 50%, #c0b27f 74%, #a38b3d 100%);
  background: linear-gradient(45deg, #a38b3d 0%, #c2b686 27%, #d2ccab 50%, #c0b27f 74%, #a38b3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a38b3d', endColorstr='#a38b3d',GradientType=1 );
  border: 1px solid #b3a678;
  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: #3a2d00;
  border-radius: 2em;
}

h1.special__main__contents-fc__ttl {
  font-size: 20px;
  color: #d2ccab;
  font-weight: bold;
  font-family: 'Vollkorn', serif;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding: 0 17%;
  text-align: center;
  margin-bottom: 15px;
}

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 #d2ccab;
}

h1.special__main__contents-fc__ttl::before { left: 0; }
h1.special__main__contents-fc__ttl::after { right: 0; }

.special__main__contents-fc table {
  width: 95%;
  border-collapse: collapse;
  margin: 0 auto 2em;
}

.special__main__contents-fc table tr td {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.5;
}

.special__main__contents-fc table tr td span {
  font-size: 12px;
  font-weight: normal;
}

.special__main__contents-fc table tr td:nth-child(2) {
  border-left: 2px solid #d2ccab;
}

.special__main__contents-fc table a {
  font-family: 'Acme', sans-serif;
  font-size: 23px;
  color: #ffffff;
  display: inline-block;
  border-bottom: 1px dotted #ffffff;
  text-decoration: none;
}

a.special__main__contents-fc__btn {
  display: block;
  color: #ffffff;
  width: 80%;
  margin: 2em auto 0;
  padding: 0.5em;
  background: none;
  border: 1px solid #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

/* index コンテンツ フォトギャラリー */
.special__main__contents-fc__photo {
  text-align: center;
  position: relative;
  margin-top: 10px;
}

.special__main__contents-fc__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.special__main__contents-fc__photo__btn {
  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 #b3a678;
}

.special__main__contents-fc__photo__btn a {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  font-family: 'Acme', sans-serif;
  text-decoration: none;
  padding: 5px 0;
}

/* index コンテンツ カレンダー */
.special__main__contents-calendar {
  background: rgba(199, 178, 153, 0.3);
  border: 4px double #b3a678;
  margin: 50px 0 0;
  padding: 3em 1em;
  text-align: center;
  line-height: 2;
  position: relative;
}

.special__main__contents-calendar::before {
  background: #a38b3d;
  background: -moz-linear-gradient(45deg, #a38b3d 0%, #c2b686 27%, #d2ccab 50%, #c0b27f 74%, #a38b3d 100%);
  background: -webkit-linear-gradient(45deg, #a38b3d 0%, #c2b686 27%, #d2ccab 50%, #c0b27f 74%, #a38b3d 100%);
  background: linear-gradient(45deg, #a38b3d 0%, #c2b686 27%, #d2ccab 50%, #c0b27f 74%, #a38b3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a38b3d', endColorstr='#a38b3d',GradientType=1 );
  border: 1px solid #b3a678;
  content: "CALENDAR";
  padding: 2px 10px;
  position: absolute;
  width: 60%;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
  font-size: 14px;
  color: #3a2d00;
  border-radius: 2em;
}

/* 公開予定表示 */
.special__main__wait {
  background: rgba(199, 178, 153, 0.3);
  border: 4px double #b3a678;
  margin: 1em 0;
  padding: 3em 1em;
  text-align: center;
  line-height: 2;
  position: relative;
  font-weight: bold;
}

.special__main__wait::before {
  background: #a38b3d;
  background: -moz-linear-gradient(45deg, #a38b3d 0%, #c2b686 27%, #d2ccab 50%, #c0b27f 74%, #a38b3d 100%);
  background: -webkit-linear-gradient(45deg, #a38b3d 0%, #c2b686 27%, #d2ccab 50%, #c0b27f 74%, #a38b3d 100%);
  background: linear-gradient(45deg, #a38b3d 0%, #c2b686 27%, #d2ccab 50%, #c0b27f 74%, #a38b3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a38b3d', endColorstr='#a38b3d',GradientType=1 );
  border: 1px solid #b3a678;
  content: "L'mobile会員限定";
  padding: 2px 10px;
  position: absolute;
  width: 60%;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
  color: #3a2d00;
  border-radius: 2em;
}

.special__main__wait a {
  color: #ffffff;
}

.special__main__wait__btn {
  display: block;
  width: 80%;
  margin: 2em auto 0;
  padding: 0.5em;
  background: #aa0b43;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.7);
}

/* ==========================================================================
   special__link
   ========================================================================== */
.special__link {
  padding: 0 1em 1em;
}

.special__link a {
  display: block;
  margin-bottom: 2em;
}

a.special__link__btn {
  display: block;
  width: 100%;
  margin: 1em auto 2em;
  padding: 0.5em 0;
  background: #aa0b43;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
}

.special__link__middle {
  width: 80%;
  margin: auto;
}

/* ==========================================================================
   フォトギャラリー用レスポンシブ (元の特殊指定をそのまま完全保持)
   ========================================================================== */
@media screen and (min-width: 641px) {
  #container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  .main_area {
    clear: both;
    margin-bottom: 40px;
  }
  .category_title {
    clear: both;
    float: left;
    font-weight: bold;
    font-size: 23px;
    border-bottom: dotted 2px #0b4186;
    width: 100%;
    margin: 16px;
    padding-bottom: 10px;
    color: #ffffff;
    letter-spacing: 0.1em;
  }
  .imageAll {
    clear: both;
    padding: 8px 8px 50px 10px;
    overflow: hidden;
    font-size: 0px;
  }
  .imageBox_unit,
  .imageBox_last {
    width: 22%;
    margin: 0 4% 2% 0;
    display: inline-block;
  }
  .box_left {
    width: 49%;
    margin-right: 2%;
  }
  .box_right {
    width: 49%;
    margin-right: 0%;
  }
  .image img {
    max-width: 100%;
    height: auto;
    border: 1px #b3a678 solid;
  }
}

@media screen and (max-width: 640px) {
  #container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  #container p {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .main_area {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
  }
  .category_title {
    clear: both;
    float: left;
    font-weight: bold;
    font-size: 16px;
    border-bottom: dotted 2px #0b4186;
    width: 100%;
    margin: 25px;
    padding-bottom: 10px;
    color: #ffffff;
    letter-spacing: 0.1em;
  }
  .imageAll {
    clear: both;
    padding: 8px 8px 10px 8px;
    overflow: hidden;
    font-size: 0px;
  }
  .imageBox_unit,
  .imageBox_last {
    width: 22%;
    margin: 0 4% 2% 0;
    display: inline-block;
  }
  .box_left {
    width: 49%;
    margin-right: 2%;
  }
  .box_right {
    width: 49%;
    margin-right: 0%;
  }
  .image img {
    max-width: 100%;
    height: auto;
    border: 1px #b3a678 solid;
  }
}

/* ==========================================================================
   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: #b3a678;
  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%;
}

/* ==========================================================================
   #special 全体のレスポンシブ枠指定
   ========================================================================== */
#special {
  margin: 0 auto;        /* 中央寄せ */
  max-width: 480px;      /* スマホ表示での最大幅を設定 */
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 0 16px 3em;   /* 左右に 16px の余白（ゆとり）を確保 */
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

/* ==========================================================================
   special__header（タイトル画像・ロゴ周りの配置調整）
   ========================================================================== */
.special__header {
  padding: 2.5em 0 1em;   /* 上下の余白調整 */
  text-align: center;
  width: 100%;
}

.special__header__photo {
  width: 92%;            /* 100%から92%に絞り、左右に十分な「空き」を作る */
  max-width: 380px;      /* 画像が広がりすぎない上限値 */
  margin: 0 auto 7em;    /* 中央配置 */
  position: relative;
  box-sizing: border-box;
}

.special__header__photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.special__header__photo-txt {
  position: absolute;
  width: 100%;
  top: -1em;
  left: 0;
}

.special__header__photo-logo {
  width: 85%;            /* ロゴ画像の比率調整 */
  max-width: 300px;
  position: absolute;
  bottom: -7em;
  left: 50%;
  transform: translateX(-50%); /* 確実に中央寄せ */
}