@charset "UTF-8";
/*
Theme Name: MIWA AKABANE
Author: Rui Ishiguro
Version: 1.0
*/
/*

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

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

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

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

* {
  padding: 0;
  margin: 0; }

a:link,
a:visited,
a:hover {
  border: none;
  color: #282828;
  text-decoration: none; }

a:hover {
  opacity: 1;
  transition: all  0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

html {
  font-size: 62.5%; }

body {
  border: solid 0px #FFFFFF;
  font-size: 1.0rem;
  position: relative;
  -webkit-text-size-adjust: 100%;
  word-spacing: normal !important;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP";
  font-weight: 400; }

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  display: block; }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

ul,
li {
  list-style: none; }

:target:before {
  content: "";
  display: block;
  height: 44px;
  /* ヘッダの高さ = 50px */
  margin: -44px 0 0;
  /* ヘッダの高さ = 50px */ }

.smp-only {
  display: block; }
  @media screen and (min-width: 854px) {
    .smp-only {
      display: none; } }

.pc-only {
  display: none; }
  @media screen and (min-width: 854px) {
    .pc-only {
      display: block; } }

section,
article {
  position: relative; }

.wrap-home {
  display: grid;
  grid-template-columns: 16px 1fr 16px;
  grid-template-rows: [head] auto [main] auto [footer] auto;
  position: relative;
  grid-row-gap: 64px;
  row-gap: 64px; }

.wrap-home > * {
  grid-column: 2 / -2; }

.wrap {
  display: grid;
  grid-template-columns: 16px 1fr 16px;
  grid-template-rows: [head] auto [main] auto [footer] auto;
  position: relative;
  grid-row-gap: 64px;
  row-gap: 64px; }

.wrap > * {
  grid-column: 2 / -2; }

.inner, .post-wrap {
  margin: 0 auto;
  max-width: 1142px;
  padding: 0 16px; }
  @media screen and (min-width: 854px) {
    .inner, .post-wrap {
      padding: 0 24px; } }

.inner-m {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 16px;
  width: 100%; }
  @media screen and (min-width: 854px) {
    .inner-m {
      padding: 0 24px; } }

.inner-s, .sec .sec-header .inner, .sec .sec-header .post-wrap, .post-list {
  margin: 0 auto;
  max-width: 728px;
  max-width: 860px;
  padding: 0 16px;
  width: 100%; }
  @media screen and (min-width: 854px) {
    .inner-s, .sec .sec-header .inner, .sec .sec-header .post-wrap, .post-list {
      padding: 0 24px; } }

.inner-full, .home-cat-list, .home-ws-slide {
  margin: 0 auto;
  max-width: 1142px;
  padding: 0 0px; }
  @media screen and (min-width: 854px) {
    .inner-full, .home-cat-list, .home-ws-slide {
      padding: 0 24px; } }

@media screen and (min-width: 854px) {
  .inner-lg-full {
    padding: 0 0px; } }

.flexbox, .title-nav nav ul, .post-wrap .post .post-inner, #header nav ul {
  display: flex;
  flex-wrap: wrap; }

@media screen and (min-width: 854px) {
  .flexbox-thumbnail-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center; }
    .flexbox-thumbnail-text .text-wrap {
      padding-left: 48px;
      width: 50%; }
    .flexbox-thumbnail-text .thumbnail {
      padding-top: 0px;
      width: 50%; } }

.justify-content-center {
  justify-content: center; }

.flexbox-space-between {
  justify-content: space-between; }

.flexbox-flex-end, #header nav ul {
  justify-content: flex-end; }

.vertical-center {
  left: 16px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(0%); }

.grid-col {
  display: grid;
  max-width: 1200px;
  padding: 0 16px;
  grid-gap: 16px;
  grid-template-columns: repeat(4, 1fr); }

@media screen and (min-width: 854px) {
  .grid-col-post, .post-wrap {
    display: grid;
    max-width: 1140px;
    grid-gap: 48px;
    grid-template-columns: repeat(3, 1fr); } }

.grid-row, .text-wrap, .single-text .inner-s, .single-text .sec .sec-header .inner, .sec .sec-header .single-text .inner, .single-text .sec .sec-header .post-wrap, .sec .sec-header .single-text .post-wrap, .single-text .post-list, #viewmore .text, .single-image-wrap ul, .fields {
  display: grid;
  grid-row-gap: 16px;
  row-gap: 16px; }
  @media screen and (min-width: 854px) {
    .grid-row, .text-wrap, .single-text .inner-s, .single-text .sec .sec-header .inner, .sec .sec-header .single-text .inner, .single-text .sec .sec-header .post-wrap, .sec .sec-header .single-text .post-wrap, .single-text .post-list, #viewmore .text, .single-image-wrap ul, .fields {
      grid-row-gap: 24px;
      row-gap: 24px; } }

.grid-row-contents, .post-wrap, .post-list {
  display: grid;
  grid-row-gap: 16px;
  row-gap: 16px; }
  @media screen and (min-width: 854px) {
    .grid-row-contents, .post-wrap, .post-list {
      grid-row-gap: 48px;
      row-gap: 48px; } }

.grid-row-list, .home-news-list {
  display: grid;
  grid-row-gap: 64px;
  row-gap: 64px; }
  @media screen and (min-width: 854px) {
    .grid-row-list, .home-news-list {
      grid-row-gap: 96px;
      row-gap: 96px; } }

.grid-row-es-small, .home-cat-list {
  display: grid;
  grid-row-gap: 1px;
  row-gap: 1px; }
  @media screen and (min-width: 854px) {
    .grid-row-es-small, .home-cat-list {
      grid-row-gap: 24px;
      row-gap: 24px; } }

a.btn-box {
  padding: 2px 32px 2px 8px;
  text-align: center;
  border: 1px solid #000000;
  position: relative; }
  a.btn-box .fal {
    font-size: 2.8rem;
    position: absolute;
    right: 11px;
    top: 0px; }

a.link-block {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }
  a.link-block:hover {
    background-color: #FFF;
    opacity: 0.6;
    transition: all  0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
  a.link-block:hover + figure .img-wrap .img-shadow {
    opacity: 0;
    transition: all  0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }

.btn-bl {
  background-color: #000000;
  border: 1px solid #000000 !important;
  cursor: pointer;
  color: #FFF !important;
  display: block;
  margin-top: 16px;
  padding: 8px 16px 8px 16px;
  text-align: center; }
  @media screen and (min-width: 854px) {
    .btn-bl {
      display: inline-block;
      margin-top: 24px;
      padding: 4px 0px 6px;
      width: 180px; } }
  .btn-bl:hover {
    background-color: #FFF;
    color: #000000 !important;
    transition: all  0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }

.btn-bl-s {
  background-color: #000000;
  border: 1px solid #000000 !important;
  color: #FFF !important;
  cursor: pointer;
  display: block;
  padding: 8px 16px 8px 16px;
  text-align: center; }
  @media screen and (min-width: 854px) {
    .btn-bl-s {
      display: inline-block;
      padding: 4px 0px 6px;
      width: 180px; } }
  .btn-bl-s:hover {
    background-color: #FFF;
    color: #000000 !important;
    transition: all  0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }

.btn-wl {
  background-color: #FFF;
  border: 1px solid #000000;
  cursor: pointer;
  display: block;
  margin-top: 16px;
  padding: 8px 16px 8px 16px;
  text-align: center; }
  @media screen and (min-width: 854px) {
    .btn-wl {
      display: inline-block;
      margin-top: 24px;
      padding: 4px 0px 6px;
      width: 180px; } }
  .btn-wl:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #FFF !important;
    transition: all  0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }

.btn-wl-s {
  background-color: #FFF;
  border: 1px solid #000000;
  cursor: pointer;
  display: block;
  padding: 8px 16px 8px 16px;
  text-align: center; }
  @media screen and (min-width: 854px) {
    .btn-wl-s {
      display: inline-block;
      padding: 4px 0px 6px;
      width: 180px; } }
  .btn-wl-s:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #FFF;
    transition: all  0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }

#main {
  background-color: #FFFFFF;
  margin-top: 32px; }
  @media screen and (min-width: 854px) {
    #main {
      margin-top: 48px; } }

#main.home-main {
  margin-top: 80vh; }
  @media screen and (min-width: 854px) {
    #main.home-main {
      margin-top: 100vh;
      z-index: 99; } }

.sec {
  background-color: #FFFFFF;
  padding: 72px 0 72px; }
  .sec .sec-header .cat-parent {
    display: inline-block;
    padding-bottom: 16px; }
    @media screen and (min-width: 854px) {
      .sec .sec-header .cat-parent {
        padding-bottom: 24px; } }
    .sec .sec-header .cat-parent a:hover {
      color: #B8B8B8;
      transition: all  0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }
  .sec .sec-header h2,
  .sec .sec-header h3 {
    text-align: center; }
    @media screen and (min-width: 854px) {
      .sec .sec-header h2,
      .sec .sec-header h3 {
        text-align: left; } }
  @media screen and (min-width: 854px) {
    .sec {
      padding: 96px 0 96px; } }

.title-nav {
  position: relative; }
  .title-nav nav {
    bottom: 0;
    right: 0;
    position: absolute;
    display: none; }
    .title-nav nav ul li {
      padding-left: 24px; }
    @media screen and (min-width: 854px) {
      .title-nav nav {
        display: block; } }

.sec.bg-color {
  background-color: #F6F6F6;
  margin: 0px 0 0;
  padding: 72px 0 72px; }
  @media screen and (min-width: 854px) {
    .sec.bg-color {
      padding: 96px 0 96px; } }

time {
  display: block;
  padding-top: 8px; }
  @media screen and (min-width: 854px) {
    time {
      padding-bottom: 12px; } }

.slide {
  margin: 24px 0; }

.slider .slide-box-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 66.666%;
  width: 100%;
  height: 0; }

.slick-prev {
  display: none !important; }
  @media screen and (min-width: 854px) {
    .slick-prev {
      display: block !important;
      left: -48px; } }

.slick-prev:before {
  content: '\f053';
  color: #303030;
  font-size: 2.8rem;
  font-family: FontAwesome;
  font-weight: 200; }

.slick-next {
  display: none !important; }
  @media screen and (min-width: 854px) {
    .slick-next {
      display: block !important;
      right: -48px; } }

.slick-next:before {
  content: '\f054';
  color: #303030;
  font-size: 2.8rem;
  font-family: FontAwesome;
  font-weight: 200; }

.text-wrap {
  width: 100%; }

.thumbnail {
  height: auto;
  padding-top: 32px;
  width: 100%; }

.img-box {
  display: block;
  position: relative;
  width: 100%;
  margin: 0; }

.img-box-border {
  border: 1px solid #B8B8B8; }

.img-wrap {
  padding-top: 70.92%;
  position: relative;
  width: 100%; }
  .img-wrap .img-shadow {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .img-wrap p {
    left: 0;
    position: absolute;
    text-align: center;
    transform: translateY(-50%) translateX(0%);
    top: 50%;
    width: 100%; }
  .img-wrap img {
    display: block;
    height: 100% !important;
    left: 0;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100% !important; }

.post-wrap {
  padding-top: 32px; }
  @media screen and (min-width: 854px) {
    .post-wrap {
      padding-top: 60px; } }
  .post-wrap .post .post-inner {
    align-items: center; }
    .post-wrap .post .post-inner .thumbnail {
      padding-top: 0px;
      width: 50%; }
    .post-wrap .post .post-inner .text {
      width: 50%;
      padding-left: 16px; }
      .post-wrap .post .post-inner .text h2,
      .post-wrap .post .post-inner .text h3,
      .post-wrap .post .post-inner .text p {
        font-weight: bold; }
    @media screen and (min-width: 854px) {
      .post-wrap .post .post-inner .thumbnail {
        padding-top: 0px;
        width: 100%; }
      .post-wrap .post .post-inner .text {
        width: 100%;
        padding-left: 0px;
        padding-top: 12px; } }

.post-list {
  padding-top: 32px; }
  .post-list .post .post-title {
    padding-bottom: 16px; }
    @media screen and (min-width: 854px) {
      .post-list .post .post-title {
        padding-bottom: 24px; } }

.read-bg {
  background-color: #F6F6F6;
  padding: 16px 0; }
  @media screen and (min-width: 854px) {
    .read-bg {
      padding: 24px 0; } }

.single-main-img {
  margin-top: 32px; }
  @media screen and (min-width: 854px) {
    .single-main-img {
      margin-top: 48px; } }

.single-bg-wrap {
  max-width: 1142px;
  padding: 0 0px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 854px) {
    .single-bg-wrap {
      padding: 0 24px; } }

.single-bg-inner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding-top: 66.666%; }

.single-main-img-portrait .single-bg-inner {
  padding-top: calc(100vw - 32px); }
  @media screen and (min-width: 854px) {
    .single-main-img-portrait .single-bg-inner {
      padding-top: 66.666%; } }

.single-text {
  padding: 36px 0px; }
  @media screen and (min-width: 854px) {
    .single-text .inner, .single-text .post-wrap {
      padding: 0 120px; } }
  @media screen and (min-width: 854px) {
    .single-text {
      padding: 48px 0px; } }

#viewmore {
  display: none; }

.single-image-wrap ul li img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: calc(100vw - 32px);
  max-width: 100%;
  width: auto; }
  @media screen and (min-width: 854px) {
    .single-image-wrap ul li img {
      max-height: 860px; } }

.fields h2 {
  padding-top: 72px; }
  @media screen and (min-width: 854px) {
    .fields h2 {
      padding-top: 96px; } }
.fields h2:first-child {
  padding-top: 0px; }
  @media screen and (min-width: 854px) {
    .fields h2:first-child {
      padding-top: 0px; } }
.fields h3 {
  padding-top: 32px; }
  @media screen and (min-width: 854px) {
    .fields h3 {
      padding-top: 48px; } }
.fields .fields_common {
  padding: 8px 0 8px; }
  @media screen and (min-width: 854px) {
    .fields .fields_common {
      padding: 12px 0 12px; } }
  .fields .fields_common p {
    padding: 16px 0 0px; }
    @media screen and (min-width: 854px) {
      .fields .fields_common p {
        padding: 24px 0 0px; } }
  .fields .fields_common p:first-child {
    padding-top: 0; }
  .fields .fields_common img {
    height: auto;
    max-height: calc(100vw - 32px);
    max-width: 100%;
    width: auto; }
    @media screen and (min-width: 854px) {
      .fields .fields_common img {
        max-height: 680px; } }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0px; }

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.embed,
.map {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: auto; }
  .embed iframe,
  .embed object,
  .embed embed,
  .map iframe,
  .map object,
  .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

figure {
  position: relative; }

.ratio-sq {
  width: 100%;
  padding: 0px;
  display: block;
  z-index: 1; }

.ratio-sq .figure-inner {
  width: 100%;
  padding-top: 100%;
  position: relative; }

.ratio-sq .figure-inner img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100% !important;
  max-height: 100% !important; }

h1,
h2,
h3,
h4 {
  font-weight: 500;
  letter-spacing: 0.1ex;
  margin: 0;
  position: relative; }

h1,
.font-h1 {
  font-size: 3.0rem;
  line-height: 1.2; }
  @media screen and (min-width: 854px) {
    h1,
    .font-h1 {
      font-size: 3.4rem; } }

.font-home-title {
  font-size: 2.8rem;
  line-height: 1.2; }
  @media screen and (min-width: 854px) {
    .font-home-title {
      font-size: 3.4rem; } }

h2,
.font-h2 {
  font-size: 2.4rem;
  line-height: 1.5; }
  @media screen and (min-width: 854px) {
    h2,
    .font-h2 {
      font-size: 2.8rem; } }

h3,
.font-h3,
.btn-bl,
.btn-wl,
.img-wrap p,
#main .form-wrap input.wpcf7-submit {
  font-size: 2.0rem;
  line-height: 1.5; }
  @media screen and (min-width: 854px) {
    h3,
    .font-h3,
    .btn-bl,
    .btn-wl,
    .img-wrap p,
    #main .form-wrap input.wpcf7-submit {
      font-size: 2.4rem; } }

h4,
.font-h4 {
  font-size: 1.8rem;
  line-height: 1.5; }
  @media screen and (min-width: 854px) {
    h4,
    .font-h4 {
      font-size: 2.0rem; } }

.text h4 {
  padding-top: 2em; }

.font-nav, .title-nav nav, #header nav, #menu {
  font-size: 2.4rem;
  line-height: 1; }
  @media screen and (min-width: 854px) {
    .font-nav, .title-nav nav, #header nav, #menu {
      font-size: 1.6rem; } }

.font-normal, a.btn-box, .btn-bl-s, .btn-wl-s, .sec .sec-header .cat-parent, .post-wrap .post .post-inner .text h2,
.post-wrap .post .post-inner .text h3,
.post-wrap .post .post-inner .text p, .hero .hero-box a.demo, .hero .hero-box a, #menu nav ul.nav-child {
  font-size: 1.6rem; }

p {
  color: #303030;
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.8; }

p a:link, p a:visited,
.caption a:link,
.caption a:visited {
  border-bottom: 1px solid #000000; }
p a:hover,
.caption a:hover {
  border-bottom: 1px solid #B8B8B8;
  color: #B8B8B8;
  transition: all  0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.caption {
  font-size: 1.2rem; }
  .caption p {
    font-size: 1.2rem; }

strong {
  font-weight: 700 !important; }

.font-exsmall, time, .footer-copyright p, small {
  font-size: 1.2rem;
  font-weight: 400; }

.font-caption {
  font-size: 0.9rem; }

.color-wh {
  color: #FFFFFF; }

.cat-title {
  text-align: center; }
  .cat-title .cat-title-parent {
    color: #B8B8B8; }
  @media screen and (min-width: 854px) {
    .cat-title {
      text-align: left; } }

.text-center {
  text-align: center; }

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

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

.text-smp--center {
  text-align: center; }
  @media screen and (min-width: 854px) {
    .text-smp--center {
      text-align: left; } }

#header {
  position: relative;
  height: auto; }
  #header h1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 32px 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    letter-spacing: 0.1ex; }
    @media screen and (min-width: 854px) {
      #header h1 {
        display: inline;
        padding: 0px 0px 0;
        position: relative;
        left: auto;
        top: auto;
        text-align: left;
        width: auto; } }
  #header .logo {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 32px 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    letter-spacing: 0.1ex; }
    @media screen and (min-width: 854px) {
      #header .logo {
        display: inline;
        padding: 0px 0px 0;
        position: relative;
        left: auto;
        top: auto;
        text-align: left;
        width: auto; } }
  #header nav {
    display: none;
    font-weight: 700; }
    @media screen and (min-width: 854px) {
      #header nav {
        display: block;
        padding-left: 300px;
        padding-right: 48px;
        position: absolute;
        right: 0px;
        top: 28px;
        width: 100%; } }
    #header nav ul li {
      padding: 12px 12px 0;
      position: relative; }
    #header nav ul.nav-child {
      display: none;
      justify-content: flex-start;
      position: absolute;
      left: 0;
      top: 36px;
      width: 400px; }
  @media screen and (min-width: 854px) {
    #header {
      height: auto;
      left: 0;
      padding: 24px 48px 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100; } }

#header.home-header {
  height: auto; }
  @media screen and (min-width: 854px) {
    #header.home-header {
      height: auto;
      left: 0;
      padding: 24px 48px 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100; } }
  #header.home-header nav {
    padding-left: 364px;
    top: 32px; }

.link-logo {
  display: none; }
  @media screen and (min-width: 854px) {
    .link-logo {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%; } }

/* end-trigger */
#footer {
  background-color: #FFFFFF;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 99;
  padding: 72px 0 36px;
  grid-row: footer; }

.footer-copyright {
  margin-bottom: 30px; }

small {
  line-height: 1; }

.hero {
  width: 100%;
  height: 80vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1; }
  .hero .hero-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 80vh; }
    .hero .hero-box a.demo {
      display: inline-block;
      position: absolute;
      left: 16px;
      bottom: 32px;
      color: #000000; }
    .hero .hero-box a {
      display: block;
      position: absolute;
      left: 0px !important;
      bottom: 0px !important;
      width: 100%;
      height: 100%;
      color: #000000; }
      .hero .hero-box a span {
        display: inline-block;
        bottom: 32px;
        position: absolute;
        left: 32px; }
  @media screen and (min-width: 854px) {
    .hero {
      width: 100%;
      height: 100vh;
      z-index: -1; }
      .hero .hero-box {
        height: 100vh; } }

.home-news-list {
  padding-top: 32px; }
  @media screen and (min-width: 854px) {
    .home-news-list {
      padding-top: 60px; } }

.home-cat-list {
  padding-top: 32px; }
  .home-cat-list h3 {
    left: 0;
    text-align: center;
    width: 100%; }
  @media screen and (min-width: 854px) {
    .home-cat-list {
      padding-top: 60px; }
      .home-cat-list .img-wrap {
        padding-top: 360px; }
      .home-cat-list h3 {
        text-align: left;
        padding: 0px 96px; } }

.home-ws-slide {
  padding-top: 32px;
  position: relative; }
  @media screen and (min-width: 854px) {
    .home-ws-slide {
      padding-top: 60px; } }

/* form
------------------------------------------------------------------------- */
.form-wrap {
  margin: 24px 0; }
  .form-wrap p {
    margin: 0px;
    padding-top: 6px !important; }

.form-wrap p.submit {
  margin-bottom: 0px; }

#main .form-wrap input {
  position: relative;
  border: 0px;
  border: 1px solid #000000;
  height: 36px;
  width: 100%;
  max-width: 360px;
  margin-top: 3px;
  font-size: 1.4rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 3px; }

#main .form-wrap .wpcf7-form-control {
  -webkit-appearance: none;
  border-radius: 0; }

#main .form-wrap input.wpcf7-submit {
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFF;
  display: block;
  height: auto;
  margin-top: 32px;
  padding: 8px 16px 8px 16px;
  text-align: center;
  cursor: pointer; }
  @media screen and (min-width: 854px) {
    #main .form-wrap input.wpcf7-submit {
      display: inline-block;
      margin-top: 48px;
      padding: 4px 0px 6px;
      width: 180px; } }

#main input.wpcf7-submit:hover {
  background-color: #FFF;
  color: #000000;
  transition: all  0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

.form-wrap textarea {
  position: relative;
  border: 1px solid #000000;
  width: 100%;
  line-height: 120%;
  margin-top: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 0; }

#main span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0; }

#main .wpcf7-not-valid-tip {
  padding-top: 12px; }

#main div.wpcf7-validation-errors {
  border: 0px solid #f7e700; }

#main div.wpcf7-response-output {
  margin: 0px;
  padding: 0px;
  font-size: 13px; }

#main div.wpcf7-mail-sent-ok {
  border: 0px solid #398f14; }

/* /form
------------------------------------------------------------------------- */
#menu {
  background-color: #F6F6F6;
  position: fixed;
  top: 0;
  left: -100vw;
  /* メニューのwidth + padding */
  width: 100vw;
  /* メニューのwidth */
  height: 100%;
  padding: 96px 0px 36px;
  transition: left .3s, right .3s;
  /* アニメーション */
  text-align: center;
  z-index: 99;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  #menu p {
    left: 0;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 100%; }
    #menu p a {
      border-bottom: 0px !important;
      color: #000000; }
  #menu nav ul li {
    padding: 16px 0; }
  #menu nav ul li.shop {
    font-size: 3.6rem; }
  #menu nav ul.nav-child {
    border-bottom: 1px solid #B8B8B8;
    padding-top: 16px; }
    #menu nav ul.nav-child li {
      border-top: 1px solid #B8B8B8; }

a.active {
  color: #000000; }

a.plain {
  color: #B8B8B8; }
  a.plain:hover {
    color: #000000;
    transition: all  0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }

.sns {
  font-size: 3.6rem;
  text-align: center; }
  .sns li {
    display: inline-block;
    padding: 16px 4px !important; }

.toggle {
  cursor: pointer; }

.toggle:hover {
  text-decoration: underline; }

#open {
  display: none; }

/* :checked 擬似クラスを使って、#openがチェック状態になった時に、#menuが「right: 0;」になります。 */
#open:checked + #menu {
  left: 0; }

/* start-trigger */
.menu-trigger {
  position: fixed;
  display: block;
  width: 24px;
  height: 12px;
  left: 16px;
  top: 32px;
  z-index: 103; }
  @media screen and (min-width: 854px) {
    .menu-trigger {
      display: none; } }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 5px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger.active {
  width: 20px;
  height: 20px; }

.menu-trigger.active span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) translateX(-1px) rotate(-45deg);
  transform: translateY(9px) translateX(-1px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) translateX(-1px) rotate(45deg);
  transform: translateY(-9px) translateX(-1px) rotate(45deg); }

.page-nav {
  display: none; }

/* end-trigger */

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