@charset "UTF-8";
@import url(css/animate.css);
@import url(css/hamburgers/hamburgers.css);
@import url(css/swiper.css);
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; }

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype"); }

.clearfix {
  overflow: hidden;
  *zoom: 1; }
  .clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "."; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  background: #fff; }

body {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Quicksand", "Noto Sans", "Noto Sans CJK JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 2em; }

p {
  color: #666; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

::selection {
  background: rgba(255, 186, 204, 0.5);
  color: #fff; }

::-moz-selection {
  background: rgba(255, 186, 204, 0.5);
  color: #fff; }

strong, .strong {
  font-weight: bold; }

small, .small {
  font-size: 10px;
  font-size: 1rem; }

.m_b_20 {
  margin-bottom: 20px; }

.fixed {
  position: fixed;
  top: 0; }

.unfixed {
  position: absolute; }

@media (max-width: 667px) {
  .select_pc {
    display: none !important;
  }
  .select_ranking {
  	position: relative;
	bottom: 37px;
	height: 0px;
  }
  .select_ranking > .category{
	background: rgb(255,255,255, 0.6);
	padding: 5px 10px 10px 10px;
  }
  .select_ranking > .category > span {
    border-bottom: none !important;
	font-size: 1rem;
  }
}


.select_sp {
  display: none; }
  @media (max-width: 667px) {
    .select_sp {
      display: block; } }

.post_video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.post_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.subcategory {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px; }
  @media (max-width: 667px) {
    .subcategory {
      background: #fafafa;
      padding: 10px; } }
  .subcategory li {
    -webkit-flex-grow: 1;
    flex-grow: 1; }
    .subcategory li a {
      font-size: 16px;
      font-size: 1.6rem;
      color: #333;
      padding: 5px 10px;
      border-bottom: 2px solid #EEEEEE;
      display: block;
      text-align: center;
      color: #9a9a9a; }
      @media (max-width: 667px) {
        .subcategory li a {
          font-size: 14px;
          font-size: 1.4rem;
          border-bottom: none; } }
    .subcategory li.current a {
      color: #727272;
      border-bottom: 2px solid #333;
      font-weight: bold; }

.tag {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  line-height: 1.4;
  display: inline-block;
  letter-spacing: -.4em; }
  .tag span {
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
    letter-spacing: 0.1em; }
    .tag span:after {
      content: "/"; }
  .tag span:first-child a {
    padding-right: 5px; }
  .tag span:not(:first-child) a {
    padding-left: 5px; }
  .tag span:last-child:after {
    content: ""; }

.left.meta .tag span:not(:first-child) a {
  margin-left: 0; }

.post .meta .tag {
  height: 100%;
  margin-bottom: 30px;
  margin-top: 5px; }
  .post .meta .tag span {
    display: block;
    margin-left: -10px; }
    .post .meta .tag span a {
      padding: 3px 5px 3px 15px; }

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto; }

header.header {
  width: 100%;
  height: 200px;
  margin: 0 auto; }
  @media (max-width: 667px) {
    header.header {
      height: 55px;
      border-bottom: 1px solid #EAEAEA; } }
  header.header .header_item {
    width: 1140px;
    height: 200px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 667px) {
      header.header .header_item {
        width: 100%;
        height: 55px; } }
    header.header .header_item h1 {
      position: absolute;
      top: 70px;
      left: 50%;
      margin-left: -146px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline; }
      @media (max-width: 667px) {
        header.header .header_item h1 {
          width: 170px;
          top: 13px;
          left: 50%;
          margin-left: -85px; } }
      header.header .header_item h1 img {
        width: 292px;
        height: 45px; }
        @media (max-width: 667px) {
          header.header .header_item h1 img {
            width: 100%;
            height: auto; } }
  header.header .header_nav_wrapper {
    background: #fff;
    width: 100%; }
    @media (max-width: 667px) {
      header.header .header_nav_wrapper {
        display: none; } }
    header.header .header_nav_wrapper .header_nav_wrapper_inner {
      background: #fff;
      width: 100%;
      padding: 15px 0 0 0;
      position: absolute;
      top: 155px; }
      @media (max-width: 667px) {
        header.header .header_nav_wrapper .header_nav_wrapper_inner {
          display: none; } }
      header.header .header_nav_wrapper .header_nav_wrapper_inner.fixed {
        background: rgba(255, 255, 255, 0.6);
        position: fixed;
        top: 0;
        z-index: 9999;
        overflow-y: scroll;
        padding-bottom: 15px; }
      header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box {
        width: 1140px;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-content: center;
        align-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 667px) {
          header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box {
            width: 100%; } }
        header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box nav.header_nav {
          margin: 0 auto; }
          @media (max-width: 667px) {
            header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box nav.header_nav {
              margin-top: 10px;
              width: 100%; } }
          header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box nav.header_nav li {
            font-size: 14px;
            font-size: 1.4rem;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            zoom: 1;
            *display: inline;
            margin: 0 30px; }
            @media (max-width: 667px) {
              header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box nav.header_nav li {
                display: block;
                margin-right: 0px; } }
            header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box nav.header_nav li a {
              position: relative; }
              header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box nav.header_nav li a:hover {
                opacity: 1;
                filter: alpha(opacity=100); }
              @media (max-width: 667px) {
                header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box nav.header_nav li a {
                  display: block;
                  padding: 15px; } }
              header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box nav.header_nav li a img.suppin_hover {
                position: absolute;
                left: 50%;
                margin-left: -63px;
                top: -5px;
                opacity: 0;
                filter: alpha(opacity=0); }
              header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box nav.header_nav li a .logo_su {
                position: absolute;
                top: 50%;
                margin-top: -11px; }
        header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box .sns_nav {
          width: 140px; }
          @media (max-width: 667px) {
            header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box .sns_nav {
              width: 100%;
              margin-top: 20px; } }
          header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box .sns_nav ul {
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-align-content: center;
            align-content: center;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
            @media (max-width: 667px) {
              header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box .sns_nav ul {
                -webkit-justify-content: flex-start;
                justify-content: flex-start; } }
            header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box .sns_nav ul li {
              display: inline-block; }
              @media (max-width: 667px) {
                header.header .header_nav_wrapper .header_nav_wrapper_inner .header_nav_wrapper_inner_box .sns_nav ul li {
                  margin-right: 20px; } }
  header.header .header_sub_nav {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0px; }
    @media (max-width: 667px) {
      header.header .header_sub_nav {
        display: none; } }
    header.header .header_sub_nav .header_sub_nav_inner {
      width: 1140px;
      margin: 0 auto;
      position: relative; }
      header.header .header_sub_nav .header_sub_nav_inner nav.sub_nav {
        position: absolute;
        top: 5px;
        right: 0; }
        header.header .header_sub_nav .header_sub_nav_inner nav.sub_nav li {
          font-size: 11px;
          font-size: 1.1rem;
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          zoom: 1;
          *display: inline;
          margin-left: 20px; }
          header.header .header_sub_nav .header_sub_nav_inner nav.sub_nav li:before {
            content: url(images/icon_arrow_left.png);
            margin-right: 5px;
            position: relative; }
          header.header .header_sub_nav .header_sub_nav_inner nav.sub_nav li a {
            color: #666666; }
      header.header .header_sub_nav .header_sub_nav_inner .search {
        width: 240px;
        position: absolute;
        top: 70px;
        right: 0px; }
        @media (max-width: 667px) {
          header.header .header_sub_nav .header_sub_nav_inner .search {
            display: none; } }
        header.header .header_sub_nav .header_sub_nav_inner .search .search_wrapper {
          position: relative; }
        header.header .header_sub_nav .header_sub_nav_inner .search input {
          position: absolute;
          width: 240px;
          top: 0;
          left: 0;
          border: 1px solid #ddd;
          padding: 10px 8px 8px 32px;
          -moz-border-radius-topleft: 3px;
          -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
          -moz-border-radius-topright: 3px;
          -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
          -moz-border-radius-bottomleft: 3px;
          -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
          -moz-border-radius-bottomright: 3px;
          -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
          -moz-border-radius-topleft: 3px;
          -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
          -moz-border-radius-bottomleft: 3px;
          -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
          -moz-border-radius-topright: 3px;
          -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
          -moz-border-radius-bottomright: 3px;
          -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
          font-size: 14px;
          font-size: 1.4rem; }
          header.header .header_sub_nav .header_sub_nav_inner .search input:placeholder-shown {
            color: #CCCCCC; }
          header.header .header_sub_nav .header_sub_nav_inner .search input::-webkit-input-placeholder {
            color: #CCCCCC; }
          header.header .header_sub_nav .header_sub_nav_inner .search input:-moz-placeholder {
            color: #CCCCCC;
            opacity: 1; }
          header.header .header_sub_nav .header_sub_nav_inner .search input::-moz-placeholder {
            color: #CCCCCC;
            opacity: 1; }
          header.header .header_sub_nav .header_sub_nav_inner .search input:-ms-input-placeholder {
            color: #CCCCCC; }
        header.header .header_sub_nav .header_sub_nav_inner .search .search_icon {
          position: absolute;
          top: 10px;
          left: 12px; }
      header.header .header_sub_nav .header_sub_nav_inner .sns {
        position: absolute;
        top: 7px;
        right: 430px;
        line-height: 1.0em; }
        @media (max-width: 667px) {
          header.header .header_sub_nav .header_sub_nav_inner .sns {
            display: none; } }
        header.header .header_sub_nav .header_sub_nav_inner .sns .fb_iframe_widget > span {
          vertical-align: baseline !important; }
        header.header .header_sub_nav .header_sub_nav_inner .sns .fb_iframe_widget {
          margin-right: 5px; }

#main {
  z-index: 1; }

.slidemenu {
  border-right: 1px solid #DDDDDD; }
  .slidemenu li {
    list-style: none;
    border-bottom: 1px solid #eee;
    line-height: 1.8; }
    .slidemenu li div {
      background: #fafafa;
      padding: 3px 0 3px 10px;
      font-size: 11px; }
    .slidemenu li a {
      padding: 15px;
      display: block;
      text-decoration: none;
      color: #000; }
    .slidemenu li:first-child {
      border-top: none; }
    .slidemenu li .lbr ul li a {
      color: #333; }
    .slidemenu li ul li ul li a {
      padding: 2px 10px 2px 10px; }
    .slidemenu li i {
      margin-right: 5px; }

.slidemenu {
  top: 0;
  width: 280px;
  position: fixed;
  visibility: hidden;
  z-index: -1; }

.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative; }

.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
  list-style: none !important; }

.slidemenu-right {
  right: 0; }

.slidemenu-content {
  line-height: none; }

.slidemenu-content ul {
  list-style: none; }

.hamburger {
  display: none;
  position: absolute;
  z-index: 9999; }
  @media (max-width: 667px) {
    .hamburger {
      top: 8px;
      left: 5px;
      display: block; } }
  .hamburger.is-active .hamburger-inner {
    background: #797979; }
    .hamburger.is-active .hamburger-inner:before, .hamburger.is-active .hamburger-inner:after {
      background: #797979; }

.contents_wrapper {
  margin: 0px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }
  @media (max-width: 667px) {
    .contents_wrapper {
      margin: 0 auto; } }
  .contents_wrapper #special.contents {
    width: 1140px;
    margin: 0 auto;
    float: none; }
    @media (max-width: 667px) {
      .contents_wrapper #special.contents {
        width: 100%;
        padding: 0 20px; } }

@media (max-width: 667px) {
  .banner {
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    margin: 20px 0; }
    .banner .swiper-container-banner .swiper-slide {
      width: 90%;
      margin: 20px auto 30px auto; }
      .banner .swiper-container-banner .swiper-slide img {
        width: 100%;
        height: auto; }
    .banner .swiper-container-banner .swiper-pagination {
      bottom: 10px; } }

section.topimage {
  position: relative;
  margin-bottom: 30px;
  width: 100%; }
  @media (max-width: 667px) {
    section.topimage {
      margin-bottom: 0px; } }
  section.topimage .swiper-container.select_pc {
    width: 100%; }
  section.topimage .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 800px;
    height: 400px;
    z-index: 3; }
    @media (max-width: 667px) {
      section.topimage .swiper-slide {
        width: 100%;
        height: auto; }
        section.topimage .swiper-slide img {
          width: 100%;
          height: auto; } }
    section.topimage .swiper-slide a {
      display: block;
      width: 100%; }
      @media (max-width: 667px) {
        section.topimage .swiper-slide a {
          position: relative; }
          section.topimage .swiper-slide a h2 {
            background: rgba(255, 255, 255, 0.6);
            padding: 10px 20px;
            position: absolute;
            z-index: 2;
            font-size: 14px;
            font-size: 1.4rem;
            text-align: left;
            bottom: 10px;
            margin: 0 10px;
            color: #333;
            font-weight: bold; } }
      section.topimage .swiper-slide a img {
        width: 100%;
        height: auto;
        -moz-border-radius-topleft: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        -moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
        vertical-align: middle; }
        @media (max-width: 667px) {
          section.topimage .swiper-slide a img {
            -moz-border-radius-topleft: 0px;
            -webkit-border-top-left-radius: 0px;
            border-top-left-radius: 0px;
            -moz-border-radius-topright: 0px;
            -webkit-border-top-right-radius: 0px;
            border-top-right-radius: 0px;
            -moz-border-radius-bottomleft: 0px;
            -webkit-border-bottom-left-radius: 0px;
            border-bottom-left-radius: 0px;
            -moz-border-radius-bottomright: 0px;
            -webkit-border-bottom-right-radius: 0px;
            border-bottom-right-radius: 0px;
            -moz-border-radius-topleft: 0px;
            -webkit-border-top-left-radius: 0px;
            border-top-left-radius: 0px;
            -moz-border-radius-bottomleft: 0px;
            -webkit-border-bottom-left-radius: 0px;
            border-bottom-left-radius: 0px;
            -moz-border-radius-topright: 0px;
            -webkit-border-top-right-radius: 0px;
            border-top-right-radius: 0px;
            -moz-border-radius-bottomright: 0px;
            -webkit-border-bottom-right-radius: 0px;
            border-bottom-right-radius: 0px;
            position: relative;
            z-index: 1; } }
  section.topimage .swiper-slide-active {
    width: 900px;
    height: 400px; }
    @media (max-width: 667px) {
      section.topimage .swiper-slide-active {
        width: 100%;
        height: auto; }
        section.topimage .swiper-slide-active img {
          width: 100%;
          height: auto; } }
  @media (max-width: 667px) {
    section.topimage .swiper-button-prev,
    section.topimage .swiper-container-rtl .swiper-button-next {
      left: 10px; } }
  @media (max-width: 667px) {
    section.topimage .swiper-button-next,
    section.topimage .swiper-container-rtl .swiper-button-prev {
      right: 10px; } }
  section.topimage ul.slides li {
    position: relative;
    width: 800px;
    height: 300px; }
    section.topimage ul.slides li .article {
      position: absolute;
      padding: 20px;
      width: 330px;
      bottom: 30px;
      color: #fff; }
      section.topimage ul.slides li .article h3 {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 300;
        margin-bottom: 7px; }
      section.topimage ul.slides li .article p {
        color: #fff;
        line-height: 1.7em; }
      section.topimage ul.slides li .article a {
        color: #fff; }
        section.topimage ul.slides li .article a:hover, section.topimage ul.slides li .article a:active, section.topimage ul.slides li .article a:focus {
          color: white; }

section.topthumbnails ul.thumbnails li {
  float: left;
  margin-right: 8px;
  width: 194px;
  height: 73px; }

section.topthumbnails ul.thumbnails li:last-child {
  margin-right: 0; }

div.contents {
  width: 800px;
  margin: 40px 20px 0 0; }
  @media (max-width: 667px) {
    div.contents {
      width: 100%;
      margin: 0px; } }
  div.contents nav.breadcrumb {
    margin-top: -7px;
    margin-bottom: 20px; }
    @media (max-width: 667px) {
      div.contents nav.breadcrumb {
        margin: 0px;
        padding: 10px; } }
    div.contents nav.breadcrumb li {
      font-size: 10px;
      font-size: 1rem;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      margin-right: 15px; }
      div.contents nav.breadcrumb li:after {
        font-family: "FontAwesome";
        content: "\f105";
        color: #999;
        margin-left: 15px; }
      div.contents nav.breadcrumb li:last-child:after {
        content: ""; }
      @media (max-width: 667px) {
        div.contents nav.breadcrumb li.post_title {
          display: none; } }
  div.contents .row_column {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 667px) {
      div.contents .row_column {
        display: block;
        margin-bottom: 30px; } }
    @media (max-width: 667px) {
      div.contents .row_column section {
        margin-bottom: 0px !important; } }
  @media (max-width: 667px) {
    div.contents article.post {
      width: 100%;
      padding: 0 20px;
      margin: 0px auto 20px auto;
      font-size: 15px;
      font-size: 1.5rem; } }
  div.contents article.post h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 10px; }
    @media (max-width: 667px) {
      div.contents article.post h1 {
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 1.2px; } }
  div.contents article.post .pr {
    background: #CCC;
    padding: 0 10px;
    line-height: 1.6;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px; }
    div.contents article.post .pr p {
      color: #fff;
      font-weight: bold;
      font-size: 10px;
      font-size: 1rem; }
      @media (max-width: 667px) {
        div.contents article.post .pr p {
          float: right; } }
  div.contents article.post .posted {
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1.2px;
    font-weight: 100; }
    @media (max-width: 667px) {
      div.contents article.post .posted {
        font-size: 10px;
        font-size: 1rem; } }
  div.contents article.post .credit_top {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 5px;
    color: #9a9a9a;
    text-align: right; }
  div.contents article.post .share_top ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    div.contents article.post .share_top ul li {
      text-align: center;
      margin-left: 20px;
      font-size: 13px;
      font-size: 1.3rem; }
      div.contents article.post .share_top ul li strong {
        font-weight: bold; }
      div.contents article.post .share_top ul li img {
        vertical-align: middle;
        margin-right: 5px; }
  div.contents article.post .share {
    width: 70%;
    margin: 30px auto 0 auto;
    padding: 30px 0;
    background: #fafafa;
    text-align: center;
    position: relative; }
    @media (max-width: 667px) {
      div.contents article.post .share {
        width: 80%;
        padding: 20px 0; } }
    div.contents article.post .share h3 {
      width: 100%;
      position: absolute;
      text-align: center;
      font-size: 19px;
      font-size: 1.9rem;
      font-family: 'Open Sans', sans-serif;
      font-style: italic;
      font-weight: 100;
      letter-spacing: 1px;
      top: -10px; }
    div.contents article.post .share ul {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      div.contents article.post .share ul li {
        text-align: center;
        margin: 0 40px;
        font-size: 15px;
        font-size: 1.5rem; }
        @media (max-width: 667px) {
          div.contents article.post .share ul li {
            margin: 0 10px;
            font-size: 12px;
            font-size: 1.2rem; } }
        div.contents article.post .share ul li strong {
          font-weight: bold; }
        div.contents article.post .share ul li img {
          vertical-align: middle;
          margin-right: 10px; }
  div.contents article.post .peoplemeta .sns ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end; }
    div.contents article.post .peoplemeta .sns ul li {
      margin-left: 8px !important; }
    div.contents article.post .peoplemeta .sns ul .fb_iframe_widget > span {
      vertical-align: baseline !important; }
  div.contents article.post .body {
    width: 100%;
    margin: 20px auto;
    color: #666;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2em;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1.2px; }
    @media (max-width: 667px) {
      div.contents article.post .body {
        width: 100%; } }
    div.contents article.post .body .credit {
      font-size: 12px;
      font-size: 1.2rem;
      text-align: right; }
    div.contents article.post .body a {
      word-break: break-all; }
    div.contents article.post .body h2 {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold;
      margin: 20px 0 15px 0;
      color: #333; }
      @media (max-width: 667px) {
        div.contents article.post .body h2 {
          font-size: 17px;
          font-size: 1.7rem; } }
      div.contents article.post .body h2.diamond:before {
        content: url(images/icon_diamond.png);
        margin-right: 10px;
        vertical-align: middle; }
      div.contents article.post .body h2.flower:before {
        content: url(images/icon_flower.png);
        margin-right: 10px;
        vertical-align: middle; }
      div.contents article.post .body h2.star:before {
        content: url(images/icon_star.png);
        margin-right: 10px;
        vertical-align: middle; }
      div.contents article.post .body h2.clover:before {
        content: url(images/icon_clover.png);
        margin-right: 10px;
        vertical-align: middle; }
    div.contents article.post .body h3 {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold; }
      @media (max-width: 667px) {
        div.contents article.post .body h3 {
          font-size: 15px;
          font-size: 1.5rem; } }
      div.contents article.post .body h3.deco {
        color: #333;
        border-left: 3px solid #E94E52;
        background: #FFEFF0;
        padding: 10px 15px; }
      div.contents article.post .body h3.dot {
        margin-bottom: 20px; }
        @media (max-width: 667px) {
          div.contents article.post .body h3.dot {
            width: 100%;
            margin-bottom: 20px; } }
        div.contents article.post .body h3.dot:before {
          margin-bottom: 15px;
          display: block;
          content: "";
          width: 100%;
          height: 13px;
          background: radial-gradient(circle farthest-side, #FFD5D7, #FFD5D7 50%, #fff 50%, #fff);
          background-size: 13px 13px; }
        div.contents article.post .body h3.dot:after {
          margin-top: 15px;
          display: block;
          content: "";
          width: 100%;
          height: 13px;
          background: radial-gradient(circle farthest-side, #FFD5D7, #FFD5D7 50%, #fff 50%, #fff);
          background-size: 13px 13px; }
    div.contents article.post .body h4 {
      font-size: 15px;
      font-size: 1.5rem; }
      @media (max-width: 667px) {
        div.contents article.post .body h4 {
          font-size: 14px;
          font-size: 1.4rem; } }
      div.contents article.post .body h4.deco {
        font-weight: bold;
        color: #333;
        border-bottom: 1px solid #333;
        padding: 5px 0px; }
    div.contents article.post .body h5 {
      font-size: 15px;
      font-size: 1.5rem; }
      @media (max-width: 667px) {
        div.contents article.post .body h5 {
          font-size: 14px;
          font-size: 1.4rem; } }
      div.contents article.post .body h5.deco {
        font-weight: bold;
        color: #333;
        border: dotted 3px #eeeeee;
        padding: 15px 15px; }
    div.contents article.post .body ul.deco {
      list-style: disc;
      padding: 15px 15px 0 15px; }
      @media (max-width: 667px) {
        div.contents article.post .body ul.deco {
          padding: 0px 15px 0 15px; } }
      div.contents article.post .body ul.deco li {
        margin-bottom: 10px;
        font-size: 15px;
        font-size: 1.5rem;
        margin-left: 20px; }
        @media (max-width: 667px) {
          div.contents article.post .body ul.deco li {
            font-size: 13px;
            font-size: 1.3rem;
            margin-bottom: 0px; } }
    div.contents article.post .body blockquote.deco {
      background: #fafafa;
      padding: 60px;
      position: relative; }
      div.contents article.post .body blockquote.deco:before {
        position: absolute;
        top: 30px;
        left: 30px;
        content: "“";
        font-size: 55px;
        font-size: 5.5rem; }
      div.contents article.post .body blockquote.deco:after {
        position: absolute;
        bottom: 0px;
        right: 30px;
        content: "”";
        font-size: 55px;
        font-size: 5.5rem; }
    div.contents article.post .body .model {
      color: #333;
      font-weight: bold; }
    div.contents article.post .body .cpt_box {
      overflow: hidden;
      *zoom: 1; }
      div.contents article.post .body .cpt_box .cpt {
        line-height: 1.0em; }
    div.contents article.post .body strong {
      font-weight: bold;
      color: #333; }
      div.contents article.post .body strong.pink {
        color: #E94E52; }
    div.contents article.post .body img.size-medium {
      margin-bottom: 20px;
      clear: both;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 667px) {
        div.contents article.post .body img.size-medium {
          width: 100%;
          height: auto; } }
    @media (max-width: 667px) {
      div.contents article.post .body img.size-large {
        width: 100%;
        height: auto; } }
    div.contents article.post .body img.aligncenter {
      clear: both;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    div.contents article.post .body img.size-full {
      clear: both;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 800px;
      height: auto; }
      @media (max-width: 667px) {
        div.contents article.post .body img.size-full {
          max-width: 100%; } }
    div.contents article.post .body .kyokai {
      background: #fafafa;
      padding: 20px;
      line-height: 180%;
      color: #666666;
      font-size: 15px;
      font-size: 1.5rem; }
    div.contents article.post .body .beauty_point {
      background: #fafafa;
      padding: 15px 25px;
      -moz-border-radius-topleft: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-topright: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      -webkit-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px;
      -moz-border-radius-topright: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      -webkit-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border: 1px #ccc solid;
      margin-bottom: 20px; }
      div.contents article.post .body .beauty_point li {
        line-height: 230%; }
        div.contents article.post .body .beauty_point li:before {
          font-family: "FontAwesome";
          content: "\f0eb";
          color: #333;
          float: left;
          margin-right: 10px; }
    div.contents article.post .body small {
      font-size: 10px;
      font-size: 1rem;
      color: #999999;
      margin-top: 10px; }
  div.contents article.post .comments {
    height: 200px;
    overflow: auto;
    margin-bottom: 40px; }
  div.contents article.post .postslider {
    position: relative;
    height: 100%; }
    @media (max-width: 667px) {
      div.contents article.post .postslider {
        width: 100%; }
        div.contents article.post .postslider .flex-viewport {
          height: auto;
          font-size: 0;
          line-height: 1; }
        div.contents article.post .postslider .slides li {
          width: 100%; }
          div.contents article.post .postslider .slides li img {
            width: 100%;
            height: auto; }
        div.contents article.post .postslider .flex-control-thumbs {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
          div.contents article.post .postslider .flex-control-thumbs li {
            width: 16%;
            margin-right: 0px !important; }
            div.contents article.post .postslider .flex-control-thumbs li img {
              width: 100%;
              height: auto; } }
  div.contents article.post .post_wrapper {
    position: relative; }
    div.contents article.post .post_wrapper .post_wrapper_main {
      width: 100%;
      margin-bottom: 30px; }
      @media (max-width: 667px) {
        div.contents article.post .post_wrapper .post_wrapper_main {
          margin-bottom: 10px; } }
  div.contents article.post .item_prof_bdr {
    background: #fafafa;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px #ccc solid;
    margin-top: 70px; }
  div.contents article.post .favs img {
    width: 240px !important;
    height: auto !important; }
    @media (max-width: 667px) {
      div.contents article.post .favs img {
        width: 80% !important;
        height: auto;
        margin: 0 auto; } }
  div.contents article.post .profile, div.contents article.post .item_prof {
    width: 100%;
    margin: 30px auto 40px auto;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8; }
    @media (max-width: 667px) {
      div.contents article.post .profile, div.contents article.post .item_prof {
        width: 100%;
        height: auto; } }
    div.contents article.post .profile h2, div.contents article.post .item_prof h2 {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 10px; }
    div.contents article.post .profile h3, div.contents article.post .item_prof h3 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 10px; }
    div.contents article.post .profile h3.line, div.contents article.post .item_prof h3.line {
      width: 100%;
      font-family: 'Open Sans', sans-serif;
      font-style: italic;
      font-size: 19px;
      font-size: 1.9rem;
      position: relative;
      margin-bottom: 20px; }
      @media (max-width: 667px) {
        div.contents article.post .profile h3.line, div.contents article.post .item_prof h3.line {
          padding: 0 0px; } }
      div.contents article.post .profile h3.line:after, div.contents article.post .item_prof h3.line:after {
        background: #CCCCCC;
        content: "";
        width: 90%;
        height: 1px;
        position: absolute;
        top: 18px;
        right: 0px; }
        @media (max-width: 667px) {
          div.contents article.post .profile h3.line:after, div.contents article.post .item_prof h3.line:after {
            width: 70%;
            right: 20px; } }
    div.contents article.post .profile img, div.contents article.post .item_prof img {
      float: right !important;
      margin-left: 40px !important;
      margin-bottom: 20px !important;
      width: 160px !important;
      height: auto !important; }
    div.contents article.post .profile img.aligncenter, div.contents article.post .item_prof img.aligncenter {
      margin-left: 40px !important;
      margin-bottom: 20px !important; }
    div.contents article.post .profile .catch, div.contents article.post .item_prof .catch {
      float: left;
      margin-right: 40px;
      width: 160px; }
      @media (max-width: 667px) {
        div.contents article.post .profile .catch, div.contents article.post .item_prof .catch {
          width: 74px;
          height: 74px;
          margin-right: 10px; } }
      div.contents article.post .profile .catch img, div.contents article.post .item_prof .catch img {
        -moz-border-radius-topleft: 100px;
        -webkit-border-top-left-radius: 100px;
        border-top-left-radius: 100px;
        -moz-border-radius-topright: 100px;
        -webkit-border-top-right-radius: 100px;
        border-top-right-radius: 100px;
        -moz-border-radius-bottomleft: 100px;
        -webkit-border-bottom-left-radius: 100px;
        border-bottom-left-radius: 100px;
        -moz-border-radius-bottomright: 100px;
        -webkit-border-bottom-right-radius: 100px;
        border-bottom-right-radius: 100px;
        -moz-border-radius-topleft: 100px;
        -webkit-border-top-left-radius: 100px;
        border-top-left-radius: 100px;
        -moz-border-radius-bottomleft: 100px;
        -webkit-border-bottom-left-radius: 100px;
        border-bottom-left-radius: 100px;
        -moz-border-radius-topright: 100px;
        -webkit-border-top-right-radius: 100px;
        border-top-right-radius: 100px;
        -moz-border-radius-bottomright: 100px;
        -webkit-border-bottom-right-radius: 100px;
        border-bottom-right-radius: 100px; }
        @media (max-width: 667px) {
          div.contents article.post .profile .catch img, div.contents article.post .item_prof .catch img {
            width: 74px !important;
            height: 74px !important; } }
    div.contents article.post .profile .text, div.contents article.post .item_prof .text {
      width: 100%; }
      @media (max-width: 667px) {
        div.contents article.post .profile .text, div.contents article.post .item_prof .text {
          width: auto; } }
    div.contents article.post .profile .twitter, div.contents article.post .item_prof .twitter {
      background: url(images/icon_twitter_plf.png) no-repeat;
      padding-left: 20px; }
      @media (max-width: 667px) {
        div.contents article.post .profile .twitter, div.contents article.post .item_prof .twitter {
          background: url(images/icon_twitter_plf.png) no-repeat;
          background-size: 14px; } }
    div.contents article.post .profile p.meta span, div.contents article.post .item_prof p.meta span {
      margin-right: 15px;
      font-size: 11px;
      font-size: 1.1rem; }
      @media (max-width: 667px) {
        div.contents article.post .profile p.meta span, div.contents article.post .item_prof p.meta span {
          margin-right: 10px; } }
      div.contents article.post .profile p.meta span i, div.contents article.post .item_prof p.meta span i {
        margin-right: 5px;
        font-size: 16px;
        font-size: 1.6rem; }
    div.contents article.post .profile p.description, div.contents article.post .item_prof p.description {
      margin-top: 5px;
      font-size: 13px;
      font-size: 1.3rem; }
      @media (max-width: 667px) {
        div.contents article.post .profile p.description, div.contents article.post .item_prof p.description {
          font-size: 12px;
          font-size: 1.2rem; } }
    div.contents article.post .profile p a, div.contents article.post .item_prof p a {
      color: #333; }
    div.contents article.post .profile a, div.contents article.post .item_prof a {
      color: #333; }
  div.contents article.post.page h1 {
    margin-bottom: 40px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px; }
  div.contents article.post.page .privacy_frame {
    border: solid 1px #ddd;
    width: 800px;
    height: 400px;
    padding: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    overflow: auto; }
    @media (max-width: 667px) {
      div.contents article.post.page .privacy_frame {
        width: 95%;
        margin: 0 auto; } }
  div.contents article.post.page h2.statement {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 300;
    padding: 20px 0;
    border: none; }
  div.contents article.post.page p.statement {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 2.0em; }
  div.contents section {
    margin-bottom: 40px; }
  div.contents section .categorytitle {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 30px 0 10px;
    font-weight: 300; }
    @media (max-width: 667px) {
      div.contents section .categorytitle {
        text-align: center;
        position: static; } }
    div.contents section .categorytitle h1 {
      width: 100%;
      position: absolute;
      font-size: 24px;
      font-size: 2.4rem;
      padding-bottom: 5px; }
      @media (max-width: 667px) {
        div.contents section .categorytitle h1 {
          font-size: 18px;
          font-size: 1.8rem;
          text-align: center;
          width: auto;
          margin: 0 auto;
          position: static;
          display: inline-block; } }
    div.contents section .categorytitle p.description {
      position: absolute;
      right: 0;
      top: 12px; }
    div.contents section .categorytitle span {
      font-size: 20px;
      font-size: 2rem; }
  div.contents section .blocktitle {
    position: relative;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 20px; }
    @media (max-width: 667px) {
      div.contents section .blocktitle {
        padding: 0 20px;
        margin-top: 20px; } }
    div.contents section .blocktitle i {
      margin-right: 3px; }
    div.contents section .blocktitle h3 {
      position: absolute;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 300; }
      @media (max-width: 667px) {
        div.contents section .blocktitle h3 {
          margin: 0px; } }
    div.contents section .blocktitle a {
      font-size: 12px;
      font-size: 1.2rem;
      color: #666;
      position: absolute;
      right: 0; }
      div.contents section .blocktitle a:hover, div.contents section .blocktitle a:active, div.contents section .blocktitle a:focus {
        color: #b3b2b2; }
      @media (max-width: 667px) {
        div.contents section .blocktitle a {
          display: none; } }
  div.contents section .catch {
    position: relative;
    width: 240px;
    height: 160px;
    margin-bottom: 10px; }
    @media (max-width: 667px) {
      div.contents section .catch {
        margin: 0 auto;
        width: 100%;
        height: 100%; } }
    div.contents section .catch img {
      position: absolute;
      top: 0;
      left: 0;
      -moz-border-radius-topleft: 10px;
      -webkit-border-top-left-radius: 10px;
      border-top-left-radius: 10px;
      -moz-border-radius-topright: 10px;
      -webkit-border-top-right-radius: 10px;
      border-top-right-radius: 10px;
      -moz-border-radius-bottomleft: 10px;
      -webkit-border-bottom-left-radius: 10px;
      border-bottom-left-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      -webkit-border-bottom-right-radius: 10px;
      border-bottom-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -webkit-border-top-left-radius: 10px;
      border-top-left-radius: 10px;
      -moz-border-radius-bottomleft: 10px;
      -webkit-border-bottom-left-radius: 10px;
      border-bottom-left-radius: 10px;
      -moz-border-radius-topright: 10px;
      -webkit-border-top-right-radius: 10px;
      border-top-right-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      -webkit-border-bottom-right-radius: 10px;
      border-bottom-right-radius: 10px; }
      @media (max-width: 667px) {
        div.contents section .catch img {
          width: 100%;
          height: auto;
          position: static; } }
    div.contents section .catch .category {
      background: rgba(255, 255, 255, 0.6);
      position: absolute;
      padding: 5px 10px 5px 10px;
      bottom: 0px; }
      div.contents section .catch .category span {
        border: none; }
      @media (max-width: 667px) {
        div.contents section .catch .category {
          bottom: 0px; } }
  div.contents section h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6em;
    margin-bottom: 4px; }
    @media (max-width: 667px) {
      div.contents section h3 {
        margin-top: 15px;
        font-size: 16px;
        font-size: 1.6rem; } }
  div.contents section p {
    line-height: 1.6em; }
    @media (max-width: 667px) {
      div.contents section p {
        display: none; } }
  div.contents section.pickup {
    width: 800px; }
    @media (max-width: 667px) {
      div.contents section.pickup {
        width: 100%; } }
    div.contents section.pickup li {
      width: 240px;
      float: left;
      margin-right: 40px;
      overflow: hidden; }
      @media (max-width: 667px) {
        div.contents section.pickup li {
          width: 100%;
          padding: 0 20px 20px 20px;
          margin-right: 0px;
          margin-bottom: 22px;
          border-bottom: 1px solid #EAEAEA; }
          div.contents section.pickup li:last-child {
            margin-bottom: 0px; } }
      div.contents section.pickup li:last-child {
        margin-right: 0; }
  div.contents section.bijin .bijin_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  div.contents section.bijin li {
    width: 240px;
    margin-right: 40px;
    margin-bottom: 30px; }
    div.contents section.bijin li:nth-child(3n) {
      margin-right: 0; }
    @media (max-width: 667px) {
      div.contents section.bijin li {
        width: 50%;
        padding: 0 10px 0px 10px;
        margin-right: 0px;
        margin-bottom: 22px; } }
    div.contents section.bijin li .catch {
      margin-bottom: 10px; }
      @media (max-width: 667px) {
        div.contents section.bijin li .catch {
          height: auto;
          margin-bottom: 0px; } }
      @media (max-width: 667px) {
        div.contents section.bijin li .catch .category {
          display: none; } }
    div.contents section.bijin li h3 {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6em;
      margin-bottom: 4px; }
      @media (max-width: 667px) {
        div.contents section.bijin li h3 {
          margin-top: 0px;
          text-align: center; } }
    div.contents section.bijin li p {
      line-height: 1.6em; }
  @media (max-width: 667px) {
    div.contents section.bijin .blocktitle {
      width: 100%;
      height: auto;
      position: static; } }
  div.contents section.bijin .blocktitle i {
    margin-right: 3px; }
  div.contents section.bijin .blocktitle h3 {
    position: absolute;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300; }
    @media (max-width: 667px) {
      div.contents section.bijin .blocktitle h3 {
        position: static;
        margin: 30px 0 0 0;
        text-align: center;
        font-size: 24px;
        font-size: 2.4rem; } }
  div.contents section.bijin .blocktitle h4 {
    display: none; }
    @media (max-width: 667px) {
      div.contents section.bijin .blocktitle h4 {
        display: block;
        text-align: center;
        padding-bottom: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
        font-weight: 100;
        letter-spacing: 1px; } }
  div.contents button.go_bijin {
    background: #FFF;
    width: 355px;
    border: none;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    border: 1px #333 solid;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    display: block; }
    @media (max-width: 667px) {
      div.contents button.go_bijin {
        width: 90%;
        margin: 0 auto;
        display: block; } }
  div.contents section.seasonkeyword {
    color: #fff;
    background: #efdb50;
    padding-bottom: 17px; }
    div.contents section.seasonkeyword a {
      color: #fff; }
      div.contents section.seasonkeyword a:hover, div.contents section.seasonkeyword a:active, div.contents section.seasonkeyword a:focus {
        color: white; }
    div.contents section.seasonkeyword p {
      color: #fff; }
    div.contents section.seasonkeyword .inner {
      width: 760px;
      padding-top: 15px;
      margin-left: 20px; }
    div.contents section.seasonkeyword .blocktitle {
      border-bottom: #fff solid 1px; }
    div.contents section.seasonkeyword .keyword {
      float: left;
      width: 200px; }
      div.contents section.seasonkeyword .keyword h4 {
        width: 200px;
        height: 100px;
        display: table-cell;
        border: #fff 2px solid;
        vertical-align: middle;
        text-align: center;
        font-size: 20px;
        font-size: 2rem;
        font-style: italic;
        letter-spacing: 1px; }
      div.contents section.seasonkeyword .keyword p {
        margin-top: 15px;
        line-height: 1.7em;
        font-size: 11px;
        font-size: 1.1rem; }
    div.contents section.seasonkeyword .arrow {
      width: 80px;
      padding-top: 30px;
      height: 100px;
      float: left;
      text-align: center; }
    div.contents section.seasonkeyword ul {
      float: left;
      width: 480px; }
      div.contents section.seasonkeyword ul li {
        float: left;
        width: 220px; }
        div.contents section.seasonkeyword ul li:first-child {
          margin-right: 40px; }
        div.contents section.seasonkeyword ul li h3 {
          font-size: 13px;
          font-size: 1.3rem; }
  @media (max-width: 667px) {
    div.contents section.archiveposts.bijin .blocktitle {
      width: 100%;
      height: auto;
      position: static; } }
  div.contents section.archiveposts.bijin .blocktitle h3 {
    position: absolute;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300; }
    @media (max-width: 667px) {
      div.contents section.archiveposts.bijin .blocktitle h3 {
        position: static;
        margin: 0px;
        text-align: center;
        font-size: 24px;
        font-size: 2.4rem; } }
  div.contents section.archiveposts.bijin .blocktitle h4 {
    display: none; }
    @media (max-width: 667px) {
      div.contents section.archiveposts.bijin .blocktitle h4 {
        display: block;
        text-align: center;
        padding-bottom: 30px;
        font-size: 14px;
        font-size: 1.4rem;
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
        font-weight: 100;
        letter-spacing: 1px; } }
  div.contents section.recommends li {
    width: 240px;
    float: left;
    margin-right: 40px;
    overflow: hidden;
    margin-bottom: 30px; }
    div.contents section.recommends li:last-child {
      margin-right: 0; }
    div.contents section.recommends li:nth-child(3n) {
      margin-right: 0; }
  div.contents .news section {
    width: 380px; }
    @media (max-width: 667px) {
      div.contents .news section {
        width: 100%; } }
    div.contents .news section li.archive_list {
      overflow: hidden;
      *zoom: 1;
      margin-bottom: 20px; }
      @media (max-width: 667px) {
        div.contents .news section li.archive_list {
          margin-bottom: 30px; } }
      div.contents .news section li.archive_list:first-child {
        padding-top: 0px; }
        @media (max-width: 667px) {
          div.contents .news section li.archive_list:first-child {
            padding-top: 0px; } }
      div.contents .news section li.archive_list:last-child {
        margin-bottom: 20px; }
      @media (max-width: 667px) {
        div.contents .news section li.archive_list {
          width: 100%;
          padding: 0 20px 20px 20px;
          margin-right: 0px;
          margin-bottom: 22px;
          border-bottom: 1px solid #EAEAEA; } }
      div.contents .news section li.archive_list .left {
        float: left;
        width: 100px; }
        @media (max-width: 667px) {
          div.contents .news section li.archive_list .left {
            width: 100%;
            position: relative; } }
        div.contents .news section li.archive_list .left .catch_archiveposts {
          position: relative;
          margin-bottom: 10px; }
          @media (max-width: 667px) {
            div.contents .news section li.archive_list .left .catch_archiveposts {
              margin: 0 auto;
              width: 100%;
              height: 100%;
              margin-bottom: 15px; }
              div.contents .news section li.archive_list .left .catch_archiveposts .category {
                background: rgba(255, 255, 255, 0.6);
                position: absolute;
                padding: 5px 10px 10px 10px;
                bottom: 0px; }
                div.contents .news section li.archive_list .left .catch_archiveposts .category span {
                  border: none; } }
          div.contents .news section li.archive_list .left .catch_archiveposts .pr {
            background: #CCC;
            padding: 0px 8px;
            position: absolute;
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            z-index: 2;
            right: 0px;
            top: 0px; }
            div.contents .news section li.archive_list .left .catch_archiveposts .pr div {
              color: #fff;
              font-weight: bold;
              font-size: 10px;
              font-size: 1rem; }
          div.contents .news section li.archive_list .left .catch_archiveposts img {
            position: absolute;
            top: 0;
            left: 0;
            -moz-border-radius-topleft: 10px;
            -webkit-border-top-left-radius: 10px;
            border-top-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -webkit-border-top-right-radius: 10px;
            border-top-right-radius: 10px;
            -moz-border-radius-bottomleft: 10px;
            -webkit-border-bottom-left-radius: 10px;
            border-bottom-left-radius: 10px;
            -moz-border-radius-bottomright: 10px;
            -webkit-border-bottom-right-radius: 10px;
            border-bottom-right-radius: 10px;
            -moz-border-radius-topleft: 10px;
            -webkit-border-top-left-radius: 10px;
            border-top-left-radius: 10px;
            -moz-border-radius-bottomleft: 10px;
            -webkit-border-bottom-left-radius: 10px;
            border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -webkit-border-top-right-radius: 10px;
            border-top-right-radius: 10px;
            -moz-border-radius-bottomright: 10px;
            -webkit-border-bottom-right-radius: 10px;
            border-bottom-right-radius: 10px; }
            div.contents .news section li.archive_list .left .catch_archiveposts img.size-thumb200 {
              width: 100px;
              height: 100px;
              position: static; }
              @media (max-width: 667px) {
                div.contents .news section li.archive_list .left .catch_archiveposts img.size-thumb100 {
                  width: 100%;
                  height: auto;
                  position: static; } }
            @media (max-width: 667px) {
              div.contents .news section li.archive_list .left .catch_archiveposts img {
                width: 100%;
                height: auto;
                position: static; } }
          div.contents .news section li.archive_list .left .catch_archiveposts .select_sp {
            bottom: 0px; }
      div.contents .news section li.archive_list .right {
        float: right;
        width: 260px; }
        @media (max-width: 667px) {
          div.contents .news section li.archive_list .right {
            width: 100%;
            float: none; } }
      div.contents .news section li.archive_list h4 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6em;
        margin: 12px 0 4px 0; }
        @media (max-width: 667px) {
          div.contents .news section li.archive_list h4 {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: bold;
            margin: 4px 0; } }
      div.contents .news section li.archive_list p {
        line-height: 1.6em; }
        @media (max-width: 667px) {
          div.contents .news section li.archive_list p {
            display: none; } }
  div.contents .block section {
    width: 380px; }
    @media (max-width: 667px) {
      div.contents .block section {
        width: 100%; } }
    div.contents .block section li {
      overflow: hidden;
      *zoom: 1;
      margin-bottom: 20px; }
      div.contents .block section li .left {
        float: left;
        width: 100px; }
        @media (max-width: 667px) {
          div.contents .block section li .left {
            margin-right: 10px; } }
        div.contents .block section li .left img {
          -moz-border-radius-topleft: 10px;
          -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
          -moz-border-radius-topright: 10px;
          -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
          -moz-border-radius-bottomleft: 10px;
          -webkit-border-bottom-left-radius: 10px;
          border-bottom-left-radius: 10px;
          -moz-border-radius-bottomright: 10px;
          -webkit-border-bottom-right-radius: 10px;
          border-bottom-right-radius: 10px;
          -moz-border-radius-topleft: 10px;
          -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
          -moz-border-radius-bottomleft: 10px;
          -webkit-border-bottom-left-radius: 10px;
          border-bottom-left-radius: 10px;
          -moz-border-radius-topright: 10px;
          -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
          -moz-border-radius-bottomright: 10px;
          -webkit-border-bottom-right-radius: 10px;
          border-bottom-right-radius: 10px; }
      div.contents .block section li .right {
        float: right;
        width: 260px; }
        @media (max-width: 667px) {
          div.contents .block section li .right {
            width: 100%;
            float: none; } }
      div.contents .block section li h4 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6em;
        margin: 4px 0; }
      div.contents .block section li p {
        line-height: 1.6em; }
        @media (max-width: 667px) {
          div.contents .block section li p {
            display: none; } }
  div.contents section.relatedposts, div.contents section.archiveposts, div.contents section.pepopleposts {
    width: 800px; }
    @media (max-width: 667px) {
      div.contents section.relatedposts, div.contents section.archiveposts, div.contents section.pepopleposts {
        margin-bottom: 0px;
        width: 100%; } }
    @media (max-width: 667px) {
      div.contents section.relatedposts.special, div.contents section.archiveposts.special, div.contents section.pepopleposts.special {
        width: 100%;
        padding: 0 20px; }
        div.contents section.relatedposts.special img, div.contents section.archiveposts.special img, div.contents section.pepopleposts.special img {
          width: 100%;
          height: auto; } }
    div.contents section.relatedposts li.archive_list, div.contents section.archiveposts li.archive_list, div.contents section.pepopleposts li.archive_list {
      overflow: hidden;
      *zoom: 1;
      margin-bottom: 30px; }
      div.contents section.relatedposts li.archive_list:last-child, div.contents section.archiveposts li.archive_list:last-child, div.contents section.pepopleposts li.archive_list:last-child {
        margin-bottom: 0px; }
      @media (max-width: 667px) {
        div.contents section.relatedposts li.archive_list, div.contents section.archiveposts li.archive_list, div.contents section.pepopleposts li.archive_list {
          width: 100%;
          padding: 0 20px 20px 20px;
          margin-right: 0px;
          margin-bottom: 22px;
          border-bottom: 1px solid #EAEAEA; } }
      div.contents section.relatedposts li.archive_list .left, div.contents section.archiveposts li.archive_list .left, div.contents section.pepopleposts li.archive_list .left {
        float: left;
        width: 330px; }
        @media (max-width: 667px) {
          div.contents section.relatedposts li.archive_list .left, div.contents section.archiveposts li.archive_list .left, div.contents section.pepopleposts li.archive_list .left {
            width: 100%;
            position: relative; } }
        div.contents section.relatedposts li.archive_list .left .catch_archiveposts, div.contents section.archiveposts li.archive_list .left .catch_archiveposts, div.contents section.pepopleposts li.archive_list .left .catch_archiveposts {
          position: relative;
          width: 330px;
          height: 220px;
          margin-bottom: 10px; }
          @media (max-width: 667px) {
            div.contents section.relatedposts li.archive_list .left .catch_archiveposts, div.contents section.archiveposts li.archive_list .left .catch_archiveposts, div.contents section.pepopleposts li.archive_list .left .catch_archiveposts {
              margin: 0 auto;
              width: 100%;
              height: 100%; }
              div.contents section.relatedposts li.archive_list .left .catch_archiveposts .category, div.contents section.archiveposts li.archive_list .left .catch_archiveposts .category, div.contents section.pepopleposts li.archive_list .left .catch_archiveposts .category {
                background: rgba(255, 255, 255, 0.6);
                position: absolute;
                padding: 5px 10px 10px 10px;
                bottom: 0px; }
                div.contents section.relatedposts li.archive_list .left .catch_archiveposts .category span, div.contents section.archiveposts li.archive_list .left .catch_archiveposts .category span, div.contents section.pepopleposts li.archive_list .left .catch_archiveposts .category span {
                  border: none; } }
          div.contents section.relatedposts li.archive_list .left .catch_archiveposts .pr, div.contents section.archiveposts li.archive_list .left .catch_archiveposts .pr, div.contents section.pepopleposts li.archive_list .left .catch_archiveposts .pr {
            background: #CCC;
            padding: 0px 8px;
            position: absolute;
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            z-index: 2;
            right: 0px;
            top: 0px; }
            div.contents section.relatedposts li.archive_list .left .catch_archiveposts .pr div, div.contents section.archiveposts li.archive_list .left .catch_archiveposts .pr div, div.contents section.pepopleposts li.archive_list .left .catch_archiveposts .pr div {
              color: #fff;
              font-weight: bold;
              font-size: 10px;
              font-size: 1rem; }
          div.contents section.relatedposts li.archive_list .left .catch_archiveposts img, div.contents section.archiveposts li.archive_list .left .catch_archiveposts img, div.contents section.pepopleposts li.archive_list .left .catch_archiveposts img {
            position: absolute;
            top: 0;
            left: 0;
            -moz-border-radius-topleft: 10px;
            -webkit-border-top-left-radius: 10px;
            border-top-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -webkit-border-top-right-radius: 10px;
            border-top-right-radius: 10px;
            -moz-border-radius-bottomleft: 10px;
            -webkit-border-bottom-left-radius: 10px;
            border-bottom-left-radius: 10px;
            -moz-border-radius-bottomright: 10px;
            -webkit-border-bottom-right-radius: 10px;
            border-bottom-right-radius: 10px;
            -moz-border-radius-topleft: 10px;
            -webkit-border-top-left-radius: 10px;
            border-top-left-radius: 10px;
            -moz-border-radius-bottomleft: 10px;
            -webkit-border-bottom-left-radius: 10px;
            border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -webkit-border-top-right-radius: 10px;
            border-top-right-radius: 10px;
            -moz-border-radius-bottomright: 10px;
            -webkit-border-bottom-right-radius: 10px;
            border-bottom-right-radius: 10px; }
            div.contents section.relatedposts li.archive_list .left .catch_archiveposts img.size-thumb100, div.contents section.archiveposts li.archive_list .left .catch_archiveposts img.size-thumb100, div.contents section.pepopleposts li.archive_list .left .catch_archiveposts img.size-thumb100 {
              width: 100px;
              height: 100px;
              position: static; }
            @media (max-width: 667px) {
              div.contents section.relatedposts li.archive_list .left .catch_archiveposts img, div.contents section.archiveposts li.archive_list .left .catch_archiveposts img, div.contents section.pepopleposts li.archive_list .left .catch_archiveposts img {
                width: 100%;
                height: auto;
                position: static; } }
          div.contents section.relatedposts li.archive_list .left .catch_archiveposts .select_sp, div.contents section.archiveposts li.archive_list .left .catch_archiveposts .select_sp, div.contents section.pepopleposts li.archive_list .left .catch_archiveposts .select_sp {
            bottom: 0px; }
      div.contents section.relatedposts li.archive_list .right, div.contents section.archiveposts li.archive_list .right, div.contents section.pepopleposts li.archive_list .right {
        float: right;
        width: 440px; }
        @media (max-width: 667px) {
          div.contents section.relatedposts li.archive_list .right, div.contents section.archiveposts li.archive_list .right, div.contents section.pepopleposts li.archive_list .right {
            width: 100%; } }
        div.contents section.relatedposts li.archive_list .right .select_pc, div.contents section.archiveposts li.archive_list .right .select_pc, div.contents section.pepopleposts li.archive_list .right .select_pc {
          margin-bottom: 10px; }
      div.contents section.relatedposts li.archive_list h3, div.contents section.archiveposts li.archive_list h3, div.contents section.pepopleposts li.archive_list h3 {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 15px; }
        @media (max-width: 667px) {
          div.contents section.relatedposts li.archive_list h3, div.contents section.archiveposts li.archive_list h3, div.contents section.pepopleposts li.archive_list h3 {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: bold; } }
      div.contents section.relatedposts li.archive_list p, div.contents section.archiveposts li.archive_list p, div.contents section.pepopleposts li.archive_list p {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 1px; }
    div.contents section.relatedposts li.relation_list, div.contents section.archiveposts li.relation_list, div.contents section.pepopleposts li.relation_list {
      overflow: hidden;
      *zoom: 1;
      margin-bottom: 30px; }
      div.contents section.relatedposts li.relation_list:first-child, div.contents section.archiveposts li.relation_list:first-child, div.contents section.pepopleposts li.relation_list:first-child {
        padding-top: 0px; }
      div.contents section.relatedposts li.relation_list:last-child, div.contents section.archiveposts li.relation_list:last-child, div.contents section.pepopleposts li.relation_list:last-child {
        margin-bottom: 20px; }
        @media (max-width: 667px) {
          div.contents section.relatedposts li.relation_list:last-child, div.contents section.archiveposts li.relation_list:last-child, div.contents section.pepopleposts li.relation_list:last-child {
            margin-bottom: 0px; } }
      @media (max-width: 667px) {
        div.contents section.relatedposts li.relation_list, div.contents section.archiveposts li.relation_list, div.contents section.pepopleposts li.relation_list {
          width: 100%;
          padding: 0 10px;
          margin-right: 0px; } }
      div.contents section.relatedposts li.relation_list .left, div.contents section.archiveposts li.relation_list .left, div.contents section.pepopleposts li.relation_list .left {
        float: left;
        width: 330px; }
        @media (max-width: 667px) {
          div.contents section.relatedposts li.relation_list .left, div.contents section.archiveposts li.relation_list .left, div.contents section.pepopleposts li.relation_list .left {
            width: 100px; } }
        div.contents section.relatedposts li.relation_list .left .catch_archiveposts, div.contents section.archiveposts li.relation_list .left .catch_archiveposts, div.contents section.pepopleposts li.relation_list .left .catch_archiveposts {
          position: relative;
          width: 330px;
          height: 220px;
          margin-bottom: 10px; }
          @media (max-width: 667px) {
            div.contents section.relatedposts li.relation_list .left .catch_archiveposts, div.contents section.archiveposts li.relation_list .left .catch_archiveposts, div.contents section.pepopleposts li.relation_list .left .catch_archiveposts {
              margin: 0 auto;
              width: 100%;
              height: 100%; } }
          div.contents section.relatedposts li.relation_list .left .catch_archiveposts .pr, div.contents section.archiveposts li.relation_list .left .catch_archiveposts .pr, div.contents section.pepopleposts li.relation_list .left .catch_archiveposts .pr {
            background: #CCC;
            padding: 0px 8px;
            position: absolute;
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            z-index: 2;
            right: 0px;
            top: 0px; }
            div.contents section.relatedposts li.relation_list .left .catch_archiveposts .pr div, div.contents section.archiveposts li.relation_list .left .catch_archiveposts .pr div, div.contents section.pepopleposts li.relation_list .left .catch_archiveposts .pr div {
              color: #fff;
              font-weight: bold;
              font-size: 10px;
              font-size: 1rem; }
          div.contents section.relatedposts li.relation_list .left .catch_archiveposts img, div.contents section.archiveposts li.relation_list .left .catch_archiveposts img, div.contents section.pepopleposts li.relation_list .left .catch_archiveposts img {
            position: absolute;
            top: 0;
            left: 0;
            -moz-border-radius-topleft: 10px;
            -webkit-border-top-left-radius: 10px;
            border-top-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -webkit-border-top-right-radius: 10px;
            border-top-right-radius: 10px;
            -moz-border-radius-bottomleft: 10px;
            -webkit-border-bottom-left-radius: 10px;
            border-bottom-left-radius: 10px;
            -moz-border-radius-bottomright: 10px;
            -webkit-border-bottom-right-radius: 10px;
            border-bottom-right-radius: 10px;
            -moz-border-radius-topleft: 10px;
            -webkit-border-top-left-radius: 10px;
            border-top-left-radius: 10px;
            -moz-border-radius-bottomleft: 10px;
            -webkit-border-bottom-left-radius: 10px;
            border-bottom-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -webkit-border-top-right-radius: 10px;
            border-top-right-radius: 10px;
            -moz-border-radius-bottomright: 10px;
            -webkit-border-bottom-right-radius: 10px;
            border-bottom-right-radius: 10px; }
            div.contents section.relatedposts li.relation_list .left .catch_archiveposts img.size-thumb100, div.contents section.archiveposts li.relation_list .left .catch_archiveposts img.size-thumb100, div.contents section.pepopleposts li.relation_list .left .catch_archiveposts img.size-thumb100 {
              width: 100px;
              height: 100px;
              position: static; }
              @media (max-width: 667px) {
                div.contents section.relatedposts li.relation_list .left .catch_archiveposts img.size-thumb100, div.contents section.archiveposts li.relation_list .left .catch_archiveposts img.size-thumb100, div.contents section.pepopleposts li.relation_list .left .catch_archiveposts img.size-thumb100 {
                  width: 100%;
                  height: auto;
                  position: static; } }
            @media (max-width: 667px) {
              div.contents section.relatedposts li.relation_list .left .catch_archiveposts img, div.contents section.archiveposts li.relation_list .left .catch_archiveposts img, div.contents section.pepopleposts li.relation_list .left .catch_archiveposts img {
                width: 100%;
                height: auto;
                position: static; } }
          div.contents section.relatedposts li.relation_list .left .catch_archiveposts .select_sp, div.contents section.archiveposts li.relation_list .left .catch_archiveposts .select_sp, div.contents section.pepopleposts li.relation_list .left .catch_archiveposts .select_sp {
            bottom: 0px; }
      div.contents section.relatedposts li.relation_list .right, div.contents section.archiveposts li.relation_list .right, div.contents section.pepopleposts li.relation_list .right {
        float: right;
        width: 440px; }
        @media (max-width: 667px) {
          div.contents section.relatedposts li.relation_list .right, div.contents section.archiveposts li.relation_list .right, div.contents section.pepopleposts li.relation_list .right {
            width: 220px;
            margin-left: 20px;
            float: left; } }
        @media (max-width: 360px) {
          div.contents section.relatedposts li.relation_list .right, div.contents section.archiveposts li.relation_list .right, div.contents section.pepopleposts li.relation_list .right {
            width: 200px; } }
        @media (max-width: 350px) {
          div.contents section.relatedposts li.relation_list .right, div.contents section.archiveposts li.relation_list .right, div.contents section.pepopleposts li.relation_list .right {
            width: 182px; } }
        @media (max-width: 321px) {
          div.contents section.relatedposts li.relation_list .right, div.contents section.archiveposts li.relation_list .right, div.contents section.pepopleposts li.relation_list .right {
            width: 180px; } }
        div.contents section.relatedposts li.relation_list .right .category, div.contents section.archiveposts li.relation_list .right .category, div.contents section.pepopleposts li.relation_list .right .category {
          margin-bottom: 10px; }
      div.contents section.relatedposts li.relation_list h3, div.contents section.archiveposts li.relation_list h3, div.contents section.pepopleposts li.relation_list h3 {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 15px; }
        @media (max-width: 667px) {
          div.contents section.relatedposts li.relation_list h3, div.contents section.archiveposts li.relation_list h3, div.contents section.pepopleposts li.relation_list h3 {
            font-size: 13px;
            font-size: 1.3rem;
            margin-bottom: 0px; } }
      div.contents section.relatedposts li.relation_list p, div.contents section.archiveposts li.relation_list p, div.contents section.pepopleposts li.relation_list p {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 1px; }
  div.contents section.archiveposts.author .author_topimg {
    margin-bottom: 20px; }
    @media (max-width: 667px) {
      div.contents section.archiveposts.author .author_topimg {
        width: 100%; }
        div.contents section.archiveposts.author .author_topimg img {
          width: 100%;
          height: auto; } }
  div.contents section.archiveposts.author .author_profile {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 40px; }
    @media (max-width: 667px) {
      div.contents section.archiveposts.author .author_profile {
        -webkit-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        flex-direction: row; } }
    div.contents section.archiveposts.author .author_profile p i {
      color: #333; }
    @media (max-width: 667px) {
      div.contents section.archiveposts.author .author_profile p {
        display: block; } }
    div.contents section.archiveposts.author .author_profile a {
      color: #333; }
    div.contents section.archiveposts.author .author_profile .left {
      width: 180px; }
      @media (max-width: 667px) {
        div.contents section.archiveposts.author .author_profile .left {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-content: center;
          align-content: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 100%;
          margin-top: 20px; } }
      div.contents section.archiveposts.author .author_profile .left p {
        margin-bottom: 10px; }
        @media (max-width: 667px) {
          div.contents section.archiveposts.author .author_profile .left p {
            margin: 0 10px; } }
      div.contents section.archiveposts.author .author_profile .left i {
        margin-right: 8px;
        font-size: 20px;
        font-size: 2rem; }
    div.contents section.archiveposts.author .author_profile .right {
      width: 560px; }
      @media (max-width: 667px) {
        div.contents section.archiveposts.author .author_profile .right {
          width: 100%;
          padding: 0 20px;
          font-size: 13px;
          font-size: 1.3rem; } }
      div.contents section.archiveposts.author .author_profile .right h1 {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px; }
        @media (max-width: 667px) {
          div.contents section.archiveposts.author .author_profile .right h1 {
            font-size: 16px;
            font-size: 1.6rem; } }
      @media (max-width: 667px) {
        div.contents section.archiveposts.author .author_profile .right p {
          line-height: 1.8;
          letter-spacing: 1.2px; } }
  div.contents section.archiveposts.bijin li p {
    font-size: 12px;
    font-size: 1.2rem; }
  div.contents section.notfound button.go_toppage {
    width: 100%;
    background: #333;
    border: none;
    text-align: center;
    padding: 15px 0;
    border-bottom: 3px #b7484e solid;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px; }
    div.contents section.notfound button.go_toppage:hover {
      border-bottom: none;
      padding-top: 18px; }
  div.contents .entry-paginated-posts {
    width: 100%;
    padding: 15px 0 12px;
    margin: 0 0 40px;
    text-align: center;
    background: #fff3f4;
    font-size: 18px;
    font-size: 1.8rem;
    color: #666;
    font-weight: lighter;
    font-style: italic; }
    div.contents .entry-paginated-posts p {
      margin-left: -30px; }
    div.contents .entry-paginated-posts .nmbs {
      margin-left: 7px;
      color: #fff; }
    div.contents .entry-paginated-posts span.nmbs {
      padding: 7px 12px;
      -moz-border-radius-topleft: 3px;
      -webkit-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -moz-border-radius-topright: 3px;
      -webkit-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      -webkit-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -webkit-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -webkit-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      -webkit-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      -moz-border-radius-topright: 3px;
      -webkit-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -webkit-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px;
      background: #ddd; }
  div.contents .wp-pagenavi {
    width: 100%;
    padding: 15px 0 12px;
    margin: 30px 0 40px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: lighter; }
    @media (max-width: 667px) {
      div.contents .wp-pagenavi {
        width: 100%;
        height: 57px;
        background: #fafafa;
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px; } }
    @media (max-width: 667px) {
      div.contents .wp-pagenavi .first {
        display: none; } }
    div.contents .wp-pagenavi .pages {
      margin-right: 20px; }
      @media (max-width: 667px) {
        div.contents .wp-pagenavi .pages {
          width: 100%;
          position: absolute;
          text-align: center;
          display: block;
          margin-right: 0px; } }
    @media (max-width: 667px) {
      div.contents .wp-pagenavi .page, div.contents .wp-pagenavi .extend, div.contents .wp-pagenavi .last {
        display: none; } }
    @media (max-width: 667px) {
      div.contents .wp-pagenavi .previouspostslink {
        width: 57px;
        height: 57px;
        position: absolute;
        text-align: center;
        display: block;
        margin-right: 0px;
        margin-left: 0px;
        left: 0px;
        top: 0px;
        text-indent: -9999px; }
        div.contents .wp-pagenavi .previouspostslink:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          content: "";
          vertical-align: middle;
          left: 24px;
          box-sizing: border-box;
          width: 8px;
          height: 8px;
          border: 8px solid transparent;
          border-right: 8px solid #333; } }
    @media (max-width: 667px) {
      div.contents .wp-pagenavi .nextpostslink {
        width: 57px;
        height: 57px;
        position: absolute;
        text-align: center;
        display: block;
        margin-right: 0px;
        margin-left: 0px;
        right: 0px;
        top: 0px;
        text-indent: -9999px; }
        div.contents .wp-pagenavi .nextpostslink:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          content: "";
          vertical-align: middle;
          left: 24px;
          box-sizing: border-box;
          width: 8px;
          height: 8px;
          border: 8px solid transparent;
          border-left: 8px solid #333; } }
    div.contents .wp-pagenavi .current {
      padding: 10px 15px;
      margin-left: 7px;
      -moz-border-radius-topleft: 10px;
      -webkit-border-top-left-radius: 10px;
      border-top-left-radius: 10px;
      -moz-border-radius-topright: 10px;
      -webkit-border-top-right-radius: 10px;
      border-top-right-radius: 10px;
      -moz-border-radius-bottomleft: 10px;
      -webkit-border-bottom-left-radius: 10px;
      border-bottom-left-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      -webkit-border-bottom-right-radius: 10px;
      border-bottom-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -webkit-border-top-left-radius: 10px;
      border-top-left-radius: 10px;
      -moz-border-radius-bottomleft: 10px;
      -webkit-border-bottom-left-radius: 10px;
      border-bottom-left-radius: 10px;
      -moz-border-radius-topright: 10px;
      -webkit-border-top-right-radius: 10px;
      border-top-right-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      -webkit-border-bottom-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border: 1px solid #707070;
      background: #FFF;
      color: #999999; }
      @media (max-width: 667px) {
        div.contents .wp-pagenavi .current {
          display: none; } }
    div.contents .wp-pagenavi a {
      padding: 10px 15px;
      margin-left: 7px;
      -moz-border-radius-topleft: 10px;
      -webkit-border-top-left-radius: 10px;
      border-top-left-radius: 10px;
      -moz-border-radius-topright: 10px;
      -webkit-border-top-right-radius: 10px;
      border-top-right-radius: 10px;
      -moz-border-radius-bottomleft: 10px;
      -webkit-border-bottom-left-radius: 10px;
      border-bottom-left-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      -webkit-border-bottom-right-radius: 10px;
      border-bottom-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -webkit-border-top-left-radius: 10px;
      border-top-left-radius: 10px;
      -moz-border-radius-bottomleft: 10px;
      -webkit-border-bottom-left-radius: 10px;
      border-bottom-left-radius: 10px;
      -moz-border-radius-topright: 10px;
      -webkit-border-top-right-radius: 10px;
      border-top-right-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      -webkit-border-bottom-right-radius: 10px;
      border-bottom-right-radius: 10px;
      color: #333;
      background: #fafafa; }

.bijinzukan {
  margin-bottom: 40px; }
  @media (max-width: 667px) {
    .bijinzukan {
      margin-bottom: 20px; } }
  .bijinzukan p {
    display: none; }
  .bijinzukan .profile {
    background: #fafafa;
    padding: 20px;
    border: 1px #ccc solid;
    line-height: 160%;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    @media (max-width: 667px) {
      .bijinzukan .profile {
        padding: 10px; } }
    .bijinzukan .profile h2 {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 10px; }
      @media (max-width: 667px) {
        .bijinzukan .profile h2 {
          margin: 0px !important; } }
    .bijinzukan .profile h3 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1.8em;
      margin-bottom: 10px; }
    .bijinzukan .profile h4 {
      font-size: 16px;
      font-size: 1.6rem; }
    .bijinzukan .profile p {
      font-size: 14px;
      font-size: 1.4rem; }
    .bijinzukan .profile a {
      color: #333 !important; }

section.newssupiin {
  clear: both;
  display: block;
  padding: 10px 20px;
  background: #fafafa; }
  section.newssupiin h4 {
    font-size: 16px;
    font-size: 1.6rem; }
  section.newssupiin .left {
    display: inline-block; }
  section.newssupiin .right {
    display: inline-block;
    margin-left: 20px; }
    section.newssupiin .right a {
      font-size: 13px;
      font-size: 1.3rem;
      text-decoration: underline; }

div.sidebar {
  width: 300px;
  margin: 40px 0 60px 20px; }
  @media (max-width: 667px) {
    div.sidebar {
      display: none !important; } }
  div.sidebar h3 {
    height: 35px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300; }
    @media (max-width: 667px) {
      div.sidebar h3 {
        padding: 0 20px; } }
  div.sidebar section.ad {
    height: 250px;
    width: 300px;
    margin-bottom: 20px; }
  div.sidebar section.tags li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px; }
    div.sidebar section.tags li a {
      border: 1px solid #ccc;
      padding: 5px 10px;
      -moz-border-radius-topleft: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-topright: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      -webkit-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px;
      -moz-border-radius-topright: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      -webkit-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px; }

section.popular, section.tieuppickup {
  margin-bottom: 20px !important; }
  @media (max-width: 667px) {
    section.popular, section.tieuppickup {
      margin-bottom: 0px; } }
  section.popular h3, section.tieuppickup h3 {
    height: 35px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300; }
    @media (max-width: 667px) {
      section.popular h3, section.tieuppickup h3 {
        padding: 0 20px; } }
  section.popular li, section.tieuppickup li {
    overflow: hidden;
    *zoom: 1;
    margin-top: 15px; }
    @media (max-width: 667px) {
      section.popular li, section.tieuppickup li {
        padding: 0 20px; } }
    section.popular li .left, section.tieuppickup li .left {
      float: left;
      width: 93px; }
      section.popular li .left img, section.tieuppickup li .left img {
        width: 100%;
        height: auto; }
      @media (max-width: 667px) {
        section.popular li .left, section.tieuppickup li .left {
          margin-right: 20px; } }
      section.popular li .left img, section.tieuppickup li .left img {
        -moz-border-radius-topleft: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        -moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px; }
    section.popular li .right, section.tieuppickup li .right {
      float: right;
      width: 187px; }
      @media (max-width: 667px) {
        section.popular li .right, section.tieuppickup li .right {
          width: 100%;
          float: none; } }
    section.popular li h4, section.tieuppickup li h4 {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.6em;
      margin: 4px 0; }
    section.popular li p, section.tieuppickup li p {
      line-height: 1.6em; }
      @media (max-width: 667px) {
        section.popular li p, section.tieuppickup li p {
          display: none; } }

footer.select_pc {
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 20px; }
  footer.select_pc nav.footer_nav {
    width: 1140px;
    margin: 0 auto;
    margin-bottom: 20px; }
    @media (max-width: 667px) {
      footer.select_pc nav.footer_nav {
        width: 100%;
        display: block; } }
    footer.select_pc nav.footer_nav li {
      font-size: 12px;
      font-size: 1.2rem;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      font-weight: 300;
      margin-right: 40px;
      margin-bottom: -5px; }
  footer.select_pc .ad {
    text-align: center;
    margin-bottom: 40px; }
  footer.select_pc .bottomline {
    height: 30px; }
    footer.select_pc .bottomline .inner {
      width: 1140px;
      margin: 0 auto;
      position: relative; }
    footer.select_pc .bottomline nav {
      position: absolute;
      font-size: 11px;
      font-size: 1.1rem;
      top: 5px;
      right: 0; }
      footer.select_pc .bottomline nav li {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin-left: 20px; }
        footer.select_pc .bottomline nav li i {
          margin-right: 3px; }
    footer.select_pc .bottomline p.copyright {
      position: absolute;
      top: 5px;
      left: 0; }

footer.select_sp {
  background: #fafafa;
  width: 100%; }
  footer.select_sp .footer_follow {
    background: #fafafa;
    text-align: center;
    position: relative; }
    footer.select_sp .footer_follow h3 {
      width: 100%;
      position: absolute;
      text-align: center;
      font-size: 19px;
      font-size: 1.9rem;
      font-family: 'Open Sans', sans-serif;
      font-style: italic;
      font-weight: 100;
      letter-spacing: 1px;
      top: -10px; }
    footer.select_sp .footer_follow p.top {
      padding: 30px 0 10px 0; }
    footer.select_sp .footer_follow p.bottom {
      padding: 10px 0; }
    footer.select_sp .footer_follow .sns_nav {
      margin: 0 auto; }
      footer.select_sp .footer_follow .sns_nav ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        footer.select_sp .footer_follow .sns_nav ul li {
          margin: 0 10px; }
    footer.select_sp .footer_follow .pagetop {
      line-height: normal;
      font-size: 0; }
  footer.select_sp .bottomline {
    background: #666;
    padding: 20px 0; }
    footer.select_sp .bottomline nav {
      font-size: 11px;
      font-size: 1.1rem; }
      footer.select_sp .bottomline nav ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        footer.select_sp .bottomline nav ul li {
          margin: 0 10px; }
          footer.select_sp .bottomline nav ul li a {
            color: #fff; }
            footer.select_sp .bottomline nav ul li a:hover, footer.select_sp .bottomline nav ul li a:active, footer.select_sp .bottomline nav ul li a:focus {
              color: white; }
    footer.select_sp .bottomline p.copyright {
      color: #fff;
      text-align: center;
      font-size: 10px;
      font-size: 1rem; }

/* ------------------------------------------------------------
	DEFAUlT SETTING CSS
   ------------------------------------------------------------ */
.t_c {
  text-align: center; }

.t_c img {
  margin: 0 auto; }

.t_r {
  text-align: right; }

.t_l {
  text-align: left !important; }

.f_l {
  float: left; }

.f_r {
  float: right; }

table.egao-kirei {
  width: 100%;
  margin: 20px 0 0 0; }

table.egao-kirei td {
  padding: 10px 5px;
  font-size: 11px;
  border: 1px #CCC solid;
  width: 25%; }

table.egao-kirei td.style_b {
  padding: 10px 5px;
  font-size: 15px;
  text-align: center;
  background: rgba(248, 248, 248, 0.06);
  vertical-align: middle; }

table.egao-kirei .style_a td {
  padding: 20px 5px;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  background: rgba(232, 77, 80, 0.06); }

.q_num {
  font-weight: bold;
  margin-right: 5px; }

.f_14 {
  font-size: 14px; }

.m_b20 {
  margin-bottom: 20px; }

.itv {
  color: #333;
  font-weight: bold;
  margin-top: 0px !important;
  margin-bottom: 10px; }

.cpt_box {
  width: 599px; }
  @media (max-width: 667px) {
    .cpt_box {
      width: 100%; } }

.cpt_box .text {
  width: 390px;
  float: left; }
  @media (max-width: 667px) {
    .cpt_box .text {
      width: 100%; } }

.cpt_box .cpt {
  width: 178px;
  float: right;
  margin-top: 15px; }

.cpt_box .cpt img {
  text-align: right;
  margin-bottom: 5px !important; }

.cpt_box .cpt .name {
  text-align: center;
  font-size: 12px;
  color: #7c7c7c; }

/* ------------------------------------------------------------
	Model Profile SETTING CSS
   ------------------------------------------------------------ */
.item_prof h2.title, .item_prof_bdr h2.title {
  font-size: 15px !important; }

.item_prof p, .item_prof p {
  margin-top: 10px; }

.box .item_prof img, .box .item_prof_bdr img {
  margin-bottom: 0px !important; }

.model_layout .item_link a {
  text-decoration: underline; }

/* ------------------------------------------------------------
	Misscan Syohosen SETTING CSS
   ------------------------------------------------------------ */
.prescription_01 {
  padding: 15px; }

.prescription_01 .inner_box {
  width: 546px;
  margin: 0 auto; }

.prescription_01 .inner_box .box_left {
  width: 204px;
  float: left; }

.prescription_01 .inner_box .box_left img {
  border: 2px solid #EEEEEE; }

.prescription_01 .inner_box .box_right {
  width: 324px;
  float: right;
  font-size: 14px;
  line-height: 180%; }

.prescription_02 {
  background: #EEEEEE;
  padding: 10px;
  margin: 0 auto; }

.prescription_02 h2.point {
  background: #FFF;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px; }

.prescription_02 .inner_box {
  background: #EEEEEE;
  margin-bottom: 10px !important; }

.prescription_02 .inner_box .box_left {
  width: 400px;
  float: left;
  font-size: 14px;
  line-height: 180%; }

.prescription_02 .inner_box .box_left img {
  border: 2px solid #EEEEEE; }

.prescription_02 .inner_box .box_right {
  width: 204px;
  float: right; }

.prescription_02 .inner_box .box_right img {
  border: 2px solid #FFF; }

.prescription_02 .diagnosis {
  background: #FFF;
  padding: 15px; }

.prescription_02 .diagnosis_inner h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px; }

.prescription_02 .diagnosis_inner p {
  margin-top: 5px; }

.prescription_02 .diagnosis ul li:first-child {
  border-top: none;
  padding-top: 0px; }

.prescription_02 .diagnosis ul li {
  margin-top: 20px; }

.prescription_03 {
  width: 546px;
  margin: 20px auto; }

.prescription_03 h2 {
  margin-bottom: 0px !important; }

.prescription_03 h3 {
  margin-top: 0px !important;
  margin-bottom: 10px !important; }

.prescription_03 h2 img {
  margin-bottom: 0px !important; }

.prescription_03 ul li {
  margin: 0 0 10px 0 !important; }

.prescription_03 ul li p {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.prescription_03 .diagnosis {
  padding: 0px 15px 15px 15px;
  border: 1px #CCC solid; }

.prescription_03 .diagnosis_inner h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px; }

.prescription_03 .diagnosis ul li:first-child {
  border-top: none;
  padding-top: 0px; }

.prescription_03 .diagnosis ul li {
  margin-top: 30px !important; }

.prescription_04 {
  width: 594px;
  margin: 40px auto 0 auto; }

.prescription_04 h2 {
  margin-bottom: 0px !important; }

.prescription_04 h2 img {
  margin-bottom: 0px !important; }

.prescription_04 .diagnosis {
  border: 1px solid #AAAAAA;
  padding: 20px 20px 10px 20px; }

.prescription_04 .diagnosis p.zissen {
  font-size: 16px;
  line-height: 180%;
  margin: 20px 0 0 0 !important; }

.prescription_04 .diagnosis ul li {
  border-bottom: 1px dashed #CCC;
  margin: 0 0 10px 0;
  padding-bottom: 10px; }

.prescription_04 .inner_box {
  width: 554px; }

.prescription_04 .inner_box .box_left {
  width: 104px;
  float: left; }

.prescription_04 .inner_box .box_left img {
  border: 2px solid #EEEEEE;
  margin: 0px; }

.prescription_04 .inner_box .box_right {
  width: 430px;
  float: right;
  font-size: 14px;
  line-height: 180%;
  padding-top: 19px; }

/* ------------------------------------------------------------
	Biyouzyutsu SETTING CSS
   ------------------------------------------------------------ */
.beauty {
  width: 598px;
  margin: 0 auto; }
  @media (max-width: 667px) {
    .beauty {
      width: 100%; } }

.beauty .anchor {
  margin-top: -35px;
  padding-top: 25px; }

.anchor.famous .beauty_point_contents {
  margin-top: 30px; }

.textby {
  text-align: right;
  font-size: 10px; }

.beauty h3 {
  font-size: 17px !important; }

.beauty strong {
  font-size: 14px !important; }

.beauty .point_area {
  background: url(../images/bg_point_biyozyutsu.jpg);
  width: 568px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */ }
  @media (max-width: 667px) {
    .beauty .point_area {
      width: 100%;
      margin: 20px auto; } }

.beauty .point_area .point_icon {
  width: 74px;
  float: left; }

.beauty .point_area .point_icon img {
  width: 74px; }

.beauty .point_area .point_list {
  width: 460px;
  float: right; }
  @media (max-width: 667px) {
    .beauty .point_area .point_list {
      width: 100%; } }

.beauty .point_area .point_list ul li {
  background: url(../images/icon_01_point_biyozyutsu.png) no-repeat 10px 13px;
  padding-left: 25px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 14px; }

.beauty .point_area .point_list ul li a {
  text-decoration: underline; }

.beauty .point_area .point_list ul li:last-child {
  margin-bottom: 0px; }

.beauty h3.beauty_point {
  background: url(../images/icon_02_point_biyozyutsu.png) no-repeat left center;
  background-size: 74px;
  height: 80px;
  margin-top: 0px;
  padding: 22px 0 0 85px;
  font-size: 19px !important; }

.beauty h3.beauty_point.question {
  background: url(../images/icon_02_question_biyozyutsu.png) no-repeat left center;
  background-size: 50px;
  height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 22px 0 0 65px;
  font-size: 19px !important; }

.questiontitle_area {
  background: url(../images/bg_point_biyozyutsu.jpg);
  padding: 0 15px;
  margin-top: 20px;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */ }

.interview .item_prof ul.links {
  margin: 10px 0;
  text-decoration: underline;
  font-size: 13px; }

.interview .item_prof ul.links li {
  list-style: disc inside;
  margin: 0px;
  padding: 0px; }

.interview .model {
  color: #333; }

.questiontitle_list ul li {
  background: url(../images/line_02_point_biyozyutsu.png) no-repeat center bottom; }

.questiontitle_list ul li:last-child {
  background: none;
  margin-bottom: 0px; }

.questiontitle_list ul li a {
  background: url(../images/icon_questiontitle_list_biyozyutsu.png) no-repeat 0 8px;
  display: block;
  padding: 0 0 10px 22px; }

.beauty .beauty_point_contents {
  width: 598px;
  margin: 0 auto; }
  @media (max-width: 667px) {
    .beauty .beauty_point_contents {
      width: 100%; } }

.beauty.interview {
  font-size: 14px;
  line-height: 200%; }

.beauty.interview p {
  margin-top: 15px; }

.beauty.interview .item_prof p {
  font-size: 13px;
  line-height: 22px; }

.beauty img.line {
  display: none; }

.beauty .beauty_point_contents .beauty_point_img {
  width: 308px;
  float: left !important;
  margin-right: 20px;
  text-align: center;
  font-size: 12px; }
  @media (max-width: 667px) {
    .beauty .beauty_point_contents .beauty_point_img {
      width: 50%; } }

.beauty .beauty_point_contents .beauty_point_img img {
  border: 2px solid #FFF;
  -moz-box-shadow: 1px 1px 3px #EBEBEB;
  -webkit-box-shadow: 1px 1px 3px #EBEBEB; }

.beauty .beauty_point_contents .beauty_point_img_h {
  width: 198px;
  float: left !important;
  text-align: center;
  position: relative;
  margin-right: 10px; }
  @media (max-width: 667px) {
    .beauty .beauty_point_contents .beauty_point_img_h {
      width: 50%; } }

.beauty .beauty_point_contents .beauty_point_img_r {
  width: 198px;
  height: 198px;
  float: right !important;
  position: relative; }

.suppinMark {
  background: #FF9999;
  width: 45px;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  color: #FFF;
  top: 10px;
  left: 10px;
  text-align: center;
  position: absolute;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px; }

.beauty_point_img_r .suppinMark {
  left: 25px; }

.beauty .beauty_point_contents .beauty_point_img_h img, .beauty_point_img_r img {
  border: 2px solid #FFF;
  -moz-box-shadow: 1px 1px 3px #EBEBEB;
  -webkit-box-shadow: 1px 1px 3px #EBEBEB; }

.beauty .beauty_point_contents .beauty_point_img a, .beauty_point_img_r a {
  margin-top: 5px;
  text-decoration: underline; }

.beauty .beauty_point_contents .beauty_point_img_r img {
  position: absolute;
  top: 0px;
  right: 0px; }

.beauty .beauty_point_contents .fav {
  background: #F9FAED;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  border: 1px dashed #EDEAE2;
  padding: 15px; }

.beauty .beauty_point_contents .fav h4, .favs h4 {
  font-weight: bold;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 15px; }

.beauty .beauty_point_contents .fav p, .favs p {
  margin-top: 10px; }

.beauty_point_contents .model {
  color: #333;
  font-weight: bold; }

.favs {
  background: #F9FAED;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  border: 1px dashed #EDEAE2;
  padding: 15px;
  margin-top: 20px; }

.favs h2.title {
  font-size: 15px;
  margin-top: 15px 0; }

/* ------------------------------------------------------------
	Spoken SETTING CSS
   ------------------------------------------------------------ */
.title_spoken {
  margin: 40px 0 20px 0; }

.title_spoken .facebook {
  width: 100px;
  height: 30px;
  z-index: 100;
  float: right; }

.title_spoken .twitter {
  width: 100px;
  height: 30px;
  z-index: 99;
  float: right; }

h1.title_sub_spoken {
  clear: both;
  text-align: center;
  padding: 80px 0 40px 0; }

.flexslider .sports-single-logo {
  width: 125px;
  height: 101px;
  position: absolute;
  z-index: 99;
  top: 30px;
  left: 30px; }

.flexslider .jinstag-category {
  width: 130px;
  height: 129px;
  position: absolute;
  z-index: 9999;
  top: 0px;
  right: 0px; }

.flexslider .jinstag {
  width: 130px;
  height: 129px;
  position: absolute;
  z-index: 9999;
  bottom: 605px;
  right: 0px; }

.flexslider .sharetag {
  width: 174px;
  height: 174px;
  position: absolute;
  z-index: 9999;
  bottom: 30px;
  left: 30px; }

.flexslider .sharetag-twitter {
  width: 42px;
  height: 42px;
  position: absolute;
  z-index: 10000;
  bottom: 55px;
  left: 125px; }

.sharetag-twitter, x:-moz-any-link {
  bottom: 55px !important; }

.flexslider .sharetag-facebook {
  width: 42px;
  height: 42px;
  position: absolute;
  z-index: 10000;
  bottom: 55px;
  left: 65px; }

.flexslider .suppin-image {
  width: 1080px;
  position: absolute;
  z-index: 99999;
  top: 0px;
  left: 0px; }
  @media (max-width: 667px) {
    .flexslider .suppin-image {
      width: 100%; } }

.flexslider .suppin-image img {
  width: 1080px; }
  @media (max-width: 667px) {
    .flexslider .suppin-image img {
      width: 100%; } }

.flexslider .suppin-image {
  display: none; }

.box.col_spoken {
  width: 255px;
  height: 370px;
  background: none;
  border: none;
  position: relative;
  margin: 0px 0px;
  padding: 0px;
  font-size: 11px;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.box.col_spoken h2 {
  font-size: 13px;
  padding: 10px 0 5px 0;
  text-align: center;
  color: #ff8888; }

.box.col_spoken h3 {
  background: url(../special/spoken/images/spoken_border.png) no-repeat top center;
  padding-top: 10px;
  font-size: 10px;
  text-align: center; }

.box.col_spoken .attention {
  position: absolute;
  left: 20%;
  top: 28%;
  font-size: 12px;
  font-style: italic;
  color: #FFF;
  text-align: center; }

.box.col_spoken .sports {
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 9999;
  font-style: italic; }

.box.col_spoken a img:hover, .box.col_spoken_column .thumb img:hover {
  opacity: 0.8; }

.box.col_spoken .sports span, .sports_category {
  background: #fff000;
  padding: 3px;
  font-style: italic;
  font-size: 10px; }

.sports_categorys {
  margin-top: 10px; }

.box.col_spoken .collaboration {
  background: #FFF;
  position: absolute;
  width: 97px;
  height: 16px;
  top: 28px;
  left: 0px;
  z-index: 9999;
  font-size: 10px;
  color: #FFF;
  border: 1px solid #DADF00;
  line-height: 1.0em;
  padding: 2px; }

.spoken_column {
  width: 580px;
  /*更新時変更*/
  margin-bottom: 70px; }
  @media (max-width: 667px) {
    .spoken_column {
      width: 100%; } }

.box.col_spoken_column {
  width: 255px;
  height: 255px;
  border: none;
  position: relative;
  font-size: 11px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px; }

.box.col_spoken_column .attention {
  position: absolute;
  left: 28%;
  top: 47%;
  font-size: 15px;
  font-style: italic;
  color: #FFF; }

.box.col_spoken_column .thumb img {
  width: 255px;
  height: 170px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px; }

.box.col_spoken_column h2 {
  font-size: 12px;
  padding: 10px 0 5px 0;
  text-align: center;
  color: #ff8888; }

table.sports_step {
  width: 100%;
  margin-top: 15px; }

table.sports_step td {
  width: 33%;
  text-align: center;
  line-height: 160%;
  vertical-align: top; }

table.sports_step td img {
  width: 180px;
  height: 180px;
  margin: 0 auto; }

table.sports_step td .text {
  width: 180px;
  text-align: left;
  margin: 10px auto 0px auto;
  font-size: 11px; }

table.sports_step td strong {
  margin-top: 10px;
  font-size: 12px;
  display: block; }

.offer {
  text-align: right;
  margin-bottom: 10px; }

.sports .ultraviolet {
  background: #f9f8ea;
  padding: 15px;
  margin-top: 30px; }

.sports .ultraviolet h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

.sports .ultraviolet h2 {
  font-size: 12px;
  font-weight: bold; }

.sports .ultraviolet p {
  margin-bottom: 30px;
  margin-top: 0px; }

.sports .ultraviolet a.sports-link {
  text-decoration: underline;
  font-weight: bold;
  margin-top: 10px; }

.model_single_layout .flexslider #mainslide.slides li img {
  height: 720px !important; }

.flexslider #mainslide.slides li img {
  height: 605px !important; }

.box100_sports {
  height: 240px !important; }

.spoken .flex-control-nav {
  text-align: center; }

.spoken .flex-control-nav li a {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: #fff000; }

.img_crop{
  width: 240px;
  height: 240px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.img_crop > img{
  width: 100%;
}

.ambassador_group{
  float: left;
  position: relative;
  margin: 13px;
}
@media(max-width: 667px){
.img_crop{
  width: 150px;
  height: 150px;
}
.ambassador_group{
  float: left;
  position: relative;
  margin: 10px;
  width: 40%;
  min-height: 270px;
}
}

@media(max-width: 376px){
.img_crop{
  width: 130px;
  height: 130px;
  margin: auto;
}
.ambassador_group{
  margin: auto;
  width: 50%;
  padding: 10px;
  min-height: 270px;
}
}
.ambassador_job{
  text-align: center;
  font-size: 0.8em;
  color: #707070;
  height: auto;
}

.ambassador_nametext{
  text-align: center;
}
.ambassador_ranking > li:nth-child(-n+10) > .left ::before{
  content: '';
  width: 44px;
  height: 40px;
  position: absolute;
  margin: 10px 20px;
  z-index: 9999;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 3.2;
}
.ambassador_ranking > li:nth-child(-n+3) > .left ::before{
  background-image: url('/wp-content/themes/suppin_v3/images/crown_icon.png');
}

.ambassador_ranking > li:nth-child(1) > .left ::before{
  content: '1';
}
.ambassador_ranking > li:nth-child(2) > .left ::before{
  content: '2';
}
.ambassador_ranking > li:nth-child(3) > .left ::before{
  content: '3';
}
.ambassador_ranking > li:nth-child(4) > .left ::before{
  content: '4';
}
.ambassador_ranking > li:nth-child(5) > .left ::before{
  content: '5';
}
.ambassador_ranking > li:nth-child(6) > .left ::before{
  content: '6';
}
.ambassador_ranking > li:nth-child(7) > .left ::before{
  content: '7';
}
.ambassador_ranking > li:nth-child(8) > .left ::before{
  content: '8';
}
.ambassador_ranking > li:nth-child(9) > .left ::before{
  content: '9';
}
.ambassador_ranking > li:nth-child(10) > .left ::before{
  content: '10';
}


.ambassador_profile{
  border: 1px solid #EBEBEB;
  margin-bottom: 25px;
  min-height: 270px;
}
@media(max-width: 667px){
.ambassador_profile{
  margin: 20px;
}
.ambassador_profile.sinle{
  min-height: 180px;
}
}

.ambassador_left{
  float: left;
  width: 270px;
  margin: 12px;
}
.ambassador_anchor{
  display: none;
}
@media(max-width: 667px){
.ambassador_left{
  float: none;
  width: 150px;
  margin: auto;
  margin-top: 20px;
}
.ambassador_left.single{
  float: left;
}
.ambassador_right.single{
  padding-top: 45px;
}
.ambassador_anchor{
  display: block;
  padding-top: 5px;
  padding-right: 10px;
  clear: left;
  text-align: right;
  font-weight: 300;
  font-size: 12px;
}
}

.ambassador_right{
  text-align: left;
}
.ambassador_title{
  font-family: "Noto Sans CJK JP";
  margin-top: 10px;
}

.ambassador_name{
  font-size: 2rem;
  margin-bottom: 10px;
}
@media(max-width: 667px){
.ambassador_title, .ambassador_name, .ambassador_media{
  text-align: center;
}
.ambassador_title{
  margin-top: 5px;
}
}

.ambassador_acc > span, .ambassador_right > span {
  margin: 10px;
  display: block;
}

.ambassador_acc > span > a, .ambassador_right > span > a {
  margin-right: 20px;
}

.ambassador_acc{
}
@media(max-width: 667px){
.ambassador_acc{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;  
}
}

.ambassador_description {
  display: grid;
  width: 500px;
}

@media(max-width: 667px){
.ambassador_description {
  width: 90%;
  margin: 10px auto;
  
}
}

.ambassador_comingsoon{
  height: 200px;
  margin: auto;
  text-align: center;
}

