@charset "UTF-8";
/* angers web pc top 2023 */
* {
  box-sizing: border-box;
}

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

table, input, textarea, select, option {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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: 21px;
  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: 60px;
  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: 12px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 0 14px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  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: 12px;
  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: 5px 50px;
  border: solid 1px #cacaca;
  border-radius: 30px;
  background: #fff;
  text-decoration: none;
}
.more-btn:visited {
  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%;
}

.header {
  width: 100%;
  padding: 35px 0 40px;
  background: #fff;
}
.header .logo-box {
  width: 178px;
}
.header .logo {
  display: block;
  line-height: 0;
}

.header-inner {
  max-width: 1083px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 70.125em) {
  .header-inner {
    padding: 0 40px;
  }
}

.present-point-block {
  padding: 0 12px;
  text-align: left;
}

.present-point-block a {
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  padding-right: 22px;
  text-decoration: none;
}
.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 9px 11px;
  border-color: transparent transparent #749d9d transparent;
  bottom: 4px;
  right: -9px;
}

.header-menu-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.header-menu-list {
  display: flex;
  justify-content: center;
  margin-left: 35px;
}
.header-menu-list .menu-item-btn {
  display: block;
  height: 54px;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif!important;
}
.header-menu-list .menu-item-btn_hamburger {
  background: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
}
.header-menu-list .menu-item-label {
  font-size: 12px;
  display: block;
  padding-top: 7px;
}
.header-menu-list .menu-item-cart {
  width: 36px;
}
.header-menu-list .menu-item-cart img {
  width: auto;
  height: 32px;
  margin-left: -12px;
}
.header-menu-list .menu-item-login {
  width: 48px;
  margin: 0 21px 0 17px;
}
.header-menu-list .menu-item-mypage {
  width: 48px;
  margin: 0 21px 0 17px;
}
.header-menu-list .menu-item-mypage .menu-item-label {
  white-space: nowrap;
  margin-left: -6px;
}
.header-menu-list .menu-item-login img {
  width: auto;
  height: 32px;
}
.header-menu-list .menu-item-hamburger {
  width: 48px;
}
.header-menu-list .menu-item-hamburger .menu-item-label {
  padding-top: 42px;
  line-height: .8;
}
.header-menu-list .hamburger-btn {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  border-radius: 3px;
  background-color: #000;
  position: relative;
  margin: auto;
  top: 15px;
}
.header-menu-list .hamburger-btn::before {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  border-radius: 3px;
  background-color: #000;
  position: relative;
  margin: auto;
  top: -10px;
  transition: all 0.15s ease;
}
.header-menu-list .hamburger-btn::after {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  border-radius: 3px;
  background-color: #000;
  position: relative;
  margin: auto;
  top: 7px;
  transition: all 0.15s ease;
}

#Header.active .header {
  position: fixed;
  z-index: 10;
}
#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, 40px);
}

.hamburger-menu-block {
  width: 100%;
  background: #fff;
  transform: translate(100%, 40px);
  transition: 0.35s ease;
  overflow-y: auto;
  padding: 16px 12px;
  position: fixed;
  height: calc(100vh - 139px);
  z-index: 100;
}
.hamburger-menu-block .menu-btn-list {
  margin: 40px auto 0;
  max-width: 750px;
  display: flex;
  justify-content: space-between;
}
.hamburger-menu-block .menu-btn {
  width: 240px;
  border: solid 2px #ccc;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 13px 0;
  margin: 0;
}
.hamburger-menu-block .menu-btn:nth-child(2) {
  margin: 0 17px;
}
.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: 50px auto 0;
  max-width: 930px;
  padding: 0;
}
.hamburger-menu-block .block-title {
  margin-left: 10px !important;
  font-size: 20px !important;
  margin-bottom: 17px;
}
.hamburger-menu-block .search-category-list {
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px 11px;
}
.hamburger-menu-block .search-category-children-list {
  grid-template-columns: 1fr;
}
.hamburger-menu-block .brand-block {
  background: #fff;
  padding: 0;
  margin: 50px auto 0;
  max-width: 930px;
}
.hamburger-menu-block .site-menu-block {
  margin: 48px 0 30px;
}
.hamburger-menu-block .site-menu-list {
  display: flex;
  justify-content: center;
}
.hamburger-menu-block .site-menu-item {
  margin: 0 15px;
}
.hamburger-menu-block .site-menu-link {
  color: #333 !important;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-decoration: none;
  display: block;
}

.header fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

#HeadProductSearch {
  margin: 0;
  width: 100%;
  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: 16px !important;
  margin: 0 !important;
  padding: 8px 8px 8px 60px !important;
  border-radius: 20px;
  background: #f3eeea;
  width: 100%;
  max-width: 275px;
  letter-spacing: 0.04em;
  float: none;
}
.header #HeadProductSearch .item-search-input {
  width: 480px;
  max-width: none;
}
#HeadProductSearch .item-search-btn {
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translate(0, -50%);
  width: 21px;
  line-height: 0;
}
#left_navi #HeadProductSearch .item-search-input {
  font-size: 13px!important;
}
.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;
  }
}

.main-visual-block .slick-next {
  right: 35%;
  top: calc(100% + 14px);
}
.main-visual-block .slick-next::before {
  width: 10px;
  height: 10px;
}
.main-visual-block .slick-prev {
  left: 35%;
  top: calc(100% + 14px);
}
.main-visual-block .slick-prev::before {
  width: 10px;
  height: 10px;
}
.main-visual-block .slick-dots {
  bottom: -35px;
}
.main-visual-block .slick-dots li {
  margin: 0 7px;
}
.main-visual-block .slick-dots li button:before {
  font-size: 16px;
}

.visual-box {
  position: relative;
  overflow: hidden;
  margin: 0 14px;
}

.visual-typography {
  position: absolute;
  bottom: 54px;
  left: 47px;
  z-index: 1;
  width: calc(100% - 40px);
  color: #fff;
  font-size: 26px;
  line-height: 1.53;
  letter-spacing: 0.04em;
  overflow: hidden;
  text-align: left;
}

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

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

/* Contents Banner Block */
.banner-block {
  margin: 113px auto 0;
  max-width: 1150px;
}
@media (max-width: 67.625em) {
  .banner-block {
    padding: 0 40px;
  }
}

.banner-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 12px;
}

.banner-link {
  display: block;
  line-height: 0;
  border: 1px solid #ccc;
}

/* Contents Benefits Block */
.benefits-block {
  margin: 92px auto 0;
  max-width: 1111px;
}
@media (max-width: 67.625em) {
  .benefits-block {
    padding: 0 40px;
  }
}

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

.benefits-item {
  border: solid 4px #ccc;
  text-align: center;
  position: relative;
  padding: 81px 0 16px;
  color: #555454;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  max-width: 250px;
}
.benefits-item::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.benefits-item::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 104px;
  height: 4px;
  background: #fff;
}

.benefit-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 81px 0 18px;
  z-index: 1;
}

.benefits-item-delivery {
  font-size: 18px;
}

.benefit-delivery-soon::before {
  width: 105px;
  height: 113px;
  background: url("https://www.angers-web.com/Contents/top2023/image/icon-delivery-1@2x.png") 0 0 no-repeat;
  background-size: 105px;
  top: -48px;
}
.benefit-delivery-soon::after {
  width: 103px;
  transform: translate(calc(-50% + 3px), 0);
}
.benefit-delivery-soon span {
  font-size: 18px;
  white-space: nowrap;
  display: block;
}

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

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

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

/* Contents News Block */
.news-block {
  max-width: 1092px;
  margin: 43px auto 50px;
}
@media (max-width: 67.625em) {
  .news-block {
    padding: 0 40px;
  }
}

.news-item {
  margin-bottom: 10px;
  padding: 5px 0 5px 12px;
  font-size: 17px;
  position: relative;
  border-bottom: solid 1px #ccc;
  text-align: left;
}
.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%);
}
.news-item a {
  color: #333;
  text-decoration: none;
}
.news-item a:hover {
  opacity: 0.75;
}

/* Contents Ranking Block */
.ranking-block {
  padding: 53px 31px 23px;
  margin: 20px auto 0;
  background: #f3eeea;
  max-width: 1150px;
}
.ranking-block .block-title-ranking {
  margin-bottom: 40px;
}
.ranking-block .tab-menu-list {
  max-width: none;
}
.ranking-block .tab-panel {
  padding: 7px 30px;
  cursor: pointer;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}
@media (min-width: 64em) {
  .ranking-block .tab-panel {
    padding: 7px min(3vw, 60px);
    font-size: 17px;
    font-weight: bold;
  }
}

.ranking-item-block {
  margin-top: 43px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}
.ranking-item-block .item-box {
  padding: 0;
  border: none;
}
.ranking-item-block .item-box::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 7px;
  display: block;
  width: 31px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.ranking-item-block .item-box:first-child::before {
  background-image: url("https://www.angers-web.com/Contents/top2023/image/ranking-1@2x.png");
}
.ranking-item-block .item-box:nth-child(2)::before {
  background-image: url("https://www.angers-web.com/Contents/top2023/image/ranking-2@2x.png");
}
.ranking-item-block .item-box:nth-child(3)::before {
  background-image: url("https://www.angers-web.com/Contents/top2023/image/ranking-3@2x.png");
}
.ranking-item-block .item-box:nth-child(4)::before {
  background-image: url("https://www.angers-web.com/Contents/top2023/image/ranking-4@2x.png");
}
.ranking-item-block .item-box:nth-child(5)::before {
  background-image: url("https://www.angers-web.com/Contents/top2023/image/ranking-5@2x.png");
}
.ranking-item-block .item-name {
  padding: 5px 7px 0;
  text-align: left;
  font-size: 16px;
}
.tab-content_column .item-thumbnail {
  width: auto;
  height: 130%;
}
.ranking-attention {
  font-size: 12px;
  text-align: right;
  margin-top: 2rem;
}
/* Contents New Restock Item Block */
.new-item-block {
  margin: 84px auto 0;
  max-width: 1150px;
}
@media (max-width: 67.625em) {
  .new-item-block {
    padding: 0 31px;
  }
}
.new-item-block .block-title-newitem {
  margin-left: 29px;
}
@media (max-width: 67.625em) {
  .new-item-block .block-title-newitem {
    margin-left: 0;
  }
}
.new-item-block .item-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 15px;
}
.new-item-block .item-box {
  padding-bottom: 55px;
  border-right: none;
}
.new-item-block .item-thumbnail-box {
  margin-bottom: 15px;
}
.new-item-block .item-label {
  font-size: 17px;
  letter-spacing: 0.08em;
  padding: 7px 0 5px;
  margin-left: 19px;
  width: 65px;
}
.new-item-block .item-name {
  text-align: left;
  margin: 19px 24px 0;
  font-size: 16px;
  padding: 0;
}
.new-item-block .more-btn-box {
  margin-top: 5px;
}

/* Contents Feature Block */
.feature-block {
  background: #f3eeea;
  padding: 53px 29px 28px;
  margin: 97px auto 0;
  max-width: 1150px;
}
.feature-block .more-btn-box {
  margin-top: 25px;
}

.feature-item-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 14px;
}

.item-box_feature .item-thumbnail-box {
  margin-bottom: 13px;
}
.item-box_feature .item-thumbnail-box::before {
  padding-top: 100%;
}

.item-box_feature .item-title {
  padding: 0 6px 8px;
  text-align: left;
  font-size: 18px;
  line-height: 1.38;
}
.item-box_feature .item-description {
  padding: 0 6px;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

/* Contents Hit Item Block */
.hit-item-block {
  margin: 84px auto 0;
  max-width: 1150px;
}
@media (max-width: 67.625em) {
  .hit-item-block {
    padding: 0 31px;
  }
}
.hit-item-block .block-title-hititem {
  margin-left: 29px;
}
@media (max-width: 67.625em) {
  .hit-item-block .block-title-hititem {
    margin-left: 0;
  }
}
.hit-item-block .dv_recommend {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 15px;
}
.hit-item-block .dv_rc_header {
  display: none;
}
.hit-item-block .dv_rc_title {
  display: none;
}
.hit-item-block .dv_rc_items {
  padding-bottom: 29px;
}
.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;
  margin-bottom: 13px;
}
.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: 13px 24px 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  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: 5px;
}

.column-block {
  background: #f3eeea;
  padding: 53px 29px 9px;
  margin: 90px auto 0;
  max-width: 1150px;
}
.column-block .block-title-column {
  margin-left: 0;
}
.column-block .more-btn-box {
  margin-top: 24px;
}

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

.item-box_column:hover {
  opacity: 0.75;
}
.item-box_column .item-thumbnail-box {
  margin-bottom: 13px;
}
.item-box_column .item-title {
  padding: 0 6px;
  margin-top: 2px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.item-box_column .item-date {
  font-size: 13px;
  padding: 0 4px;
  text-align: left;
  padding: 0 6px;
}

.pickup-column-block {
  margin: 90px auto 0;
  padding: 0;
  max-width: 1150px;
}
@media (max-width: 67.625em) {
  .pickup-column-block {
    padding: 0 31px;
  }
}
.pickup-column-block .block-title-pickup-column {
  margin-left: 29px;
}
@media (max-width: 67.625em) {
  .pickup-column-block .block-title-pickup-column {
    margin-left: 0;
  }
}
.pickup-column-block .column-item-block {
  grid-template-columns: repeat(4, 1fr);
}
.pickup-column-block .item-box_landscape {
  text-align: left;
}
.pickup-column-block .column-label {
  font-size: 12px;
  padding: 5px;
  margin-left: 5px;
}
.pickup-column-block .item-title {
  padding: 0 10px;
  margin-top: 5px;
}
.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: 50px auto 0;
  padding: 34px 29px 50px;
  background: #f3eeea;
  max-width: 1150px;
}

.block-title-brand {
  margin-bottom: 30px;
}

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

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

.search-category-block {
  margin: 48px 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-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;
}
@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;
}
@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: 67px auto 0;
  max-width: 1150px;
}
.include-item-block .block-title-include-item {
  margin-left: 29px;
}
.include-item-block .more-btn-box {
  margin-top: 36px;
}

.item-block_include {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 970px;
  margin: 34px auto 0;
  gap: 0 30px;
}
.item-block_include .item-thumbnail-box {
  border-radius: 50%;
}
.item-block_include .item-price {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.238;
  display: inline-block;
  margin-left: 18px;
}
.item-block_include .item-price > span {
  font-weight: normal;
  font-size: 11px;
}

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

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

/* Contents Sns Block */
.sns-block {
  margin: 120px auto 0;
  max-width: 1111px;
}
@media (max-width: 67.625em) {
  .sns-block {
    padding: 0 31px;
  }
}
.sns-block .benefits-item:hover {
  opacity: 0.75;
}

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

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

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

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

/*------------------------------------------
　footCnt
------------------------------------------*/
.footer-wrap {
  margin-top: 95px;
}
#footFreeshipping {
  width: 100%;
  margin: auto;
  background: #9e9e9e;
}

#footerFreeshipping {
  display: block;
  width: 100%;
  max-width: 1000px;
  text-align: left;
  float: none;
  margin: auto;
}

#Foot {
  width: 100%;
  margin: 0 auto;
  background: #eeeeee;
  padding-bottom: 50px;
}

#footer {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  float: none;
}

.footer {
  background: #eeeeee;
  padding-bottom: 50px;
}

.footer h2 {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-size: 18px;
  padding-bottom: 10px; /* background: #fff; */
}

.footer .infoBox,
.footer .infoBox2,
.footer .infoBox3 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

.footer .infoBox dl {
  width: 30%;
  margin: 50px 20px 0 0;
  float: left;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  height: 240px;
}

.footer .infoBox dl:last-child {
  margin-right: 0 !important;
  padding-right: 0px !important;
  border: none;
}

.footer .infoBox dl.wide {
  width: 62%;
}

.footer .infoBox dl dt,
.footer .infoBox2 dl dt {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer .infoBox dl dd p.att {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.3em;
}

.footer .infoBox dl dd ul li {
  display: block;
}

.footer .infoBox dl dd ul li a {
  margin-top: 5px;
}

.footer .infoBox dl dd .txt01 {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
}

.footer .infoBox dl dd span.txt02 {
  margin-left: 60px;
}

.footer .infoBox a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  padding-left: 10px;
  position: relative;
}
.footer .infoBox a:hover {
  opacity: 1;
  color: #F60;
}
.footer .infoBox a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000000;
  border-radius: 3px;
}

.footer a.btn {
  margin-top: 20px;
  display: block;
}

.footer .infoBox dt a {
  font-size: 18px;
  padding: 0;
  position: static;
}
.footer .infoBox dt a::before {
  display: none;
}

.footer .infoBox2 {
  padding: 40px 0 0 0;
}

.footer .infoBox2 span {
  width: 455px;
  height: auto;
  background: #fff;
  float: left;
}

.footer .infoBox2 dl {
  width: 480px;
  padding: 20px;
  height: auto;
  background: #fff;
  float: left;
  margin-left: 25px;
}

.footer .infoBox2 dl a {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  margin-top: 7px;
  background: #ffd567 url(../image/icon_arrow.png) no-repeat 30% 50%;
  color: #333;
  text-decoration: none;
  position: relative;
}
.footer .infoBox2 dl a:hover {
  color: #F60;
  opacity: 1;
}
.footer .infoBox2 dl a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 6em), -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000000;
  border-radius: 3px;
}

.footer .infoBox3 {
  margin-top: 50px;
  text-align: center;
}

.footer .infoBox3 a {
  border-right: 1px solid #ccc;
  padding: 0 20px;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
.footer .infoBox3 a:hover {
  opacity: 1;
  color: #f60;
}

.footer .infoBox3 a:last-child {
  border-right: none;
}

.footer .sfont {
  padding: 20px 0 30px;
  display: block;
}

.footer .infoBox b.col {
  color: #f7553f;
}

#Foot.product_detail {
  background: #fff;
}
