:root {
  --accent-color: #e86e5a;
  --sub-color1: #f5a6d0;
  --Sub-color2: #a8dadc;
  --point-color1: #ffd966;
  --point-color2: #ffd966;
  --text-color: #333333;
  --text-gray: #7a6c6c;
  --text-size:14px;
  --text-size-h1:24px;
  --text-size-h2:20px;
  --text-size-h3:16px;
  --text-size-small:12px;
  --text-size-btn:15px;
  --space-side:8vw;
  --space-top:70px;
  --space-top-pc:70px;
  --space-side-tab:50px;
  --pc-width:1090px;

}
.costomo-top{
  background: #fff;
}

body .header_news {
  background: #f2e6d6;
}

body .c_header_campaign_area {
  display: none !important;
}


.section-title {
  text-align: center;
  font-size: var(--text-size-h1);
  font-weight: 600;
}

.section-kasumi {
  color: var(--text-gray);
  font-size: var(--text-size);
  text-align: center;
  margin-bottom: 5px;
}


@media (min-width: 768px) {
  .section-title {
    text-align: left;
  }
  .section-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .section-kasumi::before {
    content: "/";
    padding-left: 1em;
    padding-right: 0.5em;
  }
}
/* メインビジュアル */
.home_hero_img{ width:100%; aspect-ratio: auto 3 / 4; vertical-align:top}

@media (min-width: 768px) {
.home_hero_img{ aspect-ratio: 1090/545;}
}
@media (min-width: 1024px) {
  section.home_hero{
    width:1090px;
    max-height: 545px;
    margin:20px auto 0 auto}

}



/* Top-Search */

.home-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-search-area {
  background: #f7f3f0;
  margin: 40px auto 0 auto;
  border-radius: 50px;
  overflow: hidden;
  padding: 20px 8vw;
}
.home-search-btn {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translate(0%, -50%);
  background-color: var(--text-color);
  color: #fff;
  border: none;
  padding: 9px 12px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 30px;
  line-height: 1;
}
.home-search-btn:hover {
  background-color: #333;
}

input.home-search-input {
  border: 1px solid var(--text-gray) !important;
  padding: 10px 26px 10px 34px !important;
  font-size: 13px;
  outline: none;
  border-radius: 40px !important;
  width: 100%;
  background: #fff url(https://gigaplus.makeshop.jp/costomo/home/icn-search.svg) 11px center no-repeat;
  background-size: 16px auto;
}

@media (min-width: 768px) {
  .home-search-area {
    margin: 40px var(--space-side-tab) 0 var(--space-side-tab);
  }
  input.home-search-input {
    background-position: 20px center;
    padding-left: 50px !important;
  }
}
@media (min-width: 1024px) {
  .home-search-area {
    width: var(--pc-width);
    margin-left: auto;
    margin-right: auto;
    padding: 30px 250px;
  }
  .home-search-btn {
    padding: 9px 20px;
  }
}

/* Top-Ranking */

.home-ranking {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
}
.home-ranking-area {
  margin: var(--space-top) var(--space-side) 0 var(--space-side);
}

.home-ranking-item {
  position: relative;
  text-align: center;
}

.home-ranking-circle {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  position: relative;
}
.home-ranking-circle::after {
  position: absolute;
  top: -8px;
  left: -8px;
  color: #fff;
  font-size: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.home-ranking-circle-new {
  background: var(--Sub-color2);
  font-size: 22px;
}
.home-ranking-circle-new a {
  width: 100%;
  color: #fff;
  aspect-ratio: 1/1;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-ranking-item:nth-child(1) .home-ranking-circle::after {
  content: "1";
  background: linear-gradient(135deg, #FFE066, #FFD700);
}

.home-ranking-item:nth-child(2) .home-ranking-circle::after {
  content: "2";
  background: linear-gradient(135deg, #D9E6F2, #B5B9FF);
}

.home-ranking-item:nth-child(3) .home-ranking-circle::after {
  content: "3";
  background: linear-gradient(135deg, #F5A387, #CD7F32);
}

.home-ranking-circle img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.home-ranking-label {
  position: absolute;
  bottom: 3px;
  right: -15px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .home-ranking {
    grid-template-columns: repeat(9, 1fr);
  }
  .home-ranking-area {
    margin: var(--space-top-pc) var(--space-side-tab) 0 var(--space-side-tab);
  }
  .home-ranking-circle-new {
    font-size: 16px;
  }
  .home-ranking-label {
    font-size: 11px;
    bottom: -14px;
    left: auto;
    right: auto;
  }
}
@media (min-width: 1024px) {
  .home-ranking-area {
    width: var(--pc-width);
    margin: 70px auto 0 auto;
  }
  .home-ranking-circle-new {
    font-size: 22px;
  }
  .home-ranking-label {
    right: -15px;
    bottom: 4px;
  }
}

/* header-white */
.header-light .c_header_logo_path {
  fill: #242424;
}
.header-light .c_header_cartimg {
  fill: #242424;
}
.header-light .icon_bar1, .header-light .icon_bar2, .header-light .icon_bar3 {
  background: #242424;
}
.header-light .home_search_input {
  border: 0;
  border-bottom: 1px solid #242424;
  border-radius: 0;
  background: transparent;
}
.header-light .hps_keywords_link.btn {
  color: #242424;
  border: 1px solid #525252;
}

@media screen and (min-width: 769px) {
  .header-light .c_header_logo_path,
  .path.c_header_cartimg, path.ch_account_path,
  .header-light .c_header_cartimg  {
    fill: #fefefe;
  }
  .header-light .c_header_cartimg {
  fill: #fefefe;
  }
}
