@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");

body {
  font-family: Microsoft JhengHei !important;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/carwheel/images/bg.jpg?version=1");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  body {
    background: #000;
  }
}

footer {
  font-size: 8px;
  background: #000;
  color: white;
}

img {
  height: auto;
  width: auto;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  img {
    max-width: 100%;
  }
}

@media all and (max-width: 575px) {
  img {
    max-width: 100%;
  }
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: 0.1s;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0px auto;
}

.carticon {
  width: 35px;
  height: auto;
}

.hide {
  display: none;
}

.btn-brown {
  color: #fff;
  padding: 10px 0px;
  background-color: #412718;
  border-color: #412718;
  font-size: 24px;
  position: relative;
}

.btn-brown:hover {
  color: #fff;
  border-color: #1f1814;
}

.btn-brown:active {
  color: #fff;
  border-color: #1f1814;
  box-shadow: none;
}

.btn-brown::focus {
  box-shadow: none;
}

div.container {
  margin: 0 auto;
  width: 100%;
}

div.container div.row {
  max-width: 1240px;
}

.jump-m2 {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  text-align: center;
  /* border-radius: 50%; */
  background-color: #ff5539;
  cursor: pointer;
  z-index: 999;
}

.jump-m2 a {
  color: #ffffff;
}

.container.custom_container {
  background: #1c1c1c;
}

.container.custom_container .bg-left {
  color: #ffffff;
  font-size: 1.5em;
  background: #575757;
  height: 60px;
  line-height: 60px;
}

@media all and (max-width: 575px) {
  .container.custom_container .bg-left {
    height: 45px;
    line-height: 45px;
  }
}

.container.custom_container .bg-left:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 61px 40px 0 0;
  border-color: #575757 transparent transparent transparent;
  position: absolute;
  right: -40px;
  top: 0px;
  content: '';
  z-index: 9;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .container.custom_container .bg-left:after {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .container.custom_container .bg-left:after {
    display: none;
  }
}

.container.custom_container .bg-right {
  color: #fff900;
  font-size: 1.5em;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/carwheel/images/sectionbg.png?version=1");
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.73);
  -webkit-text-stroke: 1px #fff900;
  font-family: '微軟正黑體';
  font-size: 35px;
  letter-spacing: 30px;
  font-weight: 500;
}

.container.custom_container .bg-right span {
  font-size: 40px;
  font-weight: bold;
}

@media all and (max-width: 575px) {
  .container.custom_container .bg-right {
    letter-spacing: 15px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .container.custom_container .bg-right {
    letter-spacing: 10px;
  }
}

.container.custom_container .wheelshop {
  margin: 120px 0px;
}

@media all and (max-width: 575px) {
  .container.custom_container .wheelshop {
    margin: 25px 0px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .container.custom_container .wheelshop {
    margin: 50px 0px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .container.custom_container .wheelshop {
    margin: 80px 0px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .container.custom_container .wheelshop.hover .wheel {
    filter: drop-shadow(0px 0px 10px #00f9ff);
    -webkit-filter: drop-shadow(0px 0px 10px #00f9ff);
  }
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .container.custom_container .wheelshop.hover .wheel {
    filter: drop-shadow(0px 0px 10px #00f9ff);
    -webkit-filter: drop-shadow(0px 0px 10px #00f9ff);
  }
}

@media all and (min-width: 1600px) {
  .container.custom_container .wheelshop.hover .wheel {
    filter: drop-shadow(0px 0px 10px #00f9ff);
    -webkit-filter: drop-shadow(0px 0px 10px #00f9ff);
  }
}

.container.custom_container .wheelshop .wheel {
  position: absolute;
  z-index: 9;
  left: 5px;
  bottom: -2px;
}

@media all and (max-width: 575px) {
  .container.custom_container .wheelshop .wheel {
    position: relative;
    z-index: 9;
    left: 5px;
    bottom: -15px;
    height: 120px;
    width: auto;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .container.custom_container .wheelshop .wheel {
    width: 105px;
    left: 0px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .container.custom_container .wheelshop .wheel {
    left: 50px;
  }
}

.container.custom_container .wheelshop .wheeltext {
  position: relative;
  float: right;
  right: 10px;
  bottom: 0px;
  vertical-align: bottom;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .container.custom_container .wheelshop .wheeltext {
    right: 50px;
  }
}

.container.custom_container .view {
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #fff;
}

.container.custom_container .view img {
  display: block;
  position: relative;
}

.container.custom_container .view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  margin: 20px 0 0 0;
}

.container.custom_container .view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #fe0000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
  margin-top: 20px;
}

.container.custom_container .view .mask {
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.container.custom_container .view-tenth img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.container.custom_container .view-tenth .mask {
  background-color: rgba(23, 23, 23, 0.7);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  height: 100%;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .container.custom_container .view-tenth .mask {
    opacity: 1;
  }
}

.container.custom_container .view-tenth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.container.custom_container .view-tenth:hover h2,
.container.custom_container .view-tenth:hover a.info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.container.custom_container .view-tenth h2 {
  font-size: 2em;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .container.custom_container .view-tenth h2 {
    opacity: 1;
    transform: scale(1);
  }
}

.container.custom_container .view-tenth a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .container.custom_container .view-tenth a.info {
    opacity: 1;
    transform: scale(1);
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .container.custom_container {
    max-width: 100%;
  }
}

@media all and (max-width: 575px) {
  .container.custom_container {
    max-width: 100%;
  }
}

div.fixedrightmenu {
  position: fixed;
  width: 195px;
  top: 130px;
  right: -30px;
  z-index: 99999;
  padding: 15px 30px 0px 30px;
}

div.fixedrightmenu img {
  max-width: 100% !important;
}

div.fixedrightmenu:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: ' ';
  height: 100%;
  width: 100%;
  background: white;
  z-index: -1;
  pointer-events: none;
  border-radius: 30px;
  opacity: .8;
  box-shadow: -5px 5px 0px rgba(128, 128, 128, 0.5);
}

div.fixedrightmenu a {
  display: list-item;
  font-weight: bolder;
  color: #444041;
  text-decoration: none;
  position: relative;
}

div.fixedrightmenu a li {
  padding: 10px 0px;
}

div.fixedrightmenu a i {
  opacity: 0;
  font-size: 8px;
  position: absolute;
  left: -15px;
  top: 16px;
}

div.fixedrightmenu a:last-of-type {
  position: relative;
  font-size: 30px;
}

div.fixedrightmenu a:last-of-type li {
  padding-bottom: 0px;
}

div.fixedrightmenu a:last-of-type:after {
  position: absolute;
  content: ' ';
  width: 0px;
  height: 0px;
  border: solid 5px;
  border-color: transparent transparent #444041 transparent;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}

div.fixedrightmenu a:hover {
  color: #FF3366;
}

div.fixedrightmenu a:hover i {
  opacity: 1;
}

div.fixedrightmenu a:hover:last-of-type:after {
  border-color: transparent transparent #FF3366 transparent;
}

div.fixedrightmenu ul {
  max-width: 120px;
}

div.fixedrightmenu ul a:nth-of-type(1),
div.fixedrightmenu ul a:nth-of-type(2),
div.fixedrightmenu ul a:nth-of-type(3),
div.fixedrightmenu ul a:nth-of-type(4),
div.fixedrightmenu ul a:nth-of-type(5) {
  position: relative;
}

div.fixedrightmenu ul a:nth-of-type(1):after,
div.fixedrightmenu ul a:nth-of-type(2):after,
div.fixedrightmenu ul a:nth-of-type(3):after,
div.fixedrightmenu ul a:nth-of-type(4):after,
div.fixedrightmenu ul a:nth-of-type(5):after {
  content: ' ';
  background: grey;
  height: 1px;
  width: 115px;
  position: absolute;
  bottom: 0px;
}

div.fixedrightmenu ul a:nth-of-type(1):hover:after,
div.fixedrightmenu ul a:nth-of-type(2):hover:after,
div.fixedrightmenu ul a:nth-of-type(3):hover:after,
div.fixedrightmenu ul a:nth-of-type(4):hover:after,
div.fixedrightmenu ul a:nth-of-type(5):hover:after {
  height: 2px;
  background: rgba(128, 128, 128, 0.4);
}

header.real-header {
  padding: 10px 0px;
  background: #ffffff;
}

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

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

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

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

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

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

header.real-header img {
  max-height: 25vmin;
}

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;
}

header.real-header div.col {
  max-height: 6vmin;
}

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

@media all 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 all and (min-width: 992px) and (max-width: 1199.98px) {
  header.real-header div.mobile-menu {
    left: -37px;
    top: 40px;
  }
}

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

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

@media all 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) {
  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 {
  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 {
  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 {
  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;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.mainblock .row {
    margin: 0px;
  }
}

@media all and (max-width: 575px) {
  header.mainblock .row {
    margin: 0px;
  }
}

header.mainblock .container {
  margin-top: 20px;
}

header.mainblock#event_header {
  overflow: hidden;
  position: relative;
  margin: 0px auto;
  padding: 0px 0px;
}

header.mainblock#event_header .top-product {
  cursor: pointer;
  z-index: 9;
  transition: 0.1s;
}

header.mainblock#event_header .top-product:hover {
  transform: scale(1.05);
  z-index: 10;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.mainblock#event_header .top-product:hover {
    transform: none;
  }
}

@media all and (max-width: 575px) {
  header.mainblock#event_header .top-product:hover {
    transform: none;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.mainblock#event_header .top-product {
    padding: 5px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.mainblock#event_header .top-product {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 575px) {
  header.mainblock#event_header .top-product {
    margin-bottom: 10px;
  }
}

header.mainblock#event_header .top-product-c {
  padding: 15px 0px;
  text-align: right;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #d8a700;
  position: relative;
}

header.mainblock#event_header .top-product-c img {
  vertical-align: bottom;
  padding-right: 20px;
}

@media all and (max-width: 575px) {
  header.mainblock#event_header .top-product-c img.mask {
    width: 60%;
  }
}

header.mainblock#event_header .top-product-c img.model {
  position: absolute;
  left: 20px;
  bottom: 15px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.mainblock#event_header .top-product-c img.model {
    left: -20px;
    bottom: 0px;
    transform: scale(0.8);
  }
}

@media all and (max-width: 575px) {
  header.mainblock#event_header .top-product-c img.model {
    width: 35%;
  }
}

header.mainblock#event_header .top-product-c:before {
  content: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/carwheel/images/bidlabel.png?version=1");
  height: 30px;
  width: 168px;
  position: absolute;
  top: 10px;
  left: 10px;
}

header.mainblock#event_header .top-product-c.product-l:after {
  content: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/carwheel/images/bottomlabel-1.png?version=1");
  height: 117px;
  width: 320px;
  position: absolute;
  bottom: 0;
  right: 0;
}

header.mainblock#event_header .top-product-c.product-r:after {
  content: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/carwheel/images/bottomlabel-2.png?version=1");
  height: 117px;
  width: 320px;
  position: absolute;
  bottom: 0;
  right: 0;
}

header.mainblock#event_header .headerinfoblock {
  position: relative;
  z-index: 8;
}

header.mainblock#event_header .headerinfoblock .headerinfo h3 {
  font-size: 23px;
  font-weight: bolder;
  background: #f00;
  display: inline;
  padding: 0px 10px;
  color: #fff;
}

header.mainblock#event_header .headerinfoblock .headerinfo p {
  margin-top: 10px;
  font-size: 23px;
}

@media all and (max-width: 575px) {
  header.mainblock#event_header .headerinfoblock .headerinfo p {
    font-size: 18px;
  }
}

header.mainblock#event_header .headerinfoblock .headerinfo ol li {
  display: inline;
  background: #866800;
  padding: 3px 10px;
  color: #ffffff;
  border-radius: 4px;
}

header.mainblock#event_header .logo_area {
  margin: 0px auto;
  position: relative;
  z-index: 18;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/carwheel/images/maintitle.png?version=1");
  background-size: 100%;
  background-repeat: no-repeat;
}

@media all and (min-width: 1600px) {
  header.mainblock#event_header .logo_area {
    width: 1046px;
    height: 397px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  header.mainblock#event_header .logo_area {
    width: 970px;
    height: 350px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.mainblock#event_header .logo_area {
    width: 900px;
    height: 397px;
  }
}

header.mainblock#event_header .maintitle {
  position: relative;
  z-index: 999;
}

header.mainblock#event_header .bgcover {
  height: 445px;
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0), #ffd440 20%);
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.mainblock#event_header .bgcover {
    height: 623px;
  }
}

header.mainblock#event_header .bgarea {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

header.mainblock#event_header .bgarea .bgleft {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/carwheel/images/headerbg_left.png?version=1");
  width: 372px;
  height: 470px;
  position: absolute;
  left: 4%;
  background-position: top center;
  background-repeat: no-repeat;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  header.mainblock#event_header .bgarea .bgleft {
    left: 0px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.mainblock#event_header .bgarea .bgleft {
    left: 0px;
    width: 297.6px;
    height: 376px;
    background-size: contain;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.mainblock#event_header .bgarea .bgleft {
    opacity: 0;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.mainblock#event_header .bgarea .bgleft {
    display: none;
  }
}

@media all and (max-width: 575px) {
  header.mainblock#event_header .bgarea .bgleft {
    display: none;
  }
}

header.mainblock#event_header .bgarea .bgright {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/carwheel/images/headerbg_right.png?version=1");
  width: 341px;
  height: 470px;
  position: absolute;
  right: 4%;
  background-position: top center;
  background-repeat: no-repeat;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  header.mainblock#event_header .bgarea .bgright {
    right: 0px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.mainblock#event_header .bgarea .bgright {
    right: 0px;
    width: 272.8px;
    height: 376px;
    background-size: contain;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.mainblock#event_header .bgarea .bgright {
    opacity: 0;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.mainblock#event_header .bgarea .bgright {
    display: none;
  }
}

@media all and (max-width: 575px) {
  header.mainblock#event_header .bgarea .bgright {
    display: none;
  }
}

.titlesection .custom_container {
  padding-top: 80px;
}

@media all and (max-width: 575px) {
  .titlesection .custom_container {
    padding-top: 40px;
  }
}

.mainsection .custom_container {
  padding: 0px 0px 70px 0px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .mainsection .custom_container {
    padding: 30px 0px 50px 0px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .mainsection .custom_container {
    padding: 30px 0px 30px 0px;
  }
}

@media all and (max-width: 575px) {
  .mainsection .custom_container {
    padding: 0px 0px 30px 0px;
  }
}

.footer_title .container .footertitle {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(to left, #4dbaef, #8fdaff);
  font-size: 24px;
  color: #0c1b46;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px;
}

.footer_title .container a {
  color: #0c1b46;
}

.footer_title .container h3 {
  background-image: linear-gradient(to bottom, #eb7205 23%, #d23e02 80%);
  font-family: 微軟正黑體;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 5px;
}

.footer_title .container ol {
  margin-left: 28px;
  margin-bottom: 0px;
}

.footer_title .container ol li {
  color: #dbdbdb;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 20px;
  list-style: decimal;
}

@media all and (max-width: 575px) {
  .footer_title .container ol li {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 16px;
  }
}

.footer_title .container ol li ul {
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer_title .container ol li ul li {
  color: #c7c7c7;
  list-style: none;
  line-height: 14px;
  font-size: 22px;
  padding-bottom: 15px;
}

@media all and (max-width: 575px) {
  .footer_title .container ol li ul li {
    padding-bottom: 4px;
    line-height: 16px;
    font-size: 15px;
  }
}

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