﻿@charset "UTF-8";
/**************************************
#pageAdvancedSearch
**************************************/
#pageAdvancedSearch {
    max-width: 94rem;
    padding: 0 2rem;
    margin: 4rem auto 17rem;
}
#pageAdvancedSearch{
  color: #1C1C1C;
}
#dvProductAdvancedSearch {

}
#pageProductSearchForShop{
  max-width: 94rem;
  padding: 0 2rem;
  margin: 10rem auto 8rem;
}
/********** キーワード検索 **********/
.sort-word{
  background: var(--bg-secondary);
  margin-bottom: 3.5rem;
  padding: 2rem;
}
.sortbox{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.sortbox input[type="text"]{
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: rgba(255,255,255,1);
  width:  calc(100% - 4.5rem);
  padding: 0 2rem;
  font-size: 1.6rem;
  height: 4.5rem;
  line-height: 4.5rem;
  /* padding: 1.7rem 1rem;
  font-size: 1.3rem; */
}
.sortbox img{
  width: 4.5rem;
}
.cardUnit-keyword{
  display: flex;
  margin-left: -0.5rem;
}
.cardUnit-keyword {
  display: flex;
  gap: 1.2rem;
  margin-left: 0;
}
.btn_type-keyword {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  padding: 0.9rem 1.5rem;
  color: var(--bg-primary);
  background-color: #fff;
  border: 1px solid var(--bg-primary);
  border-radius: 4rem;
  margin: 0 auto;
}

/********** ブランドボタンと一部共通レイアウト **********/
.brand{
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.sort-word + .ly-flex{
  border-top: none;
}
.ly-flex{
  display: flex;
  align-items: center;
  border-top: 1px solid #EDEDED;
  padding-top: 2.4rem;
  padding-bottom: 2rem;
}
/* .ly-flex:last-child{
  border-bottom: 1px solid #EDEDED;
} */
.brand > dt,
.ly-flex > dt{
 width: 16.3%;
 font-size: 1.5rem;
 font-weight: 600;
 line-height: 1.4;
}
.brand > dd,
.ly-flex > dd{
 width: 82.22222%;
 display: flex;
}
.brand > dd p + p{
  display: flex;
}
.brand input[type="radio"]{
    display: none;
}
.brand input[type="radio"] + label{
  width: 23.66666%;
  margin-left: 0.5416566%;
}
.brand input[type="radio"] + label:first-of-type{
  margin-left: 0;
}
.brand input[type="radio"] + label{
  display: block;
  outline: 1px solid #CECECE;
  outline-offset: -1px;
}
.brand input[type="radio"]:checked + label{
  outline: 3px solid var(--bg-tertiary);
  outline-offset: -2px;
}
/* .brand input[type="radio"] + label {
    position: relative;
    margin:10px;
    display: inline-block;
    background-image: url(Contents/ImagesPkg/search/btn_4c_ad.svg);
    background-repeat: no-repeat;
    background-size:contain;
    width: 14.2rem;
    height: 5rem;
}
.brand input[type="radio"]:checked + label {
    background-image: url(Contents/ImagesPkg/search/btn_4c_ad.svg);
    background-repeat: no-repeat;
    background-size:contain;
    width: 14.2rem;
    height: 5rem;
} */

/********** カテゴリタブ **********/
.search-detailed > input[type="radio"]{
  display: none;
}
.search-detailed > input[type="radio"] + label{
    width: 50%;
    display: inline-block;
    text-align: center;
    max-width: 44.7rem;
    padding: 2rem;
    font-size: 1.5rem;
    color: #B9B9B9;
}
.search-detailed > input[type="radio"]:checked + label{
    border-bottom: 3px solid var(--bg-rankNum);
    font-weight: 600;
    color: var(--bg-primary);
}
.search-detailed > input[type="radio"]:disabled + label{
  color: #B9B9B9;
  opacity: 0.5;
  display: none;
}
.brand_0201_content,
.brand_0202_content{
  border-top: 1px solid #ccc;
}
/********** セレクトボックス **********/
.ly-flex select.selectForm-Base {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 1.3rem;
    border: 1px solid #CECECE;
    background: #fff;
    background-image: url(../Contents/ImagesPkg/productdetail/form-rect.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    /* padding: 1.35rem 1rem 1.221rem; */
    padding: 0 1rem ;
    height: 4.2rem;
    cursor: pointer;
}
.ly-flex select.selectForm-Base.selectForm-Base-long{
  width: 31.5rem;
}
.ly-flex select.selectForm-Base.selectForm-Base-short{
  width: 12.8rem;
}

/*チェックボックス&ラジオボタン*/
.search-detailed .ly-flex{
  /* margin-bottom: 1.6rem; */
  font-size: 1.3rem;
}
.search-detailed .ly-flex input{
  display: block;
}
.search-detailed .ly-flex input:disabled{
  opacity: 0.6;
}

/* .search-detailed .ly-flex table > tbody tr > td input + .checkBox{
  margin-top: 1.4rem;
} */


.search-detailed .ly-flex input[type=checkbox],
.search-detailed .ly-flex input[type=radio]{
  display: none;
}
.search-detailed .ly-flex label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 2.7rem;
  line-height: 1.2;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
.search-detailed .ly-flex label::before {
  border: 1px solid #CACACA;
}
.search-detailed .ly-flex label::before,
.search-detailed .ly-flex label::after{
  content: '';
  display: block;
  /* background: url(../Contents/ImagesPkg/productdetail/icn_checkbox_off.svg); */
  border-radius: 2px;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.search-detailed .ly-flex label::after{
  opacity: 0;
  background: url(../Contents/ImagesPkg/productdetail/icn_checkbox_on.svg);
}
.search-detailed .ly-flex label::before,
.search-detailed .ly-flex label::after{
  background-size: 1.9rem;
  width: 1.9rem;
  height: 1.9rem;
}
.search-detailed .ly-flex input[type=checkbox]:checked+label::before,
.search-detailed .ly-flex input[type=radio]:checked+label::before{
  border: none;
}
.search-detailed .ly-flex input[type=checkbox]:checked+label::after,
.search-detailed .ly-flex input[type=radio]:checked+label::after{
  transition: opacity .1s ease-in-out;
  opacity: 1;
}
.search-detailed .ly-flex.tableFlex table tbody tr,
.search-detailed .ly-flex.spanFlex span,
.search-detailed .ly-flex.ulFlex ul{
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
}
.search-detailed .ly-flex.tableFlex table tbody tr td,
.search-detailed .ly-flex.spanFlex span label,
.search-detailed .ly-flex.ulFlex ul li{
  margin-left: 1.5rem;
}
.search-detailed .ly-flex.tableFlex table tbody tr td label{
}
.ly-flex.formFlex > dd{
  display: flex;
  align-items: center;
}
.ly-flex.formFlex > dd span{
  margin: 0 0.5rem;
}
/* .search-detailed .ly-flex.btn-ringDesign label{
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  font-size: 1.3rem;
  padding-top: 6rem;
  text-align: center;
  margin-top: 1.5rem;
  width: 7rem;
  transition: all 0.6s;
} */
.search-detailed .ly-flex.btn-ringDesign input + label .label-text::before,
.search-detailed .ly-flex.btn-diamond input + label .label-text::before{
  content: '';
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1rem;
  margin-right: 0.6rem;
}
.search-detailed .ly-flex.btn-ringDesign ul li input[value=''] + label .label-text::before{
  width: 4.3rem;
  background-image: url(../Contents/ImagesPkg/productlist/img_marriage_design_aquanity.svg);
}
/* .search-detailed .ly-flex.btn-ringDesign ul li input[value='straight'] + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_straight_off.svg);
}
.search-detailed .ly-flex.btn-ringDesign ul li input[value='wave'] + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_wave_off.svg);
}
.search-detailed .ly-flex.btn-ringDesign ul li input[value='vline'] + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_vline_off.svg);
}
.search-detailed .ly-flex.btn-ringDesign ul li input[value='eternity'] + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_eternity_off.svg);
}
.search-detailed .ly-flex.btn-ringDesign ul li input[value='other'] + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_other_off.svg);
} */
.search-detailed .ly-flex.btn-diamond ul li:first-child,
.search-detailed .ly-flex.btn-ringDesign ul li:first-child{
  display: none !important;
}

.search-detailed .ly-flex.btn-ringDesign ul li:nth-child(2) input + label .label-text::before{
  width: 4.3rem;
  background-image: url(../Contents/ImagesPkg/productlist/img_marriage_design_straight.svg);
  background-size: 100% auto;
}
.search-detailed .ly-flex.btn-ringDesign ul li:nth-child(3) input+ label .label-text::before{
  width: 4.3rem;
  background-image: url(../Contents/ImagesPkg/productlist/img_marriage_design_aquanity.svg);
  background-size: 100% auto;
}
.search-detailed .ly-flex.btn-ringDesign ul li:nth-child(4) input + label .label-text::before{
  width: 4.4rem;
  background-image: url(../Contents/ImagesPkg/productlist/img_marriage_design_v.svg);
  background-size: 100% auto;
}
.search-detailed .ly-flex.btn-ringDesign ul li:nth-child(5) input + label .label-text::before{
  width: 4.5rem;
  background-image: url(../Contents/ImagesPkg/productlist/img_marriage_design_etanity.svg);
  background-size: 100% auto;
}
.search-detailed .ly-flex.btn-ringDesign ul li:nth-child(6) input + label .label-text::before{
  display: none;
}

.search-detailed .ly-flex.btn-diamond ul li[data-diamond-value="1石"] input + label .label-text::before{
  width: 4rem;
  background-image: url(../Contents/ImagesPkg/productlist/img_marriage_diamond_1.png);
  background-size: 100% auto;
}
.search-detailed .ly-flex.btn-diamond ul li[data-diamond-value="サイドメレ"] input + label .label-text::before{
  width: 4rem;
  background-image: url(../Contents/ImagesPkg/productlist/img_marriage_diamond_2.png);
  background-size: 100% auto;
}
/* .search-detailed .ly-flex.btn-diamond ul li:nth-child(4) input + label .label-text::before{
  width: 4rem;
  background-image: url(../Contents/ImagesPkg/productlist/img_marriage_diamond_3.png);
  background-size: 100% auto;
} */
.search-detailed .ly-flex.btn-diamond ul li:nth-child(5) input + label .label-text::before{
  display: none;
}

/* .search-detailed .ly-flex.btn-ringDesign input:checked + label::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background-size: cover;
  width: 5.2rem;
  height: 5.2rem;
  right: 0;
  background-repeat: no-repeat;
} */
/* .search-detailed .ly-flex.btn-ringDesign ul li:first-child input[value='']:checked + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_straight_on.svg);
}
.search-detailed .ly-flex.btn-ringDesign ul li input[value='straight']:checked + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_straight_on.svg);
}
.search-detailed .ly-flex.btn-ringDesign ul li input[value='wave']:checked + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_wave_on.svg);
}
.search-detailed .ly-flex.btn-ringDesign ul li input[value='vline']:checked + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_vline_on.svg);
}
.search-detailed .ly-flex.btn-ringDesign ul li input[value='eternity']:checked + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_eternity_on.svg);
}
.search-detailed .ly-flex.btn-ringDesign ul li input[value='other']:checked + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_other_on.svg);
} */

/* .search-detailed .ly-flex.btn-ringDesign ul li:nth-child(2) input:checked + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_straight_on.svg);
}
.search-detailed .ly-flex.btn-ringDesign ul li:nth-child(3) input:checked + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_wave_on.svg);
}
.search-detailed .ly-flex.btn-ringDesign ul li:nth-child(4) input:checked + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_vline_on.svg);
}
.search-detailed .ly-flex.btn-ringDesign ul li:nth-child(5) input:checked + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_eternity_on.svg);
}
.search-detailed .ly-flex.btn-ringDesign ul li:nth-child(6) input:checked + label::before{
  background-image: url(../Contents/ImagesPkg/search/icn_other_on.svg);
} */
#pageAdvancedSearch .search-common .searchUdns{
  display: flex;
}
#pageAdvancedSearch .search-common .searchUdns li + li{
  margin-left: 1rem;
}
#pageAdvancedSearch .search-common .searchUdns li input[type=radio]{
  display: none;
}
#pageAdvancedSearch .search-common .searchUdns li input[type=radio] + label{
  width: 16rem;
  display: block;
  border: 1px solid var(--bg-soldout);
  height: 3.8rem;
  text-align: center;
  line-height: 3.8rem;
  font-size: 1.3rem;
}
#pageAdvancedSearch .search-common .searchUdns li input[type=radio]:checked + label{
  background: var(--bg-tertiary);
  border: 1px solid var(--bg-tertiary);
  color: #fff;
}
.button-wrap{
  margin-top: 5rem;
}
.button-wrap > ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-wrap > ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.btnType-reset {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 47rem; */
  width: 25.4rem;
  height: 6.4rem;
  color: var(--bg-rankNum);
  border: 1px solid var(--bg-rankNum);
  background-color: #fff;
  font-size: 1.7rem;
  /* font-family: var(--accent-font); */
}
.btnType-search {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 47rem; */
  width: 25.4rem;
  height: 6.4rem;
  color: #fff;
  border: 1px solid var(--bg-rankNum);
  background-color: var(--bg-rankNum);
  font-size: 1.7rem;
  /* font-family: var(--accent-font); */
}
@media only screen and (max-width: 880px) {
/**************************************
#productDetailSection
**************************************/
.search-detailed > input[type=radio] + label{
    max-width: 41.7rem;
}

}


@media (hover: hover) and (pointer: fine) {
  .btn_type-keyword {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .btn_type-keyword:hover{
    color: #fff;
    background:var(--bg-primary);
    opacity: 1;
  }
  .brand input[type="radio"] + label{
    transition: var(--transition-for-opacity);
  }
  .brand input[type="radio"] + label:hover{
    opacity: var(--opacity-normal);
  }
  #pageAdvancedSearch .search-common .searchUdns li input[type=radio] + label{
    transition: var(--transition-for-opacity);
  }
  #pageAdvancedSearch .search-common .searchUdns li input[type=radio] + label:hover{
    opacity: var(--opacity-normal);
  }
  .search-detailed .ly-flex.btn-ringDesign input[type=radio] + label{
    transition: all 0.6s;
  }
  .search-detailed .ly-flex.btn-ringDesign input[type=radio] + label:hover{
    opacity: var(--opacity-normal);
  }
  /* .search-detailed .ly-flex.btn-ringDesign .style_all input[type=radio] + label:hover::before{
    background-image: url(../Contents/ImagesPkg/search/icn_straight_on.svg);
  }
  .search-detailed .ly-flex.btn-ringDesign .style_straight input[type=radio] + label:hover::before{
    background-image: url(../Contents/ImagesPkg/search/icn_straight_on.svg);
  }
  .search-detailed .ly-flex.btn-ringDesign .style_wave input[type=radio] + label:hover::before{
    background-image: url(../Contents/ImagesPkg/search/icn_wave_on.svg);
  }
  .search-detailed .ly-flex.btn-ringDesign .style_vline input[type=radio] + label:hover::before{
    background-image: url(../Contents/ImagesPkg/search/icn_vline_on.svg);
  }
  .search-detailed .ly-flex.btn-ringDesign .style_eternity input[type=radio] + label:hover::before{
    background-image: url(../Contents/ImagesPkg/search/icn_eternity_on.svg);
  }
  .search-detailed .ly-flex.btn-ringDesign .style_other input[type=radio] + label:hover::before{
    background-image: url(../Contents/ImagesPkg/search/icn_eternity_on.svg);
  } */
  .btnType-reset,
  .btnType-search {
    transition:all 0.6s;
  }
  .btnType-reset:hover{
    opacity: 1;
    color: #fff;
    border: 1px solid var(--bg-rankNum);
    background-color: var(--bg-rankNum);
  }
  .btnType-search:hover{
    opacity: 1;
    color: var(--bg-rankNum);
    border: 1px solid var(--bg-rankNum);
    background-color: #fff;
  }

}


/* ----------------------------------------------
  01/24 BRIDAL 
----------------------------------------------- */
.modal .modal-inner {
  max-height: 80vh;
  overflow-y: visible;
}
.modal .modal-inner .toogle {
  height: auto;
  max-height: 80vh;
}
.modal .modal-inner .toogle .toogle-inner {
  padding: 5.7rem 10.5rem;
  /* padding: 5.7rem 8.8rem 5.7rem 10.5rem; */
  overflow: auto;
  height: calc(100% - 9.3rem);
}
.modal .modal-inner .toogle .button-wrap {
  height: 9.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -0.8rem 0.8rem rgba(0, 0, 0, 0.06);
}
.modal .modal-inner .btn-close {
  position: absolute;
  z-index: 10;
  height: 3.4rem;
  width: 3.4rem;
  top: -5rem;
  right: 1.7rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0;
  /* width: 100%; */
  /* text-align: right; */
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.modal .modal-inner .btn-close::before, .modal .modal-inner .btn-close::after {
  content: "";
  display: block;
  position: absolute;
  width: 4rem;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #fff;
}
.modal .modal-inner .btn-close::before {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.modal .modal-inner .btn-close::after {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.sort-word {
  padding: 3.4rem 3.1rem 3.4rem 2.4rem;
  margin-bottom: 3.3rem;
}
.sort-word .sortbox {
  position: relative;
  margin-bottom: 2.4rem;
}
.sort-word .sortbox a {
  position: absolute;
  top: 50%;
  right: 2.3rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
.sort-word .sortbox img {
  display: block;
  width: 100%;
  height: auto;
}
.sort-word .sortbox input[type="text"] {
  width: 100%;
  height: 5.9rem;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
}
.modal .modal-inner {
  margin: 0 0 0;
  padding: 0 0 0;
}
.modal .modal-overlay {
  background-color: rgba(0, 0, 0, 0.35);
}
.modal .modal-inner .toogle .button-wrap {
  margin: 0 0 0;
  padding: 0 0 0;
}

@media screen and (max-width: 767px) {
  .modal .modal-inner {
    max-height: 85vh;
    width: calc(100% - 5rem);
    overflow-y: unset;
    overflow-x: unset;
  }
  .modal .modal-inner .toogle {
    height: 85vh;
    max-height: unset;
    overflow: hidden;
    overflow-y: auto;
    max-height: unset;
  }
  .modal .modal-inner .toogle .toogle-inner {
    padding: 1.4rem 1.2rem;
    height: calc(100% - 18.7rem);
  }
  .modal .modal-inner .toogle .button-wrap {
    padding: 0 1.1rem 0;
    height: 18.7rem;
  }
  .button-wrap > ul {
    flex-direction: column;
    align-items: center;
    gap: 1.7rem;
  }
  .btnType-reset,
  .btnType-search {
    width: 29.9rem;
    height: 5.8rem;
    font-size: 1.5rem;
  }
  
  .sort-word {
    padding: 1.4rem 1.3rem 2.1rem;
    margin-bottom: 1.6rem;
  }
  .sort-word .sortbox {
    margin-bottom: 1.5rem;
  }
  .cardUnit-keyword {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem 1.5rem;
  }
  .sort-word .sortbox input[type="text"] {
    height: 5.1rem;
    font-size: 1.2rem;
    padding: 0 1.5rem;
  }
  .sort-word .sortbox a {
    width: 1.7rem;
    height: 1.7rem;
    right: 1.3rem;
  }
  .btn_type-keyword {
    padding: 0.6rem 1rem;
  }
  .search-detailed .ly-flex {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.1rem;
  }
  .brand > dt, .ly-flex > dt {
    width: auto;
  }
  .search-detailed .ly-flex label {
    margin-top: 0;
    font-size: 1.3rem;
  }
  .search-detailed .ly-flex.tableFlex table tbody tr, .search-detailed .ly-flex.spanFlex span, .search-detailed .ly-flex.ulFlex ul {
    margin-top: 0;
    margin-left: 0;
    gap: 1.1rem 1.5rem;
  }
  .search-detailed .ly-flex.tableFlex table tbody tr td, .search-detailed .ly-flex.spanFlex span label, .search-detailed .ly-flex.ulFlex ul li {
    margin-left: 0;
  }
  .ly-flex {
    padding: 1.9rem 0;
  }
  .modal .modal-inner .btn-close {
    background-color: transparent;
    top: -4.5rem;
    right: 0.9rem;
  }

}

.pageProductSearchForShop .sort-word .sortbox input[type="text"] {
  border-radius: 0;
}
.pageProductSearchForShop .sort-word .sortbox a {
  width: 5.9rem;
  aspect-ratio: 1 / 1;
  top: 0;
  right: 0;
  transform: none;
}