.modaal-overlay {
  background-color: rgba(64, 33, 15, 0.9) !important;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  padding: 0;
  margin: 0;
}

body {
  line-height: 2em;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  color: #3a3a3a;
  background: #fff;
  font-size: 16px;
  font-size: 4.1025641026vw;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #d2b09a;
  text-decoration: none;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: underline;
}

.en {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.text-white {
  color: #fff;
}

.disabled {
  pointer-events: none !important;
  text-decoration: none !important;
}

.global-header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  box-shadow: 2px 2px 4px gray;
  height: 66px;
  z-index: 120;
}
.global-header__inner .header__logo {
  padding: 16px 0 17px 20px;
}
.global-header__inner .header__logo a {
  display: block;
  width: 166px;
  line-height: 0;
}
.global-header__inner .hamburger-menu .header__nav {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 110;
  background-color: rgba(64, 33, 15, 0.3);
  transition: all 0.5s;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
}
.global-header__inner .hamburger-menu .header__nav .header__logo {
  background-color: #fff;
}
.global-header__inner .hamburger-menu .header__nav__menu {
  padding: 5% 10% 10%;
  background-color: #fbf8f6;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.global-header__inner .hamburger-menu .header__nav__menu li {
  list-style: none;
  border-bottom: solid 1px #d2b09a;
  line-height: 110%;
}
.global-header__inner .hamburger-menu .header__nav__menu li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #d2b09a;
  text-decoration: none;
  padding: 9px 10px 10px 10px;
  position: relative;
}
.global-header__inner .hamburger-menu .header__nav__menu li a span {
  font-family: "Lato", sans-serif;
  display: block;
  font-size: 18px;
  font-size: 4.6153846154vw;
}
.global-header__inner .hamburger-menu .header__nav__menu li a.icn_sns {
  width: 50px;
  display: block;
  margin: 10px auto 10em;
}
.global-header__inner .hamburger-menu .header__nav__menu li li a {
  padding-left: 2em;
}
.global-header__inner .hamburger-menu .header__nav__menu-sns {
  background-color: #d2b09a;
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  padding: 5% 0 10%;
  gap: 10px;
}
.global-header__inner .hamburger-menu .header__nav__menu-sns li {
  width: 40px;
}
.global-header__inner .hamburger-menu .header__nav__menu-sns li:first-child {
  width: 50px;
  position: relative;
}
.global-header__inner .hamburger-menu .header__nav__menu-sns li:first-child span {
  font-size: 12px;
  font-size: 3.0769230769vw;
  position: absolute;
  line-height: 100%;
  width: 80px;
  margin: 0 auto;
  left: -1.3em;
  bottom: -2.4em;
  right: 0;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .global-header__inner .hamburger-menu .header__nav__menu-sns li:first-child span {
    font-size: 12px;
  }
}
.global-header__inner .hamburger-menu .header__nav__menu-sns li a {
  color: #fff;
  display: block;
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: center;
}
.global-header__inner .hamburger-menu .header__nav__menu-sns li + li {
  margin-left: 20px;
}
.global-header__inner .hamburger-menu .header__nav .copyright {
  background-color: #fbf8f6;
}
.global-header__inner .hamburger-menu .header__nav .copyright.img {
  padding: 15px;
  text-align: center;
  line-height: 110%;
}
.global-header__inner .hamburger-menu .header__nav .copyright.img img {
  max-width: 480px;
}
.global-header__inner .hamburger-menu .header__nav .copyright.img img:nth-child(3) {
  width: 19%;
}
@media screen and (max-width: 767px) {
  .global-header__inner .hamburger-menu .header__nav .copyright.img img {
    width: 100%;
  }
  .global-header__inner .hamburger-menu .header__nav .copyright.img img:nth-child(3) {
    width: 56%;
  }
}
.global-header__inner .menu-btn {
  position: fixed;
  top: 2px;
  right: 5px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 120;
  background-color: #fff;
}
.global-header__inner .menu-btn span,
.global-header__inner .menu-btn span:before,
.global-header__inner .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 44px;
  border-radius: 3px;
  background-color: #3a3a3a !important;
  position: absolute;
}
.global-header__inner .menu-btn span:before {
  bottom: 15px;
}
.global-header__inner .menu-btn span:after {
  top: 15px;
}
.global-header__inner #menu-btn-check {
  display: none;
}
.global-header__inner #menu-btn-check:checked ~ .header__logo {
  display: none;
}
.global-header__inner #menu-btn-check:checked ~ .header__nav .header__logo {
  display: block !important;
}
.global-header__inner #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0) !important;
}
.global-header__inner #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.global-header__inner #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.global-header__inner #menu-btn-check:checked ~ .header__nav {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .global-header {
    height: 80px;
  }
  .global-header__inner {
    margin: 0 auto;
  }
  .global-header__inner .menu-btn {
    top: 10px;
    right: 20px;
  }
  .global-header__inner .header__logo {
    padding: 20px 0 22px 0;
  }
  .global-header__inner .header__logo a {
    font-size: 0;
    display: block;
    width: 190px;
    margin: 0 auto;
  }
  .global-header__inner .hamburger-menu .header__nav__menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    align-items: center;
  }
  .global-header__inner .hamburger-menu .header__nav__menu .menu__item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .global-header__inner .hamburger-menu .header__nav__menu .menu__item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .global-header__inner .hamburger-menu .header__nav__menu .menu__item:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  .global-header__inner .hamburger-menu .header__nav__menu .menu__item:nth-child(4) {
    grid-area: 2/1/3/2;
  }
  .global-header__inner .hamburger-menu .header__nav__menu .menu__item:nth-child(5) {
    grid-area: 2/2/3/3;
  }
  .global-header__inner .hamburger-menu .header__nav__menu .menu__item:nth-child(6) {
    grid-area: 1/4/2/5;
  }
  .global-header__inner .hamburger-menu .header__nav__menu .menu__item:nth-child(7) {
    grid-area: 2/4/3/5;
  }
  .global-header__inner .hamburger-menu .header__nav__menu .menu__item:nth-child(8) {
    grid-area: 3/4/4/5;
  }
  .global-header__inner .hamburger-menu .header__nav__menu .menu__item:nth-child(9) {
    grid-area: 4/4/5/5;
  }
  .global-header__inner .hamburger-menu .header__nav__menu .menu__item:nth-child(10) {
    grid-area: 5/4/6/5;
  }
  .global-header__inner .hamburger-menu .header__nav__menu .menu__item:nth-child(11) {
    grid-area: 6/4/7/5;
  }
  .global-header__inner .hamburger-menu .header__nav__menu .menu__item .nolink {
    pointer-events: none;
    display: block;
  }
  .global-header__inner .hamburger-menu .header__nav__menu-sns {
    padding: 40px 0 50px !important;
  }
  .global-header__inner .hamburger-menu .header__nav .copyright {
    font-size: 20px;
  }
  .global-header__inner .menu-btn {
    height: 60px;
    width: 60px;
  }
}
footer .footer__inner {
  margin: 0 auto;
}
footer .footer__inner__menu {
  padding: 50px 5%;
  background-color: #d2b09a;
  margin: 0 auto;
}
footer .footer__inner__menu .footer__nav__menu {
  list-style: none;
  margin: 0 auto;
}
footer .footer__inner__menu .footer__nav__menu li {
  margin-bottom: 1em;
}
footer .footer__inner__menu .footer__nav__menu li a {
  color: #fff;
  text-decoration: underline;
}
footer .footer__inner__menu .footer__nav__menu li ul.shoplist {
  margin-left: 1em;
  list-style: none;
}
footer .footer__inner__menu .footer__nav__menu li ul.shoplist li {
  margin: 0 !important;
}
footer .footer__inner__menu .footer__nav__menu-sns {
  background-color: #d2b09a;
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  margin: 20px 0 10px 0;
  gap: 10px;
}
footer .footer__inner__menu .footer__nav__menu-sns li {
  width: 40px;
}
footer .footer__inner__menu .footer__nav__menu-sns li:first-child {
  width: 50px;
  position: relative;
}
footer .footer__inner__menu .footer__nav__menu-sns li:first-child span {
  font-size: 12px;
  font-size: 3.0769230769vw;
  position: absolute;
  line-height: 100%;
  width: 80px;
  margin: 0 auto;
  left: -1.3em;
  bottom: -2.4em;
  right: 0;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .footer__inner__menu .footer__nav__menu-sns li:first-child span {
    font-size: 12px;
  }
}
footer .footer__inner__menu .footer__nav__menu-sns li a {
  color: #fff;
  display: block;
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: center;
}
footer .footer__inner__menu .footer__nav__menu-sns li + li {
  margin-left: 20px;
}
footer .footer__inner__menu .footer__nav__menu-db_bnr {
  display: flex;
  justify-content: center;
  text-align: center;
}
footer .footer__inner .copyright.img {
  text-align: center;
  line-height: 120%;
  max-width: 480px;
  margin: 0 auto;
  padding: 15px;
}
footer .footer__inner .copyright.img img:nth-child(3) {
  width: 57%;
}
@media screen and (min-width: 1240px) {
  footer .footer__inner__menu .footer__nav__menu {
    margin-bottom: 20px;
    max-width: 1240px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 40px;
  }
  footer .footer__inner__menu .footer__nav__menu li {
    display: flex;
  }
  footer .footer__inner__menu .footer__nav__menu li:last-child {
    width: 100% !important;
    justify-content: center;
  }
  footer .footer__inner__menu .footer__nav__menu li ul.shoplist {
    margin-left: 1em;
    display: flex;
  }
  footer .footer__inner__menu .footer__nav__menu li ul.shoplist li::after {
    content: "/";
    color: #fff;
    display: inline-block;
    margin: 0 0.5em;
  }
  footer .footer__inner__menu .footer__nav__menu li ul.shoplist li:last-child {
    width: auto !important;
  }
  footer .footer__inner__menu .footer__nav__menu li ul.shoplist li:last-child::after {
    content: "";
  }
  footer .footer__inner__menu .footer__nav__menu li ul.shoplist-sns {
    margin: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .footer__inner__menu .footer__nav__menu li ul.shoplist-sns li {
    width: 50px;
    list-style: none;
  }
  footer .footer__inner__menu .footer__nav__menu li ul.shoplist-sns li + li {
    margin-left: 20px;
  }
}

.box-title {
  text-align: center;
  padding: 50px 0;
}
.box-title__inner {
  width: 90%;
  margin: 0 auto;
}
.box-title__inner h1 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 65px;
  font-size: 16.6666666667vw;
}
.box-title__inner p {
  margin-bottom: 1.5em;
  line-height: 150%;
}
.box-title__inner .btn-more {
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .box-title__inner h1 {
    font-size: 80px;
  }
  .box-title__inner h1 .en {
    padding: 0 0.2em 0 0.2em;
  }
  .box-title__inner h1 .jp {
    font-size: 14px;
    margin: 1em 0 0 0;
    line-height: 100%;
  }
  .box-title__inner p .brsp {
    display: none;
  }
}

.product-list__nav ul {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.product-list__nav ul li {
  width: calc((100% - 10px) / 2);
  margin: 10px 10px 0 0;
}
.product-list__nav ul li:nth-child(even) {
  margin: 10px 0 0 0;
}
.product-list__nav ul li a {
  text-align: center;
  display: block;
  background-color: #5e504e;
  color: #fff;
  font-family: "Lato", sans-serif;
  line-height: 100%;
  padding: 10px 0;
}
.product-list__nav ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.product-list__nav ul li a span {
  display: block;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 12px;
  font-size: 3.0769230769vw;
}
.product-list__nav ul li.all a {
  background-color: #cdcdcd;
  color: #5e504e;
}
@media screen and (min-width: 768px) {
  .product-list__nav ul {
    justify-content: space-between;
  }
  .product-list__nav ul li {
    width: calc((100% - 30px) / 4);
    margin: 0;
  }
  .product-list__nav ul li:nth-child(even) {
    margin: 0 0 0 0;
  }
  .product-list__nav ul li a {
    font-size: 20px;
  }
  .product-list__nav ul li a span {
    font-size: 14px;
  }
}
.product-list__list ul li {
  position: relative;
  line-height: 0;
  margin-bottom: 10px;
  list-style: none;
}
.product-list__list ul li img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.product-list__list ul li .icn {
  position: absolute;
  top: 3%;
  left: 3%;
  text-align: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  padding: 5px 20px;
  display: block;
  line-height: 100%;
}
.product-list__list ul li .icn-red {
  background-color: #f1431b;
}
.product-list__list ul li .m-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #d2b09a;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 10px 10px;
}
.product-list__list ul li .m-txt p {
  margin: 0;
  line-height: 150%;
  word-break: break-all;
}
.product-list__list ul li .m-txt .m-price {
  font-weight: 300;
  font-size: 13px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .product-list__list ul li .m-txt .m-price {
    font-size: 13px;
  }
}

.topics__share {
  text-align: center;
  margin: 100px 0;
}
.topics__share h2 {
  color: #d2b09a;
  margin-bottom: 50px;
}
.topics__share ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 60%;
  margin: 0 auto;
}
.topics__share ul li {
  width: 27%;
}
@media screen and (min-width: 768px) {
  .topics__share ul {
    width: 220px;
  }
}

.topics__return {
  width: 70%;
  margin: 100px auto;
}
.topics__return .btn-type1 {
  font-size: 16px;
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .topics__return .btn-type1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .topics__return {
    width: 340px;
  }
}

.topics__popular {
  margin-bottom: 100px;
}
.topics__popular__title {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  font-size: 30px;
  font-size: 7.6923076923vw;
  background: #fff;
  display: flex;
  align-items: center;
}
.topics__popular__title:before, .topics__popular__title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
  background: #d2b09a;
}
.topics__popular__title:before {
  margin-right: 0.4em;
}
.topics__popular__title:after {
  margin-left: 0.4em;
}
.topics__popular__inner {
  width: 90%;
  margin: 0 auto;
}
.topics__popular__inner .topicslist__list {
  margin-bottom: 20px;
}
.topics__popular__inner .topicslist__list a {
  display: flex;
}
.topics__popular__inner .topicslist__list a:hover {
  text-decoration: none;
}
.topics__popular__inner .topicslist__list__img {
  width: 34%;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .topics__popular__title {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .topics__popular__inner {
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .topics__popular__inner .topicslist__list {
    width: 45%;
    margin-bottom: 20px;
  }
  .topics__popular__inner .topicslist__list a {
    display: flex;
  }
  .topics__popular__inner .topicslist__list a:hover {
    text-decoration: none;
  }
  .topics__popular__inner .topicslist__list__img {
    width: 31%;
    margin-right: 10px;
  }
}

.topicslist-cat {
  color: #d2b09a;
  border-bottom: 1px solid #d2b09a;
  padding: 0 0 5px 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 5.1282051282vw;
  line-height: 1em;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .topicslist-cat {
    font-size: 20px;
  }
}

.topicslist-name {
  color: #3a3a3a;
  margin: 10px 0 0 0;
  font-weight: normal;
  font-size: 15px;
  font-size: 3.8461538462vw;
  padding: 0;
  line-height: 140%;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .topicslist-name {
    font-size: 15px;
  }
}

.btn-type1 {
  background-color: #fff;
  color: #d2b09a;
  border: #d2b09a 1px solid;
  text-align: center;
  padding: 0 10px 5px;
  display: block;
  border-radius: 10vw;
  font-size: 24px;
  font-size: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .btn-type1 {
    font-size: 24px;
  }
}
.btn-type1:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .btn-type1.small {
    font-size: 20px;
  }
}

.btn-type2 {
  background-color: #d2b09a;
  color: #fff;
  text-align: center;
  padding: 5px 10px 10px;
  display: block;
  border-radius: 10vw;
  font-size: 24px;
  font-size: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .btn-type2 {
    font-size: 24px;
  }
}
.btn-type2:hover {
  text-decoration: none;
  opacity: 0.7;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  margin: 0 3em;
}
.wp-pagenavi .page {
  margin: 0 1em;
}
.wp-pagenavi .current {
  margin: 0 1em;
  position: relative;
  color: #fff;
}
.wp-pagenavi .current::after {
  content: "";
  width: 2em;
  height: 2em;
  display: block;
  border-radius: 50%;
  background-color: #d2b09a;
  position: absolute;
  top: 0;
  left: -0.75em;
  z-index: -1;
}/*# sourceMappingURL=common.css.map */