@charset "UTF-8";
a.btn span + span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.menu .menu__follow, .menu__list, .navi ul, .share ul, .footer .follow ul, .footer-contact {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  left: auto;
}
.menu .menu__follow li, .menu__list li, .navi ul li, .share ul li, .footer .follow ul li, .footer-contact li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  left: auto;
}

/*--------------------------------------------------------------------------------
 * 
 * 	normalize styles
 * 
 *--------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 75%;
}

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: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/*--------------------------------------------------------------------------------
 * 
 * 	grid styles
 * 
 *--------------------------------------------------------------------------------*/
.grid {
  margin-left: 3%;
  margin-right: 3%;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 576px) {
  .grid {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.grid.max {
  max-width: 1600px;
}

.row {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media (min-width: 576px) {
  .row {
    margin: 0 -10px;
  }
}

[class*='col'] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 5px;
}
@media (min-width: 576px) {
  [class*='col'] {
    padding: 0 10px;
  }
}

.col-xs-1 {
  -webkit-flex-basis: 8.33333%;
  -moz-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
}

.col-xs-2 {
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
}

.col-xs-3 {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.col-xs-4 {
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}

.col-xs-5 {
  -webkit-flex-basis: 41.66667%;
  -moz-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
}

.col-xs-6 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col-xs-7 {
  -webkit-flex-basis: 58.33333%;
  -moz-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
}

.col-xs-8 {
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
}

.col-xs-9 {
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.col-xs-10 {
  -webkit-flex-basis: 83.33333%;
  -moz-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
}

.col-xs-11 {
  -webkit-flex-basis: 91.66667%;
  -moz-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
}

.col-xs-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .col-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }

  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .col-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }

  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }

  .col-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }

  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }

  .col-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }

  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .col-md-2 {
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }

  .col-md-3 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-md-4 {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .col-md-5 {
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }

  .col-md-6 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-md-7 {
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }

  .col-md-8 {
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }

  .col-md-9 {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-md-10 {
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }

  .col-md-11 {
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }

  .col-md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .col-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }

  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .col-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }

  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }

  .col-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }

  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }

  .col-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }

  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .col-xl-2 {
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }

  .col-xl-3 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-xl-4 {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .col-xl-5 {
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }

  .col-xl-6 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-xl-7 {
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }

  .col-xl-8 {
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }

  .col-xl-9 {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-xl-10 {
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }

  .col-xl-11 {
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }

  .col-xl-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }

  .col-xxl-2 {
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }

  .col-xxl-3 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-xxl-4 {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }

  .col-xxl-5 {
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }

  .col-xxl-6 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-xxl-7 {
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }

  .col-xxl-8 {
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }

  .col-xxl-9 {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-xxl-10 {
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }

  .col-xxl-11 {
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }

  .col-xxl-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.col-xs,
.col-sm,
.col-md,
.col-lg {
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/*--------------------------------------------------------------------------------
 * 
 * 	slick slider styles
 * 
 *--------------------------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif?1505156894') center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Hobonichi-Icons";
  font-size: 20px;
  line-height: 1;
  color: #000000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "Hobonichi-Icons";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}

.slide-zoom .slide-item {
  position: relative;
}
.slide-zoom .slide-item::after {
  font-family: "Hobonichi-Icons";
  font-size: 240%;
  line-height: 24px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "\e922";
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .slide-zoom .slide-item {
    cursor: zoom-in;
  }
}

.slide-item img {
  width: 100%;
}
.slide .slick-prev,
.slide .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
}
.slide .slick-prev::before,
.slide .slick-next::before {
  font-size: 40px;
}
.slide .slick-prev.slick-disabled,
.slide .slick-next.slick-disabled {
  cursor: default;
}
.slide .slick-prev.slick-disabled::before,
.slide .slick-next.slick-disabled::before {
  opacity: 0;
}

.slide .slick-prev {
  left: 0;
}

.slide .slick-next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .slide {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/*--------------------------------------------------------------------------------
 * 
 * 	base styles
 * 
 *--------------------------------------------------------------------------------*/
html,
body {
  overflow: visible;
  min-height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.7em;
  letter-spacing: .075em;
  color: #333333;
  background-color: #f2f2f2;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}
body * {
  box-sizing: border-box;
}

p {
  margin-bottom: 2em;
}

img {
  vertical-align: top;
}

@media screen and (max-width: 576px) {
  br:not(.sp) {
    display: none;
  }
  br.only-sp, .sp br {
    display: inline;
  }
}
@media screen and (min-width: 576px) {
  br.only-sp {
    display: none;
  }
}

.en {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
  font-weight: 400;
}
.en strong,
.en b {
  font-weight: 700;
}

a {
  transition: all .25s;
  text-decoration: none;
  color: #19003C;
  outline: none 0 !important;
}
a:link {
  text-decoration: none;
  color: #19003C;
}
a:visited {
  text-decoration: none;
  color: #19003C;
}
a:hover {
  text-decoration: none;
  opacity: 1;
  color: #19003C;
}
a:active {
  text-decoration: none;
  color: #19003C;
}
a:focus {
  outline: 0;
}
a:hover img.hover, .opc a:hover img, .opc2 a:hover {
  opacity: 1;
}
a[target=new]:after, a[target=_new]:after, a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  font-size: .8em;
  font-weight: normal;
  position: relative;
  top: -.2em;
  content: "\e914";
}
a[target=new][href*="amazon.co.jp"]:after, a[target=_new][href*="amazon.co.jp"]:after, a[target=_blank][href*="amazon.co.jp"]:after {
  font-size: 1em;
  top: auto;
  content: "\e900";
}
a[target=new].noimg:after, a[target=new].no-icon:after, a[target=new][href*="1101.com"]:after, a[target=_new].noimg:after, a[target=_new].no-icon:after, a[target=_new][href*="1101.com"]:after, a[target=_blank].noimg:after, a[target=_blank].no-icon:after, a[target=_blank][href*="1101.com"]:after {
  content: none;
}
a.btn {
  font-size: 160%;
  display: inline-block;
  padding: 16px;
  color: #19003C;
  border: 1px solid #19003C;
  border-radius: 4px;
}
a.btn i {
  font-size: 32px;
  float: left;
  vertical-align: middle;
}
a.btn i + span {
  line-height: 1.2em;
  margin-right: 8px;
  margin-left: 44px;
}
a.btn i + span + span {
  line-height: 1.0em;
  margin-left: 44px;
}
a.btn.accordion {
  position: relative;
}
a.btn.accordion:before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  margin-left: -10px;
  content: "";
  border: 10px solid transparent;
  border-top-color: #19003C;
}
a.btn.accordion:after {
  position: absolute;
  bottom: -21.5px;
  left: 50%;
  display: block;
  margin-left: -13px;
  content: "";
  border: 13px solid transparent;
  border-top-color: #fff;
}
a.btn span {
  display: block;
}

button {
  transition: all .25s;
  outline: none 0 !important;
}

.ua-desktop a:hover {
  opacity: .5;
}
.ua-desktop a:hover img.hover, .opc .ua-desktop a:hover img, .opc2 .ua-desktop a:hover {
  opacity: .5;
}
.ua-desktop button:hover {
  opacity: .5;
}

/*--------------------------------------------------------------------------------
 * 
 * 	reset for 5year styles
 * 
 *--------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

header h1,
header .btn_english {
  font-size: 1rem;
}

header h1 img,
header .btn_english img {
  vertical-align: baseline;
}

footer {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------------------------
 * 
 * 	wrapper
 * 
 *--------------------------------------------------------------------------------*/
#main-images {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#main-images div {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#main-images::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.wrapper {
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.5s;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
}
.wrapper ul,
.wrapper li {
  list-style: none;
}
.wrapper ul.list {
  list-style-type: disc;
}
.wrapper ul.list li {
  list-style-type: disc;
}
.wrapper.hide {
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .wrapper {
    width: 960px;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * 	global nav
 * 
 *--------------------------------------------------------------------------------*/
main {
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  main {
    margin-top: 50px;
  }
}

.nav-container {
  position: fixed;
  z-index: 2;
  width: 100%;
  background-color: #FFFFFF;
}

.nav {
  width: 100%;
  max-width: 1600px;
  height: 40px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.nav a,
.nav label {
  line-height: 1;
  display: block;
  text-decoration: none;
  color: #000000;
  outline: none;
}
.nav a i,
.nav label i {
  font-size: 280%;
}
.nav__hobo {
  padding: 5px 10px 0 10px;
  text-align: right;
}

.nav__donabe {
  padding: 0 0 0 10px;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.nav__donabe a {
  width: 56px;
}
.nav__donabe a img {
  width: 100%;
}

.nav__cart {
  padding: 5px 10px 0 0;
  text-align: center;
}
.nav__cart a {
  padding: 6px;
}
.nav__cart a i {
  font-size: 240%;
}

.nav__menu {
  padding: 5px 10px 0 10px;
}
.nav__menu a,
.nav__menu label {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 4px;
}
.nav__menu a span,
.nav__menu label span {
  font-size: 0;
  position: absolute;
  left: 4px;
  display: block;
  width: 24px;
  height: 1px;
  transition: all .25s;
  background-color: #000000;
}
.nav__menu a span:nth-child(1),
.nav__menu label span:nth-child(1) {
  top: 7px;
}
.nav__menu a span:nth-child(2), .nav__menu a span:nth-child(3),
.nav__menu label span:nth-child(2),
.nav__menu label span:nth-child(3) {
  top: 16px;
}
.nav__menu a span:nth-child(4),
.nav__menu label span:nth-child(4) {
  top: 25px;
}
.nav__menu label {
  cursor: pointer;
  transition: opacity .25s;
}
.nav__menu.open a span:nth-child(1),
.nav__menu.open label span:nth-child(1) {
  left: 36px;
  width: 0;
}
.nav__menu.open a span:nth-child(2),
.nav__menu.open label span:nth-child(2) {
  transform: rotate(45deg);
}
.nav__menu.open a span:nth-child(3),
.nav__menu.open label span:nth-child(3) {
  transform: rotate(-45deg);
}
.nav__menu.open a span:nth-child(4),
.nav__menu.open label span:nth-child(4) {
  width: 0;
}

.menu {
  position: fixed;
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 0;
  min-height: 0;
  padding: 40px 0 0 0;
}
.menu__container {
  min-height: 100%;
  background-color: #FFFFFF;
}

.menu__list {
  display: none;
  border-top: 8px solid #cccccc;
}

.menu-list__item {
  border-bottom: 1px solid #e6e6e6;
}
.menu-list__item a {
  font-size: 160%;
  font-weight: bold;
  position: relative;
  display: block;
  padding: .75em .5em;
}
.menu-list__item a, .menu-list__item a:link, .menu-list__item a:visited, .menu-list__item a:hover, .menu-list__item a:active {
  color: #333333;
}
.menu-list__item a i,
.menu-list__item a span {
  display: inline-block;
  vertical-align: middle;
}
.menu-list__item a i {
  font-size: 150%;
  font-weight: normal;
  line-height: 0;
  margin-right: .5em;
}
.menu-list__item a::after {
  font-family: "Hobonichi-Icons";
  font-size: 150%;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "\e917";
  transform: translateY(-50%);
}
.menu .menu__container h3 {
  font-size: 120%;
  font-weight: bold;
  margin-top: 0;
  padding-top: 24px;
  text-align: center;
  border-top: 8px solid #cccccc;
}
.menu .menu__container h3 + .menu__list {
  margin-top: 16px;
  border-top: 0 none;
}
.menu .menu__follow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  padding-bottom: 20px;
}
.menu .follow {
  display: none;
}
@media screen and (min-width: 768px) {
  .menu .menu__container {
    border-top: 1px solid #000000;
  }
  .menu .menu__list {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu .menu__list:first-child {
    border-top: none;
  }
  .menu .menu-list__item a {
    padding: 1.25em .5em;
  }
  .menu .follow {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

[class^="menu-follow"] a, [class^="menu-follow"] a:link, [class^="menu-follow"] a:visited, [class^="menu-follow"] a:hover, [class^="menu-follow"] a:active {
  color: #333333;
}
[class^="menu-follow"] a i {
  font-size: 240%;
  font-weight: normal;
}
[class^="menu-follow"] a::after {
  content: "";
}

input#menu-toggle {
  position: fixed;
  z-index: -1;
  opacity: 0;
}
input#menu-toggle:not(:checked) ~ .menu {
  height: 0;
  min-height: 0;
  -webkit-animation: fade-out 0.5s;
  animation: fade-out 0.5s;
}
input#menu-toggle:checked ~ .menu {
  height: 100%;
  min-height: 100%;
  -webkit-animation: fade-in 0.5s;
  animation: fade-in 0.5s;
}
input#menu-toggle:checked ~ .menu .menu__container {
  display: block;
}
input#menu-toggle:checked ~ .menu .menu__list {
  display: block;
}
input#menu-toggle:checked ~ .menu .follow {
  display: block;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    height: 100%;
    min-height: 100%;
    opacity: 1;
  }
  95% {
    height: 100%;
    min-height: 100%;
  }
  100% {
    height: 0;
    min-height: 0;
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    height: 100%;
    min-height: 100%;
    opacity: 1;
  }
  95% {
    height: 100%;
    min-height: 100%;
  }
  100% {
    height: 0;
    min-height: 0;
    opacity: 0;
  }
}
.order {
  position: fixed;
  z-index: 1;
  top: 40px;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
}
.order.show {
  max-height: 36px;
}
.order__button a {
  display: block;
  background-color: #000000;
  font-size: 120%;
  padding: 1em 2em 1em 1em;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
}
.order__button a i, .order__button a span {
  display: inline-block;
  vertical-align: top;
}
.order__button a i {
  font-size: 150%;
  position: absolute;
  right: 0.25em;
  top: 50%;
  transform: translateY(-50%);
}

.order-static {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  width: 87.5%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .order.show {
    max-height: 44px;
  }
  .order__button a {
    font-size: 160%;
    padding: .875em 2.5em .875em 1em;
  }
  .order__button a i {
    right: 0.5em;
  }

  .order-static {
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 160px;
    margin: -51px 0px 0 393px;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * 	header
 * 
 *--------------------------------------------------------------------------------*/
.header {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 0;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
  font-size: 10px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .header h1, .ua-desktop-windows
.header h2, .ua-desktop-windows
.header h3, .ua-desktop-windows
.header h4, .ua-desktop-windows
.header h5, .ua-desktop-windows
.header h6 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.header__title {
  font-family: "Gothic MB101 Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  position: static;
  top: auto;
  left: auto;
  width: 87.5%;
  height: auto;
  margin: 40px auto 48px;
  padding: 24px 0 0 0;
  text-align: left;
  color: #19003C;
  background-color: transparent;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .header__title {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.header__title span {
  display: block;
}
.header__title span:nth-child(1) {
  font-size: 125%;
  font-size: 6.25vw;
}
.header__title span:nth-child(2) {
  font-size: 75%;
  font-size: 3.75vw;
}
.header__title span:nth-child(3) {
  font-size: 300%;
  font-size: 15vw;
}
.header__title span:nth-child(4) {
  font-size: 75%;
  font-size: 3.75vw;
}
.header .yodogawa {
  font-family: "Gothic MB101 Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 75%;
  font-size: 3.75vw;
  font-weight: normal;
  line-height: 1.5em;
  box-sizing: border-box;
  width: 87.5%;
  margin: 0 auto;
  text-align: justify;
  letter-spacing: .075em;
  color: #19003C;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .header .yodogawa {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.header .yodogawa p {
  margin: 0;
}
@media screen and (min-width: 576px) {
  .header__title span {
    display: block;
  }
  .header__title span:nth-child(1) {
    font-size: 320%;
  }
  .header__title span:nth-child(2) {
    font-size: 200%;
  }
  .header__title span:nth-child(3) {
    font-size: 800%;
  }
  .header__title span:nth-child(4) {
    font-size: 200%;
  }
  .header .yodogawa {
    font-size: 200%;
  }
  .header .yodogawa br {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .header {
    float: left;
    width: 576px;
  }
  .header__title {
    width: auto;
    margin-top: 46px;
    padding-top: 0;
  }
  .header .yodogawa {
    width: auto;
  }
}

.toc {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 24px 0;
}
.toc__item {
  font-family: "Gothic MB101 Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  width: 93.75%;
  margin: 8px auto;
  text-align: left;
  color: #19003C;
  border-bottom: 1px solid #19003C;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .toc__item {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.toc__item a {
  font-size: 100%;
  font-size: 5vw;
  position: relative;
  display: block;
  padding-right: 1.25em;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.toc__item a > span {
  font-size: 75%;
  line-height: 2;
  min-width: 3em;
  padding-right: .25em;
  vertical-align: top;
}
.toc__item a > em span {
  font-size: 75%;
  display: block;
}
.toc__item a::after {
  font-family: "Hobonichi-Icons";
  font-size: 150%;
  position: absolute;
  top: 50%;
  right: 0;
  content: "\e905";
  transform: translateY(-50%);
}
.toc__item.off {
  opacity: .25;
}
.toc__item.off a {
  cursor: default;
}
.toc__item.off a:link, .toc__item.off a:hover, .toc__item.off a:visited, .toc__item.off a:active {
  opacity: 1;
}
.toc__item.off a::after {
  display: none;
}
@media screen and (min-width: 576px) {
  .toc {
    width: 576px;
    margin-left: 0;
    padding: 40px 0;
  }
  .toc__item a {
    font-size: 240%;
  }
  .toc__item a > em span {
    font-size: 75%;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .toc .toc__item {
    width: auto;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * 	profile
 * 
 *--------------------------------------------------------------------------------*/
.profile-container {
  padding: 24px 0;
}
@media screen and (min-width: 992px) {
  .profile-container {
    width: 384px;
    margin-left: 576px;
    padding: 48px 0;
    padding-top: 312px;
  }
}

.profile {
  margin: 0 auto;
  padding-left: 25%;
  overflow: hidden;
  *zoom: 1;
}
.profile__heading {
  width: 87.5%;
  margin: 8px auto;
}

.profile__body {
  overflow: hidden;
  width: 87.5%;
  max-height: 0;
  margin: 0 auto;
  transition: max-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.profile__photo {
  margin: 8px auto;
}
.profile__photo img {
  width: 100%;
}

.profile__text {
  font-size: 140%;
  line-height: 1.5;
  margin-bottom: 0;
  color: #19003C;
}
.profile__text p:last-child {
  margin-bottom: 0;
}
.profile__text a {
  text-decoration: underline;
}

.profile__name {
  font-family: "Gothic MB101 Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  color: #19003C;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .profile__name {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.profile__name small {
  font-size: 60%;
  margin-left: .5em;
}
.profile__name span span {
  font-size: 60%;
}

.profile__toggle {
  text-align: left;
}
.profile__toggle label {
  position: relative;
  display: block;
  padding-left: 24px;
}
.profile__toggle label span {
  font-family: "Gothic MB101 Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .profile__toggle label span {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.profile__toggle label span span {
  display: block;
}
.profile__toggle label i {
  font-size: 160%;
  position: absolute;
  top: .4em;
  left: 0;
  display: inline-block;
  padding: .125em;
  vertical-align: middle;
  background-color: #19003C;
}
.profile__toggle label i::before {
  display: inline-block;
  transition: transform .25s;
  transform: rotate(0);
  color: #FFFFFF;
}

.profile__close {
  margin: 8px auto;
  text-align: center;
}
.profile__close label {
  font-size: 120%;
  font-weight: bold;
  display: block;
  padding: .25em;
  color: #FFFFFF;
  background-color: #19003C;
}
.profile__close label i {
  font-size: 150%;
  display: inline-block;
  vertical-align: middle;
}
.profile__close label span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 576px) {
  .profile__text {
    font-size: 160%;
    max-width: 480px;
  }

  .profile__name {
    font-size: 320%;
  }
  .profile__name small {
    font-size: 50%;
  }
  .profile__name span span {
    font-size: 75%;
  }

  .profile__photo img {
    max-width: 240px;
  }

  .profile__toggle label {
    padding-left: 40px;
  }
  .profile__toggle label i {
    font-size: 240%;
  }

  .profile__close {
    width: 240px;
    margin-left: 0;
  }
  .profile__close label {
    font-size: 140%;
  }
}
@media screen and (min-width: 992px) {
  .profile {
    padding-left: 0;
  }
  .profile__heading {
    width: 100%;
  }

  .profile__body {
    width: auto;
  }

  .profile__photo img {
    width: 100%;
  }

  .profile__close {
    display: none;
  }
}
.ua-desktop .profile label {
  cursor: pointer;
  transition: all .25s;
}
.ua-desktop .profile label:hover {
  opacity: .5;
}

input.profile-toggle {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
input.profile-toggle:checked ~ .profile__heading label i::before {
  transform: rotate(180deg);
}
input.profile-toggle:checked ~ .profile__body {
  max-height: 150em;
}

/*--------------------------------------------------------------------------------
 * 
 * contents
 * 
 *--------------------------------------------------------------------------------*/
.contents {
  clear: both;
}

.chapter {
  border-left: 8px solid #19003C;
}
.chapter h1,
.chapter h2,
.chapter h3,
.chapter h4,
.chapter h5,
.chapter h6 {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .chapter h1, .ua-desktop-windows
.chapter h2, .ua-desktop-windows
.chapter h3, .ua-desktop-windows
.chapter h4, .ua-desktop-windows
.chapter h5, .ua-desktop-windows
.chapter h6 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.chapter [class*="col"] {
  padding-right: 0;
  padding-left: 0;
}
.chapter__header {
  position: static;
  z-index: 0;
}

.chapter__title {
  width: 87.5%;
  margin: 0 auto 0;
  padding: 0 0 32px;
}
.chapter__title h2 {
  font-family: "Gothic MB101 Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 320%;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  color: #19003C;
}
.chapter__title h2 small,
.chapter__title h2 span {
  display: block;
}
.chapter__title h2 small {
  font-size: 75%;
  line-height: 1;
}

.chapter__section {
  width: 87.5%;
  margin: 0 auto;
}

.chapter-section + .chapter-section {
  position: relative;
  padding-top: 56px;
}
.chapter-section + .chapter-section::before {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 24px;
  height: 24px;
  content: "";
  transform: translateX(-50%);
  background-color: #19003C;
}
.chapter-section__title {
  font-family: "Gothic MB101 Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .chapter-section__title {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.chapter-section__text {
  font-size: 170%;
  line-height: 2em;
  width: 87.5%;
  margin: 0 auto;
  color: #19003C;
}
.chapter-section__text:last-child {
  margin-bottom: 0;
}
.chapter-section__text p {
  margin: 1.5em auto;
}
.chapter-section__text p:first-child {
  margin-top: 0;
}
.chapter-section__text p:last-child {
  margin-bottom: 0;
}
.chapter-section__text a {
  text-decoration: underline;
}

.chapter-section__photo {
  position: relative;
  width: 100%;
  margin: 24px auto;
  padding-top: 66.64063%;
}
.chapter-section__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.chapter-section__photo:last-child {
  margin-bottom: 0;
}

.chapter-section__slide {
  margin: 24px auto 0;
  padding: 16px 0 32px;
  border-top: 1px solid #19003C;
  border-bottom: 1px solid #19003C;
  background-color: #FFFFFF;
}

.chapter-section__comment {
  margin: 0 auto 24px;
}

.chapter__footer {
  width: 87.5%;
  min-width: 0;
  margin: auto;
  padding: 24px 0;
  background-color: transparent;
}

.chapter__continue {
  font-size: 160%;
  line-height: 1.5;
  text-align: left;
  color: #19003C;
}

.chapter__date {
  font-size: 140%;
  padding-top: 24px;
  text-align: left;
  color: #19003C;
}
.chapter .photo img {
  width: 100%;
}
.chapter .photo p {
  font-size: 87.5%;
}
@media screen and (min-width: 768px) {
  .chapter {
    width: 642px;
    margin: 0 auto;
    border-width: 1px;
    border-right: 1px solid transparent;
  }
  .chapter__title {
    width: auto;
    margin-left: 64px;
    padding: 0 0 40px;
  }
  .chapter__title h2 {
    font-size: 400%;
  }
  .chapter__title h2 small {
    font-size: 60%;
  }

  .chapter-section + .chapter-section {
    margin-top: 40px;
    padding-top: 40px;
  }
  .chapter-section + .chapter-section::before {
    top: 8px;
  }
  .chapter-section__text {
    width: 512px;
  }

  .chapter-section__photo {
    width: 640px;
    margin: 40px auto;
    padding-top: 426.5px;
  }

  .chapter-section__slide {
    margin-right: -1px;
    border-right: 1px solid #19003C;
  }

  .chapter__date {
    text-align: left;
  }

  .chapter__footer {
    margin-left: 64px;
    padding-top: 48px;
  }
}
@media screen and (min-width: 992px) {
  .chapter {
    margin-left: 191px;
  }
}

.lazyload,
.lazyloading {
  margin-top: 20px;
  opacity: 0;
}

.lazyloaded {
  margin-top: 0;
  transition: all 500ms;
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  .indent a[target=_new], .indent a[target=_blank] {
    display: inline;
  }
  .indent.half {
    padding-left: .5em;
    text-indent: -.5em;
  }

  span.indent {
    display: inline-block;
  }
}
.navi ul {
  position: relative;
  margin: 32px auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.navi a {
  font-size: 120%;
  font-weight: bold;
  display: block;
}
.navi a i {
  font-size: 200%;
  vertical-align: middle;
}
.navi-item {
  display: inline-block;
}
.navi-item__next.hidden,
.navi-item__prev.hidden,
.navi-item__top.hidden {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .navi a {
    font-size: 140%;
  }
  .top-navi .navi ul {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    justify-content: left;
  }
  .top-navi .navi li {
    width: 64px;
    border-right: 1px solid transparent;
  }
  .top-navi .navi li:last-child {
    border: 0 none transparent;
  }
  .top-navi .navi a {
    font-weight: bold;
    display: block;
    padding: 11px 0;
    background-color: #19003C;
  }
  .top-navi .navi a span {
    font-size: 71.42857%;
    line-height: 1;
    display: block;
    color: #FFFFFF;
  }
  .top-navi .navi a i {
    font-size: 228.57143%;
    display: block;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 992px) {
  .top-navi .navi ul {
    margin: 32px auto 0;
  }
}

.slides h3 {
  font-family: "Gothic MB101 Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 200%;
  line-height: 1.5;
  width: 93.75%;
  margin: 24px auto;
  padding: 0 8px;
  color: #19003C;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .slides h3 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.slides .slides-container {
  font-size: 0;
  width: 93.75%;
  margin: 16px auto 24px;
  letter-spacing: 0;
}

.slide-open {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 8px;
}
.slide-open a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-bottom: 8px solid #19003C;
  background-position: center center;
  background-size: cover;
}
.slide-open[class*="type"]::before {
  z-index: 1;
  font-size: 81.25%;
  font-weight: bold;
  line-height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #FFFFFF;
}
.slide-open.type1::before {
  content: "入賞";
  color: #19003C;
  background-color: #FFFFFF;
}
.slide-open.type3::before {
  content: "作品賞";
  background-color: #19003C;
}
.slide-open.type5::before {
  line-height: 56px;
  top: -4px;
  left: -4px;
  width: 56px;
  height: 56px;
  content: "大賞";
  border-radius: 50%;
  background-color: #e60000;
}

.slide-container {
  position: relative;
  width: 100%;
  width: calc(100vw - 8px);
  padding-top: 100%;
  padding-top: calc(100vw - 8px);
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 576px) {
  .slide-open {
    width: 33.33333%;
  }
}
@media screen and (min-width: 768px) {
  .slide-open {
    width: 25%;
  }

  .slide-container {
    width: 640px;
    padding-top: 640px;
  }

  .slide-content {
    max-height: 640px;
  }
}

#slide .back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#slide .back a {
  font-size: 160%;
  padding: 12px;
}
#slide .back a i,
#slide .back a span {
  display: inline-block;
  vertical-align: middle;
}
#slide .back a i {
  font-size: 150%;
}
#slide .back a span {
  font-weight: bold;
}
#slide .contents__slide {
  margin: 0 auto 0;
  padding: 16px 0 32px;
  border-top: 1px solid #19003C;
  border-bottom: 1px solid #19003C;
  background-color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  #slide .contents__slide {
    border-right: 1px solid #19003C;
    border-left: 1px solid #19003C;
  }
}
#slide .slide-container {
  margin: auto;
}

.slick-initialized .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.slick-initialized .slick-slide {
  float: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li button::before {
  opacity: .4;
  color: #19003C;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #19003C;
}

.slick-slide {
  width: 100%;
}
.slick-slide img {
  max-width: calc(100vw - 8px);
  max-height: calc(100vw - 8px);
  margin: auto;
  width: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
  top: auto;
  bottom: 0;
  width: 32px;
  height: auto;
  padding: 4px 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  background-color: #19003C;
}
.slick-prev::before,
.slick-next::before {
  font-size: 24px;
  opacity: 1;
  color: #FFFFFF;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #19003C;
}
.slick-prev:hover::before, .slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  color: #FFFFFF;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-list {
  overflow: hidden;
}

.slick-list:after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (min-width: 768px) {
  .slick-slide {
    max-height: 640px;
  }
  .slick-slide img {
    max-width: 640px;
    max-height: 640px;
  }

  .slick-prev,
  .slick-next {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .slick-prev {
    left: -32px;
  }

  .slick-next {
    right: -32px;
  }
}

#grandprix {
  padding-top: 0;
}
#grandprix .slick-slide img {
  max-width: calc(100vw - 8px);
  max-height: none;
}
#grandprix .slide-container {
  padding-top: 133.375%;
  padding-top: calc(133.375vw - 8px);
}
@media screen and (min-width: 768px) {
  #grandprix .slick-slide {
    max-height: none;
  }
  #grandprix .slick-slide img {
    max-width: 640px;
    max-height: none;
  }
  #grandprix .slide-content {
    max-height: none;
  }

  #grandprix .slide-container {
    padding-top: 133.375%;
  }
}

.comment {
  visibility: hidden;
}
.comment-open {
  text-align: right;
}
.comment-open label {
  font-size: 140%;
  font-weight: bold;
  display: inline-block;
  padding: 5px 8px;
  color: #FFFFFF;
  background-color: #19003C;
}
.comment p {
  font-size: 140%;
  line-height: 1.75;
  margin: 1.5em auto;
  color: #19003C;
}
.ua-desktop .comment-open {
  margin-right: -1px;
}
.ua-desktop .comment-open label {
  font-size: 160%;
  padding: 12px 19.2px;
}
.ua-desktop .comment label {
  cursor: pointer;
  transition: all .25s;
}
.ua-desktop .comment label:hover {
  opacity: .5;
}
.ua-desktop .comment p {
  font-size: 160%;
}

.modal-check {
  display: none;
}

.modal-body {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.modal-window {
  position: relative;
  z-index: 100001;
  animation: fadein .3s 1, zoomin .3s 1;
}

.modal-label {
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: all .2s ease;
  background: #19003C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.modal-label i {
  font-size: 240%;
  color: #FFFFFF;
}

.modal-inner {
  overflow: auto;
  width: 80vw;
  max-width: 500px;
  max-height: 280px;
  max-height: 80vh;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-overflow-scrolling: touch;
}

.modal-content {
  padding: 20px;
}

.modal-check:checked + .modal-body {
  visibility: hidden;
  opacity: 0;
}
.modal-check:checked + .modal-body .modal-window {
  animation: zoomout .2s 1 forwards;
}
.ua-desktop .modal-inner {
  max-width: 600px;
  max-height: 400px;
  max-height: 80vh;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomin {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes hide {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes hide {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
.conv {
  width: 87.5%;
  margin: 25px auto 25px;
}
.conv dl {
  width: 100%;
}
.conv dl + dl {
  margin-top: 0;
}
.conv dt,
.conv dd {
  text-align: left;
}
.conv dt.talker0,
.conv dd.talker0 {
  color: #000;
}
.conv dt.talker1,
.conv dd.talker1 {
  color: #000;
}
.conv dt.talker2,
.conv dd.talker2 {
  color: #333;
}
.conv dt.talker3,
.conv dd.talker3 {
  color: #333;
}
.conv dt {
  font-weight: bold;
  width: auto;
  padding: 2em 0 0 0;
  vertical-align: top;
  color: #19003C;
}
.conv dt.talker3 {
  letter-spacing: 0;
}
.conv dt img {
  width: 40px;
}
.conv dt span {
  font-size: 87.5%;
  padding-left: .5em;
}
.conv dd {
  padding: 0;
  vertical-align: top;
  color: #19003C;
}
.conv dd.photo {
  padding: 30px 0 10px 110px;
  text-align: left;
}
.conv dd.photo p {
  font-size: 12px;
  line-height: 1.75em;
  text-align: left;
  letter-spacing: .075em;
  color: #ccc;
}
.conv dd.photoC {
  padding: 30px 0 10px 0;
  text-align: center;
}
.conv dd.photoC p {
  font-size: 12px;
  line-height: 1.75em;
  width: 390px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  letter-spacing: .075em;
  color: #ccc;
}
.conv dd.center {
  text-align: center;
}
.conv .continue {
  width: 500px;
  margin: 0 auto;
  padding: 2em 0 0;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .conv {
    width: 576px;
  }
  .conv dl {
    display: table;
  }
  .conv dt,
  .conv dd {
    display: table-cell;
    padding-top: 2em;
  }
  .conv dt {
    width: 110px;
  }
  .conv dt img {
    width: 60px;
  }
  .conv dt span {
    font-size: 64.70588%;
    display: block;
    width: 60px;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .conv {
    width: 512px;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * 	products
 * 
 *--------------------------------------------------------------------------------*/
.products {
  border-top: 8px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .products {
    margin-top: 40px;
  }
}

.product {
  width: 87.5%;
  margin: 0 auto;
  padding: 20px 0;
}
.product__title h3 {
  font-family: "Gothic MB101 Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 240%;
  line-height: 1;
  margin: 0 auto 20px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
}
.ua-desktop-windows .product__title h3 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.product__detail {
  padding-top: 20px;
}

.product-info {
  margin: 40px auto;
}
.product-info:first-child {
  margin-top: 0;
}
.product-info:last-child {
  margin-bottom: 0;
}
.product-info h1,
.product-info h2,
.product-info h3,
.product-info h4,
.product-info h5,
.product-info h6 {
  font-weight: bold;
  margin: 0;
  letter-spacing: .05em;
}
.product-info table {
  width: 100%;
  border-collapse: collapse;
  border: 0 none transparent;
}
.product-info tr:first-child th,
.product-info tr:first-child td {
  border-top: 1px solid #cccccc;
}
.product-info th,
.product-info td {
  font-size: 140%;
  line-height: 1.5;
  padding: .5em 0;
  text-align: left;
  vertical-align: top;
  letter-spacing: .05em;
  border-bottom: 1px solid #cccccc;
}
.product-info th {
  width: 4.3em;
  padding-right: .5em;
}
.product-info td dl {
  font-size: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.product-info td dt,
.product-info td dd {
  font-size: 0.8125rem;
  display: inline-block;
  margin: 0;
  padding: 0 0 .5em 0;
  vertical-align: top;
  letter-spacing: .05em;
}
.product-info td dt:last-of-type,
.product-info td dd:last-of-type {
  padding-bottom: 0;
}
.product-info td dt {
  font-weight: bold;
  width: 30%;
  padding-right: .5em;
}
.product-info td dd {
  width: 70%;
}
.product-info__title {
  font-size: 160%;
  margin: 1em 0 .5em;
  letter-spacing: .05em;
}

.product-info__detail {
  position: relative;
}
.product-info__detail h5 {
  font-size: 140%;
  margin-top: 1em;
}
.product-info__detail p {
  font-size: 160%;
  line-height: 1.5;
  letter-spacing: .05em;
}
.product-info__detail p:first-child {
  margin-top: 0;
}
.product-info__detail p:last-child {
  margin-bottom: 0;
}
.product-info__detail ul,
.product-info__detail li {
  padding: 0;
  list-style-type: none;
}
.product-info__detail ul {
  margin: 0;
}
.product-info__detail li {
  font-size: 140%;
  line-height: 1.5;
  padding: .25em 0;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: .05em;
}
.product-info__detail li::before {
  display: inline-block;
  width: 1em;
  content: "・";
  text-align: center;
  text-indent: 0;
}
.product .size {
  border-top: 1px solid #cccccc;
}
.product .size img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product {
    width: 640px;
    padding: 40px 0;
  }
  .product__title h3 {
    font-size: 280%;
    margin-bottom: 40px;
  }

  .product-info th {
    width: 7.525em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 992px) {
  .product {
    width: 960px;
  }
  .product-info:first-child .product-info__detail {
    overflow: hidden;
    height: auto;
  }
  .product-info:nth-child(3) .product-info__detail {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .product .size {
    float: left;
    width: 48.95833%;
  }
  .product .size + table {
    float: right;
    width: 48.95833%;
  }
}

.cart-button .cart_btn {
  font-size: 160%;
  font-weight: bold;
  width: 100%;
  padding: .875em 1em .875em 1em;
  color: #FFFFFF;
  border: 0 none transparent;
  border-radius: 0;
  background-color: #cc0000;
  -webkit-appearance: none;
}
.cart-button .cart_btn i,
.cart-button .cart_btn span {
  display: inline-block;
  vertical-align: top;
}
.cart-button .cart_btn i {
  font-size: 150%;
  margin-right: .5em;
}
.cart-button .cart_btn.sold {
  color: gray;
  background-color: #cccccc;
}

.cart-stock {
  font-size: 140%;
  margin: 0.5em auto;
}

.cart-shipping {
  font-size: 140%;
  margin: 0.5em auto;
}

.cart-form a {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 20px 0;
}
.cart-form a img {
  width: 100%;
  display: block;
}
.cart-form a .text {
  font-size: 140%;
  font-weight: bold;
  position: relative;
  padding: .875em 1em .875em 1em;
  color: #FFFFFF;
  background-color: #000000;
  margin-top: 0.5em;
}
.cart-form a span {
  display: inline-block;
}
.cart-form a i {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: .2em;
  transform: translateY(-50%);
  font-size: 150%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cart-button {
    height: auto;
    overflow: hidden;
  }
  .cart-button .cart_btn {
    width: 240px;
    float: left;
  }
  .cart-button .cart_btn.sold {
    cursor: default;
  }
  .cart-button .cart_btn.sold:hover {
    opacity: 1;
  }
  .cart-button__info {
    margin-left: 260px;
  }

  .cart-form {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .cart-form a {
    max-width: 200px;
    margin: auto;
  }
  .cart-form a br.only-sp {
    display: inline;
  }
  .cart-form a img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .cart-form a {
    max-width: 280px;
  }
  .cart-form a br.only-sp {
    display: none;
  }
  .cart-form a img {
    width: 80%;
    margin: auto;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * 	share
 * 
 *--------------------------------------------------------------------------------*/
.share {
  padding: 32px 24px;
  background-color: #19003C;
  margin: 0px auto 0px;
}
.share h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: .5em;
  text-align: center;
  color: #FFFFFF;
}
.share ul {
  font-family: "zero-width";
  text-align: center;
  letter-spacing: 0;
}
.share ul li {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 0.075em;
}
.share ul li a {
  font-size: 400%;
  display: block;
}
.share ul li a:after {
  content: none;
}
.share .article-share__facebook a {
  color: #FFFFFF;
}

.share .article-share__twitter a {
  color: #FFFFFF;
}

.share .article-share__line a {
  color: #FFFFFF;
}

.share .article-share__mail a {
  color: #FFFFFF;
}

.article-voice__mail {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: block;
  margin: 24px 0 0;
  text-align: center;
  letter-spacing: 0.075em;
}
.article-voice__mail a {
  font-size: 160%;
  display: inline-block;
  color: #FFFFFF;
}
.article-voice__mail a i,
.article-voice__mail a span {
  display: inline-block;
  vertical-align: middle;
}
.article-voice__mail a i {
  font-size: 150%;
}
.article-voice__mail a span {
  font-weight: bold;
}
.article-voice__mail a:after {
  content: none;
}

/*--------------------------------------------------------------------------------
 * 
 * 	footer
 * 
 *--------------------------------------------------------------------------------*/
.footer {
  margin: 0 auto 0;
  border-top: 1px solid #e6e6e6;
  background-color: #FFFFFF;
}
.footer h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}
.footer a {
  font-size: 120%;
}
.footer-contact {
  overflow: hidden;
  *zoom: 1;
}
.footer-contact li {
  margin: 0;
  padding: 0;
}
.footer-contact li a {
  display: block;
  padding: 10px 0;
  text-align: center;
}
.footer-contact li a i {
  font-size: 200%;
  vertical-align: middle;
}
.footer-contact li a span {
  font-weight: bold;
  vertical-align: middle;
}
.footer-contact__home img {
  height: 32px;
}
.footer .follow {
  padding: 15px 0;
  margin: 0 auto 0;
}
.footer .follow h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
  font-weight: bold;
  margin: 10px auto;
  padding: 0;
  text-align: center;
}
.footer .follow ul {
  font-family: "zero-width";
  text-align: center;
  letter-spacing: 0;
}
.footer .follow ul li {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 0.075em;
}
.footer .follow ul li a {
  font-size: 320%;
  display: block;
  color: #404040;
}
.footer .follow ul li a:after {
  content: none;
}
.footer .contact {
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
  margin: 0 auto 0;
}
.footer .copyright {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #e6e6e6;
}
