@charset "UTF-8";
/* Ver 1.0.7 */
/* Google font */
@import url("https://fonts.googleapis.com/css?family=Slabo+13px");
@import url("https://fonts.googleapis.com/css?family=Slabo+27px");
/* 変数 */
/* 共通スタイル */
body {
  background-color: #eeeeee;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo;

  -webkit-touch-callout:none;
  -webkit-user-select:none;
  user-select:none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag:none;
  -khtml-user-drag:none;

}

a {
  color: #222222;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
a img:hover {
  opacity: 0.7;
}

input {
  font-size: 15px;
}

strong {
  font-weight: bold;
}

/* 共通スタイル end */
/* ヘッダー start */
header {
  background-image: url("../img/bg_header_repeat.png");
  background-repeat: repeat-x;
  height: 118px;
}

#sf-header {
  background-image: url("../img/bg_header.png");
  background-repeat: no-repeat;
  width: 1130px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  position: relative;
}
#sf-header a {
  text-decoration: none;
}

.sf-logo {
  margin: 33px 0 0 40px;
  width: 194px;
  height: 67px;
}

#sf-header nav {
  height: 118px;
  display: flex;
  margin-left: 40px;
}
#sf-header nav ul {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  margin-bottom: 9px;
}

#sf-header nav li {
  width: 70px;
  height: 50px;
  background: url("../img/global_navi_bg.png") no-repeat;
  background-position-x: center;
  text-align: center;
}
#sf-header nav li#sf-manga, #sf-header nav li#sf-author {
  margin-left: 27px;
}
#sf-header nav li#sf-column {
  margin-left: 30px;
}
#sf-header nav li#sf-interview {
  width: 113px;
  margin-left: 28px;
}
#sf-header nav li#sf-author {
  width: 95px;
}
#sf-header nav li:hover {
  background-position-y: -50px;
}
#sf-header nav li a {
  font-size: 18px;
  color: #333333;
  display: inline-block;
  margin-top: 25px;
}

.home #sf-header nav #sf-home,
.category-manga #sf-header nav #sf-manga,
.category-column #sf-header nav #sf-column,
.category-column #sf-header nav #sf-column,
.category-interview #sf-header nav #sf-interview,
.page-id-151 #sf-header nav #sf-author {
  background-position-y: -50px;
}

#sf-scroll_menus,
#sf-scroll_tags,
#sf-scroll_account {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  border: solid 2px #cccccc;
}
#sf-scroll_menus h2,
#sf-scroll_tags h2,
#sf-scroll_account h2 {
  color: #999999;
  font-size: 20px;
  margin-top: 10px;
}

#sf-scroll_tags,
#sf-scroll_account {
  margin-top: 20px;
}

#sf-scroll_menus nav {
  width: 550px;
  margin: 30px auto;
}
#sf-scroll_menus nav ul {
  display: flex;
  flex-wrap: nowrap;
}
#sf-scroll_menus nav ul .sf-scroll-menu {
  width: 20%;
  background: url("../img/scroll_menu.png") no-repeat;
}
#sf-scroll_menus nav ul #sf-scroll-home {
  background-position: 1px 2px;
}
#sf-scroll_menus nav ul #sf-scroll-manga {
  background-position: 4px 2px;
}
#sf-scroll_menus nav ul #sf-scroll-column {
  background-position: 5px 2px;
}
#sf-scroll_menus nav ul #sf-scroll-interview {
  width: 30%;
  background-position: 6px 2px;
}
#sf-scroll_menus nav ul #sf-scroll-author {
  background-position: 7px 2px;
}
#sf-scroll_menus nav ul a {
  font-size: 18px;
  color: #333333;
  display: inline-block;
}

#sf-scroll_tags .sf-related_keywords {
  margin-bottom: 20px;
}

#sf-scroll_account {
  margin-bottom: 40px;
}
#sf-scroll_account .sf-sns {
  width: auto;
  position: static;
  margin: 20px auto;
}

.sf-about {
  width: 330px;
  height: 65px;
  background: url(../img/about-souffle.png) no-repeat 9px 0px;
  position: relative;
}
.sf-about p {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.sf-about a {
  color: #333333;
}

.sf-sns {
  width: 130px;
  height: 32px;
  bottom: 9px;
  left: 815px;
  position: absolute;
}

.sf-search {
  position: absolute;
  left: 953px;
  bottom: 9px;
}
.sf-search #sf-form_1 {
  background-color: #eeeeee;
  width: 165px;
  height: 35px;
  border: solid 1px #666666;
  border-radius: 20px;
}
.sf-search #sf-form_1 input {
  vertical-align: top;
  margin: 0px;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}
.sf-search #sf-input_1 {
  border: none;
  width: 123px;
  padding-left: 10px;
}
.sf-search #sf-submit_1 {
  width: 26px;
  border: none;
  background-image: url("../img/search_icon.png");
  background-position: center;
  background-repeat: no-repeat;
}

/* ヘッダー スクロール start */
#sf-scroll_header {
  background-image: url("../img/header_small_repeat.png");
  background-repeat: repeat-x;
  height: 62px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#sf-scroll_header.on {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#sf-scroll_header .sf-scroll_header_wrapper {
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  position: relative;
}
#sf-scroll_header .sf-scroll_header_wrapper > a {
  width: 100%;
  display: inherit;
}
#sf-scroll_header .sf-scroll_header_wrapper > a:nth-child(2) {
  display: none;
}
#sf-scroll_header .sf-logo_scrollheader {
  margin: 0 auto;
  width: 249px;
  height: 59px;
}
#sf-scroll_header #sf-site-logo_scrollheader,
#sf-scroll_header #sf-scroll_header_balloon {
  display: none;
}

#sf-menu-trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 8px;
  right: 30px;
  background-color: #333333;
}
#sf-menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
  left: 4px;
  width: 33px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
}
#sf-menu-trigger span:nth-of-type(1) {
  top: 10px;
}
#sf-menu-trigger span:nth-of-type(2) {
  top: 20px;
}
#sf-menu-trigger span:nth-of-type(3) {
  bottom: 10px;
}
#sf-menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#sf-menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#sf-menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

#sf-menu-contents {
  display: none;
  width: 100%;
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  z-index: 10;
}

.sf-menu-search {
  width: 240px;
  margin: 30px auto;
}
.sf-menu-search form {
  background-color: #eeeeee;
  height: 36px;
  border: solid 1px #666666;
  border-radius: 20px;
}
.sf-menu-search form input {
  vertical-align: top;
  margin: 0px;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}
.sf-menu-search form input:first-child {
  border: none;
  width: 200px;
  padding-left: 10px;
}
.sf-menu-search form input:last-child {
  width: 26px;
  border: none;
  background-image: url("../img/search_icon.png");
  background-position: center;
  background-repeat: no-repeat;
}

/* ヘッダー スクロール end */
/* ヘッダー end */
/* メインコンテンツ start */
#sf-top_contents,
#sf-contents {
  width: 1130px;
  display: flex;
  flex-wrap: wrap;
}

#sf-top_contents {
  margin: 0 auto 20px;
}
#sf-top_contents .sf-content_main > div.sf-archives:last-child {
  margin-top: 0;
}

#sf-contents {
  margin: 20px auto;
}

.sf-one_column {
  width: 1090px;
}

.sf-two_column {
  width: 720px;
}

.sf-about_contents {
  text-align: center;
  padding: 50px 185px;
  background-color: #ffffff;
}
.sf-about_contents h1 {
  text-align: center;
}
.sf-about_contents h2 {
  font-size: 32px;
  text-align: center;
  margin-top: 40px;
}
.sf-about_contents p {
  font-size: 1.3em;
  line-height: 45px;
  margin-top: 50px;
}
.sf-about_contents .sf-inline_img_right {
  margin-top: 58px;
}
.sf-about_contents .sf-inline_img_right img {
  float: left;
  line-height: 24px;
  margin-right: 25px;
}
.sf-about_contents .sf-inline_img_right p {
  font-size: 18px;
}

.sf-content_main {
  margin: 0 20px;
}
.sf-content_main #sf-h1 {
  line-height: 37px;
  padding: 10px 0;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.sf-content_main #sf-h1 h1 {
  font-size: 20px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: solid 5px #ffff00;
}
.sf-content_main #sf-h1 p {
  line-height: 1.5em;
  margin: 15px 20px 0;
  padding-top: 10px;
  border-top: solid 1px #eee;
}

.sf-content_sub {
  width: 350px;
  margin-right: 20px;
}

.sf-archives,
.sf-authors_list {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sf-archives:after,
.sf-authors_list:after {
  content: "";
  display: block;
  width: 350px;
  height: 0;
}

.sf-archive, .sf-archive_large, .sf-latest_info,.sf-last_info, .sf-authors_list {
  background-color: #ffffff;
}

.sf-flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
.sf-flex_wrap .sf-popular_articles {
  margin: 20px 0 20px 20px;
}

.sf-archive {
  position: relative;
  width: 350px;
  min-height: 350px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  box-sizing: border-box;
}
.sf-archive > a {
  display: inline-block;
}
.sf-archive > a:hover {
  opacity: 0.7;
}
.sf-archive img {
  border: 2px #000000 solid;
  margin: 16px 0 0 16px;
}
.sf-archive img:hover {
  opacity: 0.7;
}
.sf-archive .sf-date {
  position: absolute;
  top: 198px;
  right: 18px;
}
.sf-archive .sf-category a {
  text-decoration: none;
}
.sf-archive h2 a {
  text-decoration: none;
}

.sf-category_more {
  width: 100%;
  text-align: center;
}

.sf-category {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  margin: -3px 0 0 16px;
  padding: 1px 15px;
}
.sf-category a {
  color: #ffffff;
}

.sf-date {
  font-family: "Slabo 13px", serif;
}

.sf-archive h2 {
  display: block;
  margin: 16px 0 0 16px;
  line-height: 25px;
}
.sf-archive h2 a {
  padding-bottom: 5px;
  background: linear-gradient(transparent 80%, #ffff00 0%);
}
.sf-archive h2 a:hover {
  background: linear-gradient(transparent 80%, #d3d711 0%);
  text-decoration: none !important;
}
.sf-archive p {
  margin: 20px 1em 0 1em;
  font-size: 18px;
  line-height: 1.5em;
}
.sf-archive img {
  width: 313px;
  height: auto;
}

/* .sf-archive_large {
  position: relative;
  display: flex;
  flex-flow: row;
  border-radius: 10px;
  box-shadow: 0 0 8px #cccccc;
  h2 {
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 15px 0;
  }
  img {
    margin: 15px;
    border-radius: 10px;
  }
  span {
    margin: 0;
  }
  p {
    margin: 20px 0;
    font-size: 1.1em;
    line-height: 1.5em;
  }
} */
.sf-feature_article {
  display: flex;
  justify-content: space-between;
}
.sf-feature_article .sf-archive_large {
  display: block;
  width: 535px;
  height: auto;
  padding-bottom: 15px;
  /* margin-bottom: 10px; */
  margin-top: 5px;
  border-radius: 10px;
  box-shadow: 0 0 8px #cccccc;
}
.sf-feature_article .sf-archive_large > a {
  display: block;
  text-align: center;
}
.sf-feature_article .sf-archive_large > a img {
  width: 93.475%;
  height: auto;
  border-radius: 10px;
  margin: 16px 0 25px;
}
.sf-feature_article .sf-archive_large .sf-archive-article {
  border: 0;
  margin: 0 15px;
  padding: 0;
}
.sf-feature_article .sf-archive_large .sf-archive-article h2 {
  position: relative;
  border-top: solid 5px #99ccff;
  border-bottom: solid 5px #99ccff;
  padding: 10px 0 5px;
  margin-bottom: 0;
}
.sf-feature_article .sf-archive_large .sf-archive-article h2 .sf-category {
  font-size: 0.875em;
  margin-bottom: 10px;
  margin-left: 0;
}
.sf-feature_article .sf-archive_large .sf-archive-article h2 .sf-category:first-child {
  margin-left: 0;
}
.sf-feature_article .sf-archive_large .sf-archive-article h2 > a {
  display: block;
  font-size: 1.25em;
  line-height: 1.4em;
}
.sf-feature_article .sf-archive_large .sf-archive-article h2 .sf-date {
  font-size: 0.875em;
  top: 15px;
  right: 0;
}
.sf-feature_article .sf-archive_large .sf-archive-article p {
  line-height: 1.65em;
  margin-top: 10px;
}

.sf-archive-article {
  border-left: solid 5px #99ccff;
  border-right: solid 5px #99ccff;
  margin: 15px 15px 15px 0;
  padding: 0 15px;
}

.sf-archive_large .sf-date {
  position: absolute;
  bottom: 15px;
  right: 40px;
}

.sf-author_container {
  box-sizing: border-box;
  width: 350px;
  min-height: 210px;
  padding-top: 20px;
  margin-bottom: 20px;
  display: flex;
}
.sf-author_container a img {
  width: 165px;
  height: auto;
}
.sf-author_container .sf-author {
  box-sizing: border-box;
  padding: 0 1.25em 0 0.938em;
}
.sf-author_container .sf-author h2:first-child {
  font-size: 1.125em;
  line-height: 1.25em;
}
.sf-author_container .sf-author h2:last-child {
  margin-top: 1.25em;
}
.sf-author_container:nth-child(3n+1) {
  padding-left: 20px;
}
.sf-author_container:nth-child(3n+1) .sf-author {
  padding-right: 0;
}

.sf-content {
  padding: 15px 25px;
  background-color: #ffffff;
}
.sf-content .sf-cotent_category {
  position: relative;
}
.sf-content .sf-category {
  margin: 0;
}
.sf-content .sf-date {
  margin: 0;
  position: absolute;
  right: 0;
}
.sf-content .sf-content_book_name {
  margin-top: 25px;
}
.sf-content .sf-book_info {
  margin-left: 30px;
  color: #a40000;
}
.sf-content h1 {
  font-size: 24px;
  margin-top: 38px;
  line-height: 35px;
}
.sf-content h2,
.sf-content h3 {
  font-size: 20px;
  color: #222222;
}
.sf-content h2 {
  margin-top: 20px;
  padding: 10px 0 10px 15px;
  border-left: solid 5px #ffff00;
}
.sf-content h3 {
  margin-top: 30px;
}
.sf-content h4,
.sf-content h5,
.sf-content h6 {
  color: #222222;
  margin-top: 35px;
}
.sf-content #sf-content_main_img {
  margin: 25px 0 30px;
}
.sf-content #sf-content_main_img img {
  width: 660px;
  height: auto;
  border: solid 5px #eeeeee;
}
.sf-content #sf-content_main_img .sf-content_credit {
  font-size: 14px;
  color: #343434;
  margin-top: 15px;
}
.sf-content p {
  line-height: 32px;
  margin-top: 20px;
}
.sf-content p .aligncenter {
  display: block;
  margin: 0 auto;
}
.sf-content p .alignright {
  float: right;
  margin-left: 10px;
}
.sf-content p .alignleft {
  float: left;
  margin-right: 10px;
}
.sf-content > p:not(.sf-content_book_name) a {
  box-shadow: 0 2px #ffff00;
}
.sf-content > p:not(.sf-content_book_name) a:hover {
  box-shadow: 0 2px #d3d711;
  text-decoration: none !important;
}
.sf-content .sf-profile a {
  box-shadow: 0 2px #ffff00;
}
.sf-content .sf-profile a:hover {
  box-shadow: 0 2px #d3d711;
  text-decoration: none !important;
}
.sf-content .sf-blockquote blockquote a {
  box-shadow: 0 2px #ffff00;
}
.sf-content .sf-blockquote blockquote a:hover {
  box-shadow: 0 2px #d3d711;
  text-decoration: none !important;
}
.sf-content .sf-lead {
  padding-bottom: 19px;
  border-bottom: solid 1px #eeeeee;
}
c .sf-content .sf-lead > p a:hover {
  box-shadow: 0 2px #d3d711;
  text-decoration: none !important;
}
.sf-content .sf-announce {
  margin-top: 19px;
  border-top: solid 1px #eeeeee;
}
.sf-content .sf-announce p {
  margin-top: 0;
}
.sf-content .sf-announce a {
  box-shadow: 0 2px #ffff00;
}
.sf-content .sf-announce a:hover {
  box-shadow: 0 2px #d3d711;
  text-decoration: none !important;
}
.sf-content .wp-caption {
  margin-top: 20px;
  width: 100%!important;
}
.sf-content .wp-caption .wp-caption-text {
  font-size: 0.75em;
  line-height: 18px;
  margin-top: 5px;
}
.sf-content .wp-caption .wp-caption-text a {
  box-shadow: 0 2px #ffff00;
}
.sf-content .wp-caption .wp-caption-text a:hover {
  box-shadow: 0 2px #d3d711;
  text-decoration: none !important;
}

.sf-contents-cat_column .sf-content .sf-content_img img,
.sf-contents-cat_topics .sf-content .sf-content_img img {
    width: 660px;
    height: auto;
    margin-top: 20px;
    box-shadow: 0 0 8px #cccccc;
  }

.sf-contents-cat_manga .sf-content .sf-content_img {
    position: relative;
    display: flex;
    flex-wrap:no-wrap;
    flex-direction: row-reverse;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: auto;
    cursor: grab;
    scroll-behavior: smooth;
    margin: 0;
    background-color: #eee;
    -webkit-overflow-scrolling: touch;
  }

  .sf-contents-cat_manga .sf-content .sf-content_img.grabbing {
    cursor: grabbing;
  }

  .sf-contents-cat_manga .sf-content .fullscreen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 900;
  }

.sf-content_img_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #eee;
  }

.left-overlay {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 0, 0.5);
    z-index: 51;
}
.center-overlay {
    position: absolute;
    width: 58%;
    height: 100%;
    top: 0;
    left: 21%;
    background-color: rgba(255, 255, 170, 0.5);
    z-index: 52;
}
.right-overlay {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 0, 0.7);
    z-index: 53;
}

.left-overlay,.center-overlay,.right-overlay {
    opacity: 0;
    pointer-events: none;
}

.sf-contents-cat_manga .left-overlay,
.sf-contents-cat_manga .center-overlay,
.sf-contents-cat_manga .right-overlay {
    animation: blinkFadeOut 4s ease-in forwards;
}

@keyframes blinkFadeOut {
    0% { opacity: 1; }
    75% { opacity: 1; }
    100% { opacity: 0; }
  }

.left-image,.center-image,.right-image {
    position: absolute;
    top : calc(50% - ( 100px / 2 ) );
    left: calc(50% - ( 100px / 2 ) );
    width: auto;
    height: 100px;
  }

.center-image {
    left: calc(50% - ( 300px / 2 ) );
}

  .sf-contents-cat_manga .sf-content_img_mangaLoupe {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: 100px;
    height: 40px;
    background-image: url('/assets/img/viewer-loupe-text.png');
    background-size: cover;
    background-position: left center;
    cursor: pointer;
    /* animation: resizeWidth 4s forwards; */
    z-index: 960;
  }

  @keyframes resizeWidth {
    0% { width: 200px; height: 40px;}
    75% { width: 200px; height: 40px;}
    100% { width: 40px; height: 40px;}
  }

  .sf-contents-cat_manga .sf-content_img_mangaLoupe--fixed {
    position: fixed;
  }

  .sf-contents-cat_manga .sf-content .sf-content_img img {
    max-width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
  }

  .sf-contents-cat_manga .sf-content .sf-content_img img.sf-content_img_fullscreen {
    height: 100vh;
  }

.sf-content .sf-content_img br {
  display: none;
}

.sf-content_manga_scroll {
    position: relative;
    width: 100%;
    height: 25px;
  }
  .sf-content_manga_scroll.line_top {
    border-top: 1px solid #333;
    margin-bottom: 5px;
  }
  .sf-content_manga_scroll.line_bottom {
    border-bottom: 1px solid #333;
  }
  .sf-content_manga_scroll::before, .sf-content_manga_scroll::after {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 25px;
    background-size: cover;
  }
  .sf-content_manga_scroll::before {
    left: 0;
    background-image: url('/assets/img/viewer-scroll-left.png');
  }
  .sf-content_manga_scroll::after {
    right: 0;
    background-image: url('/assets/img/viewer-scroll-left.png');
  }



.sf-content ol {
  margin: 30px 0 0 25px;
}
.sf-content ol li {
  counter-increment: cnt;
  text-indent: -1.65em;
  line-height: 1.5em;
  padding: 0;
}
.sf-content ol li::before {
  content: "（" counter(cnt) "） ";
}

.sf-authors .sf-book_title,
.sf-authors .sf-author_name {
  display: block;
}
.sf-authors .sf-author_read {
  margin-top: 20px;
}
.sf-authors .sf-author_read .sf-author_book_main_img {
  float: left;
  margin-right: 25px;
  border: solid 5px #eeeeee;
}
.sf-authors .sf-authors_profile {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 2px #000000;
}
.sf-authors .sf-authors_profile .sf-author_profile {
  display: flex;
}
.sf-authors .sf-authors_profile .sf-author_profile h3 {
  font-size: 24px;
  margin-top: auto;
}
.sf-authors .sf-authors_profile .sf-author_profile img {
  max-height: 191px;
  width: 191px;
  flex-shrink: 0;
}
.sf-authors .sf-authors_profile .sf-author_profile .sf-author_description {
  margin-left: 50px;
}
.sf-authors .sf-authors_profile .sf-author_profile .sf-author_description p {
  margin-top: 30px;
}
.sf-authors .sf-authors_profile .sf-author_margin_top {
  margin-top: 50px;
}
.sf-authors .sf-author_book_sale {
  margin-left: 15px;
}

.sf-article_sns {
  margin-top: 30px;
  margin-bottom: 25px;
}
.sf-article_sns .line-it-button {
  width: 80px !important;
  height: 20px !important;
}
.sf-article_sns .fb-share-button > span {
  vertical-align: baseline !important;
}

.sf-content_book_sale {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  padding: 20px;
  background-color: #eeeeee;
}
.sf-content_book_sale a > img {
  width: 172px;
  height: auto;
  flex-shrink: 0;
}
.sf-content_book_sale .sf-content_book_description {
  text-align: center;
  margin-left: 10px;
}
.sf-content_book_sale .sf-content_book_description h3 {
  text-align: left;
  margin: 0;
}
.sf-content_book_sale .sf-content_book_description p {
  text-align: left;
  margin-top: 25px;
  padding-bottom: 25px;
}
.sf-content_book_sale .sf-content_book_description a {
  display: inline-block;
  margin-top: 10px;
}

.sf-content_comics_sale {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
  padding: 16px;
  background-color: #eeeeee;
}
.sf-content_comics_sale .sf-content_book_description {
  display: flex;
  /* text-align: center; */
  margin-top: 10px;
}
.sf-content_comics_sale .sf-content_book_description:nth-child(even) {
  margin-left: 45px;
}
.sf-content_comics_sale .sf-content_book_description > img {
  width: 100px;
  height: 100%;
  flex-shrink: 0;
  border: solid 3px #fff;
}
.sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons {
  margin: 8px 0 0 10px;
  max-width: 10.5em;
}
.sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons h3 {
  font-size: 1.125em;
  text-align: left;
  margin: 0;
}
.sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a {
  display: block;
  font-size: 0.875em;
}
.sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a:hover {
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.7;
}
.sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 36px;
      background: url(../img/comic_buy_btn_left_v2.png) left top / auto 100% no-repeat;
}
.sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a:after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 36px;
  background: url(../img/comic_buy_btn_right_v2.png) left top / 100% 100% no-repeat;
}
.sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a span {
  display: inline-block;
  line-height: 36px;
  vertical-align: top;
  padding-right: 1em;
  background-color: #333;
  color: #fff;
  min-width: 60px;
}
.sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a:first-of-type {
  margin-top: 12px;
}
.sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a:last-of-type {
  margin-top: 5px;
}

.sf-general_btn {
  display: inline-block;
}
.sf-general_btn a {
  display: block;
  font-size: 0.875em;
}
.sf-general_btn a:hover {
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.7;
}
.sf-general_btn a:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 36px;
  background: url(../img/general_btn_left.png) no-repeat 50% 100%;
}
.sf-general_btn a:after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 36px;
  background: url(../img/general_btn_right.png) no-repeat 50% 100%;
}
.sf-general_btn a span {
  display: inline-block;
  line-height: 36px;
  vertical-align: top;
  padding-right: 1em;
  background-color: #333;
  color: #fff;
}
.sf-general_btn a:first-of-type {
  margin-top: 12px;
}
.sf-general_btn a:last-of-type {
  margin-top: 5px;
}

.sf-rows_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.sf-rows_wrapper .sf-article_twoRows {
  display: flex;
  flex-direction: column;
  width: 50%;
  box-sizing: border-box;
}
.sf-rows_wrapper .sf-article_twoRows:nth-child(odd) {
  padding-right: 10px;
}
.sf-rows_wrapper .sf-article_twoRows:nth-child(even) {
  padding-left: 10px;
}
.sf-rows_wrapper .sf-article_twoRows .sf-bookTitle {
  font-weight: bold;
  line-height: 1.5;
  min-height: 50px;
  margin-bottom: 20px;
}
.sf-rows_wrapper .sf-article_twoRows .sf-image_wrapper {
  margin-top: auto;
}
.sf-rows_wrapper .sf-article_twoRows .sf-image_wrapper img {
  width: 100%;
  height: auto;
}

.sf-content_before_next_btns {
  margin-bottom: 25px;
  position: relative;
  height: 56px;
}
.sf-content_before_next_btns .sf-before_btn {
  position: absolute;
  left: 0;
}
.sf-content_before_next_btns .sf-next_btn {
  position: absolute;
  right: 0;
}
.sf-content_before_next_btns .sf-before_next_btn_disable {
  opacity: 0.4;
}
.sf-content_before_next_btns .sf-before_next_btn_disable a {
  cursor: default;
}

.sf-content_books_related .sf-content_book_related {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.sf-content_books_related .sf-content_book_related .sf-content_book_article {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #eeeeee;
}
.sf-content_books_related .sf-content_book_related .sf-content_book_article img {
  width: 150px;
  height: auto;
  flex-shrink: 0;
}
.sf-content_books_related .sf-content_book_related .sf-content_book_article .sf-content_book_description {
  font-size: 14px;
  margin-left: 10px;
}
.sf-content_books_related .sf-content_book_related .sf-content_book_article .sf-content_book_description h4 {
  margin-top: 5px;
}
.sf-content_books_related .sf-content_book_related .sf-content_book_article .sf-content_book_description p {
  line-height: 20px;
  margin-top: 10px;
}
.sf-content_books_related .sf-content_book_related .sf-content_book_article .sf-content_book_description .sf-contents_book_read {
  width: 220px;
  height: 36px;
  margin-top: 10px;
  background: url("../img/contents_book_read_btn.png") no-repeat;
}
.sf-content_books_related .sf-content_book_related .sf-content_book_article .sf-content_book_description .sf-contents_book_read a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sf-content_books_related .sf-content_book_related .sf-content_book_article .sf-content_book_description .sf-contents_book_read:hover {
  opacity: 0.7;
}
.sf-content_books_related h3 {
  padding: 5px 0 5px 15px;
  border-left: solid 5px #333333;
}
.sf-content_books_related .sf-content_sale_btn {
  text-align: center;
}
.sf-content_books_related .sf-disable {
  background-color: #555555 !important;
  opacity: 0.5;
}
.sf-content_books_related .sf-disable img {
  opacity: 0.3;
}
.sf-content_books_related .sf-contens_book_more {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 100%;
  height: 33px;
  margin: 5px 0 20px 0;
  border-radius: 20px;
  background-color: #333333;
}

.sf-related_keywords h3 {
  padding: 5px 0 5px 15px;
  border-left: solid 5px #333333;
}
.sf-related_keywords .sf-related_keyword {
  display: inline-block;
  height: 24px;
  padding: 6px 30px 0;
  border-radius: 20px;
  margin: 15px 15px 0 0;
  background-color: #eeeeee;
}

/* Wordpressの追加要素に対するスタイル指定「あなたにおすすめ」start */
.yarpp-related {
  margin: 0 auto !important;
}
.yarpp-related h3 {
  font-weight: normal !important;
  text-transform: none !important;
}
.yarpp-related a {
  font-weight: normal !important;
}

/* Wordpressの追加要素に対するスタイル指定「あなたにおすすめ」end */
.sf-content_books_recommend {
  margin: 0 20px;
}
.sf-content_books_recommend h3 {
  font-size: 20px !important;
  color: #222222;
  margin-top: 30px !important;
  padding: 5px 0 5px 15px !important;
  border-left: solid 5px #333333;
}
.sf-content_books_recommend .sf-content_book_recommend {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.sf-content_books_recommend .sf-content_book_recommend::after {
  content: "";
  display: block;
  width: 350px;
}

/* メインコンテンツ end */
/* サブコンテンツ start */
.sf-banner {
  margin-bottom: 20px;
}
.sf-banner img {
  margin: 25px 0 0 25px;
  border: none;
  width: 300px;
  height: 300px;
}

.sf-latest_info {
  padding: 30px 60px;
  margin-bottom: 20px;
}
.sf-latest_info h2 {
  font-size: 22px;
  line-height: 30px;
  border-left: solid 5px #333333;
  padding-left: 13px;
  margin-bottom: 15px;
}
.sf-latest_info img {
  width: 220px;
  height: auto;
}
.sf-latest_info p {
  line-height: 1.75em;
}
.sf-latest_info a {
  display: block;
  margin-top: 16px;
}

.sf-last_info {
    padding: 25px;
    padding: 30px 60px;
    margin-bottom: 20px;
}

.sf-last_info img {
    width: 300px;
    height: auto;
}

.sf-last_info a {
    display: block;
}

.sf-popular_articles {
  width: 330px;
  height: 700px;
  padding: 20px 0 0 20px;
  margin-bottom: 20px;
  background: url(../img/popular_bg.png) no-repeat;
}
.sf-popular_articles h2 {
  font-size: 25px;
  border-bottom: solid 3px #ffff00;
  padding-bottom: 5px;
  width: 121px;
  letter-spacing: 5px;
}

.sf-popular_article {
  width: 310px;
  display: flex;
  flex-flow: row;
  padding: 20px 0;
  position: relative;
  border-bottom: dotted 1px #cccccc;
}
.sf-popular_article img {
  width: 130px;
  height: auto;
  border: 2px #000000 solid;
}
.sf-popular_article p {
  line-height: 1.7em;
  font-size: 0.85em;
  padding-left: 7px;
}

.sf-ranking {
  font-family: "Slabo 27px", serif;
  font-size: 2.75em;
  position: absolute;
  bottom: 2px;
  right: 0px;
  color: #ffff00;
}

/* サブコンテンツ end */
/* フッター start */
footer {
  color: #ffffff;
  padding-bottom: 80px;
  background-color: #333333;
}
footer h3 {
  font-size: 1.1em;
}
footer p, footer li {
  font-size: 0.9em;
  line-height: 1.5em;
}
footer #sf-footer_wrap {
  width: 1130px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
footer #sf-information_list {
  width: 677px;
  padding: 20px 50px 50px 18px;
}
footer #sf-information_list h3 {
  margin-bottom: 5px;
}
footer #sf-information_list > div {
  margin-bottom: 30px;
}
footer #sf-information_list a {
  color: #ffffff;
}
footer #sf-other {
  width: 350px;
  height: 315px;
  margin-top: 30px;
  background-color: #888888;
  border-radius: 10px;
}
footer #sf-other h3 {
  border-bottom: dotted 1px #ffffff;
  padding: 20px 0 10px 0;
  text-align: center;
}
footer #sf-other p {
  text-align: center;
  margin: 10px 0 30px 0;
}
footer #sf-other ul {
  margin: 10px 0 0 1em;
}
footer #sf-other li {
  list-style-type: disc;
}
footer #sf-sns {
  width: 260px;
  margin: 0 auto;
}
footer #sf-policy {
  width: 260px;
  margin: 0 auto;
}
footer #sf-policy a {
  color: #ffffff;
}
footer .sf-abj {
  padding: 0 20px;
  margin-bottom: 20px;
}
footer .sf-abj a {
  color: #fff;
}
footer .sf-abj a:hover {
  text-decoration: underline;
}
footer #sf-copyright {
  position: relative;
  bottom: 10px;
  padding: 0 20px;
}

.grecaptcha-badge { visibility: hidden; }

/* フッター end */
/* モーダル start */
.sf-modal {
  display: none;
  max-width: 1092px;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: fixed;
  z-index: 202;
}
.sf-modal h3 {
  font-size: 2em;
  margin: 30px 30px 0;
}
.sf-modal .sf-modal_close {
  display: block;
  text-align: right;
}
.sf-modal .sf-store_links {
  margin: 0 30px 50px 0;
  display: flex;
  flex-wrap: wrap;
}
.sf-modal .sf-store_links a {
  margin: 30px 0 0 30px;
}

#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
}

/* モーダル end */
/* Javascriptプラグイン */
#sf-slider_top {
  margin-top: 20px;
}
#sf-slider_top h1.sp-layer {
  display: inline-block !important;
  font-size: 28px !important;
  width: auto !important;
  padding: 0 10px !important;
  margin-left: 15px;
  background: #343434 !important;
}
#sf-slider_top h1.sp-layer.sf-slider_h1_first {
  bottom: 134px !important;
}
#sf-slider_top h1.sp-layer.sf-slider_h1_second {
  bottom: 90px !important;
}
#sf-slider_top .sf-slider_summary {
  position: absolute;
  width: 800px;
  height: 90px;
  bottom: 0;
  background-image: url("../img/slider_shadow.png");
}
#sf-slider_top .sf-slider_summary p {
  max-width: 620px;
  color: #ffffff;
  line-height: 2 !important;
  margin-left: 15px !important;
  padding: 0 10px !important;
  border-left: solid 5px #ffffff;
  bottom: 15px !important;
}
#sf-slider_top a {
  color: #ffffff;
  text-decoration: none;
}
#sf-slider_top .sp-fade-arrows {
  opacity: 1;
}
#sf-slider_top .sp-arrows {
  top: auto !important;
  bottom: 45px !important;
}
#sf-slider_top .sp-arrows .sp-previous-arrow {
  display: block;
  background: url(../img/slider_button_left.png) no-repeat left top;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  left: 50%;
  margin-left: 317px;
}
#sf-slider_top .sp-arrows .sp-previous-arrow:after, #sf-slider_top .sp-arrows .sp-previous-arrow:before {
  display: none;
}
#sf-slider_top .sp-arrows .sp-next-arrow {
  right: 50%;
  margin-right: -390px;
  display: block;
  background: url(../img/slider_button_right.png) no-repeat left top;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#sf-slider_top .sp-arrows .sp-next-arrow:after, #sf-slider_top .sp-arrows .sp-next-arrow:before {
  display: none;
}

.sf-slider_authors {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #ffffff;
}
.sf-slider_authors h3 {
  font-size: 25px;
}
.sf-slider_authors .sf-sliders {
  margin-top: 20px;
}
.sf-slider_authors .sf-sliders .slick-prev {
  width: 32px;
  height: 32px;
  left: auto;
  right: 27px;
  top: -39px;
  background: url(../img/slider_authors_button_left.png) no-repeat left top;
}
.sf-slider_authors .sf-sliders .slick-prev:before {
  display: none;
}
.sf-slider_authors .sf-sliders .slick-next {
  width: 32px;
  height: 32px;
  right: -10px;
  top: -39px;
  background: url(../img/slider_authors_button_right.png) no-repeat left top;
}
.sf-slider_authors .sf-sliders .slick-next:before {
  display: none;
}
.sf-slider_authors .sf-sliders .slick-list .slick-slide {
  text-align: center;
}
.sf-slider_authors .sf-sliders .slick-list .slick-slide img {
  margin: 0 auto;
  width: 95px;
  height: auto;
}
.sf-slider_authors .sf-sliders .slick-list .slick-slide .sf-slider_author_description {
  display: block;
  font-size: 0.9em;
  margin-top: 5px;
  line-height: 24px;
}
.sf-slider_authors .sf-sliders img {
  border-radius: 50%;
}

.sf-serial_comics {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ccc;
  padding: 20px 0;
}
.sf-serial_comics ul {
  justify-content: space-between;
  max-width: 1090px;
  margin: 0 auto;
}
.sf-serial_comics ul:after {
  content: "";
  display: block;
  width: 350px;
  height: 0;
}
.sf-serial_comics ul .sf-serial_comic img {
  width: 350px;
  height: auto;
}
.sf-serial_comics ul .sf-serial_comic:nth-child(-n+3) {
  margin-bottom: 10px;
}

.alm-reveal {
  display: flex;
  flex-wrap: wrap;
}

/* Javascriptプラグイン end */
/* 記事中に後から追加した構造のスタイル start */
.sf-article_thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sf-article_thumbnail:after {
  content: "";
  display: block;
  width: 30%;
}
.sf-article_thumbnail img {
  border: solid 1px #eee;
  box-sizing: border-box;
  width: 30%;
  align-self: flex-start;
  margin-top: 20px;
}
.sf-article_thumbnail img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.sf-toast {
  display: none;
}

/* 記事中に後から追加した構造のスタイル end */
@media screen and (max-width: 767px) {
  header,
#sf-site-logo_scrollheader_pc {
    display: none;
    z-index: 300;
  }

  #sf-scroll_header .sf-scroll_header_wrapper > a:first-child {
    display: none;
  }
  #sf-scroll_header .sf-scroll_header_wrapper > a:nth-child(2) {
    display: block;
  }
  #sf-scroll_header #sf-scroll_menus,
#sf-scroll_header #sf-scroll_tags,
#sf-scroll_header #sf-scroll_account {
    width: 90%;
  }
  #sf-scroll_header #sf-site-logo_scrollheader {
    display: block;
    width: 140px;
    height: auto;
    margin-top: 5px;
  }
  #sf-scroll_header #sf-scroll_header_balloon {
    display: block;
    position: absolute;
    max-width: 25%;
    margin: auto;
    right: 35px;
    z-index: 310;
  }
  #sf-scroll_header #sf-menu-trigger {
    right: 10px;
  }
  #sf-scroll_header #sf-menu-contents {
    height: calc(100vh - 62px);
  }
  #sf-scroll_header #sf-menu-contents #sf-menu-contents_wrapper {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #sf-scroll_header #sf-scroll_menus nav {
    width: auto;
    margin: 0 auto 30px;
  }
  #sf-scroll_header #sf-scroll_menus nav ul {
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  #sf-scroll_header #sf-scroll_menus nav ul .sf-scroll-menu {
    width: 50%;
    margin-top: 20px;
  }
  #sf-scroll_header #sf-scroll_menus nav ul .sf-scroll-menu a {
    margin-left: 85px;
  }
  #sf-scroll_header #sf-scroll_menus nav ul #sf-scroll-home {
    background-position: 70px 2px;
  }
  #sf-scroll_header #sf-scroll_menus nav ul #sf-scroll-home a {
    margin-left: 95px;
  }
  #sf-scroll_header #sf-scroll_menus nav ul #sf-scroll-manga {
    background-position: 6px 2px;
  }
  #sf-scroll_header #sf-scroll_menus nav ul #sf-scroll-manga a {
    margin-left: 30px;
  }
  #sf-scroll_header #sf-scroll_menus nav ul #sf-scroll-column {
    background-position: 70px 2px;
  }
  #sf-scroll_header #sf-scroll_menus nav ul #sf-scroll-column a {
    margin-left: 95px;
  }
  #sf-scroll_header #sf-scroll_menus nav ul #sf-scroll-interview {
    width: auto;
  }
  #sf-scroll_header #sf-scroll_menus nav ul #sf-scroll-interview a {
    margin-left: 30px;
  }
  #sf-scroll_header #sf-scroll_menus nav ul #sf-scroll-author {
    background-position: 70px 2px;
  }
  #sf-scroll_header #sf-scroll_menus nav ul #sf-scroll-author a {
    margin-left: 95px;
  }

  #sf-slider_top {
    margin-top: 62px !important;
  }
  #sf-slider_top h1.sp-layer {
    font-size: 14px !important;
    padding: 5px 10px !important;
  }
  #sf-slider_top h1.sp-layer.sf-slider_h1_first {
    bottom: 50px !important;
  }
  #sf-slider_top h1.sp-layer.sf-slider_h1_second {
    bottom: 10px !important;
  }
  #sf-slider_top .sf-slider_summary {
    bottom: -90px;
    width: 100%;
    background-image: none;
    background-color: #ffffff;
  }
  #sf-slider_top .sf-slider_summary p {
    line-height: 1.75 !important;
    border-left: solid 5px #333333;
    bottom: 9px !important;
    color: #333333;
    width: auto !important;
  }
  #sf-slider_top .sf-slider_summary p a {
    color: #333333;
  }
  #sf-slider_top .sp-arrows {
    top: 25px !important;
    bottom: auto !important;
  }

  #sf-top_contents,
#sf-contents {
    width: auto;
  }
  #sf-top_contents .sf-one_column,
#sf-top_contents .sf-two_column,
#sf-contents .sf-one_column,
#sf-contents .sf-two_column {
    width: 350px;
    margin: 0 auto;
  }
  #sf-top_contents .sf-one_column .sf-archives .sf-archive_margin_left,
#sf-top_contents .sf-two_column .sf-archives .sf-archive_margin_left,
#sf-contents .sf-one_column .sf-archives .sf-archive_margin_left,
#sf-contents .sf-two_column .sf-archives .sf-archive_margin_left {
    margin-left: 0;
  }
  #sf-top_contents .sf-one_column .sf-archives .sf-archive,
#sf-top_contents .sf-two_column .sf-archives .sf-archive,
#sf-contents .sf-one_column .sf-archives .sf-archive,
#sf-contents .sf-two_column .sf-archives .sf-archive {
    min-height: 128px;
    margin-bottom: 5px;
  }
  #sf-top_contents .sf-one_column .sf-archives .sf-archive img,
#sf-top_contents .sf-two_column .sf-archives .sf-archive img,
#sf-contents .sf-one_column .sf-archives .sf-archive img,
#sf-contents .sf-two_column .sf-archives .sf-archive img {
    margin: 5px 0 0 5px;
    width: 165px;
    height: auto;
  }
  #sf-top_contents .sf-one_column .sf-archives .sf-archive .sf-date,
#sf-top_contents .sf-two_column .sf-archives .sf-archive .sf-date,
#sf-contents .sf-one_column .sf-archives .sf-archive .sf-date,
#sf-contents .sf-two_column .sf-archives .sf-archive .sf-date {
    position: absolute;
    top: 105px;
    left: 108px;
    font-size: 0.85em;
  }
  #sf-top_contents .sf-one_column .sf-archives .sf-archive .sf-category,
#sf-top_contents .sf-two_column .sf-archives .sf-archive .sf-category,
#sf-contents .sf-one_column .sf-archives .sf-archive .sf-category,
#sf-contents .sf-two_column .sf-archives .sf-archive .sf-category {
    margin: 30px 0 0 -174.4px;
    padding: 1px 8px;
    font-size: 0.85em;
  }
  #sf-top_contents .sf-one_column .sf-archives .sf-archive h2,
#sf-top_contents .sf-two_column .sf-archives .sf-archive h2,
#sf-contents .sf-one_column .sf-archives .sf-archive h2,
#sf-contents .sf-two_column .sf-archives .sf-archive h2 {
    margin: -120px 0.9em 0 182px;
    font-size: 0.8em;
  }
  #sf-top_contents .sf-one_column .sf-archives .sf-archive p,
#sf-top_contents .sf-two_column .sf-archives .sf-archive p,
#sf-contents .sf-one_column .sf-archives .sf-archive p,
#sf-contents .sf-two_column .sf-archives .sf-archive p {
    margin: 12px 0.9em 0 182px;
    font-size: 0.9em;
  }
  #sf-top_contents .sf-one_column .sf-archives .sf-banner,
#sf-top_contents .sf-two_column .sf-archives .sf-banner,
#sf-contents .sf-one_column .sf-archives .sf-banner,
#sf-contents .sf-two_column .sf-archives .sf-banner {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  #sf-top_contents .sf-one_column .sf-archives .sf-banner img,
#sf-top_contents .sf-two_column .sf-archives .sf-banner img,
#sf-contents .sf-one_column .sf-archives .sf-banner img,
#sf-contents .sf-two_column .sf-archives .sf-banner img {
    margin: 25px 0 0 25px;
    border: none;
    width: 300px;
    height: 300px;
  }
  #sf-top_contents .sf-one_column .sf-feature_article,
#sf-top_contents .sf-two_column .sf-feature_article,
#sf-contents .sf-one_column .sf-feature_article,
#sf-contents .sf-two_column .sf-feature_article {
    display: block;
    margin-top: 10px;
  }
  #sf-top_contents .sf-one_column .sf-feature_article .sf-archive_large,
#sf-top_contents .sf-two_column .sf-feature_article .sf-archive_large,
#sf-contents .sf-one_column .sf-feature_article .sf-archive_large,
#sf-contents .sf-two_column .sf-feature_article .sf-archive_large {
    display: block;
    width: 350px;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  #sf-top_contents .sf-one_column .sf-feature_article .sf-archive_large > a img,
#sf-top_contents .sf-two_column .sf-feature_article .sf-archive_large > a img,
#sf-contents .sf-one_column .sf-feature_article .sf-archive_large > a img,
#sf-contents .sf-two_column .sf-feature_article .sf-archive_large > a img {
    max-width: 91%;
    margin-bottom: 10px;
  }
  #sf-top_contents .sf-one_column .sf-feature_article .sf-archive_large .sf-archive-article,
#sf-top_contents .sf-two_column .sf-feature_article .sf-archive_large .sf-archive-article,
#sf-contents .sf-one_column .sf-feature_article .sf-archive_large .sf-archive-article,
#sf-contents .sf-two_column .sf-feature_article .sf-archive_large .sf-archive-article {
    border: 0;
    margin: 0 15px;
    padding: 0;
  }
  #sf-top_contents .sf-one_column .sf-feature_article .sf-archive_large .sf-archive-article h2,
#sf-top_contents .sf-two_column .sf-feature_article .sf-archive_large .sf-archive-article h2,
#sf-contents .sf-one_column .sf-feature_article .sf-archive_large .sf-archive-article h2,
#sf-contents .sf-two_column .sf-feature_article .sf-archive_large .sf-archive-article h2 {
    border-top: solid 5px #99ccff;
    border-bottom: solid 5px #99ccff;
    padding: 10px 0;
    margin-bottom: 0;
  }
  #sf-top_contents .sf-one_column .sf-feature_article .sf-archive_large .sf-archive-article .sf-date,
#sf-top_contents .sf-two_column .sf-feature_article .sf-archive_large .sf-archive-article .sf-date,
#sf-contents .sf-one_column .sf-feature_article .sf-archive_large .sf-archive-article .sf-date,
#sf-contents .sf-two_column .sf-feature_article .sf-archive_large .sf-archive-article .sf-date {
    right: 0;
  }
  #sf-top_contents .sf-one_column .sf-feature_article .sf-archive_large .sf-archive-article p,
#sf-top_contents .sf-two_column .sf-feature_article .sf-archive_large .sf-archive-article p,
#sf-contents .sf-one_column .sf-feature_article .sf-archive_large .sf-archive-article p,
#sf-contents .sf-two_column .sf-feature_article .sf-archive_large .sf-archive-article p {
    margin-top: 10px;
  }
  #sf-top_contents .sf-one_column .sf-flex_wrap .sf-popular_articles,
#sf-top_contents .sf-two_column .sf-flex_wrap .sf-popular_articles,
#sf-contents .sf-one_column .sf-flex_wrap .sf-popular_articles,
#sf-contents .sf-two_column .sf-flex_wrap .sf-popular_articles {
    margin: 5px 0 10px;
  }
  #sf-top_contents .sf-one_column .sf-flex_wrap .sf-popular_articles .sf-popular_article,
#sf-top_contents .sf-two_column .sf-flex_wrap .sf-popular_articles .sf-popular_article,
#sf-contents .sf-one_column .sf-flex_wrap .sf-popular_articles .sf-popular_article,
#sf-contents .sf-two_column .sf-flex_wrap .sf-popular_articles .sf-popular_article {
    flex-flow: row-reverse;
    justify-content: space-between;
  }
  #sf-top_contents .sf-one_column .sf-flex_wrap .sf-popular_articles .sf-popular_article p,
#sf-top_contents .sf-two_column .sf-flex_wrap .sf-popular_articles .sf-popular_article p,
#sf-contents .sf-one_column .sf-flex_wrap .sf-popular_articles .sf-popular_article p,
#sf-contents .sf-two_column .sf-flex_wrap .sf-popular_articles .sf-popular_article p {
    padding-left: 0;
    padding-right: 0.85em;
  }
  #sf-top_contents .sf-one_column .sf-flex_wrap .sf-popular_articles .sf-popular_article .sf-ranking,
#sf-top_contents .sf-two_column .sf-flex_wrap .sf-popular_articles .sf-popular_article .sf-ranking,
#sf-contents .sf-one_column .sf-flex_wrap .sf-popular_articles .sf-popular_article .sf-ranking,
#sf-contents .sf-two_column .sf-flex_wrap .sf-popular_articles .sf-popular_article .sf-ranking {
    bottom: 5px;
    right: 160px;
  }
  #sf-top_contents .sf-one_column .sf-slider_authors,
#sf-top_contents .sf-two_column .sf-slider_authors,
#sf-contents .sf-one_column .sf-slider_authors,
#sf-contents .sf-two_column .sf-slider_authors {
    width: 310px;
    margin-bottom: 10px;
  }
  #sf-top_contents .sf-authors_list,
#sf-contents .sf-authors_list {
    padding-bottom: 40px;
  }
  #sf-top_contents .sf-authors_list .sf-author_container,
#sf-contents .sf-authors_list .sf-author_container {
    min-height: 108px;
    border-bottom: solid 5px #eeeeee;
    padding-top: 10px;
    margin: 0 10px 0;
  }
  #sf-top_contents .sf-authors_list .sf-author_container a img,
#sf-contents .sf-authors_list .sf-author_container a img {
    width: 82.5px;
    height: auto;
  }
  #sf-top_contents .sf-authors_list .sf-author_container .sf-author,
#sf-contents .sf-authors_list .sf-author_container .sf-author {
    padding-bottom: 10px;
  }
  #sf-top_contents .sf-authors_list .sf-author_container .sf-author h2:last-child,
#sf-contents .sf-authors_list .sf-author_container .sf-author h2:last-child {
    font-size: 1.125em;
  }
  #sf-top_contents .sf-authors_list .sf-author_container:nth-child(3n+1),
#sf-contents .sf-authors_list .sf-author_container:nth-child(3n+1) {
    padding-left: 0;
  }
  #sf-top_contents .sf-authors_list .sf-author_container:nth-child(3n+1) .sf-author,
#sf-contents .sf-authors_list .sf-author_container:nth-child(3n+1) .sf-author {
    padding-right: 1.25em;
  }
  #sf-top_contents .sf-authors .sf-author_book_main_img,
#sf-top_contents .sf-content .sf-author_book_main_img,
#sf-contents .sf-authors .sf-author_book_main_img,
#sf-contents .sf-content .sf-author_book_main_img {
    float: none;
    display: block;
    max-width: 90%;
    margin: auto;
  }
  #sf-top_contents .sf-authors .sf-author_profile,
#sf-top_contents .sf-content .sf-author_profile,
#sf-contents .sf-authors .sf-author_profile,
#sf-contents .sf-content .sf-author_profile {
    display: block;
  }
  #sf-top_contents .sf-authors .sf-author_profile .sf-author_description,
#sf-top_contents .sf-content .sf-author_profile .sf-author_description,
#sf-contents .sf-authors .sf-author_profile .sf-author_description,
#sf-contents .sf-content .sf-author_profile .sf-author_description {
    margin: 20px 0 0 0;
  }
  #sf-top_contents .sf-authors .sf-author_profile img,
#sf-top_contents .sf-content .sf-author_profile img,
#sf-contents .sf-authors .sf-author_profile img,
#sf-contents .sf-content .sf-author_profile img {
    display: block;
    margin: auto;
  }
  #sf-top_contents .sf-authors .sf-content_book_sale,
#sf-top_contents .sf-content .sf-content_book_sale,
#sf-contents .sf-authors .sf-content_book_sale,
#sf-contents .sf-content .sf-content_book_sale {
    flex-wrap: wrap;
  }
  #sf-top_contents .sf-authors .sf-content_book_sale img,
#sf-top_contents .sf-content .sf-content_book_sale img,
#sf-contents .sf-authors .sf-content_book_sale img,
#sf-contents .sf-content .sf-content_book_sale img {
    display: block;
    margin: auto;
  }
  #sf-top_contents .sf-authors .sf-content_book_sale .sf-content_book_description .sf-comicstore_modal_open,
#sf-top_contents .sf-content .sf-content_book_sale .sf-content_book_description .sf-comicstore_modal_open,
#sf-contents .sf-authors .sf-content_book_sale .sf-content_book_description .sf-comicstore_modal_open,
#sf-contents .sf-content .sf-content_book_sale .sf-content_book_description .sf-comicstore_modal_open {
    margin-top: 10px;
  }
  #sf-top_contents .sf-authors .sf-content_book_sale .sf-content_book_description li,
#sf-top_contents .sf-content .sf-content_book_sale .sf-content_book_description li,
#sf-contents .sf-authors .sf-content_book_sale .sf-content_book_description li,
#sf-contents .sf-content .sf-content_book_sale .sf-content_book_description li {
    margin-top: 20px;
  }
  #sf-top_contents .sf-authors .sf-content_book_sale .sf-content_book_description li .sf-author_book_sale,
#sf-top_contents .sf-content .sf-content_book_sale .sf-content_book_description li .sf-author_book_sale,
#sf-contents .sf-authors .sf-content_book_sale .sf-content_book_description li .sf-author_book_sale,
#sf-contents .sf-content .sf-content_book_sale .sf-content_book_description li .sf-author_book_sale {
    display: block;
  }
  #sf-top_contents .sf-authors .sf-content_book_sale .sf-content_book_description li .sf-author_book_sale a,
#sf-top_contents .sf-content .sf-content_book_sale .sf-content_book_description li .sf-author_book_sale a,
#sf-contents .sf-authors .sf-content_book_sale .sf-content_book_description li .sf-author_book_sale a,
#sf-contents .sf-content .sf-content_book_sale .sf-content_book_description li .sf-author_book_sale a {
    margin-top: 10px;
  }
  #sf-top_contents .sf-authors .sf-content_book_sale .sf-content_book_description h3,
#sf-top_contents .sf-content .sf-content_book_sale .sf-content_book_description h3,
#sf-contents .sf-authors .sf-content_book_sale .sf-content_book_description h3,
#sf-contents .sf-content .sf-content_book_sale .sf-content_book_description h3 {
    margin-top: 10px;
  }
  #sf-top_contents .sf-authors .sf-content_comics_sale,
#sf-top_contents .sf-content .sf-content_comics_sale,
#sf-contents .sf-authors .sf-content_comics_sale,
#sf-contents .sf-content .sf-content_comics_sale {
    flex-wrap: wrap;
  }
  #sf-top_contents .sf-authors .sf-content_comics_sale img,
#sf-top_contents .sf-content .sf-content_comics_sale img,
#sf-contents .sf-authors .sf-content_comics_sale img,
#sf-contents .sf-content .sf-content_comics_sale img {
    display: block;
    margin: auto;
  }
  #sf-top_contents .sf-authors .sf-content_comics_sale .sf-content_book_description,
#sf-top_contents .sf-content .sf-content_comics_sale .sf-content_book_description,
#sf-contents .sf-authors .sf-content_comics_sale .sf-content_book_description,
#sf-contents .sf-content .sf-content_comics_sale .sf-content_book_description {
    margin-top: 0;
  }
  #sf-top_contents .sf-authors .sf-content_comics_sale .sf-content_book_description .sf-comicstore_modal_open,
#sf-top_contents .sf-content .sf-content_comics_sale .sf-content_book_description .sf-comicstore_modal_open,
#sf-contents .sf-authors .sf-content_comics_sale .sf-content_book_description .sf-comicstore_modal_open,
#sf-contents .sf-content .sf-content_comics_sale .sf-content_book_description .sf-comicstore_modal_open {
    margin-top: 10px;
  }
  #sf-top_contents .sf-authors .sf-content_comics_sale .sf-content_book_description:nth-child(even),
#sf-top_contents .sf-content .sf-content_comics_sale .sf-content_book_description:nth-child(even),
#sf-contents .sf-authors .sf-content_comics_sale .sf-content_book_description:nth-child(even),
#sf-contents .sf-content .sf-content_comics_sale .sf-content_book_description:nth-child(even) {
    margin-left: 0;
  }
  #sf-top_contents .sf-authors .sf-content_comics_sale .sf-content_book_description:nth-child(n+2),
#sf-top_contents .sf-content .sf-content_comics_sale .sf-content_book_description:nth-child(n+2),
#sf-contents .sf-authors .sf-content_comics_sale .sf-content_book_description:nth-child(n+2),
#sf-contents .sf-content .sf-content_comics_sale .sf-content_book_description:nth-child(n+2) {
    margin-top: 10px;
  }
  #sf-top_contents .sf-authors .sf-content_comics_sale .sf-content_book_description > img,
#sf-top_contents .sf-content .sf-content_comics_sale .sf-content_book_description > img,
#sf-contents .sf-authors .sf-content_comics_sale .sf-content_book_description > img,
#sf-contents .sf-content .sf-content_comics_sale .sf-content_book_description > img {
    margin-top: 0;
  }
  #sf-top_contents .sf-authors .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons,
#sf-top_contents .sf-content .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons,
#sf-contents .sf-authors .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons,
#sf-contents .sf-content .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons {
    margin: 8px 0 0 5px;
  }
  #sf-top_contents .sf-authors .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons h3,
#sf-top_contents .sf-content .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons h3,
#sf-contents .sf-authors .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons h3,
#sf-contents .sf-content .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons h3 {
    font-size: 0.875em;
  }
  #sf-top_contents .sf-authors .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a,
#sf-top_contents .sf-content .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a,
#sf-contents .sf-authors .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a,
#sf-contents .sf-content .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a {
    font-size: 0.875em;
    width: 192px;
  }
  #sf-top_contents .sf-authors .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a span,
#sf-top_contents .sf-content .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a span,
#sf-contents .sf-authors .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a span,
#sf-contents .sf-content .sf-content_comics_sale .sf-content_book_description .sf-content_book_buy_buttons a span {
    padding-right: 2em;
  }
  #sf-top_contents .sf-authors .sf-content_books_related .sf-content_book_article,
#sf-top_contents .sf-content .sf-content_books_related .sf-content_book_article,
#sf-contents .sf-authors .sf-content_books_related .sf-content_book_article,
#sf-contents .sf-content .sf-content_books_related .sf-content_book_article {
    flex-wrap: nowrap;
  }
  #sf-top_contents .sf-authors .sf-content_books_related .sf-content_book_article .sf-content_book_description,
#sf-top_contents .sf-content .sf-content_books_related .sf-content_book_article .sf-content_book_description,
#sf-contents .sf-authors .sf-content_books_related .sf-content_book_article .sf-content_book_description,
#sf-contents .sf-content .sf-content_books_related .sf-content_book_article .sf-content_book_description {
    width: 160px;
  }
  #sf-top_contents .sf-authors .sf-content_books_related .sf-content_book_article .sf-content_book_description .sf-contents_book_read,
#sf-top_contents .sf-content .sf-content_books_related .sf-content_book_article .sf-content_book_description .sf-contents_book_read,
#sf-contents .sf-authors .sf-content_books_related .sf-content_book_article .sf-content_book_description .sf-contents_book_read,
#sf-contents .sf-content .sf-content_books_related .sf-content_book_article .sf-content_book_description .sf-contents_book_read {
    width: 100% !important;
    height: auto !important;
    padding: 4% 0;
    background-size: contain !important;
  }
  #sf-top_contents .sf-content_sub,
#sf-contents .sf-content_sub {
    margin: 20px auto 0;
  }
  #sf-top_contents .sf-slider_authors .sf-sliders .slick-list .slick-slide img,
#sf-contents .sf-slider_authors .sf-sliders .slick-list .slick-slide img {
    width: 75px;
  }
  #sf-top_contents .sf-serial_comics ul,
#sf-contents .sf-serial_comics ul {
    flex-direction: column;
    text-align: center;
  }
  #sf-top_contents .sf-serial_comics ul .sf-serial_comic:nth-child(n+4):not(:nth-child(n+6)),
#sf-contents .sf-serial_comics ul .sf-serial_comic:nth-child(n+4):not(:nth-child(n+6)) {
    margin-bottom: 10px;
  }
  #sf-top_contents .sf-content_books_recommend .sf-content_book_recommend .sf-archive,
#sf-contents .sf-content_books_recommend .sf-content_book_recommend .sf-archive {
    min-height: 128px;
    margin-bottom: 5px;
    width: 100%;
  }
  #sf-top_contents .sf-content_books_recommend .sf-content_book_recommend .sf-archive img,
#sf-contents .sf-content_books_recommend .sf-content_book_recommend .sf-archive img {
    margin: 5px 0 0 5px;
    width: 165px;
    height: auto;
  }
  #sf-top_contents .sf-content_books_recommend .sf-content_book_recommend .sf-archive .sf-date,
#sf-contents .sf-content_books_recommend .sf-content_book_recommend .sf-archive .sf-date {
    position: absolute;
    top: 105px;
    left: 108px;
    font-size: 0.85em;
  }
  #sf-top_contents .sf-content_books_recommend .sf-content_book_recommend .sf-archive .sf-category,
#sf-contents .sf-content_books_recommend .sf-content_book_recommend .sf-archive .sf-category {
    margin: 30px 0 0 -174.4px;
    padding: 1px 8px;
    font-size: 0.85em;
  }
  #sf-top_contents .sf-content_books_recommend .sf-content_book_recommend .sf-archive h2,
#sf-contents .sf-content_books_recommend .sf-content_book_recommend .sf-archive h2 {
    margin: -120px 0.9em 0 182px;
    font-size: 0.8em;
  }
  #sf-top_contents .sf-content_books_recommend .sf-content_book_recommend .sf-archive p,
#sf-contents .sf-content_books_recommend .sf-content_book_recommend .sf-archive p {
    margin: 12px 0.9em 0 182px;
    font-size: 0.9em;
  }

  #sf-top_contents {
    margin-bottom: 10px;
  }
  #sf-top_contents .alm-btn-wrap {
    margin-top: 5px;
  }

  #sf-contents {
    margin: 62px auto 20px;
  }
  #sf-contents .sf-content_leaf {
    width: 100%;
  }

  .sf-content {
    padding: 15px;
    margin-bottom: 20px;
  }
  .sf-content .sf-content_book_name .sf-book_info {
    display: block;
    margin-left: 0;
  }
  .sf-content #sf-content_main_img img {
    max-width: 96%;
  }



/* SP版横スクロール　start */

/*
  .sf-content .sf-content_img {
    text-align: center;
  }
*/

.sf-contents-cat_column .sf-content .sf-content_img img,
.sf-contents-cat_topics .sf-content .sf-content_img img {
    max-width: 96%;
  }

  .sf-contents-cat_manga .sf-content .sf-content_img {
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .sf-contents-cat_manga .sf-content .sf-content_img img{
    height: auto;
    margin: 0;
  }

  .left-image,.center-image,.right-image {
    position: absolute;
    top : calc(50% - ( 60px / 2 ) );
    left: calc(50% - ( 60px / 2 ) );
    width: auto;
    height: 60px;
  }

.center-image {
    left: calc(50% - ( 180px / 2 ) );
}
  .sf-contents-cat_manga .sf-content .fullscreen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    margin: 0;
    z-index: 900;
  }

  .sf-contents-cat_manga .sf-content .sf-content_img img.sf-content_img_fullscreen {
    width: 100vw;
    height: auto;
  }

/* SP版横スクロール　end */



  .sf-content p .aligncenter {
    max-width: 96%;
    height: auto;
  }
  .sf-content p .alignright,
.sf-content p .alignleft {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  .sf-content .wp-caption {
    max-width: 96%;
    margin: 20px auto 0;
  }
  .sf-content .wp-caption img {
    width: 100%;
    height: auto;
  }
  .sf-content .sf-content_before_next_btns {
    position: static;
    height: auto;
    text-align: center;
  }
  .sf-content .sf-content_before_next_btns .sf-before_btn {
    position: static;
    display: block;
    margin-bottom: 10px;
  }
  .sf-content .sf-content_before_next_btns .sf-next_btn {
    position: static;
  }
  .sf-content .sf-content_book_sale {
    flex-wrap: wrap;
  }
  .sf-content .sf-content_book_sale img {
    display: block;
    margin: auto;
  }

  .sf-about_contents {
    text-align: left;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 30px 20px !important;
  }
  .sf-about_contents h1 {
    margin-top: 40px;
  }
  .sf-about_contents h1 img {
    max-width: 91%;
  }
  .sf-about_contents .sf-inline_img_right {
    margin-top: 20px;
  }
  .sf-about_contents .sf-inline_img_right img {
    display: block;
    margin: auto;
    float: none;
  }
  .sf-about_contents p br {
    display: none;
  }

  footer #sf-footer_wrap {
    width: 100%;
  }
  footer #sf-footer_wrap #sf-information_list {
    width: auto;
    padding: 20px 20px 0;
  }
  footer #sf-footer_wrap #sf-information_list h3 {
    margin-bottom: 10px;
  }
  footer #sf-footer_wrap #sf-information_list p,
footer #sf-footer_wrap #sf-information_list li {
    line-height: 2em;
  }
  footer #sf-footer_wrap #sf-other {
    margin: 0 auto 20px;
  }
  footer #sf-footer_wrap #sf-copyright {
    margin-top: 18px;
  }

  .sf-modal h3 {
    font-size: 1.5em;
    margin: 30px 20px 0;
    line-height: 32px;
  }
  .sf-modal .sf-store_links {
    justify-content: space-between;
    align-content: flex-start;
    margin: 20px 20px 50px;
    height: 65%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sf-modal .sf-store_links a {
    width: 48%;
    margin: 10px 0 0 0;
  }
  .sf-modal .sf-store_links a img {
    max-width: 100%;
  }

  /* android用スタイル */
  .android #sf-slider_top .sf-slider_summary p {
    line-height: 1.75 !important;
  }
  .android .sf-archives .sf-archive .sf-category {
    margin-left: -177px !important;
  }

  /* 記事中に後から追加した構造のスタイル start */
  .sf-article_thumbnail img {
    width: 47%;
  }

  .hide {
    display: none !important;
  }

  .sf-toast {
    box-sizing: border-box;
    display: flex;
    width: 100vw;
    height: auto;
    position: fixed;
    bottom: 0;
    padding: 5px;
    background-color: #fff;
    z-index: 400;
  }
  .sf-toast > img {
    width: auto;
    height: 100%;
    max-width: 110px;
    max-height: 110px;
  }
  .sf-toast .sf-toast_content {
    position: relative;
    width: 70%;
    padding-right: 1.875em;
    margin-left: 0.5em;
  }
  .sf-toast .sf-toast_content p {
    font-size: 0.875em;
    line-height: 1.25;
    padding-bottom: 40px;
  }
  .sf-toast .sf-toast_content p > span {
    display: block;
    color: #990000;
    margin-top: 0.2em;
  }
  .sf-toast .sf-toast_content .sf-toast_btn {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    padding: 10px 6px 10px 10px;
    bottom: 0;
    background-color: #333;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .sf-toast .sf-toast_content .sf-toast_btn > span {
    margin: 0 1em 0 0.5em;
  }
  .sf-toast .sf-toast_content .sf-toast_btn:after {
    content: "＞";
    color: #333;
    padding: 3px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  .sf-toast .sf-toast_close_btn {
    width: 8%;
  }
  .sf-toast .sf-toast_close_btn img {
    width: 100%;
    height: auto;
  }

  /* 記事中に後から追加した構造のスタイル end */
  .sf-general_btn span {
    font-size: 0.78rem;
  }

  .sf-rows_wrapper .sf-article_twoRows {
    margin-bottom: 20px;
  }
}
/* Wordpressの追加要素に対するスタイル指定 */
#sf-top_contents .alm-reveal {
  width: 1090px;
  justify-content: space-between;
}
#sf-top_contents .alm-reveal:after {
  content: "";
  display: block;
  width: 350px;
  height: 0;
}

#sf-contents .alm-reveal {
  width: 720px;
  justify-content: space-between;
}
#sf-contents .sf-content_book_related .alm-reveal {
  display: block;
  width: 100% !important;
  flex-direction: column !important;
}
#sf-contents .sf-content_book_related .alm-reveal .sf-disable img {
  height: 100%;
}
#sf-contents .sf-content_book_related .alm-btn-wrap .alm-load-more-btn {
  color: #ffffff;
  font-size: 18px !important;
  width: 100% !important;
  height: 33px !important;
  margin: 5px 0 20px 0 !important;
  border-radius: 20px !important;
  background-image: none !important;
  background-color: #333333 !important;
}

.alm-btn-wrap {
  text-align: center;
}
.alm-btn-wrap .alm-load-more-btn {
  color: #ffffff;
  font-size: 24px;
  border: none !important;
  width: 350px !important;
  height: 54px !important;
  padding: 0;
  outline: none;
  background: url(../img/more_btn.png) no-repeat !important;
  cursor: pointer;
}
.alm-btn-wrap .done {
  opacity: 0.3;
  cursor: default;
}

@media screen and (max-width: 767px) {
  .alm-reveal {
    width: 350px !important;
  }
}

img {
  pointer-events: none;
}

.sf-before_btn .sf-img_link img,
.sf-next_btn .sf-img_link img{
  pointer-events: auto;
}

a.sf-img_link:hover {
  opacity: 0.7;
}

.sf-accordion {
  width:100%;
  padding: 10px 0;
  border-top: 1px solid #eee;
}

.sf-accordion:last-child {
  border-bottom: 1px solid #eee;
}

.sf-accordion > h3{
  margin-top: 0;
  padding: 5px 0 5px 15px!important;
  border-left: solid 5px #333333;
}

.sf-accordion_title {
  position: relative;
  padding: 20px;
  cursor: pointer;
  margin: 0;
}

.sf-accordion_title:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.sf-accordion_content {
  display: none;
  margin: 0;
}

.sf-accordion_content .sf-content_comics_sale {
  background-color: #fff;
}

.sf-accordion_content .sf-content_books_recommend {
  margin: 0;
}

.sf-accordion_content .sf-archive {
  width: 325px;
  background-color: #eee;
}

.sf-accordion_content .sf-archive:nth-child(3),
.sf-accordion_content .sf-archive:nth-child(4) {
  margin-bottom: 10px;
}

.sf-accordion_content .sf-archive h2 {
  border: none;
  padding: 0;
  margin: 16px 0 0 16px;
  font-size: 1em;
}

.sf-accordion_content .sf-archive p {
  line-height: 1.5em;
}

.sf-accordion_content .sf-archive .sf-img_link img {
  width: 89.4%;
}

.sf-accordion_content .sf-archive .sf-category {
  margin: -3px 0 0 16px;
}

.sf-accordion_content .sf-archive .sf-date {
  top: 185px;
  right: 18px;
}

.sf-hamburger {
  position: absolute;
  display: block;
  width: 35px;
  height: 25px;
  top: 50%;
  right: 0;
  transform: translateY(-50%); 
}

.sf-hamburger_bar {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #000;
  transition: all 0.3s;
  transform: rotate(0deg);
}

.sf-hamburger_top {
  top: 0;
}

.sf-hamburger_middle {
  top: 50%;
}

.sf-hamburger_bottom {
  top: 100%;
}

.sf-hamburger_active .sf-hamburger_top {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.sf-hamburger_active .sf-hamburger_middle {
  background: rgba(0, 0, 0, 0);
}

.sf-hamburger_active .sf-hamburger_bottom {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.sf-campaign-banner_top {
  display: flex;
  justify-content: center;
  max-width: 1090px;
  margin: 20px auto 20px;
}

.sf-campaign_banner {
  text-align: center;
  margin-top: 30px;
}

.sf-campaign-banner_top a {
  margin-right: 20px;
}

.sf-campaign_banner a {
  display: inline-block;
}

.sf-campaign-banner_top a:last-child {
  margin-right: 0;
}

.sf-campaign-banner_top img,
.sf-campaign_banner img {
  max-width: 500px;
  width: 100%;
}

.sf-banner {
  padding: 25px;
}
.sf-banner a {
  display: block;
  width: 300px;
  height: 150px;
}
.sf-banner img {
  margin: 0;
  height: 100%;
}
.sf-banner_random {
  margin-top: 25px;
}

/* 右列「最新巻」および「エレガンスイブ最新号」レイアウト変更 start */
.sf-latest_info {
  padding: 25px;
}
.sf-last_info {
    padding: 25px;
  }
.sf-sidebar-book_ad {
  display: flex;
  align-items: flex-start;
}
.sf-sidebar-book_ad a {
  margin-top: 0;
}
.sf-sidebar-book_ad a img,
.sf-sidebar-book_ad > img {
  max-width: 145px;
}
.sf-sidebar-book_ad_info {
  margin-left: 20px;
}
.sf-sidebar-book_ad_info p {
  margin-bottom: 16px;
}
.sf-sidebar-book_ad_info a {
  text-wrap: nowrap;
}
.sf-sidebar-book_ad .sf-sidebar-book_ad_info a span {
  display: inline-block;
  line-height: 36px;
  vertical-align: top;
  padding-right: 1em;
  background-color: #333;
  color: #fff;
  min-width: 65px;
}
.sf-sidebar-book_ad .sf-sidebar-book_ad_info a:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 36px;
  background: url(../img/comic_buy_btn_left_v3.png) no-repeat 50% 100%;
}
.sf-sidebar-book_ad .sf-sidebar-book_ad_info a:after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 36px;
  background: url(../img/comic_buy_btn_right_v3.png) no-repeat 50% 100%;
}
.sf-sidebar-book_ad .sf-sidebar-book_ad_info a:last-child {
  margin-top: 5px;
}
.sf-sidebar-book_ad .sf-sidebar-book_ad_info a:hover {
  opacity: .7;
}
/* 右列「最新巻」および「エレガンスイブ最新号」レイアウト変更 end */

/* 月次更新カレンダー start */
.sf-monthly-update-calendar {
  padding: 25px;
}
.sf-monthly-update-calendar img {
  margin: 0;
  width: 100%;
  height: auto;
  border: none;
}
/* 月次更新カレンダー end */

@media screen and (max-width: 767px) {
/* 
    #sf-contents {
    margin-top: 0 !important;
    overflow-wrap: break-word;
  }

  .sf-contents-cat_column .sf-content_img > img {
    max-width: 100%!important;
  }
 */

  .sf-campaign-banner_top {
    flex-wrap: wrap;
    margin: 67px 0 0;
    padding: 0 15px;
  }

  .sf-campaign-banner_top a {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .sf-content .sf-announce,
  .sf-content .sf-campaign_banner,
  .sf-content .sf-article_sns,
  .sf-content .sf-accordion {
    padding-right: 15px;
    padding-left: 15px;
  }

  .sf-content .sf-accordion {
    width: auto;
  }

  .sf-banner img {
    margin: 0!important;
    height: 100%!important;
  }

  /* 月次更新カレンダー start */
  .sf-monthly-update-calendar img {
    margin: 0!important;
    width: 300px!important;
  }
  /* 月次更新カレンダー end */
}
/*# sourceMappingURL=style.css.map */