@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.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; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

@font-face {
  font-family: "FuturaPT-Book";
  src: url('../fonts/2BBE12_0_0.ttf?1533199214') format('truetype'), url('../fonts/2BBE12_0_0.woff?1533199214') format('woff'), url('../fonts/2BBE12_0_0.eot?1533199214') format('embedded-opentype'), url('../fonts/2BBE12_0_0.svg?1533199214') format('svg'); }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  z-index: 1;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent; }

.slider {
  display: none; }

.slider.slick-initialized {
  display: block; }

.dotnav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center; }

.dotnav li {
  width: 5px;
  height: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1; }

.dotnav .slick-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.dotnav li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.dotnav li:last-child {
  margin-right: 0; }

.dotnav button {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../img/dot@2x.gif?1533199214');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .dotnav {
    margin: 15px auto 0; }

  .dotnav li {
    position: relative;
    margin-right: 15px; }

  .dotnav button {
    position: absolute;
    -moz-background-size: 5px 5px;
    -o-background-size: 5px 5px;
    -webkit-background-size: 5px 5px;
    background-size: 5px 5px;
    width: 5px;
    height: 5px; } }
@media screen and (min-width: 768px) {
  .dotnav {
    margin: 15px auto 0; }

  .dotnav li {
    position: relative;
    margin-right: 20px; }

  .dotnav button {
    position: absolute;
    -moz-background-size: 5px 5px;
    -o-background-size: 5px 5px;
    -webkit-background-size: 5px 5px;
    background-size: 5px 5px;
    width: 5px;
    height: 5px; } }
@media screen and (min-width: 768px) {
  .container {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto;
    height: 100%; }

  .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-right: 10px;
    margin-left: 10px; } }
@media screen and (min-width: 1200px) {
  .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto; } }
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%; }

html {
  font-family: "Roboto", YakuHanJPs, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.7;
  color: #000; }

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset; }

a {
  color: #000;
  text-decoration: underline; }
  a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none; }

img {
  display: block; }

strong {
  font-weight: bold; }

em {
  font-style: italic;
  font-style: oblique; }

input {
  border: 0;
  outline: none; }
  input:focus {
    outline: none; }

@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem; }

  h2 {
    font-size: 1.8rem;
    line-height: 1.5; }

  h3 {
    font-size: 1.8rem;
    line-height: 1.5; }

  h4 {
    font-size: 1.5rem; }

  h5 {
    font-size: 1.5rem; }

  h6 {
    font-size: 1.5rem; }

  input {
    font-size: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0; } }
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem; }

  h2 {
    font-size: 3rem;
    line-height: 1.5; }

  h3 {
    font-size: 3rem;
    line-height: 1.5; }

  h4 {
    font-size: 1.8rem; }

  h5 {
    font-size: 1.8rem; }

  h6 {
    font-size: 1.8rem; }

  input {
    font-size: 1.8rem; } }
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 30px 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

@media screen and (max-width: 767px) {
  .module--type_sns--type_list {
    font-size: 1.3rem;
    overflow: hidden;
    *zoom: 1; }

  .module--type_sns--type_list .module--type_item {
    float: left;
    display: inline-block; }

  .module--type_sns--type_list .module--type_item .link {
    color: #b2b2b2; }
    .module--type_sns--type_list .module--type_item .link:hover, .module--type_sns--type_list .module--type_item .link:active, .module--type_sns--type_list .module--type_item .link:focus {
      color: #b2b2b2; }

  .module--type_sns--type_list .module--type_item.tweet {
    margin-right: 10px; }

  .module--type_sns .module--type_list {
    line-height: 0;
    overflow: hidden;
    *zoom: 1; }

  .module--type_sns .module--type_item {
    float: left;
    margin-right: 10px; }

  .module--type_sns .module--type_item .link {
    text-decoration: none; }
    .module--type_sns .module--type_item .link:hover, .module--type_sns .module--type_item .link:active, .module--type_sns .module--type_item .link:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; } }
@media screen and (min-width: 768px) {
  .module--type_sns--type_list {
    font-size: 1.3rem;
    overflow: hidden;
    *zoom: 1; }

  .module--type_sns--type_list .module--type_item {
    float: left;
    display: inline-block;
    margin-right: 30px; }

  .module--type_sns--type_list .module--type_item .link {
    color: #b2b2b2; }
    .module--type_sns--type_list .module--type_item .link:hover, .module--type_sns--type_list .module--type_item .link:active, .module--type_sns--type_list .module--type_item .link:focus {
      color: #b2b2b2; }

  .module--type_sns--type_list .module--type_item.tweet {
    margin-right: 10px; }

  .module--type_sns .module--type_list {
    line-height: 0;
    overflow: hidden;
    *zoom: 1; }

  .module--type_sns .module--type_item {
    float: left;
    margin-right: 10px; }

  .module--type_sns .module--type_item .link {
    text-decoration: none; }
    .module--type_sns .module--type_item .link:hover, .module--type_sns .module--type_item .link:active, .module--type_sns .module--type_item .link:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; } }
@media screen and (max-width: 767px) {
  .content--category_ad-1 {
    height: auto;
    margin-top: 30px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px; }

  .content--category_ad-rectangle {
    width: 300px;
    height: 250px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto; }

  .content--category_ad-rectangle:nth-of-type(1) {
    margin-top: 60px; }

  .module--type_ads--cat_i2 .module--type_div {
    text-align: center;
    display: block;
    height: 50px;
    margin: 30px auto; } }
@media screen and (min-width: 768px) {
  .content--category_ad-1 {
    height: 90px;
    margin-top: 30px; }

  .content--category_ad-rectangle {
    width: 300px;
    height: 250px;
    margin-top: 30px; }

  .content--category_ad-inline {
    margin-top: 30px; } }
@media screen and (min-width: 1200px) {
  .module--type_billboard {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 767px) {
  .special .header {
    margin-top: 15px; }

  .special section {
    border-top: none;
    padding-top: 0;
    margin-top: 0; }

  .special .outer p {
    margin-top: 7.5px; }

  .special li {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    padding-left: 15px;
    margin-top: 15px; }

  .special li a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background: url(../img/arrow.sp@2x.gif) left center no-repeat;
    -moz-background-size: 8px 10px;
    -o-background-size: 8px 10px;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    padding-left: 15px; }
    .special li a:hover, .special li a:active, .special li a:focus {
      text-decoration: underline; } }
@media screen and (min-width: 768px) {
  aside .special .header {
    margin-top: 15px; }

  aside .special section {
    border-top: none;
    padding-top: 0;
    margin-top: 0; }

  aside .special section p {
    margin-top: 7.5px; }

  aside .special section li {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    border-top: 1px solid #e5e5e5;
    padding-top: 7.5px;
    margin-top: 7.5px; }

  aside .special .outer p {
    margin-top: 7.5px; } }
@media screen and (min-width: 1200px) {
  aside .special .header {
    margin-top: 15px; }

  aside .special section p {
    margin-top: 7.5px; }

  aside .special section li {
    padding-top: 7.5px;
    padding-left: 7.5px;
    margin-top: 7.5px; }

  aside .special section li a {
    padding-left: 7.5px; }

  aside .special .outer p {
    margin-top: 7.5px; } }
@media screen and (max-width: 767px) {
  .header {
    position: relative; }

  .header__outer {
    position: relative;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff; }

  .header__outer__logo {
    position: relative; }

  .header__outer__element--type_title--level_2 .image {
    width: calc(100% - 20px);
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto; }

  .header__outer__logo__element--type_title--level_1 {
    border-bottom: 1px solid #e5e5e5; }

  .header__outer__logo__element--type_title--level_1 .link {
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/logo.gif?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 200px;
    height: 18px;
    -moz-background-size: 200px 18px;
    -o-background-size: 200px 18px;
    -webkit-background-size: 200px 18px;
    background-size: 200px 18px;
    width: 200px;
    height: 18px;
    padding: 20px 0;
    margin: 0 auto; }

  .header__outer__logo__element--type_text {
    display: none; }

  .header__outer__nav {
    border-bottom: 1px solid #e5e5e5; }

  .header__outer__nav__element--type_list {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 0;
    margin-right: 10px;
    margin-left: 10px; }

  .header__outer__nav__element--type_item .link {
    text-decoration: none; }
    .header__outer__nav__element--type_item .link:hover, .header__outer__nav__element--type_item .link:active, .header__outer__nav__element--type_item .link:focus {
      text-decoration: underline; }

  .header__outer__nav__element--type_item.archives {
    display: none; }

  .header__outer__subnav {
    position: absolute;
    top: 15px; }

  .header__outer__subnav__element--type_list {
    width: 100vw; }

  .header__outer__subnav__element--type_dt {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/hamburger_menu.gif?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 30px;
    -moz-background-size: 24px 18px;
    -o-background-size: 24px 18px;
    -webkit-background-size: 24px 18px;
    background-size: 24px 18px;
    width: 24px;
    height: 18px;
    margin-bottom: 15px;
    margin-left: 10px;
    cursor: pointer; }

  .header__outer__subnav__element--type_dt.close {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/hamburger_menu_close.gif?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 30px;
    height: 30px;
    -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    margin-left: 13px; }

  .header__outer__subnav__element--type_dd {
    font-size: 1.3rem;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px; }

  .header__outer__subnav__element--type_dd:last-child {
    border-bottom: 1px solid #e5e5e5; }

  .header__outer__subnav__element--type_dd .link {
    text-decoration: none; }
    .header__outer__subnav__element--type_dd .link:hover, .header__outer__subnav__element--type_dd .link:active, .header__outer__subnav__element--type_dd .link:focus {
      text-decoration: none; }

  .header__outer__search__element--type_input {
    -webkit-appearance: none;
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 60px;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 10px; }

  .header__outer__search__element--type_input:focus {
    -moz-appearance: none;
    -webkit-appearance: none;
    outline-style: none;
    outline-offset: -2px; }

  .header__outer__search .link {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/search.sp.gif?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 32px;
    height: 32px;
    -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 999;
    cursor: pointer; } }
@media screen and (min-width: 768px) {
  body {
    position: relative;
    overflow-x: hidden;
    min-height: 100%; }

  .header {
    max-width: 1200px;
    margin: 0 auto; }

  .header__outer__element--type_title--level_2 {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
    display: block;
    margin-top: 30px; }

  .header__outer__logo {
    position: relative; }

  .header__outer__logo__element--type_title--level_1 .link {
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/logo_and_tagline.gif?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 400px;
    height: 74px;
    -moz-background-size: 400px 74px;
    -o-background-size: 400px 74px;
    -webkit-background-size: 400px 74px;
    background-size: 400px 74px;
    width: 400px;
    height: 74px;
    margin: 30px auto 0; }

  .header__outer__logo__element--type_text {
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/catch.gif?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 162px;
    height: 18px;
    -moz-background-size: 162px 18px;
    -o-background-size: 162px 18px;
    -webkit-background-size: 162px 18px;
    background-size: 162px 18px;
    width: 162px;
    height: 18px;
    margin: 15px auto 0; }

  .header__outer__nav {
    margin: 30px auto 0; }

  .header__outer__nav__element--type_list {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }

  .header__outer__nav__element--type_item {
    margin-right: 30px; }

  .header__outer__nav__element--type_item:last-child {
    margin-right: 0; }

  .header__outer__nav__element--type_item.archives {
    width: auto;
    max-width: auto; }

  .header__outer__nav__element--type_item .link {
    text-decoration: none; }
    .header__outer__nav__element--type_item .link:hover, .header__outer__nav__element--type_item .link:active, .header__outer__nav__element--type_item .link:focus {
      text-decoration: underline; }

  .header__outer__nav__element--type_form .link:hover,
  .header__outer__nav__element--type_form .link:active,
  .header__outer__nav__element--type_form .link:focus {
    text-decoration: none; }

  .header__outer__nav__element--type_input {
    width: 60px;
    border-bottom: 1px solid #e5e5e5; }

  .min-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    max-width: 100vw;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5; }

  .min-header .header__outer {
    max-width: 1200px;
    margin: 0 auto; }

  .min-header .header__outer__element--type_title--level_2 {
    display: none; }

  .min-header .header__outer__logo__element--type_title--level_1 .link {
    display: block;
    float: left;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/logo.gif?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 200px;
    height: 18px;
    -moz-background-size: 200px 18px;
    -o-background-size: 200px 18px;
    -webkit-background-size: 200px 18px;
    background-size: 200px 18px;
    width: 200px;
    height: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px; }

  .min-header .header__outer__logo__element--type_text {
    display: none; }

  .min-header .header__outer__nav {
    float: right;
    margin: 0 10px 0 0; }

  .min-header .header__outer__nav__element--type_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px; }

  .min-header .header__outer__nav__element--type_item {
    font-size: 1.3rem;
    margin-right: 15px; }

  .min-header .header__outer__nav__element--type_item:last-child {
    margin-right: 0; }

  .min-header .header__outer__nav__element--type_item--menu_archives {
    width: auto;
    max-width: auto; }

  .min-header .header__outer__nav__element--type_item .link {
    text-decoration: none; }
    .min-header .header__outer__nav__element--type_item .link:hover, .min-header .header__outer__nav__element--type_item .link:active, .min-header .header__outer__nav__element--type_item .link:focus {
      text-decoration: underline; }

  .min-header .header__outer__nav__element--type_form .link:hover,
  .min-header .header__outer__nav__element--type_form .link:active,
  .min-header .header__outer__nav__element--type_form .link:focus {
    text-decoration: none; }

  .min-header .header__outer__nav__element--type_input {
    font-size: 1.3rem;
    width: 90px;
    border-bottom: 1px solid #e5e5e5; } }
@media screen and (min-width: 1200px) {
  .header__outer__nav__element--type_input {
    width: 180px; }

  .min-header .header__outer__logo__element--type_title--level_1 .link {
    margin-left: 0; }

  .min-header .header__outer__nav {
    margin-right: 0; }

  .min-header .header__outer__nav__element--type_item {
    margin-right: 30px; }

  .min-header .header__outer__nav__element--type_input {
    width: 180px; } }
@media screen and (max-width: 767px) {
  .footer {
    background-color: #000;
    margin-top: 30px; }

  .footer__outer {
    padding: 30px 10px 90px; }

  .footer .module {
    font-size: 1.1rem;
    color: #fff; }

  .footer .module .link {
    color: #fff;
    text-decoration: none; }
    .footer .module .link:hover, .footer .module .link:active, .footer .module .link:focus {
      color: #fff;
      text-decoration: underline; }

  .footer .module--type_list {
    line-height: 2.0;
    letter-spacing: -0.05em; }

  .footer .module--type_list.grid {
    -webkit-justify-content: center;
    justify-content: center; }

  .footer .module--type_sns .module--type_list {
    margin-bottom: 30px; }

  .footer .module--type_sns .module--type_list .link:hover,
  .footer .module--type_sns .module--type_list .link:active,
  .footer .module--type_sns .module--type_list .link:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }

  .footer .module--type_sns .module--type_item {
    display: block;
    margin-right: 15px; }

  .footer .module--type_sns .module--type_item:last-child {
    margin-right: 0; }

  .footer .module--type_sns .module--type_item .image {
    vertical-align: middle;
    display: inline-block;
    width: 20px; }

  .footer .module--type_sns .module--type_item.tweet .image,
  .footer .module--type_sns .module--type_item.share .image {
    margin-right: 5px; }

  .footer .module--type_sns .module--type_item .span {
    display: inline-block; }

  .footer .module--type_nav .module--type_list {
    margin-bottom: 10px; }

  .footer .module--type_nav .module--type_item {
    display: block;
    margin-right: 10px; }

  .footer .module--type_nav .module--type_item:last-child {
    margin-right: 0; }

  .footer .module--type_copyright {
    text-align: center;
    letter-spacing: -0.05em; } }
@media screen and (min-width: 768px) {
  .footer {
    background-color: #000;
    margin-top: 60px; }

  .footer__outer {
    padding: 30px 10px 10px; }

  .footer .module {
    font-size: 1.3rem;
    line-height: 1.5;
    color: #fff; }

  .footer .module .link {
    color: #fff;
    text-decoration: none; }
    .footer .module .link:hover, .footer .module .link:active, .footer .module .link:focus {
      color: #fff;
      text-decoration: underline; }

  .footer .module--type_sns .module--type_list {
    margin-bottom: 30px; }

  .footer .module--type_sns .module--type_list .link:hover,
  .footer .module--type_sns .module--type_list .link:active,
  .footer .module--type_sns .module--type_list .link:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }

  .footer .module--type_sns .module--type_item {
    display: block;
    margin-right: 15px; }

  .footer .module--type_sns .module--type_item:last-child {
    margin-right: 0; }

  .footer .module--type_sns .module--type_item .image {
    vertical-align: middle;
    display: inline-block;
    width: 20px; }

  .footer .module--type_sns .module--type_item.tweet .image,
  .footer .module--type_sns .module--type_item.share .image {
    margin-right: 5px; }

  .footer .module--type_sns .module--type_item .span {
    display: inline-block;
    padding-left: 5px; }

  .footer .module--type_nav .module--type_list {
    margin-bottom: 10px; }

  .footer .module--type_nav .module--type_item {
    display: block;
    margin-right: 15px; }

  .footer .module--type_nav .module--type_item:last-child {
    margin-right: 0; } }
@media screen and (min-width: 1200px) {
  .footer__outer {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0; } }
@media screen and (max-width: 767px) {
  .main {
    margin-top: 15px; } }
@media screen and (min-width: 768px) {
  .main {
    width: 70%;
    max-width: 840px;
    margin-top: 60px;
    overflow: hidden; } }
@media screen and (min-width: 768px) {
  .aside {
    width: 25%;
    max-width: 300px;
    margin-top: 60px; } }
@media screen and (max-width: 767px) {
  .content--category_social {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 75px; }

  .content--category_social__header {
    display: none; }

  .content--category_social__body__section__outer__element--type_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }

  .content--category_social__body__section__outer__element--type_item {
    margin-right: 15px; }

  .content--category_social__body__section__outer__element--type_item.line {
    margin-right: 0; }

  .content--category_social__body__section__outer__element--type_item .image {
    width: 40px; }

  .content--category_social__body__section__outer__element--type_item .image:hover,
  .content--category_social__body__section__outer__element--type_item .image:active,
  .content--category_social__body__section__outer__element--type_item .image:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3; } }
@media screen and (min-width: 768px) {
  .content--category_social__header {
    display: none; }

  .content--category_social__body__section {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px; }

  .content--category_social__body__section__outer__element--type_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around; }

  .content--category_social__body__section__outer__element--type_item .image {
    width: 30px; }

  .content--category_social__body__section__outer__element--type_item .image:hover,
  .content--category_social__body__section__outer__element--type_item .image:active,
  .content--category_social__body__section__outer__element--type_item .image:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3; } }
@media screen and (max-width: 767px) {
  .content--category_special {
    margin-top: 30px; }

  .content--category_special__sp-banner {
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_special__header {
    text-align: center;
    margin-top: 30px; }

  .content--category_special__header__element--type_title {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    font-size: 2.1rem;
    letter-spacing: 0.1em; }

  .content--category_special__header__element--type_text {
    font-size: 1.3rem; }

  .content--category_special__body {
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_special__body__section__outer__element--type_text,
  .content--category_special__body__section__outer__inner__element--type_list {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 15px; }

  .content--category_special__body__section__outer__element--type_text {
    text-align: center; }

  .content--category_special__body__section__outer__inner__element--type_list {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em; }

  .content--category_special__body__section__outer__inner__element--type_item {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px; }

  .content--category_special__body__section__outer__inner__element--type_item .link {
    text-decoration: none; }
    .content--category_special__body__section__outer__inner__element--type_item .link:hover, .content--category_special__body__section__outer__inner__element--type_item .link:active, .content--category_special__body__section__outer__inner__element--type_item .link:focus {
      text-decoration: underline; } }
@media screen and (min-width: 768px) {
  .content--category_special {
    margin-top: 30px; }

  .content--category_special__header {
    display: table;
    margin-top: 15px; }

  .content--category_special__header__element--type_title {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    line-height: 1.5;
    display: table-cell; }

  .content--category_special__header__element--type_text {
    font-size: 1.3rem;
    line-height: 1.5;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px; }

  .content--category_special__body {
    margin-top: 5px; }

  .content--category_special__body__section__outer__element--type_text,
  .content--category_special__body__section__outer__inner__element--type_list {
    font-size: 1.3rem;
    line-height: 1.5; }

  .content--category_special__body__section__outer__inner__element--type_list {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em; }

  .content--category_special__body__section__outer__inner__element--type_item {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 10px; }

  .content--category_special__body__section__outer__inner__element--type_item .link {
    text-decoration: none; }
    .content--category_special__body__section__outer__inner__element--type_item .link:hover, .content--category_special__body__section__outer__inner__element--type_item .link:active, .content--category_special__body__section__outer__inner__element--type_item .link:focus {
      text-decoration: underline; } }
@media screen and (max-width: 767px) {
  .content--category_ranking {
    margin-top: 30px; }

  .content--category_ranking__header {
    text-align: center;
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_ranking__header__element--type_title {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    font-size: 2.1rem;
    letter-spacing: 0.1em; }

  .content--category_ranking__header__element--type_text {
    font-size: 1.3rem; }

  .content--category_ranking__nav {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_ranking__nav__element--type_list {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    display: table;
    width: 100%; }

  .content--category_ranking__nav__element--type_item {
    text-align: center;
    display: table-cell;
    width: 50%;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3; }

  .content--category_ranking__nav__element--type_item.selected,
  .content--category_ranking__nav__element--type_item:hover,
  .content--category_ranking__nav__element--type_item:active,
  .content--category_ranking__nav__element--type_item:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

  .content--category_ranking__body {
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_ranking__body__section {
    width: 30%;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 15px;
    margin-right: 5%; }

  .content--category_ranking__body__section:nth-of-type(3n) {
    margin-right: 0; }

  .content--category_ranking__body__section .link {
    text-decoration: none; }
    .content--category_ranking__body__section .link:hover, .content--category_ranking__body__section .link:active, .content--category_ranking__body__section .link:focus {
      text-decoration: underline; }

  .content--category_ranking__body__section__outer__text {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    text-align: center; }

  .content--category_ranking__body__section__outer__element--type_figure {
    padding-top: 10px; }

  .content--category_ranking__body__section__outer__inner__element--type_title {
    font-size: 1.3rem;
    margin-top: 10px; }

  .content--category_ranking__body .wpp-no-data {
    margin-top: 15px; }

  .content--category_ranking + .content--category_ad-1 {
    margin-top: 30px; } }
@media screen and (min-width: 768px) {
  .content--category_ranking {
    margin-top: 30px; }

  .content--category_ranking__header {
    display: table;
    margin-top: 15px; }

  .content--category_ranking__header__element--type_title {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    line-height: 1.5;
    display: table-cell; }

  .content--category_ranking__header__element--type_text {
    font-size: 1.3rem;
    line-height: 1.5;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px; }

  .content--category_ranking__nav {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px; }

  .content--category_ranking__nav__element--type_list {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    display: table;
    width: 100%; }

  .content--category_ranking__nav__element--type_item {
    text-align: center;
    display: table-cell;
    width: 50%;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3; }

  .content--category_ranking__nav__element--type_item.selected,
  .content--category_ranking__nav__element--type_item:hover,
  .content--category_ranking__nav__element--type_item:active,
  .content--category_ranking__nav__element--type_item:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

  .content--category_ranking__body__section {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px; }

  .content--category_ranking__body__section__outer {
    overflow: hidden;
    *zoom: 1; }

  .content--category_ranking__body__section__outer__element--type_figure {
    float: left;
    width: 30%; }

  .content--category_ranking__body__section__outer__inner {
    margin-left: calc(30% + 15px); }

  .content--category_ranking__body__section__outer__inner__text {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    line-height: 1.5; }

  .content--category_ranking__body__section__outer__inner__element--type_title {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 5px; }

  .content--category_ranking__body__section__outer__inner__element--type_title .link {
    text-decoration: none; }
    .content--category_ranking__body__section__outer__inner__element--type_title .link:hover, .content--category_ranking__body__section__outer__inner__element--type_title .link:active, .content--category_ranking__body__section__outer__inner__element--type_title .link:focus {
      text-decoration: underline; }

  .content--category_ranking__body .wpp-no-data {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 15px; } }
@media screen and (max-width: 767px) {
  .content--category_blog {
    margin-top: 30px; }

  .content--category_blog__header {
    text-align: center;
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_blog__header__element--type_title {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    font-size: 2.1rem;
    letter-spacing: 0.1em; }

  .content--category_blog__header__element--type_text {
    font-size: 1.3rem; }

  .content--category_blog__nav {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_blog__nav__element--type_list {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around; }

  .content--category_blog__nav__element--type_item {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3; }

  .content--category_blog__nav__element--type_item.selected,
  .content--category_blog__nav__element--type_item:hover,
  .content--category_blog__nav__element--type_item:active,
  .content--category_blog__nav__element--type_item:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

  .content--category_blog__body {
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_blog__body__section {
    width: 30%;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px;
    margin-right: 5%; }

  .content--category_blog__body__section:nth-of-type(3n) {
    margin-right: 0; }

  .content--category_blog__body__section .link {
    text-decoration: none; }
    .content--category_blog__body__section .link:hover, .content--category_blog__body__section .link:active, .content--category_blog__body__section .link:focus {
      text-decoration: underline; }

  .content--category_blog__body__section__outer__element--type_figure {
    width: 60px;
    margin-right: auto;
    margin-left: auto; }

  .content--category_blog__body__section__outer__inner__element--type_title {
    font-size: 1.3rem;
    margin-top: 15px; }

  .content--category_blog__body__section__outer__inner__element--type_text:nth-of-type(1) {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 5px; }

  .content--category_blog__body__section__outer__inner__element--type_text:nth-of-type(2) {
    font-size: 1.1rem;
    color: #b2b2b2;
    margin-top: 5px; }

  .content--category_blog__body__section__outer__inner__element--type_text .span--type_separator,
  .content--category_blog__body__section__outer__inner__element--type_text .term {
    color: #b2b2b2; }

  .content--category_blog__body__section__outer__inner__element--type_text .new {
    color: #d50000;
    display: inline-block;
    margin-right: 10px; }

  .content--category_blog__body.new .content--category_blog__body__section {
    width: 100%;
    margin-right: 0; }

  .content--category_blog__body.new .content--category_blog__body__section__outer {
    display: table;
    margin-top: 0;
    margin-left: 0; }

  .content--category_blog__body.new .content--category_blog__body__section__outer__element--type_figure {
    display: table-cell;
    vertical-align: top;
    width: 60px; }

  .content--category_blog__body.new .content--category_blog__body__section__outer__inner {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px; }

  .content--category_blog__body.new .content--category_blog__body__section__outer__inner__element--type_title {
    margin-top: 0; }

  .content--category_blog__body.new .content--category_blog__body__section__outer__inner__element--type_text {
    font-size: 1.1rem;
    margin-top: 5px; }

  .content--category_blog__body.creator .content--category_blog__body__section__outer__inner__element--type_text .span--type_separator,
  .content--category_blog__body.shop-and-brand .content--category_blog__body__section__outer__inner__element--type_text .span--type_separator,
  .content--category_blog__body.general .content--category_blog__body__section__outer__inner__element--type_text .span--type_separator {
    display: none; }

  .content--category_blog__body.creator .content--category_blog__body__section__outer__inner__element--type_text .term,
  .content--category_blog__body.shop-and-brand .content--category_blog__body__section__outer__inner__element--type_text .term,
  .content--category_blog__body.general .content--category_blog__body__section__outer__inner__element--type_text .term {
    display: block;
    margin-top: 5px; }

  .blog-banner {
    width: 300px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (min-width: 768px) {
  .content--category_blog {
    margin-top: 30px; }

  .content--category_blog__header {
    display: table;
    margin-top: 15px; }

  .content--category_blog__header__element--type_title {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    line-height: 1.5;
    display: table-cell; }

  .content--category_blog__header__element--type_text {
    font-size: 1.3rem;
    line-height: 1.5;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px; }

  .content--category_blog__nav {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px; }

  .content--category_blog__nav__element--type_list {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    display: table;
    width: 100%; }

  .content--category_blog__nav__element--type_list + .content--category_blog__nav__element--type_list {
    margin-top: 10px; }

  .content--category_blog__nav__element--type_item {
    text-align: center;
    display: table-cell;
    width: 50%;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3; }

  .content--category_blog__nav__element--type_item.selected,
  .content--category_blog__nav__element--type_item:hover,
  .content--category_blog__nav__element--type_item:active,
  .content--category_blog__nav__element--type_item:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

  .content--category_blog__body__section {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px; }

  .content--category_blog__body__section__outer {
    overflow: hidden;
    *zoom: 1; }

  .content--category_blog__body__section__outer__element--type_figure {
    float: left;
    width: 20%; }

  .content--category_blog__body__section__outer__inner {
    margin-left: calc(20% + 15px); }

  .content--category_blog__body__section__outer__inner__element--type_title,
  .content--category_blog__body__section__outer__inner__element--type_text {
    font-size: 1.3rem;
    line-height: 1.5; }

  .content--category_blog__body__section__outer__inner__element--type_text {
    margin-top: 5px; }

  .content--category_blog__body__section__outer__inner__element--type_title .link,
  .content--category_blog__body__section__outer__inner__element--type_text .link {
    text-decoration: none; }
    .content--category_blog__body__section__outer__inner__element--type_title .link:hover, .content--category_blog__body__section__outer__inner__element--type_title .link:active, .content--category_blog__body__section__outer__inner__element--type_title .link:focus,
    .content--category_blog__body__section__outer__inner__element--type_text .link:hover,
    .content--category_blog__body__section__outer__inner__element--type_text .link:active,
    .content--category_blog__body__section__outer__inner__element--type_text .link:focus {
      text-decoration: underline; }

  .content--category_blog__body__section__outer__inner__element--type_text .span--type_separator,
  .content--category_blog__body__section__outer__inner__element--type_text .term {
    display: none; }

  .blog-banner {
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  .content--category_news__header,
  .content--category_feature__header {
    text-align: center;
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_news__header__element--type_title,
  .content--category_feature__header__element--type_title {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    font-size: 2.1rem;
    letter-spacing: 0.1em; }

  .content--category_news__header__element--type_text,
  .content--category_feature__header__element--type_text {
    font-size: 1.3rem; }

  .content--category_news__body,
  .content--category_feature__body {
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_news__body__section {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 15px; }

  .content--category_feature__body__section {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 15px; }

  .content--category_news__body__section .link,
  .content--category_feature__body__section .link {
    text-decoration: none; }
    .content--category_news__body__section .link:hover, .content--category_news__body__section .link:active, .content--category_news__body__section .link:focus,
    .content--category_feature__body__section .link:hover,
    .content--category_feature__body__section .link:active,
    .content--category_feature__body__section .link:focus {
      text-decoration: underline; }

  .content--category_news__body__section__outer__element--type_text,
  .content--category_feature__body__section__outer__element--type_text {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    text-align: center; }

  .content--category_news__body__section__outer__element--type_figure {
    margin-top: 10px; }

  .content--category_news__body__section__outer__inner__element--type_title,
  .content--category_feature__body__section__outer__inner__element--type_title {
    font-size: 1.5rem;
    margin-top: 10px; }

  .content--category_news__body__section__outer__inner__element--type_text,
  .content--category_feature__body__section__outer__inner__element--type_text {
    font-size: 1.3rem;
    margin-top: 5px; }

  .content--category_news__body__section__outer__inner__element--type_text .new,
  .content--category_feature__body__section__outer__inner__element--type_text .new {
    color: #d50000;
    display: inline-block;
    margin-right: 10px; }

  .content--category_news__body__section__outer__inner .list--type_sns,
  .content--category_feature__body__section__outer__inner .list--type_sns {
    font-size: 1.1rem; }

  .content--category_news .content--category_ad-1,
  .content--category_feature .content--category_ad-1 {
    margin-top: 10px; }

  .content--category_recruit__header {
    text-align: center;
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_recruit__header__element--type_title {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    font-size: 2.1rem;
    letter-spacing: 0.1em; }

  .content--category_recruit__header__element--type_text {
    font-size: 1.3rem; }

  .content--category_recruit__body {
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_recruit__body__section {
    width: 30%;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 15px;
    margin-right: 5%; }

  .content--category_recruit__body__section:nth-of-type(3n) {
    margin-right: 0; }

  .content--category_recruit__body__section .link {
    text-decoration: none; }
    .content--category_recruit__body__section .link:hover, .content--category_recruit__body__section .link:active, .content--category_recruit__body__section .link:focus {
      text-decoration: underline; }

  .content--category_recruit__body__section__outer__element--type_text {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    text-align: center; }

  .content--category_recruit__body__section__outer__inner__element--type_title {
    font-size: 1.3rem;
    margin-top: 10px; }

  .content--category_recruit__body__section__outer__inner__element--type_text {
    font-size: 1.1rem;
    margin-top: 5px; }

  .content--category_recruit__body__section__outer__inner__element--type_text .new {
    color: #d50000;
    display: inline-block;
    margin-right: 10px; } }
@media screen and (min-width: 768px) {
  .content--category_news__header,
  .content--category_feature__header {
    display: table; }

  .content--category_news__header__element--type_title,
  .content--category_feature__header__element--type_title {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    display: table-cell; }

  .content--category_news__header__element--type_text,
  .content--category_feature__header__element--type_text {
    font-size: 1.3rem;
    vertical-align: middle;
    display: table-cell;
    padding-left: 15px; }

  .content--category_news__body__section,
  .content--category_feature__body__section {
    width: 30%;
    margin-top: 30px;
    margin-right: 5%; }

  .content--category_news__body__section:nth-of-type(3n),
  .content--category_feature__body__section:nth-of-type(3n) {
    margin-right: 0; }

  .content--category_news__body__section {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px; }

  .content--category_feature__body__section {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px; }

  .content--category_news__body__section .link,
  .content--category_feature__body__section .link {
    text-decoration: none; }
    .content--category_news__body__section .link:hover, .content--category_news__body__section .link:active, .content--category_news__body__section .link:focus,
    .content--category_feature__body__section .link:hover,
    .content--category_feature__body__section .link:active,
    .content--category_feature__body__section .link:focus {
      text-decoration: underline; }

  .content--category_news__body__section__outer__element--type_text,
  .content--category_feature__body__section__outer__element--type_text {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    text-align: center; }

  .content--category_news__body__section__outer__element--type_figure {
    margin-top: 15px; }

  .content--category_news__body__section__outer__inner__element--type_title,
  .content--category_feature__body__section__outer__inner__element--type_title {
    font-size: 1.5rem;
    margin-top: 15px; }

  .content--category_news__body__section__outer__inner__element--type_text,
  .content--category_feature__body__section__outer__inner__element--type_text {
    font-size: 1.3rem;
    margin-top: 10px; }

  .content--category_news__body__section__outer__inner__element--type_text .new,
  .content--category_feature__body__section__outer__inner__element--type_text .new {
    color: #d50000;
    display: inline-block;
    margin-right: 10px; }

  .content--category_recruit {
    margin-top: 0; }

  .content--category_recruit__header {
    display: table; }

  .content--category_recruit__header__element--type_title {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    display: table-cell; }

  .content--category_recruit__header__element--type_text {
    font-size: 1.3rem;
    vertical-align: middle;
    display: table-cell;
    padding-left: 15px; }

  .content--category_recruit__body__section {
    width: 22%;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 30px;
    margin-right: 4%; }

  .content--category_recruit__body__section:nth-of-type(4n) {
    margin-right: 0; }

  .content--category_recruit__body__section .link {
    text-decoration: none; }
    .content--category_recruit__body__section .link:hover, .content--category_recruit__body__section .link:active, .content--category_recruit__body__section .link:focus {
      text-decoration: underline; }

  .content--category_recruit__body__section__outer__inner__element--type_title {
    font-size: 1.5rem;
    margin-top: 15px; }

  .content--category_recruit__body__section__outer__inner__element--type_text {
    font-size: 1.3rem;
    margin-top: 10px; }

  .content--category_recruit__body__section__outer__inner__element--type_text .new {
    color: #d50000;
    display: inline-block;
    margin-right: 10px; } }
@media screen and (max-width: 767px) {
  .content--category_detail {
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_detail__header__element--type_title {
    margin-top: 15px; }

  .content--category_detail .module--type_sns {
    margin-top: 20px; }

  .content--category_detail__body__section {
    margin-top: 30px; }

  .content--category_detail__body__section__outer__inner figure,
  .content--category_detail__body__section__outer__inner p,
  .content--category_detail__body__section__outer__inner .iframe-wrapper {
    margin-bottom: 30px; }

  .content--category_detail__body__section__outer__inner figure {
    margin-right: auto;
    margin-left: auto; }

  .content--category_detail__body__section__outer__inner figure .caption {
    margin-top: 15px;
    margin-bottom: 0; }

  .content--category_detail__body__section__outer__inner figure + .caption,
  .content--category_detail__body__section__outer__inner p + .caption {
    margin-top: -15px; } }
@media screen and (min-width: 768px) {
  .content--category_detail__header__element--type_title {
    margin-top: 30px; }

  .content--category_detail .module--type_sns {
    margin-top: 30px; }

  .content--category_detail__body__section {
    margin-top: 30px; }

  .content--category_detail__body__section__outer__inner figure,
  .content--category_detail__body__section__outer__inner p,
  .content--category_detail__body__section__outer__inner .iframe-wrapper {
    margin-bottom: 30px; }

  .content--category_detail__body__section__outer__inner figure {
    margin-right: auto;
    margin-left: auto; }

  .content--category_detail__body__section__outer__inner .image {
    width: auto; }

  .content--category_detail__body__section__outer__inner figure .caption {
    margin-top: 15px;
    margin-bottom: 0; }

  .content--category_detail__body__section__outer__inner figure + .caption,
  .content--category_detail__body__section__outer__inner p + .caption {
    margin-top: -15px; } }
@media screen and (max-width: 767px) {
  .content--category_detail__body img {
    width: 100%;
    height: auto; } }
@media screen and (min-width: 768px) {
  .content--category_detail__body img {
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 767px) {
  .matome {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px; }

  .matome p.caption {
    font-size: 1.5rem;
    text-align: right;
    margin-bottom: 0; }

  .matome .matome-section {
    overflow: hidden;
    *zoom: 1;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 30px; }

  .matome .matome-section figure {
    float: left;
    width: 120px;
    height: auto; }

  .matome .matome-section h3 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-left: 130px; }

  .matome .matome-section h3 a {
    text-decoration: none; }
    .matome .matome-section h3 a:hover, .matome .matome-section h3 a:active, .matome .matome-section h3 a:focus {
      text-decoration: underline; }

  .matome .matome-section h3 .time {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: normal; }

  .matome .matome-section p.comment {
    clear: both;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 0 !important; }

  .matome .matome-section p.comment a {
    color: #000;
    text-decoration: underline; }
    .matome .matome-section p.comment a:hover, .matome .matome-section p.comment a:active, .matome .matome-section p.comment a:focus {
      color: #000;
      text-decoration: none; }

  .matome .matome-section p.info {
    clear: none;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #808080;
    margin-top: 15px;
    margin-bottom: 0 !important; }

  .matome .matome-section p.info a {
    color: #808080;
    text-decoration: underline; }
    .matome .matome-section p.info a:hover, .matome .matome-section p.info a:active, .matome .matome-section p.info a:focus {
      color: #808080;
      text-decoration: none; } }
@media screen and (min-width: 768px) {
  .matome {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px; }

  .matome p.caption {
    font-size: 1.8rem;
    text-align: right;
    margin-bottom: 0; }

  .matome .matome-section {
    overflow: hidden;
    *zoom: 1;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 30px; }

  .matome .matome-section figure {
    float: left;
    width: 240px;
    height: auto; }

  .matome .matome-section h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    margin-left: 270px; }

  .matome .matome-section h3 a {
    text-decoration: none; }
    .matome .matome-section h3 a:hover, .matome .matome-section h3 a:active, .matome .matome-section h3 a:focus {
      text-decoration: underline; }

  .matome .matome-section h3 .time {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: normal; }

  .matome .matome-section p.comment {
    line-height: 1.5;
    margin-top: 15px;
    margin-left: 270px;
    margin-bottom: 0 !important; }

  .matome .matome-section p.comment a {
    color: #000;
    text-decoration: underline; }
    .matome .matome-section p.comment a:hover, .matome .matome-section p.comment a:active, .matome .matome-section p.comment a:focus {
      color: #000;
      text-decoration: none; }

  .matome .matome-section p.info {
    clear: none;
    font-size: 11px;
    line-height: 1.5;
    color: #808080;
    margin-top: 15px;
    margin-left: 270px;
    margin-bottom: 0 !important; }

  .matome .matome-section p.info a {
    color: #808080;
    text-decoration: underline; }
    .matome .matome-section p.info a:hover, .matome .matome-section p.info a:active, .matome .matome-section p.info a:focus {
      color: #808080;
      text-decoration: none; } }
@media screen and (max-width: 767px) {
  .content--category_editors {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_editors__element--type_title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 15px; }

  .content--category_editors__element--type_list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }

  .content--category_editors__element--type_list li a {
    font-size: 1.1rem;
    color: #fff;
    text-decoration: none;
    display: block;
    background-color: #000;
    padding: 10px;
    margin-right: 1px;
    margin-bottom: 5px; }

  .content--category_editors__element--type_list .current-page-item a {
    background-color: #b2b2b2; } }
@media screen and (min-width: 768px) {
  .content--category_editors {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 15px; }

  .content--category_editors__element--type_title {
    font-size: 1.8rem;
    margin-bottom: 30px; }

  .content--category_editors__element--type_list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }

  .content--category_editors__element--type_list li a {
    font-size: 1.3rem;
    color: #fff;
    text-decoration: none;
    display: block;
    background-color: #000;
    padding: 15px;
    margin-right: 1px;
    margin-bottom: 15px; }
    .content--category_editors__element--type_list li a:hover, .content--category_editors__element--type_list li a:active, .content--category_editors__element--type_list li a:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }

  .content--category_editors__element--type_list .current-page-item a {
    background-color: #b2b2b2;
    cursor: default; }
    .content--category_editors__element--type_list .current-page-item a:hover, .content--category_editors__element--type_list .current-page-item a:active, .content--category_editors__element--type_list .current-page-item a:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; } }
@media screen and (max-width: 767px) {
  .content--category_relatedentry {
    margin-top: 60px;
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_whatsnew {
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_relatedentry__header,
  .content--category_whatsnew__header {
    text-align: center; }

  .content--category_relatedentry__header__element--type_title,
  .content--category_whatsnew__header__element--type_title {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    font-size: 2.1rem;
    letter-spacing: 0.1em; }

  .content--category_relatedentry__header__element--type_text,
  .content--category_whatsnew__header__element--type_text {
    font-size: 1.3rem; }

  .content--category_relatedentry__body__section,
  .content--category_whatsnew__body__section {
    width: 30%;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 15px;
    margin-right: 5%; }

  .content--category_relatedentry__body__section:nth-of-type(3n),
  .content--category_whatsnew__body__section:nth-of-type(3n) {
    margin-right: 0; }

  .content--category_relatedentry__body__section .link,
  .content--category_whatsnew__body__section .link {
    text-decoration: none; }
    .content--category_relatedentry__body__section .link:hover, .content--category_relatedentry__body__section .link:active, .content--category_relatedentry__body__section .link:focus,
    .content--category_whatsnew__body__section .link:hover,
    .content--category_whatsnew__body__section .link:active,
    .content--category_whatsnew__body__section .link:focus {
      text-decoration: underline; }

  .content--category_relatedentry__body__section__outer__element--type_text,
  .content--category_whatsnew__body__section__outer__element--type_text {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    text-align: center; }

  .content--category_relatedentry__body__section__outer__element--type_figure,
  .content--category_whatsnew__body__section__outer__element--type_figure {
    margin-top: 10px; }

  .content--category_relatedentry__body__section__outer__inner__element--type_title,
  .content--category_whatsnew__body__section__outer__inner__element--type_title {
    font-size: 1.3rem;
    margin-top: 10px; }

  .content--category_relatedentry__body__section__outer__inner__element--type_text,
  .content--category_whatsnew__body__section__outer__inner__element--type_text {
    font-size: 1.1rem;
    margin-top: 5px; }

  .content--category_relatedentry__body__section__outer__inner__element--type_text .new,
  .content--category_whatsnew__body__section__outer__inner__element--type_text .new {
    color: #d50000;
    display: inline-block;
    margin-right: 10px; }

  .content--category_relatedentry .module--type_sns--type_list,
  .content--category_whatsnew .module--type_sns--type_list {
    font-size: 1.1rem; } }
@media screen and (min-width: 768px) {
  .content--category_relatedentry {
    margin-top: 60px; }

  .content--category_whatsnew {
    margin-top: 30px; }

  .content--category_relatedentry__header,
  .content--category_whatsnew__header {
    display: table; }

  .content--category_relatedentry__header__element--type_title,
  .content--category_whatsnew__header__element--type_title {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    display: table-cell; }

  .content--category_relatedentry__header__element--type_text,
  .content--category_whatsnew__header__element--type_text {
    font-size: 1.3rem;
    vertical-align: middle;
    display: table-cell;
    padding-left: 15px; }

  .content--category_relatedentry__body__section {
    width: 30%;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 30px;
    margin-right: 5%; }

  .content--category_whatsnew__body__section {
    width: 22%;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 30px;
    margin-right: 4%; }

  .content--category_relatedentry__body__section:nth-of-type(3n),
  .content--category_whatsnew__body__section:nth-of-type(4n) {
    margin-right: 0; }

  .content--category_relatedentry__body__section .link,
  .content--category_whatsnew__body__section .link {
    text-decoration: none; }
    .content--category_relatedentry__body__section .link:hover, .content--category_relatedentry__body__section .link:active, .content--category_relatedentry__body__section .link:focus,
    .content--category_whatsnew__body__section .link:hover,
    .content--category_whatsnew__body__section .link:active,
    .content--category_whatsnew__body__section .link:focus {
      text-decoration: underline; }

  .content--category_relatedentry__body__section__outer__element--type_text,
  .content--category_whatsnew__body__section__outer__element--type_text {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    text-align: center; }

  .content--category_relatedentry__body__section__outer__element--type_figure,
  .content--category_whatsnew__body__section__outer__element--type_figure {
    margin-top: 15px; }

  .content--category_relatedentry__body__section__outer__inner__element--type_title,
  .content--category_whatsnew__body__section__outer__inner__element--type_title {
    font-size: 1.5rem;
    margin-top: 15px; }

  .content--category_relatedentry__body__section__outer__inner__element--type_text,
  .content--category_whatsnew__body__section__outer__inner__element--type_text {
    font-size: 1.3rem;
    margin-top: 10px; }

  .content--category_relatedentry__body__section__outer__inner__element--type_text .new,
  .content--category_whatsnew__body__section__outer__inner__element--type_text .new {
    color: #d50000;
    display: inline-block;
    margin-right: 10px; } }
@media screen and (max-width: 767px) {
  .content--category_search__header {
    text-align: center;
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_search__header__element--type_title {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    font-size: 2.1rem;
    letter-spacing: 0.1em; }

  .content--category_search__header__element--type_text {
    font-size: 1.3rem; }

  .content--category_search__body {
    margin-right: 10px;
    margin-left: 10px; }

  .content--category_search__body__section {
    width: 30%;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 15px;
    margin-right: 5%; }

  .content--category_search__body__section:nth-of-type(3n) {
    margin-right: 0; }

  .content--category_search__body__section .link {
    text-decoration: none; }
    .content--category_search__body__section .link:hover, .content--category_search__body__section .link:active, .content--category_search__body__section .link:focus {
      text-decoration: underline; }

  .content--category_search__body__section__outer__element--type_text {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    text-align: center; }

  .content--category_search__body__section__outer__element--type_figure {
    margin-top: 10px; }

  .content--category_search__body__section__outer__inner__element--type_title {
    font-size: 1.3rem;
    margin-top: 10px; }

  .content--category_search__body__section__outer__inner__element--type_text {
    font-size: 1.1rem;
    margin-top: 5px; }

  .content--category_search__body__section__outer__inner__element--type_text .new {
    color: #d50000;
    display: inline-block;
    margin-right: 10px; }

  .content--category_search__body__section__outer__inner .list--type_sns {
    font-size: 1.1rem; }

  .content--category_search .content--category_ad-1 {
    margin-top: 10px; }

  .content--category_search .module--type_sns--type_list {
    font-size: 1.1rem; } }
@media screen and (min-width: 768px) {
  .content--category_search__header {
    display: table; }

  .content--category_search__header__element--type_title {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    display: table-cell; }

  .content--category_search__header__element--type_text {
    font-size: 1.3rem;
    vertical-align: middle;
    display: table-cell;
    padding-left: 15px; }

  .content--category_search__body__section {
    width: 30%;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 30px;
    margin-right: 5%; }

  .content--category_search__body__section:nth-of-type(3n) {
    margin-right: 0; }

  .content--category_search__body__section .link {
    text-decoration: none; }
    .content--category_search__body__section .link:hover, .content--category_search__body__section .link:active, .content--category_search__body__section .link:focus {
      text-decoration: underline; }

  .content--category_search__body__section__outer__element--type_text {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    text-align: center; }

  .content--category_search__body__section__outer__element--type_figure {
    margin-top: 15px; }

  .content--category_search__body__section__outer__inner__element--type_title {
    font-size: 1.5rem;
    margin-top: 15px; }

  .content--category_search__body__section__outer__inner__element--type_text {
    font-size: 1.3rem;
    margin-top: 10px; }

  .content--category_search__body__section__outer__inner__element--type_text .new {
    color: #d50000;
    display: inline-block;
    margin-right: 10px; } }
.post-password-form input {
  border: 1px solid #ccc; }

.image,
.wp-post-image {
  width: 100%;
  height: auto; }

.hr {
  border-top: 1px solid #e5e5e5; }

.vertical {
  width: 60%;
  margin-right: auto;
  margin-left: auto; }

.square {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.horizon {
  width: 100%; }

.aligncenter {
  margin-right: auto;
  margin-left: auto; }

.hide {
  display: none; }

.block {
  display: block; }

.fixed {
  position: fixed; }

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 15px; }

.iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.module--type_pagetop {
  position: relative; }

.module--type_pagetop .module--type_div {
  position: fixed;
  z-index: 999;
  cursor: pointer; }

.module--type_loading {
  display: none; }

.module--type_tag .module--type_dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.module--type_tag .module--type_dt {
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .caption {
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center; }

  .module--type_pagetop .module--type_div {
    left: 10px;
    bottom: 30px; }

  .module--type_pagetop .module--type_span {
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/pagetop.png?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    overflow: visible; }

  .iframe-wrapper iframe {
    max-width: 707px; }

  .module--type_tag {
    margin-top: 30px;
    margin-bottom: 30px; }

  .module--type_tag .module--type_dd {
    margin-left: 10px; } }
@media screen and (min-width: 768px) {
  .caption {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center; }

  .module--type_pagetop .module--type_div {
    right: 15px; }
    .module--type_pagetop .module--type_div:hover, .module--type_pagetop .module--type_div:active, .module--type_pagetop .module--type_div:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }

  .module--type_pagetop .module--type_span {
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/pagetop.png?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    overflow: visible; }

  .iframe-wrapper iframe {
    max-width: 1140px; }

  .module--type_tag {
    margin-top: 60px;
    margin-right: 10px;
    margin-bottom: 60px;
    margin-left: 10px; }

  .module--type_tag .module--type_dd {
    margin-left: 10px; } }
@media screen and (min-width: 1200px) {
  .module--type_tag {
    margin-right: 0;
    margin-left: 0; } }
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }
@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width: 767px), screen and (min-resolution: 1.25dppx) and (max-width: 767px), screen and (min-resolution: 120dpi) and (max-width: 767px) {
  .header__outer__logo__element--type_title--level_1 .link {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/logo@2x.gif?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 400px;
    height: 36px;
    -moz-background-size: 200px 18px;
    -o-background-size: 200px 18px;
    -webkit-background-size: 200px 18px;
    background-size: 200px 18px;
    width: 200px;
    height: 18px; }

  .header__outer__subnav__element--type_dt {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/hamburger_menu@2x.gif?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 80px;
    height: 60px;
    -moz-background-size: 24px 18px;
    -o-background-size: 24px 18px;
    -webkit-background-size: 24px 18px;
    background-size: 24px 18px;
    width: 24px;
    height: 18px; }

  .header__outer__subnav__element--type_dt.close {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/hamburger_menu_close@2x.gif?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 60px;
    height: 60px;
    -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    width: 18px;
    height: 18px; }

  .header__outer__search .link {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/search.sp@2x.gif?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 63px;
    height: 63px;
    -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    width: 18px;
    height: 18px; }

  .module--type_pagetop .module--type_span {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/pagetop@2x.png?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 80px;
    height: 80px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px; } }
@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 768px), screen and (min-resolution: 1.25dppx) and (min-width: 768px), screen and (min-resolution: 120dpi) and (min-width: 768px) {
  .header__outer__logo__element--type_title--level_1 .link {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/logo_and_tagline@2x.gif?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 800px;
    height: 148px;
    -moz-background-size: 400px 74px;
    -o-background-size: 400px 74px;
    -webkit-background-size: 400px 74px;
    background-size: 400px 74px;
    width: 400px;
    height: 74px; }

  .min-header .header__outer__logo__element--type_title--level_1 .link {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/logo@2x.gif?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 400px;
    height: 36px;
    -moz-background-size: 200px 18px;
    -o-background-size: 200px 18px;
    -webkit-background-size: 200px 18px;
    background-size: 200px 18px;
    width: 200px;
    height: 18px; }

  .header__outer__logo__element--type_text {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/catch@2x.gif?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 324px;
    height: 36px;
    -moz-background-size: 162px 18px;
    -o-background-size: 162px 18px;
    -webkit-background-size: 162px 18px;
    background-size: 162px 18px;
    width: 162px;
    height: 18px; }

  .module--type_pagetop .module--type_span {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/pagetop@2x.png?1533199214');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 80px;
    height: 80px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px; } }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=news.css.map */
