/** Shopify CDN: Minification failed

Line 152:11 Unexpected "gt"

**/
.collect-bg {
  margin: 2rem;
  background-color: #c0c0c0;
  border: 0.5px solid;
  border-color: #fcfffc#9fa59b #9fa59b #fcfffc;
}

.collect-bar {
  margin: 0;
  height: 30px;
  background-color: #000082;
  border: 0.8px solid;
  border-color: #fcfffc #9fa59b #9fa59b #9fa59b;
}

.collect-bar p {
  color: WHITE;
  font-size: 0.8em;
  margin: 0;
  padding: 0 0 0 5px;
}


.serch-bg {
  background: #e5e5e5;
  border: 2px solid;
  border-color: #4a484c #fff #fff #4a484c;
  margin: 0.5rem;
}

.collect-search {
  text-align:center;
}

.collect-search h2{
margin: 1.5rem 2rem;
}

.search-eg{
padding:0 2rem;
}

.font1 {
  font-family: serif !important;
}
.font2 {
  font-family: sans-serif !important;
  font-weight: 1000;
}

.collect-list {
  margin:2rem 5rem;
  padding:5rem;
  background-color: #fffef4;
  border: 0.5px solid;
  border-color: #9fa59b #9fa59b #9fa59b #9fa59b;
}

.index_search {
  height: 50vh;
  padding: 5rem 2rem;
  display: table;
  width: 100%;
}

@media (min-width: 750px) {
  .index_search {
    padding: 5rem;
  }
}

.index_search .index_search_contents {
  display: table-cell;
  vertical-align: middle;
}

.search-modal__form {
  margin: auto;
}

@media (max-width: 768px) {
  .collect-list {
  margin:2rem 2rem;
  padding:1rem;
}
  
  .page-width-search {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}


/* COLLECTIONデザイン　　*/


.tab-label {
   display: block;
   float: left;
}

.tab-label-heading:not(:last-of-type) .tab-label{
   margin-right: 2px!important;
}
/*ラジオボタンを全て非表示に*/
input[name="tab-radio"] {
   display: none;
}


.tab-label{
   background-color: #231815!important;
   color:#F4F2EE!important;
   cursor: pointer!important;
   font-size: 16px!important;
   padding: 10px 10px!important;
   transition: .3s;
 border-radius:0 5px 0 0;

}
.tab-label:hover{
   opacity: .7!important;
}
/* 選択されたタブの見た目 */
input:checked + h2 > .tab-label{
   color: #000!important;
   background-color: #F4F2EE!important;
   transition: .3s;
}
.tab-panel{
   background-color: #F4F2EE;
   height: 100%;
   clear: both;
   display: none; /*パネルを非表示*/
}
/* 選択されているチェックボックスに応じてパネルを表示 */
#tab-a:checked ~ .panel-a,
#tab-b:checked ~ .panel-b,
#tab-c:checked ~ .panel-c
{
  display: block;
}




.tab-panel&gt;div{
   display: flex;
   height: 100%;
   align-items: center;
   justify-content: center;
}




.block-ctg{
  display:flex;
}
.note{
 background-image:url('/cdn/shop/files/2B.svg?v=1738660534'); 
 width :20px;
 height :20px;
 display: block;
 margin: 1em 2px;
 background-repeat: no-repeat;
}


.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.flow04 > li {
  list-style-type: none;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.flow04 > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #E26B5D;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow04 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #E26B5D;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow04 > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #E26B5D;
  position: relative;
}

.flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #E26B5D;
  border-right: 4px solid #E26B5D;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow04 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #E26B5D;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.flow04 > li dl dd {
  margin-left: 0;
}

@media(max-width: 767px){
  .flow04 {
    gap: 20px;
  }
  .flow04 > li {
    max-width: unset;
    display: block;
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
}
