@charset "UTF-8";
/*
 * mixin
 --------------------------------------------------------------------------------*/
#review .article h3, .fair h2, nav#review-nav h3, .yodogawa p, .article h2, .about a,
.close a, .header p, #review nav ul li a, #review nav ul li a small, #review .yodogawa p, #attention .contents h2, #attention .contents h3, #attention .contents p, #attention nav ul li a, .product, nav#review-nav ul li a, nav#review-nav ul li a small, .article p, .how ul li, .menu nav .button span, .menu nav.nav-menu ul li a {
  -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;
}
@media (min-width: 768px) {
  #review .article h3 .ua-desktop-windows, .fair h2 .ua-desktop-windows, nav#review-nav h3 .ua-desktop-windows, .yodogawa p .ua-desktop-windows, .article h2 .ua-desktop-windows, .about a .ua-desktop-windows,
.close a .ua-desktop-windows, .header p .ua-desktop-windows, #review nav ul li a .ua-desktop-windows, #review .yodogawa p .ua-desktop-windows, #attention .contents h2 .ua-desktop-windows, #attention .contents h3 .ua-desktop-windows, #attention .contents p .ua-desktop-windows, #attention nav ul li a .ua-desktop-windows, .product .ua-desktop-windows, nav#review-nav ul li a .ua-desktop-windows, .article p .ua-desktop-windows, .how ul li .ua-desktop-windows, .menu nav .button span .ua-desktop-windows, .menu nav.nav-menu ul li a .ua-desktop-windows {
    -ms-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
  }
}

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

#review .article h3, .fair h2, nav#review-nav h3, .yodogawa p, .article h2, .about a,
.close a, .header p {
  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 .review-wrapper:before, #review .review-wrapper:after {
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 5px;
  content: "";
  border-radius: 3px;
  background: url(../images/bg1.jpg);
}

#review .article h3:after, #review .review-post + .review-post:before {
  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;
  font-size: 10px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: #000000;
  background-color: #F9F9FA;
}
body * {
  box-sizing: border-box;
}

canvas {
  display: block;
}

img {
  vertical-align: top;
}

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

a {
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: #739fe6;
  outline: none 0 !important;
}
@media (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: 0.5;
    color: #739fe6;
  }
  a:active {
    text-decoration: none;
    color: #739fe6;
  }
}
@media (min-width: 768px) {
  a:hover img.hover, .opc a:hover img, .opc2 a:hover {
    opacity: 0.5;
  }
  a img.hover, .opc a *, .opc2 a {
    transition: all 0.2s ease-out;
  }
}
a:link {
  text-decoration: none;
  color: #739fe6;
}
a:visited {
  text-decoration: none;
  color: #739fe6;
}
a:focus {
  outline: 0;
}
a img {
  vertical-align: top;
}

@media (max-width: 768px) {
  br:not(.sp) {
    display: none;
  }
}

@media (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .visible-pc {
    display: none !important;
  }
}

.fin {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
  color: #FF3232;
}
.accordion .fin {
  text-align: left;
  font-size: 16px;
  color: #FF3232;
}

.wrapper {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

.header {
  position: relative;
  margin: 0;
  padding-top: 156.25%;
  background-image: url(../images/ph_main_sp.jpg), linear-gradient(#e5e5e5, #eeeeee);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center top;
  background-size: contain, contain;
}
@media (min-width: 600px) {
  .header {
    padding-top: 100%;
    background-size: 80%, contain;
  }
}
@media (min-width: 768px) {
  .header {
    margin-right: auto;
    margin-left: auto;
    padding-top: 56.25%;
    background-image: url(../images/ph_main_pc.jpg), linear-gradient(#e5e5e5, #eeeeee);
    background-size: contain, contain;
  }
}
.header__title {
  font-size: 250%;
  line-height: 1.5;
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding-top: 10%;
  text-align: left;
}
@media (min-width: 768px) {
  .header__title {
    font-size: 340%;
    padding-top: 4%;
    white-space: nowrap;
  }
}
.header__title span {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header__title span {
    max-width: 253px;
  }
}
.header__title span + span {
  width: 84.6875%;
  margin-top: 2.083333333%;
}
@media (min-width: 768px) {
  .header__title span + span {
    max-width: 556px;
  }
}
.header__title span img {
  width: 100%;
}
.header__info {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 600px) {
  .header__info {
    flex-direction: row;
    align-items: flex-end;
  }
}
.header__info p.limit {
  text-align: left;
  margin: 1em;
}
@media (min-width: 768px) {
  .header__info p.limit {
    margin: 1em auto;
    max-width: 320px;
    margin-bottom: 40px;
    margin-left: 40px;
    padding: 0;
  }
}
.header__info p.limit small {
  font-weight: bold;
  line-height: 1.5;
  padding-left: 1.175em;
  text-indent: -1.075em;
  color: #FF3232;
}
.header__info p.mag {
  text-align: left;
  margin: 1em;
}
@media (min-width: 768px) {
  .header__info p.mag {
    margin: 1em auto;
    margin-right: 40px;
    margin-bottom: 40px;
  }
}
.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;
}

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

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1280px;
}
@media (min-width: 768px) {
  .menu {
    position: static;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 40px 10px;
    text-align: center;
    border-bottom: 1px solid #E6E1DB;
  }
}
.menu nav {
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .menu nav {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
.menu nav .button {
  display: inline-block;
  min-width: 60px;
  padding: 8px;
  text-align: center;
}
.menu nav .button i {
  font-size: 240%;
  display: block;
}
@media (min-width: 768px) {
  .menu nav .button i {
    display: inline-block;
    vertical-align: middle;
  }
}
.menu nav .button span {
  font-size: 100%;
  display: block;
}
@media (min-width: 768px) {
  .menu nav .button span {
    font-size: 160%;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
  }
}
.menu nav.nav-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .menu nav.nav-menu {
    flex-direction: row;
  }
}
.menu nav.nav-menu .button {
  position: relative;
  top: 0;
  left: 0;
  color: #3C3232;
  width: 60px;
}
@media (min-width: 768px) {
  .menu nav.nav-menu .button {
    display: none;
    width: auto;
  }
}
.menu nav.nav-menu ul {
  display: none;
  width: 100%;
  padding: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .menu nav.nav-menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    background-color: transparent;
  }
}
.menu nav.nav-menu ul li {
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .menu nav.nav-menu ul li {
    display: inline-block;
    order: 1;
    margin: 0 16px;
    padding: 0;
    border-bottom: 0 none transparent;
  }
  .menu nav.nav-menu ul li:nth-of-type(2) {
    order: 4;
    margin-right: 32px;
    margin-left: auto;
  }
  .menu nav.nav-menu ul li:nth-of-type(2) a {
    font-weight: bold;
  }
  .menu nav.nav-menu ul li:nth-of-type(3) {
    order: 3;
  }
  .menu nav.nav-menu ul li:nth-of-type(4) {
    order: 2;
  }
  .menu nav.nav-menu ul li:nth-of-type(5) {
    order: 1;
  }
}
.menu nav.nav-menu ul li a {
  font-size: 160%;
  line-height: 1.5;
  color: #3C3232;
}
@media (min-width: 768px) {
  .menu nav.nav-menu ul li a {
    font-size: 140%;
    padding: 12px 0;
    letter-spacing: 0;
  }
  .menu nav.nav-menu ul li a i {
    display: none;
  }
}
.menu nav.nav-cart {
  width: auto;
  white-space: nowrap;
}
.menu nav.nav-cart .button {
  position: absolute;
  top: 0;
  right: 0;
  color: #3C3232;
}
@media (min-width: 768px) {
  .menu nav.nav-cart .button {
    position: static;
    padding: 8px;
    border-radius: 3px;
    background: url(../images/bg2.jpg);
  }
}
.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;
}
@media (min-width: 768px) {
  .yodogawa {
    float: left;
    margin-bottom: 40px;
    width: calc(60% - 20px);
  }
}
.yodogawa p {
  font-size: 160%;
  line-height: 2;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .yodogawa p {
    font-size: 180%;
    letter-spacing: 0.1em;
  }
}

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

.about a,
.close a {
  font-size: 160%;
  display: inline-block;
  width: 100%;
  padding: 1em 0.5em;
  color: #3C3232;
  border-radius: 3px;
  background: url(../images/bg2.jpg);
}
.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%;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  color: #E5D6B8;
  border-radius: 50%;
  background-color: #3C3232;
}

.about {
  margin: 20px auto;
}
@media (min-width: 768px) {
  .about {
    margin: 0 0 0;
  }
  .about a {
    width: auto;
  }
}

.accordion {
  display: none;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .accordion {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 20px;
    border-radius: 4px;
    background-color: #FFFFFF;
  }
}
.accordion h2 {
  margin-top: 0;
}
.accordion ul.photos {
  font-family: "zero-width";
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .accordion ul.photos {
    float: left;
    width: 35%;
  }
}
.accordion ul.photos li {
  display: inline-block;
  width: 50%;
}
@media (min-width: 768px) {
  .accordion ul.photos li {
    display: block;
    width: 100%;
  }
}
.accordion ul.photos li:first-child {
  width: 100%;
}
.accordion ul.photos li img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .accordion p {
    margin-left: 40%;
  }
}
@media (min-width: 768px) {
  .accordion .close {
    margin-left: 40%;
  }
  .accordion .close a {
    width: auto;
    padding: 1em;
  }
}

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

nav#review-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}

nav#review-nav {
  margin: 40px auto 20px;
  clear: both;
}
@media (min-width: 768px) {
  nav#review-nav {
    width: 100%;
  }
}
nav#review-nav h3 {
  font-size: 160%;
}
nav#review-nav ul li {
  padding: 1px 1px 0 0;
  width: 25%;
}
@media (min-width: 375px) {
  nav#review-nav ul li {
    width: 20%;
  }
}
@media (min-width: 768px) {
  nav#review-nav ul li {
    width: 12.5%;
  }
}
nav#review-nav ul li a {
  font-size: 160%;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em 0.25em;
  text-align: center;
  color: #3C3232;
  background: url(../images/bg2.jpg);
}
nav#review-nav ul li a small {
  font-size: 75%;
  display: block;
  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;
}
@media (min-width: 768px) {
  nav#review-nav ul li a i {
    display: inline-block;
    margin-right: 0.25em;
  }
}
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;
  outline: none;
  background-image: url(../images/bg3.jpg);
}
nav#review-nav ul li.off a:hover {
  cursor: default;
  opacity: 1;
}
nav#review-nav ul li.off a i {
  background-color: #9B9797;
}

.fair {
  padding: 3.125%;
}
@media (min-width: 768px) {
  .fair {
    margin: 0 auto;
    padding: 40px;
  }
}
.fair h2 {
  color: #3C3232;
}
.fair h2:after {
  content: "";
  display: table;
  clear: both;
}
.fair h2:before {
  width: 12.8%;
  padding-top: 6.5777777778%;
  content: "";
  vertical-align: top;
  background: url(../images/logo_s.png) no-repeat center top;
  background-size: contain;
  float: left;
}
@media (min-width: 768px) {
  .fair h2:before {
    width: 72px;
    padding-top: 37px;
  }
}
.fair h2 > span {
  margin-left: 0.8888888889%;
}
@media (min-width: 768px) {
  .fair h2 > span {
    display: block;
    margin-left: 5px;
    text-align: right;
  }
  .fair h2 > span:nth-of-type(1):before {
    display: block;
    float: left;
    width: 275px;
    height: 21px;
    margin-left: 5px;
    content: "";
    background: url(../images/lineup_en.png) no-repeat left top;
    background-size: contain;
  }
}
.fair h2 > span + span {
  display: block;
  margin-top: 3px;
  margin-left: 13.6888888889%;
}
@media (min-width: 768px) {
  .fair h2 > span + span {
    margin-left: 77px;
  }
}
.fair h2 > span + span span {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 3px;
  background: url(../images/bg1.jpg);
}

.products {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin-bottom: 30px;
  padding: 5px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .product {
    padding: 10px;
    width: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .product {
    width: 25%;
  }
}
.product__image a {
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  background: #FFF;
}
.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 {
  margin-top: 0;
  margin-bottom: auto;
}
.product__comment p {
  font-size: 140%;
  line-height: 1.75;
  margin: 0.5em auto;
}
.product__comment p small {
  font-size: 85.7142857143%;
  line-height: 1.5;
  display: inline-block;
  color: #FF3232;
}
.product__more {
  margin: 8px 0;
}
.product__more a {
  font-size: 120%;
  display: inline-block;
  width: 100%;
  padding: 0.5em 0;
  text-align: center;
  color: #3C3232;
  border: 1px solid rgba(60, 50, 50, 0.2);
  border-radius: 3px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .product__more a {
    font-size: 140%;
  }
}
.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;
}
@media (min-width: 768px) {
  .product-cart__price p {
    font-size: 140%;
  }
}
.product-cart__price p span {
  font-weight: bold;
}
.product-cart__button a {
  font-size: 140%;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0.5em auto;
  padding: 0.5em 0;
  text-align: center;
  color: #3C3232;
  border-radius: 3px;
  background: url(../images/bg2.jpg);
}
@media (min-width: 768px) {
  .product-cart__button a {
    font-size: 160%;
  }
}
.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%;
  font-weight: bold;
  margin: 0.5em auto;
  color: #F00;
}
@media (min-width: 768px) {
  .product-cart__stock p {
    font-size: 140%;
  }
}
.product-cart__shipping {
  min-height: 1.7em;
}
.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 {
  color: rgba(60, 50, 50, 0.5);
  background: url(../images/bg3.jpg);
}
@media (min-width: 768px) {
  .product.sold .product-cart__button a:hover {
    cursor: default;
    opacity: 1;
  }
}

.footer-contact, .footer-share {
  position: static;
  left: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-contact li, .footer-share li {
  position: static;
  left: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

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

  Footer

------------------------------------------------------------------------------*/
.footer {
  margin: 0 auto 0;
  white-space: nowrap;
  background-color: transparent;
}
@media (min-width: 768px) {
  .footer {
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.footer-share {
  font-family: "zero-width";
  padding: 0 0 20px;
  text-align: center;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .footer-share {
    float: right;
    padding: 20px 0;
    border-bottom: 0 none transparent;
  }
  .footer-share__line {
    display: none !important;
  }
}
.footer-share li {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  margin: 0 10px;
}
.footer-share li a {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-share li a {
    color: rgba(0, 0, 0, 0.6);
  }
}
.footer-share li a i {
  font-size: 300%;
  display: block;
}
.footer-share li a span {
  font-weight: bold;
  display: block;
  letter-spacing: 0.075em;
}
.footer-contact {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-contact:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .footer-contact {
    font-family: "zero-width";
    padding: 20px 0;
    text-align: center;
    letter-spacing: 0;
    border-bottom: 0 none transparent;
  }
}
.footer-contact li {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .footer-contact li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 10px;
  }
}
.footer-contact li a {
  display: block;
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-contact li a {
    display: block;
    padding: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
  }
}
.footer-contact li a i {
  font-size: 250%;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .footer-contact li a i {
    font-size: 300%;
    display: block;
  }
}
.footer-contact li a span {
  font-weight: bold;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .footer-contact li a span {
    display: block;
    letter-spacing: 0.075em;
  }
}
@media (min-width: 768px) {
  .footer > div {
    margin: 0 auto;
  }
  .footer > div > div {
    float: left;
  }
  .footer > div > div + div {
    float: right;
  }
}
.footer h3 {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 120%;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer h3 {
    line-height: 55px;
    float: left;
    margin: 0;
    padding: 20px 10px;
  }
}
.footer a {
  font-size: 120%;
}
.footer a:link, .footer a:hover, .footer a:visited, .footer a:active {
  color: #3C3232;
}
.footer .copyright {
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer .copyright {
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    float: none;
    clear: both;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
  }
}

#attention .header {
  background-size: 90%, contain;
  padding-top: 100%;
}
@media (min-width: 768px) {
  #attention .header {
    padding-top: 50%;
  }
}
@media (min-width: 1024px) {
  #attention .header {
    padding-top: 41.6666666667%;
    background-size: contain, contain;
  }
}
@media (min-width: 1280px) {
  #attention .header {
    padding-top: 33.3333333333%;
  }
}
#attention .contents h2 {
  font-size: 200%;
  font-weight: bold;
  margin-top: 2em;
}
#attention .contents h2 > span + span {
  display: block;
  margin-top: 3px;
}
#attention .contents h2 > span + span span {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 3px;
  background: url(../images/bg1.jpg);
}
#attention .contents h3 {
  font-size: 180%;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 2em;
  color: #3C3232;
}
@media (min-width: 768px) {
  #attention .article {
    width: 600px;
    margin: 0 auto;
  }
}
#attention #list {
  margin: 2em auto;
}
#attention nav {
  margin: 1em auto;
}
#attention nav ul {
  padding-left: 0;
  list-style: none;
}
#attention nav ul li a {
  font-size: 140%;
  font-weight: bold;
  display: inline-block;
  padding: 0.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: 0.5em;
  color: #E5D6B8;
  border-radius: 50%;
  background-color: #3C3232;
}

#review .header {
  background-size: 90%, contain;
  padding-top: 100%;
}
@media (min-width: 768px) {
  #review .header {
    padding-top: 50%;
  }
}
@media (min-width: 1024px) {
  #review .header {
    padding-top: 41.6666666667%;
    background-size: contain, contain;
  }
}
@media (min-width: 1280px) {
  #review .header {
    padding-top: 33.3333333333%;
  }
}
#review nav {
  margin: 1em auto;
}
@media (min-width: 768px) {
  #review nav {
    margin: 0 auto 40px;
  }
}
#review nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}
#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 {
  padding-left: 0;
  width: 100%;
  margin-top: 10px;
}
#review nav ul + h2 + ul li, #review nav ul + ul li {
  padding: 1px 1px 0 0;
  width: 25%;
}
@media (min-width: 375px) {
  #review nav ul + h2 + ul li, #review nav ul + ul li {
    width: 20%;
  }
}
@media (min-width: 768px) {
  #review nav ul + h2 + ul li, #review nav ul + ul li {
    width: 12.5%;
  }
}
#review nav ul + h2 + ul li a, #review nav ul + ul li a {
  width: 100%;
  height: 100%;
  text-align: center;
}
#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.review-prev {
  margin: 0 auto 16px 0;
}
@media (min-width: 768px) {
  #review nav ul li.review-prev {
    margin: 0 16px 0 0;
  }
}
#review nav ul li.review-next {
  margin: 0 0 16px auto;
}
@media (min-width: 768px) {
  #review nav ul li.review-next {
    margin: 0 0 0 16px;
  }
}
#review nav ul li.review-top {
  order: 3;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #review nav ul li.review-top {
    width: auto;
    order: 0;
  }
}
#review nav ul li a {
  font-size: 140%;
  font-weight: bold;
  display: inline-block;
  padding: 0.5em;
  color: #3C3232;
  background: url(../images/bg2.jpg);
}
#review nav ul li a small {
  font-size: 75%;
  display: block;
  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: 0.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;
  color: #3C3232;
}
@media (min-width: 768px) {
  #review .article h3 {
    margin: 0;
    font-size: 220%;
  }
}
#review .article h3:before {
  margin: 20px auto;
}
@media (min-width: 768px) {
  #review .article h3:before {
    max-width: 560px;
    margin: 40px auto;
  }
}
#review .article h3:after {
  margin: 10px auto;
}
@media (min-width: 768px) {
  #review .article h3:after {
    margin: 20px auto;
  }
}
#review .article h3 > span {
  display: block;
}
@media (min-width: 768px) {
  #review .article h3 > span {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
}
#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;
}
@media (min-width: 768px) {
  #review .yodogawa {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
}
#review .badge {
  line-height: 1;
  display: inline-block;
  padding: 4px 16px;
  color: #3C3232;
  border-radius: 22px;
  background: url(../images/bg3.jpg);
}
#review .photo {
  max-height: 240px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  #review .photo {
    width: calc(40% - 20px);
    max-height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#review .photo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  #review .photo img {
    height: auto;
    width: 100%;
    position: sticky;
    top: 16px;
  }
}
@media (min-width: 1024px) {
  #review .photo img {
    width: auto;
    max-width: 360px;
  }
}
#review .review-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#review .review-wrapper:before {
  margin: 20px auto;
}
#review .review-wrapper:after {
  margin: 20px auto;
}
#review .review {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  #review .review {
    width: calc(60% - 20px);
    margin: 40px 0;
  }
}
#review .review-post + .review-post:before {
  margin: 10px auto;
}
@media (min-width: 768px) {
  #review .review-post + .review-post:before {
    margin: 20px auto;
  }
}
#review #apply {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #review #apply {
    max-width: 560px;
    margin: 20px auto 60px;
  }
}
#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 0.15s, box-shadow ease-in-out 0.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 {
  font-size: 200%;
  display: block;
  padding: 16px;
  text-align: center;
  color: #3C3232;
  border-radius: 3px;
  background: url(../images/bg2.jpg);
}
#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;
}

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

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