@charset "UTF-8";

/********************************
  TOP/ヘッダー
********************************/
#global-container.top .header__inner {
  margin: 0;
  padding: 0;
}
#global-container.top .header__head {
  background-color: white;
  height: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
}
#global-container.top .header__head h1 {
  max-width: 180px;
}
#global-container.top .header__head p {
  font-size: 60%;
  line-height: 1.4;
  font-weight: 700;
  text-align: justify;
  text-justify: inter-character;
}
#global-container.top .header__head p span {
  letter-spacing:0.18em;
}
#global-container.top .header__img.top {
  display: block;
}
#global-container.top .header__img.top div:nth-child(n+2) {
  display: none;
}
#global-container.top .header__img.top div img {
	width: 100%;
  display: none;
}
#global-container.top .header__img.top div img.show {
  display: block;
}
#global-container.top .header__wrap {
  display: none;
}

.header_menu ul {
  margin: 0 auto;
  padding: 10px 0;
  background: #000000;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.header_menu li + li {
  margin-left:10px;
}
.header_menu li a {
  font-size: 0.7em;
  color:#FFFFFF;
  font-weight:700;
}
.header_menu li a img {
  max-width:20px;
}


/********************************
  TOP/ヘッダー 768px
********************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
#global-container.top .header__head {
  height: 110px;
}
#global-container.top .header__head h1 {
  max-width: 360px;
  max-height:57px;
}
#global-container.top .header__head h1 img {

}
#global-container.top .header__head p {
  font-size: 20px;
}

.header_menu li + li {
  margin-left:30px;
}
.header_menu li a {
  font-size: 22px;
}

.header_menu li a img {
  max-width:40px;
}


}


/********************************
  TOP/ヘッダー 1024px
********************************/
@media screen and (min-width: 1024px) {
  #global-container.top .header__head, .header_menu {
   display: none;
  }

#global-container.top .header__img.top img:nth-of-type(1) {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
}

/********************************
  TOP/メインビジュアル
********************************/
.hero-top__inner {
}
.hero-top__logo {
  text-align: center;
}
.hero-top__txt {
  align-items: last baseline;
  font-weight: bold;
  justify-content: flex-end;
  padding: 15px 0;
  padding-right: 10px;
}
.hero-top__txt span.absolute {
  content: "";
  left: 50%;
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
}
.hero-top__txt span:nth-child(1) {
  font-size: 13px;
}
.hero-top__txt span:last-child {
  font-size: 13px;
}

/********************************
  TOP/メインビジュアル 768px
********************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-top {
  }
  .hero-top__txt {
    font-size: 24px;
    padding: 20px 0;
    padding-right: 10px;
  }
  .hero-top__txt span:nth-child(1) {
    font-size: 16px;
  }
  .hero-top__txt span:last-child {
    font-size: 16px;
  }
}
/********************************
  TOP/メインビジュアル 1024px
********************************/
@media screen and (min-width: 1024px) {

}

/********************************
 TOP/Read
*********************************/
#read{
  padding:80px 20px;
  background-color: white;
  background-image: url("../images/bg-read.png");
  background-position:center center;
  background-repeat:no-repeat;
  background-size:auto 100%;
}
#read h2{
  font-size: 105%;
  text-align: center;
  line-height:1.7;
  font-weight:bold;
}
/********************************
 TOP/Read 768px
*********************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
#read h2{
  font-size: 22px;
}
}
/********************************
 TOP/Read 1024px
*********************************/
@media screen and (min-width: 1024px) {

}

/********************************
 TOP/Movie
*********************************/
#movie{
  z-index:0;
  background-color:#FFFFFF;
}
#top .news__inner {
  max-width: 100%;
  padding: 60px 0 30px;
  row-gap: 60px;
}



/********************************
 TOP/お知らせ
*********************************/
#top .news {
  background-color: white;
  z-index: 0;
}
#top .news time {
  color: #808080;
  font-size: 14px;
}
#top .news dl {
  font-size: 14px;
  line-height: 1.5;
}
#top .news dt {
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 5px;
}
#top .news__inner {
  z-index: 0;
  padding: 30px 0 30px;
  row-gap: 35px;
}
#top .news__box {
  row-gap: 20px;
}

/********************************
 TOP/お知らせ 768px
*********************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top .news time {
    font-size: 24px;
  }
  #top .news dl {
    font-size: 22px;
  }
  #top .news .cat-com {
    font-size: 20px;
    padding: 3px 10px;
  }
  #top .news__inner {
    max-width: 100%;
    padding: 60px 0 30px;
    row-gap: 60px;
  }
  #top .news__box {
    row-gap: 45px;
  }
}
/********************************
 TOP/お知らせ 1024px
*********************************/
@media screen and (min-width: 1024px) {

}
/********************************
 TOP/ギャラリー
*********************************/
#top .gallery {
  background-color: rgba(255, 0, 0, 0.872);
  background-image: url(../images/bg-cover-red.png);
}
#top .gallery h2 {
  color: white;
  text-align: center;
}
#top .gallery__img {
  z-index: 0;
}
#top .gallery__img span {
  align-items: center;
  background-color: #fbf239;
  border-radius: 50%;
  color: #e50038;
  display: flex;
  font-weight: bold;
  height: 54px;
  justify-content: center;
  right: -10px;
  top: -45px;
  width: 54px;
  z-index: -1;
}
#top .gallery__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#top .gallery__inner {
  padding: 30px 0 25px;
  row-gap: 25px;
}
#top .gallery__box {
  row-gap: 25px;
}
#top .gallery__link {
  color: white;
}
#top .gallery__link span {
  background-color: white;
}

/********************************
 TOP/ギャラリー 768px
*********************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top .gallery__inner {
    padding: 60px 0 30px;
    row-gap: 60px;
  }
  #top .gallery__box {
    row-gap: 30px;
  }
  #top .gallery__img span {
    font-size: 31px;
    height: 90px;
    right: -30px;
    top: -80px;
    width: 90px;
  }
}
/********************************
 TOP/ギャラリー 1024px
*********************************/
@media screen and (min-width: 1024px) {

}
/********************************
 TOP/作品ラインナップ
*********************************/
#top .sakuhin {
  background-color: white;
  z-index:0;
}
#top .sakuhin .com-btn.red span::before {
  content: "→";
}
#top .sakuhin .com-cover.under {
  z-index: 0;
}

#top .sakuhin h2 {
  margin-bottom: 40px;
}
#top .sakuhin__inner {
  padding: 30px 0 100px;
}
#top .sakuhin__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#top .sakuhin__wrap {
  padding: 0 20px;
  row-gap: 40px;
}
#top .sakuhin__box {
  row-gap: 10px;
}
#top .sakuhin__box p {
  font-size: 23px;
  font-weight: bold;
  line-height:1.6;
  text-align: center;
}
#top .sakuhin__box p + span {
  font-size: 16px;
  color:#ADADAD;
  text-align:center;
}
#top .sakuhin__box p:nth-of-type(2) {
  margin-top: 0;
  font-size: 18px;
  font-weight: normal;
}
#top .sakuhin__box a {
  width: auto;
  max-width: none;
  height: auto;
  margin: 10px auto;
  padding: 13px 60px;
  font-size: 20px;
}

/********************************
 TOP/作品ラインナップ 768px
*********************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top .sakuhin h2 {
    margin-bottom: 60px;
  }
  #top .sakuhin__inner {
    padding: 60px 0 100px;
  }
  #top .sakuhin__wrap {
    padding: 0 40px;
    row-gap: 80px;
  }
  #top .sakuhin__box {
    row-gap: 30px;
  }
  #top .sakuhin__box p {
    font-size: 30px;
  }
#top .sakuhin__box p:nth-of-type(2) {
  font-size: 20px;
}
  #top .sakuhin__box a {
    font-size: 26px;
  }
}
/********************************
 TOP/作品ラインナップ 1024px
*********************************/
@media screen and (min-width: 1024px) {

}

/********************************
 TOP/SNS
*********************************/
#sns {
  background-color:#F5F6F8;
}
.x_embed {
  width: 100%;
  max-height: 380px;
  margin: 0 auto;
  display: block;
  overflow-y: scroll;
}
#top .sns__inner {
  z-index: 0;
  padding: 30px 0 50px;
  row-gap: 35px;
}
/********************************
 TOP/SNS 768px
*********************************/
@media screen and (min-width: 768px) and (max-width: 1024px) {
#top .sns__inner {
    max-width: 100%;
    padding: 60px 0 100px;
    row-gap: 60px;
}
.x_embed {
  max-height: 760px;
}
}

/********************************
 TOP/キャンペーン
*********************************/
#top .comics {
  background-color: white;
  position: relative;
  z-index: 1;
}
#top .comics__inner:nth-of-type(1) {
  padding: 40px 0;
}
#top .comics__box {
  row-gap: 10px;
}
#top .comics__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

/********************************
 TOP/キャンペーン 768px
*********************************/
@media screen and (min-width: 768px) {
  #top .comics__inner:nth-of-type(1) {
    padding: 80px 0 80px;
  }
}
/********************************
 TOP/キャンペーン 1024px
*********************************/
@media screen and (min-width: 1024px) {
  #top .comics__inner:nth-of-type(1) {
    padding: 40px 0;
  }
}
