@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: "“" "”" "‘" "’";
}

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
 --------------------------------------------------------------------------------*/
/* display */
.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

/*
 * basic
 --------------------------------------------------------------------------------*/
body {
  background: #FFF;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: #000000;
}

img {
  vertical-align: top;
}

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

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #739fe6;
  text-decoration: none;
  outline: none 0 !important;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out false;
}
a:link {
  color: #739fe6;
  text-decoration: none;
}
a:visited {
  color: #739fe6;
  text-decoration: none;
}
a:hover {
  color: #739fe6;
  text-decoration: none;
}
a:active {
  color: #739fe6;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a[target=new]:after, a[target=_new]:after, a[target=_blank]:after, a.open-in-new:after {
  content: "";
  font-family: "Hobonichi-Icons" !important;
  margin-left: 0.2em;
  vertical-align: middle;
}
a.noimg[target=new]:after, a.noimg[target=_new]:after, a.noimg[target=_blank]:after, a.noimg.open-in-new:after, a.no-img[target=new]:after, a.no-img[target=_new]:after, a.no-img[target=_blank]:after, a.no-img.open-in-new:after, a.noicon[target=new]:after, a.noicon[target=_new]:after, a.noicon[target=_blank]:after, a.noicon.open-in-new:after, a.no-icon[target=new]:after, a.no-icon[target=_new]:after, a.no-icon[target=_blank]:after, a.no-icon.open-in-new:after, [class*=share] a[target=new]:after, [class*=share] a[target=_new]:after, [class*=share] a[target=_blank]:after, [class*=share] a.open-in-new:after, .sns a[target=new]:after, .sns a[target=_new]:after, .sns a[target=_blank]:after, .sns a.open-in-new:after {
  content: none;
  margin-left: 0;
}

@media only screen and (min-width: 601px) {
  a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
}
/* 
 * list style
 * 
 * How to create the perfect lists style using CSS
 * https://kaspars.net/wp-content/uploads/2008/02/index.html
 --------------------------------------------------------------------------------*/
ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.list, ol.list {
  margin: auto -3em 1em 0;
  padding: 0;
  position: relative;
  left: -3em;
  overflow: hidden;
}
ul.list ul, ul.list ol, ol.list ul, ol.list ol {
  margin-left: 1em;
  padding-left: 0;
}
ul.list li, ol.list li {
  margin-left: 5em;
}
ul.list li li, ol.list li li {
  margin-left: 1em;
}
ul.list.flat li, ol.list.flat li {
  margin-left: 3em;
}
ul.list.flat li ul, ul.list.flat li ol, ol.list.flat li ul, ol.list.flat li ol {
  margin-left: 1em;
  padding-left: 0;
}
ul.list.flat li li, ol.list.flat li li {
  margin-left: 0;
}
ul.list.spaced, ol.list.spaced {
  margin-bottom: 0;
}
ul.list.spaced ul, ul.list.spaced ol, ol.list.spaced ul, ol.list.spaced ol {
  margin-top: 1em;
}
ul.list.spaced li, ol.list.spaced li {
  margin-bottom: 1em;
}
ul.list.indent li, ol.list.indent li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.list.inside li, ol.list.inside li {
  list-style-position: inside;
}
ul.list.clear li, ol.list.clear li {
  list-style-type: none;
}

ul.list {
  list-style-type: disc;
}
ul.list li {
  list-style-type: disc;
}

ol.list {
  list-style-type: decimal;
}
ol.list li {
  list-style-type: decimal;
}

.cart, .footer-disclaimer li a, article th,
article td,
article dt,
article dd,
article li, article p, article h2, .yodogawa p, .menu-item ul li a, .header__title {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: normal;
  letter-spacing: 0.075em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article h2, .yodogawa p, .menu-item ul li a, .header__title {
  font-family: "UD Shin Go Conde90 B", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*------------------------------------------------------------------------------
 *
 *    sp
 *
 *--------------------------------------------------------------------------- */
html, body {
  height: 100%;
}

body {
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFFFFF;
}

canvas {
  display: block;
  vertical-align: bottom;
}

body * {
  box-sizing: border-box;
}

@keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loading {
  text-align: center;
}
#loading p {
  font-size: 140%;
  margin-top: 0;
}
#loading .loader:not(:required) {
  animation: three-quarters-loader 1250ms infinite linear;
  border: 8px solid #A9CD00;
  border-right-color: transparent;
  border-radius: 16px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
}

.wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.header .hobo {
  text-align: center;
}
.header .hobo a {
  color: #000000;
}
.header .hobo a i {
  font-size: 300%;
  opacity: 0.75;
}
.header-bg {
  display: none;
}

.header__title {
  margin: 10px 0px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  text-align: center;
}
.header__title img {
  height: 50px;
}

.header__menu {
  background-color: #A9CD00;
  position: relative;
  padding: 6px 0;
}
.header__menu ul {
  text-align: center;
}
.header__menu ul li {
  display: inline-block;
  margin: 0 5px;
}
.header__menu ul li a {
  color: #FFFFFF;
  font-size: 140%;
  font-family: "UD Shin Go Conde90 B", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.header__menu ul li a i {
  font-size: 150%;
  vertical-align: middle;
}
.header__menu ul li a span {
  vertical-align: middle;
}
.header__menu ul + ul {
  position: absolute;
  bottom: -60px;
  width: 100%;
}
.header__menu ul + ul li {
  margin: 0;
}
.header__menu ul + ul li a {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 100%;
  color: #A9CD00;
  padding-top: 8px;
  border-bottom: 1px solid #A9CD00;
}
.header__menu ul + ul li a i {
  font-size: 240%;
  display: block;
}
.header__menu ul + ul li a span {
  display: block;
}
.header__menu ul + ul li.menu {
  float: left;
  position: relative;
  transition: all 0.2s;
  top: 0;
}
.header__menu ul + ul li.menu.open {
  top: 10px;
}
.header__menu ul + ul li.menu.open a {
  color: #FFFFFF;
  background-color: #A9CD00;
  border-radius: 0 8px 0 0;
}
.header__menu ul + ul li.menu a {
  border-right: 1px solid #A9CD00;
  border-radius: 0 0 8px 0;
}
.header__menu ul + ul li.menu-cart {
  float: right;
}
.header__menu ul + ul li.menu-cart a {
  border-left: 1px solid #A9CD00;
  border-radius: 0 0 0 8px;
}

.menu-item.open ul {
  top: 0px;
  height: 189px;
}
.menu-item ul {
  transition: all 0.2s;
  position: relative;
  top: -10px;
  height: 0;
  overflow: hidden;
}
.menu-item ul li {
  border-bottom: 1px solid #e6e6e6;
}
.menu-item ul li:first-child {
  border-top: 1px solid #A9CD00;
}
.menu-item ul li:last-child {
  border-bottom-color: #A9CD00;
}
.menu-item ul li.current a {
  color: #FFFFFF;
  background-color: #A9CD00;
  padding-left: 0;
}
.menu-item ul li.current a:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: 8px solid transparent;
  border-left-color: #FFFFFF;
}
.menu-item ul li a {
  display: block;
  padding: 14px 7px;
  font-size: 160%;
  color: #A9CD00;
  transition: all 0.2s;
}
.menu-item ul li a span {
  vertical-align: middle;
}

.yodogawa p {
  text-align: left;
  font-size: 160%;
  line-height: 2;
  color: rgba(0, 0, 0, 0.8);
}

article {
  padding: 0;
  background-color: #f2f2f2;
}
article section {
  padding: 0 10px;
}
article h2 {
  padding-top: 20px;
  margin: 0 auto 10px;
  color: #A9CD00;
  font-size: 240%;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
}
article p {
  font-size: 160%;
  line-height: 1.75;
}
/*------------------------------------------------------------------------------

  Footer

------------------------------------------------------------------------------*/
.footer {
  margin: 40px auto 0;
  background-color: transparent;
}
.footer h3 {
  padding-top: 10px;
  text-align: center;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 120%;
  font-weight: bold;
}
.footer a {
  font-size: 120%;
}
.footer-disclaimer, .footer-contact, .footer-share {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  left: auto;
}
.footer-disclaimer li, .footer-contact li, .footer-share li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  left: auto;
}

.footer-share {
  padding: 0 0 20px;
  font-family: "zero-width";
  text-align: center;
  letter-spacing: 0;
}
.footer-share li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer-share li a {
  display: block;
  text-align: center;
}
.footer-share li a i {
  display: block;
  font-size: 300%;
}
.footer-share li a span {
  display: block;
  letter-spacing: 0.075em;
}

.share-line {
  text-align: left;
}
.share-line iframe {
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.footer-contact {
  font-family: "zero-width";
  text-align: center;
  letter-spacing: 0;
}
.footer-contact li {
  width: auto;
  display: inline-block;
  margin: 0 5px;
}
.footer-contact li a {
  display: block;
  height: 28px;
  padding: 1px 10px 1px 9px;
  background-color: #A9CD00;
  color: #fff;
  line-height: 26px;
  border-radius: 4px;
  font-size: 130%;
}
.footer-contact li a i {
  display: inline-block;
  font-size: 153.8461538462%;
  margin-right: 0.2em;
  vertical-align: middle;
}
.footer-contact li a span {
  display: inline-block;
  letter-spacing: 0.075em;
  vertical-align: middle;
}
.footer-contact li a:hover {
  opacity: 1;
  background-color: #90ae00;
}

.footer-disclaimer {
  font-family: "zero-width";
  text-align: center;
  margin-top: 20px;
}
.footer-disclaimer li {
  border-bottom: 1px solid #e6e6e6;
}
.footer-disclaimer li:first-child {
  border-top: 1px solid #A9CD00;
}
.footer-disclaimer li a {
  font-family: "UD Shin Go Conde80 M", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 140%;
  display: block;
  padding: 14px 8px;
  text-align: left;
  color: #000000;
}

.footer .copyright {
  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;
  color: gray;
}

@media only screen and (max-width: 600px) {
  .hidden-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .header-bg span.row2, .header-bg span.row1 {
    display: inline-block;
    position: absolute;
    top: 0;
    opacity: 0;
    padding: 5px;
  }

  .visible-sp {
    display: none !important;
  }

  body * {
    box-sizing: border-box;
  }

  .header-bg {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
  }
  .header-bg span.row1 {
    left: 0;
  }
  .header-bg span.row2 {
    right: 0;
  }
  .header-bg img {
    height: auto;
    transition: all 0.2s;
    transform: scale(0.8);
  }
  .header-bg img:hover {
    transform: scale(1);
  }
  .header-bg > div {
    height: 110px;
    position: relative;
  }
  .header-bg > span.balloon {
    font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 29.4117647059%;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding: 0.5em 1em;
    letter-spacing: 0.075em;
    color: #A9CD00;
    border: 1px solid #A9CD00;
    border-radius: 1em;
    background-color: #FFFFFF;
  }
  .header-bg > span.balloon:after {
    font-family: "Hobonichi-Icons";
    content: "";
  }

  .header__title {
    position: relative;
    font-size: 340%;
    white-space: nowrap;
  }
  .header__title > div + div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -163px;
    margin-top: -82.5px;
    padding: 50px 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
  .header__title > div > img {
    height: 65px;
  }

  .header__menu {
    padding: 5px 10px 5px 10px;
  }
  .header__menu ul {
    font-family: "zero-width";
    letter-spacing: 0;
    display: inline-block;
  }
  .header__menu ul li {
    vertical-align: middle;
    margin: 0 20px;
  }
  .header__menu ul li a {
    color: #FFFFFF;
    font-size: 140%;
    font-family: "UD Shin Go Conde90 B", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 0;
    border: 0 none transparent;
  }
  .header__menu ul + ul {
    position: static;
    bottom: auto;
    width: auto;
    float: right;
  }
  .header__menu ul + ul li {
    margin: 0 20px;
  }
  .header__menu ul + ul li.menu-cart {
    float: none;
  }
  .header__menu ul + ul li.menu-cart a {
    border-radius: 0;
    border: 0 none transparent;
  }
  .header__menu ul + ul li a {
    width: auto;
    height: auto;
    color: #FFFFFF;
    font-size: 160%;
    line-height: 24px;
    padding: 0;
    border-radius: 0;
    border: 0 none transparent;
  }
  .header__menu ul + ul li a i {
    font-size: 150%;
    line-height: 0;
    display: inline-block;
  }
  .header__menu ul + ul li a span {
    display: inline-block;
  }

  .menu-item ul {
    transition: all 0.2s;
    position: static;
    top: auto;
    height: auto;
    overflow: visible;
    text-align: center;
    border-top: 1px solid #A9CD00;
    border-bottom: 1px solid #A9CD00;
    font-family: "zero-width";
    letter-spacing: 0;
  }
  .menu-item ul li {
    display: inline-block;
    width: 240px;
    border-bottom: 0 none transparent;
    border-right: 1px solid #A9CD00;
  }
  .menu-item ul li:first-child {
    border-left: 1px solid #A9CD00;
    border-top: 0 none transparent;
  }
  .menu-item ul li a {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-item ul li.current {
    position: relative;
  }
  .menu-item ul li.current a:before {
    border-top-color: #A9CD00;
    border-left-color: transparent;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -8px;
  }
  .menu-item ul li.current a:hover {
    opacity: 1;
    cursor: default;
  }

  .yodogawa p {
    font-size: 180%;
    letter-spacing: 0.1em;
  }

  #contents {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }

  article {
    padding: 40px;
  }
  article h2 {
    text-align: center;
    font-size: 300%;
    margin-bottom: 10px;
  }
  article h2 + p {
    text-align: center;
  }
  article .lead-wrapper {
    text-align: center;
  }
  article .lead {
    display: inline-block;
  }
  article .lead p {
    text-align: left;
  }
  article .lead p .attention {
    display: inline-block;
    margin-top: 1em;
    font-size: 87.5%;
    line-height: 1.5;
  }
  article p {
    font-size: 160%;
    letter-spacing: 0.05em;
  }
  article p.info {
    font-size: 300%;
    line-height: 1.75;
  }
  article p.date {
    font-size: 140%;
  }
  article .attention {
    font-size: 140%;
  }
  article .indent {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
  }

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

    Footer

  ------------------------------------------------------------------------------*/
  .footer {
    margin-top: 0px;
    border-top: 1px solid #A9CD00;
  }
  .footer > div {
    height: auto;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
  }
  .footer > div > div {
    float: left;
  }
  .footer > div > div + div {
    float: right;
  }
  .footer > div + div {
    max-width: 100%;
  }
  .footer h3 {
    float: left;
    margin: 0;
    padding: 20px 10px;
    line-height: 28px;
  }
  .footer-share {
    float: right;
    border-bottom: 0 none transparent;
    padding: 40px 0;
  }
  .footer-share li {
    margin: 0 5px;
  }
  .footer-share li a {
    color: rgba(0, 0, 0, 0.6);
  }
  .footer-share li iframe {
    display: block;
  }

  .footer-contact {
    padding: 40px 0;
  }

  .footer-disclaimer {
    margin-top: 0;
    padding: 26px 0;
    border-top: 1px solid #A9CD00;
  }
  .footer-disclaimer li {
    display: inline-block;
    border: 0 none transparent;
  }
  .footer-disclaimer li:first-child {
    border: 0 none transparent;
  }

  .footer .copyright {
    clear: both;
    float: none;
    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;
  }

  .ua-ie-9 .article p {
    letter-spacing: 0;
    font-size: 160%;
  }

  .ua-desktop-windows p {
    -ms-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
  }
}
[v-cloak] {
  display: none;
}

.products {
  font-family: "zero-width";
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
}

.product {
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.product {
  display: inline-block;
  width: 50%;
  padding: 5px;
  vertical-align: top;
}

.cart {
  position: relative;
  min-height: 530px;
  margin-bottom: 0px;
  padding: 10px 10px 90px 10px;
  border-radius: 8px;
  background-color: #FFFFFF;
}

.product__image a {
  display: block;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.product__image a:hover {
  background-color: #f7f7f7;
  border-color: #e6e6e6;
  opacity: 1;
  padding: 9px;
  border-radius: 4px;
  margin: -9px;
}
.product__image div {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.product__title h3 {
  font-size: 140%;
  line-height: 1.4;
  margin: 0.5em auto;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 0px;
}
.product__title h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.product__title h3:before {
  content: "";
  display: inline-block;
  height: 57px;
  vertical-align: middle;
}

.product__comment p {
  font-size: 120%;
  line-height: 1.5;
  margin: 0.5em auto;
}
.product__comment p small {
  display: inline-block;
  line-height: 1.5;
  font-size: 85.7142857143%;
  color: #E60000;
}

.product__more {
  position: absolute;
  right: 10px;
  bottom: 14px;
}
.product__more a {
  font-size: 120%;
  display: inline-block;
  width: 100%;
  padding: 0.5em 0;
  text-align: right;
  white-space: nowrap;
  color: #A9CD00;
}
.product__more a i {
  font-size: 120%;
  margin-left: 2px;
  vertical-align: middle;
}
.product__more a span {
  font-weight: bold;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 0;
}

.product-cart__price p {
  font-size: 140%;
  line-height: 1.2;
  margin: 1em auto 0.5em;
}
.product-cart__price p span {
  font-weight: bold;
}

.product-cart__button {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 40px;
}
.product-cart__button a {
  font-size: 120%;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0.5em auto;
  padding: 0.5em 0;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
  border-radius: 3px;
  background-color: #A9CD00;
}
.product-cart__button a i {
  font-size: 150%;
  margin-right: 5px;
  vertical-align: middle;
}
.product-cart__button a span {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.product-cart__stock p {
  font-size: 120%;
  margin: 0.5em auto;
  font-weight: bold;
  color: #F00;
}
.product-cart__stock p .in-stock {
  font-weight: normal;
  color: #000000;
}

.product-cart__shipping p {
  font-size: 120%;
  margin: 0.5em auto;
}

.product > .sold .product__title,
.product > .sold .product__comment,
.product > .sold .product-cart__price,
.product > .sold .product-cart__shipping,
.product > .sold .product-cart__stock, .product > .not-for-sale .product__title,
.product > .not-for-sale .product__comment,
.product > .not-for-sale .product-cart__price,
.product > .not-for-sale .product-cart__shipping,
.product > .not-for-sale .product-cart__stock {
  opacity: 0.5;
}
.product > .sold .product-cart__button a, .product > .not-for-sale .product-cart__button a {
  background-color: #b3b3b3;
  color: rgba(255, 255, 255, 0.75);
}
.product > .sold .product-cart__button a:hover, .product > .not-for-sale .product-cart__button a:hover {
  opacity: 1;
  cursor: default;
}

@media only screen and (min-width: 601px) {
  .product {
    width: 280px;
  }

  .cart {
    min-height: 585px;
    padding: 20px 20px 90px 20px;
  }

  .product__title h3 {
    font-size: 160%;
  }

  .product__comment p {
    font-size: 140%;
  }
  .ua-desktop-windows .product__comment p {
    font-size: 130%;
  }

  .product-cart__button a {
    font-size: 140%;
  }
}
.wrapper {
  overflow: hidden;
}

#main {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
#main h3 {
  font-size: 180%;
}
#main h4 {
  border-top: 1px solid #CCC;
  padding-top: 40px;
  margin: 40px auto 20px;
  font-size: 200%;
}
#main table {
  box-sizing: border-box;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border-collapse: separate;
  border: 1px solid #e6e6e6;
}
#main table thead {
  display: none;
}
#main th,
#main td {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 0 none;
  padding-top: 0;
  padding-bottom: 0;
}
#main thead th {
  color: #666;
  font-weight: normal;
  font-size: 120%;
}
#main thead tr:nth-child(2n-1) th {
  background-color: #FFFFFF;
}
#main tbody th {
  width: 100%;
}
#main tbody td:nth-of-type(1) {
  text-indent: -3.225em;
  padding-left: 4.0583333333em;
  padding-bottom: 0;
}
#main tbody td:nth-of-type(1):before {
  content: "住所：";
}
#main tbody td:nth-of-type(2):before {
  content: "電話：";
}
#main tbody td[class*=no-]:nth-of-type(1) {
  padding-top: 0;
  padding-bottom: 0;
}
#main tbody td[class*=no-]:nth-of-type(1):before {
  content: none;
}
#main tbody td[class*=no-]:nth-of-type(2) {
  padding-top: 0;
}
#main tbody td[class*=no-]:nth-of-type(2):before {
  content: none;
}
#main tr:nth-child(2n-1) th,
#main tr:nth-child(2n-1) td {
  background-color: #f7f7f7;
}
#main tr:nth-child(2n) th,
#main tr:nth-child(2n) td {
  background-color: #FFFFFF;
}
#main tr:first-child th {
  border-top: 0 none transparent;
}
#main th {
  font-size: 140%;
  text-align: left;
  padding: 10px 10px 0px;
  border-top: 1px solid #e6e6e6;
}
#main th a,
#main th span {
  display: block;
  padding: 10px 0;
}
#main td {
  margin: 0;
  padding: 5px 10px;
  vertical-align: top;
  font-size: 120%;
  line-height: 1.75em;
}
#main td + td {
  padding-bottom: 10px;
}

.select {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.select:before {
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 0;
  margin: -0.5em 0.25em 0 0;
}

select.form-control {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 24px 6px 12px;
  font-size: 160%;
  line-height: 1.42857143;
  color: #000000;
  background-color: transparent;
  border: 0 none transparent;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-appearance: none;
  appearance: none;
}

@media only screen and (min-width: 601px) {
  #main table {
    width: 100%;
  }
  #main table thead {
    display: table-header-group;
  }
  #main h3 {
    display: inline-block;
    margin-right: 20px;
  }
  #main h4:nth-of-type(1) {
    margin-top: 10px;
  }
  #main th,
#main td {
    display: table-cell;
    padding: 10px;
    width: auto;
  }
  #main thead th {
    border-top: 0 none;
  }
  #main thead tr:first-child th {
    border-top: 0 none;
  }
  #main tbody th {
    width: 40%;
  }
  #main tbody td:nth-of-type(1):before {
    content: none;
  }
  #main tbody td:nth-of-type(2):before {
    content: none;
  }
  #main tr:first-child th {
    border-top: 1px solid #e6e6e6;
  }
  #main tr:last-child td + td {
    border-bottom: 0 none transparent;
  }
  #main th a,
#main th span {
    padding: 0;
  }
  #main td {
    width: auto;
    border-top: 1px solid #e6e6e6;
  }
  #main td + td {
    width: 15%;
  }

  #select {
    margin-top: 40px;
    text-align: center;
  }

  .select {
    display: inline-block;
  }

  select.form-control {
    display: inline-block;
    width: 300px;
    height: 40px;
    display: inline-block;
  }
}
#for_store #main {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
#for_store #main h3 {
  font-size: 180%;
}
#for_store #main h4 {
  border-top: 1px solid #CCC;
  padding-top: 40px;
  margin: 40px auto 20px;
  font-size: 200%;
}
#for_store #main table {
  box-sizing: border-box;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border-collapse: separate;
  border: 1px solid #e6e6e6;
}
#for_store #main tbody th {
  font-weight: bold;
  width: 100%;
}
#for_store #main tbody td:nth-of-type(1) {
  text-indent: 0;
  padding-left: 10px;
  padding-bottom: 10px;
  padding: 5px 15px 15px 15px;
}
#for_store #main tbody td:nth-of-type(1):before {
  content: none;
}
#for_store #main tbody td:nth-of-type(2):before {
  content: none;
}
#for_store #main tr:nth-child(1n) th,
#for_store #main tr:nth-child(1n) td {
  background-color: #FFFFFF;
}
#for_store #main tr:first-child th {
  border-top: 0 none transparent;
}
#for_store #main th,
#for_store #main td {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 0 none;
  padding-top: 0;
  padding-bottom: 0;
}
#for_store #main th p,
#for_store #main td p {
  font-size: 100%;
  margin: 0;
  letter-spacing: inherit;
}
#for_store #main th {
  font-size: 140%;
  text-align: left;
  padding: 15px 15px 0px;
  border-top: 1px solid #e6e6e6;
  position: relative;
}
#for_store #main th:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  background-color: #e6e6e6;
  border-top: 5px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
}
#for_store #main th a,
#for_store #main th span {
  display: block;
  padding: 10px 0;
}
#for_store #main td {
  margin: 0;
  padding: 5px 10px;
  vertical-align: top;
  font-size: 140%;
  line-height: 1.75em;
}
#for_store #main td + td {
  padding-bottom: 10px;
}
#for_store #main td dl {
  margin: 0;
  padding: 0;
}
#for_store #main td dl dt,
#for_store #main td dl dd {
  font-size: 100%;
}
#for_store #main dl {
  margin: 0;
  padding: 0 0 1em 0;
}
#for_store #main dl dt {
  font-size: 160%;
  font-weight: bold;
  line-height: 1.75;
  float: left;
}
#for_store #main dl dd {
  font-size: 160%;
  line-height: 1.75;
  margin-left: 4em;
}
#for_store #main address {
  font-style: normal;
}
#for_store #main address p {
  margin: 0;
}
#for_store #main address p b {
  display: inline-block;
  min-width: 3em;
}
.ua-desktop #for_store #main address a[href*="tel:"] {
  pointer-events: none;
  color: black;
  cursor: default;
}
.ua-desktop #for_store #main address a[href*="tel:"]:hover {
  opacity: 1;
  color: black;
}

@media only screen and (min-width: 601px) {
  #for_store #main {
    max-width: 600px;
  }
  #for_store #main table {
    width: 100%;
  }
  #for_store #main table thead {
    display: table-header-group;
  }
  #for_store #main h3 {
    display: inline-block;
    margin-right: 20px;
  }
  #for_store #main h4:nth-of-type(1) {
    margin-top: 10px;
  }
  #for_store #main th,
#for_store #main td {
    display: table-cell;
    padding: 10px;
    width: auto;
  }
  #for_store #main thead th {
    border-top: 0 none;
  }
  #for_store #main thead tr:first-child th {
    border-top: 0 none;
  }
  #for_store #main tbody th {
    width: 10%;
    min-width: 100px;
  }
  #for_store #main tbody td:nth-of-type(1) {
    padding: 10px;
  }
  #for_store #main tbody td:nth-of-type(1):before {
    content: none;
  }
  #for_store #main tbody td:nth-of-type(2):before {
    content: none;
  }
  #for_store #main tr:first-child th,
#for_store #main tr:first-child td {
    border-top: 0 none transparent;
  }
  #for_store #main tr:last-child td + td {
    border-bottom: 0 none transparent;
  }
  #for_store #main th a,
#for_store #main th span {
    padding: 0;
  }
  #for_store #main td {
    width: auto;
    border-top: 1px solid #e6e6e6;
  }
  #for_store #main td + td {
    width: 15%;
  }
}

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