/*

font-size

*/

html {
  font-size: 62.5%;
}

body.fntsize_small {
  font-size: 11px;

  font-size: 1.1rem;
}

body.fntsize_middle {
  font-size: 13px;

  font-size: 1.3rem;
}

body.fntsize_large {
  font-size: 15px;

  font-size: 1.5rem;
}
/*

contents_wrapの余白調整

*/

div#contents_wrap {
  padding: 0;
}

/**
  
   *  text-color
  
   */

#breadcrumb a,
#rabel-caption {
  color: #749ed8;
}

/**
  
   *  contents
  
   */

#contents {
  /* 既存のソーダっぽいグラデーション */
  background: linear-gradient(to bottom, #92e6e8, #80e0e7, #3cdadd);
  min-height: 100vh; /* 画面全体をカバー */
  margin: 0; /* デフォルトマージンをリセット */
  position: relative; /* 必要に応じて、コンテンツの位置調整の基準に */
  overflow-x: hidden; /* 横スクロールバーが出ないように */
}
#contents::before {
  content: ""; /* 擬似要素には必須 */
  position: absolute; /* bodyに相対的に配置 */
  top: 0; /* 画面の最上部に配置 */
  left: 0;
  width: 100%; /* 画面幅全体 */
  height: 540px; /* ★画像の表示範囲の高さ。調整してください */
  z-index: 0; /* グラデーションの上に表示 */
  pointer-events: none; /* 下のコンテンツをクリックできるように */

  /* ここから透過画像のスタイル */
  background-image: url("../img/liko/GLish_LiKo_background.png"); /* ★ここに透過画像のパスを指定 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
  background-position: center top; /* 画像を中央上部に配置 */
  background-size: cover; /* 画像を表示範囲全体に拡大/縮小して覆う */
  background-attachment: scroll; /* スクロールに合わせて動かす（fixedにするとスクロールしても固定されます） */
}
/**

 * breadcrumb

 */

#breadcrumb {
  padding-top: 37px;
}

.gdpostid_test_label #breadcrumb {
  margin-bottom: 45px;
}

#breadcrumb,
#main {
  width: 1000px;
}

/**

 * main

 * スライダー画像をフレームで囲う場合、entry-content_deco1~deco4に画像を設定

 */

#entry-content_deco1,
#entry-content_deco2,
#entry-content_deco3,
#entry-content_deco4 {
  position: absolute;

  width: 208px;

  height: 140px;

  z-index: 100;
}

#entry-content_deco1 {
  left: -45px;

  top: -25px;

  background: url(../img/test_label/slider_img_deco01.png) no-repeat;
}

#entry-content_deco2 {
  left: -45px;

  top: 340px;

  background: url(../img/test_label/slider_img_deco02.png) no-repeat;
}

#entry-content_deco3 {
  right: -45px;

  top: -25px;

  background: url(../img/test_label/slider_img_deco03.png) no-repeat;
}

#entry-content_deco4 {
  right: -45px;

  top: 340px;

  background: url(../img/test_label/slider_img_deco04.png) no-repeat;
}

img {
  display: inline;
}

/**

 *  swiper-container

 */

.swiper-active-switch {
  background: #749ed8;
}

@media screen and (max-width: 768px) {
  /**
  
  * main
  
  */

  #entry-content_deco1 {
    left: -45px;

    top: 0px;
  }

  #entry-content_deco2 {
    left: -45px;

    top: 370px;
  }

  #entry-content_deco3 {
    right: -45px;

    top: 0px;
  }

  #entry-content_deco4 {
    right: -45px;

    top: 370px;
  }
}

@media screen and (max-width: 768px) {
  /* コード省略 */

  /**
    
      * base.cssとの差分修正
    
      */

  #breadcrumb {
    font-size: 30px;
  }

  #breadcrumb,
  #main {
    width: 1000px;
  }

  #primary {
    width: 1000px;
  }

  .entry-content {
    font-size: 30px;
  }

  #contents_wrap {
    width: 1086px;
  }

  body.page-template-default #primary {
    width: 980px;

    padding-bottom: 400px;
  }
}

@media screen and (max-width: 768px) {
  /* コード省略 */

  .entry-content .attention {
    font-size: 40px;
  }

  .entry-content .caption_top {
    font-size: 40px;
  }

  .kotei .thumbnaillist_books-author,
  .kotei .thumbnaillist_illustrator,
  .thumbnaillist_books-original-author,
  .thumbnaillist_translator {
    font-size: 40px;
  }

  .kotei .thumbnaillist_books-author {
    margin-top: 24px;
  }

  .kotei .thumbnaillist_excerpt {
    height: 80px;
  }
}

/**

 *  news

 */
/* PCサイズではサイドバーがあるのでmainのニュース非表示 */
#news-gll-sp {
  display: none;
}

.page-parent #news-gll-sp header h1 {
  width: 260px;
  height: 40px;
  background: url(../img/liko/GLish_LiKo_news.png) no-repeat;
  background-size: contain;
  margin-top: 5px;
}
.page-parent #news-gll-sp header {
  border-radius: 12px;
  background: linear-gradient(#80e0e7, #3cdadd);
}

/* ニュース一覧へのリンク画像*/

.news_more {
  margin-top: 13px;
  margin-bottom: 20px;
  background: url(../img/liko/GLish_LiKo_list_news.png) no-repeat;
  background-size: 120px;
}

#news-gll-sp .childlist_date {
  display: block;
  margin-bottom: 12px;
  padding-left: 16px;
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  /* コード省略 */

  /**
    
     *  news
    
     */
  #news-gll-sp {
    display: block;
    margin-bottom: 50px;
  }
  #news-gll-sp header {
    height: auto;
    padding-top: 0px;
    border-top: none;
    overflow: hidden;
    line-height: 34px;
    margin-bottom: 24px;
    border-radius: 12px;
    background: linear-gradient(#80e0e7, #3cdadd);
  }

  .page-parent #news-gll-sp header h1 {
    width: 440px;
    height: 80px;
    background: url(../img/liko/GLish_LiKo_news.png) no-repeat;
    background-size: cover;
  }

  .news_more {
    margin-top: 2rem;
    background: url(../img/liko/GLish_LiKo_list_news.png) no-repeat;
    background-size: cover;
    width: 240px;
    height: 56px;
  }

  /* コード省略 */
}

/**
 *  haisinlist_new　トップページ連載作品一覧
 */
#haisinlist_new {
  margin-bottom: 50px;
}
#comiclist_new {
  margin-bottom: 50px;
}
#haisinlist_new header {
  height: auto;
  padding-top: 0px;
  border-top: none;
  overflow: hidden;
  line-height: 28px;
  margin-bottom: 24px;
  border-radius: 12px;
  background: linear-gradient(#80e0e7, #3cdadd);
}

.page-parent #haisinlist_new header h1 {
  width: 500px;
  height: 55px;
  background: url(../img/liko/GLish_LiKo_title.png) no-repeat;
  background-size: cover;
  float: left;
  background-size: contain;
  background-position: center;
}

.haisinlist_new_more {
  width: 150px;
  margin-top: 13px;
  background: url(../img/liko/GLish_LiKo_list_title.png) no-repeat;
  background-size: contain;
}
.haisinlist_new_more1 {
  width: 150px;
  margin-top: 13px;
  background: url(../img/liko/GLish_LiKo_list_title.png) no-repeat;
  background-size: contain;
}

.thumbnaillist-slide h1 a {
  font-weight: bold;

  color: #7769b1;
}
#detail_character h1 {
  border: none;
}
#detail_character-1 h1 {
  padding: 0 0 5px 0;
  margin: 5px 5px;
  border-bottom: 1px dotted #b8b8b8;
  line-height: 1.3;
}
#detail_character-2 h1 {
  padding: 0 0 5px 0;
  margin: 5px 5px;
  border-bottom: 1px dotted #b8b8b8;
  line-height: 1.3;
}
/* 次のページへ続く */
@media screen and (max-width: 768px) {
  /* コード省略 */

  /**
    
     *  haisinlist_new
    
     */

  .page-parent #haisinlist_new header h1 {
    width: 645px;
    height: 80px;
    background-size: cover;
    background-position: left;
  }

  .haisinlist_new_more {
    margin-top: 19px;
    height: 54px;
    width: 239px;
  }
  .haisinlist_new_more1 {
    margin-top: 19px;
    height: 54px;
    width: 239px;
  }

  /* コード省略 */
}

/**
 *  comiclist_new　トップページコミック一覧
 */

#comiclist_new header {
  height: auto;
  padding-top: 0px;
  border-top: none;
  overflow: hidden;
  line-height: 28px;
  margin-bottom: 24px;
  border-radius: 12px;
  background: linear-gradient(#80e0e7, #3cdadd);
}

.page-parent #comiclist_new header h1 {
  width: 500px;
  height: 55px;
  background: url(../img/liko/GLish_LiKo_comics.png) no-repeat;
  background-size: cover;
  float: left;
  background-size: contain;
  background-position: center;
}

.comiclist_new_more {
  width: 150px;
  margin-top: 13px;
  background: url(../img/liko/GLish_LiKo_list_comics.png) no-repeat;
  background-size: contain;
}
.comiclist_new_more1 {
  width: 150px;
  margin-top: 13px;
  background: url(../img/liko/GLish_LiKo_list_comics.png) no-repeat;
  background-size: contain;
}

.thumbnaillist-slide h1 a {
  font-weight: bold;
  color: #7769b1;
}
#detail_character h1 {
  border: none;
}
#detail_character-1 h1 {
  padding: 0 0 5px 0;
  margin: 5px 5px;
  border-bottom: 1px dotted #b8b8b8;
  line-height: 1.3;
}
#detail_character-2 h1 {
  padding: 0 0 5px 0;
  margin: 5px 5px;
  border-bottom: 1px dotted #b8b8b8;
  line-height: 1.3;
}
/* 次のページへ続く */
@media screen and (max-width: 768px) {
  /* コード省略 */

  /**
    
     *  comiclist_new
    
     */

  .page-parent #comiclist_new header h1 {
    width: 645px;
    height: 80px;
    background-size: cover;
    background-position: left;
  }

  .comiclist_new_more {
    margin-top: 19px;
    height: 54px;
    width: 239px;
  }
  .comiclist_new_more1 {
    margin-top: 19px;
    height: 54px;
    width: 239px;
  }

  /* コード省略 */
}
#booklistnew header {
  border-radius: 12px;
  background: linear-gradient(#80e0e7, #3cdadd);
  margin-top: 0px;
  height: auto;
  padding-top: 0px;
  border-top: none;
  overflow: hidden;
  line-height: 28px;
  margin-bottom: 24px;
}
/* コード省略 */

/**

 *  book_page 書籍詳細ページ

 */
#book-detail .entry-header {
  border-radius: 12px;
  background: linear-gradient(#80e0e7, #3cdadd);
  margin-top: 0px;
  height: auto;
  padding-top: 0px;
  border-top: none;
  overflow: hidden;
  line-height: 28px;
  margin-bottom: 24px;
}
.entry-header h1.entry-title_book {
  height: 55px;
  color: white;
  background: url(../img/liko/GLish_LiKo_detail.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#detail_first header h1 {
  font-size: 18px;

  line-height: 1.4;
}

/* 次のページへ続く */
/* コード省略 */

/**

 *  pager

 */

.page-numbers {
  display: inline-block;

  text-align: center;

  width: 25px;

  height: 25px;

  line-height: 25px;

  font-size: 13px;

  font-family: Century Gothic;

  border-radius: 0;
}

#pager .current {
  background: #484043;
}

#pager a:link,
#pager a:visited {
  color: #757575;
}

#pager a.next,
#pager a.prev {
  color: #484043;
}

#pager a.next {
  background: url(../img/cocktailkiss/pager_ico_next.png) no-repeat center right;
}

#pager a.prev {
  background: url(../img/cocktailkiss/pager_ico_prev.png) no-repeat center left;
}

/* 次のページへ続く */
/**

 *  .single-news

 */

body.single-news .entry-header h1 {
  border-color: green;
}

/**
  
   *  books and single-news btn
  
   */

/* 書籍一覧へ戻る画像 */

.entry-title_book .back_list {
  display: block;

  float: right;

  width: 128px;

  height: 25px;

  margin-top: 4px;

  background: url(../img/liko/GLish_LiKo_list_back.png) no-repeat;
  background-size: contain;
}

/**
  
   *  secondary
  
   */

#haisin_list > div {
  height: 35px;
}

@media screen and (max-width: 768px) {
  /* コード省略 */

  .entry-title_book.back_list {
    display: block;
    float: right;
    width: 200px;
    height: 70px;
    margin-top: 4px;
    background: url(../img/liko/GLish_LiKo_list_back.png) no-repeat;
    background-size: contain;
    margin-right: 2rem;
  }

  #detail_first header h1 {
    font-size: 40px;

    line-height: 1.4;
  }

  #book-detail .entry-header h1 {
    font-size: 5rem;
    line-height: 0.5;
    width: auto;
    background: url(../img/liko/GLish_LiKo_detail.png) no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 95px;
  }

  .thumbnaillist-inner {
    min-height: 437px;

    background: #fff;

    padding: 14px 10px;

    height: 1100px;
  }

  .column-3-nonside #booklist_new .thumbnaillist-slide .thumbnaillist-inner {
    min-height: 465px;

    height: 900px;
  }
}

/* 次のページへ続く */
@media screen and (max-width: 768px) {
  /* コード省略 */

  .kotei .thumbnaillist-slide h1 a {
    font-size: 40px;
  }

  .kotei .wp-post-image {
    width: 447px;

    height: 630px;
  }

  #detail_store header h1,
  #detail_body header h1,
  #detail_table-of-contents header h1,
  #detail_authors-note header h1,
  #detail_character header h1,
  #detail_stand-and-read header h1,
  #detail_delivery header h1 {
  }

  /* コード省略 */
}

/* レーベルトップページ */
.thumbnaillist-gll {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.thumbnaillist-inner-gll {
  padding: 2%;
  width: calc((100% / 3) - 10px);
  background-color: #fff;
  border-radius: 0px;
  border: #f4f5f7 solid 7px;
}
.top_txt_title {
  font-weight: 600;
  color: rgb(1, 122, 159);
  line-height: 1.3;
  margin-top: 1rem;
}
.txt_bookinfo {
  margin-top: 1rem;
  line-height: 1.5;
}

.new_more_bottom-gll {
  height: 6rem;
}
li.childlist {
  padding: 12px 0;
}
#news_sidebar header {
  height: auto;
  padding-top: 0px;
  border-top: none;
  overflow: hidden;
  line-height: 28px;
  margin-bottom: 24px;
  border-radius: 12px;
  background: linear-gradient(#80e0e7, #3cdadd);
}
#news_sidebar header h1 {
  width: 200px;
  height: 55px;
  background: url(../img/liko/GLish_LiKo_news.png) no-repeat;
  background-size: cover;
  float: left;
  background-size: contain;
  background-position: center;
}
.share_btn_gll {
  margin: 10px;
}
.catchcopy {
  font-weight: bold;
  color: midnightblue;
}
.bottom-sp {
  display: none;
}

p.g-lish_liko_news_date {
  font-size: 1.3rem;
  color: #35357c;
}
p.g-lish_liko_news_title {
  font-size: 1.5rem;
  line-height: 2;
  color: #1669a8;
}

/* PC表示トップ下バナー非表示 */
section#smp_banner_gll {
  display: none;
}
@media screen and (max-width: 768px) {
  section#smp_banner_gll {
    display: block;
  }
  .new_more_bottom-gll {
    display: block;
  }
  img.attachment-large.size-large.wp-post-image {
    width: 100%;
  }
  img.attachment-thumbnail.size-thumbnail.wp-post-image {
    width: 90%;
  }
  img.gll-top-thumbnail {
    width: 100%;
  }
  .thumbnaillist-inner-gll {
    padding: 1%;
    width: calc((100% / 3) - 10px);
    background-color: #fff;
    border-radius: 0px;
    border: #f4f5f7 solid 12px;
  }
  p.top_txt_title {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
  p.txt_bookinfo {
    font-size: 2.4rem;
    margin-top: 2rem;
  }

  #detail_character h1 {
    font-size: 3rem;
  }
  #detail_first_right {
    width: 100%;
    float: right;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #detail_first {
    padding-bottom: 30px;
    width: 80%;
    margin: auto;
  }
  #detail_character-1 {
    margin-left: 0px;
  }
  #detail_character-2 {
    margin-left: 0px;
  }
  #detail_character h1 {
    font-size: 3rem;
  }
  .bottom-sp {
    display: block;
  }
  img.sp-banner {
    width: 80%;
  }
  #twitter_skin {
    padding: 60px 0px 60px 0px;
  }
  #news-gll-sp .childlist_date {
    font-size: 2.5rem;
  }
  .news_child .more-link {
    font-size: 3rem;
    text-decoration: none;
  }
  .column-2-nonside #booklist_new .thumbnaillist-slide {
    width: 48%;
    margin: 0 0 15px 15px;
  }
  .thumbnaillist-slide h1 {
    padding-bottom: 1rem;
  }
  #detail_store header h1,
  #detail_body header h1,
  #detail_table-of-contents header h1,
  #detail_authors-note header h1,
  #detail_character header h1,
  #detail_stand-and-read header h1,
  #detail_delivery header h1 {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  #news .childlist_date {
    display: block;
    font-size: 4rem;
  }
  h1.more-link-title {
    font-size: 4rem;
    padding-bottom: 3rem;
  }
}
.sns-icons {
  width: 60%;
  margin-top: 30px;
}
#detail_first table th {
  vertical-align: middle;
}
#detail_episodes header h1 {
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 18px;
  color: #838383;
  height: 35px;
  line-height: 1.5;
}
section#detail_episodes {
  margin-bottom: 20px;
}
li.episodes-item {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: #80e0e7 solid 0.5px;
}
p.episodes-title {
  font-size: 16px;
  color: #333;
}
#booklist_new header h1 {
  font-size: 2rem;
}
#booklist_new header {
  height: 50px;
}
@media screen and (max-width: 768px) {
  #detail_episodes header h1 {
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 40px;
    color: #838383;
    height: 60px;
    line-height: 1.5;
  }
  p.episodes-title {
    font-size: 35px;
  }
  li.episodes-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #detail_episodes header h1 {
    margin-bottom: 45px;
  }
  .sns-banner {
    width: 40%;
  }
  .entry-title_book .back_list {
    display: block;
    float: right;
    width: 230px;
    height: 50px;
    margin-top: 4px;
    background: url(../img/liko/GLish_LiKo_list_back.png) no-repeat;
    background-size: contain;
  }
  #booklist_new header h1 {
    font-size: 4rem;
  }
}
