@charset "UTF-8";
/*
 * normalise
 --------------------------------------------------------------------------------*/
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;
}

/*
 * mixin
 --------------------------------------------------------------------------------*/
/*
 * Font
 --------------------------------------------------------------------------------*/
.cap {
  font-size: 120%;
  line-height: 1.5em;
  color: #404040;
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/* font-weight */
.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

/* text color */
.gray {
  color: #404040;
}

.gray2 {
  color: gray;
}

.red {
  color: #FF0000;
}

/* font-size */
.large {
  font-size: 1.125em;
  line-height: 1.53125em;
}

.x-large {
  font-size: 1.5em;
  line-height: 1.53125em;
}

.xx-large {
  font-size: 2em;
  line-height: 1.53125em;
}

.size-9 {
  font-size: 9px;
  line-height: 1.75em;
}

.size-10 {
  font-size: 10px;
  line-height: 1.75em;
}

.size-11 {
  font-size: 11px;
  line-height: 1.75em;
}

.size-12 {
  font-size: 12px;
  line-height: 1.75em;
}

.size-13 {
  font-size: 13px;
  line-height: 1.75em;
}

.size-14 {
  font-size: 14px;
  line-height: 1.75em;
}

.size-15 {
  font-size: 15px;
  line-height: 1.75em;
}

.size-16 {
  font-size: 16px;
  line-height: 1.75em;
}

.size-17 {
  font-size: 17px;
  line-height: 1.75em;
}

.size-18 {
  font-size: 18px;
  line-height: 1.75em;
}

.size-19 {
  font-size: 19px;
  line-height: 1.75em;
}

.size-20 {
  font-size: 20px;
  line-height: 1.75em;
}

.size-21 {
  font-size: 21px;
  line-height: 1.75em;
}

.size-22 {
  font-size: 22px;
  line-height: 1.75em;
}

.size-23 {
  font-size: 23px;
  line-height: 1.75em;
}

.size-24 {
  font-size: 24px;
  line-height: 1.75em;
}

.size-25 {
  font-size: 25px;
  line-height: 1.75em;
}

.size-26 {
  font-size: 26px;
  line-height: 1.75em;
}

.size-27 {
  font-size: 27px;
  line-height: 1.75em;
}

.size-28 {
  font-size: 28px;
  line-height: 1.75em;
}

.size-29 {
  font-size: 29px;
  line-height: 1.75em;
}

.size-30 {
  font-size: 30px;
  line-height: 1.75em;
}

.size-31 {
  font-size: 31px;
  line-height: 1.75em;
}

.size-32 {
  font-size: 32px;
  line-height: 1.75em;
}

/* display */
.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

/* text-align */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*
 * basic
 --------------------------------------------------------------------------------*/
body {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
}

del {
  text-decoration: line-through;
  color: #404040;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li img {
  vertical-align: top;
}

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #2e97e6;
  text-decoration: none;
  outline: none 0 !important;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:link {
  color: #2e97e6;
  text-decoration: none;
}
a:visited {
  color: #2e97e6;
  text-decoration: none;
}
a:active {
  color: #2e97e6;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a img {
  vertical-align: top;
}
.sns a[target=_new], .sns a[target=_blank] {
  background-image: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .sns a[target=_new], .sns a[target=_blank] {
    background-image: none;
  }
}
.exlink a {
  display: block;
  background: url(images/icon_exlink.png) no-repeat left center;
  padding-left: 20px;
}

.ua-desktop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #2e97e6;
  text-decoration: none;
}
.ua-desktop a:hover img.hover, .opc .ua-desktop a:hover img, .opc2 .ua-desktop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.ua-desktop a img.hover, .opc .ua-desktop a *, .opc2 .ua-desktop a {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.exlink .ua-desktop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #2e97e6;
  text-decoration: none;
}

/*------------------------------------------------------------------------------

  Mobile Styles

------------------------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body * {
  box-sizing: border-box;
}

/* button */
a.btn {
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: #2e97e6;
  border-radius: 6px;
  box-shadow: 0 2px 0 #206aa1, 0 4px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  outline: none;
}
a.btn:active {
  color: #FFFFFF;
  background-color: #2988cf;
  box-shadow: 0 0px 0 #206aa1, 0 0px 0px rgba(0, 0, 0, 0.2);
  transition-duration: 0.1s;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 1;
}

.ua-desktop a.btn:hover {
  color: #FFFFFF;
  background-color: #2988cf;
  box-shadow: 0 1px 0 #206aa1, 0 0px 2px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  opacity: 1;
}

/*------------------------------------------------------------------------------

  Header

------------------------------------------------------------------------------*/
.header__logo {
  background-color: #f1f1ee;
  border-bottom: 4px solid #d5af38;
  padding: 8px 0;
  text-align: center;
}
.header__logo a {
  position: relative;
  z-index: 1;
}
.header__logo a img {
  max-width: 128px;
  width: 40%;
}

.header-navi {
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  top: 0px;
  width: 100%;
}
.header-navi .header-navi__cart {
  float: right;
}
.header-navi .header-navi__cart a {
  display: block;
  height: 40px;
  width: 50px;
  text-align: center;
  color: #e52e2e;
}
.header-navi .header-navi__cart a i {
  font-size: 240%;
  line-height: 40px;
}
.header h1 {
  background-color: #FFFFFF;
  border-bottom: 4px solid #d5af38;
  margin: 0 0 20px 0;
  padding: 20px 0 5px 0;
  color: #d5af38;
  font-size: 220%;
  line-height: 1.4;
  text-align: center;
}
.header h1 img {
  width: 90%;
}

/*------------------------------------------------------------------------------

  Navi [responsive-nav.js 1.0.39 by @viljamis]

------------------------------------------------------------------------------*/
.nav-collapse {
  clear: both;
  background-color: #FFFFFF;
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  display: block;
  width: 100%;
}
.nav-collapse a {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding: 0 8px;
}
.nav-collapse a i {
  vertical-align: middle;
  font-size: 240%;
}
.nav-collapse a span {
  vertical-align: middle;
  font-size: 160%;
  font-weight: bold;
}
.nav-collapse a:after {
  content: "";
  display: inline-block;
  height: 44px;
  margin-left: -1px;
  width: 1px;
  vertical-align: middle;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  float: left;
  height: 40px;
  width: 50px;
  color: #000000;
  text-align: center;
}
.nav-toggle:link, .nav-toggle:visited, .nav-toggle:hover, .nav-toggle:active {
  color: #000000;
}
.nav-toggle:before {
  content: "\e910";
  font-family: "Hobonichi-Icons";
  font-size: 24px;
  line-height: 40px;
}
.nav-toggle.active:before {
  content: "\e915";
}

/*------------------------------------------------------------------------------

  contents

------------------------------------------------------------------------------*/
.contents {
  margin: 0 auto;
  width: 93.75%;
}

ol.list {
  counter-reset: list;
  list-style-type: none;
  margin: 1.6em auto;
  padding-left: 35px;
}
ol.list li {
  counter-increment: list;
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 160%;
  letter-spacing: 0;
  line-height: 1.75;
  text-indent: -35px;
}
ol.list li:before {
  content: counter(list);
  background-color: #2e97e6;
  border-radius: 8px;
  display: inline-block;
  margin: 0px 7px 0px 0px;
  padding: 7px;
  width: 14px;
  height: 14px;
  color: #FFFFFF;
  font-size: 87.5%;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-indent: 0;
}

.tax p {
  font-size: 160%;
  text-align: right;
}

/*------------------------------------------------------------------------------

  article

------------------------------------------------------------------------------*/
.article {
  margin: 20px auto;
  width: 90%;
  /*----------------------------------------
    Block: .article-header
  ----------------------------------------*/
}
.article h3 {
  border-bottom: 4px solid #FFFFFF;
  margin: 0px auto 20px;
  padding: 40px 0 20px;
  width: 100%;
  font-size: 240%;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.article p {
  font-size: 160%;
  letter-spacing: 0;
  line-height: 1.75;
}
.article ul.list {
  list-style-type: disc;
  margin: 1.6em auto;
  padding-left: 20px;
}
.article ul.list li {
  list-style-type: disc;
  font-size: 160%;
  letter-spacing: 0;
  line-height: 1.75;
}
.article__photo {
  border-radius: 16px;
  border: 4px solid #FFFFFF;
  background-color: #FFFFFF;
  overflow: hidden;
  line-height: 1;
  margin: 1.6em 0;
}
.article__photo img {
  width: 100%;
  vertical-align: top;
}
.article__photo p {
  margin: 5px 0 0 5px;
  font-size: 140%;
  line-height: 1.5;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.article__photo p:before {
  content: "\e916";
  font-family: "Hobonichi-Icons";
  font-size: 150%;
  line-height: 0;
  vertical-align: middle;
}

.article__pricelist {
  margin-bottom: 40px;
}
.article__pricelist ul.list {
  list-style-type: none;
  padding-left: 0;
}
.article__pricelist ul.list li {
  list-style-type: none;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 140%;
  line-height: 1.5;
}
.article__pricelist ul.list li span {
  display: inline-block;
  color: #2e97e6;
  font-weight: bold;
  vertical-align: middle;
}
.article__pricelist ul.list li span:first-child {
  width: 65%;
  padding-right: 10px;
  color: #000000;
}

.article__info {
  border: 4px solid #2e97e6;
  border-radius: 16px;
  padding: 20px;
}
.article__info p {
  margin: 0;
  font-size: 180%;
  font-weight: bold;
}
.article-header h2 {
  border-bottom: 4px solid #FFFFFF;
  margin: 0px auto 20px;
  padding: 40px 0 20px;
  width: 90%;
  font-size: 240%;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.article-header h2 em {
  background-color: #2e97e6;
  border-radius: 8px;
  display: block;
  margin: 0px auto 10px;
  padding: 10px;
  width: 100px;
  color: #FFFFFF;
  font-size: 75%;
  font-style: normal;
  line-height: 1;
}
.article-header .article-header__photo {
  border-bottom: 4px solid #FFFFFF;
  border-radius: 16px 16px 0 0;
  margin: 0;
  overflow: hidden;
  line-height: 1;
}
.article-header .article-header__photo img {
  width: 100%;
}
.article-header .article-header__lead {
  margin: 20px auto;
  width: 90%;
  color: #000000;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.75;
}

.date {
  padding-bottom: 20px;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

/*------------------------------------------------------------------------------

  Product

------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------

  Slide

------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------

  Navi

------------------------------------------------------------------------------*/
.content-navi {
  background-image: url(../images/bg.jpg);
  border-radius: 16px;
  width: 93.75%;
  margin: 20px auto;
  padding: 20px 0;
}
.content-navi ul {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  width: 90%;
  font-family: 'zero-width';
  text-align: center;
}
.content-navi ul.top li.top,
.content-navi ul.top li.next {
  display: none;
}
.content-navi ul.top li.prev {
  float: none;
}
.content-navi li {
  display: inline-block;
  margin: 0 10px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.content-navi li a {
  display: block;
  color: #d5af38;
  text-align: center;
}
.content-navi li a i {
  font-size: 240%;
  vertical-align: middle;
}
.content-navi li a span {
  font-size: 160%;
  font-weight: bold;
  vertical-align: middle;
}
.content-navi li.prev {
  float: left;
}
.content-navi li.next {
  float: right;
}
.content-navi li.top {
  margin-top: 10px;
}
.content-navi li.top a span {
  font-size: 140%;
}
.content-navi.small {
  background-image: none;
  width: 93.75%;
  margin: 0px auto 5px;
  padding: 0px 0;
}
.content-navi.small ul {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
}
.content-navi.small ul.top li.prev {
  float: left;
}
.content-navi.small li a i {
  font-size: 180%;
}
.content-navi.small li a span {
  font-size: 120%;
}
.content-navi.small li.top {
  display: none;
}

/*------------------------------------------------------------------------------

  Footer

------------------------------------------------------------------------------*/
.footer {
  border-top: 4px solid #d5af38;
}
.footer a {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 120%;
}
.footer-share {
  margin: 20px auto;
}
.footer-share h2 {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}
.footer-share ul {
  font-family: 'zero-width';
  text-align: center;
}
.footer-share li {
  display: inline-block;
  margin: 0 10px;
}
.footer-share li a {
  display: block;
  color: #d5af38;
  text-align: center;
}
.footer-share li a i {
  display: block;
  font-size: 300%;
}
.footer-share li a span {
  display: block;
  font-weight: bold;
}

.footer-contact {
  background-color: #f1f1ee;
}
.footer-contact ul {
  overflow: hidden;
  *zoom: 1;
}
.footer-contact li {
  width: 50%;
  float: left;
}
.footer-contact li:first-child a {
  background-color: #d5af38;
}
.footer-contact li a {
  background-color: #2e97e6;
  display: block;
  padding: 10px 0;
  color: #FFFFFF;
  text-align: center;
}
.footer-contact li a i {
  font-size: 250%;
  vertical-align: middle;
}
.footer-contact li a span {
  font-weight: bold;
  vertical-align: middle;
}
.footer-contact li a:hover {
  color: #FFFFFF;
}
.footer .copyright {
  background-color: #f1f1ee;
  padding: 15px;
  font-size: 100%;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

/*------------------------------------------------------------------------------

 form control styles

------------------------------------------------------------------------------*/
.nbr {
  display: inline-block;
  white-space: nowrap;
}

/*------------------------------------------------------------------------------

 small device styles

------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .hidden-sp {
    display: none !important;
  }

  .visible-block {
    display: block !important;
  }

  .visible-inline-block {
    display: inline-block !important;
  }

  .visible-inline {
    display: inline !important;
  }
}
/*------------------------------------------------------------------------------

 large device styles [PC]

------------------------------------------------------------------------------*/
@media only screen and (min-width: 601px) {
  .visible-sp {
    display: none !important;
  }

  .visible-block,
  .visible-inline-block,
  .visible-inline {
    display: none !important;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC] Header
  
  	------------------------------------------------------------------------------*/
  .header .header__logo {
    padding: 8px 0;
  }
  .header .header__logo a img {
    width: 128px;
  }
  .header h1 {
    margin: 20px auto;
    padding: 20px 0 20px 0;
  }
  .header h1 img {
    max-width: 417px;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC] Navi
  
  	------------------------------------------------------------------------------*/
  .content-navi {
    max-width: 960px;
    padding: 40px 0;
  }
  .content-navi ul {
    width: 91.66667%;
  }
  .content-navi li.top {
    margin-top: 3px;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC] contents
  
  	------------------------------------------------------------------------------*/
  .contents {
    max-width: 960px;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC] article
  
  	------------------------------------------------------------------------------*/
  .article {
    max-width: 560px;
    /*----------------------------------------
      Block: .article-header
    ----------------------------------------*/
  }
  .article p {
    letter-spacing: 0.075em;
  }
  .article__photo p {
    font-size: 140%;
  }

  .article__info p {
    font-size: 200%;
  }
  .article-header h2 {
    font-size: 360%;
  }
  .article-header h2 em {
    font-size: 55.55556%;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC] Product
  
  	------------------------------------------------------------------------------*/
  .product {
    width: 91.66667%;
    /*----------------------------------------
      Block: .product-item
    ----------------------------------------*/
  }
  .product h2 {
    font-size: 320%;
  }
  .product h2 em {
    font-size: 62.5%;
  }
  .product-item {
    overflow: hidden;
    *zoom: 1;
    margin: 40px auto;
  }
  .product-item--w3 {
    width: 240px;
  }

  .product-item__photo {
    box-sizing: border-box;
  }
  .product-item__photo img {
    border-radius: 16px;
    overflow: hidden;
  }

  .product-item__text {
    box-sizing: border-box;
  }
  .product-item__text h3 small {
    display: inline;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC] Footer
  
  	------------------------------------------------------------------------------*/
  .footer {
    margin: 0 auto;
    position: relative;
  }
  .footer-share li {
    margin: 0 20px;
  }
  .footer-share li a:hover {
    color: #d5af38;
  }
  .footer-share__line {
    display: none !important;
  }

  .footer-contact {
    overflow: hidden;
    *zoom: 1;
  }
  .footer-contact ul {
    float: right;
    padding-right: 40px;
    font-family: 'zero-width';
    text-align: center;
  }
  .footer-contact li {
    display: inline-block;
    float: none;
    margin: 0 0 0 40px;
    width: auto;
  }
  .footer-contact li a {
    background-color: transparent;
    display: block;
    color: #2e97e6;
    text-align: center;
  }
  .footer-contact li a i {
    display: block;
    font-size: 300%;
  }
  .footer-contact li a span {
    display: block;
    font-weight: bold;
  }
  .footer-contact li a:hover {
    color: #2e97e6;
  }
  .footer-contact li:first-child a {
    background-color: transparent;
  }
  .footer .copyright {
    background-image: none;
    bottom: 0;
    left: 0;
    padding: 30px 40px;
    position: absolute;
  }
}
/*==============================================================================


 large device styles 2 [width >= 769]


==============================================================================*/
@media screen and (min-width: 769px) {
  .header-navi {
    overflow: visible;
  }
  .header-navi .header-navi__cart {
    display: none !important;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC2] Navi [responsive-nav.js 1.0.39 by @viljamis]
  
  	------------------------------------------------------------------------------*/
  .nav-collapse {
    background-color: transparent;
    height: 40px;
    max-width: 960px;
    margin: 0 auto;
  }
  .nav-collapse li {
    display: inline-block;
    width: auto;
    position: absolute;
  }
  .nav-collapse a {
    border-bottom: 0 none transparent;
    display: block;
    padding: 0 8px;
  }
  .nav-collapse a span {
    letter-spacing: 0;
  }
  .js .nav-collapse {
    position: relative;
    overflow: visible;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-collapse__lineup {
    background-color: #d5af38;
    border-radius: 0 0 8px 8px;
    left: 1.04167%;
  }
  .nav-collapse__lineup a i, .nav-collapse__lineup a span {
    color: #FFFFFF;
  }
  .nav-collapse__lineup a i {
    font-size: 240%;
  }
  .nav-collapse__lineup a span {
    font-size: 140%;
  }
  .nav-collapse__lineup a:after {
    height: 50px;
  }

  .nav-collapse__cupshop {
    left: 15.10417%;
  }
  .nav-collapse__cupshop a i {
    font-size: 240%;
  }
  .nav-collapse__cupshop a span {
    font-size: 140%;
  }

  .nav-collapse__store {
    right: 26.04167%;
  }
  .nav-collapse__store a {
    color: #000000;
  }
  .nav-collapse__store a:link, .nav-collapse__store a:visited, .nav-collapse__store a:hover, .nav-collapse__store a:active {
    color: #000000;
  }
  .nav-collapse__store a span {
    font-size: 120%;
  }

  .nav-collapse__help {
    right: 10.41667%;
  }
  .nav-collapse__help a {
    color: #000000;
  }
  .nav-collapse__help a:link, .nav-collapse__help a:visited, .nav-collapse__help a:hover, .nav-collapse__help a:active {
    color: #000000;
  }
  .nav-collapse__help a span {
    font-size: 120%;
  }

  .nav-collapse__cart {
    right: 0px;
  }
  .nav-collapse__cart a {
    color: #2e97e6;
  }
  .nav-collapse__cart a:link, .nav-collapse__cart a:visited, .nav-collapse__cart a:hover, .nav-collapse__cart a:active {
    color: #e52e2e;
  }
  .nav-collapse__cart a i {
    font-size: 240%;
  }
  .nav-collapse__cart a span {
    font-size: 140%;
  }

  .nav-toggle {
    display: none;
  }
}
