@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 1 */
      -ms-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,kbd,pre,samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,html input[type="button"],input[type="reset"],input[type="submit"] {
  /* 2 */
  cursor: pointer;

  -webkit-appearance: button;
  /* 3 */
}

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  /* 1 */
  box-sizing: content-box;

  -webkit-appearance: textfield;
  /* 2 */
}

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  /* 1 */
  padding: 0;
  border: 0;
  /* 2 */
}

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

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

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

td,th {
  padding: 0;
}

/* SASS変数 */
/* @media queries */
/* ブレークポイント */
main,section,article,div {
  box-sizing: border-box;
}

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

@media only screen and (min-width: 992px) {
  .sp-only {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .pc-only {
    display: none !important;
  }
}

.fluid-container {
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
}

.row {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}

.col,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col-xs-12,.col-xs-11,.col-xs-10,.col-xs-9,.col-xs-8,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1 {
  float: left;
  box-sizing: border-box;
  width: 100%;
}

/* Column sizes with no breakpoints */
.col-11 {
  width: 91.667%;
}

.col-10 {
  width: 83.333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.667%;
}

.col-7 {
  width: 58.333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.667%;
}

.col-4 {
  width: 33.33%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.667%;
}

.col-1 {
  width: 8.333%;
}

/* Column sizes for extra small (480px) breakpoint */
@media only screen and (min-width: 480px) {
  .col-xs-11 {
    width: 91.667%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-10 {
    width: 83.333%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-8 {
    width: 66.667%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-7 {
    width: 58.333%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-5 {
    width: 41.667%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-4 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-2 {
    width: 16.667%;
  }
}

@media only screen and (min-width: 480px) {
  .col-xs-1 {
    width: 8.333%;
  }
}

/* Column sizes for small (768px) breakpoint */
@media only screen and (min-width: 768px) {
  .col-sm-11 {
    width: 91.667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-10 {
    width: 83.333%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-8 {
    width: 66.667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-7 {
    width: 58.333%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-5 {
    width: 41.667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-4 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-2 {
    width: 16.667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-1 {
    width: 8.333%;
  }
}

/* Column sizes for medium (992px) breakpoint */
@media only screen and (min-width: 992px) {
  .col-md-11 {
    width: 91.667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-10 {
    width: 83.333%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-8 {
    width: 66.667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-7 {
    width: 58.333%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-5 {
    width: 41.667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-4 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-2 {
    width: 16.667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-1 {
    width: 8.333%;
  }
}

/* Column sizes for medium (992px) breakpoint */
@media only screen and (min-width: 1200px) {
  .col-lg-11 {
    width: 91.667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-10 {
    width: 83.333%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-8 {
    width: 66.667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-7 {
    width: 58.333%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-5 {
    width: 41.667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-4 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-2 {
    width: 16.667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.333%;
  }
}

html {
  font-size: 16px;
}

/* Default text when other styles don't apply */
body {
  color: #333;
  text-shadow: none;
  font-weight: 400;
  font-size: 1em;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
  Verdana, sans-serif;
  line-height: 1.2;
}

/* Default paragraph styling */
p {
  letter-spacing: .125em;
}

/* Link styling */
a {
  text-decoration: none;
}

/* Global Navigation Menu */
nav.global {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, .7);
  font-weight: 700;
}
nav.global .nav-container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.global ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.global ul.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          justify-content: flex-end;
  padding-right: 100px;
  padding-left: 20px;
  width: 100%;
  line-height: 60px;

  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
}
nav.global ul.top-bar li {
  display: none;
}
nav.global ul.top-bar li.logo {
  display: inline-block;
          flex-grow: 1;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}
nav.global ul.top-bar li.logo a {
  display: inline-block;
}
nav.global ul.top-bar li.logo img {
  vertical-align: middle;
}
nav.global .bottom-bar {
  overflow: hidden;
  height: 0;
}
nav.global .bottom-bar.active {
  height: auto;
}
nav.global ul.nav-list {
  display: block;
  width: 100vw;
  height: 100vh;
  background: #333;
          transition:         transform 300ms ease-out;
          transform: translateX(100vw);

  -webkit-transform: translateX(100vw);
      -ms-transform: translateX(100vw);
  -webkit-transition: -webkit-transform 300ms ease-out;
}
nav.global ul.nav-list.active {
          transform: translateX(0);

  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
}
nav.global ul.nav-list li {
  position: relative;
}
nav.global ul.nav-list li a {
  display: block;
  padding-left: 2em;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  line-height: 3;
          transition: opacity 100ms ease-out;

  -webkit-transition: opacity 100ms ease-out;
}
nav.global ul.nav-list li a:after {
  content: ">";
  display: inline-block;
  float: right;
  margin-right: 1em;
}
nav.global ul.nav-list li a:hover {
  background: #fff;
  opacity: .6;
}
nav.global .nav-mobile {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, .7);
}
nav.global #nav-toggle {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 10px 0 0 0;
  text-align: center;
  cursor: pointer;
}
nav.global #nav-toggle p {
  position: relative;
  top: 5px;
  left: -5px;
  color: #fff;
  font-size: .8125em;
}
nav.global #nav-toggle span,nav.global #nav-toggle span:before,nav.global #nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer;
          transition: all 300ms ease-in-out;

  -webkit-transition: all 300ms ease-in-out;
}
nav.global #nav-toggle span:before {
  top: -10px;
}
nav.global #nav-toggle span:after {
  bottom: -10px;
}
nav.global #nav-toggle.active span {
  background-color: transparent;
}
nav.global #nav-toggle.active span:before,nav.global #nav-toggle.active span:after {
  top: 0;
}
nav.global #nav-toggle.active span:before {
          transform: rotate(45deg);

  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
}
nav.global #nav-toggle.active span:after {
          transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  nav.global {
    height: 90px;
  }
  nav.global .nav-mobile {
    display: none;
  }
  nav.global ul.top-bar {
    padding-right: 0;
    line-height: 50px;
  }
  nav.global ul.top-bar li {
    display: inline-block;
    margin: 0 10px;
    font-size: .6875em;
  }
  nav.global ul.top-bar li a {
    color: #fff;
  }
  nav.global ul.top-bar li a:before {
    content: "▶";
    padding-right: 3px;
    color: #aaa;
    font-size: .5em;
  }
  nav.global ul.top-bar li a:hover {
    color: rgba(255, 255, 255, .5);
  }
  nav.global ul.top-bar li.logo {
            flex-grow: 1;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
  }
  nav.global ul.top-bar li.logo a {
    display: inline-block;
  }
  nav.global ul.top-bar li.logo img {
    vertical-align: middle;
  }
  nav.global ul.top-bar li.brand {
    max-width: 110px;
  }
  nav.global ul.top-bar li.brand a {
    display: inline-block;
  }
  nav.global ul.top-bar li.brand img {
    margin-top: -3px;
    vertical-align: middle;
  }
  nav.global ul.top-bar li.logo a:before,nav.global ul.top-bar li.brand a:before {
    content: "";
    padding: 0;
  }
  nav.global .bottom-bar {
    display: block;
    height: 40px;
    background: #fff;
  }
  nav.global ul.nav-list {
    position: static;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;
    float: right;
            align-items: center;
            justify-content: flex-end;
    padding: 0 1em;
    width: 100%;
    height: 40px;
    background: none;
    font-size: .8725em;
            transition: none;
            transform: none;

    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -webkit-transform: none;
        -ms-transform: none;
    -webkit-transition: none;
  }
  nav.global ul.nav-list li {
    min-width: 12.5%;
    border-right: 1px dotted #333;
    text-align: center;
    font-size: .875em;
  }
  nav.global ul.nav-list li a {
    padding: 0;
    border: none;
    color: #333;
    line-height: 1;
  }
  nav.global ul.nav-list li a:after {
    content: "";
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  nav.global {
    height: 90px;
  }
  nav.global .nav-container {
    width: 992px;
  }
  nav.global ul.top-bar {
    padding-left: 0;
    line-height: 50px;
  }
  nav.global ul.nav-list {
    padding: 0;
    font-size: 1em;
  }
}

nav.breadcrumb {
  margin: 1rem 0;
}
nav.breadcrumb a {
  color: #fff;
  letter-spacing: .125em;
  font-weight: 700;
  font-size: .6875em;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
  Verdana, sans-serif;
}

nav.floatingFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  background: #edbb5c;
  font-size: .8125em;
}
nav.floatingFooter ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          align-items: center;
          flex-wrap: wrap;
          justify-content: center;
  width: 100%;
  list-style: none;

  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  -webkit-justify-content: center;
}
nav.floatingFooter ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  border: 1px solid #fff;
  border-left: none;
  text-align: center;
}
nav.floatingFooter ul li:first-child {
  border-left: 1px solid #fff;
}
nav.floatingFooter ul li a {
  display: block;
          flex-grow: 1;
  background: -webkit-linear-gradient(#f19f34 0%, #f19f34 45%, #ac7125 100%);
  background:         linear-gradient(#f19f34 0%, #f19f34 45%, #ac7125 100%);
  color: #fff;
  letter-spacing: .125em;
  font-weight: 700;
  line-height: 2.5;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}
nav.floatingFooter ul li a:hover {
  background: -webkit-linear-gradient(#ac7125 0%, #ac7125 45%, #f19f34 100%);
  background:         linear-gradient(#ac7125 0%, #ac7125 45%, #f19f34 100%);
}
@media only screen and (min-width: 768px) {
  nav.floatingFooter {
    font-size: .8125em;
  }
  nav.floatingFooter ul {
            flex-wrap: nowrap;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
  }
  nav.floatingFooter ul li {
    width: 33.33%;
  }
}
@media only screen and (min-width: 992px) {
  nav.floatingFooter {
    font-size: 1em;
  }
}

.scrollLock {
  overflow-y: hidden;
}

ul.tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          align-items: center;
          flex-direction: column;
  list-style: none;

  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}
ul.tiles img {
  display: block;
}
ul.tiles p {
  margin: 0;
  padding: .6em;
  background: #fff;
  background-size: cover;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
}
ul.tiles p span {
  display: block;
  color: #333;
  font-family: "Fjalla One", sans-serif;
}
ul.tiles li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin: 1.5em 0;
}
@media only screen and (min-width: 768px) {
  ul.tiles {
            align-items: stretch;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-around;

    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-align: stretch;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    -webkit-justify-content: space-around;
  }
  ul.tiles li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    margin: 0 0 1.5em;
    max-width: calc(33.333% - .8em);

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
  }
  ul.tiles li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
            flex-grow: 1;
            transition: opacity 300ms ease-out;

    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-transition: opacity 300ms ease-out;
  }
  ul.tiles li a:hover {
    opacity: .8;
  }
  ul.tiles li p {
            flex-grow: 1;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
  }
}
@media only screen and (min-width: 992px) {
  ul.tiles {
            justify-content: space-between;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
  }
}

a.btn {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 306px;
  background: #111;
  color: #fff;
  text-align: center;
  letter-spacing: .125em;
  font-size: 1.125em;
  line-height: 3.5;
          transition: opacity 300ms ease-out;

  -webkit-transition: opacity 300ms ease-out;
}
a.btn:after {
  content: ">";
  position: absolute;
  right: 1em;
}
a.btn:hover {
  opacity: .7;
}
@media only screen and (min-width: 768px) {
  a.btn {
    max-width: 600px;
  }
}

a#scrolltop {
  position: fixed;
  right: 3%;
  bottom: 12%;
  z-index: 3;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  a#scrolltop {
    bottom: 6%;
  }
}

footer {
  position: relative;
  box-sizing: border-box;
  background: #ececec;
  letter-spacing: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer #foot_info {
  position: relative;
  top: 0;
  z-index: 1;
  width: 100%;
  background: #ececec;
}
footer #foot_info ul {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  footer #foot_info ul li#foot_info01 {
    float: left;
  }
  footer #foot_info ul li#foot_info02 {
    float: right;
  }
}
footer #footer_area {
  position: relative;
  top: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 52px;
  background: #fff;
  color: #2b2b2b;
  font-size: 10px;
  line-height: 1.8;
}
footer #footer_area #footer_inner {
  position: relative;
  top: 10px;
  z-index: 100;
  margin: 0 auto;
  width: 100%;
}
footer #footer_area #footer_inner #footer_menu {
  text-align: left;
}
footer #footer_area #footer_inner #footer_menu li {
  display: inline-block;
  margin: 0 7px;
}
footer #footer_area #footer_inner #footer_menu li a {
  color: #2b2b2b;
  line-height: 1.8;
}
@media only screen and (min-width: 992px) {
  footer #footer_area #footer_inner #footer_menu #footer_menu1 {
    float: left;
  }
  footer #footer_area #footer_inner #footer_menu #footer_menu1 li {
    margin-right: 15px;
    margin-left: 0;
  }
  footer #footer_area #footer_inner #footer_menu #footer_menu2 {
    float: right;
  }
  footer #footer_area #footer_inner #footer_menu #footer_menu2 li {
    margin-right: 0;
    margin-left: 15px;
  }
}
footer #footer_area #footer_copyright {
  clear: both;
  margin: 1em auto 0;
  padding: 0;
  text-align: center;
  font-size: 9px;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  footer #footer_area #footer_copyright {
    margin: 0 auto;
    text-align: right;
  }
}

header .mv {
  position: relative;
  padding: 40px 1em 0;
  height: 400px;
  font-size: .8125em;
}
header .mv .overlay {
  position: relative;
  z-index: 1;
  height: 100%;
}
header .mv h1 {
  position: absolute;
  top: 30%;
  left: 1em;
  color: #fff;
  letter-spacing: .1em;
  font-weight: 100;
  font-size: 1.5em;
  line-height: 1.2;
}
header .mv h1 img {
  display: block;
  margin-bottom: .15em;
}
@media only screen and (min-width: 480px) {
  header .mv h1 {
    top: 40%;
  }
}
@media only screen and (min-width: 768px) {
  header .mv h1 {
    top: 40%;
    left: 0;
    font-size: 2.5em;
  }
}
header .mv div.present {
  position: absolute;
  /* top: 20%; */
  top: 110px;
  right: 5%;
  z-index: 2;
  max-width: 40%;
          transition:         transform 300ms ease-out;

  -webkit-transition: -webkit-transform 300ms ease-out;
}
header .mv a.present {
  position: absolute;
  top: 20%;
  right: 5%;
  z-index: 2;
  max-width: 40%;
          transition:         transform 300ms ease-out;

  -webkit-transition: -webkit-transform 300ms ease-out;
}
header .mv a.present2 {
  position: absolute;
  top: 38%;
  right: 5%;
  z-index: 2;
  max-width: 40%;
          transition:         transform 300ms ease-out;

  -webkit-transition: -webkit-transform 300ms ease-out;
}
header .mv div.catalogue2 {
  position: absolute;
  top: 250px;
  right: 5%;
  z-index: 2;
  max-width: 40%;
          transition:         transform 300ms ease-out;

  -webkit-transition: -webkit-transform 300ms ease-out;
}
@media only screen and (max-width: 480px) {
  header .mv div.present {
    top: 80px;
  }
  header .mv div.catalogue2 {
    top: 200px;
  }
}
header .mv a.present:hover,header .mv a.present2:hover,header .mv a.catalogue:hover,header .mv div.present a:hover,header .mv div.present a2:hover {
          transform: translateX(5px);

  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
}
header .mv .slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
header .mv .slider.slick-initialized {
  visibility: visible;
}
header .mv .slider .slick-list,header .mv .slider .slick-track {
  height: 100%;
}
header .mv .slider .slick-slide {
  background-position: center center;
  background-size: cover;
}
header .mv .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 33px;
  height: 33px;
  border: none;
  background-size: contain;
  font-size: 0;
  opacity: .6;
}
@media only screen and (min-width: 768px) {
  header .mv .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 992px) {
  header .mv .slick-arrow {
    width: 66px;
    height: 66px;
  }
}
header .mv .slick-prev {
  left: 1em;
  background-image: url("../img/mv_slider_arrow.gif");
}
header .mv .slick-next {
  right: 1em;
  background-image: url("../img/mv_slider_arrow.gif");
          transform: rotate(180deg);

  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
}
header .mv .ticker {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 1em;
  width: 100%;
  background: rgba(0, 0, 0, .6);
}
header .mv .ticker p {
  font-size: .8125em;
}
header .mv .ticker p a {
  color: #fff;
}
header .mv .ticker p span {
  display: block;
  padding-right: 2em;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  header .mv .ticker p span {
    display: inline-block;
    line-height: 1;
  }
}
@media only screen and (min-width: 992px) {
  header .mv .ticker {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 480px) {
  header .mv {
    font-size: .875em;
  }
}
@media only screen and (min-width: 768px) {
  header .mv {
    padding-top: 100px;
    height: 510px;
    font-size: 1em;
  }
}
@media only screen and (min-width: 992px) {
  header .mv {
    padding-top: 120px;
    height: 610px;
  }
}
@media only screen and (min-width: 1200px) {
  header .mv {
    padding-top: 120px;
    height: 80vh;
  }
}

body.top {
  position: relative;
}
body.top main h2 {
  margin-top: 0;
  text-align: center;
  letter-spacing: .125em;
  font-weight: 100;
  font-size: 1.625em;
  line-height: 1.5;
}
body.top main section {
  padding: 4em 1em;
  font-size: .8125em;
}
@media only screen and (min-width: 768px) {
  body.top main section {
    font-size: .875em;
  }
}
@media only screen and (min-width: 992px) {
  body.top main section {
    padding: 4em 0;
    font-size: 1em;
  }
}
body.top main section.introduction {
  padding: 1em;
  font-size: .8125em;
}
body.top main section.introduction h2 {
  margin: .5em 0;
  text-align: left;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.2;
}
body.top main section.introduction p,body.top main section.introduction a {
  margin: .5em 0;
  font-size: .8125em;
  line-height: 2;
}
body.top main section.introduction a {
  float: right;
  color: #333;
  text-decoration: underline;
}
body.top main section.introduction a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  body.top main section.introduction {
    font-size: .875em;
  }
}
@media only screen and (min-width: 992px) {
  body.top main section.introduction {
    padding: 2em 0;
    font-size: 1em;
  }
  body.top main section.introduction .col-md-6:first-child {
    padding-right: 1em;
  }
  body.top main section.introduction .col-md-6:last-child {
    padding-left: 1em;
  }
}
body.top main section.technology {
  overflow: hidden;
  background-image: url("../img/technology_bg.jpg");
  background-position: left center;
  background-size: cover;
  color: #fff;
  font-weight: 400;
  line-height: 2;
}
body.top main section.technology h2 {
  color: #fff;
}
body.top main section.technology h3 {
  margin: 1em 0;
  color: #fff;
  text-align: center;
  line-height: 1;
}
body.top main section.technology h3 img {
  display: block;
  padding: 0 0 1em 0;
  vertical-align: bottom;
}
body.top main section.technology p {
  text-align: center;
}
body.top main section.technology ul.tiles p {
  background-image: url("../img/technology_feature_texture.jpg");
}
@media only screen and (min-width: 480px) {
  body.top main section.technology h3 img {
    display: inline-block;
    padding: 0 1em 0 0;
  }
}
body.top main section.lineup {
  text-align: center;
}
body.top main section.lineup p {
  margin-bottom: 3.5em;
  font-size: .8125em;
  line-height: 2;
}
body.top main section.lineup ul.tiles {
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: center;

  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  -webkit-justify-content: center;
}
body.top main section.lineup ul.tiles p {
  margin: 0;
}
body.top main section.lineup ul.tiles li {
  margin: 1.5em .8em;
  max-width: calc(50% - 1.6em);
}
@media only screen and (min-width: 768px) {
  body.top main section.lineup ul.tiles li {
    margin: 0 1em 1em;
    max-width: 25%;
  }
}
body.top main section.exhibit {
  background-image: url("../img/exhibit_bg.jpg");
  background-position: cover cover;
  background-size: cover;
  text-align: center;
  /*color: #FFFFFF; */
}
body.top main section.exhibit p {
          flex-grow: 1;
  margin-bottom: 3.5em;
  font-size: .9375em;
  line-height: 2;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}
body.top main section.exhibit .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;
  margin: 0 auto 1.25em;
  /*background: #a19c94;*/
  max-width: 750px;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}
body.top main section.exhibit .banner a img {
  transition: opacity 300ms ease-out;
}
body.top main section.exhibit .banner a:hover img {
  opacity: .7;
}
body.top main section.exhibit .banner .text,body.top main section.exhibit .banner .image {
  display: inline-block;
  width: 100%;
}
body.top main section.exhibit .banner .image {
  padding: 10px;
}
body.top main section.exhibit .banner .image img {
  display: block;
  margin: 0 auto;
}
body.top main section.exhibit .banner .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;
  padding: 2em 2em 1.5em 1em;
  background-image: url("../img/exhibit_bnr_bg.jpg");
  text-align: left;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}
body.top main section.exhibit .banner .text h3 {
  margin: 0;
  letter-spacing: .125em;
}
body.top main section.exhibit .banner .text h3 img {
  padding-right: 1em;
  max-width: 50%;
}
body.top main section.exhibit .banner .text p {
  margin: .5em 0;
}
body.top main section.exhibit .banner .text a {
  display: block;
          align-self: flex-end;
  margin-top: auto;
  color: #fff;
  text-decoration: underline;
  letter-spacing: .125em;
  font-weight: 100;

  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
}
body.top main section.exhibit .banner .text a:hover {
  text-decoration: none;
}
body.top main section.exhibit ul.tiles {
  margin-bottom: 1.5em;
}
body.top main section.exhibit ul.tiles li {
  text-align: left;
}
body.top main section.exhibit ul.tiles li sano {
  text-align: left;
}
body.top main section.exhibit ul.tiles li p {
  box-sizing: border-box;
  margin: 0;
  max-width: 306px;
  letter-spacing: .05em;
  line-height: 1.3;
}

body.top main section.exhibit ul.tiles li p span {
  margin-bottom: .25em;
}
@media only screen and (min-width: 768px) {
  body.top main section.exhibit .banner {
            flex-direction: row;

    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
  }
  body.top main section.exhibit .banner .text,body.top main section.exhibit .banner .image {
    width: 50%;
  }
  body.top main section.exhibit a.btn {
    margin: 0 auto;
  }
}
body.top main section.examples {
  background-image: url("../img/examples_bg.jpg");
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
body.top main section.examples p {
  margin-bottom: 3.5em;
  font-size: .9375em;
  line-height: 2;
}
body.top main section.examples ul.tiles li {
  margin-bottom: 1.5em;
}
body.top main section.examples ul.tiles p {
          flex-grow: 0;
  margin: .6em 0;
  padding: 0 0 0 .6em;
  border-left: 4px solid #fff;
  background: transparent;
  color: #fff;
  text-align: left;
  letter-spacing: .0625em;
  font-size: .9375em;
  line-height: 1.3;

  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
}
body.top main section.conversion {
  background: #eee;
}
body.top main section.conversion .container {
  background: #fff;
}
body.top main section.conversion h2 {
  padding: .5em 0 .25em;
  background: #111;
  color: #fff;
  font-weight: 100;
  font-size: 1.375em;
}
body.top main section.conversion h2 img {
  display: inline-block;
  padding-right: 1em;
}
body.top main section.conversion .row {
  padding: 0 1.875em;
}
body.top main section.conversion .col,body.top main section.conversion .col-12,body.top main section.conversion .col-11,body.top main section.conversion .col-10,body.top main section.conversion .col-9,body.top main section.conversion .col-8,body.top main section.conversion .col-7,body.top main section.conversion .col-6,body.top main section.conversion .col-5,body.top main section.conversion .col-4,body.top main section.conversion .col-3,body.top main section.conversion .col-2,body.top main section.conversion .col-1,body.top main section.conversion .col-xs-12,body.top main section.conversion .col-xs-11,body.top main section.conversion .col-xs-10,body.top main section.conversion .col-xs-9,body.top main section.conversion .col-xs-8,body.top main section.conversion .col-xs-7,body.top main section.conversion .col-xs-6,body.top main section.conversion .col-xs-5,body.top main section.conversion .col-xs-4,body.top main section.conversion .col-xs-3,body.top main section.conversion .col-xs-2,body.top main section.conversion .col-xs-1,body.top main section.conversion .col-sm-12,body.top main section.conversion .col-sm-11,body.top main section.conversion .col-sm-10,body.top main section.conversion .col-sm-9,body.top main section.conversion .col-sm-8,body.top main section.conversion .col-sm-7,body.top main section.conversion .col-sm-6,body.top main section.conversion .col-sm-5,body.top main section.conversion .col-sm-4,body.top main section.conversion .col-sm-3,body.top main section.conversion .col-sm-2,body.top main section.conversion .col-sm-1,body.top main section.conversion .col-md-12,body.top main section.conversion .col-md-11,body.top main section.conversion .col-md-10,body.top main section.conversion .col-md-9,body.top main section.conversion .col-md-8,body.top main section.conversion .col-md-7,body.top main section.conversion .col-md-6,body.top main section.conversion .col-md-5,body.top main section.conversion .col-md-4,body.top main section.conversion .col-md-3,body.top main section.conversion .col-md-2,body.top main section.conversion .col-md-1,body.top main section.conversion .col-lg-12,body.top main section.conversion .col-lg-11,body.top main section.conversion .col-lg-10,body.top main section.conversion .col-lg-9,body.top main section.conversion .col-lg-8,body.top main section.conversion .col-lg-7,body.top main section.conversion .col-lg-6,body.top main section.conversion .col-lg-5,body.top main section.conversion .col-lg-4,body.top main section.conversion .col-lg-3,body.top main section.conversion .col-lg-2,body.top main section.conversion .col-lg-1 {
  position: relative;
  padding: 2em 0;
  text-align: center;
}
body.top main section.conversion .col-12 {
  border-bottom: 1px dotted #666;
}
body.top main section.conversion .col-12 p {
  font-weight: 700;
  font-size: .8125em;
}
body.top main section.conversion .col-12 .btn {
  top: 50%;
          transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
}
body.top main section.conversion .col-sm-6 {
  margin-bottom: 2em;
}
body.top main section.conversion .col-sm-6 .btn {
  bottom: 1em;
}
body.top main section.conversion a.btn {
  position: absolute;
  left: 50%;
  max-width: 480px;
  width: 80%;
  background: rgba(0, 0, 0, .5);
  font-weight: 700;
  font-size: .8125em;
          transition: background 300ms ease-out;
          transform: translateX(-50%);

  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
  -webkit-transition: background 300ms ease-out;
}
body.top main section.conversion a.btn:hover {
  background: rgba(0, 0, 0, .9);
  opacity: 1;
}
@media only screen and (min-width: 480px) {
  body.top main section.conversion a.btn {
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) {
  body.top main section.conversion {
    font-size: 1em;
  }
  body.top main section.conversion .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}
body.top img[src="/jsp/330/cookie.jsp"] {
  display: none;
}

/*# sourceMappingURL=main.css.map */
/*Solar Smile 発電＋蓄電池システム 2020/11/17*/
body.top main section.generation {
  padding: 4em 0;
  background-image: linear-gradient(to bottom, #c4dfee 0%, #eff5f8 100%);
  font-family: "Yu Gothic Medium", " 游ゴシック Medium", YuGothic,
  "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
}
body.top main section.generation header {
  padding: 0 1em;
}
body.top main section.generation header h2 {
  font-weight: normal;
}
body.top main section.generation header p {
  margin-bottom: 4.125em;
  text-align: center;
  font-weight: 600;
  font-size: .9375em;
  line-height: 2;
}
body.top main section.generation .container {
  position: relative;
  display: flex;
  width: 100%;
}
body.top main section.generation .container .contents h3 {
  margin: 0 auto 2em;
  max-width: 290px;
}
body.top main section.generation .container .contents p.tximg {
  margin: 2em auto 4em;
  max-width: 235px;
}
body.top main section.generation .container .contents .btn {
  width: 100%;
}
body.top main section.generation .container .contents .flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
  font-size: .875em;
}
body.top main section.generation .container .contents .flex .cont {
  min-height: 7em;
}
body.top main section.generation .container .contents .flex .cont p {
  line-height: 1.75;
}
body.top main section.generation .container .contents .flex .cont img {
  display: block;
  margin: .5em auto;
}
body.top main section.generation .container .contents .flex .cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: .5em;
  background-position: right top, right bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body.top main section.generation .container .contents .flex .cont.left {
  padding-right: .75em;
  background-image: url("../img/lt.png"), url("../img/lb.png");
}
body.top main section.generation .container .contents .flex .cont.right {
  padding-left: .75em;
  background-image: url("../img/rt.png"), url("../img/rb.png");
}
body.top main section.generation .container .contents .flex .x {
  margin: 0 .5em;
  width: 3em;
  background: url("../img/x.png") no-repeat center center;
  background-size: 100% auto;
}
@media only screen and (min-width: 960px) {
  body.top main section.generation {
    background-image: url("../img/sun_bg.png"),
    linear-gradient(to bottom, #c4dfee 0%, #eff5f8 100%);
    background-position: top 0 left calc(50% + 570px), top left;
    background-size: 376px auto, contain;
    background-repeat: no-repeat, repeat;
  }
  body.top main section.generation .container {
    justify-content: space-between;
  }
  body.top main section.generation .container .img {
    max-width: calc(100% - 480px);
  }
  body.top main section.generation .container .contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: calc(50% - 480px);
    min-width: 458px;
  }
  body.top main section.generation .container .contents .flex {
    max-width: 480px;
  }
  body.top main section.generation .container .contents .flex .cont {
    min-width: 183px;
  }
}
@media only screen and (max-width: 959px) {
  body.top main section.generation .container {
    flex-direction: column-reverse;
  }
  body.top main section.generation .container .img {
    margin-bottom: 6em;
  }
  body.top main section.generation .container .contents .btn {
    position: absolute;
    bottom: 0;
    left: calc(50% - 300px);
  }
  body.top main section.generation .container .contents .flex .cont p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .25em auto;
    min-height: 7.75em;
  }
}
@media only screen and (min-width: 768px) {
  body.top main section.generation .container .contents .flex .cont.left img {
    max-width: 125px;
  }
  body.top main section.generation .container .contents .flex .cont.right img {
    max-width: 106px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body.top main section.generation .container .contents .flex {
    width: 600px;
  }
  body.top main section.generation .container .contents .flex .cont {
    width: 40vw;
    height: 12em;
  }
}
@media only screen and (max-width: 767px) {
  body.top main section.generation .container .contents .btn {
    left: calc(50% - 153px);
  }
  body.top main section.generation .container .contents .flex {
    justify-content: center;
    margin: 0 1em;
  }
  body.top main section.generation .container .contents .flex .cont {
    width: 42.5%;
  }
}
@media only screen and (max-width: 480px) {
  body.top main section.generation .container .contents .flex .cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 37.5vw;
    font-size: 3.5546875vw;
  }
  body.top main section.generation .container .contents .flex .cont.left img {
    max-width: 24.378667vw;
  }
  body.top main section.generation .container .contents .flex .cont.right img {
    max-width: 20.762667vw;
  }
}

.generation-contents-zeh {
  margin: 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .generation-contents-zeh {
    padding: 0 10px;
  }
}
