@charset "UTF-8";
html, body, header, section, nav, div, ul, li, p, a, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 0;
}

div, ul, li, p, a, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

div, section, aside {
  box-sizing: border-box;
}

/*** Bootstrap ***/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 680px) {
  .container {
    width: 660px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1050px) {
  .container {
    width: 1030px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-ms-1, .col-sm-1, .col-md-1, .col-xs-2, .col-ms-2, .col-sm-2, .col-md-2, .col-xs-3, .col-ms-3, .col-sm-3, .col-md-3, .col-xs-4, .col-ms-4, .col-sm-4, .col-md-4, .col-xs-5, .col-ms-5, .col-sm-5, .col-md-5, .col-xs-6, .col-ms-6, .col-sm-6, .col-md-6, .col-xs-7, .col-ms-7, .col-sm-7, .col-md-7, .col-xs-8, .col-ms-8, .col-sm-8, .col-md-8, .col-xs-9, .col-ms-9, .col-sm-9, .col-md-9, .col-xs-10, .col-ms-10, .col-sm-10, .col-md-10, .col-xs-11, .col-ms-11, .col-sm-11, .col-md-11, .col-xs-12, .col-ms-12, .col-sm-12, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 680px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left;
  }
  .col-ms-1 {
    width: 8.3333333333%;
  }
  .col-ms-2 {
    width: 16.6666666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.3333333333%;
  }
  .col-ms-5 {
    width: 41.6666666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.3333333333%;
  }
  .col-ms-8 {
    width: 66.6666666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.3333333333%;
  }
  .col-ms-11 {
    width: 91.6666666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-pull-0 {
    right: auto;
  }
  .col-ms-pull-1 {
    right: 8.3333333333%;
  }
  .col-ms-pull-2 {
    right: 16.6666666667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.3333333333%;
  }
  .col-ms-pull-5 {
    right: 41.6666666667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.3333333333%;
  }
  .col-ms-pull-8 {
    right: 66.6666666667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.3333333333%;
  }
  .col-ms-pull-11 {
    right: 91.6666666667%;
  }
  .col-ms-pull-12 {
    right: 100%;
  }
  .col-ms-push-0 {
    left: auto;
  }
  .col-ms-push-1 {
    left: 8.3333333333%;
  }
  .col-ms-push-2 {
    left: 16.6666666667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.3333333333%;
  }
  .col-ms-push-5 {
    left: 41.6666666667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.3333333333%;
  }
  .col-ms-push-8 {
    left: 66.6666666667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.3333333333%;
  }
  .col-ms-push-11 {
    left: 91.6666666667%;
  }
  .col-ms-push-12 {
    left: 100%;
  }
  .col-ms-offset-0 {
    margin-left: 0%;
  }
  .col-ms-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-ms-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1050px) {
  .col-ml-1, .col-ml-2, .col-ml-3, .col-ml-4, .col-ml-5, .col-ml-6, .col-ml-7, .col-ml-8, .col-ml-9, .col-ml-10, .col-ml-11, .col-ml-12 {
    float: left;
  }
  .col-ml-1 {
    width: 8.3333333333%;
  }
  .col-ml-2 {
    width: 16.6666666667%;
  }
  .col-ml-3 {
    width: 25%;
  }
  .col-ml-4 {
    width: 33.3333333333%;
  }
  .col-ml-5 {
    width: 41.6666666667%;
  }
  .col-ml-6 {
    width: 50%;
  }
  .col-ml-7 {
    width: 58.3333333333%;
  }
  .col-ml-8 {
    width: 66.6666666667%;
  }
  .col-ml-9 {
    width: 75%;
  }
  .col-ml-10 {
    width: 83.3333333333%;
  }
  .col-ml-11 {
    width: 91.6666666667%;
  }
  .col-ml-12 {
    width: 100%;
  }
  .col-ml-pull-0 {
    right: auto;
  }
  .col-ml-pull-1 {
    right: 8.3333333333%;
  }
  .col-ml-pull-2 {
    right: 16.6666666667%;
  }
  .col-ml-pull-3 {
    right: 25%;
  }
  .col-ml-pull-4 {
    right: 33.3333333333%;
  }
  .col-ml-pull-5 {
    right: 41.6666666667%;
  }
  .col-ml-pull-6 {
    right: 50%;
  }
  .col-ml-pull-7 {
    right: 58.3333333333%;
  }
  .col-ml-pull-8 {
    right: 66.6666666667%;
  }
  .col-ml-pull-9 {
    right: 75%;
  }
  .col-ml-pull-10 {
    right: 83.3333333333%;
  }
  .col-ml-pull-11 {
    right: 91.6666666667%;
  }
  .col-ml-pull-12 {
    right: 100%;
  }
  .col-ml-push-0 {
    left: auto;
  }
  .col-ml-push-1 {
    left: 8.3333333333%;
  }
  .col-ml-push-2 {
    left: 16.6666666667%;
  }
  .col-ml-push-3 {
    left: 25%;
  }
  .col-ml-push-4 {
    left: 33.3333333333%;
  }
  .col-ml-push-5 {
    left: 41.6666666667%;
  }
  .col-ml-push-6 {
    left: 50%;
  }
  .col-ml-push-7 {
    left: 58.3333333333%;
  }
  .col-ml-push-8 {
    left: 66.6666666667%;
  }
  .col-ml-push-9 {
    left: 75%;
  }
  .col-ml-push-10 {
    left: 83.3333333333%;
  }
  .col-ml-push-11 {
    left: 91.6666666667%;
  }
  .col-ml-push-12 {
    left: 100%;
  }
  .col-ml-offset-0 {
    margin-left: 0%;
  }
  .col-ml-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-ml-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-ml-offset-3 {
    margin-left: 25%;
  }
  .col-ml-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-ml-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-ml-offset-6 {
    margin-left: 50%;
  }
  .col-ml-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-ml-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-ml-offset-9 {
    margin-left: 75%;
  }
  .col-ml-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-ml-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-ml-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 679px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 679px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 679px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 679px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 679px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*** フォント ***/
/*** パス ***/
/*** 基本function ***/
/*** 基本mixin ***/
/*** Bootstrap mixin ***/
/*** 共通クラス ***/
.bold {
  font-weight: bold;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.align_c {
  text-align: center;
}

.align_r {
  text-align: right;
}

.align_l {
  text-align: left;
}

.nowrap {
  white-space: nowrap;
}

.red {
  color: #f00;
}

.opacity:hover img {
  opacity: 0.8;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a, a:visited {
  outline: none;
}
a:hover, a:active, a:focus, a:visited:hover, a:visited:active, a:visited:focus {
  outline: none;
}

/*** 汎用カラー設定 ***/
/*** 各種パーツ カスタマイズ用設定 ***/
/*** 基本設定 ***/
/*** 各種パーツ カスタマイズ用カラー設定 ***/
/*** 各種パーツ 背景画像設定 ***/
/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../campaign/noto-sans-jp-v56-japanese-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "VLGothic";
  src: url("../campaign/VL-Gothic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*** 基本・レイアウト ***/
body {
  font: 14px "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #180e00;
  min-height: var(--outer-height);
  line-height: 1.5em;
  text-align: center;
  background-color: white;
  position: relative;
  width: 100%;
  font-size: 3.4482758621vw;
  height: 100%;
}
@media (min-width: 480px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 680px) {
  body {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

#container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100dvh;
  padding-top: 50px;
}
@media (min-width: 680px) {
  #container {
    padding-top: 0;
  }
}

/*** リンクカラー ***/
a, a:visited {
  color: #e60000;
  text-decoration: underline;
}
a:hover, a:active, a:focus, a:visited:hover, a:visited:active, a:visited:focus {
  color: #e60000;
  text-decoration: none;
}
a:hover .opa, a:active .opa, a:focus .opa, a:visited:hover .opa, a:visited:active .opa, a:visited:focus .opa {
  opacity: 0.8;
}
a.white, a:visited.white {
  color: white;
}

a img, a * {
  outline: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}
img.bb {
  border: 1px solid #cdcdcd;
}
img.soon {
  opacity: 0.7;
}

/*** ヘッダー ***/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: #180e00;
}
@media (min-width: 680px) {
  #header {
    position: relative;
  }
}
#header .header_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 970px;
  height: 50px;
  padding: 5px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #header .header_box {
    padding: 5px 0;
  }
}
#header .header_box .logo {
  height: 100%;
  width: auto;
  padding: 7px 0;
}
#header .header_box ul.sns {
  width: 45px;
  height: 100%;
}
#header .header_box ul.sns li {
  width: 40px;
  height: 100%;
  float: right;
  margin-left: 5px;
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
#header .header_box ul.sns li.share {
  cursor: pointer;
}
@media (min-width: 680px) {
  #header .header_box ul.sns {
    margin-right: 0;
  }
}
#header #share_box {
  display: none;
  position: fixed;
  top: 70px;
  left: 50%;
  width: auto;
  background: white;
  padding: 10px 15px 10px;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 20;
  color: #180e00;
}
#header #share_box p {
  border-bottom: 2px solid #180e00;
  font-weight: bold;
  line-height: 1.1em;
}
#header #share_box b {
  cursor: pointer;
}
#header #share_box #share_btn {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
#header #share_box #share_btn li {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  float: left;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#header #share_box #share_btn li:last-child {
  margin-right: 0;
}
#header #share_box #share_btn li #copy {
  cursor: pointer;
}
#header #share_box .success-msg {
  display: none;
  position: absolute;
  width: 400px;
  height: 30px;
  line-height: 30px;
  color: white;
  bottom: -50px;
  font-size: 1em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 680px) {
  #header #share_box .success-msg {
    font-size: 0.8em;
  }
}
#header .share div.bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.inner_box {
  overflow: hidden;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3%;
}
@media (min-width: 680px) {
  .inner_box {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .inner_box {
    padding: 0;
  }
}

/*** トップのバナー ***/
#top_bnr {
  margin-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 680px) {
  #top_bnr {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  #top_bnr {
    margin-bottom: 60px;
  }
}

/*** フッター ***/
#footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 5px 3% 10px;
  bottom: 0;
  color: white;
  background: #180e00;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-size: 1.5rem;
}
#footer a, #footer a:hover, #footer a:active, #footer a:focus {
  color: white;
}
@media (min-width: 680px) {
  #footer {
    padding: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#footer aside {
  width: 100%;
}
#footer aside.bnr {
  margin-bottom: 65px;
}
@media (min-width: 680px) {
  #footer aside.bnr {
    margin-bottom: 15px;
  }
}
#footer .sns_list {
  list-style: none;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
#footer .sns_list li {
  width: 60px;
  margin-right: 18px;
  margin-top: 5px;
  float: left;
  font-size: 0.9em;
}
#footer .sns_list li:last-child {
  margin-right: 0;
}
@media (min-width: 680px) {
  #footer .sns_list li {
    width: 60px;
  }
}
#footer .sns_list li a, #footer .sns_list li a:visited {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#footer .sns_list li a:hover, #footer .sns_list li a:visited:hover {
  opacity: 0.7;
}
#footer .sns_list li img {
  margin-bottom: 5px;
}

/*** 本文用パーツ ***/
#wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 680px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background: #ffa5a1;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 680px) {
  #wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
#wrapper p {
  display: inline-block;
  width: 100%;
  display: inline-block;
}
#wrapper p.btn, #wrapper p.center, #wrapper p.align_c {
  text-align: center;
}
#wrapper p.spct {
  text-align: center;
}
@media (min-width: 680px) {
  #wrapper p.spct {
    text-align: left;
  }
}
#wrapper p.pcct {
  text-align: left;
}
@media (min-width: 680px) {
  #wrapper p.pcct {
    text-align: center;
  }
}
#wrapper h1 {
  margin: 0;
  margin-top: 25%;
}
#wrapper h2 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 50px;
  color: #180e00;
  font-weight: 600;
  background: white;
  letter-spacing: 1px;
  border-bottom: 1px solid #180e00;
}
@media (min-width: 480px) {
  #wrapper h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 70px;
  }
}
@media (min-width: 680px) {
  #wrapper h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  #wrapper h2 {
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 90px;
    letter-spacing: 2px;
  }
}
#wrapper h3, #wrapper h4, #wrapper h5 {
  display: inline-block;
  position: relative;
}
#wrapper h3.theme, #wrapper h4.theme, #wrapper h5.theme {
  color: #ff6e66;
}
#wrapper h3 span, #wrapper h4 span, #wrapper h5 span {
  font-size: 0.8em;
}
#wrapper h3.title, #wrapper h4.title, #wrapper h5.title {
  font-size: 21px;
  font-size: 2.1rem;
}
@media (min-width: 480px) {
  #wrapper h3.title, #wrapper h4.title, #wrapper h5.title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  #wrapper h3.title, #wrapper h4.title, #wrapper h5.title {
    font-size: 30px;
    font-size: 3rem;
  }
}
#wrapper h3.c_box, #wrapper h4.c_box, #wrapper h5.c_box {
  display: inline-block;
  text-align: center;
  background-color: white;
  color: #180e00;
  width: auto;
  min-width: 180px;
  line-height: 1.4em;
  padding: 9px 30px 7px;
  border: 2px solid #180e00;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 680px) {
  #wrapper h3.c_box, #wrapper h4.c_box, #wrapper h5.c_box {
    text-align: center;
    padding: 8px 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #wrapper h3.c_box, #wrapper h4.c_box, #wrapper h5.c_box {
    letter-spacing: 2px;
    padding: 13px 30px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}
#wrapper h3.bd, #wrapper h4.bd, #wrapper h5.bd {
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #ff6e66;
  border-top: 4px double #ff6e66;
  border-bottom: 4px double #ff6e66;
  width: 100%;
}
#wrapper .inner {
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
}
@media (min-width: 992px) {
  #wrapper .inner {
    padding: 0 40px;
  }
}
#wrapper .grid1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
#wrapper .grid_box {
  display: grid;
  grid-template-columns: repeat(1, auto);
}
@media (min-width: 680px) {
  #wrapper .grid_box {
    grid-template-columns: repeat(1, 1fr 1.3fr);
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
#wrapper .grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, auto);
}
@media (min-width: 680px) {
  #wrapper .grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
#wrapper ul.atten {
  list-style: disc;
}
#wrapper ul.atten li {
  list-style-type: none;
  text-indent: -1.5em;
  margin-left: 1.5em;
  text-align: left;
  font-size: 0.9em;
}
#wrapper ul.atten li:before {
  content: "※ ";
}
#wrapper {
  /*** コンテンツ ・ パーツ ***/
}

/* SPECIALページ*/
#wrapper #oe_loading, #wrapper #bg_white, #wrapper #oe_create, #wrapper #oe_making, #wrapper #oe_result {
  display: none;
}
#wrapper #bg_white {
  flex: 1;
  width: 100%;
  min-height: 500px;
  background: white url(../img/../campaign/img/tag.png) top right no-repeat;
  background-size: 100% auto;
  border: 2px solid #333333;
  padding-top: 30px;
}
@media (min-width: 680px) {
  #wrapper #bg_white {
    padding-top: 50px;
  }
}
#wrapper .bg_pink {
  width: 100%;
  background: #ffe7e6 url(../img/../campaign/img/bg_pink.png) top center no-repeat;
  background-size: 100% auto;
  padding: 30px 3%;
}
#wrapper section {
  width: 100%;
  display: inline-block;
}
#wrapper section#oe_start {
  background-image: url(../img/../campaign/img/bg_h1.png), url(../img/../campaign/img/bg_start.png);
  background-position: top center;
  background-size: 100% auto, 100% 100%;
  background-repeat: no-repeat, repeat-y;
  border: none;
  border-bottom: 2px solid #333333;
  padding-bottom: 20px;
}
@media (min-width: 680px) {
  #wrapper section#oe_start {
    padding-bottom: 30px;
  }
}
#wrapper .btn {
  display: inline-block;
  cursor: pointer;
}
#wrapper .btn:hover {
  opacity: 0.8;
}
#wrapper button {
  border: none;
  background-color: #ffe7e6;
  padding: 0;
}
#wrapper .steps {
  width: 100%;
  max-width: 500px;
  display: grid;
  margin-right: auto;
  margin-left: auto;
}
#wrapper .steps .item {
  position: relative;
  display: grid;
  align-content: center;
  width: 100%;
  min-height: 56px;
  padding: 8px 15px 8px 60px;
  border-radius: 12px;
  text-align: left;
  line-height: 1.4em;
}
@media (min-width: 680px) {
  #wrapper .steps .item {
    padding: 10px 10px 10px 60px;
  }
}
#wrapper .steps .item p {
  line-height: 1.4em;
}
#wrapper .steps .item span {
  font-size: 0.8em;
}
#wrapper .steps .item::after {
  position: absolute;
  display: inline-block;
  content: "";
  height: 120%;
  max-height: 63px;
  width: 25%;
  right: -1%;
  bottom: -22%;
}
#wrapper .steps .item.step1, #wrapper .steps .item.step4 {
  border: 3px solid #f8e759;
  background: url(../img/../campaign/img/index1.png) center left no-repeat;
  background-size: auto 56px;
}
#wrapper .steps .item.step1::after, #wrapper .steps .item.step4::after {
  background: url(../img/../campaign/img/index1_bg.png) center right no-repeat;
  background-size: auto 100%;
}
#wrapper .steps .item.step4::after {
  bottom: -20%;
  background: url(../img/../campaign/img/index4_bg.png) center right no-repeat;
  background-size: auto 100%;
}
@media (min-width: 680px) {
  #wrapper .steps .item.step4::after {
    bottom: -15%;
  }
}
#wrapper .steps .item.step2 {
  border: 3px solid #ffb883;
  background: url(../img/../campaign/img/index2.png) center left no-repeat;
  background-size: auto 56px;
}
#wrapper .steps .item.step2::after {
  background: url(../img/../campaign/img/index2_bg.png) center right no-repeat;
  background-size: auto 100%;
}
#wrapper .steps .item.step3 {
  border: 3px solid #ffa5a1;
  background: url(../img/../campaign/img/index3.png) center left no-repeat;
  background-size: auto 56px;
}
#wrapper .steps .item.step3::after {
  right: -2%;
  bottom: -25%;
  background: url(../img/../campaign/img/index3_bg.png) center right no-repeat;
  background-size: auto 100%;
}
@media (min-width: 680px) {
  #wrapper .steps .item.step3::after {
    bottom: -23%;
  }
}
#wrapper .steps .item.small {
  letter-spacing: -0.15px;
  padding: 8px 5px 8px 60px;
}
@media (min-width: 480px) {
  #wrapper .steps .item.small {
    letter-spacing: 0;
  }
}
@media (min-width: 680px) {
  #wrapper .steps .item.small {
    padding: 10px 10px 10px 60px;
  }
}
#wrapper .steps .triangle {
  width: 5%;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 0;
  margin: 5px auto;
}
@media (min-width: 680px) {
  #wrapper .steps .triangle {
    margin: 10px auto;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
}
#wrapper .steps .triangle:nth-child(2) {
  border-top: 10px solid #f8e399;
}
@media (min-width: 680px) {
  #wrapper .steps .triangle:nth-child(2) {
    border-top: 15px solid #f8e399;
  }
}
#wrapper .steps .triangle:nth-child(4) {
  border-top: 10px solid #ffb883;
}
@media (min-width: 680px) {
  #wrapper .steps .triangle:nth-child(4) {
    border-top: 15px solid #ffb883;
  }
}
#wrapper #oe_loading img, #wrapper #oe_making img {
  width: 100%;
}
@media (min-width: 680px) {
  #wrapper #oe_loading img, #wrapper #oe_making img {
    max-width: 500px;
  }
}
#wrapper .makingbox {
  position: relative;
  width: 100%;
  padding: 30px 3%;
  background-image: url(../img/../campaign/img/bg_top.png), url(../img/../campaign/img/bg_bottom.png);
  background-position: top center, bottom center;
  background-size: 98% auto;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 480px) {
  #wrapper .makingbox {
    padding: 50px 3%;
  }
}
#wrapper .making {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
#wrapper textarea.txt1 {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  font-size: 3.2258064516vw;
  line-height: 1.1em;
  height: 28.5%;
  width: 98%;
  top: 5px;
  left: 1%;
  background: none;
  border: none;
  resize: none;
  padding: 1% 3% 0;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 480px) {
  #wrapper textarea.txt1 {
    line-height: 1.15em;
  }
}
@media (min-width: 680px) {
  #wrapper textarea.txt1 {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 1% 4.5% 0;
    top: 7px;
  }
}
#wrapper textarea.txt1:focus {
  outline: none;
}
#wrapper #textareaMirror {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: anywhere;
}

#ssr_effect {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

#sparkle_container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  overflow: hidden;
}

.sparkle {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../campaign/img/star.png) no-repeat center center;
  background-size: contain;
  animation: sparkleFall 2.5s linear forwards;
}

@keyframes sparkleFall {
  0% {
    opacity: 0;
    transform: translateY(-50px) rotate(0deg) scale(0.5);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(110vh) rotate(720deg) scale(1.2);
  }
}
.shine {
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.1) 70%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(20deg);
  pointer-events: none;
  opacity: 0;
}

.shine.active {
  animation: ssrShine 1.5s ease 2;
}

@keyframes ssrShine {
  0% {
    left: -75%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
/*** スライダーバナー ***/
/*** トップ,footer共通 ***/
#slider, #bnr_top {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 20px;
}
#slider.slick-slider, #bnr_top.slick-slider {
  margin-bottom: 25px;
}
#slider .slick-list, #bnr_top .slick-list {
  width: calc(100% + 10px);
  margin-left: -5px;
  overflow: hidden;
}
#slider .slick-slide, #bnr_top .slick-slide {
  outline: none;
  padding: 0 5px;
}
#slider .slick-slide img, #bnr_top .slick-slide img {
  width: auto;
}
#slider .slick-dots, #bnr_top .slick-dots {
  position: absolute;
  bottom: -15px;
  width: 94%;
  height: 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 680px) {
  #slider .slick-dots, #bnr_top .slick-dots {
    bottom: -10px;
  }
}
@media (min-width: 992px) {
  #slider .slick-dots, #bnr_top .slick-dots {
    width: 100%;
  }
}
#slider .slick-dots li button:before, #bnr_top .slick-dots li button:before {
  content: "●";
  font-size: 12px;
  color: white;
}

/*** ジャンプ ***/
#jump-top {
  display: none;
  z-index: 10;
  position: fixed;
  bottom: 70px;
  right: 15px;
}
#jump-top a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 50px;
  height: 50px;
  transition: opacity 0.5s ease;
}
#jump-top a:hover {
  opacity: 0.8;
}
@media (min-width: 480px) {
  #jump-top a {
    width: 60px;
    height: 60px;
  }
}

/*** 汎用スタイル ***/
.hide {
  display: none;
}

.pd {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
}
@media (min-width: 680px) {
  .pd {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.letter_s {
  letter-spacing: -0.5px;
}

.font_s {
  font-size: 0.85em;
}

.font_m {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3em;
}
@media (min-width: 480px) {
  .font_m {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .font_m {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.font_ml {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7em;
}
@media (min-width: 480px) {
  .font_ml {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .font_ml {
    font-size: 20px;
    font-size: 2rem;
  }
}

.font_l {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2em;
}
@media (min-width: 480px) {
  .font_l {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) {
  .font_l {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.font_ll {
  line-height: 1.4em;
  font-size: 19px;
  font-size: 1.9rem;
}
@media (min-width: 480px) {
  .font_ll {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media (min-width: 768px) {
  .font_ll {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.mt5 {
  display: inline-block;
  margin-top: 5px;
}

.mt10 {
  display: inline-block;
  margin-top: 10px;
}

.mt20 {
  display: inline-block;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mt30 {
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mt40 {
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .mt40 {
    margin-top: 40px;
  }
}

.mt50 {
  display: inline-block;
  margin-top: 30px;
}
@media (min-width: 480px) {
  .mt50 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mb5 {
  display: inline-block;
  margin-bottom: 5px;
}

.mb10 {
  display: inline-block;
  margin-bottom: 10px;
}

.mb20 {
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 680px) {
  .mb20 {
    margin-bottom: 20px;
  }
}

.mb30 {
  display: inline-block;
  margin-bottom: 15px;
}
@media (min-width: 680px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mb40 {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 680px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mb50 {
  display: inline-block;
  margin-bottom: 30px;
}
@media (min-width: 680px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mb80 {
  display: inline-block;
  margin-bottom: 50px;
}
@media (min-width: 680px) {
  .mb80 {
    margin-bottom: 80px;
  }
}

.pc {
  display: none;
}
@media (min-width: 480px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 480px) {
  .sp {
    display: none;
  }
}/*# sourceMappingURL=campaign.css.map */