@charset "UTF-8";
/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&amp;display=swap");
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

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

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
  margin-left: auto;
  margin-right: auto; }
  .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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slickd41d.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.l-container {
  padding-top: 60px; }
  .l-container--top {
    padding-top: 0; }
  .l-container--page {
    padding-top: 70px; }
  .l-container__sub {
    padding-top: 35px;
    margin-top: 35px;
    position: relative; }
    .l-container__sub:before {
      width: calc(100% - 30px);
      height: 1px;
      background: #e2e2e2;
      top: 0;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      content: ""; }
  @media (min-width: 1194px) {
    .l-container {
      max-width: 1200px;
      margin: 0 auto 100px;
      padding: 0;
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .l-container--page {
        padding-top: 90px; }
      .l-container__main {
        width: 69%; }
      .l-container__sub {
        width: 24%;
        padding-top: 0;
        margin-top: 0;
        margin-left: auto; }
        .l-container__sub:before {
          display: none; } }

.l-footer {
  margin-top: 60px;
  border-bottom: 6px solid #000;
  padding: 0 15px 12px; }
  .l-footer p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1; }
    .l-footer p.bold {
      margin-bottom: 6px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2.25;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600; }
  .l-footer__sns {
    margin-bottom: 24px; }
    .l-footer__sns-item {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .l-footer__sns-item li {
        width: 42px; }
        .l-footer__sns-item li img {
          width: 100%;
          height: auto;
          vertical-align: bottom; }
      .l-footer__sns-item li + li {
        margin-left: 12px; }
  .l-footer--right {
    text-align: right; }
  .l-footer--fixed {
    position: fixed;
    z-index: 10;
    width: 100%;
    bottom: 0;
    left: 0; }
  .l-footer__menu {
    margin-bottom: 18px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .l-footer__menu li a {
      text-decoration: none;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 2;
      font-weight: bold;
      color: #000; }
    .l-footer__menu li + li {
      margin-left: 20px; }
  @media (min-width: 1194px) {
    .l-footer {
      padding: 0 26px 15px; }
      .l-footer__flex {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center; }
        .l-footer__flex .l-footer__sns {
          margin-left: auto; }
      .l-footer p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1; }
        .l-footer p.bold {
          margin-bottom: 0;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.5;
          margin-right: 10px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600; }
        .l-footer p.l-footer--right {
          text-align: left; }
      .l-footer__sns {
        margin-bottom: 24px;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center; }
        .l-footer__sns-item {
          display: flex;
          display: -webkit-flex;
          justify-content: flex-start;
          align-items: flex-start; }
          .l-footer__sns-item li {
            width: 46px; }
            .l-footer__sns-item li img {
              width: 100%;
              height: auto;
              vertical-align: bottom; }
          .l-footer__sns-item li + li {
            margin-left: 4px; } }

.l-header {
  position: fixed;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 300ms 0s ease; }
  .l-header.js-movable {
    top: -61px; }
  .l-header__inner {
    padding: 0 18px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    height: 54px; }
  .l-header__logo {
    width: 186px;
    height: 30px; }
    .l-header__logo a {
      height: 30px;
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: center; }
    .l-header__logo img {
      width: 100%;
      height: auto; }
      .l-header__logo img.is--pc {
        display: none; }
    .l-header__logo--home {
      width: 186px;
      height: 30px; }
      .l-header__logo--home a {
        height: 30px;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center; }
      .l-header__logo--home img {
        width: 100%;
        height: auto; }
        .l-header__logo--home img.is--pc {
          display: none; }
  .l-header__utility {
    margin-left: auto;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center; }
  .l-header__menus {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    height: 30px; }
    .l-header__menus li {
      position: relative; }
      .l-header__menus li a {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center; }
        .l-header__menus li a.is--pc {
          display: none; }
  .l-header__search {
    order: 1;
    width: 22px;
    height: 22px; }
    .l-header__search img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  .l-header__supponcered {
    /* 		display: none; */ }
    .l-header__supponcered a {
      margin-right: 20px;
      display: block; }
      .l-header__supponcered a img {
        width: auto;
        height: 40px;
        vertical-align: bottom; }
  .l-header--top {
    padding: 12px 0;
    position: relative;
    z-index: 10; }
    .l-header--top__title {
      display: none; }
    .l-header--top__logo {
      position: relative;
      width: 200px;
      margin: 0 0 0 20px; }
      .l-header--top__logo:before {
        display: block;
        margin-bottom: 10px;
        width: 100%;
        height: 10px;
        background: #ed2b12;
        content: ""; }
      .l-header--top__logo img {
        width: 100%;
        height: auto;
        vertical-align: bottom; }
  @media (min-width: 1194px) {
    .l-header {
      background: none;
      position: static;
      height: auto;
      border-bottom: none; }
      .l-header__inner {
        width: 1200px;
        margin: 0 auto;
        padding: 15px 18px;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center;
        height: auto; }
      .l-header__logo {
        width: 34px;
        height: 125px;
        position: fixed;
        top: 22px;
        left: 19px; }
        .l-header__logo a {
          height: 125px; }
        .l-header__logo img {
          width: auto;
          height: 125px; }
          .l-header__logo img.is--pc {
            display: block; }
          .l-header__logo img.not--pc {
            display: none; }
        .l-header__logo--home {
          width: 34px;
          height: 125px;
          position: fixed;
          top: 22px;
          left: 19px;
          z-index: 100000;
          display: none; }
          .l-header__logo--home a {
            height: 125px; }
          .l-header__logo--home img {
            width: auto;
            height: 125px; }
            .l-header__logo--home img.is--pc {
              display: block; }
            .l-header__logo--home img.not--pc {
              display: none; }
      .l-header__menus {
        position: fixed;
        width: 26px;
        height: 26px;
        top: 30px;
        right: 18px;
        z-index: 10000; }
        .l-header__menus li {
          position: relative; }
          .l-header__menus li a {
            display: block; }
            .l-header__menus li a.not--pc {
              display: none; }
            .l-header__menus li a.is--pc {
              display: block; }
      .l-header__supponcered {
        margin-right: 0;
        margin-top: 7px;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-end;
        align-items: center; }
        .l-header__supponcered a {
          margin-right: 0;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.6666666667; }
          .l-header__supponcered a img {
            height: 50px; }
        .l-header__supponcered a + a {
          margin-left: 7px; }
      .l-header--top {
        padding: 0px 0 0;
        margin-bottom: 15px;
        position: relative;
        z-index: 10; }
        .l-header--top__inner {
          width: 1200px;
          margin: 0 auto;
          position: relative;
          margin-top: -30px; }
        .l-header--top__title {
          display: block;
          background: #ed2b12;
          padding: 10px 0;
          width: 365px;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1;
          margin-bottom: 16px;
          text-align: center;
          color: #fff; }
        .l-header--top__logo {
          width: 369px;
          margin: 0; }
          .l-header--top__logo:before {
            display: none; }
          .l-header--top__logo img {
            width: 100%;
            height: auto;
            vertical-align: bottom; } }

.section {
  padding: 0 20px; }
  .section__head {
    margin-bottom: 20px; }
    .section__head .is--pc {
      display: none; }
  .section__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.72px;
    font-weight: 600; }
    .section__title span {
      display: block;
      font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      font-weight: normal;
      letter-spacing: 0; }
  @media (min-width: 1194px) {
    .section {
      padding: 0;
      margin-bottom: 50px; }
      .section__head {
        margin-bottom: 30px;
        position: relative; }
        .section__head .is--pc {
          display: block; }
        .section__head .c-link--lines {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%); }
      .section__title {
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1;
        font-weight: 700; }
        .section__title span {
          margin-top: 10px;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1;
          letter-spacing: 0; }
      .section__body .not--pc {
        display: none; } }

.l-sub, .l-sub--column {
  margin-top: 60px;
  padding: 60px 0;
  position: relative; }
  .l-sub:before, .l-sub--column:before {
    display: block;
    position: absolute;
    top: 0;
    width: calc(100% - 15px);
    left: 50%;
    height: 1px;
    background: #e2e2e2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    content: ""; }
  .l-sub--page {
    padding: 60px 0;
    position: relative; }
  .l-sub--column {
    margin-top: 0; }
  @media (min-width: 1194px) {
    .l-sub, .l-sub--column {
      width: 24%;
      margin: 0 0 0 auto;
      padding: 0; }
      .l-sub:before, .l-sub--column:before {
        display: none; }
      .l-sub--page {
        width: 24%;
        padding: 0 0;
        position: relative;
        margin-left: auto; } }

.c-accordion {
  background: #fff;
  -webkit-border-radius: 1.6vw;
  -moz-border-radius: 1.6vw;
  border-radius: 1.6vw;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 4vw; }
  .c-accordion__trigger {
    padding: 4.8vw 0 4.8vw;
    position: relative;
    font-size: 4.2666666667vw;
    cursor: pointer; }
    .c-accordion__trigger:after {
      display: block;
      position: absolute;
      top: 50%;
      right: 0vw;
      margin-top: -1.6vw;
      width: 5.3333333333vw;
      height: 3.4666666667vw;
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIwIDEzIj4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6IzA3MTcyZX0KICAgICAgICA8L3N0eWxlPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IuOCsOODq+ODvOODl18yMzQxIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAyMzQxIiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgNi41IDYuNSkiPgogICAgICAgIDxwYXRoIGlkPSLjg5HjgrlfNTA0OCIgZD0iTTIuMjgzIDIwTDAgMTcuNDIyIDcuOTUzIDEwIDAgMi41NzggMi4yODMgMCAxMyAxMHoiIGNsYXNzPSJjbHMtMSIgZGF0YS1uYW1lPSLjg5HjgrkgNTA0OCIvPgogICAgPC9nPgo8L3N2Zz4K") no-repeat 0 0;
      background-size: 5.3333333333vw 3.4666666667vw;
      content: ""; }
    .c-accordion__trigger.js-active:after {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
  .c-accordion__label {
    font-size: 4.2666666667vw; }
  .c-accordion__pannel {
    padding-bottom: 4.8vw;
    display: none; }
  @media (min-width: 1194px) {
    .c-accordion {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      .c-accordion__trigger {
        padding: 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        margin-bottom: 12px;
        text-align: center;
        pointer-events: none; }
        .c-accordion__trigger:after {
          display: none; }
      .c-accordion__label {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        text-align: center; }
      .c-accordion__pannel {
        display: block; } }

.c-accordion + .c-accordion {
  margin-top: 3.2vw; }
  @media (min-width: 1194px) {
    .c-accordion + .c-accordion {
      margin-top: 0; } }

.author--top {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center; }
  .author--top__ph {
    width: 46px;
    height: 46px;
    margin-right: 12px; }
    .author--top__ph img {
      width: 46px;
      height: 46px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      vertical-align: bottom; }
  .author--top__content .label {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: .96px; }
  .author--top__content .name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold; }
.author--bottom {
  background: #fff;
  position: relative;
  padding: 30px 20px 40px;
  margin-bottom: 50px; }
  .author--bottom:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    content: "TEXT BY"; }
  .author--bottom__flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px; }
  .author--bottom__avator {
    width: 120px;
    margin: 0 16px 0 0; }
    .author--bottom__avator img {
      width: 120px;
      height: 120px;
      vertical-align: bottom; }
  .author--bottom__name {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 12px; }
  .author--bottom__status {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 12px; }
  .author--bottom__description {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    margin-bottom: 0; }
  .author--bottom__link .c-link--lines {
    text-align: left; }
.author__card {
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff; }
  .author__card a {
    display: block;
    text-decoration: none;
    color: #000; }
    .author__card a > div {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start; }
.author__card + .author__card {
  margin-top: 30px; }
.author__avator {
  width: 80px;
  margin: 0 16px 0 0; }
  .author__avator img {
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
    height: auto;
    vertical-align: bottom; }
  .author__avator--01 {
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 24px; }
    .author__avator--01.is--pc {
      display: none; }
    .author__avator--01 img {
      width: 210px;
      height: 210px;
      border: none;
      vertical-align: bottom; }
.author__content {
  width: calc( 100% - 96px ); }
.author__name {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: bold; }
  .author__name--02 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    padding-left: 0;
    font-weight: bold;
    margin-bottom: 14px; }
.author__status {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  margin-bottom: 0; }
  .author__status--02 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 14px; }
.author__description {
  margin-top: 16px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8461538462; }
  .author__description.is--pc {
    display: none; }
.author__info {
  margin: 40px 0 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 16px 0; }
  .author__info dt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
    font-weight: bold; }
  .author__info dd {
    padding-bottom: 16px; }
    .author__info dd:last-child {
      padding-bottom: 0; }
    .author__info dd a {
      color: #000;
      text-decoration: none;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.7333333333; }
    .author__info dd + dt {
      padding-top: 16px;
      border-top: 1px solid #e2e2e2; }
@media (min-width: 1194px) {
  .author__card {
    padding: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .author__card > a > div {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: center; }
    .author__card--02 {
      padding: 0;
      position: relative; }
  .author__card + .author__card {
    margin-top: 40px; }
  .author__avator {
    width: 140px;
    margin: 0; }
    .author__avator img {
      width: 140px;
      height: 140px;
      object-fit: cover;
      box-sizing: border-box; }
    .author__avator--01 {
      width: 100%;
      margin-bottom: 20px; }
      .author__avator--01.not--pc {
        display: none; }
      .author__avator--01.is--pc {
        display: block; }
      .author__avator--01 img {
        width: 100%;
        height: 420px;
        object-fit: cover; }
  .author__flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start; }
  .author__content {
    width: calc( 100% - 175px );
    margin-left: auto; }
    .author__content--02 {
      width: 100%;
      margin-left: 0; }
  .author__name {
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3333333333;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 14px; }
    .author__name--02 {
      text-align: left;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.1111111111;
      padding: 0 0;
      margin-bottom: 20px; }
  .author__status {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-bottom: 0; }
    .author__status--02 {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.7142857143;
      margin-bottom: 20px; }
  .author__description {
    margin-top: 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625; }
    .author__description.not--pc {
      display: none; }
    .author__description--02 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2; }
  .author__info {
    margin: 60px 0 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 20px 0; }
    .author__info dt {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5; }
    .author__info dd {
      padding-bottom: 20px; }
      .author__info dd a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5; }
      .author__info dd + dt {
        padding-top: 20px; }
  .author--top__ph {
    width: 46px;
    height: 46px;
    margin-right: 12px; }
    .author--top__ph img {
      width: 46px;
      height: 46px;
      border: 2px solid #000; }
  .author--top__content .label {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 0; }
  .author--top__content .name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7777777778; }
  .author--bottom {
    padding: 0;
    margin-top: 75px; }
    .author--bottom:before {
      position: static;
      width: 100%;
      margin-bottom: 12px;
      display: block;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5;
      font-family: 'Montserrat', sans-serif; }
    .author--bottom__avator {
      width: 140px;
      margin: 0; }
      .author--bottom__avator img {
        width: 140px;
        border: 1px solid #eee;
        box-sizing: border-box;
        height: 140px; }
    .author--bottom__content {
      width: calc(100% - 175px);
      margin-left: auto; }
    .author--bottom__name {
      text-align: left;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.7777777778;
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
      margin-right: 14px; }
    .author--bottom__status {
      text-align: left;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2.2857142857;
      vertical-align: middle;
      display: inline-block;
      margin-bottom: 0; }
    .author--bottom__description {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.625;
      margin-top: 21px;
      margin-bottom: 0; }
    .author--bottom__link {
      text-align: right;
      display: flex;
      display: -webkit-flex;
      justify-content: flex-end;
      align-items: flex-start; }
      .author--bottom__link a {
        display: block;
        text-align: right; } }

.c-btn-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .c-btn-list__item {
    width: 48.5%; }
    .c-btn-list__item:nth-child(even) {
      margin-left: auto; }
    .c-btn-list__item a {
      display: block;
      background: #eeeeee;
      padding: 4vw 0;
      font-size: 4vw;
      text-align: center;
      color: #000;
      text-decoration: none;
      -webkit-border-radius: 1.6vw;
      -moz-border-radius: 1.6vw;
      border-radius: 1.6vw;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
  .c-btn-list__item + .c-btn-list__item + .c-btn-list__item {
    margin-top: 2.1333333333vw; }

.c-button--white {
  display: block;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.125;
  color: #000000;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #eeeeee;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .c-button--white:hover {
    background: #ed2b12;
    color: #fff; }
.c-button--gray, .c-button--gray-two {
  background: #eeeeee;
  color: #000;
  padding: 3.2vw;
  text-align: center;
  text-decoration: none;
  min-height: 13.3333333333vw;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  -webkit-border-radius: 1.6vw;
  -moz-border-radius: 1.6vw;
  border-radius: 1.6vw;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .c-button--gray:hover, .c-button--gray-two:hover {
    background: #000;
    color: #fff; }
  .c-button--gray-two {
    background: #e2e2e2;
    min-height: 8.5333333333vw;
    padding: 1.3333333333vw;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .c-button--gray-two:hover {
      background: #000;
      color: #fff; }
.c-button--filter {
  position: relative; }
  .c-button--filter:before {
    position: relative;
    display: inline-block;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6bm9uZX0uY2xzLTJ7Y2xpcC1wYXRoOnVybCgjY2xpcC1wYXRoKX0uY2xzLTN7ZmlsbDojMDcxNzJlfQogICAgICAgIDwvc3R5bGU+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICAgICAgICA8cGF0aCBkPSJNMCAwaDEzdjEzSDB6IiBjbGFzcz0iY2xzLTEiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IuOCs+ODs+ODneODvOODjeODs+ODiF8yOTJfNCIgY2xhc3M9ImNscy0yIiBkYXRhLW5hbWU9IuOCs+ODs+ODneODvOODjeODs+ODiCAyOTIg4oCTIDQiPgogICAgICAgIDxwYXRoIGlkPSLjg5HjgrlfNTA5NiIgZD0iTTI5NSAzMDRoLTEzdjIuMDEzbDQuODc1IDYuMDQxVjMxN2wzLjI1LS41M3YtNC40MTZsNC44NzUtNi4wNDF6bS01LjIgNC44NzVoLTIuNmwtMS45NzgtMi40MzdoNi41NTd6IiBjbGFzcz0iY2xzLTMiIGRhdGEtbmFtZT0i44OR44K5IDUwOTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODIgLTMwNCkiLz4KICAgIDwvZz4KPC9zdmc+Cg==") no-repeat 0 0;
    background-size: 3.4666666667vw 3.4666666667vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-right: 1.3333333333vw;
    vertical-align: bottom;
    content: ""; }
.c-button--indigo {
  background: #000;
  color: #fff;
  padding: 12px 0;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
.c-button--orange {
  background: #F84B2B;
  color: #fff;
  padding: 12px 0;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
.c-button--blue {
  background: #1F69A8;
  color: #fff;
  padding: 12px 0;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
.c-button--green {
  background: #39B5AC;
  color: #fff;
  padding: 12px 0;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
@media (min-width: 1194px) {
  .c-button--half {
    width: 50%;
    margin: 0 auto; }
  .c-button--white {
    display: block;
    margin: 0 auto;
    height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3.75;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .c-button--gray, .c-button--gray-two {
    height: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .c-button--gray-two {
      background: #e2e2e2;
      min-height: auto;
      height: 32px;
      padding: 0; }
  .c-button--filter:before {
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    margin-right: 5px; }
  .c-button--indigo, .c-button--orange, .c-button--blue, .c-button--green {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    padding: 16px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .c-button--indigo:hover, .c-button--orange:hover, .c-button--blue:hover, .c-button--green:hover {
      opacity: 0.75;
      filter: alpha(opacity=75); } }

.c-card {
  zoom: 1; }
  .c-card:after {
    content: "";
    display: block;
    clear: both; }
  .c-card__item {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .c-card__item:before {
      display: block;
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 100;
      content: attr(data-status);
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600; }
  .c-card__item + .c-card__item {
    border-top: 1px solid #e2e2e2;
    margin-top: 28px;
    padding-top: 28px; }
  .c-card__head {
    position: relative; }
  .c-card__info {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 110; }
  .c-card__ph {
    position: relative; }
    .c-card__ph a {
      display: block;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .c-card__ph a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); }
    .c-card__ph img {
      width: 100%;
      min-height: 350px;
      height: auto;
      vertical-align: bottom;
      box-sizing: border-box;
      object-fit: cover; }
  .c-card__body {
    position: relative;
    margin-top: -26px; }
    .c-card__body a {
      display: block;
      text-decoration: none;
      color: #000;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .c-card__body a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); }
    .c-card__body .date {
      display: inline-block;
      background: #fff;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.9375;
      height: 31px;
      padding: 0 13px 0 0;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      letter-spacing: 0.3px;
      box-sizing: border-box;
      margin-bottom: 12px; }
      .c-card__body .date span + span {
        margin-left: 12px; }
      .c-card__body .date .new {
        color: #ed2b12; }
  .c-card__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: bold; }
    .c-card__title span {
      word-break: break-word;
      color: #000;
      text-decoration: none; }
  .c-card--white {
    background: #fff;
    padding: 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .c-card--white:hover {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .c-card--white__ph img {
      width: 100%;
      height: 187px;
      border-radius: 0;
      object-fit: cover;
      vertical-align: bottom; }
    .c-card--white__info {
      position: absolute;
      right: 0;
      top: 0; }
      .c-card--white__info a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2.2857142857;
        height: 32px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .c-card--white__info a:hover {
          opacity: 0.5;
          filter: alpha(opacity=50); }
    .c-card--white__head {
      position: relative; }
      .c-card--white__head .date {
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        background: #fff;
        height: 27px;
        padding: 0 13px 0 0;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2.25;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600; }
    .c-card--white__body {
      padding: 12px 0;
      z-index: 10; }
    .c-card--white__name {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.6; }
      .c-card--white__name a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6;
        font-weight: bold;
        text-decoration: none;
        color: #000; }
  @media (min-width: 768px) {
    .c-card__list {
      position: relative; }
    .c-card__item {
      width: 47%;
      float: left;
      margin-bottom: 40px; }
    .c-card__item + .c-card__item {
      padding-top: 0;
      margin-top: 0; } }
  @media (min-width: 1194px) {
    .c-card--white + .c-card--white {
      border-top: 1px solid #eee;
      padding-top: 28px; }
    .c-card__item + .c-card__item {
      border-top: none; }
    .c-card__item + .c-card__item + .c-card__item {
      border-top: 1px solid #e2e2e2;
      padding-top: 36px; }
    .c-card__body {
      position: relative;
      margin-top: -26px; }
      .c-card__body a {
        display: block;
        text-decoration: none;
        color: #000; }
      .c-card__body .date {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        height: 32px;
        padding: 0 13px; } }

.c-category {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  height: 32px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box; }
  @media (min-width: 1194px) {
    .c-category {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2.2857142857;
      padding: 0 12px;
      height: 32px; } }

.c-link--lines {
  text-align: center;
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  position: relative;
  font-weight: bold; }
@media (min-width: 1194px) {
  .c-link--lines {
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8571428571; }
    .c-link--lines:hover {
      text-decoration: underline; }
    .c-link--lines:after {
      display: none; } }

.fixed-menu {
  background: #fff;
  height: 14.6666666667vw;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #e2e2e2;
  padding: 0 4.8vw; }
  .fixed-menu__list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center; }
    .fixed-menu__list li img {
      width: 11.2vw;
      height: 8.5333333333vw;
      vertical-align: bottom; }
    .fixed-menu__list li + li {
      margin-left: 1.6vw; }
  .fixed-menu__trigger {
    margin-left: auto; }
    .fixed-menu__trigger a {
      position: relative;
      color: #000;
      font-size: 4.2666666667vw;
      text-decoration: none;
      position: relative; }
      .fixed-menu__trigger a:before {
        display: inline-block;
        position: relative;
        width: 4.8vw;
        height: 4.8vw;
        top: -1.3333333333vw;
        vertical-align: bottom;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6bm9uZX0uY2xzLTJ7Y2xpcC1wYXRoOnVybCgjY2xpcC1wYXRoKX0uY2xzLTN7ZmlsbDojMDcxNzJlfQogICAgICAgIDwvc3R5bGU+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICAgICAgICA8cGF0aCBkPSJNMCAwaDI2djI2SDB6IiBjbGFzcz0iY2xzLTEiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IuOCs+ODs+ODneODvOODjeODs+ODiF8xMDRfMTMiIGNsYXNzPSJjbHMtMiIgZGF0YS1uYW1lPSLjgrPjg7Pjg53jg7zjg43jg7Pjg4ggMTA0IOKAkyAxMyI+CiAgICAgICAgPHBhdGggaWQ9IuWJjemdouOCquODluOCuOOCp+OCr+ODiOOBp+Wei+aKnOOBjV82IiBkPSJNMjMuMjQyIDI2bC02LjQzNi02LjQzNkExMC43MjYgMTAuNzI2IDAgMCAxIDMuMTQyIDMuMTQyYTEwLjcyNiAxMC43MjYgMCAwIDEgMTYuNDIxIDEzLjY2M0wyNiAyMy4yNDIgMjMuMjQzIDI2ek0xMC43MjYgMy45YTYuODI1IDYuODI1IDAgMSAwIDYuODI2IDYuODI2QTYuODMzIDYuODMzIDAgMCAwIDEwLjcyNiAzLjl6IiBjbGFzcz0iY2xzLTMiIGRhdGEtbmFtZT0i5YmN6Z2i44Kq44OW44K444Kn44Kv44OI44Gn5Z6L5oqc44GNIDYiLz4KICAgIDwvZz4KPC9zdmc+Cg==") no-repeat 0 0;
        background-size: 4.8vw 4.8vw;
        margin-right: 1.3333333333vw;
        content: ""; }
  @media (min-width: 1194px) {
    .fixed-menu {
      display: none; } }

.grid-list {
  width: 100%;
  zoom: 1; }
  .grid-list:after {
    content: "";
    display: block;
    clear: both; }
  .grid-list__item {
    width: 48%;
    margin-bottom: 44px;
    float: left;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .grid-list__item:hover {
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .grid-list__head {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative; }
    .grid-list__head .c-category {
      position: absolute;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 2.2727272727;
      height: 25px;
      top: 10px;
      right: 10px; }
  .grid-list__ph a {
    display: block; }
    .grid-list__ph a img {
      width: 100%;
      height: auto;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
  .grid-list__body {
    position: relative;
    margin-top: -25px; }
    .grid-list__body a {
      text-decoration: none;
      color: #000; }
  .grid-list__date {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.25;
    padding: 0 12px;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    font-weight: 600; }
  .grid-list__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: bold; }
  @media (min-width: 1194px) {
    .grid-list__item {
      margin-bottom: 60px; }
    .grid-list__head .c-category {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2.2857142857;
      height: 32px; }
    .grid-list__body {
      position: relative;
      margin-top: -25px; }
      .grid-list__body a {
        text-decoration: none;
        color: #000; }
    .grid-list__date {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2;
      letter-spacing: .42px;
      margin-bottom: 14px; }
    .grid-list__title {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.6666666667;
      font-weight: bold; } }

.index__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  font-weight: 600;
  padding-left: 55px;
  margin-bottom: 5px; }
  .index__title span {
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    margin-left: 10px; }
  .index__title:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJwcmVmaXhfX+OCs+ODs+ODneODvOODjeODs+ODiF8xMzNfMTUiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzNiIgZGF0YS1uYW1lPSLjgrPjg7Pjg53jg7zjg43jg7Pjg4ggMTMzIOKAkyAxNSIgdmlld0JveD0iMCAwIDMyIDM2Ij4KICAgIDxwYXRoIGlkPSJwcmVmaXhfX+ODkeOCuV81NDg5IiBkPSJNMjUuMDUzIDguMjM1TDI0LjIgNEg1djM2aDQuMjY3VjI1LjE3NmgxMS45NDZsLjg1MyA0LjIzNUgzN1Y4LjIzNXoiIGRhdGEtbmFtZT0i44OR44K5IDU0ODkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01IC00KSIgc3R5bGU9ImZpbGw6I2VkMmIxMiIvPgo8L3N2Zz4K") no-repeat 0 0;
    background-size: 32px 36px;
    width: 32px;
    height: 36px;
    margin-top: -21px;
    content: ""; }
.index__list {
  padding: 28px 20px;
  border: 3px solid #000; }
  .index__list li a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #000;
    font-weight: bold;
    text-decoration: none; }
  .index__list li + li {
    border-top: 1px solid #e2e2e2;
    margin-top: 14px;
    padding-top: 14px; }
.index--fixed {
  width: 100%;
  z-index: 10;
  position: fixed;
  bottom: 0;
  z-index: 100000; }
  .index--fixed__bg {
    visibility: hidden;
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .index--fixed__bg.show {
      visibility: visible; }
  .index--fixed__inner {
    position: relative;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
    display: none; }
  .index--fixed__close {
    text-align: right;
    cursor: pointer;
    padding-right: 20px; }
    .index--fixed__close a {
      display: block;
      text-align: right; }
  .index--fixed__ribbon {
    margin-left: 0;
    text-align: right;
    padding: 0 20px 20px 0; }
    .index--fixed__ribbon img {
      width: 60px;
      height: 60px;
      vertical-align: bottom; }
      .index--fixed__ribbon img.is--pc {
        display: none; }
  .index--fixed__list {
    background: #fff;
    border-top: 4px solid #000;
    padding: 0 20px 0; }
    .index--fixed__list.is--show {
      display: block; }
    .index--fixed__list li a {
      font-weight: bold;
      display: block;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.6;
      color: #000;
      padding: 14px 0;
      text-decoration: none; }
    .index--fixed__list li + li {
      border-top: 1px solid #e2e2e2; }
@media (min-width: 1194px) {
  .index__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    padding-left: 72px;
    margin-bottom: 0; }
    .index__title span {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2.25;
      margin-left: 10px;
      font-weight: normal; }
    .index__title:before {
      left: 20px;
      background-size: 32px 38px;
      width: 32px;
      height: 38px;
      margin-top: -19px; }
  .index__list {
    padding: 26px 36px; }
    .index__list li a {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5; }
    .index__list li + li {
      margin-top: 16px;
      padding-top: 16px; }
  .index--fixed {
    width: 100%;
    z-index: 10; }
    .index--fixed__bg {
      display: none !important; }
    .index--fixed__inner {
      width: 680px;
      position: relative;
      padding: 0 32px;
      box-sizing: border-box;
      border: 4px solid #000;
      background: #fff;
      z-index: 10;
      display: none;
      margin-bottom: 40px;
      margin-left: 11px; }
    .index--fixed__close {
      position: absolute;
      right: 19px;
      top: 19px;
      width: 24px;
      height: 24px; }
      .index--fixed__close a {
        display: block; }
        .index--fixed__close a img {
          width: 24px;
          height: 24px; }
    .index--fixed__ribbon {
      margin-left: 26px;
      padding: 0; }
      .index--fixed__ribbon img {
        width: 32px;
        height: 38px;
        vertical-align: bottom; }
        .index--fixed__ribbon img.not--pc {
          display: none; }
        .index--fixed__ribbon img.is--pc {
          display: block; }
    .index--fixed__list {
      padding: 0;
      border: none; }
      .index--fixed__list li a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5625;
        padding: 16px 0; }
      .index--fixed__list li + li {
        margin-top: 0;
        padding-top: 0; } }

.linkcard {
  margin: 0;
  padding: 0;
  margin-bottom: 30px; }
  .linkcard .lkc-external-wrap, .linkcard .lkc-internal-wrap {
    width: 100%;
    background: #fff;
    max-width: 100%;
    border: 1px solid #e2e2e2;
    padding: 16px;
    box-sizing: border-box; }
    .linkcard .lkc-external-wrap .lkc-link, .linkcard .lkc-internal-wrap .lkc-link {
      display: block;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .linkcard .lkc-external-wrap .lkc-link:hover, .linkcard .lkc-internal-wrap .lkc-link:hover {
        opacity: 0.75;
        filter: alpha(opacity=75); }
    .linkcard .lkc-external-wrap .lkc-thumbnail, .linkcard .lkc-internal-wrap .lkc-thumbnail {
      width: 140px;
      max-width: 140px;
      max-height: 140px;
      margin: 0 16px 16px 0; }
      .linkcard .lkc-external-wrap .lkc-thumbnail img, .linkcard .lkc-internal-wrap .lkc-thumbnail img {
        max-width: 140px;
        max-height: 140px;
        width: 140px;
        height: 140px;
        object-fit: cover; }
    .linkcard .lkc-external-wrap .lkc-title, .linkcard .lkc-internal-wrap .lkc-title {
      margin-bottom: 10px; }
    .linkcard .lkc-external-wrap .lkc-url, .linkcard .lkc-internal-wrap .lkc-url {
      margin-bottom: 5px; }
    .linkcard .lkc-external-wrap .lkc-card, .linkcard .lkc-internal-wrap .lkc-card {
      padding: 0;
      margin: 0; }
    .linkcard .lkc-external-wrap .lkc-content, .linkcard .lkc-internal-wrap .lkc-content {
      margin-bottom: 10px; }

.list-card__item a {
  display: block;
  background: #fff;
  color: #000;
  text-decoration: none;
  -webkit-border-radius: 1.6vw;
  -moz-border-radius: 1.6vw;
  border-radius: 1.6vw;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 0 5.3333333333vw; }
.list-card__item + .list-card__item {
  margin-top: 8vw; }
.list-card__head {
  position: relative; }
  .list-card__head img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 1.6vw;
    -moz-border-radius: 1.6vw;
    border-radius: 1.6vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0.8vw solid #fff;
    box-sizing: border-box; }
.list-card__body .list-card__title {
  display: none; }
.list-card__box {
  padding: 0 4.8vw;
  position: relative; }
.list-card__title {
  font-size: 4.8vw;
  line-height: 9.6vw;
  position: absolute;
  bottom: 4.8vw;
  left: 4.8vw;
  box-sizing: border-box;
  margin-right: 4.8vw; }
  .list-card__title span {
    background: linear-gradient(transparent 0%, #fff 0%); }
.list-card__row {
  padding: 3.2vw 0;
  border-bottom: 1px solid #e2e2e2; }
  .list-card__row > p {
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw; }
.list-card__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .list-card__flex-item {
    width: 48.5%;
    padding: 3.2vw 0;
    border-bottom: 1px solid #e2e2e2; }
    .list-card__flex-item:nth-child(even) {
      margin-left: auto; }
    .list-card__flex-item > p {
      font-size: 3.4666666667vw;
      line-height: 5.8666666667vw; }
      .list-card__flex-item > p span {
        margin-right: 2.1333333333vw; }
    .list-card__flex-item--02 {
      width: auto;
      padding: 2.1333333333vw 0;
      border-bottom: 1px solid #e2e2e2; }
      .list-card__flex-item--02:nth-child(even) {
        margin-left: auto; }
      .list-card__flex-item--02 p {
        vertical-align: middle;
        font-size: 5.3333333333vw; }
        .list-card__flex-item--02 p span {
          font-size: 3.4666666667vw;
          margin-right: 2.6666666667vw; }
@media (min-width: 1194px) {
  .list-card {
    width: 100%; }
    .list-card__item {
      width: 100%; }
      .list-card__item a {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        padding: 0; }
    .list-card__item + .list-card__item {
      margin-top: 40px; }
    .list-card__item + .list-card__item + .list-card__item {
      margin-top: 40px; }
    .list-card__head {
      position: relative;
      width: 298px; }
      .list-card__head .list-card__title {
        display: none; }
      .list-card__head img {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 3px solid #fff;
        height: 285px;
        object-fit: cover;
        vertical-align: bottom; }
    .list-card__body {
      width: calc( 100% - 298px );
      padding: 0 17px; }
      .list-card__body .list-card__title {
        display: block;
        position: static;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6; }
    .list-card__box {
      padding: 0 0; }
    .list-card__row {
      padding: 10px 0px;
      border-bottom: 1px solid #e2e2e2; }
      .list-card__row > p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7142857143; }
    .list-card__flex-item {
      padding: 10px 0; }
      .list-card__flex-item > p {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.3636363636; }
        .list-card__flex-item > p span {
          margin-right: 8px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.7142857143; }
      .list-card__flex-item--02 {
        padding: 10px 0; }
        .list-card__flex-item--02 p {
          vertical-align: middle;
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 1.3636363636; }
          .list-card__flex-item--02 p span {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.7142857143;
            margin-right: 8px; } }

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  z-index: 1000; }
  .pagetop img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  @media (min-width: 1194px) {
    .pagetop {
      width: 55px;
      height: 55px;
      bottom: 0; }
      .pagetop img {
        width: 100%;
        height: auto;
        vertical-align: bottom; }
        .pagetop img.is--pc {
          display: block; }
        .pagetop img.not--pc {
          display: none; } }

.phrase {
  position: relative;
  margin-bottom: 24px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .phrase > div:first-child {
    order: 1; }
  .phrase > div:last-child {
    order: 2;
    margin-left: auto; }
  .phrase__avator {
    width: 44px;
    height: 44px; }
    .phrase__avator img {
      width: 44px;
      height: 44px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      vertical-align: bottom;
      object-fit: cover; }
  .phrase__content {
    width: calc( 100% - 64px );
    padding: 16px 14px;
    background: #f8f8f8;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .phrase__content p {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.8461538462;
      font-weight: bold; }
  @media (min-width: 1194px) {
    .phrase {
      width: 640px;
      margin: 0 auto 40px; }
      .phrase__avator {
        width: 60px;
        height: 60px; }
        .phrase__avator img {
          width: 60px;
          height: 60px; }
      .phrase__content {
        width: calc( 100% - 88px );
        position: relative; }
        .phrase__content p {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.8666666667;
          font-weight: bold; }
        .phrase__content:nth-of-type(1):after {
          display: block;
          position: absolute;
          left: 100%;
          top: 17px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 17px 14px 0 0;
          border-color: #f8f8f8 transparent transparent transparent;
          content: ""; }
        .phrase__content:nth-of-type(2):before {
          display: block;
          position: absolute;
          right: 100%;
          top: 17px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 14px 17px 0;
          border-color: transparent #f8f8f8 transparent transparent;
          content: ""; } }

.side-nav {
  display: none; }
  @media (min-width: 1194px) {
    .side-nav {
      display: block;
      background: #fff;
      border: 2px solid #000;
      padding: 24px 0 28px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      .side-nav__list li a {
        display: block;
        padding: 12px 25px;
        text-decoration: none;
        color: #000;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .side-nav__list li a:hover {
          opacity: 0.5;
          filter: alpha(opacity=50); }
        .side-nav__list li a .label-main {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.7;
          border-bottom: 2px solid #000;
          padding-bottom: 5px; }
        .side-nav__list li a .label-sub-en {
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 2; }
        .side-nav__list li a.side-nav__item .label {
          position: relative;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.7;
          padding-left: 25px;
          border-bottom: 4px solid #000;
          padding-bottom: 5px; }
          .side-nav__list li a.side-nav__item .label:before {
            display: block;
            width: 22px;
            height: 22px;
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6bm9uZX0uY2xzLTJ7Y2xpcC1wYXRoOnVybCgjY2xpcC1wYXRoKX0uY2xzLTN7ZmlsbDojMDcxNzJlfQogICAgICAgIDwvc3R5bGU+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICAgICAgICA8cGF0aCBkPSJNMCAwaDI2djI2SDB6IiBjbGFzcz0iY2xzLTEiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IuOCs+ODs+ODneODvOODjeODs+ODiF8xMDRfMTMiIGNsYXNzPSJjbHMtMiIgZGF0YS1uYW1lPSLjgrPjg7Pjg53jg7zjg43jg7Pjg4ggMTA0IOKAkyAxMyI+CiAgICAgICAgPHBhdGggaWQ9IuWJjemdouOCquODluOCuOOCp+OCr+ODiOOBp+Wei+aKnOOBjV82IiBkPSJNMjMuMjQyIDI2bC02LjQzNi02LjQzNkExMC43MjYgMTAuNzI2IDAgMCAxIDMuMTQyIDMuMTQyYTEwLjcyNiAxMC43MjYgMCAwIDEgMTYuNDIxIDEzLjY2M0wyNiAyMy4yNDIgMjMuMjQzIDI2ek0xMC43MjYgMy45YTYuODI1IDYuODI1IDAgMSAwIDYuODI2IDYuODI2QTYuODMzIDYuODMzIDAgMCAwIDEwLjcyNiAzLjl6IiBjbGFzcz0iY2xzLTMiIGRhdGEtbmFtZT0i5YmN6Z2i44Kq44OW44K444Kn44Kv44OI44Gn5Z6L5oqc44GNIDYiLz4KICAgIDwvZz4KPC9zdmc+Cg==") no-repeat 0 0;
            background-size: 22px 22px;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -11px;
            content: ""; }
        .side-nav__list li a.side-nav__item .label-sub {
          margin-top: 5px;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.6666666667; } }

.article {
  padding: 0; }
  .article__head {
    background: #fff; }
  .article__mv {
    width: 100%; }
    .article__mv img {
      width: 100%;
      height: auto;
      vertical-align: bottom;
      object-fit: cover; }
  .article__info {
    padding: 0;
    position: relative;
    top: -32px; }
  .article__flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start; }
  .article__links {
    text-align: center; }
  .article__flex .date {
    display: inline-block;
    background: #fff;
    margin-right: 0;
    height: 32px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    box-sizing: border-box; }
  .article__flex .category {
    display: inline-block;
    margin: 0; }
  .article__ttle {
    width: 90vw;
    background: #fff;
    padding: 12px 20px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.5714285714;
    font-weight: bold;
    margin: 0 0;
    word-break: break-all; }
  .article__tags {
    order: 4;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-bottom: 16px; }
    .article__tags li a {
      display: block;
      background: #d1c31c;
      padding: 0 10px;
      height: 26px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      text-decoration: none;
      color: #fff;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2.1666666667;
      margin: 0 8px 8px 0; }
  .article__author {
    order: 5;
    margin-bottom: 19px;
    padding: 0 20px; }
  .article__sns {
    padding: 0 20px;
    order: 6;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .article__sns li img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
      .article__sns li img.is--pc {
        display: none; }
    .article__sns li + li {
      margin-left: 6px; }
  .article__body {
    background: #fff;
    padding: 0 20px 0;
    color: #000;
    margin-bottom: 40px; }
  .article__index {
    margin-bottom: 50px; }
  .article__section > h2 {
    border-left: 4px solid #ed2b12;
    padding: 0 0 0 9px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    font-weight: bold;
    margin-bottom: 32px; }
  .article__section > h3 {
    border-left: 4px solid #000;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: bold;
    padding-left: 14px;
    margin-bottom: 32px; }
  .article__section > h4 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
    font-weight: bold;
    margin-bottom: 32px; }
  .article__section > p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 40px;
    color: #07172e; }
    .article__section > p > img,
    .article__section > p > a > img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
    .article__section > p.summary {
      margin-bottom: 0vw;
      padding-bottom: 2.1333333333vw;
      font-size: 4.8vw; }
    .article__section > p .marker {
      background: linear-gradient(transparent 40%, #ffff66 40%); }
    .article__section > p strong {
      font-weight: bold; }
  .article__section .wp-caption img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .article__section .wp-caption-text {
    margin-top: 6px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666667; }
  .article__section a[class^="c-button"] {
    margin-bottom: 50px; }
  .article__section > ul {
    margin-bottom: 50px; }
    .article__section > ul li {
      position: relative;
      padding-left: 30px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.6666666667; }
      .article__section > ul li:before {
        display: block;
        position: absolute;
        left: 0;
        content: "・"; }
    .article__section > ul li + li {
      margin-top: 15px; }
  .article__section > ol {
    margin-bottom: 50px; }
    .article__section > ol li {
      position: relative;
      padding-left: 30px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.6666666667;
      counter-increment: number; }
      .article__section > ol li:before {
        display: block;
        position: absolute;
        left: 0;
        content: counter(number); }
    .article__section > ol li + li {
      margin-top: 15px; }
  .article__banner a {
    display: block; }
    .article__banner a img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  .article__lead {
    margin-bottom: 40px; }
    .article__lead p {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 2; }
  .article__section + .article__section {
    margin-top: 0; }
  .article__frame {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px; }
  .article__table--01 {
    width: 100%;
    border-collapse: separate;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-bottom: 50px; }
    .article__table--01 tbody tr td {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.7333333333;
      padding: 15px 0; }
      .article__table--01 tbody tr td:first-child {
        width: 76px;
        font-weight: bold;
        border-bottom: 1px solid #eeeeee; }
      .article__table--01 tbody tr td:last-child {
        width: 210px;
        border-bottom: 1px solid #eeeeee; }
  .article__table--02 {
    min-width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-bottom: 50px; }
    .article__table--02 thead th {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.7333333333;
      white-space: nowrap;
      font-weight: bold;
      padding: 14px;
      border-bottom: 1px solid #eeeeee; }
    .article__table--02 tbody td {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.5;
      white-space: nowrap;
      padding: 14px;
      text-align: center;
      border-bottom: 1px solid #eeeeee; }
  .article__table--03 {
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-bottom: 50px; }
    .article__table--03 tbody tr {
      padding: 16px 0 14px; }
      .article__table--03 tbody tr td {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.7333333333;
        display: block;
        width: 100%; }
        .article__table--03 tbody tr td:first-child {
          font-weight: bold;
          padding: 16px 0 10px; }
        .article__table--03 tbody tr td:last-child {
          padding: 0 0 14px;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.7333333333; }
    .article__table--03 tbody tr + tr {
      border-top: 1px solid #eeeeee; }
  .article__scroller {
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 50px; }
    .article__scroller table {
      margin-bottom: 0; }
  .article__pagenation {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px; }
    .article__pagenation > div {
      position: relative; }
      .article__pagenation > div:after {
        display: block;
        width: 100%;
        height: 0.5333333333vw;
        background: #000;
        content: ""; }
      .article__pagenation > div a {
        color: #000;
        text-decoration: none;
        position: relative;
        display: block;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.7692307692;
        padding-bottom: 1.0666666667vw; }
    .article__pagenation--prev a {
      padding-left: 2.6666666667vw; }
    .article__pagenation--next {
      margin-left: auto; }
      .article__pagenation--next a {
        padding-right: 2.6666666667vw; }
  @media (min-width: 1194px) {
    .article {
      padding: 0 0 50px;
      background: #fff; }
      .article__mv img {
        width: 100%;
        height: auto; }
      .article__info {
        width: 675px;
        margin: 0;
        padding: 0;
        position: relative;
        top: -88px; }
      .article__flex {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center; }
        .article__flex .date {
          height: 32px;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 2;
          padding: 0 20px 0 0;
          letter-spacing: .42px;
          vertical-align: top; }
        .article__flex .category {
          vertical-align: top;
          display: inline-block;
          margin: 0;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2.0714285714;
          height: 32px;
          font-weight: bold; }
        .article__flex--end {
          display: flex;
          display: -webkit-flex;
          justify-content: flex-start;
          align-items: flex-end; }
      .article__ttle {
        width: auto;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.40625;
        font-weight: bold;
        margin: 0 0 20px;
        padding: 15px 0;
        word-break: break-word;
        white-space: normal;
        background: #fff; }
      .article__tags {
        order: 4;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 18px;
        padding: 0; }
        .article__tags li a {
          padding: 0 12px;
          height: 26px;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 2.1538461538;
          margin: 0 8px 8px 0; }
      .article__author {
        order: 5;
        padding: 0;
        margin-bottom: 0; }
      .article__sns {
        margin-left: auto; }
        .article__sns li img {
          width: 100%;
          height: auto;
          vertical-align: bottom; }
          .article__sns li img.not--pc {
            display: none; }
          .article__sns li img.is--pc {
            display: block; }
        .article__sns li + li {
          margin-left: 4px; }
      .article__body {
        width: 675px;
        margin: 0;
        padding: 0;
        color: #000; }
      .article__index {
        margin-bottom: 60px; }
      .article__section > h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5;
        margin-bottom: 48px; }
      .article__section > h3 {
        padding-left: 13px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.7; }
      .article__section > h4 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.7777777778;
        margin-bottom: 20px; }
      .article__section > p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2.25;
        margin-bottom: 50px; }
        .article__section > p:last-child {
          margin-bottom: 0; }
        .article__section > p > img {
          width: 100%;
          height: auto;
          vertical-align: bottom; }
        .article__section > p.summary {
          margin-bottom: 0vw;
          padding-bottom: 2.1333333333vw;
          font-size: 4.8vw; }
      .article__section .wp-caption {
        margin-bottom: 50px; }
        .article__section .wp-caption img {
          width: 100%;
          height: auto;
          vertical-align: bottom; }
        .article__section .wp-caption-text {
          margin-top: 6px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.7142857143; }
      .article__table--01 {
        margin-bottom: 25px; }
        .article__table--01 tbody tr td {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.7333333333;
          padding: 15px 0; }
          .article__table--01 tbody tr td:first-child {
            width: 76px;
            border-bottom: 1px solid #eeeeee; }
          .article__table--01 tbody tr td:last-child {
            width: 210px;
            border-bottom: 1px solid #eeeeee; }
      .article__table--02 {
        margin-bottom: 25px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        width: 100%; }
        .article__table--02 thead th {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.7333333333;
          padding: 14px; }
        .article__table--02 tbody td {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.7333333333;
          padding: 14px;
          white-space: nowrap;
          text-align: center;
          border-bottom: 1px solid #eeeeee; }
      .article__table--03 {
        width: 100%;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000; }
        .article__table--03 tbody tr {
          padding: 16px 0 14px; }
          .article__table--03 tbody tr td {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.7333333333; }
            .article__table--03 tbody tr td:first-child {
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 1.625;
              padding: 16px 0 10px; }
            .article__table--03 tbody tr td:last-child {
              padding: 0 0 14px;
              font-size: 15px;
              font-size: 1.5rem;
              line-height: 1.7333333333; }
        .article__table--03 tbody tr + tr {
          border-top: 1px solid #eeeeee; } }

.banner {
  padding: 0 4vw; }
  .banner a {
    display: block; }
    .banner a img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  .banner--side {
    margin-bottom: 16vw;
    padding: 16vw 4vw 0;
    position: relative; }
    .banner--side:before {
      display: block;
      position: absolute;
      top: 0;
      width: calc(100% - 8vw);
      left: 50%;
      height: 1px;
      background: #e2e2e2;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      content: ""; }
    .banner--side img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  @media (min-width: 1194px) {
    .banner {
      padding: 0;
      margin-top: 50px; }
      .banner a {
        display: block; }
        .banner a img {
          width: 100%;
          height: auto;
          vertical-align: bottom; }
      .banner--side {
        margin-top: 60px;
        margin-bottom: 60px;
        padding: 60px 0 0; }
        .banner--side:before {
          width: 100%; } }

.breadcrumb {
  display: none; }
  @media (min-width: 1194px) {
    .breadcrumb {
      margin-bottom: 27px;
      display: block; }
      .breadcrumb__list {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center; }
        .breadcrumb__list span {
          position: relative; }
          .breadcrumb__list span a {
            display: block;
            color: #000;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 2.6666666667;
            text-decoration: none; }
            .breadcrumb__list span a img {
              vertical-align: middle;
              position: relative;
              margin-top: -1px; }
            .breadcrumb__list span a.breadcrumb--home {
              text-indent: -9999px;
              width: 20px;
              height: 20px;
              display: block;
              background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6bm9uZX0uY2xzLTJ7Y2xpcC1wYXRoOnVybCgjY2xpcC1wYXRoKX0uY2xzLTN7ZmlsbDojMDcxNzJlfQogICAgICAgIDwvc3R5bGU+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICAgICAgICA8cGF0aCBkPSJNMCAwaDIwdjIwSDB6IiBjbGFzcz0iY2xzLTEiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9ImJhc2VsaW5lLWhvbWUtMjRweCIgY2xhc3M9ImNscy0yIj4KICAgICAgICA8cGF0aCBpZD0i44OR44K5XzUwNTYiIGQ9Ik04LjQgMTZ2LTQuNTg4aDMuMlYxNmg0VjkuODgySDE4TDEwIDMgMiA5Ljg4MmgyLjRWMTZ6IiBjbGFzcz0iY2xzLTMiIGRhdGEtbmFtZT0i44OR44K5IDUwNTYiLz4KICAgICAgICA8cGF0aCBpZD0i44OR44K5XzUwNTciIGQ9Ik0wIDBoMjB2MjBIMHoiIGNsYXNzPSJjbHMtMSIgZGF0YS1uYW1lPSLjg5HjgrkgNTA1NyIvPgogICAgPC9nPgo8L3N2Zz4K") no-repeat 0 0; }
        .breadcrumb__list span + span {
          padding-left: 25px;
          margin-left: 12px; }
          .breadcrumb__list span + span:before {
            display: block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 7px;
            height: 7px;
            margin-top: -3px;
            border-top: solid 1px #000;
            border-right: solid 1px #000;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            content: ""; } }

.catch-up {
  margin-bottom: 75px; }
  .catch-up__inner {
    position: relative; }
  .catch-up__title {
    display: none; }
  .catch-up__ph img {
    width: 100%;
    height: 532px;
    vertical-align: bottom;
    object-fit: cover; }
  .catch-up__body {
    padding: 0;
    position: relative;
    margin-top: -76px; }
    .catch-up__body:before {
      font-family: 'Montserrat', sans-serif;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.2857142857;
      display: inline-block;
      padding: 6px 20px;
      font-weight: bold;
      background: #fff;
      content: "CATCH UP"; }
  .catch-up__info {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0; }
    .catch-up__info .date {
      background: #fff;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2;
      height: 32px;
      font-weight: 600;
      padding: 0 20px;
      font-family: 'Montserrat', sans-serif;
      margin-right: 0;
      box-sizing: border-box; }
  .catch-up__post {
    width: 90vw; }
    .catch-up__post a {
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 1.5714285714;
      background: #fff;
      display: block;
      padding: 8px 20px;
      font-weight: bold;
      box-sizing: border-box;
      color: #000;
      text-decoration: none; }
  .catch-up__dots {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
    margin-top: 18px; }
    .catch-up__dots li {
      width: 40px;
      height: 7px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background: #eeeeee;
      text-indent: -9999px;
      margin-right: 14px; }
      .catch-up__dots li.slick-active {
        background: #000000; }
  .catch-up__arrow {
    width: 24px;
    height: 24px;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 1000; }
    .catch-up__arrow--prev {
      left: 15px;
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGlkPSJwcmVmaXhfX+OCs+ODs+ODneODvOODjeODs+ODiF80NSIgZGF0YS1uYW1lPSLjgrPjg7Pjg53jg7zjg43jg7Pjg4ggNDUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAxMiAxMikiPgogICAgICAgIDxyZWN0IGlkPSJwcmVmaXhfX+mVt+aWueW9ol8xNDc2IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDE0NzYiIHJ4PSIxMiIgc3R5bGU9ImZpbGw6I2ZmZiIvPgogICAgICAgIDxnIGlkPSJwcmVmaXhfX+OCsOODq+ODvOODl18xNTIwIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNTIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjMwMSA1LjYzNSkiPgogICAgICAgICAgICA8cGF0aCBpZD0icHJlZml4X1/jg5HjgrlfNTA0OSIgZD0iTTM2MS44MjkgMjc3LjM2NWwtMS4zNDYtMS40NzkgNS4zNzQtNC44ODYtNS4zNzQtNC44ODUgMS4zNDYtMS40NzkgNyA2LjM2NXoiIGRhdGEtbmFtZT0i44OR44K5IDUwNDkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNjAuNDgzIC0yNjQuNjM1KSIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==") no-repeat 0 0;
      background-size: 24px 24px; }
    .catch-up__arrow--next {
      right: 15px;
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJwcmVmaXhfX+OCs+ODs+ODneODvOODjeODs+ODiF80NSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBkYXRhLW5hbWU9IuOCs+ODs+ODneODvOODjeODs+ODiCA0NSIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxyZWN0IGlkPSJwcmVmaXhfX+mVt+aWueW9ol8xNDc2IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDE0NzYiIHJ4PSIxMiIgc3R5bGU9ImZpbGw6I2ZmZiIvPgogICAgPGcgaWQ9InByZWZpeF9f44Kw44Or44O844OXXzE1MjAiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDE1MjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguMzAxIDUuNjM1KSI+CiAgICAgICAgPHBhdGggaWQ9InByZWZpeF9f44OR44K5XzUwNDkiIGQ9Ik0zNjEuODI5IDI3Ny4zNjVsLTEuMzQ2LTEuNDc5IDUuMzc0LTQuODg2LTUuMzc0LTQuODg1IDEuMzQ2LTEuNDc5IDcgNi4zNjV6IiBkYXRhLW5hbWU9IuODkeOCuSA1MDQ5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYwLjQ4MyAtMjY0LjYzNSkiLz4KICAgIDwvZz4KPC9zdmc+Cg==") no-repeat 0 0;
      background-size: 24px 24px; }
  @media (min-width: 1194px) {
    .catch-up__inner {
      position: relative;
      width: 1200px;
      margin: 0 auto; }
    .catch-up__item {
      position: relative;
      outline: none;
      height: 675px; }
    .catch-up__ph img {
      width: 100%;
      height: 675px;
      object-fit: cover;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      vertical-align: bottom; }
    .catch-up__body {
      margin-top: 0;
      width: 700px;
      position: absolute;
      bottom: 0px;
      box-sizing: border-box; }
      .catch-up__body:before {
        padding: 10px 20px 10px 0;
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1;
        display: inline-block;
        content: "CATCH UP!"; }
    .catch-up__info {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: center; }
      .catch-up__info .date {
        height: 32px;
        padding: 0 13px 0 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        margin-right: 0; }
    .catch-up__post {
      width: 100%; }
      .catch-up__post a {
        padding: 20px 0;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.40625; }
    .catch-up__dots {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 0px 0 0;
      margin-left: 0; }
      .catch-up__dots li {
        width: 40px;
        height: 7px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        margin-right: 20px; }
    .catch-up__arrow {
      width: 40px;
      height: 40px;
      top: auto;
      bottom: 0px;
      right: 0;
      z-index: 1000; }
      .catch-up__arrow--prev {
        left: auto;
        right: 50px;
        background-size: 40px 40px; }
      .catch-up__arrow--next {
        right: 0;
        background-size: 40px 40px; } }

.category {
  display: none; }
  @media (min-width: 1194px) {
    .category {
      display: block; }
      .category__list {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap; }
        .category__list li {
          margin: 0 14px 16px 0; }
          .category__list li a {
            display: block;
            padding: 7px 10px;
            background: #eeeeee;
            color: #000;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1;
            font-weight: bold;
            text-decoration: none;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear; }
            .category__list li a:hover {
              background: #ed2b12;
              color: #fff; } }

.column {
  padding-bottom: 60px; }

.p-modal {
  display: none;
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000000000;
  padding: 0 0 50px;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .p-modal__head {
    padding: 34px 18px 18px;
    border-bottom: 2px solid #000;
    position: relative; }
    .p-modal__head .p-modal__close {
      position: absolute;
      right: 18px;
      top: 50%;
      margin-top: -12px;
      width: 24px;
      height: 24px; }
      .p-modal__head .p-modal__close img {
        width: 100%;
        height: auto; }
  .p-modal__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    color: #000;
    font-weight: 600; }
  .p-modal__sttl {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }
    .p-modal__sttl span {
      font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
      font-weight: normal;
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      margin-bottom: 24px; }
  .p-modal__group .label {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 15px; }
  .p-modal__group + .p-modal__group {
    margin-top: 40px; }
  .p-modal__cats {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    .p-modal__cats li a {
      display: block;
      font-weight: bold;
      padding: 9px 12px;
      background: #eeeeee;
      color: #000;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      margin: 0 12px 12px 0;
      text-decoration: none;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .p-modal__cats li a:hover {
        background: #000;
        color: #fff; }
  .p-modal__tags {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    .p-modal__tags li {
      margin: 0 10px 10px 0; }
      .p-modal__tags li a {
        display: block;
        background: #eeeeee;
        padding: 7px 10px;
        font-weight: bold;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        color: #000;
        text-decoration: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .p-modal__tags li a:hover {
          background: #000;
          color: #fff; }
  .p-modal__list {
    margin-top: 4.7619047619vh;
    margin-bottom: 12.0634920635vh; }
    .p-modal__list li a {
      display: block;
      text-decoration: none;
      color: #000;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .p-modal__list li a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); }
      .p-modal__list li a .label {
        font-size: 6.4vw;
        border-bottom: 2px solid #000; }
      .p-modal__list li a .en {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 3.2vw; }
    .p-modal__list li + li {
      margin-top: 6.4vw; }
  .p-modal__sList {
    margin-bottom: 3.8095238095vh; }
    .p-modal__sList li a {
      text-decoration: none;
      color: #000;
      font-size: 4.2666666667vw;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .p-modal__sList li a:hover {
        text-decoration: underline; }
    .p-modal__sList li + li {
      margin-top: 3.7333333333vw; }
  .p-modal__foot p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 3.4666666667vw; }
    .p-modal__foot p small {
      font-size: 3.2vw; }
  .p-modal__logo {
    width: 42.6666666667vw;
    margin-bottom: 1.9047619048vh; }
    .p-modal__logo img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  .p-modal__tab {
    display: table;
    border-radius: 1.6vw 1.6vw 0 0;
    position: relative;
    margin-bottom: 8vw;
    background: #eeeeee; }
    .p-modal__tab:after {
      display: block;
      position: absolute;
      top: 100%;
      left: -5.0666666667vw;
      width: 100vw;
      height: 0.5333333333vw;
      background: #000;
      content: ""; }
    .p-modal__tab li {
      display: table-cell;
      width: 34.6666666667vw;
      height: 11.2vw; }
      .p-modal__tab li a {
        font-size: 4.2666666667vw;
        color: #000;
        line-height: 11.2vw;
        text-decoration: none;
        text-align: center;
        display: block; }
        .p-modal__tab li a.js-current {
          background: #000;
          color: #fff;
          border-radius: 1.6vw 1.6vw 0 0; }
  .p-modal__block .label {
    font-size: 4vw;
    margin-bottom: 2.1333333333vw; }
  .p-modal__block + .p-modal__block {
    margin-top: 5.3333333333vw; }
  .p-modal__wrapper > p {
    display: none; }
  .p-modal__bar-title {
    display: none; }
  .p-modal__sns {
    display: none; }

.p-posts {
  padding: 0 4vw; }
  .p-posts--sub {
    padding: 0; }
  .p-posts__foot {
    margin-top: 30px;
    text-align: center; }
  .p-posts__buttons {
    margin-bottom: 20px; }
    .p-posts__buttons--02 {
      margin-bottom: 0; }
  @media (min-width: 1194px) {
    .p-posts {
      padding: 0; }
      .p-posts__foot {
        margin-top: 20px; }
      .p-posts__buttons--02 {
        margin-bottom: 0; } }

.p-search {
  display: none; }
  @media (min-width: 1194px) {
    .p-search {
      display: block;
      width: 490px;
      position: fixed;
      background: #fff;
      top: 0;
      height: 100vh;
      border-top: 8px solid #000;
      padding: 16px 24px;
      box-sizing: border-box;
      z-index: 100000;
      overflow: auto;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear;
      right: -490px; }
      .p-search.js--slided {
        right: 0; }
      .p-search__close {
        text-align: right; }
      .p-search__container {
        overflow: auto;
        padding: 70px 65px; }
      .p-search__head {
        border-bottom: 2px solid #000;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 55px; }
      .p-search__group .label {
        margin-bottom: 15px; }
      .p-search__group + .p-search__group {
        margin-top: 47px; }
      .p-search__sttl {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 1.2631578947; }
        .p-search__sttl span {
          display: block;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1;
          font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
          font-weight: normal; }
      .p-search__cats {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap; }
        .p-search__cats li a {
          display: block;
          padding: 9px 12px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1;
          color: #000;
          text-decoration: none;
          background: #eee;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          margin: 0 12px 16px 0;
          font-weight: bold;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          .p-search__cats li a:hover {
            background: #000;
            color: #fff; }
      .p-search__tags {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap; }
        .p-search__tags li a {
          display: block;
          padding: 9px 12px;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1;
          color: #000;
          text-decoration: none;
          background: #eee;
          -webkit-border-radius: 1000px;
          -moz-border-radius: 1000px;
          border-radius: 1000px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          margin: 0 12px 16px 0;
          font-weight: bold;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          .p-search__tags li a:hover {
            background: #000;
            color: #fff; } }

.page {
  color: #000;
  padding: 33px 20px 0; }
  .page__title {
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.5714285714;
    padding: 0;
    font-weight: bold;
    margin-bottom: 40px; }
  .page__lead {
    margin-bottom: 8vw; }
    .page__lead p {
      font-size: 4vw;
      line-height: 8vw; }
  .page__sttle {
    font-size: 4.8vw;
    margin-bottom: 3.2vw; }
  .page__ssttle {
    margin-bottom: 2.1333333333vw;
    font-size: 4vw; }
  .page__search {
    margin-top: 8vw;
    padding-top: 8vw;
    border-top: 1px solid #e2e2e2; }
  .page .is--pc {
    display: none; }
  .page__box {
    background: #fff;
    padding: 0px; }
  .page__dfn {
    border-top: 0.5333333333vw solid #000;
    border-bottom: 0.5333333333vw solid #000;
    padding: 4.2666666667vw 0 0.5333333333vw; }
    .page__dfn dt {
      font-size: 4.2666666667vw;
      line-height: 6.9333333333vw;
      margin-bottom: 2.6666666667vw; }
    .page__dfn dd {
      font-size: 4vw;
      line-height: 6.9333333333vw;
      padding-bottom: 3.7333333333vw;
      border-bottom: 1px solid #e2e2e2; }
      .page__dfn dd a {
        color: #1f69a8;
        position: relative; }
        .page__dfn dd a.is-blank:after {
          width: 5.3333333333vw;
          height: 5.3333333333vw;
          display: inline-block;
          background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMC4wMDEiIHZpZXdCb3g9IjAgMCAyMCAyMC4wMDEiPgogICAgPGRlZnM+CiAgICAgICAgPHN0eWxlPgogICAgICAgICAgICAuY2xzLTF7ZmlsbDpub25lfS5jbHMtMntjbGlwLXBhdGg6dXJsKCNjbGlwLXBhdGgpfS5jbHMtM3tmaWxsOiMwNzE3MmV9CiAgICAgICAgPC9zdHlsZT4KICAgICAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wIDBoMjB2MjAuMDAxSDB6IiBjbGFzcz0iY2xzLTEiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IuOCs+ODs+ODneODvOODjeODs+ODiF8zMjBfMyIgY2xhc3M9ImNscy0yIiBkYXRhLW5hbWU9IuOCs+ODs+ODneODvOODjeODs+ODiCAzMjAg4oCTIDMiPgogICAgICAgIDxwYXRoIGlkPSLliY3pnaLjgqrjg5bjgrjjgqfjgq/jg4jjgaflnovmipzjgY1fMTAiIGQ9Ik0tMTM2NS02NzloLTE0YTIgMiAwIDAgMS0yLTJ2LTE0aDJ2MTRoMTR2MnptMi00aC0xMmEyIDIgMCAwIDEtMi0ydi0xMmEyIDIgMCAwIDEgMi0yaDEyYTIgMiAwIDAgMSAyIDJ2MTJhMiAyIDAgMCAxLTIgMnptLTEyLTE0djEyaDEydi0xMnoiIGNsYXNzPSJjbHMtMyIgZGF0YS1uYW1lPSLliY3pnaLjgqrjg5bjgrjjgqfjgq/jg4jjgaflnovmipzjgY0gMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzODEgNjk5KSIvPgogICAgPC9nPgo8L3N2Zz4K") no-repeat 0 0;
          background-size: 5.3333333333vw 5.3333333333vw;
          content: "";
          margin-left: 2.6666666667vw; }
      .page__dfn dd + dt {
        padding-top: 3.7333333333vw; }
  @media (min-width: 1194px) {
    .page {
      padding: 0; }
      .page__title {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 2;
        margin-bottom: 44px;
        padding: 0 0; }
      .page__lead {
        margin-bottom: 50px; }
        .page__lead p {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 2; }
      .page__sttle {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6;
        margin-bottom: 20px; }
      .page__ssttle {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1;
        margin-bottom: 12px; }
      .page__search.not--pc {
        display: none; }
      .page__flex {
        margin-bottom: 60px;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-end; }
        .page__flex-item:nth-child(even) {
          margin-left: auto;
          width: 360px; }
      .page .is--pc {
        display: block; }
      .page__dfn {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        padding: 0px;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap; }
        .page__dfn dt {
          width: 112px;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5;
          padding: 20px 0;
          margin-bottom: 0; }
        .page__dfn dd {
          width: 527px;
          margin-left: auto;
          padding: 20px 0;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5;
          margin-bottom: 0;
          border-top: 2px solid #e2e2e2;
          border-bottom: none; }
          .page__dfn dd:nth-of-type(1) {
            border-top: none; }
          .page__dfn dd a.is-blank:after {
            width: 20px;
            height: 20px;
            vertical-align: middle;
            background-size: 20px 20px;
            margin-left: 10px; }
          .page__dfn dd + dt {
            border-top: 2px solid #e2e2e2;
            padding-top: 20px; } }

.pickup {
  padding-right: 0;
  margin-bottom: 40px; }
  .pickup__list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: stretch;
    overflow-x: scroll;
    padding-top: 11px;
    -webkit-overflow-scrolling: touch; }
  .pickup__item {
    min-width: 276px;
    width: 276px;
    margin-right: 24px; }
  @media (min-width: 1194px) {
    .pickup__list {
      flex-direction: column;
      overflow: hidden; }
    .pickup__item {
      width: 100%;
      margin: 0px; }
    .pickup__item + .pickup__item {
      margin-top: 38px; } }

.popular {
  margin-bottom: 40px; }
  .popular__item {
    padding: 12px 0; }
    .popular__item:first-child .popular__num {
      position: relative; }
      .popular__item:first-child .popular__num:before {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        content: 'No.1';
        font-weight: 600; }
    .popular__item:nth-child(2) .popular__num {
      position: relative; }
      .popular__item:nth-child(2) .popular__num:before {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        content: 'No.2';
        font-weight: 600; }
    .popular__item:nth-child(3) .popular__num {
      position: relative; }
      .popular__item:nth-child(3) .popular__num:before {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        content: 'No.3';
        font-weight: 600; }
  .popular__item + .popular__item {
    border-top: 1px solid #e2e2e2; }
  .popular__head {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 11px; }
    .popular__head > a {
      margin-left: auto; }
      .popular__head > a.category {
        display: inline-block;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 2.2727272727;
        height: 25px;
        padding: 0 10px;
        color: #fff;
        text-decoration: none;
        box-sizing: border-box; }
      .popular__head > a.category-1 {
        background: #f26e46; }
      .popular__head > a.category-149 {
        background: #d1c31c; }
      .popular__head > a.category-150 {
        background: #fd5d5d; }
      .popular__head > a.category-151 {
        background: #86cb54; }
  .popular__info a {
    flex-direction: column;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    color: #000; }
  .popular__num {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.25;
    counter-increment: ranking;
    position: relative; }
  .popular__date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
  .popular__name a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: bold;
    color: #000;
    text-decoration: none; }
  @media (min-width: 1194px) {
    .popular__item {
      width: 100%;
      padding: 16px 0;
      box-sizing: border-box; }
    .popular__item + .popular__item {
      margin-top: 0; }
    .popular__head {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 0; }
      .popular__head > a {
        margin-left: auto;
        white-space: nowrap; }
        .popular__head > a.category {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2;
          font-weight: bold;
          height: 28px; }
    .popular__info {
      display: block;
      width: 100%; }
      .popular__info a {
        width: 100%;
        text-decoration: none;
        color: #000; }
    .popular__num {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.2857142857;
      margin-right: 0; }
    .popular__date {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 3;
      margin-left: 0; }
    .popular__name a {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.6; } }

.search {
  padding: 30px 15px; }
  .search__input {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 42px;
    background: #eeeeee;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .search__input--text {
      outline: none;
      -webkit-appearance: none;
      appearance: none;
      border: none;
      background: #eeeeee;
      width: calc(100% - 42px);
      height: 42px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 2.8;
      padding: 0 0 0 18px;
      box-sizing: border-box; }
  .search__button--submit {
    width: 42px;
    height: 42px;
    margin-left: auto;
    text-align: center;
    appearance: normal;
    -webkit-appearance: none;
    border: none;
    background: none; }
    .search__button--submit img {
      vertical-align: middle;
      width: 16px;
      height: 16px; }
  .search__flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .search__flex-item--main {
      width: 53.3333333333vw; }
    .search__flex-item--sub {
      width: 34.4vw;
      margin-left: auto; }
  .search__checks {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    .search__checks li {
      width: 48.5%; }
      .search__checks li:nth-child(even) {
        margin-left: auto; }
      .search__checks li label {
        display: block;
        background: #eeeeee;
        text-align: center;
        color: #000;
        height: 13.3333333333vw;
        line-height: 13.3333333333vw;
        -webkit-border-radius: 1.6vw;
        -moz-border-radius: 1.6vw;
        border-radius: 1.6vw;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        font-size: 4vw; }
      .search__checks li input[type="radio"] {
        display: none; }
        .search__checks li input[type="radio"]:checked + label {
          background: #000;
          color: #fff; }
    .search__checks li + li + li {
      margin-top: 2.4vw; }
  .search__submit {
    display: block;
    width: 100%;
    height: 13.3333333333vw;
    -webkit-border-radius: 1.6vw;
    -moz-border-radius: 1.6vw;
    border-radius: 1.6vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #000;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    font-size: 4.2666666667vw; }
    .search__submit span {
      position: relative; }
      .search__submit span:before {
        vertical-align: middle;
        margin-right: 2.6666666667vw;
        display: inline-block;
        width: 5.3333333333vw;
        height: 5.3333333333vw;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6bm9uZX0uY2xzLTJ7Y2xpcC1wYXRoOnVybCgjY2xpcC1wYXRoKX0uY2xzLTN7ZmlsbDojZmZmfQogICAgICAgIDwvc3R5bGU+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICAgICAgICA8cGF0aCBkPSJNMCAwaDIwdjIwSDB6IiBjbGFzcz0iY2xzLTEiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IuOCs+ODs+ODneODvOODjeODs+ODiF8xMDRfMTkiIGNsYXNzPSJjbHMtMiIgZGF0YS1uYW1lPSLjgrPjg7Pjg53jg7zjg43jg7Pjg4ggMTA0IOKAkyAxOSI+CiAgICAgICAgPHBhdGggaWQ9IuWJjemdouOCquODluOCuOOCp+OCr+ODiOOBp+Wei+aKnOOBjV82IiBkPSJNMTcuODc5IDIwbC00Ljk1MS00Ljk1MUE4LjI1MSA4LjI1MSAwIDAgMSAyLjQxNyAyLjQxN2E4LjI1MSA4LjI1MSAwIDAgMSAxMi42MzIgMTAuNTFMMjAgMTcuODc5IDE3Ljg3OSAyMHpNOC4yNTEgM0E1LjI1IDUuMjUgMCAxIDAgMTMuNSA4LjI1MSA1LjI1NiA1LjI1NiAwIDAgMCA4LjI1MSAzeiIgY2xhc3M9ImNscy0zIiBkYXRhLW5hbWU9IuWJjemdouOCquODluOCuOOCp+OCr+ODiOOBp+Wei+aKnOOBjSA2Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=") no-repeat 0 0;
        background-size: 5.3333333333vw 5.3333333333vw;
        content: ""; }
  .search__select label {
    display: block;
    width: 100%;
    height: 11.2vw;
    background: #eeeeee;
    -webkit-border-radius: 1.6vw;
    -moz-border-radius: 1.6vw;
    border-radius: 1.6vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    position: relative; }
    .search__select label:after {
      display: block;
      position: absolute;
      top: 50%;
      right: 3.4666666667vw;
      margin-top: -1.6vw;
      width: 5.3333333333vw;
      height: 3.4666666667vw;
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIwIDEzIj4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6IzA3MTcyZX0KICAgICAgICA8L3N0eWxlPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IuOCsOODq+ODvOODl18yMzQxIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAyMzQxIiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgNi41IDYuNSkiPgogICAgICAgIDxwYXRoIGlkPSLjg5HjgrlfNTA0OCIgZD0iTTIuMjgzIDIwTDAgMTcuNDIyIDcuOTUzIDEwIDAgMi41NzggMi4yODMgMCAxMyAxMHoiIGNsYXNzPSJjbHMtMSIgZGF0YS1uYW1lPSLjg5HjgrkgNTA0OCIvPgogICAgPC9nPgo8L3N2Zz4K") no-repeat 0 0;
      background-size: 5.3333333333vw 3.4666666667vw;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      content: ""; }
    .search__select label select {
      appearance: normal;
      -webkit-appearance: none;
      background: none;
      border: none;
      outline: none;
      width: 150%;
      height: 11.2vw;
      font-size: 4.2666666667vw;
      color: #000; }
  @media (min-width: 1194px) {
    .search {
      width: 490px; } }

@media (min-width: 1194px) {
  #column {
    width: 360px; }

  #tour {
    width: 756px;
    margin-left: auto; } }
.sitemap__link a {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: bold;
  text-decoration: none; }
.sitemap__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column; }
.sitemap__list {
  margin-bottom: 20px; }
  .sitemap__list > li {
    position: relative; }
    .sitemap__list > li a {
      color: #000;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.6666666667;
      text-decoration: none;
      font-weight: bold; }
  .sitemap__list > li + li {
    margin-top: 12px; }
.sitemap__trigger {
  position: relative;
  font-weight: bold;
  cursor: pointer; }
  .sitemap__trigger:after {
    display: inline-block;
    margin-left: 10px;
    width: 14px;
    height: 9px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTQgOSI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGU+CiAgICAgICAgICAgIC5jbHMtMXtmaWxsOiMwNzE3MmV9CiAgICAgICAgPC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfNTA0OCIgZD0iTTEuNTgxIDE0TDAgMTIuMiA1LjUwNiA3IDAgMS44IDEuNTgxIDAgOSA3eiIgY2xhc3M9ImNscy0xIiBkYXRhLW5hbWU9IuODkeOCuSA1MDQ4IiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgNC41IDQuNSkiLz4KPC9zdmc+Cg==") no-repeat 0 0;
    background-size: 14px 9px;
    content: ""; }
  .sitemap__trigger.js-active:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg); }
.sitemap__pannel {
  display: none;
  margin-bottom: 12px; }
  .sitemap__pannel li {
    margin-bottom: 8px; }
    .sitemap__pannel li a {
      color: #000;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2.1666666667;
      text-decoration: none; }
@media (min-width: 1194px) {
  .sitemap__link a {
    margin-bottom: 32px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625; }
  .sitemap__flex {
    flex-direction: row; }
  .sitemap__group {
    width: 48.5%; }
    .sitemap__group:nth-child(even) {
      margin-left: auto; }
  .sitemap__list {
    margin-bottom: 32px; }
    .sitemap__list > li a {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.625; }
  .sitemap__pannel {
    display: none;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 10px; }
    .sitemap__pannel li a {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.8571428571; }
    .sitemap__pannel li + li {
      margin-top: 15px; } }

.slidr {
  margin-bottom: 5.3333333333vw; }
  .slidr__main {
    margin-bottom: 4.2666666667vw;
    position: relative; }
    .slidr__main .slick-arrow {
      z-index: 1000; }
    .slidr__main .slick-prev {
      left: 0;
      width: 6.4vw;
      height: 6.4vw;
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6bm9uZX0uY2xzLTJ7Y2xpcC1wYXRoOnVybCgjY2xpcC1wYXRoKX0uY2xzLTN7ZmlsbDojMDcxNzJlO3N0cm9rZTojMDcxNzJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDoycHh9LmNscy00e2ZpbGw6I2ZmZn0uY2xzLTV7c3Ryb2tlOm5vbmV9CiAgICAgICAgPC9zdHlsZT4KICAgICAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGNsYXNzPSJjbHMtMSIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0i44Kz44Oz44Od44O844ON44Oz44OIXzQ1XzYiIGNsYXNzPSJjbHMtMiIgZGF0YS1uYW1lPSLjgrPjg7Pjg53jg7zjg43jg7Pjg4ggNDUg4oCTIDYiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAxMiAxMikiPgogICAgICAgIDxnIGlkPSLplbfmlrnlvaJfMTQ3NiIgY2xhc3M9ImNscy0zIiBkYXRhLW5hbWU9IumVt+aWueW9oiAxNDc2Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgY2xhc3M9ImNscy01Ii8+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xIDFoMjJ2MjJIMXoiIGNsYXNzPSJjbHMtMSIvPgogICAgICAgIDwvZz4KICAgICAgICA8ZyBpZD0i44Kw44Or44O844OXXzE1MjAiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDE1MjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguMzAxIDUuNjM1KSI+CiAgICAgICAgICAgIDxwYXRoIGlkPSLjg5HjgrlfNTA0OSIgZD0iTTM2MS44MjkgMjc3LjM2NWwtMS4zNDYtMS40NzkgNS4zNzQtNC44ODYtNS4zNzQtNC44ODUgMS4zNDYtMS40NzkgNyA2LjM2NXoiIGNsYXNzPSJjbHMtNCIgZGF0YS1uYW1lPSLjg5HjgrkgNTA0OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2MC40ODMgLTI2NC42MzUpIi8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K") no-repeat 0 0;
      background-size: 6.4vw 6.4vw; }
      .slidr__main .slick-prev:before {
        display: none; }
    .slidr__main .slick-next {
      right: 0;
      width: 6.4vw;
      height: 6.4vw;
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6bm9uZX0uY2xzLTJ7Y2xpcC1wYXRoOnVybCgjY2xpcC1wYXRoKX0uY2xzLTN7ZmlsbDojMDcxNzJlO3N0cm9rZTojMDcxNzJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDoycHh9LmNscy00e2ZpbGw6I2ZmZn0uY2xzLTV7c3Ryb2tlOm5vbmV9CiAgICAgICAgPC9zdHlsZT4KICAgICAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGNsYXNzPSJjbHMtMSIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0i44Kz44Oz44Od44O844ON44Oz44OIXzQ1XzUiIGNsYXNzPSJjbHMtMiIgZGF0YS1uYW1lPSLjgrPjg7Pjg53jg7zjg43jg7Pjg4ggNDUg4oCTIDUiPgogICAgICAgIDxnIGlkPSLplbfmlrnlvaJfMTQ3NiIgY2xhc3M9ImNscy0zIiBkYXRhLW5hbWU9IumVt+aWueW9oiAxNDc2Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgY2xhc3M9ImNscy01Ii8+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xIDFoMjJ2MjJIMXoiIGNsYXNzPSJjbHMtMSIvPgogICAgICAgIDwvZz4KICAgICAgICA8ZyBpZD0i44Kw44Or44O844OXXzE1MjAiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDE1MjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguMzAxIDUuNjM1KSI+CiAgICAgICAgICAgIDxwYXRoIGlkPSLjg5HjgrlfNTA0OSIgZD0iTTM2MS44MjkgMjc3LjM2NWwtMS4zNDYtMS40NzkgNS4zNzQtNC44ODYtNS4zNzQtNC44ODUgMS4zNDYtMS40NzkgNyA2LjM2NXoiIGNsYXNzPSJjbHMtNCIgZGF0YS1uYW1lPSLjg5HjgrkgNTA0OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2MC40ODMgLTI2NC42MzUpIi8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K") no-repeat 0 0;
      background-size: 6.4vw 6.4vw; }
      .slidr__main .slick-next:before {
        display: none; }
  .slidr__item > div img {
    width: 100%;
    height: 70.1333333333vw;
    object-fit: cover;
    vertical-align: bottom;
    box-sizing: border-box;
    vertical-align: bottom; }
  .slidr__item p {
    font-size: 3.2vw;
    line-height: 5.3333333333vw; }
  .slidr__thumb img {
    width: 16vw;
    height: 14.4vw;
    vertical-align: bottom;
    -webkit-border-radius: 1.0666666667vw;
    -moz-border-radius: 1.0666666667vw;
    border-radius: 1.0666666667vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0.5333333333vw solid transparent;
    box-sizing: border-box;
    object-fit: cover;
    cursor: pointer; }
    .slidr__thumb img.thumbnail-current {
      border-color: #000; }
  @media (min-width: 1194px) {
    .slidr {
      margin-bottom: 50px .slidr __main;
        margin-bottom-margin-bottom: 20px; }
      .slidr .slick-prev {
        left: 0;
        width: 24px;
        height: 24px;
        background-size: 24px 24px; }
      .slidr .slick-next {
        right: 0;
        width: 24px;
        height: 24px;
        background-size: 24px 24px; }
      .slidr__item > div img {
        width: 100%;
        height: 568px;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
      .slidr__item p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7142857143;
        margin-top: 11px; }
      .slidr__thumb img {
        width: 120px;
        height: 63px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 2px solid transparent; } }

.tag {
  display: none; }
  @media (min-width: 1194px) {
    .tag {
      display: block; }
      .tag__list {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap; }
        .tag__list li {
          margin: 0 10px 16px 0; }
          .tag__list li a {
            display: block;
            height: 26px;
            -webkit-border-radius: 13px;
            -moz-border-radius: 13px;
            border-radius: 13px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            padding: 0px 12px;
            font-weight: bold;
            background: #eee;
            color: #000;
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 2;
            text-decoration: none;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear; }
            .tag__list li a:hover {
              background: #ed2b12;
              color: #fff; } }

/*
.u-limit{
	@include for-size(desktop-up){
		&-1{}
		&-2{
			overflow: hidden;
			width: 100%;
			p{
				font-size: $font-size-base;
				height: $font-size-base * $line-height-computed * 2 - $box-space;
				line-height: $line-height-computed;
				position: relative;
			    &:before,
			    &:after {
			      position: absolute;
			    }
			    &:before {
			      content: "...";
			      top: $font-size-base * $line-height-computed * (1);
			      right: 0;
			    }
			    &:after {
			      content: "";
			      height: 100%;
			      width: 100%;
			    }
			}
		}
		&-3{
			overflow: hidden;
			width: 100%;
			p{
				font-size: $font-size-base;
				height: $font-size-base * $line-height-computed * 3;
				line-height: $line-height-computed;
				position: relative;
			    &:before,
			    &:after {
			      position: absolute;
			    }
			    &:before {
			      content: "...";
			      top: $font-size-base * $line-height-computed * (2);
			      right: 0;
			    }
			    &:after {
			      content: "";
			      height: 100%;
			      width: 100%;
			    }
			}
		}
	}
}
*/

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