@charset "UTF-8";
/*
primary: 第1
secondary: 第2
tertiary: 第3
quaternary: 第4
quinary: 第5
senary: 第6
septenary: 第7
octonary: 第8
nonary: 第9
denary: 第10
*/
/* =======================================================================
　normalize
======================================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* =======================================================================
リセット
======================================================================= */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto; }

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

ol, ul {
  list-style: none; }

i {
  font-style: normal; }

label {
  cursor: pointer; }

th, td {
  vertical-align: middle; }

th {
  font-weight: normal;
  text-align: left; }

a {
  color: #111111;
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: underline; }

em {
  font-weight: bold;
  font-style: normal; }

figcaption {
  line-height: normal; }

button,
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  vertical-align: top;
  margin: 0;
  padding: 0; }

hr {
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

/* =======================================================================
module
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
font
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-ff-primary {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .075em; }

.m-ff-secondary {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0; }

.m-ff-tertiary {
  font-family: 'Corinthia', cursive;
  font-weight: 400;
  letter-spacing: 0; }

.m-ff-quaternary {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: .075em; }

.m-fw-n {
  font-weight: 500; }

.m-fw-b {
  font-weight: 700; }

.m-fs-10 {
  font-size: 1.0rem;
  line-height: 1.875; }

.m-fs-12 {
  font-size: 1.2rem;
  line-height: 1.875; }

.m-fs-14 {
  font-size: 1.4rem;
  line-height: 1.875; }

.m-fs-16 {
  font-size: 1.6rem;
  line-height: 1.875; }

.m-fs-18 {
  font-size: 1.8rem;
  line-height: 1.5; }

.m-fs-20 {
  font-size: 2.0rem;
  line-height: 1.5; }

.m-lh-l {
  line-height: 2; }

.m-lh-s {
  line-height: 1.5; }

.m-ls {
  letter-spacing: 0.1em; }

.m-ls-l {
  letter-spacing: 0.2em; }

.m-indent {
  text-indent: 1em; }

.m-color-primary {
  color: #111111; }
  .m-color-primary a {
    color: #111111; }

.m-color-secondary {
  color: #333; }
  .m-color-secondary a {
    color: #333; }

.m-color-tertiary {
  color: #e7e4dc; }
  .m-color-tertiary a {
    color: #e7e4dc; }

.m-color-quaternary {
  color: #867960; }
  .m-color-quaternary a {
    color: #867960; }

.m-color-clear {
  color: #ffffff; }
  .m-color-clear a {
    color: #ffffff; }

.m-color-alert {
  color: #867960; }
  .m-color-alert a {
    color: #867960; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
link
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-uline {
  text-decoration: underline; }

.m-uline:hover {
  text-decoration: none; }

.m-hline:hover {
  text-decoration: underline; }

.m-op {
  display: block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .m-op:hover {
    opacity: 0.7;
    text-decoration: none; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
display
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 768px), print {
  .m-sp-only {
    display: none !important; } }

.m-cf {
  *zoom: 1; }
  .m-cf:after {
    content: "";
    display: table;
    clear: both; }

.m-d-n {
  display: none; }

.m-d-b {
  display: block; }

.m-d-ib {
  display: inline-block; }

.m-d-i {
  display: inline; }

.m-ov-h {
  overflow: hidden; }

.m-d-tbl {
  display: table;
  width: 100%; }
  .m-d-tbl__cell {
    display: table-cell; }

.m-nowrap {
  white-space: nowrap; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
float
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-fl-l {
  float: left; }

.m-fl-r {
  float: right; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
hr
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-hr {
  height: 1px;
  background-color: #aaa;
  border: 0; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
img
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-img-fit {
  width: 100%; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
align
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-align-c {
  text-align: center; }

.m-align-l {
  text-align: left; }

.m-align-r {
  text-align: right; }

.m-valign-t {
  vertical-align: top; }

.m-valign-m {
  vertical-align: middle; }

.m-valign-b {
  vertical-align: bottom; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
layout
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.l-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px; }

.l-sec {
  padding: 64px 24px 96px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1048px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
margin
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-mt-2xs {
  margin-top: 8px; }

.m-mt-xs {
  margin-top: 16px; }

.m-mt-s {
  margin-top: 24px; }

.m-mt {
  margin-top: 32px; }

.m-mt-l {
  margin-top: 48px; }

.m-mt-xl {
  margin-top: 64px; }

.m-mt-2xl {
  margin-top: 80px; }

.m-mt-3xl {
  margin-top: 96px; }

.m-mb-2xs {
  margin-bottom: 8px; }

.m-mb-xs {
  margin-bottom: 16px; }

.m-mb-s {
  margin-bottom: 24px; }

.m-mb {
  margin-bottom: 32px; }

.m-mb-l {
  margin-bottom: 48px; }

.m-mb-xl {
  margin-bottom: 64px; }

.m-mb-2xl {
  margin-bottom: 80px; }

.m-mb-3xl {
  margin-bottom: 96px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
padding
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-pt-2xs {
  padding-top: 8px; }

.m-pt-xs {
  padding-top: 16px; }

.m-pt-s {
  padding-top: 24px; }

.m-pt {
  padding-top: 32px; }

.m-pt-l {
  padding-top: 48px; }

.m-pt-xl {
  padding-top: 64px; }

.m-pt-2xl {
  padding-top: 80px; }

.m-pt-3xl {
  padding-top: 96px; }

.m-pb-2xs {
  padding-bottom: 8px; }

.m-pb-xs {
  padding-bottom: 16px; }

.m-pb-s {
  padding-bottom: 24px; }

.m-pb {
  padding-bottom: 32px; }

.m-pb-l {
  padding-bottom: 48px; }

.m-pb-xl {
  padding-bottom: 64px; }

.m-pb-2xl {
  padding-bottom: 80px; }

.m-pb-3xl {
  padding-bottom: 96px; }

.m-p-2xs {
  padding: 8px; }

.m-p-xs {
  padding: 16px; }

.m-p-s {
  padding: 24px; }

.m-p {
  padding: 32px; }

.m-p-l {
  padding: 48px; }

.m-p-xl {
  padding: 64px; }

.m-p-2xl {
  padding: 80px; }

.m-p-3xl {
  padding: 96px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
list
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-list-dot > * {
  position: relative;
  padding-left: 1em; }
  .m-list-dot > *:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0; }

.m-list-cir > * {
  position: relative; }
  .m-list-cir > *:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0; }

.m-list-square > * {
  position: relative; }
  .m-list-square > *:before {
    content: "■";
    position: absolute;
    left: 0;
    top: 0; }

.m-list-decimal {
  list-style: decimal;
  margin-left: 1.5em; }

.m-list-ar > * {
  position: relative;
  padding-left: 20px; }
  .m-list-ar > *:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
border
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-circle {
  border-radius: 50%; }

.m-bor-primary {
  border: solid 1px #aaa; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
bg
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-bg-primary {
  background-color: #eee; }

.m-bg-secondary {
  background-color: #f4f3f0; }

.m-bg-tertiary {
  background-color: #eeeeee; }

.m-bg-quaternary {
  background-color: #eeeeee; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
btn
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
button.m-btn,
input.m-btn,
a.m-btn,
.m-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  width: 100%;
  border-radius: 0;
  background-color: #111111;
  color: #ffffff;
  font-size: 1.6rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center; }
  button.m-btn:hover,
  input.m-btn:hover,
  a.m-btn:hover,
  .m-btn:hover {
    opacity: 0.7;
    text-decoration: none; }
  button.m-btn--secondary,
  input.m-btn--secondary,
  a.m-btn--secondary,
  .m-btn--secondary {
    background-color: #aaa; }
  button.m-btn--center,
  input.m-btn--center,
  a.m-btn--center,
  .m-btn--center {
    margin-left: auto;
    margin-right: auto; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
hanv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-hav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  background-color: #e7e4dc; }
  .m-hav__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .m-hav__sub__item {
      border-left: solid 1px #ffffff;
      width: 160px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }

select.m-cat-nav {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 48px;
  padding: 12px 48px 12px 16px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-image: url("../images/icon-select.svg");
  background-position: right 50%;
  cursor: pointer;
  font-size: 1.6rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  outline: none;
  line-height: 1.231;
  -o-text-overflow: '';
  text-overflow: ''; }

select.m-cat-nav::-ms-expand {
  display: none; }

.m-breadcrumb-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.m-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 1.4rem;
  letter-spacing: .025em; }
  .m-breadcrumb__item {
    position: relative;
    padding-right: 2em;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .m-breadcrumb__item:before {
      content: "";
      position: absolute;
      right: .75em;
      top: 50%;
      width: 8px;
      height: 8px;
      border-top: solid 1px #111111;
      border-right: solid 1px #111111;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
    .m-breadcrumb__item:last-child:before {
      display: none; }
    .m-breadcrumb__item a {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .m-breadcrumb__item a:hover {
        color: #867960;
        text-decoration: none; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
form
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
input[type="text"].m-input-text,
textarea.m-textarea {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: solid 1px #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 16px 16px;
  border-radius: 0;
  width: 100%;
  background-color: #ffffff;
  outline: none;
  font-size: 1.6rem; }
  input[type="text"].m-input-text:focus,
  textarea.m-textarea:focus {
    border-color: #867960; }
  input[type="text"].m-input-text--s,
  textarea.m-textarea--s {
    width: 30%; }

textarea.m-textarea {
  resize: none;
  line-height: 1.875; }

input[type="radio"].m-input-radio,
input[type="checkbox"].m-input-checkbox {
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  margin-right: 10px;
  margin-top: -3px;
  border: solid 1px #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  outline: none;
  width: 24px;
  height: 24px;
  vertical-align: middle; }

input[type="radio"].m-input-radio:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #867960;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -6px;
  border-radius: 100%;
  display: none; }

input[type="radio"].m-input-radio:checked:after {
  display: block; }

input[type="checkbox"].m-input-checkbox:after {
  content: "";
  width: 8px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: solid 2px #867960;
  border-right: solid 2px #867960;
  margin-top: -10px;
  margin-left: -4px;
  display: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

input[type="checkbox"].m-input-checkbox:checked:after {
  display: block; }

input[type="radio"].m-input-radio {
  border-radius: 100%; }

input[type="checkbox"].m-input-checkbox {
  border-radius: 0; }

label.m-label-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  label.m-label-set input[type="radio"].m-input-radio,
  label.m-label-set input[type="checkbox"].m-input-checkbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    display: block;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }

select.m-select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 40px;
  padding: 12px 45px 12px 15px;
  border: solid 2px #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-image: url("../images/icon-select.svg");
  background-position: right 50%;
  cursor: pointer;
  font-size: 1.6rem;
  outline: none;
  line-height: 1.231;
  -o-text-overflow: '';
  text-overflow: ''; }

select.m-select::-ms-expand {
  display: none; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
cms
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body.m-cms-editor-body {
  background-color: #ffffff;
  color: #111111;
  max-width: 760px !important;
  padding: 40px !important; }

body.m-cms-editor-body,
.m-cms-body {
  *zoom: 1;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1.875;
  overflow: hidden; }
  body.m-cms-editor-body:after,
  .m-cms-body:after {
    content: "";
    display: table;
    clear: both; }
  body.m-cms-editor-body h1, body.m-cms-editor-body h2, body.m-cms-editor-body h3, body.m-cms-editor-body h4, body.m-cms-editor-body h5, body.m-cms-editor-body h6, body.m-cms-editor-body p, body.m-cms-editor-body ol, body.m-cms-editor-body ul, body.m-cms-editor-body dl, body.m-cms-editor-body pre, body.m-cms-editor-body hr, body.m-cms-editor-body blockquote,
  .m-cms-body h1,
  .m-cms-body h2,
  .m-cms-body h3,
  .m-cms-body h4,
  .m-cms-body h5,
  .m-cms-body h6,
  .m-cms-body p,
  .m-cms-body ol,
  .m-cms-body ul,
  .m-cms-body dl,
  .m-cms-body pre,
  .m-cms-body hr,
  .m-cms-body blockquote {
    *zoom: 1;
    clear: both; }
    body.m-cms-editor-body h1:after, body.m-cms-editor-body h2:after, body.m-cms-editor-body h3:after, body.m-cms-editor-body h4:after, body.m-cms-editor-body h5:after, body.m-cms-editor-body h6:after, body.m-cms-editor-body p:after, body.m-cms-editor-body ol:after, body.m-cms-editor-body ul:after, body.m-cms-editor-body dl:after, body.m-cms-editor-body pre:after, body.m-cms-editor-body hr:after, body.m-cms-editor-body blockquote:after,
    .m-cms-body h1:after,
    .m-cms-body h2:after,
    .m-cms-body h3:after,
    .m-cms-body h4:after,
    .m-cms-body h5:after,
    .m-cms-body h6:after,
    .m-cms-body p:after,
    .m-cms-body ol:after,
    .m-cms-body ul:after,
    .m-cms-body dl:after,
    .m-cms-body pre:after,
    .m-cms-body hr:after,
    .m-cms-body blockquote:after {
      content: "";
      display: table;
      clear: both; }
  body.m-cms-editor-body a,
  .m-cms-body a {
    text-decoration: underline;
    color: #867960; }
    body.m-cms-editor-body a:hover,
    .m-cms-body a:hover {
      text-decoration: none; }
  body.m-cms-editor-body h1, body.m-cms-editor-body h2, body.m-cms-editor-body h3, body.m-cms-editor-body h4, body.m-cms-editor-body h5, body.m-cms-editor-body h6,
  .m-cms-body h1,
  .m-cms-body h2,
  .m-cms-body h3,
  .m-cms-body h4,
  .m-cms-body h5,
  .m-cms-body h6 {
    margin-bottom: 16px;
    line-height: 1.4;
    font-weight: 700; }
  body.m-cms-editor-body h2,
  .m-cms-body h2 {
    font-size: 2.4rem; }
  body.m-cms-editor-body h3,
  .m-cms-body h3 {
    font-size: 2.2rem; }
  body.m-cms-editor-body h4,
  .m-cms-body h4 {
    font-size: 2.0rem; }
  body.m-cms-editor-body i,
  .m-cms-body i {
    font-style: italic; }
  body.m-cms-editor-body pre,
  .m-cms-body pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word; }
  body.m-cms-editor-body blockquote,
  .m-cms-body blockquote {
    margin: 0 0 32px;
    padding: 16px 24px;
    background-color: #eee;
    font-size: 1.4rem; }
  body.m-cms-editor-body hr,
  .m-cms-body hr {
    height: 1px;
    background-color: #aaa;
    border: 0;
    margin-bottom: 32px; }
  body.m-cms-editor-body p,
  .m-cms-body p {
    *zoom: 1;
    margin-bottom: 32px;
    line-height: 2; }
    body.m-cms-editor-body p:after,
    .m-cms-body p:after {
      content: "";
      display: table;
      clear: both; }
  body.m-cms-editor-body ul, body.m-cms-editor-body ol,
  .m-cms-body ul,
  .m-cms-body ol {
    margin-bottom: 32px; }
  body.m-cms-editor-body ol li,
  .m-cms-body ol li {
    list-style-type: decimal;
    margin-left: 1.5em; }
  body.m-cms-editor-body ul li,
  .m-cms-body ul li {
    list-style-type: disc;
    margin-left: 1.5em; }
  body.m-cms-editor-body img,
  .m-cms-body img {
    max-width: 100%;
    height: auto; }
    body.m-cms-editor-body img.alignleft,
    .m-cms-body img.alignleft {
      float: left;
      margin-right: 40px;
      margin-bottom: 20px; }
    body.m-cms-editor-body img.alignright,
    .m-cms-body img.alignright {
      float: right;
      margin-left: 40px;
      margin-bottom: 20px; }
    body.m-cms-editor-body img.aligncenter,
    .m-cms-body img.aligncenter {
      display: block;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
  body.m-cms-editor-body table,
  .m-cms-body table {
    width: 100%;
    background-color: #ffffff;
    table-layout: fixed; }
    body.m-cms-editor-body table th, body.m-cms-editor-body table td,
    .m-cms-body table th,
    .m-cms-body table td {
      padding: 10px 20px;
      font-size: 1.4rem;
      border: solid 1px #aaa; }
    body.m-cms-editor-body table th,
    .m-cms-body table th {
      background-color: #333;
      color: #ffffff;
      font-weight: 700; }
  body.m-cms-editor-body .wp-caption-text,
  .m-cms-body .wp-caption-text {
    font-size: 1.4rem;
    margin-top: .5em; }
  body.m-cms-editor-body .wp-caption.alignleft,
  .m-cms-body .wp-caption.alignleft {
    display: block;
    float: left;
    margin-bottom: 10px;
    width: calc(50% - 20px) !important;
    margin-right: 20px; }
    body.m-cms-editor-body .wp-caption.alignleft img,
    .m-cms-body .wp-caption.alignleft img {
      width: 100%;
      height: auto; }
  body.m-cms-editor-body .wp-caption.alignright,
  .m-cms-body .wp-caption.alignright {
    display: block;
    float: right;
    margin-bottom: 10px;
    width: calc(50% - 20px) !important;
    margin-left: 20px; }
    body.m-cms-editor-body .wp-caption.alignright img,
    .m-cms-body .wp-caption.alignright img {
      width: 100%;
      height: auto; }
  body.m-cms-editor-body .wp-caption.aligncenter, body.m-cms-editor-body .wp-caption.alignnone,
  .m-cms-body .wp-caption.aligncenter,
  .m-cms-body .wp-caption.alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 96px;
  margin-bottom: -10px; }
  .wp-pagenavi > a, .wp-pagenavi > span {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    width: 40px;
    height: 40px;
    background-color: #e7e4dc; }
  .wp-pagenavi > a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .wp-pagenavi > a:hover {
      text-decoration: none; }
    .wp-pagenavi > a:hover {
      background-color: #333;
      color: #ffffff; }
  .wp-pagenavi > span {
    background-color: #333;
    color: #ffffff; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
slick
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-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 {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

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

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
  outline: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .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; }

.slick-arrow.slick-disabled {
  display: none;
  opacity: 0; }

/* =======================================================================
base
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
layout
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .075em;
  font-size: 1.6rem;
  line-height: 1.231;
  color: #111111; }

#l-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 175px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 5090;
  padding: 24px 24px;
  height: 175px; }

.m-header-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .m-header-logo:hover {
    opacity: 0.7;
    text-decoration: none; }

.m-global-nav-warp {
  margin-top: 16px; }

.m-global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0; }
  .m-global-nav__item {
    font-size: 2rem; }
    .m-global-nav__item + .m-global-nav__item {
      margin-left: 32px; }
    .m-global-nav__item a {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .m-global-nav__item a:hover {
        color: #867960;
        text-decoration: none; }

.m-header-sns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 24px;
  top: 24px; }
  .m-header-sns-nav__item a {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .m-header-sns-nav__item a:hover {
      opacity: 0.7;
      text-decoration: none; }
    .m-header-sns-nav__item a img {
      width: 36px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.l-footer {
  background-color: #111111;
  color: #ffffff; }
  .l-footer a {
    color: #ffffff; }
  .l-footer-inner {
    padding: 60px 24px 24px; }

.m-footer-logo {
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .m-footer-logo:hover {
    opacity: 0.7;
    text-decoration: none; }

.m-footer-nav {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0; }
  .m-footer-nav__item {
    font-size: 1.8rem; }
    .m-footer-nav__item + .m-footer-nav__item {
      margin-left: 24px; }
    .m-footer-nav__item a:hover {
      text-decoration: none; }

.m-footer-sns-nav {
  padding-top: 32px;
  border-top: solid 1px #333;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .m-footer-sns-nav__item a {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .m-footer-sns-nav__item a:hover {
      opacity: 0.7;
      text-decoration: none; }
    .m-footer-sns-nav__item a img {
      width: 36px; }

.m-footer-cr {
  margin-top: 32px;
  display: block;
  text-align: center;
  color: #aaa;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.4rem; }

/* =======================================================================
共通
======================================================================= */
.js-scroll-anima {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0; }
  .js-scroll-anima.is-on {
    opacity: 1; }

.m-fixed-sns-nav {
  position: fixed;
  z-index: 5080;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .m-fixed-sns-nav__item + .m-fixed-sns-nav__item {
    margin-top: 1px; }
  .m-fixed-sns-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #111111;
    width: 48px;
    height: 48px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .m-fixed-sns-nav__item a:hover {
      opacity: 0.7;
      text-decoration: none; }

/* =======================================================================
archives
======================================================================= */
.m-archives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-bottom: -24px; }
  .m-archives__item {
    width: calc(50% - 24px);
    margin-right: 24px;
    margin-bottom: 24px;
    background-color: #ffffff; }
    .m-archives__item--secondary {
      width: calc(33.3% - 24px); }
    .m-archives__item a {
      position: relative; }
      .m-archives__item a:hover {
        text-decoration: none; }
        .m-archives__item a:hover .image:after {
          opacity: 1; }
        .m-archives__item a:hover .bg {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
    .m-archives__item .content {
      padding: 24px; }
    .m-archives__item .sub {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 8px;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      letter-spacing: 0; }
      .m-archives__item .sub .datetime {
        font-size: 1.5rem;
        font-weight: 500; }
        .m-archives__item .sub .datetime + .cat {
          margin-left: 12px; }
      .m-archives__item .sub .cat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #111111;
        padding: 4px 8px;
        color: #ffffff;
        font-size: 1.4rem;
        font-weight: 500; }
        .m-archives__item .sub .cat + .cat {
          margin-left: 4px; }
    .m-archives__item .title {
      line-height: 1.75;
      font-size: 1.8rem;
      font-weight: 500; }
    .m-archives__item .image {
      position: relative;
      padding-bottom: calc(9 / 16 * 100%);
      overflow: hidden; }
      .m-archives__item .image:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 0;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s; }
      .m-archives__item .image .bg {
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50%; }

/* =======================================================================
single
======================================================================= */
.m-article-heading {
  margin-bottom: 48px; }
  .m-article-heading .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 8px; }
    .m-article-heading .sub .datetime {
      font-size: 1.8rem;
      font-weight: 500; }
      .m-article-heading .sub .datetime + .cat {
        margin-left: 12px; }
    .m-article-heading .sub .cat {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #111111;
      padding: 4px 8px;
      color: #ffffff;
      font-size: 1.6rem;
      font-weight: 500; }
      .m-article-heading .sub .cat + .cat {
        margin-left: 4px; }
  .m-article-heading .title {
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1.75; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
grid
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-grid-column {
  display: -ms-grid;
  display: grid;
  gap: 0;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 20vw 20vw 20vw 20vw 20vw 20vw 20vw 20vw;
  grid-template-rows: 20vw 20vw 20vw 20vw 20vw 20vw 20vw 20vw; }
  .m-grid-column + .m-grid-column {
    margin-top: 0; }
  .m-grid-column__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden; }
    .m-grid-column__item a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      background-size: cover;
      background-position: 50%;
      overflow: hidden; }
      .m-grid-column__item a .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-size: cover;
        background-position: 50%;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s; }
      .m-grid-column__item a:hover {
        text-decoration: none; }
        .m-grid-column__item a:hover .bg {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
        .m-grid-column__item a:hover:after {
          opacity: 1; }
      .m-grid-column__item a:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        z-index: 1; }
      .m-grid-column__item a:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
        z-index: 1; }
    .m-grid-column__item:nth-of-type(1) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-column: 1 / 4;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3; }
    .m-grid-column__item:nth-of-type(2) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 3;
      -ms-grid-row-span: 2;
      grid-row: 3 / 5; }
    .m-grid-column__item:nth-of-type(5) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-column: 1 / 4;
      -ms-grid-row: 5;
      -ms-grid-row-span: 2;
      grid-row: 5 / 7; }
    .m-grid-column__item:nth-of-type(8) {
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
      grid-column: 2 / 4;
      -ms-grid-row: 7;
      -ms-grid-row-span: 2;
      grid-row: 7 / 9; }
  .m-grid-column-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #ffffff;
    padding: 24px;
    z-index: 2; }
  .m-grid-column-label {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Corinthia', cursive;
    font-weight: 400;
    letter-spacing: 0;
    background-color: #111111;
    color: #ffffff;
    font-weight: 500;
    font-size: 3rem;
    padding: 12px 16px;
    z-index: 2; }
  .m-grid-column-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.2); }
  .m-grid-column-sub {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.2); }
    .m-grid-column-sub .datetime {
      font-size: 1.6rem;
      font-weight: 500; }
      .m-grid-column-sub .datetime + .cat {
        margin-left: 12px; }
    .m-grid-column-sub .cat {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #111111;
      padding: 4px 8px;
      color: #ffffff;
      font-size: 1.5rem;
      font-weight: 500; }
      .m-grid-column-sub .cat + .cat {
        margin-left: 4px; }

/* =======================================================================
home
======================================================================= */
.m-home {
  padding-top: 48px; }

.m-home-news {
  position: fixed;
  left: 0;
  top: 175px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  background-color: #e7e4dc;
  z-index: 5080; }
  .m-home-news__title {
    padding: 16px 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.8rem; }
  .m-home-news__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 16px 24px; }
  .m-home-news-list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .m-home-news-list-content:hover {
      text-decoration: none; }
    .m-home-news-list-content:hover {
      color: #867960; }
    .m-home-news-list-content .datetime {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 80px;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      letter-spacing: 0;
      font-size: 1.4rem; }
    .m-home-news-list-content .text {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0; }
    .m-home-news-list-content .link {
      font-size: 1.3rem;
      position: absolute;
      left: 0;
      top: 1px;
      width: 100%;
      display: block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
about
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-about-image {
  text-align: center; }

.m-about-title {
  width: 200px;
  margin-left: auto;
  margin-right: auto; }

.m-about-name {
  text-align: center;
  font-size: 2.4rem; }

.m-about-profile {
  line-height: 3;
  text-align: center;
  font-size: 1.6rem; }

.m-about-exhibition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .m-about-exhibition__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: 'Corinthia', cursive;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 4rem;
    margin-right: 96px;
    background-color: #111111;
    color: #ffffff;
    font-weight: 500;
    padding: 12px 24px; }
  .m-about-exhibition__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; }
  .m-about-exhibition-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    line-height: 1.875; }
    .m-about-exhibition-item + .m-about-exhibition-item {
      margin-top: 16px; }
    .m-about-exhibition-item__title {
      width: 200px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 24px; }
    .m-about-exhibition-item__content {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0; }

/* =======================================================================
contact
======================================================================= */
.m-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.875; }
  .m-contact-item + .m-contact-item {
    margin-top: 32px; }
  .m-contact-item__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 240px; }
    .m-contact-item__title .require {
      color: #867960; }
  .m-contact-item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; }
    .m-contact-item__content label {
      display: block; }
      .m-contact-item__content label + label {
        margin-top: 8px; }

.m-contact-btns {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .m-contact-btns input,
  .m-contact-btns button,
  .m-contact-btns a {
    width: 320px;
    margin-left: 10px;
    margin-right: 10px; }

@media screen and (max-width: 767px) {
  /* =======================================================================
module
======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
font
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-fs-10 {
    font-size: 1.0rem; }
  .m-fs-12 {
    font-size: 1.1rem; }
  .m-fs-14 {
    font-size: 1.2rem; }
  .m-fs-16 {
    font-size: 1.4rem; }
  .m-fs-18 {
    font-size: 1.6rem; }
  .m-fs-20 {
    font-size: 1.8rem; }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
link
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-uline {
    text-decoration: none; }
  .m-uline:hover {
    text-decoration: none; }
  .m-hline {
    text-decoration: none; }
  .m-hline:hover {
    text-decoration: none; }
  a {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2); }
    a:hover {
      opacity: 1 !important;
      text-decoration: none !important; }
  a.m-uline:hover {
    text-decoration: underline !important; }
  .m-op {
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s; }
    .m-op:hover {
      opacity: 1; }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
display
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-align-c--pc {
    text-align: inherit; }
  .m-pc-only {
    display: none !important; }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
layout
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .l-inner {
    max-width: inherit; }
  .l-sec {
    padding: 24px 16px 48px;
    max-width: inherit; }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
margin
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-mt-2xs {
    margin-top: 8px; }
  .m-mt-xs {
    margin-top: 12px; }
  .m-mt-s {
    margin-top: 16px; }
  .m-mt {
    margin-top: 24px; }
  .m-mt-l {
    margin-top: 32px; }
  .m-mt-xl {
    margin-top: 40px; }
  .m-mt-2xl {
    margin-top: 54px; }
  .m-mt-3xl {
    margin-top: 64px; }
  .m-mb-2xs {
    margin-bottom: 8px; }
  .m-mb-xs {
    margin-bottom: 12px; }
  .m-mb-s {
    margin-bottom: 16px; }
  .m-mb {
    margin-bottom: 24px; }
  .m-mb-l {
    margin-bottom: 32px; }
  .m-mb-xl {
    margin-bottom: 40px; }
  .m-mb-2xl {
    margin-bottom: 54px; }
  .m-mb-3xl {
    margin-bottom: 64px; }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
padding
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-pt-2xs {
    padding-top: 8px; }
  .m-pt-xs {
    padding-top: 12px; }
  .m-pt-s {
    padding-top: 16px; }
  .m-pt {
    padding-top: 24px; }
  .m-pt-l {
    padding-top: 32px; }
  .m-pt-xl {
    padding-top: 40px; }
  .m-pt-2xl {
    padding-top: 54px; }
  .m-pt-3xl {
    padding-top: 64px; }
  .m-pb-2xs {
    padding-bottom: 8px; }
  .m-pb-xs {
    padding-bottom: 12px; }
  .m-pb-s {
    padding-bottom: 16px; }
  .m-pb {
    padding-bottom: 24px; }
  .m-pb-l {
    padding-bottom: 32px; }
  .m-pb-xl {
    padding-bottom: 40px; }
  .m-pb-2xl {
    padding-bottom: 54px; }
  .m-pb-3xl {
    padding-bottom: 64px; }
  .m-p-2xs {
    padding: 8px; }
  .m-p-xs {
    padding: 12px; }
  .m-p-s {
    padding: 16px; }
  .m-p {
    padding: 24px; }
  .m-p-l {
    padding: 32px; }
  .m-p-xl {
    padding: 40px; }
  .m-p-2xl {
    padding: 54px; }
  .m-p-3xl {
    padding: 64px; }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
border
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
bg
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
btn
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  button.m-btn,
  input.m-btn,
  a.m-btn,
  .m-btn {
    font-size: 1.4rem; }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
hanv
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-hav {
    display: block;
    height: auto; }
    .m-hav__sub {
      border-top: solid 1px #ffffff; }
      .m-hav__sub__item {
        width: 50%;
        border-left: 0; }
        .m-hav__sub__item + .m-hav__sub__item {
          border-left: solid 1px #ffffff; }
  .m-breadcrumb {
    height: 48px;
    padding: 0 16px;
    font-size: 1.2rem; }
    .m-breadcrumb__item {
      position: relative;
      padding-right: 2em;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .m-breadcrumb__item:before {
        content: "";
        position: absolute;
        right: .75em;
        top: 50%;
        width: 8px;
        height: 8px;
        border-top: solid 1px #111111;
        border-right: solid 1px #111111;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
      .m-breadcrumb__item:last-child:before {
        display: none; }
      .m-breadcrumb__item a {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .m-breadcrumb__item a:hover {
          color: #867960;
          text-decoration: none; }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
form
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
cms
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  body.m-cms-editor-body {
    max-width: inherit !important;
    padding: 24px !important; }
  body.m-cms-editor-body,
  .m-cms-body {
    font-size: 1.4rem; }
    body.m-cms-editor-body h1, body.m-cms-editor-body h2, body.m-cms-editor-body h3, body.m-cms-editor-body h4, body.m-cms-editor-body h5, body.m-cms-editor-body h6,
    .m-cms-body h1,
    .m-cms-body h2,
    .m-cms-body h3,
    .m-cms-body h4,
    .m-cms-body h5,
    .m-cms-body h6 {
      margin-bottom: 12px; }
    body.m-cms-editor-body h2,
    .m-cms-body h2 {
      font-size: 2rem; }
    body.m-cms-editor-body h3,
    .m-cms-body h3 {
      font-size: 1.8rem; }
    body.m-cms-editor-body h4,
    .m-cms-body h4 {
      font-size: 1.6rem; }
    body.m-cms-editor-body blockquote,
    .m-cms-body blockquote {
      margin: 0 0 24px;
      padding: 12px 16px; }
    body.m-cms-editor-body hr,
    .m-cms-body hr {
      margin-bottom: 24px; }
    body.m-cms-editor-body p,
    .m-cms-body p {
      margin-bottom: 24px; }
    body.m-cms-editor-body ul, body.m-cms-editor-body ol,
    .m-cms-body ul,
    .m-cms-body ol {
      margin-bottom: 24px; }
    body.m-cms-editor-body img,
    .m-cms-body img {
      max-width: 100%;
      height: auto; }
      body.m-cms-editor-body img.alignleft, body.m-cms-editor-body img.alignright, body.m-cms-editor-body img.aligncenter,
      .m-cms-body img.alignleft,
      .m-cms-body img.alignright,
      .m-cms-body img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        float: none; }
    body.m-cms-editor-body table th, body.m-cms-editor-body table td,
    .m-cms-body table th,
    .m-cms-body table td {
      padding: 10px;
      font-size: 1.2rem; }
    body.m-cms-editor-body .wp-caption-text,
    .m-cms-body .wp-caption-text {
      font-size: 1.2rem;
      margin-top: .5em; }
    body.m-cms-editor-body .wp-caption.alignleft, body.m-cms-editor-body .wp-caption.alignright,
    .m-cms-body .wp-caption.alignleft,
    .m-cms-body .wp-caption.alignright {
      display: block;
      margin-bottom: 16px;
      float: none;
      width: auto;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      body.m-cms-editor-body .wp-caption.alignleft img, body.m-cms-editor-body .wp-caption.alignright img,
      .m-cms-body .wp-caption.alignleft img,
      .m-cms-body .wp-caption.alignright img {
        width: 100%;
        height: auto; }
    body.m-cms-editor-body .wp-caption.aligncenter, body.m-cms-editor-body .wp-caption.alignnone,
    .m-cms-body .wp-caption.aligncenter,
    .m-cms-body .wp-caption.alignnone {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 16px; }
  .wp-pagenavi {
    margin-top: 48px; } }

@media screen and (max-width: 767px) {
  /* =======================================================================
base
======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
layout
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  body {
    font-size: 1.2rem; }
  #l-wrapper {
    min-width: inherit;
    padding-top: 64px; }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .l-header {
    padding: 0;
    height: auto; }
    .l-header-inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 64px; }
  .m-header-logo {
    width: 120px; }
  .m-header-menu {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    top: 0; }
    .m-header-menu figure {
      position: absolute;
      left: 50%;
      height: 1px;
      width: 24px;
      margin-left: -12px;
      background-color: #111111;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .m-header-menu figure:nth-of-type(1) {
        top: 50%;
        margin-top: -8px; }
      .m-header-menu figure:nth-of-type(2) {
        top: 50%;
        margin-top: -1px; }
      .m-header-menu figure:nth-of-type(3) {
        bottom: 50%;
        margin-bottom: -7px; }
    .m-header-menu.is-active {
      background-color: transparent; }
      .m-header-menu.is-active figure:nth-of-type(1) {
        top: 50%;
        margin-top: -1px; }
      .m-header-menu.is-active figure:nth-of-type(3) {
        bottom: 50%;
        margin-bottom: 0px; }
  .m-global-nav-warp {
    position: fixed;
    left: 0;
    top: 64px;
    width: 100%;
    margin-top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    pointer-events: none;
    z-index: 5090;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .m-global-nav-warp.is-active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      pointer-events: auto; }
  .m-global-nav-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1; }
  .m-global-nav-inner {
    position: relative;
    z-index: 2;
    background-color: #ffffff; }
  .m-global-nav {
    display: block;
    padding: 16px 0; }
    .m-global-nav__item {
      font-size: 1.8rem; }
      .m-global-nav__item + .m-global-nav__item {
        margin-left: 0; }
      .m-global-nav__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 40px;
        padding: 0 16px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .m-global-nav__item a:hover {
          color: #867960;
          text-decoration: none; }
  .m-header-sns-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    right: auto;
    top: auto; }
    .m-header-sns-nav__item a {
      height: 64px; }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .l-footer-inner {
    padding: 24px 16px; }
  .m-footer-logo {
    width: 120px; }
  .m-footer-nav {
    margin-top: 16px;
    display: block; }
    .m-footer-nav__item {
      font-size: 1.8rem; }
      .m-footer-nav__item + .m-footer-nav__item {
        margin-left: 0; }
      .m-footer-nav__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 40px; }
        .m-footer-nav__item a:hover {
          text-decoration: none; }
  .m-footer-sns-nav {
    padding-top: 16px;
    margin-top: 16px; }
  .m-footer-cr {
    margin-top: 16px;
    font-size: 1rem; } }

@media screen and (max-width: 767px) {
  /* =======================================================================
共通
======================================================================= */
  .m-fixed-sns-nav__item a {
    width: 40px;
    height: 40px; }
    .m-fixed-sns-nav__item a img {
      width: 30px; }
  /* =======================================================================
archives
======================================================================= */
  .m-archives {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: 0px; }
    .m-archives__item {
      width: auto;
      margin-right: 0;
      margin-bottom: 0; }
      .m-archives__item + .m-archives__item {
        margin-top: 16px; }
      .m-archives__item--secondary {
        width: auto; }
      .m-archives__item .title {
        font-size: 1.6rem; }
      .m-archives__item .content {
        padding: 16px; }
  /* =======================================================================
single
======================================================================= */
  .m-article-heading {
    margin-bottom: 32px; }
    .m-article-heading .sub .datetime {
      font-size: 1.5rem; }
    .m-article-heading .sub .cat {
      font-size: 1.4rem; }
    .m-article-heading .title {
      font-size: 2rem; }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
grid
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-grid-column {
    display: block; }
    .m-grid-column + .m-grid-column {
      margin-top: 0; }
    .m-grid-column__item a {
      height: calc(100vh - 112px - 80px); }
    .m-grid-column-content {
      padding: 24px 16px; }
    .m-grid-column-label {
      font-size: 2.4rem; }
    .m-grid-column-title {
      font-size: 1.8rem; }
    .m-grid-column-sub .datetime {
      font-size: 1.4rem; }
    .m-grid-column-sub .cat {
      font-size: 1.3rem; } }

@media screen and (max-width: 767px) {
  /* =======================================================================
home
======================================================================= */
  .m-home {
    padding-top: 48px; }
  .m-home-news {
    top: 64px;
    height: 48px; }
    .m-home-news__title {
      padding: 16px 8px 19px 16px;
      font-size: 1.6rem; }
    .m-home-news__content {
      padding: 16px 16px 16px 8px; }
    .m-home-news-list-content .datetime {
      width: 70px;
      font-size: 1.3rem; }
    .m-home-news-list-content .link {
      font-size: 1.2rem; }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
about
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-about-title {
    width: 120px; }
  .m-about-name {
    font-size: 2rem; }
  .m-about-profile {
    line-height: 2.5;
    font-size: 1.4rem;
    text-align: left; }
  .m-about-exhibition {
    display: block; }
    .m-about-exhibition__title {
      font-size: 3rem;
      margin-right: 0;
      margin-bottom: 24px;
      padding: 12px 16px;
      text-align: center; }
    .m-about-exhibition-item {
      font-size: 1.2rem; }
      .m-about-exhibition-item + .m-about-exhibition-item {
        margin-top: 16px; }
      .m-about-exhibition-item__title {
        width: 108px;
        margin-right: 16px; }
  /* =======================================================================
contact
======================================================================= */
  .m-contact-item {
    display: block;
    font-size: 1.4rem; }
    .m-contact-item + .m-contact-item {
      margin-top: 24px; }
    .m-contact-item__title {
      width: auto;
      margin-bottom: 8px; }
  .m-contact-btns {
    margin-top: 48px;
    display: block; }
    .m-contact-btns input,
    .m-contact-btns button,
    .m-contact-btns a {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 16px; } }
