.logo {
  background: #FBEFE3;
}

header {
  background: #f9efe3;
}

section.home_diary::after {
  display: none;
}

.hdType201907 {
  display: none;
}

.home_diary {
  background-image: none;
}

.subSection .hd {
  display: none;
}

body::before {
  display: none !important;
}

.pref {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
}

.data {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
}

.cpright {
  background: #f9efe3;
}

footer nav li a {
  display: block;
  padding: 0.3px 12px;
  font-size: .875rem;
  color: #777;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color .3s;
  transition: color .3s;
  letter-spacing: 0;
}

.bnr .logo {
  background: none;
}

footer .branches li a {
  padding: 0.2em 0;
}

/* base */

@-ms-viewport {
  width: auto;
}

html {
  -ms-overflow-style: scrollbar;
}

img {
  width: 100%;
  vertical-align: bottom;
}

body {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  color: #444444;
  letter-spacing: .07em;
  line-height: 150%;

}

a {
  box-sizing: border-box;
}

/* ファーストビュー */
.fv {
  background: url(../images/fv_bg.jpg) no-repeat top 0 center/cover;
  position: relative;
  height: 600px;
  overflow: hidden;
  -ms-overflow-style: none;
}

.fv_section {
  position: relative;
}

.fv_img {
  /* width: 40%; */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1100px;
}

.fv_btn_tel a, .fv_btn_line a, .fv_btn_store a {
  display: block;
  width: 64px;
  line-height: 64px;
  font-size: 18px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  right: 0;
}

.fv_btn_tel a {
  height: 153px;
  line-height: 64px;
  background: url(../images/phone-icon.svg) top 10% right 47% no-repeat #DC0B00;
  color: #fff;
  top: 7%;
  padding-top: 42px;
}

.fv_btn_tel a:hover {
  background-color: rgba(220, 11, 0, 0.8);
}

.fv_btn_line a {
  height: 200px;
  background: url(../images/line_logo.svg) top 10% right 47%/32px no-repeat #45BB2A;
  color: #fff;
  top: 34%;
  padding-top: 54px;
  /* text-orientation: upright; */
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ⾓ゴ Pro W3', arial, helvetica, sans-serif;
}

.fv_btn_line a:hover {
  background-color: rgba(69, 187, 42, 0.8);
}

.fv_btn_store a {
  height: 148px;
  background: #fff;
  color: #DC0B00;
  border-left: 1px solid #DC0B00;
  border-top: 1px solid #DC0B00;
  border-bottom: 1px solid #DC0B00;
  text-align: center;
  top: 69%;
  /*  top: 34%;*/
}

.fv_btn_store a:hover {
  background-color: #DC0B00;
  color: #fff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* ページ内リンクボタン */
.page_link_box {
  width: 86%;
  margin: 30px auto 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page_link {
  min-width: 210px;
  margin-right: 10px;
  margin-top: 10px;
  width: 10vw;
}

.page_link:last-child {
  margin-right: 0;
}

.page_link a {
  display: block;
  color: #fff;
  height: 64px;
  text-align: center;
  background: url(../images/page_link_icon.svg) bottom 18% right 50% no-repeat #DC0B00;
  padding: 15px;
  border-radius: 32px;
  font-size: 16px;
  letter-spacing: .03em;
}

.page_link a:hover {
  background-color: rgba(220, 11, 0, 0.7);
}

/* ただいまのセール情報 */
.section_ttl {
  text-align: center;
  background: url(../images/ttl_bg.svg) bottom 0 left 52% no-repeat;
  /* font-weight: 400; */
  width: 70%;
  max-width: 1000px;
}

.sale_ttl {
  font-size: 40px;
  background-size: 519px;
  padding-bottom: 25px;
  margin: 0 auto 36px;
}

.sale_info_img {
  width: 45%;
  margin: auto;
}

/* 伊勢崎宮子店 */
.store_detail {
  background: url(../images/store_bg.png) no-repeat top 0 right 0/cover;
  padding: 356px 0 100px;
  margin-top: -180px;
}

.store_detail_ttl {
  width: 100%;
  display: block;
  font-size: 3.2vw;
  margin: 2vw 0;
  background-image: url(../images/ttl_bg_s.svg);
  background-size: 100%;
  padding-bottom: 1.5vw;
  padding-top: 1vw;
  white-space: nowrap;
}

.section_ttl_top, .section_ttl_bottom {
  display: block;
  font-size: 2.1vw;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
}

.section_ttl_box {
  margin-bottom: 28px;
}

.store_detail_right {
  width: 62%;
  max-width: 900px;
  margin-right: 6vw;
}

.store_detail_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 70px;
  max-width: 1900px;
}

.store_detail_inner {
  min-width: 80%;
  margin: auto;
  padding: 0 10vw;
}

.store_detail_txt {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}

.store_detail_img {
  width: 35%;
}

.detail_img {
  display: inline-block;
  width: 120px;
}

.store_detail_subttl {
  font-size: 2.5vw;
  background: url(../images/detail_logo.png) bottom 12% left 0 no-repeat;
  padding-left: 140px;
  margin-bottom: 14px;
  line-height: initial;
}

.store_detail_address:not(:last-child) {
  margin-bottom: 10px;
}

.store_detail_btn_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.store_detail_phone, .store_detail_line {
  width: 49%;
}

.store_detail_phone a, .store_detail_line a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 32px;
  font-weight: bold;
  text-align: center;
}

.store_detail_phone a {
  background: url(../images/phone-icon.svg) top 50% left 11% no-repeat #DC0B00;
  font-size: 1.6vw;
  padding-left: 25px;
}

.store_detail_line a {
  background: url(../images/line_logo.svg) top 50% left 12%/21px 21px no-repeat #45BB2A;
  font-size: 1.6vw;
  padding-left: 28px;
}

.store_detail_phone a:hover {
  background-color: rgba(220, 11, 0, 0.7);
}

.store_detail_line a:hover {
  background-color: rgba(69, 187, 42, 0.7);
}

.store_detail_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.store_detail_jmp a {
  display: block;
  text-align: center;
  height: 64px;
  line-height: 64px;
  border: 1px solid #DC0B00;
  color: #DC0B00;
  border-radius: 32px;
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
  background: url(../images/btn_icon.png) top 50% right 8% no-repeat #fff;
}

.store_detail_jmp a:hover {
  background-color: #DC0B00;
  color: #fff;
}

.store_detail_txtbox {
  width: 47%;
  max-width: 700px;
}

.store_detail_btn_box {
  width: 46%;
  max-width: 1000px;
}

/* スライドショー（各店舗） */
.store_detail_slide_box {
  margin-top: 90px;
}

.store_detail_slide {
  width: 226px;
  position: relative;
}

.detail_slide_txtbox {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 12px 28px 17px 18px;
}

.detail_slide_store_name {
  display: block;
  position: absolute;
  top: 5%;
  left: -6%;
  font-size: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  width: 79px;
  height: 24px;
  line-height: 24px;
  z-index: 100;
  text-align: center;
}

.detail_slide_img img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.detail_slide_date {
  font-size: 11px;
}

.detail_slide_txt {
  line-height: 20px;
  margin: 10px 0 32px;
  font-size: 11px;
}

.detail_slide_tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail_slide_tag {
  text-align: center;
  color: #fff;
  margin-right: 17px;
  background: #DC0B00;
  font-size: 10px;
  border-radius: 14px;
  padding: 0 10px;
}

/* 取扱い中古商品 */
.products_ttl {
  font-size: 40px;
  padding-bottom: 18px;
  background-size: 356px;
  margin: 0 auto 64px;
  background-position: left 50% bottom 0;
}

.products {
  background: url(../images/products_bg.png) no-repeat bottom right /contain;
  padding: 123px 0 60px;
}

.product_list {
  margin: 0 0 32px 0;
  max-width: 300px;
}

.product_list:not(:last-child) {
  margin-right: 24px;
}

.product_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 75%;
  margin: 0 auto 0;
  max-width: 1200px;
}

.product_img {
  margin-bottom: 10px;
}

.product_box_right {
  margin: 0 0 0 auto;
}

.product_txt {
  padding: 0 30px 0 20px;
  text-align: center;
  line-height: 21px;
}

/* ヤフオクにも出品中 */
.auction {
  padding: 120px 0 95px;
}

.auctin_img {
  width: 40%;
  max-width: 438px;
}

.auction_inner {
  width: 78%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}

.auction_txtbox {
  width: 53%;
}

.auction_txt {
  width: 84%;
  margin: auto;
  line-height: 21px;
  text-align: center;
  margin: 43px auto 55px;
}

.auction_btn {
  width: 280px;
  margin: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.auction_btn:hover {
  opacity: 0.8;
  transition-duration: .3s;
  transform: scale(1.02);
}

/* アルミホイール高額買取 */
.purchase {
  padding: 100px 0 0;
  background: #FBEFE3;
}

.purchase_ttl {
  margin: 0 auto 50px;
  background-image: url(../images/ttl_bg_t.svg);
  background-size: 82%;
  font-size: 2.4vw;
  padding-bottom: 1.4vw;
  white-space: nowrap;
}

.purchase_top {
  margin: 0 auto 42px;
  position: relative;
}

.purchase_top::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/campaign_ttl_icon.svg);
  width: 190px;
  height: 93px;
  position: absolute;
  top: -48%;
  left: 22%;
}

.purchase_line_list_img {
  max-width: 280px;
}

.purchase_txt {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.purchase_ex {
  background: #FFDEBE;
  padding: 50px 0 34px;
}

.purchase_ex_ttl {
  margin-bottom: 60px;
  font-size: 32px;
  text-align: center;
}

.purchase_campaign {
  background: #FFDEBE;
  padding: 42px 0 48px;
  position: relative;
}

.purchase_campaign_ttl {
  font-size: 32px;
  text-align: center;
  margin-bottom: 42px;
}

.purchase_campaign_ul {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}

.purchase_campaign_list {
  width: 28%;
  box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.16)
}

.purchase_campaign_list:hover {
  transform: scale(1.02);
}

/* 高額買取注意書き */
.purchase_subtxt_ul {
  width: 52%;
  max-width: 1000px;
  margin: auto;
  padding: 39px 0 24px;
}

.purchase_subtxt_list {
  font-size: 12px;
  line-height: 28px;
  list-style: disc;
}

/* LINE査定 */
.purchase_line {
  background: url(../images/line_bg.jpg) no-repeat top 0 right 0/cover;
}

.purchase_line_qr {
  width: 72%;
  margin: 10px auto 13px;
}

.purchase_line_list {
  width: 26%;
}

.line_innner {
  min-width: 80%;
  margin: auto;
  padding: 87px 4vw 70px;
}

.purchase_line_ttl {
  background: #fff;
  color: #45BB2A;
  font-size: 5.3vw;
  margin: 71px 0 47px;
  text-align: center;
  padding: 18px 0;
  line-height: initial;
}

.purchase_line_left {
  width: 47%;
  margin-right: 7.8vw;
}

.purchase_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto 110px;
  width: 92%;
  max-width: 2000px;
}

.purchase_line_ttl_span {
  display: block;
  color: #45BB2A;
  font-size: 2.1vw;
  text-align: center;
  margin-top: 11px;
}

.purchase_line_txt {
  font-size: 1.7vw;
  color: #fff;
  line-height: 150%;
  text-align: center;
}

.purchase_line_txt_strong {
  font-size: 2.6vw;
  text-align: center;
  color: #fff;
  margin: 30px 0 0;
  font-weight: bold;
  line-height: 150%;
}

.purchase_line_right {
  background: #fff;
  padding: 40px 1vw 45px;
  box-sizing: border-box;
  border-radius: 10px;
  line-height: initial;
  width: 29%;
}

.purchase_line_right_txt {
  font-size: 2vw;
  color: #45BB2A;
  text-align: center;
}

.purchase_line_right_txt02 {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #45BB2A;
  padding-bottom: 10px;
}

.purchase_line_id {
  font-size: 2.4vw;
  margin: 20px 0 0;
  color: #45BB2A;
  text-align: center;
  font-weight: bold;
}

.line_id_btn a {
  display: block;
  background: url(../images/line_logo.svg) top 50% left 12% no-repeat #45BB2A;
  width: 90%;
  max-width: 270px;
  margin: auto;
  color: #fff;
  border-radius: 40px;
  font-size: 1.6vw;
  padding: 14px 0 13px 20px;
  text-align: center;
}

.line_id_btn a:hover {
  background-color: rgba(69, 187, 42, 0.7);
}

.purchase_line_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

.purchase_line_list {
  margin: 0 20px;
}

.purchase_line_list_txt {
  text-align: center;
  margin: 20px 0 60px;
}

.purchase_line_caution {
  color: #444444;
  font-size: 12px;
  line-height: 28px;
  padding-left: 8vw;
}

/* 買取対応店舗 */
.purchase_store {
  padding: 95px 0 0;
}

.purchase_store_ttl {
  font-size: 40px;
  margin: 0 auto 64px;
  background-position: bottom 0 left 51%;
  padding-bottom: 14px;
  background-size: 325px;
}

.purchase_store_tab_left_img {
  width: 34%;
  max-width: 480px;
  margin: 0 auto 21px;
}

.tab_btn_left, .tab_btn_right {
  width: 49%;
  font-size: 2.2vw;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background: #666666;
  cursor: pointer;
}

.purchase_tab_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1600px;
  margin: auto;
  justify-content: space-between;
}

.purchase_store_tab_left {
  border-top: 8px solid #DC0B00;
  background: #FBEFE3;
  padding: 33px 0 160px;
}

/* 買取対応店舗一覧表（テーブル） */
.purchase_table {
  width: 90%;
  margin: 0 auto 17px;
  max-width: 1000px;
}

table, td, th {
  border-collapse: collapse;
  border: 3px solid #DDDDDD;
}

.purchase_table_ttl {
  background: #DDDDDD;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  width: 15%;
}

.purchase_table_td {
  background: #fff;
  padding: 15px 0;
}

.store_btn a {
  display: block;
  color: #DC0B00;
  margin: 0 auto 10px;
  text-align: center;
  text-decoration: underline;
}

.store_btn_b a {
  color: #333333;
}

.store_btn a:hover {
  opacity: 0.7;
}

.store_btn_subtxt {
  font-size: 12px;
  text-align: center;
}

.store_jmp_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto 6px;
  max-width: 580px;
}

.store_center {
  justify-content: center;
}

.store_jmp_phone, .store_jmp_line {
  width: 48%;
}

.store_jmp_phone a, .store_jmp_line {
  display: block;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 32px;
  margin-top: 15px;
  text-align: center;
}

.store_jmp_phone a {
  background: url(../images/phone-icon.svg) top 50% left 15% no-repeat #DC0B00;
  font-size: 19px;
  padding-left: 35px;
}

.store_jmp_phone a:hover {
  background-color: rgba(220, 11, 0, 0.7);
}

.store_jmp_phone_b a {
  background-color: #959595;
  color: #fff;
}

.store_jmp_line {
  background: url(../images/line_logo.svg) top 50% left 10%/21px 21px no-repeat #45BB2A;
  font-size: 15px;
  padding-left: 30px;
  box-sizing: border-box;
  cursor: pointer;
}

.store_jmp_line_tokai {
  background-color: #959595;
  filter: saturate(0%);
}

.store_jmp_line:hover {
  background-color: rgba(69, 187, 42, 0.7);
}

.purchase_table_td_icon {
  color: #DC0B00;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  vertical-align: middle;
  width: 10%;
  background: #fff;
}

.font_color {
  color: #959595;
}

.purchase_store_tab_left {
  display: none;
}

.show {
  display: block;
}

.active {
  background: #DC0B00;
}

.img_color {
  filter: saturate(0%);
}

.table_br {
  display: none;
}

.ttl_br {
  display: none;
}

/* LINEモーダル */
.line_modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.line_modal_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.line_modal_ttl {
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.line_modal_icon {
  display: block;
  width: 40px;
  margin-bottom: 10px;
}

.line_modal_content {
  background: #45BB2A;
  color: #222;
  left: 50%;
  padding: 25px 30px 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  font-weight: bold;
  box-sizing: border-box;
}

.line_modal_txt {
  text-align: center;
  margin: 5px 0;
  font-size: 14px;
}

.line_modal_txtbox {
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.line_modal_subtxt {
  font-size: 13px;
  background: #fff;
  border-radius: 4px;
  padding: 8px;
  text-align: center;
  margin-bottom: 5px;
}

.line_account_box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  color: #45BB2A;
}

.line_account_ttl {
  font-size: 20px;
}

.line_account_subttl {
  font-size: 16px;
  margin: 0 0 5px;
}

.line_account_id {
  font-size: 20px;
}

.line_account_qr {
  width: 100px;
  margin: 0 auto 5px;
}

.line_account_jmp a {
  display: block;
  background: url(../images/line_logo.svg) top 50% left 7%/20px no-repeat #45BB2A;
  width: 145px;
  margin: auto;
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  padding-left: 28px;
}

.line_account_jmp a:hover {
  background-color: rgba(69, 187, 42, 0.7);
}

.line_modal_close_btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
}

.line_modal_close_btn::before, .line_modal_close_btn::after {
  content: "";
  width: 80%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  left: 0;
}

.line_modal_close_btn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.line_modal_close_btn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.aaa_ff {
  max-width: 1800px;
}


/* IE */
.fv_btn_tel a, .fv_btn_line a, .fv_btn_store a {
  display: block;
  width: 64px;
  line-height: 64px;
  font-size: 18px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  right: 0;
}

.fv_btn_line a {
  height: 200px;
  background: url(../images/line_logo.svg) top 10% right 47%/32px no-repeat #45BB2A;
  color: #fff;
  top: 34%;
  padding-top: 54px;
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ⾓ゴ Pro W3', arial, helvetica, sans-serif;
}

.fv_btn_line span {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  display: inline;
}

.store_detail_subttl {
  font-size: 2.5vw;
  background: url(../images/detail_logo.png) bottom 12% left 0 no-repeat;
  padding-left: 140px;
  margin-bottom: 14px;
  padding-top: 20px;
}

.product_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto 0;
  max-width: 1000px;
}

.product_list {
  margin: 0 auto 32px;
  width: 50%;
  max-width: 300px;
}

.purchase_line_ttl {
  background: #fff;
  color: #45BB2A;
  font-size: 5.3vw;
  margin: 71px 0 47px;
  text-align: center;
  padding: 4.2vw 0 3vw;
}

.purchase_line_ttl_span {
  display: block;
  color: #45BB2A;
  font-size: 2.1vw;
  text-align: center;
  margin-top: 3.5vw;
}

/* scroll */
@media screen and (max-width:600px) {

  /* ファーストビュー */
  .fv {
    height: 500px;
    background: url(../images/fv_bg.jpg) no-repeat top 0 right 0/cover;
  }

  .fv_img {
    width: 100%;
  }

  .fv_btn_tel a, .fv_btn_line a, .fv_btn_store a {
    width: 45px;
    line-height: 45px;
    font-size: 14px;
  }

  .fv_btn_tel a {
    height: 130px;
    top: 3%;
    padding-top: 37px;
  }

  .fv_btn_line a {
    height: 170px;
    top: 30%;
    padding-top: 46px;
    background-position: top 7% right 47%;
  }

  .fv_btn_store a {
    top: 65%;
    /*	top: 30%;*/
  }

  /* ページ内リンクボタン */
  .page_link_box {
    margin: 30px auto 60px;
    width: 100%;
  }

  /* .page_link:last-child {
  margin-right: inherit;
} */
  .page_link {
    /* width:300px; */
    /* margin:15px auto; */
    min-width: 180px;
    margin-right: 5px;
  }

  .page_link a {
    font-size: 14px;
    height: 52px;
    padding: 12px 10px 15px;
  }

  /* ただいまのセール情報 */
  .section_ttl {
    font-size: 6vw;
    line-height: 120%;
  }

  .sale_ttl {
    padding-bottom: 6px;
    background-size: 100%;
  }

  .sale_info_img {
    width: 78%;
  }

  /* 伊勢崎宮子店 */
  .store_detail {
    margin-top: -40px;
    padding: 107px 0 40px;
  }

  .store_detail_ttl {
    font-size: 5.6vw;
    padding-bottom: 4px;
  }

  .section_ttl_top, .section_ttl_bottom {
    font-size: 4vw;
  }

  .store_detail_right {
    width: 100%;
  }

  .store_detail_top {
    display: block;
  }

  .store_detail_txt {
    margin-bottom: 20px;
  }

  .store_detail_img {
    width: 100%;
  }

  .store_detail_subttl {
    background-position: top 0 left 0;
    padding: 47px 0 0 0;
  }

  .store_detail_phone a, .store_detail_line a {
    font-size: 3vw;
    background-size: 20px;
    margin-top: 20px;
  }

  .store_detail_line a {
    background-size: 25px;
  }

  .store_detail_bottom {
    display: block;
  }

  .store_detail_txtbox {
    width: 100%;
  }

  .store_detail_btn_box {
    width: 100%;
  }

  /* 取扱い中古商品 */
  .products_ttl {
    padding-bottom: 2px;
    background-size: 70%;
  }

  .product_list {
    margin: 0 0 20px 0;
  }

  .product_list:not(:last-child) {
    margin-right: 0;
  }

  .product_box {
    grid-gap: 10px;
    /* display: grid; */
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .product_txt {
    padding: 0;
  }

  /* ヤフオクにも出品中 */
  .auction_inner {
    display: block;
  }

  .auctin_img {
    width: 100%;
  }

  .auction_txtbox {
    width: 100%;
  }

  .auction_btn {
    width: 250px;
  }

  /* アルミホイール高額買取 */
  .purchase_ttl {
    padding-bottom: 5px;
    background-size: 80vw;
  }

  .purchase_txt {
    font-size: 18px;
  }

  .purchase_top::before {
    width: 143px;
    top: -27%;
    left: 3%;
  }

  .purchase_campaign_ttl {
    font-size: 22px;
  }

  .purchase_campaign_ul {
    display: block;
  }

  .purchase_campaign_list {
    width: 65%;
    margin: 0 auto 20px;
  }

  .ttl_br {
    display: block;
  }

  /* 高額買取注意書き */
  .purchase_subtxt_ul {
    width: 80%;
  }

  /* LINE査定 */
  .purchase_line_qr {
    width: 140px;
    margin: 10px auto 10px;
  }

  .purchase_line_list {
    margin: 0 10px;
    width: 38%;
  }

  .line_innner {
    width: 85%;
    padding: 40px 0 20px;
  }

  .purchase_line_ttl {
    font-size: 50px;
    padding: 20px 0;
    margin: 0 0 20px;
  }

  .purchase_line_ttl_span {
    margin-top: 10px;
    font-size: 23px;
  }

  .purchase_line_left {
    width: 100%;
  }

  .purchase_flex {
    display: block;
  }

  .purchase_line_txt {
    font-size: 16px;
    line-height: 23px;
  }

  .purchase_line_txt_strong {
    font-size: 23px;
    margin: 15px 0 0;
  }

  .purchase_line_right {
    width: 95%;
    margin: 20px auto 0;
    padding: 25px 15px;
  }

  .purchase_line_right_txt {
    font-size: 23px;
  }

  .purchase_line_id {
    font-size: 32px;
    margin: 10px 0 0;
  }

  .line_id_btn a {
    width: 244px;
    font-size: 23px;
  }

  .purchase_line_list_txt {
    font-size: 14px;
    margin: 5px 0 20px;
  }

  .purchase_line_caution {
    color: #444444;
  }

  /* 買取対応店舗 */
  .purchase_store_ttl {
    background-size: 200px;
    padding-bottom: 6px;
  }

  .purchase_store_tab_left_img {
    width: 260px;
  }

  .tab_btn_left, .tab_btn_right {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
  }

  .purchase_tab_btn_box {
    width: 90%;
  }

  /* 買取対応店舗一覧表（テーブル） */
  .purchase_table_ttl {
    width: 15%;
  }

  .purchase_table_td_icon {
    width: 13%;
    font-size: 25px;
  }

  .store_jmp_phone a {
    background-position: top 50% left 14%;
    font-size: 16px;
  }

  .store_jmp_line {
    background-position: top 50% left 6%;
    background-size: 17px;
  }

  .store_jmp_flex {
    display: block;
    width: 100%;
  }

  .store_jmp_phone, .store_jmp_line {
    width: 82%;
    margin: 0 auto 15px;
  }

  .table_br {
    display: block;
  }

  /* LINEモーダル */
  .line_modal_content {
    width: 90%;
    max-width: 320px;
    padding: 15px 20px 30px;
  }


  /* IE */
  .product_box {
    width: 90%;
  }

  .product_list {
    margin: 0 auto 20px;
    width: 45%;
  }

  .purchase_line_ttl {
    font-size: 40px;
    margin: 0 0 20px;
  }

  .purchase_line_ttl_span {
    font-size: 18px;
  }

}

/* li.store_detail_line {
    display: none;
}

div#line {
    display: none;
} */

/* 閉店 */
.close_contents {
  background: #f9efe3;
  line-height: 1;
  padding: 110px 0 200px;
}

.close_box {
  width: 900px;
  padding: 50px;
  background: #ffffff;
  margin: 50px auto 0;
}


.close_box_text {

  font-size: 22px;
  line-height: 40px;
  text-align: center;
}

.close_contents a {
  color: #dc0002;
}

.close_contents a:hover {
  color: rgba(220, 11, 0, 0.699);
}

@media screen and (max-width:600px) {
  .close_contents {
    padding: 60px 40px 100px;
    width: 100%;

  }

  .close_box {
    padding: 18px;
    margin: 20px auto;
    width: 100%;

  }

  .close_box_text {

    font-size: 20px;
    line-height: 34px;
    width: 100%;
    text-align: left;
  }

  .close_br {
    display: none;
  }
}