* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #493e2d;
  font-family: calibri, HelveticaNeue, Arial, HiraginoKakuGothicProN, HiraginoSans, Meiryo, sans-serif;
}

img {
  width: 100%;
}
.nopc {
  display: none;
}

/* ---header--- */
#fixed-header {
  position: fixed;
  top: -150%;
  width: 100%;
  transition: .5s;
  background: #fff;
  z-index: 999;
}
#fixed-header.is-show {
  top: 0;
}

header {
  text-align: center;
  padding: 30px 0 10px;
}

header .logo {
  width: 150px;
  height: auto;
  margin: 0 auto;
}

header .logo img {
  object-fit: cover;
}

.pc-nav li {
  display: inline-block;
  align-items: center;
  padding: 20px 10px 0;
  font-size: 14px;
  width: fit-content;
}

.pc-nav li a {
  color: #493e2dbf;
  font-family: calibri, HelveticaNeue, Arial, HiraginoKakuGothicProN, HiraginoSans, Meiryo, sans-serif;
}

.pc-nav li a:hover {
  border-bottom: 1px solid #493e2d;
  color: #493e2d;
}

.pc-nav li:nth-child(1) a {
  color: #493e2d;
  border-bottom: 1px solid #493e2d;
}
.pc-nav li:nth-child(1) a:hover {
  border-bottom: 2px solid #493e2d;;
}

.hamburger-menu {
  display: none;
  z-index: 999;
}

#menu__toggle {
  opacity: 0;
  display: none;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: absolute;
  top: 40px;
  left: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 999;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #493e2dbf;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: absolute;
  top: 80px;
  left: -100%;
  width: 90%;
  height: auto;
  margin: 0;
  padding: 80px 0 250px;
  list-style: none;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
  z-index: 99;
}
#fixed-header .menu__box {
  position: fixed;
  top: 0;
}
.menu__item {
  display: block;
  width: 100%;
  padding: 11px 38px;
  color: #493e2d;
  font-size: 18px;
  text-decoration: none;
  transition-duration: .25s;
  text-align: left;
  margin-bottom: 5px;
}
.menu__item:hover {
  background-color: whitesmoke;
}

.menu__box li:nth-child(1)  {
  background-color: whitesmoke;
}

@media screen and (max-width: 767px) {
  header {
    padding: 15px 0;
  }
  .pc-nav {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
}
/* ---header--- */

.shopify-policy__container {
  max-width: 560px;
  max-width: 65ch;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 150px;
}

.shopify-policy__title {
  text-align: center;
  margin: 25px;
}

.shopify-policy__title {
  text-align: center;
  margin: 25px 0;
}

.shopify-policy__title h1 {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .shopify-policy__title h1 {
    font-size: 30px;
  }
  .shopify-policy__container {
    margin-top: 100px;
  }
}

.rte p {
  color: #493e2dbf;
  line-height: 2;
  font-size: 15px;
}


/* ---fotter--- */

footer {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

.footer-list {
  width: 40%;
}

footer p {
  margin-bottom: 2rem;
  font-size: 18px;
}

footer li {
  padding-bottom: 15px;
}

footer li a {
  font-size: 14px;
  color: #493e2dbf;
  font-family: calibri, HelveticaNeue, Arial, HiraginoKakuGothicProN, HiraginoSans, Meiryo, sans-serif;
}

footer li a:hover {
  border-bottom: 1px solid #493e2d;
  color: #493e2d;
}

.footer-menu li:nth-child(1) a {
  color: #493e2d;
  border-bottom: 1px solid #493e2d;
}
.footer-menu li:nth-child(1) a:hover {
  border-bottom: 2px solid #493e2d;;
}

@media screen and (max-width: 767px) {
  footer {
    display: block;
    padding: 50px 40px 0;
  }
  .footer-list {
    width: 100%;
    margin-bottom: 50px;
  }
}
/* ---fotter--- */


