/* -----------------------------------
  comic.kousakits.com
----------------------------------- */
h3 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: "Zen Antique Soft", serif;
  text-align: center;
  text-align: center;
  margin-bottom: 20px;
}

h3 small {
  font-size: 70%;
  color: #666666;
  display: block;
  margin: auto;
}

/*========== TOP design ==========*/
/*------ .mv ------*/
.mv {
  background-image: linear-gradient(35deg, #ffffff, #b8ccea 100%);
}

.mv .container {
  min-height: 800px;
  height: 80vh;
  position: relative;
}

.mv .container picture {
  display: block;
  max-width: 600px;
  width: 60vw;
  position: absolute;
  bottom: 0;
}

/* .mv .container picture img {
	width: 100%;
	height: 800px;
	object-fit: contain;
	object-position: left;
} */

.cnts01_copy {
  text-align: left;
  text-shadow: 2px 2px 5px #fff, -2px -2px 5px #fff, -2px 2px 5px #fff,
    2px -2px 5px #fff, 0px 2px 5px #fff, 0 -2px 5px #fff, -2px 0 5px #fff,
    2px 0 5px #fff;
  position: absolute;
  top: 36vh;
  left: 5vw;
  z-index: 1;
}

.cnts01_copy h2 {
  font-size: 3.6rem;
  margin: 0 auto 15px;
}

.cnts01_copy p {
  font-size: 2rem;
  line-height: 1.4;
}

/*---- .newpost -----*/
.mv {
  padding: 0;
}

.mv .cnts01_newpost {
  max-width: 400px;
  width: 45%;
  position: absolute;
  right: 3vw;
  bottom: 10vh;
}

.mv .cnts01_newpost_h {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #0a7aff;
}

@media only screen and (min-width: 809px) and (max-width: 1024px) {
  .mv .container {
    min-height: 640px;
    height: 56vh;
    position: relative;
  }

  .mv .container picture {
    display: block;
    width: 60vw;
    left: -10vw;
  }

  /* .mv .container picture img {
		width: 100%;
		height: 640px;
		object-fit: contain;
	} */

  .cnts01_copy h2 {
    font-size: 3rem;
    margin: 0 auto 15px;
  }

  .cnts01_copy {
    line-height: 1.2;
    position: absolute;
    top: 26vh;
    left: 5vw;
    z-index: 1;
  }
}

@media only screen and (max-width: 811px) {
  .mv {
    background-image: linear-gradient(165deg, #ffffff, #b8ccea 100%);
  }

  .mv .container {
    min-height: auto;
    height: 126vh;
  }

  .mv .container picture {
    width: 60vw;
    margin: auto;
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .cnts01_copy {
    text-align: center;
    position: static;
  }

  .cnts01_copy h2 {
    font-size: 2.6rem;
    margin: 10px auto;
  }

  .cnts01_copy p {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .mv .cnts01_newpost {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 376px) {
  .mv .cnts01_newpost_h {
    font-size: calc(100vw / 22);
  }
}

/*------ .introduction ------*/
.introduction {
  margin: 120px auto;
}

.introduction h3 {
  width: fit-content;
  margin: auto;
  padding: 1px 20px;
  font-size: 2.6rem;
  color: #0070c9;
  background: #ffffff;
  position: relative;
  overflow: visible;
}

.introduction h3::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.introduction h3.effect-scroll::after {
  width: 180%;
}

.introduction p {
  margin: 40px auto 40px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
  color: #999999;
}

.introduction img {
  max-width: 680px;
  width: 100%;
}

@media only screen and (max-width: 811px) {
}

@media only screen and (max-width: 768px) {
  .introduction {
    padding: 20px;
  }

  .introduction h3 {
    font-size: calc(100vw / 12);
  }

  .introduction p {
    font-size: calc(100vw / 18);
  }
}

/*------ .comic ------*/
.comic {
  background: #e7eef8;
  padding: 60px 0;
}

.comic h3 {
  text-align: center;
  margin-bottom: 20px;
}

.comic h3 small {
  font-size: 70%;
  color: #666666;
  display: block;
  margin: auto;
}

.comic_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.comic_list li {
  max-width: 200px;
  width: calc(50% - 20px);
  text-align: center;
}

.comic_list li a figure picture {
  display: block;
  border: #ffffff 4px solid;
  border-radius: 10px;
  box-shadow: #666666 0 6px 0;
  overflow: hidden;
  transition: 0.3s;
  line-height: 0;
}

.comic_list li a:hover picture {
  box-shadow: #666666 0 0 0;
  transform: translateY(6px);
  transition: 0.3s;
}

.comic_list li a figure figcaption {
  margin: 20px auto;
}

/*------- .cast -------*/
.cast {
  padding: 60px 0;
}

/*------ .booth ------*/
.booth {
  background: #fffdea;
  padding: 60px 0;
}
.booth_bnr {
  max-width: 580px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

/*------- .sns -------*/
.sns {
  background: #e7eef8;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
}

.sns .container {
  max-width: 780px;
  /* border-top: 5px double #ccc; */
  padding: 30px 0;
}

.sns .sns_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin: 40px auto 30px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  overflow: visible;
  gap: 30px;
}

.sns .sns_list li {
  width: fit-content;
}

.sns .sns_list li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 60px;
  background: linear-gradient(150deg, #c3f7ff 0%, #87ceeb 10%, #1c4acf 42%);
  background-size: 200%;
  background-position: left center;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 8px;
  border: 2px solid #9fc0eb;
  text-shadow: 0 1px 3px #1c4acf;
  box-shadow: 0 1px 8px #aaa;
  transition: all 0.3s ease-out;
  position: relative;
}

.sns .sns_list li a:hover {
  background: linear-gradient(150deg, #1c4acf 50%, #87ceeb 95%);
  background-size: 200%;
  background-position: right center;
  transition: all 0.3s ease-out;
}

.sns .sns_list li a::before {
  content: "公式SNS";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-height: 20px;
  padding: 5px;
  background: #1c4acfaa;
  color: #fff;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: -26px;
  left: 6px;
  transition: 0.5s;
}

.sns .sns_list li:nth-of-type(1) a:before {
  content: "お知らせ用アカウント";
}

.sns .sns_list li:nth-of-type(2) a:before {
  content: "漫画の公開アカウント";
}

.sns .sns_list li:nth-of-type(3) a:before {
  content: "漫画の公開アカウント";
}

.sns .sns_list li:nth-of-type(4) a:before {
  content: "工事中";
}

.sns .sns_list li:nth-of-type(5) a:before {
  content: "何かあれば";
}

.sns .sns_list li a:hover::before {
  opacity: 1;
  top: -46px;
  transition: 0.5s;
}

@media only screen and (max-width: 767px) {
  .sns {
    padding: 0;
  }

  .sns .sns_list {
    width: 100%;
    max-width: none;
    margin: 10vw auto 8vw;
    font-size: 1.2rem;
  }

  .sns .sns_list li {
    width: calc((100vw / 5) - 4vw);
  }

  .sns .sns_list li a {
    width: 100%;
    height: 16vw;
    font-size: 1.2rem;
  }

  .sns .sns_list li a::before {
    width: calc((100vw / 3) + 10px);
    min-width: fit-content;
  }

  .sns .sns_list li:nth-of-type(5) a:before {
    right: 6px;
    left: auto;
  }
}

.topbtn a {
  display: inline-table;
  margin-bottom: 15px;
  font-size: 1rem;
}
