@charset "UTF-8";

/* ===============================================
  第一ビルサービス様　追加CSS
=============================================== */

@charset "UTF-8";

/* === rank-custom === */
.rank-custom-frame { 
    margin-top:150px;
}
    
.rank-custom { 
    padding:0 16px 24px;
    background:#F8F7F3; 

}
    
/* =====line ===== */
.rank-deco__line {
  border-top: 1px solid var(--line-color, #ccc);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 0;
}
    
.rank-custom .common-container{
  position:relative;
  padding-top:60px;
  padding-bottom:60px;
  overflow:visible;
}

/* === heading === */
.index-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; /* ?????????? */
  gap: 24px; /* ??????????????2?? */
  text-align: center;
  margin: 20px 0 20px;
  position: relative;
}

.heading-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.index-heading--en{
  display:block;
  font:700 12px/1 "Poppins",sans-serif;
  letter-spacing:.12em;
  text-transform:lowercase;
  color:#7fb3a6;
  font-size: 18px;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  filter: none !important;
  text-decoration: none !important;
  background: none !important;    
  -webkit-text-fill-color: currentColor !important; 
}

.index-heading--jp{
  display:block;
  font-weight: 800;
  font-size: 28px;
  color:#222;
}

.heading-grass{
  position: static;         
  width: 84px; 
  height: auto;
  flex: 0 0 auto;
  pointer-events: none;
  align-self: flex-start; /* ???????????????????? */
}

.heading-grass--right{ 
  transform: scaleX(-1);
  align-self: flex-end; /* ???????????????????? */
} 

/* ===== illust ===== */
.rank-deco__illu {
  position: absolute;
  height: auto;
  display: block;
  pointer-events: none;
  z-index: 2; /* ????????????z-index?2??? */
}

/* migi illust */
.rank-deco__illu--right {
  width: 120px;
  top: -90px;
  right: 110px;
}

/* hidari illust  */
.rank-deco__illu--left {
  width: 90px;
  top: -90px;
  left: 110px;
}

/* ===== SP ===== */
@media (max-width: 767px) {
.rank-custom-frame {
    margin-top:60px;
    padding-top: 50px; }
  
.rank-custom .common-container{
    position:relative;
    padding-top:40px;
    padding-bottom:25px;
    overflow:visible;}
    
  .index-heading {
    margin: 10px 0 20px; /* ?????? */
    gap: 16px; /* SP????????????? */
  }
  
  .heading-text {
    /* SP???????????????????? */
  }
  
  .rank-deco__illu--right, 
  .rank-deco__illu--left {
    top: -60px; /* ????????? */
    z-index: 2; /* ?????????? */
  }
  
  .rank-deco__illu--right {
    width: 114px;
    right: 10px;
  }
  
  .rank-deco__illu--left {
    width: 90px;
    left: 10px;
  }
  
  .index-heading--jp { 
    font-size: 20px; 
  }
  
  .index-heading--en { 
    font-size: 14px;
  }

  .heading-grass {
    width: 56px;
  }
}

/* === rank-custom btn === */
.rank-custom .btn-wrap{ text-align:center; margin:24px 0 8px; }
.rank-custom .btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  min-width:220px; height:44px; padding:0 18px; border-radius:999px;
  background:#111; color:#fff; font:700 15px/1 system-ui, sans-serif;
}
.rank-custom .btn::after{ transform:translateY(-1px); }

.list-product {
  display: grid;
  gap: 40px 24px;
}
@media screen and (max-width: 767px) {
  .list-product {
    gap: 24px 16px;
  }
}
.list-product--ranking {
 grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  .list-product--ranking {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 16px;
  }
}
.list-product--ranking .list-product__item {
  position: relative;
  padding-top: 48px;
}
@media screen and (max-width: 767px)
{
  .list-product--ranking .list-product__item {
    width: calc(50% - 8px);
    padding-top: 40px;
  }
  .list-product--ranking .list-product__item:first-child {
    width: 100%;
  }
  .list-product--ranking .list-product__item:last-child {
    display: none;
  }
}
.list-product--ranking .list-product__item::before {
  font-size: 32px;
  font-weight: 700;
  font-family: "din-condensed", sans-serif;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .list-product--ranking .list-product__item::before {
    font-size: 28px;
  }
}
.list-product--ranking .list-product__item:nth-child(1)::before {
  content: "1";
}
.list-product--ranking .list-product__item:nth-child(2)::before {
  content: "2";
}
.list-product--ranking .list-product__item:nth-child(3)::before {
  content: "3";
}
.list-product--ranking .list-product__item:nth-child(4)::before {
  content: "4";
}
.list-product__img {
  position: relative;
}
.list-product__img img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #000;
  margin: 0 auto;
}
.list-product__img .soldout {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 4px;
}
.list-product__name {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
}
.list-product__price {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 10px;
}
.list-product__price span {
  font-size: 12px;
}
.list-product__price + .list-product__price {
  margin-top: 2px;
}
.list-product .sale {
  color: #C5412D;
}
.list-product__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 14px;
}
.list-product__icon img {
  height: 22px;
}

/* === recommend-custom frame & block === */
.recommend-custom { 
  padding: 0 16px 24px;
  background: #F8F7F3; /* .rank-custom ??? */
}

.recommend-custom .common-container{
  position: relative;
  padding-top: 24px;
  padding-bottom: 60px;
  overflow: visible;
}

/* ===== line ===== */
.recommend-deco__line {
  border-top: 1px solid var(--line-color, #ccc);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 0;
}

/* === heading ===??????? */
.recommend-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 24px;
  text-align: center;
  margin: 0 0 20px;
  padding-top:50px;
  position: relative;
}

.recommend-heading__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.recommend-heading__en{
  display: block;
  font: 700 12px/1 "Poppins", sans-serif;
  letter-spacing: .12em;
  text-transform: lowercase;
  color: #7fb3a6;
  font-size: 18px;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  filter: none !important;
  text-decoration: none !important;
  background: none !important;    
  -webkit-text-fill-color: currentColor !important; 
}

.recommend-heading__jp{
  display: block;
  font-weight: 800;
  font-size: 28px;
  color: #222;
}

/* ????????????????? */
.recommend-heading__grass{
  position: static;
  width: 84px; 
  height: auto;
  flex: 0 0 auto;
  pointer-events: none;
  align-self: flex-start;
}
.recommend-heading__grass--right{ 
  transform: scaleX(-1);
  align-self: flex-end;
}

/* ===== product grid ===== */
.recommend-product {
  display: grid;
  gap: 40px 24px;
}
@media screen and (max-width: 767px) {
  .recommend-product {
    gap: 24px 16px;
  }
}

/* PC: 4??? */
.recommend-product--grid {
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:40px 24px;
}

/* SP: 2??? */
@media screen and (max-width: 767px) {
  .recommend-product--grid {
    grid-template-columns: repeat(2, 1fr);  
    gap: 24px 16px;
  }
}
.recommend-product--grid .recommend-product__item {
  position: relative;
  width: auto;
 padding-top: 40px;
 box-sizing:border-box;
}

/* img */
.recommend-product__img {
  position: relative;
}
.recommend-product__img img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #000;
  margin: 0 auto;
}
.recommend-product__img .soldout {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 4px;
}

/* ??? */
.recommend-product__name {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
}

/* ?? */
.recommend-product__price {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 10px;
}
.recommend-product__price span {
  font-size: 12px;
}
.recommend-product__price + .recommend-product__price {
  margin-top: 2px;
}
.recommend-product .sale {
  color: #C5412D;
}

/* ????? */
.recommend-product__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 14px;
}
.recommend-product__icon img {
  height: 22px;
}

/* ===recommend-custom btn === */
.recommend-custom .btn-wrap{ text-align:center; margin:24px 0 8px; }
.recommend-custom .btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  min-width:220px; height:44px; padding:0 18px; border-radius:999px;
  background:#111; color:#fff; font:700 15px/1 system-ui, sans-serif;
}
.recommend-custom .btn::after{ transform:translateY(-1px); }

/* ===== SP ===== */
@media (max-width: 767px) {
    .recommend-custom .common-container{
     position: relative;
     padding-top: 24px;
     padding-bottom: 25px;
     overflow: visible;
    }

  .recommend-heading { margin: 0 0 20px; gap: 16px; padding-top:25px; }
  .recommend-heading__jp { font-size: 18px; }
  .recommend-heading__en { font-size: 14px; }
  .recommend-heading__grass { width: 56px; }
}

/* about */
.about-body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    color: #000;
    margin: 15px 0;
    background-color: #f8f9fa;
    overflow-x: hidden; /* ???????? */
}

/* PC????? */
.about-section {
    position: relative;
    overflow: hidden;
    padding: 60px 20px;
    background:
        linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 30%,rgba(255,255,255,0.2) 50%),
        url("https://shop.yoridori-shotengai.jp/assets/img/sitetop/mainillust.png") no-repeat,
        #fff;
    background-position: left top, 50% center, left top;
    background-size: 100% 100%, auto 100%, auto;
}

.about-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.about-main-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
}

.about-text-content {
    flex: 1;
    max-width: 520px;
    min-width: 360px;
}

.about-logo-area {
    text-align: left;
    margin-bottom: 24px;
}

.about-logo-area img {
    max-width: 200px;
    height: auto;
}

.about-main-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #333;
}

.about-description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
    color: #333;
}

.about-cta-button {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

.about-cta-button:hover {
    background: #555;
    transform: translateY(-2px);
}

.about-cta-button,
.about-cta-button:visited,
.about-cta-button:active,
.about-cta-button:focus {
    color: #fff;
}

/* PC????????????? */
.background-illustration {
    display: none;
}

/* --- SP? --- */
@media (max-width: 767px) {
    .about-section {
        background: #fff;
        padding: 10px 16px 0px 16px;
        padding-bottom:20vh;
        position: relative;
        overflow: visible; /* ?????????????? */
        min-height: 60vh; /* ??????????????? */
    }
    
    .about-main-content {
        display: block; /* flex??block??? */
        position: relative;
        max-width: 520px;
        margin: 0 auto;
    }
    
    .about-text-content {
        position: relative;
        background: rgba(255,255,255,0.95);
        border-radius: 16px;
        padding: 32px 24px;
        z-index: 2; /* ?????? */
        text-align: center;
        margin: 0 auto;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1); /* ????????? */
    }
    
    .about-logo-area {
        margin-bottom: 24px;
        text-align: center;
    }
    
    .about-logo-area img {
        max-width: 150px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    
    .about-main-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .about-description {
        font-size: 16px;
        margin-bottom: 32px;
        text-align: center;
    }
    
    .about-cta-button {
        display: inline-block;
        margin: 0 auto;
    }
    
    /* ????????????????? */
    .background-illustration {
        display: block;
        position: absolute;
        top: auto;
        bottom: -40%;
        left: 50%;
        transform: translateX(-50%); 
        width: 130vw; /* ???????? */
        height: 60vh;
        background: url("https://shop.yoridori-shotengai.jp/assets/img/sitetop/mainillust_sp.png") no-repeat center top / contain;
        z-index: 1; /* ??????????? */
        pointer-events: none;
        max-width: none; /* max-width?????? */
    }
}

/* --- 400px????????? --- */
@media (max-width: 400px) {
.about-section {
    padding: 8px 0 0 0; /* ? ??padding???? */
    padding-bottom:20vh;
}
.about-main-content {
    max-width: 100vw; /* ? ??????? */
    margin: 0; /* ? margin?????? */
    padding: 0 8px; /* ? ?????????? */
}
.about-text-content {
    width: 100%; /* ? ????100%?? */
    padding: 24px 16px; /* ? ??????? */
    min-width:100%;
}

    .background-illustration {
        width: 110vw; /* ??????????? */
        height: 60vh;
        top: auto;
        bottom: -50%;
        left: 50%;
        transform: translateX(-50%); 
    }
    
    .about-main-title {
        font-size: 20px; /* ?????????? */
        margin-bottom: 16px;
    }
    
    .about-description {
        font-size: 14px; /* ????????? */
        margin-bottom: 24px;
        line-height: 1.6; /* ????? */
    }
    
    .about-logo-area img {
        max-width: 120px; /* ???????? */
    }
    
    .about-cta-button {
        padding: 12px 24px; /* ????????? */
        font-size: 14px;
    }
}



/*footer*/
.footer-custom {
  background: url(https://shop.yoridori-shotengai.jp/assets/img/sitetop/footer.png) center bottom #f9f9f9 no-repeat;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 350px;
}
@media screen and (max-width: 767px) {
  .footer-custom {
    letter-spacing: 0;
    background: url(https://shop.yoridori-shotengai.jp/assets/img/sitetop/footer_sp.png) center bottom #f9f9f9 no-repeat;
    background-size: contain;
    padding-bottom: 40vw;
  }
}
.footer-custom__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-custom__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
  }
}
.footer-custom__logo a {
  display: block;
}
.footer__logo img {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .footer-custom__logo img {
    width: 120px;
  }
}
.footer-custom__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
.footer-custom__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-custom__nav {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer-custom__nav {
    flex-direction: column;
  }
}
.footer-custom__nav-item {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .footer-custom__nav-item {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
  }
}
.footer-custom__nav-item p {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .footer-custom__nav-item p {
    width: calc(50% - 8px);
  }
}
.footer-custom__nav-item ul {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .footer-custom__nav-item ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
  }
}
.footer-custom__nav-item li {
  font-size: 14px;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .footer-custom__nav-item li {
    width: calc(50% - 8px);
  }
}
.footer-custom__nav-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .footer-custom__nav-title {
    width: 100% !important;
  }
}
.footer-custom__copy {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  text-align: right;
  margin-top: 64px;
}
.footer-custom__alc {
     font-size: 22px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .footer-custom__copy {
    text-align: center;
  }
}
/* 商品詳細 */

.item_detail_container {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 600px;
            margin: 0 auto;
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .item_detail_divider {
            width: 80%;
            height: 1px;
            background-color: #333;
            margin: 20px 0;
        }
        
        .item_detail_title {
            text-align: center;
            margin: 0;
        }
        
        .item_detail_title-sub {
            font-size: 14px;
            color: #666;
            margin-bottom: 5px;
        }
        
        .item_detail_title-main {
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }
        
        .item_detail_image {
            margin: 20px 0;
        }
        
        .item_detail_image img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        .item_detail_description {
            text-align: left;
            line-height: 1.8;
            color: #555;
            margin: 0;
        }
        
        .item_detail_description br {
            display: block;
            margin: 0.5em 0;
        }
        
        @media (max-width: 480px) {
            .item_detail_container {
                padding: 20px;
                margin: 10px;
            }
            
            .item_detail_title-main {
                font-size: 16px;
            }
            
            .item_detail_description {
                font-size: 14px;
            }
        }
        
        .card-custom{
            margin-top:20px;
        }