﻿body {
  min-width: 1060px;
}

/*-----------------------------------------------*/
/*---------------買取実績検索窓---------------*/
/*-----------------------------------------------*/

.kaitorijjiseki_form_title {
  padding: 5px 0 5px 8px;
  background: #333;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.search_container input[type="text"] {
  border: none;
  background: #fff;
  width: 100%;
}

.search_container input[type="text"]:focus {
  outline: 0;
}

@media screen and (max-width: 650px) {
  .kaitorijisseki-sp-title {
    margin-top: 20px;
  }

  .search_container {
    position: relative;
    box-sizing: border-box;
    border: 2px solid #000;
    display: block;
    padding: 3px 10px;
    border-radius: 3px;
    height: 35px;
    width: 100%;
    overflow: hidden;
  }

  .kaitorijjiseki_form {
    box-sizing: border-box;
  }

  .search_container input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    border: none;
    background: #000;
    color: #fff;
    position: absolute;
    width: 5.5em;
    height: 35px;
    right: 0px;
    top: -2px;
    outline: none;
  }
}

@media screen and (min-width: 651px) {
  .search_container {
    position: relative;
    box-sizing: border-box;
    border: 2px solid #000;
    display: block;
    padding: 3px 10px;
    border-radius: 3px;
    height: 35px;
    width: 100%;
    overflow: hidden;
  }

  .kaitorijjiseki_form {
    margin-bottom: 80px;
  }

  .search_container input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    border: none;
    background: #000;
    color: #fff;
    position: absolute;
    width: 13.5em;
    height: 35px;
    right: 0px;
    top: -2px;
    outline: none;
  }

  .teigaku-wrap-padding {
    margin-top: 130px;
  }



}

.note2 {
  color: #696969;
  margin: 10px 0;
  padding: 0 1em;
  text-align: center;
}

.sen2 {
  background-color: #fff;
  background-image: linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #0a76b4 100%);
  background-size: 100% 2em;
  line-height: 2em;
}

.l-contents .wrap .headline-h2 .breadcrumbs {
  margin-bottom: 20px;
}

.l-contents .wrap .headline-h2 .breadcrumbs a {
  color: #0080ff;
}

/*-----------------------------------------------*/
/*---------------買取実績SP下部タグデザイン-------------*
/*-----------------------------------------------*/

@media screen and (max-width: 650px) {
  .tag-links a {
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background: #9ed3ff;
  }
}

@media screen and (min-width: 651px) {

  .purchase-customers-voice dt,
  .purchase-customers-voice dd,
  #BrandModel-information-section7 dl dt,
  #BrandModel-information-section7 dl dd,
  #customers-voice dd {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: normal;
  }

  #customers-voice dt {
    color: #fff !important;
  }
}

.kaitori_kyouka .number_batch:empty,
.souba_specialprice:empty {
  display: none !important;
  padding: 0;
  background: #ffffff;
}

.kaitori_kyouka .number_batch2:empty {
  display: none !important;
  padding: 0;
  background: #ffffff;
}

.kaitori_kyouka .number_batch3:empty {
  display: none !important;
  padding: 0;
  background: #ffffff;
}

.kyouka_ref .top_number_batch3:empty {
  display: none !important;
  padding: 0;
  background: #ffffff;
}

@media screen and (max-width: 750px) {
  body {
    min-width: initial;
    -webkit-appearance: none;
  }
}

.kaitori-wrap {
  overflow: hidden;
}

.kaitori-kyoka-btn {
  width: 100%;
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto !important;
}

.kaitori-kyoka-btn li {
  padding: 15px 0 15px 8% !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.kaitori-kyoka-btn li a {
  display: block;
}

.kaitori-kyoka-btn li a p {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 0 0 !important;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .kaitori-kyoka-btn li {
    width: 49%;
    height: 74px;
  }

  .kaitori-kyoka-btn li a span {
    font-size: 1em;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    display: block;
  }
}

@media screen and (min-width: 641px) {
  .kaitori-kyoka-btn li {
    width: 24%;
    height: 105px;
  }

  .kaitori-kyoka-btn li a span {
    font-size: 1.1em;
    line-height: 1;
    font-weight: 600;
    display: block;
    text-align: center;
  }
}

.kaitori-kyoka-btn li:first-of-type {
  background: url(https://www.kaitori-ginza.com/assets/img/page/brand/brand_watch_01.png) no-repeat;
  background-size: contain;
}

.kaitori-kyoka-btn li:nth-of-type(2) {
  background: url(https://www.kaitori-ginza.com/assets/img/page/brand/brand_watch_02.png) no-repeat;
  background-size: contain;
}

.kaitori-kyoka-btn li:nth-of-type(3) {
  background: url(https://www.kaitori-ginza.com/assets/img/page/brand/brand_watch_03.png) no-repeat;
  background-size: contain;
}

.kaitori-kyoka-btn li:nth-of-type(4) {
  background: url(https://www.kaitori-ginza.com/assets/img/page/brand/brand_watch_04.png) no-repeat;
  background-size: contain;
}

.kaitori-kyoka-btn li:nth-of-type(5) {
  background: url(https://www.kaitori-ginza.com/assets/img/page/brand/brand_watch_05.png) no-repeat;
  background-size: contain;
}

.kaitori-kyoka-btn li:nth-of-type(6) {
  background: url(https://www.kaitori-ginza.com/assets/img/page/brand/brand_watch_06.png) no-repeat;
  background-size: contain;
}

.kaitori-kyoka-btn li:nth-of-type(7) {
  background: url(https://www.kaitori-ginza.com/assets/img/page/brand/brand_watch_07.png) no-repeat;
  background-size: contain;
}

.kaitori-kyoka-btn li:nth-of-type(8) {
  background: url(https://www.kaitori-ginza.com/assets/img/page/brand/brand_watch_08.png) no-repeat;
  background-size: contain;
}

.taxonomy-description p {
  margin-bottom: 15px;
}

.red-txt {
  color: #e10040;
}

.red2 {
  color: #e10040 !important;
}

.red {
  color: #e10040 !important;
}

.taxonomy-description .contentsback {
  display: none;
}

.gray_space {
  margin-top: 30px;
  margin-top: 30px;
  overflow: hidden;
}

.gray_space img {
  display: block;
  width: 283px;
  margin: 0 auto;
}

.red_kokuchi {
  border: 2px solid #f00;
  padding: 10px;
  line-height: 200%;
  font-size: 13px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  margin-bottom: 20px;
}

.kokuchi_text {
  color: #f00;
  font-size: 17px;
  line-height: 150%;
  font-weight: bold;
}

.kokuchi_block img {
  float: left;
  margin-right: 20px;
}

.kokuchi_block {
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.souba_list .list_h3 {
  font-size: 14px;
  border-top: 1px solid #333;
  margin: 0;
  padding: 5px 0px 5px 20px;
  font-weight: normal;
}

.souba_list p {
  padding: 5px 0px;
  margin: 0;
}

.souba_list .soba_list_li {
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  overflow: hidden;
}

.souba_list .soba_list_li:last-child {
  border-bottom: 1px solid #333;
}

.souba_list li img {
  float: left;
  padding: 10px;
}

.souba_sub {
  width: 400px;
  float: left;
}

.souba_list_img {
  width: 100px;
  float: left;
  height: 100px;
}

.botan_area {
  float: left;
  width: 238px;
}

.botan_area {
  text-align: center;
}

.li_new {
  border-bottom: 1px #333 dotted;
}

.li_teigaku {
  border-bottom: 1px #333 dotted;
}

.souba_list p.satei_botan {
  color: #fff;
  background: #ff4a4a;
  padding: 5px;
  margin-bottom: 20px;
  width: 148px;
  margin-left: 40px;
}

.souba_list p.konpou_botan {
  color: #fff;
  background: #0069d2;
  padding: 5px;
  width: 148px;
  margin-left: 40px;
}

.souba_list a:link {
  color: #ffffff;
  text-decoration: none;
}

.souba_list a:visited {
  color: #ffffff;
  text-decoration: none;
}

.souba_list a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (min-width: 641px) {

  .l-page-work-detail .work-items-list [class*="col-"],
  .l-page-work-brand .work-items-list [class*="col-"] {
    height: 400px;
  }

  /*.col-3:nth-child(4n+1) {
	clear: both;
}*/
  .black_big {
    font-size: 18px;
  }

  .white_space {
    background: #ffffff;
    margin: 0px 0px 0px 10px;
    padding: 10px;
    width: 443px;
    float: right;
  }

  .kyouka_item li:nth-child(4n + 1) {
    margin-right: 28px;
    clear: both;
  }

  .kyouka_item li:nth-child(4n + 2) {
    margin-right: 28px;
  }

  .kyouka_item li:nth-child(4n + 3) {
    margin-right: 28px;
  }

  .kyouka_item li:nth-child(4n + 4) {
    margin-right: 0px;
  }

  .kyoukablock3 {
    width: 246px;
    float: left;
    background-color: #fff;
    color: #003;
    margin-bottom: 20px;
    padding-top: 5px;
    text-align: center;
    font-size: 90%;
  }

  .kyoukablock3 img {
    border: #f2f2f2 1px solid;
  }

  .kyoukablock3_detail {
    width: 175px;
    margin-right: 20px;
    float: left;
  }

  .kyoukablock3_detail2 {
    width: 175px;
    float: left;
  }

  .kyouka_item2 li:nth-child(3n + 1) {
    margin-right: 28px;
    clear: both;
  }

  .kyouka_item2 li:nth-child(3n + 2) {
    margin-right: 28px;
  }

  .kyouka_item2 li:nth-child(3n + 3) {
    margin-right: 0px;
  }

  .kyoukablock2 {
    width: 175px;
    float: left;
    background-color: #fff;
    color: #003;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 5px;
    text-align: center;
    font-size: 90%;
  }

  .kyoukablock img {
    border: #f2f2f2 1px solid;
  }

  .kyoukablock2 img {
    border: #f2f2f2 1px solid;
  }

  .kyoukablock {
    width: 165px;
    float: left;
    background-color: #fff;
    color: #003;
    margin-bottom: 20px;
    padding-top: 5px;
    font-size: 90%;
    text-align: center;
  }
}

/* =================================
   SubPage
==================================== */
.l-page-blog .blog-main li,
.l-page-ladies .ladies-price-post dl,
.l-page-rolex .ladies-price-post dl,
.l-page-broken .broken-list li,
.cf,
.l-page-secret .secret-point {
  *zoom: 1;
}

.l-page-blog .blog-main li:after,
.l-page-ladies .ladies-price-post dl:after,
.l-page-rolex .ladies-price-post dl:after,
.l-page-broken .broken-list li:after,
.cf:after,
.l-page-secret .secret-point:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #c6c6c6;
}

brand-pht form :-moz-placeholder {
  opacity: 1;
  color: #c6c6c6;
}

form ::-moz-placeholder {
  opacity: 1;
  color: #c6c6c6;
}

form :-ms-input-placeholder {
  color: #c6c6c6;
}

::-moz-selection {
  color: #fff;
  background: rgba(31, 127, 194, 0.7);
}

::selection {
  color: #fff;
  background: rgba(31, 127, 194, 0.7);
}

/*==============================
intersection of SubPgae
==============================*/
.ladies-bg {
  background: url(../img/page/ladies/ladies_bg.png) repeat;
}

.l-main {
  float: left;
  max-width: 740px;
}

.l-side {
  float: right;
  max-width: 230px;
}

.l-side.blog-aside h3 {
  margin: 0 0 0.8em;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #414141 #959595 #959595;
  border-image: none;
  border-style: solid;
  border-width: 3px 1px 1px;
  font-size: 14px;
  color: #454545;
  font-weight: bold;
  padding: 0.7em;
}

.l-side.blog-aside img {
  padding: 0 0 49px 0;
}

.l-side.blog-aside h4 {
  margin: 0 0 18px 0;
  padding: 12px 0 12px 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: #333;
}

.l-side.blog-aside p {
  margin: auto;
  font-size: 14px;
  line-height: 2.571;
  color: #333;
}

.l-side.blog-aside p span {
  margin: 0 15px 0 0;
  border-bottom: 1px solid #797979;
}

.l-side.blog-aside .aside-txt {
  margin: -20px 0 -22px 0;
}

.l-side.blog-aside .side-txt {
  line-height: 1.5;
  font-size: 12px;
}

.l-side.blog-aside .mb50 {
  margin-bottom: 50px !important;
}

.l-side.blog-aside .mb20 {
  margin-bottom: 20px !important;
}

.l-side.blog-aside strong {
  font-weight: 800;
}

.l-side.blog-aside .p0 {
  padding: 0 !important;
}

.l-side.blog-aside .linkarrow {
  background: url("../img/page/blog/blog_arrow.png") no-repeat scroll 2px center;
  display: block;
  padding: 0 0 0 20px;
}

.l-side.blog-aside .blog-aside-tag a {
  padding: 0 0.5em 0 0;
}

.l-side.blog-aside .blog-aside-tag a:hover {
  text-decoration: underline;
}

.l-side .side-work {
  margin: 63px 0 0;
}

.l-side .side-work h3 {
  margin: 0;
  width: 230px;
  padding: 11px 0 11px 15px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  background: #333333;
}

.l-side .side-work ul {
  border: 1px solid #cccccc;
}

.l-side .side-work li {
  text-indent: 15px;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #cccccc;
}

.l-side .side-work li a {
  display: block;
  padding: 14px;
  color: #333333;
}

.l-side .side-work li a:hover {
  text-decoration: none;
  color: #fff;
  background: #333;
}

.l-side .side-work li:last-child {
  border-bottom: none;
}

.l-side .side-work li ul {
  border: none;
  border-top: 1px solid #ccc;
}

.l-side .side-work li li a {
  padding: 14px 0 14px 15px;
}

.l-side .side-work li li:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 640px) {
  .l-main {
    float: none;
    width: 94%;
    margin: 0 3%;
    max-width: 100%;
  }

  .l-side {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .l-side .side-work {
    margin: 30px 0 20px;
  }

  .l-side .side-work p {
    text-align: center;
  }

  .l-side .side-work h3 {
    width: 100%;
    font-size: 14px;
  }

  .l-side .side-work ul li {
    font-size: 14px;
  }
}

[class*="col-"] {
  float: left;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

.l-breadcrumbs {
  white-space: nowrap;
}

.l-breadcrumbs a:first-child {
  color: #0a76b4;
}

.l-breadcrumbs {
  margin: 0 auto 40px;
}

.l-breadcrumbs li,
.l-breadcrumbs-sp li {
  font-size: 14px;
  color: #000;
}

.l-breadcrumbs li:not(:last-child):after,
.l-breadcrumbs-sp li:not(:last-child):after {
  margin: 0 10px;
  content: "＞";
}

.l-breadcrumbs li a,
.l-breadcrumbs-sp li a {
  text-decoration: underline;
  color: #0a76b4;
}

.l-breadcrumbs-sp li,
.l-breadcrumbs-sp a {
  font-size: 10px;
}

@media screen and (max-width: 650px) {
  [class*="l-page-"] .headline-h1 {
    margin: 200px auto 15px;
  }

  .l-breadcrumbs-sp {
    overflow: hidden;
  }

}

@media screen and (min-width: 651px) {
  .headline-h1 {
    margin-bottom: 15px;
  }

  .l-breadcrumbs ul {
    overflow: hidden;
  }

  .l-breadcrumbs-sp {
    display: none;
    margin: 0 0 10px 0;
    padding: 10px;
    font-size: 10px;
  }

}

[class*="l-page-"] .headline-h2 {
  margin: 30px auto 15px;
}

[class*="l-page-"] h3.headline-h3 {
  display: table;
  width: 100%;
  max-width: 530px;
  padding: 25px 0;
  font-size: 32px;
  font-weight: bold;
  color: #131316;
  border-top: 1px solid #131316;
  border-bottom: 1px solid #131316;
}

[class*="l-page-"] h4 {
  text-align: center;
}

[class*="l-page-"] p {
  font-size: 16px;
  color: #131316;
}

.l-page-delivery input[type="submit"] {
  display: table;
  margin: 0 auto;
  width: 380px;
  height: 80px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border: none;
  background: url(../img/module/form_btn1.png) no-repeat;
}

.l-page-delivery .action-buttons input[name="submitBack"] {
  display: none;
}

.l-page-speed input[type="submit"] {
  display: table;
  margin: 0 auto;
  width: 380px;
  height: 80px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border: none;
  background: url(../img/module/form_btn1.png) no-repeat;
}

.l-page-speed .action-buttons input[name="submitBack"] {
  display: none;
}

[class*="l-page-"] .form-table {
  margin: 0 auto 40px;
  width: 100%;
  font-size: 16px;
  color: #000;
}

[class*="l-page-"] .form-table p {
  margin: 0;
}

[class*="l-page-"] .form-table tr {
  border: 1px solid #ccc;
}

[class*="l-page-"] .form-table th {
  padding: 0 22px 0 22px;
  width: 199px;
  background: #dbe8f8;
}

[class*="l-page-"] .form-table td {
  padding: 20px 37px 20px 33px;
}

[class*="l-page-"] .form-table .require {
  float: right;
  display: inline-block;
  text-align: center;
  width: 50px;
  font-size: 14px;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #dc1955;
}

[class*="l-page-"] .form-table .row-list {
  margin: 0 0 20px;
}

[class*="l-page-"] .form-table .row-list label {
  display: inline-block;
  width: 172px;
  vertical-align: middle;
}

[class*="l-page-"] .form-table .row-list:last-child {
  margin: 0;
}

[class*="l-page-"] .form-table select {
  padding: 0 12px;
  width: 100%;
  max-width: 358px;
  height: 40px;
  vertical-align: middle;
}

[class*="l-page-"] .form-table input[type="text"] {
  padding: 0 12px;
  height: 40px;
  width: 300px !important;
  vertical-align: middle;
  border: 1px solid #ccc;
}

[class*="l-page-"] .form-table input[type="text"].long {
  max-width: 535px;
}

[class*="l-page-"] .form-table textarea {
  padding: 12px;
  resize: none;
  height: 100px;
  width: 100%;
  max-width: 500px;
  vertical-align: middle;
  border: 1px solid #ccc;
}

[class*="l-page-"] .form-table .form-txt {
  margin: 0 0 0 24%;
  max-width: 400px;
}

[class*="l-page-"] .form-table p {
  font-size: 12px;
}

[class*="l-page-"] .form-table label {
  margin: 0 8% 0 0;
}

[class*="l-page-"] .form-table .input-file {
  margin: 0 auto 10px;
}

[class*="l-page-"] .form-table .input-file label.file input {
  position: absolute;
  width: 0;
  overflow: hidden;
  opacity: 0;
}

[class*="l-page-"] .form-table .input-file label.file {
  width: 100%;
  max-width: 535px;
  height: 40px;
  line-height: 39px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-align: right;
}

[class*="l-page-"] .form-table .input-file label.file:before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: inherit;
  padding: 0 84px 0 10px;
  border: 1px solid #ccc;
  color: #000;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: middle;
  background: #f4f4f4;
}

[class*="l-page-"] .form-table .input-file label.file:after {
  content: "参照";
  display: inline-block;
  position: relative;
  width: 60px;
  height: inherit;
  background: #f4f4f4;
  color: #000;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  line-height: 40px;
}

[class*="l-page-"] .form-table .input-file label.file[title]:not([title=""]):before {
  content: attr(title);
  color: #162f44;
}

.module-link-btn a {
  display: block;
  margin: 40px auto;
  padding: 30px 0;
  max-width: 412px;
  font-size: 20px;
  line-height: 0;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  background: url(../img/module/arrow.png) no-repeat 96% center;
}

.module-link-btn a:hover,
.module-link-btn a:active,
.module-link-btn a:focus {
  text-decoration: underline;
  text-decoration: none;
}

.module-link-btn a:hover {
  color: #fff;
  background: #000 url(../img/module/arrow02.png) no-repeat 96% center;
}

/*=======================================
page antiquev, pocket, grade, complexity
=========================================*/
.l-page-antiquev,
.l-page-pocket,
.l-page-grade,
.l-page-complexity,
.l-page-ladies,
.l-page-rolex {
  margin: 0 auto 30px;
}

.l-page-antiquev h3,
.l-page-pocket h3,
.l-page-grade h3,
.l-page-complexity h3,
.l-page-ladies h3,
.l-page-rolex h3 {
  margin: 0 auto 30px;
  text-align: center;
}

.l-page-antiquev h3.headline-h3,
.l-page-pocket h3.headline-h3,
.l-page-grade h3.headline-h3,
.l-page-complexity h3.headline-h3,
.l-page-ladies h3.headline-h3,
.l-page-rolex h3.headline-h3 {
  display: table;
  width: 100%;
  max-width: 530px;
  padding: 25px 0;
  font-size: 32px;
  font-weight: bold;
  color: #131316;
  border-top: 1px solid #131316;
  border-bottom: 1px solid #131316;
}

.l-page-antiquev h4,
.l-page-pocket h4,
.l-page-grade h4,
.l-page-complexity h4,
.l-page-ladies h4,
.l-page-rolex h4 {
  margin: 0 auto 30px;
}

.l-page-antiquev h4.headline-h4,
.l-page-pocket h4.headline-h4,
.l-page-grade h4.headline-h4,
.l-page-complexity h4.headline-h4,
.l-page-ladies h4.headline-h4,
.l-page-rolex h4.headline-h4 {
  padding: 0 15px;
  font-size: 26px;
  color: #fff;
  background: #000;
}

.l-page-antiquev p,
.l-page-pocket p,
.l-page-grade p,
.l-page-complexity p,
.l-page-ladies p,
.l-page-rolex p {
  margin: 0 auto 45px;
}

.l-page-antiquev p.txt-center,
.l-page-pocket p.txt-center,
.l-page-grade p.txt-center,
.l-page-complexity p.txt-center,
.l-page-ladies p.txt-center,
.l-page-rolex p.txt-center {
  margin: 0 auto 60px;
  text-align: center;
}

.l-page-antiquev .items-list,
.l-page-pocket .items-list,
.l-page-grade .items-list,
.l-page-complexity .items-list,
.l-page-ladies .items-list,
.l-page-rolex .items-list {
  margin: 0 auto 30px;
}

.l-page-antiquev .items-list [class*="col-"],
.l-page-pocket .items-list [class*="col-"],
.l-page-grade .items-list [class*="col-"],
.l-page-complexity .items-list [class*="col-"],
.l-page-ladies .items-list [class*="col-"],
.l-page-rolex .items-list [class*="col-"] {
  float: left;
  padding: 0 1.8%;
  margin: 0 auto 60px;
}

.l-page-antiquev .items-list .row,
.l-page-pocket .items-list .row,
.l-page-grade .items-list .row,
.l-page-complexity .items-list .row,
.l-page-ladies .items-list .row,
.l-page-rolex .items-list .row {
  margin: 0 -1.8%;
}

.l-page-antiquev .items-list .row::after,
.l-page-pocket .items-list .row::after,
.l-page-grade .items-list .row::after,
.l-page-complexity .items-list .row::after,
.l-page-ladies .items-list .row::after,
.l-page-rolex .items-list .row::after {
  content: "";
  clear: both;
  display: block;
}

.l-page-antiquev .items-list p,
.l-page-pocket .items-list p,
.l-page-grade .items-list p,
.l-page-complexity .items-list p,
.l-page-ladies .items-list p,
.l-page-rolex .items-list p {
  margin: 0;
  font-size: 12px;
  text-align: left;
  letter-spacing: -0.02em;
  color: #2d2d2d;
}

.l-page-antiquev .items-list .items-type,
.l-page-pocket .items-list .items-type,
.l-page-grade .items-list .items-type,
.l-page-complexity .items-list .items-type,
.l-page-ladies .items-list .items-type,
.l-page-rolex .items-list .items-type {
  margin: 9px 0 19px 0;
  padding: 4px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #eb8d1d;
}

.l-page-antiquev .items-list .items-type span,
.l-page-pocket .items-list .items-type span,
.l-page-grade .items-list .items-type span,
.l-page-complexity .items-list .items-type span,
.l-page-ladies .items-list .items-type span,
.l-page-rolex .items-list .items-type span {
  float: right;
  width: 50%;
  color: #000;
  background: #fff;
}

.l-page-antiquev .sell-high,
.l-page-pocket .sell-high,
.l-page-grade .sell-high,
.l-page-complexity .sell-high,
.l-page-ladies .sell-high,
.l-page-rolex .sell-high {
  margin: 0 auto 40px;
}

.l-page-antiquev .sell-high .sell-high-bg,
.l-page-pocket .sell-high .sell-high-bg,
.l-page-grade .sell-high .sell-high-bg,
.l-page-complexity .sell-high .sell-high-bg,
.l-page-ladies .sell-high .sell-high-bg,
.l-page-rolex .sell-high .sell-high-bg {
  padding: 27px 0 0 0;
  background: url(../img/module/sell_high_bnr_01.png) no-repeat;
}

.l-page-antiquev .sell-high .title,
.l-page-pocket .sell-high .title,
.l-page-grade .sell-high .title,
.l-page-complexity .sell-high .title,
.l-page-ladies .sell-high .title,
.l-page-rolex .sell-high .title {
  padding: 0 0 11px 145px;
  font-size: 40px;
  color: #e7dbb4;
}

.l-page-antiquev .sell-high ul,
.l-page-pocket .sell-high ul,
.l-page-grade .sell-high ul,
.l-page-complexity .sell-high ul,
.l-page-ladies .sell-high ul,
.l-page-rolex .sell-high ul {
  padding: 0 0 0 95px;
}

.l-page-antiquev .sell-high li,
.l-page-pocket .sell-high li,
.l-page-grade .sell-high li,
.l-page-complexity .sell-high li,
.l-page-ladies .sell-high li,
.l-page-rolex .sell-high li {
  margin: 0 0 27px;
  font-size: 21px;
  color: #191919;
}

.l-page-antiquev .sell-high .note,
.l-page-pocket .sell-high .note,
.l-page-grade .sell-high .note,
.l-page-complexity .sell-high .note,
.l-page-ladies .sell-high .note,
.l-page-rolex .sell-high .note {
  padding: 10px 0 9px 27px;
  font-size: 42px;
  color: #191919;
  line-height: 1.3;
}

.l-page-antiquev .sell-high .note small,
.l-page-pocket .sell-high .note small,
.l-page-grade .sell-high .note small,
.l-page-complexity .sell-high .note small,
.l-page-ladies .sell-high .note small,
.l-page-rolex .sell-high .note small {
  display: block;
  font-size: 20px;
  line-height: 1;
}

.l-page-antiquev .broken,
.l-page-pocket .broken,
.l-page-grade .broken,
.l-page-complexity .broken,
.l-page-ladies .broken,
.l-page-rolex .broken {
  margin: 0 auto 40px;
}

.l-page-antiquev .broken [class*="col-"],
.l-page-pocket .broken [class*="col-"],
.l-page-grade .broken [class*="col-"],
.l-page-complexity .broken [class*="col-"],
.l-page-ladies .broken [class*="col-"],
.l-page-rolex .broken [class*="col-"] {
  float: left;
  padding: 0 1.8%;
  margin: 0 auto 35px;
}

.l-page-antiquev .broken .row,
.l-page-pocket .broken .row,
.l-page-grade .broken .row,
.l-page-complexity .broken .row,
.l-page-ladies .broken .row,
.l-page-rolex .broken .row {
  margin: 0 -1.8%;
}

.l-page-antiquev .broken h3,
.l-page-pocket .broken h3,
.l-page-grade .broken h3,
.l-page-complexity .broken h3,
.l-page-ladies .broken h3,
.l-page-rolex .broken h3 {
  margin: 0 auto 20px;
}

.l-page-antiquev .broken p,
.l-page-pocket .broken p,
.l-page-grade .broken p,
.l-page-complexity .broken p,
.l-page-ladies .broken p,
.l-page-rolex .broken p {
  margin: 0 auto 25px;
  text-align: center;
}

.l-page-antiquev .broken .module-link-btn a,
.l-page-pocket .broken .module-link-btn a,
.l-page-grade .broken .module-link-btn a,
.l-page-complexity .broken .module-link-btn a,
.l-page-ladies .broken .module-link-btn a,
.l-page-rolex .broken .module-link-btn a {
  margin: 0 auto;
}

.l-page-antiquev .broken .broken-pht,
.l-page-pocket .broken .broken-pht,
.l-page-grade .broken .broken-pht,
.l-page-complexity .broken .broken-pht,
.l-page-ladies .broken .broken-pht,
.l-page-rolex .broken .broken-pht {
  position: relative;
  display: table;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.l-page-antiquev .broken .broken-pht .txt,
.l-page-pocket .broken .broken-pht .txt,
.l-page-grade .broken .broken-pht .txt,
.l-page-complexity .broken .broken-pht .txt,
.l-page-ladies .broken .broken-pht .txt,
.l-page-rolex .broken .broken-pht .txt {
  position: absolute;
  bottom: 15px;
  width: 100%;
  background: #992122;
}

@media screen and (min-width: 641px) {

  .l-page-antiquev .broken .broken-pht .txt p,
  .l-page-pocket .broken .broken-pht .txt p,
  .l-page-grade .broken .broken-pht .txt p,
  .l-page-complexity .broken .broken-pht .txt p,
  .l-page-ladies .broken .broken-pht .txt p,
  .l-page-rolex .broken .broken-pht .txt p {
    margin: 0;
    font-size: 20px;
    color: #fff;
  }
}

.l-page-antiquev .reasons-select,
.l-page-pocket .reasons-select,
.l-page-grade .reasons-select,
.l-page-complexity .reasons-select,
.l-page-ladies .reasons-select,
.l-page-rolex .reasons-select {
  margin: 100px auto 90px;
  padding: 60px 0 40px;
  background: #f4f3f3;
}

.l-page-antiquev .reasons-select h3,
.l-page-pocket .reasons-select h3,
.l-page-grade .reasons-select h3,
.l-page-complexity .reasons-select h3,
.l-page-ladies .reasons-select h3,
.l-page-rolex .reasons-select h3 {
  margin: 0 auto 30px;
  text-align: center;
}

.l-page-antiquev .reasons-select h4,
.l-page-pocket .reasons-select h4,
.l-page-grade .reasons-select h4,
.l-page-complexity .reasons-select h4,
.l-page-ladies .reasons-select h4,
.l-page-rolex .reasons-select h4 {
  margin: 0;
  text-align: center;
}

.l-page-antiquev .reasons-select p,
.l-page-pocket .reasons-select p,
.l-page-grade .reasons-select p,
.l-page-complexity .reasons-select p,
.l-page-ladies .reasons-select p,
.l-page-rolex .reasons-select p {
  margin: 0 auto 15px;
  font-size: 11px;
  text-align: center;
}

.l-page-antiquev .reasons-select [class*="col-"],
.l-page-pocket .reasons-select [class*="col-"],
.l-page-grade .reasons-select [class*="col-"],
.l-page-complexity .reasons-select [class*="col-"],
.l-page-ladies .reasons-select [class*="col-"],
.l-page-rolex .reasons-select [class*="col-"] {
  margin: 0 auto 35px;
}

.l-page-antiquev .reasons-select .reasons-items-list,
.l-page-pocket .reasons-select .reasons-items-list,
.l-page-grade .reasons-select .reasons-items-list,
.l-page-complexity .reasons-select .reasons-items-list,
.l-page-ladies .reasons-select .reasons-items-list,
.l-page-rolex .reasons-select .reasons-items-list {
  margin: 0 auto;
  text-align: center;
}

.l-page-antiquev .reasons-select .reasons-items-list p,
.l-page-pocket .reasons-select .reasons-items-list p,
.l-page-grade .reasons-select .reasons-items-list p,
.l-page-complexity .reasons-select .reasons-items-list p,
.l-page-ladies .reasons-select .reasons-items-list p,
.l-page-rolex .reasons-select .reasons-items-list p {
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 1.4;
}

.l-page-antiquev .reasons-select .reasons-items-list small,
.l-page-pocket .reasons-select .reasons-items-list small,
.l-page-grade .reasons-select .reasons-items-list small,
.l-page-complexity .reasons-select .reasons-items-list small,
.l-page-ladies .reasons-select .reasons-items-list small,
.l-page-rolex .reasons-select .reasons-items-list small {
  display: block;
  font-size: 11px;
}

.l-page-antiquev .reasons-select .reasons-txt,
.l-page-pocket .reasons-select .reasons-txt,
.l-page-grade .reasons-select .reasons-txt,
.l-page-complexity .reasons-select .reasons-txt,
.l-page-ladies .reasons-select .reasons-txt,
.l-page-rolex .reasons-select .reasons-txt {
  font-size: 16px;
  margin: 0 0 30px;
}

.l-page-antiquev .customer-voice,
.l-page-pocket .customer-voice,
.l-page-grade .customer-voice,
.l-page-complexity .customer-voice,
.l-page-ladies .customer-voice,
.l-page-rolex .customer-voice {
  margin: 0 auto 40px;
}

.l-page-antiquev .customer-voice dl,
.l-page-pocket .customer-voice dl,
.l-page-grade .customer-voice dl,
.l-page-complexity .customer-voice dl,
.l-page-ladies .customer-voice dl,
.l-page-rolex .customer-voice dl {
  margin: 50px auto 0;
}

.l-page-antiquev .customer-voice dt,
.l-page-pocket .customer-voice dt,
.l-page-grade .customer-voice dt,
.l-page-complexity .customer-voice dt,
.l-page-ladies .customer-voice dt,
.l-page-rolex .customer-voice dt {
  position: relative;
  padding: 0 0 10px 60px;
  margin: 0 auto 15px;
  font-weight: bold;
  font-size: 21px;
  color: #000;
  border-bottom: 2px solid #333333;
  background: url(../img/module/customer_voice_icon.png) no-repeat 12px top;
}

.l-page-antiquev .customer-voice dt span,
.l-page-pocket .customer-voice dt span,
.l-page-grade .customer-voice dt span,
.l-page-complexity .customer-voice dt span,
.l-page-ladies .customer-voice dt span,
.l-page-rolex .customer-voice dt span {
  position: absolute;
  right: 20px;
  font-size: 24px;
}

.l-page-antiquev .customer-voice dd,
.l-page-pocket .customer-voice dd,
.l-page-grade .customer-voice dd,
.l-page-complexity .customer-voice dd,
.l-page-ladies .customer-voice dd,
.l-page-rolex .customer-voice dd {
  margin: 0 0 35px;
  font-size: 14px;
  color: #000;
}

.l-page-antiquev .bnr-page,
.l-page-pocket .bnr-page,
.l-page-grade .bnr-page,
.l-page-complexity .bnr-page,
.l-page-ladies .bnr-page,
.l-page-rolex .bnr-page {
  margin: 0 auto 30px;
  text-align: center;
}

.l-page-antiquev .bnr-page .border-btn,
.l-page-pocket .bnr-page .border-btn,
.l-page-grade .bnr-page .border-btn,
.l-page-complexity .bnr-page .border-btn,
.l-page-ladies .bnr-page .border-btn,
.l-page-rolex .bnr-page .border-btn {
  border: 2px solid #27120a;
  border-top: none;
}

.l-page-antiquev .bnr-page .bnr-btn,
.l-page-pocket .bnr-page .bnr-btn,
.l-page-grade .bnr-page .bnr-btn,
.l-page-complexity .bnr-page .bnr-btn,
.l-page-ladies .bnr-page .bnr-btn,
.l-page-rolex .bnr-page .bnr-btn {
  padding: 14px 15px;
  background: #fff;
}

.l-page-antiquev .bnr-page .bnr-btn:nth-child(2n),
.l-page-pocket .bnr-page .bnr-btn:nth-child(2n),
.l-page-grade .bnr-page .bnr-btn:nth-child(2n),
.l-page-complexity .bnr-page .bnr-btn:nth-child(2n),
.l-page-ladies .bnr-page .bnr-btn:nth-child(2n),
.l-page-rolex .bnr-page .bnr-btn:nth-child(2n) {
  border-right: 1px solid #27120a;
  border-left: 1px solid #27120a;
}

.l-page-antiquev .bnr-page .bnr-bg,
.l-page-pocket .bnr-page .bnr-bg,
.l-page-grade .bnr-page .bnr-bg,
.l-page-complexity .bnr-page .bnr-bg,
.l-page-ladies .bnr-page .bnr-bg,
.l-page-rolex .bnr-page .bnr-bg {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: url(../img/module/bnr_btn_arrow.png) no-repeat 95% center, url(../img/module/bnr_btn_bg.png) repeat-x left center;
}

.l-page-antiquev .bnr-page .bnr-bg a,
.l-page-pocket .bnr-page .bnr-bg a,
.l-page-grade .bnr-page .bnr-bg a,
.l-page-complexity .bnr-page .bnr-bg a,
.l-page-ladies .bnr-page .bnr-bg a,
.l-page-rolex .bnr-page .bnr-bg a {
  display: block;
  padding: 18px 0 16px;
  font-size: 23px;
  color: #fff;
}

.l-page-antiquev .bnr-page .bnr-bg a:hover,
.l-page-pocket .bnr-page .bnr-bg a:hover,
.l-page-grade .bnr-page .bnr-bg a:hover,
.l-page-complexity .bnr-page .bnr-bg a:hover,
.l-page-ladies .bnr-page .bnr-bg a:hover,
.l-page-rolex .bnr-page .bnr-bg a:hover {
  text-decoration: none;
}

.l-page-antiquev .module-link-btn a,
.l-page-pocket .module-link-btn a,
.l-page-grade .module-link-btn a,
.l-page-complexity .module-link-btn a,
.l-page-ladies .module-link-btn a,
.l-page-rolex .module-link-btn a {
  margin: 20px auto;
}

.l-page-pocket .h2-bg {
  padding: 136px 0 5px 0;
  height: 300px;
  background: url(../img/page/pocket/pocket_h2.png) no-repeat;
}

.l-page-pocket .h2-bg h2 {
  display: table;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  font-size: 34px;
  font-weight: bold;
  color: #230000;
  background: #fdfcce;
}

.l-page-pocket .h2-bg p {
  margin: 0 0 0 25px;
  width: 57%;
  font-size: 14px;
  color: #fff;
}

.l-page-antiquev .h2-bg {
  padding: 140px 0 0 25px;
  height: 300px;
  background: url(../img/page/antiquev/antiquev_h2_bg.png) no-repeat;
}

.l-page-antiquev .h2-bg h2 {
  padding: 0 25px 0 0;
  font-size: 21px;
  color: #fff;
}

.l-page-antiquev .h2-bg h1 {
  padding: 0 25px 0 0;
  font-size: 21px;
  color: #fff;
}

.l-page-antiquev .h2-bg p {
  padding: 0 25px 0 0;
  font-size: 14px;
  color: #fff;
}

.l-page-grade .h2-bg h2 {
  padding: 0 25px 0 0;
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  color: #eee0bd;
}

.l-page-grade .h2-bg p {
  padding: 0 25px 0 0;
  font-size: 14px;
  color: #fff;
}

.l-page-grade .h2-bg .txt-box {
  float: right;
  width: 59.6%;
}

.l-page-complexity .h2-bg {
  padding: 90px 0 0 25px;
  height: 300px;
  background: url(../img/page/complexity/complexity_h2_bg.png) no-repeat;
}

.l-page-complexity .h2-bg h2 {
  display: table;
  padding: 5px 0 3px;
  margin: 0 0 10px;
  width: 100%;
  max-width: 530px;
  font-size: 21px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  background: url(../img/page/complexity/complexity_subh2_bg.png) no-repeat;
}

.l-page-complexity .h2-bg p {
  margin: 0 0 0 15px;
  width: 45%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.l-page-complexity .h2-bg .txt-box {
  float: right;
  width: 59.6%;
}

/*==============================
page woirk
==============================*/
.l-page-work {
  margin: 0 auto -45px;
}

.l-page-work .work-h2 {
  margin: 200px auto 15px;
  display: table;
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  color: #2d2d2d;
  background: url(../img/module/headline_mainfood_h2_border.png) repeat-x left bottom;
}

.l-page-work .l-breadcrumbs {
  margin: 0 auto 60px;
}

.l-page-work .work-items-list [class*="col-"] {
  float: left;
  padding: 0 2.6%;
  margin: 0 auto 60px;
}

.l-page-work .work-items-list.row {
  margin: 0 -2.6%;
}

.l-page-work .work-items-list .data-txt {
  margin: 11px auto 20px;
  font-size: 16px;
}

.l-page-work .work-items-list .data-txt .type {
  width: 80px;
  display: inline-block;
  margin: 0 15px 0 0;
  text-align: center;
  color: #fff;
}

.l-page-work .work-items-list .data-txt .blue {
  background: #0a76b4;
}

.l-page-work .work-items-list .data-txt .yellow {
  background: #e59813;
}

.l-page-work .work-items-list .txt-red {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  color: #e10040;
}

/*==============================
page brand
==============================*/
.l-page-brand {
  margin: 0 auto -40px;
}

.l-page-brand [class*="col-"] {
  float: left;
  padding: 0 13.5px;
  margin: 0 auto 20px;
}

.l-page-brand p {
  margin: 0 auto 60px;
}

.l-page-brand p.head-txt {
  margin: -30px auto 60px;
}

.l-page-brand p .red-txt {
  color: #e10040;
  display: block;
}

.l-page-brand .h2-bg {
  padding: 100px 0 13px 0;
  text-align: center;
  background: url(../img/page/brand/brand_h2.png) no-repeat;
}

.l-page-brand .h2-bg h2 {
  font-size: 16px;
  font-family: "Century Gothic";
  color: #a80b10;
}

.l-page-brand .h2-bg li {
  display: table-cell;
  padding: 0 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.l-page-brand .h2-bg ul {
  display: table;
  margin: 0 auto;
}

.l-page-brand h3 {
  margin: 0 auto 30px;
}

.l-page-brand .table-list {
  margin: 0 auto 40px;
}

.l-page-brand .table-list ul {
  width: 1000px;
  margin: 0 104px;
}

.l-page-brand .table-list li {
  width: 10%;
  border-right: 1px solid #fff;
}

/*.l-page-brand .brand-items-list {
	margin: 0 -13.5px 40px;
}*/

.l-page-brand .brand-items-list {
  margin: 0 0 40px;
}

.l-page-brand .brand-items-list .brand-watch {
  position: relative;
}

.l-page-brand .brand-items-list .brand-watch img {
  width: 100%;
}

.l-page-brand .brand-items-list .brand-watch2 .txt {
  padding: 0 10px;
  box-sizing: border-box;
}

/*.l-page-work-brand .brand-items-list {
	margin: 0 -13.5px 40px;
}*/
.l-page-work-brand .brand-items-list .brand-watch {
  position: relative;
}

.l-page-work-brand .brand-items-list .brand-watch img {
  width: 100%;
}

.l-page-work-brand .brand-items-list .brand-watch2 {
  display: table;
  width: 100%;
  height: 115px;
  border: 1px solid #ccc;
}

.l-page-work-brand .brand-items-list .brand-watch2 .txt {
  height: 115px;
  padding: 0 10px;
  position: relative;
  box-sizing: border-box;
}

@media screen and (min-width: 641px) {
  .l-page-brand .brand-items-list .brand-watch p {
    display: table-cell;
    padding: 0 0 0 30%;
    font-size: 21px;
    line-height: 1.3;
    vertical-align: middle;
    color: #000;
  }

  .l-page-brand .brand-items-list .brand-watch p small {
    display: block;
    font-size: 14px;
  }

  .l-page-brand .brand-items-list .brand-watch .txt {
    position: absolute;
    top: 0;
    display: table;
    width: 100%;
    height: 100px;
    text-align: center;
  }

  .l-page-work-brand .brand-items-list .brand-watch p {
    display: table-cell;
    padding: 0 0 0 30%;
    font-size: 21px;
    line-height: 1.3;
    vertical-align: middle;
    color: #000;
  }

  .l-page-work-brand .brand-items-list .brand-watch p small {
    display: block;
    font-size: 14px;
  }

  .l-page-work-brand .brand-items-list .brand-watch .txt {
    position: absolute;
    top: 0;
    display: table;
    width: 100%;
    height: 100px;
    text-align: center;
  }

  .repurchase-img {
    margin-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap div:nth-of-type(5) div:nth-of-type(2) .col-3.col-m-6 {
    padding: 0 2px;
  }

  .l-page-brand .brand-items-list .brand-watch .txt {
    position: absolute;
    top: 13px;
    display: table;
    width: 100%;
    text-align: center;
  }

  .l-page-brand .brand-items-list .brand-watch .txt {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .l-page-brand .brand-items-list .brand-watch {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .l-page-brand .brand-items-list .brand-watch p {
    display: table-cell;
    padding: 0 0 0 30%;
    font-size: 16px;
    line-height: 1.3;
    vertical-align: middle;
    color: #000;
  }

  .l-page-brand .brand-items-list .brand-watch2 .txt {
    box-sizing: border-box;
  }

  .l-page-brand .brand-items-list .brand-watch2 .txt p {
    width: 100%;
    font-size: 18px;
    padding: 0;
    margin: 0;
  }

  .l-page-brand .brand-items-list .brand-watch p small {
    display: block;
    font-size: 12px;
  }

  .l-page-work-brand .brand-items-list .brand-watch .txt {
    position: absolute;
    top: 13px;
    display: table;
    width: 100%;
    text-align: center;
  }

  .l-page-work-brand .brand-items-list .brand-watch .txt {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .l-page-work-brand .brand-items-list .brand-watch {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
  }

  .l-page-work-brand .brand-items-list .brand-watch p {
    display: table-cell;
    padding: 0 0 0 30%;
    font-size: 16px;
    line-height: 1.3;
    vertical-align: middle;
    color: #000;
  }

  .l-page-work-brand .brand-items-list .brand-watch2 .txt {
    box-sizing: border-box;
  }

  .l-page-work-brand .brand-items-list .brand-watch2 .txt p {
    width: 100%;
    font-size: 18px;
    padding: 0;
    margin: 0;
  }

  .l-page-work-brand .brand-items-list .brand-watch p small {
    display: block;
    font-size: 12px;
  }
}

.l-page-brand .brand-items-list .brand-watch2 p {
  width: 207px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  letter-spacing: 2px;
  /* position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

.l-page-brand .brand-items-list .brand-watch2 p small {
  display: block;
  font-size: 13px;
  color: #000;
}

.l-page-work-brand .brand-items-list .brand-watch2 p {
  width: 207px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  letter-spacing: 2px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-page-work-brand .brand-items-list .brand-watch2 p small {
  display: block;
  font-size: 13px;
  color: #000;
}

/*==============================
page repurchase
==============================*/
.l-page-repurchase {
  text-align: center;
}

.l-page-repurchase .h1-bg {
  padding: 26px 0 15px 0;
  background: url(../img/page/repurchase/repurchase_h2.png) no-repeat left top;
}

.l-page-repurchase .h2-bg {
  padding: 26px 0 15px 0;
  background: url(../img/page/repurchase/repurchase_h2.png) no-repeat left top;
}

.l-page-repurchase .h1-bg h1 {
  margin: 0 0 15px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
}

.l-page-repurchase .h2-bg h2 {
  margin: 0 0 15px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
}

.l-page-repurchase .h1-bg h1 strong {
  font-size: 75px;
  color: #ffac10;
}

.l-page-repurchase .h2-bg h2 strong {
  font-size: 75px;
  color: #ffac10;
}

.l-page-repurchase .h1-bg p {
  display: block;
  font-size: 16px;
  color: #fff;
}

.l-page-repurchase .h2-bg p {
  display: block;
  font-size: 16px;
  color: #fff;
}

.l-page-repurchase h3 {
  padding: 30px 0;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
  background: #000;
}

.l-page-repurchase h4 {
  margin: 0 auto 29px;
  display: table;
  width: 100%;
  max-width: 517px;
  padding: 17px 0 20px;
  font-size: 36px;
  font-weight: bold;
  color: #000;
  border-top: 1px solid #131316;
  border-bottom: 1px solid #131316;
  line-height: 1.4;
}

.l-page-repurchase h4 strong {
  font-size: 52px;
  color: #d00031;
}

.l-page-repurchase h4 small {
  display: block;
  font-size: 20px;
}

.l-page-repurchase .banner {
  margin: -15px auto 0;
  position: relative;
}

.l-page-repurchase .banner ul {
  position: absolute;
  bottom: 23px;
  text-align: left;
  left: 264px;
}

.l-page-repurchase .banner ul li {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.l-page-repurchase .boximg2 {
  position: relative;
}

.l-page-repurchase .boximg2 p {
  position: absolute;
  top: 207px;
  display: table;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.l-page-repurchase .boximg3 {
  padding: 40px 120px 1px;
  margin: 0 auto;
  width: 940px;
  color: #fff;
  background: url(../img/page/repurchase/repurchase_pht_04.png) no-repeat left top;
}

.l-page-repurchase .boximg3 p {
  margin: 0;
  color: #fff;
  font-weight: bold;
}

.l-page-repurchase .boximg3 p.title {
  margin: 0 0 20px;
  font-size: 42px;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}

.l-page-repurchase .boximg3 p.sub {
  margin: 0 0 60px;
  font-size: 16px;
}

.l-page-repurchase .boximg3 ul {
  margin: 0 0 40px;
  text-align: left;
}

.l-page-repurchase .boximg3 ul li {
  margin: 0 0 15px;
  font-size: 16px;
}

.l-page-repurchase .item-box {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 20px 10px;
  border: 1px solid #131313;
  border-top: none;
  background: #fff;
}

.l-page-repurchase .bg {
  margin: 0 auto;
  padding: 0;
  background: url(../img/page/repurchase/repurchase_bg.png) repeat;
}

.l-page-repurchase .items-watch-inner {
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #cccccc;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
}

.l-page-repurchase .items-watch-inner .txt {
  padding: 15px 5px;
  background: url(../img/page/repurchase/repurchase_list_bg.png) no-repeat;
  background-size: cover;
}

.l-page-repurchase .items-watch-inner p {
  padding: 0 0 7px;
  margin: 0 auto 9px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  color: #2d2d2d;
  border-bottom: 1px solid #161822;
}

.l-page-repurchase .items-watch-inner .price {
  display: block;
  /*padding: 0 1em 0 0;*/
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #2d2d2d;
  line-height: 1.1;
  text-align: right;
}

@media screen and (min-width: 651px) {
  .l-page-repurchase .items-watch-inner .price .money {
    margin: 0 0 0 10px;
    font-size: 28px;
  }

  .l-page-repurchase .items-watch-inner .price.red {
    padding: 0;
    color: #e10040;
  }


}


@media screen and (max-width: 650px) {
  .l-page-repurchase .items-watch-inner .price .money {
    font-size: 28px;
    display: block;
  }

  .l-page-repurchase .items-watch-inner .price.red {
    padding: 0;
    color: #e10040;
  }


}


@media screen and (min-width: 651px) {
  .l-page-repurchase .contact-box {
    position: relative;
    margin: 30px auto 0;
    padding: 95px 28px 20px;
    max-width: 940px;
    text-align: left;
    border: 1px solid #040201;
    background: url(../img/page/repurchase/repurchase_contact_bg.png) no-repeat center top;
    background-size: cover;
    height: 525px;
  }
}


.l-page-repurchase .contact-box {
  position: relative;
  margin: 30px auto 0;
  padding: 95px 28px 20px;
  max-width: 940px;
  text-align: left;
  border: 1px solid #040201;
  background: url(../img/page/repurchase/repurchase_contact_bg.png) no-repeat center top;
  background-size: cover;
}

.l-page-repurchase .contact-box p.title {
  position: absolute;
  top: 20px;
  margin: 0;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
}

.l-page-repurchase .contact-box ul {
  margin: 0 0 42px;
  max-width: 300px;
}

.l-page-repurchase .contact-box ul li {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.l-page-repurchase .contact-box ul li a {
  display: table;
  padding: 14px 20px 10px;
  width: 100%;
  color: #fff;
  border-radius: 5px;
}

.l-page-repurchase .contact-box ul li a.btn1 {
  background: #d72838 url(../img/page/repurchase/repurchase_btn_arrow.png) no-repeat 96% center;
}

.l-page-repurchase .contact-box ul li a.btn2 {
  background: #7abb09 url(../img/page/repurchase/repurchase_btn_arrow.png) no-repeat 96% center;
}

.l-page-repurchase .contact-box ul li a.btn3 {
  background: #f79617 url(../img/page/repurchase/repurchase_btn_arrow.png) no-repeat 96% center;
}

.l-page-repurchase .contact-box address {
  height: 525px;
  padding: 0 0 5px 55px;
  float: left;
  margin: 0 39px 0 0;
  line-height: 1;
  background: url(../img/page/repurchase/repurchase_address_bg.png) no-repeat left top;
}

.l-page-repurchase .contact-box address .num {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
}

.l-page-repurchase .contact-box address .time {
  margin: 0 0 15px;
  font-size: 11px;
  letter-spacing: 2.6px;
}

.l-page-repurchase .contact-box address .email {
  margin: 0 0 17px;
  font-size: 16px;
  font-weight: bold;
}

.l-page-repurchase .contact-box address .pin {
  font-size: 13px;
  line-height: 1.4;
}

.l-page-repurchase .contact-box address span {
  display: block;
  color: #222;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
}

.l-page-repurchase .contact-box iframe {
  float: left;
  width: 310px;
  height: 150px;
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 640px) {
  .l-page-repurchase h3 {
    padding: 15px 0;
    font-size: 18px;
  }

  .l-page-repurchase h4 {
    margin: 0 auto 20px;
    max-width: 100%;
    padding: 12px 0 15px;
    font-size: 18px;
  }

  .l-page-repurchase h4 strong {
    font-size: 26px;
    color: #d00031;
  }

  .l-page-repurchase h4 small {
    display: block;
    font-size: 12px;
  }
}

/*==============================
page repurchase
==============================*/
.l-page-speed {
  margin: 0 auto 30px;
}

.l-page-speed .h1-bg {
  padding: 33px 0 39px 85px;
  background: url(../img/page/speed/speed_h2.png) no-repeat;
}

.l-page-speed .h2-bg {
  padding: 33px 0 39px 85px;
  background: url(../img/page/speed/speed_h2.png) no-repeat;
}

.l-page-speed .h1-bg .txt-box {
  width: 425px;
  text-align: center;
}

.l-page-speed .h2-bg .txt-box {
  width: 425px;
  text-align: center;
}

.l-page-speed .h1-bg h1 {
  font-size: 46px;
  font-weight: bold;
  color: #0a76b4;
}

.l-page-speed .h2-bg h2 {
  font-size: 46px;
  font-weight: bold;
  color: #0a76b4;
}

.l-page-speed .h1-bg span {
  padding: 10px 0 8px;
  margin: 0;
  font-size: 18px;
  color: #0a76b4;
  letter-spacing: 3px;
  border-top: 1px solid #0a76b4;
  border-bottom: 1px solid #0a76b4;
  display: block;
}

.l-page-speed .h2-bg p {
  padding: 10px 0 8px;
  margin: 0;
  font-size: 18px;
  color: #0a76b4;
  letter-spacing: 3px;
  border-top: 1px solid #0a76b4;
  border-bottom: 1px solid #0a76b4;
}

.l-page-speed h3 {
  margin: 0 auto 30px;
}

.l-page-speed .headline-speed-h3 {
  margin: 20px auto 20px;
  display: none;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  color: #2d2d2d;
  text-align: center;
  background: url(../img/module/headline_mainfood_h2_border.png) repeat-x left bottom;
}

.l-page-speed .speed-head {
  margin: 0 auto 60px;
}

.l-page-speed .speed-headtxt {
  float: left;
}

.l-page-speed .speed-headtxt p {
  margin: 0 auto 30px;
}

.l-page-speed .speed-headtxt a {
  display: block;
  margin: 0 auto 60px;
  text-decoration: underline;
  color: #0a76b4;
}

.l-page-speed .speed-headtxt a:hover {
  text-decoration: none;
}

.l-page-speed .speed-menu {
  float: right;
}

.l-page-speed .speed-menu li {
  margin: 0 0 9px;
}

.l-page-speed .speed-menu li a {
  display: table;
  width: 100%;
  padding: 15px 25px 13px 90px;
  font-size: 19px;
  color: #0a76b4;
}

.l-page-speed .speed-menu .btn1 {
  border-right: 1px solid #ccc;
  background: url(../img/page/speed/speed_btn_icon_01.png) no-repeat left center, url(../img/page/speed/speed_btn_bg.png) repeat-x left center;
}

.l-page-speed .speed-menu .btn2 {
  border-right: 1px solid #ccc;
  background: url(../img/page/speed/speed_btn_icon_02.png) no-repeat left center, url(../img/page/speed/speed_btn_bg.png) repeat-x left center;
}

.l-page-speed .speed-menu .btn3 {
  border-right: 1px solid #ccc;
  background: url(../img/page/speed/speed_btn_icon_03.png) no-repeat left center, url(../img/page/speed/speed_btn_bg.png) repeat-x left center;
}

/*==============================
page store
==============================*/
.l-page-store h3,
.l-page-delivery h3 {
  margin: 0 auto 30px;
  text-align: center;
}

.l-page-store h3.store-guide,
.l-page-delivery h3.store-guide {
  margin: 0 auto 30px;
}

.l-page-store h4.headline-h4,
.l-page-delivery h4.headline-h4 {
  padding: 0 15px;
  font-size: 26px;
  color: #fff;
  background: #000;
}

.l-page-store p {
  margin: 0 auto 30px;
}

.l-page-delivery p {
  margin: 0 auto 30px;
}

.l-page-store .head-txt,
.l-page-delivery .head-txt {
  margin: 0 auto 60px;
}

.l-page-store .head-txt .col-66,
.l-page-delivery .head-txt .col-66 {
  padding: 0 4% 0 0;
  width: 60%;
}

.l-page-store .head-txt .col-44,
.l-page-delivery .head-txt .col-44 {
  width: 40%;
}

.l-page-store .head-txt p,
.l-page-delivery .head-txt p {
  margin: 0 auto 20px;
}

.l-page-store .title,
.l-page-delivery .title {
  font-size: 12px;
}

.l-page-store .title p,
.l-page-delivery .title p {
  line-height: 1;
}

.l-page-store .title p.en-txt,
.l-page-delivery .title p.en-txt {
  margin: 0;
  font-size: 14px;
  color: #b8a35f;
}

.l-page-store .title p.title-txt,
.l-page-delivery .title p.title-txt {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

.l-page-store .center,
.l-page-delivery .center {
  text-align: center;
}

.l-page-store .txt-box,
.l-page-delivery .txt-box {
  max-width: 600px;
}

.l-page-store .txt-box .title,
.l-page-delivery .txt-box .title {
  padding: 0 0 11px;
  margin: 0 auto 20px;
  border-bottom: 2px solid #131316;
}

.l-page-store .txt-box .title p,
.l-page-delivery .txt-box .title p {
  margin: 11px 0 0;
}

.l-page-store .bnr-box,
.l-page-delivery .bnr-box {
  margin: 0 auto 30px;
  padding: 10px 60px;
  background: #5b6782;
}

.l-page-store .bnr-box img,
.l-page-delivery .bnr-box img {
  margin: 8px 0 0 0;
}

.l-page-store .bnr-box .txt,
.l-page-delivery .bnr-box .txt {
  max-width: 527px;
  margin: 7px 0 0 0;
  color: #fff;
  letter-spacing: -0.01em;
}

.l-page-store .bnr-box p.title,
.l-page-delivery .bnr-box p.title {
  display: table;
  margin: 20px 0 0 0;
  padding: 2px 20px 2px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-right: 2px solid #fff;
}

.l-page-store .txt-img,
.l-page-delivery .txt-img {
  margin: 0 0 40px;
  text-align: center;
}

.l-page-store .txt-img p,
.l-page-delivery .txt-img p {
  margin: 0;
  font-size: 36px;
  color: #2d2d2d;
}

.l-page-store .row-headline,
.l-page-delivery .row-headline {
  padding: 60px 0 23px;
  text-align: center;
  background: #fff;
}

.l-page-store .row-headline:after,
.l-page-delivery .row-headline:after {
  display: block;
  position: relative;
  bottom: -60px;
  width: 100%;
  min-width: 1050px;
  height: 37px;
  content: "\00a0";
  background: url(../img/page/store/store_arrow.png) no-repeat center bottom;
}

.l-page-store .row-headline h3.headline-title,
.l-page-delivery .row-headline h3.headline-title {
  position: relative;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.l-page-store .row-headline h3.headline-title i,
.l-page-delivery .row-headline h3.headline-title i {
  position: relative;
  top: -3px;
  margin: 0 20px 0 0;
}

.l-page-store .row-headline .subimg,
.l-page-delivery .row-headline .subimg {
  position: absolute;
  right: 88px;
  bottom: 10px;
}

.l-page-store .mb-89,
.l-page-delivery .mb-89 {
  margin: 0 0 89px;
}

.l-page-store .row-container,
.l-page-delivery .row-container {
  padding: 60px 0;
  background: url(../img/page/store/store_bg_03.png) repeat;
  min-width: 1050px;
}

.l-page-store .row-container .step-img,
.l-page-delivery .row-container .step-img {
  text-align: center;
}

.l-page-store .row-container p,
.l-page-delivery .row-container p {
  margin: 0 0 40px;
}

.l-page-store .row-container p.txt-bold,
.l-page-delivery .row-container p.txt-bold {
  font-weight: bold;
  font-size: 16px;
}

.l-page-store .row-container p.txt-title,
.l-page-delivery .row-container p.txt-title {
  font-size: 18px;
}

.delivery-step-title {
  font-size: 18px !important;
  font-weight: 600;
}

.l-page-store .step1 p,
.l-page-delivery .step1 p {
  margin: 30px auto 25px;
}

.l-page-store .step1 .mt-20,
.l-page-delivery .step1 .mt-20 {
  margin: 0 auto 20px;
}

.l-page-store .address-box dl,
.l-page-store .address-box li,
.l-page-delivery .address-box dl,
.l-page-delivery .address-box li {
  font-size: 14px;
  color: #333;
}

.l-page-store .address-box dl,
.l-page-delivery .address-box dl {
  margin: 0 0 15px;
}

.l-page-store .address-box dt,
.l-page-delivery .address-box dt {
  display: table-cell;
  vertical-align: top;
  width: 75px;
}

.l-page-store .address-box dd,
.l-page-delivery .address-box dd {
  display: table-cell;
}

.l-page-store .address-box dd:before,
.l-page-delivery .address-box dd:before {
  content: ":";
}

.l-page-store .address-box ul li,
.l-page-delivery .address-box ul li {
  margin: 0 auto 40px;
  line-height: 1.9;
}

.l-page-store .address-box ul li li,
.l-page-delivery .address-box ul li li {
  margin: 0;
}

.l-page-store .address-box a,
.l-page-delivery .address-box a {
  display: block;
  margin: -40px 0 0 0;
  text-decoration: underline;
  color: #0a76b4;
}

.l-page-store .address-box a:hover,
.l-page-delivery .address-box a:hover {
  text-decoration: none;
}

.l-page-store .address-box .sp-map,
.l-page-delivery .address-box .sp-map {
  display: none;
}

@media only screen and (max-width: 640px) {

  .l-page-store h4.headline-h4,
  .l-page-delivery h4.headline-h4 {
    padding: 5px 15px;
    font-size: 13px;
  }

  .l-page-store .txt-img,
  .l-page-delivery .txt-img {
    margin: 0 0 20px;
  }

  .l-page-store .txt-img p,
  .l-page-delivery .txt-img p {
    margin: 0;
    font-size: 18px;
    color: #2d2d2d;
  }
}

/*==============================
page delivery
==============================*/
.l-page-delivery h4.headline-h4 {
  background: #555;
}

.l-page-delivery .h1-bg {
  padding: 38px 0 25px 50px;
  background: url(../img/page/delivery/delivery_h2.png) no-repeat;
}

.l-page-delivery .h2-bg {
  padding: 38px 0 25px 50px;
  background: url(../img/page/delivery/delivery_h2.png) no-repeat;
}

.l-page-delivery .h1-bg h1 {
  width: 530px;
  font-size: 46px;
  font-weight: bold;
  color: #0a76b4;
  text-align: center;
}

.l-page-delivery .h2-bg h2 {
  width: 530px;
  font-size: 46px;
  font-weight: bold;
  color: #0a76b4;
  text-align: center;
}

.l-page-delivery .h1-bg h1 span {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
  font-weight: normal;
  width: max-content;
  display: table;
  padding: 15px 0;
  margin: 0;
  font-size: 16px;
  color: #0a76b4;
  border-top: 1px solid #0a76b4;
  border-bottom: 1px solid #0a76b4;
}

.l-page-delivery .h1-bg p {
  display: table;
  padding: 15px 0;
  margin: 0;
  font-size: 16px;
  color: #0a76b4;
  border-top: 1px solid #0a76b4;
  border-bottom: 1px solid #0a76b4;
}

.l-page-delivery .h2-bg p {
  display: table;
  padding: 15px 0;
  margin: 0;
  font-size: 16px;
  color: #0a76b4;
  border-top: 1px solid #0a76b4;
  border-bottom: 1px solid #0a76b4;
}

.l-page-delivery .bnr-box-bg {
  position: relative;
  padding: 52px 0 31px 0;
  background: url(../img/page/delivery/delivery_bnr.png) no-repeat;
}

.l-page-delivery .bnr-box-bg p {
  margin: 0;
  line-height: 1.3;
  color: #131316;
}

.l-page-delivery .bnr-box-bg p.type {
  position: absolute;
  top: 97px;
  left: 52px;
  font-size: 22px;
  color: #fff;
}

.l-page-delivery .bnr-box-bg p.type strong {
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.l-page-delivery .bnr-box-bg p.headtitle {
  padding: 0 0 10px 200px;
  font-size: 32px;
  font-weight: bold;
}

.l-page-delivery .bnr-box-bg p.sub-txt {
  margin: 0 0 8px;
  padding: 0 0 0 210px;
  font-size: 13px;
}

.l-page-delivery .bnr-box-bg ul {
  padding: 0 0 0 80px;
  overflow: hidden;
}

.l-page-delivery .bnr-box-bg ul li {
  padding: 21px 0 16px 0;
  width: 270px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}

.l-page-delivery .bnr-box-bg ul li .blue {
  display: block;
  font-size: 21px;
  color: #0a76b4;
}

.l-page-delivery .bnr-box-bg ul li+li {
  margin: 0 0 0 15.5px;
}

.l-page-delivery .formheadline {
  margin: 89px auto 30px;
}

.l-page-delivery .delivery-step-txt .delivery-step-title {
  margin: 0 0 40px;
  font-size: 18px;
  font-weight: bold;
}

.l-page-delivery .delivery-img {
  padding: 0 28px 0 0;
  text-align: right;
}

.l-page-delivery .delivery-steplist {
  max-width: 840px;
  margin: 65px auto 0;
  text-align: center;
}

.l-page-delivery .delivery-steplist li {
  float: left;
  width: 33.33%;
  padding: 0 6px;
}

.l-page-delivery .delivery-steplist .steplist-img {
  position: relative;
  text-align: center;
}

.l-page-delivery .delivery-steplist .steplist-img p {
  position: absolute;
  top: 108px;
  display: table;
  width: 100%;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #86c325;
}

.l-page-delivery .delivery-steplist .steplist-img p small {
  display: block;
  font-size: 21px;
  color: #333;
}

.l-page-delivery .delivery-formtitle {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #333;
}

.l-page-delivery .delivery-formnote {
  margin: 0 0 60px;
  padding: 25px;
  border: 4px solid #f0f1f3;
}

.l-page-delivery .delivery-formnote .title {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  color: #598fd1;
}

.l-page-delivery .delivery-formnote li {
  font-size: 14px;
  color: #333;
}

.l-page-store .h1-bg {
  padding: 33px 0 39px 168px;
  background: url(../img/page/store/store_h2.png) no-repeat;
}

.l-page-store .h2-bg {
  padding: 33px 0 39px 168px;
  background: url(../img/page/store/store_h2.png) no-repeat;
}

@media screen and (min-width: 651px) {
  .l-page-store .h1-bg {
    width: 1000px;
    height: 200px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 651px) {
  .l-page-store .h2-bg {
    width: 1000px;
    height: 200px;
    box-sizing: border-box;
  }
}

.l-page-store .h1-bg .txt-box {
  width: 295px;
  text-align: center;
}

.l-page-store .h2-bg .txt-box {
  width: 295px;
  text-align: center;
}

.l-page-store .h1-bg h1 {
  font-size: 46px;
  font-weight: bold;
  color: #0a76b4;
}

.l-page-store .h2-bg h2 {
  font-size: 46px;
  font-weight: bold;
  color: #0a76b4;
}

.l-page-store .h1-bg h1 span {
  padding: 10px 0 8px;
  margin: 0;
  font-size: 18px;
  color: #0a76b4;
  border-top: 1px solid #0a76b4;
  border-bottom: 1px solid #0a76b4;
}

.l-page-store .h1-bg p {
  padding: 10px 0 8px;
  margin: 0;
  font-size: 18px;
  color: #0a76b4;
  border-top: 1px solid #0a76b4;
  border-bottom: 1px solid #0a76b4;
}

.l-page-store .h2-bg p {
  padding: 10px 0 8px;
  margin: 0;
  font-size: 18px;
  color: #0a76b4;
  border-top: 1px solid #0a76b4;
  border-bottom: 1px solid #0a76b4;
}

.l-page-store .store-img2 {
  position: relative;
  display: table;
  margin: 0 auto;
}

.l-page-store .store-img2 ul {
  position: absolute;
  right: 5px;
  bottom: 10px;
  text-align: left;
}

.l-page-store .store-img2 ul li {
  font-size: 12px;
  color: #333;
}

.l-page-store .store-box2 {
  padding: 29px 0 25px 0;
  background: url(../img/page/store/store_preparation.png) no-repeat;
  background-position: center;
}

.l-page-store .store-box2 h5 {
  display: table;
  width: 290px;
  margin: 0 auto 12px;
  font-size: 24px;
  font-weight: bold;
  color: #0a76b4;
  background: url(../img/page/store/store_preparation_title_bg.png) no-repeat left 18px, url(../img/page/store/store_preparation_title_bg.png) no-repeat right 18px;
}

.l-page-store .store-box2 ul {
  display: table;
  margin: 0 auto;
}

.l-page-store .store-box2 li {
  display: table-cell;
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.l-page-store .bnr-box-bg {
  position: relative;
  padding: 52px 0 32px 0;
  background: url(../img/page/store/store_bnr.png) no-repeat;
}

.l-page-store .bnr-box-bg p {
  margin: 0;
  line-height: 1.3;
  color: #131316;
}

.l-page-store .bnr-box-bg p.type {
  position: absolute;
  top: 97px;
  left: 52px;
  font-size: 22px;
  color: #fff;
}

.l-page-store .bnr-box-bg p.type strong {
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.l-page-store .bnr-box-bg p.headtitle {
  padding: 0 0 10px 200px;
  font-size: 32px;
  font-weight: bold;
}

.l-page-store .bnr-box-bg p.sub-txt {
  margin: 0 0 26px;
  padding: 0 0 0 210px;
  font-size: 13px;
}

.l-page-store .bnr-box-bg ul {
  padding: 0 0 0 72px;
}

.l-page-store .bnr-box-bg ul li {
  padding: 9px 0 16px 0;
  width: 200px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}

.l-page-store .bnr-box-bg ul li .blue {
  display: block;
  font-size: 19px;
  color: #0a76b4;
}

.l-page-store .bnr-box-bg ul li+li {
  margin: 0 0 0 20px;
}

[class*="l-page-"] .form-table input[type="text"] {
  padding: 0 12px;
  height: 40px;
  vertical-align: middle;
  border: 1px solid #ccc;
}

[class*="l-page-"] .form-table input[type="text"].long {
  max-width: 535px;
}

[class*="l-page-"] .form-table textarea {
  padding: 12px;
  resize: none;
  height: 100px;
  width: 100%;
  max-width: 500px;
  vertical-align: middle;
  border: 1px solid #ccc;
}

/*==============================
page blog
==============================*/
.l-page-blog .blog-main {
  padding: 0 0 60px 0;
}

.l-page-blog .blog-main h3 {
  padding: 21px 0 21px 21px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background: #eaeaea;
}

.l-page-blog .blog-main li {
  margin: 0 0 59px 0;
}

.l-page-blog .blog-promote {
  padding: 0 0 17px 0;
}

.l-page-blog .blog-promote img {
  padding: 0 0 13px 0;
}

.l-page-blog p {
  font-size: 15px;
  line-height: 2;
  color: #000;
}

.l-page-blog .blog-date {
  padding: 23px 0 20px 0;
}

.l-page-blog .blog-img {
  float: left;
  width: 356px;
}

.l-page-blog .blog-detail {
  float: right;
  width: 379px;
}

.l-page-blog .blog-btn {
  float: right;
  padding: 20px 0 0 0;
}

.l-page-blog .smallbox-sp {
  margin: 20px auto 0;
  padding: 0 20px;
}

.l-page-blog .smallbox-sp dl {
  margin: 0 0 16px 0;
  border-bottom: 1px dotted #666;
  background: url(../img/page/blog/sp_blog_arrow.png) 100% 40% no-repeat;
  -webkit-background-size: 7.5px 12.5px;
  background-size: 7.5px 12.5px;
}

.l-page-blog .smallbox-sp dl dt {
  display: inline-block;
  padding: 0 12px 15px 0;
  vertical-align: top;
  width: 22%;
}

.l-page-blog .smallbox-sp dl dd {
  display: inline-block;
  margin: -5px 0 15px 0;
  vertical-align: top;
  font-size: 10px;
  color: #000;
}

.l-page-blog .smallbox-sp dl a {
  display: block;
  text-decoration: none;
}

.l-page-blog .smallbox-sp dl span {
  display: block;
  font-size: 12px;
  text-decoration: underline;
}

.l-page-blog .smallbox-sp ul {
  padding: 10px 0 52px 0;
  text-align: center;
}

.l-page-blog .smallbox-sp ul li {
  display: inline-block;
  margin: 0 9px 9px 0;
  width: 30px;
  font-size: 12px;
  text-align: center;
  border: 2px solid #333333;
}

.l-page-blog .smallbox-sp ul li:first-child {
  background: #000;
}

.l-page-blog .smallbox-sp ul li:first-child a {
  color: #fff;
}

.l-page-blog .smallbox-sp ul li:nth-child(5) {
  border: none;
  margin: 0 0 0 -12px;
}

.l-page-blog .smallbox-sp ul a {
  display: block;
  padding: 3px 0;
  text-decoration: none;
}

/*==============================
page blog-single
==============================*/
.l-page-blog-single h3 {
  padding: 21px 0 21px 21px;
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background: #eaeaea;
}

.l-page-blog-single p {
  margin: 30px 0 30px;
  font-size: 15px;
  line-height: 1.9;
  color: #000;
}

.l-page-blog-single .single-box {
  margin: 0 0 80px;
}

.l-page-blog-single .pagination-list {
  margin: 0 auto;
  max-width: 412px;
  text-align: center;
}

.l-page-blog-single .pagination-list li {
  width: 20%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #ececec;
}

.l-page-blog-single .pagination-list a {
  display: block;
  padding: 13px 0;
  font-size: 14px;
}

.l-page-blog-single .pagination-list .prev {
  width: 40%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: url(../img/page/blog-single/blog_single_prev.png) no-repeat 5% center;
}

.l-page-blog-single .pagination-list .next {
  width: 40%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: url(../img/page/blog-single/blog_single_next.png) no-repeat 95% center;
}

/*==============================
page work brand
==============================*/
.l-page-work-brand {
  color: #2d2d2d;
}

.l-page-work-brand .brand-bnr {
  margin: 0 0 60px;
}

.l-page-work-brand .brand-bnr .brand-bg {
  padding: 43px 0 46px 129px;
  background: url(../img/page/work-brand/work_brand_bnr_bg.png) no-repeat;
}

.l-page-work-brand .brand-bnr .title {
  margin: 0;
  font-size: 42px;
  color: #fff;
  line-height: 1.4;
}

.l-page-work-brand .brand-bnr .title small {
  display: block;
  font-size: 24px;
}

.l-page-work-brand .brand-pht {
  float: left;
  width: 250px;
  margin: 0 auto 10px;
}

.l-page-work-brand .brand-txt {
  float: right;
  width: 100%;
  max-width: 460px;
}

.l-page-work-brand .brand-txt p {
  margin: 0 0 20px;
}

.l-page-work-brand .brand-txt .title {
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.l-page-work-brand .gray_space .black_big {
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.l-page-work-brand .brand-btnbox {
  margin: 0 0 60px;
  height: 79px;
  background: url(../img/page/work-brand/work_brand_txt.png) no-repeat;
}

.l-page-work-brand .brand-btnbox a {
  float: right;
}

.l-page-work-brand .sp-btn {
  margin: 20px 0 60px 0;
}

.l-page-work-brand .brand-btn-list {
  margin: 0 -10px 40px;
  text-align: center;
}

.l-page-work-brand .brand-btn-list li {
  padding: 10px;
}

.l-page-work-brand .brand-btn-list .btn-bg {
  display: table;
  width: 100%;
  height: 89px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0065a3;
  background: url(../img/page/work-brand/work_brand_btn_arrow.png) no-repeat center 88%, url(../img/page/work-brand/work_brand_btn_bg.png) repeat-x left center;
}

.l-page-work-brand .brand-btn-list a {
  display: table-cell;
  padding: 0 0 10px;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}

.l-page-work-brand .brand-btn-list a small {
  display: block;
  font-size: 14px;
}

.l-page-work-brand .work-bran-itmelist {
  text-align: center;
}

.l-page-work-brand .work-bran-itmelist.row {
  margin: 0 -2.6%;
}

.l-page-work-brand .work-bran-itmelist [class*="col-"] {
  padding: 0 2.6% 20px;
}

.l-page-work-brand .work-bran-itmelist .pht {
  margin: 0 0 20px;
}

.l-page-work-brand .work-bran-itmelist p {
  margin: 0 0 15px;
  font-size: 12px;
  color: #2d2d2d;
}

.l-page-work-brand .work-bran-itmelist .red-txt {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #e10040;
}

.l-page-work-brand .work-note {
  margin: 0 0 60px;
  padding: 30px;
  background: #ddd;
}

.l-page-work-brand .work-note .title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.l-page-work-brand .work-note ul:not(:last-child) {
  margin: 0 0 30px;
}

.l-page-work-brand .work-note li {
  font-size: 14px;
  color: #2d2d2d;
}

.l-page-work-brand .work-note .red-txt {
  color: #e10040;
}

.l-page-work-brand dl {
  margin: 0 0 15px;
}

/*.l-page-work-brand dl dt {
	font-weight: bold;
	color: #2d2d2d;
}*/
.l-page-work-brand dl dd {
  /*margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #cccccc;*/
  font-size: 14px;
  color: #2d2d2d;
}

.promotion-price {
  color: red !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.l-page-work-brand .work-brandlink {
  margin: 0 0 40px;
}

.l-page-work-brand .work-brandlink a {
  font-size: 14px;
  color: #0a76b4;
  text-decoration: underline;
}

.l-page-work-brand .work-brandlink a:hover {
  text-decoration: none;
}

/*==============================
page work detail
==============================*/
.l-page-work-detail .work-detail-info {
  margin: 0 0 30px;
}

.l-page-work-detail .work-detail-info .work-detail-info-pic {
  float: left;
  width: 250px;
}

.alignleft {
  float: left;
  width: 100%;
  margin-right: 30px;
}

/*
.alignleft {
	float: left;
	width: 250px;
	margin-right: 30px;
}
*/

.alignright {
  float: left;
  width: 250px;
  margin-right: 30px;
}

.l-page-work-detail .work-detail-info .work-detail-info-txt {
  float: right;
  width: 100%;
  max-width: 460px;
}

.l-page-work-detail .work-detail-info .work-detail-info-txt .pc-txt {
  font-size: 14px;
  line-height: 23px;
}

.l-page-work-detail .work-detail-info .work-detail-info-txt .list {
  margin: -5px 0 15px;
  font-size: 16px;
  line-height: 30px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.l-page-work-detail .work-detail-info .work-detail-info-txt .date {
  margin: 0 0 15px;
  font-size: 16px;
}

.l-page-work-detail .work-detail-info .work-detail-info-txt .date span {
  margin: 0 16px 0 0;
  text-align: center;
  padding: 7px 20px 5px;
  background: #0a76b4;
  color: #fff;
}

.l-page-work-detail .work-detail-info .work-detail-info-txt .title {
  margin: 0 0 0;
  font-size: 20px;
  font-weight: bold;
  color: #e10040;
}

.red_big {
  margin: 0 0 0;
  font-size: 20px;
  font-weight: bold;
  color: #e10040;
}

.l-page-work-detail .detail-btn {
  margin: 0 0 60px;
}

.l-page-work-detail .sp-txt {
  margin: 0 auto 20px;
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .l-page-work-detail .work-detail-info {
    margin: 0 0 25px;
  }

  .l-page-work-detail .work-detail-info .work-detail-info-pic {
    float: left;
    width: 44%;
  }

  .alignleft {
    float: left;
    width: 44%;
  }

  .alignright {
    float: left;
    width: 44%;
  }

  .l-page-work-detail .work-detail-info .work-detail-info-txt {
    float: right;
    width: 100%;
    max-width: 50%;
  }

  .l-page-work-detail .work-detail-info .work-detail-info-txt .list {
    font-size: 12px;
  }

  .l-page-work-detail .work-detail-info .work-detail-info-txt .title {
    font-size: 14px;
    margin: 0;
  }

  .l-page-work-detail .work-detail-info .work-detail-info-txt .date {
    font-size: 10px;
  }

  .l-page-work-detail .work-detail-info .work-detail-info-txt .date span {
    margin: 0 10px 0 0;
    padding: 4px 10px 3px;
  }

  .l-page-work-detail .detail-btn {
    margin: 0 auto 30px;
  }
}

.l-page-work-detail h2.headline-mainfood-h2,
.l-page-work-brand h2.headline-mainfood-h2 {
  max-width: 100%;
  font-size: 36px;
  text-align: left;
}

.l-page-work-detail h2.headline-mainfood-h2.center,
.l-page-work-brand h2.headline-mainfood-h2.center {
  text-align: center;
}

.l-page-work-detail h1.headline-mainfood-h2,
.l-page-work-brand h1.headline-mainfood-h2 {
  max-width: 100%;
  font-size: 30px;
  text-align: left;
}

.l-page-work-detail h1.headline-mainfood-h2.center,
.l-page-work-brand h1.headline-mainfood-h2.center {
  text-align: center;
}

.l-page-work-detail h3,
.l-page-work-brand h3 {
  margin: 0 0 30px;
  padding: 13px 25px;
  font-size: 18px;
  text-align: left;
  color: #fff;
  background: #333;
}

.blackmidashi {
  margin: 30px 0 30px;
  padding: 13px 25px;
  font-size: 18px;
  text-align: left;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #333;
  clear: both;
}

.soubamidashi {
  margin: 0px;
  padding: 13px 25px;
  font-size: 18px;
  text-align: left;
  color: #fff;
  background: #333;
  clear: both;
}

.l-page-work-detail .work-items-list [class*="col-"],
.l-page-work-brand .work-items-list [class*="col-"] {
  float: left;
  padding: 0 1.6%;
  margin: 0 auto 30px;
}

.l-page-work-detail .work-items-list.row,
.l-page-work-brand .work-items-list.row {
  margin: 0 -2.6%;
}

.l-page-work-detail .work-items-list .data-txt,
.l-page-work-brand .work-items-list .data-txt {
  margin: 11px auto 7px;
  font-size: 12px;
}

.l-page-work-detail .work-items-list .data-txt .type,
.l-page-work-brand .work-items-list .data-txt .type {
  width: 60px;
  display: inline-block;
  margin: 0 15px 0 0;
  text-align: center;
  color: #fff;
}

.l-page-work-detail .work-items-list .data-txt .blue,
.l-page-work-brand .work-items-list .data-txt .blue {
  background: #0a76b4;
}

.l-page-work-detail .work-items-list .data-txt .yellow,
.l-page-work-brand .work-items-list .data-txt .yellow {
  background: #e59813;
}

.l-page-work-detail .work-items-list .txt-red,
.l-page-work-brand .work-items-list .txt-red {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  color: #e10040;
}

.l-page-work-detail .work-items-list p,
.l-page-work-brand .work-items-list p {
  font-size: 12px;
}

.l-page-work-detail .work-rolex-btn,
.l-page-work-brand .work-rolex-btn {
  text-align: center;
  background: url(../img/module/work_btn_arrow.png) no-repeat 97% center;
}

.l-page-work-detail .work-rolex-btn a,
.l-page-work-brand .work-rolex-btn a {
  display: block;
  padding: 25px 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  border: 2px solid #0b0306;
}

@media only screen and (max-width: 640px) {

  .l-page-work-detail h2.headline-mainfood-h2,
  .l-page-work-brand h2.headline-mainfood-h2 {
    max-width: 100%;
    font-size: 20px;
    text-align: center;
  }

  .l-page-work-detail h1.headline-mainfood-h2,
  .l-page-work-brand h1.headline-mainfood-h2 {
    max-width: 100%;
    font-size: 20px;
    text-align: center;
  }

  .l-page-work-detail .work-rolex-btn,
  .l-page-work-brand .work-rolex-btn {
    background-size: 8px 14px;
  }

  .l-page-work-detail .work-rolex-btn a,
  .l-page-work-brand .work-rolex-btn a {
    padding: 15px 10px;
    font-size: 14px;
  }
}

/*==============================
page question
==============================*/
.l-page-question .h2-bg {
  position: relative;
}

.l-page-question .h2-bg .txt {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.l-page-question .h2-bg h2 {
  padding: 1vh 0 0 0;
  font-size: 21px;
  font-weight: bold;
  color: #2d2927;
}

.l-page-question .h2-bg ul {
  display: table;
  margin: 10px auto;
}

.l-page-question .h2-bg ul li {
  padding: 0 25px;
  margin: 0 10px;
  font-size: 86px;
  line-height: 1.2;
  color: #fff;
  background: #03435e;
}

.l-page-question .h2-bg p {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  color: #2d2927;
}

.l-page-question p {
  margin: -6px 0 56px;
}

.l-page-question dt.accordion {
  cursor: pointer;
  margin: 20px 0 0;
  padding: 20px 60px 16px 80px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background: url(../img/page/question/question_q_icon.png) no-repeat 13px center, url(../img/page/question/question_arrow_up.png) no-repeat 98% center #0a76b4;
}

.l-page-question dt.accordion.active {
  background: url(../img/page/question/question_q_icon.png) no-repeat 13px center, url(../img/page/question/question_arrow_down.png) no-repeat 98% center #0a76b4;
}

.l-page-question dd {
  display: none;
  padding: 20px 40px 20px 76px;
  font-size: 15px;
  line-height: 30px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: url(../img/page/question/question_a_icon.png) no-repeat 13px 19px;
}

.l-page-question dd:not(:first-of-type) {
  display: none;
}

.l-page-question dd a {
  color: #0a76b4;
  text-decoration: underline;
}

.l-page-question dd.show {
  display: block;
}

/*==============================
page expensive
==============================*/
.kaitorikyouka {
  margin-bottom: 35px;
}

/*.l-page-expensive p {
  margin: 0 auto 5px;
}*/

.l-page-expensive h4 {
  margin: 0 auto 30px;
}

.l-page-expensive h4.headline-h4 {
  padding: 0 15px;
  font-size: 26px;
  color: #fff;
  background: #000;
}

.l-page-expensive h3 {
  margin: 0 auto 30px;
}

.l-page-expensive h5 {
  margin: 0 0 27px;
}

.l-page-expensive .expensive-box {
  margin: 40px auto 60px;
  padding: 30px 30px 0;
  background: #f7f7f7;
  border: 1px solid #cccccc;
}

.l-page-expensive .expensive-box .row {
  margin: 0 -2%;
}

.l-page-expensive .expensive-list {
  margin: 0 -6px 20px;
}

.l-page-expensive .expensive-list p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #2d2d2d;
}

.l-page-expensive .expensive-list li {
  padding: 0 6px;
  margin: 0 0 20px;
  text-align: center;
}

.l-page-expensive .expensive-list .brand-watch {
  position: relative;
}

.l-page-expensive .expensive-list .brand-watch img {
  width: 100%;
}

.l-page-expensive .expensive-list .brand-watch .txt {
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  height: 120px;
  text-align: left;
}

.l-page-expensive .expensive-list .brand-watch p {
  display: table-cell;
  padding: 0 40% 0 0;
  margin: 0;
  font-size: 21px;
  line-height: 1.3;
  vertical-align: middle;
  color: #000;
}

.l-page-expensive .expensive-list .brand-watch p small {
  display: block;
  font-size: 14px;
}

.l-page-expensive .expensive-info .sp-info {
  display: none;
}

.l-page-expensive .expensive-info.col-6 {
  padding: 0 2%;
}

.l-page-expensive .expensive-info .info-text {
  padding: 0 0 0 10px;
  margin: 0 0 22px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  border-left: 7px solid #3f80c3;
}

.l-page-expensive .expensive-info .info-text small {
  margin: 0 0 0 15px;
  font-size: 16px;
}

.l-page-expensive .expensive-info .img-btn {
  position: relative;
}

.l-page-expensive .expensive-info .button-link {
  display: table;
  position: absolute;
  top: 17%;
  left: 29%;
  width: 100%;
}

.l-page-expensive .expensive-info .button-link p {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #286eb6;
  line-height: 1.4;
}

.l-page-expensive .expensive-info .button-link p small {
  display: block;
  font-size: 16px;
}

.l-page-expensive .expensive-info .button-link p.txt1 {
  font-size: 20px;
}

.l-page-expensive .expensive-info .button-link2 {
  left: -17px;
}

.l-page-expensive .expensive-info p {
  margin: 20px 0 20px;
  font-size: 12px;
}

.l-page-expensive .expensive-info .info-right {
  text-align: right;
  float: right;
}

.l-page-expensive .expensive-contact {
  padding: 5px 30px;
  margin: 0 -30px;
  background: #333;
}

.l-page-expensive .expensive-contact ul {
  display: table;
  width: 100%;
}

.l-page-expensive .expensive-contact li {
  display: table-cell;
  vertical-align: middle;
}

.l-page-expensive .expensive-contact address {
  padding: 0 15px 0 0;
  font-size: 12px;
  color: #fff;
}

.l-page-expensive .expensive-contact .tel,
.l-page-expensive .expensive-contact .fax,
.l-page-expensive .expensive-contact .email {
  padding: 0 0 0 36px;
  font-size: 23px;
  font-weight: bold;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  color: #fff;
  line-height: 0;
  background: url(../img/page/expensive/expensive_tel.png) no-repeat left center;
}

.l-page-expensive .expensive-contact .fax {
  background: url(../img/page/expensive/expensive_fax.png) no-repeat left center;
}

.l-page-expensive .expensive-contact .email {
  font-size: 14px;
  font-weight: normal;
  background: url(../img/page/expensive/expensive_email.png) no-repeat left center;
}

.l-page-expensive .expensive-detail {
  margin: 0 0 60px;
  text-align: center;
}

.l-page-expensive .expensive-detail .detail-text {
  margin: 0 0 46px;
}

.l-page-expensive .expensive-detail p {
  margin: 20px 0 0;
  text-align: left;
  border-top: 8px solid #dae9fb;
  padding: 10px 30px 0;
}

.l-page-expensive .expensive-detail .detail-left {
  float: left;
}

.l-page-expensive .expensive-detail .detail-left li {
  position: relative;
  width: 205px;
  height: 240px;
  padding: 8px 0;
}

.l-page-expensive .expensive-detail .detail-left li+li:before {
  content: url(../img/page/expensive/expensive_track_icon.png);
  position: absolute;
  top: 121px;
  left: -21px;
}

.l-page-expensive .expensive-detail .detail-left li:nth-child(2) {
  border-left: 1px dotted #000;
  border-right: 1px dotted #000;
}

.l-page-expensive .expensive-detail .detail-right {
  float: right;
  width: 350px;
}

.l-page-expensive .expensive-detail .detail-right li {
  padding: 8px 0;
}

.l-page-expensive .expensive-detail .detail-right p {
  border-top: 8px solid #dae9fb;
  padding: 10px 135px 0 60px;
}

.l-page-expensive .expensive-purchase {
  margin: 0 0 50px;
}

.l-page-expensive .sp-expensive-detail {
  display: none;
}

@media only screen and (max-width: 640px) {
  .l-page-expensive .expensive-list {
    margin: 0 -6px;
  }

  .l-page-expensive .expensive-list li {
    margin: 0 0 20px;
    text-align: center;
  }

  .l-page-expensive .expensive-list .brand-watch .txt {
    height: 22vw;
  }

  .l-page-expensive .sp-expensive-detail {
    display: block;
    text-align: center;
  }

  .l-page-expensive .sp-expensive-detail img {
    margin: 0 0 30px;
  }

  .l-page-expensive .expensive-detail {
    display: none;
  }

  .l-page-expensive .expensive-info {
    float: none;
    width: 100%;
  }

  .l-page-expensive .expensive-info:not(:last-child) {
    margin: 0 auto 20px;
  }

  .l-page-expensive .expensive-info .info-text {
    margin: 0 auto 20px;
  }

  .l-page-expensive .expensive-info p {
    font-size: 12px;
  }

  .l-page-expensive .expensive-contact {
    margin: 0 -20px 0;
  }

  .l-page-expensive .expensive-box {
    margin: 30px 0 20px;
    padding: 20px 20px 0;
    background: #f7f7f7;
    border: 1px solid #cccccc;
  }

  .l-page-expensive .expensive-box .info-left {
    display: none;
  }

  .l-page-expensive .expensive-box .info-right {
    display: none;
  }

  .l-page-expensive .expensive-box .sp-info {
    display: block;
  }

  .l-page-expensive .expensive-box .sp-info li {
    width: 48%;
    float: left;
  }

  .l-page-expensive .expensive-box .sp-info li+li {
    margin: 0 0 0 3%;
  }
}

/*==============================
page voice
==============================*/
.l-page-voice p {
  margin: 0 auto 30px;
}

.l-page-voice .voice-h2 {
  position: relative;
}

.l-page-voice .voice-h2 h2 {
  position: absolute;
  top: 24%;
  left: 2%;
  font-size: 64px;
  color: #130f10;
}

.l-page-voice .voice-info-title {
  text-align: left;
  margin: 0 0 30px;
  padding: 16px 0 14px 30px;
  font-size: 21px;
  color: #fff;
  background: #0a76b4;
}

.l-page-voice .voice-info {
  margin: 0 0 30px;
  padding: 15px 0 28px;
  height: 460px;
  border: 2px solid #cccccc;
  border-radius: 7px;
}

.l-page-voice .voice-info-img {
  padding: 5% 0 0;
  float: left;
  width: 300px;
  text-align: center;
}

.l-page-voice .voice-info-img img {
  margin: 0 0 15px;
}

.l-page-voice .voice-info-img p {
  font-size: 18px;
}

.l-page-voice .voice-info-txt {
  float: left;
}

.voice a::after {
  content: ">>";
  color: #fff;
  padding-left: 10px;
}

@media only screen and (min-width: 641px) {
  .voice {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .voice p {
    display: inline-block;
    border: none;
  }

  .voice a {
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 10px;
    background: #0a76b4;
    transition: 0.3s ease-in-out;
  }

  .voice a:hover {
    opacity: 0.7;
  }

  .kaitori_index {
    margin: 0 auto;
    text-align: center;
  }

  .kaitori_index a,
  .kaitori_index strong {
    border: solid 1px #000;
    padding: 5px;
  }

  .kaitori_index a:last-child {
    border: none;
  }
}

@media only screen and (max-width: 640px) {
  .kaitori_index {
    margin: 0 auto;
    text-align: center;
  }

  .kaitori_index a,
  .kaitori_index strong {
    border: solid 1px #000;
    padding: 5px;
  }

  .kaitori_index a:last-child {
    border: none;
  }

  .voice {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .voice p {
    width: 100%;
  }

  .voice a {
    width: 100%;
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 10px;
    background: #0a76b4;
    display: block;
    margin-bottom: -20px !important;
  }

  .l-page-voice .voice-info {
    float: none;
    padding: 15px 0 0;
    height: auto;
  }

  .l-page-voice .voice-info:last-of-type {
    margin: 0 0 50px;
  }

  .l-page-voice .voice-h2 h2 {
    position: absolute;
    top: 24%;
    font-size: 26px;
    color: #130f10;
  }

  .l-page-voice .voice-info-title {
    padding: 10px 15px 8px;
    margin: 0 0 20px;
    font-size: 14px;
  }

  .l-page-voice .voice-info-img {
    padding: 0 0;
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  .l-page-voice .voice-info-img p {
    font-size: 11px;
  }

  .l-page-voice .voice-info-img img {
    max-width: 30%;
  }

  .l-page-voice .voice-info-txt {
    float: none;
    padding: 0 15px;
  }

  .l-page-voice .voice-info-txt p {
    margin: 0 auto 20px;
    font-size: 11px;
  }
}

/*==============================
page reason
==============================*/
.l-page-reason h3 {
  margin: 0 auto 30px;
  text-align: center;
}

.l-page-reason .reason-list {
  margin: 0 auto 40px;
}

.l-page-reason .reason-list li {
  margin: 0 auto 36px;
  width: 450px;
}

.l-page-reason .reason-list li img {
  display: block;
  margin: 0 0 17px;
}

.l-page-reason .reason-list li p {
  line-height: 24px;
}

.l-page-reason .reason-list li:nth-child(2n + 2) {
  margin: 0 0 36px 100px;
}

.l-page-reason .reason-list li h4.list {
  margin: 0 0 18px;
  padding: 4px 0 3px 45px;
  font-size: 24px;
  font-weight: bold;
  color: #131316;
  text-align: left;
}

.l-page-reason .reason-list li:first-child h4.list {
  background: url(../img/page/reason/reason_list_01.png) no-repeat left center;
}

.l-page-reason .reason-list li:nth-child(2n) h4.list {
  background: url(../img/page/reason/reason_list_02.png) no-repeat left center;
}

.l-page-reason .reason-list li:nth-child(3n) h4.list {
  background: url(../img/page/reason/reason_list_03.png) no-repeat left center;
}

.l-page-reason .reason-list li:nth-child(4n) h4.list {
  background: url(../img/page/reason/reason_list_04.png) no-repeat left center;
}

.l-page-reason .reason-detail {
  margin: 0 0 85px;
}

.l-page-reason .reason-detail h3 {
  margin: 0 auto 60px;
}

.l-page-reason .reason-detail .reason-detail-txt {
  width: 100%;
}

.l-page-reason .reason-detail .reason-detail-txt a {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.l-page-reason .reason-detail .reason-detail-txt p {
  margin: 40px 0;
}

.l-page-reason .reason-detail .reason-detail-txt p span {
  display: block;
  color: #e11c46;
}

.l-page-reason .reason-detail:last-child {
  margin: 0 auto 20px;
}

.reduce_repaircosts_wrap {
  width: 100%;
  overflow: hidden;
}

.reduce_repaircosts_wrap>span {
  display: block;
  text-align: center;
  margin: 50px auto 30px;
}

.reduce_repaircosts_wrap>span img {
  margin: 0 auto;
}

.reduce_repaircosts_wrap h2 {
  text-align: center;
  color: #35b5ff;
  font-weight: 600;
  font-size: 25px;
}


.reduce_repaircosts_wrap h2+p {
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  margin: 20px auto 30px;
}

.kaitorihiyou_osaeru_img {
  width: 80%;
  margin: 40px auto;
  display: block;
}

@media screen and (max-width: 640px) {

  .kaitorihiyou_osaeru_img {
    width: 100%;
    margin: 40px auto;
    display: block;
  }

}







@media only screen and (min-width: 641px) {
  .reason-list .float-list {
    overflow: hidden;
  }

  .reason-link a {
    display: inline-block;
    padding: 15px;
    text-align: center;
    border: solid 1px #000;
  }
}

@media only screen and (max-width: 640px) {

  .reason-link a {
    display: block;
    padding: 15px;
    text-align: center;
    border: solid 1px #000;
  }

  .l-page-reason .reason-list {
    margin: 0 auto 25px;
  }

  .l-page-reason .reason-list li {
    margin: 0 0 30px 0;
    width: 100%;
  }

  .l-page-reason .reason-list li:nth-child(2n + 2) {
    margin: 0 0 30px 0;
  }

  .l-page-reason .reason-list li img {
    width: auto;
  }

  .l-page-reason .reason-list li p {
    font-size: 12px;
  }

  .l-page-reason .reason-list li h4.list {
    margin: 0 0 18px;
    padding: 4px 0 3px 35px;
    font-size: 16px;
    font-weight: bold;
    color: #131316;
    text-align: left;
  }

  .l-page-reason .reason-list li:first-child h4.list {
    background-position: 6px center;
  }

  .l-page-reason .reason-list li:first-child h4.list,
  .l-page-reason .reason-list li:nth-child(2n) h4.list,
  .l-page-reason .reason-list li:nth-child(3n) h4.list,
  .l-page-reason .reason-list li:nth-child(4n) h4.list {
    background-size: contain;
  }

  .l-page-reason .reason-detail {
    margin: 0 auto 5px;
  }

  .l-page-reason .reason-detail h3 {
    margin: 0 0 30px;
  }

  .l-page-reason .reason-detail .reason-detail-img {
    margin: 20px 0;
  }

  .l-page-reason .reason-detail .reason-detail-txt {
    width: 100%;
    margin: 0 auto 30px;
  }

  .l-page-reason .reason-detail .reason-detail-txt p {
    margin: 0 auto 25px;
  }
}

/*==============================
page ladies rolex
==============================*/
.l-page-ladies,
.l-page-rolex {
  padding: 200px 0 0 0;
}

.l-page-ladies h1 {
  margin: 0 auto 15px;
}

.l-page-ladies h2,
.l-page-rolex h2 {
  margin: 0 auto 15px;
}

.l-page-ladies .headline-h4,
.l-page-rolex .headline-h4 {
  padding: 0 15px;
  font-size: 26px;
  color: #fff;
  background: #000;
  text-align: center;
}

.l-page-ladies .smallbox h4:nth-of-type(odd),
.l-page-rolex .smallbox h4:nth-of-type(odd) {
  background: #a6d2d5;
}

.l-page-ladies .smallbox .h3-bg,
.l-page-rolex .smallbox .h3-bg {
  padding: 0 0 97px;
  background: url(../img/page/ladies/ladies_h3_bg_01.png) no-repeat left 27px, url(../img/page/ladies/ladies_h3_bg_02.png) no-repeat right 20px;
}

.l-page-ladies .smallbox h4,
.l-page-rolex .smallbox h4 {
  padding: 10px 0 10px 15px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  background: #f0c1d4;
}

.l-page-ladies .smallbox h4.h4-2,
.l-page-rolex .smallbox h4.h4-2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background: #a6d2d5;
}

.l-page-ladies .smallbox .h3-bg,
.l-page-rolex .smallbox .h3-bg {
  margin: 0 0 -97px;
}

.l-page-ladies .smallbox .txt-center,
.l-page-rolex .smallbox .txt-center {
  margin: 0 auto 50px;
}

.l-page-ladies .mb-40,
.l-page-rolex .mb-40 {
  margin: 0 auto 40px;
}

.l-page-ladies .items-list [class*="col-"],
.l-page-rolex .items-list [class*="col-"] {
  float: left;
  padding: 0 2.5%;
  margin: 0 auto 40px;
}

.l-page-ladies .items-list .row,
.l-page-rolex .items-list .row {
  margin: 0 -2.5%;
  border-bottom: 1px solid #ccc;
}

.l-page-ladies .items-list .row:last-child,
.l-page-rolex .items-list .row:last-child {
  margin: 60px -2.5% 0;
  border-bottom: none;
}

.l-page-ladies .items-list .row::after,
.l-page-rolex .items-list .row::after {
  content: "";
  clear: both;
  display: block;
}

.l-page-ladies .items-list p,
.l-page-rolex .items-list p {
  margin: 0;
  font-size: 14px;
  text-align: left;
  letter-spacing: -0.02em;
  color: #2d2d2d;
}

.l-page-ladies .items-list .items-list-01,
.l-page-rolex .items-list .items-list-01 {
  margin: 9px 0 19px 0;
  padding: 4px;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  background: #c8b693;
}

.l-page-ladies .items-list .items-list-01 span,
.l-page-rolex .items-list .items-list-01 span {
  padding: 0 14px 0 0;
}

.l-page-ladies .items-list .items-list-02,
.l-page-rolex .items-list .items-list-02 {
  margin: 12px 0 10px 0;
}

.l-page-ladies .items-list .items-list-02 span,
.l-page-rolex .items-list .items-list-02 span {
  margin: 0 13px 0 0;
  padding: 2px 20px;
  font-size: 15px;
  color: #fff;
  background: #0a76b4;
}

.l-page-ladies .items-list .items-list-02 .delivery-buy,
.l-page-rolex .items-list .items-list-02 .delivery-buy {
  background: #ed8600;
}

.l-page-ladies .items-list .red-text,
.l-page-rolex .items-list .red-text {
  font-size: 18px;
  font-weight: bold;
  color: #e10040;
}

.l-page-ladies .ladies-price-post,
.l-page-rolex .ladies-price-post {
  margin: -15px auto 80px;
}

.l-page-ladies .ladies-price-post dl,
.l-page-rolex .ladies-price-post dl {
  color: #333;
}

.l-page-ladies .ladies-price-post dt,
.l-page-rolex .ladies-price-post dt {
  float: left;
  padding: 15px 0 10px 0;
  font-size: 14px;
}

.l-page-ladies .ladies-price-post dd,
.l-page-rolex .ladies-price-post dd {
  padding: 15px 0 10px 0;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.l-page-ladies .ladies-price-post .module-link-btn a,
.l-page-rolex .ladies-price-post .module-link-btn a {
  margin: 30px auto 0;
}

.l-page-ladies .reasons-select,
.l-page-rolex .reasons-select {
  margin: 0 auto 90px;
}

.l-page-ladies .broken,
.l-page-rolex .broken {
  margin: 0 auto 60px;
}

.l-page-ladies .broken .module-link-btn a,
.l-page-rolex .broken .module-link-btn a {
  margin: 20px auto 0;
}

@media screen and (max-width: 640px) {

  .l-page-ladies,
  .l-page-rolex {
    padding: 0;
  }

  .l-page-ladies h1 {
    margin: 0 auto 20px;
  }

  .l-page-ladies h2,
  .l-page-rolex h2 {
    margin: 0 auto 20px;
  }

  .l-page-ladies .smallbox h4.h4-2,
  .l-page-rolex .smallbox h4.h4-2 {
    font-size: 18px;
  }
}

.l-page-ladies .h1-bg {
  margin: 0 0 15px;
  padding: 25px 0 144px 315px;
  background: url(../img/page/ladies/ladies_h2.png) no-repeat;
}

.l-page-ladies .h2-bg {
  margin: 0 0 15px;
  padding: 25px 0 144px 315px;
  background: url(../img/page/ladies/ladies_h2.png) no-repeat;
}

.l-page-ladies .h1-bg p {
  width: 670px;
  margin: 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #f393ba;
}

.l-page-ladies .h2-bg p {
  width: 670px;
  margin: 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #f393ba;
}

.l-page-ladies .h2-bg h1 {
  margin: 0;
  font-size: 44px;
  color: #353535;
  letter-spacing: -4px;
}

.l-page-ladies .h1-bg h1 {
  margin: 0;
  font-size: 44px;
  color: #353535;
  letter-spacing: -4px;
}

.l-page-ladies .h2-bg h2 {
  margin: 0;
  font-size: 44px;
  color: #353535;
  letter-spacing: -4px;
}

.l-page-ladies .h1-bg ul {
  margin: 0 0 0 55px;
}

.l-page-ladies .h2-bg ul {
  margin: 0 0 0 55px;
}

.l-page-ladies .h1-bg ul li {
  font-size: 13px;
  font-weight: bold;
  color: #333;
}

.l-page-ladies .h2-bg ul li {
  font-size: 13px;
  font-weight: bold;
  color: #333;
}

.l-page-ladies .h1-bg ul li:not(:last-child) {
  margin: 0 125px 0 0;
}

.l-page-ladies .h2-bg ul li:not(:last-child) {
  margin: 0 125px 0 0;
}

.l-page-ladies .h1-bg ul li:nth-child(3) {
  margin: 0 80px 0 0;
}

.l-page-ladies .h2-bg ul li:nth-child(3) {
  margin: 0 80px 0 0;
}

.l-page-ladies .sell-high .sell-high-bg {
  background: url(../img/page/ladies/ladies_bnr_01.png) no-repeat;
}

.l-page-ladies .sp-sell-high .sell-high-bg {
  background: url(../img/page/ladies/sp_ladies_bnr_01.png) no-repeat;
}

.l-page-ladies .broken p {
  margin: 0 auto 40px;
}

.l-page-ladies .broken .broken-pht {
  position: relative;
  display: table;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.l-page-ladies .broken .broken-pht .txt {
  position: absolute;
  bottom: 15px;
  width: 100%;
  background: #c8b693;
}

.l-page-ladies .broken .broken-pht .txt p {
  margin: 0;
  font-size: 20px;
  color: #222;
}

.l-page-ladies .customer-voice dl {
  margin: 50px auto 60px;
}

@media screen and (max-width: 640px) {
  .l-page-ladies {
    padding: 0;
  }

  .l-page-ladies h1 {
    margin: 0 auto 20px;
  }

  .l-page-ladies h2 {
    margin: 0 auto 20px;
  }
}

/*==============================
page rolex
==============================*/
.l-page-rolex {
  padding: 0;
}

.l-page-rolex .headline-h2-bg {
  position: relative;
  height: 200px;
  text-align: center;
  background: url(../img/page/rolex/rolex_h2.png) no-repeat left top;
}

.l-page-rolex .headline-h2-bg h2 {
  position: absolute;
  top: 42px;
  left: 240px;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.l-page-rolex .headline-h2-bg h1 {
  position: absolute;
  top: 42px;
  left: 240px;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.l-page-rolex .headline-h2-bg h2 small {
  display: block;
  font-size: 18px;
}

.l-page-rolex .headline-h2-bg h1 small {
  display: block;
  font-size: 18px;
}

.l-page-rolex .headline-h2-bg p {
  position: absolute;
  top: 119px;
  left: 305px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #000716;
  line-height: 1.4;
}

.l-page-rolex .customer-voice {
  margin: 0 auto -25px;
}

.l-page-rolex .customer-voice dl {
  margin: 50px auto 85px;
}

.l-page-rolex .smallbox h4:nth-of-type(odd) {
  background: #333;
}

.l-page-rolex .smallbox h4 {
  padding: 10px 0 10px 15px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  background: #333;
}

.l-page-rolex .smallbox .headline-h4 {
  text-align: center;
  font-size: 26px;
}

@media screen and (max-width: 640px) {
  .l-page-rolex .smallbox .headline-h4 {
    text-align: center;
    font-size: 13px;
  }
}

/*==============================
page broken
==============================*/
.l-page-broken .h2-bg {
  padding: 25px 0 14px 255px;
  background: url(../img/page/broken/broken_h2.png) no-repeat;
}

.l-page-broken .h2-bg ul {
  margin: 0 0 65px;
}

.l-page-broken .h2-bg li {
  padding: 2px 15px 0;
  margin: 0 9px 0 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #a8956d;
}

.l-page-broken .h2-bg p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
}

.l-page-broken .broken-title {
  padding: 0 0 15px;
  font-size: 30px;
  color: #131316;
  line-height: 1.4;
  border-bottom: 1px solid #131316;
}

.l-page-broken .broken-box {
  margin: 0 0 60px;
}

.l-page-broken .broken-text {
  float: left;
  width: 100%;
  max-width: 560px;
}

.l-page-broken .broken-text h3 {
  margin: 0 0 35px;
}

.l-page-broken .broken-text span {
  display: block;
  margin: 0 0 25px;
  font-size: 22px;
  color: #131316;
}

.l-page-broken .broken-img {
  float: right;
}

.l-page-broken .broken-list li {
  margin: 0 0 60px;
}

.l-page-broken .broken-list li .list-img-01 {
  float: left;
  margin: -50px 0 0 50px;
}

.l-page-broken .broken-list li .list-text-01 {
  float: right;
  margin: 30px 0 0;
  width: 570px;
}

.l-page-broken .broken-list li .list-img-02 {
  float: right;
  margin: -50px 20px 0 0;
  z-index: 1;
}

.l-page-broken .broken-list li .list-text-02 {
  float: left;
  margin: 30px 0 0 50px;
  width: 570px;
}

.l-page-broken .broken-list li .img-03 {
  margin: -60px 0 0 50px;
}

.l-page-broken .broken-list li .img-05 {
  margin: -50px 0 0 0;
}

.l-page-broken .broken-list li .img-07 {
  margin: -50px 0 0 20px;
}

.l-page-broken .broken-list li h4 {
  position: relative;
  z-index: -1;
  padding: 7px 45px 5px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  background: url(../img/page/broken/broken_h4_bg.png) no-repeat;
  text-align: left;
}

.l-page-broken .broken-list li h4.style {
  text-indent: 384px;
}

@media screen and (max-width: 640px) {
  .l-page-broken .broken-list li h4 {
    padding: 7px 20px 5px;
    font-size: 22px;
  }

  .l-page-broken .broken-list li h4.style {
    text-indent: 0;
  }
}

/*==============================
page secret
==============================*/
.l-page-secret .h1-bg {
  padding: 145px 0 11px 150px;
  background: url(../img/page/secret/secret_h2.png) no-repeat;
}

.l-page-secret .h2-bg {
  padding: 145px 0 11px 150px;
  background: url(../img/page/secret/secret_h2.png) no-repeat;
}

.l-page-secret .h1-bg h1 {
  font-size: 44px;
  font-weight: bold;
  color: #191919;
  line-height: 1;
}

.l-page-secret .h2-bg h2 {
  font-size: 44px;
  font-weight: bold;
  color: #191919;
  line-height: 1;
}

.l-page-secret h3 {
  margin: 0 0 60px;
  text-align: center;
}

.l-page-secret h4.secret-headline4 {
  padding: 10px 15px 5px;
  margin: 0 0 30px;
  font-size: 34px;
  color: #000;
  background: #e4e4e4;
}

.l-page-secret h3.secretheadline {
  margin: 0 0 30px;
  padding: 18px 25px;
  font-size: 18px;
  text-align: left;
  color: #fff;
  background: #333;
}

.l-page-secret p {
  margin: 0 0 30px;
}

.l-page-secret .highsell-list [class*="col-"] {
  float: left;
  padding: 0 1.8%;
  margin: 0 auto 20px;
}

.l-page-secret .highsell-list .row {
  margin: 0 -1.8%;
}

.l-page-secret .highsell-list .pht {
  margin: 0 auto 30px;
  text-align: center;
  min-height: 100px;
}

.l-page-secret .highsell-list p {
  margin: 0 0 30px;
  font-size: 14px;
  color: #191919;
}

.l-page-secret .highsell-list p.title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #0a76b4;
}

.l-page-secret .highsell-list p .bold {
  display: block;
  font-weight: bold;
}

.l-page-secret .secret-point .point-nub {
  float: left;
  margin: 7px 0 0 0;
  width: 55px;
}

.l-page-secret .secret-point dl {
  float: right;
  width: 920px;
}

.l-page-secret .secret-point dt {
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #333;
}

.l-page-secret .secret-point dd {
  padding: 0 0 50px;
}

.l-page-secret .secret-contact {
  margin: 0 0 30px;
  padding: 11px;
  background: #f8f4e0;
}

.l-page-secret .secret-contact p {
  margin: 0 0 30px;
}

.l-page-secret .secret-contact .pht {
  float: right;
}

.l-page-secret .secret-contact .inner {
  padding: 30px;
  border: 1px solid #c2a86f;
}

.l-page-secret .secret-contact .contact-title {
  display: table;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 890px;
  text-align: center;
  font-size: 34px;
  color: #684a03;
  border-bottom: 1px solid #684a02;
}

.l-page-secret .secret-contact .contact-address {
  display: table;
  width: 100%;
  margin: 0 0 30px;
  padding: 15px 24px 10px;
  background: #fff;
}

.l-page-secret .secret-contact .contact-address .num-tel {
  display: table-cell;
  width: 315px;
  vertical-align: middle;
  padding: 0 0 0 38px;
  background: url(../img/page/secret/secret_tel_icon.png) no-repeat left 37px;
}

.l-page-secret .secret-contact .contact-address .num-tel p {
  margin: 0;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  color: #005287;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  letter-spacing: -3px;
}

.l-page-secret .secret-contact .contact-address .num-tel p small {
  display: block;
  font-size: 13px;
  letter-spacing: 1.3px;
  color: #191919;
}

.l-page-secret .secret-contact .contact-address address {
  display: table-cell;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #191919;
  line-height: 1.6;
  vertical-align: middle;
}

.l-page-secret .secret-contact .contact-address .btn-tel {
  display: table-cell;
  width: 271px;
}

.l-page-secret .secret-contact .contact-address .btn-tel p {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #222;
  background: url(../img/page/secret/btn_tel_bg_01.png) no-repeat left center, url(../img/page/secret/btn_tel_bg_02.png) no-repeat right center;
}

.l-page-secret .secret-contact .contact-address .btn-tel a {
  display: block;
  padding: 13px 0 12px 74px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  background: url(../img/page/secret/btn_tel_bg_03.png) no-repeat center;
}

.l-page-secret .secret-contact .contact-address .btn-tel small {
  display: block;
  font-size: 15px;
}

.l-page-secret .secret-contact .contact-btn {
  margin: 0 0 30px;
  padding: 15px 24px 10px;
  display: table;
  width: 100%;
  background: url(../img/page/secret/secret_tel.png) no-repeat;
}

.l-page-secret .secret-contact .contact-btn a {
  float: right;
}

.l-page-secret .secret-contact .bnr-list li+li {
  margin: 0 0 0 16px;
}

.l-page-secret .secret-items {
  margin: 0 -13.5px 40px;
}

.l-page-secret .secret-items [class*="col-"] {
  float: left;
  padding: 0 13.5px;
  margin: 0 auto 20px;
}

.l-page-secret .secret-items .brand-watch {
  position: relative;
}

.l-page-secret .secret-items .brand-watch img {
  width: 100%;
}

.l-page-secret .secret-items .brand-watch .txt {
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  /* height: 22vw; */
  height: 110px;
  text-align: center;
}

.l-page-secret .secret-items .brand-watch p {
  display: table-cell;
  padding: 0 0 0 30%;
  font-size: 21px;
  line-height: 1.3;
  vertical-align: middle;
  color: #000;
}

.l-page-secret .secret-items .brand-watch p small {
  display: block;
  font-size: 14px;
}

.l-page-secret .secret-voice dl {
  margin: 0 0 15px;
}

.l-page-secret .secret-voice dl dt {
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #2d2d2d;
}

.l-page-secret .secret-voice dl dd {
  padding: 0 0 20px;
  font-size: 14px;
  color: #2d2d2d;
  border-bottom: 1px solid #cccccc;
}

.l-page-secret .secret-voice a {
  margin: 0 0 60px;
  font-size: 14px;
  color: #0a76b4;
  text-decoration: underline;
}

.l-page-secret .secret-voice a:hover {
  text-decoration: none;
}

/*======================================================================================
ここからSP
======================================================================================*/
@media screen and (max-width: 640px) {
  .col-m-1 {
    width: 8.33%;
  }

  .col-m-2 {
    width: 16.66%;
  }

  .col-m-3 {
    width: 25%;
  }

  .col-m-4 {
    width: 33.33%;
  }

  .col-m-5 {
    width: 41.66%;
  }

  .items-list .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col-m-6 {
    /*display: table-cell;*/
    width: 50%;
  }

  .col-m-7 {
    width: 58.33%;
  }

  .col-m-8 {
    width: 66.66%;
  }

  .col-m-9 {
    width: 75%;
  }

  .col-m-10 {
    width: 83.33%;
  }

  .col-m-11 {
    width: 91.66%;
  }

  .col-m-12 {
    width: 100%;
  }

  .l-breadcrumbs {
    display: none;
  }

  .l-breadcrumbs-sp {
    display: block;
  }

  [class*="l-page-"] h3 {
    margin: 0 auto 20px;
  }

  [class*="l-page-"] h3.headline-h3 {
    padding: 15px 0;
    font-size: 16px;
  }

  [class*="l-page-"] .headline-h1 {
    margin: 0 auto 20px;
  }

  [class*="l-page-"] .headline-h2 {
    margin: 0 auto 20px;
  }

  [class*="l-page-"] .work-h2 {
    margin: 20px auto 25px;
  }

  [class*="l-page-"] p {
    font-size: 12px;
    color: #131316;
  }

  .l-page-speed input[type="submit"] {
    width: 100%;
    max-width: 530px;
    max-height: 56px;
    height: 17.8vw;
    background: url(../img/module/sp_form_btn.png) no-repeat center center;
    background-size: contain;
  }

  .l-page-delivery input[type="submit"] {
    width: 100%;
    max-width: 530px;
    max-height: 56px;
    height: 17.8vw;
    background: url(../img/module/sp_form_btn.png) no-repeat center center;
    background-size: contain;
  }

  [class*="l-page-"] .form-table {
    margin: 0 auto 2.25rem;
    font-size: 14px;
  }

  [class*="l-page-"] .form-table th {
    display: block;
    padding: 12px 14px;
    width: 100%;
  }

  [class*="l-page-"] .form-table th .require {
    display: none;
  }

  [class*="l-page-"] .form-table td {
    display: block;
    padding: 12px 20px 12px;
  }

  [class*="l-page-"] .form-table .row-list label {
    display: block;
    width: 100%;
  }

  [class*="l-page-"] .form-table .row-list .require {
    width: 25px;
    float: none;
    margin: 0 0 0 10px;
    font-size: 10px;
    vertical-align: 2px;
  }

  [class*="l-page-"] .form-table .sp-require {
    margin: 0 10px 0 0;
    vertical-align: 1px;
    display: inline-block;
    text-align: center;
    width: 25px;
    font-size: 10px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #dc1955;
  }

  [class*="l-page-"] .form-table .form-txt {
    margin: 0;
  }

  [class*="l-page-"] .form-table input[type="text"],
  [class*="l-page-"] .form-table input[type="text"].long,
  [class*="l-page-"] .form-table select {
    max-width: 100%;
    font-size: 12px;
    height: 26px;
    border: 1px solid #ccc;
  }

  [class*="l-page-"] .form-table textarea {
    max-width: 100%;
    height: 60px;
    font-size: 12px;
  }

  [class*="l-page-"] .form-table p {
    font-size: 10px;
  }

  [class*="l-page-"] .form-table p.form-txt {
    max-width: 100%;
  }

  [class*="l-page-"] .form-table .input-file {
    margin: 0 auto 10px;
  }

  [class*="l-page-"] .form-table .input-file label.file input {
    position: absolute;
    width: 0;
    overflow: hidden;
    opacity: 0;
  }

  [class*="l-page-"] .form-table .input-file label.file {
    max-width: 100%;
    height: 26px;
  }

  [class*="l-page-"] .form-table .input-file label.file:before {
    font-size: 12px;
    line-height: 26px;
  }

  [class*="l-page-"] .form-table .input-file label.file:after {
    width: 30px;
    height: inherit;
    font-size: 12px;
    line-height: 25px;
    font-weight: normal;
    bottom: 7px;
  }

  [class*="l-page-"] .form-table .input-file label.file[title]:not([title=""]):before {
    content: attr(title);
    color: #162f44;
  }

  .sp-bg {
    background: #ededed;
  }

  .l-page-antiquev .broken .broken-pht .txt p,
  .l-page-pocket .broken .broken-pht .txt p,
  .l-page-grade .broken .broken-pht .txt p,
  .l-page-complexity .broken .broken-pht .txt p,
  .l-page-ladies .broken .broken-pht .txt p,
  .l-page-rolex .broken .broken-pht .txt p {
    margin: 0;
    font-size: 17px;
    color: #fff;
  }

  @media screen and (max-width: 640px) {
    .l-page-antiquev {
      padding: 0 3.125%;
    }
  }

  /*=======================================
  page antiquev, pocket, prade, complexity
  ========================================*/
  .l-page-antiquev h3,
  .l-page-pocket h3,
  .l-page-grade h3,
  .l-page-complexity h3,
  .l-page-ladies h3,
  .l-page-rolex h3 {
    margin: 0 auto 20px;
  }

  .l-page-antiquev h3.headline-h3,
  .l-page-pocket h3.headline-h3,
  .l-page-grade h3.headline-h3,
  .l-page-complexity h3.headline-h3,
  .l-page-ladies h3.headline-h3,
  .l-page-rolex h3.headline-h3 {
    padding: 15px 0;
    font-size: 16px;
  }

  .l-page-antiquev h4,
  .l-page-pocket h4,
  .l-page-grade h4,
  .l-page-complexity h4,
  .l-page-ladies h4,
  .l-page-rolex h4 {
    margin: 0 auto 20px;
  }

  .l-page-antiquev h4.headline-h4,
  .l-page-pocket h4.headline-h4,
  .l-page-grade h4.headline-h4,
  .l-page-complexity h4.headline-h4,
  .l-page-ladies h4.headline-h4,
  .l-page-rolex h4.headline-h4 {
    padding: 5px 15px;
    font-size: 13px;
  }

  .l-page-antiquev .reasons-select h3,
  .l-page-pocket .reasons-select h3,
  .l-page-grade .reasons-select h3,
  .l-page-complexity .reasons-select h3,
  .l-page-ladies .reasons-select h3,
  .l-page-rolex .reasons-select h3 {
    margin: 0 auto 20px;
  }

  .l-page-antiquev p,
  .l-page-pocket p,
  .l-page-grade p,
  .l-page-complexity p,
  .l-page-ladies p,
  .l-page-rolex p {
    margin: 0 0 15px;
  }

  .l-page-antiquev p.txt-center,
  .l-page-pocket p.txt-center,
  .l-page-grade p.txt-center,
  .l-page-complexity p.txt-center,
  .l-page-ladies p.txt-center,
  .l-page-rolex p.txt-center {
    margin: 0 auto 15px;
  }

  .l-page-antiquev .items-list,
  .l-page-pocket .items-list,
  .l-page-grade .items-list,
  .l-page-complexity .items-list,
  .l-page-ladies .items-list,
  .l-page-rolex .items-list {
    text-align: center;
  }

  .l-page-antiquev .items-list [class*="col-"],
  .l-page-pocket .items-list [class*="col-"],
  .l-page-grade .items-list [class*="col-"],
  .l-page-complexity .items-list [class*="col-"],
  .l-page-ladies .items-list [class*="col-"],
  .l-page-rolex .items-list [class*="col-"] {
    margin: 0 auto 30px;
  }

  .l-page-antiquev .items-list p,
  .l-page-pocket .items-list p,
  .l-page-grade .items-list p,
  .l-page-complexity .items-list p,
  .l-page-ladies .items-list p,
  .l-page-rolex .items-list p {
    font-size: 12px;
  }

  .l-page-antiquev .items-list .items-type,
  .l-page-pocket .items-list .items-type,
  .l-page-grade .items-list .items-type,
  .l-page-complexity .items-list .items-type,
  .l-page-ladies .items-list .items-type,
  .l-page-rolex .items-list .items-type {
    font-size: 12px;
    line-height: 1.5;
  }

  .l-page-antiquev .items-list .items-type span,
  .l-page-pocket .items-list .items-type span,
  .l-page-grade .items-list .items-type span,
  .l-page-complexity .items-list .items-type span,
  .l-page-ladies .items-list .items-type span,
  .l-page-rolex .items-list .items-type span {
    width: 50%;
  }

  .l-page-antiquev .broken,
  .l-page-pocket .broken,
  .l-page-grade .broken,
  .l-page-complexity .broken,
  .l-page-ladies .broken,
  .l-page-rolex .broken {
    text-align: center;
  }

  .l-page-antiquev .customer-voice dt,
  .l-page-pocket .customer-voice dt,
  .l-page-grade .customer-voice dt,
  .l-page-complexity .customer-voice dt,
  .l-page-ladies .customer-voice dt,
  .l-page-rolex .customer-voice dt {
    padding: 0 0 10px 40px;
    font-size: 14px;
    background: url(../img/module/sp_customer_voice_icon.png) no-repeat 12px 5px;
    background-size: 15px 16px;
  }

  .l-page-antiquev .customer-voice dt span,
  .l-page-pocket .customer-voice dt span,
  .l-page-grade .customer-voice dt span,
  .l-page-complexity .customer-voice dt span,
  .l-page-ladies .customer-voice dt span,
  .l-page-rolex .customer-voice dt span {
    top: 0;
    right: 0;
    font-size: 16px;
  }

  .l-page-antiquev .customer-voice dd,
  .l-page-pocket .customer-voice dd,
  .l-page-grade .customer-voice dd,
  .l-page-complexity .customer-voice dd,
  .l-page-ladies .customer-voice dd,
  .l-page-rolex .customer-voice dd {
    margin: 0 0 15px;
    font-size: 11px;
  }

  .l-page-antiquev .reasons-select,
  .l-page-pocket .reasons-select,
  .l-page-grade .reasons-select,
  .l-page-complexity .reasons-select,
  .l-page-ladies .reasons-select,
  .l-page-rolex .reasons-select {
    margin: 50px auto 45px;
    text-align: center;
  }

  .l-page-antiquev .reasons-select .reasons-items-list img,
  .l-page-pocket .reasons-select .reasons-items-list img,
  .l-page-grade .reasons-select .reasons-items-list img,
  .l-page-complexity .reasons-select .reasons-items-list img,
  .l-page-ladies .reasons-select .reasons-items-list img,
  .l-page-rolex .reasons-select .reasons-items-list img {
    width: 150px;
    margin: 0 auto;
  }

  .l-page-antiquev .reasons-select .reasons-items-list p,
  .l-page-pocket .reasons-select .reasons-items-list p,
  .l-page-grade .reasons-select .reasons-items-list p,
  .l-page-complexity .reasons-select .reasons-items-list p,
  .l-page-ladies .reasons-select .reasons-items-list p,
  .l-page-rolex .reasons-select .reasons-items-list p {
    font-size: 13px;
    letter-spacing: -0.03em;
  }

  .l-page-antiquev .reasons-select .reasons-items-list small,
  .l-page-pocket .reasons-select .reasons-items-list small,
  .l-page-grade .reasons-select .reasons-items-list small,
  .l-page-complexity .reasons-select .reasons-items-list small,
  .l-page-ladies .reasons-select .reasons-items-list small,
  .l-page-rolex .reasons-select .reasons-items-list small {
    font-size: 13px;
    margin-top: 10px;
  }

  .l-page-antiquev .bnr-page .bnr-bg a,
  .l-page-pocket .bnr-page .bnr-bg a,
  .l-page-grade .bnr-page .bnr-bg a,
  .l-page-complexity .bnr-page .bnr-bg a,
  .l-page-ladies .bnr-page .bnr-bg a,
  .l-page-rolex .bnr-page .bnr-bg a {
    font-size: 11px;
  }

  /*=======================================*/
  /*page brand*/
  /*========================================*/
  .l-page-brand .table-list ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }

  .l-page-brand .table-list li {
    width: 20%;
    border-bottom: 1px solid #fff;
  }

  .l-page-brand p.head-txt {
    margin: 0 auto 30px;
  }

  .l-page-brand .red-txt {
    margin: 20px auto 0;
  }

  /*==============================
  page repurchase
  ==============================*/

  .l-page-repurchase .row {
    margin: 0 0;
  }

  .l-page-repurchase .item-box {
    max-width: 940px;
    padding: 10px 0 10px;
    border: none;
    border-top: none;
  }

  .l-page-repurchase .bg {
    background: #fff;
  }

  .l-page-repurchase .banner {
    margin: -20px auto 0;
  }

  .l-page-repurchase .contact-box {
    margin: 30px auto 0;
    padding: 20% 28px 35px;
    background: url(../img/page/repurchase/sp_repurchase_contact_bg.png) no-repeat center top;
    background-size: contain;
  }

  .l-page-repurchase .contact-box ul {
    margin: 0 38% 3rem 0;
  }

  .l-page-repurchase .contact-box ul li {
    margin: 0 0 8px;
  }

  .l-page-repurchase .contact-box ul li a {
    font-size: 14px;
    padding: 1.4rem 8% 1rem;
  }

  .l-page-repurchase .contact-box ul li:nth-child(4) {
    padding: 1vw 0;
  }

  .l-page-repurchase .contact-box ul li:nth-child(4) img {
    max-width: 132px;
    height: auto;
  }

  .l-page-repurchase .contact-box address {
    padding: 10px 0 5px 55px;
    float: none;
    margin: 0 0 38px 0;
    height: 525px;
    line-height: 1;
    background: url(../img/page/repurchase/repurchase_address_bg.png) no-repeat left top;
  }

  .l-page-repurchase .contact-box address .num {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: normal;
  }

  .l-page-repurchase .contact-box address .time {
    margin: 5px 0 18px;
    font-size: 10px;
    letter-spacing: normal;
  }

  .l-page-repurchase .contact-box address .email {
    margin: 0 0 17px;
    font-size: 16px;
    font-weight: bold;
  }

  .l-page-repurchase .contact-box address .pin {
    font-size: 12px;
    line-height: 1.1;
  }

  .l-page-repurchase .contact-box address span {
    display: block;
    color: #222;
    font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  }

  .l-page-repurchase .contact-box iframe {
    float: none;
    width: 100%;
    height: 277px;
  }

  /*==============================
  page speed
  ==============================*/
  .l-page-speed {
    margin: 0 auto;
  }

  .l-page-speed h3 {
    margin: 0 auto 20px;
  }

  .l-page-speed .headline-speed-h3 {
    display: table;
  }

  .l-page-speed .speed-head {
    margin: 0 auto 30px;
  }

  .l-page-speed .speed-headtxt {
    float: none;
  }

  .l-page-speed .speed-headtxt p {
    margin: 0 auto 25px;
    font-size: 11px;
  }

  .l-page-speed .speed-headtxt a {
    margin: 0 auto 30px;
    font-size: 12px;
  }

  .l-page-speed .speed-menu {
    float: none;
  }

  /*==============================
  page store
  ==============================*/
  .l-page-store [class*="col-"],
  .l-page-delivery [class*="col-"] {
    float: none;
    width: 100%;
  }

  .l-page-store h3,
  .l-page-delivery h3 {
    margin: 0 auto 30px;
  }

  .l-page-store .head-txt,
  .l-page-delivery .head-txt {
    margin: 0 auto 30px;
  }

  .l-page-store .head-txt .col-66,
  .l-page-delivery .head-txt .col-66 {
    padding: 0;
    width: 100%;
  }

  .l-page-store .head-txt .col-44,
  .l-page-delivery .head-txt .col-44 {
    width: 100%;
  }

  .l-page-store .head-txt .title p,
  .l-page-delivery .head-txt .title p {
    line-height: 1.5;
  }

  .l-page-store .head-txt p.title-txt,
  .l-page-delivery .head-txt p.title-txt {
    margin: 0;
    font-size: 1.9rem;
  }

  .l-page-store .bnr-box,
  .l-page-delivery .bnr-box {
    padding: 25px 0;
    text-align: center;
  }

  .l-page-store .bnr-box img,
  .l-page-delivery .bnr-box img {
    margin: 0 auto 20px;
    max-width: 202px;
    text-align: center;
  }

  .l-page-store .bnr-box .txt,
  .l-page-delivery .bnr-box .txt {
    padding: 0 12%;
    margin: 0 auto;
    max-width: 100%;
    font-size: 12px;
  }

  .l-page-store .row-headline,
  .l-page-delivery .row-headline {
    position: relative;
    padding: 2rem 0;
  }

  .l-page-store .row-headline:after,
  .l-page-delivery .row-headline:after {
    bottom: -1.25rem;
    min-width: 0;
    position: absolute;
    width: 4rem;
    height: 1.25rem;
    left: 50%;
    margin-left: -2rem;
  }

  .l-page-store .row-container,
  .l-page-delivery .row-container {
    padding: 40px 20px;
    min-width: 100%;
  }

  .smallbox {
    margin: 0 auto 10px;
  }

  .row-headline {
    padding: 20px 15px !important;
    box-sizing: border-box;
  }

  .delivery-step-title {
    margin: 0 0 40px;
    font-size: 18px !important;
    font-weight: bold;
  }

  .delivery-img img {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 50% !important;
  }

  .l-page-store .row-container .step-img,
  .l-page-delivery .row-container .step-img {
    text-align: center;
    margin: 0 auto;
    max-width: 50%;
  }

  .l-page-store .row-container p,
  .l-page-delivery .row-container p {
    margin: 0 auto 25px;
  }

  .l-page-store .row-container p.txt-bold,
  .l-page-store .row-container p.txt-title,
  .l-page-delivery .row-container p.txt-bold,
  .l-page-delivery .row-container p.txt-title {
    font-size: 12px;
  }

  .l-page-store .address-box,
  .l-page-delivery .address-box {
    margin: 30px auto;
  }

  .l-page-store .address-box dl,
  .l-page-store .address-box li,
  .l-page-delivery .address-box dl,
  .l-page-delivery .address-box li {
    font-size: 12px;
  }

  .l-page-store .address-box dl:first-child,
  .l-page-delivery .address-box dl:first-child {
    margin: 37px 0 15px 0;
  }

  .l-page-store .address-box dt,
  .l-page-delivery .address-box dt {
    width: 60px;
  }

  .l-page-store .address-box a,
  .l-page-delivery .address-box a {
    margin: 0 0 20px;
    font-size: 14px;
  }

  .l-page-store .address-box .sp-map,
  .l-page-delivery .address-box .sp-map {
    display: block;
    margin: 0 0 20px;
  }

  .l-page-store .address-box .sp-map iframe,
  .l-page-delivery .address-box .sp-map iframe {
    width: 100%;
    height: 335px;
  }

  .l-page-store .address-box .pc-map,
  .l-page-delivery .address-box .pc-map {
    display: none;
  }

  .l-page-store .address-box ul li,
  .l-page-delivery .address-box ul li {
    margin: 0 auto 20px;
    line-height: 1.9;
  }

  .l-page-store .center,
  .l-page-delivery .center {
    text-align: left;
  }

  .l-page-store .delivery-img,
  .l-page-delivery .delivery-img {
    padding: 0 0 0 0;
    text-align: center;
  }

  .l-page-store .delivery-none,
  .l-page-delivery .delivery-none {
    display: none;
  }

  .l-page-store .delivery-formtitle,
  .l-page-delivery .delivery-formtitle {
    font-size: 16px;
  }

  .l-page-store .delivery-formnote,
  .l-page-delivery .delivery-formnote {
    padding: 20px;
  }

  .l-page-store .delivery-formnote .title,
  .l-page-delivery .delivery-formnote .title {
    font-size: 14px;
  }

  .l-page-store .delivery-formnote li,
  .l-page-delivery .delivery-formnote li {
    font-size: 12px;
  }

  .l-page-store .step1 p {
    margin: 0 auto 25px;
  }

  .l-page-store .mb-89 {
    margin: 0 auto 30px;
  }

  .l-page-store .center p {
    margin: 0 auto 20px;
  }

  .l-page-store .address-box {
    margin: 0 auto;
  }

  .l-page-store .address-box dl {
    margin: 0 auto 8px;
  }

  .l-page-store .address-box dl:first-child {
    margin: 20px 0 8px;
  }

  .l-page-store .address-box:last-child {
    margin: 30px auto 0;
  }

  .l-page-delivery .formheadline {
    margin: 0 auto 30px;
  }

  /*==============================
  page blog-single
  ==============================*/
  .l-page-blog-single {
    margin: 0 0 80px;
  }

  .l-page-blog-single h3 {
    padding: 0;
    background: none;
  }

  .l-page-blog-single p {
    margin: 15px auto;
  }

  .l-page-blog-single .single-box {
    margin: 14px 0 20px;
    padding: 15px 15px 5px;
    border: 1px solid #000;
  }

  .l-page-blog-single .pagination-list {
    max-width: 100%;
  }

  .l-page-blog-single .pagination-list a {
    font-size: 12px;
  }

  /*==============================
  page work brand
  ==============================*/
  .l-page-work-brand .brand-txt {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .l-page-work-brand .brand-bnr {
    margin: 0 auto 20px;
  }

  .l-page-work-brand .brand-txt .title {
    font-size: 15px;
    margin: 0 auto 15px;
  }

  .l-page-work-brand p {
    font-size: 14px;
    line-height: 1.5;
  }

  .l-page-work-brand .work-bran-itmelist p {
    font-size: 12px;
  }

  .l-page-work-brand .work-bran-itmelist .red-txt {
    font-size: 14px;
  }

  .l-page-work-brand .work-note {
    padding: 15px;
    margin: 0 auto 30px;
  }

  .l-page-work-brand .work-note .title {
    margin: 0 auto 15px;
    font-size: 12px;
  }

  .l-page-work-brand .work-note ul:not(:last-child) {
    margin: 0 0 15px;
  }

  .l-page-work-brand .work-note li {
    font-size: 11px;
    letter-spacing: -0.01em;
  }

  .l-page-work-brand dl dt {
    font-size: 14px;
    color: red;
    font-weight: 600;
  }

  .l-page-work-brand dl dt:empty {
    display: none;
  }

  @media screen and (min-width: 769px) {
    .l-page-work-brand dl dd {
      font-size: 18px;
      color: red;
      font-weight: 600;
    }
  }

  .l-page-work-brand .work-brandlink {
    text-align: right;
  }

  .l-page-work-detail h2,
  .l-page-work-brand h2 {
    margin: 20px auto;
  }

  .l-page-work-detail h1,
  .l-page-work-brand h1 {
    margin: 20px auto;
  }

  .l-page-work-detail h3,
  .l-page-work-brand h3 {
    margin: 0 0 30px;
    padding: 6px 15px;
    font-size: 14px;
    text-align: left;
    color: #fff;
    background: #333;
  }

  .blackmidashi {
    margin: 30px 0 30px;
    padding: 6px 15px;
    font-size: 14px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
    background: #333;
    clear: both;
  }

  .l-page-work-detail .work-items-list,
  .l-page-work-brand .work-items-list {
    text-align: center;
  }

  .l-page-work-detail .work-items-list .data-txt,
  .l-page-work-brand .work-items-list .data-txt {
    font-size: 11px;
    text-align: left;
  }

  .l-page-work-detail .work-items-list .data-txt .type,
  .l-page-work-brand .work-items-list .data-txt .type {
    width: 25%;
  }

  .l-page-work-detail .work-items-list .txt-red,
  .l-page-work-brand .work-items-list .txt-red {
    font-size: 14px;
    text-align: left;
  }

  .l-page-work-detail .work-items-list p,
  .l-page-work-brand .work-items-list p {
    font-size: 12px;
  }

  /*==============================
  page work
  ==============================*/
  .l-page-work {
    margin: 0 auto 0;
  }

  .l-page-work .work-h2 {
    padding: 0 0 5px;
    font-size: 18px;
    text-align: center;
    background: url(../img/module/headline_mainfood_h2_border.png) repeat-x left bottom;
  }

  .l-page-work .work-items-list {
    text-align: center;
  }

  .l-page-work .work-items-list [class*="col-"] {
    margin: 0 auto 30px;
  }

  .l-page-work .work-items-list .data-txt {
    margin: 11px auto 10px;
    font-size: 11px;
    text-align: left;
  }

  .l-page-work .work-items-list .data-txt .type {
    width: 25%;
  }

  .l-page-work .work-items-list .txt-red {
    display: block;
    font-size: 14px;
    text-align: left;
  }

  .l-page-work .work-items-list p {
    font-size: 12px;
  }

  .work-items-list .col-3 {
    width: 50%;
    float: left;
  }

  .work-items-list .col-3:nth-child(2n + 1) {
    clear: both;
  }

  /*==============================
  page question
  ==============================*/
  .l-page-question p {
    margin: 20px 0 0;
    font-size: 12px;
  }

  .l-page-question dl {
    margin: 0 auto 40px;
  }

  .l-page-question dt.accordion {
    margin: 20px 0 0;
    padding: 10px 45px 10px 50px;
    font-size: 13px;
    background: url(../img/page/question/sp_question_q_icon.png) no-repeat 3% center, url(../img/page/question/sp_question_sum.png) no-repeat 97% center #0a76b4;
    background-size: 27.5px 26px;
    line-height: 1.5;
  }

  .l-page-question dt.accordion.active {
    background: url(../img/page/question/sp_question_q_icon.png) no-repeat 3% center, url(../img/page/question/sp_question_minus.png) no-repeat 97% center #0a76b4;
    background-size: 27.5px 26px;
  }

  .l-page-question dd {
    margin: 0 0 20px;
    padding: 15px 15px 15px 50px;
    font-size: 12px;
    background: url(../img/page/question/sp_question_a_icon.png) no-repeat 3% 22px;
    background-size: 27.5px 26px;
  }

  /*==============================
  page ladies, page rolex
  ==============================*/
  .l-page-ladies h5,
  .l-page-rolex h5 {
    margin: 0 auto 20px;
  }

  .l-page-ladies .ladies-price-post dt,
  .l-page-rolex .ladies-price-post dt {
    font-size: 14px;
  }

  .l-page-ladies .ladies-price-post dd,
  .l-page-rolex .ladies-price-post dd {
    font-size: 16px;
  }

  .l-page-ladies .smallbox h4,
  .l-page-rolex .smallbox h4 {
    font-size: 18px;
  }

  .l-page-ladies .smallbox .row,
  .l-page-rolex .smallbox .row {
    border-bottom: none;
  }

  .l-page-ladies .smallbox h3,
  .l-page-rolex .smallbox h3 {
    text-align: center;
  }

  .l-page-ladies .smallbox .h3-bg,
  .l-page-rolex .smallbox .h3-bg {
    margin: 0 -3.125% -18% -3.125%;
    padding: 0 10% 20%;
    background: url(../img/page/ladies/sp_ladies_h3_bg_01.png) no-repeat left 27px, url(../img/page/ladies/sp_ladies_h3_bg_02.png) no-repeat right 20px;
    -webkit-background-size: 13%;
    background-size: 13%;
  }

  .l-page-ladies .items-list .items-list-01,
  .l-page-rolex .items-list .items-list-01 {
    font-size: 15px;
  }

  .l-page-ladies .items-list .items-list-02,
  .l-page-rolex .items-list .items-list-02 {
    text-align: left;
  }

  .l-page-ladies .items-list .items-list-02 span,
  .l-page-rolex .items-list .items-list-02 span {
    margin: 0 5px 0 0;
    padding: 2px 10px;
    font-size: 11px;
  }

  .l-page-ladies .items-list .red-text,
  .l-page-rolex .items-list .red-text {
    display: block;
    font-size: 14px;
    text-align: left;
  }

  .l-page-ladies .sell-high,
  .l-page-rolex .sell-high {
    margin: 0 auto 40px;
  }

  .l-page-ladies .broken,
  .l-page-rolex .broken {
    margin: 0 auto 0;
  }

  .l-page-ladies .broken .module-link-btn a,
  .l-page-rolex .broken .module-link-btn a {
    margin: 0 auto;
  }

  .l-page-ladies .customer-voice dl,
  .l-page-rolex .customer-voice dl {
    margin: 25px auto 30px;
  }

  /*==============================
  page broken
  ==============================*/
  .l-page-broken .broken-text h3 {
    margin: 1.25rem 0 1.5rem;
    font-size: 5vw;
  }

  .l-page-broken .broken-text p span {
    font-size: 1.4rem;
    margin: 0 0 1.25rem;
  }

  .l-page-broken .broken-box {
    margin: 0 0 30px;
  }

  .l-page-broken .broken-img {
    margin: 20px 0 0;
  }

  .l-page-broken .broken-list li {
    margin: 0 0 30px;
  }

  .l-page-broken .broken-list li p {
    font-size: 12px;
    margin: -8px 0 0;
  }

  .l-page-broken .broken-list li .list-img-01 {
    float: left;
    margin: 0;
    padding: 0 0.75%;
    width: 48.5%;
  }

  .l-page-broken .broken-list li .list-text-01 {
    float: right;
    margin: 0;
    width: 50%;
  }

  .l-page-broken .broken-list li .list-img-02 {
    float: right;
    margin: 0;
    padding: 0 0.75%;
    width: 48.5%;
  }

  .l-page-broken .broken-list li .list-text-02 {
    float: left;
    margin: 0;
    padding: 0 0.75%;
    width: 50%;
  }

  .l-page-broken .broken-list li .img-03 {
    margin: 0;
  }

  .l-page-broken .broken-list li .img-05 {
    margin: 0;
  }

  .l-page-broken .broken-list li .img-07 {
    margin: 0;
  }

  .l-page-broken .broken-list li h4 {
    margin: 0 0 20px;
  }

  /*============================
  page secret
  =============================*/
  .l-page-secret {
    margin: 0 0 60px;
  }

  .l-page-secret h3.secretheadline {
    font-size: 14px;
  }

  .l-page-secret h3 {
    margin: 0 auto 30px;
  }

  .l-page-secret h4.secret-headline4 {
    padding: 5px 15px 3px;
    margin: 0 auto 20px;
    font-size: 17px;
  }

  .l-page-secret p {
    margin: 15px auto;
  }

  .l-page-secret .highsell-list .row {
    margin: 0;
  }

  .l-page-secret .highsell-list .pht {
    margin: 25px 0 15px;
  }

  .l-page-secret .highsell-list p {
    margin: 0 0 25px;
    font-size: 12px;
  }

  .l-page-secret .highsell-list p.title {
    font-size: 15px;
  }

  .l-page-secret .highsell-list [class*="col-"] {
    float: left;
    padding: 0 0;
    margin: 0 auto 10px;
  }

  .l-page-secret .highsell-list [class*="col-"]:nth-child(2n) {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }

  .l-page-secret .highsell-list [class*="col-"]:first-child .pht {
    margin: 0 auto 15px;
  }

  .l-page-secret .sp-secret-point .point-nub {
    display: inline-block;
    padding: 0 15px 0 0;
    vertical-align: middle;
  }

  .l-page-secret .sp-secret-point dt {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
  }

  .l-page-secret .sp-secret-point dd {
    margin: 0 0 30px;
    font-size: 11px;
    color: #191919;
  }

  .l-page-secret .secret-voice {
    margin: 0 auto -30px;
  }

  .l-page-secret .secret-voice dl {
    margin: 0 0 20px;
  }

  .l-page-secret .secret-voice dl dt {
    margin: 20px 0 10px;
    font-size: 14px;
  }

  .l-page-secret .secret-voice dl dd {
    font-size: 12px;
  }

  .l-page-secret .secret-voice a {
    display: block;
    font-size: 12px;
    text-align: right;
  }

  .l-page-secret .sp-secret-contact {
    margin: 0 0 40px;
    padding: 15px;
    background: #f8f4e0;
  }

  .l-page-secret .sp-secret-contact p {
    font-size: 11px;
    letter-spacing: -0.01em;
  }

  .l-page-secret .sp-secret-contact .contact-title {
    display: table;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 17px;
    color: #684a03;
    border-bottom: 1px solid #684a02;
  }

  .l-page-secret .sp-secret-contact .pht {
    text-align: center;
  }

  .l-page-secret .sp-secret-contact .inner {
    padding: 25px 12px 12px;
    border: 1px solid #c2a86f;
  }

  .l-page-secret .sp-secret-contact li:not(:last-child) {
    margin: 0 0 10px;
  }

  .l-page-secret .sp-secret-contact li.contact {
    display: table;
    padding: 15px;
    width: 100%;
    background: #fff;
  }

  .l-page-secret .sp-secret-contact li.contact .num-tel {
    margin: 0 0 10px 0;
    padding: 0 0 0 32px;
    background: url(../img/page/secret/sp_secret_tel_icon.png) no-repeat left top;
    background-size: 24px 45px;
  }

  .l-page-secret .sp-secret-contact li.contact .num-tel p {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #005287;
    font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  }

  .l-page-secret .sp-secret-contact li.contact .num-tel p small {
    display: block;
    font-size: 12px;
    letter-spacing: 1.3px;
    color: #191919;
    letter-spacing: -0.5px;
  }

  .l-page-secret .sp-secret-contact li.contact address {
    font-size: 12px;
    font-weight: bold;
    color: #191919;
    line-height: 1.6;
    vertical-align: middle;
  }

  .l-page-secret .secret-items {
    margin: 0 -13.5px 30px;
  }

  .l-page-secret .secret-items .brand-watch .txt {
    height: 22vw;
  }
}

@media only screen and (min-width: 641px) {

  /* For desktop: */
  .col-1 {
    width: 8.33%;
  }

  .col-2 {
    width: 16.66%;
  }

  .col-3 {
    padding: 0 5px;
    width: 25%;
  }

  .l-page-expensive .col-3 {
    width: 20% !important;
  }

  .item1 .col-3 {
    height: 300px;
  }

  .item2 .col-3 {
    height: 380px;
  }

  .col-4 {
    width: 33.33%;
  }

  .col-5 {
    width: 41.66%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.33%;
  }

  .col-8 {
    width: 66.66%;
  }

  .col-9 {
    width: 75%;
    height: 80px;
  }

  .col-10 {
    width: 83.33%;
  }

  .col-11 {
    width: 91.66%;
  }

  .col-12 {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {

  /*  [class*="col-"] {
    float: none;
    width: 100%;
  }*/
  .l-page-antiquev .bnr-page .bnr-btn:nth-child(2n),
  .l-page-pocket .bnr-page .bnr-btn:nth-child(2n),
  .l-page-grade .bnr-page .bnr-btn:nth-child(2n),
  .l-page-complexity .bnr-page .bnr-btn:nth-child(2n),
  .l-page-ladies .bnr-page .bnr-btn:nth-child(2n),
  .l-page-rolex .bnr-page .bnr-btn:nth-child(2n) {
    /*border: 2px solid #27120a;*/
    border-right: none;
    border-left: none;
  }

  /*.l-page-antiquev .bnr-page .bnr-btn a, .l-page-pocket .bnr-page .bnr-btn a, .l-page-grade .bnr-page .bnr-btn a, .l-page-complexity .bnr-page .bnr-btn a, .l-page-ladies .bnr-page .bnr-btn a, .l-page-rolex .bnr-page .bnr-btn a {
    font-size: 4.2vw;
  }*/

  .l-page-secret .secret-items .brand-watch .txt,
  .l-page-expensive .expensive-list .brand-watch .txt {
    height: 43vw;
  }

  .l-page-secret .secret-items .brand-watch .txt p,
  .l-page-expensive .expensive-list .brand-watch .txt p {
    font-size: 8vw;
  }

  .l-page-secret .secret-items .brand-watch .txt small,
  .l-page-expensive .expensive-list .brand-watch .txt small {
    font-size: 5vw;
  }
}

@media screen and (max-width: 640px) {

  .l-page-antiquev .reasons-select .reasons-txt,
  .l-page-pocket .reasons-select .reasons-txt,
  .l-page-grade .reasons-select .reasons-txt,
  .l-page-complexity .reasons-select .reasons-txt,
  .l-page-ladies .reasons-select .reasons-txt,
  .l-page-rolex .reasons-select .reasons-txt {
    font-size: 1.2rem;
    margin: 0 0 30px;
  }

  .l-page-antiquev .customer-voice dl,
  .l-page-pocket .customer-voice dl,
  .l-page-grade .customer-voice dl,
  .l-page-complexity .customer-voice dl,
  .l-page-ladies .customer-voice dl,
  .l-page-rolex .customer-voice dl {
    margin-top: 25px;
  }

  .l-page-secret .secret-items {
    text-align: center;
  }
}

@media screen and (min-width: 641px) {

  .l-page-antiquev .sell-high,
  .l-page-pocket .sell-high,
  .l-page-grade .sell-high,
  .l-page-complexity .sell-high,
  .l-page-ladies .sell-high,
  .l-page-rolex .sell-high {
    margin-bottom: 80px;
  }

  .l-page-antiquev .broken,
  .l-page-pocket .broken,
  .l-page-grade .broken,
  .l-page-complexity .broken,
  .l-page-ladies .broken,
  .l-page-rolex .broken {
    margin-bottom: 80px;
  }

  .l-page-antiquev .reasons-select .reasons-items-list small,
  .l-page-pocket .reasons-select .reasons-items-list small,
  .l-page-grade .reasons-select .reasons-items-list small,
  .l-page-complexity .reasons-select .reasons-items-list small,
  .l-page-ladies .reasons-select .reasons-items-list small,
  .l-page-rolex .reasons-select .reasons-items-list small {
    font-size: 18px;
  }

  .l-page-antiquev .reasons-select .reasons-items-list p,
  .l-page-pocket .reasons-select .reasons-items-list p,
  .l-page-grade .reasons-select .reasons-items-list p,
  .l-page-complexity .reasons-select .reasons-items-list p,
  .l-page-ladies .reasons-select .reasons-items-list p,
  .l-page-rolex .reasons-select .reasons-items-list p {
    font-size: 24px;
  }
}

.content_headline {
  position: relative;
  padding: 0.25em 0 0.5em 0.75em;
  border-left: 6px solid #3498db;
  font-size: 22px;
  font-weight: bold;
}

.content_headline::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.content_headline_l {
  position: relative;
  padding: 0.25em 0 0.5em 0.75em;
  border-left: 6px solid #f49200;
  font-size: 22px;
  font-weight: bold;
}

.content_headline_l::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #f49200;
}

.content_h3 {
  position: relative !important;
  padding: 0.5em 0.75em !important;
  background-color: #f0f0f0 !important;
  border-radius: 6px !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) inset !important;
  font-size: 17px !important;
  font-weight: bold !important;
  color: #000000 !important;
}

.content_h3::after {
  position: absolute !important;
  top: 100% !important;
  left: 30px !important;
  content: "" !important;
  width: 0 !important;
  height: 0 !important;
  border: 10px solid transparent !important;
  border-top: 15px solid #f0f0f0 !important;
}

/* =================================
   SalonPage
==================================== */
@media screen and (min-width: 641px) {
  .salon_brown {
    font-size: 30px;
    font-weight: bold;
    padding-left: 30px;
    background: url(https://www.kaitori-ginza.com/assets/img/page/salon/title1.png) no-repeat;
    background-position: left center;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .salon_flow {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .salon_flow1 {
    width: 290px;
    float: left;
  }

  .salon_flow img {
    margin-bottom: 20px;
  }

  .salon_arrow {
    margin-top: 150px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
  }

  .salon_detail .salon_h3 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    background: url(https://www.kaitori-ginza.com/assets/img/page/salon/title2.png) no-repeat;
    background-position: left center;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 2px solid #7c5f03;
    text-align: left !important;
  }

  .salon_detail {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .salon_detail .salon_browntext {
    font-weight: bold;
    font-size: 16px;
    color: #7c5f03;
    text-align: left !important;
  }
}

@media screen and (max-width: 640px) {
  .salon_brown {
    font-size: 22px;
    font-weight: bold;
    padding-left: 30px;
    background: url(https://www.kaitori-ginza.com/assets/img/page/salon/title1.png) no-repeat;
    background-position: left center;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .salon_detail .salon_h3 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
    background: url(https://www.kaitori-ginza.com/assets/img/page/salon/title2.png) no-repeat;
    background-position: left center;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 2px solid #7c5f03;
    text-align: left !important;
  }

  .salon_detail .salon_browntext {
    font-weight: bold;
    font-size: 16px;
    color: #7c5f03;
    text-align: left !important;
  }

  .salon_detail {
    width: 100%;
  }

  .salon_arrow {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .salon_flow1 {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =================================
   来店予約
==================================== */
@media screen and (min-width: 641px) {
  .monthly-calendar {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .monthly-calendar table {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
  }

  .monthly-calendar th {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    background: #f3f3f3;
  }

  .monthly-calendar td {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
  }

  .monthly-calendar table caption {
    font-size: 20px;
  }

  .monthly-calendar td a:hover {
    background-color: #666;
    color: #ffffff;
  }

  .monthly-calendar .monthly-next a:link {
    color: #069 !important;
    text-decoration: underline;
  }

  .monthly-calendar .monthly-next a:visited {
    color: #069 !important;
    text-decoration: underline;
  }

  .monthly-calendar .monthly-next a:hover {
    color: #069 !important;
    text-decoration: none;
  }

  .monthly-calendar .monthly-prev a:link {
    color: #069 !important;
    text-decoration: underline;
  }

  .monthly-calendar .monthly-prev a:visited {
    color: #069 !important;
    text-decoration: underline;
  }

  .monthly-calendar .monthly-prev a:hover {
    color: #069 !important;
    text-decoration: none;
  }

  .day-calendar {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #000000;
  }

  th.day-left {
    font-size: 14px;
    color: #000000;
  }

  th.day-right {
    font-size: 14px;
    color: #000000;
  }

  .day-calendar td a:hover {
    background-color: #666;
    color: #ffffff;
  }
}

/*---------------------------------------------------------------------------*/
/*------------------------------souba_block---------------------------------*/
/*---------------------------------------------------------------------------*/

.pricelist-wrap {
  overflow: hidden;
}

.list_name-area {
  width: 100%;
  line-height: 1;
  padding: 15px;
}

.list_name-area p {
  font-size: 15px !important;
}

.list_name-area span {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.list_name-area span::before {
  content: "定価：";
}

.teigaku .souba_li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teigaku .souba_li .souba_block {
  width: 499px;
  float: left;
  clear: none;
  padding: 10px;
}

.teigaku .souba_li li img {
  float: left;
  width: 20%;
}

.teigaku .condition_mini {
  float: left;
  width: 370px !important;
}

.teigaku .souba_li .souba_block .souba1 {
  padding-bottom: 5px;
  border-bottom: 1px #000 dotted !important;
  /*float:left;*/
  width: 370px !important;
  border-left: none;
  border-right: none;
  padding-left: 0px !important;
  height: 40px;
}

.teigaku .souba_li .souba_block .souba2 {
  clear: both;
  padding-bottom: 5px;
  border-bottom: 1px #000 dotted !important;
  border-left: none;
  border-right: none;
  /*float:left;*/
  width: 370px !important;
  margin-top: 10px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  height: 40px;
}

.teigaku .souba_li .souba_block .souba3 {
  clear: both;
  padding-bottom: 25px !important;
  /*float:left;*/
  margin-bottom: 5px !important;
  width: 370px !important;
  margin-top: 15px !important;
  border-left: none;
  border-right: none;
  height: 40px;
}

.teigaku2 .souba_li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teigaku2 .souba_li .souba_block {
  width: 499px;
  float: left;
  clear: none;
  padding: 10px;
}

.teigaku2 .souba_li li img {
  float: left;
  width: 20%;
}

.teigaku2 .condition_mini {
  float: left;
  width: 370px !important;
}

.teigaku2 .souba_li .souba_block .souba1 {
  padding-bottom: 5px;
  border-bottom: 1px #000 dotted !important;
  float: left;
  width: 370px !important;
  border-left: none;
  border-right: none;
  padding-left: 0px !important;
  height: 60px;
}

.teigaku2 .souba_li .souba_block .souba2 {
  clear: both;
  padding-bottom: 5px;
  border-bottom: 1px #000 dotted !important;
  border-left: none;
  border-right: none;
  float: left;
  width: 370px !important;
  margin-top: 5px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  height: 60px;
}

.teigaku2 .souba_li .souba_block .souba3 {
  clear: both;
  padding-bottom: 15px;
  float: left;
  width: 370px !important;
  margin-top: 15px !important;
  border-left: none;
  border-right: none;
  height: 40px;
}

.souba_li {
  border-left: #000 1px solid;
  border-top: #000 1px solid;
  overflow: hidden;
}

.souba_li .souba_block {
  border-bottom: #000 1px solid;
  border-right: #000 1px solid;
  clear: both;
  overflow: hidden;
}

.souba_li li img {
  float: left;
  margin: 40px 5px;
}

.teigaku .souba_li li img {
  float: left;
  /*margin:60px 10px 60px 0px;*/
  margin: 10px 10px 30px 0px;
}

.teigaku2 .souba_li li img {
  float: left;
  margin: 10px 10px 10px 0px;
}

.list_name {
  margin-bottom: 10px;
  font-weight: bold !important;
}

.souba_condition {
  width: 160px;
  float: left;
  height: 30px;
}

.souba_li .souba_basicprice {
  font-size: 11px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.souba1 .souba_condition {
  color: #ffffff;
  padding: 3px;
  background: #0080ff;
  width: 120px;
  text-align: center;
  margin-right: 10px;
}

.souba1 .souba_specialprice {
  padding: 3px;
}

.souba2 .souba_specialprice {
  padding: 3px;
}

.souba3 .souba_specialprice {
  padding: 3px;
}

.souba_specialprice_ns:empty,
.souba_specialprice:empty {
  display: none;
}

.souba2 .souba_condition {
  color: #ffffff;
  padding: 3px;
  background: #0080c0;
  width: 120px;
  text-align: center;
  margin-right: 10px;
}

.souba3 .souba_condition {
  color: #ffffff;
  padding: 3px;
  background: #008080;
  width: 120px;
  text-align: center;
  margin-right: 10px;
}

.souba_li .souba_block .souba1 {
  padding-bottom: 5px;
  border-bottom: 1px #000 dotted !important;
  float: left;
  width: 600px !important;
  border-left: none;
  border-right: none;
  padding-left: 0px !important;
}

.souba_li .souba_block .souba2 {
  clear: both;
  padding-bottom: 5px;
  border-bottom: 1px #000 dotted !important;
  border-left: none;
  border-right: none;
  float: left;
  width: 600px !important;
  margin-top: 5px;
  padding-left: 0px !important;
}

.souba_li .souba_block .souba3 {
  clear: both;
  padding-bottom: 5px;
  float: left;
  width: 600px;
  margin-top: 5px !important;
  border-left: none;
  border-right: none;
}

.condition_mini {
  float: left;
  width: 600px !important;
}

.souba_specialprice {
  color: #f00 !important;
  font-weight: bold;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.souba_specialprice {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.brand-content-inner-modelNumber-rolex {
  overflow: hidden;
}

.brand-content-inner-modelNumber-rolex span {
  color: #f00 !important;
}

.brand-content-inner-modelNumber-rolex p {
  color: #f00 !important;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .monthly-calendar {
    margin-left: auto;
    margin-right: auto;
  }

  .monthly-calendar table {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
  }

  .monthly-calendar th {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    background: #f3f3f3;
  }

  .monthly-calendar td {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
  }

  .monthly-calendar table caption {
    font-size: 25px;
  }

  .monthly-calendar td a:hover {
    background-color: #ffffe0;
  }

  .monthly-calendar .monthly-next a:link {
    color: #069 !important;
    text-decoration: underline;
  }

  .monthly-calendar .monthly-next a:visited {
    color: #069 !important;
    text-decoration: underline;
  }

  .monthly-calendar .monthly-next a:hover {
    color: #069 !important;
    text-decoration: none;
  }

  .monthly-calendar .monthly-prev a:link {
    color: #069 !important;
    text-decoration: underline;
  }

  .monthly-calendar .monthly-prev a:visited {
    color: #069 !important;
    text-decoration: underline;
  }

  .monthly-calendar .monthly-prev a:hover {
    color: #069 !important;
    text-decoration: none;
  }

  .souba_li {
    border-bottom: #000 1px solid;
  }

  .souba_li .souba_block {
    border-top: #000 1px solid;
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .souba_li li img {
    float: left;
    margin: 42px 5px;
    width: 25%;
  }

  .list_name-area {
    line-height: 1.2;
    padding: 15px;
  }

  .list_name-area span {
    display: block;
    font-size: 12px;
  }

  .list_name-area span::before {
    content: "定価：";
  }

  .list_name {
    /*padding:5px;
	margin-bottom:5px;*/
    font-weight: bold !important;
  }

  .souba_li .souba_basicprice {
    display: none;
  }

  .souba1 .souba_condition {
    color: #ffffff;
    padding: 3px;
    background: #0080ff;
    width: 120px;
    text-align: center;
    margin-right: 20px;
    float: left;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

  .souba2 .souba_condition {
    color: #ffffff;
    padding: 3px;
    background: #0080c0;
    width: 120px;
    text-align: center;
    margin-right: 20px;
    float: left;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

  .souba3 .souba_condition {
    color: #ffffff;
    padding: 3px;
    background: #008080;
    width: 120px;
    text-align: center;
    margin-right: 20px;
    float: left;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

  .souba_li .souba_block .souba1 {
    padding-bottom: 5px;
    border-bottom: 1px #000 dotted !important;
    border-left: none;
    border-right: none;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    width: 300px !important;
  }

  .souba_li .souba_block .souba2 {
    clear: both;
    padding-bottom: 5px;
    border-bottom: 1px #000 dotted !important;
    border-left: none;
    border-right: none;
    margin-top: 5px;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    width: 300px !important;
  }

  .souba_li .souba_block .condition_mini .souba3 {
    clear: both;
    padding-bottom: 5px;
    border-left: none;
    border-right: none;
    margin-top: 5px;
    padding-left: 0px !important;
    width: 300px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

  .condition_mini {
    float: left;
    width: 60% !important;
  }

  .condition_mini p {
    font-size: 15px;
  }

  .souba_specialprice {
    color: #f00 !important;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    clear: both;
    padding-top: 0px !important;
    margin-top: 0px !important;
    line-height: 200%;
  }
}

/* ページネーション */
.mod_pager {
  display: block;
  text-align: center;
}

.mod_pager .pager_num {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0070c4;
  border: solid 1px #e7e7e7;
  padding: 5px 10px 2px;
}

.mod_pager .pagerOn {
  background-color: #0070c4;
  color: #fff;
}

.wp-pagenavi {
  display: block;
  text-align: center;
  margin: 50px 0 20px;
}

.wp-pagenavi .larger {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0070c4;
  border: solid 1px #e7e7e7;
  padding: 5px 10px 2px;
  margin-right: 5px;
}

.wp-pagenavi .current {
  background-color: #0070c4;
  color: #fff;
}

.wp-pagenavi .previouspostslink {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0070c4;
  border: solid 1px #e7e7e7;
  padding: 5px 10px 2px;
  margin-right: 5px;
}

.wp-pagenavi .nextpostslink {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0070c4;
  border: solid 1px #e7e7e7;
  padding: 5px 10px 2px;
  margin-right: 5px;
}

.wp-pagenavi .smaller {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0070c4;
  border: solid 1px #e7e7e7;
  padding: 5px 10px 2px;
  margin-right: 5px;
}

.wp-pagenavi .current {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0070c4;
  border: solid 1px #e7e7e7;
  padding: 5px 10px 2px;
  margin-right: 5px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin: 25px 0 0;
  }
}

.wp-pagenavi {
  display: block;
  text-align: center;
  margin: 50px 0 20px;
}

.wp-pagenavi .larger {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0070c4;
  border: solid 1px #e7e7e7;
  padding: 5px 10px 2px;
  margin-right: 5px;
}

.wp-pagenavi .current {
  background-color: #0070c4;
  color: #fff;
}

.wp-pagenavi .previouspostslink {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0070c4;
  border: solid 1px #e7e7e7;
  padding: 5px 10px 2px;
  margin-right: 5px;
}

.wp-pagenavi .nextpostslink {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0070c4;
  border: solid 1px #e7e7e7;
  padding: 5px 10px 2px;
  margin-right: 5px;
}

.wp-pagenavi .smaller {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0070c4;
  border: solid 1px #e7e7e7;
  padding: 5px 10px 2px;
  margin-right: 5px;
}

.wp-pagenavi .current {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0070c4;
  border: solid 1px #e7e7e7;
  padding: 5px 10px 2px;
  margin-right: 5px;
  color: #ffffff;
}

@media (max-width: 640px) {

  .contents_table .teigaku-link {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
  }

  .wp-pagenavi {
    margin: 25px 0 0;
  }

  .contents_table .teigaku-link a {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    /*background: #333;
	 color: #fff;
	 display: block;
	 padding: 10px;*/
  }

  .kaitori-sp-btn {
    display: block;
    margin: 0 auto;
    width: 75%;
    height: auto;
  }

  .contents_table .teigaku-link a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 641px) {
  .sp_only {
    display: none;
  }

  .contents_table .teigaku-link a {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding-left: 30px;
    padding-right: 30px;*/
    border-radius: 4px;
    background: #ff8c00;
  }

  .contents_table .teigaku-link a:hover {
    opacity: 0.7;
  }
}

/*20191026追加　ブランド部分*/

@media screen and (min-width: 641px) {
  .bland {
    overflow: hidden;
  }

  .brand-content-wrap {
    width: 100%;
    margin-top: 63px;
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }

  .brand-content-wrap-l {
    width: 40%;
  }

  .brand-content-wrap-l img {
    width: 95%;
  }

  .brand-content-wrap-r {
    width: 55%;
  }

  .brand-content-inner dt {
    -webkit-appearance: none;
    font-size: 14px;
    width: 45%;
  }

  .brand-content-inner dd {
    -webkit-appearance: none;
    width: 55%;
    font-size: 30px !important;
    font-weight: bold;
    color: red !important;
    text-align: right;
    line-height: 1;
  }

  .brand-content-kyoka-inner dd {
    -webkit-appearance: none;
    width: 55%;
    font-size: 30px !important;
    font-weight: bold;
    color: red !important;
    text-align: right;
    line-height: 1;
  }

  .brand-content-inner span {
    -webkit-appearance: none;
    font-size: 14px !important;
    font-weight: bold;
    color: red !important;
    text-align: right;
    line-height: 1;
    float: right;
  }

  .brand-content-inner p {
    -webkit-appearance: none;
    font-size: 30px !important;
    font-weight: bold;
    color: red !important;
    text-align: right;
    line-height: 1;
    float: right;
    clear: both;
    margin-bottom: 5px;
  }

  .souba_specialprice {
    display: block;
  }

  .brand-content-inner3 span {
    -webkit-appearance: none;
    display: block;
    font-size: 13px;
    color: red;
    line-height: 1;
    margin-bottom: 5px;
  }

  .brand-content-wrap-r dl {
    display: inline-block;
    margin-top: 40px;
    width: 100%;
  }

  .brand-content-inner,
  .brand-content-kyoka-inner {
    -webkit-appearance: none;
    width: 100%;
    border-bottom: 1px dotted #b8afab;
    padding: 0;
    display: -ms-flexbox;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: dotted 1px #ddd;
  }


  /*
 .brand-content-inner {
 width: 100%;
 display:-ms-flexbox;
 display:flex!important;
 -webkit-box-pack:justify!important;
 -ms-flex-pack:justify!important;
 justify-content:space-between!important;
 align-items: center!important;
 box-sizing: border-box!important;
 margin-bottom: 15px!important;
 border-bottom: dotted 1px #ddd!important;
 padding-bottom: 15px!important;
}
*/

  .brand-content-inner dt {
    font-size: 14px !important;
    width: 45% !important;
  }

  .brand-content-inner table {
    float: right !important;
  }

  .brand-content-inner table th {
    font-size: 14px !important;
    font-weight: bold;
    color: red !important;
    text-align: right;
    line-height: 1;
  }

  .brand-content-inner table td {
    font-size: 24px !important;
    font-weight: bold;
    color: red !important;
    line-height: 1;
    text-align: right !important;
  }

  .brand-content-inner table td {
    font-size: 24px !important;
    font-weight: bold;
    color: red !important;
    line-height: 1;
    text-align: right !important;
    float: right !important;
    clear: both !important;
  }

  .brand-content-inner3 span {
    font-size: 13px;
  }

  .souba_price0::before {
    content: "買取強化特別価格(未使用品)";
    font-size: 14px;
    color: red;
    margin-right: 5px;
  }

  .souba_price2::before {
    content: "未使用品買取価格";
    font-size: 14px;
    color: red;
    margin-right: 5px;
  }

  .souba_price3::before {
    content: "中古品買取価格";
    font-size: 14px;
    color: red;
    margin-right: 5px;
  }
}

.takuhai-mousikomi-btn {
  margin-bottom: 20px;
}

.brand-content-inner-modelNumber th:empty,
.souba_specialprice:empty {
  display: none;
}

.brand-content-inner-modelNumber td:empty {
  display: none;
}

/*ブランドカテゴリーごとのお客様の声*/
.category-customer-vo {
  width: 100%;
  margin-top: 80px;
}

.category-customer-vo h4 {
  width: 100%;
  padding-bottom: 2px;
  border-bottom: 2px solid #333;
  text-align: left !important;
  margin: 20px 0;
  font-size: 25px;
}

.category-customer-vo dl {
  width: 100%;
  margin-bottom: 50px;
}

.category-customer-vo dt {
  width: 100%;
  padding: 0.4em 0.5em;
  color: #494949 !important;
  background: #f4f4f4;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7;
}

.category-customer-vo dd {
  width: 100%;
  margin-bottom: 10px;
}

.category-customer-vo dt,
.category-customer-vo dd {
  padding: 5px 0px 5px 10px;
}

.category-customer-vo a {
  background: #333;
  color: #fff !important;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.rolex-content-inner-modelNumber span {
  color: #f00 !important;
  font-weight: bold;
}

.l-contents .kaitori_update {
  font-weight: bold;
  font-size: 18px !important;
  color: #e10040;
}

.l-contents .souba_update {
  font-weight: bold;
  font-size: 18px !important;
  color: #e10040;
}

@media (min-width: 641px) {
  .sp-only {
    display: none;
  }

  .l-contents {
    margin-top: 200px;
  }

  .l-contents .wrap {
    margin-top: 15px;
  }

  .teigaku_separate_form {
    width: 1000px;
    margin: 0 auto;
  }

  .souba_specialprice1::before,
  #souba_price_n::before {
    content: "新品買取価格";
    margin-right: 10px;
  }

  #souba_price_ss {
    font-size: 16px;
  }

  #souba_price_s,
  #souba_price_u {
    font-size: 16px;
  }

  .souba_specialprice0::before,
  #souba_price_ss::before {
    content: "買取強化特別価格(未使用品)";
    margin-right: 10px;
  }

  .souba_specialprice2::before,
  #souba_price_s::before {
    content: "未使用品買取価格";
    margin-right: 10px;
  }

  .souba_specialprice3::before,
  #souba_price_u::before {
    content: "中古品買取価格";
    margin-right: 10px;
  }


}

@media (max-width: 640px) {
  .pc-only {
    display: none;
  }


  .l-contents .wrap {
    margin-top: 15px;
  }

  .teigaku_separate_form {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .teigaku_separate_form .cat_search {
    margin: 0;
  }

  .teigaku_separate_form .cat_search .teigaku_separate_form_sp_word {
    display: none;
  }

  .souba_specialprice1::before,
  #souba_price_n::before {
    content: "新品買取価格";
    font-size: 10px;
    color: red;
    margin-right: 5px;
  }

  .souba_specialprice0::before,
  #souba_price_ss::before {
    content: "買取強化特別価格(未使用品)";
    font-size: 10px;
    color: red;
    margin-right: 5px;
    display: block;
  }

  #souba_price_ss::before {
    display: block;
  }

  #souba_price_u,
  #souba_price_ss,
  #souba_price_s {
    text-align: right;
  }

  #souba_price_u::before,
  #souba_price_ss::before,
  #souba_price_s::before {
    text-align: left;
  }

  .souba_specialprice2::before,
  #souba_price_s::before {
    content: "未使用品買取価格";
    font-size: 10px;
    color: red;
    margin-right: 5px;
  }

  .souba_specialprice3::before,
  #souba_price_u::before {
    content: "中古品買取価格";
    font-size: 10px;
    color: red;
    margin-right: 5px;
  }

  .rolex-List-price th,
  .rolex-List-price td,
  caption,
  th,
  td {
    vertical-align: middle !important;
  }

  .l-contents .wrap .headline-h2 .breadcrumbs {
    margin: 0px 10px 20px;
  }

  .l-contents .wrap .headline-h2 .breadcrumbs a {
    color: #0080ff;
  }
}

.brand-midashi {
  margin-top: 15px !important;
}

h2.tug_title {
  font-family: "Noto Serif JP", serif !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  margin-top: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding: 20px 0px 10px !important;
}

.tug_item a {
  margin-bottom: 10px !important;
  padding: 5px 10px;
  background-color: #212121;
  color: #fff !important;
  border-radius: 10px;
  font-size: 14px;
  height: fit-content;
  margin-right: 8px;
  line-height: normal !important;
  display: inline-block;
}

.mb-20 {
  margin-bottom: 10px;
}


/*ブランドリスト　時計アイコン追加*/


#kaitori_brandlist_wrap .brand-items-list {
  width: 100%;
}

#kaitori_brandlist_wrap .brand-items-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

@media screen and (min-width: 651px) {

  #kaitori_brandlist_wrap .brand-items-list .kaitori_brand_list {
    width: 32%;
    margin-bottom: 15px;
    margin-right: 2%;
    box-sizing: border-box;
    padding: 15px;
    border: solid 1px #ddd;
  }

  #kaitori_brandlist_wrap .brand-items-list .kaitori_brand_list:nth-child(3n) {
    margin-right: 0 !important;
  }

  #kaitori_brandlist_wrap .brand-items-list .kaitori_brand_list .brand_list_img {
    width: 100%;
  }

  #kaitori_brandlist_wrap .brand-items-list .brand-watch2 {
    border: none;
    width: 70%;
  }



}

@media screen and (max-width: 650px) {

  #kaitori_brandlist_wrap .brand-items-list .kaitori_brand_list {
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 5px;
    border: solid 1px #ddd;
  }

  #kaitori_brandlist_wrap .brand-items-list .kaitori_brand_list .brand_list_img {
    width: 25%;
  }

  #kaitori_brandlist_wrap .brand-items-list .brand-watch2 {
    border: none;
    width: 75%;
  }

  #kaitori_brandlist_wrap .brand-items-list .brand-watch2 p {
    font-size: 20px;
  }
}

#kaitori_brandlist_wrap .brand-items-list .kaitori_brand_list a {
  display: flex;
  width: 100%;
  align-items: center;
}


#kaitori_brandlist_wrap .brand-items-list .kaitori_brand_list img {
  width: 100%;
}

#kaitori_brandlist_wrap .brand-items-list .brand-watch2 p {
  position: relative !important;
  margin: 0 !important;
}

/*買戻し*/

.l-page-repurchase .item-box70 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: space-between;
}

.l-page-repurchase .items-watch-inner .txt {
  height: auto;
  flex-grow: 1;
}



@media screen and (min-width: 651px) {
  .l-page-repurchase .item-box70 li {
    width: 32%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 650px) {
  .l-page-repurchase .item-box70 li {
    width: 48%;
    margin-bottom: 15px;
  }
}

.p-banner {
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 642px) {
  .p-banner {
    margin-bottom: 0;
  }
}

.p-banner img {
  aspect-ratio: 5/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 642px) {
  .p-banner img {
    aspect-ratio: 1/1;
  }
}

.p-cta {
  margin-top: 60px;
  max-width: 795px;
  margin-inline: auto;
}

@media screen and (max-width: 642px) {
  .p-cta.pc {
    display: none;
  }
}

.p-cta.sp {
  display: none;
}

@media screen and (max-width: 642px) {
  .p-cta.sp {
    margin-top: 16px;
    display: block;
    padding: 0 10px;
  }
}

.p-cta__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.p-cta__title {
  font-size: 39px;
  font-weight: 500;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

.p-cta__title span {
  color: #e10040;
}

.p-cta__title span.line {
  color: #00b900;
}

.p-cta__form--line {
  margin-top: 24px;
}

.p-cta__btn {
  margin-top: 10px;
}

@media screen and (max-width: 642px) {
  .p-cta__title {
    font-size: 16px;
  }

  .p-cta__btn {
    margin-top: 0;
  }
}

.p-cta__btn a {
  width: 100%;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0px 6px 1px rgba(103, 103, 103, 0.47);
  background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/cta-form_bg.png) no-repeat center / cover;
  color: #fff !important;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 36px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 642px) {
  .p-cta__btn a {
    height: 52px;
    font-size: 16px;
    box-shadow: 0px 3px 1px rgba(103, 103, 103, 0.47);
  }
}

.p-cta__btn--line a {
  background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/cta-line_bg.png) no-repeat center / cover;
}

.p-cta__btn--tel a {
  background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/cta-tel_bg.png) no-repeat center / cover;
}

.p-cta__btn a::before {
  content: "";
  width: 77px;
  height: 77px;
  background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/icon_calendar.png) no-repeat center / cover;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

@media screen and (max-width: 642px) {
  .p-cta__btn a::before {
    display: none;
  }
}

.p-cta__btn--line a::before {
  width: 82px;
  height: 78px;
  background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/icon_line.png) no-repeat center / cover;
}

.p-cta__btn a::after {
  content: "";
  width: 21px;
  height: 25px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translateY(-50%);
}

@media screen and (max-width: 642px) {
  .p-cta__btn a::after {
    width: 9px;
    height: 11px;
    right: 9px;
  }
}

.p-cta__tel-box {
  border: 2px solid;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 42px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

.p-cta__tel-title {
  font-size: 39px;
  font-weight: 500;
  position: relative;
  margin-left: 40px;
}

.p-cta__tel-title::before {
  content: "";
  width: 60px;
  height: 77px;
  background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/icon_tel.png) no-repeat center / cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - 18px), -50%);
}

.p-cta__tel-title span {
  color: #fe8209;
}

.p-cta__tel-time {
  font-size: 26px;
  font-weight: 500;
  color: #707070;
}

.p-cta__tel-time span {
  font-size: 23px;
}

.p-cta__tel-area {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-cta__tel {
  display: flex;
  align-items: center;
  gap: 54px;
  font-weight: 500;
  line-height: 1;
}

.p-cta__tel span {
  width: 197px;
  text-align: right;
  font-size: 26px;
}

.p-cta__tel a {
  font-size: 52px;
  font-weight: bold;
  color: #d4554f !important;
}

.p-section {
  margin-top: 64px;
}

@media screen and (max-width: 642px) {
  .p-section {
    margin-top: 16px;
  }
}

.p-section__title {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  width: 100%;
  height: 104px;
  background-color: #343437;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
}

@media screen and (max-width: 642px) {
  .p-section__title {
    height: 50px;
    font-size: 25px;
  }
}

.p-section__copy {
  margin-top: 54px;
  text-align: center;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 41px;
  font-weight: 500;
  color: #213c5a;
}

@media screen and (max-width: 642px) {
  .p-section__copy {
    margin-top: 28px;
    font-size: 20px;
  }
}

.p-section__copy span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #f2b019 30%);
  position: relative;
  line-height: 1.2;
  z-index: -1;
}

.p-section__text {
  margin-top: 50px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-size: 25px !important;
  text-align: left;
}

@media screen and (max-width: 642px) {
  .p-section__text {
    margin-top: 20px;
    font-size: 16px !important;
    padding: 0 8px;
    text-align: center;
  }
}

@media screen and (max-width: 642px) {
  .p-section__img-title {
    margin-top: 40px;
  }
}

.p-section__img-title {
  font-size: 37px;
  font-weight: 500;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

@media screen and (max-width: 642px) {
  .p-section__img-title {
    font-size: 20px;
  }
}

.p-section__img-title .bold {
  font-size: 52px;
}

@media screen and (max-width: 642px) {
  .p-section__img-title .bold {
    font-size: 29px;
  }
}

.p-section__img img {
  margin-top: 56px;
  aspect-ratio: 1000/373;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 642px) {
  .p-section__img img {
    margin-top: 16px;
    aspect-ratio: 760/641;
  }
}

.p-section__img-text {
  margin-top: 60px;
  text-align: left;
  font-size: 25px;
  font-family: "yu-gothic-pr6n", sans-serif;
}

@media screen and (max-width: 642px) {
  .p-section__img-text {
    margin-top: 15px;
    font-size: 16px;
    padding: 0 20px;
  }
}

.p-section__img-caption {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 20px;
  text-align: left;
  margin-top: 40px;
}

@media screen and (max-width: 642px) {
  .p-section__img-caption {
    margin-top: 20px;
    font-size: 12px;
    padding: 0 12px;
  }
}

.p-voice {
  margin-top: 67px;
}

.p-voice__title {
  height: 100px;
  background-color: #d7eeff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 41px;
  font-weight: 500;
  position: relative;
}

.p-voice__title::after {
  content: "";
  width: 86px;
  height: 71px;
  background-color: #d7eeff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  left: 50%;
  top: 64px;
  transform: translateX(-50%);
}

.p-voice__cards {
  margin-top: 50px;
  max-width: 795px;
  margin-inline: auto;
}

.p-voice__card:nth-child(n+2) {
  margin-top: 29px;
}

.c-card-voice {
  border: 1px solid #343437;
  padding: 43px 68px 56px;
}

.c-card-voice__head {
  display: flex;
  align-items: center;
  gap: 30px;
}

.c-card-voice__img {
  width: 146px;
}

.c-card-voice__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-page-repurchase h3.c-card-voice__title {
  font-size: 33px;
  padding: 0;
  background-color: transparent;
  color: #1e3954;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  text-align: left;
  letter-spacing: 0;
}

.c-card-voice__text {
  margin-top: 40px;
  font-size: 25px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  text-align: left;
}

.c-card-voice__text span {
  display: block;
  text-align: right;
  margin-top: 16px;
}

@media screen and (max-width: 642px) {
  .p-voice {
    margin-top: 32px;
  }

  .p-voice__title {
    height: 47px;
    font-size: 16px;
  }

  .p-voice__title::after {
    width: 14px;
    height: 11px;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 100%);
  }

  .p-voice__cards {
    margin-top: 26px;
  }

  .p-voice__card:nth-child(n+2) {
    margin-top: 10px;
  }

  .c-card-voice {
    padding: 20px 11px 30px;
  }

  .c-card-voice__head {
    gap: 16px;
  }

  .c-card-voice__img {
    width: 73px;
  }

  .l-page-repurchase h3.c-card-voice__title {
    font-size: 16px;
    margin: 0;
  }

  .c-card-voice__text {
    margin-top: 24px;
    font-size: 12px;
  }

  .c-card-voice__text span {
    margin-top: 8px;
  }
}

.p-jouken {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  margin-top: 58px;
  margin-bottom: 64px;
}

.p-jouken__title {
  height: 187px;
}

.p-jouken__text {
  font-size: 25px;
  margin-top: 64px;
}

.p-jouken__box {
  margin-top: 64px;
  max-width: 800px;
  margin-inline: auto;
}

.l-page-repurchase h3.p-box-jouken__title {
  padding: 0;
  letter-spacing: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fbdb00;
  font-size: 41px;
  color: #343437;
  font-weight: 500;
}

.p-box-jouken__list {
  padding: 30px 24px;
  background-color: #fffdef;
  border: 2px solid #fbdb00;
}

.p-box-jouken__item {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 19px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
}

.p-box-jouken__item::before {
  content: "";
  width: 33px;
  height: 33px;
  background-color: #fff;
  border: 2px solid #929292;
  flex-shrink: 0;
}

.p-box-jouken__item:nth-child(n+2) {
  margin-top: 1em;
}

@media screen and (max-width: 642px) {
  .p-jouken {
    margin-top: 26px;
    margin-bottom: 34px;
  }

  .p-jouken__title {
    height: 100px;
    font-size: 20px;
  }

  .p-jouken__inner {
    padding: 0 10px;
  }

  .p-jouken__text {
    margin-top: 38px;
    font-size: 16px;
    text-align: left;
  }

  .p-jouken__box {
    margin-top: 32px;
  }

  .l-page-repurchase h3.p-box-jouken__title {
    height: 42px;
    font-size: 16px;
  }

  .p-box-jouken__list {
    padding: 15px 12px;
    border: 1px solid #fbdb00;
  }

  .p-box-jouken__item {
    gap: 10px;
    font-size: 12px;
  }

  .p-box-jouken__item::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #929292;
  }
}

.p-cta-box {
  background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/cta-box_bg.jpg) no-repeat center / contain;
  padding: 60px 50px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  position: relative;
  z-index: 10;
}

.p-cta-box__title {
  font-size: 41px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.p-cta-box__title span {
  color: #ffd200;
}

.p-cta-box__list {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  text-align: left;
}

.p-cta-box__item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 41px;
  font-weight: 500;
  letter-spacing: 0;
  text-shadow: 0 6px 10px rgba(42, 40, 40, 1);
}

.p-cta-box__item::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #f7bf3f;
  border-radius: 50%;
}

.p-cta-box__box {
  padding: 42px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 72px;
  position: relative;
}

.p-cta-box__box::before {
  content: "";
  width: 327px;
  height: 457px;
  background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/cta-cara.png) no-repeat center / cover;
  position: absolute;
  right: 0;
  top: -367px;
  z-index: -1;
}

.p-cta-box__box .p-cta {
  margin-top: 0;
}

@media screen and (max-width: 642px) {
  .p-cta-box {
    padding: 35px 20px;
    background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/cta-box_bg.jpg) no-repeat center / cover;
  }

  .p-cta-box__title {
    font-size: 20px;
    font-weight: bold;
    line-height: calc(50/41);
  }

  .p-cta-box__list {
    margin-top: 42px;
    gap: 8px;
  }

  .p-cta-box__item {
    gap: 10px;
    font-size: 20px;
  }

  .p-cta-box__item::before {
    content: "";
    width: 10px;
    height: 10px;
  }

  .p-cta-box__box {
    padding: 25px 10px;
    margin-top: 36px;
  }

  .p-cta-box__box::before {
    content: "";
    width: 139px;
    height: 195px;
    top: -171px;
  }

  .p-cta-box__box .p-cta__btn a::before {
    display: block;
    width: 33px;
    height: 33px;
    left: 21px;
  }

  .p-cta-box__box .p-cta__form--tel,
  .p-cta-box__box .p-cta__form--line {
    margin-top: 16px;
  }

  .p-cta__form--tel .p-cta__title span {
    color: #fe8209;
  }

  .p-cta-box__box .p-cta__btn a {
    background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/cta-form_bg-sp.png) no-repeat center / cover;
  }

  .p-cta-box__box .p-cta__btn--tel a {
    background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/cta-tel_bg-sp.png) no-repeat center / cover;
  }

  .p-cta-box__box .p-cta__btn--line a {
    background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/cta-line_bg-sp.png) no-repeat center / cover;
  }

  .p-cta-box__box .p-cta__btn--tel a::before {
    width: 26px;
    height: 33px;
    left: 26px;
    background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/icon_tel-white.png) no-repeat center / cover;
  }

  .p-cta-box__box .p-cta__btn--line a::before {
    width: 35px;
    height: 33px;
    left: 21px;
  }

  .p-cta-box__box .p-cta__btn--tel a .min {
    display: block;
    font-size: 10px;
  }
}

.p-floating {
  background-color: transparent !important;
}

.p-floating__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 !important;
}

.p-floating__item a {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff !important;
  background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/cta-satei_bg.png) no-repeat center / cover;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.p-floating__item a::before {
  content: "";
  width: 33px;
  height: 34px;
  background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/icon_time.png) no-repeat center / cover;
}

.p-floating__item:nth-child(2) a {
  background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/cta-line_bg-sp.png) no-repeat center / cover;
}

.p-floating__item:nth-child(2) a::before {
  width: 31px;
  height: 29px;
  background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/icon_line.png) no-repeat center / cover;
}

.p-floating__item:nth-child(3) a {
  background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/cta-tel_bg-sp.png) no-repeat center / cover;
}

.p-floating__item:nth-child(3) a::before {
  content: "";
  width: 25px;
  height: 33px;
  background: url(https://www.kaitori-ginza.com/assets/img/page/repurchase/icon_tel-white.png) no-repeat center / cover;
}

.p-floating__item-text {
  display: flex;
  flex-direction: column;
}

.p-floating__item-text span {
  font-size: 10px;
  letter-spacing: -0.14em;
}