@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");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

header.real-header {
  padding: 10px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  position: relative;
  z-index: 99;
}

header.real-header .logo {
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}

header.real-header .logo img {
  height: 50px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header .logo img {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  header.real-header .logo img {
    height: 35px;
  }
}

header.real-header .container {
  padding: 0px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header .container {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 575px) {
  header.real-header .container {
    padding: 0px 0px;
  }
}

@media screen and (max-width: 575px) {
  header.real-header .mobile_nav {
    margin-right: 10px;
    margin-left: 10px;
  }
}

header.real-header input {
  display: none;
}

header.real-header label {
  margin: 0 auto !important;
  cursor: pointer;
}

header.real-header div.row {
  justify-content: space-between;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  header.real-header div.col {
    text-align: center;
    margin: 0px auto;
    padding-right: 10px;
  }
}

@media screen and (max-width: 575px) {
  header.real-header div.col {
    text-align: center;
    margin: 0px auto;
    padding-right: 10px;
  }
}

header.real-header div.col-2 {
  font-size: 6vmin;
  max-height: 5vmin;
  position: relative;
}

header.real-header div.col-2 label {
  position: absolute;
  left: 1vmin;
  top: -2vmin;
}

header.real-header div.mobile-menu {
  transition: all .25s;
  pointer-events: none;
  opacity: 0;
  font-size: 3vmin;
  position: absolute;
  z-index: 9999;
  left: -7px;
  top: 6.8vmin;
  min-width: 49vmin;
  height: 0px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  header.real-header div.mobile-menu {
    left: -37px;
    top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header div.mobile-menu {
    left: -20px;
    top: 40px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  header.real-header div.mobile-menu {
    left: -17px;
    top: 35px;
  }
}

@media screen and (max-width: 575px) {
  header.real-header div.mobile-menu {
    left: -19px;
    top: 37px;
  }
}

header.real-header div.mobile-menu div#bgafter {
  z-index: -1;
  background: rgba(68, 64, 65, 0.8);
  position: absolute;
  height: 100%;
  width: 1px;
  top: 7px;
  left: 4px;
  content: ' ';
}

header.real-header div.mobile-menu a {
  text-decoration: none;
  display: list-item;
}

header.real-header div.mobile-menu a:nth-of-type(1),
header.real-header div.mobile-menu a:nth-of-type(2),
header.real-header div.mobile-menu a:nth-of-type(3),
header.real-header div.mobile-menu a:nth-of-type(4),
header.real-header div.mobile-menu a:nth-of-type(5),
header.real-header div.mobile-menu a:nth-of-type(6) {
  position: relative;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li,
header.real-header div.mobile-menu a:nth-of-type(2):hover li,
header.real-header div.mobile-menu a:nth-of-type(3):hover li,
header.real-header div.mobile-menu a:nth-of-type(4):hover li,
header.real-header div.mobile-menu a:nth-of-type(5):hover li,
header.real-header div.mobile-menu a:nth-of-type(6):hover li {
  background: #0091ec;
  color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li i,
header.real-header div.mobile-menu a:nth-of-type(2):hover li i,
header.real-header div.mobile-menu a:nth-of-type(3):hover li i,
header.real-header div.mobile-menu a:nth-of-type(4):hover li i,
header.real-header div.mobile-menu a:nth-of-type(5):hover li i,
header.real-header div.mobile-menu a:nth-of-type(6):hover li i {
  color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):after,
header.real-header div.mobile-menu a:nth-of-type(2):after,
header.real-header div.mobile-menu a:nth-of-type(3):after,
header.real-header div.mobile-menu a:nth-of-type(4):after,
header.real-header div.mobile-menu a:nth-of-type(5):after,
header.real-header div.mobile-menu a:nth-of-type(6):after {
  position: absolute;
  content: ' ';
  background: rgba(128, 128, 128, 0.5);
  height: 1px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

header.real-header div.mobile-menu ul {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  font-weight: bolder;
}

header.real-header div.mobile-menu ul li {
  padding: 12px 4vmin;
  color: #444041;
  display: flex;
  justify-content: space-between;
}

header.real-header div.mobile-menu ul li i {
  color: #c9cbc8;
}

header.real-header div input#newbar:checked ~ div.mobile-menu {
  pointer-events: all;
  opacity: 1;
  overflow: unset;
}

.bannerareapc {
  background: #86eac8;
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  padding: 50px 0px 60px 0px;
  overflow: hidden;
}

.bannerareapc .slidearea {
  background: #ffffff;
  text-align: center;
}

.bannerareapc .slidearea .slide img {
  margin: 0px auto;
}

.bannerareapc h5 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.2;
  margin: 10px 0px;
  padding: 0;
}

.bannerareapc h1 {
  font-size: 2.8em;
  font-weight: 500;
  letter-spacing: 3.6px;
  margin: 15px 0px 15px 0px;
  padding: 0;
}

.bannerareapc h1.toplabel {
  font-size: 18px;
  letter-spacing: 4.5px;
  margin: 0px;
  color: #2d2d2d;
  background: #feffeb;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  margin-bottom: 5px;
  font-weight: 600;
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc h1.toplabel {
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc h1.toplabel {
    letter-spacing: 0.5px;
  }
}

@media screen and (max-width: 575px) {
  .bannerareapc h1.toplabel {
    letter-spacing: 1px;
  }
}

.bannerareapc p {
  font-size: 21px;
  letter-spacing: 1.35px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 32px;
}

.bannerareapc .labelarea {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021anniversary_jpbid/images/toplabel.svg?version=1");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  padding: 20px 0px;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
}

.bannerareapc .labelarea .labeltext {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #2d2d2d;
}

.bannerareapc .labelarea .labeltext span {
  font-size: 35px;
  font-weight: 600;
}

.bannerareapc .labelarea .labeltext strong {
  font-weight: 600;
}

.bannerareapc .slick-prev:before {
  content: '◀';
}

.bannerareapc .slick-next:before {
  content: '▶';
}

.bannerareapc .slick-dots li.slick-active button:before {
  opacity: 1;
  color: red;
}

.bannerareapc .slick-dots li button:before {
  color: #ffffff;
  opacity: 1;
}

.bannerareapc .thisw,
.bannerareapc .grayw {
  font-weight: 600;
  padding: 10px 0px;
  font-size: 18px;
  line-height: 22px;
  border-radius: 15px;
}

.bannerareapc .thisw span,
.bannerareapc .grayw span {
  font-weight: 300;
}

@media screen and (max-width: 575px) {
  .bannerareapc .thisw span,
  .bannerareapc .grayw span {
    display: contents;
  }
}

.bannerareapc .col {
  margin-left: 10px;
  margin-right: 10px;
}

.bannerareapc .thisw {
  color: #2d2d2d;
  background-image: linear-gradient(to bottom, #ffda48 55%, #ffcb00);
}

.bannerareapc .grayw {
  color: #afafaf;
  border: solid 1px #fff;
  background-color: #e2e2e2;
}

.bannerareapc .topbtn .topbox {
  transition: 0.3s;
  cursor: pointer;
  background: #ffffff;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 20px 0px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 #218576;
}

.bannerareapc .topbtn .topbox:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 575px) {
  .bannerareapc .topbtn .topbox:hover {
    transform: none;
  }
}

@media screen and (max-width: 575px) {
  .bannerareapc .topbtn .topbox {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .topbtn .topbox {
    margin-bottom: 20px;
  }
}

.bannerareapc .topbtn .topbox .iconimg {
  padding-top: 10px;
}

.bannerareapc .topbtn .topbox .icontext {
  display: flex;
}

.bannerareapc .weekbtn {
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 575px) {
  .bannerareapc .weekbtn {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  .bannerareapc .weekbtn .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    flex: 48%;
    margin-left: 1%;
    margin-right: 1%;
    flex-basis: 48%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }
}

.bannerareapc .dividerarea {
  height: 80px;
  width: 100%;
  background: #a4f7ea;
  margin: 40px 0px 20px 0px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .bannerareapc .dividerarea {
    height: 140px;
    position: absolute;
    bottom: -130px;
  }
}

.bannerareapc .dividerarea:before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021anniversary_jpbid/images/ball.png?version=1");
  background-size: contain;
  content: '';
  width: 160px;
  height: 160px;
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (max-width: 992px) {
  .bannerareapc .dividerarea:before {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 767.98px) {
  .bannerareapc .dividerarea:before {
    display: none;
  }
}

.bannerareapc .dividerarea:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021anniversary_jpbid/images/train.png?version=1");
  background-size: contain;
  content: '';
  width: 230px;
  height: 230px;
  position: absolute;
  left: 10px;
  bottom: 25px;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (max-width: 992px) {
  .bannerareapc .dividerarea:after {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 767.98px) {
  .bannerareapc .dividerarea:after {
    display: none;
  }
}

.bannerareapc:before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021anniversary_jpbid/images/leftribbon.png?version=1");
  background-size: contain;
  content: '';
  width: 200px;
  height: 700px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (max-width: 992px) {
  .bannerareapc:before {
    width: 150px;
    height: 500px;
  }
}

@media screen and (max-width: 767.98px) {
  .bannerareapc:before {
    display: none;
  }
}

.bannerareapc:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021anniversary_jpbid/images/rightribbon.png?version=1");
  background-size: contain;
  content: '';
  width: 200px;
  height: 700px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: right top;
}

@media screen and (max-width: 992px) {
  .bannerareapc:after {
    width: 150px;
    height: 500px;
  }
}

@media screen and (max-width: 767.98px) {
  .bannerareapc:after {
    display: none;
  }
}

span.bigtext {
  font-size: 25px;
  font-weight: 600;
}

span.midiumtext {
  font-size: 22px;
  font-weight: 600;
}

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

section h2 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  section h2 {
    font-size: 26px;
  }
}

section h3 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 20px;
  position: relative;
}

section p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}

section.section1 {
  background: #feffeb;
  padding: 30px 0px;
}

section.section1 p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4px;
  text-align: center;
}

section.section1 .withbg {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021anniversary_jpbid/images/titleleaf-r.svg?version=1");
  width: 100%;
  height: 40px;
  background-position: center center;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  section.section1 .withbg {
    background: none;
    margin-bottom: 0px;
  }
}

section.section1 .withbg h3 {
  width: 100%;
  z-index: 3;
  background: #feffeb;
  display: inline;
  margin: 0px auto;
  padding: 0px 20px;
}

@media screen and (max-width: 575px) {
  section.section1 .winarea {
    flex-wrap: wrap;
  }

  section.section1 .winarea .col {
    flex-wrap: nowrap;
    flex: 100%;
    margin-bottom: 15px;
  }
}

section.section1 .winarea .col {
  padding-left: 10px;
  padding-right: 10px;
}

section.section1 .winarea .col .s1box {
  text-align: center;
  border-radius: 5px;
  padding: 3px;
  position: relative;
}

section.section1 .winarea .col .s1box.yellow {
  background: #ffda48;
}

section.section1 .winarea .col .s1box.red {
  background: #ef3030;
}

section.section1 .winarea .col .s1box.red:after {
  position: absolute;
  content: 'NEW';
  bottom: 15px;
  text-align: center;
  margin: 0px auto;
  left: 0;
  right: 0;
  color: #ffe08d;
  font-size: 16px;
}

section.section1 .winarea .col .s1box.gray {
  background: #e2e2e2;
}

section.section1 .winarea .col .s1box .s1text {
  background: #ffffff;
  margin: 5px 5px 40px 5px;
  padding: 20px 10px 25px 10px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  section.section1 .winarea .col .s1box .s1text {
    padding: 10px 15px;
    text-align: left;
  }
}

section.section1 .winarea .col .s1box .s1text span {
  margin-top: 3px;
  display: block;
}

section.section2 {
  padding: 30px 0px;
}

section.section2 .comicbox {
  padding-bottom: 30px;
}

@media screen and (max-width: 575px) {
  section.section2 .comicbox {
    padding-bottom: 10px;
  }
}

section.section3 {
  background: #feffeb;
  padding: 30px 0px;
}

section.section4 {
  background: #e0fbf2;
  padding: 30px 0px;
}

@media screen and (max-width: 575px) {
  section .toplink {
    padding: 10px 0px 10px 0px;
  }
}

td.categorytitle {
  background: none !important;
}

td.catetitle {
  border: solid 1px #979797;
  margin: 4px 0px;
}

@media screen and (max-width: 575px) {
  td.catetitle {
    border: solid 1px #cccccc;
  }
}

@media screen and (max-width: 575px) {
  table.categorytable tr td {
    width: 50%;
  }
}

td.catetitle a {
  background: #f7f6f4 !important;
  padding: 5px 0px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: block;
  color: #000000;
}

@media screen and (max-width: 575px) {
  td.catetitle a {
    text-align: center;
    background: #ffffff !important;
  }
}

table.tablehover td.catetitle a {
  background: #3e3e3e !important;
  color: #ffffff;
}

.imghover_car {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-4.png?version=1") no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .imghover_car {
    width: 100%;
    height: 180px;
  }
}

.imghover_golf {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-6.png?version=1") no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .imghover_golf {
    width: 100%;
    height: 180px;
  }
}

.imghover_toy {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-1.png?version=1") no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .imghover_toy {
    width: 100%;
    height: 180px;
  }
}

.imghover_sound {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-14.png?version=1") no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .imghover_sound {
    width: 100%;
    height: 170px;
  }
}

.imghover_fish {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-5.png?version=1") no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .imghover_fish {
    width: 100%;
    height: 180px;
  }
}

.imghover_camp {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-7.png?version=1") no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .imghover_camp {
    width: 100%;
    height: 180px;
  }
}

.imghover_camera {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-9.png?version=1") no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .imghover_camera {
    width: 100%;
    height: 180px;
  }
}

.imghover_home {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-11.png?version=1") no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .imghover_home {
    width: 100%;
    height: 180px;
  }
}

.imghover_anti {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-3.png?version=1") no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .imghover_anti {
    width: 100%;
    height: 180px;
  }
}

.imghover_watch {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-2.png?version=1") no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .imghover_watch {
    width: 100%;
    height: 180px;
  }
}

.imghover_fashion {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-8.png?version=1") no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .imghover_fashion {
    width: 100%;
    height: 180px;
  }
}

.imghover_accessories {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-13.png?version=1") no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .imghover_accessories {
    width: 100%;
    height: 180px;
  }
}

.imghover_wine {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-10.png?version=1") no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .imghover_wine {
    width: 100%;
    height: 180px;
  }
}

.imghover_beautymed {
  display: block;
  width: 100%;
  height: 171px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/ad/2020/jp-auction-sort-computer-15.png?version=1") no-repeat;
  background-position: center;
}

@media screen and (max-width: 575px) {
  .imghover_beautymed {
    width: 100%;
    height: 180px;
  }
}

.gototop {
  position: fixed;
  right: 40px;
  z-index: 0;
  bottom: 40px;
}

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

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