@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/*========================================

  vars

========================================*/
/*  colors
---------------*/
/*========================================

  font

========================================*/
/*========================================

  mixin

========================================*/
/*========================================

  media query

========================================*/
/*========================================

  base

========================================*/
body {
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 2.1;
  color: #565655;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  body:not(.home) {
    background-color: #e9eef1; }
  @media (max-width: 36em) {
    body {
      font-size: 13px;
      padding-top: 75px; } }

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

a {
  color: #60c1c0; }

img {
  max-width: 100%;
  height: auto; }

table {
  width: 100%; }

td {
  padding: 1em 2em; }

/*========================================

  extend and utility

========================================*/
/*========================================

  extend

========================================*/
.before_after_base, .mod-button.has-icon:before {
  content: '';
  display: block;
  position: absolute; }

.content-width {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em; }

.grid {
  font-size: 0;
  list-style: none; }
  .grid.v-top .gridItem {
    vertical-align: top; }
  .grid.v-bottom .gridItem {
    vertical-align: bottom; }
  .grid.v-middle .gridItem {
    vertical-align: middle; }

.gridItem {
  display: inline-block; }

.grid50 {
  margin-left: -2%;
  margin-right: -2%;
  padding: 0;
  list-style-type: none; }
  @media (max-width: 36em) {
    .grid50 {
      margin-left: 0;
      margin-right: 0; } }
  .grid50 .gridItem {
    width: 50%-2%;
    margin-left: 2%;
    margin-right: 2%; }
    @media (max-width: 36em) {
      .grid50 .gridItem {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px; } }

/*========================================

  utiliry

========================================*/
@media (max-width: 36em) {
  .type-pc {
    display: none; } }

.type-sp {
  display: none; }
  @media (max-width: 36em) {
    .type-sp {
      display: block; } }

.__txt-center {
  text-align: center !important; }

.__txt-left {
  text-align: left !important; }

.__txt-right {
  text-align: right !important; }

.__mt-10 {
  margin-top: 10px; }

.__mb-10 {
  margin-bottom: 10px; }

.__ml-10 {
  margin-left: 10px; }

.__mr-10 {
  margin-right: 10px; }

.__p-10 {
  padding: 10px; }

.__pt-10 {
  padding-top: 10px; }

.__pb-10 {
  padding-bottom: 10px; }

.__mt-20 {
  margin-top: 20px; }

.__mb-20 {
  margin-bottom: 20px; }

.__ml-20 {
  margin-left: 20px; }

.__mr-20 {
  margin-right: 20px; }

.__p-20 {
  padding: 20px; }

.__pt-20 {
  padding-top: 20px; }

.__pb-20 {
  padding-bottom: 20px; }

.__mt-30 {
  margin-top: 30px; }

.__mb-30 {
  margin-bottom: 30px; }

.__ml-30 {
  margin-left: 30px; }

.__mr-30 {
  margin-right: 30px; }

.__p-30 {
  padding: 30px; }

.__pt-30 {
  padding-top: 30px; }

.__pb-30 {
  padding-bottom: 30px; }

.__mt-40 {
  margin-top: 40px; }

.__mb-40 {
  margin-bottom: 40px; }

.__ml-40 {
  margin-left: 40px; }

.__mr-40 {
  margin-right: 40px; }

.__p-40 {
  padding: 40px; }

.__pt-40 {
  padding-top: 40px; }

.__pb-40 {
  padding-bottom: 40px; }

.__mt-50 {
  margin-top: 50px; }

.__mb-50 {
  margin-bottom: 50px; }

.__ml-50 {
  margin-left: 50px; }

.__mr-50 {
  margin-right: 50px; }

.__p-50 {
  padding: 50px; }

.__pt-50 {
  padding-top: 50px; }

.__pb-50 {
  padding-bottom: 50px; }

.__mt-60 {
  margin-top: 60px; }

.__mb-60 {
  margin-bottom: 60px; }

.__ml-60 {
  margin-left: 60px; }

.__mr-60 {
  margin-right: 60px; }

.__p-60 {
  padding: 60px; }

.__pt-60 {
  padding-top: 60px; }

.__pb-60 {
  padding-bottom: 60px; }

.__mt-70 {
  margin-top: 70px; }

.__mb-70 {
  margin-bottom: 70px; }

.__ml-70 {
  margin-left: 70px; }

.__mr-70 {
  margin-right: 70px; }

.__p-70 {
  padding: 70px; }

.__pt-70 {
  padding-top: 70px; }

.__pb-70 {
  padding-bottom: 70px; }

.__mt-80 {
  margin-top: 80px; }

.__mb-80 {
  margin-bottom: 80px; }

.__ml-80 {
  margin-left: 80px; }

.__mr-80 {
  margin-right: 80px; }

.__p-80 {
  padding: 80px; }

.__pt-80 {
  padding-top: 80px; }

.__pb-80 {
  padding-bottom: 80px; }

.__mt-90 {
  margin-top: 90px; }

.__mb-90 {
  margin-bottom: 90px; }

.__ml-90 {
  margin-left: 90px; }

.__mr-90 {
  margin-right: 90px; }

.__p-90 {
  padding: 90px; }

.__pt-90 {
  padding-top: 90px; }

.__pb-90 {
  padding-bottom: 90px; }

.__mt-100 {
  margin-top: 100px; }

.__mb-100 {
  margin-bottom: 100px; }

.__ml-100 {
  margin-left: 100px; }

.__mr-100 {
  margin-right: 100px; }

.__p-100 {
  padding: 100px; }

.__pt-100 {
  padding-top: 100px; }

.__pb-100 {
  padding-bottom: 100px; }

/*========================================

  layout

========================================*/
.content-area {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 0; }

.site-main,
.widget-area {
  display: inline-block;
  font-size: 16px;
  vertical-align: top; }
  @media (max-width: 36em) {
    .site-main,
    .widget-area {
      font-size: 14px; } }

.site-main {
  width: 67%;
  margin-right: 3%; }
  @media (max-width: 54em) {
    .site-main {
      display: block;
      width: 43.2em;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 36em) {
    .site-main {
      width: 100%;
      margin-bottom: 40px; } }

.widget-area {
  width: 30%; }
  @media (max-width: 54em) {
    .widget-area {
      display: block;
      width: 43.2em;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 36em) {
    .widget-area {
      width: 100%; } }

/*========================================

  header

========================================*/
@media (max-width: 36em) {
  .mod-header {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%; } }

.mod-header__inner {
  background: #fff; }

.mod-header__contents {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 22px 42px 17px; }
  @media (max-width: 36em) {
    .mod-header__contents {
      padding-left: 1em;
      padding-right: 1em; } }

.mod-header__main {
  position: relative;
  font-size: 0;
  margin: 0;
  padding: 0; }

.mod-header__logo {
  display: inline-block;
  width: 20%;
  width: calc(217px + 55px);
  vertical-align: middle; }

.mod-header__hamburger {
  position: relative;
  display: inline-block;
  width: 80%;
  width: calc(100% - 217px - 55px); }
  @media (max-width: 54em) {
    .mod-header__hamburger {
      width: 100%;
      margin-top: 20px; } }
  @media (max-width: 36em) {
    .mod-header__hamburger {
      margin: 0; } }

@media (max-width: 36em) {
  .mod-header__hamburgerButton {
    position: fixed;
    z-index: 9999;
    top: 22px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 18px solid #a6bbc4;
    border-bottom-width: 16px;
    border-left-width: 9px;
    border-right-width: 9px;
    background: #fff;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    .mod-header__hamburgerButton:before, .mod-header__hamburgerButton:after {
      content: '';
      display: block;
      position: absolute;
      z-index: 10000;
      width: 100%;
      height: 2px;
      background: #fff;
      top: 0;
      left: 0;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .mod-header__hamburgerButton:before {
      top: -6px; }
    .mod-header__hamburgerButton:after {
      top: 6px;
      -webkit-transition-delay: 0.25s;
      -o-transition-delay: 0.25s;
      transition-delay: 0.25s; }
    .is-open .mod-header__hamburgerButton {
      background: #a6bbc4; }
    .is-open .mod-header__hamburgerButton:before {
      top: 0;
      -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
      transform: rotate(315deg); }
    .is-open .mod-header__hamburgerButton:after {
      top: 0;
      -webkit-transform: rotate(-315deg);
      -ms-transform: rotate(-315deg);
      transform: rotate(-315deg); } }

.mod-header__hamburgerContent {
  position: relative; }
  @media (max-width: 36em) {
    .mod-header__hamburgerContent {
      position: fixed;
      z-index: 9998;
      top: 22px;
      right: 12px;
      width: 36px;
      height: 36px;
      padding: 18px;
      overflow-x: hidden;
      overflow-y: scroll;
      background: #a6bbc4;
      -webkit-transition-property: width, height, top, left;
      -o-transition-property: width, height, top, left;
      transition-property: width, height, top, left;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  @media (max-width: 36em) {
    .is-open .mod-header__hamburgerContent {
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; } }

.mod-header__menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle; }

.mod-header .menu-item {
  display: inline-block;
  font-size: 16px;
  margin: 0 3.1em 0 0; }
  @media (max-width: 36em) {
    .mod-header .menu-item {
      color: #fff; } }
  .mod-header .menu-item.current-menu-item {
    font-weight: bold;
    color: #a6bbc4; }
    @media (max-width: 36em) {
      .mod-header .menu-item.current-menu-item {
        color: #fff; } }
  .mod-header .menu-item a {
    color: inherit;
    text-decoration: none; }
  @media (max-width: 36em) {
    .mod-header .menu-item {
      display: block; } }

.mod-header__sns {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  height: 20px;
  font-size: 0; }
  @media (max-width: 54em) {
    .mod-header__sns {
      top: -150%;
      margin: 0; } }
  @media (max-width: 36em) {
    .mod-header__sns {
      position: static;
      height: auto;
      margin: 0;
      padding: 0; } }

.mod-header__snsItem {
  display: inline-block;
  margin: 0 0 0 15px; }
  @media (max-width: 36em) {
    .mod-header__snsItem {
      display: block;
      margin: 15px 0 0; } }

/*========================================

  mainvisual

========================================*/
.mod-mainvisual {
  font-size: 0;
  margin: 0 0 32px; }
  .mod-mainvisual__contents {
    position: relative;
    width: 100%;
    height: 720px;
    overflow: hidden; }
    @media (max-width: 36em) {
      .mod-mainvisual__contents {
        height: 400px; } }
  .mod-mainvisual__main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 720px; }
    @media (max-width: 36em) {
      .mod-mainvisual__main {
        height: 400px; } }
  .mod-mainvisual__slider {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }
  .mod-mainvisual__sliderItem {
    width: 100%;
    height: 720px;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 20% 50%;
    object-position: 20% 50%; }
    @media (max-width: 36em) {
      .mod-mainvisual__sliderItem {
        height: 400px; } }
  .mod-mainvisual__sliderDots {
    position: absolute;
    left: 50%;
    z-index: 1000;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mod-mainvisual__sliderDots li {
      margin: 0 15px; }
      .mod-mainvisual__sliderDots li button {
        width: 15px;
        height: 15px;
        padding: 0;
        border-radius: 50%;
        background: #fff;
        border: solid 2px #b2b2b2; }
      .mod-mainvisual__sliderDots li.slick-active button {
        background: #b2b2b2; }
  .mod-mainvisual__mod-mainvisual__sliderImg {
    height: 720px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 36em) {
      .mod-mainvisual__mod-mainvisual__sliderImg {
        min-height: 720px;
        height: 100vh; } }
  .mod-mainvisual__sliderContent {
    position: absolute;
    top: 220px;
    right: 10%;
    margin-left: 57px;
    z-index: 1000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7); }
    @media (max-width: 54em) {
      .mod-mainvisual__sliderContent {
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 36em) {
      .mod-mainvisual__sliderContent {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
        width: 100%;
        text-align: left;
        padding: 0 20px 0; } }
    .mod-mainvisual__sliderContent span {
      writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      width: 1em;
      font-weight: bold;
      letter-spacing: 0em;
      opacity: 0;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 2s;
      -o-transition-duration: 2s;
      transition-duration: 2s;
      -webkit-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
      @media (max-width: 36em) {
        .mod-mainvisual__sliderContent span {
          writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
          -webkit-writing-mode: horizontal-tb;
          width: 100%; } }
      .on .mod-mainvisual__sliderContent span {
        opacity: 1; }
      .mod-mainvisual__sliderContent span.large {
        margin: 0 0.35em;
        font-size: 60px;
        line-height: 1.1; }
        @media (max-width: 36em) {
          .mod-mainvisual__sliderContent span.large {
            margin: 0 0 0.6em;
            font-size: 30px; } }
      .mod-mainvisual__sliderContent span.add-margin {
        margin-left: 1.1em; }
        @media (max-width: 36em) {
          .mod-mainvisual__sliderContent span.add-margin {
            margin-left: 0; } }
      .mod-mainvisual__sliderContent span.small {
        margin: 0 0 0 0.9em;
        font-size: 26px;
        line-height: 1.1; }
        @media (max-width: 36em) {
          .mod-mainvisual__sliderContent span.small {
            margin: 0 0 0.6em;
            font-size: 20px;
            font-weight: 500; } }
      .mod-mainvisual__sliderContent span.kerning {
        letter-spacing: -0.4em; }
        @media (max-width: 36em) {
          .mod-mainvisual__sliderContent span.kerning {
            letter-spacing: 0; } }
    @media (max-width: 36em) {
      .mod-mainvisual__sliderContent > span {
        display: block; } }

/*========================================

  mainmenu

========================================*/
/*========================================

  breadcrumb

========================================*/
/*========================================

  categories

========================================*/
.mod-categories {
  margin: 0 0 1.6em; }
  .mod-categories__contents {
    padding: 1em 1.2em;
    background: #fff; }
  .mod-categories__heading {
    margin: 0 0 0.7em;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.07em; }
  .mod-categories__list {
    margin: 0;
    padding: 0 0 0 1em; }
    .mod-categories__list a {
      color: inherit;
      text-decoration: none; }
    .mod-categories__list a:hover {
      color: #60c1c0;
      text-decoration: underline; }

/*========================================

  archives

========================================*/
.mod-archives {
  margin: 0 0 1.6em; }
  .mod-archives__contents {
    padding: 1em 1.2em;
    background: #fff; }
  .mod-archives__heading {
    margin: 0 0 0.7em;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.07em; }
  .mod-archives__item {
    margin: 0 0 10px;
    font-size: 0; }
    body.archive .site-main .mod-archives__item {
      margin-bottom: 20px;
      padding: 15px;
      background: #fff; }
    .mod-archives__item a {
      color: inherit;
      text-decoration: none; }
  .mod-archives__thumb {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 4% 0 0; }
  .mod-archives__content {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    font-size: 14px; }
  .mod-archives__meta {
    margin: 0;
    padding: 0; }
  .mod-archives__metaItem {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    .mod-archives__metaItem.type-date {
      margin: 0 0.5em 0 0;
      font-size: 18px;
      font-weight: bold; }
    .mod-archives__metaItem.type-category {
      padding: 0 1.2em;
      font-size: 14px;
      color: #cbcebb;
      border: 1px solid #cbcebb;
      border-radius: 5px; }
  .mod-archives__postTitle {
    font-size: 14px;
    line-height: 1.75; }
    body.archive .site-main .mod-archives__postTitle {
      font-size: 18px;
      font-weight: 700; }
      @media (max-width: 36em) {
        body.archive .site-main .mod-archives__postTitle {
          font-size: 16px; } }
  .mod-archives__postExcerpt {
    display: none; }
    body.archive .site-main .mod-archives__postExcerpt {
      display: block; }

/*========================================

  lovesapporo

========================================*/
.mod-lovesapporo {
  margin: 12px 0 22px; }
  .mod-lovesapporo__inner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 0;
    padding: 205px 0 0;
    background: url(../img/bg-lovesapporo.jpg) no-repeat center;
    background-size: cover; }
    @media (max-width: 36em) {
      .mod-lovesapporo__inner {
        padding-top: 180px; } }
    .mod-lovesapporo__inner:before, .mod-lovesapporo__inner:after {
      z-index: -1;
      top: 0;
      width: 105%;
      height: 100%;
      background: #fff;
      -webkit-transition-property: left, right;
      -o-transition-property: left, right;
      transition-property: left, right;
      -webkit-transition-duration: 0.8s;
      -o-transition-duration: 0.8s;
      transition-duration: 0.8s;
      -webkit-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear;
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .mod-lovesapporo__inner:before {
      left: 35%;
      -webkit-transform: skew(15deg);
      -ms-transform: skew(15deg);
      transform: skew(15deg); }
      .is-scrolled .mod-lovesapporo__inner:before {
        left: 105%; }
    .mod-lovesapporo__inner:after {
      right: 35%;
      -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
      transform: skew(-15deg); }
      .is-scrolled .mod-lovesapporo__inner:after {
        right: 105%; }
  .mod-lovesapporo__contents {
    text-align: center; }
  .mod-lovesapporo__heading {
    margin: 0;
    font-size: 118px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.07em;
    color: #fff;
    white-space: nowrap; }
    @media (max-width: 54em) {
      .mod-lovesapporo__heading {
        font-size: 70px; } }
    @media (max-width: 36em) {
      .mod-lovesapporo__heading {
        font-size: 34px;
        white-space: normal; } }

/*========================================

  information

========================================*/
.mod-information__inner {
  border-bottom: 1px solid #a6bbc4; }

.mod-information__contents {
  width: 100%;
  max-width: 1020px;
  margin: 16px auto 72px;
  padding: 0 10px;
  overflow: hidden; }

.mod-information__main {
  font-size: 0;
  margin: 0 -3.5%; }
  @media (max-width: 36em) {
    .mod-information__main {
      margin: 0; } }

.mod-information__facebook, .mod-information__posts {
  display: inline-block;
  vertical-align: top;
  width: 43%;
  margin: 0 3.5%; }
  @media (max-width: 36em) {
    .mod-information__facebook, .mod-information__posts {
      width: 100%;
      margin: 0 0 5%; } }

.mod-information .mod-archives__postTitle {
  font-size: 18px; }

/*========================================

  join

========================================*/
.mod-join__contents {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px; }

.mod-join__list {
  margin: 0 -1%;
  padding: 0;
  font-size: 0;
  list-style: none; }

.mod-join__item {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 0 1% 2%; }
  @media (max-width: 36em) {
    .mod-join__item {
      width: 48%;
      margin: 0 1% 2%; } }

/*========================================

  adjacent

========================================*/
.mod-adjacent__main {
  margin: 4% 0 0;
  overflow: hidden; }

.mod-adjacent .mod-archives__item {
  width: 49%;
  padding: 10px;
  background: #fff; }
  @media (max-width: 36em) {
    .mod-adjacent .mod-archives__item {
      width: 100%; } }

.mod-adjacent__next .mod-archives__item {
  float: left; }

.mod-adjacent__prev .mod-archives__item {
  float: right; }
  .mod-adjacent__prev .mod-archives__item .mod-archives__thumb {
    float: right;
    margin: 0 0 0 4%; }

/*========================================

  button

========================================*/
.mod-button {
  display: inline-block;
  position: relative;
  min-width: 225px;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #565655;
  text-decoration: none;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px; }
  .mod-button a {
    display: block;
    padding: 0.4em 2em;
    text-decoration: none;
    color: inherit; }
  .mod-button.type-green {
    color: #fff;
    background-color: #60c0be;
    border-color: #60c0be; }
  .mod-button.has-icon {
    text-align: left;
    padding-left: 2.5em; }
    .mod-button.has-icon:before {
      top: 0;
      left: 1em;
      bottom: 0;
      margin: auto 0;
      width: 30px;
      height: 30px;
      background: no-repeat center; }
  .mod-button.has-icon.icon-mail:before {
    background-image: url(../img/icon/icon-mail.png); }
  .mod-button.has-icon.icon-facebook:before {
    background-image: url(../img/icon/icon-facebook.png); }

a.mod-button {
  padding: 0.4em 2em; }

/*========================================

  title

========================================*/
.mod-title__contents {
  padding: 1.75em 1em 2.4em;
  text-align: center; }

.mod-title__main {
  margin: 0 0 0.1em;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.mod-title__sub {
  letter-spacing: 0.1em;
  margin: 0; }

/*========================================

  pagenation

========================================*/
.mod-pagenation__list {
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none; }

.mod-pagenation__item {
  display: inline-block;
  vertical-align: middle;
  margin: 1em 0.8em;
  font-size: 16px; }
  .mod-pagenation__item .page-numbers {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    padding: 0.5em;
    color: #565655;
    background: #d5dee4;
    text-decoration: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .mod-pagenation__item .page-numbers:not(.dots):hover {
    background: #fff; }
  .mod-pagenation__item .page-numbers.current {
    background: #fff; }
  .mod-pagenation__item .page-numbers.dots {
    background: none; }

/*========================================

  footer

========================================*/
.mod-footer {
  margin: 3.4em 0 0; }
  .mod-footer__inner {
    color: #fff;
    background: #a6bbc4; }
  .mod-footer__contents {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 3em 10px 2.7em; }
  .mod-footer__main {
    font-size: 0; }
  .mod-footer__heading {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.07em;
    text-transform: uppercase; }
    @media (max-width: 36em) {
      .mod-footer__heading {
        font-size: 20px; } }
  .mod-footer__text {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 50%;
    font-size: 16px; }
    @media (max-width: 36em) {
      .mod-footer__text {
        width: 100%;
        font-size: 14px; } }
  .mod-footer__links {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -1%;
    padding: 0; }
    @media (max-width: 36em) {
      .mod-footer__links {
        width: 100%; } }
  .mod-footer__linkItem {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 1%;
    font-size: 16px;
    color: #565655;
    background: #fff;
    border-radius: 5px; }
    .mod-footer__linkItem a {
      color: inherit;
      text-decoration: none; }
    @media (max-width: 36em) {
      .mod-footer__linkItem {
        width: 100%;
        margin: 0.4em 0;
        font-size: 14px; } }
  .mod-footer__copyright {
    margin: 2.3em 0 0;
    font-size: 16px;
    letter-spacing: 0.12em;
    color: #fff; }
    @media (max-width: 36em) {
      .mod-footer__copyright {
        font-size: 12px; } }

/*========================================

  single post

========================================*/
.entry-thumbnail {
  margin: 0;
  font-size: 0; }

.entry-header, .entry-footer {
  position: relative;
  padding: 2em 3.2em;
  background-color: #fff; }
  @media (max-width: 36em) {
    .entry-header, .entry-footer {
      padding: 1em 1.8em; } }

.entry-header__meta {
  width: 50%; }
  @media (max-width: 36em) {
    .entry-header__meta {
      width: 100%; } }
  .entry-header__meta .post-categories {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style: none; }
  .entry-header__meta .post-categories li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1.2em;
    font-size: 14px;
    font-weight: bold;
    color: #cbcebb;
    border: 1px solid #cbcebb;
    border-radius: 5px; }
  .entry-header__meta .post-categories li a {
    display: block;
    color: inherit;
    text-decoration: none; }

.entry-header__date {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em; }

.entry-header__sns, .entry-footer__sns {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 20px;
  font-size: 0; }
  @media (max-width: 36em) {
    .entry-header__sns, .entry-footer__sns {
      position: static;
      margin-top: 10px;
      height: auto; } }

.entry-header__snsList, .entry-footer__snsList {
  margin: 0;
  padding: 0; }

.entry-header__snsItem, .entry-footer__snsItem {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 0;
  line-height: 20px; }

.entry-title {
  margin: 0.85em 0 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7; }
  @media (max-width: 36em) {
    .entry-title {
      font-size: 20px; } }

.entry-content {
  background-color: #fff;
  padding: 0 3.2em 2em; }
  .entry-content > *:first-child {
    margin-top: 0; }
  @media (max-width: 36em) {
    .entry-content {
      padding: 1em 1.8em; } }

.entry-footer__sns {
  top: 0;
  bottom: 0;
  margin: auto 0; }

@media (max-width: 36em) {
  .entry-footer__snsItem {
    display: inline-block;
    margin-right: 10px; } }

.entry-footer__snsItem.label {
  font-size: 16px; }
  @media (max-width: 36em) {
    .entry-footer__snsItem.label {
      width: 100%; } }

/*========================================

  home

========================================*/
.home .entry-content {
  margin: 12px 0 0;
  font-size: 18px;
  text-align: center; }
  @media (max-width: 36em) {
    .home .entry-content {
      padding: 0 1.8em 1em;
      font-size: 14px;
      text-align: left; } }
  .home .entry-content h2,
  .home .entry-content .home-heading__main {
    margin: 0 0 0.75em;
    font-size: 2.6em;
    line-height: 1.5; }
    @media (max-width: 36em) {
      .home .entry-content h2,
      .home .entry-content .home-heading__main {
        font-size: 2.1em; } }
  .home .entry-content h3,
  .home .entry-content .home-heading__sub {
    font-size: 1.17em; }
  .home .entry-content .home-heading__bnr {
    margin: 2.5em 40px 0; }
    @media (max-width: 36em) {
      .home .entry-content .home-heading__bnr {
        margin: 2.5em 0 0; } }
    .home .entry-content .home-heading__bnr a {
      -webkit-transition: opacity 0.4s;
      -o-transition: opacity 0.4s;
      transition: opacity 0.4s; }
      .home .entry-content .home-heading__bnr a:hover {
        opacity: 0.7; }
      .home .entry-content .home-heading__bnr a img {
        border: solid 3px rgba(100, 100, 100, 0.7); }

/*========================================

  debug

========================================*/
