@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 13px;
  font-size: 1rem;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input:focus, textarea:focus {
  outline: none;
}

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

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*
 * Object - block - mixin
 * 各要素の共通指定
 --------------------------------------- */
/*
 * Mixin - mediaquery
 --------------------------------------- */
/*
 * Mixin - reset
 --------------------------------------- */
/*
 * Foundation - variable,base,reset
 * 変数や基本スタイルを定義
 --------------------------------------- */
html {
  font-size: 13px;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #111;
  font-size: 13px;
  font-size: 1rem;
  font-family: "Helvetica neue", "Helvetica", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 1.3px;
  letter-spacing: 0.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    min-width: inherit;
  }
}

a {
  color: #111;
  transition: 0.2s;
}
a:hover {
  color: #666;
  text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="date"],
select,
textarea {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: block;
  background: #f9f9f9;
  color: #111;
  font-size: 14px;
  font-family: "Helvetica neue", "Helvetica", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
  line-height: 1.8;
  letter-spacing: 0.52px;
  letter-spacing: 0.04rem;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 8px 12px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="file"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
  outline: none;
}

/*
 * Object - Utility
 * .u-pc,.u-sp等のスタイルを定義
 --------------------------------------- */
.u-inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-inner {
    width: 100%;
    max-width: 600px;
    padding: 0 5%;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-clearfix {
  *zoom: 1;
}
.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

a:hover img.u-opacity {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

a img.u-opacity {
  transition: 0.2s;
}
a img.u-opacity:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*
 * Object - Block - common
 * header,footer等の共通要素
 --------------------------------------- */
/*
 * Block - loading
 */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 100%;
}

/*
 * Block - wrap
 */
.wrap {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 514px;
}

/*
 * Block - u-inner
 */
.u-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*
 * Block - link
 */
.link {
  width: 140px;
  padding-top: 180px;
}
.link a {
  text-decoration: none;
}

/*
 * Block - content
 */
.content {
  width: 600px;
}

/*
 * Block - logo
 */
.logo {
  width: 200px;
  padding-top: 260px;
}
.logo h1 a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*
 * Block - footer
 */
.footer {
  text-align: center;
  padding-top: 200px;
  padding-left: 150px;
}
.footer a {
  letter-spacing: 2.6px;
  letter-spacing: 0.2rem;
  text-decoration: none;
}

/*
 * Object - Block - contents
 * container,section内の要素
 --------------------------------------- */
/*
 * Block - contact
 */
.contact ul li {
  line-height: 2;
}
.contact ul li span {
  display: block;
}
.contact ul li a {
  display: inline-block;
}

/*
 * Block - stokist
 */
.stokist ul li {
  line-height: 2;
}
.stokist ul li span {
  display: block;
}
.stokist ul li a {
  display: inline-block;
}
