@charset "UTF-8";
/*
サブページ共通
*/
.breadList {
  background-color: #AD9153;
  padding: 8px 0;
}

.breadList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0.26042vw 0;
}

.breadList ul li,
.breadList ul li a {
  color: #ffffff;
  /*font-size: 0.625vw;*/
  font-size: 12px;
}

.subpage_main_img {
  width: 95%;
  max-width: 1450px;
  margin: 1.5625vw auto;
}

.subpage_main_img.subpage_main_img_2 {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.brand_line_wrap {
  width: 100%;
  background-color: #AD9153;
}

.brand_line_wrap h2 {
  text-align: center;
  color: #ffffff;
  font-size: 1.35417vw;
  letter-spacing: 0.08em;
  padding: 1.04167vw 0 0.52083vw;
}

.brand_line_wrap h2 span {
  display: none;
}

.brand_line_wrap .brand_line_list .brand_line_list_inner {
  width: 93%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.brand_line_wrap .brand_line_list .brand_line_list_inner > div {
  display: block;
  width: 20%;
  margin-bottom: 1.25vw;
  text-align: center;
}

.brand_line_wrap .brand_line_list .brand_line_list_inner > div.empty {
  margin-bottom: 0;
}

.brand_line_wrap .brand_line_list a {
  color: #ffffff;
  font-size: 1.14583vw;
  letter-spacing: 0.08em;
}

.page_main_wrap .list_temp_001 {
  width: 100%;
  margin: 0 auto 40px;
  max-width: 1450px;
  display: block;
}

.page_main_wrap .list_temp_001 a {
  width: 25%;
  margin: 0 1%;
}

.page_main_wrap .list_temp_001 a .list_temp_001_img {
  width: 12.86458vw;
 /* height: 12.86458vw;*/
  max-width: 100%;
  /*max-height: 100%;*/
  overflow: hidden;
  line-height: 0;
}

.subpage_top_news_sec {
  margin-bottom: 4.6875vw;
}

.subpage_top_news_sec_title {
  width: 100%;
  max-width: 1450px;
  margin: 5.20833vw auto 0;
  font-size: 1.35417vw;
  letter-spacing: 0.08em;
  padding: 0 0 1.04167vw 1%;
}

.page_main_wrap .list_temp_001 a {
  background-color: #ffffff;
  padding-bottom: 0.52083vw;
}

.page_main_wrap .list_temp_001 a .list_temp_001_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_main_wrap .list_temp_001 a h2,
.page_main_wrap .list_temp_001 a p {
  padding: 0vw 0.52083vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_main_wrap .list_temp_001 a:hover .list_temp_001_img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.subpage_wrap .list_temp_002 {
  width: 100%;
  margin-bottom: 40px;
}

.brand_list_sec {
  width: 88%;
  margin: 0vw auto 0;
  padding: 1.5625vw 0 6.25vw;
  width: 100%;
  background-color: #E2DFD7;
}

.brand_list_sec h2 {
  text-align: center;
  font-size: 1.875vw;
  letter-spacing: 0.08em;
  padding: 4.16667vw 0 2.60417vw;
}

.brand_list_sec .brand_list_img {
  text-align: center;
  width: 80%;
  max-width: 1450px;
  margin: 0 auto;
  margin-bottom: 2.08333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brand_list_sec .brand_list_img a {
  display: block;
  width: 22%;
  text-align: center;
  margin-bottom: 1.82292vw;
}

.brand_list_sec .brand_list_img a:nth-of-type(1),
.brand_list_sec .brand_list_img a:nth-of-type(2),
.brand_list_sec .brand_list_img a:nth-of-type(3) {
  width: 33%;
}

.brand_list_sec .brand_list_img img {
  width: 80%;
  max-width: 245px;
}

.braidal_anchor:hover {
  cursor: default;
}

.subpage_cat_list {
  width: 98%;
  max-width: 1200px;
  margin: 7.8125vw auto 0;
  padding-bottom: 7.8125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subpage_cat_list a {
  width: 30%;
  text-align: center;
  background-size: 6.5625vw;
  padding-bottom: 0vw;
  letter-spacing: 0.08em;
  font-size: 1.5625vw;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.subpage_cat_list a.anime::after {
  display: block;
  margin: 0 auto;
  content: '';
  width: 80%;
  max-width: 125px;
  height: 10px;
  background-image: url(../img/common/path.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.subpage_cat_list a img {
  width: 100%;
}

.subpage_cat_list a:hover {
  opacity: .7;
}

@media (max-width: 960px) {
  .page_main_wrap .list_temp_001 {
    width: 80%;
  }
  .page_main_wrap .list_temp_001 a {
    display: inline-block;
    margin: 0;
  }
  .page_main_wrap .list_temp_001 a .list_temp_001_img {
    width: 100%;
    /*height: 42.93333vw;*/
    max-width: 100%;
    /*max-height: 100%;*/
    overflow: hidden;
  }
  .page_main_wrap .list_temp_001 a .list_temp_001_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .breadList ul {
    width: 94.66667vw;
    max-width: 1450px;
    margin: 0 auto;
    padding: 1.33333vw 0;
  }
  .breadList ul li,
  .breadList ul li a {
    color: #ffffff;
    font-size: 3.2vw;
  }
}

/*
WATCHページTOP
*/
.watch_teleco_sec {
  width: 100%;
  margin-top: 7.29167vw;
}

.watch_teleco_sec .watch_teleco {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.watch_teleco_sec .watch_teleco.even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.watch_teleco_sec .watch_teleco .watch_teleco_list {
  width: 56.25%;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.watch_teleco_sec .watch_teleco.even .watch_teleco_list {
  background-color: #ffffff;
}

.watch_teleco_sec .watch_teleco .watch_teleco_list .list_temp_002 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 82%;
  margin-bottom: 0;
}

.watch_teleco_sec .watch_teleco .watch_teleco_list .list_temp_002 a {
  width: 30%;
  margin: 0;
  margin-bottom: 2vw;
}

.watch_teleco_sec .watch_teleco .watch_teleco_list .list_temp_002 a:hover {
  opacity: 1;
}

.watch_teleco_sec .watch_teleco .watch_teleco_list .list_temp_002 a.no_m {
  margin-bottom: 0;
}

.watch_teleco_sec .watch_teleco .watch_teleco_list .list_temp_002 a .list_temp_002_text {
  margin: 0.6vw auto;
}

.watch_teleco_sec .watch_teleco .watch_teleco_list .list_temp_002 a img,
.watch_teleco_sec .watch_teleco .watch_teleco_list .list_temp_002 a .list_temp_002_img {
  height: auto;
  line-height: 0;
}

.watch_teleco_sec .watch_teleco .watch_teleco_title {
  width: 43.75%;
  line-height: 0;
}

.watch_teleco_sec .watch_teleco .watch_teleco_title {
  position: relative;
  line-height: 0;
}

.watch_teleco_sec .watch_teleco .watch_teleco_title img {
  width: 100%;
}

.watch_teleco_sec .watch_teleco .watch_teleco_title .watch_teleco_title_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.watch_teleco_sec .watch_teleco .watch_teleco_title .watch_teleco_title_text h2 {
  font-size: 4vw;
  color: #ffffff;
  line-height: 1.5;
}

#watchwrap .footer_shop_sec {
  width: 88%;
  margin: 0vw auto 0;
  padding: 1.5625vw 0 6.25vw;
}

#watchwrap .footer_shop_sec h2 {
  text-align: center;
  font-size: 1.875vw;
  letter-spacing: 0.08em;
  padding: 4.16667vw 0 2.60417vw;
}

#watchwrap .footer_shop_sec .footer_shop_sec_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#watchwrap .footer_shop_sec .footer_shop_sec_inner .shop_block {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#watchwrap .footer_shop_sec .footer_shop_sec_inner .shop_block .shop_block_img {
  width: 41%;
  line-height: 0;
}

#watchwrap .footer_shop_sec .footer_shop_sec_inner .shop_block .shop_block_text_wrap {
  width: 56%;
  position: relative;
  color: #000000;
}
#watchwrap .footer_shop_sec .footer_shop_sec_inner .shop_block .shop_block_text_wrap h3 {
    
    font-size: 12pt;
}

#watchwrap .footer_shop_sec .footer_shop_sec_inner .shop_block .shop_block_text_wrap .shop_block_img_2 {
  margin-top: 1.04167vw;
  width: 20.26042vw;
  height: 10.9375vw;
  max-width: 389px;
  max-height: 210px;
  overflow: hidden;
  line-height: 0;
}

#watchwrap .footer_shop_sec .footer_shop_sec_inner .shop_block .shop_block_text_wrap .shop_block_img_2 img {
  max-width: 389px;
  max-height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}

#watchwrap .footer_shop_sec .footer_shop_sec_inner .shop_block .shop_block_text_wrap a.btn_2 {
  width: 70%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}

.watch_brand_text {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.60417vw 3.64583vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 93%;
  max-width: 1400px;
  margin: 5.20833vw auto;
}

.watch_brand_text .brand_logo {
  width: 30%;
  max-width: 340px;
}

.watch_brand_text .brand_text {
  width: 65%;
  max-width: 860px;
}

.watch_brand_text .brand_text p {
  font-size: 16px;
}

.list_temp_002.noslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

.list_temp_002.noslider a {
  display: block;
  width: 17%;
  background-color: #ffffff;
  margin: 0 1% 3.64583vw;
  height: 100%;
}

.list_temp_002.noslider a.empty {
  margin-bottom: 0;
}

.watch_detail {
  width: 75%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.watch_detail .watch_detail_slide_container {
  width: 43%;
  overflow: hidden;
    background-color: #fff;
}

.swiper-wrapper {
  line-height: 0;
}

.watch_detail .watch_detail_info_wrap {
  width: 57%;
  background-color: #ffffff;
  padding: 2.08333vw 2.08333vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.watch_detail .watch_detail_info_wrap h2 {
  font-size: 1.14583vw;
  color: #808080;
  letter-spacing: 0.06em;
  -webkit-margin-before: 0.26042vw;
          margin-block-start: 0.26042vw;
}

.watch_detail .watch_detail_info_wrap p {
  color: #808080;
}

.watch_detail .watch_detail_info_wrap p.price {
  font-size: 0.83333vw;
}

.watch_detail .watch_detail_info_wrap p.brand {
  font-size: 0.52083vw;
}

.watch_detail .watch_detail_info_wrap ul {
  margin: 0.78125vw 0;
}

.watch_detail .watch_detail_info_wrap ul li {
  font-size: 0.72917vw;
  color: #808080;
}

.watch_detail .watch_detail_info_wrap p.free_text {
  font-size: 0.72917vw;
  color: #808080;
  margin: 0.78125vw 0;
}

.watch_detail .watch_detail_info_wrap p.store {
  font-size: 0.625vw;
}

.watch_detail .watch_detail_info_wrap .store_wrap {
  width: 29.6875vw;
  max-width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.watch_detail .watch_detail_info_wrap .store_wrap a.btn_2 {
  margin: 0;
}

.watch_detail .watch_detail_info_wrap hr {
  margin: 1.04167vw 0;
}

.watch_detail .watch_detail_info_wrap hr {
  width: 2.13542vw;
  max-width: 41px;
  border-top: 2px solid #707070;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #A09C9C;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  /*right: -3vw;*/
  right: 57%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  /*left: -3vw;*/
  left: 0;
}

.navigation_posi_2 {
  width: 24.32292vw;
  max-width: 467px;
  height: 2.34375vw;
  max-height: 45px;
  position: relative;
}

.navigation_posi_2 a {
  position: absolute;
  top: 0;
}

.navigation_posi_2 .prev2 {
  left: 0;
}

.navigation_posi_2 .next2 {
  right: 0;
}

.navigation_posi_2 .contact {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.navigation_posi_2 .prev2,
.navigation_posi_2 .next2 {
  color: #ffffff;
  background-color: #AD9153;
  text-align: center;
  width: 5.9375vw;
  max-width: 114px;
  padding: 0.26042vw 1.5625vw;
  font-size: 0.72917vw;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navigation_posi_2 a.contact {
  color: #ffffff;
  background-color: #AD9153;
  text-align: center;
  width: 8.90625vw;
  max-width: 171px;
  padding: 0.26042vw 1.5625vw;
  font-size: 0.72917vw;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navigation_posi_2 a:hover {
  cursor: pointer;
  background-color: #7a663a;
}

.navigation_posi_2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.navigation_posi_2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
}

@media (max-width: 960px) {
  .inner_width {
    width: 84vw;
  }
  .subpage_main_img {
    width: 100%;
    margin: 0 auto;
  }
  #watchwrap.page_main_wrap .list_temp_001 {
    width: 100%;
  }
  .subpage_top_news_sec_title {
    margin: 10.66667vw auto 1.33333vw;
    font-size: 6.93333vw;
  }
  .subpage_top_news_sec {
    margin-bottom: 26.66667vw;
  }
  .watch_teleco_sec {
    margin-top: 26.66667vw;
  }
  .watch_teleco_sec .watch_teleco {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .watch_teleco_sec .watch_teleco .watch_teleco_list {
    width: 100%;
  }
  .watch_teleco_sec .watch_teleco .watch_teleco_title {
    width: 100%;
  }
  .watch_teleco_sec .watch_teleco .watch_teleco_title .watch_teleco_title_text h2 {
    font-size: 16vw;
  }
  #watchwrap .list_temp_001 a:not(:nth-of-type(1)), .list_temp_002 a:not(:nth-of-type(1)) {
    display: block;
  }
  .watch_teleco_sec .watch_teleco .watch_teleco_list .list_temp_002 {
    width: 84vw;
    padding-top: 8vw;
  }
  .watch_teleco_sec .watch_teleco .watch_teleco_list .list_temp_002 a {
    width: 47%;
    margin-bottom: 8vw;
  }
  .watch_teleco_sec .watch_teleco .watch_teleco_list .list_temp_002 a h3 {
    font-size: 2.66667vw;
  }
  .watch_teleco_sec .watch_teleco .watch_teleco_list .list_temp_002 a h2 {
    font-size: 3.2vw;
  }
  .watch_teleco_sec .watch_teleco .watch_teleco_list .list_temp_002 a p {
    font-size: 2.66667vw;
  }
  .watch_teleco_sec .watch_teleco .watch_teleco_list .list_temp_002 a.no_m {
    margin-bottom: 8vw;
  }
  #watchwrap .footer_shop_sec .footer_shop_sec_inner {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #watchwrap .footer_shop_sec .footer_shop_sec_inner .shop_block {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #watchwrap .footer_shop_sec .footer_shop_sec_inner .shop_block .shop_block_img {
    width: 100%;
    line-height: 0;
  }
  #watchwrap .footer_shop_sec .footer_shop_sec_inner .shop_block .shop_block_text_wrap {
    width: 100%;
  }
  #watchwrap .footer_shop_sec .footer_shop_sec_inner .shop_block .shop_block_text_wrap .shop_block_img_2 {
    display: none;
  }
  #watchwrap .footer_shop_sec {
    width: 85%;
    margin: 0vw auto 0;
    padding: 8vw 0 0;
  }
  #watchwrap .footer_shop_sec > div {
    display: block;
  }
  #watchwrap .footer_shop_sec h2 {
    font-size: 9.6vw;
    margin-bottom: 0;
    line-height: 1;
    padding: 8vw 0;
  }
  #watchwrap .footer_shop_sec .shop_block {
    width: 100%;
    margin: 0 0 21.33333vw;
  }
  #watchwrap .footer_shop_sec .shop_block h3 {
    font-size: 5.86667vw;
    margin-bottom: 0vw;
    margin-top: 4vw;
  }
  #watchwrap .footer_shop_sec .shop_block .shop_block_text p {
    font-size: 3.6vw;
  }
  #watchwrap .footer_shop_sec .shop_block a.btn_2 {
    margin-left: 0;
    width: 100%;
    font-size: 4.26667vw;
    margin-top: 5.33333vw;
    padding: 2.13333vw 0;
  }
  .brand_list_sec h2 {
    font-size: 6.93333vw;
    margin-bottom: 0;
    line-height: 1;
    padding: 8vw 0;
  }
  .brand_list_sec .brand_list_img {
    text-align: center;
    width: 80%;
    max-width: 1450px;
    margin: 0 auto;
    margin-bottom: 2.08333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .brand_list_sec .brand_list_img a {
    display: block;
    width: 50%;
    text-align: center;
    margin-bottom: 9.33333vw;
  }
  .brand_list_sec .brand_list_img a:nth-of-type(1),
  .brand_list_sec .brand_list_img a:nth-of-type(2),
  .brand_list_sec .brand_list_img a:nth-of-type(3) {
    width: 100%;
  }
  .brand_list_sec .brand_list_img img {
    width: 80%;
    max-width: none;
  }
  .brand_list_sec {
    width: 88%;
    margin: 0vw auto 0;
    padding: 8vw 0;
    width: 100%;
    background-color: #E2DFD7;
  }
  .subpage_cat_list {
    width: 100%;
    margin: 13.33333vw auto 0vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .subpage_cat_list a {
    width: 100%;
    text-align: center;
    background-size: 6.5625vw;
    font-size: 9.06667vw;
    margin-bottom: 13.33333vw;
  }
  .subpage_cat_list a.anime::after {
    height: 2.66667vw;
  }
  .watch_brand_text {
    padding: 9.33333vw 0;
    width: 84vw;
    margin: 9.33333vw auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .watch_brand_text .brand_logo {
    width: 100%;
    max-width: none;
    margin-bottom: 5.33333vw;
    padding: 0 6.66667vw;
  }
  .watch_brand_text .brand_text {
    width: 100%;
    max-width: none;
    padding: 0 6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .list_temp_002.noslider a {
    display: block;
    width: 47%;
    background-color: #ffffff;
    margin: 0 1% 3.64583vw;
    height: 100%;
  }
  .list_temp_002.noslider a h2 {
    text-align: center;
    font-size: 3.73333vw;
  }
  .brand_line_wrap .brand_line_list .brand_line_list_inner > div {
    width: 48%;
    margin-bottom: 2.66667vw;
    text-align: left;
  }
  .brand_line_wrap h2 {
    text-align: left;
    font-size: 5.33333vw;
    width: 84vw;
    margin: 0 auto;
    padding: 5.33333vw 0 2.66667vw;
    position: relative;
  }
  .brand_line_wrap h2 span {
    position: absolute;
    top: 8vw;
    right: 0;
    margin: auto 0;
    display: block;
    line-height: 0;
    width: 5.33333vw;
    height: 2.66667vw;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
  }
  .brand_line_wrap h2 span img {
    width: 100%;
  }
  .brand_line_wrap h2.open span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 8vw;
  }
  .brand_line_wrap .brand_line_list {
    display: none;
  }
  .brand_line_wrap .brand_line_list .brand_line_list_inner {
    width: 84vw;
    margin: 0 auto;
  }
  .brand_line_wrap .brand_line_list .brand_line_list_inner > div a {
    font-size: 3.73333vw;
  }
  .watch_detail {
    width: 100%;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .watch_detail .watch_detail_slide_container {
    width: 100%;
    position: relative;
  }
  .watch_detail .watch_detail_info_wrap {
    width: 100%;
    padding: 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .watch_detail .watch_detail_info_wrap h2 {
    font-size: 8vw;
  }
  .watch_detail .watch_detail_info_wrap p.brand {
    font-size: 4vw;
  }
  .watch_detail .watch_detail_info_wrap p.price {
    font-size: 6.4vw;
  }
  .watch_detail .watch_detail_info_wrap ul li {
    font-size: 4.26667vw;
  }
  .watch_detail .watch_detail_info_wrap p.store {
    font-size: 3.73333vw;
    margin-bottom: 2.66667vw;
  }
  .watch_detail .watch_detail_info_wrap .store_wrap {
    width: 100%;
    max-width: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4vw;
  }
  .watch_detail .watch_detail_info_wrap .store_wrap a.btn_2 {
    width: 100%;
    margin-bottom: 4vw;
  }
  .watch_detail .watch_detail_info_wrap hr {
    width: 10.66667vw;
  }
  .watch_detail .watch_detail_info_wrap ul {
    margin: 6.66667vw 0;
  }
}

.search_select_wrap {
  width: 28.64583vw;
  max-width: 550px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search_select_wrap > div {
  width: 31.25vw;
  max-width: 600px;
}

.search_select_wrap > div select {
  width: 100%;
  padding: 0.52083vw 0;
  color: #747474;
  border-color: #747474;
  border-radius: 5px;
}

.search_check_wrap {
  width: 39.0625vw;
  max-width: 750px;
  margin: 1.5625vw auto 0;
  padding: 0.52083vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #ffffff;
}

.search_check_wrap > div {
  width: 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_check_wrap > div label {
  font-size: 0.78125vw;
  letter-spacing: 0.01em;
  line-height: 1;
}

.search_check_wrap > div label img {
  height: 1.30208vw;
  max-height: 25px;
  vertical-align: sub;
}

.search_check_wrap > div input {
  margin-left: 0;
  margin-right: 0.52083vw;
}

.search_sec h2 {
  text-align: center;
  margin: 2.08333vw auto 0.78125vw;
  font-size: 2.08333vw;
}

.brand_list_page_sec h3 {
  text-align: center;
  font-size: 1.77083vw;
  margin-top: 2.60417vw;
  margin-bottom: 0.78125vw;
}

.brand_list_page_sec {
  width: 95%;
  max-width: 1450px;
  margin: 0 auto;
}

.brand_list_page_sec .brand_list_wrap {
  margin-bottom: 5.20833vw;
}

.brand_list_page_sec .brand_list_wrap .brand_list_wrap_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #707070;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.08333vw 0;
}

.brand_list_page_sec .brand_list_wrap .brand_list_wrap_row:last-of-type {
  border-bottom: 1px solid #707070;
}

.brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_logo {
  width: 15.625vw;
  max-width: 300px;
  text-align: center;
}

.brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_logo img {
  width: 90%;
}

.brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_name {
  width: 31.25vw;
  max-width: 600px;
}

.brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_name h2 {
  font-size: 0.9375vw;
  color: #000000;
}

.brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_link {
  width: 11.45833vw;
  max-width: 220px;
}

.brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_icon {
  width: 5.20833vw;
  max-width: 100px;
  text-align: center;
}

.brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_link a {
  width: 100%;
}

.brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_link.mb a {
  margin-bottom: 0.52083vw;
}

@media (max-width: 960px) {
  .brand_list_page_sec {
    width: 100%;
  }
  .brand_list_page_sec .brand_list_wrap .brand_list_wrap_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10.66667vw 0;
  }
  .brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_logo {
    width: 53.33333vw;
    max-width: none;
    margin: 0 auto;
  }
  .brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_name {
    width: 90%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
  .brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_name h2 {
    font-size: 4.8vw;
    color: #000000;
    margin-top: 8vw;
  }
  .brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_link {
    width: 53.33333vw;
    max-width: none;
    margin: 0 auto;
  }
  .brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_icon {
    width: 53.33333vw;
    max-width: none;
    margin: 0 auto;
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
  .brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_link a {
    font-size: 3.73333vw;
  }
  .brand_list_page_sec .brand_list_wrap .brand_list_wrap_row .brand_list_link.mb a {
    margin-bottom: 2.66667vw;
  }
  .brand_list_page_sec h3 {
    font-size: 9.06667vw;
    margin-top: 21.33333vw;
    margin-bottom: 13.33333vw;
  }
  .brand_list_page_sec .brand_list_wrap .brand_list_wrap_row:last-of-type {
    border-bottom: none;
  }
  .search_sec h2 {
    margin: 10.66667vw auto 5.33333vw;
    font-size: 6.93333vw;
  }
  .search_select_wrap {
    width: 66.66667vw;
    max-width: none;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search_select_wrap > div {
    width: 100%;
    max-width: none;
    margin-bottom: 5.33333vw;
  }
  .search_select_wrap > div select {
    width: 100%;
    padding: 2.66667vw 0;
  }
  .search_check_wrap {
    width: 80vw;
    max-width: none;
    margin: 0 auto 0;
    padding: 5.33333vw 2.66667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .search_check_wrap > div {
    width: 50%;
  }
  .search_check_wrap > div label img {
    height: 7.46667vw;
    max-height: none;
    vertical-align: middle;
  }
  .search_check_wrap > div label {
    font-size: 4vw;
  }
}

.lifestyle_top_btn_wrap {
  width: 47.91667vw;
  max-width: 920px;
  margin: 5.20833vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lifestyle_top_btn_wrap a {
  width: 21.35417vw;
  max-width: 410px;
}

#lifestylewrap .watch_teleco_sec .watch_teleco .watch_teleco_list {
  background-color: #FAFAFA;
}

#lifestylewrap .brand_list_sec
, #jewelrywrap .brand_list_sec {
  background-color: #ffffff;
}

#jewelrywrap .watch_teleco_sec .watch_teleco .watch_teleco_list {
  background-color: #FAFAFA;
}

.lifestyle_brand_list {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lifestyle_brand_list .lifestyle_brand_item {
  /*width: 20%;
  text-align: center;
  margin: 0 1% 2.60417vw;*/
    width: 20%;
    text-align: center;
    margin: 0 2.5% 30px 2.5%;
}

.lifestyle_brand_list .lifestyle_brand_item .lifestyle_brand_item_img img {
  width: 100%;
}

.lifestyle_brand_list .lifestyle_brand_item .lifestyle_brand_item_logo img {
  width: 60%;
}

#lifestylewrap, #jewelrywrap {
  background-color: #ffffff;
}

#lifestylewrap .brand_line_wrap {
  /*background-color: #0ABAB5;*/
  background-color: #f3f2ea;
}
#lifestylewrap .brand_line_wrap h2 {
color: #AD9153;
}
#lifestylewrap .brand_line_wrap .brand_line_list a {
color: #AD9153;
}
#jewelrywrap .brand_line_wrap {
  background-color: #F2DAD1;
}

#jewelrywrap .brand_line_wrap h2,
#jewelrywrap .brand_line_wrap .brand_line_list a {
  color: #808080;
}

#lifestylewrap .watch_brand_text {
  border: 1px solid #707070;
}

.watch_detail .watch_detail_info_wrap p.detail_text {
  font-size: 0.72917vw;
  margin: 0.78125vw 0 0;
}

.subpage_search_main_title {
  position: absolute;
  width: 24.32292vw;
  max-width: 467px;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subpage_search_main_title h2 {
  color: #ffffff;
  font-size: 2.60417vw;
  letter-spacing: 0.1em;
}

.lifestyle_search_sec h2 {
  text-align: center;
  margin: 4.16667vw auto 2.08333vw;
}

.lifestyle_search_sec .lifestyle_search_wrap {
  width: 70.3125vw;
  max-width: 1350px;
  margin: 0vw auto 2.60417vw;
}

.lifestyle_search_sec .lifestyle_search_wrap form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lifestyle_search_sec .lifestyle_search_wrap form .lifestyle_search_select {
  width: 52.08333vw;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lifestyle_search_sec .lifestyle_search_wrap form .lifestyle_search_select > div {
  width: 31%;
}

.lifestyle_search_sec .lifestyle_search_wrap form .lifestyle_search_select > div select {
  width: 100%;
  width: 100%;
  padding: 0.52083vw 0;
  color: #747474;
  border-color: #747474;
  border-radius: 5px;
}

.lifestyle_search_sec .lifestyle_search_wrap form .lifestyle_search_select > div select.mb {
  margin-bottom: 0.78125vw;
}

.lifestyle_search_sec.jewelry .lifestyle_search_wrap {
  width: 70.3125vw;
  max-width: 1350px;
}

.lifestyle_search_sec.jewelry .lifestyle_search_wrap form .lifestyle_search_select {
  width: 52.08333vw;
  max-width: 1000px;
}

.lifestyle_search_sec .lifestyle_search_wrap form .lifestyle_search_submit {
  width: 13.54167vw;
  max-width: 260px;
}

.lifestyle_search_sec .lifestyle_search_wrap form .lifestyle_search_submit input {
  width: 100%;
  display: block;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  border: none;
  border-radius: 1vw;
  font-size: 0.83333vw;
  padding: 0.52083vw 0;
}

.lifestyle_search_sec .lifestyle_search_wrap form .lifestyle_search_submit > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#jewelrywrap .watch_brand_text {
  background-color: #FAFAFA;
}

.brand_text a.btn {
  margin-left: 0;
  font-size: 0.72917vw;
  width: 13.22917vw;
  max-width: 254px;
  margin-top: 1.04167vw;
}

#bridalwrap {
  background-color: #FAFAFA;
}

#bridalwrap .brand_list_sec {
  background-color: #FAFAFA;
}

#bridalwrap .watch_teleco_sec {
  margin-bottom: 5.20833vw;
}

#bridalwrap .watch_teleco_sec .watch_teleco .watch_teleco_list {
  background-color: #FAF1E4;
}

#bridalwrap .watch_teleco_sec .watch_teleco.even .watch_teleco_list {
  background-color: #FAFAFA;
}

.bridal_ring_sec {
  width: 95%;
  max-width: 1450px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bridal_ring_sec .bridal_ring_sec_block {
  width: 48%;
}

.bridal_ring_sec .bridal_ring_sec_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20.46875vw;
  max-height: 393px;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.bridal_ring_sec .bridal_ring_sec_block a img {
  position: absolute;
  height: 100%;
  line-height: 0;
  top: 0;
  right: 0;
}

.bridal_ring_sec .bridal_ring_sec_block a h2 {
  position: relative;
  font-size: 1.45833vw;
}

.bridal_ring_sec .bridal_ring_sec_block a h2::after {
  content: '';
  position: absolute;
  width: 13.54167vw;
  max-width: 260px;
  height: 2px;
  background-color: #AD9B9B;
  left: 0;
  bottom: 0;
}

.bridal_ring_sec .bridal_ring_sec_block.even a img {
  right: auto;
  left: 0;
}

.bridal_ring_sec .bridal_ring_sec_block.even a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bridal_ring_sec .bridal_ring_sec_block.even a h2 {
  text-align: right;
  color: #D98080;
}

.bridal_ring_sec .bridal_ring_sec_block.even a h2::after {
  right: 0;
  left: auto;
  background-color: #D98080;
}

.bridal_ring_sec .bridal_ring_sec_block a:hover {
  opacity: .7;
}

.news_list_wrap.list_temp_001 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_list_wrap.list_temp_001 a {
  height: 100%;
  width: 23%;
  margin-bottom: 4.16667vw;
}

.news_list_wrap.list_temp_001 a h2 {
  text-align: left;
}

.news_list_wrap.list_temp_001 a.first_row {
  width: 30%;
}

.news_list_sec h2 {
  text-align: center;
  font-size: 1.35417vw;
  margin: 3.125vw 1.5625vw;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7.8125vw;
}

.pager a,
.pager span {
  font-size: 1.30208vw;
  margin: 0 1.14583vw;
}

.news_detail_content {
  width: 62.5vw;
  max-width: 1200px;
  margin: 0 auto 5.20833vw;
  border-top: 1px solid #707070;
  color: #000000;
}

.news_detail_content img {
  max-width: 100%;
  height: auto;
  margin-top: 2.86458vw;
}

.news_detail_content p {
  /*font-size: 0.78125vw;*/
  font-size: 11pt;
  margin-top: 0.52083vw;
}

.news_detail_content h1 {
  font-size: 15pt;
}
.news_detail_content h2 {
  font-size: 13pt;
}
.news_detail_content h3 {
  font-size: 12pt;
}
.news_detail_content h4,
.news_detail_content h5,
.news_detail_content h6 {
  font-size: 1.30208vw;
}

.news_detail_title {
  text-align: center;
  color: #000000;
}

.news_detail_page > h2 {
  text-align: center;
  font-size: 1.35417vw;
  margin: 3.125vw 0vw 0;
}

.news_detail_page .news_detail_title h2 {
  margin: 0.78125vw 0vw 0;
  font-size: 1.5625vw;
}

.news_detail_page .news_detail_title p {
  margin: 0.52083vw 0vw 1.5625vw;
  font-size: 0.83333vw;
}

.news_content_pager {
  width: 62.5vw;
  max-width: 1200px;
  margin: 0 auto 5.20833vw;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  position: relative;
  height: 5.46875vw;
}

.news_content_pager a {
  position: absolute;
  font-size: 1.04167vw;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
}

.news_content_pager a.left {
  left: 0;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.news_content_pager a.center {
  left: 0;
  right: 0;
  margin: auto;
}

.news_content_pager a.right {
  right: 0;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.news_page_other_news .list_temp_001 {
  display: block;
  margin-bottom: 7.29167vw;
}

.news_page_other_news {
  width: 62.5vw;
  max-width: 1200px;
  margin: 0 auto 0vw;
}

.news_page_other_news .list_temp_001 a {
  width: 30%;
  margin: 0 1%;
  height: 100%;
}

.news_page_other_news > h2 {
  text-align: center;
  font-size: 2.08333vw;
  margin-bottom: 2.08333vw;
}

.shop_list_page {
  width: 62.5vw;
  max-width: 1200px;
  margin: 0 auto 6.25vw;
}

.shop_list_page h2.shop_list_page_title {
  text-align: center;
  font-size: 1.35417vw;
  margin: 3.90625vw auto 1.82292vw;
}

.shop_list_page .shop_list_page_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop_list_page .shop_list_page_flex .shop_list_page_flex_block {
  width: 26.04167vw;
  max-width: 500px;
}

.shop_list_page .shop_list_page_flex .shop_list_page_flex_block .shop_list_page_flex_block_img {
  line-height: 0;
}

.shop_list_page .shop_list_page_flex .shop_list_page_flex_block .shop_list_page_flex_block_info {
  color: #000000;
}

.shop_list_page .shop_list_page_flex .shop_list_page_flex_block .shop_list_page_flex_block_info h2 {
  text-align: center;
  font-size: 1.5625vw;
  margin: 1.5625vw 0 1.04167vw;
}

.shop_list_page .shop_list_page_flex .shop_list_page_flex_block .shop_list_page_flex_block_info p {
  font-size: 0.9375vw;
  margin-bottom: 0.52083vw;
}

.shop_list_page .shop_list_page_flex .shop_list_page_flex_block .shop_list_page_flex_block_info a {
  width: 100%;
  margin-top: 1.04167vw;
  max-width: none;
}

.shop_detail_wrap {
  width: 78.125vw;
  max-width: 1500px;
  margin: 0 auto 6.25vw;
}

.shop_detail_wrap h2.shop_detail_title {
  text-align: center;
  font-size: 1.35417vw;
  margin: 3.90625vw auto 1.82292vw;
}

.shop_detail_wrap .shop_detail_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop_detail_wrap .shop_detail_content .shop_detail_content_img {
  width: 23.4375vw;
  max-width: 450px;
  line-height: 0;
}

.shop_detail_wrap .shop_detail_content .shop_detail_content_info {
  width: 50.72917vw;
  max-width: 974px;
  color: #000000;
}

.shop_detail_wrap .shop_detail_content .shop_detail_content_info h2 {
  font-size: 1.875vw;
}

.shop_detail_wrap .shop_detail_content .shop_detail_content_info .shop_detail_content_info_text p {
  font-size: 0.9375vw;
  margin: 1.82292vw 0;
}

.shop_detail_wrap .shop_detail_content .shop_detail_content_info .shop_detail_content_info_text {
  border-bottom: 1px solid #707070;
}

.shop_detail_wrap .shop_detail_content .shop_detail_content_info .shop_detail_content_info_access {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.875vw 0;
}

.shop_detail_wrap .shop_detail_content .shop_detail_content_info .shop_detail_content_info_access p span {
  display: block;
  padding-bottom: 0.52083vw;
}

.shop_detail_wrap .shop_detail_content .shop_detail_content_info .shop_detail_content_info_access p:last-of-type {
  margin-bottom: 0;
}

.shop_detail_wrap .shop_detail_content .shop_detail_content_info .shop_detail_content_info_access p {
  width: 50%;
  font-size: 0.9375vw;
}

.shop_detail_wrap .shop_detail_content .shop_detail_content_info .shop_detail_content_info_gmap iframe {
  width: 100%;
  height: 20.83333vw;
  max-height: 400px;
}

.shop_detail_wrap .shop_detail_album {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.125vw;
}

.shop_detail_wrap .shop_detail_album img {
  width: 25vw;
  max-width: 480px;
  margin-bottom: 1.5625vw;
}

.shop_detail_wrap .shop_detail_brand {
  margin-top: 5.20833vw;
}

.shop_detail_wrap .shop_detail_brand h2 {
  font-size: 2.08333vw;
  border-bottom: 1px solid #707070;
}

.shop_detail_wrap .shop_detail_brand .shop_detail_brand_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop_detail_wrap .shop_detail_brand .shop_detail_brand_list p {
  width: 20%;
  margin-top: 1.30208vw;
}

.shop_detail_wrap .shop_detail_brand .shop_detail_brand_list p.empty {
  margin: 0;
}

.shop_detail_wrap .shop_detail_brand .shop_detail_brand_list p a {
  color: #000000;
  font-size: 0.83333vw;
}

.shop_detail_shop_news {
  margin-top: 4.42708vw;
}

.shop_detail_shop_news h2 {
  font-size: 2.08333vw;
  margin-bottom: 1.04167vw;
}

@media (max-width: 960px) {
  .lifestyle_top_btn_wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
  }
  .lifestyle_top_btn_wrap a.btn_3 {
    width: 100%;
    margin-bottom: 4vw;
    font-size: 4vw;
  }
  .lifestyle_brand_list {
    width: 84vw;
  }
  .lifestyle_brand_list .lifestyle_brand_item {
    width: 49%;
    text-align: center;
    margin: 0 0 2.66667vw;
  }
  .page_main_wrap .list_temp_001 {
    width: 100%;
  }
  .watch_brand_text .brand_text p {
    font-size: 3.73333vw;
  }
  #lifestylewrap .watch_brand_text {
    border: none;
  }
  .watch_detail .watch_detail_info_wrap p.detail_text {
    font-size: 4.26667vw;
    margin: 5.33333vw 0 13.33333vw;
  }
  .watch_brand_text .brand_text a.btn {
    width: 100%;
    font-size: 5.33333vw;
    max-width: none;
    margin-top: 13.33333vw;
  }
  .subpage_search_main_title {
    position: absolute;
    width: 100%;
    max-width: none;
    top: 0;
    left: 0;
    height: 100%;
  }
  .subpage_search_main_title h2 {
    font-size: 10.66667vw;
  }
  .lifestyle_search_sec h2 {
    font-size: 8vw;
    margin: 2.66667vw auto 2.66667vw;
  }
  .lifestyle_search_sec .lifestyle_search_wrap {
    width: 72vw;
    margin: 0vw auto 18.66667vw;
  }
  .lifestyle_search_sec .lifestyle_search_wrap form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lifestyle_search_sec .lifestyle_search_wrap form .lifestyle_search_select > div {
    width: 100%;
  }
  .lifestyle_search_sec .lifestyle_search_wrap form .lifestyle_search_select > div select {
    padding: 2.66667vw 0;
    margin-bottom: 2.66667vw;
  }
  .lifestyle_search_sec .lifestyle_search_wrap form .lifestyle_search_select > div select.mb {
    margin-bottom: 2.66667vw;
  }
  .lifestyle_search_sec .lifestyle_search_wrap form .lifestyle_search_select {
    width: 100%;
  }
  .lifestyle_search_sec .lifestyle_search_wrap form .lifestyle_search_submit {
    width: 100%;
    max-width: none;
  }
  .lifestyle_search_sec .lifestyle_search_wrap form .lifestyle_search_submit input {
    font-size: 4.26667vw;
    padding: 2.66667vw 0;
    border-radius: 6vw;
  }
  #jewelrywrap .watch_brand_text,
  #bridalwrap .watch_brand_text {
    padding: 9.33333vw 8vw;
    width: 100%;
    margin: 9.33333vw auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lifestyle_search_sec.jewelry .lifestyle_search_wrap {
    width: 72vw;
    margin: 0vw auto 18.66667vw;
  }
  .lifestyle_search_sec.jewelry .lifestyle_search_wrap form .lifestyle_search_select {
    width: 100%;
    max-width: none;
  }
  .lifestyle_search_sec.jewelry .lifestyle_search_wrap form .lifestyle_search_select > div {
    width: 100%;
  }
  .bridal_ring_sec {
    width: 84vw;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bridal_ring_sec .bridal_ring_sec_block {
    width: 100%;
    margin-bottom: 8vw;
  }
  .bridal_ring_sec .bridal_ring_sec_block a {
    height: auto;
    max-height: none;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .bridal_ring_sec .bridal_ring_sec_block a img {
    position: static;
    height: auto;
    width: 100%;
  }
  .bridal_ring_sec .bridal_ring_sec_block a .bridal_ring_sec_block_title {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
  }
  .bridal_ring_sec .bridal_ring_sec_block a .bridal_ring_sec_block_title h2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 8vw;
  }
  .bridal_ring_sec .bridal_ring_sec_block a .bridal_ring_sec_block_title h2::after {
    display: none;
  }
  .search_check_wrap > div input {
    margin-right: 2.66667vw;
  }
  .news_list_wrap.list_temp_001 a.first_row {
    width: 90.13333vw;
  }
  .news_list_wrap.list_temp_001 a {
    height: 100%;
    width: 90.13333vw;
    margin: 0 auto 24vw;
  }
  .news_list_wrap.list_temp_001 a:last-of-type {
    margin-bottom: 0;
  }
  .news_list_sec h2 {
    text-align: center;
    font-size: 6.93333vw;
    margin: 8vw auto 10.66667vw;
  }
  .pager ul {
    margin-bottom: 21.33333vw;
    margin-top: 21.33333vw;
  }
  .pager ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  .pager ul li a, .pager ul li span {
    font-size: 5.86667vw;
    margin: 0;
  }
  .news_detail_title {
    text-align: left;
    width: 90.13333vw;
    margin: 0 auto 0vw;
    font-size: 6.4vw;
  }
  .news_detail_page > h2 {
    text-align: left;
    width: 90.13333vw;
    font-size: 3.2vw;
    margin: 6.93333vw auto 0;
  }
  .news_detail_page .news_detail_title h2 {
    margin: 2.66667vw 0vw 0;
    font-size: 5.33333vw;
    line-height: 1.5;
  }
  .news_detail_page .news_detail_title p {
    margin: 2.66667vw 0vw 6.66667vw;
    font-size: 3.73333vw;
  }
  .news_detail_content {
    width: 90.13333vw;
    max-width: none;
    margin: 0 auto 18.66667vw;
    border-top: 1px solid #707070;
    color: #000000;
  }
  .news_detail_content img {
    max-width: 100%;
    height: auto;
    margin-top: 9.33333vw;
  }
  .news_detail_content p {
    /*font-size: 3.73333vw;*/
    font-size: 11pt;
    margin-top: 2.66667vw;
  }
  
.news_detail_content h1 {
  font-size: 15pt;
}
.news_detail_content h2 {
  font-size: 13pt;
}
.news_detail_content h3 {
  font-size: 12pt;
}
  .news_detail_content h4,
  .news_detail_content h5,
  .news_detail_content h6 {
    font-size: 5.33333vw;
    margin-top: 2.66667vw;
  }
  .news_content_pager a.left,
  .news_content_pager a.right {
    display: none;
  }
  .news_content_pager a {
    width: 100%;
    font-size: 4.26667vw;
  }
  .news_content_pager {
    width: 90.13333vw;
    max-width: none;
    margin: 0 auto 26.66667vw;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    position: relative;
    height: 18.66667vw;
  }
  .news_page_other_news > h2 {
    text-align: center;
    font-size: 9.6vw;
    margin-bottom: 10.66667vw;
  }
  .news_page_other_news {
    width: 90.13333vw;
    max-width: 1200px;
    margin: 0 auto 0vw;
  }
  .news_page_other_news .list_temp_001 a {
    margin: 0 0%;
  }
  .news_page_other_news .list_temp_001 {
    margin-bottom: 16vw;
  }
  .shop_list_page {
    width: 90.13333vw;
    max-width: 1200px;
    margin: 0 auto 0;
  }
  .shop_list_page .shop_list_page_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop_list_page .shop_list_page_flex .shop_list_page_flex_block {
    width: 100%;
    max-width: none;
    margin-bottom: 40vw;
  }
  .shop_list_page h2.shop_list_page_title {
    text-align: center;
    font-size: 3.2vw;
    margin: 10.66667vw auto 8vw;
  }
  .shop_list_page .shop_list_page_flex .shop_list_page_flex_block .shop_list_page_flex_block_info h2 {
    text-align: center;
    font-size: 8vw;
    margin: 8vw 0 5.33333vw;
  }
  .shop_list_page .shop_list_page_flex .shop_list_page_flex_block .shop_list_page_flex_block_info p {
    font-size: 4.8vw;
    margin-bottom: 2.66667vw;
  }
  .shop_list_page .shop_list_page_flex .shop_list_page_flex_block .shop_list_page_flex_block_info a {
    width: 100%;
    margin-top: 10.66667vw;
    max-width: none;
  }
  .shop_detail_wrap {
    width: 90.13333vw;
    max-width: 1500px;
    margin: 0 auto 34.66667vw;
  }
  .shop_detail_wrap h2.shop_detail_title {
    text-align: center;
    font-size: 3.2vw;
    margin: 10.66667vw auto 8vw;
  }
  .shop_detail_wrap .shop_detail_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop_detail_wrap .shop_detail_content .shop_detail_content_img {
    width: 100%;
    max-width: none;
  }
  .shop_detail_wrap .shop_detail_content .shop_detail_content_info {
    width: 100%;
    max-width: none;
  }
  .shop_detail_wrap .shop_detail_content .shop_detail_content_info h2 {
    font-size: 6.93333vw;
    text-align: center;
    margin: 5.33333vw 0 2.66667vw;
  }
  .shop_detail_wrap .shop_detail_content .shop_detail_content_info .shop_detail_content_info_text p {
    font-size: 4.26667vw;
    margin-bottom: 5.33333vw;
  }
  .shop_detail_wrap .shop_detail_content .shop_detail_content_info .shop_detail_content_info_access p {
    width: 100%;
    font-size: 4.26667vw;
    margin-bottom: 2.13333vw;
  }
  .shop_detail_wrap .shop_detail_content .shop_detail_content_info .shop_detail_content_info_gmap iframe {
    height: 106.66667vw;
    max-height: none;
  }
  .shop_detail_wrap .shop_detail_album {
    margin-top: 13.33333vw;
  }
  .shop_detail_wrap .shop_detail_album img {
    width: 43.73333vw;
    max-width: none;
    margin-bottom: 2.66667vw;
  }
  .shop_detail_wrap .shop_detail_brand {
    margin-top: 16vw;
  }
  .shop_detail_wrap .shop_detail_brand h2 {
    font-size: 9.6vw;
    border-bottom: 1px solid #707070;
    text-align: center;
    margin-bottom: 2.66667vw;
  }
  .shop_detail_wrap .shop_detail_brand .shop_detail_brand_list p {
    width: 50%;
    margin-top: 2.66667vw;
  }
  .shop_detail_wrap .shop_detail_brand .shop_detail_brand_list p a {
    font-size: 3.73333vw;
  }
  .shop_detail_shop_news {
    margin-top: 16vw;
  }
  .shop_detail_news_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .shop_detail_shop_news h2 {
    font-size: 9.6vw;
    text-align: center;
  }
}

.contact_sec {
  background-color: #F4F1EC;
}

.contact_sec .contact_page_title {
  text-align: center;
  color: #AD9153;
  font-size: 1.35417vw;
  padding: 4.16667vw 0;
  margin: 0 auto;
}

.contact_sec_flex {
  width: 72.91667vw;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item_contact .contact_sec_flex .contact_sec_flex_left {
  width: 18.75vw;
  max-width: 360px;
}

.item_contact .contact_sec_flex .contact_sec_flex_left .contact_item_brand {
  font-size: 0.625vw;
}

.item_contact .contact_sec_flex .contact_sec_flex_left h2 {
  font-size: 0.88542vw;
}

.item_contact .contact_sec_flex .contact_sec_flex_left .contact_item_price {
  font-size: 0.78125vw;
}

.contact_sec_flex .contact_sec_flex_left {
  width: 20.83333vw;
  max-width: 400px;
}

.contact_sec_flex .contact_sec_flex_left .contact_store {
  margin-bottom: 2.60417vw;
}

.contact_sec_flex .contact_sec_flex_left .contact_store h2 {
  font-size: 1.35417vw;
  line-height: 1;
  margin-bottom: 0.52083vw;
}

.contact_sec_flex .contact_sec_flex_left .contact_store p {
  font-size: 0.72917vw;
}

.contact_sec_flex .contact_sec_flex_right {
  width: 50.78125vw;
  max-width: 975px;
  padding-bottom: 10.41667vw;
}

.contact_sec_flex .contact_sec_flex_right .contact_text h2 {
  font-size: 1.875vw;
  margin-bottom: 0.78125vw;
  line-height: 1;
}

.contact_sec_flex .contact_sec_flex_right .contact_text p {
  font-size: 0.9375vw;
  margin-bottom: 1.04167vw;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap {
  width: 100%;
  border-top: 1px solid #707070;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625vw 0;
  border-bottom: 1px dashed #707070;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row p {
  width: 11.45833vw;
  max-width: 220px;
  text-align: right;
  font-size: 0.83333vw;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row p span {
  color: #ffffff;
  background-color: #E33636;
  font-size: 11px;
  padding: 2px 5px;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 0.78125vw;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val {
  width: 28.64583vw;
  max-width: 550px;
  margin-left: 2.08333vw;
  font-size: 0.83333vw;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="text"],
.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="email"] {
  width: 100%;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val select {
  border-radius: 5px;
  padding: 0.26042vw 0.78125vw;
  width: 200px;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val textarea {
  width: 100%;
  height: 200px;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="text"]::-webkit-input-placeholder,
.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="email"]::-webkit-input-placeholder,
.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val textarea::-webkit-input-placeholder {
  color: #747474;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="text"]:-ms-input-placeholder,
.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="email"]:-ms-input-placeholder,
.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val textarea:-ms-input-placeholder {
  color: #747474;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="text"]::-ms-input-placeholder,
.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="email"]::-ms-input-placeholder,
.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val textarea::-ms-input-placeholder {
  color: #747474;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="text"]::placeholder,
.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="email"]::placeholder,
.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val textarea::placeholder {
  color: #747474;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="text"],
.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="email"],
.contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val textarea {
  border-radius: 5px;
  border-color: #747474;
  padding: 0.26042vw 0.78125vw;
  border-width: 1px;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .submit {
  margin-top: 1.5625vw;
  text-align: center;
    display: flex;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .submit input[type="submit"] {
  background-color: #D0B885;
  color: #ffffff;
  display: block;
  margin: 0 auto 20px auto;
  width: 18.22917vw;
  max-width: 350px;
  font-size: 0.9375vw;
  border-radius: 1.30208vw;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  padding: 0.52083vw 0;
}

.contact_sec_flex .contact_sec_flex_right .form_wrap .submit input[type="submit"]:hover {
  cursor: pointer;
}

.contact_thanks_text h3 {
  text-align: center;
  font-size: 1.875vw;
  margin-bottom: 1.875vw;
}

.contact_thanks_text p {
  text-align: center;
  font-size: 0.9375vw;
}

.contact_thanks_text .subpage_cat_list {
  width: 78.125vw;
  max-width: 1500px;
}

.contact_thanks_text .subpage_cat_list a {
  width: 23%;
}

.input_row .error {
  color: red;
}

@media (max-width: 960px) {
  .contact_sec .contact_page_title {
    font-size: 3.2vw;
    margin: 0 auto;
    padding: 10.66667vw 0;
  }
  .contact_text.sp_mode {
    width: 90.13333vw;
    margin: 0 auto 10.66667vw;
  }
  .contact_text.sp_mode h2 {
    text-align: center;
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
  .contact_text.sp_mode p {
    font-size: 3.2vw;
  }
  .contact_sec_flex {
    width: 90.13333vw;
    max-width: none;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_sec_flex .contact_sec_flex_left,
  .contact_sec_flex .contact_sec_flex_right {
    width: 100%;
    max-width: none;
  }
  .contact_sec_flex .contact_sec_flex_left .contact_store {
    margin-bottom: 10.66667vw;
  }
  .contact_sec_flex .contact_sec_flex_left .contact_store h2 {
    font-size: 6.93333vw;
    line-height: 1;
    margin-bottom: 1.33333vw;
  }
  .contact_sec_flex .contact_sec_flex_left .contact_store p {
    font-size: 3.73333vw;
  }
  .contact_sec_flex .contact_sec_flex_right .form_wrap {
    border-top: none;
  }
  .contact_sec_flex .contact_sec_flex_right .form_wrap .input_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 9.33333vw 0;
  }
  .contact_sec_flex .contact_sec_flex_right .form_wrap .input_row p {
    width: 100%;
    max-width: none;
    text-align: left;
    font-size: 4.26667vw;
    margin-bottom: 1.33333vw;
  }
  .contact_sec_flex .contact_sec_flex_right .form_wrap .input_row p span {
    font-size: 2.66667vw;
    padding: 0.53333vw 1.33333vw;
    border-radius: 1.33333vw;
    vertical-align: middle;
    margin-right: 4vw;
  }
  .contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val {
    width: 100%;
    max-width: none;
    margin-left: 0;
    font-size: 4.26667vw;
  }
  .contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="text"],
  .contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="email"],
  .contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val input[type="date"],
  .contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val textarea {
    border-radius: 5px;
    border-color: #747474;
    padding: 1.33333vw 4vw;
    border-width: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
  }
  .contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val select {
    border-radius: 5px;
    padding: 1.33333vw 2.66667vw;
    width: 53.33333vw;
    font-size: 16px;
  }
  .contact_sec_flex .contact_sec_flex_right .form_wrap .input_row .input_val textarea {
    height: 53.33333vw;
  }
  .contact_sec_flex .contact_sec_flex_right .form_wrap .submit {
    margin-top: 8vw;
    display: block;
  }
  .contact_sec_flex .contact_sec_flex_right .form_wrap .submit input[type="submit"] {
    width: 73.6vw;
    max-width: none;
    font-size: 4.8vw;
    border-radius: 6.66667vw;
    padding: 2.66667vw 0;
  }
  .contact_thanks_text .subpage_cat_list a {
    width: 100%;
  }
  .contact_thanks_text {
    width: 90.13333vw;
    margin: 0 auto;
  }
  .contact_thanks_text h3 {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
  .contact_thanks_text p {
    font-size: 2.93333vw;
    text-align: left;
  }
}
/*# sourceMappingURL=subpage.css.map */




/*20210315追加*/
/*---スマホベース---*/
.news_detail_content ul {
    width: 95%;
    margin: 1em 0 1em 5%;
  list-style-type: disc;
}
.news_detail_content ol {
    width: 95%;
    margin: 1em 0 1em 5%;
}
.news_detail_content ul li,
.news_detail_content ol li {
    font-size: 11pt;
}
/*---PC---*/
@media screen and (min-width:1024px) {

}







/*グッチ最初の1つめのアイテムを非表示*/
.GUCCI {
    display: none!important;
}
.list_temp_002.noslider.GUCCI {
    display: none!important;
}


/*管理画面ログイン時のflex設定 PC用*/

@media screen and (min-width:1024px) {
  .page_main_wrap .list_temp_001 {
    display: flex;
  }
}

