@charset "UTF-8";
/*! normalize.css v8.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 iOS.
 */
/* line 11, ../scss/partials/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, ../scss/partials/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          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.
 */
/* line 56, ../scss/partials/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, ../scss/partials/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 77, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, ../scss/partials/_normalize.scss */
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.
 */
/* line 97, ../scss/partials/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, ../scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 125, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, ../scss/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, ../scss/partials/_normalize.scss */
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.
 */
/* line 178, ../scss/partials/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 187, ../scss/partials/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, ../scss/partials/_normalize.scss */
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.
 */
/* line 210, ../scss/partials/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 221, ../scss/partials/_normalize.scss */
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.
 */
/* line 232, ../scss/partials/_normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, ../scss/partials/_normalize.scss */
[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.
 */
/* line 282, ../scss/partials/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 291, ../scss/partials/_normalize.scss */
[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.
 */
/* line 300, ../scss/partials/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 312, ../scss/partials/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 320, ../scss/partials/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, ../scss/partials/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 339, ../scss/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* line 12, ../scss/style.scss */
body {
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: .875em;
}

/* line 16, ../scss/style.scss */
a {
  color: #064771;
  text-decoration: none;
}
/* line 19, ../scss/style.scss */
a:hover {
  text-decoration: underline;
}

/* line 23, ../scss/style.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 26, ../scss/style.scss */
.lade {
  line-height: 1.7143;
  text-align: center;
}

@media (min-width: 1024px) {
  /* line 31, ../scss/style.scss */
  .lade {
    font-size: 1.2em;
  }
}
/*
*
* LAYOUT
*
 */
/* line 41, ../scss/style.scss */
.l-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee7500), to(#d62d10));
  background: -webkit-linear-gradient(#ee7500, #d62d10);
  background: -o-linear-gradient(#ee7500, #d62d10);
  background: linear-gradient(#ee7500, #d62d10);
}
/* line 5, ../scss/partials/_mixin.scss */
.l-header::after {
  content: "";
  display: block;
  clear: both;
}

/* line 47, ../scss/style.scss */
.l-footer {
  background-color: #121212;
}

/* line 50, ../scss/style.scss */
.l-inner {
  max-width: 1200px;
  margin-left: 15px;
  margin-right: 15px;
}
/* line 54, ../scss/style.scss */
.l-inner > section {
  margin-top: 35px;
  margin-bottom: 25px;
}
/* line 57, ../scss/style.scss */
.l-inner > section h2 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 50, ../scss/style.scss */
  .l-inner {
    margin-left: 35px;
    margin-right: 35px;
  }
  /* line 67, ../scss/style.scss */
  .l-inner > section {
    margin-top: 50px;
    margin-bottom: 35px;
  }
  /* line 70, ../scss/style.scss */
  .l-inner > section h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  /* line 77, ../scss/style.scss */
  .l-inner > section h2 {
    font-size: 2rem;
  }
}

/* line 86, ../scss/style.scss */
.product-info table th {
  font-weight: normal;
}

/* line 92, ../scss/style.scss */
.logo {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 15px;
}
/* line 98, ../scss/style.scss */
.logo img {
  width: auto;
  height: 100%;
}

/* line 105, ../scss/style.scss */
.navigation ul {
  background-color: #ff751a;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* line 110, ../scss/style.scss */
.navigation ul li {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
/* line 112, ../scss/style.scss */
.navigation ul li a {
  display: block;
  color: #FFF;
  padding: 10px;
  padding-left: 35px;
}

/*
*
* MAINVISUAL
*
 */
/* line 127, ../scss/style.scss */
.mainvisual {
  background-image: url("../images/bg_mainvisual.jpg");
  background-position: center center;
  background-size: cover;
  color: #FFF;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
  text-align: center;
}
/* line 136, ../scss/style.scss */
.mainvisual__inner {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
/* line 141, ../scss/style.scss */
.mainvisual__image {
  display: inline-block;
  width: 50%;
}
/* line 144, ../scss/style.scss */
.mainvisual__image img {
  width: 100%;
  height: auto;
}
/* line 150, ../scss/style.scss */
.mainvisual .product__price {
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
}
/* line 154, ../scss/style.scss */
.mainvisual .product__price .meta-type {
  background: #f8000e;
  font-size: 10px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  width: 8em;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}
/* line 165, ../scss/style.scss */
.mainvisual .product__price .meta-price {
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: middle;
}
/* line 169, ../scss/style.scss */
.mainvisual .product__price .meta-price small {
  font-size: .5em;
}
/* line 173, ../scss/style.scss */
.mainvisual .product__price .meta-method {
  display: block;
  font-size: .75rem;
}
/* line 180, ../scss/style.scss */
.mainvisual__content h2 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0;
  text-shadow: 0px 0px 4px #000, 0px 0px 8px #000;
}
/* line 186, ../scss/style.scss */
.mainvisual__content p {
  font-size: .75rem;
  line-height: 2;
  text-shadow: 0px 0px 4px #000, 0px 0px 8px #000;
}
/* line 191, ../scss/style.scss */
.mainvisual__content a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa033), to(#ee7500));
  background-image: -webkit-linear-gradient(#ffa033, #ee7500);
  background-image: -o-linear-gradient(#ffa033, #ee7500);
  background-image: linear-gradient(#ffa033, #ee7500);
  border: solid 1px #ec7813;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2) inset;
          box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2) inset;
  color: #392213;
  font-size: 1.25em;
  font-weight: bold;
  display: inline-block;
  width: 10em;
  padding: .6em;
  margin-top: 10px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.25);
}
/* line 204, ../scss/style.scss */
.mainvisual__content a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbb33), to(#ff9900));
  background-image: -webkit-linear-gradient(#ffbb33, #ff9900);
  background-image: -o-linear-gradient(#ffbb33, #ff9900);
  background-image: linear-gradient(#ffbb33, #ff9900);
  border: solid 1px #ec9513;
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 127, ../scss/style.scss */
  .mainvisual {
    height: 480px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url("../images/bg_mainvisual_pc.jpg");
    position: relative;
  }
  /* line 216, ../scss/style.scss */
  .mainvisual__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 360px;
    width: 720px;
  }
  /* line 223, ../scss/style.scss */
  .mainvisual__image {
    width: auto;
    height: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 227, ../scss/style.scss */
  .mainvisual__image img {
    width: auto;
    height: 100%;
  }
  /* line 232, ../scss/style.scss */
  .mainvisual .product {
    margin-top: 0;
    position: absolute;
    right: -16px;
    bottom: 25%;
  }
  /* line 237, ../scss/style.scss */
  .mainvisual .product span:not(.meta-type) {
    color: #000;
  }
  /* line 240, ../scss/style.scss */
  .mainvisual .product__price {
    text-align: left;
    margin-top: 0;
  }
  /* line 243, ../scss/style.scss */
  .mainvisual .product__price .meta-price {
    display: block;
  }
  /* line 248, ../scss/style.scss */
  .mainvisual__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    width: 48%;
    text-align: left;
    margin-right: 5%;
  }
  /* line 254, ../scss/style.scss */
  .mainvisual__content h2 {
    font-size: 1.5rem;
    margin-top: 0;
  }
  /* line 258, ../scss/style.scss */
  .mainvisual__content a {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  /* line 127, ../scss/style.scss */
  .mainvisual {
    height: 560px;
  }
  /* line 265, ../scss/style.scss */
  .mainvisual__inner {
    height: 480px;
    width: 960px;
  }
  /* line 269, ../scss/style.scss */
  .mainvisual__content {
    width: 52%;
  }
  /* line 271, ../scss/style.scss */
  .mainvisual__content p {
    font-size: 1.2em;
  }
  /* line 274, ../scss/style.scss */
  .mainvisual__content h2 {
    font-size: 2rem;
  }
  /* line 277, ../scss/style.scss */
  .mainvisual__content a + a {
    margin-left: .5em;
  }
  /* line 281, ../scss/style.scss */
  .mainvisual .product {
    right: -32px;
  }
  /* line 284, ../scss/style.scss */
  .mainvisual .product__price .meta-price {
    font-size: 2rem;
  }
}

/*
*
* FEATURES
*
 */
/* line 302, ../scss/style.scss */
.features h1 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 309, ../scss/style.scss */
  .features h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  /* line 314, ../scss/style.scss */
  .features h1 {
    font-size: 2rem;
  }
}

/* line 319, ../scss/style.scss */
.points {
  border-top: solid 1px #e6e6e6;
  list-style: none;
  margin: 0;
  margin-top: 25px;
  padding-left: 0;
}
/* line 325, ../scss/style.scss */
.points__item {
  margin-top: 25px;
}
/* line 328, ../scss/style.scss */
.points__picture {
  margin-top: 25px;
}
/* line 330, ../scss/style.scss */
.points__picture img {
  width: 100%;
  height: auto;
  -webkit-mask: url("../images/mask_picture.svg") center/cover no-repeat;
          mask: url("../images/mask_picture.svg") center/cover no-repeat;
}
/* line 336, ../scss/style.scss */
.points h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  margin-top: 1em;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 319, ../scss/style.scss */
  .points {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
  }
  /* line 346, ../scss/style.scss */
  .points__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  /* line 349, ../scss/style.scss */
  .points__item + li {
    border-left: solid 1px #e6e6e6;
    padding-left: 20px;
    margin-left: 20px;
  }
  /* line 355, ../scss/style.scss */
  .points__picture {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  /* line 360, ../scss/style.scss */
  .points h3 {
    font-size: 1.2em;
  }
}

/* line 367, ../scss/style.scss */
.product-info table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: solid 1px #d9d9d9;
  font-size: .75rem;
  text-align: left;
  width: 100%;
}
/* line 374, ../scss/style.scss */
.product-info table th, .product-info table td {
  border-top: solid 1px #d9d9d9;
  padding: .5em;
}
/* line 378, ../scss/style.scss */
.product-info table th {
  background-color: #f7f7f7;
}
/* line 381, ../scss/style.scss */
.product-info table .cero {
  height: 4rem;
  width: auto;
}

/* line 388, ../scss/style.scss */
.notes {
  background-color: #ffeded;
  font-size: .75rem;
  padding: 7px 10px;
  list-style: none;
  line-height: 1.5;
}
/* line 395, ../scss/style.scss */
.notes li {
  position: relative;
  padding-left: 1.5em;
}
/* line 398, ../scss/style.scss */
.notes li::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  /* line 388, ../scss/style.scss */
  .notes {
    margin-top: 2em;
  }
}

/* line 409, ../scss/style.scss */
.outlet .annotation {
  font-size: .75rem;
  text-align: right;
}
/* line 414, ../scss/style.scss */
.outlet .outlet__list ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  line-height: 1.5;
}
@media (min-width: 768px) {
  /* line 422, ../scss/style.scss */
  .outlet .outlet__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 424, ../scss/style.scss */
  .outlet .outlet__list ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* line 426, ../scss/style.scss */
  .outlet .outlet__list ul + ul {
    border-left: solid 1px #e6e6e6;
    padding-left: 20px;
    margin-left: 20px;
  }
}

/* line 439, ../scss/style.scss */
footer a {
  color: #ec7813;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
/* line 442, ../scss/style.scss */
footer a:hover {
  color: #ff9f32;
}

/*
*
* FOOTER MENU
*
 */
/* line 452, ../scss/style.scss */
.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: .75em;
  list-style-type: none;
  margin-top: 25px;
  padding-left: 0;
}
/* line 459, ../scss/style.scss */
.footer-menu li {
  padding-left: .75em;
  padding-right: .75em;
}
/* line 462, ../scss/style.scss */
.footer-menu li + li {
  border-left: solid 1px rgba(255, 255, 255, 0.25);
}

/* line 468, ../scss/style.scss */
.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
/* line 472, ../scss/style.scss */
.footer-links dd {
  margin-left: 0;
}
/* line 474, ../scss/style.scss */
.footer-links dd img {
  width: auto;
  height: 32px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
/* line 479, ../scss/style.scss */
.footer-links dd :hover img {
  opacity: .75;
}
/* line 482, ../scss/style.scss */
.footer-links dd + dd {
  margin-left: 10px;
}
@media (min-width: 768px) {
  /* line 488, ../scss/style.scss */
  .footer-links dd img {
    height: 48px;
  }
  /* line 491, ../scss/style.scss */
  .footer-links dd + dd {
    margin-left: 15px;
  }
}

/* line 499, ../scss/style.scss */
footer .l-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 503, ../scss/style.scss */
footer .logo {
  margin: 0 auto;
}

/* line 508, ../scss/style.scss */
.a2a_kit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
/* line 512, ../scss/style.scss */
.a2a_kit > a + a {
  margin-left: 10px;
}

/*
*
* COPYRIGHT
*
 */
/* line 522, ../scss/style.scss */
.copy {
  background-color: #000;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
/* line 528, ../scss/style.scss */
.copy .l-inner {
  margin: 0;
  padding: 0;
}
