/* imgServerPaht = https://twimage.daigobang.com/web/events/fathersday2022 */

/* Config Event color  */
/* 參照 Zeplin Style Guideline 修改 E.G. https://app.zeplin.io/project/5cda928427264913e957ad6d/screen/62135486f7dfe5139201e1f5 */
:root {
  --main-color: #222222; /* 字型主色 */
  --main-bg-color: #32c4ff; /* 背景主色 */
  --indise-footer-bg-color: #fff; /* 注意事項背景顏色 */
  --indise-footer-color: #000; /* 注意事項字體顏色 */
  --banner-bg-color: #fb3f2b; /* Banner 背景色碼 */
  /* 精選禮品 */
  --prod-title-image: url("https://twimage.daigobang.com/web/events/mercari2023/prod_title.png"); /* 「精選禮品」圖片 */
  --prod-title-image-height: 106px; /* 「精選禮品」圖片高 */
  --prod-title-image-width: 667px; /* 「精選禮品」圖片寬 */
  --prod-title-image-m: url("https://twimage.daigobang.com/web/events/mercari2023/prod_title_m.png"); /* 「精選禮品」圖片 - 小網 */
  --prod-title-image-m-height: 39px; /* 「精選禮品」圖片高 - 小網 */
  --prod-title-image-m-width: 240px; /* 「精選禮品」圖片寬 - 小網 */
  /* 商品分類 */
  --category-bg-color: #ffffff; /* 商品分類底色 */
  --category-bg-color-hv: #fff7b3; /* 商品分類底色互動色 */
  --category-name-color: #4dc9ff; /* 商品分類名稱文字顏色 */
  --category-wrap-size: 13px; /* 商品分類間隔 */
  /* 浮動選單 */
  --float-menu-border-color: #ffe1d5; /* 浮動選單按鈕間隔顏色 */
  --float-menu-border-color-hv: #aa3c1c; /* 浮動選單按鈕間隔互動顏色 */
  --float-menu-bg-color: transparent; /* 浮動選單按鈕背景色 */
  --float-menu-bg-color-hv: #aa3c1c; /* 浮動選單按鈕互動背景色 */
  --float-menu-bg-image: url("https://twimage.daigobang.com/web/events/mercari2023/bg_float_menu.png"); /* 浮動選單圖片路徑 */
  --float-menu-height: 492px; /* 浮動選單高 */
  --float-menu-width: 141px; /* 浮動選單寬 */
  /* 浮動選單 - 小網*/
  --float-menu-bg: #000;
}

body {
  height: auto;
  padding-bottom: 61px;
}

.text-red {
  color: #ff0000;
}

.inf_box,
.inf_box p {
  line-height: 2.25;
}

.list {
  list-style: disc;
  margin-left: 20px;
}

.section_1 {
  background-image: url("https://twimage.daigobang.com/web/events/mercari2023/section_bg_1.jpg");
  padding: 37px 18px;
  text-align: center;
  background-position: center;
}

.section_1 img {
  max-width: 750px;
  width: 100%;
}

/* Ben 追加 CSS  */
/* 浮動選單  */
.float_menu {
  width: var(--float-menu-width);
  height: var(--float-menu-height);
  background-image: var(--float-menu-bg-image);
  background-repeat: no-repeat;
  padding-top: 109px;
  background-size: contain;
  background-position: center;
  position: fixed;
  right: 175px;
  top: 140px;
  z-index: 11;
}

.float_menu a {
  font-size: 1px;
  text-indent: -999em;
  margin-top: -1px;
  position: relative;
  left: 0px;
  transition: border-bottom 0.3s;
}

.float_menu a,
.float_menu a:visited,
.float_menu a:link {
  display: block;
  width: 125px;
  margin: 0 auto;
  border-bottom: 1px solid var(--float-menu-border-color);
  padding: 7px 0;
}

.float_menu a:after {
  content: "";
  display: block;
  width: 91px;
  height: 60px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.float_menu a {
  background-color: var(--float-menu-bg-color);
  transition: background-color 0.3s;
}
.float_menu a:hover {
  background-color: var(--float-menu-bg-color-hv);
  border-bottom-color: var(--float-menu-border-color-hv);
}

.float_menu a.no-hover:hover {
  background-color: transparent;
}

/* End of Ben 追加 CSS  */

/* Reset */

button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  outline: none;
}

p {
  line-height: 1;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

#detail a,
#detail a:visited {
  color: #fff;
}

/* Basic setting */

.w-version {
  display: block;
}

.w-table {
  display: table-cell;
}

.w-input {
  display: flex;
}

.m-version {
  display: none;
}

.hidethis {
  display: none !important;
}

/* 共用出現設定 */

.now1 .exist1 {
  max-width: 1134px;
  width: 100%;
}

.now1 .prod-show-banner-img:not(.exist1),
.now1 .category-day:not(.exist1),
.now1 .m-prod-show-banner-img:not(.exist1) {
  display: none;
}

.now2 .exist2 {
  display: flex;
}

.now2 .prod-show-banner-img:not(.exist2),
.now2 .category-day:not(.exist2),
.now2 .m-prod-show-banner-img:not(.exist2) {
  display: none;
}

.now3 .exist3 {
  display: flex;
}

.now3 .prod-show-banner-img:not(.exist3),
.now3 .category-day:not(.exist3),
.now3 .m-prod-show-banner-img:not(.exist3) {
  display: none;
}

.now4 .exist4 {
  display: flex;
}

.now4 .prod-show-banner-img:not(.exist4),
.now4 .category-day:not(.exist4),
.now4 .m-prod-show-banner-img:not(.exist4) {
  display: none;
}

.now5 .exist5 {
  display: flex;
}

.now5 .prod-show-banner-img:not(.exist5),
.now5 .category-day:not(.exist5),
.now5 .m-prod-show-banner-img:not(.exist5) {
  display: none;
}

.now6 .exist6 {
  display: flex;
}

.now6 .prod-show-banner-img:not(.exist6),
.now6 .category-day:not(.exist6),
.now6 .m-prod-show-banner-img:not(.exist6) {
  display: none;
}

.now7 .exist7 {
  display: flex;
}

.now7 .prod-show-banner-img:not(.exist7),
.now7 .category-day:not(.exist7),
.now7 .m-prod-show-banner-img:not(.exist7) {
  display: none;
}

.m-prod-show-banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000000;
  opacity: 0.5;
}

/* ===================== */

/* w-banner */

.all-wrapper {
  width: 100%;
  position: relative;
}

.inside-wrapper {
  min-width: 1200px;
  position: relative;
}

.banner {
  position: relative;
}

.w-banner {
  width: 100%;
  height: 800px;
  background-image: url(https://twimage.daigobang.com/web/events/mercari2023/1920_new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--banner-bg-color);
  background-size: auto 100%;
}

.w-inf-promo-table {
  display: block;
}

.w-inf-promo-table .inf-label-val {
  margin-top: 15px;
  margin-left: 50px;
}

.limit1200 {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

.addmem-link {
  display: block;
  width: 603px;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  outline: none;
  user-select: none;
}

/* 燈籠 */

.addmem-link::after {
  content: "";
  display: block;
  width: 136px;
  height: 227px;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
  background-image: url(https://twimage.daigobang.com/web/events/freeservice2021/btn_register.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.addmem-link:hover::after {
  background-image: url(https://twimage.daigobang.com/web/events/freeservice2021/btn_register_on.png);
}

.addmem-link.fixed {
  position: fixed;
  top: 0;
  right: calc(50% - 600px);
}

/* 詳細說明 */

.w-prod-show-banner {
  position: relative;
  max-width: 1168px;
}

.w-prod-show-banner img {
  width: 100%;
}

.dummy {
  opacity: 0;
  display: none;
}

.showdummy .dummy {
  display: block;
  width: 1168px;
  height: 180px;
}

.w-prod-show-banner.fixed {
  position: fixed;
  top: 0;
  left: calc(50% - 584px);
  z-index: 10;
}

.color-bar {
  width: 100%;
  height: 100%;
}

.bar-text {
  width: 160px;
  height: 37px;
  animation-name: changeImg;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: changeImg;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: changeImg;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: changeImg;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}

/* prod-zone */

.prod-zone {
  width: 100%;
}

.prod-index {
  width: 100%;
  /* background-color: #cb3245; */
  position: relative;
}

.color-lines {
  width: 100%;
  /* width: calc(50% - 584px); */
  position: absolute;
  /* bottom: -89px; */
  z-index: 0;
}

.color-lines.left {
  left: 0;
}

.color-lines.right {
  /* right: 0; */
}

.color-line {
  width: 100%;
  height: 56px;
}

.prod-btns-block {
  width: 1168px;
  height: 96px;
  margin: 0 auto;
  display: flex;
  outline: none;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: -25px;
}

.prod-btn {
  display: block;
  margin-right: calc(48px / 6);
}

.prod-btn:last-child {
  margin-right: 0;
}

.prod-btn .on {
  display: none;
}

.prod-btn:hover .on,
.prod-btn:focus .on,
.prod-btn.active .on,
.prod-btn.active2 .on {
  display: inline;
}

.prod-btn:hover .off,
.prod-btn:focus .off,
.prod-btn.active .off,
.prod-btn.active2 .off {
  display: none;
}

.prod-show {
  width: 100%;
  background-color: var(--main-bg-color);
}

.prod-show-banner {
  width: 100%;
  display: flex;
  justify-content: center;
}

.prod-show-block-mercari {
  background-image: url("https://twimage.daigobang.com/web/events/mercari2023/section_bg_2.jpg");
  background-position: center;
  padding-bottom: 45px;
}

.prod-show-block-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

.prod-show-block-title-img {
  width: var(--prod-title-image-width);
  height: var(--prod-title-image-height);
  background-image: var(--prod-title-image);
  background-position: center;
  background-size: var(--prod-title-image-width) var(--prod-title-image-height);
  background-repeat: no-repeat;
}

.decoration-line {
  /*  總寬度(1200) -文字寬(168) + 線跟文字的間距(80) */
  width: 476px;
  height: 2px;
  background-color: #ffffff;
}

.prod-show-title-text {
  display: block;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  color: #ffffff;
  margin: 0 40px;
}

/* 商品開始 */

.prod-show-block-category {
  width: 100%;
  position: relative;
}

.category-day {
  width: 1168px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.category-unit {
  display: block;
  padding: 10px;
  background-color: var(--category-bg-color);
  border-radius: 10px;
  text-align: center;
  transition: background-color 0.3s;
}

.category-unit img {
  border-radius: 10px;
}

.category-unit:hover {
  /* opacity: 0.9; */
  background-color: var(--category-bg-color-hv);
}

.category-unit:nth-child(4n) {
  margin-right: 0;
}

.cate-img {
  display: block;
  width: 100%;
  height: auto;
}

.cate-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--category-name-color);
  transition: color 0.3s;
}

.category-unit:nth-child(2n) .cate-name {
  color: #ff0211;
}

.category-unit:hover .cate-name,
.category-unit:focus .cate-name {
  color: #000;
}

/* 注意事項 */

.indise-footer {
  min-width: 1200px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 45px;
  color: var(--indise-footer-color);
  background-color: var(--indise-footer-bg-color);
}

.inf-limit {
  width: 1083px;
  margin: 0 auto;
}

.inf-title {
  width: 241px;
  height: 39px;
  margin: 0 auto;
  background-image: url("https://twimage.daigobang.com/web/events/mercari2023/indise_title_m.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.w-inf-title {
  margin-left: -45px;
  margin-bottom: 25px !important;
}

.w-inf-title_txt {
  display: block;
  font-family: regular;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: 2px;
  color: #f2e8dd;
}

.inf-box {
  width: calc(100% - 203px);
}

.customer-service {
  margin-top: 50px;
}

.inf-desc {
  width: 100%;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.48px;
  /*color: #FFFFFF;*/
  margin-bottom: 16px;
}

.inf-desc .copyright-text {
  font-weight: normal;
}

.inf-label,
.inf-label-val {
  font-weight: normal;
}

.name-line {
  width: 100%;
  display: block;
  line-height: 1.2;
}

.inf-line {
  width: 100%;
  display: flex;
  margin-left: 30px;
  /* font-weight: 800; */
}

.inf-line-dot {
  width: 5px;
  height: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--indise-footer-color);
  font-size: 14px;
  line-height: 1;
  margin-top: 13px;
  margin-right: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.inf-line-dot.not {
  background-color: transparent;
}

.inf-table table {
  table-layout: fixed;
  max-width: 848px;
  width: 100%;
  height: 72px;
  border-collapse: collapse;
  background-color: #ffbf59;
  margin-bottom: 48px;
}

.inf-table table,
.inf-table th,
.inf-table td {
  border: 1px solid black;
  text-align: center;
}

.inf-table th,
.inf-table td {
  padding: 5px;
}

.inf-line-txt {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.48px;
  word-wrap: break-word;
}
#detail .inf-line-txt a {
  color: var(--indise-footer-color);
}

.txt-highlight {
  color: #ed4a38;
}

.footer {
  background-color: #00020c;
}

body div.l-ft {
  width: 100%;
  margin: 0;
}

.m-inf-promo-table .w-version {
  width: 652px;
}

.m-inf-promo-table .w-version img {
  width: 100%;
}

.m-foot-nav {
  width: 100%;
  height: 61px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 30;
  background-color: var(--float-menu-bg);
  display: flex;
  align-items: center;
  padding: 6px 15px;
}

.foot-btn-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-foot-btn {
  width: 160px;
  height: 42px;
  background-image: url(https://twimage.daigobang.com/web/events/freeservice2021/m_btn_register.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.m_float_menu {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

.m_float_menu .m_float_menu-btn {
  flex: 1;
  color: black;
  background-color: #fff;
  font-size: 16px;
  padding: 12px;
  line-height: 1;
  border-radius: 20px;
  position: relative;
  transition: background-color 0.3s;
}

.m_float_menu .m_float_menu-btn:hover,
.m_float_menu .m_float_menu-btn:focus {
  background-color: #fff7b3;
}

.m_float_menu-btn::after {
  content: "";
  background-image: url("https://twimage.daigobang.com/web/events/mercari2023/icon-right.svg");
  width: 16px;
  height: 18px;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .inf-line-dot {
    display: none;
  }
  /* Basic setting */
  .w-version,
  .w-table,
  .float_menu {
    display: none;
  }
  .m-version {
    display: block;
  }
  .inside-wrapper {
    min-width: 100%;
  }
  .inf-desc {
    margin-bottom: 5px;
  }
  .copyright-text {
    margin-bottom: 40px;
  }
  .font-normal {
    font-weight: normal;
  }
  /* w-banner */
  .w-banner {
    width: 100%;
    height: auto;
    background-image: none;
    margin-bottom: 0px;
  }
  /* m-banner */
  .m-banner {
    width: 100%;
    height: auto;
    background-image: none;
    margin-bottom: 0px;
  }
  .m-input {
    display: flex;
  }
  .inf-label {
    flex: 1;
    line-height: 1.8;
  }
  .inf-label-val {
    flex: 3;
    line-height: 1.8;
  }
  .m-inf-promo-table .inf-label-val {
    margin: 0;
  }
  .m-inf-promo-table img {
    width: 100%;
  }
  /* 詳細說明 */
  .prod-title {
    padding-top: 10px;
    padding-bottom: 13px;
  }
  .m-colorline {
    width: 100%;
    height: 1px;
    background-color: #bebebe;
  }
  .m-prod-btns-block {
    width: 100%;
    overflow-x: scroll;
    background-color: #12113b;
    padding: 10px 0;
    position: absolute;
    left: 0;
    bottom: -190px;
    z-index: 2;
    scroll-behavior: smooth;
  }
  .fixed .m-prod-btns-block {
    position: fixed;
    top: 0;
    z-index: 20;
    height: 45px;
  }
  .mbtns-width-controll {
    width: 650px;
    display: flex;
    align-items: center;
  }
  .m-prod-btn {
    display: flex;
    align-items: center;
  }
  .m-prod-btn:first-child {
    margin-left: 32px !important;
  }
  .m-prod-btn:nth-child(7) {
    margin-right: 0;
  }
  .day-name {
    display: block;
    width: 36px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    background-color: #9f0c1e;
    font-size: 12px;
    color: #d53e4c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-right: 3px;
  }
  .brand-name {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 12px;
    width: auto;
    height: 25px;
    line-height: 1.8;
    padding: 0 10px;
  }
  .m-inf-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.8px;
    font-size: 18px;
    /* margin-top: 20px; */
  }
  /* 小網索引按鈕 day1 */
  .m-prod-btn1 .brand-name {
    width: 70px;
    text-align: center;
  }
  .m-prod-btn1.active .brand-name {
    background-image: linear-gradient(to top, #6f177c, #ff0c93);
  }
  /* 小網索引按鈕 day2 */
  .m-prod-btn2.active .brand-name {
    background-image: linear-gradient(to top, #6f177c, #ff0c93);
  }
  /* 小網索引按鈕 day3 */
  .m-prod-btn3 .brand-name {
    width: 96px;
  }
  .m-prod-btn3.active .brand-name {
    background-image: linear-gradient(to top, #6f177c, #ff0c93);
  }
  /* 小網索引按鈕 day4 */
  .m-prod-btn4 .brand-name {
    width: 96px;
  }
  .m-prod-btn4.active .brand-name {
    background-image: linear-gradient(to top, #6f177c, #ff0c93);
  }
  /* 小網索引按鈕 day5 */
  .m-prod-btn5 .brand-name {
    width: 80px;
  }
  .m-prod-btn5.active .brand-name {
    background-image: linear-gradient(to top, #6f177c, #ff0c93);
  }
  /* 小網索引按鈕 day6 */
  .m-prod-btn6.active .brand-name {
    background-image: linear-gradient(to top, #6f177c, #ff0c93);
  }
  /* 小網索引按鈕 day7 */
  .m-prod-btn7.active .brand-name {
    background-image: linear-gradient(to top, #6f177c, #ff0c93);
  }
  /* dropdown */
  .m-prod-category1.active .day-name,
  .m-prod-category2.active .day-name,
  .m-prod-category3.active .day-name,
  .m-prod-category4.active .day-name,
  .m-prod-category5.active .day-name,
  .m-prod-category6.active .day-name,
  .m-prod-category7.active .day-name {
    background-color: #9f0c1e;
    color: #ffffff;
  }
  .m-prod-category1.active .brand-name,
  .m-prod-category2.active .brand-name,
  .m-prod-category3.active .brand-name,
  .m-prod-category4.active .brand-name,
  .m-prod-category5.active .brand-name,
  .m-prod-category6.active .brand-name,
  .m-prod-category7.active .brand-name {
    color: #ae1d2d;
  }
  .m-toggleBtn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 11;
  }
  .fixed .m-toggleBtn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 21;
  }
  .m-toggleBtn-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: black;
    opacity: 0.8;
  }
  .arror-down {
    display: block;
    width: 17px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 4;
  }
  .open .arror-down {
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
  }
  .m-prod-lighbox {
    display: none !important;
    width: 53%;
    background-color: #ffffff;
    padding: 50px 20px 20px 20px;
    position: absolute;
    right: 0;
    top: 41px;
    z-index: 10;
  }
  .fixed .m-prod-lighbox {
    position: fixed;
    top: 0;
    z-index: 20;
  }
  .m-prod-list {
    width: 100%;
    display: block;
  }
  .m-prod-category {
    width: 100%;
    display: block;
    margin-bottom: 23px;
  }
  .m-prod-category:last-child {
    margin-bottom: 0;
  }
  .m-prod-link {
    display: flex;
    align-items: center;
  }
  .prod-show {
    padding-bottom: 17px;
  }
  .m-prod-show-banner-pack {
    width: 100%;
  }
  .prod-show-banner-img {
    width: 100%;
    height: auto;
  }
  .prod-show-block-mercari {
    width: 100%;
    padding: 0 16px;
  }
  .prod-show-title-text {
    font-size: 24px;
    letter-spacing: 1.2px;
    margin: 0 16px;
  }
  .decoration-line {
    width: calc(50% - 70px);
    height: 2px;
    background-color: #ffffff;
  }
  .category-unit {
    padding: 5px;
  }

  .cate-name {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .gotosee {
    width: 130px;
    font-size: 12px;
    border-radius: 21px;
    padding: 4px 0;
  }
  .indise-footer {
    min-width: 100%;
    padding: 25px 12px 6px 12px;
  }
  .inf-table table {
    margin-bottom: 27px;
    table-layout: fixed;
    width: 100%;
  }
  .inf-table table,
  .inf-table th,
  .inf-table td {
    font-size: 14px;
    word-break: break-word;
  }
  .inf-table th,
  .inf-table td {
    padding: 0;
  }
  .inf-table td {
    line-height: 1.3;
    font-weight: normal;
  }
  .inf-limit {
    width: 100%;
    display: block;
  }
  .m-inf-title {
    font-size: 18px;
    letter-spacing: 1.8px;
    margin-bottom: 15px;
  }
  .inf-desc-all {
    line-height: 1.71;
  }
  .inf-line {
    margin-left: 0;
    font-weight: normal;
  }

  .prod-show-block-title {
    padding-top: 36px;
    padding-bottom: 23px;
  }
  .prod-show-block-title-img {
    width: var(--prod-title-image-m-width);
    height: var(--prod-title-image-m-height);
    background-image: var(--prod-title-image-m);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .footer_sm {
    margin-bottom: 40px;
  }
  .customer-service {
    margin-top: 25px;
  }
}

.teaching {
  padding: 40px 15px;
  background-color: #1560ad;
  text-align: center;
}

.teaching img {
  max-width: 750px;
  width: 100%;
}

@media screen and (min-width: 481px) and (max-width: 1480px) {
  .float_menu {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .section_1 {
    background-image: url("https://twimage.daigobang.com/web/events/mercari2023/section_bg_pc_1.jpg");
    padding: 85px 0;
  }

  .section_1 img,
  .teaching img {
    max-width: 1194px;
  }

  .prod-show-block-mercari {
    background-image: url("https://twimage.daigobang.com/web/events/mercari2023/section_bg_pc_2.jpg");
    padding-bottom: 86px;
  }

  .category-unit {
    border-radius: 20px;
  }

  .category-unit img {
    border-radius: 20px;
  }

  .category-day {
    gap: 49px 24px;
    grid-template-columns: repeat(3, 1fr);
  }

  .indise-footer {
    padding-top: 60px;
  }

  .inf-title {
    width: 668px;
    height: 107px;
    background-image: url("https://twimage.daigobang.com/web/events/mercari2023/indise_title.png");
    margin-bottom: 56px;
  }

  .inf_box,
  .inf_box p {
    font-size: 16px;
  }

  .m-foot-nav {
    padding: 20px 0;
    height: auto;
  }

  .m_float_menu .m_float_menu-btn {
    font-size: 25px;
    padding-right: 20px;
    text-align: center;
    border-radius: 25px;
  }

  .m_float_menu-btn::after {
    right: 20px;
  }

  .list {
    margin-left: 50px;
  }

  .inf-service {
    margin-left: 30px;
    /* font-weight: bold; */
  }

  body {
    padding-bottom: 89px;
  }

  .teaching {
    padding: 80px 0;
  }
}
