@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: #d9f2ff;
  position: relative;
  overflow: auto;
  width: 100%;
  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: #31b2f2;
}
a:hover, a:active, a:focus, a:visited:hover, a:visited:active, a:visited:focus {
  color: #6d8695;
  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 #c0bfbf;
}

/*** ヘッダー ***/
#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;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#header .header_box ul.sns {
  display: inline-block;
  width: 45px;
  height: 100%;
  float: right;
}
#header .header_box ul.sns li {
  width: 40px;
  height: 100%;
  float: left;
  margin-left: 5px;
  border-radius: 2px;
  overflow: hidden;
}
#header .header_box ul.sns li.share {
  cursor: pointer;
}
@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;
  max-width: 200px;
  background: white;
  padding: 10px 15px 10px;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 20;
  text-align: center;
  color: #180e00;
}
#header #share_box p {
  border-bottom: 2px solid #180e00;
  font-weight: bold;
  line-height: 1.1em;
  cursor: default;
}
#header #share_box b {
  cursor: pointer;
}
#header #share_box #share_btn {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#header #share_box #share_btn li {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 0;
  float: left;
  cursor: pointer;
  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 img {
  width: 100%;
  height: auto;
}
#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;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  z-index: 20;
}
@media (min-width: 680px) {
  #header #share_box .success-msg {
    font-size: 0.8em;
  }
}
#header 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;
  cursor: default;
}

/*** メインビジュアル ***/
#main_v {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  #main_v {
    background-image: url(../img/cd/pc_bg.png);
    background-position: center;
    background-repeat: repeat;
  }
}
#main_v h1 {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

/*** 発売日表示 ***/
#date {
  width: 100%;
  background-color: #180e00;
  color: white;
  margin-bottom: 30px;
}
@media (min-width: 680px) {
  #date {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  #date {
    margin-bottom: 60px;
  }
  #date.lg:last-child {
    font-size: 1em;
    margin-top: -20px;
    display: block;
  }
}
#date .lg {
  font-size: 1.55em;
}
@media (min-width: 680px) {
  #date .lg.lg:last-child {
    font-size: 1em;
    margin-top: -10px;
    display: block;
  }
}
#date .sm {
  font-size: 0.8em;
}
#date .emp {
  color: #31b2f2;
}
#date p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8em;
  letter-spacing: 2.5px;
  padding: 15px 0 10px;
}
@media (min-width: 480px) {
  #date p {
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: -0.5px;
    padding: 17px 0 10px;
  }
}
@media (min-width: 680px) {
  #date p {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 0px;
    padding: 20px 0 12px;
  }
}
@media (min-width: 992px) {
  #date p {
    padding: 26px 0 15px;
    font-size: 42px;
    font-size: 4.2rem;
  }
}

/*** メニュー・ナビ ***/
#nav {
  display: inline-block;
  width: 100%;
  max-width: 970px;
  margin: 30px auto 30px;
  z-index: 50;
}
@media (max-width: 679px) {
  #nav {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
  #nav a.soon span {
    bottom: 7px;
  }
}
@media (min-width: 680px) {
  #nav {
    position: relative;
    margin: 40px auto 40px;
  }
}
#nav li {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  background-color: #180e00;
  border-right: 1px solid #d9f2ff;
}
#nav li:last-child {
  border-right: none;
}
#nav li a {
  margin: 0 auto;
  color: white;
  display: inline-block;
  width: 100%;
  line-height: 1.3em;
  letter-spacing: -0.5px;
  text-decoration: none;
  font-weight: 800;
  transition: all 0.2s ease-out;
  text-align: center;
  height: 55px;
  padding-top: 20px;
  padding-right: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 480px) {
  #nav li a {
    font-size: 14px;
    font-size: 1.4rem;
    height: 55px;
  }
}
@media (min-width: 768px) {
  #nav li a {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    letter-spacing: -0.5px;
    padding-top: 17px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  #nav li a {
    font-size: 22px;
    font-size: 2.2rem;
    padding-top: 17px;
    letter-spacing: 1px;
  }
}
#nav li a:after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 3%;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(-45deg) translateY(-50%);
  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: 2%;
}
#nav li a.soon {
  background-color: #666666;
  color: #c0bfbf;
  padding-top: 17px;
  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;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  #nav li a.soon span {
    bottom: 3px;
    font-size: 0.5em;
  }
}
#nav li a.soon:after {
  border-bottom: 2px solid #c0bfbf;
  border-right: 2px solid #c0bfbf;
  top: 50%;
  right: 3%;
  transform: rotate(-45deg) translateY(-50%);
}
#nav li a.long {
  line-height: 1.3em;
  padding-top: 10px;
}
@media (min-width: 480px) {
  #nav li a.long {
    padding-top: 10px;
  }
}
@media (min-width: 680px) {
  #nav li a.long {
    padding-top: 17px;
  }
}
@media (min-width: 768px) {
  #nav li a.long {
    padding-top: 17px;
  }
}

/*** フッター ***/
#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;
  }
}
#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%;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  /*** コンテンツ ・ パーツ ***/
}
@media (min-width: 992px) {
  #wrapper {
    width: 970px;
  }
}
#wrapper div {
  display: inline-block;
}
#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, #wrapper a {
  text-align: left;
}
#wrapper p.btn, #wrapper p.center, #wrapper p.align_c, #wrapper a.btn, #wrapper a.center, #wrapper a.align_c {
  text-align: center;
}
#wrapper p .spct, #wrapper a .spct {
  text-align: center;
}
@media (min-width: 680px) {
  #wrapper p .spct, #wrapper a .spct {
    text-align: left;
  }
}
#wrapper p .pcct, #wrapper a .pcct {
  text-align: left;
}
@media (min-width: 680px) {
  #wrapper p .pcct, #wrapper a .pcct {
    text-align: center;
  }
}
#wrapper h2 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 50px;
  color: white;
  font-weight: 600;
  background: #180e00;
  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: 5px;
  }
}
#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: #31b2f2;
}
#wrapper h3 span, #wrapper h4 span, #wrapper h5 span {
  font-size: 0.8em;
  color: #31b2f2;
}
#wrapper h3 {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 17px;
  font-size: 1.7rem;
}
@media (min-width: 480px) {
  #wrapper h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 680px) {
  #wrapper h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #wrapper h3 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
#wrapper h3.chara {
  line-height: 1em;
  margin-bottom: 10px;
  font-size: 20px;
}
#wrapper h3.chara span {
  font-size: 0.75em;
}
#wrapper h3.chara i {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: white;
  background-color: #30b2f2;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}
@media (min-width: 680px) {
  #wrapper h3.chara {
    text-align: center;
  }
}
#wrapper h3.c_box {
  display: inline-block;
  text-align: center;
  background-color: #daf0f2;
  color: #180e00;
  max-width: 400px;
  padding: 5px 0;
}
@media (min-width: 680px) {
  #wrapper h3.c_box {
    padding: 7px 0;
  }
}
@media (min-width: 992px) {
  #wrapper h3.c_box {
    letter-spacing: 2px;
    padding: 10px 0;
  }
}
#wrapper h3.bd {
  display: inline-block;
  text-align: center;
  color: #31b2f2;
  border-top: 4px double #31b2f2;
  border-bottom: 4px double #31b2f2;
  width: 100%;
}
#wrapper h3 b {
  position: absolute;
  display: inline-block;
  font-weight: 900;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, -40%);
  letter-spacing: 1.5px;
}
#wrapper .btn.normal {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 9px 0 7px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #2ed6e6;
  border: 2px solid #2ed6e6;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 680px) {
  #wrapper .btn.normal {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 9px 0 7px;
    border: 2px solid #2ed6e6;
  }
}
#wrapper .btn.normal: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.normal:after {
    width: 14px;
    height: 14px;
  }
}
#wrapper .btn.normal.bd {
  border: 2px solid #2ed6e6;
}
#wrapper .btn.normal.round {
  border-radius: 25px;
}
@media (min-width: 680px) {
  #wrapper .btn.normal.round {
    border-radius: 30px;
  }
}
#wrapper .btn.normal:hover:after {
  right: 15px;
}
#wrapper .btn.normal.soon {
  color: #c0bfbf;
  border: 2px solid #666666;
  background-color: #666666;
  cursor: default;
  padding: 8px 0;
}
@media (min-width: 680px) {
  #wrapper .btn.normal.soon {
    padding: 8px 0;
    border: 2px solid #666666;
  }
}
#wrapper .btn.normal.soon span {
  font-size: 0.5em;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1px;
  text-align: center;
  line-height: 1em;
}
#wrapper .btn.normal.soon:hover, #wrapper .btn.normal.soon:focus {
  opacity: 1;
}
#wrapper .btn.normal.soon:hover:after {
  right: 20px;
}
#wrapper .btn.normal.soon:after {
  border-bottom: 3px solid #c0bfbf;
  border-right: 3px solid #c0bfbf;
  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%;
  padding: 9px 0 7px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #31b2f2;
  border: 2px solid #31b2f2;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
}
@media (min-width: 680px) {
  #wrapper .btn.buy {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 9px 0 7px;
    border: 2px solid #31b2f2;
  }
}
#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 {
    width: 14px;
    height: 14px;
  }
}
#wrapper .btn.buy.bd {
  border: 2px solid #2ed6e6;
}
#wrapper .btn.buy.round {
  border-radius: 25px;
}
@media (min-width: 680px) {
  #wrapper .btn.buy.round {
    border-radius: 30px;
  }
}
#wrapper .btn.buy:hover:after {
  right: 15px;
}
#wrapper .btn.buy.soon {
  color: #c0bfbf;
  border: 2px solid #666666;
  background-color: #666666;
  cursor: default;
  padding: 8px 0;
}
@media (min-width: 680px) {
  #wrapper .btn.buy.soon {
    padding: 8px 0;
    border: 2px solid #666666;
  }
}
#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 #c0bfbf;
  border-right: 3px solid #c0bfbf;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.2s ease-in-out;
  transform-origin: 50% 50%;
}
#wrapper .btn.half {
  width: 49%;
  float: left;
}
#wrapper .btn.half.right {
  margin-left: 2%;
}
#wrapper .inner {
  width: 100%;
  padding: 30px 3%;
}
@media (min-width: 680px) {
  #wrapper .inner {
    padding: 40px 3%;
  }
}
@media (min-width: 992px) {
  #wrapper .inner {
    padding: 60px 50px;
    max-width: 970px;
  }
}
#wrapper .pd {
  width: 100%;
  padding: 0 3%;
}
@media (min-width: 680px) {
  #wrapper .pd {
    padding: 0 3%;
  }
}
@media (min-width: 992px) {
  #wrapper .pd {
    padding: 0 50px;
    max-width: 970px;
  }
}
#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 .full_box {
  display: inline-block;
  width: 100%;
}
#wrapper .img_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
}
#wrapper .img_box img.cover {
  width: 90%;
}
@media (min-width: 480px) {
  #wrapper .img_box {
    margin-bottom: 0;
    position: relative;
    float: left;
    width: 45.8333333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
  #wrapper .img_box img.cover {
    width: 100%;
  }
}
@media (min-width: 680px) {
  #wrapper .img_box {
    position: relative;
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
#wrapper .txt_box {
  width: 100%;
  margin: 0 auto 10px;
  position: relative;
  padding: 0;
}
@media (min-width: 480px) {
  #wrapper .txt_box {
    position: relative;
    float: left;
    width: 50.8333333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 3.3333333333%;
    text-align: left;
  }
  #wrapper .txt_box p, #wrapper .txt_box .h4 {
    text-align: left;
  }
}
@media (min-width: 680px) {
  #wrapper .txt_box {
    position: relative;
    float: left;
    width: 59.1666666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
#wrapper .tag {
  height: 35px;
  background-color: #180e00;
  color: white;
  font-weight: 800;
  font-size: 1.3em;
  display: inline-block;
  padding: 0;
  line-height: 35px;
  vertical-align: middle;
  margin-bottom: 20px;
  width: 70%;
}
@media (min-width: 480px) {
  #wrapper .tag {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #wrapper .tag {
    height: 50px;
    line-height: 50px;
  }
}
#wrapper .tag.round {
  border-radius: 20px;
}
@media (min-width: 680px) {
  #wrapper .tag.round {
    border-radius: 25px;
  }
}
#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 {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
}
@media (min-width: 680px) {
  #wrapper .box_b {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#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_list {
  display: inline-block;
}
#wrapper .media_list li {
  margin-bottom: 15px;
}
@media (min-width: 680px) {
  #wrapper .media_list li {
    margin-bottom: 30px;
  }
}
#wrapper .media_list li p {
  margin-top: -5px;
  text-align: center;
}
#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 .int_nav {
  width: 100%;
  max-width: 970px;
  display: inline-block;
}
#wrapper .int_nav li {
  position: relative;
  float: left;
  width: 32.5%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1.25%;
  font-size: 0.8em;
}
#wrapper .int_nav li:first-child {
  margin-left: 0%;
}
#wrapper .int_nav li .thum {
  position: relative;
  display: inline-block;
}
#wrapper .int_nav li .thum span.new {
  background: url(../img/ico_new.png) left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 30px;
  width: 30px;
  height: 30px;
}
@media (min-width: 680px) {
  #wrapper .int_nav li .thum span.new {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }
}
#wrapper .int_nav li a {
  color: #180e00;
}
#wrapper .int_nav.white a {
  color: white;
}
#wrapper.sub .int_nav {
  padding: 10px 0;
}
@media (min-width: 680px) {
  #wrapper.sub .int_nav {
    padding: 20px 0 10px;
  }
}
@media (min-width: 992px) {
  #wrapper.sub .int_nav {
    padding: 30px 0 15px;
  }
}
#wrapper .twitter {
  width: 320px;
  height: 300px;
}
#wrapper .twitter iframe {
  border-radius: 10px;
  overflow: hidden;
  width: 320px !important;
  height: 300px;
}
#wrapper .twitter iframe .timeline-Body {
  width: 100% !important;
}
@media (min-width: 480px) {
  #wrapper .twitter iframe {
    max-width: 100%;
  }
}
@media (min-width: 680px) {
  #wrapper .twitter {
    width: 600px;
    height: 450px;
  }
  #wrapper .twitter iframe {
    margin: 0 auto;
    max-width: 100% !important;
    width: 100% !important;
    height: 450px;
  }
}
#wrapper section {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: white;
  color: #180e00;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  #wrapper section {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  #wrapper section {
    margin-bottom: 60px;
  }
}
#wrapper section.round {
  border-radius: 10px;
}
#wrapper section p.center, #wrapper section a.center {
  text-align: center;
}
#wrapper section p.spct, #wrapper section a.spct {
  text-align: center;
}
@media (min-width: 680px) {
  #wrapper section p.spct, #wrapper section a.spct {
    text-align: left;
  }
}
#wrapper section p.pcct, #wrapper section a.pcct {
  text-align: left;
}
@media (min-width: 680px) {
  #wrapper section p.pcct, #wrapper section a.pcct {
    text-align: center;
  }
}
#wrapper section p.btn, #wrapper section a.btn {
  text-align: center;
}

@media (max-width: 767px) {
  #cast {
    margin-bottom: 20px;
  }
}
#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) {
  #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;
  }
}

#news {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: auto;
}
@media (min-width: 680px) {
  #news {
    max-height: 180px;
  }
}
@media (min-width: 768px) {
  #news {
    max-height: 250px;
  }
}
@media (min-width: 992px) {
  #news {
    max-height: 270px;
  }
}
#news h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 50px;
  color: white;
  font-weight: 600;
  background: #180e00;
  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 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
  padding: 5px 15px 20px;
  height: auto;
  max-height: 130px;
}
#news ul li {
  width: 100%;
  padding: 7px 0;
  text-align: left;
  border-bottom: 2px dotted #E5E5E5;
}
@media (min-width: 680px) {
  #news ul {
    max-height: 190px;
    padding: 5px 20px 20px;
  }
}
@media (min-width: 992px) {
  #news ul {
    max-height: 210px;
    padding: 10px 20px 30px;
  }
}
#news ul::-webkit-scrollbar {
  width: 10px;
}
#news ul::-webkit-scrollbar-thumb {
  background: #2ed6e6;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4) inset;
}
#news ul::-webkit-scrollbar-track-piece:start {
  background: #c0bfbf;
}
#news ul::-webkit-scrollbar-track-piece:end {
  background: #c0bfbf;
}
#news span {
  float: left;
  width: 75px;
  font-weight: bold;
  font-size: 0.95em;
}
@media (min-width: 680px) {
  #news span {
    width: 95px;
  }
}
#news p {
  padding-left: 80px;
}
@media (min-width: 680px) {
  #news p {
    padding-left: 100px;
  }
}

#pv {
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  #pv {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #pv {
    margin-bottom: 70px;
  }
}

#about {
  scroll-margin-top: 60px;
}
#about .full_box .arasuji {
  width: 100%;
}
@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: 2.3333333333%;
  }
}
#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;
  }
}
@media (min-width: 680px) {
  #about .half_box .txt h4 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#about .half_box .txt b.main {
  width: 40px;
  height: 40px;
  line-height: 43px;
  background-color: #31b2f2;
  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;
    line-height: 53px;
    border-radius: 25px;
    font-size: 30px;
    font-size: 3rem;
  }
}
#about .half_box .txt p.sub {
  width: 100px;
  line-height: 33px;
  height: 30px;
  background-color: #31b2f2;
  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: #31b2f2;
  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;
  }
}

#wrapper #cd h3, #wrapper #dl h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em;
}
@media (min-width: 480px) {
  #wrapper #cd h3, #wrapper #dl h3 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  #wrapper #cd h3, #wrapper #dl h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#wrapper #cd h3 span, #wrapper #dl h3 span {
  color: white;
  background-color: #30b2f2;
  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;
  }
}
#wrapper #cd h3.c_box, #wrapper #dl h3.c_box {
  display: inline-block;
  text-align: center;
  background-color: #180e00;
  color: white;
  width: 80%;
  padding: 8px 0 5px;
}
@media (min-width: 680px) {
  #wrapper #cd h3.c_box, #wrapper #dl h3.c_box {
    padding: 7px 50px;
    width: 100%;
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  #wrapper #cd h3.c_box, #wrapper #dl h3.c_box {
    letter-spacing: 2px;
    padding: 10px 0;
    max-width: 400px;
  }
}
@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;
}
#wrapper #cd .flex a {
  display: block;
}
#wrapper #cd .flex.full {
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}
#wrapper #cd .flex.full .txt_box {
  display: flex;
  width: 100%;
  max-width: 600px;
  float: none;
  margin-left: 0;
  margin-right: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
}
@media (min-width: 680px) {
  #wrapper #cd .flex.full .txt_box {
    width: auto;
  }
}
#wrapper #cd .flex.full .txt_box p, #wrapper #cd .flex.full .txt_box ul {
  width: auto;
  text-align: left;
}
#wrapper #cd .flex.full .txt_box p.bold, #wrapper #cd .flex.full .txt_box ul.bold {
  letter-spacing: -0.5px;
  line-height: 1.4em;
}
#wrapper #cd .flex.full .blue {
  color: #31b2f2;
}
#wrapper #cd .inner {
  border: 2px solid #31b2f2;
}
#wrapper #cd .cd_box p, #wrapper #cd .cd_box ul.atten {
  display: inline-block;
  width: 100%;
}
@media (min-width: 680px) {
  #wrapper #cd .cd_box p, #wrapper #cd .cd_box ul.atten {
    width: auto;
  }
}
#wrapper #cd .dropdown {
  display: inline-block;
  width: 100%;
}
@media (min-width: 680px) {
  #wrapper #cd .dropdown {
    max-width: 550px;
  }
}
#wrapper #cd .syokai_try {
  width: 100%;
}
#wrapper #cd .syokai_try li {
  position: relative;
  float: left;
  width: 48.3333333333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}
#wrapper #cd .syokai_try li:nth-child(2n) {
  margin-left: 3.3333333333%;
}
#wrapper #cd .syokai_try li:last-child {
  margin-bottom: 0;
}
#wrapper #cd dl#type_table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#wrapper #cd dl#type_table div {
  display: flex;
  flex-wrap: nowrap;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
#wrapper #cd dl#type_table div dt {
  background-color: #31b2f2;
  padding: 10px 5px;
  border-radius: 5px 0 0 5px;
  color: white;
  font-weight: 800;
  margin-bottom: 10px;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05em;
  line-height: 1.4em;
  cursor: pointer;
}
#wrapper #cd dl#type_table div dd {
  background-color: #d9f2ff;
  padding: 10px 5px;
  border-radius: 0 5px 5px 0;
  margin-bottom: 10px;
  text-align: left;
  width: 70%;
  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 img.cover {
  width: 80%;
}
@media (min-width: 480px) {
  #wrapper #cd img.cover {
    width: 70%;
  }
}
@media (min-width: 992px) {
  #wrapper #cd img.cover {
    width: auto;
  }
}
#wrapper #cd img.set {
  width: 95%;
}
@media (min-width: 680px) {
  #wrapper #cd img.set {
    width: auto;
  }
}
#wrapper #cd #booklet {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
#wrapper #cd #booklet .img_box, #wrapper #cd #booklet .txt_box {
  width: 100%;
  margin: 0 0 15px 0;
}
@media (min-width: 680px) {
  #wrapper #cd #booklet .img_box, #wrapper #cd #booklet .txt_box {
    width: 40%;
  }
}
@media (min-width: 680px) {
  #wrapper #cd #booklet .txt_box {
    width: 55%;
    margin-left: 4.5%;
  }
}
#wrapper #cd ul#type_img {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}
@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: #31b2f2;
  border: 2px solid #31b2f2;
  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: #31b2f2;
}
#wrapper #cd .tab-contents {
  display: none;
}
#wrapper #cd .tab-contents.on {
  display: inline-block;
}

/*** DLページ用 ***/
#wrapper #dl .dl_box {
  width: 100%;
  padding: 10px;
  background-color: #E5E5E5;
  border-radius: 5px;
}
@media (min-width: 680px) {
  #wrapper #dl .dl_box {
    padding: 20px;
  }
}
#wrapper #dl .dl_box.white {
  padding: 5px;
  font-weight: 800;
  color: #180e00;
}
#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 #31b2f2;
  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: #31b2f2;
  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 #c0bfbf;
  color: #c0bfbf;
}
#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.2em;
  margin-left: 1.2em;
  text-align: left;
}

#tokuten {
  scroll-margin-top: 60px;
}
#tokuten h3 {
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4em;
}
@media (min-width: 480px) {
  #tokuten h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 680px) {
  #tokuten h3 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #tokuten h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
#tokuten .btn_img {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  background: #31b2f2 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) {
  #tokuten .btn_img {
    font-size: 1.5em;
    padding: 15px 0;
  }
}
#tokuten div.mt20 a {
  display: block;
  background-color: #daf0f2;
  border-radius: 10px;
  padding: 10px;
  text-decoration: none;
}
#tokuten div.mt20 a:last-child {
  margin-bottom: 0px;
}
#tokuten div.mt20 a p {
  color: #180e00;
}
#tokuten div.mt20 a p.atten {
  font-size: 0.8em;
}
@media (min-width: 680px) {
  #tokuten div.mt20 {
    margin-top: auto;
  }
}

#wrapper #fair h4 {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
#wrapper #fair .half_box {
  margin-bottom: 40px;
}
@media (min-width: 680px) {
  #wrapper #fair .half_box {
    margin-bottom: 60px;
  }
}
#wrapper #fair .half_box:last-child {
  margin-bottom: 0;
}
#wrapper #fair .btn {
  width: 70%;
}
@media (min-width: 680px) {
  #wrapper #fair .btn {
    width: 100%;
  }
}

#wrapper #interview .cast1, #wrapper #interview .cast2, #wrapper #interview .cast3, #wrapper #interview .cast4 {
  font-weight: 600;
  font-size: 1.1em;
}
#wrapper #interview .cast1 {
  color: #31b2f2;
}
#wrapper #interview .cast2 {
  color: #ff55b5;
}
#wrapper #interview .cast3 {
  color: #2ed6e6;
}
#wrapper #interview .cast4 {
  color: #f08300;
}
#wrapper #interview .que {
  font-weight: 800;
  font-size: 1.1em;
  margin-bottom: 15px;
}
#wrapper #interview .int_img {
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #wrapper #interview .int_img {
    float: left;
    width: 83.3333333333%;
  }
}
@media (min-width: 680px) and (min-width: 992px) {
  #wrapper #interview .int_img {
    margin-left: 8.3333333333%;
  }
}
#wrapper #interview .int_txt {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
@media (min-width: 992px) {
  #wrapper #interview .int_txt {
    float: left;
    width: 83.3333333333%;
  }
}
@media (min-width: 680px) and (min-width: 992px) {
  #wrapper #interview .int_txt {
    margin-left: 8.3333333333%;
  }
}
#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: 2.5%;
    padding-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 20px;
  }
}
#wrapper #interview hr {
  display: inline-block;
  width: 100%;
  border: none;
  border-bottom: 3px dashed #E5E5E5;
  margin: 30px auto 20px;
}
@media (min-width: 680px) {
  #wrapper #interview hr {
    margin: 50px auto 40px;
  }
}
#wrapper #interview .int_box {
  width: 100%;
  padding-top: 20px;
  text-align: left;
}
@media (min-width: 680px) {
  #wrapper #interview .int_box {
    padding-top: 40px;
  }
}
#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 #31b2f2;
  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 .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 #31b2f2;
  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 #31b2f2;
  width: 100%;
}
#wrapper .dropdown ul.dropdown-menu li a {
  display: block;
  color: #31b2f2;
  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: #31b2f2;
}
#wrapper .dropdown 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;
}

/*** ジャンプ ***/
.jump-top {
  display: none;
  z-index: 10;
  position: fixed;
  bottom: 70px;
  right: 10px;
}
.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: 40px;
    height: 40px;
  }
}

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

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

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

.soon {
  color: #c0bfbf;
}

.white {
  color: white;
}

.theme {
  color: #31b2f2;
}

.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: 17px;
  font-size: 1.7rem;
  line-height: 1.3em;
}
@media (min-width: 480px) {
  .font_ml {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .font_ml {
    font-size: 22px;
    font-size: 2.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;
  }
}

/*** シリーズ ***/
#series h3 {
  color: #31b2f2;
  font-size: 1.5rem;
  text-align: center;
}
#series .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}
#series .cd_box {
  flex: 1 1;
}
#series .cd_box .img_box, #series .cd_box .txt_box {
  float: none;
  width: 95%;
  margin-left: auto;
}
#series ul.capsule {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
  margin-bottom: 10px;
  gap: 2px;
  flex-wrap: wrap;
}
#series ul.capsule li {
  color: white;
  background-color: #31b2f2;
  padding: 4px 2px 2px;
  display: inline-block;
  font-size: 7.3px;
  font-size: 0.73em;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 99999px;
}
#series ul.capsule li.c3 {
  flex: 1 1 calc(33.33333% - 2px);
}
#series ul.capsule li.c4 {
  flex: 1 1 calc(50% - 2px);
}
#series p {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
#series p a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
#series p.align_c {
  width: 100%;
  text-align: center;
  background-color: #daf0f2;
  color: #180e00;
}
#series a.btn.buy.round {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
#series a.btn.buy.round.normal {
  background-color: #2ed6e6;
  border: 2px solid #2ed6e6;
}
#series a.btn.buy.round::after {
  width: 10px;
  height: 10px;
}
#series .dropdown ul.dropdown-menu.cd.normal {
  border: 2px solid #2ed6e6;
}
#series .dropdown ul.dropdown-menu.cd.normal li {
  border-bottom: 1px dotted #2ed6e6;
}
#series .dropdown ul.dropdown-menu.cd.normal li a {
  color: #2ed6e6;
}
#series .dropdown ul.dropdown-menu.cd.normal li a:hover {
  background-color: #2ed6e6;
  color: white;
}

@media (max-width: 767px) {
  #series h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px;
  }
  #series p {
    width: 100%;
  }
  #series p a {
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }
  #series .flex {
    display: block;
  }
  #series ul.capsule li {
    font-size: 10px;
    font-size: 1em;
    letter-spacing: 1px;
  }
  #series div.img_box {
    margin-bottom: auto;
  }
  #series div.txt_box {
    margin-bottom: 30px;
  }
}
/*** インタビューページ ***/
#int {
  scroll-margin-top: 60px;
}/*# sourceMappingURL=style.css.map */