/**
  * DVW Common Mobile CSS v1.0.1
  * @description モバイル向け共通スタイルシート
  * @author DVW Team
  * @version 1.0.1
*/

@charset "UTF-8";

/* ------------------------------------------------------ */

/*  reset */

/* ------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q::before, q::after {
  content: '';
}

abbr, acronym {
  font-variant: normal;
  border: 0;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

table {
  width: 100%;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

:root {
  box-sizing: border-box;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active, :focus, :target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

img {
  vertical-align: bottom;
}

/* Font Size --------------------------------- */
li p, dd p, li li, dd li, th p, td p {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

table {
  font-size: inherit;
  font-size: 100%;
}

/* clearfix --------------------------------- */
.clearfix::after,
.cf::after {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
  content: " ";
}

* html .clearfix, * html .cf {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix, *:first-child + html .cf {
  zoom: 1;
}

/* IE7 */

/* ------------------------------------------------------ */

/* noneImages */

/* ------------------------------------------------------ */
.noneImages {
  display: none;
}

.nf-message {
  display: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;

  /* font-family: 'Noto Sans Japanese', Arial, sans-serif; */
  font-family: Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic Medium",Meiryo,sans-serif;
  color: #000;
  text-align: center;
  background: #fff;
  text-size-adjust: none;
  text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a img {
  filter: alpha(opacity=100);
  opacity: 1;
  transition: all 0.2s ease-out 0s;
}

* {
  appearance: none;
}

.layout {
  position: absolute;
  top: -71px;
  left: 50%;
  width: 1540px;
  margin-left: -770px;
}

.fw100 {
  font-weight: 300;
}

.fw200 {
  font-weight: 300;
}

.fw300 {
  font-weight: 400;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 700;
}

.fw600 {
  font-weight: 700;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 700;
}

.fw900 {
  font-weight: 700;
}

#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#contents {
  position: relative;
  padding-top: 93px;
  text-align: left;
}

.head {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 93px;
  transition: .3s;
}

.head.hide {
  transform: translateY(-100%);
}

.head-inner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 57px;
  margin: 0 auto;
  text-align: left;
  background-color: rgb(255 255 255 / 95%);
}

.head-title {
  position: absolute;
  top: 0;
  left: 5.7%;
  width: 32.4%;
}

.head-title__logo {
  top: 0;
  width: 100%;
}

.head-title__logo a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 57px;
  overflow: hidden;
  background: url("../image/head/logo_dn.png?202202241400") no-repeat left center;
  background-size: contain;
}

.head-title__copy {
  display: inline-block;
  padding-top: 24px;
  margin-right: 10.4%;
  margin-left: 40.6%;
  font-family: "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo;
  font-size: 11px;
  line-height: 12px;
  color: #000;
  letter-spacing: normal;
  vertical-align: top;
}

.head-logo {
  position: relative;
  top: 20px;
  float: left;
  width: 116px;
  margin-left: 25px;
}

.head-search {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 57px;
  margin-left: -32px;
  background: #fff;
}

.head-search form {
  position: relative;
  top: 10px;
  height: 40px;
  padding-left: 32px;
}

.head-search__btn {
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  background: url("../image/head/icon_search.png") no-repeat 0 0;
  background-size: 20px 20px;
}

.head-search__input {
  position: relative;
  top: 3px;
  box-sizing: border-box;
  padding: 3px 5px;
  font-size: 16px;
  border: none;
  transition: all 0.2s ease-out 0s;
}

.head-search__input:focus {
  border: 1px solid #cecece;
  outline: 0;
}

.head-search ::input-placeholder {
  position: relative;
  font-size: 12px;
  color: #b0b0b0;
}

.head--search .head-title__copy {
  display: none;
}

.head--search form {
  padding-left: 25px;
}

.head--search .head-search {
  left: 58%;
}

.gnav {
  position: relative;
  width: 100%;
  height: 36px;
  overflow: hidden;
  background: #ee8219;
}

.gnav-list {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.gnav-item {
  position: relative;
  flex-grow: 1;
  line-height: 36px;
  border-right: 0.5px solid #fff;
}

.gnav-item:last-child {
  border-right: 0;
}

.gnav-item a {
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: all 0.2s ease-out 0s;
}

.gnav-item__logo {
  padding-top: 12px;
}

.gnav-item__logo a {
  line-height: 0;
}

.gnav-arrow__l {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 32px;
  transform: rotate(180deg);
}

.gnav-arrow__r {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
}

.foot {
  position: relative;
  width: 100%;
  padding-top: 50px;
}

.foot-archives {
  padding-bottom: 24px;
  background: #585757;
}

.foot-archives__list {
  margin: 0 5% 28px 5.7%;
  text-align: left;
  letter-spacing: -.40em;
}

.foot-archives__list1 {
  width: 34%;
}

.foot-archives__list2 {
  width: 33%;
}

.foot-archives__list3 {
  width: 33%;
}

.foot-archives__list4 {
  width: 34%;
}

.foot-archives__list5 {
  width: 33%;
}

.foot-archives__list6 {
  width: 33%;
}

.foot-archives__list div {
  display: inline-block;
  padding-top: 39px;
  letter-spacing: normal;
  vertical-align: top;
}

.foot-archives__list__title {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  letter-spacing: normal;
}

.foot-archives__list__title a {
  color: #fff;
}

.foot-archives__list ul li {
  margin-bottom: 12px;
}

.foot-archives__list ul li a {
  font-size: 12px;
  font-weight: 200;
  line-height: 14px;
  color: #fff;
}

.foot-block {
  padding: 26px 0 120px;
  margin: 0 auto;
}

.foot-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: -.40em;
}

.foot-nav__item {
  display: inline-block;
  margin: 0 15px 12px;
  line-height: 12px;
  letter-spacing: normal;
  vertical-align: top;
}

.foot-nav__item a {
  font-size: 10px;
  line-height: 12px;
  color: #484848;
}

.foot-copy {
  padding-top: 5px;
  font-size: 9px;
  color: #6f6c6c;
  text-align: center;
}

.section-title {
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
  border-bottom: 3px solid #000;
}

.section-title2 {
  padding-bottom: 15px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 20px;
  border-bottom: 3px solid #443b39;
}

.section-title2_sub {
  font-size: 20px;
  font-weight: normal;
  vertical-align: top;
}

.section-title2__fs19 {
  padding-bottom: 15px;
  margin-bottom: 24px;
  font-size: 19px;
  line-height: 19px;
  border-bottom: 3px solid #443b39;
}

.section-title3 {
  padding-bottom: 9px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 3px solid #443b39;
}

.inline-wrap {
  width: 100%;
  letter-spacing: -.40em;
}

.inline-l {
  display: inline-block;
  width: 40%;
  text-align: left;
  letter-spacing: normal;
  vertical-align: top;
}

.inline-r {
  display: inline-block;
  width: 60%;
  text-align: right;
  letter-spacing: normal;
  vertical-align: top;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.badge-cate {
  position: absolute;
  bottom: 10px;
  left: -2px;
  min-width: 50px;
  padding: 4px 10px 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background: #ee8219;
}

.badge-cate__review::before {
  content: 'レビュー';
}

.badge-cate__news::before {
  content: 'ニュース';
}

.badge-cate__serial::before {
  content: '連載';
}

.badge-cate__interview::before {
  content: 'インタビュー';
}

.hero {
  width: 100%;
  min-width: 1150px;
  height: 307px;
  max-height: 307px;
  margin-bottom: 40px;
  overflow: hidden;
}

.article-main nav,
.archives-main nav,
.cushion_breadcrumb nav {
  overflow-x: auto;
}

.archives-main nav {
  margin-top: -20px;
  margin-bottom: -20px;
}

.breadcrumb {
  display: table;
  margin: 15px 5% 20px 5.7%;
  font-size: 11px;
  font-weight: 200;
  line-height: 18px;
  letter-spacing: -.40em;
}

.breadcrumb li {
  display:table-cell;
  letter-spacing: normal;
  white-space: nowrap;
  vertical-align: top;
}

.breadcrumb li:last-child {
  padding-right: 10px;
}

.breadcrumb li::after {
  margin: 0 10px;
  content: "＞";
}

.breadcrumb li:last-child::after {
  margin: 0;
  content: "";
}

.breadcrumb li span {
  font-size: 11px;
}

.breadcrumb-arrow {
  padding: 0 10px;
}

.side {
  margin: 40px 5% 0 5.7%;
}

.side-ad1 {
  padding-top: 5px;
  margin-bottom: 57px;
}

.side .section-title2 {
  margin-bottom: 20px;
}

.side .section-title2__fs19 {
  font-size: 19px;
  line-height: 19px;
}

.side .ranking {
  margin-bottom: 40px;
}

.side .ranking .section-title2 {
  margin-bottom: 27px;
}

.ranking-tab_side {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
  text-align: center;
}

.ranking-tab_side > li {
  display: flex;
  align-items: center;
  width: calc( 86% / 4 );
  padding: 8px 0;
  font-weight: 400;
  border: 1px solid #808080;
}

.ranking-tab_side > li:nth-child(-n+4) {
  margin-bottom: 12px;
}

.ranking-tab_side > li.current {
  color: #ee8219;
  border: 1px solid #ee8219;
}

.ranking-tab > li.disable, .ranking-tab_side > li.disable {
  background-color: #fff;
  border: 1px solid #fff;
}

.ranking-tab > li.disable > p, .ranking-tab_side > li.disable > p {
  color: #fff;
}

.ranking-tab_side > li.item > p {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  line-height: 18px;
}

.ranking-tab_side > li.item > a {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
}

.side .ranking-list {
  border-top: 1px solid #cecece;
}

.side .ranking-item {
  position: relative;
  padding: 13px 0 11px 75px;
  border-bottom: 1px solid #cecece;
}

.side .ranking-no {
  position: absolute;
  top: 50%;
  left: 0;
  width: 75px;
  margin-top: -16px;
  font-size: 24px;
  color: #ee8219;
  text-align: center;
}

.rank_no1 .ranking-no {
  width: 15%;
  min-height: 60px;
  margin: -20px 4% 0;
  background-image: url("../image/rank_gold.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.rank_no2 .ranking-no {
  width: 15%;
  min-height: 60px;
  margin: -20px 4% 0;
  background-image: url("../image/rank_silver.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.rank_no3 .ranking-no {
  width: 15%;
  min-height: 60px;
  margin: -20px 4% 0;
  background-image: url("../image/rank_bronze.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.rank_no1 .ranking-no span, .rank_no2 .ranking-no span, .rank_no3 .ranking-no span {
  display: none;
}

.ranking-no span {
  padding-right:10%;
}

.side .rank_no1 .ranking-no, .side .rank_no2 .ranking-no, .side .rank_no3 .ranking-no {
  min-height: 54px;
}

.side .ranking-no span {
  padding-right:0;
}

.side .ranking-title {
  display: flex;
  align-items: center;
  min-height: 40px;
  font-size: 15px;
  line-height: 20px;
}

.ranking-more {
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 44px;
  margin-top:20px;
  font-size: 16px;
  line-height: 44px;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  opacity: 1;
}

.ranking-more::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  margin-left: 16px;
  content: '';
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: all 0.2s ease-out 0s;
  transform: rotate(45deg);
}

.side-channel {
  margin-bottom: 40px;
}

.side-channel__list {
  border-top: 1px solid #cecece;
}

.side-channel__item {
  padding: 15px 0;
  border-bottom: 1px solid #cecece;
}

.side-channel__item a {
  position: relative;
  display: block;
}

.side-channel__item .inline-l {
  position: relative;
  width: 26.9%;
  margin-right: 2.2%;
  vertical-align: middle;
}

.side-channel__item .inline-l::before {
  display: block;
  padding-top: 100%;
  content: '';
}

.side-channel__item .inline-l img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: center top;';
  object-fit: cover;
  object-position: center top;
}

.side-channel__item .inline-r {
  width: 69.5%;
  font-size: 15px;
  text-align: left;
  vertical-align: middle;
}

.side-channel__txt {
  font-size: 15px;
  line-height: 20px;
}

.side-topics {
  margin-bottom: 70px;
}

.side-topics2 {
  margin-bottom: 30px;
}

.side-topics__list {
  position: relative;
  margin-bottom: 25px;
  border-top: 1px solid #cecece;
}

.side-topics__item {
  padding: 15px 0;
  border-bottom: 1px solid #cecece;
}

.side-topics__thumbnail {
  position: relative;
  width: 34.3%;
  margin-right: 5.7%;
  vertical-align: middle;
}

.side-topics__thumbnail::before {
  display: block;
  padding-top: 100%;
  content: '';
}

.side-topics__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: center top;';
  object-fit: cover;
  object-position: center top;
}

.side-topics__title {
  width: 57%;
  font-size: 15px;
  text-align: left;
  vertical-align: top;
}

.side-topics__cate {
  font-size: 12px;
}

.side-topics__date {
  font-size: 12px;
}

.side-topics .inline-wrap {
  color: #b0afaf;
}

.side .sns {
  margin: 0 auto 40px;
}

.side .sns-tw {
  margin-bottom: 30px;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb24 {
  margin-bottom: 24px;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.pt0 {
  padding-top: 0;
}

.pt5 {
  padding-top: 5px;
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: 5px;
}

.rank_chumoku {
  position:  relative;
  padding: 17px 0 15px 22.7%;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
}

.rank_chumoku a {
  font-size:  15px;
  font-weight:  700;
  line-height:  20px;
}

.rank_chumoku p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22.7%;
  margin-top: -6px;
  font-size:  13px;
  font-weight:  700;
  line-height:  15px;
  color: #ee8219;
  text-align: center;
}

.rank_chumoku br {
  display:none;
}

.ranking_ad li:first-child {
  border-top: 1px solid #cecece;
}

.ajarecommend {
  margin: 0 5% 20px 5.7%;
}

.feature {
  margin-bottom: 45px;
}

.feature li {
  aspect-ratio: 536 / 132;
  margin-bottom: 10px;
  overflow: hidden;
}

.feature li img {
  width: 100%;
  height: auto;
}

.side-searchbnr {
  margin-bottom: 60px;
}

@media screen and (width >= 600px) {
  .side-searchbnr {
    max-width: 360px;
    margin: 36px auto;
  }
}

.side-pickupauthor {
  max-width: 360px;
  margin: 0 auto 40px;
}

.side-pickupauthor > h2 {
  position: relative;
  padding-left: 36px;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #686868;
}

.side-pickupauthor > h2 > p {
  position: absolute;
  top: -1px;
  left: -1px;
}

@media screen and (width <= 599px) {
  .side-pickupauthor > h2 {
    font-size: 18px;
    line-height: 18px;
  }
}

.side-pickupauthor > .list {
  letter-spacing: -.40em;
}

.side-pickupauthor > .list .item {
  display: inline-block;
  margin: 0 5px 10px 0;
  letter-spacing: normal;
  vertical-align: top;
}

.side-pickupauthor > .list .item a {
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  font-size: 17px;
  line-height: 34px;
  color: #ee8219;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
}

.side-pickupauthor > .list .item a:hover {
  text-decoration: none;
}
@media screen and (width <= 599px) {
  .side-pickupauthor > .list .item a {
    font-size: 15px;
  }
}
@media screen and (width <= 599px) {
  .side-pickupauthor > .list .item {
    margin: 0 10px 10px 0;
  }
}

.side-pickupauthor > .link-more {
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding-right: 29px;
  font-size: 20px;
  line-height: 36px;
  color: #686868;
  text-align: center;
  border: 2px solid #686868;
}

.side-pickupauthor > .link-more::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: 106px;
  content: '';
  border-top: 2px solid #686868;
  border-right: 2px solid #686868;
  transition: all 0.2s ease-out 0s;
  transform: rotate(45deg);
}

.side-pickupauthor > .link-more:hover {
  text-decoration: none;
}

.side-pickupauthor > .link-more:hover::after {
  margin-left: 116px;
}

@media screen and (width <= 599px) {
  .side-pickupauthor > .link-more {
    font-size: 18px;
  }
}
@media screen and (width <= 374px) {
  .side-pickupauthor > .link-more {
    font-size: 14px !important;
  }
}

.ellipsis {
  font-family: arial;
}

.foot-totop {
  position: fixed;
  right: 5.7%;
  bottom: 120px;
  width: 30px;
  height: 30px;
  background: #989898;
  filter: alpha(opacity=0);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
}

@media screen and (width >= 600px) {
  .foot-totop {
    right: 30px;
    bottom: 30px;
    cursor: pointer;
  }
}

.foot-totop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  margin-left: -5px;
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.cont-sp {
  display: inline-block;
}

.head-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 57px;
  height: 57px;
}

.head-btn > .line {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 2px;
  margin-left: -10px;
  background: #000;
  transition: all 0.2s ease-out 0s;
}

.head-btn > .line.-t {
  top: 15px;
  transform: rotate(0deg);
}

.head-btn > .line.-c {
  top: 22px;
  filter: alpha(opacity=100);
  opacity: 1;
}

.head-btn > .line.-b {
  top: 29px;
  transform: rotate(0deg);
}

.head-btn.-open > .line.-t {
  top: 22px;
  transform: rotate(45deg);
}

.head-btn.-open > .line.-c {
  filter: alpha(opacity=0);
  opacity: 0;
}

.head-btn.-open > .line.-b {
  top: 22px;
  transform: rotate(-45deg);
}

.spnav {
  position: fixed;
  top: 57px;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgb(0 0 0 / 20%);
}

.spnav-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align:left;
  -webkit-overflow-scrolling: touch;
}

.spnav-main {
  width: 89.3%;
  padding-top: 25px;
  margin: 0 auto;
  border-top: 1px solid #d7d7d7;
}

.spnav-searchbox {
  margin-bottom: 22px;
}

.spnav-searchbox .box {
  position: relative;
}

.spnav-searchbox .box > p {
  position: relative;
  display: inline-block;
  width: 80%;
}

.spnav-searchbox .box > p::after {
  position: absolute;
  top: 9px;
  left: 12px;
  width: 20px;
  height: 20px;
  content: '';
  background: url("../image/side/side_search.png") no-repeat 0 0;
}

.spnav-searchbox .box > p > input {
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  padding-top: 6px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 34px;
  border: 2px solid #b7b7b7;
}

.spnav-searchbox .box > p > input:focus {
  border: 2px solid #666;
  outline: none;
}

.spnav-searchbox .box > p > input::placeholder {
  font-size: 14px;
}

.spnav-searchbox .box input.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18%;
  height: 38px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #8A8A8A;
}

.spnav-pickupauthor {
  padding-bottom: 15px;
}

.spnav-pickupauthor > h2 {
  position: relative;
  padding-left: 36px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #686868;
}

.spnav-pickupauthor > h2 > p {
  position: absolute;
  top: -1px;
  left: -1px;
}

.spnav-pickupauthor > .list {
  letter-spacing: -.40em;
}

.spnav-pickupauthor > .list .item {
  display: inline-block;
  margin: 0 5px 10px 0;
  letter-spacing: normal;
  vertical-align: top;
}

.spnav-pickupauthor > .list .item a {
  box-sizing: border-box;
  display: block;
  padding: 0 17px;
  font-size: 15px;
  line-height: 34px;
  color: #ee8219;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
}

.spnav-link {
  margin-bottom: 15px;
}

.spnav-link > ul {
  border-top: 1px solid #cecece;
}

.spnav-link > ul > li {
  border-bottom: 1px solid #cecece;
}

.spnav-link > ul > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 42px;
}

.spnav-link li a::after {
  position: absolute;;
  top: 50%;
  left: 160px;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  margin-left: 45%;
  content: '';
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: all 0.2s ease-out 0s;
  transform: rotate(45deg);
}

.spnav-follow {
  padding-top: 10px;
  padding-bottom: 25px;
}

.spnav-follow > h2 {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #686868;
  text-align: center;
}

.spnav-follow ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}

.spnav-follow ul > .item {
  width: 12%;
}

.spnav-follow-list li {
  margin: 0 10px;
}

.spnav-follow-list .anime-only {
  display: none;
}

.anime-head .spnav-follow-list .anime-only {
  display: block;
}

.anime-head .spnav-follow-list .anime-none {
  display: none;
}

#web_plugin_chat_box.__mobile {
  bottom: 160px !important;
}

.scroll-prevent {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.head-btn .nav-open {
  position: absolute;
  top: 36px;
  right: 11px;
  display: block;
  font-size: 8px;
}

.head-btn.-open > .nav-open {
  display: none;
}

.head-btn .nav-close {
  position: absolute;
  top: 36px;
  right: 15px;
  display: none;
  font-size: 8px;
}

.head-btn.-open > .nav-close {
  display: block;
}

.genrelink h2 {
  margin-bottom: 15px;
  font-weight: 700;
}

.genrelink-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.genrelink-list li {
  width: 47%;
  height: 42px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  border: 1px solid #000;
}

.genrelink-list li a {
  position: relative;
}

.spnav-close {
  display: block;
  width: 40%;
  height: 42px;
  margin: 5px auto 20px;
  font-size: 14px;
  font-weight: 200;
  line-height: 42px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #8A8A8A;
}
