@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #e1dfd7;
  line-height: 1.7;
  color: #000000;
  font-family: 中ゴシックBBB, Gothic Medium BBB, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-feature-settings: "pkna";
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 1179px) {
  body {
    overflow: auto;
    min-width: 1180px;
  }
}
img {
  vertical-align: top;
}

a, a:link {
  color: #000;
  text-decoration: underline;
}

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

img.hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

input:focus {
  outline: none;
}

input[type="text"] {
  letter-spacing: 0.01em;
}

.en {
  font-weight: bold;
  font-family: arial, helvetica, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}

.ma {
  font-family: "Maven Pro", sans-serif;
}

.te {
  font-family: "Teko", sans-serif;
}

.dr {
  font-family: "Droid Sans", sans-serif;
}

/***********************************************************************
global-header
**********************************************************************/
.global-header {
  background: #f5f4ed;
  height: 183px;
  margin-bottom: 17px;
  width: 100%;
  min-width: 1180px;
  position: fixed;
  z-index: 100;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header .global-header-inner {
  width: 100%;
  height: 183px;
  background: url(/img/common/bg_repeat.png) left bottom repeat-x;
  padding-bottom: 17px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header .logo {
  width: 341px;
  height: 128px;
  position: absolute;
  top: 36px;
  left: 50%;
  margin-left: -170px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header .logo h1 {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 316px;
  height: 62px;
  background: url(/img/common/logotype_sprite.png) 0 0 no-repeat;
  background-size: 316px 248px;
  margin: 0 auto;
  position: relative;
  z-index: 1001;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: skew-out 0.18s steps(3);
  background-position: 0 0;
}
.global-header .logo h1:hover {
  animation: skew-in 0.18s steps(3) forwards;
}
@keyframes skew-in {
  to {
    background-position: 0 -186px;
  }
}
@keyframes skew-out {
  0% {
    background-position: 0 -186px;
  }
  100% {
    background-position: 0 0;
  }
}
.global-header .logo .logo-line {
  position: absolute;
  bottom: 0px;
  z-index: 1000;
  width: 341px;
  height: 14px;
  background: url(/img/common/sunline_.png) 0 0 no-repeat;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header .logo .sun {
  width: 340px;
  height: 160px;
  background: url(/img/common/sun.png) 0 0 no-repeat;
  position: absolute;
  bottom: 7px;
  left: 0;
  z-index: 999;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header .global-nav {
  position: absolute;
  top: 32px;
  left: 30px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header .global-nav li {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  padding-left: 38px;
  margin-bottom: 15px;
  line-height: 1;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header .global-nav li a {
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header .global-nav li a:hover {
  color: #ff7373;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header .global-nav li span {
  font-family: "Maven Pro", sans-serif;
  color: #ff7373;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 3px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header .global-nav li .sub-nav {
  display: none;
  position: absolute;
  width: 125px;
  top: -30px;
  left: 200px;
  background: url(/img/common/line.png) 0 0 repeat-x;
  padding-top: 5px;
}
.global-header .global-nav li .sub-nav li {
  min-height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 8px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  background: url(/img/common/line.png) left bottom repeat-x;
}
.global-header .global-nav li .sub-nav li a {
  display: block;
}
.global-header .global-nav li .sub-nav li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #ff7373;
  position: relative;
  left: -8px;
  top: 9px;
  float: left;
}
.global-header .global-nav li .sub-nav .arrow {
  background: none;
  position: absolute;
  left: -70px;
  top: -24px;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 65px;
}
.global-header .global-nav li .sub-nav .arrow:before {
  content: none;
}
.global-header .yearmonth-tagline {
  position: absolute;
  right: 44px;
  top: 33px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header .yearmonth-tagline .tagline {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.global-header .yearmonth-tagline .yearmonth {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  z-index: 10;
  font-family: "Teko", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  top: 31px;
  right: 16px;
}
.global-header .yearmonth-tagline .count {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-family: "Maven Pro", sans-serif;
  font-weight: 900;
  font-size: 90px;
  font-size: 9rem;
  color: #9a9995;
  position: absolute;
  top: 30px;
  right: 13px;
}
.global-header .copyright {
  color: #9a9995;
  font-family: "Maven Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: -0.5px;
}

.global-header.global-header-scroll {
  height: 133px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header.global-header-scroll .global-header-inner {
  height: 133px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header.global-header-scroll .logo {
  width: 307px;
  height: 115px;
  position: absolute;
  top: 21px;
  left: 50%;
  margin-left: -153px;
}
.global-header.global-header-scroll .logo h1 {
  -moz-transform: scale(0.78) translate(0, -12.5%);
  -ms-transform: scale(0.78) translate(0, -12.5%);
  -webkit-transform: scale(0.78) translate(0, -12.5%);
  transform: scale(0.78) translate(0, -12.5%);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header.global-header-scroll .logo .logo-line {
  width: 273px;
  height: 11px;
  background: url(/img/common/sunline_sc.png) 0 0 no-repeat;
  position: absolute;
  bottom: 13px;
  left: 15px;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header.global-header-scroll .logo .sun {
  width: 306px;
  height: 144px;
  background: url(/img/common/sun_sc.png) 0 0 no-repeat;
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 999;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header.global-header-scroll .global-nav {
  position: absolute;
  top: 20px;
  left: 30px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header.global-header-scroll .global-nav li {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 32px;
  margin-bottom: 10px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header.global-header-scroll .global-nav li a {
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header.global-header-scroll .global-nav li a:hover {
  color: #ff7373;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header.global-header-scroll .global-nav li span {
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-header.global-header-scroll .yearmonth-tagline {
  position: absolute;
  right: 44px;
  top: 15px;
}
.global-header.global-header-scroll .yearmonth-tagline .yearmonth {
  font-size: 15px;
  font-size: 1.5rem;
  top: 25px;
  right: 16px;
}
.global-header.global-header-scroll .yearmonth-tagline .count {
  font-size: 70px;
  font-size: 7rem;
  top: 25px;
  right: 23px;
}
.global-header.global-header-scroll .copyright {
  right: 5px;
  top: 5px;
  letter-spacing: -1px;
  font-size: 9px;
  font-size: 0.9rem;
}

/***********************************************************************
global-footer
**********************************************************************/
.post {
  width: 450px;
  height: 180px;
  padding: 30px;
  background: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  z-index: 9999;
  bottom: 150px;
  left: -550px;
  box-shadow: 2px 2px 16px -2px #666666;
  -moz-box-shadow: 2px 2px 16px -2px #666666;
  -webkit-box-shadow: 2px 2px 16px -2px #666666;
}
.post dl {
  zoom: 1;
  position: relative;
}
.post dl:before, .post dl:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.post dl:after {
  clear: both;
}
.post dl dt {
  float: left;
  margin-right: 20px;
}
.post dl dd {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: ゴシックMB101 H;
  margin-bottom: 18px;
}
.post dl .post-button a {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFF;
  display: inline-block;
  padding: 15px 55px;
  border: 1px solid #1b1b1b;
  background: #1b1b1b;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  font-family: ゴシックMB101 B;
  letter-spacing: 2px;
  min-width: 195px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 0;
}
.post dl .post-button a:hover {
  border: 1px solid #ff7373;
  background: #ff7373;
}
.post dl .close a {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: -15px;
  top: -15px;
  text-decoration: none;
}
.post dl .close a:hover {
  opacity: 0.65;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.global-footer {
  width: 100%;
  height: 200px;
  background: #FFF;
  position: relative;
  z-index: 10;
}
.global-footer .footer-sns-list {
  zoom: 1;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -28px;
}
.global-footer .footer-sns-list:before, .global-footer .footer-sns-list:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.global-footer .footer-sns-list:after {
  clear: both;
}
.global-footer .footer-sns-list li {
  float: left;
  margin-right: 8px;
}
.global-footer .footer-sns-list .tw-button a {
  position: relative;
  width: 56px;
  height: 56px;
  background-color: #94958e;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-footer .footer-sns-list .tw-button a:hover {
  background: #00aced;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.global-footer .footer-sns-list .tw-button img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -11px;
}
.global-footer .footer-sns-list .fb-button a {
  position: relative;
  width: 56px;
  height: 56px;
  background-color: #94958e;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-footer .footer-sns-list .fb-button a:hover {
  background: #305097;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.global-footer .footer-sns-list .fb-button img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -7px;
}
.global-footer .provide-list {
  zoom: 1;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 16px;
}
.global-footer .provide-list:before, .global-footer .provide-list:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.global-footer .provide-list:after {
  clear: both;
}
.global-footer .provide-list li {
  height: 50px;
  line-height: 50px;
  float: left;
  margin-left: 16px;
}
.global-footer .provide-list li a {
  display: block;
}
.global-footer .provide-list li a:hover {
  opacity: 0.65;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-footer .provide-list li:first-child img {
  padding-top: 12px;
}
.global-footer .link-list {
  zoom: 1;
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.global-footer .link-list:before, .global-footer .link-list:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.global-footer .link-list:after {
  clear: both;
}
.global-footer .link-list li {
  float: left;
  margin-right: 8px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
}
.global-footer .link-list li a {
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-footer .link-list li a:hover {
  color: #ff7373;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global-footer .copyright {
  font-family: "Maven Pro", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  right: 16px;
  bottom: 16px;
}

/***********************************************************************
bg-image
**********************************************************************/
.bg-image {
  position: relative;
  z-index: 0;
  user-select: none;
}
.bg-image img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  user-select: none;
}
.bg-image img:not(:first-child) {
  display: none;
}

/***********************************************************************
content
**********************************************************************/
.content {
  padding-top: 180px;
  position: relative;
  z-index: 10;
  width: 1180px;
  margin: 0 auto 80px;
}

.column-content {
  position: relative;
  width: 1180px;
  margin: 0 auto 80px;
  zoom: 1;
}
.column-content:before, .column-content:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.column-content:after {
  clear: both;
}

.main-content {
  width: 883px;
  float: left;
  position: relative;
}
.main-content .user-area {
  background: #FFF;
  width: 803px;
  padding: 40px;
}
.main-content .content-area {
  background: #FFF;
  width: 883px;
  margin-bottom: 40px;
}

.content-header {
  width: 1180px;
  margin: 0 auto 80px;
  padding-top: 80px;
  position: relative;
  font-feature-settings: "palt";
}
.content-header .one-line {
  vertical-align: text-top;
  font-size: 140px;
  font-size: 14rem;
  line-height: 1;
  margin-bottom: 50px;
  font-family: ゴシックMB101 H;
}
.content-header .two-line {
  vertical-align: text-top;
  font-size: 76px;
  font-size: 7.6rem;
  line-height: 1.2;
  margin-bottom: 50px;
  font-family: ゴシックMB101 H;
}
.content-header .three-line {
  vertical-align: text-top;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 50px;
  font-family: ゴシックMB101 H;
}
.content-header .category,
.content-header .category-feature {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: ゴシックMB101 H;
  display: inline-block;
}
.content-header .date {
  font-family: "Maven Pro", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  display: inline-block;
  vertical-align: super;
  padding-left: 30px;
}

body.feature .content-header .two-line {
  font-size: 70px;
  font-size: 7rem;
}

body.home .bg-image {
  padding-top: 220px;
}
body.home .content {
  padding-top: 0;
  padding-bottom: 100px;
}
body.home .content-header-block {
  position: relative;
  min-height: 260px;
  width: 1180px;
  margin: 0 auto 80px;
}
body.home .content-header-block .content-header {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}
body.home .content-header-block .content-header:not(:first-child) {
  display: none;
}

/*feature*/
body.feature .bg-image {
  padding-top: 180px;
}

.content-bg {
  width: 1060px;
  padding: 60px;
  margin: 80px auto 40px;
  position: relative;
}
.content-bg .content-header {
  width: 1060px;
  padding: 0;
  margin: 0;
}
.content-bg .feature-text {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
}

.content-bg-black {
  background-color: rgba(0, 0, 0, 0.8);
}

.content-bg-white-op {
  background-color: rgba(255, 255, 255, 0.8);
}

.content-bg-white {
  background: #FFF;
}

.content-header.white,
.content-header p.white,
.content-header h2.white,
.content-header h2.white a {
  color: #FFF;
  text-decoration: none;
}

.content-header.white-shadow,
.content-header p.white-shadow,
.content-header h2.white-shadow a {
  color: #FFF;
  text-shadow: 0px 0px 15px #666;
  text-decoration: none;
}

.content-header.black,
.content-header p.black,
.content-header h2.black a {
  color: #000;
  text-decoration: none;
}

.content-header h2.white a:hover,
.content-header h2.white-shadow a:hover,
.content-header h2.black a:hover {
  opacity: 0.65;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.side-content {
  margin-left: 8px;
  width: 289px;
  float: right;
  background: #FFF;
}

/*content title*/
.content-title {
  background: url(/img/common/bar.png) right 18px no-repeat;
  position: relative;
}
.content-title p {
  font-family: "Teko", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: -0.1;
  text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}

.ranking-content .content-title p,
.article-content .content-title p {
  letter-spacing: -1px;
}

/*Place & category*/
.content-place-category {
  zoom: 1;
  margin-bottom: 25px;
}
.content-place-category:before, .content-place-category:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.content-place-category:after {
  clear: both;
}
.content-place-category .place {
  float: left;
  font-size: 20px;
  font-size: 2rem;
}
.content-place-category .place a {
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.content-place-category .place a:hover {
  color: #ff7373;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.content-place-category .category-name a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2px 15px;
  float: right;
  border: 1px solid #1b1b1b;
  background: #FFF;
  color: #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.content-place-category .category-name a:hover {
  border: 1px solid #000;
  background: #000;
  color: #FFF;
}

/*author & bamp*/
.content-author-bamp {
  width: 522px;
  zoom: 1;
  position: relative;
  min-height: 50px;
  padding-top: 30px;
}
.content-author-bamp:before, .content-author-bamp:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.content-author-bamp:after {
  clear: both;
}
.content-author-bamp .author-block a {
  text-decoration: none;
  display: block;
}
.content-author-bamp .author-block a:hover {
  opacity: 0.65;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.content-author-bamp .author {
  min-width: 320px;
  position: absolute;
  bottom: 0;
  left: 0;
  zoom: 1;
  line-height: 1;
}
.content-author-bamp .author:before, .content-author-bamp .author:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.content-author-bamp .author:after {
  clear: both;
}
.content-author-bamp .author .author-image {
  float: left;
  margin-right: 15px;
}
.content-author-bamp .author .author-image img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.content-author-bamp .author dt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 8px;
  padding-top: 5px;
}
.content-author-bamp .author dd {
  font-size: 12px;
  font-size: 1.2rem;
}
.content-author-bamp .bamp {
  position: absolute;
  right: 0;
  bottom: -4px;
}
.content-author-bamp .bamp p {
  font-family: "Maven Pro", sans-serif;
  font-weight: 900;
  font-size: 48px;
  font-size: 4.8rem;
  display: inline-block;
  line-height: 1;
}
.content-author-bamp .bamp img {
  vertical-align: inherit;
  padding-left: 5px;
}

/*article*/
.article-content {
  font-feature-settings: "palt";
}
.article-content .content-place-category {
  margin-bottom: 15px;
}
.article-content ul {
  zoom: 1;
}
.article-content ul:before, .article-content ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.article-content ul:after {
  clear: both;
}
.article-content > ul > li {
  width: 356px;
  padding: 16px;
  background: #FFF;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
}
.article-content li:nth-child(3n) {
  margin-right: 0;
}
.article-content .article-image {
  margin-bottom: 17px;
  width: 356px;
  height: 198px;
  overflow: hidden;
}
.article-content .article-image img {
  width: 356px;
  height: 198px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.article-content .article-image img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  opacity: 0.6;
}
.article-content .article-date {
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #959595;
  margin-bottom: 4px;
}
.article-content h5,
.article-content h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.article-content h5 a,
.article-content h3 a {
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.article-content h5 a:hover,
.article-content h3 a:hover {
  color: #ff7373;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.article-content h5 a,
.article-content h3 a {
  display: block;
}
.article-content .article-text {
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all;
}
.article-content .content-author-bamp {
  width: 356px;
  position: relative;
  bottom: 0;
  padding-top: 0;
}
.article-content .content-author-bamp .author {
  width: 230px;
  position: inherit;
  bottom: 0;
}
.article-content .content-author-bamp .author a {
  text-decoration: none;
  display: block;
}
.article-content .content-author-bamp .author a:hover {
  opacity: 0.65;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.article-content .content-author-bamp .author dt {
  font-size: 16px;
  font-size: 1.6rem;
}
.article-content .content-author-bamp .author .author-image {
  margin-right: 8px;
}
.article-content .content-author-bamp .bamp {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.article-content .content-author-bamp .bamp p {
  font-family: "Maven Pro", sans-serif;
  font-weight: 900;
  font-size: 32px;
  font-size: 3.2rem;
  display: inline-block;
}

/*pickup two-column-content*/
.pickup-content,
.two-column-content {
  font-feature-settings: "palt";
  zoom: 1;
  margin-bottom: 40px;
}
.pickup-content:before, .pickup-content:after,
.two-column-content:before,
.two-column-content:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.pickup-content:after,
.two-column-content:after {
  clear: both;
}
.pickup-content > .two-column-content-list > li,
.two-column-content > .two-column-content-list > li {
  width: 522px;
  padding: 32px;
  background: #FFF;
  margin-bottom: 8px;
  margin-left: 8px;
  float: left;
  position: relative;
}
.pickup-content li:nth-child(odd),
.two-column-content li:nth-child(odd) {
  margin-left: 0;
}
.pickup-content .pickup-main,
.two-column-content .pickup-main {
  background: #FFF;
  width: 1116px;
  padding: 32px;
  zoom: 1;
  margin-bottom: 8px;
}
.pickup-content .pickup-main:before, .pickup-content .pickup-main:after,
.two-column-content .pickup-main:before,
.two-column-content .pickup-main:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.pickup-content .pickup-main:after,
.two-column-content .pickup-main:after {
  clear: both;
}
.pickup-content .pickup-main .pickup-main-img,
.two-column-content .pickup-main .pickup-main-img {
  float: left;
  width: 562px;
  height: 562px;
  overflow: hidden;
}
.pickup-content .pickup-main .pickup-main-img img,
.two-column-content .pickup-main .pickup-main-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pickup-content .pickup-main .pickup-main-img img:hover,
.two-column-content .pickup-main .pickup-main-img img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  opacity: 0.6;
}
.pickup-content .pickup-main .pickup-main-content,
.two-column-content .pickup-main .pickup-main-content {
  position: relative;
  width: 528px;
  height: 562px;
  float: right;
}
.pickup-content .pickup-main .pickup-main-content .pickup-main-date,
.two-column-content .pickup-main .pickup-main-content .pickup-main-date {
  font-family: "Droid Sans", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #959595;
  margin-bottom: 10px;
}
.pickup-content .pickup-main .pickup-main-content h3,
.two-column-content .pickup-main .pickup-main-content h3 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.3;
  margin-bottom: 25px;
}
.pickup-content .pickup-main .pickup-main-content h3 a,
.two-column-content .pickup-main .pickup-main-content h3 a {
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pickup-content .pickup-main .pickup-main-content h3 a:hover,
.two-column-content .pickup-main .pickup-main-content h3 a:hover {
  color: #ff7373;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pickup-content .pickup-main .pickup-main-content .pickup-main-text,
.two-column-content .pickup-main .pickup-main-content .pickup-main-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
.pickup-content .pickup-main .content-author-bamp,
.two-column-content .pickup-main .content-author-bamp {
  bottom: 0px;
  position: absolute;
}
.pickup-content .pickup-date,
.two-column-content .pickup-date {
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #959595;
  margin-bottom: 10px;
}
.pickup-content .two-column-content-date,
.two-column-content .two-column-content-date {
  color: #959595;
  font-family: "Maven Pro", sans-serif;
  margin-bottom: 2px;
}
.pickup-content .two-column-content-image,
.two-column-content .two-column-content-image {
  margin-bottom: 17px;
  width: 522px;
  height: 291px;
  overflow: hidden;
}
.pickup-content .two-column-content-image img,
.two-column-content .two-column-content-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pickup-content .two-column-content-image img:hover,
.two-column-content .two-column-content-image img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  opacity: 0.6;
}
.pickup-content h4,
.two-column-content h4 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 22px;
}
.pickup-content h4 a,
.two-column-content h4 a {
  display: block;
}
.pickup-content h4 a,
.two-column-content h4 a {
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pickup-content h4 a:hover,
.two-column-content h4 a:hover {
  color: #ff7373;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pickup-content .two-column-content-text,
.two-column-content .two-column-content-text {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.pickup-content .two-column-content-body,
.two-column-content .two-column-content-body {
  margin-bottom: 0px;
}

.two-column-content {
  width: 1180px;
  margin: 0 auto 40px;
}

.pager {
  width: 1180px;
  background: #FFF;
  text-align: center;
}

.user-area .user-name {
  color: #ff7373;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.user-area dl {
  zoom: 1;
}
.user-area dl:before, .user-area dl:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.user-area dl:after {
  clear: both;
}
.user-area dl dt {
  float: left;
  width: 160px;
  height: 160px;
}
.user-area dl dt img {
  width: 160px;
  height: 160px;
}
.user-area dl dd {
  padding-left: 180px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.user-area dl .site-link p,
.user-area dl .user-link p {
  display: inline-block;
  margin-right: 10px;
}
.user-area dl .site-link p a,
.user-area dl .user-link p a {
  color: #00a0e9;
  text-decoration: none;
}
.user-area dl .site-link p a:hover,
.user-area dl .user-link p a:hover {
  text-decoration: underline;
}

.other-staff {
  padding-top: 30px;
}

/*side content*/
.side-content .ranking-title {
  font-family: "Teko", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  padding: 30px 0 20px 18px;
  border-bottom: 2px solid #e5e5e5;
}
.side-content li {
  width: 256px;
  padding: 16px;
  border-bottom: 2px solid #e5e5e5;
  margin-top: 5px;
}
.side-content li .ranking-header {
  width: 256px;
  height: 32px;
  position: relative;
  margin-bottom: 10px;
}
.side-content li .ranking-header .count {
  font-family: "Teko", sans-serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 3.2rem;
  position: absolute;
  left: 0;
  line-height: 1;
}
.side-content li .ranking-header .prefecture_category {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
  zoom: 1;
}
.side-content li .ranking-header .prefecture_category:before, .side-content li .ranking-header .prefecture_category:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.side-content li .ranking-header .prefecture_category:after {
  clear: both;
}
.side-content li .ranking-header .prefecture_category p {
  float: left;
}
.side-content li .ranking-header .prefecture_category p a {
  text-decoration: none;
}
.side-content li .article-image {
  margin-bottom: 10px;
  width: 256px;
  height: 143px;
  overflow: hidden;
}
.side-content li .article-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.side-content li .article-image img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  opacity: 0.6;
}
.side-content li h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.side-content li h5 a {
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.side-content li h5 a:hover {
  color: #ff7373;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.side-content li:last-child {
  border-bottom: none;
}

/*category*/
.category-header {
  padding-top: 60px;
  margin-bottom: 25px;
}
.category-header h2 {
  line-height: 1;
  color: #1b9af7;
  font-size: 28px;
  font-size: 2.8rem;
}
.category-header h2 span {
  margin-right: 15px;
  color: #000;
  font-family: "Teko", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: -0.1;
  text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}
.category-header .author {
  zoom: 1;
  line-height: 1;
}
.category-header .author:before, .category-header .author:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.category-header .author:after {
  clear: both;
}
.category-header .author .author-image {
  float: left;
  margin-right: 15px;
}
.category-header .author .author-image img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 3px solid #FFF;
}
.category-header .author dt {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 10px;
  padding-top: 12px;
}
.category-header .author dd {
  font-size: 16px;
  font-size: 1.6rem;
}

.page-numbers {
  width: 1180px;
  text-align: center;
  background: #FFF;
  margin: 0 auto;
  height: 62px;
  line-height: 62px;
}
.page-numbers li {
  display: inline-block;
  font-family: "Droid Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 20px;
}
.page-numbers li .current {
  background: #ff7373;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  color: #FFF;
}
.page-numbers li a {
  padding: 5px 10px;
  text-decoration: none;
}
.page-numbers li a:hover {
  opacity: 0.65;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-numbers li .prev,
.page-numbers li .next {
  background: url(/img/common/prev.png) 10px 10px no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 10px;
  height: 16px;
  display: block;
  margin-bottom: -2px;
}
.page-numbers li .next {
  background: url(/img/common/next.png) 10px 10px no-repeat;
}

/*place*/
.tag-aichi {
  background: url(/img/common/place/aichi.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-akita {
  background: url(/img/common/place/akita.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-aomori {
  background: url(/img/common/place/aomori.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-chiba {
  background: url(/img/common/place/chiba.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-ehime {
  background: url(/img/common/place/ehime.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-fukui {
  background: url(/img/common/place/fukui.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-fukuoka {
  background: url(/img/common/place/fukuoka.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-fukushima {
  background: url(/img/common/place/fukushima.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-gifu {
  background: url(/img/common/place/gifu.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-gunma {
  background: url(/img/common/place/gunma.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-hiroshima {
  background: url(/img/common/place/hiroshima.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-hokkaido {
  background: url(/img/common/place/hokkaido.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-hyogo {
  background: url(/img/common/place/hyogo.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-ibaraki {
  background: url(/img/common/place/ibaraki.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-ishikawa {
  background: url(/img/common/place/ishikawa.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-iwate {
  background: url(/img/common/place/iwate.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-kagawa {
  background: url(/img/common/place/kagawa.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-kagoshima {
  background: url(/img/common/place/kagoshima.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-kanagawa {
  background: url(/img/common/place/kanagawa.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-kouchi {
  background: url(/img/common/place/kouchi.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-kumamoto {
  background: url(/img/common/place/kumamoto.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-kyoto {
  background: url(/img/common/place/kyoto.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-mie {
  background: url(/img/common/place/mie.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-miyagi {
  background: url(/img/common/place/miyagi.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-miyazaki {
  background: url(/img/common/place/miyazaki.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-nagano {
  background: url(/img/common/place/nagano.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-nagasaki {
  background: url(/img/common/place/nagasaki.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-nara {
  background: url(/img/common/place/nara.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-niigata {
  background: url(/img/common/place/niigata.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-oita {
  background: url(/img/common/place/oita.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-okayama {
  background: url(/img/common/place/okayama.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-okinawa {
  background: url(/img/common/place/okinawa.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-osaka {
  background: url(/img/common/place/osaka.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-saga {
  background: url(/img/common/place/saga.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-saitama {
  background: url(/img/common/place/saitama.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-shiga {
  background: url(/img/common/place/shiga.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-shimane {
  background: url(/img/common/place/shimane.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-shizuoka {
  background: url(/img/common/place/shizuoka.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-tochigi {
  background: url(/img/common/place/tochigi.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-tokushima {
  background: url(/img/common/place/tokushima.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-tokyo {
  background: url(/img/common/place/tokyo.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-tottori {
  background: url(/img/common/place/tottori.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-toyama {
  background: url(/img/common/place/toyama.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-wakayama {
  background: url(/img/common/place/wakayama.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-yamagata {
  background: url(/img/common/place/yamagata.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-yamaguchi {
  background: url(/img/common/place/yamaguchi.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-yamanashi {
  background: url(/img/common/place/yamanashi.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-japan {
  background: url(/img/common/place/all.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}

.tag-world {
  background: url(/img/common/place/world.png) 0 -4px no-repeat;
  padding-left: 29px;
  background-size: 21px 42px;
}
