@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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    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; }

#wp-toolbar {
  width: 100% !important;
}

.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;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  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 #eeeeee; }

.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; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 679px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 679px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 679px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 679px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 679px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*** フォント ***/
/*** パス ***/
/*** 基本function ***/
/*** 基本mixin ***/
/*** Bootstrap mixin ***/
/*** 共通クラス ***/
.bold {
  font-weight: bold; }

.float_l {
  float: left; }

.float_r {
  float: right; }

.align_c {
  text-align: center; }

.align_r {
  text-align: right; }

.align_l {
  text-align: left; }

.nowrap {
  white-space: nowrap; }

.red {
  color: #f00; }

.opacity:hover img {
  opacity: 0.8; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/*** カラー ***/
/*** リンクカラー ***/
a, a:visited {
  color: #ff007f;
  text-decoration: underline; }
  a:hover, a a:visited, a:active, a:visited:hover, a:visited a:visited, a:visited:active {
    color: #ff007f;
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }
  img.bd {
    border: 1px solid #E5E5E5; }

/*** 共通・レイアウト ***/
body {
  color: #180e00;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  position: relative;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem; }
  @media (min-width: 768px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media (min-width: 992px) {
    body {
      font-size: 15px;
      font-size: 1.5rem; } }

#header {
  width: 100%;
  height: 90px;
  position: relative;
  overflow: hidden;
  background: white url(/img/bg_header.png) left top repeat-x;
  background-size: auto 100%;
  text-align: center;
  padding-top: 10px; }
  @media (min-width: 480px) {
    #header {
      height: 120px; } }
  @media (min-width: 768px) {
    #header {
      padding-top: 0;
      height: 170px; } }
  @media (min-width: 992px) {
    #header {
      height: 216px; } }
  #header h1 {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    max-width: 100%;
    max-height: 100%;
    height: 70px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 480px) {
      #header h1 {
        height: 90px; } }
    @media (min-width: 768px) {
      #header h1 {
        height: 55px; } }
    @media (min-width: 992px) {
      #header h1 {
        height: 63px; } }
  #header .logo {
    width: auto;
    height: 100%; }
  #header ul.sns {
    position: absolute;
    width: 65px;
    height: 30px;
    right: 10px;
    top: 20px; }
    #header ul.sns li {
      width: 30px;
      height: 30px;
      float: left;
      margin-right: 5px; }
      #header ul.sns li img {
        width: 100%;
        height: auto; }
      #header ul.sns li button.icon.t80 {
        width: 100% !important;
        height: auto !important; }
      #header ul.sns li:nth-child(2) {
        margin-right: 0px; }
      #header ul.sns li a {
        height: 100%;
        width: 100%; }
      #header ul.sns li.contact {
        display: none; }
    @media (min-width: 480px) {
      #header ul.sns {
        width: 85px;
        height: 40px;
        top: 25px; }
        #header ul.sns li {
          width: 40px;
          height: 40px; } }
    @media (min-width: 768px) {
      #header ul.sns {
        width: 50px;
        top: 60px; }
        #header ul.sns li.contact {
          display: inline-block;
          width: 150px;
          height: 100%;
          border: 2px solid #ff007f;
          background: white url(/img/btn_arrow.png) right center no-repeat;
          background-size: 25px auto;
          transition: all .2s ease-in-out; }
          #header ul.sns li.contact a {
            width: 100%;
            height: 100%;
            color: #ff007f;
            text-decoration: none;
            line-height: 38px;
            padding-right: 25px; }
          #header ul.sns li.contact:hover {
            background-color: #ff007f; }
            #header ul.sns li.contact:hover a {
              color: white; } }
    @media (min-width: 992px) {
      #header ul.sns {
        width: 50px;
        right: 20px;
        top: 70px; } }
  #header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
  #header .inner {
    padding: 0; }
  #header nav#nav {
    display: none;
    width: 100%;
    height: auto;
    padding: 0;
    float: left; }
    @media (min-width: 768px) {
      #header nav#nav {
        display: inline-block;
        height: 60px; } }
    @media (min-width: 992px) {
      #header nav#nav {
        height: 85px; } }
    #header nav#nav ul {
      width: 100%;
      padding: 0; }
      @media (min-width: 1200px) {
        #header nav#nav ul {
          width: 1200px;
          margin-left: auto;
          margin-right: auto;
          padding: 0; } }
      #header nav#nav ul li {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0; }
        @media (min-width: 680px) {
          #header nav#nav ul li {
            width: 12.5%; } }
        #header nav#nav ul li.mini {
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0; }
          @media (min-width: 680px) {
            #header nav#nav ul li.mini {
              width: 7.5%; } }
        #header nav#nav ul li.long {
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0; }
          @media (min-width: 680px) {
            #header nav#nav ul li.long {
              height: 100%;
              display: flex;
              align-items: center;
              line-height: 1;
              width: 20%; } }
        #header nav#nav ul li a {
          color: #ff007f;
          display: inline-block;
          width: 100%;
          line-height: 50px;
          font-weight: bold;
          text-decoration: none;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 60px; }
          @media (min-width: 992px) {
            #header nav#nav ul li a {
              font-size: 17px;
              font-size: 1.7rem;
              line-height: 80px; } }
          #header nav#nav ul li a span {
            font-size: 0.9em;
            letter-spacing: -1px; }
          #header nav#nav ul li a:before {
            position: absolute;
            display: inline-block;
            bottom: 300%;
            left: 0;
            content: '';
            width: 100%;
            height: 16px;
            background: url(/img/h2_comics.png) center center no-repeat;
            background-size: contain;
            transition: all 0.3s ease-in-out; }
          #header nav#nav ul li a.active:before, #header nav#nav ul li a:hover:before {
            bottom: 70%; }

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  color: #808080;
  background-color: white;
  border-top: 2px solid #ff007f;
  font-size: 15px;
  font-size: 1.5rem; }
  @media (min-width: 680px) {
    #footer {
      font-size: 18px;
      font-size: 1.8rem; } }
  #footer a, #footer a:visited {
    color: #808080;
    text-decoration: underline; }
    #footer a:hover, #footer a a:visited, #footer a:active, #footer a:visited:hover, #footer a:visited a:visited, #footer a:visited:active {
      text-decoration: none; }

/*** コンテンツ ・ パーツ ***/
.inner {
  position: relative;
  height: auto;
  /* min-height: 100% !important; */
  width: 100%;
  /* height: 100%; */
  /* min-height: 100%; */
  margin-left: auto;
  margin-right: auto;
  padding: 0 3%; }
  @media (min-width: 1200px) {
    .inner {
      width: 1200px;
      padding: 0 20px; } }

#contents {
  position: relative;
  display: block;
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    #contents {
      padding-bottom: 100px; } }
  #contents a:hover img {
    opacity: 0.8; }
  #contents #breadbox {
    width: 100%;
    text-align: center;
    position: relative; }
  #contents ul#breadcrumb {
    display: inline-block;
    float: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3%;
    text-align: center;
    margin: 10px auto 5px; }
    #contents ul#breadcrumb li {
      background: url(/img/ico_breadcrumb.png) no-repeat right center;
      background-size: auto 12px;
      padding-right: 25px;
      text-align: left;
      float: left;
      display: inline-block;
      width: auto;
      min-width: 50px;
      font-size: 12px;
      font-size: 1.2rem; }
      #contents ul#breadcrumb li:last-child {
        background: none;
        padding-right: 0; }
      @media (min-width: 680px) {
        #contents ul#breadcrumb li {
          font-size: 14px;
          font-size: 1.4rem;
          width: auto;
          background-size: auto 13px; } }
  #contents h2 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 1px;
    height: 110px;
    line-height: 70px;
    color: white;
    background: url(/img/h2.png) center 58% no-repeat, #ff007f url(/img/bg_h2.png) left top repeat-x;
    background-size: 10px auto,auto 100%;
    z-index: 1;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem; }
    #contents h2 .esub {
      position: absolute;
      width: 100%;
      font-size: 0.6em;
      left: 0;
      bottom: 13%;
      font-weight: bold;
      line-height: 18px;
      letter-spacing: 0; }
    #contents h2 .new {
      font-size: 0.7em;
      border: 2px solid white;
      border-radius: 3px;
      padding: 2px 10px 0;
      margin: -25px 10px 10px 10px;
      line-height: 10px;
      vertical-align: 30%; }
    @media (min-width: 680px) {
      #contents h2 {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 2px;
        height: 130px;
        line-height: 65px; }
        #contents h2 .new {
          line-height: 10px;
          padding: 2px 15px 0;
          margin: -25px 15px 10px 10px; }
        #contents h2 .esub {
          font-size: 0.55em; } }
    @media (min-width: 768px) {
      #contents h2 {
        background-size: 15px auto,auto 100%;
        height: 140px;
        line-height: 90px; } }
    @media (min-width: 992px) {
      #contents h2 {
        font-size: 30px;
        font-size: 3rem;
        height: 150px;
        line-height: 90px;
        letter-spacing: 4px;
        background-size: 16px auto,auto 100%; }
        #contents h2 .new {
          vertical-align: 40%; } }
    #contents h2 a.more {
      position: absolute;
      top: 10px;
      right: 0; }
  #contents .full_box {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible; }
    #contents .full_box.pctab {
      display: none; }
      @media (min-width: 480px) {
        #contents .full_box.pctab {
          display: inline-block; } }
  #contents .half_box {
    width: 100%; }
    @media (min-width: 680px) {
      #contents .half_box {
        position: relative;
        float: left;
        width: 49.1666666667%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0; }
        #contents .half_box:nth-child(2n) {
          margin-left: 1.6666666667%; } }
  #contents .left_box {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      #contents .left_box {
        position: relative;
        float: left;
        width: 75%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        min-height: 530px; } }
    @media (min-width: 1200px) {
      #contents .left_box {
        width: 880px;
        min-height: 610px; } }
  #contents .right_box {
    width: 100%;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      #contents .right_box {
        position: relative;
        float: left;
        width: 23.3333333333%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 1.6666666667%;
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      #contents .right_box {
        width: 250px;
        margin-left: 30px; } }
  #contents .btn_maru {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px; }
  #contents .btn {
    position: relative;
    height: 50px;
    color: #ff007f;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: white url(/img/btn_arrow.png) right center no-repeat;
    background-size: 30px auto;
    border: 2px solid #ff007f;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    padding-right: 20px;
    z-index: 20;
    width: 100%; }
    @media (min-width: 480px) {
      #contents .btn {
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: -1px; } }
    @media (min-width: 680px) {
      #contents .btn {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media (min-width: 992px) {
      #contents .btn {
        background-size: 43px auto;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      #contents .btn {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        letter-spacing: 1px; } }
    #contents .btn:hover {
      background-color: #ff007f;
      color: white; }
    #contents .btn.soon {
      opacity: .7; }
      #contents .btn.soon:hover {
        background-color: white; }
    #contents .btn.long {
      max-width: 700px; }
    #contents .btn.elist {
      height: 60px;
      line-height: 60px; }
      #contents .btn.elist:before {
        content: '';
        display: inline-block;
        width: 20px;
        /*画像の幅*/
        height: 30px;
        background: url(/img/btn_shoplist.png) center center no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-right: 10px; }
    #contents .btn.works {
      position: relative;
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 680px) {
        #contents .btn.works {
          position: absolute;
          width: 93%;
          bottom: 15px;
          left: 3.5%; } }
      @media (min-width: 992px) {
        #contents .btn.works {
          bottom: 20px; } }
    #contents .btn.half {
      position: relative;
      float: left;
      width: 48.75%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0; }
      #contents .btn.half:nth-child(2n) {
        margin-left: 2.5%; }
    #contents .btn.soon {
      opacity: 0.5; }
      #contents .btn.soon:hover {
        opacity: 0.5; }
  #contents .btn_img {
    position: relative;
    height: 50px;
    color: #ff007f;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: white url(/img/btn_down.png) right center no-repeat;
    background-size: 30px auto;
    border: 2px solid #ff007f;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    padding-right: 20px;
    z-index: 20;
    display: inline-block;
    border: 1px solid #666666 !important;
    width: 100%;
    max-width: 800px;
    color: white;
    background-color: #666666; }
    @media (min-width: 480px) {
      #contents .btn_img {
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: -1px; } }
    @media (min-width: 680px) {
      #contents .btn_img {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media (min-width: 992px) {
      #contents .btn_img {
        background-size: 43px auto;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      #contents .btn_img {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        letter-spacing: 1px; } }
    #contents .btn_img:hover {
      background-color: #ff007f;
      color: white; }
    #contents .btn_img.soon {
      opacity: .7; }
      #contents .btn_img.soon:hover {
        background-color: white; }
    #contents .btn_img:hover {
      background-color: #666666;
      opacity: 0.8; }
  #contents .btn_more {
    position: relative;
    height: 40px;
    color: #ff007f;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: white url(/img/btn_arrow_p.png) right center no-repeat;
    background-size: 30px auto;
    border: 2px solid #ff007f;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    padding-right: 20px;
    z-index: 20;
    background-size: auto auto;
    display: inline-block;
    border: 1px solid #ff007f !important;
    width: 100%;
    color: #ff007f; }
    @media (min-width: 480px) {
      #contents .btn_more {
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: -1px; } }
    @media (min-width: 680px) {
      #contents .btn_more {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media (min-width: 992px) {
      #contents .btn_more {
        background-size: 43px auto;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      #contents .btn_more {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        letter-spacing: 1px; } }
    #contents .btn_more:hover {
      background-color: #ff007f;
      color: white; }
    #contents .btn_more.soon {
      opacity: .7; }
      #contents .btn_more.soon:hover {
        background-color: white; }
    @media (min-width: 992px) {
      #contents .btn_more {
        background-size: auto auto; } }
    #contents .btn_more:hover {
      background: #ff007f url(/img/btn_arrow_w2.png) right center no-repeat;
      background-size: auto auto; }
  #contents .btn_box {
    position: relative;
    width: 100%; }
    @media (min-width: 480px) {
      #contents .btn_box {
        bottom: 0;
        left: 0;
        position: absolute;
        padding: 0 0 0 10px; } }
    @media (min-width: 680px) {
      #contents .btn_box {
        padding: 0 0 0 15px; }
        #contents .btn_box.half {
          width: 50%;
          left: auto;
          right: 0; } }
    @media (min-width: 992px) {
      #contents .btn_box {
        padding: 0 0 0 20px; } }
  #contents .twitter {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    overflow: hidden; }
    #contents .twitter iframe {
      width: 100% !important;
      max-height: 350px;
      height: 350px; }
    @media (min-width: 768px) {
      #contents .twitter {
        height: 250px; }
        #contents .twitter iframe {
          height: 250px; } }
    @media (min-width: 992px) {
      #contents .twitter {
        height: 300px; }
        #contents .twitter iframe {
          height: 350px; } }
    @media (min-width: 1200px) {
      #contents .twitter iframe {
        height: 400px; } }

#contents section {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
  /*** ジャンル・レーベルページ 作品リスト ***/ }
  #contents section img {
    width: auto;
    max-width: 100%;
    height: auto; }
  #contents section h3.h3 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #ff007f;
    text-align: left;
    padding: 10px 0 10px 15px;
    border-left: 2px solid #ff007f;
    border-bottom: 2px solid #ff007f;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem; }
    @media (min-width: 680px) {
      #contents section h3.h3 {
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 2px; } }
    @media (min-width: 992px) {
      #contents section h3.h3 {
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: 2px;
        padding: 10px 15px;
        margin-bottom: 20px; } }
  #contents section h3.title {
    color: #ff007f;
    width: 100%;
    padding: 5px 1;
    text-align: left;
    border-bottom: 2px solid #ff007f;
    font-size: 18px;
    font-size: 1.8rem; }
    @media (min-width: 680px) {
      #contents section h3.title {
        font-size: 20px;
        font-size: 2rem; } }
    @media (min-width: 992px) {
      #contents section h3.title {
        font-size: 25px;
        font-size: 2.5rem;
        padding: 10px 0; } }
  #contents section h3.pink {
    color: #180e00;
    font-size: 14.5px;
    font-size: 1.45rem;
    padding: 10px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    margin-bottom: 10px; }
    @media (min-width: 680px) {
      #contents section h3.pink {
        font-size: 14.5px;
        font-size: 1.45rem;
        letter-spacing: -1px; } }
    @media (min-width: 768px) {
      #contents section h3.pink {
        font-size: 15.5px;
        font-size: 1.55rem;
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      #contents section h3.pink {
        letter-spacing: 0px;
        font-size: 20px;
        font-size: 2rem; } }
  #contents section h3.p_box, #contents section h3.w_box {
    color: white;
    font-size: 15px;
    font-size: 1.5rem;
    width: 100%;
    padding: 5px 10px;
    background-color: #ff007f;
    text-align: center;
    margin-bottom: 10px; }
    @media (min-width: 680px) {
      #contents section h3.p_box, #contents section h3.w_box {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 1px; } }
    @media (min-width: 768px) {
      #contents section h3.p_box, #contents section h3.w_box {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 7px 10px;
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      #contents section h3.p_box, #contents section h3.w_box {
        letter-spacing: 2px;
        font-size: 20px;
        font-size: 2rem; } }
  #contents section h3.w_box {
    color: #ff007f;
    background-color: white; }
  #contents section .sns {
    display: block;
    margin: 0;
    width: 100%;
    height: 30px;
    text-align: right;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
    #contents section .sns img {
      height: 100%;
      width: auto; }
    @media (min-width: 992px) {
      #contents section .sns {
        float: right;
        height: 35px;
        width: 35px; } }
  #contents section .halfbox {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    line-height: 1em;
    text-align: left;
    position: relative; }
    @media (min-width: 680px) {
      #contents section .halfbox {
        position: relative;
        float: left;
        width: 49.1666666667%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px; }
        #contents section .halfbox:nth-child(2n) {
          margin-left: 1.6666666667%; } }
    @media (min-width: 992px) {
      #contents section .halfbox {
        margin-bottom: 30px; } }
    #contents section .halfbox img {
      border: 1px solid #CCCCCC; }
    #contents section .halfbox.storybox {
      position: relative;
      border: 1px solid #ff007f;
      padding: 10px;
      background: white; }
      @media (min-width: 680px) {
        #contents section .halfbox.storybox {
          padding: 15px 15px 70px; } }
      @media (min-width: 992px) {
        #contents section .halfbox.storybox {
          padding: 20px 20px 75px; } }
    #contents section .halfbox .title {
      width: 100%;
      padding: 0px 0px 5px;
      font-weight: bold;
      color: #ff007f;
      font-size: 18px;
      font-size: 1.8rem; }
      @media (min-width: 680px) {
        #contents section .halfbox .title {
          padding: 0px 0px 5px;
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: -1px; } }
      @media (min-width: 992px) {
        #contents section .halfbox .title {
          font-size: 20px;
          font-size: 2rem;
          padding: 0px 0px 10px; } }
  #contents section .copy {
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: bold;
    margin: 5px 0;
    color: #808080; }
    @media (min-width: 992px) {
      #contents section .copy {
        margin: 10px 0 5px; } }
  #contents section .tag {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 20px;
    line-height: 20px;
    color: white;
    border-radius: 5px; }
    @media (min-width: 680px) {
      #contents section .tag {
        font-size: 15px;
        font-size: 1.5rem;
        height: 22px;
        line-height: 22px;
        width: 110px; } }
    #contents section .tag.in {
      top: 5px;
      right: 10px; }
      @media (min-width: 680px) {
        #contents section .tag.in {
          top: 10px;
          right: 20px; } }
      @media (min-width: 992px) {
        #contents section .tag.in {
          top: 20px;
          right: 30px; } }
  #contents section .newstag_web {
    background: #ff007f;
    border: 1px solid #ff007f;
    color: white; }
  #contents section .newstag_info, #contents section .newstag_comics, #contents section .newstag_media {
    background: white;
    border: 1px solid #ff007f;
    color: #ff007f; }
  #contents section ul#newslist {
    width: 100%;
    display: inline-block; }
    #contents section ul#newslist li {
      text-align: left;
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      padding: 15px 5px;
      position: relative;
      display: none;
      border-bottom: 1px solid #666666; }
      @media (min-width: 680px) {
        #contents section ul#newslist li {
          padding: 20px 5px; } }
      #contents section ul#newslist li.active {
        display: block; }
      #contents section ul#newslist li:first-child {
        border-top: 1px solid #666666; }
      #contents section ul#newslist li.halelu {
        text-align: center; }
      #contents section ul#newslist li .samnail {
        float: left;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        overflow: hidden;
        position: relative;
        float: left;
        width: 25%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0; }
        @media (min-width: 680px) {
          #contents section ul#newslist li .samnail {
            position: relative;
            float: left;
            width: 12.5%;
            min-height: 1px;
            padding-left: 0;
            padding-right: 0; } }
        @media (min-width: 768px) {
          #contents section ul#newslist li .samnail {
            position: relative;
            float: left;
            width: 10.8333333333%;
            min-height: 1px;
            padding-left: 0;
            padding-right: 0; } }
      #contents section ul#newslist li .news_txt {
        display: inline-block;
        position: relative;
        float: left;
        width: 75%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        padding-left: 10px; }
        @media (min-width: 680px) {
          #contents section ul#newslist li .news_txt {
            position: relative;
            float: left;
            width: 87.5%;
            min-height: 1px;
            padding-left: 0;
            padding-right: 0;
            padding-left: 10px; } }
        @media (min-width: 768px) {
          #contents section ul#newslist li .news_txt {
            position: relative;
            float: left;
            width: 89.1666666667%;
            min-height: 1px;
            padding-left: 0;
            padding-right: 0;
            padding-left: 15px; } }
  #contents section #newslist_s ul#newslist li {
    display: inline-block; }
    #contents section #newslist_s ul#newslist li:first-child {
      border-top: none; }
  #contents section ul.release_box {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding: 0 10px; }
    #contents section ul.release_box li {
      position: relative;
      float: left;
      width: 33.3333333333%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      padding: 0 5px 5px;
      text-align: center; }
      #contents section ul.release_box li p {
        font-weight: bold;
        font-size: 0.8em; }
      #contents section ul.release_box li a {
        text-decoration: none; }
      #contents section ul.release_box li img {
        border: 1px solid #E5E5E5; }
      @media (min-width: 680px) {
        #contents section ul.release_box li {
          position: relative;
          float: left;
          width: 16.6666666667%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          padding: 0 10px 5px; }
          #contents section ul.release_box li p {
            font-size: 0.9em; } }
      @media (min-width: 992px) {
        #contents section ul.release_box li {
          font-size: 1em; } }
  #contents section #comicsbnr {
    padding: 5px; }
    @media (min-width: 680px) {
      #contents section #comicsbnr {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0%;
        padding: 10px; } }
    @media (min-width: 992px) {
      #contents section #comicsbnr {
        margin-left: 0%;
        font-size: 1em; } }
  #contents section #coma_slide, #contents section #comics_slide {
    margin-bottom: 20px;
    font-size: 0.8em; }
    @media (min-width: 768px) {
      #contents section #coma_slide, #contents section #comics_slide {
        margin-bottom: 40px; } }
    #contents section #coma_slide a, #contents section #comics_slide a {
      text-decoration: none; }
    #contents section #coma_slide .slick-slide, #contents section #comics_slide .slick-slide {
      padding: 0 5px; }
    #contents section #coma_slide img, #contents section #comics_slide img {
      border: 1px solid #E5E5E5; }
    #contents section #coma_slide p, #contents section #comics_slide p {
      overflow: hidden;
      width: 100%;
      line-height: 1.0;
      padding: 5px 3px;
      white-space: nowrap;
      text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
      /* Safari */
      -o-text-overflow: ellipsis;
      /* Opera */
      font-size: 1em; }
    #contents section #coma_slide .slick-prev, #contents section #coma_slide .slick-next, #contents section #comics_slide .slick-prev, #contents section #comics_slide .slick-next {
      top: 40%;
      height: 50px;
      width: 20px;
      z-index: 50; }
      #contents section #coma_slide .slick-prev:before, #contents section #coma_slide .slick-next:before, #contents section #comics_slide .slick-prev:before, #contents section #comics_slide .slick-next:before {
        display: inline-block;
        color: #180e00;
        font-weight: 1000;
        font-size: 35px;
        line-height: 100%;
        height: 100%;
        width: 100%; }
      @media (min-width: 680px) {
        #contents section #coma_slide .slick-prev, #contents section #coma_slide .slick-next, #contents section #comics_slide .slick-prev, #contents section #comics_slide .slick-next {
          top: 42%; }
          #contents section #coma_slide .slick-prev:before, #contents section #coma_slide .slick-next:before, #contents section #comics_slide .slick-prev:before, #contents section #comics_slide .slick-next:before {
            font-size: 45px; } }
    #contents section #coma_slide .slick-prev, #contents section #comics_slide .slick-prev {
      left: -12px; }
      #contents section #coma_slide .slick-prev:before, #contents section #comics_slide .slick-prev:before {
        content: '〈'; }
    #contents section #coma_slide .slick-next, #contents section #comics_slide .slick-next {
      right: 5px; }
      #contents section #coma_slide .slick-next:before, #contents section #comics_slide .slick-next:before {
        content: '〉'; }
  #contents section #comics_slide {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      #contents section #comics_slide {
        padding: 10px; } }
    @media (min-width: 992px) {
      #contents section #comics_slide {
        font-size: 0.9em; } }
    #contents section #comics_slide li {
      position: relative; }
      #contents section #comics_slide li a {
        color: #180e00; }
    #contents section #comics_slide .new {
      position: absolute;
      width: 30px;
      height: 30px;
      top: 0;
      left: 5px;
      background: url(/img/tag_comics.png) left top no-repeat;
      background-size: 100% 100%;
      z-index: 5; }
      @media (min-width: 480px) {
        #contents section #comics_slide .new {
          width: 45px;
          height: 45px; } }
      @media (min-width: 992px) {
        #contents section #comics_slide .new {
          width: 50px;
          height: 50px; } }
    #contents section #comics_slide a:hover .new {
      opacity: 1; }
  #contents section #tab-content {
    width: 100%;
    display: inline-block; }
  #contents section #tab-content .lineup_list {
    position: relative;
    float: left;
    width: 31.6666666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 2.5%;
    text-align: center;
    margin-bottom: 10px;
    display: none; }
    #contents section #tab-content .lineup_list:nth-child(3n+1) {
      margin-left: 0%; }
    #contents section #tab-content .lineup_list.active {
      display: block; }
    @media (min-width: 480px) {
      #contents section #tab-content .lineup_list {
        position: relative;
        float: left;
        width: 23.75%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 1.6666666667%; }
        #contents section #tab-content .lineup_list:nth-child(3n+1) {
          margin-left: 1.6666666667%; }
        #contents section #tab-content .lineup_list:nth-child(4n+1) {
          margin-left: 0%; } }
    @media (min-width: 992px) {
      #contents section #tab-content .lineup_list {
        position: relative;
        float: left;
        width: 15.4166666667%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 1.5%; }
        #contents section #tab-content .lineup_list:nth-child(3n+1), #contents section #tab-content .lineup_list:nth-child(4n+1) {
          margin-left: 1.5%; }
        #contents section #tab-content .lineup_list:nth-child(6n+1) {
          margin-left: 0%; } }
  #contents section form {
    padding: 0;
    height: 40px;
    text-align: right;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    /* border: 2px solid #ff007f; */
    border-radius: 3px;
    overflow: hidden; }
    #contents section form input {
      height: 100%;
      line-height: 28px;
      position: relative;
      float: left;
      width: 73.75%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      padding: 3px;
      float: left;
      font-size: 16px;
      border: none;
      width: 250px; }
    #contents section form button {
      background: #ffcbe5 url(/img/tool.png) center center no-repeat;
      background-size: auto 55%;
      width: 40px;
      color: white;
      height: 100%;
      padding: 5px 5px 3px 25px;
      border: none; }
      #contents section form button:hover {
        background: #ff007f url(/img/tool_on.png) center center no-repeat;
        background-size: auto 55%; }
    @media (min-width: 680px) {
      #contents section form input {
        width: 200px;
        float: left;
        font-size: 0.9em; }
      #contents section form button {
        width: 40px;
        float: none; } }
  #contents section.works h4.title {
    border-left: none;
    padding: 5px 0;
    letter-spacing: 0px;
    line-height: 1.2em;
    font-size: 18px;
    font-size: 1.8rem; }
    @media (min-width: 680px) {
      #contents section.works h4.title {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media (min-width: 992px) {
      #contents section.works h4.title {
        font-size: 20px;
        font-size: 2rem; } }
  #contents section.works h4.comics {
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    border-bottom: 2px solid white;
    font-size: 1.3em;
    color: white;
    margin-bottom: 10px; }
  #contents section.works .inner {
    text-align: left; }
  #contents section.works .author {
    font-size: 0.9em;
    font-weight: bold; }
    @media (min-width: 680px) {
      #contents section.works .author {
        padding-left: 10px; } }
  #contents section.works .copy {
    font-size: 1.3em; }
  #contents section.works .btn_try {
    width: 100%;
    float: right;
    position: relative;
    height: 50px;
    color: #ff007f;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: white url(/img/btn_arrow.png) right center no-repeat;
    background-size: 30px auto;
    border: 2px solid #ff007f;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    padding-right: 20px;
    z-index: 20;
    margin-top: 5px; }
    @media (min-width: 480px) {
      #contents section.works .btn_try {
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: -1px; } }
    @media (min-width: 680px) {
      #contents section.works .btn_try {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media (min-width: 992px) {
      #contents section.works .btn_try {
        background-size: 43px auto;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      #contents section.works .btn_try {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        letter-spacing: 1px; } }
    #contents section.works .btn_try:hover {
      background-color: #ff007f;
      color: white; }
    #contents section.works .btn_try.soon {
      opacity: .7; }
      #contents section.works .btn_try.soon:hover {
        background-color: white; }
    @media (min-width: 480px) {
      #contents section.works .btn_try {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 15px;
        width: 250px; } }
    #contents section.works .btn_try.soon {
      opacity: 0.6;
      font-size: 0.9em; }
    #contents section.works .btn_try span {
      font-size: 0.8em; }
  #contents section.works .about {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    background: none;
    padding: 0px;
    margin-bottom: 15px; }
    @media (min-width: 480px) {
      #contents section.works .about {
        margin-bottom: 20px; } }
    #contents section.works .about .img {
      position: relative;
      float: left;
      width: 41.6666666667%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      margin: 0; }
      @media (min-width: 480px) {
        #contents section.works .about .img {
          position: relative;
          float: left;
          width: 25%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          margin: 0; } }
      #contents section.works .about .img img {
        border: 1px solid #ff007f; }
    #contents section.works .about .txtbox {
      position: relative;
      float: left;
      width: 55.8333333333%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      margin-left: 2.5%;
      padding-bottom: 30px;
      position: relative;
      text-align: left; }
      @media (min-width: 480px) {
        #contents section.works .about .txtbox {
          position: relative;
          float: left;
          width: 72.5%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 95px;
          height: auto; } }
    #contents section.works .about .copy {
      color: #180e00; }
    #contents section.works .about .btn_box {
      position: absolute;
      padding: 0; }
      #contents section.works .about .btn_box.spo {
        position: relative;
        margin: 0 auto 5px; }
        @media (min-width: 480px) {
          #contents section.works .about .btn_box.spo {
            display: none; } }
    #contents section.works .about .btn {
      width: 100%;
      display: inline-block; }
      @media (min-width: 480px) {
        #contents section.works .about .btn {
          position: relative;
          float: left;
          width: 49.1666666667%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          padding-right: 20px; } }
      @media (min-width: 992px) {
        #contents section.works .about .btn {
          padding-right: 30px; } }
      #contents section.works .about .btn.new {
        margin-left: 1.6666666667%;
        border: 2px solid #ff007f; }
      #contents section.works .about .btn.long {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0; }
  #contents section.works #story {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    height: 220px;
    overflow: hidden;
    transition: all 0.2s ease-out; }
    @media (min-width: 480px) {
      #contents section.works #story {
        height: auto;
        overflow: visible; } }
  #contents section.works #more {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    color: #ff007f;
    font-weight: bold; }
    @media (min-width: 480px) {
      #contents section.works #more {
        display: none; } }
  #contents section.works .recent {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding: 10px; }
    #contents section.works .recent .img {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      margin: 0; }
    #contents section.works .recent .txtbox {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      padding: 0 0 5px 10px; }
    @media (min-width: 480px) {
      #contents section.works .recent {
        padding: 20px; }
        #contents section.works .recent .img {
          position: relative;
          float: left;
          width: 33.3333333333%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0; }
        #contents section.works .recent .txtbox {
          position: relative;
          float: left;
          width: 66.6666666667%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          padding: 0 0 60px 15px; } }
    @media (min-width: 992px) {
      #contents section.works .recent .txtbox {
        padding: 0 0 60px 20px; } }
    #contents section.works .recent .btn_try {
      position: relative;
      width: 100%;
      margin: 5px 0 0; }
      @media (min-width: 480px) {
        #contents section.works .recent .btn_try {
          width: 250px;
          margin: 5px 0 0;
          position: absolute;
          right: 15px;
          bottom: 15px; } }
      @media (min-width: 992px) {
        #contents section.works .recent .btn_try {
          right: 20px;
          bottom: 20px; } }
  #contents section.works .coma {
    position: relative; }
    #contents section.works .coma p.tag {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      border-radius: 0;
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }
      @media (min-width: 992px) {
        #contents section.works .coma p.tag {
          width: 70px;
          height: 70px; } }
      #contents section.works .coma p.tag.new {
        background: url(/img/tag_new.png) left top no-repeat;
        background-size: 100% auto; }
      #contents section.works .coma p.tag.yomikiri {
        background: url(/img/tag_yomikiri.png) left top no-repeat;
        background-size: 100% auto; }
    #contents section.works .coma img {
      margin-bottom: 5px; }
  #contents section.works #comics {
    padding: 0 15px; }
    @media (min-width: 768px) {
      #contents section.works #comics {
        padding: 0 20px; } }
  #contents section.works .comicsbox {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0; }
    #contents section.works .comicsbox .img {
      position: relative;
      float: left;
      width: 41.6666666667%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 480px) {
        #contents section.works .comicsbox .img {
          position: relative;
          float: left;
          width: 25%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0; } }
    #contents section.works .comicsbox .txtbox {
      position: relative;
      float: left;
      width: 57.0833333333%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      margin-left: 1.25%;
      padding-left: 10px;
      text-align: left; }
      @media (min-width: 480px) {
        #contents section.works .comicsbox .txtbox {
          position: relative;
          float: left;
          width: 73.75%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          padding-left: 15px; } }
    #contents section.works .comicsbox .dropdown {
      width: 100%;
      display: inline-block; }
      @media (min-width: 680px) {
        #contents section.works .comicsbox .dropdown {
          width: 200px;
          float: right; } }
      #contents section.works .comicsbox .dropdown .btn {
        margin-top: 10px;
        display: inline-block; }
    @media (min-width: 680px) {
      #contents section.works .comicsbox .half_box .img {
        position: relative;
        float: left;
        width: 33.3333333333%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0; }
      #contents section.works .comicsbox .half_box .txtbox {
        position: relative;
        float: left;
        width: 65%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        padding-left: 15px; }
      #contents section.works .comicsbox .half_box .dropdown {
        position: relative;
        float: left;
        width: 62.5%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        float: right; } }
  #contents section.works .chapter_list {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    background-color: white; }
    #contents section.works .chapter_list .halfbox {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0%;
      padding: 10px 0;
      margin-bottom: 0;
      position: relative; }
      #contents section.works .chapter_list .halfbox.line {
        border-top: 2px solid #ff007f; }
      #contents section.works .chapter_list .halfbox a:hover {
        opacity: 1; }
      #contents section.works .chapter_list .halfbox .copy {
        font-size: 1.2em;
        margin-top: 0;
        color: #666666; }
      #contents section.works .chapter_list .halfbox .img {
        position: relative;
        float: left;
        width: 41.6666666667%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        padding: 0;
        margin: 0; }
      #contents section.works .chapter_list .halfbox .title {
        margin-bottom: 5px; }
      #contents section.works .chapter_list .halfbox .txtbox {
        position: relative;
        float: left;
        width: 57.5%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0.8333333333%;
        padding-left: 5px; }
        #contents section.works .chapter_list .halfbox .txtbox .title {
          color: #ff007f;
          margin-bottom: 0; }
        @media (min-width: 480px) {
          #contents section.works .chapter_list .halfbox .txtbox {
            padding-bottom: 60px;
            padding-left: 15px; } }
        @media (min-width: 680px) {
          #contents section.works .chapter_list .halfbox .txtbox {
            padding-bottom: 60px; } }
        #contents section.works .chapter_list .halfbox .txtbox.full {
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          margin-left: 0%; }
          @media (min-width: 480px) {
            #contents section.works .chapter_list .halfbox .txtbox.full {
              padding-bottom: 15px;
              padding-left: 0; } }
          @media (min-width: 680px) {
            #contents section.works .chapter_list .halfbox .txtbox.full {
              padding-bottom: 0px; } }
      @media (min-width: 680px) {
        #contents section.works .chapter_list .halfbox {
          padding: 15px 0; } }
      @media (min-width: 768px) {
        #contents section.works .chapter_list .halfbox .title {
          margin-bottom: 10px; }
        #contents section.works .chapter_list .halfbox .copy {
          font-size: 1.3em;
          margin-top: 10px; }
        #contents section.works .chapter_list .halfbox .img {
          position: relative;
          float: left;
          width: 25%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          padding: 0 0px 0px 0;
          margin: 0 auto; }
        #contents section.works .chapter_list .halfbox .txtbox {
          position: relative;
          float: left;
          width: 73.3333333333%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          margin-left: 1.6666666667%; } }
      @media (min-width: 992px) {
        #contents section.works .chapter_list .halfbox {
          padding: 20px 0; } }
    #contents section.works .chapter_list .btn_try {
      margin-right: 0;
      margin-bottom: 0; }
  #contents section.works #tanwabox, #contents section.works #gbox {
    display: none; }
  #contents section.works .btn_more {
    height: 50px;
    line-height: 50px;
    width: 70%;
    max-width: 500px;
    border: 2px solid #ff007f;
    background: none; }
    #contents section.works .btn_more:hover {
      background: #ff007f; }
    #contents section.works .btn_more.less {
      width: 70%; }
    #contents section.works .btn_more:after {
      position: absolute;
      display: block;
      content: '';
      width: 10px;
      height: 10px;
      top: 50%;
      right: 30px;
      border-bottom: 2px solid #ff007f;
      border-right: 2px solid #ff007f;
      transform: rotate(45deg) translateY(-70%);
      transition: all .2s ease-in-out;
      transform-origin: 50% 50%; }
      @media (min-width: 768px) {
        #contents section.works .btn_more:after {
          right: 30px; } }
    #contents section.works .btn_more:hover:after {
      border-bottom: 2px solid white;
      border-right: 2px solid white; }
    #contents section.works .btn_more.less:after {
      transform: rotate(-135deg) translateY(50%); }
  #contents section#comics {
    background-color: #ff007f; }
    #contents section#comics h2 {
      color: #ff007f;
      background: url(/img/h2_comics.png) center 58% no-repeat, white url(/img/bg_h2comics.png) left top repeat-x;
      background-size: 10px auto,auto 100%; }
    #contents section#comics .btn_ab {
      position: relative;
      width: 100%;
      margin: 5px 0 0; }
      @media (min-width: 680px) {
        #contents section#comics .btn_ab {
          width: 250px;
          margin: 5px 0 0;
          position: absolute;
          right: 0;
          bottom: 0; } }
      @media (min-width: 1200px) {
        #contents section#comics .btn_ab {
          position: absolute; } }
    #contents section#comics .btn {
      border: 2px solid white;
      color: white;
      background: #ff007f url(/img/btn_arrow_w.png) right center no-repeat;
      background-size: 30px auto;
      border: 2px solid white; }
      @media (min-width: 992px) {
        #contents section#comics .btn {
          background-size: 43px auto; } }
      #contents section#comics .btn:hover {
        background-color: white;
        color: #ff007f; }
  #contents section #lineup_list h3.p_box {
    margin-bottom: 0; }
  #contents section #lineup_list dl {
    border-bottom: 1px solid #ff007f; }
    #contents section #lineup_list dl .author {
      position: relative;
      float: left;
      width: 33.3333333333%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      text-align: left;
      padding: 10px 10px 7px;
      font-size: 1em;
      font-weight: 800;
      background-color: #fff4f9; }
      #contents section #lineup_list dl .author.top {
        border-top: 1px solid #ff007f; }
    #contents section #lineup_list dl .title {
      position: relative;
      float: left;
      width: 66.6666666667%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      text-align: left;
      padding: 10px 10px 7px;
      border-top: 1px dotted #ff007f; }
      #contents section #lineup_list dl .title.top {
        border-top: 1px solid #ff007f;
        margin-left: 0%; }

#main_v {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 20px;
  margin-bottom: -20px; }
  @media (min-width: 680px) {
    #main_v {
      padding: 0;
      margin-top: 50px;
      margin-bottom: -30px; } }
  @media (min-width: 1200px) {
    #main_v {
      margin-top: 60px;
      padding: 0;
      margin-bottom: -50px; } }
  #main_v ul.slider {
    overflow: visible;
    z-index: 50; }
    #main_v ul.slider li {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden; }
      #main_v ul.slider li img {
        width: 100%;
        height: auto; }
    #main_v ul.slider .slick-list {
      overflow: hidden; }
  #main_v ul.slider.slick-initialized li.same_h {
    visibility: visible; }

#news ul#newslist {
  display: block;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  padding-right: 10px; }
  #news ul#newslist li {
    display: block;
    padding: 10px 0;
    border-bottom: 2px dotted #ff007f;
    margin: 0; }
    #news ul#newslist li:first-child {
      border-top: 2px dotted #ff007f; }
    #news ul#newslist li p {
      color: #180e00; }
    @media (min-width: 768px) {
      #news ul#newslist li .samnail {
        position: relative;
        float: left;
        width: 10%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 768px) {
      #news ul#newslist li .news_txt {
        position: relative;
        float: left;
        width: 90%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        padding-left: 15px; } }
  @media (min-width: 480px) {
    #news ul#newslist {
      max-height: 270px; } }
  @media (min-width: 992px) {
    #news ul#newslist {
      max-height: 330px; }
      #news ul#newslist li {
        padding: 15px 0; } }

#update, #lineup, .chapter_list, #pickup {
  display: block;
  height: auto;
  width: 100%; }
  #update .txtbox, #lineup .txtbox, .chapter_list .txtbox, #pickup .txtbox {
    position: relative;
    float: left;
    width: 58.3333333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding: 0 0 5px 10px; }
    #update .txtbox .episode, #lineup .txtbox .episode, .chapter_list .txtbox .episode, #pickup .txtbox .episode {
      padding-bottom: 10px;
      margin-bottom: 5px;
      font-size: 1.12em;
      line-height: 1.4em;
      font-weight: bold;
      color: #ff007f;
      border-bottom: 1px solid #808080; }
    #update .txtbox .copy, #lineup .txtbox .copy, .chapter_list .txtbox .copy, #pickup .txtbox .copy {
      padding-top: 5px; }
    @media (min-width: 480px) {
      #update .txtbox, #lineup .txtbox, .chapter_list .txtbox, #pickup .txtbox {
        position: relative;
        float: left;
        width: 58.3333333333%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        padding: 0 0 5px 10px; } }
    @media (min-width: 992px) {
      #update .txtbox, #lineup .txtbox, .chapter_list .txtbox, #pickup .txtbox {
        padding: 0 0 10px 20px; } }
  #update .img, #lineup .img, .chapter_list .img, #pickup .img {
    position: relative;
    float: left;
    width: 41.6666666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px; }
    @media (min-width: 480px) {
      #update .img, #lineup .img, .chapter_list .img, #pickup .img {
        position: relative;
        float: left;
        width: 41.6666666667%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0; } }

#shoplist {
  margin-bottom: 20px; }
  @media (min-width: 680px) {
    #shoplist {
      margin-bottom: 50px; } }
  @media (min-width: 992px) {
    #shoplist {
      margin-bottom: 70px; } }
  #shoplist .list_box li {
    border: 1px solid #ff007f;
    margin-bottom: 10px;
    padding: 10px 10%;
    background-color: white;
    text-align: center;
    position: relative;
    float: left;
    width: 48.3333333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0; }
    #shoplist .list_box li img {
      width: 80%;
      height: auto;
      margin: 0 auto; }
    #shoplist .list_box li:nth-child(2n) {
      margin-left: 3.3333333333%; }
    @media (min-width: 680px) {
      #shoplist .list_box li {
        position: relative;
        float: left;
        width: 31.6666666667%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 2.5%; }
        #shoplist .list_box li:nth-child(2n) {
          margin-left: 2.5%; }
        #shoplist .list_box li:nth-child(3n+1) {
          margin-left: 0%; } }
    @media (min-width: 992px) {
      #shoplist .list_box li {
        position: relative;
        float: left;
        width: 15.8333333333%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 1%; }
        #shoplist .list_box li:nth-child(3n+1), #shoplist .list_box li:nth-child(2n) {
          margin-left: 1%; }
        #shoplist .list_box li:nth-child(6n+1) {
          margin-left: 0%; } }

#newbooks {
  width: 100%; }
  #newbooks .img {
    position: relative;
    float: left;
    width: 45.8333333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding: 0; }
    #newbooks .img img {
      border: 1px solid white; }
    @media (min-width: 480px) {
      #newbooks .img {
        position: relative;
        float: left;
        width: 37.5%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0; } }
  #newbooks .txt {
    position: relative;
    float: left;
    width: 54.1666666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding: 0 10px 0;
    position: relative;
    text-align: left; }
    @media (min-width: 480px) {
      #newbooks .txt {
        text-align: left;
        position: relative;
        float: left;
        width: 62.5%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        padding: 0 20px 110px; } }
    @media (min-width: 992px) {
      #newbooks .txt {
        padding: 0 30px 75px; } }
    #newbooks .txt .title {
      color: white;
      font-weight: bold;
      font-size: 1.5em;
      margin-bottom: 15px; }
    #newbooks .txt .info {
      color: white;
      margin-bottom: 10px;
      padding: 0; }
    #newbooks .txt .copy {
      color: white;
      margin-bottom: 10px; }
  #newbooks .btn_box {
    position: relative;
    padding: 0; }
    @media (min-width: 480px) {
      #newbooks .btn_box {
        position: absolute;
        padding: 0 10px; } }
    @media (min-width: 992px) {
      #newbooks .btn_box {
        padding: 0 20px; } }
    #newbooks .btn_box .btn {
      width: 100%;
      margin-top: 10px;
      display: inline-block;
      margin-left: 0; }
      @media (min-width: 992px) {
        #newbooks .btn_box .btn {
          width: 48.5%;
          float: left;
          margin-left: 2.5%;
          letter-spacing: -1px;
          margin-top: 0; }
          #newbooks .btn_box .btn:first-child {
            margin-left: 0; } }
  #newbooks .next {
    width: 100%;
    margin-top: 10px;
    background: white;
    padding: 15px;
    text-align: left;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    background-color: white; }
    @media (min-width: 680px) {
      #newbooks .next {
        margin-top: 20px;
        padding: 20px; } }
    #newbooks .next b {
      display: inline-block;
      width: 100%;
      color: #ff3a54; }

/*** 作品リスト・各作品ページ ***/
#lineup ul.category, #lineup .cate {
  display: inline-block;
  width: 100%;
  margin: 0 auto 10px;
  height: auto; }
  #lineup ul.category li, #lineup .cate li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block; }
    #lineup ul.category li a, #lineup .cate li a {
      padding: 8px 12px;
      background: white;
      border-radius: 3px;
      border: 2px solid white;
      color: #ff007f;
      text-decoration: none;
      display: inline-block;
      font-weight: 1000;
      border: 1px solid #ff007f;
      border-radius: 5px; }
      #lineup ul.category li a:hover, #lineup ul.category li a:active, #lineup ul.category li a.select, #lineup .cate li a:hover, #lineup .cate li a:active, #lineup .cate li a.select {
        background: #ff007f;
        color: white;
        border: 1px solid #ff007f; }
    #lineup ul.category li.last, #lineup .cate li.last {
      margin-top: 5px; }
      @media (min-width: 480px) {
        #lineup ul.category li.last, #lineup .cate li.last {
          margin-top: 0; } }
      @media (min-width: 992px) {
        #lineup ul.category li.last, #lineup .cate li.last {
          float: right; } }
  @media (min-width: 480px) {
    #lineup ul.category, #lineup .cate {
      margin: 0 auto 30px; }
      #lineup ul.category li a, #lineup .cate li a {
        padding: 8px 13px; } }
#lineup .cate {
  margin: 10px 0 0; }
  #lineup .cate .roboto {
    float: left;
    margin-right: 5px;
    padding: 3px 8px;
    background: #ff007f;
    color: white;
    text-decoration: none;
    display: inline-block; }
#lineup h3 {
  border-left: none;
  margin-bottom: 5px; }
#lineup .date {
  width: 100%;
  background: white;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0; }
#lineup .img {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto 10px; }
  @media (min-width: 680px) {
    #lineup .img {
      margin: 0 auto 15px; } }
#lineup ul#lineup_box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }
  #lineup ul#lineup_box li.halfbox {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    padding: 25px 10px 10px; }
    @media (min-width: 480px) {
      #lineup ul#lineup_box li.halfbox {
        position: relative;
        float: left;
        width: 49.1666666667%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0.8333333333%;
        padding: 25px 15px 15px; } }
    @media (min-width: 768px) {
      #lineup ul#lineup_box li.halfbox {
        padding: 30px 20px 20px; } }
    #lineup ul#lineup_box li.halfbox h3 {
      font-size: 1.4em;
      margin-left: -10px;
      letter-spacing: -1px; }
      @media (min-width: 680px) {
        #lineup ul#lineup_box li.halfbox h3 {
          font-size: 1.4em; } }
#lineup .btn_box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  margin: 0;
  position: relative; }
  #lineup .btn_box .btn {
    display: inline-block; }
#lineup .coma {
  position: relative; }
  #lineup .coma p.tag {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
    #lineup .coma p.tag.new {
      background: url(/img/tag_new.png) left top no-repeat;
      background-size: 100% auto; }
    #lineup .coma p.tag.first {
      background: url(/img/tag_first.png) left top no-repeat;
      background-size: 100% auto; }

#btn_load {
  width: 100%;
  height: 1px; }

@media (min-width: 680px) {
  #list {
    text-align: left; } }
#list .btn_yondemill {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  padding-right: 0px;
  height: 80px;
  margin: 15px 0 10px; }
  #list .btn_yondemill a {
    display: inline-block;
    background: #fff;
    width: 100%;
    height: 100%;
    padding-top: 1%;
    border: 1px solid #ff007f; }
    #list .btn_yondemill a img {
      height: 90%;
      width: auto; }
  @media (min-width: 680px) {
    #list .btn_yondemill {
      margin: 20px 0 10px; } }
  @media (min-width: 992px) {
    #list .btn_yondemill {
      height: 100px; } }
#list ul.list_box {
  display: inline-block;
  width: 100%;
  text-align: center; }
  #list ul.list_box li {
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-right: 0px;
    position: relative;
    height: 80px; }
    @media (min-width: 680px) {
      #list ul.list_box li {
        width: 49.1666666667%; } }
    @media (min-width: 992px) {
      #list ul.list_box li {
        height: 100px; } }
    #list ul.list_box li a.elist {
      display: inline-block;
      height: 100%;
      width: 100%;
      background: #fff;
      border: 1px solid #ff007f;
      padding-top: 2%; }
      #list ul.list_box li a.elist img {
        height: 90%;
        width: auto; }
  @media (min-width: 480px) {
    #list ul.list_box li:nth-child(2n) {
      margin-left: 1.6666666667%; } }

#ebooklist ul.list_box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }
  #ebooklist ul.list_box li {
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 49.1666666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1.6666666667%;
    padding-right: 0px; }
    #ebooklist ul.list_box li:nth-child(2n+1) {
      margin-left: 0%; }
    @media (min-width: 680px) {
      #ebooklist ul.list_box li {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 3.3333333333%; } }
  @media (min-width: 680px) and (min-width: 680px) {
    #ebooklist ul.list_box li {
      width: 48.3333333333%; } }

    #ebooklist ul.list_box li p {
      background: none;
      text-align: left; }
    #ebooklist ul.list_box li a {
      position: relative;
      display: inline-block;
      height: 100%;
      width: 100%;
      background: white;
      height: 80px;
      text-align: center;
      border: 1px solid #ff007f;
      padding-top: 10%; }
      @media (min-width: 480px) {
        #ebooklist ul.list_box li a {
          padding-top: 2%; } }
      @media (min-width: 992px) {
        #ebooklist ul.list_box li a {
          height: 100px; } }
      #ebooklist ul.list_box li a img {
        width: auto;
        height: 80%; }
        @media (min-width: 480px) {
          #ebooklist ul.list_box li a img {
            height: 90%;
            width: auto; } }

#bosyu .box {
  width: 100%;
  padding: 10px;
  background: white;
  border: 1px solid #ff007f;
  text-align: left; }
  #bosyu .box h3 {
    margin: 20px 0 10px;
    border-left: none;
    border-bottom: 2px solid #ff007f;
    color: #ff007f; }
  #bosyu .box a {
    color: #180e00; }
  @media (min-width: 680px) {
    #bosyu .box {
      padding: 15px; } }
  @media (min-width: 992px) {
    #bosyu .box {
      padding: 30px; }
      #bosyu .box h3 {
        margin: 40px 0 30px; } }
  #bosyu .box .bg_box {
    width: 100%;
    padding: 10px 20px;
    background: #ffcbe5;
    margin: 10px 0;
    text-align: left; }
  #bosyu .box .bd_box {
    width: 100%;
    padding: 10px;
    border: 1px solid #808080;
    margin: 10px 0; }
#bosyu ul.atten {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 25px; }
#bosyu ul.method {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 20px; }
  #bosyu ul.method li {
    margin-bottom: 10px; }

#newsindex .date, #newslist_s .date, #whatsnew .date {
  margin-bottom: 5px;
  color: #180e00;
  text-align: left; }
#newsindex .news_pickup, #newslist_s .news_pickup, #whatsnew .news_pickup {
  background-color: white;
  text-align: left;
  width: 100%;
  padding: 15px;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0px 0px 7px 1px #9B9B9B;
  border-radius: 10px;
  overflow: hidden; }
  @media (min-width: 992px) {
    #newsindex .news_pickup, #newslist_s .news_pickup, #whatsnew .news_pickup {
      padding: 20px;
      margin-bottom: 10px; } }
  #newsindex .news_pickup a, #newsindex .news_pickup a:visited, #newslist_s .news_pickup a, #newslist_s .news_pickup a:visited, #whatsnew .news_pickup a, #whatsnew .news_pickup a:visited {
    color: #ff3a54; }
    #newsindex .news_pickup a:hover, #newsindex .news_pickup a a:visited, #newsindex .news_pickup a:active, #newsindex .news_pickup a:visited:hover, #newsindex .news_pickup a:visited a:visited, #newsindex .news_pickup a:visited:active, #newslist_s .news_pickup a:hover, #newslist_s .news_pickup a a:visited, #newslist_s .news_pickup a:active, #newslist_s .news_pickup a:visited:hover, #newslist_s .news_pickup a:visited a:visited, #newslist_s .news_pickup a:visited:active, #whatsnew .news_pickup a:hover, #whatsnew .news_pickup a a:visited, #whatsnew .news_pickup a:active, #whatsnew .news_pickup a:visited:hover, #whatsnew .news_pickup a:visited a:visited, #whatsnew .news_pickup a:visited:active {
      color: #2b7bb9; }
  #newsindex .news_pickup .img, #newslist_s .news_pickup .img, #whatsnew .news_pickup .img {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    @media (min-width: 680px) {
      #newsindex .news_pickup .img, #newslist_s .news_pickup .img, #whatsnew .news_pickup .img {
        width: 100%; } }
    #newsindex .news_pickup .img img, #newslist_s .news_pickup .img img, #whatsnew .news_pickup .img img {
      width: auto;
      max-width: 100%; }
    #newsindex .news_pickup .img img.height, #newslist_s .news_pickup .img img.height, #whatsnew .news_pickup .img img.height {
      height: auto;
      max-height: 350px;
      width: auto;
      max-width: 100%;
      margin-right: 10px; }
  #newsindex .news_pickup .three, #newsindex .news_pickup .four, #newslist_s .news_pickup .three, #newslist_s .news_pickup .four, #whatsnew .news_pickup .three, #whatsnew .news_pickup .four {
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 48.3333333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 3.3333333333%; }
    #newsindex .news_pickup .three:nth-child(2n+1), #newsindex .news_pickup .four:nth-child(2n+1), #newslist_s .news_pickup .three:nth-child(2n+1), #newslist_s .news_pickup .four:nth-child(2n+1), #whatsnew .news_pickup .three:nth-child(2n+1), #whatsnew .news_pickup .four:nth-child(2n+1) {
      margin-left: 0%; }
    @media (min-width: 680px) {
      #newsindex .news_pickup .three, #newsindex .news_pickup .four, #newslist_s .news_pickup .three, #newslist_s .news_pickup .four, #whatsnew .news_pickup .three, #whatsnew .news_pickup .four {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 2.5%; } }
  @media (min-width: 680px) and (min-width: 680px) {
    #newsindex .news_pickup .three, #newsindex .news_pickup .four, #newslist_s .news_pickup .three, #newslist_s .news_pickup .four, #whatsnew .news_pickup .three, #whatsnew .news_pickup .four {
      width: 31.6666666667%; } }
    @media (min-width: 680px) {
        #newsindex .news_pickup .three:nth-child(2n+1), #newsindex .news_pickup .four:nth-child(2n+1), #newslist_s .news_pickup .three:nth-child(2n+1), #newslist_s .news_pickup .four:nth-child(2n+1), #whatsnew .news_pickup .three:nth-child(2n+1), #whatsnew .news_pickup .four:nth-child(2n+1) {
          margin-left: 2.5%; }
        #newsindex .news_pickup .three:nth-child(3n+1), #newsindex .news_pickup .four:nth-child(3n+1), #newslist_s .news_pickup .three:nth-child(3n+1), #newslist_s .news_pickup .four:nth-child(3n+1), #whatsnew .news_pickup .three:nth-child(3n+1), #whatsnew .news_pickup .four:nth-child(3n+1) {
          margin-left: 0%; } }
  @media (min-width: 680px) {
    #newsindex .news_pickup .four, #newslist_s .news_pickup .four, #whatsnew .news_pickup .four {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      margin-left: 1.6666666667%; } }
  @media (min-width: 680px) and (min-width: 680px) {
    #newsindex .news_pickup .four, #newslist_s .news_pickup .four, #whatsnew .news_pickup .four {
      width: 23.75%; } }

  #newsindex .news_pickup .four:nth-child(4n+1), #newslist_s .news_pickup .four:nth-child(4n+1), #whatsnew .news_pickup .four:nth-child(4n+1) {
    margin-left: 0%; }
  #newsindex .news_pickup .b_link, #newslist_s .news_pickup .b_link, #whatsnew .news_pickup .b_link {
    margin-top: 10px; }
  #newsindex .news_pickup .title, #newslist_s .news_pickup .title, #whatsnew .news_pickup .title {
    color: #180e00;
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem; }
    @media (min-width: 992px) {
      #newsindex .news_pickup .title, #newslist_s .news_pickup .title, #whatsnew .news_pickup .title {
        margin-top: 15px;
        font-size: 18px;
        font-size: 1.8rem; } }
  #newsindex .news_pickup img, #newslist_s .news_pickup img, #whatsnew .news_pickup img {
    margin-bottom: 10px;
    width: auto;
    max-width: 100%; }
    @media (min-width: 480px) {
      #newsindex .news_pickup img.three, #newslist_s .news_pickup img.three, #whatsnew .news_pickup img.three {
        margin-right: 0;
        position: relative;
        float: left;
        width: 32.6666666667%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 1%; }
        #newsindex .news_pickup img.three:nth-child(3n+1), #newslist_s .news_pickup img.three:nth-child(3n+1), #whatsnew .news_pickup img.three:nth-child(3n+1) {
          margin-left: 0%; } }
    @media (min-width: 480px) {
      #newsindex .news_pickup img.two, #newslist_s .news_pickup img.two, #whatsnew .news_pickup img.two {
        margin-right: 0;
        position: relative;
        float: left;
        width: 48.5%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 1%; }
        #newsindex .news_pickup img.two:nth-child(2n+1), #newslist_s .news_pickup img.two:nth-child(2n+1), #whatsnew .news_pickup img.two:nth-child(2n+1) {
          margin-left: 0%; } }
    @media (min-width: 480px) {
      #newsindex .news_pickup img.four, #newslist_s .news_pickup img.four, #whatsnew .news_pickup img.four {
        margin-right: 0;
        position: relative;
        float: left;
        width: 24.25%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 1%; }
        #newsindex .news_pickup img.four:nth-child(4n+1), #newslist_s .news_pickup img.four:nth-child(4n+1), #whatsnew .news_pickup img.four:nth-child(4n+1) {
          margin-left: 0%; } }
  #newsindex .news_pickup .newsbox, #newslist_s .news_pickup .newsbox, #whatsnew .news_pickup .newsbox {
    margin: 10px 0 0;
    text-align: center;
    position: relative;
    width: 100%; }
    #newsindex .news_pickup .newsbox p, #newslist_s .news_pickup .newsbox p, #whatsnew .news_pickup .newsbox p {
      text-align: left;
      margin-bottom: 10px; }
    #newsindex .news_pickup .newsbox .onebox, #newslist_s .news_pickup .newsbox .onebox, #whatsnew .news_pickup .newsbox .onebox {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0; }
    #newsindex .news_pickup .newsbox .fourbox, #newsindex .news_pickup .newsbox .threebox, #newsindex .news_pickup .newsbox .fivebox, #newslist_s .news_pickup .newsbox .fourbox, #newslist_s .news_pickup .newsbox .threebox, #newslist_s .news_pickup .newsbox .fivebox, #whatsnew .news_pickup .newsbox .fourbox, #whatsnew .news_pickup .newsbox .threebox, #whatsnew .news_pickup .newsbox .fivebox {
      font-size: 0.8em;
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      padding: 0 5px;
      margin-bottom: 10px; }
      #newsindex .news_pickup .newsbox .fourbox img, #newsindex .news_pickup .newsbox .threebox img, #newsindex .news_pickup .newsbox .fivebox img, #newslist_s .news_pickup .newsbox .fourbox img, #newslist_s .news_pickup .newsbox .threebox img, #newslist_s .news_pickup .newsbox .fivebox img, #whatsnew .news_pickup .newsbox .fourbox img, #whatsnew .news_pickup .newsbox .threebox img, #whatsnew .news_pickup .newsbox .fivebox img {
        width: 96%;
        height: auto;
        margin: 0 0 5px; }
      #newsindex .news_pickup .newsbox .fourbox a, #newsindex .news_pickup .newsbox .fourbox a:hover, #newsindex .news_pickup .newsbox .fourbox a:visited, #newsindex .news_pickup .newsbox .fourbox a:active, #newsindex .news_pickup .newsbox .fourbox a:focus, #newsindex .news_pickup .newsbox .threebox a, #newsindex .news_pickup .newsbox .threebox a:hover, #newsindex .news_pickup .newsbox .threebox a:visited, #newsindex .news_pickup .newsbox .threebox a:active, #newsindex .news_pickup .newsbox .threebox a:focus, #newsindex .news_pickup .newsbox .fivebox a, #newsindex .news_pickup .newsbox .fivebox a:hover, #newsindex .news_pickup .newsbox .fivebox a:visited, #newsindex .news_pickup .newsbox .fivebox a:active, #newsindex .news_pickup .newsbox .fivebox a:focus, #newslist_s .news_pickup .newsbox .fourbox a, #newslist_s .news_pickup .newsbox .fourbox a:hover, #newslist_s .news_pickup .newsbox .fourbox a:visited, #newslist_s .news_pickup .newsbox .fourbox a:active, #newslist_s .news_pickup .newsbox .fourbox a:focus, #newslist_s .news_pickup .newsbox .threebox a, #newslist_s .news_pickup .newsbox .threebox a:hover, #newslist_s .news_pickup .newsbox .threebox a:visited, #newslist_s .news_pickup .newsbox .threebox a:active, #newslist_s .news_pickup .newsbox .threebox a:focus, #newslist_s .news_pickup .newsbox .fivebox a, #newslist_s .news_pickup .newsbox .fivebox a:hover, #newslist_s .news_pickup .newsbox .fivebox a:visited, #newslist_s .news_pickup .newsbox .fivebox a:active, #newslist_s .news_pickup .newsbox .fivebox a:focus, #whatsnew .news_pickup .newsbox .fourbox a, #whatsnew .news_pickup .newsbox .fourbox a:hover, #whatsnew .news_pickup .newsbox .fourbox a:visited, #whatsnew .news_pickup .newsbox .fourbox a:active, #whatsnew .news_pickup .newsbox .fourbox a:focus, #whatsnew .news_pickup .newsbox .threebox a, #whatsnew .news_pickup .newsbox .threebox a:hover, #whatsnew .news_pickup .newsbox .threebox a:visited, #whatsnew .news_pickup .newsbox .threebox a:active, #whatsnew .news_pickup .newsbox .threebox a:focus, #whatsnew .news_pickup .newsbox .fivebox a, #whatsnew .news_pickup .newsbox .fivebox a:hover, #whatsnew .news_pickup .newsbox .fivebox a:visited, #whatsnew .news_pickup .newsbox .fivebox a:active, #whatsnew .news_pickup .newsbox .fivebox a:focus {
        color: #180e00; }
      @media (min-width: 480px) {
        #newsindex .news_pickup .newsbox .fourbox, #newsindex .news_pickup .newsbox .threebox, #newsindex .news_pickup .newsbox .fivebox, #newslist_s .news_pickup .newsbox .fourbox, #newslist_s .news_pickup .newsbox .threebox, #newslist_s .news_pickup .newsbox .fivebox, #whatsnew .news_pickup .newsbox .fourbox, #whatsnew .news_pickup .newsbox .threebox, #whatsnew .news_pickup .newsbox .fivebox {
          position: relative;
          float: left;
          width: 33.3333333333%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0; } }
    @media (min-width: 768px) {
      #newsindex .news_pickup .newsbox .fourbox, #newslist_s .news_pickup .newsbox .fourbox, #whatsnew .news_pickup .newsbox .fourbox {
        position: relative;
        float: left;
        width: 25%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 768px) {
      #newsindex .news_pickup .newsbox .fivebox, #newslist_s .news_pickup .newsbox .fivebox, #whatsnew .news_pickup .newsbox .fivebox {
        position: relative;
        float: left;
        width: 20%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0; } }
    #newsindex .news_pickup .newsbox:after, #newsindex .news_pickup .newsbox:before, #newslist_s .news_pickup .newsbox:after, #newslist_s .news_pickup .newsbox:before, #whatsnew .news_pickup .newsbox:after, #whatsnew .news_pickup .newsbox:before {
      content: " ";
      display: table; }
    #newsindex .news_pickup .newsbox:after, #newslist_s .news_pickup .newsbox:after, #whatsnew .news_pickup .newsbox:after {
      clear: both; }
#newsindex .btn_b, #newslist_s .btn_b, #whatsnew .btn_b {
  width: 100%;
  margin-top: 10px;
  background: url(/img/btn_list.png) left center no-repeat, url(/img/btn_arrow_red.png) right center no-repeat;
  background-size: auto 75%; }
  #newsindex .btn_b:hover, #newslist_s .btn_b:hover, #whatsnew .btn_b:hover {
    background: url(/img/btn_list.png) left center no-repeat, rgba(255, 255, 255, 0.7) url(/img/btn_arrow_red.png) right center no-repeat;
    background-size: auto 75%; }

#newsindex #newslist li.chocolove {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  background-color: white;
  padding: 5px 5px 10px; }
  @media (min-width: 680px) {
    #newsindex #newslist li.chocolove {
      padding: 5px 5px 20px; } }
  #newsindex #newslist li.chocolove a {
    color: black;
    text-decoration: none; }

/*** 購入ボタン ***/
.dropdown {
  text-align: center;
  position: relative;
  z-index: 10; }
  .dropdown .dropdownbtn {
    cursor: pointer; }
  .dropdown .btn:hover, .dropdown .btn:active, .dropdown .btn:focus {
    opacity: 1; }
  .dropdown ul.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    width: 100%;
    border: 2px solid #ff007f;
    background: white; }
    .dropdown ul.dropdown-menu li a {
      display: block;
      color: #666666;
      width: 100%;
      padding: 8px 0;
      text-decoration: none;
      font-weight: bold;
      border-bottom: 1px dotted #ff007f; }
      .dropdown ul.dropdown-menu li a:hover {
        background-color: #ffcbe5; }
    .dropdown ul.dropdown-menu li:last-child a {
      border-bottom: none; }

/*** 下部リンクボタン ***/
#contents .btn_menu {
  position: relative;
  height: 50px;
  color: #ff007f;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: white url(/img/btn_arrow.png) right center no-repeat;
  background-size: 30px auto;
  border: 2px solid #ff007f;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  padding-right: 20px;
  z-index: 20;
  display: inline-block;
  width: 100%;
  background-color: white;
  border: 2px solid #ff007f; }
  @media (min-width: 480px) {
    #contents .btn_menu {
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: -1px; } }
  @media (min-width: 680px) {
    #contents .btn_menu {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 992px) {
    #contents .btn_menu {
      background-size: 43px auto;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    #contents .btn_menu {
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: bold;
      letter-spacing: 1px; } }
  #contents .btn_menu:hover {
    background-color: #ff007f;
    color: white; }
  #contents .btn_menu.soon {
    opacity: .7; }
    #contents .btn_menu.soon:hover {
      background-color: white; }

#contents aside {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center; }

aside#bottom_slide {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 15px 2%; }
  aside#bottom_slide .slider {
    width: 100%;
    margin: 0 auto; }
    aside#bottom_slide .slider img {
      max-width: 100%; }
    aside#bottom_slide .slider .slick-dots {
      bottom: -25px;
      width: 100%; }
      aside#bottom_slide .slider .slick-dots li button:before {
        color: #666666; }
  @media (min-width: 480px) {
    aside#bottom_slide {
      padding: 15px 0 20px;
      margin: 0 auto; }
      aside#bottom_slide .slick-slider {
        display: inline-block; }
        aside#bottom_slide .slick-slider .slick-slide {
          margin: 0 5px; } }
  @media (min-width: 768px) {
    aside#bottom_slide {
      padding: 15px 0; } }
  @media (min-width: 992px) {
    aside#bottom_slide {
      margin: 0 auto; } }

/* スマホ用スライドメニュー */
.spmenubox img {
  width: 100%; }
.spmenubox #toggle {
  position: fixed;
  left: 0;
  bottom: 50px;
  margin-left: -1px;
  width: 60px;
  height: auto;
  z-index: 150;
  cursor: pointer;
  border: 2px solid white; }
  .spmenubox #toggle:hover, .spmenubox #toggle:hover a img, .spmenubox #toggle:active, .spmenubox #toggle:active a img {
    opacity: 1; }
  @media (min-width: 680px) {
    .spmenubox #toggle {
      display: none !important; } }
  .spmenubox #toggle.hide {
    display: none; }
.spmenubox #sp-slidebar {
  display: none;
  width: 100%;
  max-height: 100%;
  background-color: #ffcbe5;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  padding: 0 3% 10px;
  overflow: auto;
  font-size: 15px;
  font-size: 1.5rem; }
  .spmenubox #sp-slidebar #close {
    font-size: 20px;
    font-size: 2rem;
    display: block;
    cursor: pointer;
    clear: both;
    color: #ff007f;
    margin: 10px auto 0;
    font-weight: bold; }
    .spmenubox #sp-slidebar #close span {
      font-size: 0.8em; }
  .spmenubox #sp-slidebar #sp_logo {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    height: 70px;
    background-color: white;
    margin: 10px auto; }
    .spmenubox #sp-slidebar #sp_logo img {
      height: 100%;
      width: auto; }
  .spmenubox #sp-slidebar ul.sp-menu, .spmenubox #sp-slidebar ul.sp-submenu {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    margin: 0;
    width: 100%;
    margin: 10px 0 0; }
    .spmenubox #sp-slidebar ul.sp-menu:before, .spmenubox #sp-slidebar ul.sp-menu:after, .spmenubox #sp-slidebar ul.sp-submenu:before, .spmenubox #sp-slidebar ul.sp-submenu:after {
      content: " ";
      display: table; }
    .spmenubox #sp-slidebar ul.sp-menu:after, .spmenubox #sp-slidebar ul.sp-submenu:after {
      clear: both; }
    .spmenubox #sp-slidebar ul.sp-menu li, .spmenubox #sp-slidebar ul.sp-submenu li {
      display: block;
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      margin: 0 0 8px;
      background-color: #ff007f;
      border: 2px solid #ff007f; }
      .spmenubox #sp-slidebar ul.sp-menu li.half, .spmenubox #sp-slidebar ul.sp-submenu li.half {
        position: relative;
        float: left;
        width: 48.3333333333%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0; }
      .spmenubox #sp-slidebar ul.sp-menu li.right, .spmenubox #sp-slidebar ul.sp-submenu li.right {
        margin-left: 3.3333333333%; }
      .spmenubox #sp-slidebar ul.sp-menu li a, .spmenubox #sp-slidebar ul.sp-submenu li a {
        display: inline-block;
        width: 100%;
        padding: 14px 5px 12px;
        text-decoration: none;
        font-weight: 600;
        color: white; }
        .spmenubox #sp-slidebar ul.sp-menu li a.white, .spmenubox #sp-slidebar ul.sp-submenu li a.white {
          color: #ff007f;
          background-color: white; }
        .spmenubox #sp-slidebar ul.sp-menu li a span, .spmenubox #sp-slidebar ul.sp-submenu li a span {
          font-size: 0.8em; }
        .spmenubox #sp-slidebar ul.sp-menu li a.tl, .spmenubox #sp-slidebar ul.sp-submenu li a.tl {
          position: relative;
          float: left;
          width: 50%;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          padding: 0 0 10px;
          text-align: left; }
      .spmenubox #sp-slidebar ul.sp-menu li:last-child, .spmenubox #sp-slidebar ul.sp-submenu li:last-child {
        margin-bottom: 8px; }
  .spmenubox #sp-slidebar ul.sp-submenu {
    margin: 0; }
    .spmenubox #sp-slidebar ul.sp-submenu li {
      position: relative;
      float: left;
      width: 31.6666666667%;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      margin-left: 2.5%; }
      .spmenubox #sp-slidebar ul.sp-submenu li:first-child {
        margin-left: 0%; }
      .spmenubox #sp-slidebar ul.sp-submenu li a {
        padding: 0 0 12px;
        background-color: white;
        color: #ff007f; }
  .spmenubox #sp-slidebar ul.sns {
    display: block;
    width: 90px;
    height: 40px;
    text-align: center;
    margin: 0 auto; }
    .spmenubox #sp-slidebar ul.sns li {
      width: 40px;
      height: 100%;
      float: left;
      margin: 0 10px 10px 0;
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }
      .spmenubox #sp-slidebar ul.sns li:last-child {
        margin-right: 0px; }
    .spmenubox #sp-slidebar ul.sns img {
      width: 100%;
      height: auto; }
@media (min-width: 680px) {
  .spmenubox {
    display: none !important; } }

/*** ジャンプ ***/
.jump-top {
  display: none;
  z-index: 50;
  position: fixed;
  bottom: 50px;
  right: 15px; }
  .jump-top a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    color: white;
    display: block;
    width: 50px;
    height: 50px;
    background: url(/img/page_top.png) center center no-repeat;
    background-size: contain;
    opacity: 1;
    transition: opacity 0.5s ease; }
    .jump-top a:hover {
      opacity: 0.6; }
    .jump-top a:hover, .jump-top a a:visited, .jump-top a:active, .jump-top a:focus {
      color: white; }
    @media (min-width: 680px) {
      .jump-top a {
        line-height: 75px;
        width: 70px;
        height: 70px; } }

/*** 共通スタイル ***/
div {
  display: inline-block; }

.h_box {
  letter-spacing: 1px;
  margin-left: 10px; }

.hide {
  display: none; }

.red {
  color: #ff3a54; }

.blue {
  color: #44cadc; }

.pink {
  color: #ff007f; }

.white {
  color: white; }

.gray {
  color: #666666;
  cursor: default; }

.bg_pink {
  background-color: #ff007f; }

.bg_gray {
  background-color: #E5E5E5; }

.font_s {
  font-size: 12px;
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    .font_s {
      font-size: 13px;
      font-size: 1.3rem; } }

.font_m {
  font-size: 1.15em; }

.font_l {
  font-size: 14.5px;
  font-size: 1.45rem; }
  @media (min-width: 768px) {
    .font_l {
      font-size: 16px;
      font-size: 1.6rem; } }

.font_ml {
  font-size: 16px;
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    .font_ml {
      font-size: 18px;
      font-size: 1.8rem; } }

.font_ll {
  font-size: 18px;
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    .font_ll {
      font-size: 20px;
      font-size: 2rem; } }

.mt5 {
  display: inline-block;
  margin-top: 5px; }

.mt10 {
  display: inline-block;
  margin-top: 10px; }

.mt20 {
  margin-top: 15px; }
  @media (min-width: 680px) {
    .mt20 {
      margin-top: 20px; } }

.mt30 {
  margin-top: 20px; }
  @media (min-width: 680px) {
    .mt30 {
      margin-top: 30px; } }

.mt40 {
  margin-top: 30px; }
  @media (min-width: 680px) {
    .mt40 {
      margin-top: 40px; } }

.mt50 {
  margin-top: 40px; }
  @media (min-width: 680px) {
    .mt50 {
      margin-top: 50px; } }

.mb5 {
  display: inline-block;
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 15px; }
  @media (min-width: 680px) {
    .mb20 {
      margin-bottom: 20px; } }

.mb30 {
  margin-bottom: 20px; }
  @media (min-width: 680px) {
    .mb30 {
      margin-bottom: 30px; } }

.mb50 {
  margin-bottom: 30px; }
  @media (min-width: 680px) {
    .mb50 {
      margin-bottom: 50px; } }

.img_coming {
  border: 1px solid #180e00; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.pc {
  display: none; }
  @media (min-width: 768px) {
    .pc {
      display: inline-block; } }

.mspc {
  display: none; }
  @media (min-width: 680px) {
    .mspc {
      display: inline-block; } }

.pco {
  display: none; }
  @media (min-width: 992px) {
    .pco {
      display: block; } }

.pctab {
  display: none; }
  @media (min-width: 480px) {
    .pctab {
      display: inline-block; } }

.sp {
  display: inline-block; }
  @media (min-width: 768px) {
    .sp {
      display: none; } }

.mssp {
  display: inline-block; }
  @media (min-width: 680px) {
    .mssp {
      display: none; } }

.spo {
  display: inline-block; }
  @media (min-width: 480px) {
    .spo {
      display: none; } }

.pctab {
  display: none; }
  @media (min-width: 480px) {
    .pctab {
      display: inline-block; } }

/*# sourceMappingURL=style.css.map */

/*
* お問い合わせ
*/
.form_wrap , .form_wrap .mw_wp_form , .form_wrap .mw_wp_form .inner{display: block;margin: 0 auto; }
.form_wrap form { text-align: left;margin-bottom: 70px; }
.form_wrap form input[type=text]{-webkit-appearance:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
.form_wrap input , .form_wrap textarea{border: 1px solid #ccc;}
.form_wrap form p + p { margin-top: 1em; }
.form_wrap form table { width: 100%; margin-top: 2em; background-color: #fff; border-collapse: collapse;font-size: 16px; }
.form_wrap form table tr { margin-top: 1em; }
.form_wrap form table th { background-color: #e8f1f3; border:#ddd solid 1px; padding: 1em; width: 200px;}
.form_wrap form table td { margin-top: 1em; border: #ddd solid 1px; padding: 1em; }
.form_wrap form table br + .frm_mail { margin-top: 1em; }
.form_wrap form .col_red { color: #f00; }
.form_wrap form textarea { width: 100%; }
.form_wrap .bl_df{display: block; margin: 0 auto;text-align: center;}
.form_wrap small{display: block; margin: 20px auto 0;}
.form_wrap p{margin: 30px auto 0;font-size: 16px;}
.form_wrap .mail_kakunin{display: block; margin: 10px 0 0 0;}
.form_wrap .frm_mail{width: 100%;}
.form_wrap .red{color: #B70000;}
.form_wrap .frm_submit_btn{margin: 30px auto 0; background-color: #ff007f;border: none;color: #FFF;text-decoration: none; padding: 14px 16px; display: inline-block; width: 260px;  opacity: 1; font-size: 16px;}
/* 確認画面 */
.form_wrap .mw_wp_form_confirm .bl_df{display: flex; justify-content: center;}
.form_wrap .mw_wp_form_confirm .frm_submit_btn{margin: 30px 5px 0;}
.form_wrap .mw_wp_form_confirm .frm_submit_btn.btn_back{background-color:#a2a2a2;}
.form_wrap .mw_wp_form_confirm .mail_kakunin{display: none;}
.form_wrap .mw_wp_form_confirm .name_txt{display: none;}
/* 完了画面 */
.form_wrap .mw_wp_form_complete{margin-bottom: 70px;}
.form_wrap .mw_wp_form_complete .frm_submit_btn:hover{color: #FFF;}

@media screen and (max-width: 679px) {
  .form_wrap form table th , .form_wrap form table td{display: block; width: 100%; margin: 0;}  
  .form_wrap form table tr td{border-bottom: none;border-top: none;}
  .form_wrap form table tr:nth-of-type(3) td{display:flex;flex-wrap: wrap;align-items: center;}
  .form_wrap form table tr:nth-of-type(5) td{border-bottom: #ddd solid 1px;}
  .form_wrap .name_txt{width: 10%;display:block;}
  .form_wrap .name_txt:nth-of-type(1) , .form_wrap .frm_name:nth-of-type(1){margin-top: 0px;}
  .form_wrap .name_txt , .form_wrap .frm_name{margin-top: 10px;}
  .form_wrap input.frm_name {width: 90%;}
  .form_wrap .mw_wp_form_confirm .bl_df{display: block;}
  .form_wrap .mw_wp_form_confirm .frm_submit_btn{margin: 10px auto 0;}
  .form_wrap .mw_wp_form_confirm .frm_submit_btn.btn_back{margin: 30px auto 0;}
  .form_wrap .mw_wp_form form table tr:nth-of-type(3) td .error{width: 100%;}
}

/*
mw_wp_form
*/

.mw_wp_form div {
  display: block;
}

.mw_wp_form form {
  float: none;
  height: auto !important;
  padding-bottom: 100px;
}


/* =========================================================
  form
========================================================= */
::placeholder {
  color: #C1C1C1;
}

.form_group {
  margin-top: 20px;
  text-align: left;
  margin-left: 25px;
  margin-right: 25px;
}

.form_group p {
  margin: 0;
}

.form_group .ttl {
  font-size: 20px;
  font-weight: bold;
}

.form_group .ttl label {
  padding: 0.5em 0;
  display: flex;
  align-items: center;
}

.form_group .ttl .form_ttl {
  font-size: 18px;
  margin-top: 0em;
}

.form_group .input {
  margin-top: 10px;
  float: none;
  display: flex;
  flex-wrap: wrap;
}

.form_group .input input {
  width: 51% !important;
  border: solid 1px #ff007f !important;
  border-radius: 2px !important;
  font-size: 18px !important;
  padding: .5em !important;
  float: none !important;
}

.form_group .input #email2 {
  margin-top: 10px;
}

.form_group .checkbox {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.form_group .checkbox label {
  margin-right: 20px;
}

.form_group .checkbox label input {
  margin-right: 0.5em !important;
  position: relative !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 2px !important;
  -webkit-appearance: none !important;
  border: solid 1px #ADADAD !important;
}

.form_group .checkbox label input:checked:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-color: #ff007f;
  position: absolute;
  top: 2px;
  left: 2px;
}

.form_group .checkbox.agree {
  text-align: center;
  margin: 80px auto 20px;
  display: block;
}

.form_group .checkbox.agree label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_group .checkbox.agree span {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .form_group .ttl {
    font-size: 4.2vw;
  }

  .form_group .ttl label {
    padding: 0;
  }

  .form_group .input input {
    font-size: 3.73vw;
  }

  .form_group .checkbox label input {
    margin-right: 0.5em;
    width: 4.8vw;
    height: 4.8vw;
  }

  .form_group .checkbox label input:checked:after {
    width: 3.2vw;
    height: 3.2vw;
    top: .5vw;
    left: .5vw;
  }

  .form_group .checkbox.agree {
    margin: 13.3vw auto 5.3vw;
  }

  .form_group .checkbox.agree span {
    font-size: 3.7vw;
  }
}

.form_group select::-ms-expand {
  display: none;
}

.form_group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 18px;
  width: 290px;
  border: solid 1px #ff007f;
  border-radius: 2px;
  background: url("/assets/img/common/contact_arrow.svg"), #FFF;
  background-repeat: no-repeat, repeat;
  background-size: 20px 20px, cover;
  background-position: right 10px center;
  margin-top: 10px;
  line-height: 1;
}

.form_group input[type=radio] {
  appearance: none;
  display: none;
}

.form_group input[type=radio]+span {
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
  font-size: 18px;
}

.form_group input[type=radio]+span:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #FFF;
  border-radius: 50%;
  border: solid 1px #ADADAD;
}

.form_group input[type=radio]:checked+span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #ff007f;
  border-radius: 50%;
}

.form_group.gender_group label {
  margin: 0 40px 0 0;
}

.form_group .txt-wrap {
  margin-top: 20px;
  line-height: 2;
}

.form_group .txt-wrap textarea {
  width: 100%;
  border: solid 1px #ff007f;
  border-radius: 2px;
  font-size: 18px;
  padding: .5em;
}

.form_group .error {
  font-size: 16px;
  color: #ee2737;
  padding: 0.5em 0;
  display: none;
}

@media screen and (max-width: 768px) {
  .form_group {
    margin: 8vw auto 0vw;
  }

  .form_group .sec p {
    line-height: 1.8;
  }

  .form_group .error {
    font-size: 3.43vw;
    padding: 0;
  }

  .form_group .input {
    margin-top: 5.3vw;
  }

  .form_group .txt-wrap {
    margin-top: 5.3vw;
  }

  .form_group .ttl .form_ttl {
    width: 80vw;
    font-size: 4.8vw;
    line-height: 1.8;
    text-align: justify;
  }

  .form_group .checkbox label {
    margin-right: 1vw;
    font-size: 4vw;
    align-items: center;
  }

  .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 1vw !important;
  }

  .form_group select {
    margin-top: 0;
    padding: 2.6vw;
    font-size: 3.73vw;
    width: 100%;
    height: 13.3vw;
    box-sizing: border-box;
    background-size: 5.54vw 5.54vw, cover;
  }

  .form_group input[type=radio]+span {
    margin: 0 0 0 0;
    padding: .5vw 0 0 7vw;
    font-size: 3.7vw;
  }

  .form_group input[type=radio]+span:before {
    width: 5vw;
    height: 5vw;
  }

  .form_group input[type=radio]:checked+span::after {
    top: 1.7vw;
    left: 1.7vw;
    width: 2.6vw;
    height: 2.6vw;
  }

  .form_group.gender_group .gender_group {
    margin: 5vw 0 0 0;
  }

  .form_group.gender_group label {
    margin: 0 5vw 0 0;
  }

  .form_group.gender_group label:last-of-type {
    margin: 0 0 0 0;
  }

  .form_group .input input {
    width: 100%;
    height: 13.3vw;
  }
}

.required {
  height: 30px;
  margin: 0 10px 0 0;
  display: inline-block;
  background: #ff007f;
  color: #FFF;
  font-size: 14px;
  padding: 8px 0;
  line-height: 1;
  border-radius: 2px;
  font-weight: normal;
  width: 60px;
  text-align: center;
}

.required.none {
  background: #EAFCFF;
  color: #ff007f;
}

#contents .form_btn {
  max-width: 313px;
  font-size: 23px;
  text-align: center;
  margin: 0 auto;
  height: 50px;
  background: #ff007f;
  border-radius: 3px;
  color: #FFFFFF;
}

#contents .form_btn .btn {
  font-weight: bold;
  width: 100%;
  padding: 13px 0 13px 0;
  display: block;
  position: relative;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  background: #ff007f;
  border-color: #ff007f;
  color: #fff;
}

#contents .form_btn .btn+.btn {
  margin-top: 0.5em;
}

.form_btn .btn::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 16px;
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #FFF;
}

@media screen and (max-width: 768px) {
  .required {
    font-size: 3.2vw;
    text-align: center;
    display: block;
    padding: 1.5vw 0;
    width: 12vw;
    height: 5.8vw;
  }

  .form_btn {
    max-width: 100%;
    display: block;
    margin-bottom: 9.33vw;
    height: 10.6vw;
    font-size: 4.3vw;
  }

  .form_btn .btn {
    max-width: 100%;
    margin: 0;
    padding: 3.2vw 0;
  }

  .form_btn .btn::after {
    right: 4.2vw;
    top: 3.2vw;
    border-width: 2vw 0 2vw 3vw;
  }

  .form_btn .btn+.btn {
    margin-top: 4vw;
  }
}

#form {
  border: 2px solid #ff007f;
  border-radius: 3px;
  margin-top: 100px;
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
}

.form_title {
  width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ff007f;
  font-size: 27px;
  letter-spacing: .075em;
  line-height: 1;
}

.explanation {
  padding: 25px;
  text-align: center;
}

.attention {
  padding: 25px;
  display: flex;
  align-items: center;
}

.contents_box.box03 .form_btn input {
  background-color: #ff007f !important;
  border-color: #ff007f !important;
  margin-bottom: 30px;
  line-height: 1 !important;
}

.genkou_btm {
  margin-bottom: 100px;
}


@media screen and (max-width: 768px) {
  #form {
    width: calc(100vw - 6%);
  }

  .box {
    display: block;
    width: calc(100vw - 6%);
  }

  #form .form {
    display: block;
  }

  #form .form .mw_wp_form {
    display: block;
  }

  .form_title {}

  .explanation {}

  .attention {}

  .contents_box.box03 .form_wrap {
    padding: 0 5.3vw 5.3vw 5.3vw;
    width: 100%;
    text-align: left;
  }

  .contents_box.box03 .form_btn input {}

  .genkou_btm {}

  .form_group .input input {
    width: 100% !important;
  }

  .contents_box.box03 input:checked:after {
    width: 2.2vw !important;
    height: 2.2vw !important;
    top: 0.5vw;
    left: 0.5vw;
  }
}

.form-inline { padding: 0; height: 40px; text-align: right; position: relative; float: left; width: 100%; min-height: 1px; padding-left: 0; padding-right: 0; border: 2px solid #ff007f; border-radius: 3px; overflow: hidden; }
.form-inline #s::placeholder { color: #666; }
.form-inline button { background: #ffcbe5 url(../img/tool.png) center center no-repeat; }

/* =========================================================
  abj logo 2024-04-23
========================================================= */
.abj_area{padding:0 0 80px 0;max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;}
.abj_area img{width: 100px;}
.abj_area p{color:#000;width:260px;font-size:12px;text-align:justify;margin:0 0 0 20px;line-height:1.5;}
.abj_area a{color:#000;}
@media only screen and (max-width: 768px) {
  .abj_area{padding:0 0 10.6vw 0;max-width: 100%;width: 90%;display: block;}
  .abj_area img{ margin: 0 auto; display: block;}
  .abj_area p{font-size: 3.2vw; margin: 2.666vw 0 0 0;width: 100%;}
}

/* mw_wp_form */
#contents .mw_wp_form h2 { line-height: 1.2; height: auto; display: flex; justify-content: center; padding: .9em 1em 3em; }