@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');


body .coming-soon-body { /* デフォルトのbody設定より優先させたい設定 */
  background-color: #FFD1D4;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-bottom: 32px;
}

.kv-alea {
  margin: 0 auto;
  width: 690px;
  height: auto;
}

.article-event {
  color: #fff;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: auto;
  background-image:
  url(../img/kirakira01.jpg),
  url(../img/kirakira02.jpg);
  background-repeat:
  repeat-y,
  repeat-y;
	background-position:
  left 5% top,
  right 5% top;
}

.inner {
  margin: 0 auto;
  width: 690px;
}

.caution {
  text-align: center;
  font-size: 18px;
  box-shadow: 0px 0px 9px 7px #FFD1D4;
  background-color: #FFD1D4;
  line-height: 1.4;
  color: #0f0f12;
}

.cs-date {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ff2aea;
  padding: 6px;
  text-align: center;
  margin: 24px auto 12px;
  max-width: 690px;
  width: 100%;
}

.artist-pict-and-text {
  margin: 0 auto 16px;
  display: flex;
  background-color: rgba(249, 255, 135, 0.6);
  padding: 12px;
  border: 3px solid #ff2aea;
  position: relative;
}

.artist-pict-and-text::before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #ff2aea;
  margin-left: -10px;
  top: 100%;
  left: 50%;
  position: absolute;
}

.artist-pict {
  width: 70px;
  height: 70px;
  margin-right: 12px;
}

.artist-prof {
  width: calc(100% - 82px);
  color: #2a2a38;
}

.title-item-alea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title-item {
  border: 2px solid #ecff78;
  margin-bottom: 30px;
  position: relative;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  width: calc(50% - 10px);
  height: auto;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  position: relative;
}

.title-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title-item figure {
  width: 40%;
}

.title-item figure img {
  height: 100%;
  border-radius: 0 2px 2px 0;
}

.title-item-body {
  width: 60%;
  color: #0f0f12;
  padding: 8px;
  display: flex;
  flex-direction: column;
}

.comic-title {
  font-size: 16px;
  font-weight: 500;
}

.infomation {
  margin-top: auto;
}

.artist-name {
  font-size: 16px;
  color: #ff2aea;
}

.publisher-name {
  font-size: 12px;
}

@media screen and (max-width: 720px) {
  .kv-alea {
    width: 100%;
  }

  .article-event {
    background-position:
    left top,
    right top;
  }

  .inner {
    width: 90%;
  }
}

@media screen and (max-width: 690px) {

  .article-event {
    background-position:
    left -10px top,
    right -10px top;
  }

  .title-item-alea {
    display: block;
  }

  .title-item {
    width: 100%;
  }
}