@charset "UTF-8";
/*
Theme Name: 周星馳フレンズクラブ2020
Theme URL: 
Description: 周星馳フレンズクラブHPオリジナルテンプレート
Author: SFC
Version: 1.0
Tags: 
License: 
License URI: 
*/
.sticky {
  position: sticky;
}

.sticky.sticky-fixed.is-sticky {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*=margin-top]) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*=margin-bottom]) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

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

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./libs/slick/fonts/slick.eot");
  src: url("./libs/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./libs/slick/fonts/slick.woff") format("woff"), url("./libs/slick/fonts/slick.ttf") format("truetype"), url("./libs/slick/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.grid-wrapper {
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
.grid-wrapper--full {
  max-width: 100%;
}
.grid-wrapper--with-gutter {
  padding-right: 1rem;
  padding-left: 1rem;
}

.row {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.cols-gutter--none {
  margin-left: 0;
  margin-right: 0;
}
.cols-gutter--none > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.cols-gutter--sm {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cols-gutter--sm > [class*=col-] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cols-gutter--lg {
  margin-left: -2rem;
  margin-right: -2rem;
}
.cols-gutter--lg > [class*=col-] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.cols-gutter--xl {
  margin-left: -3rem;
  margin-right: -3rem;
}
.cols-gutter--xl > [class*=col-] {
  padding-left: 3rem;
  padding-right: 3rem;
}

.row.reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: auto;
}

.col-xs-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 25%;
}

.col-xs-offset-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 50%;
}

.col-xs-offset-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 75%;
}

.col-xs-offset-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 100%;
}

.col-xs {
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 576px) {
  .col-sm {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: auto;
  }
  .col-sm-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 100%;
  }
  .col-sm {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .col-md {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: auto;
  }
  .col-md-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 25%;
  }
  .col-md-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 50%;
  }
  .col-md-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 75%;
  }
  .col-md-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 100%;
  }
  .col-md {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: auto;
  }
  .col-lg-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 100%;
  }
  .col-lg {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
  background-color: #dee1e3;
}
@media screen and (min-width: 769px) {
  body {
    line-height: 1.8;
  }
}

ul,
ol,
dl {
  margin: 0;
  padding-left: 0;
}

ul li,
ol li {
  list-style: square inside;
  margin-bottom: 10px;
}
ul li ul li,
ul li ol li,
ol li ul li,
ol li ol li {
  list-style: circle inside;
  margin: 0 0 0 1rem;
}

a {
  text-decoration: underline;
  color: #354145;
}

/** 外部リンクにアイコンを付ける */
a[target=_blank]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  margin: 0 4px;
  font-weight: 600;
  font-size: 1.1em;
}

a:hover,
a:active {
  text-decoration: none;
  cursor: pointer;
}

.link-underline {
  text-decoration: underline;
}
.link-underline:hover, .link-underline:focus {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

h1, h2, h3, h4, h5 {
  margin: 0;
}

p {
  margin: 0;
}

dd {
  margin: 0;
}

.l-container {
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 140px;
  /*padding: 0 10px;*/
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .l-container {
    max-width: 100%;
    width: 100%;
    padding: 0 10px 100px;
  }
}
.l-container--noGutter {
  padding: 0;
}
.l-container--single {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 140px;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .l-container--single {
    max-width: 100%;
    width: 100%;
    padding: 0 10px 100px;
  }
}
.l-container--contents {
  margin: 20px auto;
}
.l-container--2column {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .l-container--2column {
    flex-wrap: wrap;
  }
}
.l-container--2column-main {
  width: 80%;
  max-width: calc(100% - 200px);
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .l-container--2column-main {
    width: 100%;
    max-width: 100%;
  }
}
.l-container--2column-sidebar {
  width: 20%;
  min-width: 200px;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .l-container--2column-sidebar {
    width: 100%;
    min-width: 100%;
  }
}

.c-btn {
  display: block;
  width: 160px;
  padding: 0.8em;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #354145;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .c-btn {
    width: 100%;
  }
}
.c-btn:hover, .c-btn:active {
  background: #354145;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.c-btn--round {
  border-radius: 10px;
}
.c-flex {
  display: flex;
  flex-wrap: wrap;
}
.c-flex--nowrap {
  flex-wrap: nowrap;
}
.c-flex--inline {
  display: inline-flex;
}
.c-flex--between {
  justify-content: space-between;
}
.c-flex--around {
  justify-content: space-around;
}
.c-flex--center {
  justify-content: center;
}
.c-flex--end {
  justify-content: flex-end;
}
.c-flex--top {
  align-items: flex-start;
}
.c-flex--middle {
  align-items: center;
}
.c-flex--bottom {
  align-items: flex-end;
}
.c-flex--wrap {
  flex-wrap: wrap;
}
.c-flex--ACC {
  align-content: center;
}
.c-flex__noshrink {
  flex-shrink: 0;
}

.c-heading--h2 {
  margin-top: 20px;
  font-size: 100px;
  line-height: 1;
  font-family: "Paytone One", sans-serif;
  color: #fff;
  letter-spacing: 0.6rem;
}
.c-heading--h2-long {
  letter-spacing: inherit;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .c-heading--h2 {
    font-size: 5rem;
  }
  .c-heading--h2-long {
    letter-spacing: inherit;
  }
}
.c-heading--h3 {
  margin: 30px 0 20px;
  color: #00759b;
  padding: 0.5rem;
  border-top: solid 3px #00759b;
  border-bottom: solid 3px #00759b;
}

.c-youtube {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: auto;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-table {
  width: 100%;
  border-right: 1px solid #00759b;
  border-collapse: collapse;
}
.c-table thead th {
  min-width: 100px;
  background: #00759b;
  color: #fff;
  padding: 10px 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.c-table thead th:last-child {
  border-right: 1px solid #00759b;
}
.c-table tbody th {
  background: #00759b;
  color: #fff;
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}
.c-table tbody th:last-child th {
  border-bottom: 1px solid #00759b;
}
.c-table tbody td {
  background: #fff;
  padding: 10px 15px;
  border-left: 1px solid #00759b;
  border-bottom: 1px solid #00759b;
  vertical-align: top;
}
.c-table tbody td span {
  color: #00759b;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .c-table thead {
    display: none;
  }
  .c-table tbody th {
    display: block;
  }
  .c-table tbody td {
    display: block;
    padding: 10px 5px;
  }
  .c-table tbody td:before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }
  .c-table tbody td p {
    padding-left: 9em;
  }
}

.c-table-b {
  width: 100%;
  border-collapse: collapse;
}
.c-table-b tr {
  border-bottom: solid 2px white;
}
.c-table-b tr:last-child {
  border-bottom: none;
}
.c-table-b th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}
.c-table-b th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.c-table-b td {
  text-align: left;
  width: 70%;
  background-color: #f9f9fa;
  padding: 10px 2rem;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .c-table-b th, .c-table-b td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .c-table-b th:after {
    top: inherit;
    right: calc(50% - 10px);
    bottom: -20px;
    border-top: 10px solid #52c2d0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .c-table-b td {
    padding: 1.6rem 0 1rem 1rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .c-table-b__center td {
    text-align: center;
    padding: 1rem;
  }
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 textarea {
    width: 100%;
  }
}
.wpcf7 input[type=submit] {
  width: 200px;
  padding: 0.8em;
  letter-spacing: 0.8em;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .wpcf7 input[type=submit] {
    width: 100%;
    border: 1px solid #354145;
  }
}

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #00455c;
  cursor: pointer;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
  background-color: #00759b;
  color: white;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.article-title {
  position: relative;
}

.article-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
}

.article-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
}

.c-subnav {
  margin: 20px 0;
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .c-subnav {
    font-size: 4vw;
  }
}

.c-category__item {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  margin: 0 10px 0 0;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c";
  color: black;
  border: 1px solid #5d6f75;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: 1s;
}
.c-category__item:last-child {
  margin: 0;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .c-category__item {
    margin: 0 10px 10px 0;
  }
  .c-category__item:last-child {
    margin: 0 10px 10px 0;
  }
}
.c-category__item:before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 10px;
  height: 10px;
  background: #222;
  border-radius: 50%;
  transition: 1s;
}
.c-category__item span {
  position: relative;
}
.c-category__item:hover, .c-category__item:focus {
  text-decoration: none;
  color: white;
}
.c-category__item:hover:before, .c-category__item:focus:before {
  width: 270px;
  height: 270px;
  opacity: 1;
}
.c-category__item:nth-child(2):before {
  bottom: auto;
  top: -40px;
}
.c-category__item:nth-child(3):before {
  right: auto;
  left: -40px;
}
.c-category__item:nth-child(4):before {
  right: auto;
  bottom: auto;
  left: -40px;
  top: -40px;
}
.c-category__item:nth-child(5):before {
  right: auto;
  bottom: auto;
  left: 90px;
  top: -40px;
}
.c-category__item:nth-child(5):hover:before, .c-category__item:nth-child(5):focus:before {
  left: -50px;
}

.c-subnav-select {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 5px 0 0;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .c-subnav-select {
    flex-wrap: wrap;
  }
}
.c-subnav-select_item {
  margin: 0 5px;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .c-subnav-select_item {
    width: 100%;
    margin: 0 5px 0 0;
  }
}

.c-selectbox {
  overflow: hidden;
  width: 20%;
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .c-selectbox {
    width: 100%;
  }
}
.c-selectbox select {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-selectbox_item {
  position: relative;
  border: 1px solid #354145;
}
.c-selectbox_item:before {
  position: absolute;
  top: 1em;
  right: 8%;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #354145;
  pointer-events: none;
}
.c-selectbox_item select {
  padding: 10px;
  color: #354145;
}

.searchform {
  position: relative;
}
.searchform input[type=text] {
  padding: 10px;
  margin-right: 5px;
  border: 1px solid #354145;
  background: none;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .searchform input[type=text] {
    width: 100%;
  }
}
.searchform button[type=submit] {
  position: absolute;
  top: 1.2rem;
  right: 7%;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .searchform {
    margin-top: 10px;
  }
}

.searchhighlight {
  background: #a9dbeb;
}

.pagenavi {
  color: #00759b;
  margin: 2px auto;
  line-height: 2em;
  text-align: center;
  clear: both;
}

.pagenavi a {
  text-decoration: none;
}

.pagenavi a.page-numbers, .pagenavi .current {
  color: #00455c;
  padding: 3px 7px;
  border: solid 1px #ccc;
  text-decoration: none;
  font-size: 12px;
}

.pagenavi a.page-numbers:hover {
  color: #fff;
  background: #00759b;
}

.pagenavi .current {
  color: white;
  background: #00759b;
  border-color: #00759b;
  font-weight: bold;
}

.pagenavi .next, .pagenavi .prev {
  border: 0 none;
  background: transparent;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

#sidebar .side_category ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #eeeeee;
}
#sidebar .side_category li a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #000000;
}
#sidebar .side_category li {
  text-align: center;
}
#sidebar .side_category li:last-child {
  border-bottom: none;
}
#sidebar .side_category li a.active {
  color: #ffffff;
  background-color: #da3c41;
}
#sidebar .side_category li a:hover:not(.active) {
  color: #ffffff;
  background-color: #1b2538;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 10px;
  margin-top: 40px;
  background-color: #333;
  color: #fff;
  text-align: center;
}
footer a {
  color: #fff;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  footer {
    margin-top: 20px;
  }
}

.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 125px;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  border-bottom-left-radius: 100vw;
  z-index: 9998;
  background-color: #338aa8;
  background-color: rgba(0, 109, 146, 0.8);
}
@media (min-width: 768px) {
  .drawer-list {
    width: 40vw;
  }
}
.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}
.drawer-list li:last-child {
  margin-bottom: 2em;
}
.drawer-list li a {
  text-decoration: none;
  color: #FEFEFE;
  text-align: center;
  display: block;
  padding: 1rem;
  font-size: calc(20px - 0.5vw);
}
@media (min-width: 768px) {
  .drawer-list li a {
    text-align: right;
    padding: 0.5rem;
  }
}
.drawer-list li a:hover {
  cursor: pointer;
  background-color: #80c9e2;
  background-color: rgba(0, 147, 197, 0.5);
}

input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}
input.hamburger:checked ~ label close {
  color: #FEFEFE;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: 0.8em;
  align-text: center;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width 0.25s 0.35s, color 0.45s 0.35s;
}
label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: #FEFEFE;
  width: 100%;
}
label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #FEFEFE;
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #FEFEFE;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -14px);
}
label.hamburger > i:after {
  transform: translate(-50%, 14px);
}

label.hamburger {
  position: fixed;
  top: 15px;
  right: 15px;
}

/**
    SCROLLBAR STYLE FOR IE
*/
body {
  scrollbar-base-color: rgb(19, 138, 114);
  scrollbar-3dlight-color: #fff;
  scrollbar-highlight-color: #1abc9c;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #1abc9c;
  scrollbar-shadow-color: #1abc9c;
  scrollbar-dark-shadow-color: #1abc9c;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.p-logo {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 3000;
  fill: transparent;
  animation-name: line;
  animation-duration: 6000ms;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.p-logo_pc {
  stroke-width: 1;
}
.p-logo_sp {
  stroke-width: 2;
}

@keyframes line {
  0% {
    stroke-dashoffset: 3000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.p-header {
  max-width: 100vw;
  color: #FEFEFE;
  background: #0093c5;
  background: linear-gradient(-60deg, #0093c5, #52c2d0);
}
.p-header a {
  color: #fff;
}
.p-header_top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(var(--vh, 1vh) * 100);
}
.p-header_top--title--pc {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .p-header_top--title--pc {
    display: none;
  }
}
.p-header_top--title--sp {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .p-header_top--title--sp {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
.p-header_top--description {
  font-size: 2vw;
  line-height: 2;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .p-header_top--description {
    font-size: 4vw;
  }
}
.p-header_top .scroll {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 24px);
  z-index: 2;
  display: inline-block;
  padding-top: 30px;
  transform: translate(0, -50%);
  text-decoration: none;
}
.p-header_top .scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.p-header_page {
  height: 100px;
  max-height: 100px;
  padding: 25px 0 20px 20px;
}
.p-header_page--title {
  font-size: 2rem;
  line-height: 1.6;
}
.p-header_page--description {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .p-header_page {
    height: 100px;
    align-items: inherit;
  }
  .p-header_page_title {
    font-size: 4vw;
  }
  .p-header_page_description {
    font-size: 3vw;
  }
}

/****--------- ふわふわ ---------****/
.fwari {
  animation: fwari ease-in-out 2s infinite alternate;
  -webkit-animation: fwari ease-in-out 2s infinite alternate;
  -moz-animation: fwari ease-in-out 2s infinite alternate;
}

@keyframes fwari {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -5px);
  }
}
/****--------- ボール ---------****/
.ball {
  animation: ball 0.6s alternate infinite;
  -webkit-animation: ball 0.6s alternate infinite;
  -moz-animation: ball 0.6s alternate infinite;
}

@keyframes ball {
  0% {
    transform: translate(0%, 0%) rotateX(25deg);
  }
  100% {
    transform: translate(0%, -10px);
  }
}
/*@keyframes fadeInOut {
   0% {opacity: 0;}
   50% {opacity: 1;}
   100% {opacity: 0; display: none;}
}
@keyframes fadeIn {
   0% {opacity: 0;}
   100% {opacity: 1;}
}
@keyframes fadeOut {
   0% {opacity: 1;}
   100% {opacity: 0;}
}
@keyframes fallDownIn {
   0% {top: -200px;}
   100% {top: 0;}
}*/
/*.js-appear {
   opacity: 0;
}
.js-appear.active {
   animation: fadeIn 3s ease 0s 1 normal forwards;
}*/
.gutter-sizer {
  width: 4%;
}

.wrapper_page {
  position: relative;
  min-height: 100%;
}

/*  Sticky post  ----------------------------------------- */
.p-post .is-sticky {
  display: block;
  width: 32px;
  height: 32px;
  background: #a9dbeb;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 16px;
}
.p-post .is-sticky .fa-thumbtack {
  margin: 10px 0 0 10px;
  color: #fff;
  transform: rotate(40deg);
}
.p-post .is-sticky:before, .p-post .is-sticky:after {
  content: "";
  display: block;
  border: 8px solid transparent;
  position: absolute;
  bottom: -16px;
}
.p-post .is-sticky:before {
  left: 0px;
  border-top-color: #a9dbeb;
  border-left-color: #a9dbeb;
}
.p-post .is-sticky:after {
  right: 0px;
  border-top-color: #a9dbeb;
  border-right-color: #a9dbeb;
}

.anchor {
  display: block;
  padding-top: 5px;
  margin-top: -5px;
}

.p-serch-404 {
  width: 170px;
}

.contents {
  position: relative;
  overflow: hidden;
  margin: 10% 0;
  padding: 80px 0;
}
.contents:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #011931;
  transform-origin: left center;
  transform: rotate(3deg);
  z-index: -1;
}
.contents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  color: #fff;
  text-align: center;
}
.contents:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #df6209;
  transform-origin: right center;
  transform: rotate(-3deg);
  z-index: -2;
}

.inv-recaptcha-holder {
  margin-top: 10px;
}

.p-post {
  margin: 0 auto;
  overflow: hidden;
  transition: opacity 0.3s;
  opacity: 0;
  max-height: 100vh;
  box-sizing: border-box;
}
.p-post.on {
  opacity: 1;
  max-height: 100%;
}
.p-post-container {
  border: 1px solid #dee1e3;
  width: 300px;
  background-color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .p-post-container {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .p-post-container {
    width: 100%;
    margin: 0 0 10px;
  }
}
.p-post-container-single {
  width: 100%;
}
.p-post-header {
  padding: 8%;
  border-bottom: 1px solid #eceeee;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .p-post-header {
    padding: 8% 5%;
  }
}
.p-post-title {
  font-family: "Roboto Slab", sans-serif;
  line-height: 1.4;
  font-weight: 700;
  color: #2B3542;
  word-break: break-word;
}
.p-post-excerpt {
  padding: 10%;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .p-post-excerpt {
    padding: 8% 5%;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-post-meta {
  background: #F9F9F9;
  padding: 10%;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .p-post-meta {
    padding: 8% 5%;
  }
}
.p-post-meta__time {
  /*color: $COLOR_GRAY_5;*/
  margin-right: 0.5rem;
}
.p-post-meta__category a, .p-post-meta__tag a {
  padding: 2px 4px 2px 0;
  text-decoration: none;
}
.p-post-meta__category a:hover, .p-post-meta__tag a:hover {
  text-decoration: underline;
}

.p-featured-media {
  max-width: 100%;
  height: auto;
  text-align: center;
}

.p-post-single__container {
  width: 100%;
}
.p-post-single__header {
  padding: 5%;
  border-bottom: 1px solid #eceeee;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .p-post-single__header {
    padding: 8% 5%;
  }
}
.p-post-single__title {
  font-family: "Roboto Slab", sans-serif;
  line-height: 1.4;
  font-weight: 700;
  color: #2B3542;
  word-break: break-word;
}
.p-post-single__content {
  padding: 5%;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .p-post-single__content {
    padding: 8% 5%;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-post-single__content p {
  margin-bottom: 10px;
}
.p-post-single__footer {
  display: flex;
  flex-wrap: nowrap;
  background: #F9F9F9;
  padding: 4% 5%;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .p-post-single__footer {
    flex-wrap: wrap;
  }
}
.p-post-single__footer-item {
  width: 50%;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .p-post-single__footer-item {
    width: 100%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .p-post-single__meta {
    padding: 0 0 2%;
  }
}
.p-post-single__meta-time {
  /*color: $COLOR_GRAY_5;*/
  margin-right: 0.5rem;
}
.p-post-single__meta-category a, .p-post-single__meta-tag a {
  padding: 0 4px 0 0;
  text-decoration: none;
}
.p-post-single__meta-category a:hover, .p-post-single__meta-tag a:hover {
  text-decoration: underline;
}
.p-post-single__navi {
  border-left: 1px solid #abb5b8;
  padding: 0 0 0 2%;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .p-post-single__navi {
    border-left: none;
    border-top: 1px solid #abb5b8;
    padding: 2% 0 0;
  }
}
.p-post-single__navi span {
  display: block;
  font-weight: bold;
}

#comments .children {
  width: 90%;
  margin: 0 2% 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  #comments .children {
    width: 95%;
    margin: 0 0 0 auto;
  }
}

.comment-body {
  width: 80%;
  background-color: #f9f9fa;
  padding: 40px 50px;
  margin: 0 auto 10px;
  border-radius: 30px;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  .comment-body {
    width: 100%;
    padding: 10% 8%;
  }
}
.comment-body p {
  margin-bottom: 10px;
  line-height: 1.6;
}

#comments-list li {
  list-style: none;
}

#respond label {
  display: block;
}

#respond input,
#respond textarea {
  width: 100%;
}

#respond input[type=submit] {
  width: auto;
  display: block;
  padding: 0.8em;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #354145;
  border-radius: 5px;
}
#respond input[type=submit]:hover, #respond input[type=submit]:active {
  background: #354145;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.comment-author,
.comment-meta {
  display: inline-block;
}

.comment-author .fn {
  font-size: 2rem;
  font-style: normal;
  font-family: "M PLUS Rounded 1c";
}

.comment-notes {
  margin-bottom: 10px;
}

.reply {
  text-align: right;
}
.reply a {
  padding: 5px;
  border: 1px solid #354145;
  border-radius: 5px;
}

#cancel-comment-reply-link {
  display: block;
  width: 160px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #354145;
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
  #cancel-comment-reply-link {
    width: 100%;
  }
}
#cancel-comment-reply-link:hover, #cancel-comment-reply-link:active {
  background: #354145;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.p-card_example {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
}

.u-clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.u-block {
  display: block;
}

.u-hide {
  display: none;
}

@media screen and (min-width: 577px) {
  .u-block--md {
    display: block;
  }
  .u-hide--md {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .u-block--lg {
    display: block;
  }
  .u-hide--lg {
    display: none;
  }
}
.u-inline-block {
  display: inline-block;
}

.u-display-none {
  display: none;
}

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

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

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

@media screen and (min-width: 769px) {
  .u-align-center--lg {
    text-align: center;
  }
  .u-align-left--lg {
    text-align: left;
  }
  .u-align-right--lg {
    text-align: left;
  }
}
.u-mt-0 {
  margin-top: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-ml-0 {
  margin-left: 0;
}

.u-mr-0 {
  margin-right: 0;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pl-0 {
  padding-left: 0;
}

.u-pr-0 {
  padding-right: 0;
}

@media screen and (min-width: 769px) {
  .u-mt-0--md {
    margin-top: 0;
  }
  .u-mb-0--md {
    margin-bottom: 0;
  }
  .u-ml-0--md {
    margin-left: 0;
  }
  .u-mr-0--md {
    margin-right: 0;
  }
  .u-pt-0--md {
    padding-top: 0;
  }
  .u-pb-0--md {
    padding-bottom: 0;
  }
  .u-pl-0--md {
    padding-left: 0;
  }
  .u-pr-0--md {
    padding-right: 0;
  }
}
@media screen and (min-width: 993px) {
  .u-mt-0--lg {
    margin-top: 0;
  }
  .u-mb-0--lg {
    margin-bottom: 0;
  }
  .u-ml-0--lg {
    margin-left: 0;
  }
  .u-mr-0--lg {
    margin-right: 0;
  }
  .u-pt-0--lg {
    padding-top: 0;
  }
  .u-pb-0--lg {
    padding-bottom: 0;
  }
  .u-pl-0--lg {
    padding-left: 0;
  }
  .u-pr-0--lg {
    padding-right: 0;
  }
}
.u-mt-xxxs {
  margin-top: 4px;
}

.u-mb-xxxs {
  margin-bottom: 4px;
}

.u-ml-xxxs {
  margin-left: 4px;
}

.u-mr-xxxs {
  margin-right: 4px;
}

.u-pt-xxxs {
  padding-top: 4px;
}

.u-pb-xxxs {
  padding-bottom: 4px;
}

.u-pl-xxxs {
  padding-left: 4px;
}

.u-pr-xxxs {
  padding-right: 4px;
}

@media screen and (min-width: 769px) {
  .u-mt-xxxs--md {
    margin-top: 4px;
  }
  .u-mb-xxxs--md {
    margin-bottom: 4px;
  }
  .u-ml-xxxs--md {
    margin-left: 4px;
  }
  .u-mr-xxxs--md {
    margin-right: 4px;
  }
  .u-pt-xxxs--md {
    padding-top: 4px;
  }
  .u-pb-xxxs--md {
    padding-bottom: 4px;
  }
  .u-pl-xxxs--md {
    padding-left: 4px;
  }
  .u-pr-xxxs--md {
    padding-right: 4px;
  }
}
@media screen and (min-width: 993px) {
  .u-mt-xxxs--lg {
    margin-top: 4px;
  }
  .u-mb-xxxs--lg {
    margin-bottom: 4px;
  }
  .u-ml-xxxs--lg {
    margin-left: 4px;
  }
  .u-mr-xxxs--lg {
    margin-right: 4px;
  }
  .u-pt-xxxs--lg {
    padding-top: 4px;
  }
  .u-pb-xxxs--lg {
    padding-bottom: 4px;
  }
  .u-pl-xxxs--lg {
    padding-left: 4px;
  }
  .u-pr-xxxs--lg {
    padding-right: 4px;
  }
}
.u-mt-xxs {
  margin-top: 8px;
}

.u-mb-xxs {
  margin-bottom: 8px;
}

.u-ml-xxs {
  margin-left: 8px;
}

.u-mr-xxs {
  margin-right: 8px;
}

.u-pt-xxs {
  padding-top: 8px;
}

.u-pb-xxs {
  padding-bottom: 8px;
}

.u-pl-xxs {
  padding-left: 8px;
}

.u-pr-xxs {
  padding-right: 8px;
}

@media screen and (min-width: 769px) {
  .u-mt-xxs--md {
    margin-top: 8px;
  }
  .u-mb-xxs--md {
    margin-bottom: 8px;
  }
  .u-ml-xxs--md {
    margin-left: 8px;
  }
  .u-mr-xxs--md {
    margin-right: 8px;
  }
  .u-pt-xxs--md {
    padding-top: 8px;
  }
  .u-pb-xxs--md {
    padding-bottom: 8px;
  }
  .u-pl-xxs--md {
    padding-left: 8px;
  }
  .u-pr-xxs--md {
    padding-right: 8px;
  }
}
@media screen and (min-width: 993px) {
  .u-mt-xxs--lg {
    margin-top: 8px;
  }
  .u-mb-xxs--lg {
    margin-bottom: 8px;
  }
  .u-ml-xxs--lg {
    margin-left: 8px;
  }
  .u-mr-xxs--lg {
    margin-right: 8px;
  }
  .u-pt-xxs--lg {
    padding-top: 8px;
  }
  .u-pb-xxs--lg {
    padding-bottom: 8px;
  }
  .u-pl-xxs--lg {
    padding-left: 8px;
  }
  .u-pr-xxs--lg {
    padding-right: 8px;
  }
}
.u-mt-xs {
  margin-top: 12px;
}

.u-mb-xs {
  margin-bottom: 12px;
}

.u-ml-xs {
  margin-left: 12px;
}

.u-mr-xs {
  margin-right: 12px;
}

.u-pt-xs {
  padding-top: 12px;
}

.u-pb-xs {
  padding-bottom: 12px;
}

.u-pl-xs {
  padding-left: 12px;
}

.u-pr-xs {
  padding-right: 12px;
}

@media screen and (min-width: 769px) {
  .u-mt-xs--md {
    margin-top: 12px;
  }
  .u-mb-xs--md {
    margin-bottom: 12px;
  }
  .u-ml-xs--md {
    margin-left: 12px;
  }
  .u-mr-xs--md {
    margin-right: 12px;
  }
  .u-pt-xs--md {
    padding-top: 12px;
  }
  .u-pb-xs--md {
    padding-bottom: 12px;
  }
  .u-pl-xs--md {
    padding-left: 12px;
  }
  .u-pr-xs--md {
    padding-right: 12px;
  }
}
@media screen and (min-width: 993px) {
  .u-mt-xs--lg {
    margin-top: 12px;
  }
  .u-mb-xs--lg {
    margin-bottom: 12px;
  }
  .u-ml-xs--lg {
    margin-left: 12px;
  }
  .u-mr-xs--lg {
    margin-right: 12px;
  }
  .u-pt-xs--lg {
    padding-top: 12px;
  }
  .u-pb-xs--lg {
    padding-bottom: 12px;
  }
  .u-pl-xs--lg {
    padding-left: 12px;
  }
  .u-pr-xs--lg {
    padding-right: 12px;
  }
}
.u-mt-sm {
  margin-top: 20px;
}

.u-mb-sm {
  margin-bottom: 20px;
}

.u-ml-sm {
  margin-left: 20px;
}

.u-mr-sm {
  margin-right: 20px;
}

.u-pt-sm {
  padding-top: 20px;
}

.u-pb-sm {
  padding-bottom: 20px;
}

.u-pl-sm {
  padding-left: 20px;
}

.u-pr-sm {
  padding-right: 20px;
}

@media screen and (min-width: 769px) {
  .u-mt-sm--md {
    margin-top: 20px;
  }
  .u-mb-sm--md {
    margin-bottom: 20px;
  }
  .u-ml-sm--md {
    margin-left: 20px;
  }
  .u-mr-sm--md {
    margin-right: 20px;
  }
  .u-pt-sm--md {
    padding-top: 20px;
  }
  .u-pb-sm--md {
    padding-bottom: 20px;
  }
  .u-pl-sm--md {
    padding-left: 20px;
  }
  .u-pr-sm--md {
    padding-right: 20px;
  }
}
@media screen and (min-width: 993px) {
  .u-mt-sm--lg {
    margin-top: 20px;
  }
  .u-mb-sm--lg {
    margin-bottom: 20px;
  }
  .u-ml-sm--lg {
    margin-left: 20px;
  }
  .u-mr-sm--lg {
    margin-right: 20px;
  }
  .u-pt-sm--lg {
    padding-top: 20px;
  }
  .u-pb-sm--lg {
    padding-bottom: 20px;
  }
  .u-pl-sm--lg {
    padding-left: 20px;
  }
  .u-pr-sm--lg {
    padding-right: 20px;
  }
}
.u-mt-md {
  margin-top: 32px;
}

.u-mb-md {
  margin-bottom: 32px;
}

.u-ml-md {
  margin-left: 32px;
}

.u-mr-md {
  margin-right: 32px;
}

.u-pt-md {
  padding-top: 32px;
}

.u-pb-md {
  padding-bottom: 32px;
}

.u-pl-md {
  padding-left: 32px;
}

.u-pr-md {
  padding-right: 32px;
}

@media screen and (min-width: 769px) {
  .u-mt-md--md {
    margin-top: 32px;
  }
  .u-mb-md--md {
    margin-bottom: 32px;
  }
  .u-ml-md--md {
    margin-left: 32px;
  }
  .u-mr-md--md {
    margin-right: 32px;
  }
  .u-pt-md--md {
    padding-top: 32px;
  }
  .u-pb-md--md {
    padding-bottom: 32px;
  }
  .u-pl-md--md {
    padding-left: 32px;
  }
  .u-pr-md--md {
    padding-right: 32px;
  }
}
@media screen and (min-width: 993px) {
  .u-mt-md--lg {
    margin-top: 32px;
  }
  .u-mb-md--lg {
    margin-bottom: 32px;
  }
  .u-ml-md--lg {
    margin-left: 32px;
  }
  .u-mr-md--lg {
    margin-right: 32px;
  }
  .u-pt-md--lg {
    padding-top: 32px;
  }
  .u-pb-md--lg {
    padding-bottom: 32px;
  }
  .u-pl-md--lg {
    padding-left: 32px;
  }
  .u-pr-md--lg {
    padding-right: 32px;
  }
}
.u-mt-lg {
  margin-top: 52px;
}

.u-mb-lg {
  margin-bottom: 52px;
}

.u-ml-lg {
  margin-left: 52px;
}

.u-mr-lg {
  margin-right: 52px;
}

.u-pt-lg {
  padding-top: 52px;
}

.u-pb-lg {
  padding-bottom: 52px;
}

.u-pl-lg {
  padding-left: 52px;
}

.u-pr-lg {
  padding-right: 52px;
}

@media screen and (min-width: 769px) {
  .u-mt-lg--md {
    margin-top: 52px;
  }
  .u-mb-lg--md {
    margin-bottom: 52px;
  }
  .u-ml-lg--md {
    margin-left: 52px;
  }
  .u-mr-lg--md {
    margin-right: 52px;
  }
  .u-pt-lg--md {
    padding-top: 52px;
  }
  .u-pb-lg--md {
    padding-bottom: 52px;
  }
  .u-pl-lg--md {
    padding-left: 52px;
  }
  .u-pr-lg--md {
    padding-right: 52px;
  }
}
@media screen and (min-width: 993px) {
  .u-mt-lg--lg {
    margin-top: 52px;
  }
  .u-mb-lg--lg {
    margin-bottom: 52px;
  }
  .u-ml-lg--lg {
    margin-left: 52px;
  }
  .u-mr-lg--lg {
    margin-right: 52px;
  }
  .u-pt-lg--lg {
    padding-top: 52px;
  }
  .u-pb-lg--lg {
    padding-bottom: 52px;
  }
  .u-pl-lg--lg {
    padding-left: 52px;
  }
  .u-pr-lg--lg {
    padding-right: 52px;
  }
}
.u-mt-xl {
  margin-top: 84px;
}

.u-mb-xl {
  margin-bottom: 84px;
}

.u-ml-xl {
  margin-left: 84px;
}

.u-mr-xl {
  margin-right: 84px;
}

.u-pt-xl {
  padding-top: 84px;
}

.u-pb-xl {
  padding-bottom: 84px;
}

.u-pl-xl {
  padding-left: 84px;
}

.u-pr-xl {
  padding-right: 84px;
}

@media screen and (min-width: 769px) {
  .u-mt-xl--md {
    margin-top: 84px;
  }
  .u-mb-xl--md {
    margin-bottom: 84px;
  }
  .u-ml-xl--md {
    margin-left: 84px;
  }
  .u-mr-xl--md {
    margin-right: 84px;
  }
  .u-pt-xl--md {
    padding-top: 84px;
  }
  .u-pb-xl--md {
    padding-bottom: 84px;
  }
  .u-pl-xl--md {
    padding-left: 84px;
  }
  .u-pr-xl--md {
    padding-right: 84px;
  }
}
@media screen and (min-width: 993px) {
  .u-mt-xl--lg {
    margin-top: 84px;
  }
  .u-mb-xl--lg {
    margin-bottom: 84px;
  }
  .u-ml-xl--lg {
    margin-left: 84px;
  }
  .u-mr-xl--lg {
    margin-right: 84px;
  }
  .u-pt-xl--lg {
    padding-top: 84px;
  }
  .u-pb-xl--lg {
    padding-bottom: 84px;
  }
  .u-pl-xl--lg {
    padding-left: 84px;
  }
  .u-pr-xl--lg {
    padding-right: 84px;
  }
}
.u-mt-xxl {
  margin-top: 136px;
}

.u-mb-xxl {
  margin-bottom: 136px;
}

.u-ml-xxl {
  margin-left: 136px;
}

.u-mr-xxl {
  margin-right: 136px;
}

.u-pt-xxl {
  padding-top: 136px;
}

.u-pb-xxl {
  padding-bottom: 136px;
}

.u-pl-xxl {
  padding-left: 136px;
}

.u-pr-xxl {
  padding-right: 136px;
}

@media screen and (min-width: 769px) {
  .u-mt-xxl--md {
    margin-top: 136px;
  }
  .u-mb-xxl--md {
    margin-bottom: 136px;
  }
  .u-ml-xxl--md {
    margin-left: 136px;
  }
  .u-mr-xxl--md {
    margin-right: 136px;
  }
  .u-pt-xxl--md {
    padding-top: 136px;
  }
  .u-pb-xxl--md {
    padding-bottom: 136px;
  }
  .u-pl-xxl--md {
    padding-left: 136px;
  }
  .u-pr-xxl--md {
    padding-right: 136px;
  }
}
@media screen and (min-width: 993px) {
  .u-mt-xxl--lg {
    margin-top: 136px;
  }
  .u-mb-xxl--lg {
    margin-bottom: 136px;
  }
  .u-ml-xxl--lg {
    margin-left: 136px;
  }
  .u-mr-xxl--lg {
    margin-right: 136px;
  }
  .u-pt-xxl--lg {
    padding-top: 136px;
  }
  .u-pb-xxl--lg {
    padding-bottom: 136px;
  }
  .u-pl-xxl--lg {
    padding-left: 136px;
  }
  .u-pr-xxl--lg {
    padding-right: 136px;
  }
}
.u-color--alert {
  color: red;
}
.u-color--white {
  color: #ffffff;
}

.u-weight--bold {
  font-weight: bold;
}
.u-weight--normal {
  font-weight: normal;
}/*# sourceMappingURL=style.css.map */