p,
ol,
ul {
  margin: 0;
  padding: 0;
}

.main {
  padding-top: 110px;
}

@media screen and (min-width: 821px) {
  .main {
    padding-top: 140px;
  }
}
.sp {
  display: block !important;
}

@media screen and (min-width: 821px) {
  .sp {
    display: none !important;
  }
}
.pc {
  display: none !important;
}

@media screen and (min-width: 821px) {
  .pc {
    display: block !important;
  }
}
html {
  font-feature-settings: "palt";
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.1em;
}

.searchForm {
  width: 100%;
  padding: 0 14px;
  margin-top: 1em;
}

.searchForm .searchForm__inner {
  position: relative;
}

.searchForm .searchForm__submit {
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/bcart/icon-search.png") no-repeat center top/cover;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.searchForm input {
  background: #f2f2f2;
  width: 100%;
  padding: 10px 30px;
  border: none;
  color: #000;
}

.searchForm button {
  border: none;
}

.header {
  position: fixed;
  width: 100%;
  color: #fff;
  z-index: 100;
}
@media screen and (min-width: 821px) {
  .header {
    background-color: #627c71;
    padding: 0 0 0 30px;
  }
}
.header__inner {
  background-color: #627c71;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-left: 10px;
}
@media screen and (min-width: 821px) {
  .header__inner {
    padding-left: 0;
  }
}

.header__logo {
  width: 125px;
  flex-shrink: 0;
  z-index: 10;
}

@media screen and (min-width: 821px) {
  .header__logo {
    width: 204px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
}

.header .header__functions {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}

@media screen and (min-width: 821px) {
  .header .header__functions {
    align-items: center;
  }
}
.header__login,
.header__like {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  z-index: 101;
}

@media screen and (min-width: 821px) {
  .header__login,
  .header__like {
    height: 80px;
    width: 80px;
  }
}
.header__login a,
.header__like a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__login a img,
.header__like a img {
  width: 14px;
  height: 23px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 821px) {
  .header__login a img,
  .header__like a img {
    width: 23px;
    height: 35px;
  }
}
.header__login {
  background: #52665c;
}

.header__like {
  background: #91afa1;
}

.header__like a img {
  width: 17px;
  height: 16px;
}

@media screen and (min-width: 821px) {
  .header__like a img {
    width: 30px;
    height: 29px;
  }
}
.header__view-cart {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  z-index: 101;
  background: #b7a170;
  position: relative;
}

@media screen and (min-width: 821px) {
  .header__view-cart {
    width: 80px;
    height: 80px;
  }
}
.header__view-cart a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__view-cart a span {
  width: 13px;
  height: 13px;
  background-color: #c1272d;
  border-radius: 50%;
  top: 9px;
  right: 5px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
}

@media screen and (min-width: 821px) {
  .header__view-cart a span {
    width: 20px;
    height: 20px;
  }
}
.header__view-cart a::before {
  content: "";
  display: block;
  width: 30px;
  height: 28px;
  background: url("../images/bcart/icon-cart.png") no-repeat center top/cover;
}

@media screen and (min-width: 821px) {
  .header__view-cart a::before {
    width: 43px;
    height: 45px;
  }
}
@media screen and (min-width: 821px) {
  .header__form {
    width: 370px;
  }
  .header__form .searchForm {
    margin: 0;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  height: 60px;
  margin-bottom: 0;
}

.header__nav-item {
  position: relative;
  margin-right: 48px;
  padding: 20px 0;
  display: block;
  transition: color 0.3s;
}
.header__nav-item .header__nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.header__nav-item a:hover {
  color: #b7a170 !important;
}

.header__nav-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
}

.header__nav-item:last-child {
  margin-right: 0;
}

.header__nav-item:last-child::after {
  display: none;
}

.header__nav-item--has-dropdown:hover .header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 100;
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(3, 1fr);
  width: 59vw;
  top: 58px;
}

.header__dropdown-item {
  margin-bottom: 20px;
}

.header__dropdown-link {
  color: #6f7574;
  font-size: 16px;
  transition: color 0.3s;
  display: block;
  padding: 5px 0;
  font-weight: 500;
}

.header__dropdown-link:hover {
  color: #b7a170;
}

.header__dropdown-link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6f7574;
  border-left: 1px solid #6f7574;
  transform: rotate(135deg) translateY(-50%);
  margin-top: 10px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -5px;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 101;
  border: none;
  background: #627c71;
}

.hamburger__line {
  display: block;
  width: 70%;
  margin: 0 auto;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s, background-color 0.3s;
}

.hamburger[aria-expanded="true"] .hamburger__line {
  background-color: #000;
}

.hamburger[aria-expanded="true"] .hamburger__line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.hamburger[aria-expanded="true"] .hamburger__line:nth-child(2) {
  opacity: 0;
}

.hamburger[aria-expanded="true"] .hamburger__line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.hamburger[aria-expanded="true"] ~ div {
  display: none !important;
}

@media screen and (min-width: 821px) {
  .hamburger {
    display: none;
  }
}
.nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  overflow-y: auto;
  transition: right 0.3s;
  z-index: 100;
  padding: 70px 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.nav[aria-hidden="false"] {
  right: 0;
}

.nav[aria-hidden="false"]::before {
  opacity: 1;
  visibility: visible;
}

.nav__list {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.nav__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav__item--has-children {
  padding: 0;
}

.nav__item--has-children > .nav__button {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-bottom: 2px solid;
}

.nav__item--has-children > .nav__button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: transform 0.3s;
  margin-left: 10px;
}

.nav__item--has-children > .nav__button[aria-expanded="true"]::after {
  transform: translateY(25%) rotate(-135deg);
}

.nav__item.maker a {
  background: #f5f4f4;
  text-align: center;
  border-bottom: 2px solid #000;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav__item.maker a::after {
  content: "";
  display: block;
  width: 25px;
  height: 4px;
  background: url("../images/bcart/icon-arrow.png") no-repeat center top/cover;
  margin-left: 8px;
}

.nav__link,
.nav__button {
  display: block;
  padding: 1rem;
  width: 100%;
  text-align: left;
  transition: background-color 0.3s;
  font-size: 14px;
  color: #000;
}

.nav__button {
  font-weight: bold;
  border-bottom: 2px solid #000;
  font-size: 14px;
}

.nav__link.icon {
  display: flex;
  align-items: center;
}

.nav__link.icon::before {
  content: "";
  display: block;
  margin-right: 0.6em;
}

.nav__link.like::before {
  width: 15px;
  height: 14px;
  background: url("../images/bcart/icon-like-white.png") no-repeat center top/cover;
}

.nav__link.login::before {
  width: 12px;
  height: 20px;
  background: url("../images/bcart/icon-login-white.png") no-repeat center top/cover;
}

.nav__link.cart::before {
  width: 19px;
  height: 20px;
  background: url("../images/bcart/icon-cart-white.png") no-repeat center top/cover;
}

.nav__sub-list,
.nav__sub-sub-list {
  display: none;
  padding: 0;
}

.nav__sub-list[aria-hidden="false"],
.nav__sub-sub-list[aria-hidden="false"] {
  display: block;
}

.nav__sub-list .nav__sub-sub-item .nav__link,
.nav__sub-sub-list .nav__sub-sub-item .nav__link {
  padding: 0.5em 1em;
}

.nav__sub-sub-list {
  margin-bottom: 1em;
}

.nav__sub-list {
  padding: 0 1em;
}

.nav__sub-item {
  border-bottom: 1px solid #b3b3b3;
}

.nav__sub-item:last-child {
  border-bottom: none;
}

.nav__sub-item .nav__link {
  padding: 1em 0;
}

.nav__sub-item--has-children > .nav__sub-button {
  position: relative;
  width: 100%;
  text-align: left;
  border: none;
  background: #fff;
  padding: 1em 0;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.nav__sub-item--has-children > .nav__sub-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}

.nav__sub-item--has-children > .nav__sub-button[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(-135deg);
}

.nav .nav__login-register {
  display: flex;
  justify-content: space-between;
  padding: 0 1em;
}

.nav .nav__login-register li {
  width: 48%;
  text-align: center;
  list-style: none;
  border: none;
}

.nav .nav__login-register li a {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
  border: 1px solid #000;
  text-align: center;
}

.nav .nav__login-register li.nav__item--register a {
  color: #b7a170 !important;
  border: 1px solid #b7a170;
}

.nav .nav__logo {
  width: 125px;
  position: absolute;
  top: 16px;
  left: 10px;
  z-index: 1000;
}

.nav .nav__logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.main__form {
  margin-top: 10px;
}

.main__form .searchForm {
  margin: 0;
  font-size: 16px;
}

.main__form .searchForm input {
  background: #fff;
  border: 1px solid #cccccc;
}

.sec-ttl {
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
  font-family: "Montserrat", sans-serif;
}

.sec-ttl span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #b7a170;
  display: block;
  margin-bottom: 0.5em;
}

.p-mv {
  margin-bottom: 1em;
  position: relative;
}

@media screen and (min-width: 821px) {
  .p-mv {
    margin-bottom: 100px;
  }
}
.p-mv .main__slider {
  margin-top: 10px;
}

@media screen and (min-width: 821px) {
  .p-mv .main__slider {
    margin-top: 0;
  }
}
.p-mv .mv__notice {
  font-size: 12px;
  color: #fff;
  background: #b7a170;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
}

@media screen and (min-width: 821px) {
  .p-mv .mv__notice {
    font-size: 18px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-category {
  margin-bottom: 1em;
  margin-bottom: 50px;
}

@media screen and (min-width: 821px) {
  .p-category {
    margin-bottom: 100px;
  }
}
.p-category .category__inner {
  max-width: 245px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
}

@media screen and (min-width: 821px) {
  .p-category .category__inner {
    max-width: 800px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-category .category__inner figure a {
  transition: opacity 0.3s;
}

.p-category .category__inner figure a:hover {
  opacity: 0.6;
}

.p-category .category__link {
  font-size: 12px;
  width: 230px;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 10px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 821px) {
  .p-category .category__link {
    width: 380px;
    font-size: 20px;
  }
}
.p-category .category__link::after {
  content: "";
  display: block;
  height: 4px;
  width: 25px;
  background: url("../images/bcart/icon-arrow.png") no-repeat center top/cover;
  margin-left: 10px;
}

.p-banner {
  background: #f5f4f4;
  padding: 50px 16px;
}

@media screen and (min-width: 821px) {
  .p-banner {
    padding: 100px 16px;
    margin: 0 auto;
  }
}
.p-banner .banner__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

@media screen and (min-width: 821px) {
  .p-banner .banner__inner {
    max-width: 800px;
    margin: 0 auto;
    gap: 30px;
  }
}
.p-banner .banner__inner .w100 {
  grid-column: 1/-1;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 821px) {
  .p-banner .banner__inner .w100 {
    margin: 0;
    width: 100%;
  }
}
.p-brand {
  padding: 50px 0;
  background: #f5f4f4;
}

@media screen and (min-width: 821px) {
  .p-brand {
    padding: 100px 0;
  }
}
.p-brand .brand__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 821px) {
  .p-brand .brand__inner {
    max-width: 800px;
    margin: 0 auto;
    grid-template-columns: repeat(5, 1fr);
  }
}
.p-brand .brand__inner figure {
  width: 90px;
  height: 90px;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 821px) {
  .p-brand .brand__inner figure {
    width: 125px;
    height: 125px;
  }
}
.p-brand .brand__inner figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}

.p-brand .brand__inner p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 821px) {
  .p-brand .brand__inner p {
    font-size: 18px;
  }
}
.p-blog {
  padding: 50px 0;
}

@media screen and (min-width: 821px) {
  .p-blog {
    padding: 100px 0;
  }
}
.p-blog .slick-slide {
  margin: 0 12px;
}

.p-blog .blog__item a figure {
  margin-bottom: 0.5em;
}

.p-blog .blog__item a .blog__item-date {
  font-size: 12px;
  color: #b7a170;
  margin-bottom: 0.5em;
}

.p-blog .blog__item a .blog__item-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.p-blog .blog__item a .blog__item-text {
  color: #999;
  line-height: 1.75;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.p-blog .blog__item a .view-more {
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #000;
  margin-top: 0.5em;
  padding: 0.3em 1.5em 0.4em;
  display: inline-block;
}

.__block--news {
  padding: 50px 16px;
}

@media screen and (min-width: 821px) {
  .__block--news {
    padding: 100px 16px;
  }
}
@media screen and (min-width: 821px) {
  .__block--news .__body {
    max-width: 800px;
    margin: 0 auto;
  }
}
.__block--news .__body ul li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #999999;
}

@media screen and (min-width: 821px) {
  .__block--news .__body ul li {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
}
.__block--news .__body ul li a .__date {
  font-size: 12px;
  color: #b7a170;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 0.5em;
}

.__block--news .__body ul li a .__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 821px) {
  .__block--news .__body ul li a .__title {
    font-size: 16px;
  }
}
.__block--pro-viewed,
.__block--pro-new,
.__block--pro-recommend,
.related-products {
  padding: 50px 0;
}

@media screen and (min-width: 821px) {
  .__block--pro-viewed,
  .__block--pro-new,
  .__block--pro-recommend,
  .related-products {
    padding: 100px 0;
  }
}
.__block--pro-viewed .__photo,
.__block--pro-new .__photo,
.__block--pro-recommend .__photo,
.related-products .__photo {
  margin-bottom: 10px;
}

.__block--pro-viewed .__title,
.__block--pro-new .__title,
.__block--pro-recommend .__title,
.related-products .__title {
  line-height: 1.5;
}

.__block--pro-viewed .slick-slide,
.__block--pro-new .slick-slide,
.__block--pro-recommend .slick-slide,
.related-products .slick-slide {
  margin: 0 20px;
}

.p-product-block ul.__product li.__item a .__title {
  font-size: 14px;
}

.__more {
  display: none !important;
}

footer {
  background: #627c71;
  padding: 28px 0 0;
}

@media screen and (min-width: 821px) {
  footer {
    padding: 50px 0 0;
  }
}
footer .footer__inner {
  display: flex;
  flex-direction: column;
  padding: 0 1em 2em;
}

@media screen and (min-width: 821px) {
  footer .footer__inner {
    flex-direction: row;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 0 50px;
  }
}
footer .footer__inner .footer__logo--area {
  margin-bottom: 20px;
  order: 0;
  display: contents;
}

@media screen and (min-width: 821px) {
  footer .footer__inner .footer__logo--area {
    display: block;
    width: 30%;
    margin-bottom: 0;
  }
}
footer .footer__inner .footer__logo--area .footer__logo {
  display: block;
  width: 205px;
  margin: 0 auto 14px;
}

@media screen and (min-width: 821px) {
  footer .footer__inner .footer__logo--area .footer__logo {
    width: 290px;
    margin: 0 0 20px 0;
  }
}
footer .footer__inner .footer__logo--area .footer__links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 821px) {
  footer .footer__inner .footer__logo--area .footer__links {
    justify-content: flex-start;
  }
}
footer .footer__inner .footer__logo--area .footer__links a {
  display: block;
  width: 23px;
}

footer .footer__inner .footer__nav--area {
  display: contents;
}

@media screen and (min-width: 821px) {
  footer .footer__inner .footer__nav--area {
    display: block;
    width: 62%;
  }
}
footer .footer__inner .footer__nav,
footer .footer__inner .footer__nav-small {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 821px) {
  footer .footer__inner .footer__nav,
  footer .footer__inner .footer__nav-small {
    justify-content: flex-start;
  }
}
footer .footer__inner .footer__nav-item,
footer .footer__inner .footer__nav-small-item {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-right: 30px;
  position: relative;
  margin-bottom: 1em;
  transition: color 0.3s;
}

footer .footer__inner .footer__nav-item .footer__nav-link {
  color: #fff;
  font-weight: 500;
}

footer .footer__inner .footer__nav-item:hover,
footer .footer__inner .footer__nav-small-item:hover {
  color: #b7a170;
}

@media screen and (min-width: 821px) {
  footer .footer__inner .footer__nav-item,
  footer .footer__inner .footer__nav-small-item {
    font-size: 18px;
  }
}
footer .footer__inner .footer__nav-item:nth-child(3),
footer .footer__inner .footer__nav-small-item:nth-child(3) {
  margin-right: 0;
}

@media screen and (min-width: 821px) {
  footer .footer__inner .footer__nav-item:nth-child(3),
  footer .footer__inner .footer__nav-small-item:nth-child(3) {
    margin-right: 45px;
  }
}
footer .footer__inner .footer__nav-item:nth-child(3)::before,
footer .footer__inner .footer__nav-small-item:nth-child(3)::before {
  display: none;
}

@media screen and (min-width: 821px) {
  footer .footer__inner .footer__nav-item:nth-child(3)::before,
  footer .footer__inner .footer__nav-small-item:nth-child(3)::before {
    display: block;
  }
}
footer .footer__inner .footer__nav-item:nth-child(5)::before,
footer .footer__inner .footer__nav-small-item:nth-child(5)::before {
  display: none;
}

footer .footer__inner .footer__nav-item:nth-child(9),
footer .footer__inner .footer__nav-small-item:nth-child(9) {
  margin-right: 0;
}

footer .footer__inner .footer__nav-item:nth-child(9)::before,
footer .footer__inner .footer__nav-small-item:nth-child(9)::before {
  display: none;
}

footer .footer__inner .footer__nav-item::before,
footer .footer__inner .footer__nav-small-item::before {
  content: "";
  display: block;
  background: #fff;
  width: 1px;
  height: 10px;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}

footer .footer__inner .footer__nav {
  order: 1;
  color: #fff;
  list-style: none;
  padding: 0;
}

footer .footer__inner .searchForm {
  order: 2;
}

@media screen and (min-width: 821px) {
  footer .footer__inner .searchForm {
    margin: 0 0 40px;
    width: 60%;
    padding: 0;
  }
}
footer .footer__inner .footer__nav-small {
  order: 3;
  margin-top: 2em;
  list-style: none;
}

footer .footer__inner .footer__nav-small a {
  color: #fff;
}

footer .footer__inner .footer__nav-small-item {
  font-size: 10px;
  margin-right: 30px;
}

@media screen and (min-width: 821px) {
  footer .footer__inner .footer__nav-small-item {
    font-size: 12px;
  }
}
footer .footer__inner .footer__nav-small-item::before {
  right: -15px;
}

footer .footer__address {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #fff;
  order: 4;
}

footer .footer__address p {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 821px) {
  footer .footer__address p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
  }
}
footer .copy {
  text-align: center;
  color: #fff;
  font-size: 10px;
  background: #52665c;
  padding: 1em 0;
}

@media screen and (min-width: 821px) {
  footer .copy {
    padding: 1.5em;
  }
}
.aside {
  display: none !important;
}

.wrapper.wrapper--column-2 .__inner .main {
  float: none;
  padding-left: 0;
  width: 100%;
}

.dropdown__item {
  position: relative;
  padding-left: 50px;
  color: #6f7574;
  margin-bottom: 0;
}

.dropdown__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown__item--haircare::before {
  background: url("../images/bcart/icon-haircare.png") no-repeat center top/cover;
  width: 40px;
  height: 43px;
}

.dropdown__item--dryer::before {
  width: 35px;
  height: 35px;
  background: url("../images/bcart/icon-dryer.png") no-repeat center top/cover;
}

.dropdown__item--bodycare::before {
  width: 40px;
  height: 37px;
  background: url("../images/bcart/icon-bodycare.png") no-repeat center top/cover;
}

.dropdown__item--styling::before {
  width: 22px;
  height: 43px;
  left: 6px;
  background: url("../images/bcart/icon-styling.png") no-repeat center top/cover;
}

.dropdown__item--wax::before {
  width: 40px;
  height: 38px;
  background: url("../images/bcart/icon-wax.png") no-repeat center top/cover;
  transform: translateY(-55%);
}

.dropdown__item--lifecare::before {
  width: 39px;
  height: 34px;
  background: url("../images/bcart/icon-lifecare.png") no-repeat center top/cover;
}

.dropdown__item--treatment::before {
  width: 25px;
  height: 43px;
  background: url("../images/bcart/icon-treatment.png") no-repeat center top/cover;
}

.dropdown__item--eyelash::before {
  width: 41px;
  height: 20px;
  background: url("../images/bcart/icon-eyelash.png") no-repeat center top/cover;
}

.dropdown__item--drink::before {
  width: 32px;
  height: 27px;
  background: url("../images/bcart/icon-drink.png") no-repeat center top/cover;
}

.dropdown__item--haircolor::before {
  width: 44px;
  height: 43px;
  background: url("../images/bcart/icon-haircolor.png") no-repeat center top/cover;
}

.dropdown__item--skincare::before {
  width: 39px;
  height: 33px;
  background: url("../images/bcart/icon-skincare.png") no-repeat center top/cover;
}

.dropdown__item--beauty::before {
  width: 20px;
  height: 44px;
  left: 8px;
  background: url("../images/bcart/icon-beauty.png") no-repeat center top/cover;
}

.dropdown__item--perm::before {
  width: 40px;
  height: 39px;
  background: url("../images/bcart/icon-perm.png") no-repeat center top/cover;
}

.dropdown__item--makeup::before {
  width: 35px;
  height: 41px;
  background: url("../images/bcart/icon-makeup.png") no-repeat center top/cover;
}

.dropdown__item--other::before {
  width: 34px;
  height: 40px;
  background: url("../images/bcart/icon-other.png") no-repeat center top/cover;
}

.free-area {
  width: 100%;
  padding: 0 16px;
}

.free-area img {
  width: 100%;
  vertical-align: bottom;
}

.free-area > * {
  margin-top: 16px;
}

.free-area .img-four-column-wrapper {
  margin: 0 calc(50% - 50vw);
  overflow: visible;
}

.free-area .img-four-column-wrapper h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

@media screen and (min-width: 821px) {
  .free-area .img-four-column-wrapper h2 {
    font-size: 28px;
    margin-bottom: 1em;
  }
}
.free-area .img-four-column {
  padding: 0;
  overflow: visible;
}

.free-area .img-four-column a {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

.free-area .img-four-column a p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #1a1a1a;
  border: none;
}

@media screen and (min-width: 821px) {
  .free-area .img-single-column {
    max-width: 800px;
    margin: 24px auto 0;
  }
}
.free-area .img-single-column img {
  display: block;
  width: 100%;
}

.free-area .img-two-column {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 821px) {
  .free-area .img-two-column {
    max-width: 800px;
    margin: 24px auto 0;
  }
}
.free-area .img-two-column img {
  display: block;
  width: 49%;
}

@media screen and (min-width: 821px) {
  .free-area .img-two-column img {
    width: 48.5%;
  }
}
.free-area .heading-txt {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

@media screen and (min-width: 821px) {
  .free-area .heading-txt {
    max-width: 800px;
    margin: 24px auto 0;
  }
}
.free-area .heading-txt h2 {
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px dotted #627c71;
  color: #1a1a1a;
  font-weight: 400;
  margin-top: 0;
}

.free-area .heading-txt p {
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 821px) {
  .free-area .movie {
    max-width: 800px;
    margin: 24px auto 0;
  }
}
.free-area .movie iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.__add-cart {
  display: flex;
  justify-self: center;
  width: 100%;
  border-radius: 5px;
}

.c-button-submit {
  display: block;
  width: 100%;
  padding: 9px 0;
  font-size: 16px;
  color: #fff;
  background: #52665c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

@media screen and (min-width: 821px) {
  .c-button-submit {
    font-size: 18px;
    width: 344px;
  }
}
.c-button-submit::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/bcart/icon-btn-cart.png") no-repeat center top/cover;
  margin-right: 10px;
}

.__bookmark {
  width: 240px;
  margin: 0 auto;
}

@media screen and (min-width: 821px) {
  .__bookmark {
    width: 260px;
    margin: 0 0 20px;
  }
}
.__bookmark .__button {
  color: #91afa1;
  border: 1px solid #91afa1;
}

.__bookmark .__button::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/bcart/icon-favorite.png") no-repeat center top/cover;
}

.__bookmark .__button.__is-added {
  background: #91afa1;
  color: #fff;
}

.__bookmark .__button.__is-added::before {
  background: url("../images/bcart/icon-favorite-white.png") no-repeat center top/cover;
}

@media screen and (max-width: 768px) {
  .__set.p-product-set .__item {
    background: #f5f4f4;
    display: flex;
    flex-wrap: wrap;
    padding: 14px;
    border-radius: 0px;
  }
  .p-product-set table tbody tr td.__price,
  .p-product-set table tbody tr td.__order {
    width: 50%;
    border: none;
    padding: 0;
  }
  .p-product-set table tbody tr td.__description {
    padding: 0;
  }
  .p-product-set table tbody tr td.__description h2.__name {
    font-size: 14px;
    padding: 4px 10px;
    background: #fff;
  }
  .p-product-set table tbody tr td.__price,
  .p-product-set table tbody tr td.__order {
    border: none;
  }
  .p-product-set table tbody tr td.__price {
    display: flex;
    flex-direction: column;
    order: 3;
  }
  .p-product-set table tbody tr td.__price .__heading {
    width: 100%;
  }
  .p-product-set table tbody tr td.__price .__body {
    width: 100%;
    text-align: right;
  }
  .p-product-set table tbody tr td.__order {
    display: flex;
  }
  .p-product-set table tbody tr td.__order .__heading {
    font-size: 12px;
    float: inherit;
  }
  .p-product-set table tbody tr td.__order .__body .__input input {
    text-align: right;
    margin-right: 0.3em;
    width: 3.5em;
    border-radius: 0px;
    padding: 6px;
  }
  .p-product-set table tbody tr td.__price .__heading .__detail {
    display: none;
  }
  .p-product-set table tbody tr td.__price .__body .__detail {
    display: none;
  }
  .p-spin .__minus,
  .p-spin .__plus {
    width: 2em;
  }
}

.banner-line {
  order: 5;
  margin-top: 14px;
}
.banner-line img {
  width: 240px;
  display: block;
}

@media screen and (min-width: 768px) {
  .banner-line {
    order: inherit;
  }
  .banner-line img {
    width: 310px;
  }
}
