* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  font-family: 'Shuei NijimiMGo B';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.88;
  color: #604C3F;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #604C3F;
}

a:hover {
  opacity: .8;
}

ul, li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFDC00;
  z-index: 100;
  line-height: 1;
}

header .header-inner {
  max-width: 1160px;
  padding: 0 30px;
  margin: auto;
  line-height: 1;
}

header a img {
  height: 60px;
  width: auto;
}

.content {
  overflow: hidden;
}

.mv {
  background-color: #fff;
}

.mv img {
  max-width: 800px;
  margin: auto;
}

.yodo {
  display: flex;
  justify-content: center;
  background-color: #604C3F;
  color: #fff;
  padding: 50px 30px;
}

.itemsWrap {
  padding: 100px 30px;
}

.itemsWrap .items {
  max-width: 460px;
  text-align: center;
}

.itemsWrap .items.first {
  margin: auto;
}

.itemsWrap .items-cnt {
  margin-top: 12px;
}

.itemsWrap .items-name1 {
  font-size: 28px;
  line-height: 1.4;
}

.itemsWrap .items-price span:nth-of-type(1) {
  font-size: 20px;
}

.itemsWrap .items-detail {
  display: inline-block;
  position: relative;
  border-radius: 100px;
  background-color: #604C3F;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 4px 0;
  margin-top: 50px;
  min-width: 182px;
}

.itemsWrap .items-detail::after {
  content: '';
  position: absolute;
  top: -43px;
  left: 29%;
  background-image: url(/books/ohagichan_shop/assets/img/index/ico-neko.png);
  background-size: contain;
  width: 92.8114px;
  height: 55.9033px;
}

.itemsWrap .items-row2 {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  margin: 100px auto 0;
}

.itemsWrap .items-row2 > div:nth-of-type(1) {
  margin-right: 10px;
}

.itemsWrap .items-row2 > div:nth-of-type(2) {
  margin-left: 10px;
}

.bnr {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  padding: 0 30px;
}

.bnr a {
  display: block;
  width: calc(100% / 3 - 15px);
}

.stock {
  display: block;
  color: #808080;
  font-size: 18px;
  margin-top: 3px;
}

.stock0 {
  display: none;
  color: #808080;
  font-size: 18px;
  margin-top: 3px;
}

.cart.sold .stock0 {
  display: block;
}

.floating-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 55px;
  cursor: pointer;
}

img.instagram_bk {
  width: 43px;
}

img.facebook_bk {
  width: 41px;
}

img.twitter {
  width: 40px;
}

img.facebook {
  width: 35px;
}

img.line {
  width: 37px;
}

img.home {
  width: 42px;
}

img.kansou {
  width: 25px;
}

img.toStore {
  width: 21px;
}

footer {
  position: relative;
  z-index: 12;
  background-color: #604C3F;
  font-size: 15px;
  margin-top: 80px;
}

footer a {
  color: #fff;
}

footer .footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1070px;
  padding: 80px 30px 60px;
  margin: 0 auto;
}

footer .footer__left,
footer .footer__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 27.3px;
  letter-spacing: 0.1em;
}

footer .footer__left a,
footer .footer__right a {
  display: flex;
  align-items: center;
}

footer .footer__left {
  width: 190px;
}

footer .footer__right {
  width: 660px;
  margin: 0 0 6px 160px;
  align-items: flex-end;
}

footer .footer__right > a span {
  display: inline-block;
  margin-left: 10px;
}

footer .footer__bottom {
  width: 100%;
  margin-top: 80px;
  line-height: 36.49px;
  text-align: center;
}

footer .footer__bottom a[target=_blank]:after, footer .footer__bottom a[target=blank]:after {
  content: none;
}

footer .footer__bottom__copy {
  display: block;
  width: 110px;
  margin: 30px auto 0;
  font-weight: bold;
  line-height: 1.3;
}

footer .footer__bottom__links {
  color: #fff;
}

@media (max-width: 1200px) {
  .bnr {
    flex-wrap: wrap;
  }
  .bnr a {
    width: calc(100% / 2 - 15px);
  }
  .bnr a:nth-of-type(3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header a img {
    height: 48px;
  }
  header .header-inner {
    padding: 0;
  }
  .yodo {
    padding: 30px 15px;
  }
  .itemsWrap {
    padding: 50px 15px 80px;
  }
  .itemsWrap .items-row2 {
    display: block;
  }
  .itemsWrap .items-row2 > div:nth-of-type(1) {
    margin: auto;
  }
  .itemsWrap .items-row2 > div:nth-of-type(2) {
    margin: 100px auto 0;
  }
  .bnr {
    padding: 0 15px;
    max-width: 500px;
  }
  .bnr a {
    width: 100%;
  }
  .bnr a:nth-of-type(2) {
    margin-top: 20px;
  }
  .bnr a:nth-of-type(3) {
    margin-top: 20px;
  }
  .floating-btn {
    right: 5px;
    bottom: 5px;
  }
  footer {
    margin-top: 50px;
  }
  footer .footer__inner {
    padding: 25px 0 45px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .footer__left,
  footer .footer__right {
    width: 80%;
    max-width: 200px;
  }
  footer .footer__left span {
    width: 100%;
    padding-bottom: 8px;
    text-align: center;
  }
  footer .footer__left img.twitter,
  footer .footer__left img.facebook,
  footer .footer__left img.line {
    width: 30px;
  }
  footer .ico-1 {
    width: 20px;
  }
  footer .ico-2 {
    width: 31.666px;
  }
  footer .ico-3 {
    width: 18.0225px;
  }
  footer .footer__right {
    width: 100%;
    margin: 35px 0 0;
    max-width: 80%;
    min-width: 317px;
    justify-content: center;
  }
  footer .footer__right > a:nth-of-type(1) {
    margin: 0 30px 0 0;
  }
  footer .footer__right > a:nth-of-type(2) {
    margin: 0  0 0 30px;
  }
  footer .footer__right > a:nth-of-type(3) {
    margin-top: 25px;
  }
  footer .footer__right > a span {
    margin-left: 4px;
  }
  footer .footer__bottom {
    margin-top: 40px;
    font-size: 12px;
    line-height: 17px;
  }
  footer .footer__bottom__copy {
    margin-top: 40px;
  }
  footer .footer__bottom__links {
    color: #604C3F;
    line-height: 2;
  }
}
