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

/*** 汎用カラー設定 ***/
/*** 基本設定 ***/
/*** カスタマイズ設定 ***/
/*** 各種パーツ 背景画像設定 ***/
/*** 基本・レイアウト ***/
body {
  font: 14px "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #180e00;
  min-height: 100%;
  line-height: 1.5em;
  text-align: center;
  padding-top: 50px;
  background-color: #3db5e4;
  position: relative;
  overflow: auto;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 680px) {
  body {
    padding-top: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body.fixed {
  padding-top: 105px;
}
@media (min-width: 680px) {
  body.fixed {
    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 #999999;
}
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 {
  text-align: left;
  width: 100%;
  height: 50px;
  padding: 5px;
  margin: 0 auto;
}
#header .header_box .logo {
  height: 100%;
  width: auto;
  float: left;
  padding: 7px 0;
}
#header .header_box ul.sns {
  width: 45px;
  height: 100%;
  float: right;
}
#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;
  }
}
@media (min-width: 992px) {
  #header .header_box {
    width: 970px;
    padding: 5px 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;
}

/*** TOP部分パーツ ***/
#main_v {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  /*** メインビジュアル ***/
  /*** 発売日表示 ***/
}
#main_v h1 {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #main_v h1 {
    background: white url(../img/bg.webp) center top repeat-x;
    background-size: auto 100%;
  }
}
#main_v #date {
  width: 100%;
  text-align: center;
  background-color: #e5e5e5;
  color: #3db5e4;
}
#main_v #date .lg {
  font-size: 1.5em;
}
@media (min-width: 680px) {
  #main_v #date .lg {
    font-size: 1.4em;
  }
}
#main_v #date .mg {
  font-size: 1.3em;
}
@media (min-width: 680px) {
  #main_v #date .mg {
    font-size: 1.2em;
  }
}
#main_v #date .sm {
  font-size: 0.8em;
}
#main_v #date .emp {
  color: #3db5e4;
}
#main_v #date p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2em;
  padding: 15px 0 10px;
  font-weight: bold;
}
@media (min-width: 480px) {
  #main_v #date p {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 17px 0 13px;
  }
}
@media (min-width: 680px) {
  #main_v #date p {
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: 0px;
    line-height: 1em;
    padding: 20px 0 15px;
  }
}
@media (min-width: 992px) {
  #main_v #date p {
    padding: 30px 0 15px;
    font-size: 35px;
    font-size: 3.5rem;
  }
}

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

/*** コミックス・CD切り替えタブ ***/
#page_nav {
  width: 100%;
  padding: 0 3%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 680px) {
  #page_nav {
    padding: 0 50px;
    max-width: 970px;
  }
}
#page_nav li {
  position: relative;
  float: left;
  width: 49.1666666667%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1.6666666667%;
  overflow: hidden;
  border: 1px solid #3db5e4;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  background-color: #3db5e4;
  bottom: -1px;
}
@media (min-width: 680px) {
  #page_nav li {
    border-radius: 20px 20px 0 0;
  }
}
@media (min-width: 992px) {
  #page_nav li {
    border-radius: 30px 30px 0 0;
  }
}
#page_nav li.active {
  z-index: 10;
}
#page_nav li a {
  font-weight: 800;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 45px;
  line-height: 43px;
  color: white;
}
@media (min-width: 680px) {
  #page_nav li a {
    line-height: 60px;
    font-size: 1.5em;
    height: 60px;
  }
}
@media (min-width: 992px) {
  #page_nav li a {
    font-size: 30px;
    font-size: 3rem;
    line-height: 80px;
    border-radius: 30px 30px 0 0;
    height: 80px;
  }
}
#page_nav li:first-child {
  margin-left: 0%;
  background-color: #3db5e4;
  border: 1px solid #3db5e4;
}
#page_nav li:first-child a {
  color: white;
}

/*** トップのバナー ***/
#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;
  }
}

/*** 下層ページ タイトル ***/
#sub_v {
  width: 100%;
  margin: 0 auto;
}
#sub_v h1.img {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 0;
}
#sub_v h1.txt {
  color: #f52d84;
  font-size: 1.9em;
  margin: 15px 3%;
}
@media (min-width: 680px) {
  #sub_v h1.txt {
    margin: 30px 3%;
    font-size: 2.2em;
  }
}
#sub_v h1.txt a {
  text-decoration: none;
  color: #f52d84;
}

/*** フッター ***/
#footer {
  position: relative;
  width: 100%;
  padding: 5px 3%;
  bottom: 0;
  color: white;
  background: #180e00;
  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%;
  max-width: 970px;
}
#footer aside.bnr {
  margin-bottom: 65px;
}
@media (min-width: 680px) {
  #footer aside.bnr {
    margin-bottom: 15px;
  }
}

.sns_list {
  list-style: none;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.sns_list li {
  width: 60px;
  margin-right: 18px;
  margin-top: 5px;
  float: left;
  font-size: 0.9em;
}
.sns_list li:last-child {
  margin-right: 0;
}
@media (min-width: 680px) {
  .sns_list li {
    width: 60px;
  }
}
.sns_list li a, .sns_list li a:visited {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.sns_list li a:hover, .sns_list li a:visited:hover {
  opacity: 0.7;
}
.sns_list li img {
  margin-bottom: 5px;
}

/*** 本文用パーツ ***/
#wrapper {
  width: 100%;
  max-width: 970px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background: #3db5e4;
  /*** メニュー・ナビ ***/
  /*** コンテンツ ・ パーツ ***/
}
@media (min-width: 680px) {
  #wrapper {
    overflow: hidden;
  }
}
#wrapper p {
  display: inline-block;
  width: 100%;
}
#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 p.cast {
  font-weight: 800;
  line-height: 1.8em;
  color: #3db5e4;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 480px) {
  #wrapper p.cast {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 680px) {
  #wrapper p.cast {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  #wrapper p.cast {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#wrapper p.cast span {
  font-size: 1.4em;
  letter-spacing: 0;
}
@media (min-width: 680px) {
  #wrapper p.cast span {
    font-size: 1.5em;
  }
}
#wrapper p.cast.sub {
  font-size: 0.9em;
}
@media (min-width: 680px) {
  #wrapper p.cast.sub {
    font-size: 0.9em;
  }
}
#wrapper p.cast.sub span {
  font-size: 1.3em;
  letter-spacing: 0;
}
@media (min-width: 680px) {
  #wrapper p.cast.sub span {
    font-size: 1.4em;
  }
}
#wrapper h2 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 50px;
  color: #333333;
  font-weight: 600;
  background: #e5e5e5;
  letter-spacing: 1px;
}
@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: #3db5e4;
}
#wrapper h3 span, #wrapper h4 span, #wrapper h5 span {
  font-size: 0.8em;
}
#wrapper h3.c_box, #wrapper h4.c_box, #wrapper h5.c_box {
  display: inline-block;
  text-align: center;
  background-color: #e5e5e5;
  color: #333333;
  width: auto;
  line-height: 1.4em;
  padding: 9px 30px 7px;
  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 h4 {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}
@media (min-width: 680px) {
  #wrapper h4 {
    text-align: left;
  }
}
#wrapper h4.chara {
  line-height: 1em;
  font-size: 23px;
  font-size: 2.3rem;
}
#wrapper h4.chara span {
  font-size: 0.6em;
  font-weight: normal;
}
@media (min-width: 680px) {
  #wrapper h4.chara {
    text-align: center;
    margin-bottom: 0;
  }
}
#wrapper h4.bd {
  display: inline-block;
  text-align: center;
  color: #3db5e4;
  border-top: 4px double #3db5e4;
  border-bottom: 4px double #3db5e4;
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
}
@media (min-width: 480px) {
  #wrapper h4.bd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 680px) {
  #wrapper h4.bd {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #wrapper h4.bd {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
#wrapper .btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #3db5e4;
  border: 2px solid #3db5e4;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 680px) {
  #wrapper .btn {
    font-size: 23px;
    font-size: 2.3rem;
    height: 60px;
    line-height: 60px;
    border: 2px solid #3db5e4;
  }
}
#wrapper .btn:after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.2s ease-in-out;
  transform-origin: 50% 50%;
}
@media (min-width: 680px) {
  #wrapper .btn:after {
    line-height: 55px;
    width: 14px;
    height: 14px;
  }
}
#wrapper .btn.bd {
  border: 2px solid #3db5e4;
}
#wrapper .btn:hover:after {
  right: 15px;
}
#wrapper .btn.round {
  border-radius: 25px;
}
@media (min-width: 680px) {
  #wrapper .btn.round {
    border-radius: 30px;
  }
}
#wrapper .btn.soon {
  color: #e5e5e5;
  border: 2px solid #999999;
  background-color: #999999;
  cursor: default;
  line-height: 47px;
}
@media (min-width: 680px) {
  #wrapper .btn.soon {
    border: 2px solid #999999;
    line-height: 52px;
  }
}
#wrapper .btn.soon span {
  font-size: 0.5em;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1px;
  text-align: center;
  line-height: 1em;
}
#wrapper .btn.soon:hover, #wrapper .btn.soon:focus {
  opacity: 1;
}
#wrapper .btn.soon:hover:after {
  right: 20px;
}
#wrapper .btn.soon:after {
  border-bottom: 3px solid #e5e5e5;
  border-right: 3px solid #e5e5e5;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.2s ease-in-out;
  transform-origin: 50% 50%;
}
#wrapper .btn.buy {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #f29ec2;
  border: 2px solid #f29ec2;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
}
@media (min-width: 680px) {
  #wrapper .btn.buy {
    font-size: 23px;
    font-size: 2.3rem;
    height: 60px;
    line-height: 60px;
    border: 2px solid #f29ec2;
  }
}
#wrapper .btn.buy:after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.2s ease-in-out;
  transform-origin: 50% 50%;
}
@media (min-width: 680px) {
  #wrapper .btn.buy:after {
    line-height: 55px;
    width: 14px;
    height: 14px;
  }
}
#wrapper .btn.buy.bd {
  border: 2px solid #3db5e4;
}
#wrapper .btn.buy:hover:after {
  right: 15px;
}
#wrapper .btn.buy.round {
  border-radius: 25px;
}
@media (min-width: 680px) {
  #wrapper .btn.buy.round {
    border-radius: 30px;
  }
}
#wrapper .btn.buy.soon {
  color: #e5e5e5;
  border: 2px solid #999999;
  background-color: #999999;
  cursor: default;
  line-height: 47px;
}
@media (min-width: 680px) {
  #wrapper .btn.buy.soon {
    border: 2px solid #999999;
    line-height: 52px;
  }
}
#wrapper .btn.buy.soon span {
  font-size: 0.5em;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1px;
  text-align: center;
  line-height: 1em;
}
#wrapper .btn.buy.soon:hover, #wrapper .btn.buy.soon:focus {
  opacity: 1;
}
#wrapper .btn.buy.soon:hover:after {
  right: 20px;
}
#wrapper .btn.buy.soon:after {
  border-bottom: 3px solid #e5e5e5;
  border-right: 3px solid #e5e5e5;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.2s ease-in-out;
  transform-origin: 50% 50%;
}
#wrapper .btn.bonus {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #f52d84;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: white;
  border: 2px solid #f52d84;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
}
@media (min-width: 680px) {
  #wrapper .btn.bonus {
    font-size: 23px;
    font-size: 2.3rem;
    height: 60px;
    line-height: 60px;
    border: 2px solid #f52d84;
  }
}
#wrapper .btn.bonus:after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  border-bottom: 3px solid #f52d84;
  border-right: 3px solid #f52d84;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.2s ease-in-out;
  transform-origin: 50% 50%;
}
@media (min-width: 680px) {
  #wrapper .btn.bonus:after {
    line-height: 55px;
    width: 14px;
    height: 14px;
  }
}
#wrapper .btn.bonus.bd {
  border: 2px solid #3db5e4;
}
#wrapper .btn.bonus:hover:after {
  right: 15px;
}
#wrapper .btn.bonus.round {
  border-radius: 25px;
}
@media (min-width: 680px) {
  #wrapper .btn.bonus.round {
    border-radius: 30px;
  }
}
#wrapper .btn.bonus.soon {
  color: #e5e5e5;
  border: 2px solid #999999;
  background-color: #999999;
  cursor: default;
  line-height: 47px;
}
@media (min-width: 680px) {
  #wrapper .btn.bonus.soon {
    border: 2px solid #999999;
    line-height: 52px;
  }
}
#wrapper .btn.bonus.soon span {
  font-size: 0.5em;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1px;
  text-align: center;
  line-height: 1em;
}
#wrapper .btn.bonus.soon:hover, #wrapper .btn.bonus.soon:focus {
  opacity: 1;
}
#wrapper .btn.bonus.soon:hover:after {
  right: 20px;
}
#wrapper .btn.bonus.soon:after {
  border-bottom: 3px solid #e5e5e5;
  border-right: 3px solid #e5e5e5;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.2s ease-in-out;
  transform-origin: 50% 50%;
}
#wrapper .btn.half {
  position: relative;
  float: left;
  width: 48.75%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
#wrapper .btn.half.right {
  margin-left: 2.5%;
}
#wrapper .btn.half:after {
  right: 10px;
}
#wrapper .btn.half:hover:after {
  right: 5px;
}
#wrapper .btn.half.soon:hover:after {
  right: 10px;
}
#wrapper .inner {
  width: 100%;
  padding: 30px 4%;
}
@media (min-width: 680px) {
  #wrapper .inner {
    padding: 35px 4%;
  }
}
@media (min-width: 992px) {
  #wrapper .inner {
    padding: 60px 40px;
    max-width: 970px;
  }
}
#wrapper .full_box {
  display: inline-block;
  width: 100%;
}
#wrapper .half_box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 680px) {
  #wrapper .half_box {
    position: relative;
    float: left;
    width: 47.5%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 5%;
  }
  #wrapper .half_box:nth-child(2n+1) {
    margin-left: 0%;
  }
}
#wrapper .flex_one {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#wrapper .img_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  position: relative;
}
#wrapper .img_box img.cover {
  width: 75%;
}
@media (min-width: 680px) {
  #wrapper .img_box {
    margin-bottom: 0;
    position: relative;
    float: left;
    width: 41.6666666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
  #wrapper .img_box img.cover {
    width: 100%;
  }
}
#wrapper .txt_box {
  width: 100%;
  margin: 0 auto 10px;
  position: relative;
  padding: 0;
  text-align: center;
}
#wrapper .txt_box .h4 {
  text-align: center;
}
@media (min-width: 680px) {
  #wrapper .txt_box {
    position: relative;
    float: left;
    width: 55%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 3.3333333333%;
    text-align: left;
  }
  #wrapper .txt_box .h4 {
    text-align: left;
  }
}
#wrapper ul.ebook_list {
  width: 100%;
}
#wrapper ul.ebook_list li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
#wrapper ul.ebook_list li a.elist {
  width: calc(33.333% - 4px);
  display: block;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  padding: 2px 5px;
  margin: 2px;
}
@media (min-width: 680px) {
  #wrapper ul.ebook_list li a.elist {
    width: calc(33.333% - 10px);
    margin: 5px;
    padding: 0 5px;
  }
}
#wrapper ul.ebook_list li a.elist:hover {
  opacity: 0.8;
}
#wrapper ul.ebook_list li:last-child {
  padding: 10px;
}
#wrapper .img {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 12.5%;
  margin-bottom: 10px;
}
@media (min-width: 680px) {
  #wrapper .img {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 12.5%;
    margin-bottom: 20px;
  }
}
#wrapper .txt {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0%;
  text-align: center;
}
@media (min-width: 680px) {
  #wrapper .txt {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0%;
  }
}
#wrapper .box_b {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#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 .media_box {
  position: relative;
  float: left;
  width: 48.75%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 2.5%;
}
#wrapper .media_box:nth-child(2n+1) {
  margin-left: 0%;
}
#wrapper .media_onebox {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 680px) {
  #wrapper .media_onebox {
    position: relative;
    float: left;
    width: 83.3333333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 8.3333333333%;
  }
}
#wrapper .media {
  padding-top: 58%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrapper .media iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
  border: none;
}
#wrapper .btn_img {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  background: #180e00 url(../img/btn_down_w.png) 98% center no-repeat;
  background-size: auto 35px;
  text-decoration: none;
  font-size: 1.2em;
  color: white;
  transition: all 0.2s ease-out;
  text-align: center;
}
@media (min-width: 680px) {
  #wrapper .btn_img {
    font-size: 1.2em;
    padding: 15px 0;
  }
}
#wrapper ul.list_box {
  display: inline-block;
  width: 100%;
}
#wrapper ul.list_box li {
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 48.3333333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: 60px;
  background-color: white;
  border: 2px solid #180e00;
}
@media (min-width: 992px) {
  #wrapper ul.list_box li {
    height: 80px;
    padding-top: 3px;
  }
}
#wrapper ul.list_box li:nth-child(2n) {
  margin-left: 3.3333333333%;
}
#wrapper ul.list_box li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 2px;
  text-align: center;
}
#wrapper ul.list_box li a img {
  height: 100%;
  width: auto;
  max-height: 100%;
}
@media (min-width: 680px) {
  #wrapper ul.list_box li {
    position: relative;
    float: left;
    width: 23.75%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1.6666666667%;
  }
  #wrapper ul.list_box li:nth-child(2n) {
    margin-left: 1.6666666667%;
  }
  #wrapper ul.list_box li:nth-child(4n+1) {
    margin-left: 0%;
  }
}
#wrapper #nav {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3px;
       column-gap: 3px;
  width: 100%;
  max-width: 970px;
  margin: 30px auto 30px;
  z-index: 50;
  height: 50px;
  background-color: #3db5e4;
  padding-top: 3px;
}
@media (max-width: 679px) {
  #wrapper #nav {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
  #wrapper #nav a.soon span {
    bottom: 7px;
  }
}
@media (min-width: 680px) {
  #wrapper #nav {
    position: relative;
    padding-top: 0;
    margin: 40px auto 40px;
    height: 60px;
    z-index: 1;
  }
}
#wrapper #nav li {
  flex: 33%;
  background-color: #e5e5e5;
  height: 100%;
  display: flex;
  align-items: center;
}
#wrapper #nav li a {
  position: relative;
  margin: 0;
  color: #333333;
  display: inline-block;
  width: 100%;
  letter-spacing: -0.5px;
  text-decoration: none;
  font-weight: 800;
  transition: all 0.2s ease-out;
  text-align: center;
  padding-right: 8px;
  line-height: 1.2em;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 480px) {
  #wrapper #nav li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  #wrapper #nav li a {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 992px) {
  #wrapper #nav li a {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0;
  }
}
#wrapper #nav li a:after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 3%;
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.2s ease-in-out;
  transform-origin: center;
}
@media (min-width: 680px) {
  #wrapper #nav li a:after {
    width: 12px;
    height: 12px;
  }
}
#wrapper #nav li a:hover:after {
  right: 2%;
}
#wrapper #nav li a.soon {
  background-color: #999999;
  color: #e5e5e5;
  padding-top: 17px;
  cursor: default;
}
#wrapper #nav li a.soon span {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5px;
  font-size: 0.6em;
  letter-spacing: 0;
  line-height: 1.4em;
}
@media (min-width: 480px) {
  #wrapper #nav li a.soon span {
    bottom: 3px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  #wrapper #nav li a.soon span {
    bottom: 3px;
    font-size: 0.5em;
  }
}
#wrapper #nav li a.soon:after {
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  top: 50%;
  right: 3%;
  transform: rotate(-45deg) translateY(-50%);
}
#wrapper section {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: white;
  color: #180e00;
  margin-top: 20px;
}
@media (min-width: 480px) {
  #wrapper section {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #wrapper section {
    margin-top: 50px;
  }
}
#wrapper section:last-child {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #wrapper section:last-child {
    margin-bottom: 80px;
  }
}

#cast {
  margin-bottom: 20px;
}
@media (min-width: 680px) {
  #cast {
    margin-bottom: 0;
  }
}
#cast h3.index {
  display: inline-block;
  text-align: center;
  color: #333333;
  width: auto;
  background-color: #e5e5e5;
  padding: 7px 18px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (min-width: 480px) {
  #cast h3.index {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 25px;
  }
}
@media (min-width: 680px) {
  #cast h3.index {
    padding: 10px 25px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #cast h3.index {
    letter-spacing: 2px;
    padding: 13px 30px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
#cast p {
  font-weight: 800;
  line-height: 2em;
  letter-spacing: -0.5px;
  color: #333333;
  font-size: 17px;
  font-size: 1.7rem;
}
@media (min-width: 480px) {
  #cast p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 680px) {
  #cast p {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  #cast p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#cast p span {
  font-size: 1.4em;
  letter-spacing: 0;
}
@media (min-width: 680px) {
  #cast p span {
    font-size: 1.3em;
  }
}
#cast p.sub {
  font-size: 1.1em;
}
@media (min-width: 680px) {
  #cast p.sub {
    font-size: 1.3em;
  }
}
#cast p.sub span {
  font-size: 1.3em;
  letter-spacing: 0;
}
@media (min-width: 680px) {
  #cast p.sub span {
    font-size: 1.3em;
  }
}

#news {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: auto;
}
#news h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 50px;
  color: #333333;
  font-weight: 600;
  background: #e5e5e5;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
@media (min-width: 480px) {
  #news h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 680px) {
  #news h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 60px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  #news h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 60px;
    margin-bottom: 0px;
  }
}
#news ul {
  width: 100%;
  overflow: auto;
  padding: 0 15px 0;
  height: auto;
  max-height: 150px;
  background-color: white;
}
#news ul li {
  width: 100%;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 10px 0;
  text-align: left;
  border-bottom: 2px dashed #e5e5e5;
}
#news ul li:last-child {
  border-bottom: none;
}
@media (min-width: 680px) {
  #news ul {
    max-height: 150px;
    padding: 0 20px 0;
    margin-bottom: 0;
  }
  #news ul li {
    padding: 17px 0;
  }
}
@media (min-width: 992px) {
  #news ul {
    padding: 0 20px 0;
    max-height: 195px;
  }
}
#news span {
  width: 75px;
  font-weight: bold;
  margin-right: 0.5em;
  font-size: 0.9em;
  float: left;
}
@media (min-width: 680px) {
  #news span {
    width: 95px;
  }
}
#news p {
  display: block;
  width: auto;
  margin-left: 85px;
}
@media (min-width: 680px) {
  #news p {
    margin-left: 100px;
  }
}

#drama .full_box {
  width: 100%;
  background-color: #f29ec2;
  padding: 30px 0;
}
#drama .sns_list {
  width: 100%;
  display: flex;
  background-color: #f29ec2;
  justify-content: center;
}
#drama .sns_list li {
  color: white;
}
#drama .sns_list li a, #drama .sns_list li p {
  color: white;
  text-decoration: none;
}

#pv {
  margin-top: 40px;
}
@media (min-width: 680px) {
  #pv {
    margin-top: 0;
  }
}

@media (min-width: 680px) {
  #about .half_box:nth-child(2n+1) {
    margin-left: 0%;
  }
  #about .half_box:nth-child(2n) {
    margin-left: 5%;
  }
}
@media (min-width: 680px) {
  #about .half_box.seme {
    margin-left: 0%;
  }
}
@media (min-width: 680px) {
  #about .half_box.uke {
    margin-left: 5%;
  }
}
#about .half_box .txt div {
  display: block;
  line-height: 1em;
}
@media (min-width: 680px) {
  #about .half_box .txt div {
    display: inline-block;
    line-height: 1em;
  }
}
#about .half_box .txt h4 {
  line-height: 43px;
}
@media (min-width: 680px) {
  #about .half_box .txt h4 {
    line-height: 53px;
  }
}
#about .half_box .txt b.main {
  width: 40px;
  height: 40px;
  background-color: #3db5e4;
  color: white;
  border-radius: 20px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (min-width: 680px) {
  #about .half_box .txt b.main {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 30px;
    font-size: 3rem;
  }
}
#about .half_box .txt p.sub {
  width: 100px;
  line-height: 33px;
  height: 30px;
  background-color: #3db5e4;
  color: white;
  border-radius: 15px;
  display: inline-block;
  letter-spacing: 2px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media (min-width: 680px) {
  #about .half_box .txt p.sub {
    height: 30px;
    line-height: 32px;
    width: 80px;
    border-radius: 18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#about .half_box .txt b.sub {
  width: 100px;
  height: 30px;
  line-height: 33px;
  background-color: #3db5e4;
  color: white;
  border-radius: 15px;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 680px) {
  #about .half_box .txt b.sub {
    height: 30px;
    line-height: 32px;
    width: 80px;
    border-radius: 18px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 680px) {
  #about .half_box.sub {
    margin-left: 0%;
  }
  #about .half_box.sub:nth-child(2n+1) {
    margin-left: 5%;
  }
}
#about .half_box.sub .img {
  margin-bottom: 10px;
}
@media (min-width: 680px) {
  #about .half_box.sub .img {
    position: relative;
    float: left;
    width: 47.5%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0%;
  }
}
#about .half_box.sub .txt {
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 680px) {
  #about .half_box.sub .txt {
    position: relative;
    float: left;
    width: 48.3333333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 4.1666666667%;
    text-align: left;
  }
}
#about .half_box.sub h4 {
  line-height: 1.2em;
}
@media (min-width: 680px) {
  #about .half_box.sub h4 {
    justify-content: left;
    font-size: 1.1em;
  }
}
@media (min-width: 680px) {
  #about .half_box.sub2 {
    position: relative;
    float: left;
    width: 47.5%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 5%;
  }
  #about .half_box.sub2:nth-child(3n+1) {
    margin-left: 0%;
  }
}
#about .half_box.sub2 .txt {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 680px) {
  #about .half_box.sub2 .txt {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0%;
  }
}
#about .half_box.sub2 .txt b.sub {
  margin-right: 0;
  margin-bottom: 10px;
}
#about .half_box.sub2 h4 {
  line-height: 1.2em;
}
@media (min-width: 680px) {
  #about .half_box.sub2 h4 {
    font-size: 1.1em;
    display: inline-block;
    line-height: 1em;
  }
}

#series h3 {
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: -0.5px;
  line-height: 1.4em;
}
@media (min-width: 480px) {
  #series h3 {
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0;
  }
}
@media (min-width: 680px) {
  #series h3 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #series h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#series h3 span {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 680px) {
  #series h3 span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #series h3 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#series hr {
  display: inline-block;
  width: 100%;
  border: none;
  border-top: 1px dashed #3db5e4;
  margin: 30px auto 30px;
}
@media (min-width: 680px) {
  #series hr {
    margin: 50px auto 50px;
  }
}
#series .series_list {
  position: relative;
  float: left;
  width: 48.3333333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 3.3333333333%;
  text-align: center;
  margin-bottom: 30px;
}
#series .series_list:nth-child(2n+1) {
  margin-left: 0%;
}
@media (min-width: 680px) {
  #series .series_list {
    position: relative;
    float: left;
    width: 22.5%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
  #series .series_list:nth-child(2n+1) {
    margin-left: 3.3333333333%;
  }
  #series .series_list:nth-child(4n+1) {
    margin-left: 0%;
  }
}
#series .series_list .txt_box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-left: 0;
  margin-left: 0;
  margin-bottom: 10px;
}
#series .series_list .txt_box img.cover {
  width: 100%;
}
#series .series_list img {
  margin-bottom: 5px;
}
@media (min-width: 680px) {
  #series .series_list img {
    margin-bottom: 10px;
  }
}
#series .series_list h3 {
  font-size: 14.5px;
  font-size: 1.45rem;
  text-align: center;
}
@media (min-width: 680px) {
  #series .series_list h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#series .series_list .btn.normal, #series .series_list .s2btn.normal, #series .series_list .btn.buy, #series .series_list .s2btn.buy {
  font-size: 0.95em;
  height: 40px;
  line-height: 37px;
}
@media (min-width: 680px) {
  #series .series_list .btn.normal, #series .series_list .s2btn.normal, #series .series_list .btn.buy, #series .series_list .s2btn.buy {
    height: 45px;
    line-height: 42px;
  }
}
#series .series_list .btn.normal.round, #series .series_list .s2btn.normal.round, #series .series_list .btn.buy.round, #series .series_list .s2btn.buy.round {
  border-radius: 20px;
}
@media (min-width: 680px) {
  #series .series_list .btn.normal.round, #series .series_list .s2btn.normal.round, #series .series_list .btn.buy.round, #series .series_list .s2btn.buy.round {
    border-radius: 22px;
  }
}
#series .series_list .dropdown {
  height: 40px;
}
@media (min-width: 680px) {
  #series .series_list .dropdown {
    height: 45px;
  }
}

#bonus .btn.buy.small {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 680px) {
  #bonus .btn.buy.small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#bonus .btn.buy.small:after {
  right: 20px;
}
#bonus .half_box.shop_list {
  list-style: none;
  margin-top: 10px;
}
@media (min-width: 680px) {
  #bonus .half_box.shop_list {
    margin-top: 0;
  }
}
#bonus .half_box.shop_list li {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  margin-bottom: 5px;
}
#bonus .half_box.shop_list li a, #bonus .half_box.shop_list li div {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  color: #180e00;
}
#bonus .half_box.shop_list li a h3 {
  color: #f52d84;
  text-decoration: underline;
}
#bonus .half_box.shop_list li h3 {
  margin-top: 0;
}

/*** 購入ボタン ***/
#wrapper .dropdown {
  display: block;
  clear: both;
  position: relative;
  line-height: 1rem;
  width: 100%;
}
#wrapper .dropdown .btn.buy:after {
  transform: rotate(45deg) translateY(-55%);
  transform-origin: 50% 0;
}
#wrapper .dropdown .btn.buy:hover:after, #wrapper .dropdown .btn.buy:focus:after {
  right: 20px;
}
#wrapper .dropdown .btn.buy.btnon:after {
  transform: rotate(-135deg) translateY(-55%);
}
#wrapper .dropdown ul.dropdown-menu {
  text-align: center;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 2px solid #f29ec2;
  z-index: 2;
}
#wrapper .dropdown ul.dropdown-menu.small {
  top: 88%;
}
#wrapper .dropdown ul.dropdown-menu li {
  border-bottom: 1px dotted #f29ec2;
  width: 100%;
}
#wrapper .dropdown ul.dropdown-menu li a {
  display: block;
  color: #353535;
  width: 100%;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.2s ease-out;
}
#wrapper .dropdown ul.dropdown-menu li a:hover {
  background: #f29ec2;
  color: white;
}
#wrapper .dropdown ul.dropdown-menu li:last-child {
  border-bottom: none;
}

/*** フッターバナー ***/
#slider, #top_bnr {
  position: relative;
  width: 100%;
}
#slider.slick-slider, #top_bnr.slick-slider {
  margin-bottom: 25px;
}
#slider .slick-list, #top_bnr .slick-list {
  width: calc(100% + 10px);
  margin-left: -5px;
  overflow: hidden;
}
#slider .slick-slide, #top_bnr .slick-slide {
  outline: none;
  padding: 0 5px;
}
#slider .slick-slide img, #top_bnr .slick-slide img {
  width: auto;
}
#slider .slick-dots, #top_bnr .slick-dots {
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 680px) {
  #slider .slick-dots, #top_bnr .slick-dots {
    bottom: -10px;
  }
}
@media (min-width: 992px) {
  #slider .slick-dots, #top_bnr .slick-dots {
    width: 100%;
  }
}
#slider .slick-dots li button:before, #top_bnr .slick-dots li button:before {
  content: "●";
  font-size: 12px;
  color: white;
}

#top_bnr .slick-dots li button:before {
  color: #180e00;
}

/*** ジャンプ ***/
#jump-top {
  display: none;
  z-index: 10;
  position: fixed;
  bottom: 70px;
  right: 15px;
}
@media (min-width: 680px) {
  #jump-top {
    bottom: 50px;
  }
}
#jump-top a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 40px;
  height: 40px;
  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: 992px) {
  .pd {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sppd {
  padding-left: 3%;
  padding-right: 3%;
}
@media (min-width: 992px) {
  .sppd {
    padding-left: 0;
    padding-right: 0;
  }
}

.pcpd {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .pcpd {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

.gray {
  color: #999999;
  cursor: default;
}

.dgray {
  color: #333333;
}

.soon {
  color: #e5e5e5;
}

.white {
  color: white;
}

.theme {
  color: #3db5e4;
}

.cdtheme {
  color: #3db5e4;
}

.blue {
  color: #3db5e4;
  cursor: default;
}

.pink {
  color: #f29ec2;
}

.red {
  color: #e60000;
}

.font_s {
  font-size: 0.8em;
}

.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: 16px;
  font-size: 1.6rem;
  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;
  }
}

.font_xl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2em;
}
@media (min-width: 480px) {
  .font_xl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .font_xl {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.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: 20px;
}
@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: 680px) {
  .pc {
    display: block;
  }
}

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

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

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

.tabo {
  display: none;
}
@media (min-width: 680px) {
  .tabo {
    display: block;
  }
}
@media (min-width: 992px) {
  .tabo {
    display: none;
  }
}

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

.pco {
  display: none;
}
@media (min-width: 992px) {
  .pco {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */