@charset "UTF-8";

.checked-product-header {
  position: relative;
  padding-bottom: .5rem;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
  .checked-product-header {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
  }
}

.checked-product-header .heading-1 {
  margin: 0;
}

.leave-history {
  position: absolute;
  top: 5px;
  right: 0;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .leave-history {
    position: static;
    margin-top: 1rem;
    text-align: right;
  }
}

.checked-product-list {
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 1rem 0;
}

.checked-product-list.slick-initialized {
  display: block;
}

.checked-product-list .slick-track {
  margin-left: 0;
}

.checked-product-list_item {
  width: 100vw;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .checked-product-list_item {
    padding: 0 4px;
  }
}

.checked-product-list_img {
  width: 100%;
}

.checked-product-list .slick-arrow {
  top: 50%;
  background-color: rgba(0, 0, 0, .4);
}

.checked-product-list .slick-list {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .checked-product-list .slick-list {
    margin: 0 -4px;
  }
}

.small-product-img-wrapper {
  display: flex;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  height: auto;
}

.small-product-img-wrapper .img-link {
  width: 100%;
}

.small-product-img_img {
  width: 100%;
  border: 1px solid #e8e8e8;
}

.small-product-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-top: .25rem;
}

.small-product-row {
  display: inline-flex;
  flex-wrap: wrap;
}

.small-product-row + .small-product-row {
  margin-top: .25rem;
}

.small-product-name {
  margin-bottom: .75rem;
}

.small-product-brand {
  color: #a0a0a0;
  font-size: 12px;
}

.small-product-brand + .product-row {
  margin-top: .5rem;
}

.small-product-price {
  display: block;
  font-weight: bold;
  overflow-wrap: break-word;
}

.small-product-price_tilde {
  margin: 0 .25rem;
}

.small-product-price_tax {
  margin-left: .5rem;
  font-weight: normal;
  font-size: 12px;
}

.slider-product-list {
  display: none;
  width: 100%;
  padding: 1rem 0;
}

.slider-product-list.slick-initialized {
  display: block;
}

.slider-product-list .slick-track {
  margin-left: 0;
}

.slider-product-list_item {
  width: 100vw;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .slider-product-list_item {
    padding: 0 4px;
  }
}

.slider-product-list .slick-arrow {
  top: 30%;
  background-color: rgba(0, 0, 0, .4);
}

@media screen and (max-width: 767px) {
  .slider-product-list .slick-arrow {
    top: calc((33.3vw - 12px) / 2 + 1rem);
  }
}

.slider-product-list .slick-list {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .slider-product-list .slick-list {
    margin: 0 -4px;
  }
}

footer {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  background: #ffffff;
}

.footer-return-top {
  width: 100%;
  height: 40px;
  background: #e2d9d7;
}

@media screen and (max-width: 767px) {
  .footer-return-top {
    height: 60px;
    padding: 15px;
  }
}

.footer-return-top-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1216px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .footer-return-top-inner {
    justify-content: center;
    padding: 0;
  }
}

.footer-return-top_link {
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 12px;
}

.footer-return-top_link_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 1.5rem;
  border-radius: 99px;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .footer-return-top_link_icon {
    margin-right: 1.25rem;
  }
}

.footer-product-wrapper {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .footer-product-wrapper {
    padding: 0;
  }
}

.footer-product {
  max-width: 1216px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .footer-product {
    margin: 30px auto 1rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-product .checked-product-box {
    margin: 0 -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.recommend-from-checked-product-wrapper {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .recommend-from-checked-product-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.recommend-from-checked-product {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .check-wrapper {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .checked-product-outer {
    padding: 1rem 0;
  }
}

@media screen and (min-width: 768px) {
  .checked-product-outer {
    margin: 0 -15px;
  }
}

.checked-product-inner {
  max-width: 1216px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .checked-product-inner .checked-product-box {
    padding: 0;
  }
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1216px;
  height: 80px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .footer-main {
    display: block;
    height: auto;
    padding: 0;
  }
}

.footer-brand {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer-brand_logo {
  max-width: 200px;
}

.footer-brand_description {
  margin-left: 20px;
  font-size: 10px;
}

.footer-privacy_mark {
  margin-left: 20px;
}

.footer-wrapper {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-wrapper {
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .footer-wrapper .copyright {
    display: block;
    height: auto;
    padding-top: 5px;
    border: none;
    background: none;
  }
}

.footer-nav {
  display: flex;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    padding: 15px;
    background-color: #f7f5f4;
  }
}

.footer-nav_item {
  font-size: 12px;
}

.footer-nav_item + .footer-nav_item {
  margin-left: 1.5rem;
}

@media screen and (max-width: 767px) {
  .footer-nav_item {
    width: 50%;
    border-bottom: 1px dotted #d8d8d8;
  }
  .footer-nav_item:nth-child(2n + 1):nth-last-child(-n + 1) {
    width: 100%;
  }
  .footer-nav_item + .footer-nav_item {
    margin-left: 0;
  }
}

.footer-nav_link {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .footer-nav_link {
    padding: .75rem 0;
  }
}

@media screen and (max-width: 767px) {
  .footer.m-simple {
    margin-top: 30px;
  }
}

.footer.m-simple .footer-inner .copyright {
  justify-content: center;
  height: 60px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer.m-simple .footer-inner .copyright {
    height: auto;
  }
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px auto 0;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .copyright {
    justify-content: center;
    height: auto;
    margin: 0 auto;
    padding-bottom: 15px;
    border: none;
    font-size: 10px;
  }
}

.footer-main .copyright {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .footer-main .copyright {
    background-color: #f7f5f4;
  }
}

@media screen and (max-width: 767px) {
  .checked-product-box {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.checked-product-header .heading-1.is-flex {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .checked-product-header .heading-1.is-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
