@charset "UTF-8";
/** @format */
/*scssをインポート*/
/* 設定用。変数の宣言はここ*/
/** @format */
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/* リセットCSS、フォントサイズ*/
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* ミックスイン、@extend、CSS3など*/
/** @format */
/* clearfix */
.clearfix, footer {
  *zoom: 1;
}
.clearfix:after, footer:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* メインのスタイル */
/** @format */
html {
  scroll-behavior: smooth;
  text-align: center;
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #fff;
  scrollbar-width: none;
}

p {
  scrollbar-width: none;
}

a img {
  border: none;
}

button {
  cursor: pointer;
}

.txt_center {
  text-align: center;
}

.nopc {
  display: none;
}
@media all and (max-width: 1024px) {
  .nopc {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .nopc {
    display: block;
  }
}
@media all and (max-width: 320px) {
  .nopc {
    display: block;
  }
}

.nosp {
  display: block;
}
@media all and (max-width: 1024px) {
  .nosp {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .nosp {
    display: none;
  }
}
@media all and (max-width: 320px) {
  .nosp {
    display: none;
  }
}

img {
  max-width: 100%;
}

li {
  list-style-type: none;
}

.txt_bold {
  font-weight: 900;
  font-style: normal;
}

body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  background: #000;
  overflow: hidden;
}

/*----------------------------------------------------
全体の設定
----------------------------------------------------*/
#fire_dome {
  margin: 0% auto;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  #fire_dome {
    width: 100%;
  }
}
.contents_wrapper {
  position: relative;
  scroll-behavior: auto;
}

/*----------------------------------------------------
動画背景の基本設定
----------------------------------------------------*/
.video-wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media all and (max-width: 640px) {
  .video-wrap {
    height: 100vh;
  }
}

.pad_for_footer {
  top: 0%;
  min-height: 75vh;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media all and (max-width: 640px) {
  .pad_for_footer {
    min-height: 10vh;
    height: 100vh;
    padding-bottom: 0rem;
  }
}

/*----------------------------------------------------
静止画背景アニメーション・背景の基本設定
----------------------------------------------------*/
/* 全体を包む背景スライドショー */
.background-slideshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* 背景として下に配置 */
  overflow: hidden;
}

/* 各スライド共通 */
.bg-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  animation: zoomFade 15s linear infinite;
  opacity: 0;
}

/* 各スライドに背景画像指定 */
.bg1 {
  background-image: url("../images/bg_250605_001_noblur.webp");
  animation-delay: 0s;
}

.bg2 {
  background-image: url("../images/bg_250605_002_noblur.webp");
  animation-delay: 5s;
}

.bg3 {
  background-image: url("../images/bg_250605_003_noblur.webp");
  animation-delay: 10s;
}

/* 各スライドに背景画像指定 */
.bg4 {
  background-image: url("../images/bg_250605_ver_c_001.webp");
  animation-delay: 0s;
}

.bg5 {
  background-image: url("../images/bg_250605_ver_c_002.webp");
  animation-delay: 5s;
}

.bg6 {
  background-image: url("../images/bg_250605_ver_c_003.webp");
  animation-delay: 10s;
}

/* 拡大 + フェードイン・フェードアウト */
@keyframes zoomFade {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
/*----------------------------------------------------
各セクションの基本設定
----------------------------------------------------*/
section {
  z-index: 2;
}

/* 点滅 */
.blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------------------
予告部分の基本設定
----------------------------------------------------*/
.prolouge {
  width: 100%;
  margin: 0rem auto 10rem;
  padding-top: 3rem;
}
.prolouge img {
  max-width: 70%;
  display: block;
  margin: 0rem auto 2rem;
}
.prolouge h2 {
  width: 100%;
  margin: 0 auto 3rem;
}
.prolouge p {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
  margin: 0 auto 2rem;
}
.prolouge .txt_blk {
  color: #000;
}
.prolouge .ph_author {
  display: block;
  margin: 2rem auto;
  width: 100%;
}
@media all and (max-width: 640px) {
  .prolouge {
    width: 100%;
    margin: 0rem auto 5rem;
    padding-top: 1rem;
  }
  .prolouge img {
    max-width: 70%;
    display: block;
    margin: 0rem auto 3rem;
  }
  .prolouge h2 {
    margin: 0 auto 3rem;
    width: 60%;
  }
  .prolouge p {
    width: 80%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
    margin: 0 auto 2rem;
  }
  .prolouge .ph_author {
    display: block;
    margin: 1rem auto;
    width: 100%;
  }
}

/*----------------------------------------------------
カウントダウンの基本設定
----------------------------------------------------*/
.countdown_box {
  margin: 0 auto 5rem;
}
.countdown_box h3 {
  width: 100%;
  margin: 1rem auto 2rem;
}
.countdown_box p {
  margin: 1rem auto;
  font-size: 1.4rem;
  color: #fff;
}

.countdown {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0.2rem 0;
}
@media all and (max-width: 640px) {
  .countdown {
    margin: 2rem auto;
    width: 90%;
    flex-wrap: wrap;
  }
}

.countdown .unit {
  display: flex;
  align-items: flex-end; /* 数字とラベルの高さ調整 */
  gap: 4px;
  padding: 0 0.4rem 0 0.4rem;
  margin: 0 0 0 0;
}
@media all and (max-width: 640px) {
  .countdown .unit {
    gap: 2px 4px;
    align-items: center; /* 数字とラベルの高さ調整 */
  }
}

.countdown .unit .numbers {
  display: flex;
  gap: 4px;
  height: 6rem; /* 数字画像に合わせて調整 */
  transition: transform 0.2s ease;
}
@media all and (max-width: 640px) {
  .countdown .unit .numbers {
    gap: 12px 6px;
    margin-bottom: 1rem;
    height: 5rem; /* 数字画像に合わせて調整 */
  }
}

.countdown .unit .numbers,
label {
  display: flex;
  gap: 4px;
  height: 6rem; /* 数字画像に合わせて調整 */
  transition: transform 0.2s ease;
}
@media all and (max-width: 640px) {
  .countdown .unit .numbers,
  label {
    gap: 12px 6px;
    margin-bottom: 1rem;
    height: 5rem; /* 数字画像に合わせて調整 */
  }
}

.countdown .numbers img {
  width: 100%; /* 数字画像に合わせて調整 */
}
@media all and (max-width: 640px) {
  .countdown .numbers img {
    width: 100%; /* 数字画像に合わせて調整 */
  }
}

.countdown .label img {
  height: 3rem; /* 数字画像に合わせて調整 */
  transition: transform 0.2s ease;
}
@media all and (max-width: 640px) {
  .countdown .label img {
    height: 3rem; /* 数字画像に合わせて調整 */
  }
}

/*----------------------------------------------------
動画の基本設定
----------------------------------------------------*/
.mov_box {
  width: 100%;
  margin: 5% auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mov_box .each_mov_box,
.mov_box .each_mov_box_latest {
  margin: 2% auto;
}
.mov_box .each_mov_box .btn_original,
.mov_box .each_mov_box_latest .btn_original {
  width: 80%;
  margin: 3% auto;
  padding: 2% 0;
  font-size: 1rem;
  color: #dfff00;
  background: #000;
  text-align: center;
  font-weight: 700;
}
.mov_box .each_mov_box {
  width: 45%;
}
.mov_box .each_mov_box_latest {
  width: 60%;
}
@media all and (max-width: 640px) {
  .mov_box {
    width: 90%;
    display: block;
  }
  .mov_box .each_mov_box,
  .mov_box .each_mov_box_latest {
    width: 100%;
    margin: 2% auto;
  }
  .mov_box .each_mov_box .btn_original,
  .mov_box .each_mov_box_latest .btn_original {
    width: 100%;
    margin: 3% auto 10%;
    padding: 2% 0;
    font-size: 1rem;
    color: #dfff00;
    background: #000;
    text-align: center;
    font-weight: 700;
  }
}

/*----------------------------------------------------
著者紹介の基本設定
----------------------------------------------------*/
.author {
  width: 100%;
  margin: 3rem auto;
  display: block;
  color: #fff;
}
.author h2 {
  width: 70%;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 600;
  font-size: 2rem;
}
.author .author_wrapper {
  width: 60%;
  margin: 1rem auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.author .txt_author {
  width: 50%;
  margin: 0 auto 2rem;
}
.author .txt_author .name_author {
  font-size: 1.8rem;
  display: block;
  text-align: left;
}
.author .txt_author .ruby_author {
  font-size: 1rem;
  text-align: left;
  padding-left: 1rem;
}
.author .txt_author p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 5% auto;
  text-align: left;
}
.author .ph_author {
  width: 40%;
  margin: 0 auto;
}
.author .ph_author span {
  font-size: 0.8rem;
  display: block;
  text-align: right;
  margin: 0.5rem 0 0 0;
}
.author .ph_author img {
  max-width: 100%;
  margin: 0 auto;
}
.author .banner_author_x {
  width: 100%;
  margin: 1rem auto;
  display: block;
  background-color: #000;
  border: #fff solid 2px;
  border-radius: 2rem;
  padding: 0.5rem 0;
  font-size: 1rem;
}
@media all and (max-width: 640px) {
  .author {
    width: 65%;
    margin: 3% auto;
    display: block;
  }
  .author h2 {
    width: 70%;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 600;
    font-size: 2rem;
  }
  .author .author_wrapper {
    width: 100%;
    margin: 1rem auto;
    display: block;
  }
  .author .txt_author {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .author .txt_author .name_author {
    font-size: 1.8rem;
    display: block;
    text-align: center;
  }
  .author .txt_author .ruby_author {
    font-size: 1rem;
    text-align: center;
    display: block;
    padding-left: 0;
  }
  .author .txt_author p {
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 5% auto;
    text-align: left;
  }
  .author .ph_author {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .author .ph_author span {
    font-size: 0.8rem;
    display: block;
    text-align: right;
    margin: 0.8rem 0 0 0;
  }
  .author .ph_author img {
    max-width: 100%;
    margin: 0 auto;
  }
  .author .banner_author_x {
    width: 100%;
    margin: 1rem auto;
    display: block;
    background-color: #000;
    border: #fff solid 2px;
    border-radius: 2rem;
    padding: 0.5rem 0;
    font-size: 1rem;
  }
}
/*----------------------------------------------------
twitter部分設定
----------------------------------------------------*/
.twitterbox {
  width: 50%;
  margin: 3% auto 3%;
  text-align: center;
}
@media all and (max-width: 640px) {
  .twitterbox {
    width: 90%;
    text-align: center;
  }
}

/*----------------------------------------------------
	SNS投稿ボタンの基本設定
----------------------------------------------------*/
.sns_Area {
  width: 30%;
  margin: 5% auto;
  text-align: center;
}
.sns_Area ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sns_Area ul .bt_sns {
  width: 30%;
  margin: 2rem auto;
  padding: 0.5rem 0;
}
.sns_Area ul .bg_twitterX {
  background-color: #000;
}
.sns_Area ul .bg_facebook {
  background-color: #003c8c;
}
.sns_Area ul .bg_LINE {
  background-color: #00c200;
}
@media all and (max-width: 640px) {
  .sns_Area {
    width: 50%;
  }
  .sns_Area .bt_sns {
    width: 80%;
    margin: 2rem auto;
    padding: 0.5rem 0;
  }
}

/*----------------------------------------------------
宣伝物DLバナー
----------------------------------------------------*/
.banner_PR_tool {
  width: 30vw;
  display: block;
  margin: 5rem auto;
}
@media all and (max-width: 640px) {
  .banner_PR_tool {
    width: 70vw;
  }
}

/*----------------------------------------------------
固定購入ボタン
----------------------------------------------------*/
#btn_buy_pinned {
  z-index: 99998;
  position: fixed;
  bottom: 0px;
  left: 0px;
}

#btn_buy_pinned a {
  display: block;
  width: 250px;
  opacity: 1;
  background-color: #fc4100;
  border-top-right-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  padding: 0.5rem 0;
}

#btn_buy_pinned a span {
  vertical-align: middle;
}

#btn_buy_pinned a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*----------------------------------------------------
最下部の書誌情報.
----------------------------------------------------*/
.bookinfo_bottom {
  width: 60%;
  margin: 5rem auto;
}
@media all and (max-width: 640px) {
  .bookinfo_bottom {
    width: 90%;
  }
}

/*----------------------------------------------------
フッター
----------------------------------------------------*/
footer {
  width: 100%;
  padding: 5% 0 0;
}
footer img {
  width: 7vw;
}
footer .copyright {
  text-align: center;
  font-size: 100%;
  line-height: 1.6em;
  padding: 2em;
}
footer .copyright p {
  margin-bottom: 1em;
  color: #fff;
}
footer .copyright .txt_blk {
  color: #000;
}
footer .copyright a {
  text-decoration: none;
  color: #fff;
  scrollbar-width: none;
}
@media all and (max-width: 1024px) {
  footer .copyright {
    text-align: center;
    font-size: 80%;
    line-height: 1.6em;
    padding: 2em;
  }
  footer .copyright p {
    margin-bottom: 1em;
  }
}
@media all and (max-width: 640px) {
  footer img {
    width: 15%;
  }
  footer .copyright {
    max-width: 100%;
    text-align: center;
    font-size: 90%;
    line-height: 1.6em;
    padding: 3em 1em;
  }
  footer .copyright p {
    text-align: center;
    margin-bottom: 1em;
  }
}
@media all and (max-width: 320px) {
  footer .copyright {
    text-align: center;
    font-size: 60%;
    line-height: 1.6em;
    padding: 3em 1em;
  }
  footer .copyright p {
    text-align: center;
    margin-bottom: 1em;
  }
}/*# sourceMappingURL=fire_dome.css.map */