@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
 --------------------------------------------------------------------------------*/
/* 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 {
  background: #FFF;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ 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;
}

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

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #739fe6;
  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: #739fe6;
  text-decoration: none;
}
a:visited {
  color: #739fe6;
  text-decoration: none;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #739fe6;
  text-decoration: none;
}
a:active {
  color: #739fe6;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a img {
  vertical-align: top;
}
a:hover img.hover, .opc a:hover img, .opc2 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
a img.hover, .opc a *, .opc2 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;
}
.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;
}
.exlink a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #739fe6;
  text-decoration: none;
}

/* 
 * 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;
}

.menu nav .button span, .menu nav.nav-menu ul li a, .article p, .how ul li, .product, #attention .contents h2, #attention .contents h3, #attention .contents p, #attention nav ul li a, nav#review-nav ul li a, nav#review-nav ul li a small, #review nav ul li a, #review nav ul li a small, #review .yodogawa p, .header p, .yodogawa p, .article h2, .about a,
.close a, .fair h2, #pre .term h2,
#pre .term p,
#pre .how h2,
#pre .how p,
#pre .tobichi h2,
#pre .tobichi p, nav#review-nav h3, #review .article h3 {
  -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;
}

.menu nav .button span, .menu nav.nav-menu ul li a, .article p, .how ul li, .product, #attention .contents h2, #attention .contents h3, #attention .contents p, #attention nav ul li a, nav#review-nav ul li a, nav#review-nav ul li a small, #review nav ul li a, #review nav ul li a small, #review .yodogawa p {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.header p, .yodogawa p, .article h2, .about a,
.close a, .fair h2, #pre .term h2,
#pre .term p,
#pre .how h2,
#pre .how p,
#pre .tobichi h2,
#pre .tobichi p, nav#review-nav h3, #review .article h3 {
  font-family: "Shuei MaruGo B", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#review .article h2:after, #review .article h3:before {
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 5px;
  content: "";
  border-radius: 3px;
  background: url(../images/bg1.jpg);
}

#review .article h3:after, #review .photo:after {
  display: block;
  width: 100%;
  height: 6px;
  margin-bottom: 10px;
  content: "";
  border-radius: 3px;
  background: url(../images/bg2.jpg);
}

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

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #F9F9FA;
}

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

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

img {
  vertical-align: top;
}

a:hover {
  opacity: 1;
}

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

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

.header {
  position: relative;
  margin: 0;
  padding-top: 100%;
  background: url(../images/ph_main_sp.jpg) no-repeat center top;
  background-size: contain;
}
.header .hobo {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  text-align: center;
}
.header .hobo a {
  display: inline-block;
  width: 50%;
  max-width: 171px;
  color: #000000;
}
.header .hobo a img {
  width: 100%;
}
.header p {
  font-size: 180%;
  line-height: 1.5em;
  margin: 1em auto;
  text-align: center;
}
.header p small {
  font-size: 75%;
  display: block;
}
.header p.limit small {
  color: #FF3232;
}
.header p.mag {
  margin: 1em;
  padding: 1em;
  color: #FFFFFF;
  border-radius: 3px;
  background: url(../images/bg1.jpg);
}
.header__title {
  font-size: 250%;
  line-height: 1.5;
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding-top: 10%;
  text-align: left;
}
.header__title span {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.header__title span + span {
  width: 84.6875%;
  margin-top: 2.083333333%;
}
.header__title span img {
  width: 100%;
}

.menu {
  position: fixed;
  width: 100%;
  max-width: 960px;
  top: 0;
  left: 0;
}
.menu nav {
  width: 100%;
  transition: all 0.2s;
}
.menu nav .button {
  display: inline-block;
  padding: 8px;
  text-align: center;
  min-width: 60px;
}
.menu nav .button i {
  display: block;
  font-size: 240%;
}
.menu nav .button span {
  font-size: 100%;
  display: block;
}
.menu nav.nav-menu .button {
  position: relative;
  top: 0;
  left: 0;
  color: #3C3232;
}
.menu nav.nav-menu ul {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.menu nav.nav-menu ul li {
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu nav.nav-menu ul li a {
  font-size: 160%;
  line-height: 1.5;
  color: #3C3232;
}
.menu nav.nav-cart .button {
  position: absolute;
  top: 0;
  right: 0;
  color: #FF3232;
}
.menu nav.bg-color, .menu nav.open {
  background-color: rgba(255, 255, 255, 0.9);
}
.menu nav.bg-color ul, .menu nav.open ul {
  background-color: transparent;
}

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

.article {
  padding: 3.125%;
  border-radius: 8px;
}
.article h2 {
  margin: 1em auto 1em;
  color: #3C3232;
  font-size: 180%;
  font-weight: normal;
  line-height: 1.2;
}
.article p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 160%;
  line-height: 2;
}
.article p:first-child {
  margin-top: 0;
}
.article p:last-child {
  margin-bottom: 0;
}
.article p.info {
  font-size: 220%;
}
.article p.date {
  font-size: 140%;
}
.article .photo img {
  -moz-transition: opacity 0.1s, filter 1.5s, -webkit-filter 1s;
  -o-transition: opacity 0.1s, filter 1.5s, -webkit-filter 1s;
  -webkit-transition: opacity 0.1s, filter 1.5s, -webkit-filter 1s;
  transition: opacity 0.1s, filter 1.5s, -webkit-filter 1s;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.article .photo img.lazyload, .article .photo img.lazyloading {
  -webkit-filter: grayscale(1) brightness(0.1);
  filter: grayscale(1) brightness(0.1);
  opacity: 0;
}
.article .photo img.lazyloaded {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
  opacity: 1;
}
.article .photo img + img {
  margin-top: 20px;
}

.about a,
.close a {
  display: inline-block;
  background: url(../images/bg2.jpg);
  border-radius: 3px;
  font-size: 160%;
  color: #3C3232;
  padding: 1em 0.5em;
  width: 100%;
}
.about a i, .about a span,
.close a i,
.close a span {
  display: inline-block;
  vertical-align: middle;
}
.about a i,
.close a i {
  font-size: 100%;
  background-color: #3C3232;
  color: #E5D6B8;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

.about {
  margin: 20px auto;
}

.accordion {
  display: none;
  padding: 0 0 20px;
}
.accordion h2 {
  margin-top: 0;
}
.accordion ul.photos {
  font-family: 'zero-width';
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
.accordion ul.photos li {
  display: inline-block;
  width: 50%;
}
.accordion ul.photos li:first-child {
  width: 100%;
}
.accordion ul.photos li img {
  display: block;
  width: 100%;
}

.how {
  border: 3px solid #FF3232;
  border-radius: 3px;
  padding: 1.5em;
  margin: 1em auto;
}
.how h2 {
  color: #FF3232;
  margin: 0 auto 0.5em;
  font-size: 160%;
  line-height: 1.5;
}
.how ul li {
  color: #FF3232;
  font-size: 140%;
  line-height: 1.5em;
  margin: 0em auto;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.025em;
}
.how p {
  font-size: 140%;
  margin-top: 0;
  font-weight: bold;
}
.how p a {
  display: inline-block;
  padding: 0.5em;
  background: url(../images/bg2.jpg);
  color: #3C3232;
  border-radius: 3px;
  letter-spacing: 0.025em;
}
.how p a i, .how p a span {
  display: inline-block;
  vertical-align: middle;
}
.how p a i {
  font-size: 100%;
  background-color: #3C3232;
  color: #E5D6B8;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

.fair {
  padding: 3.125%;
}
.fair h2 {
  color: #3C3232;
}
.fair h2:before {
  content: "";
  display: inline-block;
  width: 12.8%;
  padding-top: 6.57778%;
  background: url(../images/logo_s.png) no-repeat center top;
  background-size: contain;
  vertical-align: top;
  float: left;
}
.fair h2 > span {
  margin-left: 0.88889%;
}
.fair h2 > span + span {
  margin-top: 3px;
  margin-left: 13.68889%;
  display: block;
}
.fair h2 > span + span span {
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/bg1.jpg);
  border-radius: 3px;
}

.products {
  font-family: 'zero-width';
  letter-spacing: 0;
}

.product {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 5px;
  margin-bottom: 30px;
}

.product__image a {
  display: block;
  text-align: center;
  background: #FFF;
  padding: 10px;
  border-radius: 4px;
}
.product__image div {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.product__title h3 {
  font-size: 160%;
  line-height: 1.5;
  margin: 0.5em auto;
}

.product__comment p {
  font-size: 140%;
  line-height: 1.75;
  margin: 0.5em auto;
}
.product__comment p small {
  display: inline-block;
  line-height: 1.5;
  font-size: 85.71429%;
  color: #FF3232;
}

.product__more a {
  font-size: 120%;
  display: inline-block;
  width: 100%;
  padding: .5em 0;
  text-align: center;
  color: #3C3232;
  border: 1px solid rgba(60, 50, 50, 0.2);
  border-radius: 3px;
  background-color: #FFFFFF;
}
.product__more a i {
  font-size: 120%;
  margin-left: 2px;
  vertical-align: middle;
}
.product__more a span {
  font-weight: bold;
  vertical-align: middle;
}

.product-cart__price p {
  font-size: 160%;
  margin: 0.5em auto;
}
.product-cart__price p span {
  font-weight: bold;
}

.product-cart__button a {
  font-size: 140%;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: .5em auto;
  padding: .5em 0;
  text-align: center;
  color: #3C3232;
  border-radius: 3px;
  background: url(../images/bg2.jpg);
}
.product-cart__button a i {
  font-size: 150%;
  margin-right: 5px;
  vertical-align: middle;
}
.product-cart__button a span {
  vertical-align: middle;
}

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

.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 {
  opacity: 0.5;
}
.product.sold .product-cart__button a {
  background: url(../images/bg3.jpg);
  color: rgba(60, 50, 50, 0.5);
}

.date {
  margin-top: 30px;
  text-align: center;
}

.attention {
  color: #FF3232;
}

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

  Footer

------------------------------------------------------------------------------*/
.footer {
  margin: 0 auto 0;
  background-color: transparent;
  white-space: nowrap;
}
.footer h3 {
  padding-top: 10px;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 120%;
  font-weight: bold;
}
.footer a {
  font-size: 120%;
}
.footer a:link, .footer a:hover, .footer a:visited, .footer a:active {
  color: #3C3232;
}
.footer-share, .footer-contact {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  left: auto;
}
.footer-share li, .footer-contact li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  left: auto;
}

.footer-share {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 20px;
  font-family: 'zero-width';
  text-align: center;
  letter-spacing: 0;
}
.footer-share li {
  display: inline-block;
  margin: 0 10px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ 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;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.footer-contact {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-contact li {
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer-contact li a {
  display: block;
  padding: 10px 0;
  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 .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;
}

#pre .term,
#pre .how,
#pre .tobichi {
  margin: 1em auto;
}
#pre .limit {
  background: url(../images/bg2.jpg);
  padding: 1em 0.5em;
  margin: 3.125%;
  border-radius: 3px;
}

#attention .contents h2 {
  font-size: 200%;
  font-weight: bold;
  margin-top: 2em;
}
#attention .contents h2 > span + span {
  margin-top: 3px;
  display: block;
}
#attention .contents h2 > span + span span {
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/bg1.jpg);
  border-radius: 3px;
}
#attention .contents h3 {
  font-size: 180%;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 2em;
  color: #3C3232;
}
#attention #list {
  margin: 2em auto;
}
#attention nav {
  margin: 1em auto;
}
#attention nav ul li a {
  font-size: 140%;
  font-weight: bold;
  display: inline-block;
  padding: .5em;
  color: #3C3232;
  border-radius: 3px;
  background: url(../images/bg2.jpg);
}
#attention nav ul li a i,
#attention nav ul li a span {
  display: inline-block;
  vertical-align: middle;
}
#attention nav ul li a i {
  font-size: 100%;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  color: #E5D6B8;
  border-radius: 50%;
  background-color: #3C3232;
}

nav#review-nav {
  margin: 40px auto 20px;
}
nav#review-nav h3 {
  font-size: 160%;
}
nav#review-nav ul {
  display: table;
  width: 100%;
  margin-top: 10px;
}
nav#review-nav ul li {
  display: table-cell;
}
nav#review-nav ul li a {
  display: block;
  font-size: 160%;
  width: 100%;
  text-align: center;
  border-left: 1px solid #FFFFFF;
  font-weight: bold;
  padding: .5em;
  color: #3C3232;
  background: url(../images/bg2.jpg);
}
nav#review-nav ul li a small {
  display: block;
  font-size: 75%;
  letter-spacing: 0;
}
nav#review-nav ul li a i,
nav#review-nav ul li a span {
  display: inline-block;
  vertical-align: middle;
}
nav#review-nav ul li a i {
  font-size: 100%;
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  color: #E5D6B8;
  border-radius: 50%;
  background-color: #3C3232;
}
nav#review-nav ul li:first-child a {
  border-left: 0 none transparent;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
nav#review-nav ul li:last-child a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
nav#review-nav ul li.current a {
  color: #FFFFFF;
  background-image: url(../images/bg1.jpg);
}
nav#review-nav ul li.current a:hover {
  cursor: default;
  opacity: 1;
}
nav#review-nav ul li.current a i {
  color: #3C3232;
  background-color: #FFFFFF;
}
nav#review-nav ul li.off a {
  color: #9B9797;
  background-image: url(../images/bg3.jpg);
  outline: none;
}
nav#review-nav ul li.off a:hover {
  cursor: default;
  opacity: 1;
}
nav#review-nav ul li.off a i {
  background-color: #9B9797;
}

#review nav {
  margin: 1em auto;
}
#review nav ul + h2 {
  margin: 40px auto 20px;
}
#review nav ul + h2:after {
  content: none !important;
}
#review nav ul + h2 + ul, #review nav ul + ul {
  display: table;
  width: 100%;
  margin-top: 10px;
}
#review nav ul + h2 + ul li, #review nav ul + ul li {
  display: table-cell;
}
#review nav ul + h2 + ul li a, #review nav ul + ul li a {
  width: 100%;
  text-align: center;
  border-left: 1px solid #FFFFFF;
}
#review nav ul + h2 + ul li.current a, #review nav ul + ul li.current a {
  color: #FFFFFF;
  background-image: url(../images/bg1.jpg);
}
#review nav ul + h2 + ul li.current a:hover, #review nav ul + ul li.current a:hover {
  cursor: default;
  opacity: 1;
}
#review nav ul + h2 + ul li.current a i, #review nav ul + ul li.current a i {
  color: #3C3232;
  background-color: #FFFFFF;
}
#review nav ul + h2 + ul li.off a, #review nav ul + ul li.off a {
  color: #9B9797;
  background-image: url(../images/bg3.jpg);
}
#review nav ul + h2 + ul li.off a:hover, #review nav ul + ul li.off a:hover {
  cursor: default;
  opacity: 1;
}
#review nav ul + h2 + ul li.off a i, #review nav ul + ul li.off a i {
  background-color: #9B9797;
}
#review nav ul + h2 + ul li:first-child a, #review nav ul + ul li:first-child a {
  border-left: 0 none transparent;
}
#review nav ul li {
  display: inline-block;
}
#review nav ul li:first-child a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#review nav ul li:last-child a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#review nav ul li a {
  font-size: 140%;
  font-weight: bold;
  display: inline-block;
  padding: .5em;
  color: #3C3232;
  background: url(../images/bg2.jpg);
}
#review nav ul li a small {
  display: block;
  font-size: 75%;
  letter-spacing: 0;
}
#review nav ul li a i,
#review nav ul li a span {
  display: inline-block;
  vertical-align: middle;
}
#review nav ul li a i {
  font-size: 100%;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  color: #E5D6B8;
  border-radius: 50%;
  background-color: #3C3232;
}
#review .article nav + h2 + h3:before {
  content: none;
}
#review .article h2 {
  line-height: 1.5;
}
#review .article h2:after {
  clear: both;
}
#review .article h3 {
  font-size: 180%;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #3C3232;
}
#review .article h3:before {
  margin: 20px auto;
}
#review .article h3:after {
  margin: 10px auto;
}
#review .article h3 > span {
  display: block;
}
#review .article h3 > span > span {
  display: inline-block;
  width: 84%;
  vertical-align: middle;
}
#review .article h3 > span > span + span {
  width: 16%;
  text-align: right;
}
#review .article h3 > span > span + span img {
  width: 100%;
  max-width: 60px;
}
#review .yodogawa {
  float: none;
  width: auto;
}
#review .badge {
  line-height: 1;
  display: inline-block;
  padding: 4px 16px;
  color: #3C3232;
  border-radius: 22px;
  background: url(../images/bg3.jpg);
}
#review .photo {
  margin-bottom: 10px;
}
#review .photo:after {
  margin-top: 10px;
}
#review .review {
  margin: 10px auto;
}
#review #apply {
  margin-bottom: 20px;
}
#review #apply h3:after {
  content: none;
}
#review .apply-select {
  margin: 20px auto;
}
#review .apply-select select {
  font-size: 140%;
  line-height: 1.42857143;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  text-transform: none;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#review .apply-button {
  margin: 20px auto 40px;
}
#review .apply-button a {
  display: block;
  font-size: 200%;
  padding: 16px;
  background: url(../images/bg2.jpg);
  color: #3C3232;
  border-radius: 3px;
  text-align: center;
}
#review .apply-button a i, #review .apply-button a span {
  display: inline-block;
  vertical-align: middle;
}
#review .apply-button a i {
  font-size: 150%;
}
#review .apply-button a span {
  font-weight: bold;
}

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

  .hidden-sp {
    display: block !important;
  }

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

  a:hover {
    opacity: 0.5;
  }

  .header {
    max-width: 960px;
    background-image: url(../images/ph_main.jpg);
    margin-left: auto;
    margin-right: auto;
    padding-top: 56.25%;
  }
  .header__title {
    font-size: 340%;
    white-space: nowrap;
    padding-top: 4%;
  }
  .header__title span {
    max-width: 249px;
  }
  .header__title span + span {
    max-width: 542px;
  }
  .header p.limit {
    float: left;
    margin-top: -110px;
    margin-left: 1em;
    padding: 1em 0;
  }
  .header p.mag {
    float: right;
    margin-top: -110px;
  }

  body.fixed .menu {
    position: fixed;
    max-width: 100%;
    z-index: 1;
    padding-bottom: 20px;
    background-color: #F9F9FA;
  }
  body.fixed .contents {
    margin-top: 60px;
  }

  .menu {
    position: static;
    font-family: 'zero-width';
    margin: 0 auto;
    padding: 20px 0 10px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #E6E1DB;
  }
  .menu nav {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .menu nav .button i {
    display: inline-block;
    vertical-align: middle;
  }
  .menu nav .button span {
    display: inline-block;
    font-size: 160%;
    font-weight: bold;
    vertical-align: middle;
  }
  .menu nav.nav-menu .button {
    display: none;
  }
  .menu nav.nav-menu ul {
    display: block;
    background-color: transparent;
  }
  .menu nav.nav-menu ul li {
    display: inline-block;
    padding: 0;
    margin: 0 8px;
    border-bottom: 0 none transparent;
    float: right;
  }
  .menu nav.nav-menu ul li.visible-sp {
    display: none;
  }
  .menu nav.nav-menu ul li:nth-of-type(2) {
    margin-left: 24px;
    margin-right: 12px;
  }
  .menu nav.nav-menu ul li:nth-of-type(2) a {
    font-weight: bold;
  }
  .menu nav.nav-menu ul li a {
    font-size: 140%;
    letter-spacing: 0;
  }
  .menu nav.nav-menu ul li a i {
    display: none;
  }
  .menu nav.nav-cart .button {
    position: static;
    padding: 8px;
    background: url(../images/bg2.jpg);
    color: #3C3232;
    border-radius: 3px;
  }

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

  .contents {
    clear: both;
  }

  .article {
    padding: 40px;
  }
  .article nav + h2 {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .article h2 {
    font-size: 240%;
  }
  .article p {
    font-size: 160%;
    letter-spacing: 0.1em;
  }
  .article p.info {
    font-size: 300%;
    line-height: 1.75;
  }
  .article p.date {
    font-size: 140%;
  }

  .about a {
    width: auto;
  }

  .how {
    margin-bottom: 40px;
  }
  .how h2 {
    font-size: 160%;
  }
  .how p {
    font-size: 140%;
  }

  .fair {
    max-width: 960px;
    padding: 40px;
    margin: 0 auto;
  }
  .fair h2:before {
    width: 72px;
    padding-top: 37px;
  }
  .fair h2 > span {
    display: block;
    text-align: right;
    margin-left: 5px;
  }
  .fair h2 > span:nth-of-type(1):before {
    content: "";
    display: block;
    background: url(../images/lineup_en.png) no-repeat left top;
    float: left;
    margin-left: 5px;
    width: 275px;
    height: 21px;
    background-size: contain;
  }
  .fair h2 > span + span {
    margin-left: 77px;
  }

  .product {
    padding: 10px;
  }
  .product .product__more a {
    font-size: 140%;
  }
  .product .product-cart__shipping p {
    font-size: 140%;
  }

  .product .product-cart__button a {
    font-size: 160%;
  }

  .product .product-cart__stock p {
    font-size: 140%;
  }
  .product.sold .product-cart__button a:hover {
    opacity: 1;
    cursor: default;
  }

  	/*------------------------------------------------------------------------------
  
  	  Footer
  
  	------------------------------------------------------------------------------*/
  .footer {
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .footer > div {
    max-width: 960px;
    margin: 0 auto;
  }
  .footer > div > div {
    float: left;
  }
  .footer > div > div + div {
    float: right;
  }
  .footer h3 {
    float: left;
    margin: 0;
    padding: 20px 10px;
    line-height: 55px;
  }
  .footer-share {
    float: right;
    border-bottom: 0 none transparent;
    padding: 20px 0;
  }
  .footer-share li a {
    color: rgba(0, 0, 0, 0.6);
  }
  .footer-share__line {
    display: none !important;
  }

  .footer-contact {
    border-bottom: 0 none transparent;
    padding: 20px 0;
    font-family: 'zero-width';
    text-align: center;
    letter-spacing: 0;
  }
  .footer-contact li {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
  .footer-contact li a {
    display: block;
    padding: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
  }
  .footer-contact li a i {
    display: block;
    font-size: 300%;
  }
  .footer-contact li a span {
    display: block;
    font-weight: bold;
    letter-spacing: 0.075em;
  }
  .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);
  }

  .indent {
    display: inline-block;
    padding-left: .5em;
    text-indent: -.5em;
  }

  #pre .article {
    width: 600px;
    margin: 0 auto;
  }
  #pre .article h2 {
    margin-bottom: 16px;
  }
  #pre .term,
  #pre .how,
  #pre .tobichi {
    margin: 40px auto;
  }
  #pre .term {
    padding: 20px 0;
    border-top: 1px solid #E6E1DB;
  }
  #pre .tobichi {
    padding-top: 10px;
    margin-bottom: 0;
  }

  #attention .article {
    width: 600px;
    margin: 0 auto;
  }

  nav#review-nav ul li a i {
    display: inline-block;
    margin-right: .5em;
  }
  nav#review-nav ul li.off a:hover {
    opacity: 1;
    cursor: default;
  }

  #review nav {
    margin: 0 auto 40px;
  }
  #review .article h3 {
    font-size: 220%;
  }
  #review .article h3:before {
    max-width: 560px;
    margin: 40px auto;
  }
  #review .article h3:after {
    margin: 20px auto;
  }
  #review .article h3 > span {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  #review .yodogawa {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  #review .photo:after {
    margin-top: 20px;
  }
  #review .review {
    max-width: 560px;
    margin: 20px auto;
  }
  #review #apply {
    max-width: 560px;
    margin: 20px auto 60px;
  }
}
@media only screen and (min-width: 769px) {
  .menu nav.nav-menu ul li:nth-of-type(2) {
    margin-left: 120px;
    margin-right: 24px;
  }

  .yodogawa {
    float: left;
    width: 60%;
    margin-bottom: 40px;
  }

  .article {
    position: relative;
  }

  .accordion {
    clear: both;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 4px;
  }
  .accordion ul.photos {
    float: left;
    width: 35%;
  }
  .accordion ul.photos li {
    width: 100%;
    display: block;
  }
  .accordion p {
    margin-left: 40%;
  }
  .accordion .close {
    margin-left: 40%;
  }
  .accordion .close a {
    width: auto;
    padding: 1em;
  }

  .how {
    float: right;
    width: 40%;
    margin-left: 0;
  }

  .product {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 961px) {
  .header {
    padding-top: 540px;
  }
  .header__title {
    font-size: 340%;
    white-space: nowrap;
  }
  .header__title span {
    max-width: 249px;
  }
  .header__title span + span {
    max-width: 542px;
  }

  .menu nav.nav-menu ul li:nth-of-type(2) {
    margin-left: 300px;
    margin-right: 24px;
  }

  .yodogawa {
    width: 55%;
  }

  .how {
    width: 45%;
  }

  .article {
    width: 960px;
    margin: 0 auto;
  }
}
