@charset "UTF-8";
/* ===============================================================================
 * frame
 * =============================================================================== */
#wrapper {
  margin-top: 0; }

/* font */
.fontLL {
  font-size: 26px !important;
  font-size: 2.6rem !important; }

.fontL {
  font-size: 20px !important;
  font-size: 2rem !important; }

.fontM {
  font-size: 16px !important;
  font-size: 1.6rem !important; }

.fontS {
  font-size: 14px !important;
  font-size: 1.4rem !important; }

.fontSS {
  font-size: 12px !important;
  font-size: 1.2rem !important; }

a {
  text-decoration: none; }

.isSP {
  display: block !important; }

.isPC {
  display: none !important; }

#breadcrumb {
  width: 100%;
  min-width: 0; }

.sub_header {
  width: 100%;
  margin: 0 auto;
  padding: 0 5px; }

.sub_header img {
  vertical-align: bottom;
  width: 100%;
  height: auto; }

.sub_header {
  margin: 10px 0 0px 0; }

.sub_header .breadcrumbs {
  margin-bottom: 10px;
  padding-top: 10px; }

.sub_header .breadcrumbs a {
  color: red; }

.sub_header .sns_box dt {
  width: 65px; }

.sub_header .sns_box dd,
.sub_header .sns_box dt {
  float: left;
  margin-right: 5px; }

.fb_iframe_widget {
  display: inline-block !important;
  position: relative !important;
  overflow: hidden !important; }

/* btn */
.btn {
  display: block;
  width: 100%;
  position: relative;
  z-index: 100; }
  .btn a {
    display: block;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 12px 10px 10px;
    text-align: center;
    text-decoration: none; }
    .btn a span {
      font-weight: bold; }
  .btn.RED a {
    border: #f00 1px solid;
    background-color: #f00;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #fff; }
  .btn.WHT a {
    border: #f00 1px solid;
    background-color: #fff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #f00; }
  .btn.ico span {
    display: inline-block;
    padding-left: 40px;
    position: relative;
    font-weight: bold;
    line-height: 1; }
    .btn.ico span:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      background-image: url(/assets2/images/cmn/ui.png);
      background-repeat: no-repeat;
      display: inline-block;
      width: 27px;
      height: 24px;
      margin-top: -12px;
      line-height: 1; }
  .btn.ico.RED.tshirt span:before {
    background-position: 0 -209px; }
  .btn.ico.WHT.tshirt span:before {
    background-position: 0 -180px; }

/* shadow */
.hv-shadow a {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow; }
  .hv-shadow a:hover, .hv-shadow a:focus, .hv-shadow a:active {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }

/* 移植系修正 */
#wrapper {
  margin-top: 0 !important; }

.breadcrumbs,
.breadcrumb {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px !important; }

.sub_header {
  margin-top: 0 !important; }
  .sub_header .breadcrumbs,
  .sub_header .breadcrumb {
    margin-top: 0px !important; }

/* title */
.title-box {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 20px;
  padding-top: 0; }
  .title-box:before {
    content: "";
    width: 1px;
    height: 80px; }
  .title-box .title {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    width: 100%; }
    .title-box .title.eng {
      font-family: uqb;
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 1;
      margin-top: -6px; }
  .title-box .sub {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
    color: #f00; }
  .title-box .title + .sub {
    margin-top: 6px; }

.container .text h2 a {
  font-size: 1.6rem; }

.container .text h3 {
  font-size: 1.4rem;
  line-height: 1.2; }

.container .text .ans_content p {
  font-size: 1.4rem;
  line-height: 1.5; }

/* NEWS */
.pages #news-area .news-box {
  width: 100%;
  margin-top: 15px;
  border: 1px solid #f00;
  border-top-width: 5px; }
  .pages #news-area .news-box:first-child {
    margin-top: 0; }
  .pages #news-area .news-box .title {
    padding: 14px 5px 0;
    line-height: 1.2;
    color: #f00;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold; }
  .pages #news-area .news-box .date {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #f00;
    text-align: center;
    margin-top: 8px; }
  .pages #news-area .news-box .thum {
    margin-top: 10px; }
  .pages #news-area .news-box .text {
    padding: 10px 10px 15px; }
    .pages #news-area .news-box .text p ~ p {
      margin-top: .8em; }
    .pages #news-area .news-box .text .end {
      color: #ccc; }

/* market */
.pages #market-area .lead {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #f00;
  line-height: 1.2; }

#market-area .contents {
  border: #f00 1px solid;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

#market-area .box {
  border-top: #f00 1px solid;
  padding: 30px 15px 14px;
  position: relative; }
  #market-area .box:before, #market-area .box:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: -1px;
    left: 50%; }
  #market-area .box:before {
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 3;
    margin-left: -20px; }
  #market-area .box:after {
    border-width: 22px 21px 0 21px;
    border-color: #ff0000 transparent transparent transparent;
    z-index: 1;
    margin-left: -21px; }
  #market-area .box:first-child {
    border-top: none;
    padding: 0; }
    #market-area .box:first-child img {
      -webkit-border-radius: 15px 15px 0 0;
              border-radius: 15px 15px 0 0; }
    #market-area .box:first-child:before, #market-area .box:first-child:after {
      display: none; }
  #market-area .box:nth-child(2) {
    padding-top: 15px; }
    #market-area .box:nth-child(2):before, #market-area .box:nth-child(2):after {
      display: none; }
  #market-area .box .text .ttl {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #f00;
    line-height: 1.2;
    text-align: center; }
    #market-area .box .text .ttl span {
      display: block;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      color: #000;
      margin-bottom: 6px; }
  #market-area .box .text .txt {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8; }
  #market-area .box .thum {
    padding-top: 15px;
    text-align: center; }

.article-contents {
  margin-top: 10px; }
  .article-contents .title {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
    color: #f00;
    margin-top: 25px;
    text-align: center; }
  .article-contents .subtitle {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
    color: #f00;
    border-left: #f00 3px solid;
    padding-left: 5px;
    padding-top: 3px; }
  .article-contents .section {
    margin-top: 25px; }
    .article-contents .section a {
      text-decoration: underline; }
  .article-contents .title + .section,
  .article-contents .subtitle + .section {
    margin-top: 15px; }
  .article-contents .box-type-02 .fleft,
  .article-contents .box-type-02 .fright {
    float: none !important; }
  .article-contents .thum {
    margin-top: 10px; }
  .article-contents .box-type-03 .thum ~ .thum {
    margin-top: 15px; }
  .article-contents .box ~ .box {
    margin-top: 15px; }

.lineup-box .color-list i span {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.lineup-area {
  margin-top: 30px; }

.lineup-cover {
  margin-top: 15px; }

.lineup-box {
  width: 100%;
  border: #ccc 1px solid;
  padding-bottom: 15px; }

.lineup-box:nth-child(n+2) {
  margin-top: 15px; }

.lineup-box .item-data {
  padding: 10px 10px 0; }

.lineup-box .size {
  font-family: "uqb";
  font-size: 18px;
  line-height: 1; }

.lineup-box .name {
  font-size: 14px; }

.lineup-box p + .name {
  margin-top: 2px; }

.lineup-box .color-box {
  margin-top: 8px; }

.lineup-box .color-list {
  float: left;
  width: -webkit-calc(100% - 86px);
  width: calc(100% - 86px);
  display: table;
  word-spacing: -1em;
  margin-left: -5px; }

.lineup-box .color-list i {
  display: inline-block;
  word-spacing: normal;
  width: 30px;
  height: 20px;
  border: #ccc 1px solid;
  margin-left: 5px;
  line-height: 0; }

.lineup-box .color-list .WHT {
  background: #FFF; }

.lineup-box .color-list .BLK {
  background: #000; }

.lineup-box .color-list .NAV {
  background: #3a4966; }

.lineup-box .color-list .GRY {
  background: #7f7f7f; }

.lineup-box .color-list .RED {
  background: #80273f; }

.lineup-box .color-list .BEG {
  background: #cdb38b; }

.lineup-box .color-box ~ .color-box {
  margin-top: 5px; }

.lineup-box .price {
  float: right;
  font-family: "uqb";
  font-size: 25px;
  width: 86px;
  line-height: 1;
  margin-top: -5px;
  text-align: right; }

.lineup-box .price span {
  font-size: 20px; }

.lineup-box .caution {
  font-size: 14px;
  margin-top: 2px; }

/*# sourceMappingURL=../map/ut.contents.css.map */
