@charset "UTF-8";
/* color
================================================== */
/* effect
================================================== */
/* frame
================================================== */
/* break point
================================================== */
/* mixin
================================================== */
/* media query
================================================== */
/* meyer
================================================== */
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,
q::before, q::after {
  content: '';
  content: none; }

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

/* addition
================================================== */
a {
  color: #000;
  text-decoration: none; }

/* clearfix
================================================== */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
  height: 0; }

.clearfix {
  zoom: 1; }

/* font
================================================== */
@font-face {
  font-family: 'Hannari';
  src: url(../font/hannari.eot) format("embedded-opentype");
  src: url(../font/hannari.otf) format("opentype");
  /*src: local('hannari Regular'), local('hannari');*/ }
/*このフォントはIPAフォントライセンスv1.0の下で提供されています。(http://ipafont.ipa.go.jp/ipa_font_license_v1.html)*/
.font_hannari {
  font-family: 'Hannari', serif; }

.font_montserrat {
  font-family: 'Montserrat', sans-serif; }

/* a
================================================== */
a:hover,
a:hover > li {
  opacity: 0.5; }

/* break
================================================== */
.break {
  display: none; }
  @media screen and (min-width: 750px) {
    .break {
      display: inline; } }
  @media screen and (min-width: 1060px) {
    .break {
      display: none; } }

/* effect
================================================== */
.effect_1 {
  transition: 1s; }

.effect_2 {
  transition: 1s;
  transition-delay: 0.5s; }

.effect_3 {
  transition: 1s;
  transition-delay: 1s; }

.effect_4 {
  transition: 1s;
  transition-delay: 1.5s; }

/* frame
================================================== */
@media screen and (min-width: 750px) {
  html::before {
    background: #fff;
    content: "";
    display: block;
    position: fixed;
    z-index: 1;
    height: 30px;
    top: 0;
    right: 0;
    left: 0; }

  html::after {
    background: #fff;
    content: "";
    display: block;
    position: fixed;
    z-index: 1;
    width: 30px;
    top: 0;
    right: 0;
    bottom: 0; }

  body::before {
    background: #fff;
    content: "";
    display: block;
    position: fixed;
    z-index: 1;
    height: 30px;
    right: 0;
    bottom: 0;
    left: 0; }

  body::after {
    background: #fff;
    content: "";
    display: block;
    position: fixed;
    z-index: 1;
    width: 30px;
    top: 0;
    bottom: 0;
    left: 0; } }
/* container
================================================== */
.container {
  background: url(../images/background@2x.jpg) center top repeat;
  overflow-x: hidden; }
  @media screen and (min-width: 750px) {
    .container {
      border: solid 30px #fff;
      margin: 0 auto; } }

/* main
================================================== */
@media screen and (min-width: 750px) {
  .main {
    margin: 100px auto 0;
    width: 100%; } }

/* inner
================================================== */
.inner {
  margin: 0 auto;
  width: 90vw; }
  @media screen and (min-width: 750px) {
    .inner {
      width: 620px; } }
  @media screen and (min-width: 750px) and (min-width: 1060px) {
    .inner {
      width: 910px; } }

  @media screen and (min-width: 750px) and (min-width: 1060px) and (min-width: 1400px) {
    .inner {
      width: 1080px; } }

/* headline
================================================== */
.headline {
  display: none; }

/* header
================================================== */
.Header {
  background-color: #fff;
  height: 37.3vw; }
  @media screen and (min-width: 750px) {
    .Header {
      height: 220px; } }

.Logo {
  height: 37.3vw;
  position: relative; }
  @media screen and (min-width: 750px) {
    .Logo {
      height: 220px; } }
  .Logo__img {
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.5%; }
    @media screen and (min-width: 750px) {
      .Logo__img {
        top: 45%;
        width: 40px; } }

/* footer
================================================== */
.Footer {
  margin-bottom: 12vw; }
  @media screen and (min-width: 750px) {
    .Footer {
      margin-bottom: 70px; } }

.Page {
  margin: 12vw 0; }
  @media screen and (min-width: 750px) {
    .Page {
      margin: 80px 0 70px; } }
  .Page__prev {
    background-color: #fff;
    display: block;
    float: left;
    height: 7vw;
    position: relative;
    width: 7vw; }
    @media screen and (min-width: 750px) {
      .Page__prev {
        display: none; } }
    .Page__prev__img {
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 1.6vw; }
  .Page__menu {
    display: block;
    float: left;
    font-size: 4.53vw;
    height: 7vw;
    text-align: center;
    width: 76vw; }
    @media screen and (min-width: 750px) {
      .Page__menu {
        float: none;
        font-size: 93.75%;
        height: auto;
        width: auto; } }
    .Page__menu__item {
      display: inline-block;
      margin: 1.3vw 6vw 0 0; }
      @media screen and (min-width: 750px) {
        .Page__menu__item {
          margin: 0 20px 0 0; } }
      .Page__menu__item:last-of-type {
        margin: 1.3vw 0 0; }
        @media screen and (min-width: 750px) {
          .Page__menu__item:last-of-type {
            margin: 0; } }
      .Page__menu__item__link {
        color: #999; }
        .Page__menu__item__link.current {
          color: #000; }
  .Page__next {
    background-color: #fff;
    display: block;
    float: left;
    height: 7vw;
    position: relative;
    width: 7vw; }
    @media screen and (min-width: 750px) {
      .Page__next {
        display: none; } }
    .Page__next__img {
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 1.6vw; }

.Back__index {
  display: block;
  font-size: 4.27vw;
  height: 6.5vw;
  letter-spacing: 0.24em;
  margin: 0 auto;
  position: relative;
  width: 31vw; }
  @media screen and (min-width: 750px) {
    .Back__index {
      font-size: 100%;
      height: 24px;
      width: 114px; } }
  .Back__index span {
    letter-spacing: -0.12em; }
  .Back__index__link {
    border-bottom: 1px solid #000;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media screen and (min-width: 750px) {
      .Back__index__link {
        border-width: 1px; } }
    .Back__index__link:hover {
      border-bottom: 1px solid #999;
      color: #999; }
      @media screen and (min-width: 750px) {
        .Back__index__link:hover {
          border-width: 1px; } }
.Back__archive {
  display: block;
  font-size: 4.27vw;
  height: 6.5vw;
  letter-spacing: 0.24em;
  margin: 0 auto;
  position: relative;
  width: 27vw; }
  @media screen and (min-width: 750px) {
    .Back__archive {
      font-size: 100%;
      height: 24px;
      width: 94px; } }
  .Back__archive span {
    letter-spacing: -0.12em; }
  .Back__archive__link {
    border-bottom: 1px solid #000;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media screen and (min-width: 750px) {
      .Back__archive__link {
        border-width: 1px; } }
    .Back__archive__link:hover {
      border-bottom: 1px solid #999;
      color: #999; }
      @media screen and (min-width: 750px) {
        .Back__archive__link:hover {
          border-width: 1px; } }

.Share {
  margin: 17vw auto 13vw;
  text-align: center;
  width: 270px; }
  @media screen and (min-width: 750px) {
    .Share {
      margin: 100px auto 40px; } }
  .Share__head {
    float: left;
    margin: 4px 20px 0 4px; }
    .Share__head__img {
      width: 45px; }
  .Share__body {
    display: inline-block;
    float: left; }
  .Share__menu__item {
    display: inline-block;
    vertical-align: bottom;
    line-height: 0; }

.Move {
  text-align: center; }
  .Move__single {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.45;
    margin-bottom: 10vw; }
    @media screen and (min-width: 750px) {
      .Move__single {
        font-size: 100%;
        margin-bottom: 40px; } }
  .Move__prev {
    background-color: #fff;
    float: left;
    min-height: 14vw;
    padding: 3vw 3.25vw;
    text-align: left;
    width: 37vw; }
    @media screen and (min-width: 750px) {
      .Move__prev {
        min-height: 74px;
        padding: 0;
        position: relative;
        width: 300px; } }
  @media screen and (min-width: 750px) and (min-width: 1060px) {
    .Move__prev {
      width: 445px; } }

  @media screen and (min-width: 750px) and (min-width: 1060px) and (min-width: 1400px) {
    .Move__prev {
      margin-left: 170px;
      width: 360px; } }

    .Move__prev__head {
      background: url(../images/icon_arrow_bold_prev.svg) left center no-repeat;
      background-size: 1.6vw;
      margin-bottom: 1.5vw;
      padding-left: 3.2vw; }
      @media screen and (min-width: 750px) {
        .Move__prev__head {
          background-size: 6px;
          display: block;
          font-size: 75%;
          margin: 0;
          padding-left: 12px;
          position: absolute;
          top: 50%;
          left: 20px;
          transform: translateY(-50%); } }
    @media screen and (min-width: 750px) {
      .Move__prev__title {
        display: block;
        font-size: 87.5%;
        letter-spacing: 0.1em;
        line-height: 1.57;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: 180px; } }
  @media screen and (min-width: 750px) and (min-width: 1060px) {
    .Move__prev__title {
      width: 325px; } }

  @media screen and (min-width: 750px) and (min-width: 1060px) and (min-width: 1400px) {
    .Move__prev__title {
      width: 240px; } }

  .Move__next {
    background-color: #fff;
    float: right;
    min-height: 14vw;
    padding: 3vw 3.25vw;
    text-align: left;
    width: 37vw; }
    @media screen and (min-width: 750px) {
      .Move__next {
        min-height: 74px;
        padding: 0;
        position: relative;
        text-align: left;
        width: 300px; } }
  @media screen and (min-width: 750px) and (min-width: 1060px) {
    .Move__next {
      width: 445px; } }

  @media screen and (min-width: 750px) and (min-width: 1060px) and (min-width: 1400px) {
    .Move__next {
      margin-right: 170px;
      width: 360px; } }

    .Move__next__head {
      background: url(../images/icon_arrow_bold_next.svg) right center no-repeat;
      background-size: 1.6vw;
      margin-bottom: 1.5vw;
      padding-right: 3.2vw; }
      @media screen and (min-width: 750px) {
        .Move__next__head {
          background-size: 6px;
          display: block;
          font-size: 75%;
          margin: 0;
          padding-right: 12px;
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%); } }
    @media screen and (min-width: 750px) {
      .Move__next__title {
        display: block;
        font-size: 87.5%;
        letter-spacing: 0.1em;
        line-height: 1.57;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        width: 180px; } }
  @media screen and (min-width: 750px) and (min-width: 1060px) {
    .Move__next__title {
      width: 325px; } }

  @media screen and (min-width: 750px) and (min-width: 1060px) and (min-width: 1400px) {
    .Move__next__title {
      width: 240px; } }

/* aside
================================================== */
.Aside {
  background: url(../images/headline_h_topics.svg) center top 7vw no-repeat;
  background-size: 42.6vw;
  padding-top: 19vw;
  text-align: center; }
  @media screen and (min-width: 750px) {
    .Aside {
      background: url(../images/headline_v_topics.svg) center top no-repeat;
      background-size: 34px;
      float: right;
      padding-top: 180px;
      text-align: center; } }

.Category {
  background-color: #fff;
  min-height: 10.7vw;
  margin: 0 auto 10.7vw;
  position: relative; }
  @media screen and (min-width: 750px) {
    .Category {
      height: auto;
      margin: 0;
      min-height: 300px;
      width: 100px; } }
  .Category__title__current {
    color: #646a58;
    display: inline-block;
    float: left;
    font-size: 4vw;
    height: 4.7vw;
    letter-spacing: 0.2em;
    margin-left: 4vw;
    padding: 3vw 0;
    text-align: left;
    width: 70vw; }
    @media screen and (min-width: 750px) {
      .Category__title__current {
        display: none; } }
  .Category__title__switch, .Category__title__switch span {
    box-sizing: border-box;
    display: inline-block;
    transition: all .5s; }
  .Category__title__switch {
    float: right;
    height: 4vw;
    margin-right: 4vw;
    position: relative;
    width: 4vw; }
    @media screen and (min-width: 750px) {
      .Category__title__switch {
        display: none; } }
  .Category__title__switch span {
    background-color: #646a58;
    border-radius: 4vw;
    -webkit-border-radius: 4vw;
    -moz-border-radius: 4vw;
    -ms-border-radius: 4vw;
    -o-border-radius: 4vw;
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%; }
    .Category__title__switch span:nth-of-type(1) {
      top: 5vw;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg); }
    .Category__title__switch span:nth-of-type(2) {
      top: 5vw;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg); }
  .Category__title__switch.active span:nth-of-type(1) {
    top: 5vw;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg); }
  .Category__title__switch.active span:nth-of-type(2) {
    top: 5vw;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg); }
  .Category__menu {
    border-top: 0.5px solid #999;
    display: none;
    margin: 0 auto;
    width: 81.3vw; }
    @media screen and (min-width: 750px) {
      .Category__menu {
        background: url(../images/border_category.svg) center top 12px no-repeat;
        background-size: 100px;
        border: none;
        display: block;
        margin: auto;
        padding: 5px 19px 50px;
        width: auto; } }
    .Category__menu__item {
      border-bottom: 0.5px solid #999;
      display: inline-block;
      font-size: 4vw;
      height: 14.7vw;
      letter-spacing: 0.2em;
      position: relative;
      text-align: left;
      width: 73.3vw; }
      @media screen and (min-width: 750px) {
        .Category__menu__item {
          border: none;
          float: right;
          font-size: 75%;
          height: auto;
          letter-spacing: 0.1em;
          margin: 40px 0 0 13px;
          padding: 0;
          width: auto;
          /* autoprefixer: off */
          -webkit-writing-mode: vertical-rl;
          /* autoprefixer: on */
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; } }
      @media screen and (min-width: 750px) {
        .Category__menu__item:nth-of-type(3n) {
          margin: 40px 0 0 0; } }
      @media screen and (min-width: 750px) {
        .Category__menu__item:nth-of-type(3n+1) {
          clear: right; } }
      .Category__menu__item:last-of-type {
        border: none; }
      .Category__menu__item__link {
        color: #646a58;
        display: block;
        height: 100%;
        position: absolute;
        top: 5vw;
        left: 0;
        width: 100%; }
        @media screen and (min-width: 750px) {
          .Category__menu__item__link {
            display: inline-block;
            height: auto;
            position: static;
            top: auto;
            left: auto;
            width: auto; } }
        .Category__menu__item__link::before {
          content: "・"; }

/* topics
================================================== */
@media screen and (min-width: 750px) {
  .Topics {
    float: right;
    width: 520px; } }
  @media screen and (min-width: 750px) and (min-width: 1060px) {
    .Topics {
      width: 810px; } }

.News {
  letter-spacing: -1em; }
  .News__main {
    float: right;
    letter-spacing: 0.08em;
    width: 51.2vw; }
    @media screen and (min-width: 750px) {
      .News__main {
        float: none;
        letter-spacing: 0.1em;
        position: relative;
        width: 200px; } }
  .News__sub {
    float: left;
    width: 33.3vw; }
    @media screen and (min-width: 750px) {
      .News__sub {
        float: none;
        width: 200px; } }
  .News__item {
    display: block;
    margin-bottom: 8vw; }
    @media screen and (min-width: 750px) {
      .News__item {
        display: inline-block;
        margin: 0 60px 50px 0;
        vertical-align: top; } }
  @media screen and (min-width: 750px) and (min-width: 1060px) {
    .News__item {
      margin: 0 70px 50px 0; } }

    @media screen and (min-width: 750px) {
      .News__item:nth-of-type(2n) {
        margin: 0 0 50px; } }
  @media screen and (min-width: 750px) and (min-width: 1060px) {
    .News__item:nth-of-type(2n) {
      margin: 0 70px 50px 0; } }

    @media screen and (min-width: 1060px) {
      .News__item:nth-of-type(3n) {
        margin: 0 0 50px; } }
  .News__thumb__img {
    width: 100%; }
  .News__date {
    font-size: 3.73vw;
    margin-top: 5vw; }
    @media screen and (min-width: 750px) {
      .News__date {
        font-size: 81.25%;
        margin-top: 20px; } }
  .News__category {
    color: #646a58;
    font-size: 3.47vw;
    margin-top: 3vw; }
    @media screen and (min-width: 750px) {
      .News__category {
        display: block;
        font-size: 93.75%;
        margin-top: 0;
        position: absolute;
        top: -222px;
        left: 200px;
        width: 25px;
        /* autoprefixer: off */
        -webkit-writing-mode: vertical-rl;
        /* autoprefixer: on */
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; } }
    .News__category::before {
      content: "---"; }
      @media screen and (min-width: 750px) {
        .News__category::before {
          content: "・"; } }
  .News__title {
    font-size: 3.73vw;
    line-height: 5.32vw;
    margin-top: 4vw; }
    @media screen and (min-width: 750px) {
      .News__title {
        font-size: 75%;
        line-height: 1.5;
        margin-top: 10px; } }

@media screen and (min-width: 750px) {
  .Article {
    width: 460px; } }
  @media screen and (min-width: 750px) and (min-width: 1060px) {
    .Article {
      width: 740px; } }

.Article a {
  border-bottom: 1px solid #000;
  padding-bottom: 4px; }
.Article__date {
  display: inline-block;
  font-size: 3.73vw;
  letter-spacing: 0.1em;
  margin-right: 1vw; }
  @media screen and (min-width: 750px) {
    .Article__date {
      font-size: 81.25%;
      margin-right: 0; } }
.Article__category {
  color: #646a58;
  display: inline-block;
  font-size: 3.47vw;
  letter-spacing: 0.06em; }
  @media screen and (min-width: 750px) {
    .Article__category {
      font-size: 93.75%; } }
  .Article__category::before {
    content: "・"; }
.Article__title {
  font-size: 4.53vw;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 3vw; }
  @media screen and (min-width: 750px) {
    .Article__title {
      font-size: 162.5%;
      margin-top: 20px; } }
.Article__thumb {
  margin-top: 10vw; }
  @media screen and (min-width: 750px) {
    .Article__thumb {
      margin-top: 50px; } }
  .Article__thumb__img {
    width: 100%; }
.Article__body {
  font-size: 3.73vw;
  letter-spacing: 0.06em;
  line-height: 2.14;
  margin-top: 5vw; }
  @media screen and (min-width: 750px) {
    .Article__body {
      font-size: 87.5%;
      line-height: 2.64;
      margin-top: 50px; } }

/* buttons
================================================== */
.button--small {
  border: 1px solid #000;
  display: inline-block;
  font-size: 3.2vw;
  height: 5.33vw;
  letter-spacing: 0.18em;
  padding-top: 1.87vw;
  text-align: center;
  width: 50vw; }
  .button--small:hover {
    border-color: #999;
    color: #999; }
  @media screen and (min-width: 750px) {
    .button--small {
      font-size: 87.5%;
      height: 21px;
      padding-top: 7px;
      width: 180px; } }

.button--large {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 4.7vw;
  height: 9.4vw;
  letter-spacing: 0.26em;
  padding-top: 4.7vw;
  width: 81.5vw; }
  .button--large:hover {
    background-color: #999; }
  @media screen and (min-width: 750px) {
    .button--large {
      font-size: 137.5%;
      height: 40px;
      letter-spacing: 0.32em;
      padding-top: 20px;
      width: 500px; } }
