<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
	Top Visual
--------------------------------------------------*/
#topvisual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 631px;
  background: #fff;
}
#topvisual ul {
  width: 400%;
  height: 631px;
}
#topvisual ul li {
  height: 631px;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-align: center;
}
#topvisual .slider a {
  display: block;
  width: 100%;
  height: 100%;
}
#topvisual .bx-wrapper img.pc {
  display: inline;
}
#topvisual .bx-wrapper img.sp {
  display: none;
}
#topvisual .bx-wrapper .bx-controls {
  z-index: 10;
}
#topvisual .bx-prev,
#topvisual .bx-next {
  position: absolute;
  top: 0;
  display: block;
  margin: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#topvisual .bx-prev {
  background-image: url(../img/slider_prev.png);
}
#topvisual .bx-next {
  background-image: url(../img/slider_next.png);
}
#topvisual .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 20px;
}
#topvisual .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
}
#topvisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
#topvisual .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0096ff;
}
@media (max-width: 480px) {
  #topvisual {
    width: 100%;
    height: auto;
  }
  #topvisual ul li {
    height: auto;
    background-image: none !important;
  }
  #topvisual ul li img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #topvisual .bx-wrapper {
    margin: 0;
  }
  #topvisual .bx-wrapper img.pc {
    display: none;
  }
  #topvisual .bx-wrapper img.sp {
    display: inherit;
  }
  #topvisual .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 24%;
  }
  #topvisual .bx-prev,
  #topvisual .bx-next {
    background-size: auto 19px;
  }
  #topvisual .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
  }
  #topvisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
  #topvisual .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #0096ff;
  }
}

/*
	Refine
--------------------------------------------------*/
#refine_box_wrap {
  position: relative;
  margin-bottom: 30px;
  background-color: #000;
}
#refine_box_wrap:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 10;
  display: block;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 10px solid #000;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
#refine_box_inner {
  display: table;
  margin: 0 auto;
  width: 960px;
  height: 80px;
}
#refine_ttl {
  display: table-cell;
  width: 250px;
  border-right: 1px dotted #fff;
  border-left: 1px dotted #fff;
  color: #fff;
  vertical-align: middle;
  font-size: 18px;
}
#refine_box {
  display: table-cell;
  padding: 0 20px;
  border-right: 1px dotted #fff;
  vertical-align: middle;
}
.refine_select {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  width: 398px;
  border: 1px solid #c6cbd0;
}
.refine_select:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 34px;
  background: url(../img/select_arrow_pc.png) no-repeat right center;
}
.refine_select select {
  box-sizing: border-box;
  margin: 0;
  width: 110%;
  height: 34px;
  border: none;
  vertical-align: top;
  font-size: 18px;
  line-height: 34px;
  cursor: pointer;
}
#refine_btn {
  float: left;
  margin-left: 5px;
  width: 250px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
}
#refine_btn:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);

  -moz-opacity: 0.7;
}

/*
	Lineup
--------------------------------------------------*/
#lineup_list {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-height: 600px;
  width: 960px;
}
#lineup_list .build_item {
  position: relative;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  width: 240px;
  height: 240px;
}
#lineup_list .build_item.new::before {
  content: "NEW";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  margin: auto;
  color: #d00;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#lineup_list .build_item img {
  width: 240px;
  height: auto;
}
#lineup_list .build_item a {
  position: relative;
  display: block;
  overflow: hidden;
}
#lineup_list .build_item a:hover img {
  opacity: 0.7;
}

#lineup_list #nomatch {
  padding: 100px 0;
  width: 100%;
  text-align: center;
}
#lineup_list img#refine_reset {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}
#lineup_list img#refine_reset:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);

  -moz-opacity: 0.7;
}

@media (max-width: 480px) {
  /* Refine */
  #refine_box_inner {
    display: block;
    width: 100%;
    height: auto;
  }
  #refine_ttl {
    display: none;
  }
  #refine_box {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 5px;
    border-right: none;
  }
  .refine_select {
    float: left;
    margin-right: 10px;
    width: 400px;
  }
  .refine_select select {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 34px;
    border: 1px solid #c6cbd0;
    vertical-align: top;
    font-size: 18px;
    line-height: 34px;
  }
  #refine_btn {
    float: left;
    margin-left: 5px;
    width: 250px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
  }
  .refine_guide {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.3;
  }
  .refine_select {
    float: none;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #c6cbd0;
    background-color: #fff;
  }
  .refine_select:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: url(../img/select_arrow_sp.png) no-repeat right center #fff;
    background-size: auto 100%;
  }
  .refine_select select {
    box-sizing: border-box;
    padding: 0 10px;
    width: 110%;
    height: 30px;
    border: none;
    background: none;
    font-size: 16px;

    -webkit-appearance: none;
  }
  #refine_btn {
    float: none;
    margin: 15px auto 0;
    width: 70%;
    font-size: 14px;
    line-height: 25px;
  }

  /* Lineup */
  #lineup_list {
    overflow: hidden;
    margin: 0 auto;
    min-height: 150px;
    width: 98%;
  }
  #lineup_list .build_item {
    float: left;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 1%;
    width: 50%;
    height: auto;
  }
  #lineup_list .build_item a {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: none;
    background-color: #fff;
  }
  #lineup_list .build_item a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #lineup_list .build_item a span {
    display: none;
  }

  #lineup_list #nomatch {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    text-align: center;
    font-size: 10px;
  }
  #lineup_list img#refine_reset {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
  }
  #lineup_list img#refine_reset:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);

    -moz-opacity: 0.7;
  }
}
</pre></body></html>