/*! normalize.css v6.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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

/* inject:scss */
/* endinject */
/* inject:scss */
.u-nowrap {
  white-space: nowrap;
}

.u-mt50 {
  margin-top: 50px !important;
}

/* endinject */
/* inject:scss */
html, body {
  min-height: 100%;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #212121;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body.is-top {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZTlkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhZGFiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: linear-gradient(#d3e9d0, #dadab4);
}
body.is-june {
  min-width: 1040px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZThlNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5YzVjMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: linear-gradient(#dce8e7, #99c5c0);
}
body.is-pone {
  min-width: 1040px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTdhZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E3YmRhMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: linear-gradient(#e4e7af, #a7bda2);
}
body.is-mocca {
  min-width: 1040px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZGJjNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0YmFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: linear-gradient(#f9dbc6, #f4baaa);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  outline: none;
  color: #000;
  text-decoration: none;
  transition: opacity 0.5s;
}
a:hover {
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
a:focus {
  outline: none;
}
a:link {
  outline: none;
}
a:visited {
  outline: none;
}
a:active {
  outline: none;
}

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

ul,
ol,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
}

img {
  vertical-align: top;
}

em {
  font-style: normal;
}

.l-container {
  width: 1000px;
  margin: 0 auto;
}

.l-footer {
  width: 100%;
  text-align: center;
}
.is-june .l-footer {
  background: #407774;
}
.is-pone .l-footer {
  background: #6d9674;
}
.is-mocca .l-footer {
  background: #ec7476;
}

.l-footer-inner {
  display: inline-block;
  margin: -127px 0 0;
  padding: 0 0 34px;
  line-height: 0;
  text-align: center;
}

.l-footer-logo {
  margin: 20px 0 70px;
}

.l-footer-copyright {
  width: 100%;
  height: 78px;
  font-family: "Didact Gothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 80px;
  letter-spacing: 2px;
}
.is-top .l-footer-copyright {
  color: #6c7074;
  background: transparent;
}
.is-june .l-footer-copyright {
  color: #407774;
  background: #97c4bf;
}
.is-pone .l-footer-copyright {
  color: #6d9674;
  background: #a7bda2;
}
.is-mocca .l-footer-copyright {
  color: #ec7476;
  background: #f4baaa;
}

.l-header, .l-header--fixed {
  width: 100%;
  height: 125px;
  transition: all 0.6s;
}
.is-june .l-header, .is-june .l-header--fixed {
  background: #dce8e7;
}
.is-pone .l-header, .is-pone .l-header--fixed {
  background: #e4e7af;
}
.is-mocca .l-header, .is-mocca .l-header--fixed {
  background: #f9dbc6;
}

.l-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -ms-transform: translateY(-125);
  -webkit-transform: translateY(-125);
  transform: translateY(-125);
}
.l-header--fixed.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-header-inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.l-header-logo {
  position: absolute;
  top: 50px;
  left: 0;
}

.l-header-navigation {
  position: absolute;
  top: 77px;
  right: 0;
}
.is-mocca .l-header-navigation a {
  color: #fff;
}

.l-header-navigation-list {
  font-family: "Didact Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
}
.l-header-navigation-list > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 30px;
}
.l-header-navigation-list > li:first-child {
  margin-left: 0;
}

.about {
  margin: 230px 0 0;
}

.about-inner {
  display: table;
  table-layout: fixed;
  width: 1080px;
  margin: 0 auto;
  -ms-transform: translateX(-76px);
  -webkit-transform: translateX(-76px);
  transform: translateX(-76px);
}

.about-image {
  display: table-cell;
  width: 53.7037%;
  vertical-align: top;
}

.about-text {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 5.9259%;
}

.about-heading {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Didact Gothic", sans-serif;
  font-size: 70px;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.23;
  text-align: center;
  letter-spacing: 1px;
}

.about-description {
  color: #ec7476;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.125;
}

.bio {
  margin: 110px 0 0;
  padding: 78px 0;
  background: url("../img/mocca/bio_bg.jpg") no-repeat 50% 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .bio {
    background-image: url("../img/mocca/bio_bg@2x.jpg");
  }
}
.bio-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 55px;
  background: #ec7476;
}

.bio-list > li:nth-child(1) {
  margin: 0 0 52px;
}

.bio-item {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.bio-item-image {
  display: table-cell;
  width: 280px;
  vertical-align: top;
}

.bio-item-text {
  display: table-cell;
  vertical-align: top;
  padding: 0 65px 0 0;
}

.bio-item-heading {
  margin: 0 0 38px;
  color: #fff;
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}

.bio-item-description {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.125;
}

.contact {
  padding: 52px 0 310px;
  text-align: center;
}

.contact-text {
  margin: 0 0 20px;
  color: #407774;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 1px;
}
.is-pone .contact-text {
  color: #6d9674;
}
.is-mocca .contact-text {
  color: #ec7476;
}

.contact-link {
  display: inline-block;
  width: 206px;
  height: 60px;
  background: #407774;
  border-radius: 30px;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 60px;
  letter-spacing: 2px;
}
.is-pone .contact-link {
  background: #6d9674;
}
.is-mocca .contact-link {
  background: #ec7476;
}

.keyvisual {
  width: 95%;
  height: 727px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.is-june .keyvisual {
  background-image: url("../img/june/keyvisual_bg.jpg");
}
.is-pone .keyvisual {
  background-image: url("../img/pone/keyvisual_bg.jpg");
}
.is-mocca .keyvisual {
  background-image: url("../img/mocca/keyvisual_bg.jpg");
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .is-june .keyvisual {
    background-image: url("../img/june/keyvisual_bg@2x.jpg");
  }

  .is-pone .keyvisual {
    background-image: url("../img/pone/keyvisual_bg@2x.jpg");
  }

  .is-mocca .keyvisual {
    background-image: url("../img/mocca/keyvisual_bg@2x.jpg");
  }
}
.keyvisual-image {
  padding: 107px 0 0;
  line-height: 0;
  text-align: center;
}

.keyvisual-heading {
  margin: 38px 0 0;
  line-height: 0;
  text-align: center;
}
.is-pone .keyvisual-heading {
  margin-top: 0;
}
.is-mocca .keyvisual-heading {
  margin: 0;
  padding: 488px 0 0;
}

.keyvisual-text {
  width: 800px;
  margin: 68px auto 0;
  line-height: 2.125;
  text-align: center;
}
.is-mocca .keyvisual-text {
  color: #ec7476;
}

.products {
  margin: 270px 0 0;
}

.products-header {
  display: table;
  table-layout: fixed;
  width: 1080px;
  margin: 0 auto;
  -ms-transform: translateX(-76px);
  -webkit-transform: translateX(-76px);
  transform: translateX(-76px);
}

.products-header-image {
  display: table-cell;
  width: 53.7037%;
  vertical-align: top;
}

.products-header-text {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 5.9259%;
}

.products-header-heading {
  margin: 0 0 18px;
  font-family: "Didact Gothic", sans-serif;
  font-size: 70px;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.23;
  text-align: center;
  letter-spacing: 1px;
}

.products-header-description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.125;
}

.products-list {
  width: 1000px;
  margin: 78px auto 124px;
}
.products-list > li {
  padding: 40px 56px;
  border-bottom: solid 1px #97c4bf;
  border-top: solid 1px #fff;
}
.products-list > li:first-child {
  border-top: 0;
}
.products-list > li:last-child {
  border-bottom: 0;
}

.products-item {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.products-item-image {
  display: table-cell;
  width: 250px;
  vertical-align: top;
}

.products-item-text {
  display: table-cell;
  vertical-align: top;
  padding: 0 50px 0 0;
}

.products-item-heading {
  margin: 0 0 25px;
  font-family: "Didact Gothic", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}

.products-item-description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.125;
}

.products-item-spec {
  margin: 20px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.sns-links {
  display: inline-block;
}
.sns-links > li {
  display: inline-block;
  margin: 0 0 0 20px;
  line-height: 0;
}
.sns-links > li:first-child {
  margin-left: 0;
}

.sound {
  padding: 128px 0 0;
}

.sound-heading {
  margin: 0 0 50px;
  font-family: "Didact Gothic", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  font-weight: bold;
  text-align: center;
}
.is-mocca .sound-heading {
  color: #fff;
}

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

.story {
  padding: 120px 0 95px;
  text-align: center;
}
.is-june .story {
  background: url("../img/june/story_bg.jpg") no-repeat 50% 0;
}
.is-pone .story {
  background: url("../img/pone/story_bg.jpg") no-repeat 50% 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .is-june .story {
    background-image: url("../img/june/story_bg@2x.jpg");
  }

  .is-pone .story {
    background-image: url("../img/pone/story_bg@2x.jpg");
  }
}
.story-heading {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Didact Gothic", sans-serif;
  font-size: 90px;
  font-size: 9rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}

.story-images {
  padding: 0 50px;
}

.story-image-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.story-image-list > li {
  display: table-cell;
  vertical-align: top;
  width: 25%;
}

.story-text {
  width: 800px;
  margin: 40px auto 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.125;
  text-align: left;
}

.top-keyvisual {
  width: 100%;
  height: 700px;
  background: url("../img/top/keyvisual_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .top-keyvisual {
    background-image: url("../img/top/keyvisual_bg@2x.jpg");
  }
}
.top-keyvisual-heading {
  padding: 288px 0 65px;
  line-height: 0;
  text-align: center;
}

.top-keyvisual-text {
  width: 55%;
  margin: 0 auto;
  line-height: 2.125;
  text-align: center;
}
.top-keyvisual-text > p {
  margin: 2em 0 0;
}
.top-keyvisual-text > p:first-child {
  margin-top: 0;
}

.top-menu {
  width: 1000px;
  margin: 282px auto 0;
}

.top-menu-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.top-menu-list > li {
  display: table-cell;
  width: 33.33333%;
  vertical-align: top;
  text-align: center;
}

.top-menu-item {
  display: block;
}

.top-menu-item-image {
  margin: 0 0 30px;
  line-height: 0;
}
.top-menu-list > li:nth-child(2) .top-menu-item-image {
  margin-bottom: 18px;
}

.top-menu-item-name {
  line-height: 0;
}

.top-menu-item-description {
  margin: 15px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.top-sns {
  margin: 160px 0 30px;
  text-align: center;
}

/* endinject */
