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

.navi ul, .share ul, .footer .follow ul, .footer-contact {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  left: auto;
}
.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;
}

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 {
  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
 * 
 *--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * 
 * 	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.75em;
  letter-spacing: 0.075em;
  color: #000000;
  background-color: #0071bc;
  -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: 1.75em;
}

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 {
  color: #363663;
  text-decoration: none;
  outline: none 0 !important;
  transition: all 0.25s;
}
a:link {
  color: #363663;
  text-decoration: none;
}
a:visited {
  color: #363663;
  text-decoration: none;
}
a:hover {
  opacity: 1;
  color: #363663;
  text-decoration: none;
}
a:active {
  color: #363663;
  text-decoration: none;
}
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: #363663;
  border: 1px solid #363663;
  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: #363663;
}
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 {
  outline: none 0 !important;
  transition: all 0.25s;
}

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

/*--------------------------------------------------------------------------------
 * 
 * 	wrapper
 * 
 *--------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  opacity: 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;
}

/*--------------------------------------------------------------------------------
 * 
 * 	global nav
 * 
 *--------------------------------------------------------------------------------*/
.nav-container {
  width: 100%;
}

.nav {
  width: 100%;
  height: 44px;
  max-width: 1600px;
  margin: auto;
  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;
}
.nav a, .nav label {
  line-height: 1;
  display: block;
  text-decoration: none;
  color: #000000;
  outline: none;
}
.nav a i, .nav label i {
  font-size: 350%;
}
.nav__hobo {
  padding: 5px 10px 0 10px;
  text-align: center;
}

/*--------------------------------------------------------------------------------
 * 
 * 	header
 * 
 *--------------------------------------------------------------------------------*/
.header {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.header__title {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  line-height: 0;
  background: url(../images/main_title_sp.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  margin: 0 auto 20px;
  padding: 128.125% 0 0 0;
  text-align: left;
  color: #000000;
}
@media screen and (min-width: 576px) {
  .header {
    margin: 0 auto;
  }
  .header .header__title {
    max-width: 992px;
    padding-top: 56.25%;
    background-image: url(../images/main_title_pc.png);
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .header .header__title {
    max-width: 992px;
    padding-top: 558px;
  }
}

.toc {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 24px 0;
}
.toc__item {
  font-family: "UD Shin Maru Go DemiBold", -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: #0071bc;
  border-bottom: 1px solid #0071bc;
  -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 {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  *zoom: 1;
}
.profile__heading {
  font-size: 160%;
  line-height: 1.75;
  width: 87.5%;
  margin: 20px 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 img {
  width: 100%;
}

.profile__text {
  font-size: 160%;
  line-height: 1.75;
  margin-bottom: 0;
}
.profile__text p:last-child {
  margin-bottom: 0;
}

.profile__name {
  font-family: "UD Shin Maru Go DemiBold", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 125%;
  margin-top: 20px;
  color: #000000;
}
.profile__name small {
  font-size: 70%;
  margin-left: 1em;
}

.profile__toggle {
  text-align: left;
}
.profile__toggle label {
  position: relative;
  display: block;
  padding: 8px 16px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background-color: #FFFFFF;
}
.profile__toggle label span {
  font-family: "UD Shin Maru Go DemiBold", -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 i {
  font-size: 150%;
  position: absolute;
  top: 50%;
  right: 4px;
  display: inline-block;
  transform: translateY(-50%);
  vertical-align: middle;
}
.profile__toggle label i::before {
  display: inline-block;
  transition: transform .25s;
  transform: rotate(0);
}

.profile__close {
  margin: 20px auto;
  text-align: center;
}
.profile__close label {
  font-size: 140%;
  font-weight: bold;
  display: block;
  padding: 8px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}
.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: 768px) {
  .profile {
    width: 560px;
    margin: 0 auto 40px;
  }
  .profile__heading {
    width: 480px;
  }

  .profile__body {
    width: 480px;
  }
}

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 {
  background-color: transparent;
}

.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 .btn {
  font-size: 125%;
  display: block;
  margin: 40px auto;
  padding: 1.62em 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .25s;
  text-align: center;
  text-decoration: none;
  color: #0071bc;
  border: 0 none;
  background-color: #fff000;
  box-shadow: 2px 2px 0 1px rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
}
.chapter .btn, .chapter .btn:link, .chapter .btn:hover, .chapter .btn:visited, .chapter .btn:active {
  color: #0071bc;
  text-decoration: none;
}
.chapter .btn:active {
  transform: translate(2px, 2px);
  box-shadow: 0 0 0 1px black;
}
.chapter__section {
  width: 87.5%;
  margin: 0 auto;
}

.chapter-section + .chapter-section {
  padding-top: 40px;
  border-top: 8px solid rgba(0, 0, 0, 0.75);
}
.chapter-section__text {
  font-family: "UD Shin Maru Go DemiBold", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.75em;
  width: 87.5%;
  margin: 0 auto;
  letter-spacing: .075em;
  color: #FFFFFF;
  -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__text {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.chapter-section__text:last-child {
  margin-bottom: 0;
}
.chapter-section__text p:first-child {
  margin-top: 0;
}
.chapter-section__text p:last-child {
  margin-bottom: 0;
}
.chapter-section__text a, .chapter-section__text a:link, .chapter-section__text a:hover, .chapter-section__text a:visited, .chapter-section__text a:active {
  color: #fff000;
  text-decoration: underline;
}

.chapter-section__info {
  font-family: "UD Shin Maru Go DemiBold", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.5em;
  width: 87.5%;
  margin: 0 auto;
  letter-spacing: .1em;
  color: #FFFFFF;
  -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__info {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.chapter-section__info a, .chapter-section__info a:link, .chapter-section__info a:hover, .chapter-section__info a:visited, .chapter-section__info a:active {
  color: #fff000;
  text-decoration: underline;
}
.chapter-section__info h3 {
  border-bottom: 1px solid #FFFFFF;
}

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

.chapter__continue {
  padding-top: 40px;
}

.chapter__date {
  font-size: 140%;
  margin-top: 1.75em;
  text-align: center;
  color: #FFFFFF;
}
.chapter .photo img {
  width: 100%;
}
.chapter .photo p {
  font-size: 87.5%;
}
@media screen and (min-width: 576px) {
  .chapter {
    margin: 0 auto;
  }
  .chapter__title {
    width: 640px;
    padding: 80px 0 40px;
  }
  .chapter__title h2 {
    font-size: 320%;
  }

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

  .chapter-section__info {
    width: 480px;
  }

  .chapter-section__photo {
    width: 560px;
    margin: 40px auto;
  }
  .chapter-section__photo.benefit {
    width: 480px;
    border: 20px solid #FFFFFF;
    border-left-width: 40px;
    border-right-width: 40px;
    padding-top: 457px;
  }
}

.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: #0071bc;
  }
  .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;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * 	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: "UD Shin Maru Go DemiBold", -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 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-stock {
  font-size: 140%;
  margin: 0.5em auto;
}

.cart-shipping {
  font-size: 140%;
  margin: 0.5em auto;
}
@media screen and (min-width: 768px) {
  .cart-button {
    height: auto;
    overflow: hidden;
  }
  .cart-button .cart_btn {
    width: 240px;
    float: left;
  }
  .cart-button__info {
    margin-left: 260px;
  }
}

/*--------------------------------------------------------------------------------
 * 
 * 	share
 * 
 *--------------------------------------------------------------------------------*/
.share {
  width: 100%;
  max-width: 560px;
  padding: 15px;
  background-color: #FFFFFF;
  margin: 0px auto 0px;
}
.share h3 {
  text-align: center;
  font-weight: bold;
  color: #0071bc;
}
.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: #3b5998;
}

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

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

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

.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;
}
.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 li a, .footer-contact li a:link, .footer-contact li a:hover, .footer-contact li a:visited, .footer-contact li a:active {
  color: #0071bc;
  text-decoration: none;
}
.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;
  color: #FFFFFF;
  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: #FFFFFF;
}
.footer .follow ul li a:after {
  content: none;
}
.footer .contact {
  padding: 15px 0;
  background-color: #FFFFFF;
  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;
  color: #FFFFFF;
}
