@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: white;
  position: relative;
  width: 100%;
  overflow-y: visible;
  overflow-x: hidden;
  font-size: 13px;
  font-size: 1.3rem;
}
body#sub {
  padding-top: 60px;
}
@media (min-width: 680px) {
  body {
    padding-top: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  body#sub {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*** リンクカラー ***/
a, a:visited {
  color: #e94508;
  text-decoration: underline;
}
a:hover, a:active, a:focus, a:visited:hover, a:visited:active, a:visited:focus {
  color: #27264e;
  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.bw {
  border: 5px solid white;
}
img.opa:hover {
  opacity: 0.8;
}

/*** ヘッダー ***/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: #353535;
}
@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;
}

/*** メインビジュアル ***/
#main_v {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  /*** 発売日表示 ***/
}
#main_v h1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #main_v h1 {
    background: #22b9e6 url(../img/cd/bg_maincd.webp) center top repeat-x;
    background-size: auto 100%;
  }
}
#main_v #date {
  width: 100%;
  text-align: center;
  background-color: #27264e;
  color: white;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  #main_v #date {
    margin-bottom: 20px;
  }
}
@media (min-width: 680px) {
  #main_v #date {
    margin-bottom: 40px;
  }
}
#main_v #date .lg {
  font-weight: 800;
  font-size: 1.7em;
}
@media (min-width: 680px) {
  #main_v #date .lg {
    font-size: 1.6em;
  }
}
#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: #22b9e6;
}
#main_v #date p {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5em;
  padding: 15px 0 10px;
}
@media (min-width: 480px) {
  #main_v #date p {
    font-size: 27px;
    font-size: 2.7rem;
    padding: 17px 0 13px;
  }
}
@media (min-width: 680px) {
  #main_v #date p {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 0px;
    line-height: 1em;
    padding: 20px 0 15px;
  }
}
@media (min-width: 992px) {
  #main_v #date p {
    padding: 30px 0 15px;
    font-size: 38px;
    font-size: 3.8rem;
  }
}

/*** 下層ページ タイトル ***/
#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 {
  color: #e94508;
  font-size: 1.9em;
  margin: 15px 3%;
}
@media (min-width: 680px) {
  #sub_v h1 {
    margin: 30px 3%;
    font-size: 2.2em;
  }
}
#sub_v h1 a {
  text-decoration: none;
}

/*** コミックス・CD切り替えタブ ***/
#page_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.5%;
       column-gap: 1.5%;
  width: 100%;
  max-width: 970px;
  padding: 0 3%;
  margin-left: auto;
  margin-right: auto;
  height: 45px;
}
@media (min-width: 680px) {
  #page_nav {
    padding: 0 50px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  #page_nav {
    height: 80px;
  }
}
#page_nav li {
  display: grid;
  grid-template-rows: subgrid;
  position: relative;
  border-radius: 15px 15px 0 0;
  background-color: #22b9e6;
  border: 1px solid none;
  border-bottom: none;
  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 {
  display: grid;
  align-items: center;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  width: 100%;
  color: #353535;
}
@media (min-width: 680px) {
  #page_nav li a {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  #page_nav li a {
    font-size: 30px;
    font-size: 3rem;
    border-radius: 30px 30px 0 0;
  }
}
#page_nav li:first-child {
  background-color: #eb3d2a;
}
#page_nav li:first-child a {
  color: #00205b;
}

/*** メニュー・ナビ ***/
#nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 970px;
  margin-bottom: 30px;
  z-index: 50;
  background-color: white;
  height: 55px;
}
@media (max-width: 679px) {
  #nav {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
  }
  #nav a.soon span {
    bottom: 7px;
  }
}
@media (min-width: 680px) {
  #nav {
    position: relative;
    margin: 0 auto 40px;
    height: 60px;
  }
}
#nav li {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  background-color: #353535;
  border-right: 1px solid white;
}
#nav li:last-child {
  border-right: none;
}
#nav li a {
  display: grid;
  align-items: center;
  width: 100%;
  margin: 0;
  color: white;
  letter-spacing: -0.5px;
  text-decoration: none;
  font-weight: 800;
  transition: all 0.2s ease-out;
  line-height: 1.2em;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 480px) {
  #nav li a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  #nav li a {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 992px) {
  #nav li a {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
}
#nav li a:after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 5%;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.2s ease-in-out;
  transform-origin: center;
}
@media (min-width: 680px) {
  #nav li a:after {
    width: 12px;
    height: 12px;
  }
}
#nav li a:hover:after {
  right: 3%;
}
#nav li a.soon {
  background-color: #666666;
  color: #cccccc;
  cursor: default;
}
#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) {
  #nav li a.soon span {
    bottom: 3px;
  }
}
@media (min-width: 992px) {
  #nav li a.soon span {
    bottom: 3px;
    font-size: 0.5em;
  }
}
#nav li a.soon:after {
  border-bottom: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  top: 50%;
  right: 3%;
  transform: rotate(-45deg) translateY(-50%);
}

/*** フッター ***/
#footer {
  position: relative;
  width: 100%;
  padding: 5px 3% 60px;
  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;
  }
}
#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 {
  width: 100%;
  max-width: 970px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background: #22b9e6;
  border: 1px solid none;
  /*** コンテンツ ・ パーツ ***/
}
@media (min-width: 680px) {
  #wrapper {
    padding-top: 40px;
  }
}
#wrapper .pc {
  display: none;
}
@media (min-width: 680px) {
  #wrapper .pc {
    display: block;
  }
}
#wrapper .sp {
  display: block;
}
@media (min-width: 680px) {
  #wrapper .sp {
    display: none;
  }
}
#wrapper p {
  display: inline-block;
  text-align: left;
  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 h2 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 50px;
  color: white;
  font-weight: 600;
  background: #353535;
  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 .round h2 {
  border-radius: 10px 10px 0 0;
}
#wrapper h3, #wrapper h4, #wrapper h5 {
  display: inline-block;
  position: relative;
}
#wrapper h3.theme, #wrapper h4.theme, #wrapper h5.theme {
  color: #e94508;
}
#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: #353535;
  color: white;
  width: auto;
  min-width: 80%;
  line-height: 1.4em;
  padding: 9px 20px 7px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 680px) {
  #wrapper h3.c_box, #wrapper h4.c_box, #wrapper h5.c_box {
    width: auto;
    min-width: 200px;
    text-align: center;
    padding: 8px 30px;
    font-size: 22px;
    font-size: 2.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: 25px;
    font-size: 2.5rem;
  }
}
#wrapper h3.bd, #wrapper h4.bd, #wrapper h5.bd {
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #e94508;
  border-top: 4px double #e94508;
  border-bottom: 4px double #e94508;
  width: 100%;
}
#wrapper h3.chara, #wrapper h4.chara, #wrapper h5.chara {
  line-height: 1em;
  font-size: 23px;
  font-size: 2.3rem;
}
#wrapper h3.chara span, #wrapper h4.chara span, #wrapper h5.chara span {
  font-size: 0.6em;
  font-weight: normal;
}
@media (min-width: 680px) {
  #wrapper h3.chara, #wrapper h4.chara, #wrapper h5.chara {
    text-align: center;
    margin-bottom: 0;
  }
}
#wrapper h3.bd, #wrapper h4.bd, #wrapper h5.bd {
  display: inline-block;
  text-align: center;
  color: #e94508;
  border-top: 4px double #e94508;
  border-bottom: 4px double #e94508;
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
}
@media (min-width: 480px) {
  #wrapper h3.bd, #wrapper h4.bd, #wrapper h5.bd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 680px) {
  #wrapper h3.bd, #wrapper h4.bd, #wrapper h5.bd {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #wrapper h3.bd, #wrapper h4.bd, #wrapper h5.bd {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
#wrapper .btn {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 9px 0 7px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #27264e;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 680px) {
  #wrapper .btn {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 10px 0 7px;
  }
}
#wrapper .btn.bd {
  border: 2px solid #27264e;
}
#wrapper .btn:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  border-bottom: 2px solid white;
  border-right: 2px 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 {
    width: 14px;
    height: 14px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
  }
}
#wrapper .btn:hover:after {
  right: 12px;
}
#wrapper .btn.round {
  border-radius: 22px;
}
@media (min-width: 680px) {
  #wrapper .btn.round {
    border-radius: 25px;
  }
}
#wrapper .btn.soon {
  color: #cccccc;
  background-color: #666666;
  cursor: default;
  padding: 8px 0;
}
@media (min-width: 680px) {
  #wrapper .btn.soon {
    padding: 8px 0;
  }
}
#wrapper .btn.soon span {
  font-size: 0.5em;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 3px;
  text-align: center;
  line-height: 1em;
}
#wrapper .btn.soon:hover, #wrapper .btn.soon:focus {
  opacity: 1;
}
#wrapper .btn.soon:hover:after {
  right: 15px;
}
#wrapper .btn.soon:after {
  border-bottom: 3px solid #cccccc;
  border-right: 3px solid #cccccc;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.2s ease-in-out;
  transform-origin: 50% 50%;
}
#wrapper .btn.soon.bd {
  border: 2px solid #666666;
}
#wrapper .btn.buy {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 9px 0 7px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #e94508;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
}
@media (min-width: 680px) {
  #wrapper .btn.buy {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 10px 0 7px;
  }
}
#wrapper .btn.buy.bd {
  border: 2px solid #e94508;
}
#wrapper .btn.buy:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  border-bottom: 2px solid white;
  border-right: 2px 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 {
    width: 14px;
    height: 14px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
  }
}
#wrapper .btn.buy:hover:after {
  right: 12px;
}
#wrapper .btn.buy.round {
  border-radius: 22px;
}
@media (min-width: 680px) {
  #wrapper .btn.buy.round {
    border-radius: 25px;
  }
}
#wrapper .btn.buy.soon {
  color: #cccccc;
  background-color: #666666;
  cursor: default;
  padding: 8px 0;
}
@media (min-width: 680px) {
  #wrapper .btn.buy.soon {
    padding: 8px 0;
  }
}
#wrapper .btn.buy.soon span {
  font-size: 0.5em;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 3px;
  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: 15px;
}
#wrapper .btn.buy.soon:after {
  border-bottom: 3px solid #cccccc;
  border-right: 3px solid #cccccc;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.2s ease-in-out;
  transform-origin: 50% 50%;
}
#wrapper .btn.buy.soon.bd {
  border: 2px solid #666666;
}
#wrapper .btn.buy.bd {
  border: 2px solid #e94508;
}
#wrapper .inner {
  width: 100%;
  max-width: 970px;
  padding: 30px 4%;
}
@media (min-width: 680px) {
  #wrapper .inner {
    padding: 40px 4%;
  }
}
@media (min-width: 992px) {
  #wrapper .inner {
    padding: 60px 40px;
  }
}
#wrapper .inner.sub {
  padding: 10px 4% 30px;
}
@media (min-width: 680px) {
  #wrapper .inner.sub {
    padding: 20px 4% 40px;
  }
}
@media (min-width: 992px) {
  #wrapper .inner.sub {
    padding: 30px 40px 60px;
  }
}
#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 .grid2 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media (min-width: 680px) {
  #wrapper .grid2 {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
#wrapper .grid_list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 680px) {
  #wrapper .grid_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  #wrapper .grid_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
#wrapper .full_box {
  width: 100%;
}
#wrapper .half_box {
  width: 100%;
}
@media (min-width: 680px) {
  #wrapper .half_box {
    width: 48.5%;
  }
}
#wrapper .img {
  margin: 0;
  margin-bottom: 10px;
  position: relative;
}
#wrapper img.cover {
  width: auto;
  max-width: 80%;
}
@media (min-width: 680px) {
  #wrapper img.cover {
    max-width: 100%;
  }
}
#wrapper .txt {
  width: 100%;
  margin: 0 0 10px;
  position: relative;
  padding: 0;
  text-align: center;
}
#wrapper .txt .h4 {
  text-align: center;
}
@media (min-width: 680px) {
  #wrapper .txt {
    text-align: left;
  }
  #wrapper .txt .h4 {
    text-align: left;
  }
}
#wrapper .txt_box {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 680px) {
  #wrapper .txt_box {
    width: auto;
  }
}
#wrapper .txt_box p, #wrapper .txt_box ul {
  width: 100%;
  text-align: left;
  float: none;
}
#wrapper .txt_box p.bold, #wrapper .txt_box ul.bold {
  letter-spacing: -0.5px;
  line-height: 1.4em;
}
#wrapper ul.atten {
  list-style: disc;
}
#wrapper ul.atten li {
  list-style-type: none;
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
  font-size: 0.85em;
}
#wrapper ul.atten li:before {
  content: "※";
}
#wrapper .media_onebox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 680px) {
  #wrapper .media_onebox {
    width: 80%;
  }
}
#wrapper .media {
  padding-top: 58%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrapper .media iframe {
  display: block;
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
}
#wrapper .btn_img {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  background: #e94508 url(../img/btn_down_w.png) 98% center no-repeat;
  background-size: auto 35px;
  text-decoration: none;
  font-size: 1.3em;
  color: white;
  transition: all 0.2s ease-out;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width: 680px) {
  #wrapper .btn_img {
    font-size: 1.2em;
    padding: 15px 0;
  }
}
#wrapper section {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: white;
  margin-top: 20px;
  border: 1px solid none;
}
@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;
  }
}
#wrapper section.sub {
  margin-top: 20px;
}
@media (min-width: 680px) {
  #wrapper section.sub {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #wrapper #cast {
    margin-bottom: 20px;
  }
}
#wrapper #cast h3.index {
  display: inline-block;
  text-align: center;
  color: white;
  width: auto;
  background-color: #180e00;
  padding: 7px 18px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (min-width: 480px) {
  #wrapper #cast h3.index {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 25px;
  }
}
@media (min-width: 680px) {
  #wrapper #cast h3.index {
    padding: 10px 25px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #wrapper #cast h3.index {
    letter-spacing: 2px;
    padding: 13px 30px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
#wrapper #cast p {
  font-weight: 800;
  line-height: 2em;
  letter-spacing: -0.5px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 480px) {
  #wrapper #cast p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 680px) {
  #wrapper #cast p {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  #wrapper #cast p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#wrapper #cast p span {
  font-size: 1.5em;
  letter-spacing: 0;
}
#wrapper #news {
  position: relative;
  overflow: auto;
  height: auto;
  background-color: white;
}
#wrapper #news h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 50px;
  color: white;
  font-weight: 600;
  background: #353535;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
@media (min-width: 480px) {
  #wrapper #news h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 680px) {
  #wrapper #news h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 50px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  #wrapper #news h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 60px;
    margin-bottom: 0px;
  }
}
#wrapper #news ul {
  width: 100%;
  overflow: auto;
  padding: 0 15px 0;
  height: auto;
  max-height: 150px;
  background-color: white;
}
#wrapper #news ul li {
  width: 100%;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px dashed #999999;
}
#wrapper #news ul li:last-child {
  border-bottom: none;
}
@media (min-width: 680px) {
  #wrapper #news ul {
    max-height: 150px;
    padding: 0 20px 0;
    margin-bottom: 0;
  }
  #wrapper #news ul li {
    padding: 17px 0;
  }
}
@media (min-width: 992px) {
  #wrapper #news ul {
    padding: 0 20px 0;
    max-height: 195px;
  }
}
#wrapper #news span {
  width: 75px;
  font-weight: bold;
  margin-right: 0.5em;
  font-size: 0.9em;
  float: left;
}
@media (min-width: 680px) {
  #wrapper #news span {
    width: 95px;
  }
}
#wrapper #news p {
  display: block;
  width: auto;
  margin-left: 85px;
}
@media (min-width: 680px) {
  #wrapper #news p {
    margin-left: 100px;
  }
}
#wrapper #pv {
  margin-top: 40px;
}
@media (min-width: 680px) {
  #wrapper #pv {
    margin-top: 0;
  }
}
#wrapper #sns {
  margin-top: 20px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 680px) {
  #wrapper #sns {
    margin-top: 0;
  }
}
#wrapper #about .grid1_3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media (min-width: 480px) {
  #wrapper #about .grid1_3 {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 8%;
         column-gap: 8%;
  }
}
@media (min-width: 680px) {
  #wrapper #about .grid1_3 {
    -moz-column-gap: 4%;
         column-gap: 4%;
    grid-template-columns: repeat(3, 1fr);
  }
}
#wrapper #about .grid2_3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  -moz-column-gap: 8%;
       column-gap: 8%;
}
@media (min-width: 680px) {
  #wrapper #about .grid2_3 {
    -moz-column-gap: 4%;
         column-gap: 4%;
    grid-template-columns: repeat(3, 1fr);
  }
}
#wrapper #about .chara_box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  justify-items: center;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  #wrapper #about .chara_box {
    margin-bottom: 30px;
  }
}
@media (min-width: 680px) {
  #wrapper #about .chara_box {
    margin-bottom: 40px;
  }
}
#wrapper #about .chara_box .img {
  width: 75%;
}
#wrapper #about .chara_box .txt {
  text-align: center;
}
#wrapper #about .chara_box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 680px) {
  #wrapper #about .chara_box h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#wrapper #about .chara_box h3 b {
  line-height: 0.9em;
  width: auto;
  text-align: center;
  padding-top: 5px;
}
#wrapper #about .chara_box h3 span {
  font-size: 0.6em;
}
#wrapper #about .chara_box i {
  font-style: normal;
  width: 45px;
  height: 45px;
  line-height: 50px;
  margin-right: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  background-color: #e94508;
  color: white;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
@media (min-width: 680px) {
  #wrapper #about .chara_box i {
    width: 45px;
    height: 45px;
    line-height: 50px;
    margin-right: 10px;
  }
}
#wrapper #about .chara_box i.sub {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 33px;
  padding: 0 10px;
  border-radius: 15px;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 0;
  margin-bottom: 5px;
}
@media (min-width: 680px) {
  #wrapper #about .chara_box i.sub {
    width: auto;
    height: auto;
    line-height: 32px;
    border-radius: 18px;
    padding: 0 10px;
    margin-right: 5px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #wrapper #about .chara_box i.sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#wrapper #about .chara_box.sub, #wrapper #about .chara_box.sub2, #wrapper #about .chara_box.sub3, #wrapper #about .chara_box.sub4 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  justify-items: center;
}
@media (min-width: 680px) {
  #wrapper #about .chara_box.sub, #wrapper #about .chara_box.sub2, #wrapper #about .chara_box.sub3, #wrapper #about .chara_box.sub4 {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
#wrapper #about .chara_box.sub .img, #wrapper #about .chara_box.sub2 .img, #wrapper #about .chara_box.sub3 .img, #wrapper #about .chara_box.sub4 .img {
  margin-bottom: 10px;
}
@media (min-width: 680px) {
  #wrapper #about .chara_box.sub .img, #wrapper #about .chara_box.sub2 .img, #wrapper #about .chara_box.sub3 .img, #wrapper #about .chara_box.sub4 .img {
    width: 100%;
    margin-bottom: 0;
  }
}
#wrapper #about .chara_box.sub .txt, #wrapper #about .chara_box.sub2 .txt, #wrapper #about .chara_box.sub3 .txt, #wrapper #about .chara_box.sub4 .txt {
  text-align: left;
}
@media (min-width: 680px) {
  #wrapper #about .chara_box.sub .txt, #wrapper #about .chara_box.sub2 .txt, #wrapper #about .chara_box.sub3 .txt, #wrapper #about .chara_box.sub4 .txt {
    text-align: left;
  }
}
#wrapper #about .chara_box.sub .txt .font_ml, #wrapper #about .chara_box.sub2 .txt .font_ml, #wrapper #about .chara_box.sub3 .txt .font_ml, #wrapper #about .chara_box.sub4 .txt .font_ml {
  font-size: 2rem;
}
@media (min-width: 680px) {
  #wrapper #about .chara_box.sub .txt .font_ml, #wrapper #about .chara_box.sub2 .txt .font_ml, #wrapper #about .chara_box.sub3 .txt .font_ml, #wrapper #about .chara_box.sub4 .txt .font_ml {
    font-size: 1.8rem;
  }
}
#wrapper #about .chara_box.sub h3, #wrapper #about .chara_box.sub2 h3, #wrapper #about .chara_box.sub3 h3, #wrapper #about .chara_box.sub4 h3 {
  width: 100%;
  line-height: 1em;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 680px) {
  #wrapper #about .chara_box.sub h3, #wrapper #about .chara_box.sub2 h3, #wrapper #about .chara_box.sub3 h3, #wrapper #about .chara_box.sub4 h3 {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  #wrapper #about .chara_box.sub h3, #wrapper #about .chara_box.sub2 h3, #wrapper #about .chara_box.sub3 h3, #wrapper #about .chara_box.sub4 h3 {
    flex-direction: row;
    align-items: center;
    font-size: 1.1em;
  }
}
#wrapper #about .chara_box.sub h3 b, #wrapper #about .chara_box.sub2 h3 b, #wrapper #about .chara_box.sub3 h3 b, #wrapper #about .chara_box.sub4 h3 b {
  text-align: left;
}
@media (min-width: 680px) {
  #wrapper #about .chara_box.sub h3 b, #wrapper #about .chara_box.sub2 h3 b, #wrapper #about .chara_box.sub3 h3 b, #wrapper #about .chara_box.sub4 h3 b {
    text-align: left;
  }
}
#wrapper #about .chara_box.sub h3 span, #wrapper #about .chara_box.sub2 h3 span, #wrapper #about .chara_box.sub3 h3 span, #wrapper #about .chara_box.sub4 h3 span {
  font-size: 0.6em;
  font-weight: normal;
}
#wrapper #about .chara_box.sub2 .img {
  width: 100%;
}
@media (min-width: 680px) {
  #wrapper #about .chara_box.sub2 .txt {
    text-align: left;
  }
}
#wrapper #about .chara_box.sub2 h3 {
  text-align: left;
}
@media (min-width: 680px) {
  #wrapper #about .chara_box.sub2 h3 {
    text-align: left;
  }
}
@media (min-width: 680px) {
  #wrapper #about .chara_box.sub3, #wrapper #about .chara_box.sub4 {
    grid-template-columns: repeat(1, 1fr);
  }
  #wrapper #about .chara_box.sub3 .txt, #wrapper #about .chara_box.sub4 .txt {
    text-align: center;
  }
  #wrapper #about .chara_box.sub3 h3, #wrapper #about .chara_box.sub4 h3 {
    font-size: 1.1em;
    line-height: 1em;
    align-items: center;
  }
}
#wrapper #about .chara_box.sub3 .img, #wrapper #about .chara_box.sub4 .img {
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  #wrapper #about .chara_box.sub3 .img, #wrapper #about .chara_box.sub4 .img {
    width: 100%;
  }
}
#wrapper #about .chara_box.sub3 h3, #wrapper #about .chara_box.sub4 h3 {
  flex-direction: column;
}
@media (min-width: 768px) {
  #wrapper #about .chara_box.sub3 h3, #wrapper #about .chara_box.sub4 h3 {
    flex-direction: column;
  }
}
#wrapper #about .chara_box.sub4 .img {
  width: 100%;
}

#wrapper #cd h3 span, #wrapper #dl h3 span {
  color: white;
  background-color: #e94508;
  border-radius: 99999px;
  padding: 4px 20px 2px;
  letter-spacing: 2px;
  display: inline-block;
}
@media (min-width: 480px) {
  #wrapper #cd h3 span, #wrapper #dl h3 span {
    padding: 5px 30px 3px;
  }
}
@media (min-width: 680px) {
  #wrapper #cd .btn, #wrapper #dl .btn {
    max-width: 550px;
  }
}

#wrapper #cd {
  /*** 販売形態表***/
  /*** 販売形態切り替え（画像）***/
  /*** 販売形態切り替え（タブ）***/
  /*** 表示コントロール ***/
}
#wrapper #cd .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
#wrapper #cd .inner {
  border: 2px solid #e94508;
}
#wrapper #cd .imgset {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#wrapper #cd .imgset div {
  position: relative;
}
#wrapper #cd .imgset img {
  height: auto;
  width: auto;
}
#wrapper #cd ul.atten {
  width: 100%;
  display: inline-block;
}
@media (min-width: 680px) {
  #wrapper #cd ul.atten {
    width: auto;
  }
}
#wrapper #cd .dropdown {
  display: inline-block;
  width: 100%;
}
@media (min-width: 680px) {
  #wrapper #cd .dropdown {
    max-width: 550px;
  }
}
#wrapper #cd .max600 {
  max-width: 600px;
}
#wrapper #cd dl#type_table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#wrapper #cd dl#type_table div {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  cursor: pointer;
  margin-bottom: 10px;
}
#wrapper #cd dl#type_table div dt {
  background-color: #e94508;
  padding: 10px 5px;
  border-radius: 5px 0 0 5px;
  color: white;
  font-weight: 800;
  width: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05em;
  line-height: 1.4em;
}
#wrapper #cd dl#type_table div dd {
  background-color: #f7e4de;
  padding: 10px 5px;
  border-radius: 0 5px 5px 0;
  text-align: left;
  width: 73%;
  font-size: 0.9em;
  line-height: 1.5em;
}
@media (min-width: 680px) {
  #wrapper #cd dl#type_table div dd {
    font-size: 0.9em;
    line-height: 1.3em;
  }
}
#wrapper #cd .booklet {
  position: relative;
  width: 100%;
}
#wrapper #cd .booklet .img_box, #wrapper #cd .booklet .txt_box {
  margin: 0 0 15px 0;
}
@media (min-width: 680px) {
  #wrapper #cd .booklet .txt_box h3 {
    text-align: left;
  }
}
#wrapper #cd .syokai_try {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
#wrapper #cd .syokai_try li {
  width: 48.5%;
  margin-bottom: 10px;
}
#wrapper #cd .syokai_try li:last-child {
  margin-bottom: 0;
}
#wrapper #cd ul#type_img {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
@media (min-width: 680px) {
  #wrapper #cd ul#type_img {
    margin-bottom: 0;
  }
}
#wrapper #cd ul#type_img li {
  flex: 1 1 38.7%;
  cursor: pointer;
}
#wrapper #cd ul#type_img li:nth-child(1),
#wrapper #cd ul#type_img li:nth-child(3) {
  flex: 1 1 61.3%;
}
#wrapper #cd #type_nav {
  width: 100%;
  display: flex;
  vertical-align: middle;
  max-width: 970px;
  z-index: 10;
  position: relative;
  background-color: white;
}
#wrapper #cd #type_nav li {
  position: relative;
  width: 25%;
  margin-left: 1%;
  border-radius: 15px 15px 0 0;
  background-color: #e94508;
  border: 2px solid #e94508;
  border-bottom: none;
  bottom: -2px;
  font-weight: 800;
  line-height: 17px;
  text-align: center;
  padding: 7px 5px;
  color: white;
  cursor: pointer;
}
@media (min-width: 680px) {
  #wrapper #cd #type_nav li {
    border-radius: 20px 20px 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    padding: 10px 5px;
  }
}
@media (min-width: 992px) {
  #wrapper #cd #type_nav li {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 30px;
    padding: 15px 5px;
    border-radius: 30px 30px 0 0;
  }
}
#wrapper #cd #type_nav li:first-child {
  margin-left: auto;
}
#wrapper #cd #type_nav li.on {
  background-color: white;
  color: #e94508;
}
#wrapper #cd .tab-contents {
  display: none;
}
#wrapper #cd .tab-contents.on {
  display: inline-block;
}

/*** DLページ用 ***/
#wrapper #dl h3 {
  width: 100%;
}
#wrapper #dl .dl_box {
  width: 100%;
  padding: 10px;
  background-color: #E5E5E5;
  border-radius: 5px;
  text-align: left;
}
@media (min-width: 680px) {
  #wrapper #dl .dl_box {
    padding: 20px;
  }
}
#wrapper #dl .dl_box p {
  width: 100%;
}
#wrapper #dl .dlbtn {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  line-height: 1.3em;
  background-color: white;
  border: 2px solid #e94508;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: 800;
  text-align: center;
}
#wrapper #dl .dlbtn:hover, #wrapper #dl .dlbtn:active, #wrapper #dl .dlbtn:focus {
  background-color: #e94508;
  color: white;
}
#wrapper #dl .dlbtn.half {
  width: 49.5%;
  float: left;
}
#wrapper #dl .dlbtn.half.right {
  margin-left: 1%;
}
#wrapper #dl .dlbtn.soon {
  display: block;
  background-color: #666666;
  border: 2px solid #cccccc;
  color: #cccccc;
}
#wrapper #dl .dlbtn.soon span {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
}
#wrapper #dl .arrow {
  width: auto;
  max-width: 35%;
  height: auto;
  margin: 15px auto;
}
#wrapper #dl ul.step {
  list-style-type: none;
  counter-reset: number;
}
#wrapper #dl ul.step li {
  position: relative;
  list-style-type: none;
  text-indent: -1.1em;
  margin-left: 1.1em;
  text-align: left;
}

/*** 特典用 ***/
#wrapper #bonus img {
  width: 100%;
  max-width: 670px;
}
#wrapper #bonus .shop_list {
  list-style: none;
  margin-top: 20px;
  text-align: left;
}
@media (min-width: 680px) {
  #wrapper #bonus .shop_list {
    margin-top: 0;
  }
}
#wrapper #bonus .shop_list li {
  border: 1px solid none;
  border-radius: 5px;
  margin-bottom: 5px;
  background-color: #f7e4de;
}
#wrapper #bonus .shop_list li a, #wrapper #bonus .shop_list li div {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  color: #180e00;
}
#wrapper #bonus .shop_list li h3 {
  color: #e94508;
  text-decoration: underline;
  width: 100%;
  margin-top: 0;
}

/*** フェア・キャンペーン用 ***/
#wrapper #fair h4 {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
#wrapper #fair .grid {
  row-gap: 40px;
}
@media (min-width: 680px) {
  #wrapper #fair .grid {
    mrow-gap: 60px;
  }
}
#wrapper #fair .btn {
  width: 70%;
}
@media (min-width: 680px) {
  #wrapper #fair .btn {
    width: 100%;
  }
}

/*** インタビュー ***/
#wrapper.cd {
  background: #e94508;
}
#wrapper.cd.int1 {
  background: #e94508;
}
#wrapper.cd.int2 {
  background: #bcd700;
}
#wrapper.cd.int3 {
  background: #22b9e6;
}
#wrapper.cd h2 {
  color: white;
  background: #353535;
}

#wrapper #interview .cast1, #wrapper #interview .cast2, #wrapper #interview .cast3, #wrapper #interview .cast4, #wrapper #interview .cast5, #wrapper #interview .cast6, #wrapper #interview .cast7, #wrapper #interview .cast8 {
  font-weight: 600;
  font-size: 1.1em;
}
#wrapper #interview .cast1 {
  color: #e94508;
}
#wrapper #interview .cast2 {
  color: #0000cd;
}
#wrapper #interview .cast3 {
  color: #F28500;
}
#wrapper #interview .cast4 {
  color: #2ba549;
}
#wrapper #interview .cast5 {
  color: #1ACFE7;
}
#wrapper #interview .cast6 {
  color: #ff7c8c;
}
#wrapper #interview .cast7 {
  color: #ab5cec;
}
#wrapper #interview .cast8 {
  color: #e55c5c;
}
#wrapper #interview .que {
  font-weight: 800;
  font-size: 1.1em;
  margin-bottom: 15px;
}
#wrapper #interview .int_img {
  text-align: center;
}
@media (min-width: 680px) {
  #wrapper #interview .int_img {
    order: 1;
  }
}
@media (min-width: 680px) {
  #wrapper #interview .int_txt {
    order: 2;
  }
}
#wrapper #interview .img_three {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}
@media (min-width: 680px) {
  #wrapper #interview .img_three {
    position: relative;
    float: left;
    width: 31.6666666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 2.5%;
    margin-bottom: 20px;
  }
  #wrapper #interview .img_three:nth-child(3n+1) {
    margin-left: 0%;
  }
}
#wrapper #interview hr {
  display: inline-block;
  width: 100%;
  border: none;
  border-bottom: 3px dashed #cccccc;
  margin: 30px auto 20px;
}
@media (min-width: 680px) {
  #wrapper #interview hr {
    margin: 50px auto 40px;
  }
}
#wrapper #interview .int_box {
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 680px) {
  #wrapper #interview .int_box {
    grid-template-columns: repeat(1, 1fr 2fr);
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
#wrapper #interview .name {
  font-size: 0.8em;
  text-align: center;
  margin-top: 2px;
}
@media (min-width: 680px) {
  #wrapper #interview .lg {
    max-width: 450px;
  }
}
#wrapper #interview p {
  width: 100%;
}
#wrapper #interview .que_box {
  border: 4px dashed #e94508;
  padding: 10px;
  width: 100%;
  list-style: none;
  text-align: left;
}
@media (min-width: 680px) {
  #wrapper #interview .que_box {
    padding: 20px;
    margin-top: 0;
  }
}
#wrapper #interview .que_box li {
  text-indent: -1.8em;
  margin-left: 2em;
  margin-bottom: 5px;
}

/*** シリーズ ***/
#wrapper #series .grid_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px 10px;
  width: 100%;
}
@media (min-width: 480px) {
  #wrapper #series .grid_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  #wrapper #series .grid_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 15px;
  }
}
#wrapper #series .grid_list .series_box {
  text-align: center;
}
#wrapper #series .grid_list .series_box .txt {
  width: 100%;
  text-align: center;
  font-size: 0.95em;
}
#wrapper #series .grid_list .series_box .img {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
#wrapper #series .grid_list .series_box .img img.cover {
  width: 100%;
}
#wrapper #series .grid_list .series_box h3 {
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.3em;
}
@media (min-width: 680px) {
  #wrapper #series .grid_list .series_box h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#wrapper #series .grid_list .series_box .btn, #wrapper #series .grid_list .series_box .btn.buy {
  font-size: 1.2em;
}
@media (min-width: 680px) {
  #wrapper #series .grid_list .series_box .btn, #wrapper #series .grid_list .series_box .btn.buy {
    font-size: 1em;
  }
}
#wrapper #series .grid_list .series_box .btn.round, #wrapper #series .grid_list .series_box .btn.buy.round {
  border-radius: 22px;
}
@media (min-width: 680px) {
  #wrapper #series .grid_list .series_box .btn.round, #wrapper #series .grid_list .series_box .btn.buy.round {
    border-radius: 22px;
  }
}
@media (min-width: 680px) {
  #wrapper #series .grid_list .series_box .btn:after, #wrapper #series .grid_list .series_box .btn.buy:after {
    width: 12px;
    height: 12px;
  }
}
#wrapper #series ul.capsule {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  gap: 2px;
  flex-wrap: wrap;
}
#wrapper #series ul.capsule li {
  color: white;
  background-color: #e94508;
  padding: 4px 2px 2px;
  display: inline-block;
  font-size: 7.3px;
  font-size: 0.73em;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 99999px;
}
#wrapper #series ul.capsule li.c3 {
  flex: 1 1 calc(33.33333% - 2px);
}
#wrapper #series ul.capsule li.c4 {
  flex: 1 1 calc(50% - 2px);
}
#wrapper #series p {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
#wrapper #series p a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/*** 購入ボタン（ドロップダウン） ***/
#wrapper .dropdown {
  display: block;
  clear: both;
  position: relative;
  line-height: 1rem;
  width: 100%;
}
#wrapper .dropdown .btn.buy:after {
  transform: translate(-25%, -50%) rotate(45deg);
}
#wrapper .dropdown .btn.buy:hover:after, #wrapper .dropdown .btn.buy:focus:after {
  right: 15px;
}
#wrapper .dropdown .btn.buy.btnon:after {
  transform: translate(-25%, 0) rotate(225deg);
}
#wrapper .dropdown ul.dropdown-menu {
  text-align: center;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 2px solid #e94508;
  z-index: 2;
}
@media (min-width: 680px) {
  #wrapper .dropdown ul.dropdown-menu {
    left: 0;
    width: 100%;
  }
}
#wrapper .dropdown ul.dropdown-menu li {
  border-bottom: 1px dotted #e94508;
  width: 100%;
}
#wrapper .dropdown ul.dropdown-menu li a {
  display: block;
  color: #e94508;
  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 {
  color: white;
  background: #e94508;
}
#wrapper .dropdown ul.dropdown-menu li:last-child {
  border-bottom: none;
}
#wrapper .dropdown.onsei .btn.buy {
  background-color: #27264e;
  color: white;
}
#wrapper .dropdown.onsei .btn.buy.bd {
  border: 2px solid #27264e;
}
#wrapper .dropdown.onsei ul.dropdown-menu {
  border: 2px solid #27264e;
}
#wrapper .dropdown.onsei ul.dropdown-menu li {
  border-bottom: 1px dotted #27264e;
}
#wrapper .dropdown.onsei ul.dropdown-menu li a {
  color: #180e00;
}
#wrapper .dropdown.onsei ul.dropdown-menu li a:hover {
  color: white;
  background: #27264e;
}
#wrapper .dropdown.onsei ul.dropdown-menu li:last-child {
  border-bottom: none;
}

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

/*** ジャンプTOP ***/
.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 {
  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;
  }
}

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

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

.dgray {
  color: #353535;
  cursor: default;
}

.soon {
  color: #cccccc;
}

.white {
  color: white;
}

.theme {
  color: #e94508;
}

.font_ss {
  font-size: 0.6em;
}

.font_s {
  font-size: 0.9em;
}
@media (min-width: 480px) {
  .font_s {
    font-size: 0.8em;
  }
}

.font_m {
  font-size: 14px;
  font-size: 1.4rem;
  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.3em;
}
@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: 20px;
  font-size: 2rem;
  line-height: 1.2em;
}
@media (min-width: 480px) {
  .font_l {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .font_l {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.font_ll {
  line-height: 1.4em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 480px) {
  .font_ll {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .font_ll {
    font-size: 30px;
    font-size: 3rem;
  }
}

.font_xl {
  font-size: 25px;
  font-size: 2.5rem;
}
@media (min-width: 480px) {
  .font_xl {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .font_xl {
    font-size: 42px;
    font-size: 4.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: 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;
  }
}

.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_cd.css.map */