@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.no_wrap {
  display: inline-block;
  white-space: nowrap;
}

.kome {
  vertical-align: top;
  font-size: 9px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}

.kome_txt {
  font-size: 9px;
  font-weight: normal;
  line-height: 1.5;
  padding: 5% 0;
  color: #fff;
  text-align: left;
}
.kome_txt.txt_right {
  text-align: right;
}
.kome_txt.color_black {
  color: #000;
}
.kome_txt.padding_0 {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.bg {
  display: none;
}

.spinner {
  margin: -2.5em 0 0 -2.5em;
  font-size: 10px;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(232, 79, 148, 0.4);
  border-right: 1.1em solid rgba(232, 79, 148, 0.4);
  border-bottom: 1.1em solid rgba(232, 79, 148, 0.4);
  border-left: 1.1em solid #e84f94;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wrap {
  min-height: auto;
  min-height: initial;
}

.main .top_container_box {
  max-width: 900px;
  margin: 0 auto;
}
.main .top_container_box > .ttl {
  color: #fff;
  font-size: 5em;
  text-align: center;
  padding: 5% 0;
}
.main .top_container_box .list_container {
  text-align: center;
  color: #34353d;
}
.main .top_container_box .list_container a {
  color: #34353d;
  font-size: 14px;
  font-size: 1.3rem;
  display: inline-block;
}
.main .top_container_box .list_container .list {
  margin: 20px auto;
  text-align: left;
  width: 90%;
  letter-spacing: -0.4em;
}
.main .top_container_box .list_container .list li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5%;
  letter-spacing: normal;
}
.main .top_container_box .list_container .list li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 20px 10px;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 1em;
}
.main .top_container_box .list_container .list li a.undernone:hover {
  text-decoration: none;
}
.main .top_container_box .list_container .list li a:hover {
  text-decoration: underline;
}
.main .top_container_box .list_container .list li a:hover .no_wrap {
  text-decoration: underline;
}
.main .top_container_box .list_container .list li a:hover .kome {
  text-decoration: none;
  display: inline-block;
}
.main .top_container_box .list_container .list li a .kome {
  font-size: 9px;
  text-align: 1;
  vertical-align: top;
}
.main .top_container_box .sub {
  text-align: right;
  font-size: 12px;
  padding: 2% 0;
  color: #fff;
  margin: 0 auto;
  width: 90%;
}

@media (max-width: 930px) {
  .main .top_container_box .list_container .list li {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .main .top_container_box > .ttl {
    font-size: 3em;
    padding: 2% 0;
  }
}
@media (max-width: 480px) {
  .main .top_container_box .list_container .list li {
    width: 100%;
  }
}

/*# sourceMappingURL=shop.css.map */
