* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*snsBtn
-----------------------------------------------------*/

#sns_button {
  width: 90%;
  max-width: 636px;
  height: 25px;
  margin: 20px auto 10px;
  overflow: hidden;
  _zoom: 1;
}

#sns_button li {
  margin-right: 10px;
  float: right;
}

/*clearfix
-----------------------------------------------------*/

.cf:after,
#wrap ul.tab:after {
  content: "";
  display: block;
  clear: both;
}

/*
-----------------------------------------------------*/

#wrap *,
#wrap *:before,
#wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrap {
  width: 100%;
  margin-top: 3%;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, Osaka,
    "MS PGothic", arial, sans-serif;
  color: #2c2c2c;
}

#wrap img {
  width: 100%;
}

/* #wrap .inner{
  margin: 0 auto;
  width: 92%;
} */

#wrap .marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #b5f3ef 0%);
}

#wrap .row {
  display: flex;
}

#wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100px;
  margin: 0 auto;
  height: 14.69vw;
  background-color: #f45696;
  font-size: 3.75vw;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
}

#wrap h2 {
  margin-bottom: 2.34vw;
  padding-left: 4%;
  font-size: 4.38vw;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: bold;
}

#wrap h2 .small {
  font-size: 2.8vw;
  letter-spacing: 0.06em;
  font-weight: normal;
}

#wrap h6 {
  margin: 0 auto 4%;
  width: 96%;
  font-weight: bold;
  font-size: 4vw;
  text-align: center;
}

/*item_slider
-----------------------------------------------------*/

#wrap .item_slider {
  padding: 0 4%;
  letter-spacing: 0.06em;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
}

#wrap .item_slider::-webkit-scrollbar {
  display: none;
}

#wrap .item_slider li {
  display: inline-block;
  margin-bottom: 3vw;
  width: 34.6vw;
  height: auto;
}

#wrap .item_slider a {
  display: block;
  position: relative;
  color: #2c2c2c;
  text-decoration: none;
}

#wrap .item_slider a > div {
  width: 35.94vw;
  height: 43.13vw;
  overflow: hidden;
}

#wrap .item_slider a img {
  width: 100%w;
  /* height: 43.13vw; */
  object-fit: cover;
  padding: 5px;
}

#wrap .item_slider a .number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5vw;
  left: 0.5vw;
  border-radius: 50%;
  width: 5.8vw;
  height: 5.8vw;
  background-color: #666666;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.68vw;
  color: #fff;
}

#wrap .item_slider a.ranking01 .number {
  background-color: #e0c05f;
}

#wrap .item_slider a.ranking02 .number {
  background-color: #b7b6b1;
}

#wrap .item_slider a.ranking03 .number {
  background-color: #aa6e56;
}

#wrap .item_slider .shop {
  margin: 2.03vw 0 1.03vw;
  padding-left: 1vw;
  font-size: 3.13vw;
  line-height: 1.22;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#wrap .item_slider .price {
  padding: 0 1vw;
  font-size: 4.38vw;
  line-height: 1.42;
  letter-spacing: 0;
  color: #e25d8c;
}

#wrap .item_slider .price span {
  font-size: 2.5vw;
}

/*mv
-----------------------------------------------------*/

#wrap .mv {
  position: relative;
}

#wrap h1 img {
  width: 100%;
}

/* lead */

#wrap .lead {
  margin: 7.19vw 0;
  font-size: 3.75vw;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
}

#wrap .lead .marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #b5f3ef 0%);
}

#wrap .lead span.space {
  padding-left: 1.2vw;
}



/* lead2 */
  .spe_lead {
    margin: 0 0 34px;
    text-align: center;
  }

  .spe_tx {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .souryo {
    width: 290px;
    margin: 20px auto;
    font-size: 26px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    padding: 14px 0;
    border-radius: 3px;
  }

  .kome {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8em;
  }




/*tab
-----------------------------------------------------*/

#wrap .tab_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 7.19vw;
  width: 92%;
}

#wrap .tab_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5vw 0;
  border-radius: 4px;
  width: calc(33.333% - 10px * 2 / 3);
  background-color: #ffa8c7;
  font-size: 4.84vw;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
}

#wrap .tab_btn.active {
  background-color: #f45696;
}

#wrap .tab_2_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  width: 98%;
  margin: auto;
}

#wrap .tab_2_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5vw;
  border-radius: 4px;
  width: 95%;
  max-width: 200px;
  height: 40px;
  border: solid 2px #f45696;
  font-size: 3vw;
  letter-spacing: 0.06em;
  color: #f45696;
  text-decoration: none;
  margin: 0px auto 8px auto;
}

/*sec_01
-----------------------------------------------------*/

/* sec_01-2 */

#wrap .sec01-2 {
  margin-bottom: 7.47vw;
}

#wrap .search_txt,
#wrap .timesale_txt {
  position: relative;
  margin-top: 5vw;
  font-size: 3.13vw;
  text-align: center;
}

#wrap .search_txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.78vw;
  left: 20vw;
  bottom: -1.5vw;
  transform: rotate(-40deg);
  width: 1px;
  height: 5.91vw;
  background-color: #f45696;
}

#wrap .search_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.78vw;
  right: 20vw;
  bottom: -1.5vw;
  transform: rotate(40deg);
  width: 1px;
  height: 5.91vw;
  background-color: #f45696;
}

#wrap .timesale_txt {
  margin-bottom: 3vw;
}

#wrap .timesale_txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.78vw;
  left: 23vw;
  bottom: -1.5vw;
  transform: rotate(-40deg);
  width: 1px;
  height: 5.91vw;
  background-color: #f45696;
}

#wrap .timesale_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.78vw;
  right: 23vw;
  bottom: -1.5vw;
  transform: rotate(40deg);
  width: 1px;
  height: 5.91vw;
  background-color: #f45696;
}

#wrap .timesale_box a {
  display: block;
  margin: 0 auto;
  width: 92%;
}

/*--- 検索窓 ---*/

#wrap #searchFormEx {
  margin: 0 auto;
  padding-top: 3vw;
  width: 92%;
  text-align: center;
}

#wrap #searchFormEx p {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
}

#wrap #searchFormEx p input[type="text"] {
  padding-top: 1px;
  border: 1px solid #f45696;
  border-radius: 80px;
  width: 100%;
  font-size: 3.44vw;
  line-height: 3.3;
  letter-spacing: 0.1em;
  text-indent: 1.2em;
  background-color: #f3f3f3;
}

#wrap #searchFormEx p input[type="button"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 12%;
  height: 100%;
  font-size: 200%;
  background: url(https://cdn.lumine.jp/contents/design/contents_img/2011_10off_pre/pc/search.png)
    no-repeat #f45696;
  border-style: none;
  background-position: center;
  background-size: 40%;
  border-radius: 0 50px 50px 0;
}

#wrap #searchFormEx p input.on[type="button"] {
  opacity: 0.8;
}

/*sec_02
-----------------------------------------------------*/

#wrap .sec_02 {
  padding: 6.25vw 0 6.25vw 0;
  background-color: #eaeaea;
}

#wrap .sec_02 .item_slider li {
  width: 26.75vw;
}

#wrap .sec_02 .item_slider li:not(:last-of-type) {
  margin-right: 1.88vw;
}

#wrap .sec_02 .item_slider .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
  width: 26.75vw;
  height: 26.75vw;
  border-radius: 4px;
  background-color: #fff;
}

#wrap .sec_02 .item_slider li img {
  width: 100%;
  height: auto;
}

#wrap .sec_02 .item_slider .shop {
  font-size: 2.81vw;
  color: #646464;
}

#wrap .sec_02 .btn_txt {
  margin: 2.72vw 0 2.13vw;
  font-size: 3.13vw;
  text-align: center;
}

#wrap .sec_02 .btn {
  width: 47.19vw;
}

/*sec_03
-----------------------------------------------------*/

/* category */

#wrap .sec_03 {
  margin-bottom: 9.38vw;
}

#wrap .category {
  margin: 7.81vw 0 9.38vw;
}

#wrap .category .small {
  margin-bottom: 2vw;
  padding-left: 4%;
  font-size: 3.13vw;
  letter-spacing: 0.06em;
}

#wrap .category .category_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.34vw;
}

#wrap .category .category_ttl h2 {
  margin-bottom: 0;
}

#wrap .category .category_ttl a {
  padding-right: 4%;
  font-size: 2.5vw;
  color: #0096d8;
  text-decoration: none;
}

#wrap .category .item_slider {
  margin-bottom: 4.03vw;
}

#wrap .sec_03 .btn_txt {
  position: relative;
  margin-bottom: 2.34vw;
  font-size: 3.13vw;
  letter-spacing: 0.06em;
  text-align: center;
}

#wrap .sec_03 .btn_txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1.5vw;
  left: 31vw;
  transform: rotate(-40deg);
  width: 1px;
  height: 5.91vw;
  background-color: #f45696;
}

#wrap .sec_03 .btn_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1.5vw;
  right: 31vw;
  transform: rotate(40deg);
  width: 1px;
  height: 5.91vw;
  background-color: #f45696;
}

#wrap .sec_03 .btn {
  width: 69.69vw;
}

/*note
-----------------------------------------------------*/

#wrap .note {
  padding: 5.47vw 4.69vw;
  background-color: #efefef;
}

#wrap .note ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.73vw;
  line-height: 1.6;
}

/*pagetop
-----------------------------------------------------*/

#wrap .ethicarnival_sale_CntPageTop img {
  width: 45%;
}

#wrap .ethicarnival_sale_CntPageTop a {
  display: block;
  position: fixed;
  bottom: 40px;
  right: -40px;
  z-index: 1000;
}

#wrap .ethicarnival_sale_CntPageTop a {
  bottom: 50px;
}

/*sliderBox//////////////////////////////////////////////////*/

#wrap .sliderBox {
  width: 100%;
  margin: auto;
}

#wrap .sliderBox .a {
  display: block;
}

#wrap .sliderBox .contents {
  /* background-color: #f7f7f7; */
  overflow-x: scroll;
  overflow-y: hidden;
  /* padding-bottom:20px; */
  /* padding: 0 16px 16px; */
  margin: 0 0;
  scrollbar-color: #9fa0a0 #f0f2f2;
}

#wrap .sliderBox #recommendSlide {
  /* background-color: #f7f7f7; */
  width: fit-content;
  display: inline-grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  /* box-shadow: 5px 5px 10px #a6abbd, -5px -5px 10px #fff; */
}

#wrap .sliderBox li {
  width: 207px;
  margin: auto;
}

#wrap .sliderBox a {
  text-decoration: none;
}

#wrap .sliderBox img {
  width: 100%;
  object-fit: cover;
  /* aspect-ratio: 5/6; */
}

#wrap .sliderBox p {
  width: 92%;
  margin: 0 4px;
}

#wrap .sliderBox .shop {
  font-weight: bold;
  font-size: 10px;
  line-height: 1.36;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 4px 4px;
  color: #6ba4ad;
}

#wrap .sliderBox .product {
  display: -webkit-box;
  font-size: 10px;
  line-height: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 22px;
  color: #6ba4ad;
}

#wrap .sliderBox .price {
  font-weight: bold;
  font-size: 10px;
  color: #6ba4ad;
}

#wrap .sliderBox .sale {
  font-weight: bold;
  font-size: 10px;
  color: #e25d8c;
}

/* --------フリーページ_2024_10_SFCC移行分--------- */
.ethicarnival_sale_hiddenOnSp {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .ethicarnival_sale_hiddenOnSp {
    display: block !important;
  }
  .ethicarnival_sale_hiddenOnPc {
    display: none !important;
  }
  * {
    margin: 0;
    padding: 0;
  }

  ul,
  li {
    list-style-type: none;
  }

  .noAdjust .content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  /*snsBtn
    -----------------------------------------------------*/

  #sns_button {
    max-width: 980px;
    height: 25px;
    margin: 0 auto 10px;
    overflow: hidden;
    _zoom: 1;
  }

  #sns_button li {
    margin-right: 10px;
    float: right;
  }

  /*パンくず
    -----------------------------------------------------*/

  .noAdjust .topicPath {
    padding: 8px 0 0;
    margin: 0 auto;
    max-width: 980px;
  }

  /*clearfix
    -----------------------------------------------------*/

  #wrap .cf:after,
  #wrap ul.tab:after {
    content: "";
    display: block;
    clear: both;
  }

  /*
    -----------------------------------------------------*/

  #wrap *,
  #wrap *:before,
  #wrap *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  #wrap ul,
  #wrap li {
    list-style-type: none;
  }

  #wrap a {
    transition: all 0.3s 0s ease;
  }

  #wrap a:hover,
  #wrap a:active {
    opacity: 0.5;
  }

  #wrap {
    margin: 20px auto;
    position: relative;
    box-sizing: border-box;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, Osaka,
      "MS PGothic", arial, sans-serif;
    color: #2c2c2c;
  }

  #wrap img {
    -webkit-backface-visibility: hidden;
  }

  #wrap .marker {
    background: linear-gradient(rgba(0, 0, 0, 0) 70%, #b5f3ef 0%);
  }

  #wrap .note {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  #wrap .red {
    color: #ec0001;
  }

  #wrap .row {
    display: flex;
  }

  #wrap .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 100px;
    height: 62px;
    background-color: #f45696;
    font-size: 24px;
    letter-spacing: 0.06em;
    color: #fff;
    text-decoration: none;
  }

  #wrap .contents {
    max-width: 1000px;
    margin: 0 auto;
  }

  #wrap h2 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: bold;
  }

  #wrap h2 .small {
    font-size: 15px;
    letter-spacing: 0.06em;
    font-weight: normal;
  }

  /*item_slider
    -----------------------------------------------------*/

  #wrap .item_slider {
    margin: 0 auto;
    letter-spacing: 0.06em;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  #wrap .item_slider::-webkit-scrollbar {
    height: 8px;
  }

  #wrap .item_slider::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #eee;
  }

  #wrap .item_slider::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #bbb;
  }

  #wrap .item_slider li {
    display: inline-block;
    margin-bottom: 20px;
    width: 170px;
    height: auto;
  }

  #wrap .item_slider a {
    position: relative;
    display: block;
  }

  #wrap .item_slider a .number {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #666666;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #fff;
  }

  #wrap .item_slider a.ranking01 .number {
    background-color: #e0c05f;
  }

  #wrap .item_slider a.ranking02 .number {
    background-color: #b7b6b1;
  }

  #wrap .item_slider a.ranking03 .number {
    background-color: #aa6e56;
  }

  #wrap .item_slider a {
    color: #2c2c2c;
    text-decoration: none;
  }

  #wrap .item_slider a img {
    width: 100%;
    height: 208px;
    object-fit: cover;
  }

  #wrap .item_slider .shop {
    margin: 7px 0 2px;
    padding: 0 7px;
    font-size: 12px;
    line-height: 1.75;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  #wrap .item_slider .price {
    padding: 0 7px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #e25d8c;
  }

  #wrap .item_slider .price span {
    font-size: 10px;
  }

  /*mv
    -----------------------------------------------------*/

  #wrap .mv {
    position: relative;
    /* background-color: #d80c18; */
  }

  #wrap h1 img {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
  }

  #wrap h6 {
    text-align: center;
    max-width: 954px;
    margin: 40px auto 30px;
    border-radius: 6px;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
  }

  #wrap .mv .mv_lead {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  #wrap .mv .mv_lead span {
    font-size: 24px;
    font-weight: 700;
  }

  /* lead */

  #wrap .lead {
    margin: 45px 0 40px;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
  }

  #wrap .lead .marker {
    background: linear-gradient(rgba(0, 0, 0, 0) 70%, #b5f3ef 0%);
  }

  #wrap .lead span.space {
    padding-left: 7px;
  }

  /*tab
    -----------------------------------------------------*/

  #wrap .tab_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 805px;
    margin: 0 auto 46px;
  }

  #wrap .tab_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    max-width: 235px;
    height: 60px;
    background-color: #ffa8c7;
    font-size: 29px;
    letter-spacing: 0.06em;
    color: #fff;
    text-decoration: none;
  }

  #wrap .tab_btn.active {
    background-color: #f45696;
  }

  /*sec_01
    -----------------------------------------------------*/

  #wrap #rankingSlide a .number {
    padding-top: 2px;
  }

  /* sec_01-2 */

  #wrap .sec01-2 {
    /* display: flex;
    justify-content: space-between; */
    margin: 60px 0 64px;
  }

  #wrap .search_txt,
  #wrap .timesale_txt {
    position: relative;
    margin-bottom: 14px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.06em;
  }

  #wrap .search_txt:before {
    width: 2px;
    height: 32px;
  }

  #wrap .search_txt:after {
    width: 2px;
    height: 32px;
  }

  #wrap .timesale_txt:before {
    width: 2px;
    height: 32px;
  }

  #wrap .timesale_txt:after {
    width: 2px;
    height: 32px;
  }

  /*--- 検索窓 ---*/

  #wrap #searchFormEx {
    text-align: center;
    width: 75%;
    padding: 0;
  }

  #wrap #searchFormEx p {
    display: inline-block;
    position: relative;
    vertical-align: top;
  }

  #wrap #searchFormEx p input[type="text"] {
    padding-top: 1px;
    border: 1px solid #f45696;
    border-radius: 80px;
    width: 100%;
    height: 86px;
    font-size: 21px;
    line-height: 3.3;
    letter-spacing: 0.1em;
    text-indent: 1.2em;
    background-color: #f3f3f3;
  }

  #wrap #searchFormEx p input[type="button"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    height: 100%;
    font-size: 200%;
    background: url(https://cdn.lumine.jp/contents/design/contents_img/2011_10off_pre/pc/search.png)
      no-repeat #f45696;
    border-style: none;
    background-position: center;
    border-radius: 0 50px 50px 0;
  }

  #wrap #searchFormEx p input.on[type="button"] {
    opacity: 0.8;
  }

  #wrap .timesale_box a {
    width: 75%;
  }

  /*sec_02
    -----------------------------------------------------*/

  .ethicarnival_sale_wrap {
    display: flex;
    flex-direction: column;
  }

  #wrap .sec_04 {
    order: 1;
  }
  #wrap .contents_2 {
    order: 2;
  }

  #wrap .sec_02 {
    order: 3;
    padding: 40px 0;
    background-color: #eaeaea;
    margin-top: 30px;
  }

  #wrap .sec_02 .item_slider {
    padding: 0 30px;
  }

  #wrap .sec_02 .item_slider {
    padding: 0 30px;
  }

  #wrap .sec_02 .item_slider::-webkit-scrollbar-track {
    background-color: #fff;
    margin: 0 30px;
  }

  #wrap .sec_02 .item_slider::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #a9a9a9;
  }

  #wrap .sec_02 .item_slider li {
    margin-bottom: 7px;
  }

  #wrap .sec_02 .item_slider li:not(:last-of-type) {
    margin-right: 10px;
  }

  #wrap .sec_02 .item_slider .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 178px; */
    /* height: 178px; */
    padding: 5%;
    border-radius: 4px;
    background-color: #fff;
  }

  #wrap .sec_02 .item_slider li img {
    width: 100%;
    height: auto;
  }

  #wrap .sec_02 .item_slider .shop {
    font-size: 17px;
    color: #646464;
  }

  #wrap .sec_02 .btn_txt {
    margin: 40px 0 17px;
    font-size: 22px;
    text-align: center;
  }

  #wrap .sec_02 .btn {
    width: 348px;
  }

  /*tab_2（PC）
    -----------------------------------------------------*/

  #wrap .tab_2_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    max-width: 805px;
    margin: auto;
  }

  #wrap .tab_2_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 180px;
    height: 60px;
    border: solid 3px #f45696;
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #f45696;
    text-decoration: none;
    margin: 10px auto 10px auto;
  }

  #wrap .tab_2_btn.active {
    background-color: #feaaa2;
  }

  /*sec_03
    -----------------------------------------------------*/

  /* category */

  #wrap .sec_03 {
    margin-bottom: 70px;
  }

  #wrap .category {
    margin: 60px 0 90px;
  }

  #wrap .category .small {
    font-size: 16px;
    letter-spacing: 0.06em;
  }

  #wrap .category .category_ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #wrap .category .category_ttl a {
    font-size: 15px;
    color: #0096d8;
    text-decoration: none;
  }

  #wrap .category .item_slider {
    margin-bottom: 32px;
  }

  #wrap .sec_03 .btn_txt {
    position: relative;
    margin-bottom: 13px;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-align: center;
  }

  #wrap .sec_03 .btn_txt:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 106px);
    transform: rotate(-40deg);
    width: 2px;
    height: 32px;
    background-color: #f45696;
  }

  #wrap .sec_03 .btn_txt:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -8px;
    right: calc(50% - 100px);
    transform: rotate(40deg);
    width: 2px;
    height: 32px;
    background-color: #f45696;
  }

  #wrap .sec_03 .btn {
    width: 452px;
  }

  /*sec_04
    -----------------------------------------------------*/

  #wrap .sec_04 .btn_txt {
    position: relative;
    margin-bottom: 13px;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-align: center;
  }

  #wrap .sec_04 .btn_txt:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 106px);
    transform: rotate(-40deg);
    width: 2px;
    height: 32px;
    background-color: #f45696;
  }

  #wrap .sec_04 .btn_txt:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -8px;
    right: calc(50% - 100px);
    transform: rotate(40deg);
    width: 2px;
    height: 32px;
    background-color: #f45696;
  }

  /*note
    -----------------------------------------------------*/

  #wrap .note {
    padding: 36px 40px;
    background-color: #efefef;
  }

  #wrap .note ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }

  /*pagetop
    -----------------------------------------------------*/

  #wrap .ethicarnival_sale_CntPageTop a {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: block;
    z-index: 1000;
  }

  #wrap .ethicarnival_sale_CntPageTop img {
    width: 60px;
    height: 60px;
  }

  /*sliderBox//////////////////////////////////////////////////*/

  #wrap .sliderBox {
    width: 86%;
    margin: auto;
  }

  #wrap .sliderBox a {
    display: block;
  }

  #wrap .sliderBox .contents {
    /* background-color: #f7f7f7; */
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
    padding: 0 16px 16px;
    margin: auto auto 60px;
  }

  #wrap .sliderBox #recommendSlide {
    /* background-color: #f7f7f7; */
    width: fit-content;
    display: inline-grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    /* box-shadow: 5px 5px 10px #a6abbd, -5px -5px 10px #fff; */
  }

  #wrap .sliderBox li {
    width: 200px;
    margin: 5px;
  }

  #wrap .sliderBox a {
    text-decoration: none;
  }

  #wrap .sliderBox img {
    width: 100%;
    /* height: 150px; */
    object-fit: cover;
    /* aspect-ratio: 5/6; */
  }

  #wrap .sliderBox p {
    width: 92%;
    margin: 0 4px;
  }

  #wrap .sliderBox .shops {
    font-weight: bold;
    font-size: 10px;
    line-height: 1.36;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 4px 4px;
    color: #585858;
  }

  #wrap .sliderBox .product {
    display: -webkit-box;
    font-size: 10px;
    line-height: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 22px;
    color: #585858;
  }

  #wrap .sliderBox .price {
    font-weight: bold;
    font-size: 10px;
    color: #585858;
  }

  #wrap .sliderBox .sale {
    font-weight: bold;
    font-size: 10px;
    color: #e25d8c;
  }

  /*sliderBox//////////////////////////////////////////////////*/
}

@media screen and (min-width: 1000px) {
  #wrap .sec01-2 {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 64px;
  }

  #wrap .timesale_box a {
    width: auto;
  }

  #wrap #searchFormEx {
    width: auto;
  }

  #wrap #searchFormEx p {
    width: 490px;
  }

  #wrap .search_txt,
  #wrap .timesale_txt {
    margin-top: 0;
  }

  #wrap .search_txt:before {
    bottom: -9px;
    left: 49px;
  }

  #wrap .search_txt:after {
    bottom: -9px;
    right: 56px;
  }

  #wrap .timesale_txt:before {
    bottom: -9px;
    left: 126px;
  }
  #wrap .timesale_txt:after {
    bottom: -9px;
    right: 133px;
  }
}
