/*
Theme Name: ダ・ヴィンチニュースSP
Theme URI: //ddnavi.com/
Description: ダ・ヴィンチニューススマホ用（2017）
Author: Ryoko Toyama, Kazumi Chiba
Version: 1.0
*/
@charset "UTF-8";
@import url(/css/notosansjapanese.css);
/*------------------------------------------------------*/
/*  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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

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

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 {
  border: 0;
  font-variant: normal;
}

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):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !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 {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* 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%;
  text-align: center;
  font-family: 'Noto Sans Japanese', Arial, sans-serif;
  background: #ffffff;
  color: #000000;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

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

* {
  -webkit-appearance: none;
}

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

.fw100 {
  font-weight: 200;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 400;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 700;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 700;
}

.fw900 {
  font-weight: 700;
}

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

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

.head {
  width: 100%;
  position: relative;
  z-index: 999;
  padding-top: 57px;
}

.head-inner {
  width: 100%;
  height: 57px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  top: 0;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1;
}

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

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

.head-title__logo a {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 57px;
  background: url(/wp-content/themes/ddnavi_smartphone2017/image/head/logo.png?201705260205) no-repeat left center;
  background-size: contain;
  -webkit-background-size: contain;
}

.head-title__copy {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  color: #575757;
  font-size: 9px;
  line-height: 12px;
  margin-left: 46.6%;
  margin-right: 10.4%;
  padding-top: 24px;
}

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

.head-search {
  position: absolute;
  width: 100%;
  height: 57px;
  left: 100%;
  margin-left: -32px;
  top: 0;
  background: #ffffff;
  /* @include transition(all 0.2s ease-out 0s); */
}

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

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

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

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

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

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

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

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

.gnav {
  width: 100%;
  height: 58px;
  background: #ee8219;
  position: fixed;
  transition: 0.5s;
}

.gnav-list {
  margin: 0 auto;
  letter-spacing: -.40em;
  text-align: left;
  padding-left: 5.7%;
  width: 1000px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  left: 0;
  position: relative;
}

.gnav-item {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  padding-top: 9px;
  margin-right: 20px;
}

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

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

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

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

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

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

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

.foot-archives__list {
  text-align: left;
  margin: 0 5% 28px 5.7%;
  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 {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  padding-top: 39px;
}

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

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

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

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

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

.foot-nav__list {
  letter-spacing: -.40em;
}

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

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

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

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

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

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

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

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

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

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

.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;
  max-height: 307px;
  overflow: hidden;
  height: 307px;
  margin-bottom: 40px;
}

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

.breadcrumb {
  font-size: 11px;
  line-height: 18px;
  font-weight: 200;
  margin: 15px 5% 20px 5.7%;
  letter-spacing: -.40em;
  display: table;
}
.breadcrumb li {
/*display: inline;*/
  vertical-align: top;
  letter-spacing: normal;
  display:table-cell;
  white-space: nowrap;
}
.breadcrumb li:last-child {
  padding-right: 10px;
}
.breadcrumb li:after {
  content: "＞";
  margin: 0 10px;
}
.breadcrumb li:last-child:after {
  content: "";
  margin: 0;
}
.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-ad2 {
  /* text-align: center; */
  /* margin-bottom: 15px; */
}

.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;
    text-align: center;
    margin-bottom: 25px;
    justify-content: space-around;
    font-size: 14px;
    align-items: center;
}
.ranking-tab_side li.item.current {
  color: #ee8219;
  font-weight: 500;
}
.ranking-tab_side li span {
    display:none;
}

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

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

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

.rank_no1 .ranking-no {
    background-image: url(/image/rank_gold.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 60px;
    width: 15%;
    margin: -20px 4% 0;
}
.rank_no2 .ranking-no {
    background-image: url(/image/rank_silver.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 60px;
    width: 15%;
    margin: -20px 4% 0;
}
.rank_no3 .ranking-no {
    background-image: url(/image/rank_bronze.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 60px;
    width: 15%;
    margin: -20px 4% 0;
}
.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 {
  font-size: 13px;
  line-height: 15px;
}

.ranking-more {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 44px;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  border: 1px solid #8a8a8a;
  color: #8a8a8a;
  opacity: 1;
  position: relative;
  margin-top:20px;
}
.ranking-more::after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-top: 2px solid #8a8a8a;
    border-right: 2px solid #8a8a8a;
    margin-left: 16px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

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

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

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

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

.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;
  content: '';
  padding-top: 100%;
}

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

.side-channel__item .inline-r {
  width: 69.5%;
  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;
  border-top: 1px solid #cecece;
  margin-bottom: 25px;
}

.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;
  content: '';
  padding-top: 100%;
}

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

.side-topics__title {
  width: 57%;
  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 auto;
}

.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 {
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  /* margin-bottom: 10px; */
  position:  relative;
  padding: 17px 0 15px 22.7%;
}

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

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

.rank_chumoku br {
  display:none;
}

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

/*
.side-ad2 ul:last-child {
  border-top: 1px solid #cecece;
  padding-top: 10px;
}
*/

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

.feature {
  margin-bottom: 45px;
}

.feature li {
  margin-bottom: 10px;
}

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

.side-pickupauthor {
  max-width: 360px;
    margin: 0 auto 40px; }
  .side-pickupauthor > h2 {
    font-size: 24px;
    line-height: 24px;
    padding-left: 36px;
    color: #686868;
    font-weight: 700;
    position: relative;
    margin-bottom: 32px; }
    .side-pickupauthor > h2 > p {
      position: absolute;
      left: -1px;
      top: -1px; }
    @media screen and (max-width: 599px) {
      .side-pickupauthor > h2 {
        font-size: 18px;
        line-height: 18px; } }
  .side-pickupauthor > .list {
    letter-spacing: -.40em; }
    .side-pickupauthor > .list .item {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 10px 0; }
      .side-pickupauthor > .list .item a {
        display: block;
        padding: 0 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #b7b7b7;
        border-radius: 10px 10px;
        -moz-border-radius: 10px 10px;
        -webkit-border-radius: 10px 10px;
        -o-border-radius: 10px 10px;
        -ms-border-radius: 10px 10px;
        font-size: 17px;
        line-height: 34px;
        color: #ee8219; }
        .side-pickupauthor > .list .item a:hover {
          text-decoration: none; }
        @media screen and (max-width: 599px) {
          .side-pickupauthor > .list .item a {
            font-size: 15px; } }
      @media screen and (max-width: 599px) {
        .side-pickupauthor > .list .item {
          margin: 0 10px 10px 0; } }
  .side-pickupauthor > .link-more {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    border: 2px solid #686868;
    color: #686868;
    position: relative;
    padding-right: 29px; }
    .side-pickupauthor > .link-more::after {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -5px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      border-top: 2px solid #686868;
      border-right: 2px solid #686868;
      margin-left: 106px;
      -webkit-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
    .side-pickupauthor > .link-more:hover {
      text-decoration: none; }
      .side-pickupauthor > .link-more:hover::after {
        margin-left: 116px; }
    @media screen and (max-width: 599px) {
      .side-pickupauthor > .link-more {
        font-size: 18px; } }
    @media screen and (max-width: 374px) {
      .side-pickupauthor > .link-more {
        font-size: 14px !important; } }

.ellipsis{font-family:arial;}

  .foot-totop {
    position: fixed;
    width: 30px;
    height: 30px;
    border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%;
    background: #989898;
    right: 5.7%;
    bottom: 120px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    opacity: 0;
    filter: alpha(opacity=0); }
    @media screen and (min-width: 600px) {
      .foot-totop {
        right: 30px;
        bottom: 30px;
        cursor: pointer; } }
    .foot-totop::before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -5px;
      margin-top: -3px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }




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

  .head-btn {
    width: 57px;
    height: 57px;
    position: absolute;
    right: 0;
    top: 0; }
    .head-btn > .line {
      width: 20px;
      height: 2px;
      background: #b2b2b2;
      position: absolute;
      left: 50%;
      margin-left: -10px;
      -webkit-transition: all 0.2s ease-out 0s;
      -moz-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
      .head-btn > .line.-t {
        top: 21px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg); }
      .head-btn > .line.-c {
        top: 26px;
        opacity: 1;
        filter: alpha(opacity=100); }
      .head-btn > .line.-b {
        top: 31px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg); }
    .head-btn.-open > .line.-t {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 26px; }
    .head-btn.-open > .line.-c {
      opacity: 0;
      filter: alpha(opacity=0); }
    .head-btn.-open > .line.-b {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 26px; }


.spnav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 57px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  height: 0;
  overflow: hidden; }
  .spnav-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
	  text-align:left;
    -webkit-overflow-scrolling: touch; }
  .spnav-main {
    width: 89.3%;
    margin: 0 auto;
    border-top: 1px solid #d7d7d7;
    padding-top: 25px; }
  .spnav-searchbox {
    margin-bottom: 22px; }
    .spnav-searchbox .box {
      position: relative; }
      .spnav-searchbox .box > p {
        display: inline-block;
        width: 80%;
        position: relative; }
        .spnav-searchbox .box > p::after {
          content: '';
          width: 20px;
          height: 20px;
          background: url(/wp-content/themes/ddnavi2017/image/side/side_search.png) no-repeat 0 0;
          position: absolute;
          left: 12px;
          top: 9px; }
        .spnav-searchbox .box > p > input {
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          width: 100%;
          border: 2px solid #b7b7b7;
          height: 38px;
          padding-left: 35px;
          font-size: 16px;
          line-height: 34px;
          padding-top: 6px; }
          .spnav-searchbox .box > p > input:focus {
            outline: none;
            border: 2px solid #666666; }
      .spnav-searchbox .box input.search-submit {
        display: block;
        width: 18%;
        height: 38px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        text-align: center;
        background: #b7b7b7;
        color: #fff;
        font-weight: 200; }
  .spnav-pickupauthor {
    padding-bottom: 15px; }
    .spnav-pickupauthor > h2 {
      font-size: 18px;
      line-height: 18px;
      padding-left: 36px;
      color: #686868;
      font-weight: 700;
      position: relative;
      margin-bottom: 20px; }
      .spnav-pickupauthor > h2 > p {
        position: absolute;
        left: -1px;
        top: -1px; }
    .spnav-pickupauthor > .list {
      letter-spacing: -.40em; }
      .spnav-pickupauthor > .list .item {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px 10px 0; }
        .spnav-pickupauthor > .list .item a {
          display: block;
          padding: 0 17px;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          border: 1px solid #b7b7b7;
          border-radius: 10px 10px;
          -moz-border-radius: 10px 10px;
          -webkit-border-radius: 10px 10px;
          -o-border-radius: 10px 10px;
          -ms-border-radius: 10px 10px;
          font-size: 15px;
          line-height: 34px;
          color: #ee8219; }
  .spnav-link {
    margin-bottom: 27px; }
    .spnav-link > ul {
      border-top: 1px solid #cecece; }
      .spnav-link > ul > li {
        border-bottom: 1px solid #cecece; }
        .spnav-link > ul > li > a {
          display: block;
          font-size: 20px;
          line-height: 44px;
          position: relative; }
  .spnav-follow {
    padding-bottom: 25px;
    padding-top: 10px; }
    .spnav-follow > h2 {
      text-align: center;
      font-size: 16px;
      line-height: 16px;
      color: #686868;
      font-weight: 700;
      position: relative;
      margin-bottom: 24px; }
    .spnav-follow ul {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: flex-start;
      -webkit-align-items: flex-start;
      width: 90%;
      margin: 0 auto; }
      .spnav-follow ul > .item {
        width: 12%; }