@charset "UTF-8";

main {
  width: 690px;
  height: 100%;
  box-sizing: inherit;
  font-family: 'Montserrat', sans-serif;
  margin: 0 auto;
  flex: 1; /* footerを下部に固定 */
}

.inner {
  width: 100%;
  margin: 0 auto;
}

P {
  line-height: 1.4;
}

.text-L {
  padding: 8px 0;
  font-size: 20px;
  font-weight: 700;
}

.text-M {
  padding: 4px 0;
  font-size: 16px;
  font-weight: 400;
}

.KV {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.merit {
  padding: 24px 0;
  margin: 0 auto;
}

.comics {
  margin-bottom: 24px;
}

.anime {
  /* overflow: hidden; */
  position: relative;
}

.anime-img01 {
  width: 100%;
  height: auto;
}

.anime-img02 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50%;
  height: auto;
  margin: 0 auto;
  z-index: 10;
}

.Ready-to-Experience {
  padding: 24px 0;
}

/* fadeUp */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp2 {
  animation-name: fadeUpAnime2;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    transform: translateY(300px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger, .fadeUpTrigger2 {
  opacity: 0;
}

.Site-btn {
  position: sticky;
  bottom: 50px;
  z-index: 20;
}

.Site-btn a {
  color: #fff;
  background: rgb(80,76,255);
  background: linear-gradient(90deg, rgba(80,76,255,1) 0%, rgba(152,168,255,1) 100%);
  width: 90%;
  max-width: 400px;
  height: auto;
  padding: 20px 16px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 0;
  font-weight: 700;
  box-shadow: 0px 0px 15px -5px #8787a8;
  border-radius: 20px;
  border: solid 2px #fff;
}

.btn-on-text {
  margin-bottom: 20px;
  font-size: 16px;
}

/* header */
header {
  /* box-sizing: border-box; */
  height: 45px;
  max-width: 690px;
  width: 100%;
  /* width: 100%; */
  background-color: #fff;
  /* z-index: 999; */
  margin: 0 auto;
}

.header-inner {
  width: 100%;
  height: 45px;
  margin: 0 auto;
  padding: 8px;
  display: flex;
  justify-content: flex-start;
}

.event-body h1 {
  width: 100px;
  height: auto;
}

footer {
  padding: 12px 0;
}


@media screen and (max-width: 690px) {

  main {
    width: 100%;
  }

  .inner {
    width: 90%;
  }

}

/* 基本設定 */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  color: #0f0f12;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  width: 100%;
  height: 100%;
  letter-spacing: normal;
  background: #fff;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* 作品の枠 */
.title-item {
  /* width: calc(50% - 8px); */
  width: 90%;
  height: auto;
  margin: 40px auto 0;
  color: #8787A8;
  border: 2px solid #0a7e8b; /* 枠線の色 */
  position: relative;
  border-radius: 4px;
  background: #cdfffb;
  display: flex; /* 押せる範囲を枠いっぱいに広げる */
  text-align: left;

  a {
    padding: 12px;
    color: #8787A8;
  }
}

.hyoshi-and-text {
  display: flex;
  width: 100%;
  height: auto;
}

.hyoshi {
  width: 70%;
  margin-left: 16px;
}

.hyoshi img {
  width: 100%;
  border-radius: 4px;
}

.text-box {
  display: inline-flex;
  width: calc(68% - 10px);
  flex-direction: column;
  justify-content: space-between;
}

.genre {
  font-size: 14px;
  font-size: 1.0rem;
  margin-bottom: 6px;
  line-height: 1;
}

.main-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.title-sokyu {
  margin-bottom: 0px;
  color: #fff;
  background: rgb(80,76,255);
  background: linear-gradient(90deg, rgb(0, 234, 255) 0%, rgb(0, 170, 168) 100%);
  width: 100%;
  height: auto;
  padding: 20px 16px;
  font-size: 16px;
  line-height: 0;
  font-weight: 700;
  box-shadow: 0px 0px 15px -5px #8787a8;
  border-radius: 20px;
  border: solid 2px #fff;
  text-align: center;
}

.Publisher-copyright {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  margin-top: 6px;
}