@charset "UTF-8";

/****************************************
TOP
*****************************************/
.top {
  background: url(../_img/bg.png);
  padding-bottom: calc(100% * 700 / 480);
  /*  calc(100*ImageHeight/ImageWidth)% */
  background-size: 100%;
  position: relative;
  overflow: hidden;
  background-color: #e5e5e5;
}

.h1 {
  position: absolute;
  width: 100%;
  top: 58%;
}

.top_comics {
  position: absolute;
  width: 90%;
  top: 0%;
  left: 5%;
}
.top_cut {
  position: absolute;
  width: 84%;
  top: 10%;
  left: 0%;
}

.top_read1 {
  position: absolute;
  width: 13%;
  top: 28%;
  right: 1%;
}
.top_read2 {
  position: absolute;
  width: 13%;
  top: 13%;
  left: 1%;
}
.top_bg {
  position: absolute;
  width: 100%;
}
.top_read3 {
  font-size: 105%;
  text-align: center;
  color: #674915;
  background-color: #e5e5e5;
  padding-bottom: 150px;
}
@media (max-width: 375px) {
  .top_read3 {
    font-size: 95%;
  }
}

/****************************************
セクション
*****************************************/
section {
  padding-bottom: 80px;
}
.between {
  background: url(../_img/aida.png);
  background-size: 100%;
  height: 200px;
  animation: bgMove 20s linear infinite;
}

@keyframes bgMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}
/****************************************
PLACE
*****************************************/
.lv_ttl {
  margin-top: -70px;
  margin-bottom: 16px;
}

.place_inner {
  background: url(../_img/vl_bg.png) no-repeat bottom right;
  background-size: 98%;
}
.place {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  padding: 2px 10px;
  background-color: #18a49f;
  border-radius: 100px;
  margin-left: 1.1rem;
}

.place_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 0 0 1.1rem 1.2rem;
}
.place_txt {
  font-size: 0.9rem;
  padding: 2rem 3rem 4rem;
}
.place_img {
  position: relative;
  width: 92%;
  margin: 0 auto;
  display: block;
  box-shadow:
    0 0 0 1px #000,
    0 0 0 5px #ad1818,
    0 0 0 9px #d4ae59,
    0 0 0 11px #000,
    rgba(0, 0, 0, 0.35) 0px 5px 15px;
  filter: brightness(0.9);
  font-size: 0;
}

.place_img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #b18d49;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/****************************************
ヒュンケルの思い
*****************************************/
.story_hyunckel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.story_hyunckel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../_img/lv1_txt_hyunckel_bg.png) no-repeat center;
  background-size: 100%;
  animation: blink 5s linear infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.lv1_txt {
  padding-bottom: 40px;
}

/****************************************
エクストラストーリー
*****************************************/

.extrastory {
}
.extrastory_ttl {
  width: 70%;
  text-align: center;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  margin: 10px auto;
  color: #d6b351;
  border-top: 1px solid #d6b351;
  border-bottom: 1px solid #d6b351;
  letter-spacing: 0.1em;
  font-family: Helvetica, sans-serif;
}
.extrastory ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.extrastory ul li {
  width: 50%;
  padding: 1%;
}
.extrastory ul li img {
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}

/****************************************
ページ内リンク
*****************************************/
ul.link {
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);

  display: flex;
  gap: 8px;
  margin: 0;
  list-style: none;
  z-index: 1000;
  background-image: linear-gradient(#383e85, #383e85);
  background-size: 100% 15px;
  background-repeat: no-repeat;
  background-position: center;
}
ul.link li {
  border-radius: 6px;
  background-color: #383e85;
  border: 1px solid #563a0f;
}
ul.link li a {
  padding: 0.5rem 0.7rem;
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #be8529;
  line-height: 1;
}
ul.link li a > span {
  font-size: 8px;
  display: block;
}

/****************************************
枠
*****************************************/
.waku {
  position: relative;
  display: block;
  box-shadow:
    0 0 0 1px #000,
    0 0 0 5px #ad1818,
    0 0 0 9px #d4ae59,
    0 0 0 11px #000,
    rgba(0, 0, 0, 1.35) 0px 5px 15px;
  filter: brightness(0.9);
  font-size: 0;
}

.waku::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #b18d49;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.waku2 {
  position: relative;
  display: block;
  box-shadow:
    0 0 0 1px #000,
    0 0 0 3px #b18d49,
    0 0 0 4px #000,
    rgba(0, 0, 0, 1.35) 0px 5px 15px;
  filter: brightness(0.9);
  font-size: 0;
}

.waku2::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #b18d49;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/****************************************
JC
*****************************************/
.jc {
  background-color: #9e9619;
  padding: 20px 0 60px;
}
.jumpcomics {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  padding: 2px 10px;
  background-color: #000;
  border-radius: 100px;
  margin: 0 0 0.5rem -0.1rem;
}
.comics_txt {
  font-size: 1.3rem;
  line-height: 1.4;
  width: 90%;
  color: #fff;
  margin: 0 auto;
}
.ttl {
  margin-bottom: 1rem;
}
.author {
  margin-bottom: 1rem;
}
.price {
  font-size: 0.8rem;
}
.btn_by {
  width: 97%;
  margin: 1.5rem auto;
}
/****************************************
スペシャル
*****************************************/
.special {
  background-color: #cb2598;
  padding: 20px 0 60px;
}
/****************************************
フッター
*****************************************/
footer {
  background-color: #000;
  padding: 40px 0 100px;
  text-align: center;
  font-size: 12px;
}

/*******************************************************/
/*******************************************************/
/*******************************************************/
/*******************************************************/
/*******************************************************/
/********************************SP*********************/

@media (max-width: 768px) {
}
