@charset "UTF-8";
@media screen and (min-width: 768px) {
  /* line 9, ../_sass/brand.scss */
  .page-header h1 {
    width: 65%;
  }
}

/**
 * 最初の見出し 写真＋キャッチコピー＋ボディコピー
 */
/* line 20, ../_sass/brand.scss */
section.main-cover.brand > h2 {
  position: absolute;
  margin: 0;
  top: 20px;
  left: 15px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #4c4c4c;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-weight: normal;
}
@media screen and (min-width: 480px) {
  /* line 20, ../_sass/brand.scss */
  section.main-cover.brand > h2 {
    top: 40px;
  }
}
@media screen and (min-width: 768px) {
  /* line 20, ../_sass/brand.scss */
  section.main-cover.brand > h2 {
    top: 18%;
    left: 30px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  /* line 20, ../_sass/brand.scss */
  section.main-cover.brand > h2 {
    left: 80px;
  }
}
/* line 42, ../_sass/brand.scss */
section.main-cover.brand > h2 b {
  display: block;
  font-size: 3.0rem;
  letter-spacing: 0px;
  font-weight: normal;
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  /* line 42, ../_sass/brand.scss */
  section.main-cover.brand > h2 b {
    display: inline;
    font-size: 3.6rem;
    margin-left: 0;
  }
}
/* line 55, ../_sass/brand.scss */
section.main-cover.brand .text {
  color: #ffffff;
  background-color: #4c4c4c;
  font-size: 1.1rem;
  padding: 15px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 480px) {
  /* line 55, ../_sass/brand.scss */
  section.main-cover.brand .text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 55, ../_sass/brand.scss */
  section.main-cover.brand .text {
    position: absolute;
    top: 38%;
    left: 30px;
    width: 70%;
    text-shadow: 0px 0px 2px #4c4c4c;
    background-color: transparent;
    padding: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 992px) {
  /* line 55, ../_sass/brand.scss */
  section.main-cover.brand .text {
    font-size: 1.4rem;
    left: 80px;
  }
}
/* line 78, ../_sass/brand.scss */
section.main-cover.brand .text p {
  margin: 0;
}

/**
 * コメ兵とは 写真＋キャッチコピー＋ボタン
 */
/* line 88, ../_sass/brand.scss */
section.main-cover.komehyo > h2 {
  margin: 0;
  padding: 10px 0;
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
  background-color: #00418b;
}
@media screen and (min-width: 768px) {
  /* line 88, ../_sass/brand.scss */
  section.main-cover.komehyo > h2 {
    position: absolute;
    top: 35%;
    left: 60px;
    padding: 0;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 5px;
    background-color: transparent;
  }
}
@media screen and (min-width: 992px) {
  /* line 88, ../_sass/brand.scss */
  section.main-cover.komehyo > h2 {
    font-size: 3.2rem;
    letter-spacing: 8px;
  }
}
/* line 112, ../_sass/brand.scss */
section.main-cover.komehyo > a {
  position: absolute;
  display: block;
  letter-spacing: 1px;
  font-size: 1.4rem;
  padding: 10px 30px;
  top: 48%;
  left: 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  /* line 112, ../_sass/brand.scss */
  section.main-cover.komehyo > a {
    top: 55%;
    left: 60px;
  }
}

/**
 * ブランド ナビゲーション
 */
/* line 134, ../_sass/brand.scss */
nav.brand ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 2, ../_sass/_base/_mixins.scss */
nav.brand ul:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 134, ../_sass/brand.scss */
  nav.brand ul {
    margin: 30px 0;
  }
}
/* line 142, ../_sass/brand.scss */
nav.brand ul li {
  margin: 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  /* line 142, ../_sass/brand.scss */
  nav.brand ul li {
    float: left;
    text-align: center;
    background-color: transparent;
    border-bottom: none;
  }
}
/* line 153, ../_sass/brand.scss */
nav.brand ul li a {
  display: block;
  color: #999999;
  height: 45px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  /* line 153, ../_sass/brand.scss */
  nav.brand ul li a {
    height: auto;
  }
}
/* line 161, ../_sass/brand.scss */
nav.brand ul li a img {
  float: left;
  box-shadow: none;
  vertical-align: top;
  width: 80px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  /* line 161, ../_sass/brand.scss */
  nav.brand ul li a img {
    float: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 1px;
    width: auto;
    margin-right: 0px;
  }
}
/* line 174, ../_sass/brand.scss */
nav.brand ul li a span.jp {
  display: inline-block;
  margin-top: 18px;
  margin-right: 10px;
  font-size: 1.2rem;
  color: #4c4c4c;
}
@media screen and (min-width: 768px) {
  /* line 174, ../_sass/brand.scss */
  nav.brand ul li a span.jp {
    margin-top: 10px;
    margin-right: 0px;
    display: block;
    font-weight: bold;
  }
}
@media screen and (min-width: 992px) {
  /* line 174, ../_sass/brand.scss */
  nav.brand ul li a span.jp {
    font-size: 1.4rem;
  }
}
/* line 190, ../_sass/brand.scss */
nav.brand ul li a span.en {
  display: inline-block;
  font-size: 1.2rem;
  color: #999999;
}
@media screen and (min-width: 768px) {
  /* line 190, ../_sass/brand.scss */
  nav.brand ul li a span.en {
    display: block;
    font-size: 1.0rem;
  }
}
@media screen and (min-width: 992px) {
  /* line 190, ../_sass/brand.scss */
  nav.brand ul li a span.en {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 207, ../_sass/brand.scss */
  nav.brand.rolex li {
    width: 12.5%;
  }
}

/**
 * 買取実績
 */
/* line 218, ../_sass/brand.scss */
section.result {
  background-color: #004896;
  padding: 60px 0;
}
/* line 221, ../_sass/brand.scss */
section.result h2 {
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1em;
  letter-spacing: 2px;
  margin-top: -20px;
  margin-bottom: 35px;
}
@media screen and (min-width: 480px) {
  /* line 221, ../_sass/brand.scss */
  section.result h2 {
    margin-top: 0;
  }
}
/* line 232, ../_sass/brand.scss */
section.result h2 b {
  display: block;
  font-size: 3.0rem;
  margin-top: 10px;
}
@media screen and (min-width: 480px) {
  /* line 232, ../_sass/brand.scss */
  section.result h2 b {
    display: inline;
    font-size: 3.6rem;
  }
}

/**
 * バイヤーが教える 高価買取のコツ
 */
/* line 249, ../_sass/brand.scss */
section.buyer-purchase ul.tips .card {
  position: relative;
  margin-top: 140px;
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 254, ../_sass/brand.scss */
section.buyer-purchase ul.tips .card .title {
  position: absolute;
  left: 50%;
}
/* line 257, ../_sass/brand.scss */
section.buyer-purchase ul.tips .card .title h3 {
  margin-left: -90px;
  margin-top: -120px;
}
/* line 260, ../_sass/brand.scss */
section.buyer-purchase ul.tips .card .title h3 b {
  display: table-cell;
  width: 180px;
  height: 180px;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #004896;
  font-size: 2.0rem;
}
/* line 273, ../_sass/brand.scss */
section.buyer-purchase ul.tips .card .cover {
  padding: 10px;
}
/* line 276, ../_sass/brand.scss */
section.buyer-purchase ul.tips .card .body {
  padding: 20px 30px;
}
/* line 278, ../_sass/brand.scss */
section.buyer-purchase ul.tips .card .body h4 {
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 20px;
}
/* line 283, ../_sass/brand.scss */
section.buyer-purchase ul.tips .card .body p {
  font-size: 1.2rem;
}
/* line 289, ../_sass/brand.scss */
section.buyer-purchase .attention {
  margin: 40px 0 0 0;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #ffffff;
  border: 5px solid #e6e6e6;
}
/* line 295, ../_sass/brand.scss */
section.buyer-purchase .attention dl {
  margin-bottom: 20px;
}
/* line 297, ../_sass/brand.scss */
section.buyer-purchase .attention dl dt {
  position: relative;
}
/* line 299, ../_sass/brand.scss */
section.buyer-purchase .attention dl dt span.icon {
  position: absolute;
  top: -5px;
  right: -6px;
}
/* line 306, ../_sass/brand.scss */
section.buyer-purchase .attention dl dd h3 {
  margin: 10px 0;
  font-size: 1.6rem;
  line-height: 1em;
}
/* line 311, ../_sass/brand.scss */
section.buyer-purchase .attention dl dd ul {
  list-style: circle;
  font-size: 1.2rem;
  padding-left: 15px;
}
/* line 315, ../_sass/brand.scss */
section.buyer-purchase .attention dl dd ul li {
  margin-bottom: 5px;
}

/**
 * お客様の声
 */
@media screen and (min-width: 768px) {
  /* line 327, ../_sass/brand.scss */
  section.voice {
    margin: 60px;
  }
}
/* line 331, ../_sass/brand.scss */
section.voice ul {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 334, ../_sass/brand.scss */
section.voice ul li {
  padding: 5px;
}
/* line 336, ../_sass/brand.scss */
section.voice ul li .name {
  padding: 20px;
  background-color: #a6917c;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  /* line 336, ../_sass/brand.scss */
  section.voice ul li .name {
    padding: 30px 20px;
    min-height: 220px;
    background-position: center bottom;
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  /* line 348, ../_sass/brand.scss */
  section.voice ul li .name.right {
    float: right;
  }
}
/* line 353, ../_sass/brand.scss */
section.voice ul li .name.male {
  background-image: url(../img/brand-rolex/voice_male.gif);
}
/* line 356, ../_sass/brand.scss */
section.voice ul li .name.female {
  background-image: url(../img/brand-rolex/voice_female.gif);
}
/* line 359, ../_sass/brand.scss */
section.voice ul li .name span {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  text-align: center;
  background-color: #ffffff;
  font-size: 1.4rem;
  padding: 10px 5px;
  margin-right: 90px;
}
@media screen and (min-width: 768px) {
  /* line 359, ../_sass/brand.scss */
  section.voice ul li .name span {
    margin-right: 0;
  }
}
/* line 370, ../_sass/brand.scss */
section.voice ul li .name span b {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  /* line 370, ../_sass/brand.scss */
  section.voice ul li .name span b {
    display: block;
  }
}
/* line 378, ../_sass/brand.scss */
section.voice ul li .text {
  background-color: #ede9e5;
  padding: 35px 30px;
}
@media screen and (min-width: 768px) {
  /* line 378, ../_sass/brand.scss */
  section.voice ul li .text {
    min-height: 220px;
    padding: 35px 30px 0 30px !important;
  }
}
/* line 385, ../_sass/brand.scss */
section.voice ul li .text:before {
  content: '“';
  color: #a6917c;
  font-size: 9.0rem;
  line-height: 0;
  font-family: serif;
  position: absolute;
  top: 45px;
  left: 0;
}
/* line 395, ../_sass/brand.scss */
section.voice ul li .text:after {
  content: '”';
  color: #a6917c;
  font-size: 9.0rem;
  line-height: 0;
  font-family: serif;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 405, ../_sass/brand.scss */
section.voice ul li .text p {
  margin-bottom: 10px;
}

/* line 414, ../_sass/brand.scss */
section.mekiki-banner {
  width: 100%;
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  /* line 414, ../_sass/brand.scss */
  section.mekiki-banner {
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  /* line 414, ../_sass/brand.scss */
  section.mekiki-banner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 414, ../_sass/brand.scss */
  section.mekiki-banner {
    width: 1170px;
  }
}
/* line 427, ../_sass/brand.scss */
section.mekiki-banner ul {
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  /* line 427, ../_sass/brand.scss */
  section.mekiki-banner ul {
    padding: 0;
  }
}
/* line 433, ../_sass/brand.scss */
section.mekiki-banner ul li {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  /* line 433, ../_sass/brand.scss */
  section.mekiki-banner ul li {
    float: left;
    width: 49%;
    margin-bottom: 0;
    padding: 0;
  }
}
/* line 442, ../_sass/brand.scss */
section.mekiki-banner ul li img {
  width: 100%;
  height: auto;
}
/* line 447, ../_sass/brand.scss */
section.mekiki-banner ul li:first-child {
  margin-right: 2%;
}

/**
 * ブランドヒストリー
 */
/* line 456, ../_sass/brand.scss */
section.history {
  padding-bottom: 20px;
  background-color: #333333;
}
/* line 459, ../_sass/brand.scss */
section.history .title {
  padding-top: 20px;
}
/* line 461, ../_sass/brand.scss */
section.history .title h2 {
  margin: 0 auto;
  color: #cccccc;
  font-size: 1.2rem;
  font-weight: normal;
  width: 180px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 461, ../_sass/brand.scss */
  section.history .title h2 {
    text-align: center;
  }
}
/* line 471, ../_sass/brand.scss */
section.history .title h2 b {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: sans-serif;
}
/* line 478, ../_sass/brand.scss */
section.history .title h3 {
  margin: 0 20px;
  font-size: 1.6rem;
  font-weight: 100;
  text-align: left;
  padding: 20px 0px 20px 15px;
  color: #000000;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100%;
  background-color: #ededed;
  background-image: url(../img/brand-rolex/history_bg.png);
}
@media screen and (min-width: 768px) {
  /* line 478, ../_sass/brand.scss */
  section.history .title h3 {
    font-size: 2.8rem;
    padding: 40px;
    background-image: none !important;
    background-color: #ffffff;
  }
}
/* line 497, ../_sass/brand.scss */
section.history .title h3 b {
  font-size: 3.0rem;
  font-weight: 100;
  font-family: sans-serif;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  /* line 497, ../_sass/brand.scss */
  section.history .title h3 b {
    font-size: 4.8rem;
    margin-right: 36px;
  }
}
/* line 509, ../_sass/brand.scss */
section.history .body {
  margin: 0 20px;
  background-repeat: no-repeat;
  background-position: 2000px;
  background-size: cover;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  /* line 509, ../_sass/brand.scss */
  section.history .body {
    background-position: right center;
    background-image: url(../img/brand-rolex/history_bg.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 992px) {
  /* line 509, ../_sass/brand.scss */
  section.history .body {
    padding: 60px 0;
    background-size: cover;
  }
}
/* line 524, ../_sass/brand.scss */
section.history .body .text {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  /* line 524, ../_sass/brand.scss */
  section.history .body .text {
    width: 65%;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 40px 10px;
  }
}

/**
 * 主要買取ブランド一覧
 */
/* line 539, ../_sass/brand.scss */
section.brand-example {
  margin-bottom: 60px;
}

/*# sourceMappingURL=brand.css.map */
