@charset "UTF-8";

/*====================
  全体
====================*/
html {
    scroll-behavior: smooth;
}

#shussan {
    position: relative;
    background-color: #f7f7f7;
    padding-bottom: 60px;
    overflow-x: hidden;
    color:#4d413b;
}

article section {
    padding: 85px 0;
}

.inner {
    padding: 0 3%
}

.bold{
    font-weight: bold;
}

.area-title_box {
    margin-bottom: 25px;
    text-align: center;
}

.area-title {
    font-size: 2.4rem;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 500;
}

.area-title span {
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    color: #69978A;
}

.area-title .area-title-page_name {
    font-size: 2.4rem;
    margin-bottom: -5px;
}

.area-lead-box {
    padding: 40px 20px 0;
    text-align: center;
}

.area-lead {
    display: block;
    line-height: 1.8;
    font-size: 1.3rem;
}

/* ボタン系 */
.btn-wrap {
    padding: 0 3%
}

.btn-flex{
    display:flex;
    flex-direction:column;
}

.btn-box {
    background-color: #FF9A8B;
    width: 100%;
    max-width: 600px;
    border-radius:5px;
    text-align:center;
    position: relative;
    margin: 20px auto 0;
    border: 2px solid #FF9A8B;
}

.btn-box .btn {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    display: block;
}

.btn-box .btn span {
    display: block;
    font-size: 1rem;
}

.btn-box::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-wh.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.btn-box:hover {
    border: 2px solid #FF9A8B;
    background-color: #fff;
    transition: 0.5s;
}

.btn-box:hover::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-rd.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.btn-box:hover .btn {
    color: #FF9A8B;
}

/* SP/PC切り替え */
.pc_only {
    display: none;
}

.sp_only {
    display: block;
}

@media only screen and (min-width: 768px) {
    article section {
        padding: 70px 0;
    }

    .pc_only {
        display: block;
    }

    .sp_only {
        display: none;
    }

    #shussan {
        position: relative;
        background-repeat: repeat-y, repeat-y;
        background-position: left top, right 150px;
        background-size: 25%, 25%;
    }

    .inner {
        position: relative;
        max-width: 1080px;
        margin: 0 auto;
        padding: 0px 50px;
    }

    .area-title {
        font-size: 3rem;
        margin-bottom: 25px;
    }

    .area-title .area-title-page_name {
        font-size: 4rem;
        margin-bottom: -5px;
    }

    .area-lead {
        font-size: 1.8rem;
        margin: -10px auto 0px;
    }

    .btn-wrap {
        max-width: 1100px;
        margin: 0 auto;
    }

    
.btn-flex{
    display:flex;
    flex-direction:row;
    justify-content: center;
}

 .btn-flex .btn-box{
     margin:40px 15px;
}   

    .btn-box {
        margin: 40px auto 0;
        max-width: 400px;
    }

    .btn-box .btn {
        font-size: 1.5rem;
        color: #fff;
        font-weight: bold;
    }
}

/*====================
  メイン画像
====================*/
.mainvisual-area {
    padding: 0;
    position: relative;
}

.mainvisual-area-pic {
    height: 255px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    text-align: left;
    position: relative;
    padding: 0;
}

.top .mainvisual-area-pic {
    background-image: url(/shussan/images/top-mv-sp.jpg);
    background-size: cover;
    clip-path: ellipse(105% 100% at 50% 0%);
}

.ranking .mainvisual-area-pic {
    background-image: url(/shussan/images/ranking-mv-sp.jpg);
}

.gift .mainvisual-area-pic {
    background-image: url(/shussan/images/gift-mv-sp.jpg);
}

.mainvisual-area-box {
    text-align: center;
    width: 67%;
    height: 70%;
    align-content: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    display: flex;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mainvisual-area-box-maintitle {
    font-size: 3.8rem;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    line-height: 1.125;
    margin: 6px auto 4px;
    letter-spacing: 3px;
    justify-items: center;
    align-items: center;
}

.mainvisual-area-box {
    width: 85%;
    color: #594e49;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    display: flex;
    text-align: center;
}

.mainvisual-area-box-catch {
    font-size: 1.3rem;
    display: block;
    letter-spacing: 2px;
    padding: 5px 0;
}

.mainvisual-area .mainvisual-area-box img {
    width: 26%;
    max-width: 120px;
    margin: 0 10px 0 0;
}

.mainvisual-area-point-list {
    width: 100%;
    display: flex;
    margin: 5px 0px 0px;
    justify-content: center;
    column-gap: 5px;
}

.mainvisual-area-point-item {
    width: auto;
    background: #FF9A8B;
    padding: 2px 15px;
    font-size: 1.2rem;
    color: #FFF;
}

@media only screen and (min-width: 768px) {
    .mainvisual-area-pic {
        height: 400px;
        /* max-width: 1920px; */
        margin: auto;
        padding-top: 20px;
    }

    .top .mainvisual-area-pic {
        background: url(/shussan/images/top-mv-pc.jpg)no-repeat center center / cover;
            clip-path: ellipse(85% 100% at 50% 0%);
    }

    .ranking .mainvisual-area-pic {
        background: url(/shussan/images/ranking-mv-pc.jpg)no-repeat center center / cover;
    }

    .gift .mainvisual-area-pic {
        background: url(/shussan/images/gift-mv-pc.jpg)no-repeat center center / cover;
    }

    .mainvisual-area-box-maintitle span {
        font-size: 2.3rem;
        padding: 10px 0 0;
        margin-bottom: 10px;
        letter-spacing: 1px;
        display: inline-block;
    }

    .mainvisual-area-box-subtitle {
        display: inline-block;
    }

    .top .mainvisual-area-box-maintitle {
        font-size: 6.5rem;
    }

    .ranking .mainvisual-area-box-maintitle {
        font-size: 4.5rem;
    }

    .mainvisual-area-box {
        width: 550px;
    }

    .mainvisual-area-box-catch {
        font-size: 1.6rem;
    }

    .mainvisual-area-point-item {
    font-size: 1.5rem;
}
}

/*====================
　のびのびBaby
====================*/
#nobinobi-area{
    background-color:#FFF;
    position: relative;
    padding: 40px 0 30px;
}

#nobinobi-area .ranking-badge{
    position:absolute;
    z-index: 4;
    top: -80px;
    left: 44px;
    width: 200px;
    aspect-ratio: 1;
}

.catalog-stack a img:hover{
    opacity:1;
}
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(330px, .9fr);
      gap: 20px;
      align-items: center;
      margin-top: 8px;
    }

    .catalog-stack {
      position: relative;
      min-height: 340px;
      min-width: 300px;
    }

.catalog-stack .slideshow {
  position: relative;
  overflow: hidden;
}

.catalog-stack .slideshow .slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0 !important;
  transition: opacity 1s ease;
}

.catalog-stack .slideshow .slide.active {
  opacity: 1 !important;
}

.catalog-stack a:hover .slideshow .slide:not(.active) {
  opacity: 0 !important;
}

.catalog-stack a:hover .slideshow .slide.active {
  opacity: 1 !important;
}
#container a:not(.notalp):hover img{
    opacity:1;
}

    .copy-block h2 {
      margin: 0;
      color: #594e49;
      font-size: 32px;
      font-weight: 500;
      letter-spacing: 1.5px;
      line-height: 1.28;
    }

    .copy-block h2 span {
      font-size: .62em;
      font-weight: normal;
    }

    .copy-block .lead {
      margin: 5px 0 20px;
      color: #594e49;
      font-size: 13px;
      line-height: 1.8;
    }

    .copy-block .lead span {
      color: #f56f64;
      font-weight: 500;
    }

    #nobinobi-area .feature-box {
      position: relative;
      border: 1px dashed #ffd2c7;
      border-radius: 8px;
      width: 100%;
      padding: 16px 22px 16px 24px;
      background: #FFF9F5;
    }

    .feature-box ul {
      list-style: none;
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
    }

    .feature-box li {
      position: relative;
      padding-left: 28px;
      color: #594e49;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.5;
    }

    .feature-box li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 1px;
      width: 19px;
      height: 18px;
      place-items: center;
      background-image: url(/shussan/images/icon-checkbox.svg);
    }

    .feature-box small {
      display: block;
      color: #ef9087;
      font-size: 11px;
      font-weight: 500;
      line-height: 1.7;
    }
    .note {
      margin: 12px 0 0;
      font-size: 11px;
    }

    .slideshow {
  position: relative;
  height: 330px;
  width: 100%;
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}

.slide:hover{
    opacity:1;
}

.slide.active {
  opacity: 1;
}

.category-copy{
    text-align:center;
    margin: 40px 0 20px;
}

.category-copy img{
    height: auto;
    width: 90%;
}

.category-img-list{
    display:flex;
    justify-content: center;
}

.category-img-list li{
    width:20%;
}

.postcard {
    /* display: grid; */
    grid-template-columns: 1.35fr .85fr;
    gap: 24px;
    align-items: center;
    position: relative;
    width: min(760px, 100%);
    margin: 20px auto 40px;
    padding: 20px 25px 20px 40px;
    background: #fff6ef;
    border-radius: 8px;
}

.postcard-visual{
    position:absolute;
    top:-10px;
    right: 12px;
    width: 260px;
}

.postcard h3 small {
    display: block;
    color: #ff8b7f;
    margin: 0 0 2px;
    font-size: 13px;
    line-height: 1.4;
}

.postcard h3 {
    margin: 7px 0;
    color: #594e49;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.postcard p {
    margin: 0 0 10px;
    color: #8b817c;
    font-size: 12px;
    line-height: 1.65;
}

.postcard a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 34px;
    padding: 8px 18px;
    border: 1px solid #ff8b7f;
    border-radius: 3px;
    color: #ff8b7f;
    background: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.bottom-notch {
    position: absolute;
    left: 50%;
    bottom: -70px;
    width: 44px;
    height: 23px;
    z-index: 1;
    transform: translateX(-50%);
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/*のびのびBabyラインナップ*/

.nobinobi-lineup-area{
    background:#FFF2E8;
    position: relative;
    padding: 60px 0 80px;
}

.nobinobi-bg-1,.nobinobi-bg-2{
    position:absolute;
    width: 320px;
}

.nobinobi-bg-1{
    top:-100px;
    left:0;
}

.nobinobi-bg-2{
    bottom:-80px;
    right:0;
}

@media (max-width: 820px) {
    #nobinobi-area .ranking-badge{
    top: -20px;
    left: 7px;
    width: 90px;
    }
    .postcard {
    padding: 10px 12px;
}
    
.postcard-visual{
    width: 140px;
}

    .hero-grid {
        display: block;
        margin-top: 4px;
    }
    .catalog-stack{
        min-height:200px;
    }
    .slideshow{
        height:250px;
    }
    .copy-block h2{
        text-align:center;
        font-size: 25px;
        margin: 12px 0 18px;
    }
    #nobinobi-area .feature-box {
    padding: 16px 18px;
}
    .postcard h3 {
    font-size: 1.8rem;
}
    .postcard p {
    font-size: 11px;
}
    
.postcard a {
    display:block;
    padding: 8px 10px;
    font-size: 12px;
}
    .category-img-list{
    flex-wrap:wrap;
}
    .category-img-list li {
    width: 50%;
}
    .bottom-notch {
    bottom: -20px;
}
    
.nobinobi-bg-1,.nobinobi-bg-2{
    width: 150px;
}

.nobinobi-bg-1{
    top:-50px;
}

.nobinobi-bg-2{
    bottom: -50px;
}

}

/*カードギフト365*/
.cardgift-area{
    background:#FFF;
    padding: 60px 0 70px;
}

.cardgift-area .swiper-wrapper{
    column-gap: 1%;
}

.cardgift-area .swiper-slide{
    width:30%;
    background:#FFF8F0;
    padding: 15px;
    margin: 30px 0 0;
    visibility: revert;
    position:relative;
    border-radius:5px;
}

.cardgift-area .swiper-slide div{
    overflow:initial;
}

.cardgift-area .swiper-slide img{
    display: block;
    margin: -32px auto 15px;
    position: relative;
    z-index: 10;
    width: 200px;
}

.cardgift-title{
    text-align:center;
    font-weight:600;
    margin:5px auto;
}

.cardgift-txt{
    height:100px;
    font-size: 12px;
    color: #594e49;
}

.cardgift-area .cardgift-item-2{
    background:#EAF6FF;
}

.cardgift-area .cardgift-item-3{
    background:#FFF6FB;
}

.benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 13px;
  row-gap: 5px;
  min-height: 45px;
  width: fit-content;
  background: #FFF9F5;
  margin: 0px auto 10px;
  padding: 9px 15px;
  border: 1px dashed #ffb1a8;
  border-radius: 7px;
  list-style: none;
  flex-wrap: wrap;
}

.benefits li {
  position: relative;
  padding-left: 16px;
  color: #594e49;
  font-size: 12px;
  white-space: nowrap;
}

.benefits li::before {
      content: "";
      position: absolute;
      left: -4px;
      top: 1px;
      width: 16px;
      height: 16px;
      place-items: center;
      background-size: cover;
      background-image: url(/shussan/images/icon-checkbox.svg);
}


@media only screen and (min-width: 768px){
    .cardgift-area .swiper-wrapper{
        justify-content:center;
        max-width: 1000px;
        margin: 0 auto;
    }
    .cardgift-area .swiper-wrapper .swiper-slide:nth-child(4),
    .cardgift-area .swiper-wrapper .swiper-slide:nth-child(5),
    .cardgift-area .swiper-wrapper .swiper-slide:nth-child(6){
        display:none;
    }
}

/* アンカーナビ */

.anchor-nav {
    background: #F3F3F3;
    padding: 35px 10px;
}

.anchor-nav.fixed {
    width: 100%;
    z-index: 100;
}

.anchor-nav-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    justify-content: space-around;
}

.anchor-nav-item {
    width: calc(50% - 5px);
    background: #FFF;
    color: #594e49;
    border-radius: 5px;
    transition: 0.3s;
}

.anchor-nav-item:hover {
    background: #ff9a8b;
    color: #FFF;
}

.anchor-nav-item a {
    display: flex;
    justify-content: center;
    padding: 1.3rem 0;
    row-gap: 10px;
    color: #594e49;
    font-size: 1.5rem;
    letter-spacing: 2px;
    flex-direction: column;
    align-items: center;
}

.anchor-nav-item a:hover {
    color: #FFF !important;
}

.anchor-nav a::after {
    content: '';
    margin: -3px 0 0 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff8b7f;
    border-right: 2px solid #ff8b7f;
    transform: rotate(135deg);
    transition: 0.3s;
}

.anchor-nav a:hover::after {
    transform: translate(0%, 50%) rotate(135deg);
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

@media screen and (min-width: 768px) {
    .anchor-nav-list {
        width: 100%;
        max-width: 1080px;
        margin: 0px auto;
    }

    .anchor-nav-item {
        /* border-bottom: none; */
        width: calc(16% - 2px) !important;
    }

    .anchor-nav-item a {
        font-size: 1.6rem;
        padding: 1.5rem 0;
    }
}

/* 人気ランキング */
.ranking-area{
    background-image:url(/shussan/images/img-productarea-bg-sp.png);
    background-repeat:no-repeat;
    background-size:contain;
    background-attachment:fixed;
    padding: 70px 0 0;
}

@media screen and (min-width: 768px){
    .ranking-area{
    background-image:url(/shussan/images/img-productarea-bg.png);

}
}
/*おすすめアイテム*/

.tab-content>.swiper-wrapper {
    padding: 30px 0 0;
}

.tab-menu .swiper-slide-thumb-active {
    background-color: #ff8a10 !important;
    color: #ffffff;
}



.tab-container .tab-menu .swiper-slide {
    background-color: #ffffff;
}

.tab-container .tab-content {
    background-color: #ffffff;
    padding: 30px 10px;
    border: 3px solid #F0F0F0;
    border-radius: 10px;
}

.tab-menu .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.tab-menu-item {
    width: 32%;
}


.tab-menu .swiper-slide {
    text-align: center;
    line-height: 1.1;
    height: 3.5em;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin: auto;
    border-right: 1px solid #f5f5f5;
}

.tab-menu .swiper-slide:nth-last-of-type(1) {
    border-right: none;
}

.tab-menu .swiper-slide:hover {
    cursor: pointer;
}

.tab-menu .swiper-slide span {
    margin: auto;
    font-weight: bold;
    display: block;
}

.tab-menu {
    margin-bottom: 10px;
    padding: 0;
}

img.tab-menu-item-icon {
    transition: filter 0.1s ease;
    width: 30px;
    margin: 0 0 10px;
}

.active img.tab-menu-item-icon {
    filter: brightness(0) invert(1);
}

.tab-menu-item {
    scroll-snap-align: center;
    background: #ffffff8a;
    padding: 10px 10px;
    color: #594e49;
    display: flex;
    align-items: center;
    border-radius: 5px;
    text-align: center;
    text-align: center;
    flex-direction: column;
}

.tab-menu-item.active {
    background-color: #FF9A8B;
    color: #fff;
    transition: 0.5s;
}

.tab-menu-item span {
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    line-height: 1.2;
}

.tab-content-item {
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease, height 0.4s ease;
    background-color: #ffffff9c;
}

.tab-recommend-area .tab-content-item .swiper-wrapper{
    justify-content:center;
}

.tab-content-item.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}

.tab-content-item .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 20px;
}

#shussan .tab-content-item .title h3 {
    margin: 0px 0 12px;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 2px;
}

#shussan .tab-content-item .title h4 span {
    font-size: 1.2rem;
    font-family: sans-serif;
    display: inline-block;
    padding: 5px 8px;
    letter-spacing: 1.5px;
    color: #575757;
    background: #EFEFEF;
    border-radius: 30px;
    margin: 0 3px 15px;
}

.tab-content-item .title img {
    height: 40px;
    margin: 0 0 8px;
}

.tab-content-item .title .lead {
    margin: 0px 0 15px;
    line-height: 1.8;
}

@media screen and (min-width: 768px) {
    .tab-content-item {
        opacity: 1;
        visibility: visible;
        height: auto;
        overflow: visible;
        display: block;
        padding: 30px 10px;
        width: 32.5%;
        border: 3px solid #F0F0F0;
    }

    .tab-content-item .btn-box{
        margin:20px auto 0px;
    }

    .tab-menu-item {
        display: none;
    }

    .tab-container .tab-content {
        display: flex;
        align-items: flex-start;
        border: none;
        padding: 0;
        justify-self: center;
        width: 1080px;
        background-color: #ffffff00;
        justify-content: space-between;
    }

}

/*ソーシャルギフト*/
.social-area{
    background: #FFF;
}

.social_bg{
    position:absolute;
    width: 500px;
    top:-100px;
    z-index:1;
}

.social_bg:nth-of-type(1){
    left: -130px;
}

.social_bg:nth-of-type(2){
    right: -130px;
}

.social-area .area-lead{
    text-align:center;
}

.trouble-card {
  margin: 50px auto 10px;
  border: 1px solid #e7e2df;
  border-radius: 6px;
  background: #ffffff;
  position: relative;
  padding: 40px 10px 25px;
  z-index: 2;
}

.trouble-card__label {
  position: absolute;
  top: -18px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 18px;
  width: 210px;
  color: #ffffff;
  background: #bebdbd;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
}

.trouble-card__items {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.trouble-item {
  justify-items: center;
  min-width: 0;
  width: 30%;
}

.trouble-item__image {
  height: auto;
  position: relative;
}


.trouble-item p {
  margin: 10px 0px 0 10px;
  color: #665f5b;
  position: relative;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}

.trouble-item p::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 1px;
    width: 12px;
    height: 12px;
    place-items: center;
    background-size: cover;
    background-image: url(/shussan/images/icon-checkbox.svg);
}

.trouble-item p span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border: 1px solid var(--coral-deep);
  transform: translateY(1px);
}

@media screen and (min-width: 768px){
    .trouble-card {
    width: 560px;
}
    
.trouble-item__image {
  width: 160px;
}
    .trouble-card {
    padding: 40px 25px 30px;
}
    .trouble-item p{
        font-size:15px;
    }
}


/*====================
  メインリード・商品・その他
====================*/
.main-lead-area {
    text-align: center;
    padding: 35px 0;
    position: relative;
}

.dots-white{
    position:absolute;
    top: -40px;
    left:-50px;
    width:150px;
}

.main-lead-area .area-title:before {
    display: none;
}

.product-item {
    height: auto;
}

.product-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product {
    background-color: #fff;
    height: 100%;
    padding: 10px 10px 20px;
    height: auto;
}

.product-pic-box {
    position: relative;
    margin-bottom: 5px;
}

.product-detail {
    padding: 10px;
}

.product-detail-name {
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3em;
}

.product-detail-price-box {
    display: flex;
    margin-bottom: 5px;
}

.product-detail-discount_rate {
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    width: fit-content;
    margin-right: 5px;
}

.product-detail-price {
    font-weight: bold;
}

.product-detail-price:before {
    content: "¥";
}

.product-detail-discount_rate::after {
    content: "OFF";
}

.product-detail-price.discount_price {
    color: #ff0000;
}

.product-detail-txt {
    font-size: 1.2rem;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media only screen and (min-width: 768px) {
    .dots-white{
    position:absolute;
    top: -100px;
        left:0;
        width:350px;
}
    .product-slider .swiper-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 20px;
    }

    .product-slider .swiper-wrapper .product-item {
        width: calc((100% - 20px * 4) / 5);
    }

    .product-slider-container .swiper-button-next,
    .product-slider-container .swiper-button-prev,
    .product-slider-container .swiper-pagination {
        display: none;
    }
}

.product-pic-icon-shipping {
    position: absolute;
    background-color: #594e49;
    padding: 0 10px;
    color: #fff;
    bottom: 5%;
    width: fit-content;
}

.product-detail-utility {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.product-icon {
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    width: fit-content;
}

.web-limited {
    background-color: #4B3C8A;
}

.limited-quantity {
    background-color: #399A4A;
}

.room-temperature {
    background-color: #8A3C3C;
}

.frozen {
    background-color: #3743ED;
}

.refrigerate {
    background-color: #3798ED;
}

.subdivision {
    background-color: #8A773C;
}

/* ランキング */
.ranking-area ul {
    counter-reset: item
}
.ranking-area .tab-recommend-area ul li a::before,
.ranking-area .tab-recommend-area ul li a::after{
    display:none;
}
.ranking-area ul li a::before {
    content: "No." counter(item) " ";
    counter-increment: item;
    font-weight: 500;
    font-size: 2rem;
    color: #594e49;
}

.ranking-area ul li:first-child a:after,
.ranking-area ul li:nth-child(2) a:after,
.ranking-area ul li:nth-child(3) a:after {
    position: absolute;
    top: 0px;
    left: 0;
    width: 25px;
    height: 25px;
    content: "";
    background-size: contain;
}

.ranking-area ul li:first-child a:before,
.ranking-area ul li:nth-child(2) a:before,
.ranking-area ul li:nth-child(3) a:before {
    margin-left: 29px;
}

.ranking-area ul li:first-child a:after {
    background-image: url(/images/icon-rank-01.svg)
}

.ranking-area ul li:first-child a:before {
    color: #9c8b45
}

.ranking-area ul li:nth-child(2) a:after {
    background-image: url(/images/icon-rank-02.svg)
}

.ranking-area ul li:nth-child(2) a:before {
    color: #8b8b8b
}

.ranking-area ul li:nth-child(3) a:after {
    background-image: url(/images/icon-rank-03.svg)
}

.ranking-area ul li:nth-child(3) a:before {
    color: #9c6b47
}

/*固定背景*/
.fixed-bg{
    background-image: url(/shussan/images/img-productarea-bg-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}
@media screen and (min-width: 768px){
    .fixed-bg{
    background-image:url(/shussan/images/img-productarea-bg.png);
}
}

/*サービス・特集*/
.feature-area{
    padding: 70px 0 0;
}

/* カテゴリ・価格・ブランド等 */
.category-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    justify-content: space-between;
}

.category-box {
    width: 32%;
    border: 1px dashed #E9E9E9;
    padding:5px;
    border-radius:5px;
}

.category-item-pic{
    overflow:hidden;
    border-radius:3px;
}

.category-item-pic img:hover{
    scale:1.05;
}

.category-item-text_box {
    padding: 10px 0px;
}

.category-item-text_box-name {
    margin-bottom: 5px;
    text-align: center;
    font-size: 12px;
    color: #594e49;
    font-weight: bold;
}

.category-item-text_box-txt {
    font-size: 2.75vw;
}

@media screen and (min-width: 768px) {
    .category-box {
        width: calc(17% - 8px);
    }

    .category-item-text_box-name {
        font-size: 13px;
    }

    .category-item-text_box-txt {
        font-size: 12px;
    }
}

.price-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 8px;
}

.price-box {
    width: 49%;
}

.price-box .btn-box {
    margin: 0 auto;
}

.price-box .btn-box a {
    font-size: 3vw;
}
    .price-box a {
    display: flex;
    text-align: left;
    color: #594e49;
    border-radius: 5px;
    padding: 10px 14px;
    background: #f7f7f7;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    justify-content: left;
    align-items: center;
}

.price-box a:hover{
    color: #ffffff;
    background: #ff9a8b;
}

@media screen and (min-width: 768px) {
    .price-box {
        width: 32.5%;
    }

    .price-box .btn-box a {
        font-size: inherit;
    }

    .price-box a {
    justify-content: center;
}
}

.brand-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.brand-box {
    width: 48%;
    margin-right: 4%;
    border: 1px dashed #E9E9E9;
    border-radius: 5px;
}

.brand-box:nth-of-type(2n) {
    margin-right: 0;
}

.brand-item-text_box {
    padding: 10px 8px;
}

.brand-item-text_box-name {
    margin-bottom: 5px;
    text-align: center;
    font-size: 3.25vw;
    font-weight: bold;
}

.brand-item-text_box-txt {
    font-size: 2.75vw;
}

@media screen and (min-width: 768px) {
    .brand-box {
        width: calc(25% - 15px);
        margin-right: 20px;
    }

    .brand-box:nth-of-type(2n) {
        margin-right: 20px;
    }

    .brand-box:nth-of-type(4n) {
        margin-right: 0;
    }

    .brand-item-text_box-name {
        font-size: 15px;
    }

    .brand-item-text_box-txt {
        font-size: 12px;
    }
}

.cardgift_reason-title {
    font-size: 2rem;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
}

.cardgift_reason-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.cardgift_reason-box {
    width: 48%;
    margin-right: 4%;
    background-color: #fff;
}

.cardgift_reason-box:nth-of-type(2n) {
    margin-right: 0;
}

.cardgift_reason-item-text_box {
    padding: 10px 8px;
}

.cardgift_reason-item-text_box-name {
    margin-bottom: 5px;
    text-align: center;
    font-size: 3.25vw;
    font-weight: bold;
}

.cardgift_reason-item-text_box-txt {
    font-size: 2.75vw;
}

@media screen and (min-width: 768px) {
    .cardgift_reason-box {
        width: calc(25% - 15px);
        margin-right: 20px;
    }

    .cardgift_reason-box:nth-of-type(2n) {
        margin-right: 20px;
    }

    .cardgift_reason-box:nth-of-type(4n) {
        margin-right: 0;
    }

    .cardgift_reason-item-text_box-name {
        font-size: 15px;
    }

    .cardgift_reason-item-text_box-txt {
        font-size: 12px;
    }
}

.cardgift_lineup-title {
    font-size: 2rem;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
}

.cardgift_lineup-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.cardgift_lineup-box {
    width: 48%;
    margin-right: 4%;
    background-color: #fff;
}

.cardgift_lineup-box:nth-of-type(2n) {
    margin-right: 0;
}

.cardgift_lineup-item-text_box {
    padding: 10px 8px;
}

.cardgift_lineup-item-text_box-name {
    margin-bottom: 5px;
    text-align: center;
    font-size: 3.25vw;
    font-weight: bold;
}

.cardgift_lineup-item-text_box-txt {
    font-size: 2.75vw;
}

@media screen and (min-width: 768px) {
    .cardgift_lineup-list {
        justify-content: center;
    }

    .cardgift_lineup-box {
        width: calc(25% - 15px);
        margin-right: 20px;
        margin-left: 20px;
    }

    .cardgift_lineup-item-text_box-name {
        font-size: 15px;
    }

    .cardgift_lineup-item-text_box-txt {
        font-size: 12px;
    }
}

/*条件で選ぶ*/

#condition-area {
        position: static !important;
        padding: 40px 0px !important;
        background: #FFF;
        border: 2px solid #F0F0F0;
        border-radius: 10px;
        margin: 0 5px !important;
    }

section.condition-area>section {
    margin: 40px 0;
    padding: 0;
}


.condition-area .block-title {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
}

.price-area .block-title::before,
.category-area .block-title::before,
.brand-area .block-title::before {
    content: "";
    background-image: url(/shussan/images/search_icon.svg);
    width: 28px;
    height: 25px;
    display: inline-block;
    margin: 0px 2px -3px;
    background-size: contain;
    background-repeat: no-repeat;
}


@media screen and (min-width: 768px) {
    #condition-area {
        width: 100% !important;
        padding: 60px 20px !important;
        max-width: 1000px;
        margin: 0 auto !important;
    }
section.condition-area>section {
    margin: 50px 0;
    padding: 0;
}
    .block-title {
        margin: 0 auto 30px;
        font-size: 22px;
        display: inline-block;
        letter-spacing: 2px;
        text-align: center;
        line-height: 1.3;
    }
}

/*かんたん検索*/

.easycondition-area {
    margin: auto;
    padding: 70px 0;
}

.easycondition-area-block {
    width: 100%;
    margin: auto;
    max-width: 1000px;
    background: url(/shussan/images/search_bg.svg) #FFF no-repeat 20% 15px;
    padding: 40px 15px 60px;
    border-radius: 10px;
    border: 2px solid #F0F0F0;
}

.easysearch-select-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin: 20px 0;
}

.easysearch-select-box {
        width: 44%;
    }
.easysearch-select-item {
    text-align: center;
    padding: 10px;
    width: 100%;
    background-size: 16px 16px;
    cursor: pointer;
    color: #594e49;
    font-size: 15px;
    text-align: left;
    border-radius: 6px;
    border: 2px #dddddd solid;
    background: #F7F7F7;
}

.easysearch-select-item-icon {
    width: 1em;
    display: flex;
    align-items: center;
}

.easysearch-select-item-icon::before {
    content: "";
    display: block;
    background-image: url('/images/icon-times.svg');
    background-size: 100%;
    width: 14px;
    height: 14px;
}

.easycondition-area .btn-box {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {

    .easysearch-select-block {
        justify-content: space-between;
    }

    .easycondition-area .btn-box {
        width: 50%;
        margin-top: 30px;
    }
    .easycondition-area-block{
        padding: 40px 120px 60px;
    }
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
    flex-direction: column;
}

.ranking .feature-list {
    flex-direction: row;
}

.feature-box {
    width: 100%;
}

.ranking .feature-box {
    width: 48%;
}


.catalog-free {
    color: #FFF !important;
    background-color: #cb0808;
    width: fit-content;
    font-size: 1.3rem;
    padding: 3px 10px;
    letter-spacing: 1px;
    margin: 8px auto 0;
}

.feature-item-text_box {
    padding: 10px 8px;
    text-align: center;
}

.feature-item-text_box-name {
    margin-bottom: 2px;
    text-align: center;
    font-size: 3.25vw;
    font-weight: bold;
}

.feature-item-text_box-txt {
    font-size: 2.75vw;
}

@media screen and (min-width: 768px) {
    .feature-list {
        justify-content: center;
        flex-direction: row;
    }

    .feature-box {
        width: 47%;
        margin-right: 2%;
    }

    .ranking .feature-box {
        width: 25%;
        margin-right: 2%;
    }

    .feature-box:nth-of-type(2n) {
        margin-right: 2%;
    }

    .feature-box:nth-of-type(3n) {
        margin-right: 0;
    }

    .feature-item-text_box-name {
        font-size: 15px;
    }

    .feature-item-text_box-txt {
        font-size: 12px;
    }
}

.cataloggift-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.cataloggift-box {
    width: 48%;
    background-color: #fff;
}

.cataloggift-item-text_box {
    padding: 10px 8px;
}

.cataloggift-item-text_box-name {
    margin-bottom: 5px;
    text-align: center;
    font-size: 3.25vw;
    font-weight: bold;
}

.cataloggift-item-text_box-name span {
    font-size: 2vw;
    display: block;
}

.cataloggift-item-text_box-txt {
    font-size: 2.75vw;
}

@media screen and (min-width: 768px) {
    .cataloggift-box {
        width: 23%;
    }

    .cataloggift-item-text_box-name {
        font-size: 18px;
    }

    .cataloggift-item-text_box-name span {
        font-size: 12px;
    }

    .cataloggift-item-text_box-txt {
        font-size: 12px;
    }

    .lower .sweets-all .cataloggift-list,
    .lower .drink .cataloggift-list {
        column-gap: 40px;
        justify-content: center;
    }
}

.giftservice-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.giftservice-box {
    width: 48%;
    margin-right: 4%;
}

.giftservice-box:nth-of-type(2n) {
    margin-right: 0;
}

/*Instagram*/
.instagram-area{
    background: none !important;
}

.hacobune-app-container[data-v-ad5aa956]{
    background: none !important;
}

/*マナー・豆知識*/


.tips-area h3 {
    border-bottom: 2px solid #FF9A8B;
    text-align: left;
    font-weight: 400;
    padding: 0 0 6px;
    font-size: 1.7rem;
    display: flex;
    margin: 30px 0 0;
}

.tips-area .tips-area-question::before {
    content: "Q.";
    color: #FF9A8B;
    display: block;
    font-size: 2rem;
}

.tips-area .tips-area-answer {
    padding: 15px;
    border-top: none;
    line-height: 1.75;
    background-color: #fff;
}

.tips-area .tips-area-answer span {
    display: block;
    font-size: 1.8rem;
    margin: 20px 0 5px;
    font-weight: bold;
}

.tips-area .tips-area-answer-related::before {
    content: '関連記事';
    padding: 2px 8px;
    margin: 5px 0;
    display: block;
    width: fit-content;
    background: #FF9A8B;
    color: #FFF;
}

.tips-area .tips-area-answer-related {
    display: block;
    margin-top: 2rem;
    text-decoration: underline #FF9A8B !important;
    text-underline-offset: 5px;
}

.tips-area-answer-related::after {
    content: '';
    margin: 10px 10px 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    transition: 0.3s;
}

.tips-item a::after {
    content: '';
    margin: 10px 10px 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FF9A8B;
    border-right: 1px solid #FF9A8B;
    transform: rotate(45deg);
    transition: 0.3s;
}



.related-area a {
    color: #ff69a0;
}

.related-area ul {
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 0 10px 20px;
}

.related-area li {
    padding: 20px 0 0;
    font-size: 1.5rem;
}

.manner-item-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 5px 0 0;
    font-weight: bold;
    overflow: hidden;
    height: 4.5em;
}

.manner-item-txt {
    font-size: 1.2rem;
    margin: 5px 0 0;
}

.manner-list li {
    border: 1px solid #e3e3e3;
    padding: 10px;
}

@media screen and (min-width: 768px) {
    .tips-area .inner {
        width: 800px !important;
        margin: auto;
    }

    .tips-area .tips-area-answer-related::before {
        margin: 5px 10px 5px 0;
        display: inline-block;
        width: fit-content;
    }

    .tips-area .tips-area-question::before {
        font-size: 1.8rem;
    }
}

/*==============================================
  ★ 追従ボタン (Search Button) - SP修正版
==============================================*/
/* ▼ ボタン自体の見た目（ベース） */
.fix-btn_search .search-btn {
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF9A8B;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;

    /* ▼▼▼ 修正：スマホでは常に横幅いっぱい・角丸なしにする ▼▼▼ */
    width: 100%;
    padding: 15px;
    border-radius: 0;
}

/* ▼▼▼ 配置のベース設定（SP） ▼▼▼ */
.fix-btn_search {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 99%;
    /* ほぼ画面いっぱい */
    max-width: 100%;
    z-index: 100;
    pointer-events: none;
    /* 隠れている時はクリック不可 */

    /* 初期状態（隠す）：真ん中(-50%)を維持しつつ、下に下げる(100%) */
    opacity: 0;
    transform: translate(-50%, 100%);

    /* アニメーション設定 */
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ▼▼▼ 表示する時（SP） ▼▼▼ */
.fix-btn_search.fixed {
    opacity: 1;
    pointer-events: auto;
    /* 真ん中(-50%)を維持しつつ、定位置(0)に上げる */
    transform: translate(-50%, 0);
}

/* ※ここに以前あった .fix-btn_search.fixed .search-btn { width: 100% ... } は削除しました（上に移動済み） */

/* 中身のテキスト類 */
.search-btn-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.search-btn-text span {
    font-weight: bold;
}

.search-btn .icon {
    width: 1.2em;
    height: 1.2em;
    stroke: currentColor;
    stroke-width: 1;
    margin-right: 0.5em;
}

/*==============================================
  ▼▼▼ PC用スタイル（769px以上） ▼▼▼
  ※スマホの設定をここで上書きして丸いボタンにします
==============================================*/
@media (min-width: 769px) {

    /* ボタンの形を「丸」に戻す */
    .fix-btn_search .search-btn {
        width: 120px;
        height: 120px;
        min-width: 120px;
        min-height: 120px;
        padding: 15px;
        border-radius: 50%;
        /* 丸くする */
        flex-direction: column;
        gap: 8px;
    }

    /* 配置場所の変更 */
    .fix-btn_search {
        top: 50%;
        right: 20px;
        bottom: auto;
        /* スマホのbottom指定を解除 */
        left: auto;
        /* スマホのleft指定を解除 */
        width: auto;
        /* スマホのwidth指定を解除 */

        /* PC：右外(120%)に隠し、縦は真ん中(-50%) */
        transform: translate(120%, -50%);
    }

    /* 表示する時（PC） */
    .fix-btn_search.fixed {
        /* 定位置(0)に戻す */
        transform: translate(0, -50%);
    }

    .fix-btn_search .search-btn .icon {
        margin-right: 0;
        width: 32px;
        height: 32px;
    }

    .search-btn-text {
        text-align: center;
    }

    .search-btn-text span {
        display: block;
        font-size: 11px;
        margin-bottom: 2px;
    }
}

/*==============================================
  ★ モーダル (Modal) - シンプルな初期状態
==============================================*/
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 1000;
}

.modal-search.js-modal_search {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 95vh;
    background: white;
    z-index: 1001;
    overflow-y: auto;
    /* 下に隠す */
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s, visibility 0.4s;

}

/* 表示時 */
.modal-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.modal-search.js-modal_search.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*==============================================
  PC用スタイル
==============================================*/
@media (min-width: 769px) {

    /* ボタン */
    .fix-btn_search {
        top: 50%;
        right: 20px;
        bottom: auto;
        left: auto;
        width: auto;
        transform: translate(100px, -50%);
        /* 右に隠す */
    }

    .fix-btn_search.fixed {
        transform: translate(0, -50%);
        /* 表示 */
    }

    .fix-btn_search.fixed .search-btn {
        width: 120px;
        height: 120px;
        padding: 15px;
        border-radius: 50%;
        flex-direction: column;
        gap: 8px;
    }

    .fix-btn_search .search-btn .icon {
        margin-right: 0;
        width: 32px;
        height: 32px;
    }

    .search-btn-text {
        text-align: center;
    }

    .search-btn-text span {
        display: block;
        font-size: 11px;
        margin-bottom: 2px;
    }

    /* モーダル */
    .modal-search.js-modal_search {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        width: 500px;
        height: 100vh;
        border-radius: 0;
        transform: translateX(100%);
        /* 右に隠す */
    }

    .modal-search.js-modal_search.is-active {
        transform: translateX(0);
        /* 表示 */
    }
}

/*====================
  モーダル内 (search.html)
====================*/
.modal-search-block-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 500;
}

.modal-search-title {
    padding: 10px;
    color: #594e49;
    font-weight: bold;
    text-align: center;
}

.modal-search-box {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

.modal-item a {
    padding: 10px;
    display: block;
    position: relative;
}

.modal-item a::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-bk.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.modal-item:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.modal-search-box .keyword-search-block {
    padding: 0 10px;
}

.modal-search-box .query {
    width: 100%;
    height: 40px;
    margin: 10px auto;
}

.modal-search-box .easysearch-select-block {
    margin-top: 0px;
    padding: 10px;
}

.modal-search-box .btn-box {
    margin: 10px auto 0;
}

.modal-icon {
    width: 30px;
    display: block;
    margin: 0 auto 5px;
}

.modal-search-list {
    margin-top: 10px;
}

.modal-close-btn {
    padding: 10px 0 0 10px;
}

/*====================
  Swiper
====================*/

.swiper-container {
    position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next {
    background-image: url(/cmn/images/arrow.svg);
    right: -10px;
}

.swiper-button-prev {
    background-image: url(/cmn/images/arrow.svg);
    transform: scale(-1, 1);
    left: -10px;
}

.swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.swiper-pagination-bullet-active {
    background-color: #FF9A8B;
}