@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");
header.head_navbar {
  padding: 20px 0px 15px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體"; }
  header.head_navbar .jp_btnlink span {
    border: #fff 1px solid;
    background-color: #777777;
    color: #FFF;
    font-size: 18px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 30px; }
  header.head_navbar .btn {
    margin-right: 15px; }
  header.head_navbar .logo img {
    min-height: 35px; }
    @media (min-width: 768px) {
      header.head_navbar .logo img {
        max-height: 50px; } }
  header.head_navbar input {
    display: none; }
  header.head_navbar label {
    margin: 0 auto !important;
    cursor: pointer; }

.head_area {
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  background: #f9f9f9;
  box-shadow: 0px 0px 5px #c1c1c1; }
  .head_area .breadcrumb {
    margin: 0px;
    padding: 15px 0px; }
    .head_area .breadcrumb .active span {
      font-weight: 600; }
    .head_area .breadcrumb a {
      font-family: "Noto Sans TC", "微軟正黑體";
      color: #000;
      text-decoration: none;
      font-weight: 300; }
    @media (min-width: 768px) {
      .head_area .breadcrumb li.breadcrumb-item:nth-child(2) {
        text-decoration: underline; } }
    .head_area .breadcrumb li.breadcrumb-item:nth-child(2) a {
      font-weight: 500; }
  .head_area .breadcrumb-item + .breadcrumb-item::before {
    content: ">"; }
  .head_area .topimgad {
    color: #000;
    font-size: 20px;
    line-height: 1.2; }
    .head_area .topimgad div {
      width: 100%; }
      .head_area .topimgad div span {
        display: inline-block;
        padding: 10px 20px; }
    .head_area .topimgad .headinf_bgblue {
      background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/headinf_bgblue.png"); }
    .head_area .topimgad .headinf_bgyellow {
      background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/headinf_bgyellow.png"); }
    @media (min-width: 1400px) {
      .head_area .topimgad {
        background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/headinf.png");
        height: 45px;
        width: 100%;
        background-size: contain;
        background-position: left center; } }

.fix {
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .fix .pop {
    z-index: 1;
    position: relative;
    position: absolute;
    top: 145px;
    left: 50%;
    border: 1px solid #888;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .fix .pop .pop_box img {
      width: 100%; }
  .fix .fixedclose {
    width: 30px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white; }
  .fix .fixedclose img {
    width: 100%; }

footer {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background-color: black;
  font-family: "Noto Sans TC", "微軟正黑體"; }
  footer a {
    color: #007bff; }
  footer a:hover {
    color: #0056b3; }

* {
  font-family: "Noto Sans TC", "微軟正黑體"; }

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform; }

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  transform: scale(0.9); }

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.hvr-pulse-grow {
  z-index: 90;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

.section_box .section_box_content {
  padding: 54px 0 40px;
  border-radius: 26px;
  background: #fff;
  position: relative; }
  @media (min-width: 768px) {
    .section_box .section_box_content {
      padding: 90px 0 40px; } }
  .section_box .section_box_content > img {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%); }
    @media (min-width: 768px) {
      .section_box .section_box_content > img {
        top: -60px; } }
  .section_box .section_box_content button span {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 4px;
    padding: 8px 20px; }

.category .section_box .section_box_content {
  padding: 80px 0 40px; }

@media (min-width: 768px) {
  .category .fashion .section_box_content > ul > li:nth-child(odd) > div {
    border-right: 1px solid #FEA49C; } }

.category .fashion .section_box_content > ul .item_pic_box {
  border: 2px solid #FEA49C; }

.category .fashion .section_box_content > ul button span {
  background-color: #FF6F6A; }

.category .fashion .section_box_content .describe .title_dialog {
  border: 2px solid #FF6F6A; }

.category .fashion .section_box_content .common_example_product li > div {
  border: 2px solid #FF6F6A; }
  .category .fashion .section_box_content .common_example_product li > div .tag {
    background-color: #FF6F6A; }

@media (min-width: 768px) {
  .category .outdoor .section_box_content > ul > li:nth-child(odd) > div {
    border-right: 1px solid #94D096; } }

.category .outdoor .section_box_content > ul .item_pic_box {
  border: 2px solid #94D096; }

.category .outdoor .section_box_content > ul button span {
  background-color: #4D8952; }

.category .outdoor .section_box_content .describe .title_dialog {
  border: 2px solid #4D8952; }

.category .outdoor .section_box_content .common_example_product li > div {
  border: 2px solid #4D8952; }
  .category .outdoor .section_box_content .common_example_product li > div .tag {
    background-color: #4D8952; }

.category .wrap.common_sort_product .item a > div {
  width: 100%; }
  .category .wrap.common_sort_product .item a > div .item_pic_box {
    border-radius: 50%;
    overflow: hidden;
    width: 90%;
    margin: auto;
    overflow: hidden !important; }
    @media (min-width: 768px) {
      .category .wrap.common_sort_product .item a > div .item_pic_box {
        width: 80%; } }
    .category .wrap.common_sort_product .item a > div .item_pic_box .item_pic {
      width: 100%;
      padding-bottom: 100%;
      background-size: cover;
      background-position: center;
      transform: scale(1);
      transition: all 0.5s ease-out; }
  .category .wrap.common_sort_product .item a > div:hover .item_pic {
    transform: scale(1.2); }

.category .wrap.common_sort_product .text {
  text-align: center;
  margin: 10px 0 12px; }
  .category .wrap.common_sort_product .text h2 {
    font-size: 20px; }

.category .describe .title_dialog {
  border-radius: 16px;
  text-align: center;
  position: relative; }
  .category .describe .title_dialog h2 {
    word-break: keep-all;
    position: absolute;
    top: -14%;
    left: 50%;
    transform: translateX(-50%);
    display: inline;
    background-color: #fff;
    padding: 0 10px;
    font-weight: 700;
    font-size: 28px; }
    @media (min-width: 768px) {
      .category .describe .title_dialog h2 {
        top: -20%;
        font-size: 36px; } }
  .category .describe .title_dialog > ul {
    margin: auto; }
    .category .describe .title_dialog > ul li {
      padding: 10px 0px 0;
      font-weight: 500;
      font-size: 16px; }
      @media (min-width: 768px) {
        .category .describe .title_dialog > ul li {
          font-size: 22px; } }
    .category .describe .title_dialog > ul li:first-child {
      padding: 0 10px 10px;
      border-bottom: 2px dashed #866E64; }
    .category .describe .title_dialog > ul span {
      font-weight: 600;
      color: #f00;
      margin: 0 2px;
      font-size: 18px; }
      @media (min-width: 768px) {
        .category .describe .title_dialog > ul span {
          margin: 0 4px;
          font-size: 26px; } }

.category .guide_example_product h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #000000; }
  @media (min-width: 768px) {
    .category .guide_example_product h3 {
      font-size: 22px; } }

.category .guide_example_product .wrap.common_example_product li > div {
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  width: 94%;
  position: relative; }
  .category .guide_example_product .wrap.common_example_product li > div .tag {
    z-index: 2;
    top: 16px;
    left: 0px;
    position: absolute;
    font-size: 16px;
    color: #fff;
    padding: 2px 6px 2px 2px;
    border-radius: 0 50px 50px 0; }
    .category .guide_example_product .wrap.common_example_product li > div .tag span {
      font-size: 14px; }
    @media (min-width: 768px) {
      .category .guide_example_product .wrap.common_example_product li > div .tag {
        font-size: 18px;
        padding: 6px 10px 6px 6px; }
        .category .guide_example_product .wrap.common_example_product li > div .tag span {
          font-size: 16px; } }
  .category .guide_example_product .wrap.common_example_product li > div .text {
    text-align: start;
    margin: 10px 0 0px; }
    .category .guide_example_product .wrap.common_example_product li > div .text h2 {
      font-weight: 600;
      font-size: 18px; }
    .category .guide_example_product .wrap.common_example_product li > div .text p {
      font-size: 16px; }
    .category .guide_example_product .wrap.common_example_product li > div .text p:nth-child(2) {
      margin-top: 4px; }

.outdoor .describe_content h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0 10px; }
  @media (min-width: 768px) {
    .outdoor .describe_content h4 {
      font-size: 24px;
      margin: 0 0 10px; } }

.outdoor .describe_content > div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start; }
  .outdoor .describe_content > div ul li {
    margin: 0 10px; }
  .outdoor .describe_content > div ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .outdoor .describe_content > div ul li {
        justify-content: center; } }
    .outdoor .describe_content > div ul li img {
      width: 26px;
      height: 26px; }
    .outdoor .describe_content > div ul li span {
      margin-left: 10px;
      color: #f00;
      font-weight: 600;
      font-size: 18px; }

.describe_content p span {
  text-decoration: underline; }

.sale .item > div {
  width: 100%; }
  .sale .item > div .item_pic_box {
    overflow: hidden;
    width: 90%;
    margin: auto;
    overflow: hidden !important;
    border: 2px solid #333333; }
    @media (min-width: 768px) {
      .sale .item > div .item_pic_box {
        width: 80%; } }
    .sale .item > div .item_pic_box .item_pic {
      width: 100%;
      padding-bottom: 65%;
      background-size: cover;
      background-position: center;
      transform: scale(1);
      transition: all 0.5s ease-out; }

.sale .text {
  text-align: start;
  margin: 10px auto 24px;
  line-height: 1.6; }
  .sale .text h2 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .sale .text h2 {
        font-size: 24px; } }
  .sale .text h3 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .sale .text h3 {
        font-size: 20px; } }
  .sale .text p {
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .sale .text p {
        font-size: 22px; } }
    .sale .text p span {
      font-weight: 700;
      font-size: 24px;
      color: #FF0000; }
      @media (min-width: 768px) {
        .sale .text p span {
          font-size: 28px; } }

.rule .info_sort {
  margin: auto; }
  .rule .info_sort ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .rule .info_sort ul {
        justify-content: start; } }
  .rule .info_sort li {
    margin: 4px 2px; }
    @media (min-width: 768px) {
      .rule .info_sort li {
        margin: 8px 6px; } }
    .rule .info_sort li span {
      border: 2px solid #333;
      background-color: #fff;
      display: inline-block;
      font-weight: bold;
      color: #000;
      padding: 6px 8px;
      font-size: 20px; }
      @media (min-width: 768px) {
        .rule .info_sort li span {
          padding: 8px 20px;
          font-size: 24px; } }

.rule .clickChang ul {
  padding: 0px 10px 10px 30px; }
  @media (min-width: 768px) {
    .rule .clickChang ul {
      padding: 30px 0 0px 30px; } }
  .rule .clickChang ul li {
    padding: 4px 0; }
    .rule .clickChang ul li p {
      font-size: 18px;
      line-height: 1.6; }
      .rule .clickChang ul li p a {
        color: hwb(213deg 2% 5%);
        font-weight: 700; }
        .rule .clickChang ul li p a:hover {
          text-decoration: underline; }
    .rule .clickChang ul li p:first-child {
      font-size: 20px;
      font-weight: 600;
      text-indent: -1em; }
      .rule .clickChang ul li p:first-child .rule_top_line {
        display: block;
        border-top: #004492 solid 1px;
        padding-top: 30px; }
      .rule .clickChang ul li p:first-child .rule_title {
        font-size: 18px;
        line-height: 1.6;
        font-weight: 500; }
        @media (min-width: 768px) {
          .rule .clickChang ul li p:first-child .rule_title {
            font-size: 20px; } }
        .rule .clickChang ul li p:first-child .rule_title a {
          color: #0050b3; }
          .rule .clickChang ul li p:first-child .rule_title a:hover {
            text-decoration: underline; }
    .rule .clickChang ul li p:last-child span {
      display: block;
      padding: 0 10px;
      text-indent: -1em; }
      @media (min-width: 768px) {
        .rule .clickChang ul li p:last-child span {
          padding: 0 20px; } }

.banner {
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/mercari/images/event/2023/0301event/images/banner_bg_mobile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 752px; }
  @media (max-width: 768px) {
    .banner .container {
      width: 90%; }
      .banner .container ul {
        text-align: center; }
        .banner .container ul li:nth-child(3) {
          position: relative; }
          .banner .container ul li:nth-child(3) > div {
            width: 100%;
            position: absolute;
            bottom: -340px; } }
  @media (min-width: 992px) {
    .banner {
      background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/mercari/images/event/2023/0301event/images/banner_bg_desk.png");
      height: 566px; } }
  @media (min-width: 1024px) {
    .banner {
      height: 445px; } }
  @media (min-width: 1200px) {
    .banner {
      background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/mercari/images/event/2023/0301event/images/banner_bg_desk.png");
      height: 445px; } }
  @media (min-width: 1280px) {
    .banner {
      height: 540px; } }
  @media (min-width: 1400px) {
    .banner {
      height: 572px; } }
  @media (min-width: 1600px) {
    .banner {
      height: 620px; } }
  .banner > div {
    height: 100%;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .banner > div {
        align-items: end; } }
    .banner > div ul {
      padding-bottom: 204px; }
      @media (min-width: 992px) {
        .banner > div ul {
          padding-bottom: 20px; } }
      @media (min-width: 1400px) {
        .banner > div ul {
          padding-bottom: 40px; } }
      @media (min-width: 1536px) {
        .banner > div ul {
          padding-bottom: 0px; } }
      @media (min-width: 1600px) {
        .banner > div ul {
          padding-bottom: 30px; } }
      .banner > div ul li {
        padding: 4px 0px; }

.scroll_nav {
  background: #DFFCF7;
  box-shadow: 0px 4px 4px rgba(129, 199, 187, 0.3);
  border-radius: 0px; }
  @media (min-width: 300px) and (max-width: 1199.99px) {
    .scroll_nav {
      transition: all 0.3s ease;
      overflow-x: scroll; } }
  .scroll_nav .menu {
    width: 100%; }
  .scroll_nav #menu-center {
    white-space: nowrap;
    width: 100%;
    margin: 0 auto; }
    .scroll_nav #menu-center ul {
      display: flex;
      justify-content: center; }
      .scroll_nav #menu-center ul .nav_icon img {
        max-width: 56px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle; }
      .scroll_nav #menu-center ul .nav_icon a {
        display: inline-block;
        vertical-align: middle; }
      @media (min-width: 300px) and (max-width: 1199.99px) {
        .scroll_nav #menu-center ul {
          justify-content: start; } }
      .scroll_nav #menu-center ul li {
        list-style: none;
        padding: 10px 20px;
        color: #000;
        font-weight: 500; }
  .scroll_nav .active {
    text-decoration: none;
    background: #4DB1A0;
    color: #fff !important; }

.guide_nav_fashion .title_dialog_sort > div > p {
  background: #FFF2E2; }

.guide_nav_fashion .title_dialog_sort > div ul {
  border: 2px solid #866E64; }
  .guide_nav_fashion .title_dialog_sort > div ul li:first-child {
    border-bottom: 2px dashed #866E64; }

.guide_nav_fashion .section_up_arrow {
  background-color: #FFF2E2;
  position: relative; }
  .guide_nav_fashion .section_up_arrow li:first-child {
    border-bottom: 2px dashed #866E64; }

.guide_nav_fashion .section_up_arrow:before {
  content: "";
  /*   ----------------------- */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #FFF2E2 transparent;
  /*   ----------------------- */
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -13px; }

.guide_nav_fashion .wrap.common_sort_product .item_pic_box {
  border: 2px solid #866E64; }

.guide_nav_fashion .wrap.common_example_product li > div {
  border: 2px solid #866E64; }

.guide_nav_fashion .guide_button ul li {
  background-color: #866E64; }

.guide_nav_luxury .title_dialog_sort > div > p {
  background: #FDEDE9; }

.guide_nav_luxury .title_dialog_sort > div ul {
  border: 2px solid #FFA68F; }
  .guide_nav_luxury .title_dialog_sort > div ul li:first-child {
    border-bottom: 2px dashed #FFA68F; }

.guide_nav_luxury .section_up_arrow {
  background-color: #FDEDE9;
  position: relative; }
  .guide_nav_luxury .section_up_arrow li:first-child {
    border-bottom: 2px dashed #FFA68F; }

.guide_nav_luxury .section_up_arrow:before {
  content: "";
  /*   ----------------------- */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #FDEDE9 transparent;
  /*   ----------------------- */
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -13px; }

.guide_nav_luxury .wrap.common_sort_product .item_pic_box {
  border: 2px solid #FFA68F; }

.guide_nav_luxury .wrap.common_example_product li > div {
  border: 2px solid #FFA68F; }

.guide_nav_luxury .guide_button ul li {
  background-color: #FFA68F; }

.guide_nav_outdoor .title_dialog_sort > div > p {
  background: #F3FCF5; }

.guide_nav_outdoor .title_dialog_sort > div ul {
  border: 2px solid #838A2D; }
  .guide_nav_outdoor .title_dialog_sort > div ul li:first-child {
    border-bottom: 2px dashed #838A2D; }

.guide_nav_outdoor .section_up_arrow {
  background-color: #F3FCF5;
  position: relative; }
  .guide_nav_outdoor .section_up_arrow li:first-child {
    border-bottom: 2px dashed #838A2D; }

.guide_nav_outdoor .section_up_arrow:before {
  content: "";
  /*   ----------------------- */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #F3FCF5 transparent;
  /*   ----------------------- */
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -13px; }

.guide_nav_outdoor .wrap.common_sort_product .item_pic_box {
  border: 2px solid #838A2D; }

.guide_nav_outdoor .wrap.common_example_product li > div {
  border: 2px solid #838A2D; }

.guide_nav_outdoor .guide_button ul li {
  background-color: #838A2D; }

.guide_nav_anime .title_dialog_sort > div > p {
  background: #EAF5FA; }

.guide_nav_anime .title_dialog_sort > div ul {
  border: 2px solid #2EA9DF; }
  .guide_nav_anime .title_dialog_sort > div ul li:first-child {
    border-bottom: 2px dashed #2EA9DF; }

.guide_nav_anime .section_up_arrow {
  background-color: #EAF5FA;
  position: relative; }
  .guide_nav_anime .section_up_arrow li:first-child {
    border-bottom: 2px dashed #2EA9DF; }

.guide_nav_anime .section_up_arrow:before {
  content: "";
  /*   ----------------------- */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #EAF5FA transparent;
  /*   ----------------------- */
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -13px; }

.guide_nav_anime .wrap.common_sort_product .item_pic_box {
  border: 2px solid #2EA9DF; }

.guide_nav_anime .wrap.common_example_product li > div {
  border: 2px solid #2EA9DF; }

.guide_nav_anime .guide_button ul li {
  background-color: #2EA9DF; }

.section_down_arrow {
  background-color: #fff;
  position: relative; }

.section_down_arrow:before {
  content: "";
  /*   ----------------------- */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #fff transparent;
  /*   ----------------------- */
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -13px; }

.good_deal .slick-dotted.slick-slider {
  margin-bottom: auto; }

.good_deal .slick-dots {
  bottom: 0px; }
  @media (min-width: 768px) {
    .good_deal .slick-dots {
      bottom: 10px; } }
  .good_deal .slick-dots li {
    width: 10px;
    height: 10px; }
    .good_deal .slick-dots li button {
      width: 10px;
      height: 10px; }
      .good_deal .slick-dots li button:before {
        width: 10px;
        height: 10px; }

.guide_example_product .slick-dots_bottom80 {
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .guide_example_product .slick-dots_bottom80 {
      padding-bottom: 20px; } }

.guide_example_product .slick-prev:before,
.guide_example_product .slick-next:before {
  display: block;
  width: 30px;
  height: 30px; }

.guide_example_product .slider_arrow_outside .slick-prev {
  left: -34px; }

.guide_example_product .slider_arrow_outside .slick-next {
  right: -20px; }

.guide_example_product .slider_arrow_outside.slider_dots_outside .slick-prev,
.guide_example_product .slider_arrow_outside.slider_dots_outside .slick-next {
  top: 36%; }

.fashion .slick-prev:before {
  content: "";
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/mercari/images/event/2023/0301event/images/silder_arrow_01_left.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat; }

.fashion .slick-next:before {
  content: "";
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/mercari/images/event/2023/0301event/images/silder_arrow_01_right.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat; }

.fashion .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #FF6052; }

.fashion .slick-dots li button:before {
  opacity: .16;
  color: #FF6052; }

.outdoor .slick-prev:before {
  content: "";
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/mercari/images/event/2023/0301event/images/silder_arrow_02_left.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat; }

.outdoor .slick-next:before {
  content: "";
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/mercari/images/event/2023/0301event/images/silder_arrow_02_right.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat; }

.outdoor .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #4D8952; }

.outdoor .slick-dots li button:before {
  opacity: .16;
  color: #4D8952; }

.explain {
  text-align: center; }
  .explain p {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #000000;
    padding: 8px 0 16px; }
    @media (min-width: 768px) {
      .explain p {
        font-size: 20px;
        padding: 8px 0 20px; } }
  .explain .explain_button {
    margin: 10px 0 0; }
    @media (min-width: 768px) {
      .explain .explain_button {
        margin: auto;
        width: 80%; } }
    @media (max-width: 768px) {
      .explain .explain_button li:nth-child(1), .explain .explain_button li:nth-child(2) {
        margin-bottom: 6px; } }
    .explain .explain_button li > div {
      padding: 10px 0;
      margin: auto;
      width: 90%;
      background-color: #FFC545;
      border-radius: 8px;
      font-size: 18px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .explain .explain_button li > div {
          font-size: 24px;
          width: 80%; } }
  .explain img {
    margin: auto; }
  .explain button img {
    max-width: 130px;
    width: 100%;
    margin: auto;
    margin-top: 6px; }
    @media (min-width: 768px) {
      .explain button img {
        max-width: 170px;
        margin-top: 10px; } }

.guide_nav_use_mercari .use_mercari_infor_box {
  position: relative; }
  .guide_nav_use_mercari .use_mercari_infor_box img {
    margin: auto;
    max-width: 230px; }
    @media (min-width: 768px) {
      .guide_nav_use_mercari .use_mercari_infor_box img {
        width: 40%;
        position: absolute;
        bottom: 20px;
        right: -10%;
        max-width: 280px; } }

.guide_nav_use_mercari li {
  margin-top: 10px; }
  .guide_nav_use_mercari li h5 {
    font-size: 20px;
    text-align: center;
    text-align: start;
    padding-bottom: 4px;
    font-size: 20px;
    font-weight: 600; }
    .guide_nav_use_mercari li h5 span.bottomline {
      position: relative;
      font-size: 20px;
      z-index: 1; }
      .guide_nav_use_mercari li h5 span.bottomline:before {
        content: "";
        background: #fdd35c;
        position: absolute;
        width: 100%;
        top: auto;
        bottom: -3px;
        z-index: -1;
        opacity: .6;
        height: 16px; }

.infor ul {
  padding: 12px 0;
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .infor ul {
      padding: 30px 0; } }
  .infor ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 16px; }
    .infor ul li img {
      margin-right: 4px;
      max-width: 26px; }
      @media (min-width: 768px) {
        .infor ul li img {
          margin-right: 10px;
          max-width: 36px; } }
    .infor ul li p {
      font-weight: 600;
      font-size: 20px; }
      @media (min-width: 768px) {
        .infor ul li p {
          font-size: 24px; } }

@media (min-width: 200px) and (max-width: 1400px) {
  .infor ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    justify-items: start;
    padding: 20px 0; }
    .infor ul li {
      justify-content: start;
      width: 80%;
      margin: 4px auto; } }

.rule a {
  color: hwb(213deg 2% 5%);
  font-weight: 900; }
  .rule a:hover {
    text-decoration: underline; }

.rule .tab_sort {
  padding-top: 10px; }
  @media (min-width: 768px) {
    .rule .tab_sort {
      padding-top: 20px; } }
  .rule .tab_sort ul {
    display: flex;
    align-items: end;
    margin-bottom: 10px; }
    .rule .tab_sort ul li {
      margin: 0 4px;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .rule .tab_sort ul li {
          margin: 0 10px;
          line-height: 1.4; } }
    .rule .tab_sort ul span {
      background-color: #323232;
      color: #ffffff;
      display: inline-block;
      font-weight: 700;
      font-size: 20px;
      padding: 4px 6px;
      border: 6px solid #fff;
      border-radius: 10px; }
      @media (min-width: 768px) {
        .rule .tab_sort ul span {
          font-size: 24px;
          padding: 6px 30px; } }

.rule ul.tab_content {
  padding: 0px 10px 10px 30px; }
  @media (min-width: 768px) {
    .rule ul.tab_content {
      padding: 30px 60px 60px; } }
  .rule ul.tab_content > li {
    padding: 4px 0; }
    .rule ul.tab_content > li > ul > li p {
      font-size: 18px;
      line-height: 1.6;
      font-weight: 500; }
    .rule ul.tab_content > li > ul > li p:first-child {
      margin: 10px 0 0;
      font-size: 20px;
      font-weight: 600;
      text-indent: -1em; }
    .rule ul.tab_content > li > ul > li p:last-child > span {
      display: block;
      padding: 0 10px;
      text-indent: -1em; }
      @media (min-width: 768px) {
        .rule ul.tab_content > li > ul > li p:last-child > span {
          padding: 0 20px 10px; } }
    .rule ul.tab_content > li > ul > li > p > span {
      display: block;
      padding: 0 10px;
      text-indent: -1em; }
      @media (min-width: 768px) {
        .rule ul.tab_content > li > ul > li > p > span {
          padding: 0 20px 10px; } }
      .rule ul.tab_content > li > ul > li > p > span > span {
        display: block;
        padding: 0 10px;
        text-indent: -1em; }
        @media (min-width: 768px) {
          .rule ul.tab_content > li > ul > li > p > span > span {
            padding: 0 20px 4px; } }

/*# sourceMappingURL=../../../../../../../sass */