@charset "UTF-8";
/* MV */
.sec-mv_title_wrapper{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
	height: 0;
  margin: auto;
}
.sec-mv_title{
  position: absolute;
  height: auto;
}
.sec-mv_title img{
  width: 100%;
}

/* Pick-up */
.sec-pickup{
  padding: min(calc((60 / var(--pc))*100vw),60px) 0 min(calc((72 / var(--pc))*100vw),72px);
  box-shadow: 0px 4px 26px 0px rgba(38, 38, 38, 0.07);
}
.sec-pickup h2{
  padding-top: min(calc((9 / var(--pc))*100vw),9px);
}
.sec-pickup .i-check::before{
  right: -40px;
  top: -10px;
}
.sec-pickup .swiper-wrapper{
  padding-top: min(calc((33 / var(--pc))*100vw),33px);
}
.sec-pickup .swiper-button_wrapper{
  top: 1px;
}
.sec-pickup .c-slider_list-item_bottom{
  display: none;
}
.sec-pickup .c-slider_list-item{
  padding: 0 8px;
}
@media all and (max-width:960px) {
  .sec-pickup{
    padding: min(calc((33 / var(--sp))*100vw),33px) 0 min(calc((33 / var(--sp))*100vw),33px) 0;
  }
  .sec-pickup .i-check::before{
    right: -20px;
    top: 0;
  }
  .sec-pickup::before{
    width: min(calc((85 / var(--sp))*100vw),85px);
    height: min(calc((115 / var(--sp))*100vw),115px);
    top: max(calc((-64 / var(--sp))*100vw),-64px);
    bottom: unset;
  }
  .sec-pickup::after{
    background: url(../../img/brand/miso/detail/bg/main-head_sp.png) top center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: unset;
  }
  .sec-pickup h2{
    padding-top: 0;
  }
  .sec-pickup h2 img{
    height: 16px;
    width: auto;
  }
  .sec-pickup .c-slider_list-item{
    padding: 16px 4px 0;
    transform: translate(-50%,0)!important;
  }
  .sec-pickup .swiper-button_wrapper{
    display: none;
  }
}

@media all and (max-width:960px) and (min-width:640px) {
  .sec-pickup h2 img{
    height: 21px;
}
}


/* New */
.sec-new{
  padding: min(calc((51 / var(--pc))*100vw),51px) 0 min(calc((70 / var(--pc))*100vw),70px);
  background-size: cover;
  margin-bottom: min(calc((69 / var(--pc))*100vw),69px);
}
.sec-new h2{
  padding-top: min(calc((20 / var(--pc))*100vw),20px);
}
.sec-new .i-star::before{
  top:-17px;
  left: -37px;
}
.sec-new .i-sparkle::before{
  top:-17px;
  left: -37px;
}
.sec-new  .c-slider_list_title{
  color: #000;
  width: 90%;
  height: 3em;
}
.sec-new .c-slider_list-item .c-slider_list-item_upper{
  transition: var(--transition);
}
.sec-new .swiper-slide{
  display: flex;
  align-items: flex-end;
  padding: 0 8px;
}
.sec-new .swiper-slide a{
  width: 100%;
}
.sec-new .swiper-slide-active{
  display: flex;
}
@media all and (max-width:960px) {
  .sec-new{
    margin: 0 0 min(calc((29 / var(--sp))*100vw),29px) 0;
    padding: min(calc((32 / var(--sp))*100vw),32px) 0 min(calc((35 / var(--sp))*100vw),35px);
    position: relative;
    z-index: 1;
  }
  .sec-new h2{
    padding-top: max(calc((8 / var(--sp))*100vw),8px);
  }
  .sec-new h2 img{
    height: 16px;
    width: auto;
  }
  .sec-new .swiper-slide{
    padding: 0 4px;
  }
  .sec-new .i-star::before{
    top: -6px;
    left: -23px;
  }
  .sec-new .i-sparkle::before{
    left: unset;
    right: -22px;
    top: -5px;
  }
  .sec-new .swiper-button_wrapper{
    display: none;
  }
  .sec-new .c-slider_list-item .c-slider_list-item_upper{
    transition: var(--transition);
  }
  .sec-new .c-slider_list_title{
    margin-top: 6px;
    font-size: 14px;
  }
  .sec-new .c-slider_list-item:not(.swiper-slide-active) .i-fav::after{
    width: 12px;
    height: 10px;
    left: 53%;
  }
  .sec-new .c-slider_list-item:not(.swiper-slide-active) .i-fav[data-fav="on"]::after,
  .sec-new .c-slider_list-item:not(.swiper-slide-active) .i-fav[data-fav="off"]::after{
    mask-size: 12px 10px;
  }
  .sec-new .i-fav::after{
    width: 11px;
    height: 9px;
  }
  .sec-new .i-fav[data-fav="on"]::after,
  .sec-new .i-fav[data-fav="off"]::after{
    mask-size: 11px 9px;
  }
}

@media all and (max-width:960px) and (min-width:640px) {
  .sec-new h2 img{
    height: 21px;
}
}


/* Search */
.sec-search{
  padding: min(calc((40 / var(--pc))*100vw),40px) 0 min(calc((65 / var(--pc))*100vw),65px);
  margin: 0 auto min(calc((21 / var(--pc))*100vw),21px);
  background: url(../../img/brand/miso/detail/bg/main-light.png);
  background-size: cover;
  border-radius: 10px;
}
.sec-search h2{
  padding-top: min(calc((20 / var(--pc))*100vw),20px);
}
.sec-search .i-search::before{
  right: -64px;
  bottom: -11px;
}
.sec-search_title{
  padding-bottom: min(calc((15 / var(--pc))*100vw),15px);
  margin: min(calc((40 / var(--pc))*100vw),40px) auto 0;
  border-bottom: 1px solid #000;
  width: min(calc((960 / var(--pc))*100vw),960px);
}
.sec-search_title img {
  aspect-ratio: 195 / 20;
  max-height: 20px;
  width: auto;
}
.sec-search_category{
  margin: min(calc((24 / var(--pc))*100vw),24px) auto 0;
  width: min(calc((960 / var(--pc))*100vw),960px);
}
.sec-search_kinds{
  margin: min(calc((24 / var(--pc))*100vw),24px) auto 0;
  width: min(calc((960 / var(--pc))*100vw),960px);
}
.sec-search_kinds_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 10px;
}
.sec-search_kinds_list-item_upper{
  background-color: #fff;
  border-radius: 32px;
  box-sizing: border-box;
  padding: 20px 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.sec-search_kinds_list-item[data-select="on"] .sec-search_kinds_list-item_upper::before{
  content: "";
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border-radius: 32px;
}
.sec-search_kinds_list-item[data-select="on"] .sec-search_kinds_list-item_label{
  color: var(--selected);
}
.sec-search_kinds_list-item[data-select="on"] .sec-search_kinds_list-item_label{
  font-weight: 700;
}
.sec-search_kinds_list-item_label{
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: -0.4px;
  cursor: pointer;
}
.sec-search_kinds_list-item_bottom{
  margin-top: 8px;
  padding: 0 min(calc((30 / var(--pc))*100vw),30px);
}
.sec-search_kinds_list-item_features{
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding-left: 8px;
  letter-spacing: 1px;
  padding-right: 40px;
}
.sec-search_kinds_list-item_features_button{
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  position: absolute;
  right: min(calc((12 / var(--pc))*100vw),12px);
  top: 0;
  cursor: pointer;
}
.sec-search_kinds_list-item:nth-child(2) .sec-search_kinds_list-item_features_button{
  right: min(calc((42 / var(--pc))*100vw),42px);
}
.sec-search_kinds_list-item_features_button[data-accordion="on"]::before{
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.sec-search_kinds_list-item_features_button[data-accordion="off"]::before{
  content: "+";
  position: absolute;
  font-size: 18px;
  left: 50%;
  top: -2px;
  transform: translateX(-50%);
}
.sec-search_kinds_list-item_features_accordion{
  transition: var(--transition);
  font-size: 14px;
  overflow: hidden;
  letter-spacing: -0.3px;
  line-height: 1.4;
}
.sec-search_kinds_list-item_features:has(.sec-search_kinds_list-item_features_button[data-accordion="on"]) +.sec-search_kinds_list-item_features_accordion{
  border-top: 1px solid #000;
  margin-top: 9px;
}
.sec-search_kinds_list-item_features:has(.sec-search_kinds_list-item_features_button[data-accordion="on"]) +.sec-search_kinds_list-item_features_accordion p{
  padding-top: 9px;
}
.sec-search_kinds_list-item_features:has(.sec-search_kinds_list-item_features_button[data-accordion="off"]) +.sec-search_kinds_list-item_features_accordion{
  height: 0;
}
.sec-search_fillter{
  grid-area: a;
}
.sec-search_clear{
  grid-area: b;
}
.sec-search_recipe{
  grid-area: c;
}
.sec-search_buttons{
  display: grid;
  grid-template-areas:"a a""b c";
  align-items: end;
  row-gap: min(calc((16 / var(--pc))*100vw),16px);
  margin: min(calc((37 / var(--pc))*100vw),37px) auto 0;
  max-width: 620px;
}
@media all and (min-width:961px){
  .sec-search_title,
  .sec-search_category,
  .sec-search_kinds,
  .sec-search_category .c-category_list{
    min-width: 880px;
  }
}
@media all and (max-width:1366px) {
  .sec-search_kinds_list-item:nth-child(2) .sec-search_kinds_list-item_features_button{
    right: min(calc((24 / var(--pc))*100vw),24px);
  }
}
@media all and (max-width:960px) {
  .sec-search{
    padding: 34px 0 30px;
    margin: 0 8px;
  }
  .sec-search h2{
    padding-top: 0;
  }
  .sec-search h2 img{
    height: 16px;
    width: auto;
  }
  .sec-search_recipe .c-button-l1_inner{
    border: none;
  }
  .sec-search .i-search::before{
    right: -34px;
    bottom: -3px;
  }
  .sec-search_title{
    margin: 28px 34px 0;
    padding-bottom: 4px;
    width: unset;
  }
  .sec-search_title img{
    height: 13.7px;
    width: auto;
  }
  .sec-search_category{
    margin: 12px 35px 0;
    width: unset;
  }
  .sec-search_kinds{
    margin: 12px 36px 0;
    width: unset;
  }
  .sec-search_kinds_list{
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4px;
  }
  .sec-search_kinds_list-item_upper{
    border-radius: 24px;
    padding: 14px 0 9px;
  }
  .sec-search_kinds_list-item_upper img{
    width: 64px;
    height: auto;
  }
  .sec-search_kinds_list-item[data-select="on"] .sec-search_kinds_list-item_upper::before{
    border-radius: 24px;
  }
  .sec-search_kinds_list-item_bottom{
    padding: 0 8px;
    margin-top: 10px;
  }
  .sec-search_kinds_list-item_label{
    margin-top: 6px;
    font-size: 12px;
  }
  .sec-search_kinds_list-item_features{
    padding-left: 0;
    padding-right: 20px;
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
  }
  .sec-search_kinds_list-item_features_button{
    right: 0;
    width: 16px;
    height: 16px;
    top: 2px;
  }
  .sec-search_kinds_list-item_features_button[data-accordion="off"]::before{
    line-height: 16px;
    left: 1px;
    top: -1px;
    width: 17px;
    text-align: center;
    transform: none;
  }
  .sec-search_kinds_list-item_features_button[data-accordion="on"]::before{
    width: 9px;
  }
  .sec-search_kinds_list-item_features_accordion{
    font-size: 11px;
    border-top: none;
    padding-top: 0;
  }
  .sec-search_kinds_list-item:nth-child(2) .sec-search_kinds_list-item_features_button{
    right: 0;
  }
  .sec-search_buttons{
    margin-top: 26px;
    grid-template-areas:
    "c c"
    "b a";
    width: 270px;
    row-gap: 16px;
    column-gap: 10px;
  }
}
@media all and (max-width:960px) and (min-width:640px) {
  .sec-search h2 img{
    height: 21px;
}
.sec-search_title{
  padding-bottom: 8px;
}
.sec-search_title img{
  height: 17.8px;
}
}


/* Result */
.sec-result{
  padding: min(calc((54 / var(--pc))*100vw),54px) 0;
  margin: 0 auto min(calc((60 / var(--pc))*100vw),60px);
  background: url(../../img/brand/miso/detail/bg/main-light.png);
  background-size: contain;
  border-radius: 10px;
}
.sec-result_title{
  font-size: 24px;
  letter-spacing: 0.1em;
}
.sec-result-sum{
  font-size: 40px;
}
.sec-result-sum.i-light::before{
  right: -30px;
  top: -8px;
}
/* .sec-result-sum::after{
  content: "件";
  font-size: 24px;
} */
.sec-result-number.i-light::before{
  right: -30px;
  top: -24px;
}
.sec-result-number{
  font-size: 24px;
  position: relative;
}
.sec-result_tags{
  margin-top: min(calc((27 / var(--pc))*100vw),27px);
}
.sec-result_search{
  position: relative;
  margin: min(calc((24 / var(--pc))*100vw),24px) auto 0;
  display: flex;
  justify-content: space-between;
  column-gap: min(calc((22 / var(--pc))*100vw),22px);
  max-width: 1070px;
}
.sec-result_search .c-sort{
  min-width: 540px;
}
.sec-result_card{
  margin-top: min(calc((32 / var(--pc))*100vw),32px);
  padding: 0 min(calc((57 / var(--pc))*100vw),57px);
}
.sec-result_card_list{
  display: flex;
  flex-wrap: wrap;
  column-gap: min(calc((18 / var(--pc))*100vw),18px);
}
@media all and (max-width:1200px) and (min-width:961px){
  .sec-result_search{
    flex-direction: column;
    row-gap: 14px;
    padding: 0 min(calc((57 / var(--pc))* 100vw), 57px);
  }
  .sec-result_search .c-sort{
    justify-content: center;
  }
}
@media all and (max-width:960px) {
  .sec-result{
    margin: 13px 7px 0;
    padding: 22px 0 28px;
  }
  .sec-result_search{
    flex-direction: column;
    margin-top: 16px;
  }
  .sec-result_search .c-sort{
    min-width: unset;
  }
  .sec-result_search_select{
    width: 50%;
    position: relative;
  }
  .sec-result_search_select{
    position: relative;
    z-index: 5;
    flex: 1;
    white-space: initial;
    padding: 0;
    padding-left: 0;
  }
  .dropbox{
    background-color: #fff;
    position: relative;
    font-weight: 700;
    border-radius: 24px;
  }
  .dropbox::after{
    content: "";
    width: 4px;
    height: 8px;
    transform: rotate(-90deg);
    background: #ef4300;
    mask: url(../../img/common/icon/arrow.svg) no-repeat center center / contain;
    -webkit-mask: url(../../img/common/icon/arrow.svg) no-repeat center center / contain;
    position: absolute;
    top: 20px;
    right: 17px;
    transition: var(--transition);
  }
  .dropbox.is-active::after{
    transform: rotate(90deg);
  }
  .dropbox-select{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ef4300;
    font-size: 13px;
    height: 46px;
    padding-right: 12px;
  }
  .dropbox .dropbox-menu{
    display: none;
  }
  .dropbox .dropbox-menu .search-sort-list__item{
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: center;
    padding: 9px 0;
  }
  .dropbox .dropbox-menu .search-sort-list__item:last-of-type{
    padding-bottom: 12px;
  }
  .search-sort-list__item.is-active .search-sort-list__label{
    color: #ef4300;
  }
  /* .sec-result_search_select select{
    appearance: none;
    border: none;
    outline: none;
    height: 100%;
    width: 93%;
    border-radius: 999px;
    text-align: center;
    font-weight: 700;
    position: relative;
  }
  .sec-result_search_select::after{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: calc((100% - 7px)/2);
    right: 15px;
    transform: rotate(-90deg);
    mask: url(../../img/common/icon/arrow.svg) no-repeat center center / contain;
    -webkit-mask: url(../../img/common/icon/arrow.svg) no-repeat center center / contain;
  } */
  .sec-result_title{
    font-size: 15px;
  }
  .sec-result-sum{
    font-size: 26px;
  }
  /* .sec-result-sum::after{
    font-size: 15px;
    margin-left: 3px;
  } */
  .sec-result-number {
    font-size: 15px;
    margin-left: 3px;
  }
  .sec-result-number.i-light::before{
    right: -13px;
    top: -10px;
  }
  /* .sec-result-sum.i-light::before{
    right: -13px;
    top: 0px;
  } */
  .sec-result_tags{
    margin-top: 13px;
    margin: 13px 34px 0;
  }
  .sec-result_search{
    margin: 15px 0 0;
    column-gap: 0;
    row-gap: 14px;
  }
  .sec-result_card{
    margin-top: 22px;
    padding: 0 2px;
  }
  .sec-result_card_list{
    column-gap: min(calc((8 / var(--sp))*100vw),8px);
  }
}

@media all and (max-width:960px) and (min-width:640px) {
  .sec-result div.sec-result_card {
    padding-left:22px;
    padding-right:22px;
}
}


/* Related */
.sec-related{
  padding: min(calc((71 / var(--pc))*100vw),71px) 0 0;
  background: url(../../img/brand/miso/detail/bg/main-mini.png) left;
}
.sec-related .c-banners{
  margin: min(calc((33 / var(--pc))*100vw),33px) auto min(calc((40 / var(--pc))*100vw),40px);
}
@media all and (max-width:960px) {
  .sec-related{
    padding: 32px 0 0;
  }
  .sec-related h2 img{
    height: 17px;
    width: auto;
  }
  .sec-related .c-banners{
    margin: 16px 0 0;
    max-width: 960px;
    width: 100%;
  }
  .sec-related_return{
    margin-top: 24px;
    padding-bottom: 54px;
  }
}

@media all and (max-width:960px) and (min-width:640px) {
  .sec-related h2 img{
    height: 21px;
}
}

@media all and (max-width:960px) and (min-width:640px) {
  .sec-pickup .i-check::before{
    right: -23.4px;
  }
  .sec-new .i-sparkle::before{
    right: -22px;
  }
  .sec-search .i-search::before{
    right: -44.2px;
  }
  .sec-result-sum.i-light::before{
    right: -16.9px;
  }
  .c-ranking .i-crown::after{
    right: -35px;
  }
}