@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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,
input, select, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 100%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #fff;
  line-height: 1.6;
  background: url(../img/bg_body.png) center center/cover no-repeat;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img100 {
  width: 100%;
  height: auto;
}

a:hover {
  opacity: .8;
}

.contain {
  width: 1100px;
  margin: 0 auto;
}

.sp {
  display: none;
}

header {
  position: relative;
  height: 50px;
  background: #FFF;
}


.logo {
  position: absolute;
  top: 17px;
  left: 25px;
  line-height: 1;
}

.key img {
  width: 100%;
  height: auto;
}

nav {
  background-color: #3a0000;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 9px;
}

nav li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

nav li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

footer .f_top {
  background-color: #3a0000;
  padding: 22px 0;
}

footer .f_top .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .link {
  font-weight: bold;
}

footer .link h3 {
  font-size: 18px;
}

footer .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

footer .link ul a {
  color: #fff;
  text-decoration: none;
}

footer .link ul a:hover {
  text-decoration: underline;
  opacity: 1;
}

footer .link li + li {
  margin-left: 30px;
}

footer .link i {
  margin-right: 6px;
}

footer .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .sns li + li {
  margin-left: 14px;
}

footer .f_bottom {
  background-color: #363636;
  padding: 22px 0;
  color: #ccc;
  font-size: 10px;
}

footer .f_bottom .dmm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .f_bottom .dmm ul {
  margin-left: 25px;
}

#about {
  background: url(../img/bg01.png) center top/cover no-repeat;
  text-align: center;
  position: relative;
}

#about .chara {
  position: absolute;
  bottom: 0;
  right: 0;
}

#about h2 {
  padding: 75px 0 57px;
}

#about .text {
  margin-bottom: 25px;
}

#about .detail {
  padding-bottom: 60px;
}

#goods {
  background: url(../img/bg02.png) center top/cover no-repeat;
  text-align: center;
}

#goods h2 {
  padding: 60px 0 0;
}

#goods .detail {
  margin-top: -120px;
  padding-bottom: 80px;
}

/* デフォルト：1380px以上用（PC用）の記述 */
.tel_pc {
  display: block;
}

.tel_sp {
  display: none;
}

@media screen and (max-width: 1379px) {
  /* 1379px以下用（PC用）の記述 */
  .sp {
    display: none;
  }
}

/* 1080px以上用（PC用）の記述 */
@media screen and (max-width: 1079px) {
  /* 1079px以下用（タブレット用）の記述 */
  .sp {
    display: none;
  }
}

/* 980px以上用（PC用）の記述 */
@media screen and (max-width: 979px) {
  /* 979px以下用（タブレット用）の記述 */
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /* 768px以下用（タブレット／スマートフォン用）の記述 */
  .sp {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  /* 639px以下用（タブレット／スマートフォン用）の記述 */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  /* 479px以下用（スマートフォン用）の記述 */
}
