/* tkym 2025/1 */
/*
#sec-subgroup {
  border: solid 1px red;
}

#sec-subgroup .container {
  border: solid 1px blue;
}
*/

#sec-subgroup .view_more {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  color: #333;
  padding: 20px 5px 10px;
  /* border-top: 1px solid #ccc; */
}

#sec-subgroup .accordion-content {
  border-left: #eeeeee solid 2px;
  border-right: #eeeeee solid 2px;
  border-bottom: #eeeeee solid 2px;
  display: none;
  padding: 10px 20px;
}

#sec-subgroup .accordion-title {
  background-color: #eeeeee;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 10px;
  position: relative;
}

/* 矢印 */
.accordion-title::after {
  border-right: solid 2px #333;
  border-top: solid 2px #333;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 25px;
  top: 25%;
  transform: rotate(135deg);
  transition: transform .1s ease-in-out, top .1s ease-in-out;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

/* ここまで tkym追記 */

.btnWrap .button {
  width: 270px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 14px;
}



.header {
  position: fixed;
  background: white;
  border-bottom: 1px solid #ccc;
  left: 0;
  top: 0;
  padding: 0px 15px 0px;
}

.header .hNavi ul li a,
.fix_page .header .hNavi ul li a {
  color: #333;
  display: block;
}

.header .hNavi .txt_top_left,
.fix_page .header .hNavi .txt_top_left {
  color: #00577b;
}

.header #logo img,
.fix_page .header #logo img {
  transform: translateY(-45px);
}

.header .gNavi li a,
.fix_page .header .gNavi li a {
  color: #000 !important;
}

.header .gNavi li .header_search,
.fix_page .header .gNavi li .header_search {
  border-bottom-color: #00577b;
}




.header_icon img,
.fix_page .header_icon img {
  transform: translateY(-16px);
}




.sec_1 {
  padding: 30px 0 40px;
  background: #fff;
  /* border-bottom: 1px solid #ebebeb; */
}

.sec_1 .view_more {
  font-size: 12px;
  text-align: left;
  font-weight: 500;
  line-height: 1em;
  margin: 0px;
  color: #333;
  padding: 20px 5px 10px;
  display: block;
  border-top: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
  .sec_2 .container {
    display: block !important;
  }
}

.sec_2 {
  background: #fff !important;
}

.sec_3 {
  border-top: 1px solid #ccc !important;
  padding-top: 80px !important;
}

.total .tab_product li {
  padding: 2px 0 5px !important;
}


@media only screen and (max-width: 767px) {

  .list_4 .item .des {
    margin-bottom: 0 !important;
  }

  .sec_1 {
    padding-bottom: 20px;
  }

  .total .tab_product li {
    padding: 2px 0 8px !important;
  }


}

@media only screen and (max-width: 767px) {
  #wrap {
    padding-top: 107px;
  }
}

@media only screen and (min-width: 768px) {
  .sec_2 .container {
    display: block !important;
  }
}

.sec_item_concept {
  text-align: center;
}

.sec_item_concept .concept_img {
  max-width: 80%;
  margin: 20px auto 30px;
}

#sec_mottaiina_bnr {
  margin-top: 30px;
  margin-bottom: 80px;
}

#sec_mottaiina_bnr a {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  color: #00F;
  text-decoration: underline;
}

#sec_mottaiina_bnr a span {
  display: block;

}

#sec_mottaiina_bnr a .img {
  margin-bottom: 10px;
}



@media only screen and (max-width: 767px) {

  .sec_item_concept .concept_img {
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .sec_item_concept .concept_text {
    font-size: 12px;
  }

  #sec_mottaiina_bnr {
    margin-bottom: 40px;
  }

  #sec_mottaiina_bnr a .img {
    margin-bottom: 5px;
  }

  #sec_mottaiina_bnr a {
    font-size: 11px;
  }

}

.list_4.ranking {
  counter-reset: item;
}

.list_4.ranking .item {
  position: relative;
}

.list_4.ranking .item:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: +1;
  top: 5px;
  left: 5px;
  border-top: 20px solid #00577B;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #00577B;
}

.list_4.ranking .item:after {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: 5px;
  left: 12px;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto", sans-selif;
  z-index: +2;
}

.list_4.ranking .item:nth-of-type(1):before {
  border-top: 20px solid #B29E00;
  border-left: 20px solid #B29E00;
}

.list_4.ranking .item:nth-of-type(2):before {
  border-top: 20px solid #A0A0A0;
  border-left: 20px solid #A0A0A0;
}

.list_4.ranking .item:nth-of-type(3):before {
  border-top: 20px solid #936C00;
  border-left: 20px solid #936C00;
}

.list_4.ranking .item a {
  display: block;
}

.list_4.ranking .item a::after {
  /*content: "詳しく見る";*/
  display: block;
  text-align: center;
  background: #f2f2f2;
  padding: 2px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .list_sp_3 .item {
    width: calc(100% / 3 - 5px) !important;
    padding: 1px !important;
  }

  .list_sp_3 .item:nth-child(n + 4) {
    display: none;
  }

  .list_4.ranking .item:before {
    width: 30px;
    height: 30px;
    top: 1px;
    left: 1px;
    border-top: 15px solid #00577B;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #00577B;
  }

  .list_4.ranking .item:after {
    top: 1px;
    left: 7px;
    font-size: 12px;
  }

  .list_4.ranking .item:nth-of-type(1):before {
    border-top: 15px solid #B29E00;
    border-left: 15px solid #B29E00;
  }

  .list_4.ranking .item:nth-of-type(2):before {
    border-top: 15px solid #A0A0A0;
    border-left: 15px solid #A0A0A0;
  }

  .list_4.ranking .item:nth-of-type(3):before {
    border-top: 15px solid #936C00;
    border-left: 15px solid #936C00;
  }
}

.list_4 .btn {
  width: 90%;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
}

.itemList_set .more_btn {
  border: none;
  background: #ebebeb;
  max-width: 270px;
  text-align: center;
  margin: 20px auto;

}

/*add_topSearch2303*/
.keywordSearch--typeB .ks__searchForm {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 30px;
}

.ks__searchForm {
  padding-right: 7.5px;
  margin-bottom: 15px !important;
}

.searchForm {
  position: relative;
  width: 100%;
}

.searchForm .searchForm__inner {
  position: relative;
  height: 55px;
  background: #EAEAEC;
}

.searchForm .searchForm__inner {
  height: 47px;
}

.searchForm.searchFormB .searchForm__inner {
  border: 1px solid #dfdfdf;
  border-radius: 100px;
}

.searchForm .searchForm__submit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  line-height: 1;
  padding: 0 6px;
}

.add_topSearch .searchForm .searchForm__submit {
  left: 0;
  right: auto;
}

.searchForm input[type="text"] {
  padding: 18px 45px 18px 14px;
  background: transparent;
  border: none;
  width: 100%;
  display: block;
}

.add_topSearch .searchForm input[type="text"] {
  padding: 14px 14px 14px 35px;
}

.searchForm.searchFormB .searchForm__inner input[type="text"] {
  border-radius: 100px;
  vertical-align: middle;
}

.keywordSearch--typeB .ks__keywords {
  padding-top: 0;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.keywordList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
}

.keywordList li {
  margin: 0 2.5px 5px;
}

.keywordList li a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding: 3px 0.5em;
  text-align: center;
  border-radius: 6px;
  background: #eee;
}

.add_topSearch {
  margin: 15px 0 30px;
}

.js-includebnr .div_type_5:nth-of-type(n + 3) {
  display: none;
}

.des_label {
  display: flex;
}

.des_label li {
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  font-size: 11px;
  margin: 5px 5px 0 0;
}

.des_label li.-new {
  background: #00c94f;
}

.des_label li.-popular {
  background: #ef9e02;
}


.pagerListNav {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .pagerListNav {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

ul.pagerList {
  display: flex;
  justify-content: center;
  list-style: none;
}

ul.pagerList li {
  list-style: none;
}

ul.pagerList li>span,
ul.pagerList li>a {
  padding: 0 10px;
  text-align: center;
  display: block;
  font-weight: normal;
  color: #ccc;
  font-size: 18px;
}

@media (max-width: 767px) {

  ul.pagerList li>span,
  ul.pagerList li>a {
    font-size: 13px;
  }
}

ul.pagerList li.current>span {
  color: #1b1b1b;
  font-weight: bold;
}

/* 231214 */
.sec_1.sec_1_bottom {
  padding-top: 0;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .sec_1.sec_1_bottom {
    margin-bottom: 40px;
  }
}


/* 240119 */
.sec_2.gift .txt{
  padding: 20px;
}

.sec_2.gift .title-mean{
  margin-bottom: 20px;
}

.sec_2.gift p {
  text-align: center;
}

.sec_2.gift .block {
  max-width: 800px;
  margin: 0 auto;
}

.sec_2.gift .accordionBtn{
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 1px solid;
  padding: 10px 0;
  width: 20%;
  cursor: pointer;
}

.sec_2.gift .container{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sec_2.gift .container.open {
  max-height: auto; 
  margin-top: 30px;
}

@media screen and (max-width: 767px){
  .sec_2.gift p{
    text-align: left;
    font-size: 14px;
  }
  .sec_2.gift .accordionBtn{
    width: 60%;
    font-size: 14px;
  }
}

#productList.list_4 .productItemWrap {
  width: calc(100% / 4);
  padding: 5px;
  margin: -6px 0 0 -6px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#productList.list_4 .productItemWrap .item {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #productList.list_4 .productItemWrap {
    width: calc(100% / 2 - 3px);
  }
  #productList.list_4 .productItemWrap .item {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #productList .productItemWrap .fav-item {
    position: relative;
  }
  #productList .productItemWrap .fav-item button {
    position: absolute;
    bottom: -44vw;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin: 0;
    border: none;
    background: none;
  }
  #productList .productItemWrap .fav-item button .fav_add {
    display: none;
  }
  #productList .productItemWrap .fav-item button.is-added .favorite {
    display: none;
  }
  #productList .productItemWrap .fav-item button.is-added .fav_add {
    display: block;
  }
}
@media (min-width: 769px){
 #productList .productItemWrap .fav-item {
    position: relative;
  }
  #productList .productItemWrap .fav-item button {
    position: absolute;
    /*bottom: -50px;*/
    right: 0;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin: 0;
    border: none;
    background: none;
  }
  #productList .productItemWrap .fav-item button .fav_add {
    display: none;
  }
  #productList .productItemWrap .fav-item button.is-added .favorite {
    display: none;
  }
  #productList .productItemWrap .fav-item button.is-added .fav_add {
    display: block;
  }

}
@media (min-width: 769px) and (max-width: 1200px) {
  #productList .productItemWrap .fav-item button {bottom: -20vw;}
}
@media (min-width: 1201px) {
  #productList .productItemWrap .fav-item button {bottom: -240px;}
}

@media only screen and (max-width: 767px) {
  #Sec_ranking .list_4.ranking {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
    #Sec_ranking .list_4.ranking .item {
        flex: 0 0 calc(50% - 5px);
        margin-left: 0;
    }
  #Sec_ranking .list_sp_3.list_4.ranking .item:nth-child(n + 4) {
        display: block;
    }
}