@charset "UTF-8";

/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
input,
figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #111111;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  hanging-punctuation: allow-end;
}

details,
summary {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #111111;
  transition-duration: .3s;
}

a img {
  transition-duration: .3s;
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: 0.3s ease-in-out;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
input,
textarea,
button,
table,
tr,
th,
td,
article,
aside,
footer,
header,
hgroup,
nav,
section,
a,
span,
img,
figure {
  box-sizing: border-box;
}

body {
  width: 100%;
  word-break: break-all;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  background-image: url(../img/common/pattern01.png);
  background-repeat: repeat;
}

h1,
h2,
h3,
h4,
h5,
p {
  text-align: justify;
  text-justify: distribute;
  line-height: 1.5;
}

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

input,
button,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.svg_load .svg-defs {
  display: none;
}

#contents {
  overflow: hidden;
}

.show_nav {
  overflow: hidden;
}

/* ------------------------------
    common
------------------------------ */
.sp640 {
  display: none;
}

.bold {
  font-weight: 700;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
}

.wrap {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.w1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.cont_ttl span {
  display: block;
  text-align: center;
}

.en {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.cont_ttl .en {
  font-size: 5.5rem;
  letter-spacing: 0.06em;
}

.cont_ttl .ja {
  font-size: 2rem;
}

.site_btn a {
  position: relative;
  background-color: #fff;
  font-size: 1.5rem;
  color: #111;
  border: 1px solid #111;
  letter-spacing: 0.06em;
  display: block;
  text-align: center;
  border-radius: 100vh;
}

.site_btn.w170 a {
  max-width: 170px;
  padding: 18px 15px;
}

.site_btn.w240 a {
  max-width: 240px;
  padding: 24px 15px;
}

.site_btn.w400 a {
  max-width: 400px;
  padding: 24px 15px;
  margin: auto;
}

.site_btn a:hover {
  background-color: #111;
  color: #fff;
}

.site_btn a span {
  position: absolute;
  right: 18px;
  display: inline-block;
  width: 10px;
  height: 1px;
  margin: 3.6px 0;
  border-radius: 9999px;
  background-color: #111111;
}

.site_btn a:hover span {
  background-color: #fff;
  transition: 0.3s;
}

.site_btn a span::before,
.site_btn a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #111111;
  transform-origin: calc(100% - 0.5px) 50%;
}

.site_btn a:hover span::before,
.site_btn a:hover span::after {
  background-color: #fff;
  transition: 0.3s;
}

.site_btn a span::before {
  transform: rotate(45deg);
}

.site_btn a span::after {
  transform: rotate(-45deg);
}

.sec_ttl h2 {
  font-size: 2rem;
  padding: 0 0 0 30px;
  position: relative;
  line-height: 1;
  margin: 0 0 30px;
}

.sec_ttl h2::before {
  content: "";
  height: 1px;
  width: 20px;
  background-color: #111;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
}

.sec_ttl .en {
  font-size: 6.5rem;
  line-height: 1;
}

.sec_header .wrap p {
  font-size: 1.7rem;
}

.lead {
  font-size: 1.8rem;
}

.no-post {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .sp640 {
    display: block;
  }

  .pcTab {
    display: none;
  }

  .pc-only {
    display: none;
  }

  .cont_ttl .en {
    font-size: 3.8rem;
    letter-spacing: 0.07em;
  }

  .cont_ttl .ja {
    font-size: 1.6rem;
  }

  .site_btn a {
    font-size: 4vw;
    height: auto;
    width: 100%;
  }
  .site_btn.w170 a {
    max-width:32vw;
    padding:2.3vw;
}
  .site_btn.w240 a {
    max-width:64vw;
    padding:5.6vw 2.3vw;
    margin: auto;
}

  .site_btn.w400 a {
    padding: 15px 15px;
  }

  .site_btn a::after {
    right: 5%;
  }

  .lead {
    font-size: 1.6rem;
  }
}

/*common contact*/
.h_menu_contact {
  display: none;
}
.common_contact .cont {
  border-left: 1px solid #3B3B3B;
  display: flex;
  align-items: flex-end;
  height: 180px;
}

.common_contact .cont.mail {
  padding: 0 30px 10px 60px;
}

.common_contact .cont.mail h3:before {
  display: none;
}

.common_contact .cont.tel {
  padding: 0 0 10px 30px;
}

.common_contact .cont h3 {
  font-size: 1.6rem;
  margin: 0 0 12px;
  position: relative;
}

.common_contact .cont h3::before {
  content: "";
  height: 1px;
  width: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
}

.common_contact .cont p {
  font-size: 1.3rem;
}

.common_contact .cont .link {
  margin: 15px 0 0;
}

.common_contact .cont .link a {
  display: flex;
  background-color: #fff;
  min-width: 330px;
  border-radius: 2px;
  border: 1px solid #707070;
  min-height: 70px;
  align-items: center;
  padding: 15px 20px;
}

.common_contact .cont .link a span {
  padding: 0 24px 0 0;
}

.common_contact .cont .link a p {
  padding: 0 0 0 24px;
  border-left: 1px dotted #111;
  line-height: 40px;
  color: #111 !important;
}

.common_contact .cont.mail .link a p {
  font-size: 1.5rem;
}

.common_contact .cont.tel .link a p {
  font-size: 2.6rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
.h_menu_contact {
  display: block;
}
.common_contact .cont {
  border-left: none;
  height: auto;
  display: block;
}

.common_contact .cont.mail,
.common_contact .cont.tel {
  padding: 8vw 0 10vw;
  border-bottom: 1px solid #3B3B3B;
}

.common_contact .cont h3 {
  font-size: 3.7vw;
  text-align: center;
  margin: 0 0 2vw;
}

.common_contact .cont h3::before {
  display: none;
}

.common_contact .cont p {
  font-size: 3.2vw;
  text-align: center;
}

.common_contact .cont .link {
  margin: 3vw 0 0;
}

.common_contact .cont .link a {
  min-width: auto;
  min-height: auto;
  padding: 2vw 5vw;
  margin: 0 4vw;
}

.common_contact .cont .link a span {
  padding: 0 4vw 0 0;
}

.common_contact .cont .link a p {
  padding: 0 0 0 3vw;
  line-height: 10vw;
  width: 100%;
}

.common_contact .cont.mail .link a p {
  font-size:3.2vw;
}

.common_contact .cont.tel .link a p {
  font-size:6vw;
}
  
  
.sec_ttl h2 {
  font-size:4.2vw;
  padding:0;
  margin: 0 0 4vw;
}

.sec_ttl h2::before {
  display: none;
}

.sec_ttl .en {
  font-size:9.6vw;
}

.sec_header .wrap p {
  font-size: 1.7rem;
}

.lead {
  font-size: 1.8rem;
}

.no-post {
  font-size: 1.6rem;
  line-height: 1.5;
}
}

/* ------------------------------
    SUB共通
------------------------------ */
.submid_section {
  position: relative;
  padding: 150px 0 180px;
  overflow: hidden;
}

.submid_section .bg_text.en {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 20rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  opacity: 0.02;
  width: auto;
  margin: 0;
}

.submid_section .bg_text span {
  margin-right: 10rem;
  width: max-content;
}

.submid_section h1 {
  position: relative;
}

.submid_section .en,
.submid_section .jp {
  display: block;
}

.submid_section .en {
  font-size: 6.5rem;
  line-height: 1;
  margin: 0 auto 20px;
}

.submid_section .jp {
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .submid_section {
    padding: 24vw 0 26vw;
  }

  .submid_section .bg_text.en {
    font-size: 16rem;
  }

  .submid_section .en {
    font-size: 3.6rem;
    margin: 0 auto 10px;
  }

  .submid_section .jp {
    font-size: 1.6rem;
  }
}

#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 30px auto 0;
}

@media screen and (max-width: 1024px) {
  #breadcrumb ul {
    top: 1.6666666667vw;
    gap: 1.25vw;
  }
}

@media screen and (max-width: 640px) {
  #breadcrumb ul {
    top: 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}

#breadcrumb ul li {
  font-size: 1.2rem;
  color: #111111;
}

@media screen and (max-width: 1024px) {
  #breadcrumb ul li {
    font-size: 1vw;
  }
}

@media screen and (max-width: 640px) {
  #breadcrumb ul li {
    font-size: 2.6666666667vw;
  }
}

#breadcrumb ul li+li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
}

@media screen and (max-width: 1024px) {
  #breadcrumb ul li+li {
    gap: 1.25vw;
  }
}

@media screen and (max-width: 640px) {
  #breadcrumb ul li+li {
    gap: 2.6666666667vw;
  }
}

#breadcrumb ul li+li:before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.1rem;
  background: #111111;
}

@media screen and (max-width: 1024px) {
  #breadcrumb ul li+li:before {
    width: 0.8333333333vw;
  }
}

@media screen and (max-width: 640px) {
  #breadcrumb ul li+li:before {
    width: 2.6666666667vw;
  }
}

#breadcrumb ul li a {
  color: #111111;
  text-decoration: underline;
}

.sub_section {
  padding: 100px 0;
}

/* ------------------------------
    animation
------------------------------ */
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

/* ------------------------------
    header
------------------------------ */
#header {
  position: relative;
  /*top: -100%;*/
  padding: 0 0 0 40px;
  transition: all ease 1s;
  z-index: 998;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
}

#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}

.home #header:not(.fixed) .head_logo img.scroll {
  display: none;
}

#header .head_navInfo {
  margin-left: auto;
  display: flex;
  height: 100%;
}

#header .head_navInfo ul {
  height: 100%;
}

#header .head_navInfo .head_nav .nav_item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#header .head_navInfo .head_nav .nav_item.has_children {
  padding: 0;
}

#header .head_navInfo .head_nav .nav_item.has_children p {
  cursor: pointer;
  display: block;
}

#header .head_navInfo .head_nav .nav_item>span {
  font-size: 1.6rem;
  position: relative;
  color: #1A1A1A;
  transition-duration: .3s;
  padding: 10px 0;
}

#header .head_navInfo .head_nav .nav_item.has_children>p {
  padding: 10px 30px;
}

#header .head_navInfo .head_nav .nav_item>p span {
  font-size: 1.6rem;
  position: relative;
  color: #111111;
  transition-duration: .3s;
  padding: 10px 0;
}
#header .head_navInfo .head_nav .nav_item>a {
  padding: 6px 20px;
  background-image: url("../img/common/v_border.svg");
  background-position: left top;
  background-repeat: repeat-y;
}
#header .head_navInfo .head_nav .nav_item>a span {
  font-size: 1.4rem;
  position: relative;
  color: #111111;
  transition-duration: .3s;
  font-weight: 500;
}
#header .head_navInfo .head_nav .nav_item>a:hover span {
  color: #B59768;
}

#header .head_navInfo .head_nav .nav_item>a span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #B59768; /* ボーダーの色 */
  transition: width 0.3s ease;
}

#header .head_navInfo .head_nav .nav_item>a:hover span::after {
  width: 100%;
}


#header .head_navInfo .head_nav .nav_item:first-child>a {
  background: none;
}

.home #header .head_navInfo .head_nav .nav_item>p span {
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

#header .head_navInfo .head_nav .nav_item>p span {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

#header .head_navInfo .head_nav .nav_item>p span {}

#header .head_navInfo .head_nav .nav_item:hover>p span::after {
  left: 0;
  right: auto;
  transform-origin: left center;
  transform: scaleX(1);
  width: 100%;
}

#header .header_nav_btn {
  width: 80px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: url("../img/common/v_border.svg");
  background-position: left top;
  background-repeat: repeat-y;
}

#header .header_nav_btn .trigger_box .tigger_inner {
  width: 26px;
  height: 18px;
  position: relative;
  margin: 0 auto;
}

#header .header_nav_btn .trigger_box .tigger_inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111111;
  transition-duration: .4s;
}

#header .header_nav_btn .trigger_box .tigger_inner span:nth-child(1) {
  top: 0;
}

#header .header_nav_btn .trigger_box .tigger_inner span:nth-child(2) {
  top: 8px;
}

#header .header_nav_btn .trigger_box .tigger_inner span:nth-child(3) {
  bottom: 0;
}

.show_nav #header .header_nav_btn .trigger_box .tigger_inner span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.show_nav #header .header_nav_btn .trigger_box .tigger_inner span:nth-child(2) {
  opacity: 0;
}

.show_nav #header .header_nav_btn .trigger_box .tigger_inner span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

#globalMenu {
  position: fixed;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: #1A1A1A;
  transition: all 0.6s;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.show_nav #globalMenu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.nav_menu_bottom .siteInfo_list li a {
  color: #fff;
}

.header_nav_container * {
  color: #fff;
}

#header .search-form {
  background-color: #F1F1F1;
  padding: 8px 20px;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  max-width: 300px;
  margin: 0 30px 0 40px;
}

#header .search-form input.search-field {
  flex: 1;
  border: none;
  background: transparent;
  padding: 4px;
  font-size: 1.3rem;
  outline: none;
}

#header .search-form input.search-field::placeholder {
  color: #999;
}

#header .search-form input[type="image"] {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  cursor: pointer;
}

#header .h_tel {
  margin: 0 10px 0 20px;
}

/* サブメニューの初期状態（非表示だけどスペースは確保しない） */
.nav_item .submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  padding: 50px 0 40px;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  pointer-events: none; /* hoverできなくする */
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}

/* ホバー時：ふわっと出る */
.nav_item.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.nav_item .submenu .submenu-inner {
  margin: auto;
}
.box_wrap {
  display: flex;
  justify-content: center;
  column-gap: 50px;
}
.nav_item .submenu .submenu-inner .box {
  max-width: 320px;
  width: 100%;
}
.nav_item .submenu .submenu-inner .box .ttl {
  display: flex;
  padding: 0 0 22px;
  margin: 0 0 22px;
  border-bottom: 1px dotted #111;
  align-items: flex-end;
  justify-content: space-between;
}

.nav_item .submenu .submenu-inner .box .ttl h3 {
  font-size: 2.2rem;
  line-height: 1;
}

.nav_item .submenu .submenu-inner .box .ttl p {
  font-size: 1.6rem;
}
.nav_item .submenu .submenu-inner .box li {
  margin: 0 0 18px;
}
.nav_item .submenu .submenu-inner .box li:last-child {
  margin: 0;
}
.nav_item .submenu .submenu-inner .box li a {
  font-size: 1.4rem;
  transition: 0.3s;
}
.nav_item .submenu .submenu-inner .box li a:hover {
  color: #B59768;
  transition: 0.3s;
}
.btn_wrap .search-submit.sp-s {
  display: none;
}
@media screen and (max-width: 640px) {
.btn_wrap .search-submit.pc-s {
  display: none;
}
  .btn_wrap .search-submit.sp-s {
  display: block;
}
}

@media screen and (max-width: 1660px) {
  #header {
    padding: 0 0 0 20px;
  }
#header .search-form {
    padding: 8px 15px;
    max-width: 200px;
    margin: 0 20px;
}
}
@media screen and (max-width: 1600px) {
  #header .head_navInfo .head_nav .nav_item>a {
    padding:6px 10px;
  }
#header .head_navInfo .head_nav .nav_item>a span {
  font-size: 1.3rem;
  padding: 3px 0;
}
}

@media screen and (max-width: 1480px) {
  #header .head_navInfo .head_nav .nav_item>p span {
    font-size: 1.3rem;
  }
  #header .h_tel {
    display: none;
  }
}

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

  #header .head_navInfo .head_nav .nav_item.has_children>p {
    padding: 0 10px;
  }

  #header .head_navInfo .head_nav .nav_item>p span {
    font-size: 1.1rem;
  }

  #header .head_navInfo .head_nav .nav_item>a span {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1025px) {
  #header {
    width: calc(100% - 50px);
    width: 100%;
    height: 100px;
    min-height: 100px;
    border-bottom: 1px solid #111111;
      box-sizing: border-box;
  }

  .home #header.fixed .head_navInfo .head_nav .nav_item>span {
    color: #1A1A1A;
  }

  .home #header.fixed .head_navInfo .head_nav .nav_item>p span {
    color: #1A1A1A;
  }

  .home #header.fixed .head_navInfo .head_nav .nav_item>p span::before {
    border: solid #1A1A1A;
    border-width: 0 2px 2px 0;
  }

  .home #header.fixed .head_navInfo .head_nav .nav_item:hover>p span::before {
    border: solid #B78F22;
    border-width: 0 2px 2px 0;
  }

  .home #header.fixed .head_navInfo .head_nav .nav_item>a span {
    color: #1A1A1A;
  }

  .home #header.fixed .head_navInfo .head_nav .nav_item:hover>p span {
    color: #B78F22;
  }

  .home #header.fixed .head_navInfo .head_nav .nav_item:hover>a span {
    color: #B78F22;
  }

  /*ナビゲーションホバーコンテンツ*/
  #header .head_navInfo .nav_item .nav_child_container {
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
  }

  #header .head_navInfo .nav_item.has_children.active .nav_child_container {
    display: block;
    opacity: 1;
    visibility: visible;
    animation: fadeIn 0.3s ease-in 0s forwards;
  }

  #header .head_navInfo .nav_item .nav_child_container .nav_child_inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
  }

  #header .head_navInfo .nav_item .nav_child_container a {
    font-size: 1.6rem;
  }

  #header .head_navInfo .nav_item .nav_child_container .childList_first {
    justify-content: center;
  }

  #header .head_navInfo .nav_item .nav_child_container .childList_first .child_item {
    line-height: 1;
  }

  #header .head_navInfo .nav_item .nav_child_container .childList_first .child_item::after {}

  #header .head_navInfo .nav_item .nav_child_container .childList_first .child_item>a {
    position: relative;
    display: block;
  }

  #header .head_navInfo .nav_item .nav_child_container .childList_first .child_item:hover a {
    color: #AF1F26;
  }

  #header .head_navInfo .nav_item .nav_child_container .childList_first .child_item>a::before {
    content: url("../img/common/arw_red.svg");
    display: inline-block;
    margin-right: 0.5em;
  }

  #header .head_navInfo .nav_item .nav_child_container .childList_first .child_item>a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 42px;
    background-color: #E3E3E3;
  }

  #header .head_navInfo .nav_item .nav_child_container .childList_first .child_item:last-child>a::after {
    content: none;
  }

  #nav_service .childList_first .child_item>a {
    /*padding: 34px 78px;*/
    padding: 34px 50px;
  }

  #nav_store .childList_first .child_item>a,
  #nav_contact .childList_first .child_item>a {
    /*padding: 34px 78px;*/
    padding: 34px 50px;
  }

  #header .head_navInfo .nav_item .nav_child_container .childList_first .child_item:hover .childList_second {
    display: block;
    opacity: 1;
    visibility: visible;
    animation: fadeIn 0.3s ease-in 0s forwards;
  }

  /*第二階層*/
  .nav_child_container .childList_second {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
  }

  .nav_child_container .childList_second .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
    padding: 25px 0 45px;
    align-items: flex-end;
  }

  .nav_child_container .childList_second .second_item {
    position: relative;
    border-left: 1px dashed #ADADAD;
    width: calc(100% / 4);
  }

  .nav_child_container .childList_second.buy .second_item {
    width: calc(100% / 3);
  }

  .nav_child_container .childList_second .second_item:last-child {
    border-right: 1px dashed #ADADAD;
  }

  .nav_child_container .childList_second .second_item a {
    display: block;
  }

  .nav_child_container .childList_second .second_item a span {
    display: block;
    text-align: center;
  }

  .nav_child_container .childList_second .second_item a .ico {
    position: relative;
    margin-bottom: 12px;
  }

  .nav_child_container .childList_second .second_item a .ico img.hov {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    opacity: 0;
  }

  .nav_child_container .childList_second .second_item a:hover .ico img:not(.hov) {
    opacity: 0;
  }

  .nav_child_container .childList_second .second_item a:hover .ico img.hov {
    opacity: 1;
  }

  .nav_child_container .childList_second .second_item a:hover .tl {
    color: #AF1F26;
    transition-duration: .3s;
  }

  /*ハンバーガーメニュー*/
  #header .header_nav_btn .trigger_box .tigger_inner {
    margin: 0 auto;
  }

  #header .header_nav_btn .trigger_box .name_menu {
    display: block;
    color: #fff;
    font-size: 1.2rem;
  }

  .show_nav #globalMenu {
    top: 0;
  }

  #globalMenu {
    padding-top: 160px;
  }

  #globalMenu .btn_close {
    width: 80px;
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../img/common/v_border_wh.svg");
    background-position: left top;
    background-repeat: repeat-y;
    margin: 20px 0;
  }

  #globalMenu .btn_close .trigger_box .name_menu {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
  }

  #globalMenu .btn_close .trigger_box .tigger_inner {
    width: 30px;
    height: 18px;
    position: relative;
    margin: 0 auto;
  }

  #globalMenu .btn_close .trigger_box .tigger_inner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition-duration: .4s;
  }

  #globalMenu .btn_close .trigger_box .tigger_inner span:nth-child(1) {
    top: 0;
  }

  #globalMenu .btn_close .trigger_box .tigger_inner span:nth-child(2) {
    top: 8px;
  }

  #globalMenu .btn_close .trigger_box .tigger_inner span:nth-child(3) {
    bottom: 0;
  }
  #globalMenu .head_logo {
    position: absolute;
    left: 20px;
    top: 25px;
  }

  .show_nav #globalMenu .btn_close .trigger_box .tigger_inner span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
  }

  .show_nav #globalMenu .btn_close .trigger_box .tigger_inner span:nth-child(2) {
    opacity: 0;
  }

  .show_nav #globalMenu .btn_close .trigger_box .tigger_inner span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
  }

  .header_nav_container .nav_menu_top {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
  }

  .header_nav_container .nav_menu_top .navMenu_left {
    width: 39.5833%;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item+.g_sellbuy_item {
    margin-top: 68px;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .tl {
    border-bottom: 1px solid #313131;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item.pawn .tl {
    border-bottom: none;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .tl span,
  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .tl>a {
    font-size: 2.6rem;
    color: #fff;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .tl>a:hover {
    color: #B78F22;
  }

  .navMenu_left .g_sellbuy_item .sub-list-sellbuy {
    flex-wrap: wrap;
  }

  .navMenu_left .g_sellbuy_item .sub-list-sellbuy li {
    margin-right: 37px;
    line-height: 1.33;
    margin-bottom: 16px;
  }

  .navMenu_left .g_sellbuy_item .sub-list-sellbuy li a {
    font-size: 1.6rem;
    color: #fff;
  }

  .navMenu_left .g_sellbuy_item .sub-list-sellbuy li a:hover {
    color: #B78F22;
  }

  .header_nav_container .nav_menu_top .navMenu_right {
    width: 50%;
  }

  .header_nav_container .nav_menu_top .navMenu_right .nav_links {
    width: 50%;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }

  .header_nav_container .nav_menu_top .navMenu_right .nav_links li a:hover {
    color: #B78F22;
  }

  .header_nav_container .nav_menu_top .navMenu_right .nav_links li+li {
    margin-top: 20px;
  }

  .header_nav_container .nav_menu_top .navMenu_right .nav_links li .child {
    margin-top: 17px;
  }

  .header_nav_container .nav_menu_top .navMenu_right .nav_links li .child .c_item {
    margin-top: 8px;
  }

  .header_nav_container .nav_menu_top .navMenu_right .nav_links li .child .c_item a {
    position: relative;
  }

  .header_nav_container .nav_menu_top .navMenu_right .nav_links li .child .c_item a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 1px;
    background-color: #AF1F26;
    margin-right: 0.5em;
    vertical-align: middle;
  }

  .header_nav_container .nav_menu_top .navMenu_right .sns_list {
    justify-content: flex-start;
    width: 75%;
    align-items: center;
    margin-top: 30px;
  }

  .header_nav_container .nav_menu_top .navMenu_right .sns_list p+p {
    margin-left: 27px;
  }

  .header_nav_container .nav_menu_top .navMenu_right .sns_list p svg use {
    fill: #fff;
    transition-duration: .3s;
  }

  .header_nav_container .nav_menu_top .navMenu_right .sns_list p a:hover svg use {
    fill: #B78F22;
  }

  .nav_menu_bottom .siteInfo_list {
    justify-content: center;
  }

  .nav_menu_bottom .siteInfo_list li {
    position: relative;
    padding: 0 30px;
  }

  .nav_menu_bottom .siteInfo_list li::after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #313131;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }

  .nav_menu_bottom .siteInfo_list li:last-child::after {
    content: none;
  }

  .nav_menu_bottom .siteInfo_list li a {
    font-size: 1.6rem;
  }

  .nav_menu_bottom .siteInfo_list li a:hover {
    color: #B78F22;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  #header .head_navInfo .nav_item .nav_child_container .nav_child_inner {
    width: 95%;
  }

  #header .head_navInfo .nav_item .nav_child_container a {
    font-size: 1.4rem;
  }

  #nav_store .childList_first .child_item>a,
  #nav_contact .childList_first .child_item>a {
    padding: 34px;
  }
}
@media screen and (max-width: 1130px) {
  #header .head_logo {
    margin: 0 auto 0 0;
  }
  #header .head_navInfo {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    width: 100%;
    height: 70px;
    padding: 0 0 0 15px;
  }

  #header .head_logo {
    width: 150px;
  }
  #header .header_nav_btn {
    width: 70px;
    height: 30px;
  }

  #globalMenu {
    height: 0;
  }

  .show_nav #globalMenu {
    top: 70px;
    height: calc(100vh - 70px);
    padding: 20px 0;
  }

  .nav_menu_top {
    flex-direction: column;
  }

  .header_nav_container .nav_menu_top .navMenu_left {
    position: relative;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item {
    width: 33.3333%;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .tl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 85px;
    text-align: center;
    background-color: #000;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .tl.open,
  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .tl.pawn:hover {
    background-color: #AF1F26;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .tl .inner span {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 0;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item:not(.pawn) .tl .inner {
    padding-right: 30px;
    position: relative;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item:not(.pawn) .tl .inner::after {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 0.8rem;
    margin-top: -0.8rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(45deg);
    transition: .3s;
    width: 0.8rem;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .tl.open .inner::after {
    margin-top: -0.3rem;
    transform: rotate(225deg);
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .tl .inner .ja {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .tl .inner .en {
    font-size: 1.3rem;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .tl>a:hover {
    color: #B78F22;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .sub-list-sellbuy {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1001;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .sub-list-sellbuy li {
    border-bottom: 1px solid #ADADAD;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .sub-list-sellbuy li:last-child {
    border-bottom: none;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item .sub-list-sellbuy li a {
    padding: 20px 8%;
    display: block;
    font-size: 1.7rem;
    line-height: 1.5;
  }

  .navMenu_left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .header_nav_container .nav_menu_top .navMenu_right {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .header_nav_container .nav_menu_top .navMenu_right .nav_links li a,
  .nav_menu_bottom .siteInfo_list li a {
    display: block;
    padding: 17px 5%;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 500;
    border-bottom: 1px solid #606060;
  }

  .nav_menu_bottom .siteInfo_list {
    flex-direction: column;
  }

  #globalMenu .btn_close.sp {
    padding: 24px 5%;
    text-align: center;
  }

}

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

  #header .header_nav_btn {
    width: 60px;
  }

  .header_nav_container .nav_menu_top .navMenu_left .g_sellbuy_item:not(.pawn) .tl .inner {
    padding-right: 20px;
  }

  #globalMenu .btn_close.sp {
    padding: 30px 5%;
  }

  #globalMenu .btn_close.sp img {
    width: 80px;
  }
  
}
#header .search_wrap {
    margin: 0 30px;
  }

  
@media screen and (max-width: 640px) {
  #header {
    height: 60px;
    border-bottom: 1px solid #707070;
    z-index: 1000;
  }
  #header .search_wrap {
    margin: 0 4vw;
  }
  #header .search_main {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    background-color: #FBFBFB;
  }
     
  
  
}


/* ------------------------------
    footer
------------------------------ */
#footer {
  background-color: #1C1C1C;
  padding: 90px 0 0;
  overflow: hidden;
}

#footer * {
  color: #fff;
}

#footer .wrap {
  padding: 0 45px;
}

#footer .wrap .sec_ttl h2 {
  font-size: 1.8rem;
  margin: 0 0 20px;
}

#footer .wrap .sec_ttl .en {
  font-size: 4.5rem;
}

#footer .wrap .sec_ttl h2::before {
  background-color: #fff;
}

#footer .ft_contact {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 0 110px;
}

#footer .ft_contact .f_left p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 40px 0 0;
}

#footer .ft_contact .f_right {
  display: flex;
  flex-wrap: wrap;
}



#footer .copyright {
  border-top: 1px solid #3B3B3B;
  padding: 25px 0;
  margin: 48px 0 0;
}

#footer .copyright .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .copyright .wrap p {
  font-size: 1.3rem;
}

#footer .copyright .wrap p.en {
  font-size: 1.2rem;
}



@media screen and (max-width: 1024px) {
  #footer .wrap {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {
  #footer {
  padding: 14vw 0 0;
}

#footer .wrap {
  padding: 0 5%;
}

#footer .wrap .sec_ttl h2 {
  font-size: 3.4vw;
  text-align: center;
  margin: 0 0 4vw;
}

#footer .wrap .sec_ttl .en {
  font-size:9.6vw;
  text-align: center;
}

#footer .ft_contact {
  display: block;
  gap: 0;
  margin: 0 0 6vw;
}
  #footer .common_contact .cont.tel {
    border-bottom: none;
  }
#footer .ft_contact .f_left p {
  font-size: 3.2vw;
 text-align: center;
  margin: 8vw 0 0;
  border-bottom: 1px solid #3B3B3B;
  padding: 0 0 8vw;
}

#footer .ft_contact .f_right {
  display: block;
}

  #footer .h_menu_contact {
    display: none;
  }

#footer .copyright {
  padding: 6vw 0;
  margin:10vw 0 0;
}

#footer .copyright .wrap {
  display: block;
}

#footer .copyright .wrap p {
  font-size: 3vw;
  text-align: center;
}

#footer .copyright .wrap p.en {
  font-size: 2.8vw;
  text-align: center;
  margin: 3vw 0 0;
}
}



.common_link_list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.common_link_list a {
  transition: 0.4s;
}

.common_link_list a:hover {
  transition: 0.4s;
  color: #B59768 !important;
  text-decoration: underline;
}

.common_link_list .l_left {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 10px;
  justify-content: space-between;
  max-width: 552px;
  width: 100%;
}

.common_link_list .l_left .box {
  max-width: 256px;
  width: 100%;
}

.common_link_list .l_left .box .ttl {
  display: flex;
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid #3B3B3B;
  align-items: flex-end;
  justify-content: space-between;
}

.common_link_list .l_left .box .ttl h3 {
  font-size: 2.2rem;
  line-height: 1;
}

.common_link_list .l_left .box .ttl p {
  font-size: 1.6rem;
}

.common_link_list .l_left .box ul li {
  margin: 0 0 18px;
}

.common_link_list .l_left .box ul li:last-child {
  margin: 0;
}

.common_link_list .l_left .box ul li a {
  font-size: 1.4rem;
}

.common_link_list .l_right {
  max-width: 440px;
  width: 100%;
}

.common_link_list .l_right .low_list {
  display: flex;
  margin: 15px 0 0;
}

.common_link_list .l_right .low_list li {
  margin: 0 0 25px;
  min-width: 190px;
}

.common_link_list .l_right .low_list li:last-child {
  margin: 0;
}

.common_link_list .l_right .low_list li a {
  font-size: 1.4rem;
}

.common_link_list .l_right .c_access {
  margin: 80px 0 0;
}

.common_link_list .l_right .c_access h2,
.common_link_list .l_right .c_access p {
  text-align: right;
}

.common_link_list .l_right .c_access h2 {
  margin: 0 0 8px;
}

.common_link_list .l_right .c_access p {
  font-size: 1.4rem;
  line-height: 1.7;
}

.common_link_list .l_right .c_access .sns_list {
  margin: 30px 0 0;
}

.common_link_list .l_right .c_access .sns_list ul {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

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

   .show_nav #globalMenu {
        top: 60px;
        height: calc(100vh - 60px);
     padding: 3rem 0 6rem;
    }
  .common_link_list {
    display: block;
}
  .accordion-header {
    position: relative;
    cursor: pointer;
    padding-right: 24px; /* アイコン分の余白 */
  }
  .common_link_list .l_left {
    display: block;
    flex-wrap: wrap;
    gap: 60px 10px;
    max-width: 100%;
    width: 100%;
}
  .common_link_list .l_left .box {
    max-width: 100%;
    border-bottom: 1px solid #3B3B3B;
  }

  .accordion-header::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: transform 0.3s ease;
  }

  .accordion-header.active::after {
    content: "−"; /* マイナス記号 */
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0 6%;
  }

  .accordion-header.active + .accordion-content {
    max-height: 1000px;
    margin: 0 6% 10%;
  }
  
  
  .common_link_list .l_left .box .ttl {
    justify-content: flex-start;
    align-items: center;
    padding:2rem 0;
    margin: 0;
    gap:5vw;
    border-bottom: none;
  }
  .common_link_list .l_left .box .ttl h3 {
    font-size: 4.5vw;
}
  .common_link_list .l_left .box .ttl p {
    font-size: 3.7vw;
}
.common_link_list .l_left .box ul li {
    margin: 0 0 8vw;
}
.common_link_list .l_left .box ul li:first-child {
    margin-top:  5vw;
}

.common_link_list .l_left .box ul li a{
    font-size: 3.4vw;
}
  
  
  .common_link_list .l_right .low_list {
    margin: 12vw 0 0;
    padding: 0 0 12vw;
    border-bottom: 1px solid #3B3B3B;
  }
  .common_link_list .l_right .low_list ul {
    width: 50%;
  }
  .common_link_list .l_right .low_list li {
    min-width: auto;
    margin: 0 0 7vw;
  }
  .common_link_list .l_right .low_list ul li a{
    font-size: 3.4vw;
}

  
.common_link_list .l_right .c_access {
  margin: 10vw 0 0;
}

.common_link_list .l_right .c_access h2,
.common_link_list .l_right .c_access p {
  text-align: center;
}

.common_link_list .l_right .c_access h2 {
  margin: 0 auto 4vw;
  width: 52vw;
}

.common_link_list .l_right .c_access p {
  font-size: 3vw;
}

.common_link_list .l_right .c_access .sns_list {
  margin: 5vw 0 0;
}

.common_link_list .l_right .c_access .sns_list ul {
  justify-content: center;
  gap: 2.5vw;
}
  .common_link_list .l_right .c_access .sns_list ul li {
    width: 12vw;
  }
}
/* main_title_area */
#main_title_area {
  padding: 18.6rem 0;
}

@media screen and (max-width: 1024px) {
  #main_title_area {
    padding: 15.5vw 0;
  }
}

@media screen and (max-width: 640px) {
  #main_title_area {
    padding: 28.5333333333vw 0 28vw;
  }
}

#main_title_area .en {
  margin-bottom: 2rem;
  font-size: 6.5rem;
  color: #fff;
  line-height: 0.923;
}

@media screen and (max-width: 1024px) {
  #main_title_area .en {
    margin-bottom: 1.6666666667vw;
    font-size: 5.4166666667vw;
    line-height: 0.888;
  }
}

@media screen and (max-width: 640px) {
  #main_title_area .en {
    margin-bottom: 2.6666666667vw;
    font-size: 9.6vw;
  }
}

#main_title_area .main_title {
  font-size: 2rem;
  color: #fff;
  line-height: 1.45;
}

@media screen and (max-width: 1024px) {
  #main_title_area .main_title {
    font-size: 1.6666666667vw;
  }
}

@media screen and (max-width: 640px) {
  #main_title_area .main_title {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}

.title_area {
  margin-bottom: 5rem;
}

@media screen and (max-width: 1024px) {
  .title_area {
    margin-bottom: 4.6666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .title_area {
    margin-bottom: 8vw;
  }
}

.title_area .en {
  margin-bottom: 3.5rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .title_area .en {
    margin-bottom: 3.75vw;
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 640px) {
  .title_area .en {
    margin-bottom: 5.3333333333vw;
    font-size: 3.2vw;
  }
}

.title_area .title02 {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.444;
}

@media screen and (max-width: 1024px) {
  .title_area .title02 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 640px) {
  .title_area .title02 {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}

.tit_slider {
  position: absolute;
  top: 8rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .tit_slider {
    top: 13.3333333333vw;
  }
}

@media screen and (max-width: 640px) {
  .tit_slider {
    top: 12vw;
  }
}

.tit_slider_item {
  min-width: auto;
  min-height: auto;
  font-size: 20rem;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: flowing 60s linear infinite;
  animation: flowing 30s linear infinite;
  z-index: 1;
  opacity: 0.02;
  padding: 0 2rem;
}

@media screen and (max-width: 1024px) {
  .tit_slider_item {
    font-size: 16.6666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .tit_slider_item {
    font-size: 32vw;
  }
}

@-webkit-keyframes flowing {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes flowing {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.contact_address {
  padding: 5rem 0 13rem;
  background: url(../img/visit-buy/pattern02.png);
  position: relative;
  z-index: 6;
}

@media screen and (max-width: 1024px) {
  .contact_address {
    padding: 4.1666666667vw 0 10.8333333333vw;
  }
}

@media screen and (max-width: 640px) {
  .contact_address {
    padding: 8vw 0 51.7333333333vw;
  }
}

.contact_address .wrap {
  position: relative;
}

@media screen and (max-width: 640px) {
  .contact_address .wrap {
    width: 100%;
  }
}

.contact_address .title_box {
  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;
  width: 34.4rem;
  height: 4.6rem;
  margin: 0 auto 2rem;
  font-size: 2rem;
  line-height: 1;
  background: #DED6D4;
  border-radius: 2.3rem;
}

@media screen and (max-width: 1024px) {
  .contact_address .title_box {
    width: 28.6666666667vw;
    height: 3.8333333333vw;
    margin: 0 auto 1.6666666667vw;
    font-size: 1.6666666667vw;
    border-radius: 1.9166666667vw;
  }
}

@media screen and (max-width: 640px) {
  .contact_address .title_box {
    width: 58.1333333333vw;
    height: 8.5333333333vw;
    margin: 0 auto 3.4666666667vw;
    font-size: 3.4666666667vw;
    border-radius: 6.1333333333vw;
  }
}

.contact_address .title02 {
  font-size: 4rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .contact_address .title02 {
    font-size: 3.3333333333vw;
  }
}

@media screen and (max-width: 640px) {
  .contact_address .title02 {
    font-size: 6.1333333333vw;
  }
}

.contact_address .contact_address_box {
  position: absolute;
  top: 15rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 4.3rem 0 3.8rem;
  background: #fff;
  border: 0.2rem solid #2B2B2B;
  border-radius: 1rem;
}

@media screen and (max-width: 1024px) {
  .contact_address .contact_address_box {
    top: 12.5vw;
    padding: 3.5833333333vw 0 3.1666666667vw;
    border: 0.1666666667vw solid #2B2B2B;
    border-radius: 0.8333333333vw;
  }
}

@media screen and (max-width: 640px) {
  .contact_address .contact_address_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 26.6666666667vw;
    left: 0;
    right: 0;
    width: 90.6666666667vw;
    padding: 4vw 0 6.9333333333vw;
    margin: auto;
    border: 0.5333333333vw solid #2B2B2B;
    border-radius: 2.6666666667vw;
  }
}

.contact_address .contact_address_box .tel_area {
  padding: 0 3rem;
}

@media screen and (max-width: 1024px) {
  .contact_address .contact_address_box .tel_area {
    padding: 0 2.5vw;
  }
}

@media screen and (max-width: 640px) {
  .contact_address .contact_address_box .tel_area {
    width: 100%;
    padding: 0;
    margin-bottom: 4.8vw;
  }
}

.contact_address .contact_address_box .tel_area p {
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .contact_address .contact_address_box .tel_area p {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 640px) {
  .contact_address .contact_address_box .tel_area p {
    font-size: 3.7333333333vw;
  }
}

.contact_address .contact_address_box .tel_area .tel {
  margin: 0.4rem 0 0;
}

@media screen and (max-width: 1024px) {
  .contact_address .contact_address_box .tel_area .tel {
    margin: 0.3333333333vw 0 0;
  }
}

@media screen and (max-width: 640px) {
  .contact_address .contact_address_box .tel_area .tel {
    margin: 0.5333333333vw 0 0;
  }
}

.contact_address .contact_address_box .tel_area .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 1600px) {
  .contact_address .contact_address_box .tel_area .tel a {
    font-size: 3.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .contact_address .contact_address_box .tel_area .tel a {
    gap: 0.5vw;
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}

@media screen and (max-width: 640px) {
  .contact_address .contact_address_box .tel_area .tel a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.0666666667vw;
    font-size: 9.3333333333vw;
  }
}

.contact_address .contact_address_box .tel_area .tel a img {
  width: 3.9rem;
}

@media screen and (max-width: 1600px) {
  .contact_address .contact_address_box .tel_area .tel a img {
    width: 2.4375vw;
  }
}

@media screen and (max-width: 1024px) {
  .contact_address .contact_address_box .tel_area .tel a img {
    width: 2.5vw;
  }
}

@media screen and (max-width: 640px) {
  .contact_address .contact_address_box .tel_area .tel a img {
    width: 8vw;
  }
}

.contact_address .contact_address_box .tel_area .small {
  font-size: 1.5rem;
}

@media screen and (max-width: 1600px) {
  .contact_address .contact_address_box .tel_area .small {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 1024px) {
  .contact_address .contact_address_box .tel_area .small {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 640px) {
  .contact_address .contact_address_box .tel_area .small {
    font-size: 2.6666666667vw;
  }
}

.contact_address .contact_address_box .btn_area {
  padding: 0 3rem;
  border-left: 0.1rem dashed #032A38;
}

@media screen and (max-width: 1024px) {
  .contact_address .contact_address_box .btn_area {
    padding: 0 2.5vw;
  }
}

@media screen and (max-width: 640px) {
  .contact_address .contact_address_box .btn_area {
    width: 100%;
    padding: 0;
    border-left: none;
  }
}

.contact_address .contact_address_box .btn_area p {
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .contact_address .contact_address_box .btn_area p {
    font-size: 1.5vw;
  }
}

.contact_address .contact_address_box .btn_area .btn_mail,
.contact_address .contact_address_box .btn_area .btn_line {
  margin-top: 1.6rem;
}

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

  .contact_address .contact_address_box .btn_area .btn_mail,
  .contact_address .contact_address_box .btn_area .btn_line {
    margin-top: 1.3333333333vw;
  }
}

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

  .contact_address .contact_address_box .btn_area .btn_mail,
  .contact_address .contact_address_box .btn_area .btn_line {
    margin-top: 0;
  }
}

.contact_address .contact_address_box .btn_area .btn_mail a,
.contact_address .contact_address_box .btn_area .btn_line a {
  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;
  gap: 1rem;
  width: 30rem;
  height: 7.6rem;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  border-radius: 0.2rem;
}

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

  .contact_address .contact_address_box .btn_area .btn_mail a,
  .contact_address .contact_address_box .btn_area .btn_line a {
    gap: 0.625vw;
    width: 18.75vw;
    height: 4.75vw;
    font-size: 1.5vw;
    border-radius: 0.125vw;
  }
}

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

  .contact_address .contact_address_box .btn_area .btn_mail a,
  .contact_address .contact_address_box .btn_area .btn_line a {
    gap: 0.8333333333vw;
    width: 25vw;
    height: 5.8333333333vw;
    font-size: 1.6666666667vw;
    border-radius: 0.1666666667vw;
  }
}

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

  .contact_address .contact_address_box .btn_area .btn_mail a,
  .contact_address .contact_address_box .btn_area .btn_line a {
    gap: 3.7333333333vw;
    width: 74.6666666667vw;
    height: 16vw;
    margin: auto;
    font-size: 4.2666666667vw;
    border-radius: 0.5333333333vw;
  }
}

.contact_address .contact_address_box .btn_area .btn_mail a {
  background: #B59768;
}

.contact_address .contact_address_box .btn_area .btn_mail a img {
  width: 2.9rem;
}

@media screen and (max-width: 1024px) {
  .contact_address .contact_address_box .btn_area .btn_mail a img {
    width: 2.4166666667vw;
  }
}

@media screen and (max-width: 640px) {
  .contact_address .contact_address_box .btn_area .btn_mail a img {
    width: 6.1333333333vw;
  }
}

@media screen and (max-width: 640px) {
  .contact_address .contact_address_box .btn_area .btn_line {
    margin-top: 1.3333333333vw;
  }
}

.contact_address .contact_address_box .btn_area .btn_line a {
  background: #5CB242;
}

.contact_address .contact_address_box .btn_area .btn_line a img {
  width: 3.75rem;
}

@media screen and (max-width: 1024px) {
  .contact_address .contact_address_box .btn_area .btn_line a img {
    width: 3.125vw;
  }
}

@media screen and (max-width: 640px) {
  .contact_address .contact_address_box .btn_area .btn_line a img {
    width: 7.1146666667vw;
  }
}

.shop_list {
  position: relative;
  padding: 20rem 0 11rem;
  z-index: 5;
}

@media screen and (max-width: 1024px) {
  .shop_list {
    padding: 16.6666666667vw 0 9.1666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .shop_list {
    padding: 38.6666666667vw 0 16vw;
  }
}

.shop_list .tit_slider {
  top: 58.5rem;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .shop_list .tit_slider {
    top: 48.75vw;
  }
}

@media screen and (max-width: 640px) {
  .shop_list .tit_slider {
    top: 122.1333333333vw;
  }
}

.shop_list .tit_slider .tit_slider_item {
  color: #F2F2F2;
}

.shop_list .wrap {
  position: relative;
  z-index: 2;
}

.shop_list .center {
  margin-bottom: 6.7rem;
}

@media screen and (max-width: 1024px) {
  .shop_list .center {
    margin-bottom: 5.5833333333vw;
  }
}

@media screen and (max-width: 640px) {
  .shop_list .center {
    margin-bottom: 16vw;
  }
}

.shop_list .center p {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.7647;
}

@media screen and (max-width: 1024px) {
  .shop_list .center p {
    font-size: 1.4166666667vw;
  }
}

@media screen and (max-width: 640px) {
  .shop_list .center p {
    font-size: 3.4666666667vw;
    line-height: 1.6923;
  }
}

.shop_list .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 1024px) {
  .shop_list .flex {
    gap: 4.1666666667vw;
    margin-bottom: 7.9166666667vw;
  }
}

@media screen and (max-width: 640px) {
  .shop_list .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}

.shop_list .flex .shop_list_box {
  position: relative;
  width: 50rem;
  padding: 2rem 1.8rem 0;
  background: #fff;
  border: 0.1rem solid #111;
  border-radius: 0.5rem;
  -webkit-box-shadow: 1rem 1rem 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1rem 1rem 0 0 rgba(0, 0, 0, 0.05);
  z-index: 2;
  bottom:0;
  right: 0;
  transition: 0.3s;
  
}
.shop_list .flex .shop_list_box:hover {
  bottom: -0.6rem;
  right: -0.6rem;
  box-shadow: 0.6rem 0.6rem 0 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .shop_list .flex .shop_list_box {
    width: 41.6666666667vw;
    padding: 1.6666666667vw 1.5vw 0;
    border-radius: 0.4166666667vw;
    -webkit-box-shadow: 0.8333333333vw 0.8333333333vw 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0.8333333333vw 0.8333333333vw 0 0 rgba(0, 0, 0, 0.05);
  }
}

@media screen and (max-width: 640px) {
  .shop_list .flex .shop_list_box {
    width: 82.6666666667vw;
    padding: 4vw 4vw 0;
    border-radius: 1.3333333333vw;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.shop_list .flex .shop_list_box .flow_txt {
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.8rem;
  padding: 0 1.5rem;
  font-size: 1.7rem;
  color: #fff;
  line-height: 2.05882;
  background: #111;
  border-radius: 0.5rem 0 0.5rem 0;
}

@media screen and (max-width: 1024px) {
  .shop_list .flex .shop_list_box .flow_txt {
    height: 3.1666666667vw;
    padding: 0 1.25vw;
    font-size: 1.4166666667vw;
    border-radius: 0.4166666667vw 0 0.4166666667vw 0;
  }
}

@media screen and (max-width: 640px) {
  .shop_list .flex .shop_list_box .flow_txt {
    height: 8.8vw;
    padding: 0 4vw;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw 0 1.3333333333vw 0;
  }
}

.shop_list .flex .shop_list_box .title03 {
  margin: 3.6rem 0 1.4rem;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .shop_list .flex .shop_list_box .title03 {
    margin: 3vw 0 1.1666666667vw;
    font-size: 2.3333333333vw;
  }
}

@media screen and (max-width: 640px) {
  .shop_list .flex .shop_list_box .title03 {
    margin: 4.2666666667vw 0 2.1333333333vw;
    font-size: 4.5333333333vw;
  }
}

.shop_list .flex .shop_list_box p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.71428;
}

@media screen and (max-width: 1024px) {
  .shop_list .flex .shop_list_box p {
    font-size: 1.1666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .shop_list .flex .shop_list_box p {
    font-size: 2.9333333333vw;
    line-height: 1.5454;
  }
}

.shop_list .flex .shop_list_box .tel {
  margin: 2.7rem 0 0;
  font-size: 3rem;
  color: #555;
}

@media screen and (max-width: 1024px) {
  .shop_list .flex .shop_list_box .tel {
    margin: 2.25vw 0 0;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 640px) {
  .shop_list .flex .shop_list_box .tel {
    margin: 4.2666666667vw 0 0;
    font-size: 5.8666666667vw;
  }
}

.shop_list .flex .shop_list_box .tel a {
  color: #555;
}

.shop_list .flex .shop_list_box .small {
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .shop_list .flex .shop_list_box .small {
    font-size: 1.1666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .shop_list .flex .shop_list_box .small {
    font-size: 2.6666666667vw;
  }
}

.shop_list .flex .shop_list_box .under {
  padding: 3rem 0;
  margin-top: 4rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #111), color-stop(0.2rem, transparent));
  background-image: linear-gradient(to right, #111 0.1rem, transparent 0.2rem);
  background-size: 0.3rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}

@media screen and (max-width: 1024px) {
  .shop_list .flex .shop_list_box .under {
    padding: 2.5vw 0;
    margin-top: 3.3333333333vw;
  }
}

@media screen and (max-width: 640px) {
  .shop_list .flex .shop_list_box .under {
    padding: 3.7333333333vw 0;
    margin-top: 6.4vw;
  }
}

.shop_list .flex .shop_list_box .under p {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .shop_list .flex .shop_list_box .under p {
    font-size: 1.1666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .shop_list .flex .shop_list_box .under p {
    font-size: 2.9333333333vw;
  }
}

.shop_list .flex .shop_list_box .under p a {
  letter-spacing: 0;
  text-decoration: underline;
}

.shop_list .site_btn {
  width: auto;
  margin: auto;
}

.shop_list .site_btn a {
  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;
  width: 40rem;
  height: 6rem;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .shop_list .site_btn a {
    width: 33.3333333333vw;
    height: 5vw;
  }
}

@media screen and (max-width: 640px) {
  .shop_list .site_btn a {
    width: 80vw;
    height: 13.3333333333vw;
  }
}

.shop_list .site_btn a span {
  right: 2rem;
  width: 1.213rem;
}

@media screen and (max-width: 1024px) {
  .shop_list .site_btn a span {
    right: 1.6666666667vw;
    width: 1.0108333333vw;
  }
}

@media screen and (max-width: 640px) {
  .shop_list .site_btn a span {
    right: 5.3333333333vw;
    width: 3.2346666667vw;
  }
}

.shop_list .site_btn a span::before,
.shop_list .site_btn a span::after {
  width: 0.8rem;
}

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

  .shop_list .site_btn a span::before,
  .shop_list .site_btn a span::after {
    width: 0.6666666667vw;
  }
}

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

  .shop_list .site_btn a span::before,
  .shop_list .site_btn a span::after {
    width: 2.1333333333vw;
  }
}

.pawnshop {
  padding: 18.5rem 0 19.3rem;
  background: url(../img/common/bg_pawnshop.jpg) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .pawnshop {
    padding: 15.4166666667vw 0 16.0833333333vw;
  }
}

@media screen and (max-width: 640px) {
  .pawnshop {
    padding: 18.6666666667vw 0 21.8666666667vw;
    background: url(../img/common/bg_pawnshop_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (max-width: 640px) {
  .pawnshop .wrap {
    width: 86.4vw;
  }
}

.pawnshop .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 640px) {
  .pawnshop .flex {
    display: block;
  }
}

.pawnshop .flex .left {
  max-width: 57rem;
}

@media screen and (max-width: 640px) {
  .pawnshop .flex .left {
    max-width: none;
    width: 100%;
  }
}

.pawnshop .flex .left .title_area {
  margin-bottom: 3.3rem;
}

@media screen and (max-width: 1024px) {
  .pawnshop .flex .left .title_area {
    margin-bottom: 2.75vw;
  }
}

@media screen and (max-width: 640px) {
  .pawnshop .flex .left .title_area {
    margin-bottom: 8vw;
  }
}

.pawnshop .flex .left .title_area .title02 {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2.3rem;
  font-size: 2rem;
  color: #fff;
  text-align: left;
  font-weight: 500;
  line-height: 1.45;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1024px) {
  .pawnshop .flex .left .title_area .title02 {
    padding-left: 2.5vw;
    margin-bottom: 1.9166666667vw;
    font-size: 1.6666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .pawnshop .flex .left .title_area .title02 {
    padding-left: 0;
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}

.pawnshop .flex .left .title_area .title02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 2rem;
  height: 0.1rem;
  background: #fff;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .pawnshop .flex .left .title_area .title02:before {
    width: 1.6666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .pawnshop .flex .left .title_area .title02:before {
    display: none;
  }
}

.pawnshop .flex .left .title_area .en {
  margin-bottom: 0;
  font-size: 6.5rem;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .pawnshop .flex .left .title_area .en {
    font-size: 5vw;
  }
}

@media screen and (max-width: 640px) {
  .pawnshop .flex .left .title_area .en {
    font-size: 9.6vw;
    text-align: center;
  }
}

.pawnshop .flex .left .txt p {
  font-size: 1.7rem;
  color: #fff;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .pawnshop .flex .left .txt p {
    font-size: 1.4166666667vw;
  }
}

@media screen and (max-width: 640px) {
  .pawnshop .flex .left .txt p {
    font-size: 3.4666666667vw;
    text-align: center;
    line-height: 1.6923;
  }
}

.pawnshop .flex .site_btn {
  width: auto;
}

@media screen and (max-width: 640px) {
  .pawnshop .flex .site_btn {
    width: 100%;
  }
}

.pawnshop .flex .site_btn a {
  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;
  width: 24rem;
  height: 6rem;
  font-size: 1.8rem;
  color: #fff;
  background: none;
  border: 0.1rem solid #fff;
  border-radius: 3.5rem;
}

@media screen and (max-width: 1024px) {
  .pawnshop .flex .site_btn a {
    width: 20vw;
    height: 5vw;
    font-size: 1.5vw;
    border-radius: 2.9166666667vw;
  }
}

@media screen and (max-width: 640px) {
  .pawnshop .flex .site_btn a {
    width: 64vw;
    height: 13.3333333333vw;
    margin: 13.3333333333vw auto 0;
    font-size: 4vw;
    border-radius: 9.3333333333vw;
  }
}

.pawnshop .flex .site_btn a span {
  right: 2rem;
  width: 1.331rem;
  height: 0.2rem;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .pawnshop .flex .site_btn a span {
    right: 1.6666666667vw;
    width: 1.1091666667vw;
  }
}

@media screen and (max-width: 640px) {
  .pawnshop .flex .site_btn a span {
    right: 5.3333333333vw;
    width: 3.2346666667vw;
  }
}

.pawnshop .flex .site_btn a span::before,
.pawnshop .flex .site_btn a span::after {
  top: calc(50% - 0.1rem);
  width: 0.8rem;
  height: 0.2rem;
  background-color: #fff;
}

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

  .pawnshop .flex .site_btn a span::before,
  .pawnshop .flex .site_btn a span::after {
    width: 0.6666666667vw;
  }
}

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

  .pawnshop .flex .site_btn a span::before,
  .pawnshop .flex .site_btn a span::after {
    width: 2.1333333333vw;
  }
}

.pawnshop .flex .site_btn a:hover {
  color: #111;
  background: #fff;
}

.pawnshop .flex .site_btn a:hover span {
  background-color: #111;
}

.pawnshop .flex .site_btn a:hover span::before,
.pawnshop .flex .site_btn a:hover span::after {
  background-color: #111;
}

.service {
  padding: 8.7rem 0 15rem;
  background: url(../img/common/bg_service.png) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .service {
    padding: 7.25vw 0 12.5vw;
  }
}

@media screen and (max-width: 640px) {
  .service {
    padding: 16vw 0 18.6666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .service .wrap {
    width: 100%;
  }
}

.service .title_area {
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 1024px) {
  .service .title_area {
    margin-bottom: 2.6666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .service .title_area {
    margin-bottom: 5.3333333333vw;
  }
}

.service .title_area .title02 {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1024px) {
  .service .title_area .title02 {
    margin-bottom: 1.3333333333vw;
    font-size: 1.6666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .service .title_area .title02 {
    margin-bottom: 4.5333333333vw;
    font-size: 4.2666666667vw;
  }
}

.service .title_area .en {
  margin-bottom: 0;
  font-size: 7rem;
}

@media screen and (max-width: 1024px) {
  .service .title_area .en {
    font-size: 5.8333333333vw;
  }
}

@media screen and (max-width: 640px) {
  .service .title_area .en {
    font-size: 9.6vw;
  }
}

.service .center {
  margin-bottom: 6rem;
}

@media screen and (max-width: 1024px) {
  .service .center {
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 640px) {
  .service .center {
    width: 86.6666666667vw;
    margin:0 auto 9.3333333333vw;
  }
}

.service .center p {
  font-size: 1.7rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .service .center p {
    font-size: 1.4166666667vw;
  }
}

@media screen and (max-width: 640px) {
  .service .center p {
    font-size: 3.4666666667vw;
  }
}

.service .service_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-bottom: 9rem;
}

@media screen and (max-width: 1024px) {
  .service .service_top {
    gap: 3.3333333333vw;
    margin-bottom: 7.5vw;
  }
}

@media screen and (max-width: 640px) {
  .service .service_top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7.4666666667vw;
    width: 86.6666666667vw;
    margin: 0 auto 10.6666666667vw;
  }
}

.service .service_top .flex_top_btn {
  position: relative;
  width: calc((100% - 12rem) / 4);
  aspect-ratio: 1/1.3666666667;
}

@media screen and (max-width: 1024px) {
  .service .service_top .flex_top_btn {
    width: calc((100% - 10vw) / 4);
  }
}

@media screen and (max-width: 640px) {
  .service .service_top .flex_top_btn {
    width: 100%;
    aspect-ratio: 1/0.56;
  }
}

.service .service_top .flex_top_btn a {
  display: block;
  width: 100%;
  height: 100%;
  border: 0.1rem solid #111;
  border-radius: 0.5rem;
  -webkit-box-shadow: 1rem 1rem 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1rem 1rem 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
  bottom:0;
  right: 0;
}
.service .service_top .flex_top_btn a:hover {
  bottom: -0.6rem;
  right: -0.6rem;
  box-shadow: 0.6rem 0.6rem 0 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.service .service_top .flex_top_btn a::before {
  content: '';
  position: absolute;
  inset: 0;
  backdrop-filter: blur(0px);
  transition: backdrop-filter 0.3s ease;
  z-index: 1;
}

.service .service_top .flex_top_btn a:hover::before {
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 1024px) {
  .service .service_top .flex_top_btn a {
    border-radius: 0.4166666667vw;
    -webkit-box-shadow: 0.8333333333vw 0.8333333333vw 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.8333333333vw 0.8333333333vw 0 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 640px) {
  .service .service_top .flex_top_btn a {
    border-radius: 1.3333333333vw;
    -webkit-box-shadow: 2.6666666667vw 2.6666666667vw 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2.6666666667vw 2.6666666667vw 0 0 rgba(0, 0, 0, 0.1);
  }
}


.service .service_top .flex_top_btn a .en {
  position: absolute;
  top: 3.2rem;
  left: 8.3rem;
  font-size: 1.6rem;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .service .service_top .flex_top_btn a .en {
    top: 1.6666666667vw;
    left: 5vw;
    font-size: 1.3333333333vw;
  }
}

@media screen and (max-width: 640px) {
  .service .service_top .flex_top_btn a .en {
    top: 7.2vw;
    left: 18.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.service .service_top .flex_top_btn a .title03 {
  position: absolute;
  top: 3.2rem;
  left: 3.5rem;
  font-size: 3.4rem;
  color: #fff;
  letter-spacing: 0.6rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .service .service_top .flex_top_btn a .title03 {
    top: 1.6666666667vw;
    left: 1.25vw;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 640px) {
  .service .service_top .flex_top_btn a .title03 {
    top: 6.9333333333vw;
    left: 8vw;
    font-size: 6.9333333333vw;
  }
}

.service .service_top .flex_top_btn a .txt {
  position: absolute;
  bottom: 3.2rem;
  left: 3.5rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .service .service_top .flex_top_btn a .txt {
    bottom: 1.6666666667vw;
    left: 1.6666666667vw;
    font-size: 1.1666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .service .service_top .flex_top_btn a .txt {
    bottom: 9.0666666667vw;
    left: 27.4666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.61538;
  }
}

.service .service_top .flex_top_btn._store a {
  background: url(../img/common/bg_flex_top_btn_store.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .service .service_top .flex_top_btn._store a {
    background: url(../img/common/bg_flex_top_btn_store_sp.png) no-repeat center center;
    background-size: cover;
  }
}

.service .service_top .flex_top_btn._visit a {
  background: url(../img/common/bg_flex_top_btn_visit.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .service .service_top .flex_top_btn._visit a {
    background: url(../img/common/bg_flex_top_btn_visit_sp.png) no-repeat center center;
    background-size: cover;
  }
}

.service .service_top .flex_top_btn._delivery a {
  background: url(../img/common/bg_flex_top_btn_delivery.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .service .service_top .flex_top_btn._delivery a {
    background: url(../img/common/bg_flex_top_btn_delivery_sp.png) no-repeat center center;
    background-size: cover;
  }
}

.service .service_top .flex_top_btn._estate a {
  background: url(../img/common/bg_flex_top_btn_estate.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .service .service_top .flex_top_btn._estate a {
    background: url(../img/common/bg_flex_top_btn_estate_sp.png) no-repeat center center;
    background-size: cover;
  }
}

.service .service_bottom .title03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4.4rem;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.0714;
}

@media screen and (max-width: 1024px) {
  .service .service_bottom .title03 {
    margin-bottom: 3.6666666667vw;
    font-size: 2.3333333333vw;
  }
}

@media screen and (max-width: 640px) {
  .service .service_bottom .title03 {
    margin-bottom: 6.9333333333vw;
    font-size: 5.3333333333vw;
  }
}

.service .service_bottom .title03:before {
  content: "";
  display: block;
  width: 42rem;
  height: 0.6rem;
  background: url(../img/common/double_line.svg) no-repeat center center;
  background-size: 100% auto;
}

@media screen and (max-width: 1024px) {
  .service .service_bottom .title03:before {
    width: 25vw;
    height: 0.5vw;
  }
}

@media screen and (max-width: 640px) {
  .service .service_bottom .title03:before {
    width: 9.8666666667vw;
    height: 8vw;
    background: url(../img/common/double_line_sp.svg) no-repeat center center;
    background-size: 100% auto;
  }
}

.service .service_bottom .title03:after {
  content: "";
  display: block;
  width: 42rem;
  height: 0.6rem;
  background: url(../img/common/double_line.svg) no-repeat center center;
  background-size: 100% auto;
}

@media screen and (max-width: 1024px) {
  .service .service_bottom .title03:after {
    width: 25vw;
    height: 0.5vw;
  }
}

@media screen and (max-width: 640px) {
  .service .service_bottom .title03:after {
    width: 9.8666666667vw;
    height: 8vw;
    background: url(../img/common/double_line_sp.svg) no-repeat center center;
    background-size: 100% auto;
  }
}

.service .service_bottom .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .service .service_bottom .btn_area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4.8vw;
    width: 86.6666666667vw;
    margin: auto;
  }
}

.service .service_bottom .btn_area .btn_line,
.service .service_bottom .btn_area .btn_tel {
  max-width: 62rem;
  width: 48.4375%;
}

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

  .service .service_bottom .btn_area .btn_line,
  .service .service_bottom .btn_area .btn_tel {
    width: 100%;
  }
}

.service .service_bottom .btn_area .btn_line a,
.service .service_bottom .btn_area .btn_tel a {
  display: block;
  border-radius: 0.5rem;
  -webkit-box-shadow: 1rem 1rem 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1rem 1rem 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
  bottom:0;
  right: 0;
  
}
.service .service_bottom .btn_area .btn_line a:hover,
.service .service_bottom .btn_area .btn_tel a:hover{
  bottom: -0.6rem;
  right: -0.6rem;
  box-shadow: 0.6rem 0.6rem 0 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.service .service_bottom .btn_area .btn_line a:hover img,
.service .service_bottom .btn_area .btn_tel a:hover img{
  opacity: 1;
}

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

  .service .service_bottom .btn_area .btn_line a,
  .service .service_bottom .btn_area .btn_tel a {
    border-radius: 0.4166666667vw;
    -webkit-box-shadow: 0.8333333333vw 0.8333333333vw 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.8333333333vw 0.8333333333vw 0 0 rgba(0, 0, 0, 0.1);
  }
}

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

  .service .service_bottom .btn_area .btn_line a,
  .service .service_bottom .btn_area .btn_tel a {
    border-radius: 1.3333333333vw;
    -webkit-box-shadow: 2.6666666667vw 2.6666666667vw 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2.6666666667vw 2.6666666667vw 0 0 rgba(0, 0, 0, 0.1);
  }
}

.service .service_bottom .btn_area .btn_line a img,
.service .service_bottom .btn_area .btn_tel a img {
  width: 100%;
}

#products_category {
  background-image: url("../img/common/pattern01.png");
  background-repeat: repeat;
  padding: 100px 0 0;
}

#products_category .wrap {
  padding-bottom: 120px;
}

#products_category .sec_ttl {
  text-align: center;
}

#products_category .sec_ttl h2 {
  text-align: center;
  padding: 0;
}

#products_category .sec_ttl h2::before {
  display: none;
}

#products_category .intro {
  text-align: center;
  font-size: 1.7rem;
  padding: 35px 0 60px;
}

#products_category .cate_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 1260px;
  max-width: 100%;
}

#products_category .cate_list ul li {
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
}

#products_category .cate_list ul li a {
  display: block;
  text-align: center;
  padding: 0 0 22px;
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 5px;
}

#products_category .cate_list ul li a .pict {
  height: 186px;
  width: 44%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

#products_category .cate_list ul li a p {
  text-align: center;
  font-size: 1.6rem;
}

#products_category .cate_list ul li a p.en {
  font-size: 1.5rem;
  margin: 5px 0 0;
}

#products_category .end {
  text-align: center;
  font-size: 1.6rem;
  padding: 70px 0 40px;
}


.searchform_marketprice {
  display: none;
  background-color: #262323;
  background: linear-gradient(to right, #191618 50%, #262323 50%);
  padding: 85px 0 70px;
  border-radius: 50px 50px 0 0;
}

body.home .searchform_marketprice {
  display: block;
}

.searchform_marketprice .searchform_marketprice_in h2 {
  text-align: center;
  color: #fff;
  font-size: 3.4rem;
}

.searchform_marketprice .searchform_marketprice_in p {
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  margin: 20px 0 0;
}

.searchform_marketprice .c-search__box {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
  gap: 16px;
  flex-wrap: wrap;
}
.searchform_marketprice .c-search__select {
  background-color: #E5DDD6;
  border-radius: 5px;
  border: 1px solid #111111;
  padding: 0 10px;
}
.searchform_marketprice .c-search__box select {
  min-width: 280px;
  padding: 0 10px;
  height: 60px;
  font-size: 1.7rem;
  background-color: #E5DDD6;
  border: none;
  border-radius: 5px;
}

.c-search__keyword {
  width: 470px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 0 0 0 20px;
}

.c-search__keyword .search-box {
  width: 360px;
  font-size: 1.6rem;
}

.c-search__keyword .search-submit {
  width: 16px;
  padding: 21px 22px;
  box-sizing: content-box;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 640px) {
#products_category {
  padding: 16vw 0 0;
}
  #products_category .wrap {
    padding-bottom: 14vw;
  }

  #products_category .intro {
    font-size:3.4vw;
    padding: 8vw 2vw 10vw;
  }

  #products_category .cate_list ul {
    gap: 5px;
  }

  #products_category .cate_list ul li {
    max-width: calc(50% - 5px);
    width: 100%;
  }

  #products_category .cate_list ul li a {
    padding: 10px 0 12px;
  }

  #products_category .cate_list ul li a p {
    font-size: 1.1rem;
  }

  #products_category .cate_list ul li a .pict {
    height: 90px;
    margin: 0 auto 5px;
  }

  #products_category .cate_list ul li a .pict img {
    width: 65px;
    max-width: 100%;
  }

  #products_category .cate_list ul li a p.en {
    font-size: 0.8rem;
  }

  #products_category .end {
    font-size:3.4vw;
    padding: 10vw 2vw 0;
  }

  #products_category .site_btn {
    margin: 0 auto;
  }
  
  .searchform_marketprice {
  padding: 12vw 0;
  border-radius: 12vw 12vw 0 0;
}
  .searchform_marketprice .searchform_marketprice_in h2 {
    font-size:6.4vw;
}
.searchform_marketprice .searchform_marketprice_in p {
    font-size:3.7vw;
    margin: 3vw 0 0;
}
.searchform_marketprice .c-search__box {
    margin: 8vw 4vw 0;
    flex-wrap: wrap;
   gap:1.5vw;
}
.searchform_marketprice .c-search__select {
    padding: 0 1vw;
  width: 49%;
  box-sizing: border-box;
}
.searchform_marketprice .c-search__box select {
    min-width: 100%;
    padding: 0 1vw;
    height: 10vw;
    font-size:2.8vw;
}
.c-search__keyword {
    width: 100%;
    padding: 0 0 0 2vw;
}
  .c-search__keyword .search-box {
    width: 80vw;
    font-size:2.8vw;
}
.c-search__keyword .search-submit {
            width: 4vw;
        padding: 3vw;
}
}



#market_area {
  padding: 10rem 0;
  background: #F7F7F7;
  border-top: 0.1rem solid #111;
}

@media screen and (max-width: 1024px) {
  #market_area {
    padding: 8.3333333333vw 0;
  }
}

#market_area .table_area_in tr {
  opacity: 1;
}

#market_area .table_area_in tr.is-hidden {
  display: none !important;
}

#market_area .table_area_in .btn {
  position: relative;
  padding-bottom: 3rem;
}

@media screen and (max-width: 1024px) {
  #market_area .table_area_in .btn {
    padding-bottom: 2.5vw;
  }
}

@media screen and (max-width: 640px) {
  #market_area .table_area_in .btn {
    padding-bottom: 8vw;
  }
}

#market_area .table_area_in .btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 36.5rem;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 243, 0)), to(#f6f6f3));
  background: linear-gradient(rgba(246, 246, 243, 0) 0%, #f6f6f3 100%);
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  #market_area .table_area_in .btn:after {
    height: 30.4166666667vw;
  }
}

@media screen and (max-width: 640px) {
  #market_area .table_area_in .btn:after {
    height: 97.3333333333vw;
  }
}

#market_area .table_area_in .btn a {
  position: relative;
  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;
  width: 27.5rem;
  height: 5rem;
  margin: auto;
  font-size: 1.6rem;
  font-weight: 600;
  background: #FFC502;
  border-radius: 2.5rem;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  #market_area .table_area_in .btn a {
    width: 22.9166666667vw;
    height: 4.1666666667vw;
    font-size: 1.3333333333vw;
    border-radius: 2.0833333333vw;
  }
}

@media screen and (max-width: 640px) {
  #market_area .table_area_in .btn a {
    width: 73.3333333333vw;
    height: 13.3333333333vw;
    font-size: 4vw;
    border-radius: 6.6666666667vw;
  }
}

#market_area .table_area_in .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.5rem;
  bottom: 0;
  display: inline-block;
  height: 0.6rem;
  width: 0.6rem;
  margin: auto;
  border-left: 0.2rem solid #191919;
  border-bottom: 0.2rem solid #191919;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 1024px) {
  #market_area .table_area_in .btn a:after {
    right: 2.0833333333vw;
    height: 0.5vw;
    width: 0.5vw;
    border-left: 0.1666666667vw solid #191919;
    border-bottom: 0.1666666667vw solid #191919;
  }
}

@media screen and (max-width: 640px) {
  #market_area .table_area_in .btn a:after {
    right: 5.3333333333vw;
    height: 1.6vw;
    width: 1.6vw;
    border-left: 0.5333333333vw solid #191919;
    border-bottom: 0.5333333333vw solid #191919;
  }
}

#market_area .table_area_in .btn.is-btn-hidden {
  display: none;
}

#market_area .txt {
  margin-top: 9rem;
}

@media screen and (max-width: 1024px) {
  #market_area .txt {
    margin-top: 7.5vw;
  }
}

#market_area .txt p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  #market_area .txt p {
    font-size: 1.25vw;
  }
}

#purchase_price_area {
  padding: 10rem 0;
  background: #F7F7F7;
  border-top: 0.1rem solid #111;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area {
    padding: 8.3333333333vw 0;
  }
}

#purchase_price_area .center {
  margin-bottom: 5rem;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .center {
    margin-bottom: 4.1666666667vw;
  }
}

#purchase_price_area .center p {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.7647;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .center p {
    font-size: 1.4166666667vw;
  }
}

#purchase_price_area .date {
  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;
  width: 29rem;
  height: 5rem;
  margin: 0 auto 5.8rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  background: #262323;
  border-radius: 2.5rem;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .date {
    width: 24.1666666667vw;
    height: 4.1666666667vw;
    margin: 0 auto 4.8333333333vw;
    font-size: 1.25vw;
    border-radius: 2.0833333333vw;
  }
}

#purchase_price_area .purchase_price_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 120rem;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list {
    gap: 1.6666666667vw;
  }
}

#purchase_price_area .purchase_price_list .purchase_price_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc((100% - 2rem) / 2);
  padding: 2rem;
  background: #fff;
  border: 0.1rem solid #707070;
  border-radius: 0.5rem;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content {
    width: calc((100% - 1.6666666667vw) / 2);
    padding: 1.6666666667vw;
    border-radius: 0.4166666667vw;
  }
}

#purchase_price_area .purchase_price_list .purchase_price_content.is-hidden {
  display: none !important;
}

#purchase_price_area .purchase_price_list .purchase_price_content figure {
  width: 20rem;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content figure {
    width: 1.6666666667vw;
  }
}

#purchase_price_area .purchase_price_list .purchase_price_content .in {
  width: calc(100% - 20rem - 2rem);
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in {
    width: calc(100% - 16.6666666667vw - 1.6666666667vw);
  }
}

#purchase_price_area .purchase_price_list .purchase_price_content .in .name {
  margin-bottom: 3.3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in .name {
    margin-bottom: 2.75vw;
    font-size: 1.6666666667vw;
  }
}

#purchase_price_area .purchase_price_list .purchase_price_content .in dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  padding-bottom: 2.6rem;
  margin-bottom: 1.5rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #707070), color-stop(0.1rem, transparent));
  background-image: linear-gradient(to right, #707070 0.1rem, transparent 0.1rem);
  background-size: 0.6rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in dl {
    gap: 2.0833333333vw;
    padding-bottom: 2.1666666667vw;
    margin-bottom: 1.25vw;
  }
}

#purchase_price_area .purchase_price_list .purchase_price_content .in dl dt {
  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;
  width: 9.5rem;
  height: 3rem;
  font-size: 1.3rem;
  font-weight: 500;
  background: #F1F1F1;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in dl dt {
    width: 7.9166666667vw;
    height: 2.5vw;
    font-size: 1.0833333333vw;
  }
}

#purchase_price_area .purchase_price_list .purchase_price_content .in dl dd {
  font-size: 3rem;
  color: #A8312F;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in dl dd {
    font-size: 2.5vw;
  }
}

#purchase_price_area .purchase_price_list .purchase_price_content .in dl dd .yen {
  margin-left: 0.6rem;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in dl dd .yen {
    margin-left: 0.5vw;
    font-size: 1.25vw;
  }
}

#purchase_price_area .purchase_price_list .purchase_price_content .in .brand_name {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .purchase_price_list .purchase_price_content .in .brand_name {
    font-size: 1vw;
  }
}

#purchase_price_area .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 6rem;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .btn {
    padding-bottom: 5vw;
  }
}

@media screen and (max-width: 640px) {
  #purchase_price_area .btn {
    padding-bottom: 8vw;
  }
}

#purchase_price_area .btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 11.8rem;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 243, 0)), color-stop(40%, #F6F6F6));
  background: linear-gradient(rgba(246, 246, 243, 0) 0%, #F6F6F6 40%);
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .btn:after {
    height: 9.8333333333vw;
  }
}

@media screen and (max-width: 640px) {
  #purchase_price_area .btn:after {
    height: 97.3333333333vw;
  }
}

#purchase_price_area .btn a {
  position: relative;
  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;
  width: 23rem;
  height: 5rem;
  margin: auto;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  border: 0.1rem solid #111;
  border-radius: 2.5rem;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .btn a {
    width: 19.1666666667vw;
    height: 4.1666666667vw;
    font-size: 1.25vw;
    border-radius: 2.0833333333vw;
  }
}

@media screen and (max-width: 640px) {
  #purchase_price_area .btn a {
    width: 73.3333333333vw;
    height: 13.3333333333vw;
    font-size: 4vw;
    border-radius: 6.6666666667vw;
  }
}

#purchase_price_area .btn a span {
  position: absolute;
  right: 4rem;
  display: inline-block;
  width: 1.2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: #111;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .btn a span {
    right: 3.3333333333vw;
    width: 1vw;
  }
}

#purchase_price_area .btn a span:before,
#purchase_price_area .btn a span:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0;
  width: 0.6065rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: #111;
  -webkit-transform-origin: calc(100% - 0.1rem) 50%;
  transform-origin: calc(100% - 0.1rem) 50%;
}

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

  #purchase_price_area .btn a span:before,
  #purchase_price_area .btn a span:after {
    width: 0.5054166667vw;
  }
}

#purchase_price_area .btn a span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#purchase_price_area .btn a span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#purchase_price_area .btn a:hover {
  opacity: 0.7;
}

#purchase_price_area .btn.is-btn-hidden {
  display: none;
}

#purchase_price_area .txt {
  margin-top: 11rem;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .txt {
    margin-top: 9.1666666667vw;
  }
}

#purchase_price_area .txt p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  #purchase_price_area .txt p {
    font-size: 1.25vw;
  }
}

#artcle_list_area {
  padding: 10rem 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #111), color-stop(0.2rem, transparent));
  background-image: linear-gradient(to right, #111 0.1rem, transparent 0.2rem);
  background-size: 0.6rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
body.tax-per_shop #artcle_list_area {
  background-image: none;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area {
    padding: 8.3333333333vw 0;
  }
}

#artcle_list_area .center {
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .center {
    margin-bottom: 5.4166666667vw;
  }
}

#artcle_list_area .center p {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.7647;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .center p {
    font-size: 1.4166666667vw;
  }
}

#artcle_list_area .artcle_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 126rem;
  margin: 0 auto 7rem;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex {
    gap: 1.6666666667vw;
    margin-bottom: 5.8333333333vw;
  }
}

@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex {
    gap: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}

#artcle_list_area .artcle_list_flex .artcle_content {
  width: calc((100% - 6rem) / 4);
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content {
    width: calc((100% - 5vw) / 4);
  }
}

@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content {
    width: calc((100% - 2.6666666667vw) / 2);
  }
}

#artcle_list_area .artcle_list_flex .artcle_content a {
  display: block;
  padding: 2rem 1.5rem 1.8rem;
  background: #fff;
  border: 0.1rem solid #111;
  border-radius: 0.5rem;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a {
    padding: 1.6666666667vw 1.25vw 1.5vw;
    border-radius: 0.4166666667vw;
  }
}

@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a {
    padding: 2.6666666667vw 2.6666666667vw 3.4666666667vw;
    border-radius: 1.3333333333vw;
  }
}

#artcle_list_area .artcle_list_flex .artcle_content a figure {
  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;
  max-width: 18rem;
  aspect-ratio: 1/1;
  margin: 0 auto 0.6rem;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a figure {
    margin: 0 auto 0.5vw;
  }
}

@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a figure {
    max-width: none;
    margin: 0 auto 2.6666666667vw;
  }
}

#artcle_list_area .artcle_list_flex .artcle_content a figure img {
  width: 100%;
  height: auto;
}

#artcle_list_area .artcle_list_flex .artcle_content a .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.3rem;
  padding: 0 1.2rem;
  margin-bottom: 1.4rem;
  font-size: 1.1rem;
  line-height: 1;
  border: 0.1rem solid #111;
  border-radius: 1.4rem;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .item {
    height: 1.9166666667vw;
    padding: 0 1vw;
    margin-bottom: 1.1666666667vw;
    font-size: 0.9166666667vw;
    border-radius: 1.1666666667vw;
  }
}

@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .item {
    height: 4.5333333333vw;
    padding: 0 2.4vw;
    margin-bottom: 2.6666666667vw;
    font-size: 2.4vw;
    border-radius: 3.7333333333vw;
  }
}

#artcle_list_area .artcle_list_flex .artcle_content a .title03 {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6923;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .title03 {
    margin-bottom: 1.6666666667vw;
    font-size: 1.0833333333vw;
  }
}

@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .title03 {
    margin-bottom: 3.2vw;
    font-size: 2.4vw;
    line-height: 1.555;
  }
}

#artcle_list_area .artcle_list_flex .artcle_content a .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price {
    margin-bottom: 1.25vw;
  }
}

@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price {
    margin-bottom: 2.4vw;
  }
}

#artcle_list_area .artcle_list_flex .artcle_content a .price dt {
  font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price dt {
    font-size: 1.0833333333vw;
  }
}

@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price dt {
    font-size: 2.4vw;
  }
}

#artcle_list_area .artcle_list_flex .artcle_content a .price dd .en {
  font-size: 2.5rem;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price dd .en {
    font-size: 2.0833333333vw;
  }
}

@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price dd .en {
    font-size: 4vw;
  }
}

#artcle_list_area .artcle_list_flex .artcle_content a .price dd .yen {
  font-size: 1.5rem;
  margin-left: 0.8rem;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price dd .yen {
    font-size: 1.25vw;
    margin-left: 0.6666666667vw;
  }
}

@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .price dd .yen {
    font-size: 2.6666666667vw;
    margin-left: 0.5333333333vw;
  }
}

#artcle_list_area .artcle_list_flex .artcle_content a .shop {
  padding-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #707070), color-stop(0.2rem, transparent));
  background-image: linear-gradient(to right, #707070 0.1rem, transparent 0.2rem);
  background-size: 0.6rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .shop {
    padding-top: 1.25vw;
    font-size: 1vw;
  }
}

@media screen and (max-width: 640px) {
  #artcle_list_area .artcle_list_flex .artcle_content a .shop {
    padding-top: 2.6666666667vw;
    font-size: 2.4vw;
  }
}

#artcle_list_area .site_btn a {
  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;
  width: 40rem;
  height: 6rem;
  margin: auto;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .site_btn a {
    width: 33.3333333333vw;
    height: 5vw;
    font-size: 1.5vw;
  }
}

#artcle_list_area .site_btn a span {
  width: 1.213rem;
  height: 0.12rem;
}

@media screen and (max-width: 1024px) {
  #artcle_list_area .site_btn a span {
    width: 1.0108333333vw;
    height: 0.1vw;
  }
}

#artcle_list_area .site_btn a span:before,
#artcle_list_area .site_btn a span:after {
  width: 0.6065rem;
  height: 0.12rem;
}

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

  #artcle_list_area .site_btn a span:before,
  #artcle_list_area .site_btn a span:after {
    width: 0.5054166667vw;
    height: 0.1vw;
  }
}

#column_list_area {
  padding: 12rem 0 11rem;
  background: #fff;
  border-top: 0.1rem solid #111;
}

@media screen and (max-width: 1024px) {
  #column_list_area {
    padding: 10vw 0 9.1666666667vw;
  }
}

#column_list_area .center {
  margin-bottom: 6rem;
}

@media screen and (max-width: 1024px) {
  #column_list_area .center {
    margin-bottom: 5vw;
  }
}

#column_list_area .center p {
  font-size: 1.7rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #column_list_area .center p {
    font-size: 1.4166666667vw;
  }
}

#column_list_area .column_list_flex {
  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;
  gap: 2rem;
  max-width: 120rem;
  margin: 0 auto 7rem;
}

@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex {
    gap: 1.6666666667vw;
    margin: 0 auto 5.8333333333vw;
  }
}

#column_list_area .column_list_flex .column_content {
  width: 59rem;
}

@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content {
    width: 49.1666666667vw;
  }
}

#column_list_area .column_list_flex .column_content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem;
  border: 0.1rem solid #111;
  border-radius: 0.5rem;
}

@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content a {
    padding: 1.6666666667vw;
    border-radius: 0.4166666667vw;
  }
}

#column_list_area .column_list_flex .column_content a figure {
  position: relative;
  width: 20rem;
  aspect-ratio: 1/0.7;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content a figure {
    width: 16.6666666667vw;
  }
}

#column_list_area .column_list_flex .column_content a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#column_list_area .column_list_flex .column_content a .in {
  width: 30.4rem;
  padding: 1.5rem 0;
}

@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content a .in {
    width: 25.3333333333vw;
    padding: 1.25vw 0;
  }
}

#column_list_area .column_list_flex .column_content a .in .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content a .in .flex {
    gap: 1.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}

#column_list_area .column_list_flex .column_content a .in .flex .date {
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content a .in .flex .date {
    font-size: 1.1666666667vw;
  }
}

#column_list_area .column_list_flex .column_content a .in .flex .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.4rem;
  padding: 0 1.2rem;
  font-size: 1.2rem;
  border: 0.1rem solid #111;
  border-radius: 1.4rem;
}

@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content a .in .flex .item {
    height: 2vw;
    padding: 0 1vw;
    font-size: 1vw;
    border-radius: 1.1666666667vw;
  }
}

#column_list_area .column_list_flex .column_content a .in .title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6923;
}

@media screen and (max-width: 1024px) {
  #column_list_area .column_list_flex .column_content a .in .title {
    font-size: 1.0833333333vw;
  }
}

#column_list_area .site_btn a {
  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;
  width: 40rem;
  height: 6rem;
  margin: auto;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  #column_list_area .site_btn a {
    width: 33.3333333333vw;
    height: 5vw;
    font-size: 1.5vw;
  }
}

#column_list_area .site_btn a span {
  width: 1.213rem;
  height: 0.12rem;
}

@media screen and (max-width: 1024px) {
  #column_list_area .site_btn a span {
    width: 1.0108333333vw;
    height: 0.1vw;
  }
}

#column_list_area .site_btn a span:before,
#column_list_area .site_btn a span:after {
  width: 0.6065rem;
  height: 0.12rem;
}

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

  #column_list_area .site_btn a span:before,
  #column_list_area .site_btn a span:after {
    width: 0.5054166667vw;
    height: 0.1vw;
  }
}

#market_area {
  padding: 5rem 0 12rem;
  /*.table_area*/
}

@media screen and (max-width: 1024px) {
  #market_area {
    padding: 4.1666666667vw 0 10vw;
  }
}

@media screen and (max-width: 640px) {
  #market_area {
    padding: 12vw 0 18.6666666667vw;
  }
}

#market_area #results {
  padding-top: 15rem;
  margin-top: -12rem;
}

@media screen and (max-width: 1024px) {
  #market_area #results {
    padding-top: 12.5vw;
    margin-top: -10vw;
  }
}

@media screen and (max-width: 640px) {
  #market_area #results {
    padding-top: 18.6666666667vw;
    margin-top: -16vw;
  }
}

#market_area .table_area .title02 {
  position: relative;
  padding: 2.3rem 2rem 2.4rem;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.363636;
  background: #fff;
  border: 0.1rem solid #111;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #market_area .table_area .title02 {
    padding: 1.9166666667vw 1.6666666667vw 2vw;
    margin-bottom: 0.8333333333vw;
    font-size: 1.8333333333vw;
  }
}

@media screen and (max-width: 640px) {
  #market_area .table_area .title02 {
    padding: 4vw 2.6666666667vw 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
    font-size: 4vw;
  }
}

#market_area .table_area .title02 span {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  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;
  width: 3.8rem;
  height: 3.8rem;
  margin: auto;
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  #market_area .table_area .title02 span {
    right: 1.6666666667vw;
    width: 3.1666666667vw;
    height: 3.1666666667vw;
  }
}

@media screen and (max-width: 640px) {
  #market_area .table_area .title02 span {
    right: 3.7333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

#market_area .table_area .title02 span:before,
#market_area .table_area .title02 span:after {
  position: absolute;
  content: "";
  width: 1.487rem;
  height: 0.3rem;
  background: #111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

  #market_area .table_area .title02 span:before,
  #market_area .table_area .title02 span:after {
    width: 1.2391666667vw;
    height: 0.25vw;
  }
}

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

  #market_area .table_area .title02 span:before,
  #market_area .table_area .title02 span:after {
    width: 3.7333333333vw;
    height: 0.5333333333vw;
  }
}

#market_area .table_area .title02 span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#market_area .table_area .title02.acc_active span:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#market_area .table_area .title03 {
  position: relative;
  padding-left: 3rem;
  padding-top: 2.5rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  #market_area .table_area .title03 {
    padding-left: 2.5vw;
    padding-top: 2.0833333333vw;
    margin-bottom: 2.5vw;
    font-size: 1.6666666667vw;
  }
}

@media screen and (max-width: 640px) {
  #market_area .table_area .title03 {
    padding-left: 6.1333333333vw;
    padding-top: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
    font-size: 4vw;
  }
}

#market_area .table_area .title03:before {
  content: "";
  position: absolute;
  top: 3.2rem;
  left: 0;
  width: 0.8rem;
  aspect-ratio: 1/1;
  border: 0.4rem solid #B59768;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  #market_area .table_area .title03:before {
    top: 2.6666666667vw;
    width: 0.6666666667vw;
    border: 0.3333333333vw solid #B59768;
  }
}

@media screen and (max-width: 640px) {
  #market_area .table_area .title03:before {
    top: 6.6666666667vw;
    width: 1.3333333333vw;
    border: 1.0666666667vw solid #B59768;
  }
}

#market_area .table_area .table_area_in {
  display: none;
  padding-bottom: 7rem;
}

@media screen and (max-width: 1024px) {
  #market_area .table_area .table_area_in {
    padding-bottom: 5.8333333333vw;
  }
}

@media screen and (max-width: 640px) {
  #market_area .table_area .table_area_in {
    padding-bottom: 13.3333333333vw;
  }
}

#market_area .table_area .table_area_in table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #market_area .table_area .table_area_in table thead {
    display: none;
  }
}

#market_area .table_area .table_area_in table thead th {
  padding: 2rem;
  font-size: 1.6rem;
  text-align: center;
  background: #F1F1F1;
  border: 0.1rem solid #DEDEDE;
}

@media screen and (max-width: 1024px) {
  #market_area .table_area .table_area_in table thead th {
    padding: 1.6666666667vw;
    font-size: 1.3333333333vw;
  }
}

#market_area .table_area .table_area_in table thead th:first-child {
  padding: 2rem 3rem;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #market_area .table_area .table_area_in table thead th:first-child {
    padding: 1.6666666667vw 2.5vw;
  }
}

#market_area .table_area .table_area_in table td {
  width: 16.75%;
  padding: 2.9em 2em;
  font-size: 1.5rem;
  text-align: center;
  background: #fff;
  border: 0.1rem solid #DEDEDE;
}

@media screen and (max-width: 1024px) {
  #market_area .table_area .table_area_in table td {
    padding: 1.25vw 0.4166666667vw;
    font-size: 1.3333333333vw;
  }
}

@media screen and (max-width: 640px) {
  #market_area .table_area .table_area_in table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 3.7333333333vw 5.3333333333vw 3.2vw;
    font-size: 3.4666666667vw;
    text-align: left;
    border-top: none;
  }
}

#market_area .table_area .table_area_in table td:first-child {
  width: 49.75%;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #market_area .table_area .table_area_in table td:first-child {
    width: 100%;
    background: #F1F1F1;
    border-top: 0.1rem solid #DEDEDE;
  }
}

@media screen and (max-width: 640px) {
  #market_area .table_area .table_area_in table td:first-child span {
    min-width: 5.5em;
  }
}

#market_area .table_area .table_area_in table td:last-of-type {
  color: #A8312F;
  font-weight: 600;
}

#market_area .table_area .table_area_in table td:last-of-type .yen {
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  #market_area .table_area .table_area_in table tbody tr {
    display: block;
    padding: 2.6666666667vw;
  }
}

#market_area .table_area .table_area_in table td .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  #market_area .table_area .table_area_in table td .sp {
    display: block;
  }
}

#no_search {
  margin: 2em 0 0;
  text-align: center;
}

#no_search+table+.table_area {
  display: none;
}

/*floating*/
.float_bnr {
  position: fixed;
  z-index: 999;
  top: 270px;
  right: 0;
  width: 80px;
  border: 1px solid #111111;
  border-right: none;
  border-radius: 2px 0 0 2px;
  background-color: rgba(255,255,255,0.6);
}
.float_bnr .child_inner {
  backdrop-filter: blur(5px) brightness(1.3);
  text-align: center;
  padding: 18px 0;
}
.float_bnr p {
  text-align: center;
  font-size: 1.2rem;
  padding: 10px 0 0;
}
.float_bnr .second_item::after {
  content: "";
  display: block;
  background-color: #231815;
  width: 20px;
  height: 1px;
  margin: 15px auto 18px;
}
.float_bnr .second_item:last-child::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .float_bnr {
    display: none;
}
}

/* ------------------------------
    #sec_bmp
------------------------------ */
#sec_bmp {
  background-color: #262323;
  background: linear-gradient(to right, #191618 50%, #262323 50%);
  padding: 90px 0 95px;
  border-radius: 50px 50px 0 0;
  position: relative;
  overflow-x: hidden;
}
#sec_bmp .wrap {
  z-index: 2;
  position: relative;
}
#sec_bmp .bmp_inner .bmp_time h3 {
  color: #fff;
  font-size: 3.4rem;
  text-align: center;
}
#sec_bmp .bmp_inner .bmp_time h3 span {
  font-size: 2rem;
}
#sec_bmp .bmp_inner .bmp_time .time {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  margin: 15px 0 0;
}
#sec_bmp .bmp_inner .each_bmp {
  display: flex;
  justify-content: center;
  gap: 85px;
  margin: 60px 0 0;
}
#sec_bmp .bmp_inner .each_bmp .bmp_item {
  display: flex;
  align-items: center;
}
#sec_bmp .bmp_inner .each_bmp .bmp_item .pict {
  margin: 0 45px 0 0;
  width: 24%;
}
#sec_bmp .bmp_inner .each_bmp .bmp_item .price_area .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
}
#sec_bmp .bmp_inner .each_bmp .bmp_item .price_area .ttl .icon {
  line-height: 1;
  font-size: 1.5rem;
  padding: 6px 10px;
}
#sec_bmp .bmp_inner .each_bmp .bmp_item.gold .price_area .ttl .icon {
  background-color: #DBB45B;
}
#sec_bmp .bmp_inner .each_bmp .bmp_item.pt .price_area .ttl .icon {
  background-color: #CACACA;
}
#sec_bmp .bmp_inner .each_bmp .bmp_item .price_area .ttl .name {
  font-size: 1.8rem;
}
#sec_bmp .bmp_inner .each_bmp .bmp_item .price_area .price_box {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}
#sec_bmp .bmp_inner .each_bmp .bmp_item.gold .price_area .price_box, #sec_bmp .bmp_inner .each_bmp .bmp_item.gold .price_area .ttl .name {
  color: #DBB45B;
}
#sec_bmp .bmp_inner .each_bmp .bmp_item.pt .price_area .price_box, #sec_bmp .bmp_inner .each_bmp .bmp_item.pt .price_area .ttl .name {
  color: #CACACA;
}
#sec_bmp .bmp_inner .each_bmp .bmp_item .price_area.fst {
  border-right: 1px solid #3B3B3B;
  padding: 0 24px 0 0;
  margin: 0 24px 0 0;
}
#sec_bmp .bmp_inner .each_bmp .bmp_item .price_area .price_box .price {
  font-size: 4rem;
  font-weight: 500;
}
#sec_bmp .bmp_inner .each_bmp .bmp_item .price_area .price_box .gram {
  font-size: 2rem;
}
#sec_bmp .bmp_inner p.info {
  text-align: center;
  color: #fff;
  margin: 50px 0;
  font-size: 1.5rem;
}
#sec_bmp .bmp_inner p.info a {
  text-decoration: underline;
  color: #fff;
}
#sec_bmp .bmp_inner .site_btn a {
  margin: auto;
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
#sec_bmp .bmp_inner .site_btn a:hover {
  color: #111;
}
#sec_bmp .bmp_inner .site_btn a span, #sec_bmp .bmp_inner .site_btn a:hover {
  background-color: #fff;
}
#sec_bmp .bmp_inner .site_btn a:hover span {
  background-color: #111;
}
#sec_bmp .bmp_inner .site_btn a span::before, #sec_bmp .bmp_inner .site_btn a span::after {
  background-color: #fff;
}
#sec_bmp .bmp_inner .site_btn a:hover span::before, #sec_bmp .bmp_inner .site_btn a:hover span::after {
  background-color: #111;
}


#sec_bmp .marquee {
  position: absolute;
  white-space: nowrap;
  display: flex;
  animation: scroll-left 60s linear infinite;
  bottom: 25px;
}

#sec_bmp .bgtx {
  font-size: 20rem;
  line-height: 1;
  font-weight: 500;
  color: rgba(255,255,255,0.05);
  white-space: nowrap;
  padding-right: 100px; /* テキスト間の余白 */
}

/* アニメーション */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}



@media screen and (max-width: 1280px) {
  #sec_bmp .bmp_inner .each_bmp .bmp_item {
    flex-wrap: wrap;
    gap:20px;
  }
  #sec_bmp .bmp_inner .each_bmp .bmp_item .pict {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
#sec_bmp {
  padding: 12vw 0 20vw;
  border-radius: 12vw 12vw 0 0;
}
#sec_bmp .bmp_inner .bmp_time h3 {
  font-size: 6.4vw;
}
  #sec_bmp .bmp_inner .bmp_time h3 span {
    display: block;
    font-size: 3.4vw;
  }
#sec_bmp .bmp_inner .bmp_time .time {
    font-size:2.9vw;
    margin: 5vw 0 0;
}
#sec_bmp .bmp_inner .each_bmp {
    gap: 0;
    margin: 10vw 0 0;
}
  #sec_bmp .bmp_inner .each_bmp {
    justify-content: space-between;
    padding: 0 2%;
  }
  #sec_bmp .bmp_inner .each_bmp .bmp_item {
    width: 46%;
    display: block;
  }
  #sec_bmp .bmp_inner .each_bmp .bmp_item .pict {
    margin: 0 0 8vw;
    padding:0 10%;
  }
  #sec_bmp .bmp_inner .each_bmp .bmp_item.gold .price_area .ttl .icon {
    color: #DBB45B;
    background: none;
}
  #sec_bmp .bmp_inner .each_bmp .bmp_item.pt .price_area .ttl .icon {
    color: #CACACA;
    background: none;
}
  #sec_bmp .bmp_inner .each_bmp .bmp_item .price_area .ttl .icon,
  #sec_bmp .bmp_inner .each_bmp .bmp_item .price_area .ttl .name{
    font-size: 3.4vw;
    padding: 0 1vw;
  }
  #sec_bmp .bmp_inner .each_bmp .bmp_item .price_area .ttl {
    justify-content: center;
    margin: 0 0 2vw;
}
  #sec_bmp .bmp_inner .each_bmp .bmp_item .price_area.fst {
    border-right: none;
    padding: 0;
    margin: 0 0 8vw;
}
  #sec_bmp .bmp_inner .each_bmp .bmp_item .price_area .price_box {
    font-size: 5.2vw;
    text-align: center;
}
#sec_bmp .bmp_inner .each_bmp .bmp_item .price_area .price_box .price {
    font-size:7vw;
}
  #sec_bmp .bmp_inner .each_bmp .bmp_item .price_area .price_box .gram {
    font-size: 3.7vw;
}
#sec_bmp .bmp_inner p.info {
    margin: 10vw 4vw;
    font-size:3.2vw;
}
  #sec_bmp .bgtx {
    font-size: 30vw;
  }
  #sec_bmp .site_btn.w400 a {
        padding: 5.4vw 3vw;
    background: #fff;
    color: #111;
    }
  #sec_bmp .bmp_inner .site_btn a span,
  #sec_bmp .bmp_inner .site_btn a span::before,
  #sec_bmp .bmp_inner .site_btn a span::after {
    background-color: #111;
  }
}