@charset "UTF-8";
/**
 * バナーのスライダー
 */
/* line 6, ../_sass/_module/_slider.scss */
ul.banner-slider img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 1px;
  margin: 4px 0;
}

/**
 * スライダーの矢印
 */
/* line 15, ../_sass/_module/_slider.scss */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 7000;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -18px;
  padding: 0;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}

/* line 34, ../_sass/_module/_slider.scss */
.slick-prev {
  left: -33px;
  background-image: url(../img/common/arrow_left_grey.png);
}

/* line 38, ../_sass/_module/_slider.scss */
.slick-next {
  right: -33px;
  background-image: url(../img/common/arrow_right_grey.png);
}

/**
 * 価格表示がはみ出して表示されているスライダー
 */
/* line 46, ../_sass/_module/_slider.scss */
.price-slider {
  margin: 0;
}
/* line 48, ../_sass/_module/_slider.scss */
.price-slider .card {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 1px;
}
/* line 52, ../_sass/_module/_slider.scss */
.price-slider .card dl.price {
  position: relative;
  background-color: #ffffff;
  margin: 0;
  padding: 10px;
  line-height: 1em;
}
@media screen and (min-width: 992px) {
  /* line 52, ../_sass/_module/_slider.scss */
  .price-slider .card dl.price {
    margin-top: -20px;
    margin-right: -20px;
    margin-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 1px;
  }
}
/* line 64, ../_sass/_module/_slider.scss */
.price-slider .card dl.price dt {
  font-size: 1.2rem;
  color: #666666;
  margin-bottom: 10px;
}
/* line 69, ../_sass/_module/_slider.scss */
.price-slider .card dl.price dd {
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #ff4d4d;
  margin: 0;
}
/* line 75, ../_sass/_module/_slider.scss */
.price-slider .card dl.price dd b {
  font-size: 2.2rem;
}
/* line 80, ../_sass/_module/_slider.scss */
.price-slider .card .text {
  color: #807061;
  font-size: 1.2rem;
  padding: 10px;
}
/* line 86, ../_sass/_module/_slider.scss */
.price-slider .slick-prev,
.price-slider .slick-next {
  background-color: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  margin-top: -25px;
}
/* line 93, ../_sass/_module/_slider.scss */
.price-slider .slick-prev {
  background-image: url(../img/common/arrow_left_white.png);
  left: -20px;
}
@media screen and (min-width: 992px) {
  /* line 93, ../_sass/_module/_slider.scss */
  .price-slider .slick-prev {
    left: -50px;
  }
}
/* line 100, ../_sass/_module/_slider.scss */
.price-slider .slick-next {
  right: -20px;
  background-image: url(../img/common/arrow_right_white.png);
}
@media screen and (min-width: 992px) {
  /* line 100, ../_sass/_module/_slider.scss */
  .price-slider .slick-next {
    right: -50px;
  }
}

/**
 * ページのメインビジュアル
 */
/* line 6, ../_sass/_module/_section.scss */
section.main-cover {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
/* line 10, ../_sass/_module/_section.scss */
section.main-cover img {
  width: 100%;
}

/**
 * ページのメインビジュアル（画像を背景として使用）
 */
/* line 18, ../_sass/_module/_section.scss */
section.main-cover-bg {
  width: 100%;
  position: relative;
}
/* line 21, ../_sass/_module/_section.scss */
section.main-cover-bg .cover {
  position: absolute;
  left: 50%;
  background-color: #f00;
}
@media screen and (min-width: 992px) {
  /* line 21, ../_sass/_module/_section.scss */
  section.main-cover-bg .cover {
    left: 0;
  }
}
/* line 28, ../_sass/_module/_section.scss */
section.main-cover-bg .cover img {
  position: absolute;
  max-width: 900px;
  left: -450px;
}
@media screen and (min-width: 992px) {
  /* line 28, ../_sass/_module/_section.scss */
  section.main-cover-bg .cover img {
    max-width: 100%;
    width: 100%;
    left: 0;
  }
}
/* line 39, ../_sass/_module/_section.scss */
section.main-cover-bg h2 {
  position: relative;
  color: #ffffff;
  margin: 0;
}

/**
 * セクションの基本の大枠
 */
/* line 49, ../_sass/_module/_section.scss */
section.primary-section {
  margin-top: 40px;
}
@media screen and (min-width: 480px) {
  /* line 49, ../_sass/_module/_section.scss */
  section.primary-section {
    margin-top: 60px;
  }
}
/* line 54, ../_sass/_module/_section.scss */
section.primary-section .section-body {
  background-color: #ffffff;
  padding: 20px;
}
/* line 58, ../_sass/_module/_section.scss */
section.primary-section .purchase-category-note {
  clear: both;
  color: #999;
  font-size: 1.2rem;
  margin: 10px 0 0;
  text-align: left;
}

/**
 * お知らせなどの表示
 */
/* line 71, ../_sass/_module/_section.scss */
section.summary ul.list {
  background-color: #ffffff;
}
/* line 73, ../_sass/_module/_section.scss */
section.summary ul.list li {
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}
/* line 79, ../_sass/_module/_section.scss */
section.summary ul.list li.chapter {
  margin: 0;
  padding: 10px;
  background-color: #e6e6e6;
  color: #999999;
  font-size: 1.8rem;
}
/* line 86, ../_sass/_module/_section.scss */
section.summary ul.list li .date {
  color: #a3b1cc;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
}
/* line 92, ../_sass/_module/_section.scss */
section.summary ul.list li .category {
  text-align: right;
}
@media screen and (min-width: 992px) {
  /* line 92, ../_sass/_module/_section.scss */
  section.summary ul.list li .category {
    text-align: left;
  }
}
/* line 97, ../_sass/_module/_section.scss */
section.summary ul.list li .category span {
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
  width: 80px;
}
@media screen and (min-width: 992px) {
  /* line 97, ../_sass/_module/_section.scss */
  section.summary ul.list li .category span {
    margin-left: -40px;
  }
}
/* line 107, ../_sass/_module/_section.scss */
section.summary ul.list li .category span.ir {
  background-color: #a6917c;
}
/* line 110, ../_sass/_module/_section.scss */
section.summary ul.list li .category span.shop {
  background-color: #004896;
}
/* line 113, ../_sass/_module/_section.scss */
section.summary ul.list li .category span.etc {
  background-color: #999999;
}
/* line 118, ../_sass/_module/_section.scss */
section.summary ul.list li .title {
  margin-top: 4px;
}
@media screen and (min-width: 992px) {
  /* line 118, ../_sass/_module/_section.scss */
  section.summary ul.list li .title {
    margin-top: 0;
  }
}

/**
 * 買取カテゴリー
 */
/* line 132, ../_sass/_module/_section.scss */
section.purchase-category ul.list {
  margin-bottom: 4px;
}
/* line 134, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li {
  list-style: none;
  margin-top: 30px;
}
/* line 137, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 1px;
}
/* line 140, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card .cover {
  text-align: center;
  background-color: #999999;
}
/* line 144, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card dl {
  margin: 0;
  padding: 20px 0;
}
/* line 147, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card dl dt {
  margin: 0 auto;
  width: 160px;
  padding-bottom: 17px;
  border-bottom: 1px solid #666666;
  font-weight: bold;
  text-align: center;
}
/* line 155, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card dl dd {
  margin: 20px 0 0 0;
  padding: 0 30px;
  color: #999999;
  font-size: 1.2rem;
  text-align: center;
}
/* line 161, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card dl dd ul {
  margin: 0;
  padding: 0;
}
/* line 164, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card dl dd ul > li {
  list-style: none;
  display: inline-block;
}
/* line 167, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card dl dd ul > li:after {
  content: " ／ ";
}
/* line 170, ../_sass/_module/_section.scss */
section.purchase-category ul.list > li .card dl dd ul > li:last-child:after {
  content: "";
}
/* line 180, ../_sass/_module/_section.scss */
section.purchase-category p.purchase-camera {
  text-align: center;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  /* line 180, ../_sass/_module/_section.scss */
  section.purchase-category p.purchase-camera {
    padding-top: 30px;
  }
}
/* line 186, ../_sass/_module/_section.scss */
section.purchase-category p.purchase-camera img {
  width: 100%;
  height: auto;
}

/* line 192, ../_sass/_module/_section.scss */
.pull-none {
  float: none !important;
  margin: 0 auto;
}

/**
 * お近くの店舗
 */
/* line 200, ../_sass/_module/_section.scss */
section.nearby-store .row {
  background-color: #ffffff;
  padding: 5px;
  margin: 0;
}
/* line 204, ../_sass/_module/_section.scss */
section.nearby-store .row h2 {
  margin: 15px 0;
  font-size: 1.8rem;
  font-weight: normal;
}
/* line 209, ../_sass/_module/_section.scss */
section.nearby-store .row table {
  width: 100%;
}
/* line 211, ../_sass/_module/_section.scss */
section.nearby-store .row table th {
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
  padding: 10px 0;
  text-align: left;
  width: 3em;
}
/* line 218, ../_sass/_module/_section.scss */
section.nearby-store .row table td {
  border-top: 1px solid #e6e6e6;
  font-size: 1.2rem;
  padding: 10px;
}
/* line 222, ../_sass/_module/_section.scss */
section.nearby-store .row table td li {
  margin-bottom: 5px;
}
/* line 224, ../_sass/_module/_section.scss */
section.nearby-store .row table td li a {
  font-size: 1.4rem;
}

/**
 * 売り方の選択リンク
 */
/* line 236, ../_sass/_module/_section.scss */
section.select-selling {
  background-color: #cccccc;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  /* line 236, ../_sass/_module/_section.scss */
  section.select-selling {
    padding: 90px 0;
  }
}
/* line 243, ../_sass/_module/_section.scss */
section.select-selling ul a {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 10px;
  font-size: 1.4rem;
  background: url(../img/common/link_arrow_white.svg) no-repeat 90% 50%;
  background-color: #004896;
}
@media screen and (min-width: 480px) {
  /* line 243, ../_sass/_module/_section.scss */
  section.select-selling ul a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 243, ../_sass/_module/_section.scss */
  section.select-selling ul a {
    padding: 20px;
  }
}

/**
 * ４ブロックで説明する申し込みの流れ
 */
/* line 264, ../_sass/_module/_section.scss */
section.request-flow {
  background-color: #ffffff;
  padding: 60px 0;
}
/* line 267, ../_sass/_module/_section.scss */
section.request-flow h2 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 267, ../_sass/_module/_section.scss */
  section.request-flow h2 {
    margin-bottom: 40px;
  }
}
/* line 275, ../_sass/_module/_section.scss */
section.request-flow h2 a {
  font-size: 1.2rem;
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 275, ../_sass/_module/_section.scss */
  section.request-flow h2 a {
    margin-left: 20px;
    display: inline;
  }
}
/* line 284, ../_sass/_module/_section.scss */
section.request-flow ol {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
/* line 289, ../_sass/_module/_section.scss */
section.request-flow ol li {
  margin-bottom: 25px;
}
/* line 291, ../_sass/_module/_section.scss */
section.request-flow ol li h3 {
  margin: 0;
  margin-bottom: 10px;
  padding: 15px;
  background-image: url(../img/common/flow_arrow.svg);
  background-repeat: no-repeat;
  background-position: -35px center;
  background-color: #004896;
  color: #ffffff;
  line-height: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 1200px) {
  /* line 291, ../_sass/_module/_section.scss */
  section.request-flow ol li h3 {
    font-size: 1.6rem;
    background-position: -30px center;
  }
}
/* line 306, ../_sass/_module/_section.scss */
section.request-flow ol li h3 b {
  font-weight: normal;
  margin-right: 40px;
  font-size: 2.2rem;
}
@media screen and (min-width: 1200px) {
  /* line 306, ../_sass/_module/_section.scss */
  section.request-flow ol li h3 b {
    margin-right: 45px;
    font-size: 2.6rem;
  }
}
/* line 316, ../_sass/_module/_section.scss */
section.request-flow ol li .text {
  border-left: 1px solid #999999;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  /* line 316, ../_sass/_module/_section.scss */
  section.request-flow ol li .text {
    min-height: 100px;
  }
}
/* line 322, ../_sass/_module/_section.scss */
section.request-flow ol li .text p {
  margin-bottom: 0;
}

/**
 * ご注意事項
 */
/* line 333, ../_sass/_module/_section.scss */
section.attention {
  padding-bottom: 90px;
}
/* line 335, ../_sass/_module/_section.scss */
section.attention ul.list {
  background-color: #ffffff;
}
/* line 337, ../_sass/_module/_section.scss */
section.attention ul.list > li {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 15px 0;
}
/* line 341, ../_sass/_module/_section.scss */
section.attention ul.list > li h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
/* line 346, ../_sass/_module/_section.scss */
section.attention ul.list > li .text ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: -10px;
}
/* line 350, ../_sass/_module/_section.scss */
section.attention ul.list > li .text ul > li {
  margin-bottom: 10px;
}

/**
 * 買取ブランド例
 */
/* line 364, ../_sass/_module/_section.scss */
section.brand-example .container .section-header p {
  display: block;
  font-size: 1.2rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  /* line 370, ../_sass/_module/_section.scss */
  section.brand-example .container .section-header p {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  /* line 375, ../_sass/_module/_section.scss */
  section.brand-example .container .section-header h2 {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 380, ../_sass/_module/_section.scss */
  section.brand-example .container .section-header p {
    padding-top: 10px;
  }
}
/* line 385, ../_sass/_module/_section.scss */
section.brand-example .container dl {
  margin: 0;
}
/* line 387, ../_sass/_module/_section.scss */
section.brand-example .container dl dd {
  padding: 8px 10px;
  font-size: 1.2rem;
  border-right: 1px #ffffff solid;
  background-color: #ffffff;
}
/* line 393, ../_sass/_module/_section.scss */
section.brand-example .container dl dd:last-child {
  border-right: none;
}
/* line 397, ../_sass/_module/_section.scss */
section.brand-example .container dl:nth-child(odd) dd:nth-child(odd) {
  background-color: #e6e6e6;
}
/* line 400, ../_sass/_module/_section.scss */
section.brand-example .container dl:nth-child(even) dd:nth-child(even) {
  background-color: #e6e6e6;
}
@media screen and (min-width: 768px) {
  /* line 404, ../_sass/_module/_section.scss */
  section.brand-example .container dl {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    box-sizing: border-box;
  }
  /* line 409, ../_sass/_module/_section.scss */
  section.brand-example .container dl dd {
    background-color: #ffffff;
    -moz-box-flex: 1;
    max-width: 240px;
    box-sizing: border-box;
  }
  /* line 416, ../_sass/_module/_section.scss */
  section.brand-example .container dl:nth-child(odd) dd {
    background-color: #e6e6e6;
  }
  /* line 419, ../_sass/_module/_section.scss */
  section.brand-example .container dl:nth-child(even) dd {
    background-color: #ffffff;
  }
  /* line 422, ../_sass/_module/_section.scss */
  section.brand-example .container dl:nth-child(even) dd:nth-child(even) {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 992px) {
  /* line 428, ../_sass/_module/_section.scss */
  section.brand-example .container dl dd {
    max-width: 314px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 435, ../_sass/_module/_section.scss */
  section.brand-example .container dl dd {
    max-width: 390px;
  }
}

/**
 * お近くの KOMEHYO 店舗
 */
/* line 446, ../_sass/_module/_section.scss */
section.neighborhood {
  margin-top: 20px;
}
/* line 448, ../_sass/_module/_section.scss */
section.neighborhood .row {
  margin: 0;
  background-color: #ffffff;
}
/* line 451, ../_sass/_module/_section.scss */
section.neighborhood .row h3 {
  margin: 15px 5px;
  font-size: 1.8rem;
}
/* line 455, ../_sass/_module/_section.scss */
section.neighborhood .row .map {
  padding-bottom: 15px;
}
/* line 457, ../_sass/_module/_section.scss */
section.neighborhood .row .map #neighborhood-map {
  border: 1px solid #ffffff;
  height: 200px;
}
@media screen and (min-width: 992px) {
  /* line 457, ../_sass/_module/_section.scss */
  section.neighborhood .row .map #neighborhood-map {
    height: 260px;
    margin: 0 5px;
  }
}
/* line 467, ../_sass/_module/_section.scss */
section.neighborhood .row .detail p {
  margin-bottom: 1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  /* line 467, ../_sass/_module/_section.scss */
  section.neighborhood .row .detail p {
    font-size: 1.4rem;
  }
}
/* line 473, ../_sass/_module/_section.scss */
section.neighborhood .row .detail p a {
  font-size: 1.4rem;
  font-weight: bold;
}

/**
 * バイヤーが教える 高価買取のコツ
 */
/* line 485, ../_sass/_module/_section.scss */
section.buyer-purchase {
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #eee;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}
/* line 492, ../_sass/_module/_section.scss */
section.buyer-purchase.watch {
  background-image: url(../img/common/buyer_purchase_watch.jpg);
}
/* line 495, ../_sass/_module/_section.scss */
section.buyer-purchase h2 {
  color: #004896;
  margin: 0;
}
/* line 498, ../_sass/_module/_section.scss */
section.buyer-purchase h2 img {
  margin-right: 25px;
  width: 200px;
}
@media screen and (min-width: 480px) {
  /* line 498, ../_sass/_module/_section.scss */
  section.buyer-purchase h2 img {
    width: 260px;
  }
}
/* line 505, ../_sass/_module/_section.scss */
section.buyer-purchase h2 b {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  /* line 505, ../_sass/_module/_section.scss */
  section.buyer-purchase h2 b {
    font-size: 3.4rem;
    letter-spacing: 2px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  /* line 505, ../_sass/_module/_section.scss */
  section.buyer-purchase h2 b {
    display: inline;
  }
}
/* line 520, ../_sass/_module/_section.scss */
section.buyer-purchase ul.balloon-tips {
  margin-top: 40px;
}
/* line 522, ../_sass/_module/_section.scss */
section.buyer-purchase ul.balloon-tips li {
  margin-bottom: 20px;
}
/* line 524, ../_sass/_module/_section.scss */
section.buyer-purchase ul.balloon-tips li .card {
  background-color: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
}
@media screen and (min-width: 480px) {
  /* line 524, ../_sass/_module/_section.scss */
  section.buyer-purchase ul.balloon-tips li .card {
    padding: 40px 50px;
  }
}
/* line 531, ../_sass/_module/_section.scss */
section.buyer-purchase ul.balloon-tips li .card h3 {
  position: relative;
  background-color: #004896;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px;
  margin: 0;
  margin-bottom: 40px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 0;
}
@media screen and (min-width: 480px) {
  /* line 531, ../_sass/_module/_section.scss */
  section.buyer-purchase ul.balloon-tips li .card h3 {
    padding: 30px;
  }
}
/* line 545, ../_sass/_module/_section.scss */
section.buyer-purchase ul.balloon-tips li .card h3:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #004896 transparent transparent transparent;
  z-index: -1;
}
/* line 559, ../_sass/_module/_section.scss */
section.buyer-purchase ul.balloon-tips li .card p {
  margin-bottom: 1em;
}
/* line 561, ../_sass/_module/_section.scss */
section.buyer-purchase ul.balloon-tips li .card p.caution {
  font-size: 1.2rem;
}

/**
 * 買取の流れ
 */
/* line 573, ../_sass/_module/_section.scss */
section.flow-purchase {
  position: relative;
  background-color: #ffffff;
  padding: 60px 0 40px 0;
}
/* line 577, ../_sass/_module/_section.scss */
section.flow-purchase h2 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 577, ../_sass/_module/_section.scss */
  section.flow-purchase h2 {
    margin-bottom: 40px;
  }
}
/* line 585, ../_sass/_module/_section.scss */
section.flow-purchase h2 a {
  font-size: 1.2rem;
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 585, ../_sass/_module/_section.scss */
  section.flow-purchase h2 a {
    margin-left: 20px;
    display: inline;
  }
}
/* line 594, ../_sass/_module/_section.scss */
section.flow-purchase .ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  overflow: hidden;
}
/* line 601, ../_sass/_module/_section.scss */
section.flow-purchase .ribbon b {
  position: absolute;
  top: 45px;
  right: -70px;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ff4d4d;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 1px;
  padding: 10px;
  width: 260px;
  text-align: center;
}
/* line 616, ../_sass/_module/_section.scss */
section.flow-purchase ol {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
/* line 620, ../_sass/_module/_section.scss */
section.flow-purchase ol li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 25px;
}
/* line 2, ../_sass/_base/_mixins.scss */
section.flow-purchase ol li:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 480px) {
  /* line 620, ../_sass/_module/_section.scss */
  section.flow-purchase ol li {
    width: 33.3%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  /* line 620, ../_sass/_module/_section.scss */
  section.flow-purchase ol li {
    width: 20%;
  }
}
/* line 632, ../_sass/_module/_section.scss */
section.flow-purchase ol li h3 {
  clear: both;
  margin: 0;
  margin-bottom: 5px;
  padding: 15px;
  background-image: url(../img/common/flow_arrow.svg);
  background-repeat: no-repeat;
  background-position: -40px center;
  background-color: #004896;
  color: #ffffff;
  line-height: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  /* line 632, ../_sass/_module/_section.scss */
  section.flow-purchase ol li h3 {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 632, ../_sass/_module/_section.scss */
  section.flow-purchase ol li h3 {
    font-size: 1.6rem;
    background-position: -30px center;
  }
}
/* line 651, ../_sass/_module/_section.scss */
section.flow-purchase ol li h3 b {
  font-weight: normal;
  margin-right: 30px;
  font-size: 2.0rem;
}
@media screen and (min-width: 1200px) {
  /* line 651, ../_sass/_module/_section.scss */
  section.flow-purchase ol li h3 b {
    margin-right: 45px;
    font-size: 2.6rem;
  }
}
/* line 661, ../_sass/_module/_section.scss */
section.flow-purchase ol li img {
  float: left;
  width: 50%;
  padding-right: 15px;
}
@media screen and (min-width: 480px) {
  /* line 661, ../_sass/_module/_section.scss */
  section.flow-purchase ol li img {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
/* line 672, ../_sass/_module/_section.scss */
section.flow-purchase ol li p {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  /* line 672, ../_sass/_module/_section.scss */
  section.flow-purchase ol li p {
    text-align: center;
  }
}
/* line 678, ../_sass/_module/_section.scss */
section.flow-purchase ol li p br {
  display: none;
}
@media screen and (min-width: 1200px) {
  /* line 678, ../_sass/_module/_section.scss */
  section.flow-purchase ol li p br {
    display: inline;
  }
}
/* line 687, ../_sass/_module/_section.scss */
section.flow-purchase .line-banner {
  width: 100%;
  text-align: center;
}

/* Dots */
/* line 25, ../_sass/_module/_slick-theme.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 29, ../_sass/_module/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 37, ../_sass/_module/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 45, ../_sass/_module/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 57, ../_sass/_module/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 59, ../_sass/_module/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 63, ../_sass/_module/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #cccccc;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 80, ../_sass/_module/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: #808080;
  opacity: 1;
}

/**
 * 見出し
 */
/* line 15, ../_sass/kaitori.scss */
section.main-cover {
  position: relative;
  background: url(../img/kaitori/cover.png) no-repeat left center;
  background-size: auto 100%;
  background-color: #f2dac2;
  padding: 20px 5% 0;
}
@media screen and (min-width: 768px) {
  /* line 15, ../_sass/kaitori.scss */
  section.main-cover {
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  /* line 15, ../_sass/kaitori.scss */
  section.main-cover {
    padding-top: 120px;
  }
}
/* line 29, ../_sass/kaitori.scss */
section.main-cover h2 {
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  text-align: right;
  font-size: 1.8rem;
}
@media screen and (min-width: 480px) {
  /* line 29, ../_sass/kaitori.scss */
  section.main-cover h2 {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  /* line 29, ../_sass/kaitori.scss */
  section.main-cover h2 {
    margin-left: 0;
  }
  /* line 42, ../_sass/kaitori.scss */
  section.main-cover h2 br:first-child {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  /* line 29, ../_sass/kaitori.scss */
  section.main-cover h2 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 50, ../_sass/kaitori.scss */
  section.main-cover h2 br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 56, ../_sass/kaitori.scss */
  section.main-cover h2 span {
    font-size: 1.4em;
  }
}
/* line 60, ../_sass/kaitori.scss */
section.main-cover h2 img {
  width: 146px;
  margin-bottom: 5px;
}
/* line 64, ../_sass/kaitori.scss */
section.main-cover h2 b {
  display: block;
  letter-spacing: 3px;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  /* line 64, ../_sass/kaitori.scss */
  section.main-cover h2 b {
    font-size: 2.6rem;
  }
}
/* line 73, ../_sass/kaitori.scss */
section.main-cover .button {
  text-align: center;
  padding-bottom: 20px;
}
/* line 76, ../_sass/kaitori.scss */
section.main-cover .button a {
  display: inline-block;
  color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  /* line 73, ../_sass/kaitori.scss */
  section.main-cover .button {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  /* line 73, ../_sass/kaitori.scss */
  section.main-cover .button {
    padding-bottom: 120px;
  }
}
/* line 92, ../_sass/kaitori.scss */
section.main-cover .free {
  position: absolute;
  right: 3%;
  bottom: -5px;
  background-color: #ff4d4d;
  width: 120px;
  height: 120px;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 30px;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  /* line 92, ../_sass/kaitori.scss */
  section.main-cover .free {
    bottom: -20px;
    padding-top: 45px;
    width: 150px;
    height: 150px;
    font-size: 1.4rem;
  }
}
/* line 112, ../_sass/kaitori.scss */
section.main-cover .free b {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 4px;
}
/* line 119, ../_sass/kaitori.scss */
section.main-cover.category {
  margin: 0;
  padding: 0;
  color: white;
  background: #606262;
  background-image: none;
}
/* line 125, ../_sass/kaitori.scss */
section.main-cover.category h2 {
  position: absolute;
  margin: 0;
  top: 20px;
  left: 15px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #4c4c4c;
  font-size: 2.0rem;
  letter-spacing: 2px;
  line-height: 1.5em;
}
/* line 135, ../_sass/kaitori.scss */
section.main-cover.category h2 b {
  font-size: 2.4rem;
  text-align: left;
  color: white;
}
/* line 139, ../_sass/kaitori.scss */
section.main-cover.category h2 b span {
  font-size: 3.6rem;
}
@media screen and (min-width: 480px) {
  /* line 125, ../_sass/kaitori.scss */
  section.main-cover.category h2 {
    top: 40px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  /* line 125, ../_sass/kaitori.scss */
  section.main-cover.category h2 {
    top: 10%;
    left: 30px;
    font-size: 2.8rem;
    text-align: left;
  }
  /* line 152, ../_sass/kaitori.scss */
  section.main-cover.category h2 br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  /* line 125, ../_sass/kaitori.scss */
  section.main-cover.category h2 {
    top: 20%;
    left: 80px;
    font-size: 3.6rem;
  }
}
/* line 162, ../_sass/kaitori.scss */
section.main-cover.category p {
  font-size: 1.6rem;
}
/* line 165, ../_sass/kaitori.scss */
section.main-cover.category br {
  display: none;
}
@media screen and (min-width: 480px) {
  /* line 169, ../_sass/kaitori.scss */
  section.main-cover.category br {
    display: inline;
  }
}
/* line 174, ../_sass/kaitori.scss */
section.main-cover.category .text {
  color: #ffffff;
  background-color: #4c4c4c;
  font-size: 1.1rem;
  padding: 15px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 480px) {
  /* line 174, ../_sass/kaitori.scss */
  section.main-cover.category .text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 174, ../_sass/kaitori.scss */
  section.main-cover.category .text {
    position: absolute;
    top: 28%;
    left: 30px;
    width: 60%;
    text-shadow: 0px 0px 2px #4c4c4c;
    background-color: transparent;
    padding: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 992px) {
  /* line 174, ../_sass/kaitori.scss */
  section.main-cover.category .text {
    top: 38%;
    font-size: 1.4rem;
    left: 80px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 174, ../_sass/kaitori.scss */
  section.main-cover.category .text {
    font-size: 1.6rem;
  }
}
/* line 201, ../_sass/kaitori.scss */
section.main-cover.category .text p {
  margin: 0;
}

/* line 210, ../_sass/kaitori.scss */
section.main-cover.black h2 {
  color: #000000;
  text-shadow: none;
  text-align: left;
}
/* line 215, ../_sass/kaitori.scss */
section.main-cover.black .text {
  color: #666666;
  text-shadow: none;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  /* line 215, ../_sass/kaitori.scss */
  section.main-cover.black .text {
    background-color: transparent;
  }
}
/* line 223, ../_sass/kaitori.scss */
section.main-cover.black br {
  display: inline;
}

/**
 * コメ兵とは 写真＋キャッチコピー＋ボタン
 */
/* line 232, ../_sass/kaitori.scss */
section.main-cover.komehyo {
  position: relative;
  background: none;
  padding: 0;
}
/* line 237, ../_sass/kaitori.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 237, ../_sass/kaitori.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 237, ../_sass/kaitori.scss */
  section.main-cover.komehyo > h2 {
    font-size: 3.2rem;
    letter-spacing: 8px;
  }
}
/* line 261, ../_sass/kaitori.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 261, ../_sass/kaitori.scss */
  section.main-cover.komehyo > a {
    top: 55%;
    left: 60px;
  }
}

/**
 * 導入
 */
/* line 284, ../_sass/kaitori.scss */
.l-main {
  margin-bottom: 40px;
}

/* line 287, ../_sass/kaitori.scss */
section.introduction {
  background: url(../img/hanbai/bg_hanbai.jpg) center top no-repeat;
  background-size: 100% auto;
  padding: 40px 0;
}
/* line 291, ../_sass/kaitori.scss */
section.introduction .inner {
  z-index: 2;
  margin: 0 auto 60px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  /* line 291, ../_sass/kaitori.scss */
  section.introduction .inner {
    width: 1170px;
  }
}
/* line 299, ../_sass/kaitori.scss */
section.introduction .inner .text {
  text-align: center;
}
@media screen and (min-width: 480px) {
  /* line 299, ../_sass/kaitori.scss */
  section.introduction .inner .text {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  /* line 299, ../_sass/kaitori.scss */
  section.introduction .inner .text {
    text-align: left;
    padding-left: 8%;
  }
}
@media screen and (min-width: 480px) {
  /* line 309, ../_sass/kaitori.scss */
  section.introduction .inner .text h2 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 309, ../_sass/kaitori.scss */
  section.introduction .inner .text h2 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    line-height: 2;
    margin-top: 60px;
    z-index: 200;
  }
}
/* line 321, ../_sass/kaitori.scss */
section.introduction .inner .text .btn {
  z-index: 200;
}
/* line 324, ../_sass/kaitori.scss */
section.introduction .inner .text .btn a {
  display: block;
  padding: 14px 50px 14px 20px;
  margin: 0 auto 20px;
  width: 100%;
  background-color: #004896;
  color: #fff;
  font-size: 16px;
  background-image: url(../img/common/arrow_right_white.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
}
@media screen and (min-width: 768px) {
  /* line 324, ../_sass/kaitori.scss */
  section.introduction .inner .text .btn a {
    width: 280px;
    margin: 0 0 20px;
  }
}
/* line 346, ../_sass/kaitori.scss */
section.introduction .otoriyose {
  position: relative;
  background-color: white;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 2rem;
  padding: 40px;
  /* box-shadow */
  box-shadow: rgba(0, 0, 0, 0.09804) 0px 2px 5px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09804) 0px 2px 5px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.09804) 0px 2px 5px 1px;
}
@media screen and (min-width: 480px) {
  /* line 346, ../_sass/kaitori.scss */
  section.introduction .otoriyose {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  /* line 346, ../_sass/kaitori.scss */
  section.introduction .otoriyose {
    width: 940px;
  }
}
/* line 364, ../_sass/kaitori.scss */
section.introduction .otoriyose h3 {
  margin-top: 0;
}
/* line 366, ../_sass/kaitori.scss */
section.introduction .otoriyose h3 .br {
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 366, ../_sass/kaitori.scss */
  section.introduction .otoriyose h3 .br {
    display: none;
  }
}
/* line 373, ../_sass/kaitori.scss */
section.introduction .otoriyose p {
  font-size: 1.4rem;
}
/* line 375, ../_sass/kaitori.scss */
section.introduction .otoriyose p a {
  color: #004896;
}
/* line 378, ../_sass/kaitori.scss */
section.introduction .otoriyose p:after {
  display: inline-block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.2rem;
  margin-left: 0.3rem;
  border-top: 2px solid #004896;
  border-right: 2px solid #004896;
  transform: rotate(45deg);
}
/* line 391, ../_sass/kaitori.scss */
section.introduction .otoriyose .otoriyose_balloon {
  position: absolute;
  top: 40px;
  right: 40px;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 391, ../_sass/kaitori.scss */
  section.introduction .otoriyose .otoriyose_balloon {
    display: block;
  }
}
/* line 403, ../_sass/kaitori.scss */
section.introduction .banner {
  width: auto;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  /* line 403, ../_sass/kaitori.scss */
  section.introduction .banner {
    width: 1170px;
    margin: 0 auto;
  }
}
/* line 411, ../_sass/kaitori.scss */
section.introduction .banner a {
  margin-bottom: 20px;
}
/* line 413, ../_sass/kaitori.scss */
section.introduction .banner a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 418, ../_sass/kaitori.scss */
  section.introduction .banner a {
    margin-bottom: 0;
  }
  /* line 420, ../_sass/kaitori.scss */
  section.introduction .banner a img {
    width: 576px;
  }
}

/* line 429, ../_sass/kaitori.scss */
.otazunemono {
  padding: 100px 0;
  color: #fff;
  text-align: center;
  background: url(../img/kaitori/bg_otazunemono.jpg) left top no-repeat;
  background-size: cover;
}
/* line 435, ../_sass/kaitori.scss */
.otazunemono p {
  margin-bottom: 15px;
}
/* line 438, ../_sass/kaitori.scss */
.otazunemono a {
  display: inline;
  position: relative;
  top: 20px;
  font-size: 1.4rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  /* line 429, ../_sass/kaitori.scss */
  .otazunemono {
    padding: 160px 0;
  }
}
/* line 453, ../_sass/kaitori.scss */
.otazunemono img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  /* line 453, ../_sass/kaitori.scss */
  .otazunemono img {
    width: auto;
  }
}

/**
 * 買取実績
 */
/* line 466, ../_sass/kaitori.scss */
section.result {
  background-color: #004896;
  padding: 60px 0;
  margin-top: 0px;
}
/* line 470, ../_sass/kaitori.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 470, ../_sass/kaitori.scss */
  section.result h2 {
    margin-top: 0;
  }
}
/* line 481, ../_sass/kaitori.scss */
section.result h2 b {
  display: block;
  font-size: 3.0rem;
  margin-top: 10px;
}
@media screen and (min-width: 480px) {
  /* line 481, ../_sass/kaitori.scss */
  section.result h2 b {
    display: inline;
    font-size: 3.6rem;
  }
}
/* line 491, ../_sass/kaitori.scss */
section.result .result-note {
  padding-top: 35px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

/* line 500, ../_sass/kaitori.scss */
section.about {
  clear: both;
  height: 180px;
  background: #666 url(../img/kaitori/bg_about.jpg) left top no-repeat;
  background-size: cover;
  padding: 0 5%;
}
/* line 506, ../_sass/kaitori.scss */
section.about h3 {
  margin: 0;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  color: white;
  margin-bottom: 30px;
  padding: 40px 0 0px;
}
@media screen and (min-width: 768px) {
  /* line 506, ../_sass/kaitori.scss */
  section.about h3 {
    padding: 180px 0 50px;
  }
}
/* line 518, ../_sass/kaitori.scss */
section.about .btn {
  z-index: 200;
}
/* line 521, ../_sass/kaitori.scss */
section.about .btn a {
  display: inline;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  /* line 521, ../_sass/kaitori.scss */
  section.about .btn a {
    margin: 0 0 20px;
    padding: 14px 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 500, ../_sass/kaitori.scss */
  section.about {
    height: 480px;
  }
}

/* line 539, ../_sass/kaitori.scss */
.uresuzi .gray {
  background-color: #f7f7f7;
  width: 100%;
}
/* line 542, ../_sass/kaitori.scss */
.uresuzi .gray .inner {
  height: auto;
  padding-top: 40px;
}
/* line 545, ../_sass/kaitori.scss */
.uresuzi .gray .inner.pink {
  background-color: #e68a8d;
}
/* line 546, ../_sass/kaitori.scss */
.uresuzi .gray .inner.blue {
  background-color: #004896;
}
/* line 547, ../_sass/kaitori.scss */
.uresuzi .gray .inner h3 {
  color: white;
  font-size: 30px;
  text-align: center;
  margin: 0;
}
/* line 553, ../_sass/kaitori.scss */
.uresuzi .gray .inner .itemWrap {
  width: 100%;
  margin: 0 auto;
}
/* line 2, ../_sass/_base/_mixins.scss */
.uresuzi .gray .inner .itemWrap:after {
  content: "";
  display: table;
  clear: both;
}
/* line 557, ../_sass/kaitori.scss */
.uresuzi .gray .inner .itemWrap .itemBlock {
  float: none;
  clear: both;
}
/* line 560, ../_sass/kaitori.scss */
.uresuzi .gray .inner .itemWrap .itemBlock .box {
  width: 100%;
}
/* line 563, ../_sass/kaitori.scss */
.uresuzi .gray .inner .itemWrap .itemBlock h4 {
  color: white;
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 20px;
}
/* line 570, ../_sass/kaitori.scss */
.uresuzi .gray .inner .itemWrap .itemBlock .box li a {
  color: #fff;
}
/* line 572, ../_sass/kaitori.scss */
.uresuzi .gray .inner .itemWrap .itemBlock .box li a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 582, ../_sass/kaitori.scss */
  .uresuzi .gray {
    height: 680px;
  }
  /* line 584, ../_sass/kaitori.scss */
  .uresuzi .gray .inner {
    width: 100%;
    height: 360px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  /* line 2, ../_sass/_base/_mixins.scss */
  .uresuzi .gray .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 590, ../_sass/kaitori.scss */
  .uresuzi .gray .inner h3 {
    color: white;
    font-size: 30px;
    text-align: center;
    margin: 0 0 20px;
  }
  /* line 596, ../_sass/kaitori.scss */
  .uresuzi .gray .inner .itemWrap {
    width: 1170px;
    margin: 0 auto;
  }
  /* line 599, ../_sass/kaitori.scss */
  .uresuzi .gray .inner .itemWrap .itemBlock {
    float: left;
    clear: none;
    position: relative;
  }
  /* line 603, ../_sass/kaitori.scss */
  .uresuzi .gray .inner .itemWrap .itemBlock.itemBlock:last-child {
    margin-right: 0;
  }
  /* line 606, ../_sass/kaitori.scss */
  .uresuzi .gray .inner .itemWrap .itemBlock h4 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding-top: 40px;
  }
  /* line 611, ../_sass/kaitori.scss */
  .uresuzi .gray .inner .itemWrap .itemBlock .box {
    width: 370px;
    height: 400px;
    background-color: white;
    box-sizing: border-box;
    padding: 40px 65px;
  }
  /* line 617, ../_sass/kaitori.scss */
  .uresuzi .gray .inner .itemWrap .itemBlock .box li a {
    font-size: 1.2rem;
    color: #807061;
  }
  /* line 623, ../_sass/kaitori.scss */
  .uresuzi .gray .inner .itemWrap .itemBlock.jewelry h4 {
    background: url(../img/hanbai/icon_jewelry.png) top center no-repeat;
  }
  /* line 626, ../_sass/kaitori.scss */
  .uresuzi .gray .inner .itemWrap .itemBlock.watch h4 {
    background: url(../img/hanbai/icon_watch.png) top center no-repeat;
  }
  /* line 629, ../_sass/kaitori.scss */
  .uresuzi .gray .inner .itemWrap .itemBlock.bag h4 {
    background: url(../img/hanbai/icon_bag.png) top center no-repeat;
  }
}

/**
 * お客様の声
 */
/* line 642, ../_sass/kaitori.scss */
section.voice {
  margin-bottom: 60px;
}
/* line 644, ../_sass/kaitori.scss */
section.voice ul {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 647, ../_sass/kaitori.scss */
section.voice ul li {
  padding: 5px;
}
/* line 649, ../_sass/kaitori.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 649, ../_sass/kaitori.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 661, ../_sass/kaitori.scss */
  section.voice ul li .name.right {
    float: right;
  }
}
/* line 666, ../_sass/kaitori.scss */
section.voice ul li .name.male {
  background-image: url(../img/brand-rolex/voice_male.gif);
}
/* line 669, ../_sass/kaitori.scss */
section.voice ul li .name.female {
  background-image: url(../img/brand-rolex/voice_female.gif);
}
/* line 672, ../_sass/kaitori.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 672, ../_sass/kaitori.scss */
  section.voice ul li .name span {
    margin-right: 0;
  }
}
/* line 683, ../_sass/kaitori.scss */
section.voice ul li .name span b {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  /* line 683, ../_sass/kaitori.scss */
  section.voice ul li .name span b {
    display: block;
  }
}
/* line 691, ../_sass/kaitori.scss */
section.voice ul li .text {
  background-color: #ede9e5;
  padding: 35px 30px;
}
@media screen and (min-width: 768px) {
  /* line 691, ../_sass/kaitori.scss */
  section.voice ul li .text {
    min-height: 220px;
    padding: 35px 30px 0;
  }
}
/* line 698, ../_sass/kaitori.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 708, ../_sass/kaitori.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 718, ../_sass/kaitori.scss */
section.voice ul li .text p {
  margin-bottom: 10px;
}

/* line 727, ../_sass/kaitori.scss */
section.kit .row {
  background-color: #ffffff;
  margin: 0;
  padding: 20px 5px;
}
/* line 731, ../_sass/kaitori.scss */
section.kit .row .text {
  margin-bottom: 20px;
}
/* line 734, ../_sass/kaitori.scss */
section.kit .row .image {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 743, ../_sass/kaitori.scss */
section.select-selling {
  padding: 50px 0;
  margin-bottom: 0;
  background: #e6e6e6;
}
/* line 747, ../_sass/kaitori.scss */
section.select-selling p {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 15px;
}
/* line 752, ../_sass/kaitori.scss */
section.select-selling ul li a {
  background-color: #cc1414;
}

/* line 757, ../_sass/kaitori.scss */
section.select-selling.bottom {
  margin-bottom: 1px;
  padding: 50px 0;
}
/* line 760, ../_sass/kaitori.scss */
section.select-selling.bottom ul li a {
  background: #004896;
}

/* line 766, ../_sass/kaitori.scss */
section.camera-takuhai,
section.camera-tentou {
  width: 90%;
  margin: 0 auto 50px;
  padding: 20px 20px 40px;
  background: #fff;
}
/* line 772, ../_sass/kaitori.scss */
section.camera-takuhai .container,
section.camera-tentou .container {
  padding: 0;
}
@media screen and (min-width: 768px) {
  /* line 766, ../_sass/kaitori.scss */
  section.camera-takuhai,
  section.camera-tentou {
    width: 720px;
  }
}
@media screen and (min-width: 992px) {
  /* line 766, ../_sass/kaitori.scss */
  section.camera-takuhai,
  section.camera-tentou {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 766, ../_sass/kaitori.scss */
  section.camera-takuhai,
  section.camera-tentou {
    width: 1170px;
  }
}
/* line 785, ../_sass/kaitori.scss */
section.camera-takuhai h3,
section.camera-tentou h3 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
}
/* line 791, ../_sass/kaitori.scss */
section.camera-takuhai ul li a,
section.camera-tentou ul li a {
  background-color: #cc1414;
}
/* line 794, ../_sass/kaitori.scss */
section.camera-takuhai p,
section.camera-tentou p {
  margin-bottom: 20px;
}
/* line 797, ../_sass/kaitori.scss */
section.camera-takuhai p span,
section.camera-tentou p span {
  font-size: 0.8em;
}
/* line 801, ../_sass/kaitori.scss */
section.camera-takuhai .btnWrap,
section.camera-tentou .btnWrap {
  width: 90%;
  margin: 0 auto;
}
/* line 805, ../_sass/kaitori.scss */
section.camera-takuhai .btnWrap ul,
section.camera-tentou .btnWrap ul {
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  /* line 805, ../_sass/kaitori.scss */
  section.camera-takuhai .btnWrap ul,
  section.camera-tentou .btnWrap ul {
    float: left;
    width: 44%;
    margin: 0 3%;
  }
  /* line 812, ../_sass/kaitori.scss */
  section.camera-takuhai .btnWrap ul.single,
  section.camera-tentou .btnWrap ul.single {
    float: none;
    margin: 0 auto 3%;
  }
}
/* line 817, ../_sass/kaitori.scss */
section.camera-takuhai .btnWrap ul li,
section.camera-tentou .btnWrap ul li {
  padding: 0;
  width: 100%;
  margin: 0;
}
/* line 824, ../_sass/kaitori.scss */
section.camera-takuhai .btnWrap ul li.tel,
section.camera-tentou .btnWrap ul li.tel {
  text-align: center;
  padding: 10px 0;
  font-size: 1.6em;
  font-weight: bold;
  background: #fff url(../img/common/icon_call.png) 7% 50% no-repeat;
  border: 1px solid #cc1414;
}
@media screen and (min-width: 768px) {
  /* line 824, ../_sass/kaitori.scss */
  section.camera-takuhai .btnWrap ul li.tel,
  section.camera-tentou .btnWrap ul li.tel {
    background: #fff url(../img/common/icon_call.png) 10% 50% no-repeat;
  }
}
@media screen and (min-width: 992px) {
  /* line 824, ../_sass/kaitori.scss */
  section.camera-takuhai .btnWrap ul li.tel,
  section.camera-tentou .btnWrap ul li.tel {
    background: #fff url(../img/common/icon_call.png) 20% 50% no-repeat;
  }
}

/* line 842, ../_sass/kaitori.scss */
section.camera-takuhai {
  margin-top: 50px;
}

/* line 846, ../_sass/kaitori.scss */
.slick-slider {
  margin-bottom: 0;
}

/* line 850, ../_sass/kaitori.scss */
ul.slick-dots {
  clear: both;
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 15px 0 0;
  width: 100%;
  margin-bottom: 50px;
  bottom: 0;
}
/* line 2, ../_sass/_base/_mixins.scss */
ul.slick-dots:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 850, ../_sass/kaitori.scss */
  ul.slick-dots {
    position: absolute;
    bottom: -25px;
    left: 108px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 140px;
  }
}

/* line 873, ../_sass/kaitori.scss */
.slick-prev {
  left: 2%;
}
@media screen and (min-width: 768px) {
  /* line 873, ../_sass/kaitori.scss */
  .slick-prev {
    left: 20px;
  }
}

/* line 880, ../_sass/kaitori.scss */
.slick-next {
  right: 2%;
}
@media screen and (min-width: 768px) {
  /* line 880, ../_sass/kaitori.scss */
  .slick-next {
    right: 20px;
  }
}

/* line 887, ../_sass/kaitori.scss */
.slick-dots li {
  margin: 0 1%;
}
@media screen and (min-width: 768px) {
  /* line 887, ../_sass/kaitori.scss */
  .slick-dots li {
    margin: 0;
  }
}

/* line 894, ../_sass/kaitori.scss */
.slick-dots li button:before {
  font-size: 5rem;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  /* line 894, ../_sass/kaitori.scss */
  .slick-dots li button:before {
    font-size: 7rem;
    color: #cccccc;
    opacity: 1;
  }
}

/* line 905, ../_sass/kaitori.scss */
.slick-active button:before {
  color: #808080;
  opacity: 1;
}

/* line 910, ../_sass/kaitori.scss */
.purchase-category {
  margin-bottom: 80px;
}

/* line 914, ../_sass/kaitori.scss */
.nearby-store {
  margin-bottom: 60px;
}

/*# sourceMappingURL=kaitori.css.map */
