* {
  box-sizing: border-box;
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  color: #333;
  line-height: 1.5;
}

table, input, textarea, select, option, button {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  color:#333;
}

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

@media (min-width: 64em) {
  a:hover {
    opacity: 0.75;
  }
}

/*#Contents {
  padding-top: 180px;
}*/

#Wrap #Contents {
  padding-top: 0px;
}

/* Block Title */
.block-title {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
  margin: 0 0 10px;
  text-align: left;
}
@media (min-width: 64em) {
  .block-title {
    font-size: 34px;
    line-height: 1;
    text-align: left;
    margin: 0 0 40px;
  }
}
.block-title::before {
  content: "";
  display: table;
  height: 10px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
  border-bottom: solid 1px #ccc;
}
@media (min-width: 64em) {
  .block-title::before {
    margin-bottom: 10px;
    height: 16px;
    font-size: 16px;
  }
}

.block-title-ranking {
  margin-bottom: 20px;
}
.block-title-ranking::before {
  content: "RANKING";
  margin-left: 3px;
}

.block-title-newitem {
  margin-left: 14px;
}
.block-title-newitem::before {
  content: "NEW / RESTOCK";
  margin-left: 1px;
}

.block-title-feature::before {
  content: "PICK UP ITEM";
  margin-left: 2px;
}

.block-title-hititem {
  margin-left: 14px;
}
.block-title-hititem::before {
  content: "HIT ITEM";
  margin-left: 2px;
}

.block-title-column {
  margin-left: 14px;
}
.block-title-column::before {
  content: "NEW COLUMN";
  margin-left: 0px;
}

.block-title-pickup-column {
  margin-left: 14px;
}
.block-title-pickup-column::before {
  content: "PICK UP COLUMN";
  margin-left: 1px;
}

.block-title-brand::before {
  content: "BRAND";
  margin-left: 2px;
}

.block-title-search-category {
  margin-left: 14px;
}
.block-title-search-category::before {
  content: "CATEGORY";
  margin-left: 3px;
}

.block-title-include-item {
  margin-left: 14px;
}
.block-title-include-item::before {
  content: "FREE SHIPPING";
  margin-left: 1px;
}

.tab-menu-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 20px;
}
@media (min-width: 33.75em) {
  .tab-menu-list {
    max-width: 540px;
    margin: auto;
  }
}
@media (min-width: 48em) {
  .tab-menu-list {
    max-width: none;
  }
}

.tab-menu {
  line-height: 0;
  width: auto!important;
}

.tab-panel {
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  line-height: 1.54;
  letter-spacing: -0.06em;
  white-space: nowrap;
  display: block;
  min-width: 56px;
  padding: 4px;
  border: none;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
.swiper-slide-thumb-active .tab-panel {
  background: #bdcaca;
  color: #fff;
}
.swiper-tab-ranking {
  overflow: hidden;
}

.item-box {
  position: relative;
  padding: 0 0 11px;
  border-right: solid 1px transparent;
}
@media (min-width: 48em) {
  .item-box {
    border-right-color: #b5b5b5;
  }
}
@media (min-width: 64.0625em) {
  .item-box:hover {
    opacity: 0.75;
  }
}

.item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}

.item-name {
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: 0.04em;
  padding: 0 14px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  background-color: transparent;
  font-weight: normal;
}

.item-thumbnail-box {
  overflow: hidden;
  position: relative;
  margin: 0 0 5px;
}
.item-thumbnail-box::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.item-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
}
.item-label-box {
  display: flex;
  align-items: center;
}

.item-label {
  color: #fff;
  font-size: 8px;
  line-height: 1;
  text-align: center;
  padding: 3px 0 1px;
  width: 32px;
  white-space: nowrap;
  margin: 0 0 3px 14px;
}

.item-category {
  font-size: 14px;
	letter-spacing: 0.08em;
	padding: 6px 6px;
	border: solid 1px #989898;
	line-height: 1;
	margin: 0 0 3px 8px;
}

.item-label-new {
  background: #d0c65b;
}

.item-label-restock {
  background: #aac5db;
}

.item-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.item-description {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.item-date {
  font-size: 11px;
  line-height: 1.27;
  color: #999;
  margin-top: 6px;
}

.more-btn-box {
  text-align: right;
  margin-right: 13px;
}

.more-btn {
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.16em;
  color: #989898;
  display: inline-block;
  padding: 8px 20px;
  border: solid 1px #cacaca;
  border-radius: 30px;
  background: #fff;
  text-decoration: none;
}
.more-btn:visited,.more-btn:link {
  color: #989898;
}
@media (min-width: 64.0625em) {
  .more-btn {
    font-size: 16px;
    line-height: 1.5;
  }
}

.item-box_landscape {
  position: relative;
}
@media (min-width: 64.0625em) {
  .item-box_landscape:hover {
    opacity: 0.75;
  }
}
.item-box_landscape .item-thumbnail-box::before {
  padding-top: 64%;
}

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

#Header {
  width: 100%;
}

#Header.fixed .header{
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  background: #fff;
  height: 70px;
  overflow-y: hidden;
}

#Header.fixed.active .header {
  height: 142px;
}

.header {
  width: 100%;
  background: #fff;
  height: auto;
}
.header ul li a {
  text-indent: 0em;
  width: auto;
  height: auto;
}
.header nav {
  height: auto;
  float: none;
}
.header .logo-box {
  width: 126px;
}
@media (min-width: 33.75em) {
  .header .logo-box {
    width: 170px;
  }
}
.header .logo {
  width: 100%;
  display: block;
  height: auto;
  line-height: 0;
}

.header-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 16px 16px 13px;
}

.present-point-block {
  padding: 0 20px;
}

.present-point-block a {
  font-size: 13px;
  letter-spacing: 0.04em;
  position: relative;
  display: block;
  text-align: center;
  padding: 6px 0;
  margin: 8px 0 0;
}
.present-point-block a:link,
.present-point-block a:visited {
  color: #749d9d;
}
.present-point-block a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent #749d9d transparent;
  bottom: 12px;
  right: 20px;
}

.header-menu-box {
  display: flex;
  justify-content: center;
}
.header-menu-box .menu-item-btn {
  display: block;
  height: 40px;
  width: auto;
  text-align: center;
  text-indent: 0em;
}
@media (min-width: 33.75em) {
  .header-menu-box .menu-item-btn {
    height: 51px;
  }
}
.header-menu-box .menu-item-btn_hamburger {
  background: #fff;
  border: none;
  padding: 0;
}
.header-menu-box .menu-item-label {
  font-size: 9px;
  line-height: 0.8;
  display: block;
  text-indent: 0em;
  padding-top: 8px;
}
@media (min-width: 33.75em) {
  .header-menu-box .menu-item-label {
    font-size: 10px;
  }
}
.header-menu-box .menu-item-cart {
  width: 30px;
}
@media (min-width: 33.75em) {
  .header-menu-box .menu-item-cart {
    height: 51px;
  }
}
.header-menu-box .menu-item-cart img {
  width: auto;
  height: 25px;
}
@media (min-width: 33.75em) {
  .header-menu-box .menu-item-cart img {
    height: 32px;
  }
}
.header-menu-box .menu-item-login {
  width: 54px;
  margin: 0 9px 0 11px;
}
@media (min-width: 33.75em) {
  .header-menu-box .menu-item-login {
    height: 51px;
  }
}
.header-menu-box .menu-item-login img {
  width: auto;
  height: 25px;
}
@media (min-width: 33.75em) {
  .header-menu-box .menu-item-login img {
    height: 32px;
  }
}
.header-menu-box .menu-item-hamburger {
  width: 40px;
}
.header-menu-box .menu-item-hamburger .menu-item-label {
  padding-top: 30px;
}
@media (min-width: 33.75em) {
  .header-menu-box .menu-item-hamburger .menu-item-label {
    padding-top: 36.5px;
  }
}
.header-menu-box .hamburger-btn {
  content: "";
  display: block;
  height: 3px;
  width: 28px;
  border-radius: 3px;
  background-color: #000;
  position: relative;
  margin: auto;
  top: 12px;
}
@media (min-width: 33.75em) {
  .header-menu-box .hamburger-btn {
    top: 15px;
  }
}
.header-menu-box .hamburger-btn::before {
  content: "";
  display: block;
  height: 3px;
  width: 28px;
  border-radius: 3px;
  background-color: #000;
  position: relative;
  margin: auto;
  top: -8px;
  transition: all 0.15s ease;
}
.header-menu-box .hamburger-btn::after {
  content: "";
  display: block;
  height: 3px;
  width: 28px;
  border-radius: 3px;
  background-color: #000;
  position: relative;
  margin: auto;
  top: 5px;
  transition: all 0.15s ease;
}

#Header.active .hamburger-btn {
  background: rgba(255, 255, 255, 0);
}
#Header.active .hamburger-btn::before {
  transform: rotate(45deg);
  top: 0px;
}
#Header.active .hamburger-btn::after {
  transform: rotate(-45deg);
  top: -3px;
}
#Header.active .hamburger-menu-block {
  transform: translate(0, -30px);
}

#Header.active.fixed .hamburger-menu-block {
  transform: translate(0, -38px);
}
#Header.fixed .hamburger-menu-block {
  transform: translate(100%, -38px);
}

.hamburger-menu-block {
  width: 100%;
  background: #fff;
  transform: translate(100%, -30px);
  transition: 0.35s ease;
  overflow-y: auto;
  padding: 16px 12px 36px;
  position: fixed;
  height: calc(100vh - 137px)!important;
  z-index: 100;
}
.hamburger-menu-block ul li {
  display: list-item;
}
.hamburger-menu-block .menu-btn {
  width: 258px;
  border: solid 1px #ccc;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  display: block;
  padding: 13px 0;
  margin: 0 auto 10px;
}
.hamburger-menu-block .btn-login {
  border-color: #bccaca;
  background: #bccaca;
  color: #fff;
}
.hamburger-menu-block .btn-register {
  border-color: #c0c9c6;
  background: #f3eeea;
  color: #88abab;
}
.hamburger-menu-block .btn-favorite {
  border-color: #edc7be;
  background: #edc7be;
  color: #fff;
}
.hamburger-menu-block .search-category-block {
  margin: 22px 0 0;
}
.hamburger-menu-block .block-title {
  margin-left: 0;
  font-size: 18px;
}
.hamburger-menu-block .block-title::before {
  display: none;
}
.hamburger-menu-block .search-category-list {
  padding: 0;
}
.hamburger-menu-block .brand-block {
  background: #fff;
  padding: 0;
  margin-top: 23px;
}
.hamburger-menu-block .site-menu-block {
  margin: 30px 0 0;
}
.hamburger-menu-block .site-menu-list {
  border-top: solid 1px #ccc;
}
.hamburger-menu-block .site-menu-item:not(:last-child) {
  border-bottom: solid 1px #ccc;
}
.hamburger-menu-block .site-menu-link {
  color: #333 !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.01em;
  display: block;
  padding: 15px 3px;
}

#HeadProductSearch {
  margin: 0;
  width: 100%;
  padding: 0 16px;
  position: relative;
}
#HeadProductSearch div {
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#HeadProductSearch .item-search-input {
  border: none !important;
  text-align: left !important;
  text-indent: 0px !important;
  font-size: 12px !important;
  margin: 0 !important;
  padding: 0.5em 0.3em 0.5em 44px !important;
  border-radius: 20px;
  background: #f3eeea;
  width: 100%;
  letter-spacing: 0.04em;
}
#HeadProductSearch .item-search-btn {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translate(0, -50%);
  width: 16px;
  line-height: 0;
}

.product-search-tag-list {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin: 3px 0 0;
}
@media (min-width: 33.75em) {
  .product-search-tag-list {
    justify-content: center;
  }
}

.product-search-tag {
  color: #333 !important;
  text-decoration: none;
}
@media (min-width: 33.75em) {
  .product-search-tag {
    margin: 0 0.5em;
  }
}

.visual-box {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 720px;
  height: 100vw !important;
  max-height: 720px;
}
@media (min-width: 64em) {
  .visual-box {
    margin: 0 14px;
  }
}
.visual-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.visual-box img {
  width: auto;
  height: min(720px, 100vw);
  max-width: none;
  position: absolute;
  top: 0;
}

.visual-typography {
  position: absolute;
  bottom: 16px;
  left: 20px;
  z-index: 1;
  width: calc(100% - 40px);
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  overflow: hidden;
}

.visual-typography-main {
  font-size: 19px;
  line-height: 1.42;
  display: block;
}

.visual-typography.text-black {
  color: #000;
}

/* Contents Banner Block */
.banner-block {
  margin-top: 70px;
  padding: 0 6px;
}

.banner-list-item {
  margin-bottom: 8px;
  text-align: center;
}
.banner-list-item .banner-link {
  display: block;
  line-height: 0;
  border: 1px solid #ccc;
}

/* Contents Benefits Block */
.benefits-block {
  padding: 0 14px;
  margin-top: 63px;
}

.benefits-list {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
  margin: 34px 0 0;
}

.benefits-item {
  border: solid 2px #ccc;
  text-align: center;
  position: relative;
  padding: 36px 0 2px;
  color: #555454;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.benefits-item::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.benefits-item::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 48px;
  height: 2px;
  background: #fff;
}

.benefit-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 36px 0 2px;
  z-index: 1;
}
.benefits-typography-small {
  font-size: 9px;
}
.benefit-delivery-soon::before {
  width: 50px;
  height: 53px;
  background: url("https://www.angers-web.com/Contents/top2023/image/icon-delivery-1@2x.png") 0 0 no-repeat;
  background-size: 50px;
  top: -23px;
}
.benefit-delivery-soon::after {
  width: 52px;
  transform: translate(calc(-50% + 3px), 0);
}
.benefit-delivery-soon span {
  white-space: nowrap;
  display: block;
  letter-spacing: -.04em;
}

.benefit-delivery-free::before {
  width: 50px;
  height: 53px;
  background: url("https://www.angers-web.com/Contents/top2023/image/icon-delivery-2@2x.png") 0 0 no-repeat;
  background-size: 50px;
  top: -23px;
}
.benefit-delivery-free::after {
  width: 52px;
  transform: translate(calc(-50% + 3px), 0);
}

.benefit-sns::before {
  width: 44px;
  height: 44px;
  background: url("https://www.angers-web.com/Contents/top2023/image/icon-delivery-3@2x.png") 0 0 no-repeat;
  background-size: 44px;
}

.benefit-calendar::before {
  width: 44px;
  height: 44px;
  background: url("https://www.angers-web.com/Contents/top2023/image/icon-delivery-4@2x.png") 0 0 no-repeat;
  background-size: 44px;
}

/* Contents News Block */
.news-block {
  padding: 0 27px 0 40px;
  margin: 30px 0 0;
}

.news-head {
  font-size: 14px;
  position: relative;
}
.news-head::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #333;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translate(0, -50%);
}

.news-item {
  margin-bottom: 4px;
  font-size: 14px;
  padding-left: 12px;
  position: relative;
}
.news-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #ccc;
  top: 50%;
  left: 1px;
  transform: translate(0, -50%);
}

/* Contents Ranking Block */
.ranking-block {
  padding: 35px 12px;
  margin: 50px 0 0;
  background: #f3eeea;
}
@media (min-width: 48em) {
  .ranking-block {
    padding: 35px 31px;
  }
}
@media (min-width: 48em) {
  .ranking-block .tab-panel {
    font-size: 15px;
    padding: 7px 30px;
  }
}

.ranking-item-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.ranking-item-block .item-box {
  padding: 0;
  border: none;
}
.ranking-item-block .item-box::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 6px;
  display: block;
  width: 16px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.ranking-item-block .item-box:nth-child(-n+2) {
  width: calc(50% - 5px);
  margin-bottom: 40px;
}
.ranking-item-block .item-box:nth-child(n+3) {
  width: calc(33% - 3.5px);
}
.ranking-item-block .item-box:first-child {
  position: relative;
}
.ranking-item-block .item-box:first-child::before {
  background-image: url("https://www.angers-web.com/SmartPhone/sp2023/image/ranking-1.png");
  width: 24px;
  height: 27px;
  top: -6px;
  left: 8px;
}
.ranking-item-block .item-box:nth-child(2)::before {
  background-image: url("https://www.angers-web.com/SmartPhone/sp2023/image/ranking-2.png");
  width: 24px;
  height: 27px;
  top: -6px;
  left: 8px;
}
.ranking-item-block .item-box:nth-child(3)::before {
  background-image: url("https://www.angers-web.com/SmartPhone/sp2023/image/ranking-3.png");
}
.ranking-item-block .item-box:nth-child(4)::before {
  background-image: url("https://www.angers-web.com/SmartPhone/sp2023/image/ranking-4.png");
}
.ranking-item-block .item-box:nth-child(5)::before {
  background-image: url("https://www.angers-web.com/SmartPhone/sp2023/image/ranking-5.png");
}
.ranking-item-block .item-name {
  padding: 0 3px;
}
.tab-content_column .item-thumbnail {
  width: 150%;
}
.ranking-attention {
  font-size: 11px;
  margin-top: 2rem;
}
/* Contents New Restock Item Block */
.new-item-block {
  margin: 80px 0 0;
}
@media (min-width: 48em) {
  .new-item-block {
    padding: 0 31px;
  }
}
@media (min-width: 48em) {
  .new-item-block .block-title-newitem {
    margin-left: 0;
  }
}
.new-item-block .item-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.new-item-block .more-btn-box {
  margin-top: 5px;
}

/* Contents Feature Block */
.feature-block {
  background: #f3eeea;
  padding: 47px 12px 18px;
  margin: 80px 0 0;
}
@media (min-width: 48em) {
  .feature-block {
    padding: 47px 31px 18px;
  }
}
.feature-block .more-btn-box {
  margin-top: 17px;
  margin-right: 0;
}

.feature-item-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px 10px;
}

.item-box_feature .item-title {
  padding: 0 6px 8px;
}
.item-box_feature .item-description {
  padding: 0 6px;
}

.item-box_feature .item-thumbnail-box::before {
  padding-top: 100%;
}
/* Contents Hit Item Block */
.hit-item-block {
  margin: 80px 0 0;
}
@media (min-width: 48em) {
  .hit-item-block {
    padding: 0 31px;
  }
}
@media (min-width: 48em) {
  .hit-item-block .block-title-hititem {
    margin-left: 0;
  }
}
.hit-item-block .dv_recommend {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hit-item-block .dv_rc_header {
  display: none;
}
.hit-item-block .dv_rc_title {
  display: none;
}
.hit-item-block .dv_rc_items {
  padding-bottom: 11px;
  border-right: solid 1px transparent;
}
.hit-item-block .dv_rc_items a,
.hit-item-block .dv_rc_items a:visited {
  color: #333;
  text-decoration: none;
}
.hit-item-block .dv_rc_items a:hover {
  opacity: 0.75;
}
.hit-item-block .dv_rc_img {
  overflow: hidden;
  position: relative;
  margin: 0 0 5px;
}
.hit-item-block .dv_rc_img::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.hit-item-block .dv_rc_img img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
}
.hit-item-block .dv_rc_name {
  text-align: left;
  margin: 0;
  padding: 0 14px;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: 0.04em;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  text-decoration: none;
}
.hit-item-block .dv_rc_description {
  display: none;
}
.hit-item-block .dv_rc_price {
  display: none;
}
.hit-item-block .more-btn-box {
  margin-top: 10px;
}

.column-block {
  background: #f3eeea;
  padding: 23px 0 18px;
  margin: 80px 0 0;
}
@media (min-width: 48em) {
  .column-block {
    padding: 23px 31px 18px;
  }
}
.column-block .more-btn-box {
  margin-top: 24px;
}

.column-item-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 10px;
  padding: 0 12px;
}
@media (min-width: 48em) {
  .column-item-block {
    padding: 0;
  }
}

.item-box_column .item-title {
  padding: 0 4px;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.42;
  font-weight: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.item-box_column .item-date {
  padding: 0 4px;
}

.pickup-column-block {
  margin: 80px 0 0;
}
@media (min-width: 48em) {
  .pickup-column-block {
    padding: 0 31px;
  }
}
@media (min-width: 48em) {
  .pickup-column-block .block-title-pickup-column {
    margin-left: 0;
  }
}
.pickup-column-block .more-btn-box {
  margin-top: 24px;
}

.column-label {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 4px;
  min-width: 82px;
  text-align: center;
  display: inline-block;
}

.column-label_living {
  background: #6a6a6a;
}

.column-label_food {
  background: #ebdc8c;
}

.column-label_fashion {
  background: #cfb490;
}

.column-label_kids {
  background: #afc2e3;
}

.column-label_gift {
  background: #d0949d;
}

.brand-block {
  margin: 80px 0 0;
  padding: 23px 14px;
  background: #f3eeea;
}
@media (min-width: 48em) {
  .brand-block {
    padding: 23px 31px;
  }
}

.brand-item-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.brand-item {
  display: block;
  line-height: 0;
}

.search-category-block {
  margin: 80px 0 0;
}
@media (min-width: 48em) {
  .search-category-block {
    padding: 0 31px;
  }
}
@media (min-width: 64em) {
  .search-category-block {
    margin: 85px auto 0;
    max-width: 1150px;
  }
}
@media (min-width: 67.6875em) {
  .search-category-block {
    padding: 0;
  }
}

.block-title-search-category {
  margin-left: 14px;
}
@media (min-width: 48em) {
  .block-title-search-category {
    margin-left: 0;
  }
}
@media (min-width: 64em) {
  .hamburger-menu-block .block-title::before {
    font-size: 12px;
  }
}
@media (min-width: 67.6875em) {
  .block-title-search-category {
    margin-left: 29px;
  }
}

.search-category-list {
  padding: 0 14px;
}
@media (min-width: 48em) {
  .search-category-list {
    padding: 0;
  }
}
@media (min-width: 64em) {
  .search-category-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px 11px;
  }
}

.search-category-parent {
  font-size: 13px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  background: #f3eeea;
  padding: 12px 30px 12px 14px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
@media (min-width: 64em) {
  .search-category-parent {
    font-size: 18px;
    padding: 21px 22px;
    cursor: pointer;
  }
  .search-category-parent:hover {
    opacity: 0.75;
  }
}
.search-category-parent::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #262626;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
  opacity: 1;
  transition: all 0.25s ease;
}
.search-category-parent::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #262626;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%) rotate(90deg);
  transition: all 0.25s ease;
}

.search-category-item {
  text-align: left;
}
.search-category-item.active .search-category-parent::before {
  opacity: 0;
}
.search-category-item.active .search-category-parent::after {
  transform: translate(0, -50%) rotate(0deg);
}
.search-category-item.active .search-category-parent + .search-category-child-box {
  height: 100%;
}
.search-category-item.active .search-category-children-list {
  visibility: visible;
}

.search-category-child-box {
  background: #fbf7f4;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  transform: translateY(-5px);
}

.search-category-children-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px 24px;
  padding: 11px 12px;
  visibility: hidden;
}
@media (min-width: 64.0625em) {
  .search-category-children-list {
    gap: 14px 24px;
    padding: 11px 24px;
  }
}

.search-category-item-child {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: .5rem 0;
}
@media (min-width: 64em) {
  .search-category-item-child {
    font-size: 17px;
  }
}

.search-category-child {
  color: #333;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 0 12px;
}
@media (min-width: 64em) {
  .search-category-child {
    padding: 0;
  }
}
.search-category-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translate(0, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #e9e5e2;
  border-right: 2px solid #e9e5e2;
  display: block;
}

/* Contents Include Item Block */
.include-item-block {
  margin: 50px 0 0;
}
@media (min-width: 48em) {
  .include-item-block {
    padding: 0 31px;
  }
}
@media (min-width: 48em) {
  .include-item-block .block-title-include-item {
    margin-left: 0;
  }
}
.include-item-block .more-btn-box {
  margin-top: 24px;
}

.item-block_include {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 8px;
  padding: 0 14px;
}
.item-block_include .item-thumbnail-box {
  border-radius: 50%;
}
.item-block_include .item-price {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.item-block_include .item-price > span {
  font-weight: normal;
  font-size: 8px;
}

.include-item-box {
  text-align: center;
  position: relative;
}

.label-postage-free {
  color: #6590bd;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 6px;
}
.label-postage-free > span {
  font-size: 18px;
}

/* Contents Sns Block */
.sns-block {
  margin: 50px 14px 0;
}
@media (min-width: 48em) {
  .sns-block {
    padding: 0 31px;
  }
}

.sns-item-117,
.sns-item-instagram,
.sns-item-review,
.sns-item-angers {
  font-size: 9px;
}

.sns-item-117::before {
  width: 44px;
  height: 44px;
  background: url("https://www.angers-web.com/Contents/top2023/image/icon-17@2x.png") 0 0 no-repeat;
  background-size: 44px;
}

.sns-item-instagram::before {
  width: 44px;
  height: 44px;
  background: url("https://www.angers-web.com/Contents/top2023/image/icon-instagram@2x.png") 0 0 no-repeat;
  background-size: 44px;
}

.sns-item-review::before {
  width: 44px;
  height: 44px;
  background: url("https://www.angers-web.com/Contents/top2023/image/icon-review@2x.png") 0 0 no-repeat;
  background-size: 44px;
}

.sns-item-angers::before {
  width: 44px;
  height: 44px;
  background: url("https://www.angers-web.com/Contents/top2023/image/icon-app@2x.png") 0 0 no-repeat;
  background-size: 44px;
}

.footer {
  width: 100%;
  padding: 21px 34px 43px;
  margin: 50px 0 0;
  background: #f3eeea;
}
.footer .footer-title {
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  background: transparent;
  max-width: 121px;
  text-align: center;
}
.footer .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.footer .footer-sns-link {
  display: block;
  line-height: 0;
}
.footer .footer-sns-icon {
  width: auto;
  height: 38px;
}
.footer .footer-sns-item_instagram {
  margin-right: 18px;
}
.footer .footer-sns-item_line {
  margin-right: 21px;
}
.footer .footer-sns-item_twitter {
  margin-right: 20px;
}
.footer .footer-sns-item_twitter .footer-sns-icon {
  height: 31px;
}
.footer .footer-sns-item_mail .footer-sns-icon {
  height: 29px;
}
.footer .footer-list {
  margin: 20px 0 0;
}
.footer .footer-list-item {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.21em;
}

.copyright {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.45;
  color: #333;
  text-align: left;
}