@charset "UTF-8";
/*
 *
 *	変数の定義
 *
 */
/* -------------------------------------------------
 *  Color setting
 * ------------------------------------------------- */
/* -------------------------------------------------
 *  page size setting
 * ------------------------------------------------- */
/* -------------------------------------------------
 *  gutter setting
 * ------------------------------------------------- */
/* -------------------------------------------------
 *  font setting
 * ------------------------------------------------- */
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansCJKjp-Regular.eot");
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype"); }

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.eot");
  src: local("Noto Sans CJK JP Bold"), url("../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype"); }

/* -------------------------------------------------
 *  grid setting
 * ------------------------------------------------- */
/*
 * Animation
 * ---------------------------------------------- */
.js-fade {
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(0, 7rem);
      transform: translate(0, 7rem);
  transition: all 0.7s cubic-bezier(0.155, 0.91, 0.695, 0.95); }
  .js-fade.is-move {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    transition: all 0.5s cubic-bezier(0.4, 0.93, 0.7, 0.97); }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -ms-transform: translate(0, -50%);
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.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: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  color: black; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

.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; }

.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

.vegas-overlay {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  background: url(overlays/02.png) center center; }

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px; }

.vegas-timer-progress {
  width: 0;
  height: 100%;
  background: #fff;
  transition: width ease-out; }

.vegas-timer-running .vegas-timer-progress {
  width: 100%; }

.vegas-slide, .vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: center center no-repeat;
  transform: translateZ(0);
  will-change: transform,opacity; }

body .vegas-container {
  overflow: hidden !important;
  position: relative; }

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2; }

body.vegas-container > .vegas-overlay, body.vegas-container > .vegas-slide, body.vegas-container > .vegas-timer {
  position: fixed;
  z-index: -1; }

:root body.vegas-container > .vegas-overlay, :root body.vegas-container > .vegas-slide, _::full-page-media, _:future {
  bottom: -76px; }

.vegas-transition-blur, .vegas-transition-blur2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="32" /></filter></svg>#filter');
  filter: blur(32px); }

.vegas-transition-blur-in, .vegas-transition-blur2-in {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  filter: blur(0); }

.vegas-transition-blur2-out {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.vegas-transition-burn, .vegas-transition-burn2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="10" intercept="-4.5" /><feFuncG type="linear" slope="10" intercept="-4.5" /><feFuncB type="linear" slope="10" intercept="-4.5" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="8.083 -6.435 -0.648 0 0 -1.9169999999999998 3.6649999999999996 -0.648 0 0 -1.9169999999999998 -6.435 9.352 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-burn-in, .vegas-transition-burn2-in {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" intercept="0" /><feFuncG type="linear" slope="1" intercept="0" /><feFuncB type="linear" slope="1" intercept="0" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1.01 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: contrast(100%) saturate(100%); }

.vegas-transition-burn2-out {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="10" intercept="-4.5" /><feFuncG type="linear" slope="10" intercept="-4.5" /><feFuncB type="linear" slope="10" intercept="-4.5" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="8.083 -6.435 -0.648 0 0 -1.9169999999999998 3.6649999999999996 -0.648 0 0 -1.9169999999999998 -6.435 9.352 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-fade, .vegas-transition-fade2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.vegas-transition-fade-in, .vegas-transition-fade2-in {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.vegas-transition-fade2-out {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.vegas-transition-flash, .vegas-transition-flash2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="25" /><feFuncG type="linear" slope="25" /><feFuncB type="linear" slope="25" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(25); }

.vegas-transition-flash-in, .vegas-transition-flash2-in {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(1); }

.vegas-transition-flash2-out {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="25" /><feFuncG type="linear" slope="25" /><feFuncB type="linear" slope="25" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(25); }

.vegas-transition-negative, .vegas-transition-negative2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  filter: invert(100%); }

.vegas-transition-negative-in, .vegas-transition-negative2-in {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /></feComponentTransfer></filter></svg>#filter');
  filter: invert(0); }

.vegas-transition-negative2-out {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  filter: invert(100%); }

.vegas-transition-slideDown, .vegas-transition-slideDown2 {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.vegas-transition-slideDown-in, .vegas-transition-slideDown2-in {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.vegas-transition-slideDown2-out {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.vegas-transition-slideLeft, .vegas-transition-slideLeft2 {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.vegas-transition-slideLeft-in, .vegas-transition-slideLeft2-in {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.vegas-transition-slideLeft2-out, .vegas-transition-slideRight, .vegas-transition-slideRight2 {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.vegas-transition-slideRight2-out {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.vegas-transition-slideUp, .vegas-transition-slideUp2 {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.vegas-transition-slideUp-in, .vegas-transition-slideUp2-in {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.vegas-transition-slideUp2-out {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.vegas-transition-swirlLeft, .vegas-transition-swirlLeft2 {
  -ms-transform: scale(2) rotate(35deg);
      transform: scale(2) rotate(35deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.vegas-transition-swirlLeft-in, .vegas-transition-swirlLeft2-in {
  -ms-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.vegas-transition-swirlLeft2-out, .vegas-transition-swirlRight, .vegas-transition-swirlRight2 {
  -ms-transform: scale(2) rotate(-35deg);
      transform: scale(2) rotate(-35deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.vegas-transition-swirlRight-in, .vegas-transition-swirlRight2-in {
  -ms-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.vegas-transition-swirlRight2-out {
  -ms-transform: scale(2) rotate(35deg);
      transform: scale(2) rotate(35deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.vegas-transition-zoomIn, .vegas-transition-zoomIn2 {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.vegas-transition-zoomIn-in, .vegas-transition-zoomIn2-in {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.vegas-transition-zoomIn2-out, .vegas-transition-zoomOut, .vegas-transition-zoomOut2 {
  -ms-transform: scale(2);
      transform: scale(2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.vegas-transition-zoomOut-in, .vegas-transition-zoomOut2-in {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.vegas-transition-zoomOut2-out {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.vegas-animation-kenburns {
  animation: kenburns ease-out; }

@keyframes kenburns {
  0% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }

.vegas-animation-kenburnsDownLeft {
  animation: kenburnsDownLeft ease-out; }

@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsDownRight {
  animation: kenburnsDownRight ease-out; }

@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsDown {
  animation: kenburnsDown ease-out; }

@keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%); }
  100% {
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsLeft {
  animation: kenburnsLeft ease-out; }

@keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0); }
  100% {
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsRight {
  animation: kenburnsRight ease-out; }

@keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsUpLeft {
  animation: kenburnsUpLeft ease-out; }

@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsUpRight {
  animation: kenburnsUpRight ease-out; }

@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsUp {
  animation: kenburnsUp ease-out; }

@keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%); }
  100% {
    transform: scale(1) translate(0, 0); } }
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  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; }

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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"] {
  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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Base styles:
 *
 * 1.0 - html,body
 * 2.0 - Typography
 * 3.0 - Anchor
 * 4.0 - Img
 * 5.0 - Table
 * 6.0 - List
 * 7.0 - hr
 */
/*
 -------------------------------------------------
 *
 * 1.0 html,body
 *
 -------------------------------------------------
*/
html {
  font-size: 62.5%;
  min-height: 100%; }

body {
  margin: 0;
  font-family: "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  line-height: 1.75;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333; }
  @media only screen and (min-width: 980px) {
    body {
      position: relative;
      overflow-x: hidden; } }
  body.is-open {
    overflow: hidden;
    width: 100%; }
    body.is-open:before {
      -ms-transform: scale(50);
          transform: scale(50);
      right: 0;
      top: 0; }
    body.is-open .l-wrapper,
    body.is-open .l-footer,
    body.is-open .c-logo {
      transition: 1000ms;
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4.8" /></filter></svg>#filter');
      filter: blur(3px);
      filter: blur(0.3rem);
      transform: translate3d(0, 0, 0); }
      @media only screen and (min-width: 980px) {
        body.is-open .l-wrapper,
        body.is-open .l-footer,
        body.is-open .c-logo {
          filter: none; } }

/*
 -------------------------------------------------
 *
 * 2.0 Typography
 *
 -------------------------------------------------
*/
h1, h2, h3,
h4, h5, h6 {
  line-height: 1.3; }

h1 {
  font-size: 28px;
  font-size: 2.8rem; }
  @media only screen and (min-width: 980px) {
    h1 {
      font-size: 3.2rem; } }

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
  text-align: center;
  color: #333;
  padding: 0;
  margin: 1.8em 0 1.4em; }
  @media only screen and (min-width: 980px) {
    h2 {
      font-size: 3.2rem; } }

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  padding-left: 50px;
  padding-left: 5rem;
  position: relative;
  font-weight: normal; }
  @media only screen and (min-width: 980px) {
    h3 {
      font-size: 2.7rem;
      padding-left: 6.5rem; } }
  h3:before {
    content: '';
    width: 40px;
    width: 4rem;
    position: absolute;
    height: 8px;
    height: .8rem;
    background: linear-gradient(to right, #1d2088 33.3333%, #eee9e3 33.3333%, #eee9e3 66.6666%, #d7001d 9.9999%);
    bottom: 4px;
    bottom: .4rem;
    left: 0;
    display: block; }
    @media only screen and (min-width: 980px) {
      h3:before {
        width: 5rem;
        bottom: .6rem; } }

h4 {
  font-size: 20px;
  font-size: 2rem;
  margin: 2em 0 .6em; }

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 2em 0 .6em; }

h6 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1em 0; }

/*
 -------------------------------------------------
 *
 * 3.0 Anchor
 *
 -------------------------------------------------
*/
a {
  text-decoration: none;
  color: #2567c5; }
  a[href^="tel:"] {
    cursor: default;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif; }
    @media only screen and (min-width: 980px) {
      a[href^="tel:"] {
        pointer-events: none;
        color: #333; } }
    a[href^="tel:"]:hover {
      text-decoration: none; }

p > a:hover {
  text-decoration: underline; }

/*
 -------------------------------------------------
 *
 * 4.0 Img
 *
 -------------------------------------------------
*/
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

a:hover > img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

/*
 -------------------------------------------------
 *
 * 5.0 Table
 *
 -------------------------------------------------
*/
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
    table thead th {
      padding: 10px 15px;
      padding: 1rem 1.5rem;
      font-weight: bold;
      text-align: left; }
  table tbody th, table tbody td {
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 15px;
    padding: 1rem 1.5rem; }
  table tbody th, table tbody th a {
    white-space: nowrap;
    text-align: left; }

/*
 -------------------------------------------------
 *
 * 6.0 List
 *
 -------------------------------------------------
*/
ul,
ol {
  padding: 0 0 0 1.5em;
  margin: .5em 0; }

dl dt {
  font-weight: bold;
  margin-top: .5em; }

dl dd {
  margin-left: 0;
  color: #3E3A39; }

dl + dl, dl dt {
  margin-top: 1.5em; }

/*
 -------------------------------------------------
 *
 * 7.0 hr
 *
 -------------------------------------------------
*/
hr {
  margin: 24px 0;
  margin: 2.4rem 0;
  border-width: 0;
  border-top: 1px solid #1d2088;
  border-bottom: 1px solid #fff; }

/*
 -------------------------------------------------
 *
 * 8.0 figure
 *
 -------------------------------------------------
*/
figure {
  margin: 0;
  max-width: 100%; }
  figure + figure {
    margin-top: 5px; }

figcaption {
  margin: .4em 0;
  line-height: 1.2;
  color: #727171;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem; }

/*
 -------------------------------------------------
 *
 * 9.0 WordPress
 *
 -------------------------------------------------
*/
/*
 *  WordPress Style
 * -------------------------------- */
.alignnone {
  margin: 1em 0; }

.alignleft {
  margin: 1em 0;
  width: 100%; }
  @media only screen and (min-width: 567px) {
    .alignleft {
      width: auto;
      display: block;
      margin: 0 auto;
      float: left;
      margin: .5em 15px 1em 0; } }
  @media only screen and (min-width: 980px) {
    .alignleft {
      margin: .5em 30px 1em 0; } }

.alignright {
  margin: 1em 0;
  width: 100%; }
  @media only screen and (min-width: 567px) {
    .alignright {
      width: auto;
      display: block;
      margin: 0 auto;
      float: right;
      margin: .5em 0 1em 15px; } }
  @media only screen and (min-width: 980px) {
    .alignright {
      margin: .5em 0 1em 30px; } }

.aligncenter {
  clear: both;
  display: block;
  margin: 15px auto; }

body#tinymce {
  padding: 10px !important;
  border: none; }
  body#tinymce:before {
    content: normal; }

.size-full {
  max-width: 100%; }

span.wpcf7-list-item {
  display: block;
  margin: .5em 0; }

.l-footer {
  overflow: hidden;
  padding-top: 110vw;
  background-image: url(../images/bg-footer_01.jpg), url(../images/bg-footer_02.jpg);
  background-size: 100%, 100%;
  background-position: top 60vw left -90px, left top;
  background-position: top 60vw left -9rem, left top;
  background-repeat: no-repeat;
  background-color: #fff;
  box-shadow: 0 -60px 30rem 10rem #fff;
  transition: 800ms; }
  @media only screen and (min-width: 768px) {
    .l-footer {
      padding-top: 35vw;
      background-size: 50%;
      background-position: left top 5rem, right top; } }
  @media only screen and (min-width: 980px) {
    .l-footer {
      margin-top: -15rem;
      padding-top: 30vw;
      background-position: left top 20rem, right top 10rem;
      background-size: 45%, 50%; } }
  @media only screen and (min-width: 980px) {
    .l-footer.is-move {
      background-position: left top 10rem, right top; } }
  .l-footer__inner {
    max-width: 1080px;
    max-width: 108rem;
    margin: 50px auto 0; }
  .l-footer__title {
    margin: auto;
    padding: 0;
    font-size: 24px;
    font-size: 2.4rem;
    border: none;
    max-width: 350px; }
  .l-footer__catch {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 567px) {
      .l-footer__catch {
        font-size: 2rem; } }
    @media only screen and (min-width: 980px) {
      .l-footer__catch {
        font-size: 2.2rem; } }
  .l-footer__tel {
    color: #666;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
  .l-footer__bottom {
    margin: auto;
    text-align: center;
    background: #1d2088;
    padding-top: 1em; }
    @media only screen and (min-width: 768px) {
      .l-footer__bottom {
        padding-bottom: 1em; } }
    @media only screen and (min-width: 768px) {
      .l-footer__bottom .c-text-link {
        padding-left: 0;
        text-align: left; } }
    @media only screen and (min-width: 768px) {
      .l-footer__bottom .c-text-link li {
        padding-left: 0;
        padding-right: 1em; } }
    .l-footer__bottom .c-text-link a {
      color: #fff; }
  .l-footer_pages {
    margin-top: 0;
    background-image: none;
    padding-top: 0; }
    @media only screen and (min-width: 768px) {
      .l-footer_pages {
        padding-top: 35vw; } }
    @media only screen and (min-width: 980px) {
      .l-footer_pages {
        background-image: url(../images/bg-footer_01.jpg), url(../images/bg-footer_02.jpg); } }
  .l-footer_no-shadow {
    box-shadow: none;
    margin-top: 0; }
    @media only screen and (min-width: 980px) {
      .l-footer_no-shadow.is-move {
        background-position: left top 0rem, right top -2rem; } }

.l-frontpage {
  background-repeat: no-repeat;
  background-position: right top -50px, left;
  background-position: right top -5rem, left;
  transition: 1s;
  background-size: 14rem;
  box-shadow: inset 0 7rem 5rem -6rem #fff; }
  @media only screen and (min-width: 980px) {
    .l-frontpage {
      padding: 2.4rem 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      background-size: 20%;
      background-position: right top 0vw, left;
      animation: bgroop 30s linear infinite;
      box-shadow: none; } }

@keyframes bgroop {
  from {
    background-position: right top, left bottom;
    background-size: 10%,20%; }
  to {
    background-position: left bottom, left top;
    background-size: 35%,20%; } }

@media only screen and (min-width: 980px) {
  .l-header {
    position: absolute;
    width: 100%;
    z-index: 5;
    padding: 1.2rem;
    box-sizing: border-box; } }

.l-header__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative; }
  @media only screen and (min-width: 980px) {
    .l-header__inner {
      z-index: 100;
      padding: 1.2rem;
      width: 100%;
      margin: auto; } }

@media only screen and (min-width: 980px) {
  .l-header__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

.l-header__logo {
  width: 100%; }

@media only screen and (min-width: 1080px) {
  .l-header__nav {
    padding-right: 4.8rem; } }

.l-header__cap {
  color: #fff;
  display: none;
  font-size: 12px;
  font-size: 1.2rem; }
  @media only screen and (min-width: 980px) {
    .l-header__cap {
      display: block; } }

.l-header__info {
  display: none;
  font-size: 0; }
  @media only screen and (min-width: 980px) {
    .l-header__info {
      display: block; } }

.l-header__tel {
  margin: .5em 0;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle; }
  .l-header__tel a {
    margin-left: .5em;
    font-size: 23px;
    font-size: 2.3rem;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif; }
    @media only screen and (min-width: 1080px) {
      .l-header__tel a {
        font-size: 2.8rem; } }

.l-header__btn {
  display: none;
  line-height: 1.2;
  text-align: center;
  color: #fff; }
  @media only screen and (min-width: 980px) {
    .l-header__btn {
      display: block; } }
  .l-header__btn span {
    color: #FDF100;
    font-size: 20px;
    font-size: 2rem;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif; }
    @media only screen and (min-width: 1080px) {
      .l-header__btn span {
        font-size: 2.8rem; } }
  .l-header__btn .c-btn {
    background: #FDF100;
    color: #1d2088;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 0;
    font-weight: bold;
    border-radius: 10px;
    margin: 5px 0 0; }
    .l-header__btn .c-btn:after {
      content: none; }

.l-header__member {
  display: none;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem; }
  @media only screen and (min-width: 980px) {
    .l-header__member {
      display: block; } }
  .l-header__member img {
    width: 30%;
    display: block;
    margin: 0 auto .5em; }

.l-header_pages {
  margin-bottom: 0;
  background: none;
  position: static; }

.l-header_pages .l-header__inner {
  position: static;
  background: none; }

.l-header_pages .l-header__cap {
  color: #333; }

@media only screen and (min-width: 980px) {
  .l-header_pages .l-header__nav {
    padding-right: 0; } }

@media only screen and (min-width: 980px) {
  .l-main {
    width: 78rem;
    margin-right: 4.8rem; } }

.l-sidebar {
  margin-top: 36px;
  margin-top: 3.6rem;
  position: relative;
  z-index: 0; }
  @media only screen and (min-width: 980px) {
    .l-sidebar {
      width: 29.5rem;
      margin-top: 0; } }
  .l-sidebar__banner {
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }
    .l-sidebar__banner a {
      display: block; }
      .l-sidebar__banner a img {
        transition: 100ms; }
      .l-sidebar__banner a:hover img {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.c-badge {
  display: inline-block;
  padding: 3px 10px;
  padding: .3rem 1rem;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: 200ms;
  background-color: #1d2088;
  color: #FFF;
  font-weight: normal; }
  .c-badge[href]:hover {
    background-color: #14165e;
    color: #FFF;
    text-decoration: none; }
  .c-badge_pill {
    border-radius: 1rem; }
  .c-badge_border {
    background: none;
    color: #1d2088;
    border: 1px solid;
    border: .1rem solid; }
  .c-badge_circle {
    min-width: 5em;
    color: #333;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    letter-spacing: .1rem;
    background: none;
    font-size: 14px;
    font-size: 1.4rem; }
    .c-badge_circle:before {
      content: '●';
      color: #db342b;
      font-size: 1.4em;
      line-height: 1;
      margin-right: 5px;
      margin-right: .5rem; }
  .c-badge_secondary {
    background-color: #fff23f;
    color: #FFF; }
    .c-badge_secondary[href]:hover {
      background-color: #ffef0c;
      color: #FFF;
      text-decoration: none; }
  .c-badge_tertiary {
    background-color: #EF8941;
    color: #FFF; }
    .c-badge_tertiary[href]:hover {
      background-color: #e96c14;
      color: #FFF;
      text-decoration: none; }
  .c-badge_dark-light {
    background-color: #cdcdcd;
    color: #FFF; }
    .c-badge_dark-light[href]:hover {
      background-color: #b4b4b4;
      color: #FFF;
      text-decoration: none; }
  .c-badge:hover {
    text-decoration: none; }

.c-band {
  background: #fff23f; }
  .c-band_black {
    background: #000; }

.c-box {
  border: 1px solid #ddd;
  border: .1rem solid #ddd;
  padding: 10px;
  padding: 1rem; }
  .c-box + .c-box {
    margin-top: 12px;
    margin-top: 1.2rem; }
    @media only screen and (min-width: 980px) {
      .c-box + .c-box {
        margin-top: 2.4rem; } }
  .c-box__title {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    font-feature-settings: "palt"; }
    .c-box__title + p {
      margin-top: 5px;
      margin-top: 0.5rem; }
  .c-box p:last-child {
    margin-bottom: 0; }
  .c-box_border-left {
    border-width: 0 0 0 10px;
    border-width: 0 0 0 1rem;
    border-color: #E8071A; }

.c-breadcrumbs {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 1em 0; }

.c-btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 0 10px 0;
  margin: 0 0 1rem 0;
  padding: .6em 1.5em .6em 1em;
  margin-top: .2em;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border: .1rem solid transparent;
  text-decoration: none;
  background: #fff;
  color: #1d2088;
  position: relative;
  transition: 200ms;
  box-sizing: border-box;
  font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  font-weight: 500;
  background: linear-gradient(to right, #1d2088 33.3333%, #eee9e3 33.3333%, #eee9e3 66.6666%, #d7001d 9.9999%);
  background-repeat: no-repeat;
  z-index: 1;
  -ms-transform: tarnslate3d(0, 0, 0);
      transform: tarnslate3d(0, 0, 0); }
  .c-btn:before {
    content: '';
    margin: auto;
    transition: 200ms;
    position: absolute;
    width: calc(100% - .5rem);
    height: calc(100% - .5rem);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1; }
  .c-btn:after {
    font-family: Font Awesome\ 5 Free;
    content: "\f105";
    position: absolute;
    right: .5em;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    font-weight: 700; }
  .c-btn:hover {
    text-decoration: none;
    color: #fff; }
    .c-btn:hover:before {
      content: '';
      background: #1d2088;
      height: 100%;
      width: 100%; }
  .c-btn_primary {
    background: #1d2088;
    color: #fff; }
    .c-btn_primary:hover {
      background: #373bd4; }
  .c-btn_secondary {
    background: none;
    color: #393e62; }
  .c-btn_small {
    max-width: 200px;
    margin: 0 auto; }
  .c-btn_medium {
    max-width: 400px; }
  .c-btn_right {
    margin: 0 0 0 auto; }
  .c-btn__ripple {
    position: absolute;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    -ms-transform: scale(1);
        transform: scale(1);
    background: white;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    animation: ripple-animation 2s; }
  .c-btn_block {
    margin: auto;
    max-width: 260px;
    max-width: 26rem;
    display: block; }
  .c-btn_border {
    border: 2px solid #1d2088; }
    .c-btn_border:hover {
      background: #1d2088;
      color: #fff; }
  .c-btn_text {
    background: none;
    text-align: right;
    display: block;
    margin: 0;
    color: #808080; }

@keyframes ripple-animation {
  0% {
    transform: scale(1);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
  60% {
    transform: scale(100);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    transform: scale(100);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

.c-card + .c-card {
  margin-top: 12px;
  margin-top: 1.2rem; }

.c-card__target {
  display: block; }

.c-card__object {
  position: relative;
  overflow: hidden; }
  .c-card__object:before {
    content: "";
    display: block;
    padding-top: 50%; }
  .c-card__object img {
    width: 130%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    max-width: 130%;
    transform: translate3d(-50%, 0, 0) scale(1.05);
    transition: all 0.3s cubic-bezier(0.15, 0, 0, 3); }

.c-card__body {
  background: #cdcdcd;
  padding: 12px;
  padding: 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: 300ms; }

.c-card__title {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  background: #fff;
  padding: 10px;
  padding: 1rem; }
  .c-card__title:before {
    content: none; }
  .c-card__title_small {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    margin-top: 6px;
    margin-top: 0.6rem;
    line-height: 1;
    letter-spacing: 1px;
    letter-spacing: .1rem;
    text-transform: uppercase; }
  .c-card__title.js-move {
    transform: translate3d(0, 5rem, 0);
    transition: 400ms 100ms;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .c-card__title.js-move.is-move {
      transform: translate3d(0, 0, 0);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-card__meta {
  margin: -50px 0 0;
  margin: -5rem 0 0; }

.c-card__labels {
  display: inline-block; }

.c-card__time {
  color: #808080;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  font-weight: bold; }

.c-card p {
  color: #333;
  margin-bottom: 0; }
  .c-card p + p {
    margin-top: 10px;
    margin-top: 1rem; }

.c-card__more {
  background: #444;
  font-size: 10px;
  font-size: 1rem;
  padding: 8px;
  padding: 0.8rem;
  color: #fff;
  margin-right: -12px;
  margin-right: -1.2rem;
  min-width: 5em;
  margin-left: 20px;
  margin-left: 2rem;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .c-card__more {
      min-width: 7em;
      font-size: 1.3rem; } }
  .c-card__more:after {
    font-family: Font Awesome\ 5 Free;
    content: "\f105";
    position: absolute;
    right: .5em;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 200ms;
    z-index: 1; }

.c-card:hover__target img {
  transform: translate3d(-50%, 0, 0) scale(1); }

.c-card:hover .c-card__body {
  background: #f9f9f9; }

.c-card:hover .c-card__more:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-card:target .c-card__body {
  background: rgba(51, 51, 51, 0.2); }

.c-card:target i {
  text-shadow: 2px 0px 0px #000;
  color: #d6d6d6 !important; }

.c-card_row {
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  .c-card_row .c-card__target {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .c-card_row .c-card__object {
    width: 90%; }
    @media only screen and (min-width: 567px) {
      .c-card_row .c-card__object {
        width: 50%; } }
    .c-card_row .c-card__object img {
      max-width: 200%;
      width: 200%; }
      @media only screen and (min-width: 768px) {
        .c-card_row .c-card__object img {
          width: 120%; } }
  .c-card_row .c-card__body {
    width: 100%; }
  .c-card_row .c-card__meta {
    margin: 0;
    width: 100%; }
  .c-card_row .c-card__time {
    text-align: right;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal; }
    .c-card_row .c-card__time_large {
      display: inline-block;
      font-size: 16px;
      font-size: 1.6rem;
      color: #808080;
      vertical-align: middle;
      margin-left: 2.5px;
      margin-left: .25rem;
      font-weight: 500;
      color: #333; }
      .c-card_row .c-card__time_large i {
        margin-right: 5px;
        margin-right: .5rem;
        text-shadow: 2px 0px 0px #000;
        color: #eee; }
  .c-card_row .c-card__title {
    margin: 10px 0;
    margin: 1rem 0;
    padding: 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    background: none;
    line-height: 1.5; }
    .c-card_row .c-card__title p {
      margin: 0; }
    .c-card_row .c-card__title + p {
      font-size: 14px;
      font-size: 1.4rem; }

.c-card_off .c-card__body {
  background: rgba(238, 238, 238, 0.8); }

.c-card_off:hover .c-card__body {
  background: #f9f9f9; }

.c-circle {
  display: inline-block;
  position: relative;
  width: 39vw;
  height: 39vw;
  border-radius: 100%;
  margin: 0 10px; }
  @media only screen and (min-width: 768px) {
    .c-circle {
      width: 270px;
      height: 270px;
      margin: 0 30px; } }
  .c-circle_secondary {
    background: #fff23f; }
  .c-circle_tertiary {
    background: #EF8941; }
  .c-circle_quaternary {
    background: #30B4E6; }
  .c-circle__title {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translate3d(0, -50%, 0);
    text-align: center;
    color: #fff;
    font-size: 3.5vw;
    line-height: 1.7; }
    @media only screen and (min-width: 768px) {
      .c-circle__title {
        font-size: 2.7rem; } }

.c-container {
  padding-right: 12px;
  padding-right: 1.2rem;
  padding-left: 12px;
  padding-left: 1.2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
  max-width: 108rem;
  overflow: hidden; }

.c-gmap iframe {
  width: 100%;
  height: 50vh; }
  @media only screen and (min-width: 980px) {
    .c-gmap iframe {
      height: 450px; } }

.c-gnav {
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
  transition: all 0.35s ease-out 0s;
  -ms-transform: translate3D(100vw, 0, 0);
      transform: translate3D(100vw, 0, 0);
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.7);
  padding-right: 32px;
  padding-right: 3.2rem;
  letter-spacing: 0.7px;
  box-sizing: border-box; }
  @media only screen and (min-width: 980px) {
    .c-gnav {
      width: 100%;
      height: auto;
      position: static;
      top: inherit;
      bottom: 0;
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
      transition: 0s;
      padding-right: 0; } }
  .c-gnav__name {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    letter-spacing: 2px;
    letter-spacing: .2rem;
    font-size: 23px;
    font-size: 2.3rem;
    padding: 6.857px 50px;
    padding: 0.68571rem 5rem;
    display: block;
    font-weight: 100;
    text-align: center; }
    @media only screen and (min-width: 980px) {
      .c-gnav__name {
        display: none; } }
  .c-gnav__inner {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    padding-bottom: 10rem;
    overflow-y: auto;
    box-sizing: border-box;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 100ms 0s; }
    @media only screen and (min-width: 980px) {
      .c-gnav__inner {
        padding-top: 0;
        padding-bottom: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transition: 0s;
        overflow: hidden; } }
  .c-gnav__items {
    margin: 0 auto;
    padding: 0;
    max-width: 1080px;
    max-width: 108rem;
    width: 100%; }
    @media only screen and (min-width: 980px) {
      .c-gnav__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        margin: 0 auto; } }
    .c-gnav__items li {
      list-style-type: none;
      transform: translate3d(3rem, 0, 0);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      @media only screen and (min-width: 980px) {
        .c-gnav__items li {
          text-align: center;
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          transform: translate3d(0, 0, 0); } }
      @media only screen and (min-width: 1080px) {
        .c-gnav__items li {
          margin: 0 0.8rem; } }
      @media only screen and (min-width: 768px) {
        .c-gnav__items li:hover a:after {
          width: 60%; } }
      .c-gnav__items li:first-child a {
        border-top: 1px solid #cdcdcd; }
        @media only screen and (min-width: 980px) {
          .c-gnav__items li:first-child a {
            border-top: none; } }
      .c-gnav__items li a {
        margin: 0;
        padding: 16px 24px;
        padding: 1.6rem 2.4rem;
        display: block;
        color: #fff;
        position: relative;
        transition: 0ms ease;
        border-bottom: 1px solid #808080;
        transition: 150ms;
        overflow: hidden;
        line-height: 1.4;
        font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
        overflow: hidden;
        font-size: 17px;
        font-size: 1.7rem;
        letter-spacing: 1px;
        letter-spacing: .1rem; }
        @media only screen and (min-width: 980px) {
          .c-gnav__items li a {
            padding: .5em;
            border: none;
            color: #333;
            font-size: 1.7rem;
            overflow: visible;
            white-space: nowrap; } }
        .c-gnav__items li a:after {
          font-family: Font Awesome\ 5 Free;
          content: "\f105";
          position: absolute;
          right: 24px;
          right: 2.4rem;
          font-weight: 900; }
          @media only screen and (min-width: 980px) {
            .c-gnav__items li a:after {
              content: '';
              height: .4rem;
              width: 3em;
              margin: auto;
              position: absolute;
              bottom: 0;
              right: 0;
              left: 0;
              top: 2em;
              transition: 300ms;
              background: linear-gradient(to right, #1d2088 33.3333%, #eee9e3 33.3333%, #eee9e3 66.6666%, #d7001d 9.9999%);
              transform: translate3d(0, 3rem, 0);
              opacity: 0;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
        .c-gnav__items li a:hover, .c-gnav__items li a.is-active {
          text-decoration: none; }
          @media only screen and (min-width: 980px) {
            .c-gnav__items li a:hover:after, .c-gnav__items li a.is-active:after {
              content: '';
              transform: translate3d(0, 0, 0);
              opacity: 1;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
        .c-gnav__items li a span {
          font-size: 11px;
          font-size: 1.1rem;
          color: #1d2088;
          display: inline-block;
          margin-left: 1em;
          font-family: "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif; }
          @media only screen and (min-width: 980px) {
            .c-gnav__items li a span {
              display: block;
              margin-left: 0; } }
      @media only screen and (min-width: 980px) {
        .c-gnav__items li.current-menu-item a:after {
          transform: translate3d(0, 0, 0);
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
      .c-gnav__items li img {
        width: 1.3em; }
  .c-gnav__tel {
    text-align: center;
    color: #fff;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    display: block;
    font-size: 30px !important;
    font-size: 3rem !important; }
    .c-gnav__tel span {
      font-size: 21px;
      font-size: 2.1rem;
      margin-right: 5px;
      margin-right: 0.5rem; }
  .c-gnav__content {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 3rem, 0); }
    @media only screen and (min-width: 980px) {
      .c-gnav__content {
        display: none; } }
    .c-gnav__content .c-btn {
      width: 100%; }
  .c-gnav.is-open {
    width: 100%;
    overflow: scroll;
    z-index: 10;
    -ms-transform: translate3D(10vw, 0, 0);
        transform: translate3D(10vw, 0, 0);
    padding-right: 10vw;
    top: 0; }
    @media only screen and (min-width: 980px) {
      .c-gnav.is-open {
        height: auto;
        top: inherit; } }
  .c-gnav.is-open .c-gnav__inner {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .c-gnav.is-open .c-gnav__items li {
    transition: 400ms 400ms ease-out;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .c-gnav.is-open .c-gnav__items li:nth-child(2) {
      transition: 450ms 450ms ease-out; }
    .c-gnav.is-open .c-gnav__items li:nth-child(3) {
      transition: 500ms 500ms ease-out; }
    .c-gnav.is-open .c-gnav__items li:nth-child(4) {
      transition: 550ms 550ms ease-out; }
    .c-gnav.is-open .c-gnav__items li:nth-child(5) {
      transition: 600ms 600ms ease-out; }
    .c-gnav.is-open .c-gnav__items li:nth-child(6) {
      transition: 650ms 650ms ease-out; }
    .c-gnav.is-open .c-gnav__items li:nth-child(7) {
      transition: 700ms 700ms ease-out; }
    .c-gnav.is-open .c-gnav__items li:nth-child(8) {
      transition: 750ms 750ms ease-out; }
  .c-gnav.is-open .c-gnav__content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 0, 0);
    transition: 500ms 800ms ease-out; }
  @media only screen and (min-width: 980px) {
    .c-gnav_pages {
      position: static;
      background: none; } }
  @media only screen and (min-width: 980px) {
    .c-gnav_top {
      background: none; } }
  .c-gnav .wp-sns {
    display: inline-block;
    width: 32%;
    box-sizing: border-box;
    transition: 400ms 600ms ease-out !important;
    margin: 0; }
    .c-gnav .wp-sns a {
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media only screen and (min-width: 980px) {
        .c-gnav .wp-sns a {
          padding-right: .7rem;
          padding-left: .7rem; } }
      .c-gnav .wp-sns a:after {
        content: none; }
        @media only screen and (min-width: 980px) {
          .c-gnav .wp-sns a:after {
            content: ''; } }
    .c-gnav .wp-sns i {
      font-size: 25px;
      font-size: 2.5rem; }

.c-grid {
  margin-top: -6px;
  margin-top: -0.6rem;
  margin-right: -12px;
  margin-right: -1.2rem;
  margin-bottom: -6px;
  margin-bottom: -0.6rem;
  margin-left: -12px;
  margin-left: -1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-grid_center {
    -ms-flex-align: center;
        align-items: center; }
  .c-grid_bottom {
    -ms-flex-align: end;
        align-items: flex-end;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (min-width: 768px) {
      .c-grid_bottom {
        display: -ms-flexbox;
        display: flex; } }
  .c-grid__u {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding: 6px 12px;
    padding: 0.6rem 1.2rem; }
    .c-grid__u_1of1 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
    .c-grid__u_offset_1of1 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_1of1 {
      margin-left: 0;
      margin-right: 100%; }
    .c-grid__u_1of2 {
      width: 50%;
      max-width: 50%;
      min-width: 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
    .c-grid__u_offset_1of2 {
      margin-left: 50%; }
    .c-grid_reverse .c-grid__u_offset_1of2 {
      margin-left: 0;
      margin-right: 50%; }
    .c-grid__u_2of2 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
    .c-grid__u_offset_2of2 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_2of2 {
      margin-left: 0;
      margin-right: 100%; }
    .c-grid__u_1of3 {
      width: 33.33333%;
      max-width: 33.33333%;
      min-width: 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%; }
    .c-grid__u_offset_1of3 {
      margin-left: 33.33333%; }
    .c-grid_reverse .c-grid__u_offset_1of3 {
      margin-left: 0;
      margin-right: 33.33333%; }
    .c-grid__u_2of3 {
      width: 66.66667%;
      max-width: 66.66667%;
      min-width: 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%; }
    .c-grid__u_offset_2of3 {
      margin-left: 66.66667%; }
    .c-grid_reverse .c-grid__u_offset_2of3 {
      margin-left: 0;
      margin-right: 66.66667%; }
    .c-grid__u_3of3 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
    .c-grid__u_offset_3of3 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_3of3 {
      margin-left: 0;
      margin-right: 100%; }
    .c-grid__u_1of4 {
      width: 25%;
      max-width: 25%;
      min-width: 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }
    .c-grid__u_offset_1of4 {
      margin-left: 25%; }
    .c-grid_reverse .c-grid__u_offset_1of4 {
      margin-left: 0;
      margin-right: 25%; }
    .c-grid__u_2of4 {
      width: 50%;
      max-width: 50%;
      min-width: 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
    .c-grid__u_offset_2of4 {
      margin-left: 50%; }
    .c-grid_reverse .c-grid__u_offset_2of4 {
      margin-left: 0;
      margin-right: 50%; }
    .c-grid__u_3of4 {
      width: 75%;
      max-width: 75%;
      min-width: 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%; }
    .c-grid__u_offset_3of4 {
      margin-left: 75%; }
    .c-grid_reverse .c-grid__u_offset_3of4 {
      margin-left: 0;
      margin-right: 75%; }
    .c-grid__u_4of4 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
    .c-grid__u_offset_4of4 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_4of4 {
      margin-left: 0;
      margin-right: 100%; }
    .c-grid__u_1of5 {
      width: 20%;
      max-width: 20%;
      min-width: 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%; }
    .c-grid__u_offset_1of5 {
      margin-left: 20%; }
    .c-grid_reverse .c-grid__u_offset_1of5 {
      margin-left: 0;
      margin-right: 20%; }
    .c-grid__u_2of5 {
      width: 40%;
      max-width: 40%;
      min-width: 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%; }
    .c-grid__u_offset_2of5 {
      margin-left: 40%; }
    .c-grid_reverse .c-grid__u_offset_2of5 {
      margin-left: 0;
      margin-right: 40%; }
    .c-grid__u_3of5 {
      width: 60%;
      max-width: 60%;
      min-width: 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%; }
    .c-grid__u_offset_3of5 {
      margin-left: 60%; }
    .c-grid_reverse .c-grid__u_offset_3of5 {
      margin-left: 0;
      margin-right: 60%; }
    .c-grid__u_4of5 {
      width: 80%;
      max-width: 80%;
      min-width: 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%; }
    .c-grid__u_offset_4of5 {
      margin-left: 80%; }
    .c-grid_reverse .c-grid__u_offset_4of5 {
      margin-left: 0;
      margin-right: 80%; }
    .c-grid__u_5of5 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
    .c-grid__u_offset_5of5 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_5of5 {
      margin-left: 0;
      margin-right: 100%; }
    .c-grid__u_1of6 {
      width: 16.66667%;
      max-width: 16.66667%;
      min-width: 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%; }
    .c-grid__u_offset_1of6 {
      margin-left: 16.66667%; }
    .c-grid_reverse .c-grid__u_offset_1of6 {
      margin-left: 0;
      margin-right: 16.66667%; }
    .c-grid__u_2of6 {
      width: 33.33333%;
      max-width: 33.33333%;
      min-width: 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%; }
    .c-grid__u_offset_2of6 {
      margin-left: 33.33333%; }
    .c-grid_reverse .c-grid__u_offset_2of6 {
      margin-left: 0;
      margin-right: 33.33333%; }
    .c-grid__u_3of6 {
      width: 50%;
      max-width: 50%;
      min-width: 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
    .c-grid__u_offset_3of6 {
      margin-left: 50%; }
    .c-grid_reverse .c-grid__u_offset_3of6 {
      margin-left: 0;
      margin-right: 50%; }
    .c-grid__u_4of6 {
      width: 66.66667%;
      max-width: 66.66667%;
      min-width: 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%; }
    .c-grid__u_offset_4of6 {
      margin-left: 66.66667%; }
    .c-grid_reverse .c-grid__u_offset_4of6 {
      margin-left: 0;
      margin-right: 66.66667%; }
    .c-grid__u_5of6 {
      width: 83.33333%;
      max-width: 83.33333%;
      min-width: 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%; }
    .c-grid__u_offset_5of6 {
      margin-left: 83.33333%; }
    .c-grid_reverse .c-grid__u_offset_5of6 {
      margin-left: 0;
      margin-right: 83.33333%; }
    .c-grid__u_6of6 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
    .c-grid__u_offset_6of6 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_6of6 {
      margin-left: 0;
      margin-right: 100%; }
    .c-grid__u_1of9 {
      width: 11.11111%;
      max-width: 11.11111%;
      min-width: 11.11111%;
      -ms-flex: 0 0 11.11111%;
          flex: 0 0 11.11111%; }
    .c-grid__u_offset_1of9 {
      margin-left: 11.11111%; }
    .c-grid_reverse .c-grid__u_offset_1of9 {
      margin-left: 0;
      margin-right: 11.11111%; }
    .c-grid__u_2of9 {
      width: 22.22222%;
      max-width: 22.22222%;
      min-width: 22.22222%;
      -ms-flex: 0 0 22.22222%;
          flex: 0 0 22.22222%; }
    .c-grid__u_offset_2of9 {
      margin-left: 22.22222%; }
    .c-grid_reverse .c-grid__u_offset_2of9 {
      margin-left: 0;
      margin-right: 22.22222%; }
    .c-grid__u_3of9 {
      width: 33.33333%;
      max-width: 33.33333%;
      min-width: 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%; }
    .c-grid__u_offset_3of9 {
      margin-left: 33.33333%; }
    .c-grid_reverse .c-grid__u_offset_3of9 {
      margin-left: 0;
      margin-right: 33.33333%; }
    .c-grid__u_4of9 {
      width: 44.44444%;
      max-width: 44.44444%;
      min-width: 44.44444%;
      -ms-flex: 0 0 44.44444%;
          flex: 0 0 44.44444%; }
    .c-grid__u_offset_4of9 {
      margin-left: 44.44444%; }
    .c-grid_reverse .c-grid__u_offset_4of9 {
      margin-left: 0;
      margin-right: 44.44444%; }
    .c-grid__u_5of9 {
      width: 55.55556%;
      max-width: 55.55556%;
      min-width: 55.55556%;
      -ms-flex: 0 0 55.55556%;
          flex: 0 0 55.55556%; }
    .c-grid__u_offset_5of9 {
      margin-left: 55.55556%; }
    .c-grid_reverse .c-grid__u_offset_5of9 {
      margin-left: 0;
      margin-right: 55.55556%; }
    .c-grid__u_6of9 {
      width: 66.66667%;
      max-width: 66.66667%;
      min-width: 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%; }
    .c-grid__u_offset_6of9 {
      margin-left: 66.66667%; }
    .c-grid_reverse .c-grid__u_offset_6of9 {
      margin-left: 0;
      margin-right: 66.66667%; }
    .c-grid__u_7of9 {
      width: 77.77778%;
      max-width: 77.77778%;
      min-width: 77.77778%;
      -ms-flex: 0 0 77.77778%;
          flex: 0 0 77.77778%; }
    .c-grid__u_offset_7of9 {
      margin-left: 77.77778%; }
    .c-grid_reverse .c-grid__u_offset_7of9 {
      margin-left: 0;
      margin-right: 77.77778%; }
    .c-grid__u_8of9 {
      width: 88.88889%;
      max-width: 88.88889%;
      min-width: 88.88889%;
      -ms-flex: 0 0 88.88889%;
          flex: 0 0 88.88889%; }
    .c-grid__u_offset_8of9 {
      margin-left: 88.88889%; }
    .c-grid_reverse .c-grid__u_offset_8of9 {
      margin-left: 0;
      margin-right: 88.88889%; }
    .c-grid__u_9of9 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
    .c-grid__u_offset_9of9 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_9of9 {
      margin-left: 0;
      margin-right: 100%; }
    .c-grid__u_1of10 {
      width: 10%;
      max-width: 10%;
      min-width: 10%;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%; }
    .c-grid__u_offset_1of10 {
      margin-left: 10%; }
    .c-grid_reverse .c-grid__u_offset_1of10 {
      margin-left: 0;
      margin-right: 10%; }
    .c-grid__u_2of10 {
      width: 20%;
      max-width: 20%;
      min-width: 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%; }
    .c-grid__u_offset_2of10 {
      margin-left: 20%; }
    .c-grid_reverse .c-grid__u_offset_2of10 {
      margin-left: 0;
      margin-right: 20%; }
    .c-grid__u_3of10 {
      width: 30%;
      max-width: 30%;
      min-width: 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%; }
    .c-grid__u_offset_3of10 {
      margin-left: 30%; }
    .c-grid_reverse .c-grid__u_offset_3of10 {
      margin-left: 0;
      margin-right: 30%; }
    .c-grid__u_4of10 {
      width: 40%;
      max-width: 40%;
      min-width: 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%; }
    .c-grid__u_offset_4of10 {
      margin-left: 40%; }
    .c-grid_reverse .c-grid__u_offset_4of10 {
      margin-left: 0;
      margin-right: 40%; }
    .c-grid__u_5of10 {
      width: 50%;
      max-width: 50%;
      min-width: 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
    .c-grid__u_offset_5of10 {
      margin-left: 50%; }
    .c-grid_reverse .c-grid__u_offset_5of10 {
      margin-left: 0;
      margin-right: 50%; }
    .c-grid__u_6of10 {
      width: 60%;
      max-width: 60%;
      min-width: 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%; }
    .c-grid__u_offset_6of10 {
      margin-left: 60%; }
    .c-grid_reverse .c-grid__u_offset_6of10 {
      margin-left: 0;
      margin-right: 60%; }
    .c-grid__u_7of10 {
      width: 70%;
      max-width: 70%;
      min-width: 70%;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%; }
    .c-grid__u_offset_7of10 {
      margin-left: 70%; }
    .c-grid_reverse .c-grid__u_offset_7of10 {
      margin-left: 0;
      margin-right: 70%; }
    .c-grid__u_8of10 {
      width: 80%;
      max-width: 80%;
      min-width: 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%; }
    .c-grid__u_offset_8of10 {
      margin-left: 80%; }
    .c-grid_reverse .c-grid__u_offset_8of10 {
      margin-left: 0;
      margin-right: 80%; }
    .c-grid__u_9of10 {
      width: 90%;
      max-width: 90%;
      min-width: 90%;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%; }
    .c-grid__u_offset_9of10 {
      margin-left: 90%; }
    .c-grid_reverse .c-grid__u_offset_9of10 {
      margin-left: 0;
      margin-right: 90%; }
    .c-grid__u_10of10 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
    .c-grid__u_offset_10of10 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_10of10 {
      margin-left: 0;
      margin-right: 100%; }
    .c-grid__u_1of12 {
      width: 8.33333%;
      max-width: 8.33333%;
      min-width: 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%; }
    .c-grid__u_offset_1of12 {
      margin-left: 8.33333%; }
    .c-grid_reverse .c-grid__u_offset_1of12 {
      margin-left: 0;
      margin-right: 8.33333%; }
    .c-grid__u_2of12 {
      width: 16.66667%;
      max-width: 16.66667%;
      min-width: 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%; }
    .c-grid__u_offset_2of12 {
      margin-left: 16.66667%; }
    .c-grid_reverse .c-grid__u_offset_2of12 {
      margin-left: 0;
      margin-right: 16.66667%; }
    .c-grid__u_3of12 {
      width: 25%;
      max-width: 25%;
      min-width: 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }
    .c-grid__u_offset_3of12 {
      margin-left: 25%; }
    .c-grid_reverse .c-grid__u_offset_3of12 {
      margin-left: 0;
      margin-right: 25%; }
    .c-grid__u_4of12 {
      width: 33.33333%;
      max-width: 33.33333%;
      min-width: 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%; }
    .c-grid__u_offset_4of12 {
      margin-left: 33.33333%; }
    .c-grid_reverse .c-grid__u_offset_4of12 {
      margin-left: 0;
      margin-right: 33.33333%; }
    .c-grid__u_5of12 {
      width: 41.66667%;
      max-width: 41.66667%;
      min-width: 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%; }
    .c-grid__u_offset_5of12 {
      margin-left: 41.66667%; }
    .c-grid_reverse .c-grid__u_offset_5of12 {
      margin-left: 0;
      margin-right: 41.66667%; }
    .c-grid__u_6of12 {
      width: 50%;
      max-width: 50%;
      min-width: 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
    .c-grid__u_offset_6of12 {
      margin-left: 50%; }
    .c-grid_reverse .c-grid__u_offset_6of12 {
      margin-left: 0;
      margin-right: 50%; }
    .c-grid__u_7of12 {
      width: 58.33333%;
      max-width: 58.33333%;
      min-width: 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%; }
    .c-grid__u_offset_7of12 {
      margin-left: 58.33333%; }
    .c-grid_reverse .c-grid__u_offset_7of12 {
      margin-left: 0;
      margin-right: 58.33333%; }
    .c-grid__u_8of12 {
      width: 66.66667%;
      max-width: 66.66667%;
      min-width: 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%; }
    .c-grid__u_offset_8of12 {
      margin-left: 66.66667%; }
    .c-grid_reverse .c-grid__u_offset_8of12 {
      margin-left: 0;
      margin-right: 66.66667%; }
    .c-grid__u_9of12 {
      width: 75%;
      max-width: 75%;
      min-width: 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%; }
    .c-grid__u_offset_9of12 {
      margin-left: 75%; }
    .c-grid_reverse .c-grid__u_offset_9of12 {
      margin-left: 0;
      margin-right: 75%; }
    .c-grid__u_10of12 {
      width: 83.33333%;
      max-width: 83.33333%;
      min-width: 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%; }
    .c-grid__u_offset_10of12 {
      margin-left: 83.33333%; }
    .c-grid_reverse .c-grid__u_offset_10of12 {
      margin-left: 0;
      margin-right: 83.33333%; }
    .c-grid__u_11of12 {
      width: 91.66667%;
      max-width: 91.66667%;
      min-width: 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%; }
    .c-grid__u_offset_11of12 {
      margin-left: 91.66667%; }
    .c-grid_reverse .c-grid__u_offset_11of12 {
      margin-left: 0;
      margin-right: 91.66667%; }
    .c-grid__u_12of12 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
    .c-grid__u_offset_12of12 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_12of12 {
      margin-left: 0;
      margin-right: 100%; }
    @media only screen and (min-width: 567px) {
      .c-grid__u_small_1of1 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_small_offset_1of1 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_small_offset_1of1 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_small_1of2 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_small_offset_1of2 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_small_offset_1of2 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_small_2of2 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_small_offset_2of2 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_small_offset_2of2 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_small_1of3 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_small_offset_1of3 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_small_offset_1of3 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_small_2of3 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_small_offset_2of3 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_small_offset_2of3 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_small_3of3 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_small_offset_3of3 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_small_offset_3of3 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_small_1of4 {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
      .c-grid__u_small_offset_1of4 {
        margin-left: 25%; }
      .c-grid_reverse .c-grid__u_small_offset_1of4 {
        margin-left: 0;
        margin-right: 25%; }
      .c-grid__u_small_2of4 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_small_offset_2of4 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_small_offset_2of4 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_small_3of4 {
        width: 75%;
        max-width: 75%;
        min-width: 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
      .c-grid__u_small_offset_3of4 {
        margin-left: 75%; }
      .c-grid_reverse .c-grid__u_small_offset_3of4 {
        margin-left: 0;
        margin-right: 75%; }
      .c-grid__u_small_4of4 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_small_offset_4of4 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_small_offset_4of4 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_small_1of5 {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
      .c-grid__u_small_offset_1of5 {
        margin-left: 20%; }
      .c-grid_reverse .c-grid__u_small_offset_1of5 {
        margin-left: 0;
        margin-right: 20%; }
      .c-grid__u_small_2of5 {
        width: 40%;
        max-width: 40%;
        min-width: 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
      .c-grid__u_small_offset_2of5 {
        margin-left: 40%; }
      .c-grid_reverse .c-grid__u_small_offset_2of5 {
        margin-left: 0;
        margin-right: 40%; }
      .c-grid__u_small_3of5 {
        width: 60%;
        max-width: 60%;
        min-width: 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
      .c-grid__u_small_offset_3of5 {
        margin-left: 60%; }
      .c-grid_reverse .c-grid__u_small_offset_3of5 {
        margin-left: 0;
        margin-right: 60%; }
      .c-grid__u_small_4of5 {
        width: 80%;
        max-width: 80%;
        min-width: 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
      .c-grid__u_small_offset_4of5 {
        margin-left: 80%; }
      .c-grid_reverse .c-grid__u_small_offset_4of5 {
        margin-left: 0;
        margin-right: 80%; }
      .c-grid__u_small_5of5 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_small_offset_5of5 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_small_offset_5of5 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_small_1of6 {
        width: 16.66667%;
        max-width: 16.66667%;
        min-width: 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%; }
      .c-grid__u_small_offset_1of6 {
        margin-left: 16.66667%; }
      .c-grid_reverse .c-grid__u_small_offset_1of6 {
        margin-left: 0;
        margin-right: 16.66667%; }
      .c-grid__u_small_2of6 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_small_offset_2of6 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_small_offset_2of6 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_small_3of6 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_small_offset_3of6 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_small_offset_3of6 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_small_4of6 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_small_offset_4of6 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_small_offset_4of6 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_small_5of6 {
        width: 83.33333%;
        max-width: 83.33333%;
        min-width: 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%; }
      .c-grid__u_small_offset_5of6 {
        margin-left: 83.33333%; }
      .c-grid_reverse .c-grid__u_small_offset_5of6 {
        margin-left: 0;
        margin-right: 83.33333%; }
      .c-grid__u_small_6of6 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_small_offset_6of6 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_small_offset_6of6 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_small_1of9 {
        width: 11.11111%;
        max-width: 11.11111%;
        min-width: 11.11111%;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%; }
      .c-grid__u_small_offset_1of9 {
        margin-left: 11.11111%; }
      .c-grid_reverse .c-grid__u_small_offset_1of9 {
        margin-left: 0;
        margin-right: 11.11111%; }
      .c-grid__u_small_2of9 {
        width: 22.22222%;
        max-width: 22.22222%;
        min-width: 22.22222%;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%; }
      .c-grid__u_small_offset_2of9 {
        margin-left: 22.22222%; }
      .c-grid_reverse .c-grid__u_small_offset_2of9 {
        margin-left: 0;
        margin-right: 22.22222%; }
      .c-grid__u_small_3of9 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_small_offset_3of9 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_small_offset_3of9 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_small_4of9 {
        width: 44.44444%;
        max-width: 44.44444%;
        min-width: 44.44444%;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%; }
      .c-grid__u_small_offset_4of9 {
        margin-left: 44.44444%; }
      .c-grid_reverse .c-grid__u_small_offset_4of9 {
        margin-left: 0;
        margin-right: 44.44444%; }
      .c-grid__u_small_5of9 {
        width: 55.55556%;
        max-width: 55.55556%;
        min-width: 55.55556%;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%; }
      .c-grid__u_small_offset_5of9 {
        margin-left: 55.55556%; }
      .c-grid_reverse .c-grid__u_small_offset_5of9 {
        margin-left: 0;
        margin-right: 55.55556%; }
      .c-grid__u_small_6of9 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_small_offset_6of9 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_small_offset_6of9 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_small_7of9 {
        width: 77.77778%;
        max-width: 77.77778%;
        min-width: 77.77778%;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%; }
      .c-grid__u_small_offset_7of9 {
        margin-left: 77.77778%; }
      .c-grid_reverse .c-grid__u_small_offset_7of9 {
        margin-left: 0;
        margin-right: 77.77778%; }
      .c-grid__u_small_8of9 {
        width: 88.88889%;
        max-width: 88.88889%;
        min-width: 88.88889%;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%; }
      .c-grid__u_small_offset_8of9 {
        margin-left: 88.88889%; }
      .c-grid_reverse .c-grid__u_small_offset_8of9 {
        margin-left: 0;
        margin-right: 88.88889%; }
      .c-grid__u_small_9of9 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_small_offset_9of9 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_small_offset_9of9 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_small_1of10 {
        width: 10%;
        max-width: 10%;
        min-width: 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%; }
      .c-grid__u_small_offset_1of10 {
        margin-left: 10%; }
      .c-grid_reverse .c-grid__u_small_offset_1of10 {
        margin-left: 0;
        margin-right: 10%; }
      .c-grid__u_small_2of10 {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
      .c-grid__u_small_offset_2of10 {
        margin-left: 20%; }
      .c-grid_reverse .c-grid__u_small_offset_2of10 {
        margin-left: 0;
        margin-right: 20%; }
      .c-grid__u_small_3of10 {
        width: 30%;
        max-width: 30%;
        min-width: 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
      .c-grid__u_small_offset_3of10 {
        margin-left: 30%; }
      .c-grid_reverse .c-grid__u_small_offset_3of10 {
        margin-left: 0;
        margin-right: 30%; }
      .c-grid__u_small_4of10 {
        width: 40%;
        max-width: 40%;
        min-width: 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
      .c-grid__u_small_offset_4of10 {
        margin-left: 40%; }
      .c-grid_reverse .c-grid__u_small_offset_4of10 {
        margin-left: 0;
        margin-right: 40%; }
      .c-grid__u_small_5of10 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_small_offset_5of10 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_small_offset_5of10 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_small_6of10 {
        width: 60%;
        max-width: 60%;
        min-width: 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
      .c-grid__u_small_offset_6of10 {
        margin-left: 60%; }
      .c-grid_reverse .c-grid__u_small_offset_6of10 {
        margin-left: 0;
        margin-right: 60%; }
      .c-grid__u_small_7of10 {
        width: 70%;
        max-width: 70%;
        min-width: 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%; }
      .c-grid__u_small_offset_7of10 {
        margin-left: 70%; }
      .c-grid_reverse .c-grid__u_small_offset_7of10 {
        margin-left: 0;
        margin-right: 70%; }
      .c-grid__u_small_8of10 {
        width: 80%;
        max-width: 80%;
        min-width: 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
      .c-grid__u_small_offset_8of10 {
        margin-left: 80%; }
      .c-grid_reverse .c-grid__u_small_offset_8of10 {
        margin-left: 0;
        margin-right: 80%; }
      .c-grid__u_small_9of10 {
        width: 90%;
        max-width: 90%;
        min-width: 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%; }
      .c-grid__u_small_offset_9of10 {
        margin-left: 90%; }
      .c-grid_reverse .c-grid__u_small_offset_9of10 {
        margin-left: 0;
        margin-right: 90%; }
      .c-grid__u_small_10of10 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_small_offset_10of10 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_small_offset_10of10 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_small_1of12 {
        width: 8.33333%;
        max-width: 8.33333%;
        min-width: 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%; }
      .c-grid__u_small_offset_1of12 {
        margin-left: 8.33333%; }
      .c-grid_reverse .c-grid__u_small_offset_1of12 {
        margin-left: 0;
        margin-right: 8.33333%; }
      .c-grid__u_small_2of12 {
        width: 16.66667%;
        max-width: 16.66667%;
        min-width: 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%; }
      .c-grid__u_small_offset_2of12 {
        margin-left: 16.66667%; }
      .c-grid_reverse .c-grid__u_small_offset_2of12 {
        margin-left: 0;
        margin-right: 16.66667%; }
      .c-grid__u_small_3of12 {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
      .c-grid__u_small_offset_3of12 {
        margin-left: 25%; }
      .c-grid_reverse .c-grid__u_small_offset_3of12 {
        margin-left: 0;
        margin-right: 25%; }
      .c-grid__u_small_4of12 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_small_offset_4of12 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_small_offset_4of12 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_small_5of12 {
        width: 41.66667%;
        max-width: 41.66667%;
        min-width: 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%; }
      .c-grid__u_small_offset_5of12 {
        margin-left: 41.66667%; }
      .c-grid_reverse .c-grid__u_small_offset_5of12 {
        margin-left: 0;
        margin-right: 41.66667%; }
      .c-grid__u_small_6of12 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_small_offset_6of12 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_small_offset_6of12 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_small_7of12 {
        width: 58.33333%;
        max-width: 58.33333%;
        min-width: 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%; }
      .c-grid__u_small_offset_7of12 {
        margin-left: 58.33333%; }
      .c-grid_reverse .c-grid__u_small_offset_7of12 {
        margin-left: 0;
        margin-right: 58.33333%; }
      .c-grid__u_small_8of12 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_small_offset_8of12 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_small_offset_8of12 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_small_9of12 {
        width: 75%;
        max-width: 75%;
        min-width: 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
      .c-grid__u_small_offset_9of12 {
        margin-left: 75%; }
      .c-grid_reverse .c-grid__u_small_offset_9of12 {
        margin-left: 0;
        margin-right: 75%; }
      .c-grid__u_small_10of12 {
        width: 83.33333%;
        max-width: 83.33333%;
        min-width: 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%; }
      .c-grid__u_small_offset_10of12 {
        margin-left: 83.33333%; }
      .c-grid_reverse .c-grid__u_small_offset_10of12 {
        margin-left: 0;
        margin-right: 83.33333%; }
      .c-grid__u_small_11of12 {
        width: 91.66667%;
        max-width: 91.66667%;
        min-width: 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%; }
      .c-grid__u_small_offset_11of12 {
        margin-left: 91.66667%; }
      .c-grid_reverse .c-grid__u_small_offset_11of12 {
        margin-left: 0;
        margin-right: 91.66667%; }
      .c-grid__u_small_12of12 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_small_offset_12of12 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_small_offset_12of12 {
        margin-left: 0;
        margin-right: 100%; } }
    @media only screen and (min-width: 768px) {
      .c-grid__u_medium_1of1 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_medium_offset_1of1 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_medium_offset_1of1 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_medium_1of2 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_medium_offset_1of2 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_medium_offset_1of2 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_medium_2of2 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_medium_offset_2of2 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_medium_offset_2of2 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_medium_1of3 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_medium_offset_1of3 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_medium_offset_1of3 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_medium_2of3 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_medium_offset_2of3 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_medium_offset_2of3 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_medium_3of3 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_medium_offset_3of3 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_medium_offset_3of3 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_medium_1of4 {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
      .c-grid__u_medium_offset_1of4 {
        margin-left: 25%; }
      .c-grid_reverse .c-grid__u_medium_offset_1of4 {
        margin-left: 0;
        margin-right: 25%; }
      .c-grid__u_medium_2of4 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_medium_offset_2of4 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_medium_offset_2of4 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_medium_3of4 {
        width: 75%;
        max-width: 75%;
        min-width: 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
      .c-grid__u_medium_offset_3of4 {
        margin-left: 75%; }
      .c-grid_reverse .c-grid__u_medium_offset_3of4 {
        margin-left: 0;
        margin-right: 75%; }
      .c-grid__u_medium_4of4 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_medium_offset_4of4 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_medium_offset_4of4 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_medium_1of5 {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
      .c-grid__u_medium_offset_1of5 {
        margin-left: 20%; }
      .c-grid_reverse .c-grid__u_medium_offset_1of5 {
        margin-left: 0;
        margin-right: 20%; }
      .c-grid__u_medium_2of5 {
        width: 40%;
        max-width: 40%;
        min-width: 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
      .c-grid__u_medium_offset_2of5 {
        margin-left: 40%; }
      .c-grid_reverse .c-grid__u_medium_offset_2of5 {
        margin-left: 0;
        margin-right: 40%; }
      .c-grid__u_medium_3of5 {
        width: 60%;
        max-width: 60%;
        min-width: 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
      .c-grid__u_medium_offset_3of5 {
        margin-left: 60%; }
      .c-grid_reverse .c-grid__u_medium_offset_3of5 {
        margin-left: 0;
        margin-right: 60%; }
      .c-grid__u_medium_4of5 {
        width: 80%;
        max-width: 80%;
        min-width: 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
      .c-grid__u_medium_offset_4of5 {
        margin-left: 80%; }
      .c-grid_reverse .c-grid__u_medium_offset_4of5 {
        margin-left: 0;
        margin-right: 80%; }
      .c-grid__u_medium_5of5 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_medium_offset_5of5 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_medium_offset_5of5 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_medium_1of6 {
        width: 16.66667%;
        max-width: 16.66667%;
        min-width: 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%; }
      .c-grid__u_medium_offset_1of6 {
        margin-left: 16.66667%; }
      .c-grid_reverse .c-grid__u_medium_offset_1of6 {
        margin-left: 0;
        margin-right: 16.66667%; }
      .c-grid__u_medium_2of6 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_medium_offset_2of6 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_medium_offset_2of6 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_medium_3of6 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_medium_offset_3of6 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_medium_offset_3of6 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_medium_4of6 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_medium_offset_4of6 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_medium_offset_4of6 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_medium_5of6 {
        width: 83.33333%;
        max-width: 83.33333%;
        min-width: 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%; }
      .c-grid__u_medium_offset_5of6 {
        margin-left: 83.33333%; }
      .c-grid_reverse .c-grid__u_medium_offset_5of6 {
        margin-left: 0;
        margin-right: 83.33333%; }
      .c-grid__u_medium_6of6 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_medium_offset_6of6 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_medium_offset_6of6 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_medium_1of9 {
        width: 11.11111%;
        max-width: 11.11111%;
        min-width: 11.11111%;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%; }
      .c-grid__u_medium_offset_1of9 {
        margin-left: 11.11111%; }
      .c-grid_reverse .c-grid__u_medium_offset_1of9 {
        margin-left: 0;
        margin-right: 11.11111%; }
      .c-grid__u_medium_2of9 {
        width: 22.22222%;
        max-width: 22.22222%;
        min-width: 22.22222%;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%; }
      .c-grid__u_medium_offset_2of9 {
        margin-left: 22.22222%; }
      .c-grid_reverse .c-grid__u_medium_offset_2of9 {
        margin-left: 0;
        margin-right: 22.22222%; }
      .c-grid__u_medium_3of9 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_medium_offset_3of9 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_medium_offset_3of9 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_medium_4of9 {
        width: 44.44444%;
        max-width: 44.44444%;
        min-width: 44.44444%;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%; }
      .c-grid__u_medium_offset_4of9 {
        margin-left: 44.44444%; }
      .c-grid_reverse .c-grid__u_medium_offset_4of9 {
        margin-left: 0;
        margin-right: 44.44444%; }
      .c-grid__u_medium_5of9 {
        width: 55.55556%;
        max-width: 55.55556%;
        min-width: 55.55556%;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%; }
      .c-grid__u_medium_offset_5of9 {
        margin-left: 55.55556%; }
      .c-grid_reverse .c-grid__u_medium_offset_5of9 {
        margin-left: 0;
        margin-right: 55.55556%; }
      .c-grid__u_medium_6of9 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_medium_offset_6of9 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_medium_offset_6of9 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_medium_7of9 {
        width: 77.77778%;
        max-width: 77.77778%;
        min-width: 77.77778%;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%; }
      .c-grid__u_medium_offset_7of9 {
        margin-left: 77.77778%; }
      .c-grid_reverse .c-grid__u_medium_offset_7of9 {
        margin-left: 0;
        margin-right: 77.77778%; }
      .c-grid__u_medium_8of9 {
        width: 88.88889%;
        max-width: 88.88889%;
        min-width: 88.88889%;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%; }
      .c-grid__u_medium_offset_8of9 {
        margin-left: 88.88889%; }
      .c-grid_reverse .c-grid__u_medium_offset_8of9 {
        margin-left: 0;
        margin-right: 88.88889%; }
      .c-grid__u_medium_9of9 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_medium_offset_9of9 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_medium_offset_9of9 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_medium_1of10 {
        width: 10%;
        max-width: 10%;
        min-width: 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%; }
      .c-grid__u_medium_offset_1of10 {
        margin-left: 10%; }
      .c-grid_reverse .c-grid__u_medium_offset_1of10 {
        margin-left: 0;
        margin-right: 10%; }
      .c-grid__u_medium_2of10 {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
      .c-grid__u_medium_offset_2of10 {
        margin-left: 20%; }
      .c-grid_reverse .c-grid__u_medium_offset_2of10 {
        margin-left: 0;
        margin-right: 20%; }
      .c-grid__u_medium_3of10 {
        width: 30%;
        max-width: 30%;
        min-width: 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
      .c-grid__u_medium_offset_3of10 {
        margin-left: 30%; }
      .c-grid_reverse .c-grid__u_medium_offset_3of10 {
        margin-left: 0;
        margin-right: 30%; }
      .c-grid__u_medium_4of10 {
        width: 40%;
        max-width: 40%;
        min-width: 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
      .c-grid__u_medium_offset_4of10 {
        margin-left: 40%; }
      .c-grid_reverse .c-grid__u_medium_offset_4of10 {
        margin-left: 0;
        margin-right: 40%; }
      .c-grid__u_medium_5of10 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_medium_offset_5of10 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_medium_offset_5of10 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_medium_6of10 {
        width: 60%;
        max-width: 60%;
        min-width: 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
      .c-grid__u_medium_offset_6of10 {
        margin-left: 60%; }
      .c-grid_reverse .c-grid__u_medium_offset_6of10 {
        margin-left: 0;
        margin-right: 60%; }
      .c-grid__u_medium_7of10 {
        width: 70%;
        max-width: 70%;
        min-width: 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%; }
      .c-grid__u_medium_offset_7of10 {
        margin-left: 70%; }
      .c-grid_reverse .c-grid__u_medium_offset_7of10 {
        margin-left: 0;
        margin-right: 70%; }
      .c-grid__u_medium_8of10 {
        width: 80%;
        max-width: 80%;
        min-width: 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
      .c-grid__u_medium_offset_8of10 {
        margin-left: 80%; }
      .c-grid_reverse .c-grid__u_medium_offset_8of10 {
        margin-left: 0;
        margin-right: 80%; }
      .c-grid__u_medium_9of10 {
        width: 90%;
        max-width: 90%;
        min-width: 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%; }
      .c-grid__u_medium_offset_9of10 {
        margin-left: 90%; }
      .c-grid_reverse .c-grid__u_medium_offset_9of10 {
        margin-left: 0;
        margin-right: 90%; }
      .c-grid__u_medium_10of10 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_medium_offset_10of10 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_medium_offset_10of10 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_medium_1of12 {
        width: 8.33333%;
        max-width: 8.33333%;
        min-width: 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%; }
      .c-grid__u_medium_offset_1of12 {
        margin-left: 8.33333%; }
      .c-grid_reverse .c-grid__u_medium_offset_1of12 {
        margin-left: 0;
        margin-right: 8.33333%; }
      .c-grid__u_medium_2of12 {
        width: 16.66667%;
        max-width: 16.66667%;
        min-width: 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%; }
      .c-grid__u_medium_offset_2of12 {
        margin-left: 16.66667%; }
      .c-grid_reverse .c-grid__u_medium_offset_2of12 {
        margin-left: 0;
        margin-right: 16.66667%; }
      .c-grid__u_medium_3of12 {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
      .c-grid__u_medium_offset_3of12 {
        margin-left: 25%; }
      .c-grid_reverse .c-grid__u_medium_offset_3of12 {
        margin-left: 0;
        margin-right: 25%; }
      .c-grid__u_medium_4of12 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_medium_offset_4of12 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_medium_offset_4of12 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_medium_5of12 {
        width: 41.66667%;
        max-width: 41.66667%;
        min-width: 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%; }
      .c-grid__u_medium_offset_5of12 {
        margin-left: 41.66667%; }
      .c-grid_reverse .c-grid__u_medium_offset_5of12 {
        margin-left: 0;
        margin-right: 41.66667%; }
      .c-grid__u_medium_6of12 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_medium_offset_6of12 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_medium_offset_6of12 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_medium_7of12 {
        width: 58.33333%;
        max-width: 58.33333%;
        min-width: 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%; }
      .c-grid__u_medium_offset_7of12 {
        margin-left: 58.33333%; }
      .c-grid_reverse .c-grid__u_medium_offset_7of12 {
        margin-left: 0;
        margin-right: 58.33333%; }
      .c-grid__u_medium_8of12 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_medium_offset_8of12 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_medium_offset_8of12 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_medium_9of12 {
        width: 75%;
        max-width: 75%;
        min-width: 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
      .c-grid__u_medium_offset_9of12 {
        margin-left: 75%; }
      .c-grid_reverse .c-grid__u_medium_offset_9of12 {
        margin-left: 0;
        margin-right: 75%; }
      .c-grid__u_medium_10of12 {
        width: 83.33333%;
        max-width: 83.33333%;
        min-width: 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%; }
      .c-grid__u_medium_offset_10of12 {
        margin-left: 83.33333%; }
      .c-grid_reverse .c-grid__u_medium_offset_10of12 {
        margin-left: 0;
        margin-right: 83.33333%; }
      .c-grid__u_medium_11of12 {
        width: 91.66667%;
        max-width: 91.66667%;
        min-width: 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%; }
      .c-grid__u_medium_offset_11of12 {
        margin-left: 91.66667%; }
      .c-grid_reverse .c-grid__u_medium_offset_11of12 {
        margin-left: 0;
        margin-right: 91.66667%; }
      .c-grid__u_medium_12of12 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_medium_offset_12of12 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_medium_offset_12of12 {
        margin-left: 0;
        margin-right: 100%; } }
    @media only screen and (min-width: 980px) {
      .c-grid__u_large_1of1 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_large_offset_1of1 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_large_offset_1of1 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_large_1of2 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_large_offset_1of2 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_large_offset_1of2 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_large_2of2 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_large_offset_2of2 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_large_offset_2of2 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_large_1of3 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_large_offset_1of3 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_large_offset_1of3 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_large_2of3 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_large_offset_2of3 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_large_offset_2of3 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_large_3of3 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_large_offset_3of3 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_large_offset_3of3 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_large_1of4 {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
      .c-grid__u_large_offset_1of4 {
        margin-left: 25%; }
      .c-grid_reverse .c-grid__u_large_offset_1of4 {
        margin-left: 0;
        margin-right: 25%; }
      .c-grid__u_large_2of4 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_large_offset_2of4 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_large_offset_2of4 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_large_3of4 {
        width: 75%;
        max-width: 75%;
        min-width: 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
      .c-grid__u_large_offset_3of4 {
        margin-left: 75%; }
      .c-grid_reverse .c-grid__u_large_offset_3of4 {
        margin-left: 0;
        margin-right: 75%; }
      .c-grid__u_large_4of4 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_large_offset_4of4 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_large_offset_4of4 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_large_1of5 {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
      .c-grid__u_large_offset_1of5 {
        margin-left: 20%; }
      .c-grid_reverse .c-grid__u_large_offset_1of5 {
        margin-left: 0;
        margin-right: 20%; }
      .c-grid__u_large_2of5 {
        width: 40%;
        max-width: 40%;
        min-width: 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
      .c-grid__u_large_offset_2of5 {
        margin-left: 40%; }
      .c-grid_reverse .c-grid__u_large_offset_2of5 {
        margin-left: 0;
        margin-right: 40%; }
      .c-grid__u_large_3of5 {
        width: 60%;
        max-width: 60%;
        min-width: 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
      .c-grid__u_large_offset_3of5 {
        margin-left: 60%; }
      .c-grid_reverse .c-grid__u_large_offset_3of5 {
        margin-left: 0;
        margin-right: 60%; }
      .c-grid__u_large_4of5 {
        width: 80%;
        max-width: 80%;
        min-width: 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
      .c-grid__u_large_offset_4of5 {
        margin-left: 80%; }
      .c-grid_reverse .c-grid__u_large_offset_4of5 {
        margin-left: 0;
        margin-right: 80%; }
      .c-grid__u_large_5of5 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_large_offset_5of5 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_large_offset_5of5 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_large_1of6 {
        width: 16.66667%;
        max-width: 16.66667%;
        min-width: 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%; }
      .c-grid__u_large_offset_1of6 {
        margin-left: 16.66667%; }
      .c-grid_reverse .c-grid__u_large_offset_1of6 {
        margin-left: 0;
        margin-right: 16.66667%; }
      .c-grid__u_large_2of6 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_large_offset_2of6 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_large_offset_2of6 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_large_3of6 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_large_offset_3of6 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_large_offset_3of6 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_large_4of6 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_large_offset_4of6 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_large_offset_4of6 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_large_5of6 {
        width: 83.33333%;
        max-width: 83.33333%;
        min-width: 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%; }
      .c-grid__u_large_offset_5of6 {
        margin-left: 83.33333%; }
      .c-grid_reverse .c-grid__u_large_offset_5of6 {
        margin-left: 0;
        margin-right: 83.33333%; }
      .c-grid__u_large_6of6 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_large_offset_6of6 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_large_offset_6of6 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_large_1of9 {
        width: 11.11111%;
        max-width: 11.11111%;
        min-width: 11.11111%;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%; }
      .c-grid__u_large_offset_1of9 {
        margin-left: 11.11111%; }
      .c-grid_reverse .c-grid__u_large_offset_1of9 {
        margin-left: 0;
        margin-right: 11.11111%; }
      .c-grid__u_large_2of9 {
        width: 22.22222%;
        max-width: 22.22222%;
        min-width: 22.22222%;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%; }
      .c-grid__u_large_offset_2of9 {
        margin-left: 22.22222%; }
      .c-grid_reverse .c-grid__u_large_offset_2of9 {
        margin-left: 0;
        margin-right: 22.22222%; }
      .c-grid__u_large_3of9 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_large_offset_3of9 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_large_offset_3of9 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_large_4of9 {
        width: 44.44444%;
        max-width: 44.44444%;
        min-width: 44.44444%;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%; }
      .c-grid__u_large_offset_4of9 {
        margin-left: 44.44444%; }
      .c-grid_reverse .c-grid__u_large_offset_4of9 {
        margin-left: 0;
        margin-right: 44.44444%; }
      .c-grid__u_large_5of9 {
        width: 55.55556%;
        max-width: 55.55556%;
        min-width: 55.55556%;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%; }
      .c-grid__u_large_offset_5of9 {
        margin-left: 55.55556%; }
      .c-grid_reverse .c-grid__u_large_offset_5of9 {
        margin-left: 0;
        margin-right: 55.55556%; }
      .c-grid__u_large_6of9 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_large_offset_6of9 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_large_offset_6of9 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_large_7of9 {
        width: 77.77778%;
        max-width: 77.77778%;
        min-width: 77.77778%;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%; }
      .c-grid__u_large_offset_7of9 {
        margin-left: 77.77778%; }
      .c-grid_reverse .c-grid__u_large_offset_7of9 {
        margin-left: 0;
        margin-right: 77.77778%; }
      .c-grid__u_large_8of9 {
        width: 88.88889%;
        max-width: 88.88889%;
        min-width: 88.88889%;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%; }
      .c-grid__u_large_offset_8of9 {
        margin-left: 88.88889%; }
      .c-grid_reverse .c-grid__u_large_offset_8of9 {
        margin-left: 0;
        margin-right: 88.88889%; }
      .c-grid__u_large_9of9 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_large_offset_9of9 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_large_offset_9of9 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_large_1of10 {
        width: 10%;
        max-width: 10%;
        min-width: 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%; }
      .c-grid__u_large_offset_1of10 {
        margin-left: 10%; }
      .c-grid_reverse .c-grid__u_large_offset_1of10 {
        margin-left: 0;
        margin-right: 10%; }
      .c-grid__u_large_2of10 {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
      .c-grid__u_large_offset_2of10 {
        margin-left: 20%; }
      .c-grid_reverse .c-grid__u_large_offset_2of10 {
        margin-left: 0;
        margin-right: 20%; }
      .c-grid__u_large_3of10 {
        width: 30%;
        max-width: 30%;
        min-width: 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
      .c-grid__u_large_offset_3of10 {
        margin-left: 30%; }
      .c-grid_reverse .c-grid__u_large_offset_3of10 {
        margin-left: 0;
        margin-right: 30%; }
      .c-grid__u_large_4of10 {
        width: 40%;
        max-width: 40%;
        min-width: 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
      .c-grid__u_large_offset_4of10 {
        margin-left: 40%; }
      .c-grid_reverse .c-grid__u_large_offset_4of10 {
        margin-left: 0;
        margin-right: 40%; }
      .c-grid__u_large_5of10 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_large_offset_5of10 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_large_offset_5of10 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_large_6of10 {
        width: 60%;
        max-width: 60%;
        min-width: 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
      .c-grid__u_large_offset_6of10 {
        margin-left: 60%; }
      .c-grid_reverse .c-grid__u_large_offset_6of10 {
        margin-left: 0;
        margin-right: 60%; }
      .c-grid__u_large_7of10 {
        width: 70%;
        max-width: 70%;
        min-width: 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%; }
      .c-grid__u_large_offset_7of10 {
        margin-left: 70%; }
      .c-grid_reverse .c-grid__u_large_offset_7of10 {
        margin-left: 0;
        margin-right: 70%; }
      .c-grid__u_large_8of10 {
        width: 80%;
        max-width: 80%;
        min-width: 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
      .c-grid__u_large_offset_8of10 {
        margin-left: 80%; }
      .c-grid_reverse .c-grid__u_large_offset_8of10 {
        margin-left: 0;
        margin-right: 80%; }
      .c-grid__u_large_9of10 {
        width: 90%;
        max-width: 90%;
        min-width: 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%; }
      .c-grid__u_large_offset_9of10 {
        margin-left: 90%; }
      .c-grid_reverse .c-grid__u_large_offset_9of10 {
        margin-left: 0;
        margin-right: 90%; }
      .c-grid__u_large_10of10 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_large_offset_10of10 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_large_offset_10of10 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_large_1of12 {
        width: 8.33333%;
        max-width: 8.33333%;
        min-width: 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%; }
      .c-grid__u_large_offset_1of12 {
        margin-left: 8.33333%; }
      .c-grid_reverse .c-grid__u_large_offset_1of12 {
        margin-left: 0;
        margin-right: 8.33333%; }
      .c-grid__u_large_2of12 {
        width: 16.66667%;
        max-width: 16.66667%;
        min-width: 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%; }
      .c-grid__u_large_offset_2of12 {
        margin-left: 16.66667%; }
      .c-grid_reverse .c-grid__u_large_offset_2of12 {
        margin-left: 0;
        margin-right: 16.66667%; }
      .c-grid__u_large_3of12 {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
      .c-grid__u_large_offset_3of12 {
        margin-left: 25%; }
      .c-grid_reverse .c-grid__u_large_offset_3of12 {
        margin-left: 0;
        margin-right: 25%; }
      .c-grid__u_large_4of12 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_large_offset_4of12 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_large_offset_4of12 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_large_5of12 {
        width: 41.66667%;
        max-width: 41.66667%;
        min-width: 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%; }
      .c-grid__u_large_offset_5of12 {
        margin-left: 41.66667%; }
      .c-grid_reverse .c-grid__u_large_offset_5of12 {
        margin-left: 0;
        margin-right: 41.66667%; }
      .c-grid__u_large_6of12 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_large_offset_6of12 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_large_offset_6of12 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_large_7of12 {
        width: 58.33333%;
        max-width: 58.33333%;
        min-width: 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%; }
      .c-grid__u_large_offset_7of12 {
        margin-left: 58.33333%; }
      .c-grid_reverse .c-grid__u_large_offset_7of12 {
        margin-left: 0;
        margin-right: 58.33333%; }
      .c-grid__u_large_8of12 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_large_offset_8of12 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_large_offset_8of12 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_large_9of12 {
        width: 75%;
        max-width: 75%;
        min-width: 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
      .c-grid__u_large_offset_9of12 {
        margin-left: 75%; }
      .c-grid_reverse .c-grid__u_large_offset_9of12 {
        margin-left: 0;
        margin-right: 75%; }
      .c-grid__u_large_10of12 {
        width: 83.33333%;
        max-width: 83.33333%;
        min-width: 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%; }
      .c-grid__u_large_offset_10of12 {
        margin-left: 83.33333%; }
      .c-grid_reverse .c-grid__u_large_offset_10of12 {
        margin-left: 0;
        margin-right: 83.33333%; }
      .c-grid__u_large_11of12 {
        width: 91.66667%;
        max-width: 91.66667%;
        min-width: 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%; }
      .c-grid__u_large_offset_11of12 {
        margin-left: 91.66667%; }
      .c-grid_reverse .c-grid__u_large_offset_11of12 {
        margin-left: 0;
        margin-right: 91.66667%; }
      .c-grid__u_large_12of12 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_large_offset_12of12 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_large_offset_12of12 {
        margin-left: 0;
        margin-right: 100%; } }
    @media only screen and (min-width: 1080px) {
      .c-grid__u_xlarge_1of1 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xlarge_offset_1of1 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_1of1 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xlarge_1of2 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_xlarge_offset_1of2 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_1of2 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_xlarge_2of2 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xlarge_offset_2of2 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_2of2 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xlarge_1of3 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_xlarge_offset_1of3 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_1of3 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_xlarge_2of3 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_xlarge_offset_2of3 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_2of3 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_xlarge_3of3 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xlarge_offset_3of3 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_3of3 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xlarge_1of4 {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
      .c-grid__u_xlarge_offset_1of4 {
        margin-left: 25%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_1of4 {
        margin-left: 0;
        margin-right: 25%; }
      .c-grid__u_xlarge_2of4 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_xlarge_offset_2of4 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_2of4 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_xlarge_3of4 {
        width: 75%;
        max-width: 75%;
        min-width: 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
      .c-grid__u_xlarge_offset_3of4 {
        margin-left: 75%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_3of4 {
        margin-left: 0;
        margin-right: 75%; }
      .c-grid__u_xlarge_4of4 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xlarge_offset_4of4 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_4of4 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xlarge_1of5 {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
      .c-grid__u_xlarge_offset_1of5 {
        margin-left: 20%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_1of5 {
        margin-left: 0;
        margin-right: 20%; }
      .c-grid__u_xlarge_2of5 {
        width: 40%;
        max-width: 40%;
        min-width: 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
      .c-grid__u_xlarge_offset_2of5 {
        margin-left: 40%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_2of5 {
        margin-left: 0;
        margin-right: 40%; }
      .c-grid__u_xlarge_3of5 {
        width: 60%;
        max-width: 60%;
        min-width: 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
      .c-grid__u_xlarge_offset_3of5 {
        margin-left: 60%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_3of5 {
        margin-left: 0;
        margin-right: 60%; }
      .c-grid__u_xlarge_4of5 {
        width: 80%;
        max-width: 80%;
        min-width: 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
      .c-grid__u_xlarge_offset_4of5 {
        margin-left: 80%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_4of5 {
        margin-left: 0;
        margin-right: 80%; }
      .c-grid__u_xlarge_5of5 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xlarge_offset_5of5 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_5of5 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xlarge_1of6 {
        width: 16.66667%;
        max-width: 16.66667%;
        min-width: 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%; }
      .c-grid__u_xlarge_offset_1of6 {
        margin-left: 16.66667%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_1of6 {
        margin-left: 0;
        margin-right: 16.66667%; }
      .c-grid__u_xlarge_2of6 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_xlarge_offset_2of6 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_2of6 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_xlarge_3of6 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_xlarge_offset_3of6 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_3of6 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_xlarge_4of6 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_xlarge_offset_4of6 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_4of6 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_xlarge_5of6 {
        width: 83.33333%;
        max-width: 83.33333%;
        min-width: 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%; }
      .c-grid__u_xlarge_offset_5of6 {
        margin-left: 83.33333%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_5of6 {
        margin-left: 0;
        margin-right: 83.33333%; }
      .c-grid__u_xlarge_6of6 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xlarge_offset_6of6 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_6of6 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xlarge_1of9 {
        width: 11.11111%;
        max-width: 11.11111%;
        min-width: 11.11111%;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%; }
      .c-grid__u_xlarge_offset_1of9 {
        margin-left: 11.11111%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_1of9 {
        margin-left: 0;
        margin-right: 11.11111%; }
      .c-grid__u_xlarge_2of9 {
        width: 22.22222%;
        max-width: 22.22222%;
        min-width: 22.22222%;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%; }
      .c-grid__u_xlarge_offset_2of9 {
        margin-left: 22.22222%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_2of9 {
        margin-left: 0;
        margin-right: 22.22222%; }
      .c-grid__u_xlarge_3of9 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_xlarge_offset_3of9 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_3of9 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_xlarge_4of9 {
        width: 44.44444%;
        max-width: 44.44444%;
        min-width: 44.44444%;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%; }
      .c-grid__u_xlarge_offset_4of9 {
        margin-left: 44.44444%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_4of9 {
        margin-left: 0;
        margin-right: 44.44444%; }
      .c-grid__u_xlarge_5of9 {
        width: 55.55556%;
        max-width: 55.55556%;
        min-width: 55.55556%;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%; }
      .c-grid__u_xlarge_offset_5of9 {
        margin-left: 55.55556%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_5of9 {
        margin-left: 0;
        margin-right: 55.55556%; }
      .c-grid__u_xlarge_6of9 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_xlarge_offset_6of9 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_6of9 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_xlarge_7of9 {
        width: 77.77778%;
        max-width: 77.77778%;
        min-width: 77.77778%;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%; }
      .c-grid__u_xlarge_offset_7of9 {
        margin-left: 77.77778%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_7of9 {
        margin-left: 0;
        margin-right: 77.77778%; }
      .c-grid__u_xlarge_8of9 {
        width: 88.88889%;
        max-width: 88.88889%;
        min-width: 88.88889%;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%; }
      .c-grid__u_xlarge_offset_8of9 {
        margin-left: 88.88889%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_8of9 {
        margin-left: 0;
        margin-right: 88.88889%; }
      .c-grid__u_xlarge_9of9 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xlarge_offset_9of9 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_9of9 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xlarge_1of10 {
        width: 10%;
        max-width: 10%;
        min-width: 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%; }
      .c-grid__u_xlarge_offset_1of10 {
        margin-left: 10%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_1of10 {
        margin-left: 0;
        margin-right: 10%; }
      .c-grid__u_xlarge_2of10 {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
      .c-grid__u_xlarge_offset_2of10 {
        margin-left: 20%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_2of10 {
        margin-left: 0;
        margin-right: 20%; }
      .c-grid__u_xlarge_3of10 {
        width: 30%;
        max-width: 30%;
        min-width: 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
      .c-grid__u_xlarge_offset_3of10 {
        margin-left: 30%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_3of10 {
        margin-left: 0;
        margin-right: 30%; }
      .c-grid__u_xlarge_4of10 {
        width: 40%;
        max-width: 40%;
        min-width: 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
      .c-grid__u_xlarge_offset_4of10 {
        margin-left: 40%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_4of10 {
        margin-left: 0;
        margin-right: 40%; }
      .c-grid__u_xlarge_5of10 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_xlarge_offset_5of10 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_5of10 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_xlarge_6of10 {
        width: 60%;
        max-width: 60%;
        min-width: 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
      .c-grid__u_xlarge_offset_6of10 {
        margin-left: 60%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_6of10 {
        margin-left: 0;
        margin-right: 60%; }
      .c-grid__u_xlarge_7of10 {
        width: 70%;
        max-width: 70%;
        min-width: 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%; }
      .c-grid__u_xlarge_offset_7of10 {
        margin-left: 70%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_7of10 {
        margin-left: 0;
        margin-right: 70%; }
      .c-grid__u_xlarge_8of10 {
        width: 80%;
        max-width: 80%;
        min-width: 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
      .c-grid__u_xlarge_offset_8of10 {
        margin-left: 80%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_8of10 {
        margin-left: 0;
        margin-right: 80%; }
      .c-grid__u_xlarge_9of10 {
        width: 90%;
        max-width: 90%;
        min-width: 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%; }
      .c-grid__u_xlarge_offset_9of10 {
        margin-left: 90%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_9of10 {
        margin-left: 0;
        margin-right: 90%; }
      .c-grid__u_xlarge_10of10 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xlarge_offset_10of10 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_10of10 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xlarge_1of12 {
        width: 8.33333%;
        max-width: 8.33333%;
        min-width: 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%; }
      .c-grid__u_xlarge_offset_1of12 {
        margin-left: 8.33333%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_1of12 {
        margin-left: 0;
        margin-right: 8.33333%; }
      .c-grid__u_xlarge_2of12 {
        width: 16.66667%;
        max-width: 16.66667%;
        min-width: 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%; }
      .c-grid__u_xlarge_offset_2of12 {
        margin-left: 16.66667%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_2of12 {
        margin-left: 0;
        margin-right: 16.66667%; }
      .c-grid__u_xlarge_3of12 {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
      .c-grid__u_xlarge_offset_3of12 {
        margin-left: 25%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_3of12 {
        margin-left: 0;
        margin-right: 25%; }
      .c-grid__u_xlarge_4of12 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_xlarge_offset_4of12 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_4of12 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_xlarge_5of12 {
        width: 41.66667%;
        max-width: 41.66667%;
        min-width: 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%; }
      .c-grid__u_xlarge_offset_5of12 {
        margin-left: 41.66667%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_5of12 {
        margin-left: 0;
        margin-right: 41.66667%; }
      .c-grid__u_xlarge_6of12 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_xlarge_offset_6of12 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_6of12 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_xlarge_7of12 {
        width: 58.33333%;
        max-width: 58.33333%;
        min-width: 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%; }
      .c-grid__u_xlarge_offset_7of12 {
        margin-left: 58.33333%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_7of12 {
        margin-left: 0;
        margin-right: 58.33333%; }
      .c-grid__u_xlarge_8of12 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_xlarge_offset_8of12 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_8of12 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_xlarge_9of12 {
        width: 75%;
        max-width: 75%;
        min-width: 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
      .c-grid__u_xlarge_offset_9of12 {
        margin-left: 75%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_9of12 {
        margin-left: 0;
        margin-right: 75%; }
      .c-grid__u_xlarge_10of12 {
        width: 83.33333%;
        max-width: 83.33333%;
        min-width: 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%; }
      .c-grid__u_xlarge_offset_10of12 {
        margin-left: 83.33333%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_10of12 {
        margin-left: 0;
        margin-right: 83.33333%; }
      .c-grid__u_xlarge_11of12 {
        width: 91.66667%;
        max-width: 91.66667%;
        min-width: 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%; }
      .c-grid__u_xlarge_offset_11of12 {
        margin-left: 91.66667%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_11of12 {
        margin-left: 0;
        margin-right: 91.66667%; }
      .c-grid__u_xlarge_12of12 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xlarge_offset_12of12 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xlarge_offset_12of12 {
        margin-left: 0;
        margin-right: 100%; } }
    @media only screen and (min-width: 1200px) {
      .c-grid__u_xxlarge_1of1 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xxlarge_offset_1of1 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_1of1 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xxlarge_1of2 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_xxlarge_offset_1of2 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_1of2 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_xxlarge_2of2 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xxlarge_offset_2of2 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_2of2 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xxlarge_1of3 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_xxlarge_offset_1of3 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_1of3 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_xxlarge_2of3 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_xxlarge_offset_2of3 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_2of3 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_xxlarge_3of3 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xxlarge_offset_3of3 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_3of3 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xxlarge_1of4 {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
      .c-grid__u_xxlarge_offset_1of4 {
        margin-left: 25%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_1of4 {
        margin-left: 0;
        margin-right: 25%; }
      .c-grid__u_xxlarge_2of4 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_xxlarge_offset_2of4 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_2of4 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_xxlarge_3of4 {
        width: 75%;
        max-width: 75%;
        min-width: 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
      .c-grid__u_xxlarge_offset_3of4 {
        margin-left: 75%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_3of4 {
        margin-left: 0;
        margin-right: 75%; }
      .c-grid__u_xxlarge_4of4 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xxlarge_offset_4of4 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_4of4 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xxlarge_1of5 {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
      .c-grid__u_xxlarge_offset_1of5 {
        margin-left: 20%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_1of5 {
        margin-left: 0;
        margin-right: 20%; }
      .c-grid__u_xxlarge_2of5 {
        width: 40%;
        max-width: 40%;
        min-width: 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
      .c-grid__u_xxlarge_offset_2of5 {
        margin-left: 40%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_2of5 {
        margin-left: 0;
        margin-right: 40%; }
      .c-grid__u_xxlarge_3of5 {
        width: 60%;
        max-width: 60%;
        min-width: 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
      .c-grid__u_xxlarge_offset_3of5 {
        margin-left: 60%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_3of5 {
        margin-left: 0;
        margin-right: 60%; }
      .c-grid__u_xxlarge_4of5 {
        width: 80%;
        max-width: 80%;
        min-width: 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
      .c-grid__u_xxlarge_offset_4of5 {
        margin-left: 80%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_4of5 {
        margin-left: 0;
        margin-right: 80%; }
      .c-grid__u_xxlarge_5of5 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xxlarge_offset_5of5 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_5of5 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xxlarge_1of6 {
        width: 16.66667%;
        max-width: 16.66667%;
        min-width: 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%; }
      .c-grid__u_xxlarge_offset_1of6 {
        margin-left: 16.66667%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_1of6 {
        margin-left: 0;
        margin-right: 16.66667%; }
      .c-grid__u_xxlarge_2of6 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_xxlarge_offset_2of6 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_2of6 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_xxlarge_3of6 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_xxlarge_offset_3of6 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_3of6 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_xxlarge_4of6 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_xxlarge_offset_4of6 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_4of6 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_xxlarge_5of6 {
        width: 83.33333%;
        max-width: 83.33333%;
        min-width: 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%; }
      .c-grid__u_xxlarge_offset_5of6 {
        margin-left: 83.33333%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_5of6 {
        margin-left: 0;
        margin-right: 83.33333%; }
      .c-grid__u_xxlarge_6of6 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xxlarge_offset_6of6 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_6of6 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xxlarge_1of9 {
        width: 11.11111%;
        max-width: 11.11111%;
        min-width: 11.11111%;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%; }
      .c-grid__u_xxlarge_offset_1of9 {
        margin-left: 11.11111%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_1of9 {
        margin-left: 0;
        margin-right: 11.11111%; }
      .c-grid__u_xxlarge_2of9 {
        width: 22.22222%;
        max-width: 22.22222%;
        min-width: 22.22222%;
        -ms-flex: 0 0 22.22222%;
            flex: 0 0 22.22222%; }
      .c-grid__u_xxlarge_offset_2of9 {
        margin-left: 22.22222%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_2of9 {
        margin-left: 0;
        margin-right: 22.22222%; }
      .c-grid__u_xxlarge_3of9 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_xxlarge_offset_3of9 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_3of9 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_xxlarge_4of9 {
        width: 44.44444%;
        max-width: 44.44444%;
        min-width: 44.44444%;
        -ms-flex: 0 0 44.44444%;
            flex: 0 0 44.44444%; }
      .c-grid__u_xxlarge_offset_4of9 {
        margin-left: 44.44444%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_4of9 {
        margin-left: 0;
        margin-right: 44.44444%; }
      .c-grid__u_xxlarge_5of9 {
        width: 55.55556%;
        max-width: 55.55556%;
        min-width: 55.55556%;
        -ms-flex: 0 0 55.55556%;
            flex: 0 0 55.55556%; }
      .c-grid__u_xxlarge_offset_5of9 {
        margin-left: 55.55556%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_5of9 {
        margin-left: 0;
        margin-right: 55.55556%; }
      .c-grid__u_xxlarge_6of9 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_xxlarge_offset_6of9 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_6of9 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_xxlarge_7of9 {
        width: 77.77778%;
        max-width: 77.77778%;
        min-width: 77.77778%;
        -ms-flex: 0 0 77.77778%;
            flex: 0 0 77.77778%; }
      .c-grid__u_xxlarge_offset_7of9 {
        margin-left: 77.77778%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_7of9 {
        margin-left: 0;
        margin-right: 77.77778%; }
      .c-grid__u_xxlarge_8of9 {
        width: 88.88889%;
        max-width: 88.88889%;
        min-width: 88.88889%;
        -ms-flex: 0 0 88.88889%;
            flex: 0 0 88.88889%; }
      .c-grid__u_xxlarge_offset_8of9 {
        margin-left: 88.88889%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_8of9 {
        margin-left: 0;
        margin-right: 88.88889%; }
      .c-grid__u_xxlarge_9of9 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xxlarge_offset_9of9 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_9of9 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xxlarge_1of10 {
        width: 10%;
        max-width: 10%;
        min-width: 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%; }
      .c-grid__u_xxlarge_offset_1of10 {
        margin-left: 10%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_1of10 {
        margin-left: 0;
        margin-right: 10%; }
      .c-grid__u_xxlarge_2of10 {
        width: 20%;
        max-width: 20%;
        min-width: 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; }
      .c-grid__u_xxlarge_offset_2of10 {
        margin-left: 20%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_2of10 {
        margin-left: 0;
        margin-right: 20%; }
      .c-grid__u_xxlarge_3of10 {
        width: 30%;
        max-width: 30%;
        min-width: 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
      .c-grid__u_xxlarge_offset_3of10 {
        margin-left: 30%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_3of10 {
        margin-left: 0;
        margin-right: 30%; }
      .c-grid__u_xxlarge_4of10 {
        width: 40%;
        max-width: 40%;
        min-width: 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
      .c-grid__u_xxlarge_offset_4of10 {
        margin-left: 40%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_4of10 {
        margin-left: 0;
        margin-right: 40%; }
      .c-grid__u_xxlarge_5of10 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_xxlarge_offset_5of10 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_5of10 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_xxlarge_6of10 {
        width: 60%;
        max-width: 60%;
        min-width: 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; }
      .c-grid__u_xxlarge_offset_6of10 {
        margin-left: 60%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_6of10 {
        margin-left: 0;
        margin-right: 60%; }
      .c-grid__u_xxlarge_7of10 {
        width: 70%;
        max-width: 70%;
        min-width: 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%; }
      .c-grid__u_xxlarge_offset_7of10 {
        margin-left: 70%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_7of10 {
        margin-left: 0;
        margin-right: 70%; }
      .c-grid__u_xxlarge_8of10 {
        width: 80%;
        max-width: 80%;
        min-width: 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; }
      .c-grid__u_xxlarge_offset_8of10 {
        margin-left: 80%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_8of10 {
        margin-left: 0;
        margin-right: 80%; }
      .c-grid__u_xxlarge_9of10 {
        width: 90%;
        max-width: 90%;
        min-width: 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%; }
      .c-grid__u_xxlarge_offset_9of10 {
        margin-left: 90%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_9of10 {
        margin-left: 0;
        margin-right: 90%; }
      .c-grid__u_xxlarge_10of10 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xxlarge_offset_10of10 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_10of10 {
        margin-left: 0;
        margin-right: 100%; }
      .c-grid__u_xxlarge_1of12 {
        width: 8.33333%;
        max-width: 8.33333%;
        min-width: 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%; }
      .c-grid__u_xxlarge_offset_1of12 {
        margin-left: 8.33333%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_1of12 {
        margin-left: 0;
        margin-right: 8.33333%; }
      .c-grid__u_xxlarge_2of12 {
        width: 16.66667%;
        max-width: 16.66667%;
        min-width: 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%; }
      .c-grid__u_xxlarge_offset_2of12 {
        margin-left: 16.66667%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_2of12 {
        margin-left: 0;
        margin-right: 16.66667%; }
      .c-grid__u_xxlarge_3of12 {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
      .c-grid__u_xxlarge_offset_3of12 {
        margin-left: 25%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_3of12 {
        margin-left: 0;
        margin-right: 25%; }
      .c-grid__u_xxlarge_4of12 {
        width: 33.33333%;
        max-width: 33.33333%;
        min-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
      .c-grid__u_xxlarge_offset_4of12 {
        margin-left: 33.33333%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_4of12 {
        margin-left: 0;
        margin-right: 33.33333%; }
      .c-grid__u_xxlarge_5of12 {
        width: 41.66667%;
        max-width: 41.66667%;
        min-width: 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%; }
      .c-grid__u_xxlarge_offset_5of12 {
        margin-left: 41.66667%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_5of12 {
        margin-left: 0;
        margin-right: 41.66667%; }
      .c-grid__u_xxlarge_6of12 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
      .c-grid__u_xxlarge_offset_6of12 {
        margin-left: 50%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_6of12 {
        margin-left: 0;
        margin-right: 50%; }
      .c-grid__u_xxlarge_7of12 {
        width: 58.33333%;
        max-width: 58.33333%;
        min-width: 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%; }
      .c-grid__u_xxlarge_offset_7of12 {
        margin-left: 58.33333%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_7of12 {
        margin-left: 0;
        margin-right: 58.33333%; }
      .c-grid__u_xxlarge_8of12 {
        width: 66.66667%;
        max-width: 66.66667%;
        min-width: 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%; }
      .c-grid__u_xxlarge_offset_8of12 {
        margin-left: 66.66667%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_8of12 {
        margin-left: 0;
        margin-right: 66.66667%; }
      .c-grid__u_xxlarge_9of12 {
        width: 75%;
        max-width: 75%;
        min-width: 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
      .c-grid__u_xxlarge_offset_9of12 {
        margin-left: 75%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_9of12 {
        margin-left: 0;
        margin-right: 75%; }
      .c-grid__u_xxlarge_10of12 {
        width: 83.33333%;
        max-width: 83.33333%;
        min-width: 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%; }
      .c-grid__u_xxlarge_offset_10of12 {
        margin-left: 83.33333%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_10of12 {
        margin-left: 0;
        margin-right: 83.33333%; }
      .c-grid__u_xxlarge_11of12 {
        width: 91.66667%;
        max-width: 91.66667%;
        min-width: 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%; }
      .c-grid__u_xxlarge_offset_11of12 {
        margin-left: 91.66667%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_11of12 {
        margin-left: 0;
        margin-right: 91.66667%; }
      .c-grid__u_xxlarge_12of12 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
      .c-grid__u_xxlarge_offset_12of12 {
        margin-left: 100%; }
      .c-grid_reverse .c-grid__u_xxlarge_offset_12of12 {
        margin-left: 0;
        margin-right: 100%; } }
  .c-grid_height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row; }
  .c-grid_height > .c-grid__u {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .c-grid_center {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
  .c-grid_centering {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .c-grid_bottom {
    -ms-flex-align: end;
        align-items: flex-end; }
  .c-grid_reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .c-grid_collapse {
    margin-left: 0;
    margin-right: 0; }
  .c-grid_collapse > .c-grid__u {
    padding: 0; }
  .c-grid_tight {
    margin-left: -3px;
    margin-right: -3px; }
  .c-grid_tight > .c-grid__u {
    padding: 0 3px; }
  @media only screen and (min-width: 980px) {
    .c-grid_loose {
      margin-left: -20px;
      margin-right: -20px; }
    .c-grid_loose > .c-grid__u {
      padding: 0 20px; } }

.c-icon {
  vertical-align: middle;
  margin-right: .1em; }
  .c-icon-tel:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background: url(../images/icon-tel.png) no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .c-icon-tel_dark:before {
    background-image: url(../images/icon-tel_dark.png);
    background-repeat: no-repeat; }
  .c-icon-angle:before {
    content: '';
    display: inline-block;
    border-top: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.9em solid #1d2088; }

.c-logo {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  z-index: 10;
  position: absolute;
  display: block; }
  @media only screen and (min-width: 980px) {
    .c-logo {
      position: static; } }
  .c-logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
  .c-logo img {
    max-width: 60px;
    max-width: 6rem;
    width: 100%;
    background: #fff;
    border-radius: 10rem;
    padding: 4px;
    padding: .4rem;
    transform: translate3d(0, 1rem, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 400ms; }
    @media only screen and (min-width: 980px) {
      .c-logo img {
        max-width: 10rem;
        width: 100%; } }
  .c-logo span {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    color: #333;
    margin: 13px 0 0 1px;
    margin: 1.3rem 0 0 .1rem;
    font-weight: 500;
    letter-spacing: 1px;
    letter-spacing: .1rem;
    transform: translate3d(0, 1rem, 0);
    transition: 900ms 400ms;
    color: #333;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    @media only screen and (min-width: 980px) {
      .c-logo span {
        font-size: 2.2rem;
        margin-top: .8rem;
        letter-spacing: 0.2rem; } }
  .c-logo.is-move img,
  .c-logo.is-move span {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .c-logo_front {
    padding: 6px 0 0 6px;
    padding: .6rem 0 0 .6rem; }
  .c-logo_pages {
    margin: 0;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 5px;
    top: 0.5rem;
    left: 5px;
    left: .5rem; }
    @media only screen and (min-width: 980px) {
      .c-logo_pages {
        top: 1.7rem;
        left: 2rem;
        max-width: 35rem;
        width: 100%; } }
    .c-logo_pages a {
      position: relative; }
    @media only screen and (min-width: 980px) {
      .c-logo_pages img {
        max-width: 10rem; } }
    @media only screen and (min-width: 980px) {
      .c-logo_pages span {
        margin-top: .9rem; } }
  .c-logo_foot {
    margin: 12px 0;
    margin: 1.2rem 0;
    text-align: center;
    position: static; }
    @media only screen and (min-width: 980px) {
      .c-logo_foot {
        margin-top: 2.4rem; } }

.c-media {
  @inclide clearfix; }
  @media only screen and (min-width: 980px) {
    .c-media {
      max-width: 126rem;
      margin-right: auto;
      margin-left: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; } }
  @media only screen and (min-width: 1200px) {
    .c-media {
      margin: auto; } }
  @media only screen and (min-width: 980px) {
    .c-media_reverse {
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
      margin-right: 0;
      margin-left: auto; } }
  @media only screen and (min-width: 1200px) {
    .c-media_reverse {
      margin: auto; } }
  @media only screen and (min-width: 1200px) {
    .c-media_reverse .c-media__body {
      padding: 0 2.4rem 0 9.6rem; } }
  @media only screen and (min-width: 980px) {
    .c-media_reverse .c-media__title {
      margin-left: auto;
      margin-right: -7.2rem; } }
  .c-media__object {
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 980px) {
      .c-media__object {
        width: 100%; } }
    .c-media__object img {
      margin: 0; }
      @media only screen and (min-width: 980px) {
        .c-media__object img {
          width: 100%; } }
  .c-media__body {
    padding: 0 12px;
    padding: 0 1.2rem; }
    @media only screen and (min-width: 980px) {
      .c-media__body {
        width: 80%;
        padding: 0 2.4rem;
        box-sizing: border-box; } }
    @media only screen and (min-width: 1200px) {
      .c-media__body {
        padding: 0 9.6rem 0 2.4rem; } }
    .c-media__body p:last-child {
      margin-bottom: 0; }
  .c-media__title {
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
    z-index: 0;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .c-media__title {
        font-size: 1.7rem; } }
  .c-media + .c-media {
    margin-top: 48px;
    margin-top: 4.8rem; }
    @media only screen and (min-width: 980px) {
      .c-media + .c-media {
        margin-top: 7.2rem; } }

.c-nav-btn {
  padding: 12px;
  padding: 1.2rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 900;
  transition: 200ms 300ms; }
  @media only screen and (min-width: 980px) {
    .c-nav-btn {
      display: none; } }
  .c-nav-btn a {
    display: block; }
  .c-nav-btn__bars {
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    display: block;
    position: relative; }
  .c-nav-btn__bar {
    position: absolute;
    height: 2px;
    height: .2rem;
    width: 100%;
    transition: ease .5s;
    background: #000;
    top: 0; }
    .c-nav-btn__bar:nth-child(2) {
      top: 8px;
      top: .8rem;
      right: 0;
      width: 80%; }
    .c-nav-btn__bar:nth-child(3) {
      top: 16px;
      top: 1.6rem;
      right: 0;
      width: 60%; }
  .c-nav-btn__text {
    margin: 0;
    color: #fff;
    position: absolute;
    bottom: -1px;
    font-size: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: 200ms;
    text-align: center;
    right: 0;
    left: 0; }
  .c-nav-btn_dark .c-nav-btn__bar {
    background: #1d2088; }
  .c-nav-btn_dark .c-nav-btn__text {
    color: #1d2088; }

body.is-open .c-nav-btn {
  background: none;
  box-shadow: none;
  transition: 200ms; }
  body.is-open .c-nav-btn__text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  body.is-open .c-nav-btn__bar {
    background-color: #cdcdcd; }
    body.is-open .c-nav-btn__bar:first-child {
      top: 50%;
      -ms-transform: translate(0%, 0%) rotate(45deg);
          transform: translate(0%, 0%) rotate(45deg); }
    body.is-open .c-nav-btn__bar:nth-child(2) {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    body.is-open .c-nav-btn__bar:nth-child(3) {
      top: 50%;
      -ms-transform: translate(0%, 0%) rotate(-45deg);
          transform: translate(0%, 0%) rotate(-45deg);
      width: 100%; }

.c-page-header {
  position: relative;
  overflow: hidden;
  margin-top: 44.4px;
  margin-top: 4.44rem; }
  @media only screen and (min-width: 980px) {
    .c-page-header {
      margin-top: 0; } }
  .c-page-header__title {
    display: block;
    margin: 0;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    padding: 12px;
    padding: 1.2rem;
    letter-spacing: 2px;
    letter-spacing: .2rem;
    position: relative;
    z-index: 1;
    font-size: 26px;
    font-size: 2.6rem;
    width: 100%;
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .c-page-header__title {
        padding: 2.4rem;
        font-size: 4.4rem; } }
    @media only screen and (min-width: 980px) {
      .c-page-header__title {
        padding: 4.8rem; } }
    .c-page-header__title span {
      display: inline-block;
      transform: translate3d(0, 1em, 0);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .c-page-header__title span:nth-child(1) {
        transition: 300ms 100ms; }
      .c-page-header__title span:nth-child(2) {
        transition: 300ms 200ms; }
      .c-page-header__title span:nth-child(3) {
        transition: 300ms 300ms; }
      .c-page-header__title span:nth-child(4) {
        transition: 300ms 400ms; }
      .c-page-header__title span:nth-child(5) {
        transition: 300ms 500ms; }
      .c-page-header__title span:nth-child(6) {
        transition: 300ms 600ms; }
      .c-page-header__title span:nth-child(7) {
        transition: 300ms 700ms; }
      .c-page-header__title span:nth-child(8) {
        transition: 300ms 800ms; }
      .c-page-header__title span:nth-child(9) {
        transition: 300ms 900ms; }
      .c-page-header__title span:nth-child(10) {
        transition: 300ms 1000ms; }
      .c-page-header__title span:nth-child(11) {
        transition: 300ms 1100ms; }
      .c-page-header__title span:nth-child(12) {
        transition: 300ms 1200ms; }
      .c-page-header__title span:nth-child(13) {
        transition: 300ms 1300ms; }
      .c-page-header__title span:nth-child(14) {
        transition: 300ms 1400ms; }
      .c-page-header__title span:nth-child(15) {
        transition: 300ms 1500ms; }
  .c-page-header__object {
    display: block;
    margin: -12px 0 0 auto;
    margin: -1.2rem 0 0 auto;
    position: relative;
    z-index: 0;
    width: calc(100% - 2.4rem);
    background-size: cover;
    background-position: center;
    padding-top: 50%;
    transform: translate3d(100%, 0, 0);
    transition: 300ms; }
    @media only screen and (min-width: 768px) {
      .c-page-header__object {
        margin-top: -2.4rem; } }
    @media only screen and (min-width: 980px) {
      .c-page-header__object {
        margin-top: -4.8rem;
        width: 80%;
        padding-top: 45rem; } }
    .c-page-header__object:before, .c-page-header__object:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1;
      transition: 2s .8s; }
    .c-page-header__object:before {
      background-image: linear-gradient(to left, rgba(46, 174, 178, 0) 0, #fff23f 50%, #1d2088 100%);
      background-size: 200%;
      background-position: left;
      background-repeat: no-repeat; }
  .c-page-header.is-move .c-page-header__object {
    -ms-transform: translate3D(0, 0, 0);
        transform: translate3D(0, 0, 0); }
    .c-page-header.is-move .c-page-header__object:before {
      background-position: right -100% center; }
  .c-page-header.is-move .c-page-header__title span {
    -ms-transform: translate3D(0, 0, 0);
        transform: translate3D(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

@media only screen and (min-width: 980px) {
  .c-post-01:after {
    content: "";
    display: table;
    clear: both; } }

.c-post-01__head {
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  border-bottom: .1rem solid #ddd; }
  .c-post-01__head:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 980px) {
    .c-post-01__head {
      float: left;
      width: 25%;
      display: block;
      border: none; } }

.c-post-01__headline {
  margin: 0;
  color: #1d2088;
  border-left: 5px solid;
  padding: .5em;
  width: 50%; }
  @media only screen and (min-width: 980px) {
    .c-post-01__headline {
      margin-bottom: 2rem; } }

.c-post-01__more {
  width: 50%;
  margin-bottom: 0; }
  @media only screen and (min-width: 980px) {
    .c-post-01__more {
      width: 100%; } }

.c-post-01__list {
  list-style: none;
  padding: 0; }
  @media only screen and (min-width: 980px) {
    .c-post-01__list {
      float: left;
      width: 65%;
      margin-left: 10%; } }

.c-post-01__item {
  list-style: none;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #b2b2b2; }
  @media only screen and (min-width: 980px) {
    .c-post-01__item {
      padding-bottom: 1.5rem; }
      .c-post-01__item:after {
        content: "";
        display: table;
        clear: both; } }
  .c-post-01__item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 980px) {
    .c-post-01__item:first-child {
      padding-top: 1.5rem;
      border-top: 1px solid #b2b2b2; } }

@media only screen and (min-width: 980px) {
  .c-post-01__meta {
    float: left;
    margin-right: 1.5rem; } }

.c-post-01__time {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 1em; }

.c-post-01__title {
  margin: 15px 0;
  margin: 1.5rem 0; }
  @media only screen and (min-width: 980px) {
    .c-post-01__title {
      margin: 0;
      overflow: hidden; } }
  .c-post-01__title a {
    color: #333; }

.c-post-01__label {
  min-width: 7em; }

.c-post-nav {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto;
  background: #fff; }
  .c-post-nav .c-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    -ms-flex-align: center;
        align-items: center;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .c-post-nav .c-container {
        -ms-flex-pack: center;
            justify-content: center; } }
  .c-post-nav a {
    border: 0;
    color: #333;
    padding: 1.5em 5px;
    padding: 1.5em .5rem;
    display: block;
    line-height: 1;
    transition: .4s; }
    .c-post-nav a:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      color: #30B4E6; }
  .c-post-nav__top-blog {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    position: relative;
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (min-width: 768px) {
      .c-post-nav__top-blog {
        max-width: inherit; } }
    .c-post-nav__top-blog i {
      position: relative;
      z-index: 1; }
    .c-post-nav__top-blog:after {
      content: '';
      background: #e6e6e6;
      height: 40px;
      height: 4rem;
      width: 40px;
      width: 4rem;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      margin: auto;
      border-radius: 5rem; }
  .c-post-nav__prev, .c-post-nav__next {
    transition: .4s;
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    font-size: 14px;
    font-size: 1.4rem; }
    @media only screen and (min-width: 768px) {
      .c-post-nav__prev, .c-post-nav__next {
        max-width: inherit; } }
  .c-post-nav__prev i {
    margin-right: 5px;
    margin-right: .5rem; }
  .c-post-nav__next i {
    margin-left: 5px;
    margin-left: .5rem; }

.c-post__more {
  width: 50%;
  margin-bottom: 0; }
  @media only screen and (min-width: 980px) {
    .c-post__more {
      width: 20%;
      margin: 0 0 0 auto;
      line-height: inherit; } }

.c-post__list {
  list-style: none;
  padding: 0; }
  @media only screen and (min-width: 980px) {
    .c-post__list {
      margin-top: 20px; } }

.c-post__item {
  list-style: none;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.1rem solid #ddd; }
  @media only screen and (min-width: 980px) {
    .c-post__item {
      border-bottom: none; } }
  .c-post__item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media only screen and (min-width: 980px) {
      .c-post__item a {
        display: block; } }

.c-post__meta {
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-left: 1em; }
  .c-post__meta:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 980px) {
    .c-post__meta {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      margin-left: 0; } }

.c-post__time {
  font-size: 10px;
  font-size: 1rem;
  margin-right: 1em;
  line-height: 1;
  font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  position: relative;
  font-weight: bold;
  color: #808080;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #db342b; }
  .c-post__time:before {
    content: "";
    width: 2em;
    height: 3px;
    height: 0.3rem;
    background: linear-gradient(to right, #1d2088 33.3333%, #eee9e3 33.3333%, #eee9e3 66.6666%, #d7001d 9.9999%);
    display: inline-block;
    margin-right: 5px;
    margin-right: 0.5rem; }

.c-post__title {
  margin: 10px 0;
  margin: 1rem 0;
  text-align: justify;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333; }
  .c-post__title a {
    color: #333; }

.c-post__label {
  min-width: 5em;
  color: #333;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  letter-spacing: 0.1rem; }
  .c-post__label:before {
    content: "●";
    color: #db342b;
    font-size: 1.4em;
    line-height: 1;
    margin-right: 5px;
    margin-right: 0.5rem; }

.c-post__th {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  width: 40%; }
  @media only screen and (min-width: 980px) {
    .c-post__th {
      width: 100%;
      margin-right: 0;
      width: inherit;
      min-width: inherit; } }
  .c-post__th:before {
    content: "";
    display: block;
    padding-top: 70%; }
  .c-post__th img {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    max-width: 130%;
    transform: translate3d(-50%, 0, 0) scale(1.05);
    transition: all 0.3s cubic-bezier(0.15, 0, 0, 3); }
  .c-post__th_border {
    border: 5px solid #fff;
    border: 0.5rem solid #fff;
    box-shadow: 0 0 0 1px #ddd;
    box-sizing: border-box;
    background-color: #000; }
    .c-post__th_border:before {
      padding-top: 70%; }
    .c-post__th_border i {
      margin: auto;
      position: absolute;
      height: 2.5em;
      width: 2.5em;
      padding: 12px 12px 12px 18.461px;
      padding: 1.2rem 1.2rem 1.2rem 1.84615rem;
      box-sizing: border-box;
      border-radius: 100%;
      display: -ms-flexbox;
      display: flex;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-size: 30px;
      font-size: 3rem;
      color: #fff;
      z-index: 2;
      background: rgba(0, 0, 0, 0.7); }
    .c-post__th_border img {
      width: 100%; }

.c-post__icon {
  position: absolute;
  right: 20px;
  right: 2rem;
  bottom: 29px;
  bottom: 2.9rem; }
  .c-post__icon:before, .c-post__icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem; }
  .c-post__icon:before {
    border-radius: 10px;
    background-color: #1d2088;
    transition: all 0.3s cubic-bezier(0.15, 0, 0, 3);
    -ms-transform: scale(1);
        transform: scale(1); }
  .c-post__icon:after {
    font-family: Font awesome\5 Free;
    content: "\f105";
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    line-height: 1;
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    right: 0.5em;
    transition: all 0.3s cubic-bezier(0.15, 0, 0, 3);
    font-weight: 900; }

.c-post a:hover .c-post__icon:before {
  -ms-transform: translate3D(0, -10%, 0) scale(1.3);
      transform: translate3D(0, -10%, 0) scale(1.3); }

.c-post a:hover .c-post__icon:after {
  -ms-transform: translate3D(0, -10%, 0);
      transform: translate3D(0, -10%, 0); }

.c-post a:hover .c-post__th img {
  transform: translate3d(-50%, 0, 0) scale(1); }

.c-post a:hover .c-post__th:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.c-post a:hover .c-post__th i {
  color: #d7001d;
  background: rgba(0, 0, 0, 0.8); }

.c-post_row .c-post__item {
  border-bottom: 1px solid #ddd;
  border-bottom: 0.1rem solid #ddd;
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }
  .c-post_row .c-post__item:first-child {
    border-top: 1px solid #ddd;
    border-top: 0.1rem solid #ddd;
    padding-top: 12px;
    padding-top: 1.2rem; }

.c-post_row .c-post__title {
  margin: 5px 0 4px;
  margin: 0.5rem 0 0.4rem;
  line-height: 1.5;
  width: 100%;
  font-weight: bold; }

.c-post_row .c-post__meta {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .c-post_row .c-post__meta .c-badge {
    margin-right: 2.5px;
    margin-right: 0.25rem; }

.c-post_row .c-post__time {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 5px;
  margin-left: 0.5rem; }
  .c-post_row .c-post__time:before {
    content: none; }
  .c-post_row .c-post__time i {
    margin-right: 10px;
    margin-right: 1rem;
    text-shadow: 2px 0px 0px #000;
    color: #fff; }

.c-post_row .c-post__list {
  margin-top: 12px;
  margin-top: 1.2rem; }

.c-row {
  margin-top: 33.6px;
  margin-top: 3.36rem;
  margin-bottom: 33.6px;
  margin-bottom: 3.36rem; }
  @media only screen and (min-width: 980px) {
    .c-row {
      margin-top: 4.8rem;
      margin-bottom: 4.8rem; } }

.c-table tbody th, .c-table tbody th a {
  color: #fff; }

.c-table th {
  background: #808080;
  color: #fff; }

.c-table th, .c-table td {
  display: block; }
  @media only screen and (min-width: 567px) {
    .c-table th, .c-table td {
      display: table-cell; } }

.c-tel {
  font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  display: block;
  font-size: 30px !important;
  font-size: 3rem !important;
  color: #333; }
  .c-tel span {
    font-size: 21px;
    font-size: 2.1rem;
    margin-right: 5px;
    margin-right: 0.5rem; }

.c-text-link {
  list-style-type: none;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .c-text-link > li {
      display: inline-block;
      padding: 0 1em; } }

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

.p-banner {
  padding: 0;
  list-style: none; }
  @media only screen and (min-width: 980px) {
    .p-banner {
      margin-top: 7.2rem; } }
  .p-banner li {
    background-color: #fff; }
  .p-banner li + li {
    margin-top: 12px;
    margin-top: 1.2rem; }
  .p-banner a {
    transition: 300ms;
    display: block; }
    .p-banner a:hover {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
    .p-banner a img {
      transform: translate3d(0, 0, 0);
      border: 1px solid #808080;
      border: 0.1rem solid #808080;
      border-radius: 0.5rem;
      overflow: hidden; }
  .p-banner_contact {
    max-width: 600px;
    max-width: 60rem;
    margin: auto auto 24px;
    margin: auto auto 2.4rem; }
    @media only screen and (min-width: 980px) {
      .p-banner_contact {
        margin-bottom: 4.8rem; } }
    .p-banner_contact a {
      padding: 24px 0;
      padding: 2.4rem 0;
      background: #7ecef4;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      color: #fff; }
      @media only screen and (min-width: 980px) {
        .p-banner_contact a {
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          font-size: 2rem; } }
      .p-banner_contact a:before {
        content: none; }
      .p-banner_contact a img {
        display: block;
        width: 100px;
        width: 10rem;
        height: auto;
        margin: auto; }
        @media only screen and (min-width: 980px) {
          .p-banner_contact a img {
            margin: 0 2.4rem 0 0;
            width: 12rem; } }
      .p-banner_contact a:hover {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
        .p-banner_contact a:hover:before {
          content: none; }

.p-bg-object {
  display: none; }
  @media only screen and (min-width: 980px) {
    .p-bg-object {
      display: block; } }
  .p-bg-object__item {
    position: fixed;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .p-bg-object__item img {
      position: absolute;
      transition: 1s;
      display: block; }
    .p-bg-object__item_left img {
      left: 0;
      animation: bottom-top 15s linear infinite;
      width: 200px;
      width: 20rem; }
    .p-bg-object__item_right img {
      width: 200px;
      width: 20rem;
      right: 0;
      animation: right-bottom 15s linear infinite; }

@keyframes right-bottom {
  from {
    top: 0;
    right: -20%;
    width: 20rem; }
  to {
    right: 70vw;
    top: 100%;
    width: 50rem; } }

@keyframes bottom-top {
  from {
    bottom: -50%; }
  to {
    bottom: 100%; } }

.p-bg {
  overflow: hidden;
  background-image: url(../images/bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .8s; }
  .p-bg.js-move {
    background-position: left 100vw center; }
    .p-bg.js-move.is-move {
      background-position: center;
      transition: .8s .8s; }
  .p-bg_right-tight {
    background-size: 100% 50%; }
    .p-bg_right-tight.js-move {
      background-position: left 100vw top; }
      .p-bg_right-tight.js-move.is-move {
        background-position: top left;
        transition: .8s; }
  .p-bg_left-tight {
    background-image: url(../images/bg-left.jpg);
    background-size: right 100vw top -100vw; }
    .p-bg_left-tight.js-move {
      background-position: right 100vw top; }
      .p-bg_left-tight.js-move.is-move {
        background-position: top left;
        transition: .8s; }
  .p-bg_visible {
    overflow: visible; }

.p-cat-list {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 24px -6px 24px;
  margin: 2.4rem -0.6rem 2.4rem; }
  @media only screen and (min-width: 980px) {
    .p-cat-list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .p-cat-list > li {
    width: calc(33.3333% - 2.4rem/2);
    margin: 6px;
    margin: 0.6rem; }
    @media only screen and (min-width: 980px) {
      .p-cat-list > li {
        width: 100%; } }
    .p-cat-list > li a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 6px;
      padding: 0.6rem;
      box-sizing: border-box;
      color: #333;
      border: 0.2em solid #333;
      font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
      letter-spacing: 1px;
      letter-spacing: .1rem;
      overflow: hidden;
      position: relative;
      transition: 500ms; }
      .p-cat-list > li a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #1d2088;
        top: 0;
        left: 0;
        z-index: -1;
        -ms-transform: translate3D(-100%, 0, 0);
            transform: translate3D(-100%, 0, 0);
        transition: 500ms; }
      .p-cat-list > li a:hover {
        color: #fff; }
        .p-cat-list > li a:hover:before {
          -ms-transform: translate3D(0, 0, 0);
              transform: translate3D(0, 0, 0); }

.p-copyright {
  margin: 0;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 12px 0;
  padding: 1.2rem 0; }
  @media only screen and (min-width: 768px) {
    .p-copyright {
      padding: 1.6rem 0; } }
  .p-copyright a {
    color: #fff; }
  .p-copyright_navi {
    background: none;
    margin-top: 12px;
    margin-top: 1.2rem; }
    @media only screen and (min-width: 980px) {
      .p-copyright_navi {
        display: none; } }

.p-entry {
  margin-top: 24px;
  margin-top: 2.4rem; }
  .p-entry__meta {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
  .p-entry__cat {
    margin-right: 24px;
    margin-right: 2.4rem; }
  .p-entry__time {
    font-size: 12px;
    font-size: 1.2rem; }
    @media only screen and (min-width: 768px) {
      .p-entry__time {
        float: left;
        min-width: 10em;
        margin-right: 2em; } }
  .p-entry__title {
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #b5b6b6;
    border-bottom: .1rem solid #b5b6b6;
    padding-bottom: 12px;
    padding-bottom: 1.2rem;
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (min-width: 980px) {
      .p-entry__title {
        font-size: 3rem; } }

.p-footer-nav {
  padding: 0;
  margin: 0 -12px;
  margin: 0 -1.2rem; }
  @media only screen and (min-width: 980px) {
    .p-footer-nav {
      margin: 3rem auto; } }
  .p-footer-nav__items {
    list-style: none;
    padding: 0;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #333; }
    @media only screen and (min-width: 980px) {
      .p-footer-nav__items {
        width: 100%;
        font-size: 14px;
        margin: 0;
        background: none;
        border-top: none;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; } }
    .p-footer-nav__items > li {
      border-bottom: 1px solid #333;
      width: 50%;
      box-sizing: border-box;
      line-height: 1.4;
      position: relative; }
      @media only screen and (min-width: 980px) {
        .p-footer-nav__items > li {
          padding: 0 1em;
          border: none;
          position: relative;
          text-align: center;
          width: auto; } }
      @media only screen and (min-width: 980px) {
        .p-footer-nav__items > li:after {
          height: 1.2em;
          position: absolute;
          right: 0;
          border-right: 2px solid #808080;
          top: 0;
          bottom: 0;
          margin: auto; } }
      @media only screen and (min-width: 980px) {
        .p-footer-nav__items > li:first-child:before {
          height: 1.2em;
          position: absolute;
          left: 0;
          border-left: 2px solid #808080;
          top: 0;
          bottom: 0;
          margin: auto; } }
      .p-footer-nav__items > li:nth-child(odd) {
        border-right: 1px solid #333; }
        @media only screen and (min-width: 980px) {
          .p-footer-nav__items > li:nth-child(odd) {
            border-right: none; } }
      .p-footer-nav__items > li a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: .7em 1.3em .7em .7em;
        display: block;
        color: #333;
        font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 1px;
        letter-spacing: .1rem; }
        @media only screen and (min-width: 980px) {
          .p-footer-nav__items > li a {
            background: none;
            padding-left: 0;
            line-height: 1.2;
            top: 0;
            -ms-transform: translateY(0);
                transform: translateY(0); } }
        .p-footer-nav__items > li a:after {
          font-family: Font Awesome\ 5 Free;
          content: "\f105";
          position: absolute;
          right: .5em;
          top: 50%;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
          font-weight: 900; }
          @media only screen and (min-width: 980px) {
            .p-footer-nav__items > li a:after {
              content: ''; } }
    .p-footer-nav__items_sns {
      border: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      margin: 24px 0;
      margin: 2.4rem 0;
      -ms-flex-pack: center;
          justify-content: center; }
      @media only screen and (min-width: 980px) {
        .p-footer-nav__items_sns {
          margin: 1.2rem 0; } }
      .p-footer-nav__items_sns > li {
        border: none !important;
        text-align: center;
        width: auto; }
        .p-footer-nav__items_sns > li a {
          color: #333; }
          .p-footer-nav__items_sns > li a:after {
            content: none; }
        .p-footer-nav__items_sns > li i {
          font-size: 25px;
          font-size: 2.5rem; }

@media only screen and (min-width: 768px) {
  .p-form {
    max-width: 70rem;
    margin: auto; } }

.p-form__item {
  font-size: 17px;
  font-size: 1.7rem;
  color: #333; }
  @media only screen and (min-width: 567px) {
    .p-form__item label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; } }

@media only screen and (min-width: 567px) {
  .p-form__head {
    width: 40%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    max-width: 20rem;
    margin-right: 1.2rem; } }

@media only screen and (min-width: 567px) {
  .p-form__head + span {
    width: 60%; } }

.p-form__req {
  padding: 5px 8px;
  padding: .5rem .8rem;
  background: #ff5d5d;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 2px;
  letter-spacing: .2rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-left: 1rem;
  border-radius: .4rem; }

.p-form input,
.p-form textarea {
  width: 100%;
  border: 1px solid #999;
  border: .1rem solid #999;
  padding: 4px;
  padding: .4rem;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5px;
  margin-top: .5rem;
  color: #656565; }
  @media only screen and (min-width: 980px) {
    .p-form input,
    .p-form textarea {
      max-width: 100%;
      padding: 0.68571rem 0.8rem;
      margin-top: 0; } }

@media only screen and (min-width: 567px) {
  .p-form input[name="your-name"], .p-form input[name="your-subject"] {
    max-width: 30rem; } }

.p-form .wpcf7-submit {
  display: block;
  width: 100%;
  color: #fff;
  background: #0b0c34;
  padding: 12px;
  padding: 1.2rem;
  border-radius: .7rem; }
  @media only screen and (min-width: 567px) {
    .p-form .wpcf7-submit {
      display: inline-block;
      max-width: 20rem; } }

.p-form span.wpcf7-not-valid-tip {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
  margin-top: 0.5rem; }

@media only screen and (min-width: 567px) {
  .wpcf7-form.invalid .p-form__item label {
    -ms-flex-align: start;
        align-items: flex-start; } }

@media only screen and (min-width: 567px) {
  .wpcf7-form.invalid .p-form__head {
    margin-top: 0.3rem; } }

.p-gallery-entry {
  text-align: center; }
  .p-gallery-entry__list {
    list-style: none;
    padding: 0; }
    @media only screen and (min-width: 980px) {
      .p-gallery-entry__list {
        margin-top: 20px; } }
  .p-gallery-entry__item {
    list-style: none;
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }
    @media only screen and (min-width: 980px) {
      .p-gallery-entry__item {
        border-bottom: none; } }
  .p-gallery-entry__title {
    margin: 10px 0 1.3em;
    margin: 1rem 0 1.3em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #333;
    background: none;
    padding: 0;
    border: 0; }
    .p-gallery-entry__title:before, .p-gallery-entry__title:after {
      display: none; }
    @media only screen and (min-width: 768px) {
      .p-gallery-entry__title {
        font-size: 1.6rem; } }
    .p-gallery-entry__title a {
      color: #333; }
  .p-gallery-entry__th {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5); }
    @media only screen and (min-width: 980px) {
      .p-gallery-entry__th {
        margin-right: 0;
        width: inherit;
        min-width: inherit; } }
    .p-gallery-entry__th:before {
      content: "";
      display: block;
      padding-top: 70%; }
    .p-gallery-entry__th img {
      width: 100%;
      margin: auto;
      position: absolute;
      top: 0;
      left: 50%;
      bottom: 0;
      max-width: 130%;
      transform: translate3d(-50%, 0, 0) scale(1.05);
      transition: all 0.3s cubic-bezier(0.15, 0, 0, 3); }
  .p-gallery-entry a:hover .p-gallery-list__th img {
    transform: translate3d(-50%, 0, 0) scale(1); }
  .p-gallery-entry a:hover .p-gallery-list__th:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .p-gallery-entry a:hover .p-gallery-list__th i {
    color: #d7001d;
    background: rgba(0, 0, 0, 0.8); }

.p-gallery {
  color: #fff; }
  .p-gallery.js-show .p-gallery__single {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .p-gallery.js-show .p-gallery__tbn-wrap {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .p-gallery__header {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .p-gallery__header {
        margin-top: 6rem; } }
    .p-gallery__header hr {
      margin: 10px 0;
      margin: 1rem 0; }
  .p-gallery__title {
    color: #fff;
    background: none;
    padding: 0;
    border: 0;
    margin: 0 auto 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: left; }
    .p-gallery__title:before, .p-gallery__title:after {
      display: none; }
    .p-gallery__title small {
      margin-right: 5px;
      margin-right: .5rem; }
    @media only screen and (min-width: 768px) {
      .p-gallery__title {
        font-size: 2.4rem; } }
  .p-gallery__single {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 1s;
    margin: 30px auto;
    margin: 3rem auto; }
    @media only screen and (min-width: 768px) {
      .p-gallery__single {
        margin: 5rem auto; } }
  .p-gallery__bg-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 58vw;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .p-gallery__bg-img {
        height: 60.5vw;
        max-height: 49.1rem; } }
  .p-gallery__caption {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    padding: 1rem 0;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .p-gallery__caption {
        z-index: 1;
        position: absolute;
        width: 100%;
        bottom: -50%;
        transition: 1s .3s; } }
  .p-gallery .swiper-slide {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition: 1s .3s; }
    .p-gallery .swiper-slide:hover {
      transition: .4s;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .p-gallery .swiper-button-next,
  .p-gallery .swiper-button-prev {
    background-size: 50%; }
  .p-gallery .swiper-button-next {
    right: -1% !important;
    background-image: url("../images/arrow-right-white.svg"); }
    @media only screen and (min-width: 768px) {
      .p-gallery .swiper-button-next {
        right: 0 !important;
        left: auto !important; } }
  .p-gallery .swiper-button-prev {
    left: -1% !important;
    background-image: url("../images/arrow-left-white.svg"); }
    @media only screen and (min-width: 768px) {
      .p-gallery .swiper-button-prev {
        left: 0 !important; } }
  .p-gallery .swiper-slide-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .p-gallery .swiper-slide-active .p-gallery__caption {
      bottom: 0; }
  .p-gallery__btn-wrap {
    position: absolute;
    overflow: visible;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin: auto;
    z-index: 3;
    padding: 0; }
  .p-gallery .swiper-button-prev {
    left: 2%; }
    @media only screen and (min-width: 768px) {
      .p-gallery .swiper-button-prev {
        left: auto;
        right: 95%; } }
  .p-gallery .swiper-button-next {
    right: 2%; }
    @media only screen and (min-width: 768px) {
      .p-gallery .swiper-button-next {
        right: auto;
        left: 95%; } }
  .p-gallery__wrap {
    background-image: url("../images/dj_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 12px 5px;
    padding: 1.2rem 0.5rem;
    position: relative; }
    .p-gallery__wrap:before {
      content: '';
      width: 100%;
      position: absolute;
      height: 100%;
      background-color: rgba(231, 76, 60, 0.31);
      animation: bg-color 10s infinite;
      top: 0;
      left: 0; }
    @media only screen and (min-width: 768px) {
      .p-gallery__wrap {
        padding: 2.4rem 1.2rem; } }

@keyframes bg-color {
  0% {
    background-color: rgba(231, 76, 60, 0.31); }
  20% {
    background-color: rgba(241, 196, 15, 0.31); }
  40% {
    background-color: rgba(26, 188, 156, 0.31); }
  60% {
    background-color: rgba(52, 152, 219, 0.31); }
  80% {
    background-color: rgba(155, 89, 182, 0.31); }
  100% {
    background-color: rgba(231, 76, 60, 0.31); } }
  .p-gallery__tbn-wrap {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 0;
    transition: 1s 1s; }
  .p-gallery__tbn {
    max-width: calc(108rem - 28rem);
    margin: auto; }
    .p-gallery__tbn .swiper-wrapper {
      transform: translate3d(0, 0, 0) !important;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center; }
    .p-gallery__tbn .swiper-slide {
      -ms-flex-positive: 1;
          flex-grow: 1;
      margin: 5px;
      margin: .5rem;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      max-width: 65px;
      max-width: 6.5rem; }
      @media only screen and (min-width: 567px) {
        .p-gallery__tbn .swiper-slide {
          max-width: 10rem; } }
      .p-gallery__tbn .swiper-slide img {
        width: 100%; }

.p-ggbnr {
  margin: 24px 0;
  margin: 2.4rem 0;
  display: block; }
  @media only screen and (min-width: 768px) {
    .p-ggbnr {
      background: url(../images/marc_season1_bg.jpg);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      -ms-flex-align: end;
          align-items: flex-end;
      background-position: center bottom;
      background-size: 140%;
      padding: 1.2rem;
      padding: 2.4rem; } }
  .p-ggbnr__body {
    background: url(../images/marc_season1_bg.jpg);
    background-position: center bottom;
    color: #fff;
    padding: 12px;
    padding: 1.2rem; }
    @media only screen and (min-width: 768px) {
      .p-ggbnr__body {
        background: none;
        padding: 0 1.2rem 0 0;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; } }
    .p-ggbnr__body p {
      text-shadow: 3px 3px 10px #000;
      text-shadow: .3rem .3rem 1rem #000; }
  @media only screen and (min-width: 768px) {
    .p-ggbnr__obj {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      margin-bottom: 11.28rem; } }
  @media only screen and (min-width: 980px) {
    .p-ggbnr__obj {
      width: 120rem; } }
  .p-ggbnr__title {
    margin: 0;
    font-size: 25px;
    font-size: 2.5rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .p-ggbnr__title {
        font-size: 3rem;
        text-align: left; } }
    .p-ggbnr__title small {
      margin-top: .3em;
      display: block;
      font-weight: normal;
      font-size: 17px;
      font-size: 1.7rem; }
      @media only screen and (min-width: 768px) {
        .p-ggbnr__title small {
          font-size: 3.3rem;
          margin-top: 0; } }
  .p-ggbnr__subtitle {
    text-align: center;
    display: block;
    margin: .5em 0; }
    @media only screen and (min-width: 768px) {
      .p-ggbnr__subtitle {
        text-align: left;
        font-size: 2rem;
        margin: 0; } }

.p-goods-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media only screen and (min-width: 980px) {
    .p-goods-item {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 96rem;
      margin: auto; } }
  @media only screen and (min-width: 980px) {
    .p-goods-item__object {
      margin-top: -7%;
      width: 70%; } }
  .p-goods-item__object > .swiper-container {
    margin: 0 -12px;
    margin: 0 -1.2rem; }
  .p-goods-item__object .swiper-slide img {
    border: 1px solid #e8e8e8;
    border: .1rem solid #e8e8e8;
    box-sizing: border-box; }
  .p-goods-item__name {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 12px 0 0;
    margin: 1.2rem 0 0;
    border-bottom: 1px solid #cdcdcd;
    border-bottom: 0.1rem solid #cdcdcd;
    padding-bottom: 12px;
    padding-bottom: 1.2rem; }
    @media only screen and (min-width: 980px) {
      .p-goods-item__name {
        font-size: 2rem; } }
  .p-goods-item__desc {
    color: #8e8e8e;
    border-bottom: 1px solid #cdcdcd;
    border-bottom: 0.1rem solid #cdcdcd;
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
  .p-goods-item__price {
    font-size: 20px;
    font-size: 2rem;
    display: block;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    letter-spacing: 1.5px;
    letter-spacing: .15rem;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #d7001d; }
    @media only screen and (min-width: 980px) {
      .p-goods-item__price {
        font-size: 2rem;
        font-weight: bold; } }
    .p-goods-item__price:before {
      content: '';
      width: 30px;
      width: 3rem;
      height: 3px;
      height: .3rem;
      background: linear-gradient(to right, #1d2088 33.3333%, #eee9e3 33.3333%, #eee9e3 66.6666%, #d7001d 9.9999%);
      display: inline-block;
      margin-right: 10px;
      margin-right: 1rem; }
    .p-goods-item__price small {
      color: #525252;
      font-size: 12px;
      font-size: 1.2rem;
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin-bottom: 4px;
      margin-bottom: 0.4rem;
      letter-spacing: 0;
      font-weight: normal; }
  @media only screen and (min-width: 980px) {
    .p-goods-item__sidebar {
      width: 30%;
      padding-left: 2.4rem;
      box-sizing: border-box; } }
  .p-goods-item__return {
    display: block; }
    @media only screen and (min-width: 980px) {
      .p-goods-item__return {
        width: 100%; } }
  .p-goods-item__submit {
    margin-top: 24px;
    margin-top: 2.4rem;
    width: 100%;
    display: block;
    background: #808080;
    color: #fff;
    padding: 24px;
    padding: 2.4rem;
    border-radius: .5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transition: 300ms; }
    @media only screen and (min-width: 980px) {
      .p-goods-item__submit {
        margin-top: 1.2rem; } }
    .p-goods-item__submit:before {
      content: none; }
    .p-goods-item__submit:hover {
      background-color: #1d2088; }
      .p-goods-item__submit:hover:before {
        content: none; }
    .p-goods-item__submit i {
      font-size: 2em;
      margin-right: 24px;
      margin-right: 2.4rem; }
  @media only screen and (min-width: 980px) {
    .p-goods-item figure img {
      -ms-transform: scale(0.8);
          transform: scale(0.8); } }
  .p-goods-item__thumbs {
    padding: 0 6px;
    padding: 0 0.6rem; }
    @media only screen and (min-width: 980px) {
      .p-goods-item__thumbs {
        margin-top: -10% !important;
        width: 85%;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-right: auto !important; } }
    .p-goods-item__thumbs .swiper-wrapper {
      transform: translate3d(0, 0, 0) !important;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .p-goods-item__thumbs .swiper-slide {
      opacity: .5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      border: 1px solid #cdcdcd;
      border: 0.1rem solid #cdcdcd;
      box-sizing: border-box;
      width: calc(20% - 1.2rem) !important;
      margin: 6px !important;
      margin: 0.6rem !important; }
      @media only screen and (min-width: 980px) {
        .p-goods-item__thumbs .swiper-slide {
          width: calc(16.6666667% - 1.2rem) !important; } }
      .p-goods-item__thumbs .swiper-slide-active {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        border: 2px solid #1d2088;
        border: 0.2rem solid #1d2088; }
      .p-goods-item__thumbs .swiper-slide img {
        border: none; }
  @media only screen and (min-width: 980px) {
    .p-goods-item__aside {
      margin-bottom: 4.8rem; } }
  .p-goods-item .c-badge {
    padding-left: 0; }
  .p-goods-item .swiper-button-next,
  .p-goods-item .swiper-button-prev {
    background-image: none;
    width: 2.2em;
    height: 2.2em;
    margin-top: -12px;
    margin-top: -1.2rem;
    top: 50%; }
    .p-goods-item .swiper-button-next:before,
    .p-goods-item .swiper-button-prev:before {
      content: '';
      width: 1.3em;
      height: 1.3em;
      background-image: url(../images/arrow.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 1; }
      @media only screen and (min-width: 980px) {
        .p-goods-item .swiper-button-next:before,
        .p-goods-item .swiper-button-prev:before {
          width: 2.7rem;
          height: 4.4rem;
          margin-top: -2.2rem;
          top: 50%; } }
    .p-goods-item .swiper-button-next:after,
    .p-goods-item .swiper-button-prev:after {
      content: '';
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 2.2em;
      height: 2.2em;
      border-radius: 100%; }
      @media only screen and (min-width: 980px) {
        .p-goods-item .swiper-button-next:after,
        .p-goods-item .swiper-button-prev:after {
          content: normal; } }
  .p-goods-item .swiper-button-next {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.p-goods {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  counter-reset: num;
  border-bottom: 1px solid #ddd;
  border-bottom: .1rem solid #ddd; }
  .p-goods li {
    border-top: 1px solid #ddd;
    border-top: .1rem solid #ddd;
    padding: 5px 0;
    padding: .5rem 0;
    position: relative;
    width: 100%; }
  li .p-goods__meta:before {
    counter-increment: num;
    content: counter(num);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 1.3em;
    height: 1.3em;
    line-height: 1;
    margin: auto;
    font-size: 20px;
    font-size: 2rem;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    font-weight: bold;
    background: #d7001d;
    color: #fff;
    margin-left: 0;
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    position: absolute;
    left: 0;
    top: 0; }
  .p-goods__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .p-goods__object {
    width: 100px;
    width: 10rem;
    margin-right: 12px;
    margin-right: 1.2rem;
    box-sizing: border-box; }
    .p-goods__object img {
      width: 100%;
      max-width: 700px;
      max-width: 70rem;
      height: auto; }
  .p-goods__meta {
    width: calc(100% - 10rem - 1.2rem);
    text-align: left; }
  .p-goods__name {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 1.3;
    color: #333;
    margin-bottom: 5px;
    margin-bottom: .5rem; }
  .p-goods__price {
    display: block;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    letter-spacing: 1px;
    letter-spacing: .1rem;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333; }
  .p-goods img {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    transition: all 0.3s cubic-bezier(0.15, 0, 0, 1.5); }
  .p-goods a:hover img {
    -ms-transform: scale(0.9);
        transform: scale(0.9); }
  .p-goods_archive {
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    max-width: 900px;
    max-width: 90rem; }
    @media only screen and (min-width: 980px) {
      .p-goods_archive {
        margin: 0 auto; } }
    .p-goods_archive li {
      width: calc(50% - 1.2rem);
      border: none;
      border: 1px solid #ccc;
      border: .1rem solid #ccc;
      box-sizing: border-box;
      margin: 6px;
      margin: 0.6rem;
      overflow: hidden;
      border-radius: 1.5rem; }
      @media only screen and (min-width: 768px) {
        .p-goods_archive li {
          width: calc(33.3333% - 1.2rem); } }
      @media only screen and (min-width: 980px) {
        .p-goods_archive li {
          width: calc(25% - 2.4rem);
          margin: 1.2rem; } }
    .p-goods_archive a {
      display: block;
      padding: 0 6px;
      padding: 0 0.6rem; }
      @media only screen and (min-width: 980px) {
        .p-goods_archive a {
          padding: 0 1.2rem; } }
    .p-goods_archive img {
      max-height: 15em;
      width: auto; }
    .p-goods_archive .c-badge {
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #cdcdcd;
      border-bottom: 0.1rem solid #cdcdcd;
      padding-left: 0;
      padding-bottom: 6px;
      padding-bottom: 0.6rem; }
      @media only screen and (min-width: 980px) {
        .p-goods_archive .c-badge {
          font-size: 1.7rem; } }
  .p-goods_archive .p-goods__name {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    padding-top: 6px;
    padding-top: 0.6rem;
    display: -ms-flexbox;
    display: flex;
    text-align: justify; }
    @media only screen and (min-width: 980px) {
      .p-goods_archive .p-goods__name {
        font-size: 1.5rem; } }
  .p-goods_archive .p-goods__object {
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    border-bottom: 0.1rem solid #cdcdcd;
    display: block;
    margin: 0 auto 6px;
    margin: 0 auto 0.6rem;
    overflow: hidden; }
    .p-goods_archive .p-goods__object img {
      max-width: inherit;
      width: 100%; }
  .p-goods_archive .p-goods__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #db342b;
    position: relative;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    font-weight: 500; }
    @media only screen and (min-width: 980px) {
      .p-goods_archive .p-goods__price {
        font-size: 1.5rem; } }
    .p-goods_archive .p-goods__price:before {
      content: '';
      width: 30px;
      width: 3rem;
      height: 3px;
      height: .3rem;
      background: linear-gradient(to right, #1d2088 33.3333%, #eee9e3 33.3333%, #eee9e3 66.6666%, #d7001d 9.9999%);
      display: inline-block;
      margin-right: 5px;
      margin-right: .5rem; }

.p-index-menu {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .p-index-menu {
      margin-bottom: 20px; } }
  .p-index-menu__body {
    background: #EF8941;
    text-align: center;
    border-radius: 10px;
    position: relative; }
    .p-index-menu__body:after {
      content: '';
      position: absolute;
      border-width: 20px 20px 0 0;
      border-style: solid;
      border-color: transparent #fff;
      right: 10px;
      bottom: 10px;
      transition: 400ms; }
      @media only screen and (min-width: 768px) {
        .p-index-menu__body:after {
          border-width: 30px 30px 0 0;
          right: 20px;
          bottom: 20px; } }
    .p-index-menu__body:hover:after {
      border-color: transparent rgba(255, 255, 255, 0.3); }
  .p-index-menu__object {
    width: 100%;
    max-width: 210px;
    max-height: 210px;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: 400ms;
    box-sizing: border-box;
    border-radius: 100%; }
  .p-index-menu__title {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    padding-bottom: 1em;
    letter-spacing: 2px; }
    @media only screen and (min-width: 768px) {
      .p-index-menu__title {
        font-size: 2.8rem; } }
    .p-index-menu__title small {
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0; }
  .p-index-menu:nth-child(2n) .p-index-menu__body {
    background: #fff23f; }
  .p-index-menu a {
    display: block;
    color: #fff; }
    .p-index-menu a:hover {
      text-decoration: none; }

.p-page-desc {
  padding: 12px;
  padding: 1.2rem; }
  @media only screen and (min-width: 980px) {
    .p-page-desc {
      background: rgba(255, 255, 255, 0.9);
      border: 0.3rem solid #1d2088;
      font-size: 2rem;
      font-weight: bold;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      bottom: 2.4rem;
      right: 60%;
      left: 10%; } }
  .p-page-desc__title {
    font-size: 10px;
    font-size: 1rem;
    border-bottom: 3px solid #000;
    border-bottom: .3rem solid #000;
    padding-bottom: 5px;
    padding-bottom: .5rem;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    letter-spacing: 1px;
    letter-spacing: .1rem; }

.p-page-nav {
  margin: 20px 0 0;
  margin: 2rem 0 0;
  text-align: center; }
  @media only screen and (min-width: 567px) {
    .p-page-nav {
      margin: 5rem 0 0; } }
  .p-page-nav > a, .p-page-nav > span {
    padding: .5em 1em;
    background: rgba(29, 32, 136, 0.5);
    color: #fff;
    transition: 200ms;
    display: inline-block;
    margin: 5px 0;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif; }
    @media only screen and (min-width: 567px) {
      .p-page-nav > a, .p-page-nav > span {
        font-size: 1.6rem; } }
    .p-page-nav > a:hover, .p-page-nav > span:hover {
      background: #1d2088;
      text-decoration: none; }
    .p-page-nav > a.current, .p-page-nav > span.current {
      background: #1d2088; }

.p-page-top {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 9;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 300ms;
  -ms-transform: translate3D(0, 0, 0);
      transform: translate3D(0, 0, 0); }
  @media only screen and (min-width: 768px) {
    .p-page-top {
      right: 15px;
      bottom: 76px; } }
  @media only screen and (min-width: 768px) {
    .p-page-top {
      bottom: 10;
      width: 60px; } }
  .p-page-top a {
    display: block;
    background-position: 0 100px;
    background-position: 0 10rem;
    background-repeat: no-repeat;
    border-radius: 100%;
    transition: 300ms;
    background-image: linear-gradient(to right, rgba(29, 32, 136, 0.5) 33.3333%, rgba(238, 233, 227, 0.5) 33.3333%, rgba(238, 233, 227, 0.5) 66.6666%, rgba(215, 0, 29, 0.5) 9.9999%); }
    .p-page-top a:hover {
      border-radius: 100%;
      background-position: 0; }
  .p-page-top img {
    width: 50px;
    border-radius: 100%;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2); }
    @media only screen and (min-width: 567px) {
      .p-page-top img {
        width: 60%; } }
    @media only screen and (min-width: 768px) {
      .p-page-top img {
        width: 100%; } }
  .p-page-top.is-on {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.p-profile-box {
  padding: 12px;
  padding: 1.2rem; }
  @media only screen and (min-width: 980px) {
    .p-profile-box {
      padding: 2.4rem; } }
  .p-profile-box p {
    line-height: 1.4;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0; }
  .p-profile-box .c-btn {
    font-size: 14px;
    font-size: 1.4rem; }
  @media only screen and (min-width: 980px) {
    .p-profile-box__body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch; } }
  .p-profile-box__img {
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
    @media only screen and (min-width: 980px) {
      .p-profile-box__img {
        margin-bottom: 0;
        width: 80%; } }
  @media only screen and (min-width: 980px) {
    .p-profile-box__content {
      width: 100%;
      padding-left: 2.4rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  .p-profile-box__icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    list-style: none;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 0; }
    @media only screen and (min-width: 567px) {
      .p-profile-box__icons {
        -ms-flex-pack: center;
            justify-content: center; } }
    @media only screen and (min-width: 980px) {
      .p-profile-box__icons {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: start;
            justify-content: flex-start;
        padding: 0;
        margin: 0; } }
    .p-profile-box__icons > li {
      font-size: 30px;
      font-size: 3rem;
      text-align: center;
      line-height: 1; }
      @media only screen and (min-width: 567px) {
        .p-profile-box__icons > li {
          width: auto;
          margin-right: 2.4rem; } }
      @media only screen and (min-width: 980px) {
        .p-profile-box__icons > li {
          margin-right: 1.2rem; } }
    .p-profile-box__icons a {
      position: relative; }
      .p-profile-box__icons a:after {
        content: attr(data-tooltip);
        bottom: -10px;
        bottom: -1rem;
        transition: 300ms;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        margin: auto;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        font-size: 10px;
        font-size: 1rem;
        letter-spacing: 2px;
        letter-spacing: .2rem;
        background-color: #333;
        color: #fff;
        padding: 0 6px;
        padding: 0 0.6rem;
        line-height: 1.6; }
        @media only screen and (min-width: 768px) {
          .p-profile-box__icons a:after {
            font-size: 1rem;
            font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif; } }
      .p-profile-box__icons a:hover .fab {
        transform: translate3d(0, -0.3rem, 0); }
      .p-profile-box__icons a:hover:after {
        bottom: -15px;
        bottom: -1.5rem;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transition: 300ms; }
    .p-profile-box__icons .fab {
      transition: 300ms;
      color: #333; }
    .p-profile-box__icons .fa-ameba:before {
      content: '';
      width: 24px;
      width: 2.4rem;
      height: 24px;
      height: 2.4rem;
      background: url(../images/icon-ameba.svg);
      display: block;
      background-repeat: no-repeat;
      background-size: contain; }
    .p-profile-box__icons a:hover .fa-facebook {
      color: #3b5998; }
    .p-profile-box__icons a:hover .fa-twitter {
      color: #1ea1f3; }
    .p-profile-box__icons a:hover .fa-instagram {
      color: #3b5998; }
    .p-profile-box__icons a:hover .fa-youtube {
      color: #ff0002; }
    .p-profile-box__icons a:hover .fa-soundcloud {
      color: #f76d0e; }
    .p-profile-box__icons a:hover .fa-itunes {
      color: #b179ff; }
    .p-profile-box__icons a:hover .fa-ameba:before {
      content: '';
      width: 24px;
      width: 2.4rem;
      height: 24px;
      height: 2.4rem;
      background: url(../images/icon-ameba_on.svg);
      display: block;
      background-repeat: no-repeat;
      background-size: contain; }

.p-profile {
  position: relative; }
  @media only screen and (min-width: 980px) {
    .p-profile {
      overflow: hidden;
      margin-top: 4.8rem;
      background-size: 100% 100%; } }
  .p-profile__wrap {
    max-width: 1080px;
    max-width: 108rem;
    margin: auto; }
    @media only screen and (min-width: 980px) {
      .p-profile__wrap {
        display: -ms-flexbox;
        display: flex; } }
  @media only screen and (min-width: 768px) {
    .p-profile__image {
      float: left;
      margin-right: 2.4rem; } }
  .p-profile__image img {
    margin: 0 auto;
    width: 100%; }
  .p-profile__name {
    color: #333;
    font-weight: normal; }
    @media only screen and (min-width: 980px) {
      .p-profile__name {
        margin: 0;
        text-align: left; } }
    @media only screen and (min-width: 980px) {
      .p-profile__name {
        margin: 0;
        font-size: 5rem; } }
    .p-profile__name_small {
      display: block;
      font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
      letter-spacing: 2px;
      letter-spacing: .2rem; }
      @media only screen and (min-width: 980px) {
        .p-profile__name_small {
          margin-top: 1.2rem; } }
  .p-profile__body {
    padding: 0 12px;
    padding: 0 1.2rem; }
    @media only screen and (min-width: 768px) {
      .p-profile__body {
        margin-left: auto;
        text-align: justify;
        position: relative;
        z-index: 1; } }
    @media only screen and (min-width: 980px) {
      .p-profile__body {
        width: 80%;
        max-width: 100rem; } }
    @media only screen and (min-width: 768px) {
      .p-profile__body p {
        margin: 2em 0;
        line-height: 2; } }
    .p-profile__body p:last-child {
      margin-bottom: 0; }
  .p-profile_secondary {
    background: none; }
    @media only screen and (min-width: 980px) {
      .p-profile_secondary {
        height: 70rem;
        margin-top: 0; } }
    .p-profile_secondary .p-profile__image {
      top: 0;
      right: 0;
      left: inherit; }
    .p-profile_secondary .p-profile__body {
      margin-left: 0; }
      @media only screen and (min-width: 980px) {
        .p-profile_secondary .p-profile__body {
          text-align: left;
          padding-left: 1.2rem;
          width: 50vw;
          max-width: 60rem; } }
  .p-profile.js-move {
    background-position: left 100vw center; }
    .p-profile.js-move.is-move {
      background-position: center;
      transition: .8s; }

.p-project-item {
  color: #fff;
  transition: 200ms;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 980px) {
    .p-project-item:nth-child(2) {
      transition: 500ms 300ms; } }
  @media only screen and (min-width: 980px) {
    .p-project-item:nth-child(3) {
      transition: 500ms 450ms; } }
  @media only screen and (min-width: 980px) {
    .p-project-item:nth-child(4) {
      transition: 500ms 600ms; } }
  @media only screen and (min-width: 980px) {
    .p-project-item {
      width: 50%; } }
  .p-project-item__target {
    color: #fff;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      .p-project-item__target {
        display: -ms-flexbox;
        display: flex; } }
    .p-project-item__target:hover {
      text-decoration: none; }
  .p-project-item__object {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .p-project-item__object {
        width: 50%; } }
    @media only screen and (min-width: 980px) {
      .p-project-item__object {
        margin-right: 0;
        width: inherit;
        min-width: inherit;
        -ms-flex: 1.5 1 0px;
            flex: 1.5 1 0; } }
    .p-project-item__object:before {
      content: "";
      display: block;
      padding-top: 50%; }
    .p-project-item__object:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 0; }
    .p-project-item__object img {
      width: 130%;
      margin: auto;
      position: absolute;
      top: 0;
      left: 50%;
      bottom: 0;
      max-width: 130%;
      transform: translate3d(-50%, 0, 0);
      transition: all 0.3s cubic-bezier(0.15, 0, 0, 1.5); }
  .p-project-item__body {
    padding: 10px;
    box-sizing: border-box;
    transition: 200ms;
    background: #fff23f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: cener;
        align-items: cener;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .p-project-item__body {
        -ms-flex-flow: column;
            flex-flow: column;
        width: 50%;
        padding: 2.4rem; } }
    .p-project-item__body:before {
      content: '';
      position: absolute;
      border-top: 10pxrem solid rgba(0, 0, 0, 0);
      border-top: 1remrem solid rgba(0, 0, 0, 0);
      border-right: 6px solid rgba(0, 0, 0, 0);
      border-right: 0.6rem solid rgba(0, 0, 0, 0);
      border-left: 6px solid rgba(0, 0, 0, 0);
      border-left: 0.6rem solid rgba(0, 0, 0, 0);
      border-bottom: 10px solid #fff23f;
      border-bottom: 1rem solid #fff23f;
      top: -10px;
      top: -1rem;
      left: 50%; }
      @media only screen and (min-width: 768px) {
        .p-project-item__body:before {
          top: 50%;
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
          border-width: 1rem 1rem 1.5rem;
          right: inherit;
          width: 0rem;
          margin: auto;
          left: -1.7rem; } }
      @media only screen and (min-width: 980px) {
        .p-project-item__body:before {
          top: 50%;
          left: -1.7rem;
          right: inherit;
          -ms-transform: rotate(270deg);
              transform: rotate(270deg); } }
    .p-project-item__body > * {
      color: #000; }
  .p-project-item__desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1; }
    @media only screen and (min-width: 980px) {
      .p-project-item__desc {
        font-size: 1.3rem;
        transition: 500ms;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
  .p-project-item__title {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .p-project-item__title {
        font-size: 1.8rem; } }
    .p-project-item__title:before, .p-project-item__title:after {
      content: none; }
  .p-project-item__cap {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    margin-top: 5px;
    margin-top: .5rem;
    text-transform: uppercase; }
    .p-project-item__cap_ja {
      font-family: "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif; }
  .p-project-item__subtitle {
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    letter-spacing: 1px;
    letter-spacing: .1rem;
    font-weight: bold; }
  .p-project-item__more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 10px;
    font-size: 1rem;
    position: relative;
    z-index: 0;
    padding-right: 20px;
    padding-right: 2rem; }
    @media only screen and (min-width: 768px) {
      .p-project-item__more {
        display: block;
        text-align: right; } }
    .p-project-item__more:after {
      font-family: Font Awesome\ 5 Free;
      content: "\f105";
      display: -ms-flexbox;
      display: flex;
      top: 50%;
      right: 0;
      transform: translate3d(0, -50%, 0);
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      text-align: center;
      text-transform: none;
      line-height: 1;
      font-size: 10px;
      font-size: 1rem;
      position: absolute;
      right: .5em;
      transition: all 0.3s cubic-bezier(0.15, 0, 0, 3); }
  @media only screen and (min-width: 768px) {
    .p-project-item:nth-child(2n) .p-project-item__target {
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse; } }
  @media only screen and (min-width: 980px) {
    .p-project-item:nth-child(2n) .p-project-item__target {
      -ms-flex-flow: row;
          flex-flow: row; } }
  @media only screen and (min-width: 768px) {
    .p-project-item:nth-child(2n) .p-project-item__body:before {
      right: -1.7rem;
      left: inherit;
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); } }
  @media only screen and (min-width: 980px) {
    .p-project-item:nth-child(2n) .p-project-item__body:before {
      top: 50%;
      left: -1.7rem;
      right: inherit;
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); } }
  @media only screen and (min-width: 980px) {
    .p-project-item:nth-child(4n-1) .p-project-item__target, .p-project-item:nth-child(4n) .p-project-item__target {
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse; } }
  @media only screen and (min-width: 980px) {
    .p-project-item:nth-child(4n-1) .p-project-item__body:before, .p-project-item:nth-child(4n) .p-project-item__body:before {
      top: 50%;
      right: -1.7rem;
      left: inherit;
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); } }
  @media only screen and (min-width: 980px) {
    .p-project-item__target:hover .p-project-item__desc {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
  .p-project-item__target:hover .p-project-item__object img {
    width: 110%; }
  .p-project-item.js-move {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 800ms; }
    @media only screen and (min-width: 980px) {
      .p-project-item.js-move .p-project-item__object {
        -ms-transform: translate3D(0, 8rem, 0);
            transform: translate3D(0, 8rem, 0); } }
    @media only screen and (min-width: 980px) {
      .p-project-item.js-move .p-project-item__body {
        -ms-transform: translate3D(0, 10rem, 0);
            transform: translate3D(0, 10rem, 0); } }
    .p-project-item.js-move:nth-child(odd) {
      -ms-transform: translate3D(-5rem, 0, 0);
          transform: translate3D(-5rem, 0, 0); }
      @media only screen and (min-width: 980px) {
        .p-project-item.js-move:nth-child(odd) {
          -ms-transform: translate3D(0, 20%, 0);
              transform: translate3D(0, 20%, 0); } }
    .p-project-item.js-move:nth-child(even) {
      -ms-transform: translate3D(5rem, 0, 0);
          transform: translate3D(5rem, 0, 0); }
      @media only screen and (min-width: 980px) {
        .p-project-item.js-move:nth-child(even) {
          -ms-transform: translate3D(0, 20%, 0);
              transform: translate3D(0, 20%, 0); } }
    @media only screen and (min-width: 980px) {
      .p-project-item.js-move:before {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 242, 63, 0.9);
        z-index: 0;
        /* top: 100%; */
        transition: 500ms;
        z-index: 1; } }
    @media only screen and (min-width: 980px) {
      .p-project-item.js-move:nth-child(3):before, .p-project-item.js-move:nth-child(4):before {
        left: inherit;
        right: 0; } }
    @media only screen and (min-width: 980px) {
      .p-project-item.js-move:nth-child(1):before {
        transition: 500ms 350ms; } }
    @media only screen and (min-width: 980px) {
      .p-project-item.js-move:nth-child(2):before {
        transition: 500ms 700ms; } }
    @media only screen and (min-width: 980px) {
      .p-project-item.js-move:nth-child(3):before {
        transition: 500ms 1050ms; } }
    @media only screen and (min-width: 980px) {
      .p-project-item.js-move:nth-child(4):before {
        transition: 500ms 1400ms; } }
    .p-project-item.js-move.is-move {
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .p-project-item.js-move.is-move.p-project-item:before {
        -ms-transform: translate3D(0, 100%, 0);
            transform: translate3D(0, 100%, 0); }
      .p-project-item.js-move.is-move .p-project-item__object,
      .p-project-item.js-move.is-move .p-project-item__body {
        -ms-transform: translate3D(0, 0, 0);
            transform: translate3D(0, 0, 0); }

.p-ranking__list {
  padding: 0;
  counter-reset: num;
  margin: 0; }

.p-ranking__item {
  position: relative;
  display: block; }
  .p-ranking__item:before {
    counter-increment: num;
    content: counter(num);
    width: 1em;
    position: absolute;
    top: 15%;
    right: 0;
    left: 0;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #fff;
    z-index: 1;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    font-weight: bold; }
  .p-ranking__item:after {
    content: '';
    height: 4px;
    height: .4rem;
    width: 3em;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 20%;
    transition: 300ms;
    background: linear-gradient(to right, #1d2088 33.3333%, #eee9e3 33.3333%, #eee9e3 66.6666%, #d7001d 9.9999%);
    transform: translate3d(0, 3rem, 0); }

.p-ranking__object {
  display: block; }
  .p-ranking__object img {
    display: block; }
  .p-ranking__object:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: 300ms; }

.p-ranking__title {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  position: absolute;
  top: 10%;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px;
  padding: 1.2rem;
  box-sizing: border-box; }
  .p-ranking__title:before {
    content: none; }

.p-ranking__time {
  margin: auto;
  color: #fff;
  background: #fff;
  position: absolute;
  bottom: 20%;
  right: 0;
  left: 0;
  z-index: 0;
  text-align: center;
  font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  background: rgba(0, 0, 0, 0.7);
  width: 50%;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  font-size: 12px;
  font-size: 1.2rem; }

a:hover .p-ranking__object:before {
  content: '';
  background: rgba(0, 0, 0, 0.3); }

.p-ranking__pagination {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: static;
  margin-top: 10px;
  margin-top: 1rem; }

.p-ranking .swiper-pagination-bullet {
  margin: 0 3px;
  margin: 0 0.3rem; }
  .p-ranking .swiper-pagination-bullet-active {
    background: #d7001d; }

.p-sidebar {
  margin-top: 24px;
  margin-top: 2.4rem; }
  .p-sidebar__item + .p-sidebar__item {
    margin-top: 60px;
    margin-top: 6rem; }
  .p-sidebar__title {
    padding: 10px;
    margin-bottom: 0;
    background: #333;
    color: #fff;
    font-weight: normal; }
  .p-sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .p-sidebar ul li > a {
      display: block;
      border-bottom: 1px solid #ddd;
      padding: 12px 1.5em 12px 1.4em;
      padding: 1.2rem 1.5em 1.2rem 1.4em;
      color: #333;
      position: relative;
      line-height: 1.7;
      transition: 200ms;
      font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
      font-weight: 500; }
      @media only screen and (min-width: 980px) {
        .p-sidebar ul li > a {
          font-size: 1.9rem; } }
      .p-sidebar ul li > a:before {
        content: '';
        margin: auto;
        width: 1em;
        height: 1em;
        background-color: #d7001d;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-radius: 10rem;
        transition: 200ms; }
      .p-sidebar ul li > a:hover {
        text-decoration: none; }
        .p-sidebar ul li > a:hover:before {
          background-color: #1d2088; }
    .p-sidebar ul li.current_page_item a {
      background: rgba(239, 137, 65, 0.1); }
    .p-sidebar ul li time {
      color: #777; }
  .p-sidebar select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: rgba(238, 233, 227, 0.8);
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    padding: 10px;
    padding: 1rem;
    box-sizing: border-box; }

.p-sitemap:after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (min-width: 980px) {
  .p-sitemap {
    padding: 0;
    text-indent: 1.5em; } }

.p-sitemap li {
  position: relative;
  list-style: none; }
  .p-sitemap li:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f105";
    position: absolute;
    left: -1em;
    font-weight: 900; }
  .p-sitemap li a:hover {
    text-decoration: underline; }

.p-sitemap ul:after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (min-width: 980px) {
  .p-sitemap > li {
    font-size: 1.7rem;
    line-height: 2.1;
    clear: both;
    border-bottom: 1px solid #c5c5c5;
    padding: 1em 0; } }

.p-sitemap ul {
  margin-top: 0; }
  @media only screen and (min-width: 980px) {
    .p-sitemap ul > li {
      float: left;
      width: 50%;
      line-height: 1.5;
      font-size: 1.5rem; } }

.p-sitemap a {
  text-decoration: none;
  color: #444; }

.p-slider {
  position: relative; }
  .p-slider__inner {
    position: relative;
    z-index: 0;
    height: 100vw !important;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
    box-shadow: 0 1rem 5rem 3rem #fff; }
    @media only screen and (min-width: 980px) {
      .p-slider__inner {
        box-shadow: none;
        height: 50vw !important; } }
  @media only screen and (min-width: 980px) {
    .p-slider__content {
      height: 50vw !important;
      position: absolute;
      top: -2.4rem;
      width: 100%;
      position: absolute;
      z-index: 0; } }
  .p-slider .vegas-slide {
    width: 100%;
    height: calc( 100% - 4.8rem);
    margin: 48px auto 0;
    margin: 4.8rem auto 0; }
    @media only screen and (min-width: 980px) {
      .p-slider .vegas-slide {
        width: calc( 100% - 9.6rem);
        height: calc( 100% - 9.6rem);
        margin: 7.2rem auto 0; } }
  .p-slider .vegas-timer {
    height: 5px;
    height: .5rem;
    width: calc(100vw - 4.8rem) !important;
    z-index: 3;
    bottom: 0;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    right: 5px;
    right: .5rem;
    left: inherit;
    -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    background-color: rgba(0, 0, 0, 0.2); }
    @media only screen and (min-width: 980px) {
      .p-slider .vegas-timer {
        right: 5.3rem;
        height: .5rem;
        width: calc(50vw - 9.6rem) !important;
        bottom: 2.4rem; } }
  .p-slider .vegas-timer-progress {
    background-color: #333; }
  .p-slider .vegas-slide-inner {
    transition: 10000ms;
    -ms-transform: scale(1.1);
        transform: scale(1.1); }
    @media only screen and (min-width: 980px) {
      .p-slider .vegas-slide-inner {
        -ms-transform: scale(1.05);
            transform: scale(1.05); } }
  .p-slider .vegas-transition-moveleft {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .p-slider .vegas-transition-moveleft-in {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .p-slider .vegas-transition-moveleft-in .vegas-slide-inner {
      transform: scale(1.1) translate3d(-1rem, 0, 0); }
      @media only screen and (min-width: 980px) {
        .p-slider .vegas-transition-moveleft-in .vegas-slide-inner {
          transform: scale(1.05) translate3d(-2rem, 0, 0); } }
  .p-slider .vegas-transition-moveleft-out {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.p-sns {
  text-align: center;
  margin: 20px 0;
  margin: 2rem 0; }
  @media only screen and (min-width: 980px) {
    .p-sns {
      margin: 1.5em 0; } }
  .p-sns__item {
    display: inline-block;
    text-align: center;
    width: 25%;
    max-width: 105px; }
    @media only screen and (min-width: 768px) {
      .p-sns__item {
        width: 30%;
        font-size: 1.3rem; } }
    .p-sns__item img {
      height: 2em;
      display: block;
      text-align: center;
      margin: auto; }
  .p-sns p {
    margin-top: .5em; }

.p-table-scroll {
  overflow-x: auto; }
  .p-table-scroll .c-table {
    width: auto; }
    @media only screen and (min-width: 980px) {
      .p-table-scroll .c-table {
        width: 100%; } }
    .p-table-scroll .c-table thead th, .p-table-scroll .c-table thead td, .p-table-scroll .c-table tbody th, .p-table-scroll .c-table tbody td {
      white-space: nowrap;
      display: table-cell; }

.p-time-table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  width: 100%;
  table-layout: fixed;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  border-top: 1px solid #d8c900;
  border-left: 1px solid #d8c900;
  margin-bottom: 1.5em;
  background: #fff;
  width: 100%; }
  .p-time-table th {
    padding: 0;
    border-bottom: 1px solid #d8c900;
    border-right: 1px solid #d8c900;
    display: block;
    text-align: center;
    box-sizing: border-box;
    background: white; }
  .p-time-table td {
    border-bottom: 1px solid #d8c900;
    border-right: 1px solid #d8c900;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #333;
    background: #fff; }
    .p-time-table td.normal {
      font-weight: normal; }
  .p-time-table th, .p-time-table td {
    display: table-cell;
    border: 1px solid #d8c900;
    padding: 10px 0;
    padding: 1rem 0; }
  .p-time-table th:first-child {
    width: 80px; }
  .p-time-table thead {
    display: table-header-group; }
    .p-time-table thead tr th {
      text-align: center;
      background: #fff23f;
      color: #fff;
      padding-left: 0;
      padding-right: 0; }

.p-title {
  font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  color: #333;
  border: none;
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 3px;
  letter-spacing: .3rem; }
  @media only screen and (min-width: 768px) {
    .p-title {
      font-size: 4rem;
      text-align: left; } }
  .p-title span {
    display: inline-block;
    transform: translate3d(0, 1em, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .p-title span:nth-child(1) {
      transition: 300ms 100ms; }
    .p-title span:nth-child(2) {
      transition: 300ms 200ms; }
    .p-title span:nth-child(3) {
      transition: 300ms 300ms; }
    .p-title span:nth-child(4) {
      transition: 300ms 400ms; }
    .p-title span:nth-child(5) {
      transition: 300ms 500ms; }
    .p-title span:nth-child(6) {
      transition: 300ms 600ms; }
    .p-title span:nth-child(7) {
      transition: 300ms 700ms; }
    .p-title span:nth-child(8) {
      transition: 300ms 800ms; }
    .p-title span:nth-child(9) {
      transition: 300ms 900ms; }
    .p-title span:nth-child(10) {
      transition: 300ms 1000ms; }
    .p-title span:nth-child(11) {
      transition: 300ms 1100ms; }
    .p-title span:nth-child(12) {
      transition: 300ms 1200ms; }
    .p-title span:nth-child(13) {
      transition: 300ms 1300ms; }
    .p-title span:nth-child(14) {
      transition: 300ms 1400ms; }
    .p-title span:nth-child(15) {
      transition: 300ms 1500ms; }
  .p-title.is-move span {
    -ms-transform: translate3D(0, 0, 0);
        transform: translate3D(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .p-title__cap {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    font-family: "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    margin-top: 10px;
    margin-top: 1rem; }
    @media only screen and (min-width: 768px) {
      .p-title__cap {
        display: inline-block;
        margin-left: 2.4rem;
        letter-spacing: 0; } }
  .p-title_small {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 980px) {
      .p-title_small {
        font-size: 3rem;
        text-align: center; } }
    .p-title_small small {
      font-size: 17px;
      font-size: 1.7rem;
      display: block;
      letter-spacing: 2px;
      letter-spacing: 0.2rem;
      margin-bottom: 5px;
      margin-bottom: 0.5rem; }

.p-top-profile {
  background-image: url(../images/profile-bg.jpg);
  background-size: cover;
  padding-bottom: 50px;
  padding-bottom: 5rem;
  background-position: center; }
  .p-top-profile__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    @media only screen and (min-width: 980px) {
      .p-top-profile__body {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .p-top-profile__title {
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    margin-bottom: 5px;
    margin-bottom: .5rem;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 0; }
    @media only screen and (min-width: 980px) {
      .p-top-profile__title {
        margin-top: 0; } }
    .p-top-profile__title + p {
      margin-top: 0; }
    .p-top-profile__title:before, .p-top-profile__title:after {
      content: none; }
  @media only screen and (min-width: 980px) {
    .p-top-profile__left {
      width: 60%;
      padding-right: 2.4rem;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media only screen and (min-width: 980px) {
    .p-top-profile__right {
      width: 40%; } }
  .p-top-profile__object {
    display: block;
    width: 80%;
    box-shadow: 3rem 3rem 1rem 0 rgba(0, 0, 0, 0.1);
    margin: auto; }
    .p-top-profile__object_left {
      margin-left: auto;
      margin-right: 0; }
  .p-top-profile__object + .p-top-profile__object {
    margin-top: 24px;
    margin-top: 2.4rem; }
  @media only screen and (min-width: 980px) {
    .p-top-profile .c-btn {
      margin: 0; } }

.p-topics {
  padding: 0 24px;
  padding: 0 2.4rem;
  box-sizing: border-box;
  margin-top: -50px;
  margin-top: -5rem;
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 980px) {
    .p-topics {
      padding: 0 4.8rem;
      margin: 0;
      position: absolute;
      bottom: 3.6rem;
      right: 1.2rem;
      z-index: 5;
      width: 50rem; } }
  .p-topics__card {
    margin: auto auto -24px;
    margin: auto auto -2.4rem;
    padding: 12px;
    padding: 1.2rem;
    min-height: 120px;
    min-height: 12rem;
    max-width: 450px;
    max-width: 45rem;
    background: rgba(248, 248, 248, 0.9);
    position: relative;
    z-index: 1;
    transform: translate3d(0, -2rem, 0); }
    @media only screen and (min-width: 768px) {
      .p-topics__card {
        top: auto;
        min-height: inherit; } }
    @media only screen and (min-width: 980px) {
      .p-topics__card {
        display: -ms-flexbox;
        display: flex;
        transform: translate3d(0, 0, 0); } }
  .p-topics__headline {
    position: absolute;
    background: #1d2088;
    top: -12px;
    top: -1.2rem;
    left: -12px;
    left: -1.2rem;
    padding: 8px 24px;
    padding: 0.8rem 2.4rem;
    color: #fff;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    letter-spacing: 2px;
    letter-spacing: .2rem; }
    .p-topics__headline:before {
      content: '';
      border-top: 10px solid transparent;
      border-top: 1rem solid transparent;
      border-right: 10px solid #1d2088;
      border-right: 1rem solid #1d2088;
      border-bottom: 10px solid transparent;
      border-bottom: 1rem solid transparent;
      border-left: 10px solid transparent;
      border-left: 1rem solid transparent;
      position: absolute;
      bottom: -10px;
      bottom: -1rem;
      right: 24px;
      right: 2.4rem; }
  .p-topics__more {
    color: #333;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    width: auto;
    margin-right: 24px;
    margin-right: 2.4rem;
    white-space: nowrap;
    width: 5em;
    display: block;
    margin-left: auto;
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (min-width: 980px) {
      .p-topics__more {
        margin-right: 4.8rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end; } }
    .p-topics__more:after {
      font-family: Font Awesome\ 5 Free;
      content: "\f105";
      position: absolute;
      right: -1em;
      font-weight: 900;
      bottom: -1px;
      bottom: -.1rem; }
  .p-topics__body {
    width: auto;
    margin-top: 12px;
    margin-top: 1.2rem;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .p-topics__body {
        margin-top: 0; } }
  .p-topics__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .p-topics__time {
    margin: 0 10px 0 0;
    margin: 0 1rem 0 0;
    font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    letter-spacing: .2rem;
    margin-left: 5px;
    margin-left: .5rem; }
  .p-topics__title {
    margin: 5px 0 0;
    margin: .5rem 0 0;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%; }
    .p-topics__title a {
      color: #333; }
  .p-topics__label + .p-topics__label {
    margin-left: 5px;
    margin-left: .5rem; }
  .p-topics.js-move {
    transform: translate3d(0, -5rem, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 800ms 200ms ease; }
  .p-topics.is-move {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

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

.u-hidden-small {
  display: block; }
  @media only screen and (min-width: 567px) {
    .u-hidden-small {
      display: none; } }

.u-hidden-medium {
  display: block; }
  @media only screen and (min-width: 768px) {
    .u-hidden-medium {
      display: none; } }

.u-hidden-large {
  display: block; }
  @media only screen and (min-width: 980px) {
    .u-hidden-large {
      display: none !important; } }

/*! Lity - v1.6.4 - 2016-03-16
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.lity.lity-closed {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.u-m-none {
  margin: 0; }

.u-mt-none {
  margin-top: 0; }

.u-mt-xsmall {
  margin-top: 15px; }

.u-mt-small {
  margin-top: 20px; }

.u-mt-medium {
  margin-top: 30px; }

.u-mt-large {
  margin-top: 40px; }

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

.u-mr-xsmall {
  margin-right: 15px; }

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

.u-mr-medium {
  margin-right: 30px; }

.u-mr-large {
  margin-right: 40px; }

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

.u-mb-xsmall {
  margin-bottom: 5px; }

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

.u-mb-medium {
  margin-bottom: 30px; }

.u-mb-large {
  margin-bottom: 40px; }

.u-mb-xlarge {
  margin-bottom: 50px; }

.u-text-base {
  font-size: 15px;
  font-size: 1.5rem; }

.u-text-normal {
  font-weight: normal; }

.u-text-xsmall {
  font-size: 10px;
  font-size: 1.0rem; }

.u-text-small {
  font-size: 12px;
  font-size: 1.2rem; }

.u-text-medium {
  font-size: 17px;
  font-size: 1.7rem; }

.u-text-large {
  font-size: 24px;
  font-size: 2.4rem; }

.u-text-xlarge {
  font-size: 27px;
  font-size: 2.7rem; }

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

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

.u-text-primary {
  color: #1d2088; }

.u-text-hot {
  color: #d7001d; }

.u-text-inlineblock {
  display: inline-block;
  margin: 0 1em; }

.u-text-en {
  font-family: "Dosis", "Helvetica Neue", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif; }

.u-text-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.u-text-bold {
  font-weight: bold; }

.u-visible-small {
  display: none; }
  @media only screen and (min-width: 567px) {
    .u-visible-small {
      display: block; } }

.u-visible-medium {
  display: none; }
  @media only screen and (min-width: 768px) {
    .u-visible-medium {
      display: block; } }

.u-visible-large {
  display: none; }
  @media only screen and (min-width: 980px) {
    .u-visible-large {
      display: block; } }
  @media only screen and (min-width: 980px) {
    .u-visible-large_inline {
      display: inline-block; } }
