@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 100%;
  min-width: 984px;
	width:100%;
}
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h2 {
  text-align: center;
}
.cb {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .cb {
    width: 100%;
  } 
}
header {
  border-top: 10px solid #444A2E;
}
#header {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  padding: 18px 0;
}
@media only screen and (max-width: 768px) {
  #header{
    width: 100%;
  }
}

#header .sms ul {
  float: left;
  margin-left: 25px;
  margin-top: 5px;
}
#header .sms ul li {
  display: inline-block;
  vertical-align: top;
}
#header .logo {
  float: left;
}
#header .logo p {
  margin: 0;
}
#header .logo h1,#header .logo .h1_tit {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
#header a.tel {
  display: block;
  float: right;
}
#mainimage {
  background: url(../img/mainimage/bg.jpg) center 0 repeat-x;
  background-size: cover;
  text-align: center;
  padding: 20px 0 26px;
  -webkit-box-shadow: 1px 0 5px 0 rgba(60, 60, 60, 0.8) inset;
  box-shadow: 1px 0 5px 0 rgba(60, 60, 60, 0.8) inset;
}
#mainimage a {
  display: inline-block;
}
.conversion_btn_area {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.conversion_btn_bg, .conversion_little_btn_bg {
  margin: 0 !important;
}
.conversion_btn_list_box {
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.conversion_btn_list, .conversion_little_btn_list {
  margin-left: 0 !important;
}
.conversion_btn_list:first-child, .conversion_little_btn_list:first-child {
  margin-right: 7px;
}
.conversion_btn_list a, .conversion_little_btn_list a {
  width: auto !important;
}
.conversion_little_btn_area {
  width: 570px;
  margin: 0 !important;
  position: relative;
}
.conversion_little_btn_list_box {
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.inq > p {
  text-align: center;
  margin: 0 0 30px
}
nav#gnav {
  background: #444A2E;
	width:100%;
}
nav#gnav ul {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  display:flex;
box-sizing: border-box;
}
nav#gnav ul li {
  border-left: 1px solid #1a1a1a;box-sizing: border-box;flex: 1;  min-height: 80px;
}
nav#gnav ul li a {
  font-size: 15px;
  display: grid;
  place-items: center;
  height: 100%;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 1.4;

}
nav#gnav ul li a:hover {
  background-image: linear-gradient(to left top, #444A2E 0%, #6F7755 60%, #868B75 100%);
  background-size: 100% auto;
  background-position: left center;
}


nav#gnav ul li:last-child {
  border-right: 1px solid #1a1a1a;
}

#top_bnr {
  padding: 30px 0;
  background: #1A1A1A;
}
#top_bnr ul {
  display: flex;
  justify-content: space-between;
}
#top_bnr ul:not(:first-child) {
  margin-top: 30px;
}
#news {
  border: 5px solid #444A2E;
  margin-top: 50px;
}
#news #news_in {
  border: 2px solid #ffffff;
  padding: 44px 0 23px;
}
#news #news_in h2 {
  text-align: center;
  color: #8E2D34;
  font-size: 35px;
}
#news #news_in ul {
  text-align: center;
  margin-top: 26px;
  margin-left: 32px;
  overflow: hidden;
}
#news #news_in ul li {
  display: block;
  float: left;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  margin: 0 8px 17px;
  width: 190px;
  padding: 10px;
  background: url(../img/center/bg3.jpg) 0 0 repeat;
}
#news #news_in ul li a {
  display: block;
  color: #595757;
  text-decoration: none;
}
#news #news_in ul li a img {
  width: 190px;
  height: 190px;
}
#news #news_in ul li a p {
  margin: 0;
}
#news #news_in ul li a span {
  display: block;
  margin-top: 10px;
}
#news #news_in .other {
  text-align: center;
  margin: 26px 0;
}
#point {
  background: #444A2E;
  margin: 49px 0 0;
  padding: 50px 0 61px;
}
#point h2 {
  margin-bottom: 34px;
  color: #fff;
  font-size: 35px;
}
#point h3 {
  border-bottom: 1px solid #333;
  padding: 30px 15px;
  text-align: center;
}
#point .point1, #point .point2 {
  background: #fff;
}
#point .point1 ul {
  text-align: center;
  margin-top: 15px;
}
#point .point1 ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  width: 292px;
  height: 186px;
  font-weight: bold;
  color: #333;
  padding: 106px 25px 0;
  margin: 0 3px;
  -webkit-box-sizing: border-box;
  background-repeat: no-repeat;
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: top;
}
#point .point1 ul li.box1 {
  background-image: url(../img/center/bg4.png);
}
#point .point1 ul li.box2 {
  background-image: url(../img/center/bg5.png);
}
#point .point1 ul li.box3 {
  background-image: url(../img/center/bg6.png);
}
#point .point1 .comment {
  text-align: center;
  margin-top: 10px;
}
#point .point1 .comment img {
  vertical-align: bottom;
}
#point .point2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
#point .point2 .wrap {
  margin-top: 20px;
  overflow: hidden;
}
#point .point2 .wrap .txt {
  float: right;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 20px;
  margin-right: 50px;
  text-align: center;
  width: 550px;
}
#point .point2 .wrap .txt p {
  margin: 15px 0;
}
#point .point2 .wrap .txt strong {
  color: #8E2D34;
}
#point .point2 .wrap .image {
  float: left;
  margin-left: 45px;
}
#point .point2 .price {
  background: url(../img/center/bg7.png) 0 0 no-repeat #333;
  width: 880px;
  margin: 0px auto 0;
  padding: 80px 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#point .point2 .price .pbox {
  background: #fff;
  display: inline-block;
  font-size: 13px;
  width: 220px;
  padding: 20px 25px;
  margin: 0 5px;
}
#point .point2 .price .pbox table {
  width: 100%;
  margin-top: 8px;
}
#point .point2 .price .pbox table th {
  font-weight: normal;
  text-align: left;
}
#point .point2 .price .pbox table th.name {
  text-align: center;
  line-height: 1.5;
}
#point .point2 .price .pbox table th, #point .point2 .price .pbox table td {
  padding: 8px 4px 9px;
  background: url(../img/center/line1.png) 0 bottom repeat-x;
}
#point .point2 .price .pbox table td {
  text-align: right;
}
#point .point2 .price .pbox table td.mid {
  text-align: center;
}
#point .point2 .price .pbox .stst {
  color: #d70034;
}
#point #point_in .other {
  color: #8E2D34;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin: 40px auto 0;
  max-width: 780px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
#point #point_in .other::after, #point #point_in .other::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  border: 2px solid #C41C24;
  width: 30px;
}
#point #point_in .other::after {
  left: 0;
  border-right: none;
}
#point #point_in .other::before {
  right: 0;
  border-left: none;
}
#brand {
  padding: 60px 0;
}
#brand #brand_in h2 {
  margin-bottom: 40px;
  font-size: 35px;
}
#brand #brand_in h2 strong {
  color: #8E2D34;
}
#brand .brand_box {
  background: #444A2E;
  padding: 5px;
  margin-top: 10px;
}
#brand .brand_box .brand_in {
  background: #fff;
  padding: 15px 0;
}
#brand .brand_box .brand_in table th {
  min-width: 200px;
}
#brand .brand_box .brand_in table td {
  font-size: 12px;
  line-height: 18px;
  color: #595757;
  border-left: 1px dotted #b5b5b5;
  width: 160px;
  padding: 0 15px;
}
#brand .brand_box .brand_in table td img {
  width: 160px;
  height: 160px;
}
#brand .brand_box .brand_in table td p {
  margin: 8px 0;
  font-weight: bold;
}
#brand .brand_box .brand_in table td p.price {
  color: #8E2D34;
}
#brand #caution {
  width: 980px;
  margin: 39px auto 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: url(../img/center/bg13.jpg) center center repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.brand_text {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  margin: 40px 0 70px;
}
.more_box {
  padding: 0 0 100px;
}
.more_box h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
}
.more_box ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  border: 2px dashed #815b2f;
}
.more_box ul li {
  font-size: 20px;
  padding: 1%;
}
.brand_list {
  border: 5px solid #D4D4D4;
  padding: 30px;
  text-align: center;
}
.brand_list p {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.brand_list p.maker {
  margin: 40px 0;
}
.brand_list li {
  width: 110px;
  margin: 10px;
  display: inline-block;
}
.brand_list li img {
  max-width: 100%;
  height: auto;
}
#brand #caution p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  padding: 28px 0;
  letter-spacing: -1px;
}
#brand .inq {
  text-align: center;
  margin: 35px 0 0;
}
#brand .inq p {
  margin: 0 0 30px;
}
#brand .inq a {
  display: block;
  width: 980px;
  margin: 0 auto;
}
#flow {
  background: #444A2E;
  padding: 10px;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(60, 60, 60, 0.4);
  box-shadow: 0 0 5px 0 rgba(60, 60, 60, 0.4);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
#flow #flow_in {
  padding: 27px 2px 10px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
#flow #flow_in h3 {
  text-align: center;
  margin-bottom: 19px;
}
#flow #flow_in .step {
  background: #ffffff;
  padding: 0 20px 20px;
}
#flow #flow_in .step p, #flow #flow_in .step li {
  font-size: 12px;
  line-height: 20px;
  color: #231815;
}
#flow #flow_in .step .wrap {
  overflow: hidden;
}
#flow #flow_in .step .fleft {
  float: right;
  width: 590px;
  margin-top: 20px;
}
#flow #flow_in .step .fright {
  float: left;
  margin-top: 20px;
}
#flow #flow_in .step h4 {
  border-bottom: 1px dotted #898989;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
#flow #flow_in #step1 {
  padding-bottom: 18px;
  margin-bottom: 10px;
}
#flow #flow_in #step1 p {
  margin: 0 0 15px;
}
#flow #flow_in #step1 p.t2 {
  font-size: 16px;
  font-weight: bold;
  color: #A22724;
}
#flow #flow_in #step2 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  margin-bottom: 10px;
}
#flow #flow_in #step2 .wrap {
  padding: 0 20px;
}
#flow #flow_in #step2 .ready_list {
  border: 1px solid #A22724;
  box-sizing: border-box;
  width: 570px;
  margin-top: 15px;
}
#flow #flow_in #step2 .ready_list p {
  background: #A22724;
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}
#flow #flow_in #step2 .ready_list ul {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  padding: 8px 0;
}
#flow #flow_in #step2 .item {
  background: url(../img/center/bg13.jpg) 0 0 repeat;
  margin: 20px 20px 10px;
  padding: 20px 20px 25px;
  overflow: hidden;
}
#flow #flow_in #step2 .item .item_box {
  background: #ffffff;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}
#flow #flow_in #step2 .item .item_box .ttl {
  color: #A22724;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 17px;
  border-bottom: 1px solid #D31E14;
}
#flow #flow_in #step2 .item .plus {
  float: left;
  margin: 83px 6px 0;
}
#flow #flow_in #step2 .item .item_box p {
  padding: 0 25px;
  margin: 10px 0 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
#flow #flow_in #step2 .item .item_box .btn {
  text-align: center;
  margin-top: 14px;
}
#flow #flow_in #step2 .item .item_box .btn a {
  display: inline-block;
}
#flow #flow_in #step2 .item h5 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 13px;
}
#flow #flow_in #step2 .item .item_box .image {
  text-align: center;
  margin-top: 15px;
}
#flow #flow_in #step2 .item .item_box .image img {
  width: 100%;
}
#flow #flow_in #step2 .item .item_box .image p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #c41c24;
}
#flow #flow_in #step3 {
  margin-bottom: 10px;
}
#flow #flow_in #step3 p.t1 {
  padding-left: 3px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
#other {
  background: #444A2E;
  text-align: center;
  padding: 50px 0;
}
#other #other_in h2 {
  margin-bottom: 41px;
  color: #fff;
  font-size: 30px;
}
#other #other_in .bg {
  background: url(../img/center/img5.png) 0 0 no-repeat #fff;
  width: 980px;
  margin: 0 auto;
  background-position: 50px center;
}
#other #other_in .bg p {
  font-size: 15px;
  line-height: 24px;
  color: #3e3a39;
  padding: 40px 0 40px 290px;
  margin: 0;
}
#other #other_in p.sub {
  margin: 44px 0 24px;
}
#other #other_in h3 {
  margin-bottom: 41px;
}
#other #other_in ul {
  display: flex;
  justify-content: space-between;
}
#other #other_in .inq {
  margin-top: 80px;
}
#other #other_in .inq p {
  margin: 0 0 25px 0;
}
#other #other_in .inq a {
  display: block;
}
#deli {
  padding: 50px 0 60px;
  background: #fff;
}
#deli #deli_in h2 {
  margin-bottom: 36px;
  font-size: 35px;
}
#deli #deli_in h2 span {
  display: inline-block;
  border-bottom: 1px dashed #000;
  padding-bottom: 15px;
}
#deli > .inq {
  text-align: center;
  margin: 38px 0 0;
}
#deli > .inq p {
  margin: 25px 0;
}
#deli > .inq a {
  display: block;
  margin: 0 auto;
  width: 980px;
}
#deli_in p {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 70px;
}
#deli_in p.ttl20 {
  margin-bottom: 15px;
}
.deli_list {
  background: #F0F0F0;
  margin: 45px 0;
  padding: 20px 0 20px 220px;
}
.deli_list li {
  background: url("../img/center/icon_check.svg") 0 0 no-repeat;
  font-weight: bold;
  font-size: 20px;
  padding-left: 60px;
  margin: 20px 0;
  letter-spacing: 0.1em;
}
.home_kaitori {
  text-align: center;
  margin: 60px 0;
}
.home_kaitori .ttl {
  margin-bottom: 50px;
}
#voice {
  padding: 60px 0 48px;
  background: #444A2E;
}
#voice h2 {
  text-align: center;
  margin-bottom: 10px;
}
#voice_in > p {
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin: 0 0 30px
}
#voice .voice_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#voice .voice_wrap p {
  line-height: 2;
  font-size: 12px;
  margin: 10px 0;
}
#voice .voice_wrap p.name {
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 10px;
  margin: 0 0 10px;
  color: #C41C24;
  border-bottom: 1px solid #C41C24;
}
#voice .voice_box {
  background: #fff;
  box-sizing: border-box;
  width: 480px;
  padding: 20px;
  margin-bottom: 20px;
}
#qa {
  background: #fff;
  padding: 40px 15px 15px;
}
#qa dl {
  padding: 0;
  margin: 0;
}
.faq_box {
  margin-bottom: 50px;
}
#qa dt {
  background: url(../img/center/img16.png) 15px 5px no-repeat;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #C41C24;
  margin: 0 0 10px;
  padding: 4px 20px 15px 70px;
  border-bottom: 2px solid #C41C24;
}
#qa dd {
  background: url(../img/center/img17.png) 15px 5px no-repeat;
  font-size: 12px;
  line-height: 20px;
  padding: 4px 20px 4px 70px;
  margin: 0;
}
#qa h2 {
  margin: 20px 0;
}
#qa .column_btn {
  text-align: center;
  margin: 50px 0;
}
#qa .other {
  text-align: center;
  margin: 26px 0;
}
#access {
  background: url(../img/center/bg13.jpg) 0 0 repeat;
  padding: 50px 0;
}
#access #access_in {
  padding: 30px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#access #access_in .wrap {
  overflow: hidden;
}
#access #access_in .wrap .image {
  float: left;
}
#access #access_in .wrap .info {
  float: right;
  width: 470px;
}
#access #access_in .wrap .info .logo {
  border-bottom: 1px dotted #898989;
  padding-bottom: 20px;
}
#access #access_in .wrap .info p {
  font-size: 12px;
  line-height: 20px;
  margin: 21px 0;
  color: #595757;
}
#gmap {
  border: 3px solid #dcdddd;
  margin-top: 16px;
}
#gmap iframe {
  display: block;
  width: 100%;
}
footer {
  overflow: hidden;
  margin-bottom: 120px;
}
footer .wrap {
  overflow: hidden;
  padding: 5px 0;
}
footer .wrap p {
  float: left;
  font-size: 12px;
  line-height: 20px;
  margin-right: 90px;
  color: #595757;
}
footer .wrap .logo {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
#footer_nav {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  background: url(../img/center/bg2.jpg) center center repeat;
}
#footer_nav a {
  color: #ffffff;
  text-decoration: none;
}
#footer_nav a:hover {
  text-decoration: none;
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: none;
  z-index: 10;
}
.page {
  font-size: 12px;
  line-height: 18px;
  color: #595757;
  padding: 50px 0;
}
.page a {
  color: #595757;
  text-decoration: none;
}
.page .breadcrumbs {
  margin-bottom: 20px;
}
.list {
  padding: 5px;
  background: url(../img/center/bg3.jpg) 0 0 repeat;
}
.list ul {
  overflow: hidden;
  background: #ffffff;
  padding: 30px 0 30px 29px;
}
.list ul li {
  display: block;
  float: left;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  margin: 0 9px 17px;
  width: 190px;
  padding: 10px;
  background: url(../img/center/bg3.jpg) 0 0 repeat;
}
.list ul li a {
  display: block;
  color: #595757;
  text-decoration: none;
}
/* .list ul li a img {
  width: 190px;
  height: 190px;
} */
.list ul li a p {
  margin: 0;
}
.list ul li a span {
  display: block;
  margin-top: 10px;
}
.cate .image {
  text-align: center;
}
.cate .image img {
  vertical-align: bottom;
  max-width: 100%;
}
.cate .disc {
  margin: 28px 0;
  text-align: center;
  background: url(../img/center/bg10.jpg) center 0 repeat;
}
.cate .disc .disc_in {
  padding: 24px;
  background: url(../img/center/bg10_top.jpg) center 0 no-repeat;
}
.cate .disc .disc_in p {
  margin: 0;
  line-height: 24px;
  color: #fff;
}
.column_list {
  background: #F0F0F0;
  width: 980px;
  margin: 0 auto;
}
.column_list h2 {
  text-align: center;
  padding: 35px 0 19px;
  color: #333;
}
.column_list .column_list_cont {
  padding-bottom: 20px;
}
.column_list .column_list_in {
  padding: 5px 28px;
}
.column_list .column_list_in ul {
  background: #fff;
  padding: 0 20px 10px;
}
.column_list .column_list_in ul li {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 21px;
}
.column_list .column_list_in ul li a {
  display: block;
  padding: 20px 15px;
  border-top: 1px solid #c9bc9c;
  font-size: 15px;
  color: #3e3a39;
}
.column_list .column_list_in ul li:first-child a {
  border-top: none;
}
.pager_wrap {
  background: #fff;
}
.list_wrap .page .column_list .wp-pagenavi {
  border-top: 1px solid #c9bc9c;
  margin: 0 20px;
}
#new_column {
  margin-top: 30px;
}
.column {
  background-color: #fff;
  padding: 5px;
}
.column .column_in {
  padding: 40px;
}
.column .column_in h2 {
  font-weight: bold;
  font-size: 20px;
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #333; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #333; /*左線*/
}
.column .column_in h3 {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  border-bottom: dotted 3px #7db4e6;
}
.link_btn {
  text-align: center;
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #c9bc9c;
}
.link_btn li {
  display: inline-block;
  margin: 0 10px;
}
.new_column {
  margin-top: 40px;
}
.new_column .new_column_in ul {
  border-top: 1px dotted #b5b5b6;
}
.new_column .new_column_in ul li {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  border-bottom: 1px dotted #b5b5b6;
}
.new_column .new_column_in ul li a {
  display: block;
  padding: 15px 20px;
  color: #3e3a39;
}
.yahoo_auction {
  text-align: center;
  padding: 30px 5%;
  margin: 5% 0;
  background-color: #444A2E;
  border: 1px solid #000;
}
.yahoo_auction p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 auto 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #D31E14;
}
.yahoo_auction a {
  position: relative;
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 5%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #ce6353, #be2611);
  border: 1px solid #bf230d;
  border-radius: 40px;
}
.yahoo_auction a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7.5%;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.page .wp-pagenavi {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin-top: 30px;
}
.page .wp-pagenavi a, .page .wp-pagenavi span {
  display: inline-block;
  border: 1px solid #333333;
  padding: 4px 10px;
  vertical-align: top;
  margin: 3px;
}
.page .wp-pagenavi span.pages {
  border: 1px solid #ffffff;
}
.page .wp-pagenavi a:hover, .page .wp-pagenavi .current {
  background: #333333;
  color: #ffffff;
}
.product h2 {
  background: #333333;
  color: #ffffff;
  padding: 8px 20px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.product .image {
  text-align: center;
  margin: 20px 0;
}
.list_wrap {
  background-color: #444A2E;
  padding: 0 0 1px;
  -webkit-box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.5) inset;
}
.list_wrap .breadcrumbs, .list_wrap .breadcrumbs a {
  color: #fff;
}
.list_wrap .page {
  padding: 0;
  margin: 0 auto;
}
.list_wrap .page .wp-pagenavi {
  background: #fff;
  margin: 0;
  padding: 10px 0 40px;
}
.list_wrap .list {
  background: url(../img/center/bg12.png) 0 0 no-repeat #fff;
}
.list_wrap .list ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  background: none;
}
#inquiry .form {
  background: #fff;
  padding: 40px;
  margin: 0 auto;
}
#inquiry .form h3 {
  text-align: center;
}
#inquiry .form table {
  width: 100%;
}
#inquiry .form th, #inquiry .form td {
  box-sizing: border-box;
  color: #4d4d4d;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 14px 30px;
  border: 1px solid #ccc;
}
#inquiry .form th {
  background: #f2f2f2;
  width: 280px;
}
input::placeholder, textarea::placeholder {
  color: #9fa0a0;
}
#inquiry .form td input[type="text"], #inquiry .form td textarea {
  border: 1px solid #ccc;
  padding: 3px 8px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: .08em;
  max-width: 500px;
}
#inquiry .form td textarea {
  width: 90%;
}
#inquiry .form td select {
  border: 1px solid #cccccc;
  padding: 3px 10px;
}
#inquiry .form th .must {
  display: block;
  color: #fff;
  font-size: 11px;
  background: #c30d23;
  padding: 0 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: right;
}
#inquiry .form .mail th .must {
  margin-top: 10px;
  float: right;
}
#inquiry .form th .small {
  font-size: 11px;
  display: block;
}
#inquiry .form form > p.att {
  text-align: center;
  color: #fff;
  background: #8e2d34;
  padding: 3px;
  line-height: 24px;
  margin: 15px 0 30px;
}
#inquiry .form form td p.att {
  color: #8e2d34;
}
#submit_btn {
  text-align: center;
  margin: 50px 0 10px;
}
#inquiry .form .zip input {
  width: 10em;
}
#submit_btn input[name="submitConfirm"], #submit_btn input[name="lastsend"] {
  background: url(../img/inquiry/btn1.png) center center no-repeat;
  width: 460px;
  height: 54px;
  display: inlin-block;
  padding: 0;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
}
#submit_btn input[name="lastsend"], #submit_btn input[name="submitBack"] {
  background: url(../img/inquiry/btn2.png) center center no-repeat;
  width: 410px;
  height: 54px;
  display: inlin-block;
  padding: 0;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
}
#submit_btn input[name="lastsend"] {
  background: url(../img/inquiry/btn3.png) center center no-repeat;
}
#inquiry .form td p {
  margin: 5px 0;
}
.mw_wp_form_input .re_check {
  display: none;
}
.mw_wp_form_preview #submit_btn {
  margin: 25px 0 10px;
}
.re_check {
  color: #595757;
  text-align: center;
  margin-top: 25px;
}
.mw_wp_form_confirm .form_box p.text{
  font-size: 15px;
  margin: 20px 0 10px;
}
.mw_wp_form_confirm .form_box .note,
.mw_wp_form_confirm .takuhai_form_container .form_txt_privacy{
  display: none;
}
.mw_wp_form_complete {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin: 50px 0 40px;
}
.mw_wp_form_preview .check_hidden {
  display: none;
}
.mw_wp_form .vertical-item {
  margin: 0;
}
.mw_wp_form .vertical-item input {
  margin-right: 5px;
  vertical-align: middle;
}
.mw_wp_form .mwform-checkbox-field label{
  margin-left: 10px;
}
.sp_ttl {
  display: none;
}
#thanks {
  text-align: center;
}
#thanks p {
  text-align: center;
  font-size: 14px;
  margin: 30px 0;
  line-height: 1.6;
  font-weight: bold;
}
#inputparam {
  display: none;
}
ul#float_nav {
  position: fixed;
  right: 20px;
  bottom: 130px;
  padding: 5px 5px 6px 5px;
  background-color: #c79f67;
  display: none;
}
ul#float_nav li {
  margin-bottom: 1px;
}
ul#float_nav li:last-child {
  margin-bottom: 0;
}
a img.opa {
  opacity: 1;
  transition: 0.3s;
}
a:hover img.opa {
  opacity: 0.7;
  transition: 0.3s;
}
.mwform-radio-field label {
  display: inline-block;
  text-indent: -20px;
  margin: 12px 0;
  margin-left: 20px;
  font-size: 15px;
  line-height: 1.6;
}
.page_content {
  background: #fff;
  text-align: left;
  padding: 40px;
}
.page_content h1 {
  text-align: center;
  margin-bottom: 40px;
}
.page_content h2 {
  margin-bottom: 30px;
}
.page_content h3 {
  margin-top: 30px;
}
.page_content ol li {
  list-style: decimal;
  line-height: 2.2;
}
.privacy_check {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: .1em;
}
.privacy_check .mwform-checkbox-field-text {
  display: none;
}
.privacy_check .mwform-checkbox-field {
  vertical-align: middle;
}
.privacy_check a {
  color: #337ab7;
  text-decoration: underline;
}
.floating {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffbf61;
  padding: 20px 0;
}
.floating ul {
  display: flex;
  justify-content: center;
}
.floating ul li {
  margin: 0 5px;
}
.footer_menu {
  background: #1a1a1a;
  padding: 60px 20px;
  color: #fff;
  display: flex;
  justify-content: center;
}
.footer_menu a {
  color: #fff;
  text-decoration: none;
}
.footer_menu a:hover {
  text-decoration: underline;
}
.footer_menu ul:not(:first-child) {
  margin-left: 50px;
}
.footer_menu .tl {
  font-weight: bold;
  font-size: 14px;
}
.footer_menu li:not(.tl) {
  font-size: 12px;
  margin-top: 15px;
  padding-left: 5px;
}
.footer_menu li:not(.tl) a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}
/* フォーム */
.clearfix:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.cl01 {
  color: #8e2d34;
}
.note {
  font-size: 14px;
}
.form_tel_box .tel {
  margin: 35px 0 0;
}
.gtag_tel {
  font-size: 40px;
  color: #03325b !important;
  text-decoration: none !important;
}
.formpage .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.formpage .btn {
  text-align: center;
}
.formpage .breadcrumbs {
  margin-bottom: 20px;
  font-size: 12px;
}
.formpage .breadcrumbs a {
  color: #595757;
  text-decoration: none;
}
.privacy {
  padding-bottom: 80px;
}
.privacy_title {
  color: #8e2d34;
  text-align: center;
}
.privacy_title .en {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 52px;
}
.point_title .h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
}
.point_title {
  border-bottom: 1px solid #8e2d34;
  color: #8e2d34;
  margin-top: 60px;
  padding-bottom: 30px;
}
.privacy_head {
  border-bottom: 1px solid #8e2d34;
  text-align: center;
}
.privacy .index {
  border-left: 4px solid #8e2d34;
  font-weight: bold;
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 0 24px;
}
.privacy .btn-style.blue a {
  margin: 0;
}
.privacy .address {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 36px 40px;
}
.privacy_head p {
  margin: 30px 0;
}
.privacy p {
  margin: 20px 0;
}
.privacy table {
  border-top: 1px solid #ccc;
  width: 100%;
}
.privacy th {
  box-sizing: border-box;
  background-color: #F5F5F7;
  font-weight: bold;
  text-align: center;
  width: 20%;
  max-width: 280px;
}
.privacy th, .privacy td {
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  padding: 40px;
}
.inquiry_head {
  text-align: center;
  margin: 30px 0;
}
.inquiry_head p {
  font-size: 16px;
  line-height: 1.6;
}
.inquiry_head a {
  color: #4285F4;
  text-decoration: underline;
}
.inquiry_head a.service {
  color: #1a1a1a;
  padding: 0 1em;
}
.inquiry_head span.req {
  font-weight: bold;
  color: #FD0D1B;
}
.form_tel_box {
  margin-top: 3em;
}
.inquiry_tel_title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.inquiry_head .line a {
  display: inline-block;
}
.service_btn {
  margin-top: 20px;
}
/*　ステップバー　*/
.nav-step_delivery {
  position: relative;
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}
.nav-step_delivery .step {
  width: 50%;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  float: left;
  display: inline-block;
  line-height: 70px;
  padding: 0 40px 0 20px;
  color: #fff;
  background-color: #D0D0D0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
.nav-step_delivery .step_f {
  background-color: #8e2d34;
}
.nav-step_delivery .step:before, .nav-step_delivery .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #D0D0D0;
  border-left: 4px solid #FFF;
  width: 30px;
  height: 35px;
}
.nav-step_delivery .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.nav-step_delivery .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.nav-step_delivery .step_f:before, .nav-step_delivery .step_f:after {
  content: none;
}
.custom-wpcf7c-confirmed .nav-step_delivery .step, .custom-wpcf7c-confirmed .nav-step_delivery .step:before, .custom-wpcf7c-confirmed .nav-step_delivery .step:after {
  background-color: #8e2d34;
}
.custom-wpcf7c-confirmed .nav-step_delivery .step_f {
  background-color: #D0D0D0;
}
.mw_wp_form_confirm .nav-step_delivery .step, 
.mw_wp_form_confirm .nav-step_delivery .step::before, 
.mw_wp_form_confirm .nav-step_delivery .step::after {
  background-color: #8e2d34;
}
.mw_wp_form_confirm .nav-step_delivery .step_f {
  background-color: #D0D0D0;
}
.mw_wp_form_complete>p{
  opacity: 0;
}
.mw_wp_form_confirm .form_section,
.mw_wp_form_complete .form_section{
  display: none;
}
.mw_wp_form_complete .privacy_title{
  display: none;
}
.mw_wp_form_complete .complate .privacy_title{
  display: block !important;
}
.mw_wp_form_complete .hidden{
  display: none !important;
}
/*　次へボタン　*/
.morelink {
  display: block;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  border: 2px solid #8e2d34;
  box-sizing: border-box;
  border-radius: 8px;
  color: #8e2d34;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  font-size: 17px;
  padding: 22px 0;
}
.delivery_form_box .btn-style {
  width: 100%;
  max-width: 400px;
  margin: 40px auto 0;
  padding: 0;
}
.delivery_form_box .btn-style span {
  width: 100%;
}
.delivery_form_box .btn-style .wpcf7-spinner {
  display: none !important;
}
.delivery_form_box .btn-style .wpcf7-spinner::before {
  content: none;
}
.mw_wp_form_confirm .btn-style{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: none;
  width: 80%;
}
.mw_wp_form_confirm .btn-style span {
  width: 42%;
}
.morelink:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/arrow-circle_blue.png") no-repeat center right 20px/19px 19px;
  transition: all 0.3s;
}
.morelink:hover {
  opacity: 1;
  background-color: #8e2d34;
  color: #fff;
}
.morelink:hover:after {
  background-position: center right 15px;
}
.delivery_form_box .btn-style input[type="submit"], .delivery_form_box .btn-style input[type="button"] {
  width: 100%;
  color: #8e2d34;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  border: 2px solid #8e2d34;
  background: none;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
}
.delivery_form_box .btn-style input[type="button"] {
  margin-bottom: 2em;
}
.delivery_form_box .btn-style span:hover input[type="submit"], .delivery_form_box .btn-style span:hover input[type="button"] {
  background-color: #8e2d34;
  color: #fff;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
/*　宅配買取申込みフォーム　*/
.delivery_form_area {
  width: 97%;
  max-width: 1000px;
  margin: 0 auto;
}
.form_title {
  font-weight: bold;
  color: #fff;
  background-color: #8e2d34;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 24px;
  margin-bottom: 40px;
  padding: 20px 10px;
}
.form_title span.step {
  margin-right: 1em;
}
.form_step_txt {
  text-align: center;
  margin-bottom: 40px;
}
.delivery_form_item, .delivery_form_boxcontainer {
  background-color: #F5F5F7;
  border-radius: 10px;
  padding: 50px 80px;
}
.calendar_comment {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 10px;
}
.form-flex {
  display: flex;
}
.form_txt {
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  margin-bottom: 10px;
}
.form_txt span.req {
  color: #fff;
  background-color: #FD0D1B;
  display: inline-block;
  padding: 0 15px;
  margin-left: 2em;
  border-radius: 3px;
  line-height: 20px;
  font-size: 12px;
}
.form_txt_little {
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  margin-top: 40px;
}
.form_txt_little a {
  color: #4285F4;
  text-decoration: underline;
}
.delivery_form_box {
  margin-bottom: 80px;
}
/*　フォーム　*/
.delivery_form_area textarea, .delivery_form_area input[type="text"], .delivery_form_area input[type="email"], .delivery_form_area input[type="tel"], .delivery_form_area select {
  width: 100%;
  max-width: none;
  border: solid 1px #E3E3E3;
  background-color: #fff;
  padding: 15px 10px;
  font-size: 15px;
  outline: none;
}
.custom-wpcf7c-confirmed .delivery_form_area select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.delivery_form_area input:focus {
  background-color: #fff;
  outline: none;
}
.delivery_form_area input[type="text"].middle, .delivery_form_area select.middle, .delivery_form_area input[type="tel"].middle {
  width: 70%;
}
.delivery_form_area .wpcf7-list-item-label {
  font-size: 15px;
  line-height: 1.6;
}
.delivery_form_area .margin_top {
  margin-top: 1em;
}
.delivery_form_area textarea:-webkit-autofill, .delivery_form_area input[type="text"]:-webkit-autofill, .delivery_form_area input[type="email"]:-webkit-autofill, .delivery_form_area input[type="tel"]:-webkit-autofill, .delivery_form_area select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}
.delivery_form_area textarea.wpcf7c-conf:-webkit-autofill, .delivery_form_area input[type="text"].wpcf7c-conf:-webkit-autofill, .delivery_form_area input[type="email"].wpcf7c-conf:-webkit-autofill, .delivery_form_area input[type="tel"].wpcf7c-conf:-webkit-autofill, .delivery_form_area select.wpcf7c-conf:-webkit-autofill {
  box-shadow: 0 0 0 1000px #F5F5F7 inset;
}
/*.wpcf7-text.wpcf7c-conf:-webkit-autofill,
.wpcf7-tel.wpcf7c-conf:-webkit-autofill,
.wpcf7-textarea.wpcf7c-conf:-webkit-autofill,
.wpcf7-select.wpcf7c-conf:-webkit-autofill {
  box-shadow: 0 0 0 1000px #F5F5F7 inset;
}*/
.delivery_form_area .form_box {
  margin-top: 50px;
}
.delivery_form_area .form_box:first-child {
  margin-top: 0;
}
/*.custom-wpcf7c-confirmed .delivery_form_area textarea,
.custom-wpcf7c-confirmed .delivery_form_area input[type="text"],
.custom-wpcf7c-confirmed .delivery_form_area input[type="email"],
.custom-wpcf7c-confirmed .delivery_form_area input[type="tel"],
.custom-wpcf7c-confirmed .delivery_form_area select {
  border: none;
  background-color: #F5F5F7;
}*/
.delivery_form_area textarea.wpcf7c-conf, .delivery_form_area input[type="text"].wpcf7c-conf, .delivery_form_area input[type="email"].wpcf7c-conf, .delivery_form_area input[type="tel"].wpcf7c-conf, .delivery_form_area select.wpcf7c-conf {
  border: none;
  background-color: #F5F5F7;
}
.custom-wpcf7c-confirmed .delivery_form_area select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.takuhai_form_container .form_txt_privacy {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  background-color: #F5F5F7;
  border-radius: 10px;
  margin: 30px auto 0;
  box-sizing: border-box;
  max-width: 460px;
  padding: 30px;
  margin-top: 50px;
}
.delivery_form_box .btn-style input[type="submit"], .delivery_form_box .btn-style input[type="button"] {
  font-size: 17px;
  padding: 22px 0;
}
.delivery_form_box .btn-style .wpcf7c-elm-step2.wpcf7-submit {
  background-color: #8e2d34 !important;
  color: #fff !important;
}
.delivery_form_box .size .wpcf7-list-item {
  display: inline-block;
  text-indent: -20px;
  margin-left: 20px;
}
.delivery_form_box .size .wpcf7-list-item input {
  margin-right: 5px;
  vertical-align: middle;
}
.delivery_form_box .note {
  line-height: 1.6;
}
/*　下記プライバシーポリシー　*/
.rule {
  margin-top: 60px;
}
.rule > p {
  font-size: 14px;
  margin-bottom: 20px;
}
.kiyaku {
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin-bottom: 50px;
}
.kiyaku .in {
  overflow-y: scroll;
  height: 230px;
}
.kiyaku .in p {
  font-size: 12px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}
.kiyaku .in .kiyaku_tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
/*　お問い合わせ　*/
.inquiry_container {
  background-color: #F5F5F7;
  padding: 90px 0;
  margin-top: 90px;
}
.inquiry_container .form_container, .inquiry_container .delivery_form_boxcontainer {
  background-color: #fff;
}
.inquiry_container .form_container {
  border-radius: 10px;
}
.inquiry_container .form_txt {
  width: 260px;
  min-width: 260px;
}
.inquiry_container .form_txt span.req {
  margin-left: 0;
  margin-right: 2em;
}
.inquiry_container .form_box {
  margin-top: 2em;
  display: flex;
  align-items: center;
}
.inquiry_container .form_box:first-child {
  margin-top: 0;
}
.inquiry_container .delivery_form_box {
  margin-bottom: 0;
}
.inquiry_container input[type="text"], .inquiry_container input[type="tel"], .inquiry_container input[type="email"], .inquiry_container textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: #F5F5F7;
  padding: 15px 10px;
}
.inquiry_container .example {
  font-size: 15px;
  color: #B9B9B9;
}
.inquiry_container .privacy {
  padding-bottom: 0;
}
.inquiry_container .form_txt_privacy {
  min-width: inherit;
  display: flex;
  align-items: baseline;
  justify-content: center;
  background-color: #F5F5F7;
  border-radius: 10px;
  margin: 0 auto;
  width: 50%;
  padding: 30px;
}
.inquiry_container .kiyaku_box br {
  display: none;
}
.inquiry_container .kiyaku_box br.kiyaku_br {
  display: block;
}
.inquiry_container .wpcf7-text.wpcf7c-conf:-webkit-autofill, .inquiry_container .wpcf7-tel.wpcf7c-conf:-webkit-autofill, .inquiry_container .wpcf7-textarea.wpcf7c-conf:-webkit-autofill, .inquiry_container .wpcf7-select.wpcf7c-conf:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}
.inquiry_container .custom-wpcf7c-confirmed input[type="text"], .inquiry_container .custom-wpcf7c-confirmed input[type="tel"], .inquiry_container .custom-wpcf7c-confirmed input[type="email"], .inquiry_container .custom-wpcf7c-confirmed textarea {
  background-color: #fff;
}
.inquiry_container .custom-wpcf7c-confirmed .example {
  display: none;
}
.inquiry_container .input_box {
  width: 100%;
  max-width: 60%;
}
.size .wpcf7-list-item {
  display: block;
  margin: 1em 0;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: bold;
  margin-top: .2em
}
.custom-wpcf7c-confirmed .form_box .note {
  display: none;
}
/*　サンクスページ　*/
.thanks_area {
  padding: 90px 0;
}
.thanks_area .thanks_tit {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.thanks_area .thanks_txt {
  text-align: center;
  margin: 5em 0;
}
/*　相場表　*/
.page.market {
  color: #1a1a1a;
}
.low_ttl {
  font-size: 35px;
  text-align: center;
  margin-bottom: 35px;
}
.price_list .accordion_inn {
  margin-bottom: 18px;
  padding: 15px 14px;
  border-left: solid 1px #4D4D4D;
  border-bottom: solid 1px #4D4D4D;
  border-right: solid 1px #4D4D4D;
  display: none;
}
.price_list .accordion .title {
  margin-top: 10px;
  padding: 20px 100px 20px 50px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  background: #000000 url(../img/market/bg-marketdt.png) right 50px center no-repeat;
  transition-duration: 0.2s;
  cursor: pointer;
  text-align: left;
}
.price_list .accordion .title.active {
  background: #000000 url(../img/market/bg-marketdt_active.png) right 50px center no-repeat;
  text-align: left;
  transition-duration: 0.2s;
}
.price_list .group {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  border: solid 1px #B3B3B3;
  background: #F2F2F2;
}
.price_list .group_title {
  width: 180px;
  line-height: 1.2;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.price_list table {
  width: calc(100% - 180px);
  box-sizing: border-box;
  background: #FFFFFF;
}
.price_list table tr {
  border-bottom: solid 1px #B3B3B3;
}
.price_list table tr:first-of-type, .price_list table tr:last-of-type {
  border-bottom: none;
}
.price_list table tr th {
  padding: 15px 0;
  color: #FFFFFF;
  font-size: 16px;
  border-left: solid 1px #B3B3B3;
  background: #805b33;
}
.price_list table tr th:nth-child(1) {
  width: 70%;
}
.price_list table tr th:nth-child(2) {
  width: 30%;
}
.price_list table tr td {
  font-size: 14px;
  padding: 10px 20px;
  text-align: left;
  border-left: solid 1px #B3B3B3;
}
.price_list table tr td:last-child {
  text-align: center;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.price_search {
  background: #444a2e;
  color: #fff;
  margin-bottom: 40px;
  padding: 40px 0;
  position: relative;
}
.price_search .h2_ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  margin-bottom: 5px;
}
.price_search p.sub {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  margin-bottom: 35px;
}
input, select, textarea, button {
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
textarea, button, input {
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
  max-width: 100%;
}
.item_search form {
  max-width: 780px;
  margin: 0 auto;
}
.item_search form.search input {
  flex: 1;
  width: 100%;
  background-color: #fff;
  color: #1a1a1a;
  font-size: 14px;
  padding: 20px 10px;
  border-radius: 3px;
}
.custom_menu {
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}
.custom_menu .custom_menu_item {
  width: 49%;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 3px;
  padding: 20px 10px;
  font-size: 14px;
  color: #1a1a1a;
  box-sizing: border-box;
}
.search_submit {
  align-items: center;
  background-color: #be230d;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  outline: none;
  border: none;
}
.item_search form.search .search_submit {
  font-size: 18px;
  padding: 0;
  max-width: 400px;
  margin: 25px auto 0;
  position: relative;
}
.item_search form.search .search_submit span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 26px 100px;
}
.item_search form.search .search_submit span::before {
  content: "";
  background: url(../img/market/icon_search.svg) 96% center no-repeat;
  background-size: 8px 13px;
  height: 13px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -6.5px;
}
.page.market #caution {
  margin: 30px 0 50px 0;
  padding: 26px;
  border: solid 4px #c11f2a;
}
.page.market #caution p {
  margin: 0;
  padding: 0;
}
.page.market #caution p.text1 {
  line-height: 1;
  margin-bottom: 25px;
  padding-bottom: 25px;
  color: #c11f2a;
  font-weight: bold;
  font-size: 40px;
  border-bottom: solid 1px #c11f2a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page.market #caution p.text1 span {
  font-size: 30px;
  margin-left: 0.5em;
}
.page.market #caution .text2 {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 50px 1em 50px;
  display: flex;
}
.page.market #caution .text2:before {
  content: "■";
  display: block;
  margin-right: 0.5em;
}
.page.market #caution .text2 span {
  margin-bottom: 1em;
  display: block;
}
.page.market #caution #rank {
  margin-bottom: 20px;
  padding: 30px 35px;
  font-size: 14px;
  border: solid 2px #c11f2a;
}
.page.market #caution #rank table {
  line-height: 1.4;
  margin-bottom: 15px;
}
.page.market #caution #rank table tr th {
  padding-bottom: 5px;
  text-align: left;
  font-weight: normal;
}
.page.market #caution #rank table tr td {
  padding-bottom: 5px;
}
.page.market #caution #rank table tr td:nth-child(2) {
  padding: 0 10px 5px 10px;
}
.page.market #caution #rank .text3 {
  line-height: 1.4;
  display: flex;
}
.page.market #caution #rank .text3:before {
  content: "※";
  display: block;
}
.page.market #caution .text4 {
  line-height: 1.4;
  margin-bottom: 1em;
  display: flex;
}
.page.market #caution .text4:before {
  content: "例：";
  display: block;
}
.page.market #caution .text5 {
  line-height: 1.4;
  display: flex;
}
.page.market #caution .text5:before {
  content: "※";
  display: block;
}
.maker_list{display: flex;
			flex-wrap:wrap;
			justify-content:center;
			margin-bottom: 28px;
			background-color: #FFFFFF;
			padding: 8px;
		}
		.maker_box{width:calc(100%/4.2);
			height:auto;
			display:flex;
			flex-direction:column;
			justify-content: center;
			text-align: center;
			padding: 4px;
		}
		.maker_box img{width: 100%;max-width: 157px;height: auto;}
		.pickup_wrapper{display: flex;
			flex-wrap:wrap;
			justify-content:center;
			margin-bottom: 60px;
			background-color: #FFFFFF;
		}
		.pickup_item{
    width: calc(100%/4);
    height: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 8px;
    border: 1px dotted #CCCCCC;
		}
.pickup_item .price{font-size:22px; color:#A22724; margin-top:auto;font-weight;bold;}
.pickup_title {
  margin-bottom: 34px;
  color: #fff;
  font-size: 35px;
}

/**** 20241105 カテゴリーページ調整 ***/
/* 共通 */
.cate .disc .disc_in h3 {
	background: rgb(118 85 42 / 48%);
    margin-bottom: 15px;
    padding: 10px;
    color: #e9cba2;
    font-size: 1.4em;
    font-weight: normal;
}
.cat_sec {
	margin-top: 80px;
}
.cat_bottom {
	margin: 80px 0;
}
.cat_sec .price_list .accordion_inn {
	background: #fff;
}
.cont h1{line-height: 1.2;}

/**** 20250307 HTMLフォーム設置 ***/
.header_pc, 
.footer_pc {
  display: block;
}
.header_sp, 
.footer_sp {
  display: none;
}
.html_form_page footer {
  margin-bottom: 0;
}

.html_form_page .delivery_form_area textarea, 
.html_form_page .delivery_form_area input[type="text"], 
.html_form_page .delivery_form_area input[type="email"], 
.html_form_page .delivery_form_area input[type="tel"], 
.html_form_page .delivery_form_area select {
  width: auto;
  max-width: none;
  border: none;
  background: none;
  padding: 0;
  font-size: 15px;
}


/**** 20260107 コラムページ改修 ***/
/* top用 */
#top-column{
  padding: 120px 0 50px;
  background-color: #F6F6F6;
}
#top-column .column-inner{
  max-width: 1120px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
#top-column .ttl_area{
  display: block;
  margin: 0 auto 60px;
}
#top-column .ttl_area h2 img{
  display: block;
  max-width: 340px;
  width: 100%;
  margin: 0 auto 35px;
}
#top-column .ttl_area .note{
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
}
#top-column .column-list{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto 65px;
}
#top-column .column-list .item{
  display: block;
  max-width: 260px;
  width: 100%;
  text-decoration: none;
}
#top-column .column-list .item .img{
  position: relative;
  max-width: 260px;
  width: 100%;
  height: 170px;
  overflow: hidden;
  transition: all .3s;
  margin: 0 auto 20px;
}
#top-column .column-list .item .img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: all .3s;
}
#top-column .column-list .item .txt .cat{
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  margin: 0 0 15px;
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}
#top-column .column-list .item .txt .ttl{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.64;
  margin: 0 0 15px;
  color: #000000;
  text-decoration: none;
  transition: all .3s;
}
#top-column .column-list .item .txt .date{
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #9B9997;
}
#top-column .column-list .item:hover .txt .ttl{
  color: #B13C00;
  text-decoration: underline;
}
#top-column .btn a{
  position: relative;
  display: block;
  max-width: 350px;
  width: 100%;
  padding: 25px 0 26px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #fff;
  background-color: #444A2E;
  transition: all .3s;
}
#top-column .btn a::before{
  content: "";
  width: 13px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  transition: all .3s;
}
#top-column .btn a:hover{
  text-decoration: underline;
}
#top-column .btn a:hover::before{
  right: 10px;
}

#info-link{
  padding: 60px 0 70px;
  background-color: #F6F6F6;
}
#info-link .info-inner{
  max-width: 1220px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
#info-link .bnr-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
#info-link .item{
  display: block;
  max-width: 285px;
  width: 100%;
}
#info-link .item img{
  display: block;
  width: 100%;
  transition: all .3s;
}

/* コラム用　共通の設定 */
.column-ctt .mv{
  padding: 120px 0 115px;
  background-image: url(../img/column/mv_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.column-ctt .mv p{
  display: inline-block;
  font-size: 17px;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 0 6px;
  margin: 0 0 10px;
  border-bottom: 2px solid #fff;
}
.column-ctt .mv h1{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
.column-ctt .column-inner .inner{
  max-width: 1220px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.column-ctt .breadcrumbs{
  margin: 0 0 70px;
}
.column-ctt .breadcrumbs span a,
.column-ctt .breadcrumbs span span{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #201B17;
}
.column-ctt .breadcrumbs span a{
  transition: all .3s;
  margin-right: 12px;
}
.column-ctt .breadcrumbs span span{
  margin-left: 12px;
}
.column-ctt .breadcrumbs span a:hover{
  color: #B13C00;
}

.column-ctt .column-inner{
  padding: 30px 0 110px;
  background-color: #FFFFFF;
}

.column-ctt .sidebar{
  display: block;
  max-width: 320px;
  width: 100%;
}
.column-ctt .sidebar .search_area{
  display: block;
  margin: 0 0 30px;
}
.column-ctt .sidebar #searchform{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 20px;
  height: 60px;
  background-color: #EDEDED;
  border-radius: 5px;
}
.column-ctt .sidebar #searchform input{
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  border: none;
}
.column-ctt .sidebar #searchform input::placeholder{
  color: #BFBFBF;
}
.column-ctt .sidebar #searchform .search_icon{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  transition: all .3s;
}
.column-ctt .sidebar #searchform .search_icon img{
  display: block;
  width: 100%;
}
.column-ctt .sidebar .cat_area{
  display: block;
  margin: 0 0 50px;
}
.column-ctt .sidebar .cat_area .ttl_area{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 22px 22px;
  color: #fff;
  background-color: #444A2E;
  border-radius: 5px 5px 0 0 ;
}
.column-ctt .sidebar .cat_area .ttl_area span{
  display: block;
  font-size: 23px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.column-ctt .sidebar .cat_area .ttl_area p{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 0;
  margin: 0;
}
.column-ctt .sidebar .cat_area .cat_ctt .item{
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  padding: 28px 20px;
  color: #201B17;
}
.column-ctt .sidebar .cat_area .cat_ctt .item::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
  background-image: url(../img/column/sidebar-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.column-ctt .sidebar .cat_area .cat_ctt .item::after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:
    repeating-linear-gradient(
        to right,
        #939393 0,
        #939393 1px,
        transparent 1px,
        transparent 4px
    ) bottom left / 100% 1px no-repeat;
}
.column-ctt .sidebar .cat_area .cat_ctt .item:hover{
  color: #B13C00;
  text-decoration: underline;
}
.column-ctt .sidebar .cat_area .cat_ctt .item:hover::before{
  right: 15px;
}
.column-ctt .sidebar .latest_post .ttl_area{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 22px 22px;
  margin: 0 0 40px;
  color: #fff;
  background-color: #444A2E;
  border-radius: 5px 5px 0 0 ;
}
.column-ctt .sidebar .latest_post .ttl_area span{
  display: block;
  font-size: 23px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.column-ctt .sidebar .latest_post .ttl_area p{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 0;
  margin: 0;
}
.column-ctt .sidebar .latest_post .item{
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 25px;
  margin: 0 0 25px;
  text-decoration: none;
}
.column-ctt .sidebar .latest_post .item:last-of-type{
  margin: 0;
}
.column-ctt .sidebar .latest_post .item::after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:
    repeating-linear-gradient(
        to right,
        #939393 0,
        #939393 1px,
        transparent 1px,
        transparent 4px
    ) bottom left / 100% 1px no-repeat;
}
.column-ctt .sidebar .latest_post .item .img{
  position: relative;
  width: 140px;
  height: 92px;
  overflow: hidden;
  flex-shrink: 0;
}
.column-ctt .sidebar .latest_post .item .img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  height: auto;
  width: 100%;
  transition: all .3s;
}
.column-ctt .sidebar .latest_post .item .txt{
  flex: 1;
}
.column-ctt .sidebar .latest_post .item .txt .date{
  display: block;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #9B9997;
  margin: 0 0 14px;
}
.column-ctt .sidebar .latest_post .item .txt .ttl{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.54;
  margin: 0;
  color: #000000;
  text-decoration: none;
  transition: all .3s;
}
.column-ctt .sidebar .latest_post .item:hover .txt .ttl{
  color: #B13C00;
  text-decoration: underline;
}


/* archive用 */
#archive-column .main_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#archive-column .main_area .post_ctt{
  max-width: 815px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
#archive-column .main_area .post_ctt .item{
  position: relative;
  display: flex;
  gap: 20px;
  max-width: none;
  width: 100%;
  padding: 15px;
  border: 2px solid #e9e9e9;
  text-decoration: none;
}
#archive-column .main_area .post_ctt .item .img{
  position: relative;
  width: 270px;
  height: 170px;
  flex-shrink: 0;
  overflow: hidden;
  transition: all .3s;
  margin: 0 0 16px;
}
#archive-column .main_area .post_ctt .item .img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  transition: all .3s;
}
#archive-column .main_area .post_ctt .item .img .cat{
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 4px 10px 5px;
  margin: 0;
  color: #fff;
  background-color: #333;
}
#archive-column .main_area .post_ctt .item .txt{
  padding-top: 8px;
}
#archive-column .main_area .post_ctt .item .txt .ttl{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin: 0 0 10px;
  color: #000000;
  text-decoration: none;
  transition: all .3s;
}
#archive-column .main_area .post_ctt .item .txt .date{
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  color: #9B9997;
}
#archive-column .main_area .post_ctt .item .txt .description{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #111;
  margin: 0;
}
#archive-column .main_area .post_ctt .item:hover .txt .ttl{
  color: #B13C00;
  text-decoration: underline;
}
#archive-column .main_area .post_ctt .pagenavi{
  display: block;
  width: 100%;
}
#archive-column .main_area .post_ctt .wp-pagenavi{
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 13px;
}
#archive-column .main_area .post_ctt .wp-pagenavi a,
#archive-column .main_area .post_ctt .wp-pagenavi span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.33;
  text-decoration: none;
  padding: 0;
  color: #000000;
  background-color: #fff;
  border: 1px solid #000000;
  transition: all .3s;
}
#archive-column .main_area .post_ctt .wp-pagenavi .current{
  color: #FFF;
  background-color: #444A2E;
  border: 1px solid #444A2E;
}
#archive-column .main_area .post_ctt .wp-pagenavi .nextpostslink,
#archive-column .main_area .post_ctt .wp-pagenavi .previouspostslink{
  position: relative;
  width: 75px;
  color: transparent;
}
#archive-column .main_area .post_ctt .wp-pagenavi .previouspostslink::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "Prev";
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.33;
  color: #000000;
  transition: all .3s;
}
#archive-column .main_area .post_ctt .wp-pagenavi .nextpostslink::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "Next";
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.33;
  color: #000000;
  transition: all .3s;
}
#archive-column .main_area .post_ctt .wp-pagenavi a:hover{
  color: #FFF;
  background-color: #444A2E;
  border: 1px solid #444A2E;
}
#archive-column .main_area .post_ctt .wp-pagenavi .nextpostslink:hover,
#archive-column .main_area .post_ctt .wp-pagenavi .previouspostslink:hover{
  color: transparent;
  background-color: #444A2E;
  border: 1px solid #444A2E;
}
#archive-column .main_area .post_ctt .wp-pagenavi .nextpostslink:hover::before,
#archive-column .main_area .post_ctt .wp-pagenavi .previouspostslink:hover::before{
  color: #Fff;
}
#archive-column .cat-label{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: -30px 0 15px;
}


/* single用 */
#single-column .main_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#single-column .main_area .article-content{
  max-width: 800px;
  width: 100%;
}
#single-column .main_area .article-content .article-top{
  display: block;
  margin: 0 0 50px;
}
#single-column .main_area .article-content .article-top h2{
  display: block;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: left;
  line-height: 1.5;
  padding: 0 0 20px;
  margin: 0 0 30px;
  border-bottom: 3px solid #000000;
}
#single-column .main_area .article-content .article-top .info-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
#single-column .main_area .article-content .article-top .info-flex .info-area{
  display: flex;
  align-items: center;
  gap: 30px;
}
#single-column .main_area .article-content .article-top .info-flex .info-area .cat{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 4px 10px 5px;
  margin: 0;
  color: #000;
  background-color: #fff;
  border: 1px solid #000000;
}
#single-column .main_area .article-content .article-top .info-flex .info-area .date{
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0;
  color: #9B9997;
}
#single-column .main_area .article-content .article-top .info-flex .sns-area{
  display: flex;
  align-items: center;
  gap: 10px;
}
#single-column .main_area .article-content .article-top .info-flex .sns-area .item{
  display: block;
  max-width: 30px;
  width: 100%;
}
#single-column .main_area .article-content .article-top .info-flex .sns-area .item img{
  display: block;
  width: 100%;
}
#single-column .main_area .article-content .article-top .img img{
  display: block;
  width: 100%;
  height: auto;
}
#single-column .main_area .article-content .ctt{
  display: block;
  margin: 0 0 75px;
}
#single-column .main_area .article-content .ctt #ez-toc-container{
  display: block;
  padding: 30px 30px 40px;
  background-color: #F8F8F8;
  border: none;
  border-radius: 5px;
}
#single-column .main_area .article-content .ctt #ez-toc-container.toc_close{
  padding: 30px;
}
#single-column .main_area .article-content .ctt #ez-toc-container .ez-toc-js-icon-con{
  position: relative;
}
#single-column .main_area .article-content .ctt #ez-toc-container .ez-toc-title-container{
  position: relative;
  display: block;
  padding: 0 0 20px;
  margin: 0 0 35px;
  border-bottom: 1px solid #000000;
  transition: all .3a;
}
#single-column .main_area .article-content .ctt #ez-toc-container.toc_close .ez-toc-title-container{
  padding: 0;
  margin: 0;
  border: none;
}
#single-column .main_area .article-content .ctt #ez-toc-container .ez-toc-list li a{
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #009AC7;
  padding: 0 0 18px;
  margin: 0 0 20px;
  border-bottom: 1px solid #EAEAEA;
  transition: all .3s;
}
#single-column .main_area .article-content .ctt #ez-toc-container .ez-toc-list li:last-child a{
  padding: 0;
  margin: 0;
  border: none;
}
#single-column .main_area .article-content .ctt blockquote p:has(a){
  margin: 0;
}
#single-column .main_area .article-content .ctt blockquote p>a{
  display: block;
  font-size: 13px;
  text-align: right;
  color: #009AC7;
}
#single-column .main_area .article-content .ctt #labelbox{
  position: relative; 
  border: 2px solid #E50D15; 
  border-radius: 5px; 
  padding: 60px 20px 30px; 
  margin: 50px 0;
}
#single-column .main_area .article-content .ctt #labelbox .label{
  display: inline-flex; 
  align-items: center; 
  gap: 10px; 
  padding: 8px 20px; 
  margin: 0; 
  color: #fff; 
  background: #E50D15; 
  border-radius: 5px 0 10px 0; 
  position: absolute; 
  top: -1px; 
  left: -1px;
}
#single-column .main_area .article-content .ctt #labelbox .label img{
  display: block;
  max-width: 15px;
  width: 100%;
}
#single-column .main_area .article-content .ctt #labelbox .label .label-txt{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0;
}
#single-column .main_area .article-content .ctt #labelbox .main-p{
  font-size: 16px; 
  letter-spacing: 0.08em; 
  line-height: 1.63; 
  margin: 0;
  color: #201B17;
}
#single-column .main_area .article-content .ctt #not-labelbox{
  position: relative; 
  border: 2px solid #E50D15; 
  border-radius: 5px; 
  padding: 30px 20px; 
  margin: 50px 0;
}
#single-column .main_area .article-content .ctt #not-labelbox .main-p{
  font-size: 16px; 
  letter-spacing: 0.08em; 
  line-height: 1.63; 
  margin: 0;
  color: #201B17;
}
#single-column .main_area .article-content .ctt h2{
  display: block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #fff;
  background-color: #444A2E;
  border-radius: 5px;
  padding: 18px 30px 20px;
  margin: 80px 0 40px;
}
#single-column .main_area .article-content .ctt h3{
  display: block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 15px 30px 18px;
  margin: 70px 0 30px;
  color: #444A2E;
  background-color: #F6F6F6;
  border-left: 5px solid #444A2E;
}
#single-column .main_area .article-content .ctt h4{
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 0 0 15px;
  margin: 60px 0 30px;
  border-bottom: 2px solid #E0E0E0;
  color: #000000;
}
#single-column .main_area .article-content .ctt h4::before{
  content: "";
  width: 100px;
  height: 2px;
  background-color: #444A2E;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#single-column .main_area .article-content .ctt p,
#single-column .main_area .article-content .ctt ul li{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.73;
  margin: 0 0 25px;
}
#single-column .main_area .article-content .ctt ul{
  margin-left: 25px;
}
#single-column .main_area .article-content .ctt ul li{
  list-style: disc;
  font-weight: 600;
  margin: 0;
}
#single-column .main_area .article-content .ctt ol li{
  list-style: decimal;
  font-weight: 600;
  margin: 0;
}
#single-column .main_area .article-content .ctt figure{
  margin: 0;
}
#single-column .main_area .article-content .ctt img{
  display: block;
  margin: 0 0 60px;
}
#single-column .main_area .article-content .ctt table {
  display: block !important;
  width: 100%;
  height: auto !important;
  border: none !important;
  margin: 0 0 50px;
}
#single-column .main_area .article-content .ctt table tbody{
  display: block !important;
  width: 100%;
  height: auto !important;
}
#single-column .main_area .article-content .ctt table tr{
  display: flex;
  align-items: stretch;
  height: auto !important;
}
#single-column .main_area .article-content .ctt table tr td{
  padding: 15px 20px;
  height: auto !important;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.08em;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #E2E2E2;
  border-left: none;
  border-bottom: none;
}
#single-column .main_area .article-content .ctt table tr th,
#single-column .main_area .article-content .ctt table tr td:first-of-type {
  height: auto !important;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: left;
  vertical-align: middle;
  background-color: #F6F6F6;
  border: 1px solid #E2E2E2;
  border-bottom: none;
  word-break: break-word;
}
#single-column .main_area .article-content .ctt table tr:last-of-type th,
#single-column .main_area .article-content .ctt table tr:last-of-type td{
  border-bottom: 1px solid #E2E2E2;
}
#single-column .main_area .article-content .ctt iframe{
  display: block;
  width: 100%;
  height: 450px;
  max-height: 450px;
}
#single-column .main_area .article-content .ctt blockquote{
  position: relative;
  padding: 50px 35px;
  margin: 0;
  color: #201B17;
  background-color: #F8F8F8;
  border-radius: 5px;
}
#single-column .main_area .article-content .ctt blockquote::before{
  content: "";
  width: 14px;
  height: 12px;
  background-image: url(../img/column/quotation-top_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 20px;
  left: 20px;
}
#single-column .main_area .article-content .ctt blockquote::after{
  content: "";
  width: 14px;
  height: 12px;
  background-image: url(../img/column/quotation-under_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#single-column .main_area .article-content .ctt blockquote h4{
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 0;
  margin: 0 0 22px;
  border: none;
}
#single-column .main_area .article-content .ctt blockquote h4::before{
  display: none;
}
#single-column .main_area .article-content .ctt blockquote p{
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.63;
  margin: 0 0 22px;
}
#single-column .main_area .under-ctt{
  display: block;
  margin: 0 0 80px; 
}
#single-column .main_area .under-ctt .share_buttons{
  margin: 0 auto 70px;
}
#single-column .main_area .under-ctt .share_buttons p{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 auto 20px;
  color: #000000;
}
#single-column .main_area .under-ctt .share_buttons .sns_list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#single-column .main_area .under-ctt .share_buttons .sns_list li{
  display: block;
  max-width: 150px;
}
#single-column .main_area .under-ctt .share_buttons .sns_list li a,
#single-column .main_area .under-ctt .share_buttons .sns_list li .copy-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
  letter-spacing: 0.02em;
  max-width: 150px;
  height: 45px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}
#single-column .main_area .under-ctt .share_buttons .sns_list .x a{
  background-color: #1A2C44;
}
#single-column .main_area .under-ctt .share_buttons .sns_list .facebook a{
  background-color: #2F528B;
}
#single-column .main_area .under-ctt .share_buttons .sns_list .line a{
  background-color: #2EB328;
}
#single-column .main_area .under-ctt .share_buttons .sns_list .copy-btn{
  background-color: #5B5B5B;
  padding: 0 15px;
}
#single-column .main_area .under-ctt .share_buttons .sns_list img{
  margin-left: -5px;
}
#single-column .main_area .under-ctt .page-numbers{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 44px 0;
  margin: 0 0 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#single-column .main_area .under-ctt .page-numbers::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
#single-column .main_area .under-ctt .page-numbers li a{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #000;
  text-decoration: none;
  transition: all .3s;
}
#single-column .main_area .under-ctt .page-numbers li a::before{
  content: "";
  width: 7px;
  height: 11px;
  background-image: url(../img/column/sidebar-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(-1);
}
#single-column .main_area .under-ctt .page-numbers li:last-child a::before{
  order: 3;
  transform: scale(1);
}
#single-column .main_area .under-ctt .page-numbers li a:hover{
  opacity: 0.7;
}
#single-column .main_area .under-ctt .btn a{
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.08em;
  max-width: 300px;
  width: 100%;
  padding: 25px 0;
  margin: 0 auto;
  color: #fff;
  background-color: #444A2E;
  border-radius: 100vw;
  transition: all .3s;
}
#single-column .main_area .under-ctt .btn a:hover{
  opacity: 0.7;
}
#single-column .main_area .more-article .ttl_area{
  display: block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #000000;
  background-color: #F6F6F6;
  border-radius: 5px;
  padding: 18px 30px 20px;
  margin: 0 0 40px;
}
#single-column .main_area .more-article .item{
  position: relative;
  display: flex;
  gap: 20px;
  max-width: none;
  width: 100%;
  padding: 15px;
  margin: 0 0 20px;
  border: 2px solid #e9e9e9;
  text-decoration: none;
}
#single-column .main_area .more-article .item:last-of-type{
  margin: 0;
}
#single-column .main_area .more-article .item .img{
  position: relative;
  width: 270px;
  height: 170px;
  flex-shrink: 0;
  overflow: hidden;
  transition: all .3s;
  margin: 0 0 16px;
}
#single-column .main_area .more-article .item .img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  transition: all .3s;
}
#single-column .main_area .more-article .item .img .cat{
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 4px 10px 5px;
  margin: 0;
  color: #fff;
  background-color: #333;
}
#single-column .main_area .more-article .item .txt{
  padding-top: 8px;
}
#single-column .main_area .more-article .item .txt .ttl{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin: 0 0 10px;
  color: #000000;
  text-decoration: none;
  transition: all .3s;
}
#single-column .main_area .more-article .item .txt .date{
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  color: #9B9997;
}
#single-column .main_area .more-article .item .txt .description{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #111;
  margin: 0;
}
#single-column .main_area .more-article .item:hover .txt .ttl{
  color: #B13C00;
  text-decoration: underline;
}

.add-page *{
  box-sizing: border-box;
}
.add-page .new-inner{
  max-width: 1000px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

.add-page .wrap{
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.add-page .wrap .breadcrumbs{
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 35px 0 0;
}
.add-page .wrap .breadcrumbs a{
  text-decoration: none;
  color: #201B17;
}
.add-page .wrap .breadcrumbs span{
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #201B17;
}

.add-page .pickup-product{
  padding: 70px 0;
}
.add-page .pickup-product .pickup-ttl{
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 32px;
  color: #000;
}
.add-page .pickup-product .pickup-ttl span{
  color: #8E2D34;
}
.add-page .pickup-product .item-flex{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px 0;
}
.add-page .pickup-product .item-flex .item{
  padding: 15px 24px;
  width: calc(100% / 3);
  box-sizing: border-box;
  border-left: 1px dashed #C3C3C3;
}
.add-page .pickup-product .item-flex .item:nth-of-type(3n){
  border-right: 1px dashed #C3C3C3;
}
.add-page .pickup-product .item-flex .item .img{
  position: relative;
  display: block;
  width: 100%;
  height: 230px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 10px;
}
.add-page .pickup-product .item-flex .item .img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 230px;
  height: auto;
  margin: 0 auto;
}
.add-page .pickup-product .item-flex .item .item-ttl{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.5;
  min-height: 48px;
  margin: 0 0 10px;
}
.add-page .pickup-product .item-flex .item .price p{
  display: flex !important;
  align-items: flex-end;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  color: #111111;
  margin: 0 !important;
}
.add-page .pickup-product .item-flex .item .price p span{
  font-size: 22px;
  line-height: 1.09;
  color: #BF2813;
  margin: 0;
}

.add-page .pickup-market{
  padding: 80px 0;
  background-color: #F0F0F0;
}
.add-page .pickup-market .market-ttl{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin: 0 0 32px;
  color: #000000;
}
.add-page .pickup-market .market-ttl span{
  color: #8E2D34;
}
.add-page .pickup-market .maker-block{
  display: block;
  margin: 0 0 30px;
}
.add-page .pickup-market .maker-block .maker-title{
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 18px 30px 20px;
  color: #fff;
  background-color: #1E1E1E;
  cursor: pointer;
  transition: all .3s;
}
.add-page .pickup-market .maker-block .maker-title .plus{
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
}
.add-page .pickup-market .maker-block .maker-title .plus:before,
.add-page .pickup-market .maker-block .maker-title .plus:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #fff;
  transition: all 0.3s;
}
.add-page .pickup-market .maker-block .maker-title .plus:before{
  transform: rotate(0);
}
.add-page .pickup-market .maker-block .maker-title.active .plus:before{
  transform: rotate(90deg);
}
.add-page .pickup-market .maker-block .market-ctt{
  max-height: none;
  overflow:hidden;
  transition:max-height .4s ease;
}
.add-page .pickup-market .maker-block .market-ctt.is-open{
  max-height:0;
}
.add-page .pickup-market .maker-block .type-block{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 20px 55px;
  background-color: #fff;
}
.add-page .pickup-market .maker-block .type-block .type-name{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background-color: #2B3508;
  border-right: 1px solid #fff;
  flex-shrink: 0;
}
.add-page .pickup-market .maker-block .type-block .market-table{
  flex: 1;
}
.add-page .pickup-market .maker-block .type-block .market-table tr{
  display: flex;
  align-items: stretch;
  gap: 2px;
  margin: 0 0 2px;
}
.add-page .pickup-market .maker-block .type-block .market-table tr.is-hidden{
  display: none;
}
.add-page .pickup-market .maker-block .type-block .market-table tr th{
  padding: 14px 0 13px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  background-color: #444A2E;
}
.add-page .pickup-market .maker-block .type-block .market-table tr th:first-of-type{
  flex: 1;
}
.add-page .pickup-market .maker-block .type-block .market-table tr th:last-of-type{
  max-width: 230px;
  width: 100%;
  flex-shrink: 0;
}
.add-page .pickup-market .maker-block .type-block .market-table tr td:first-of-type{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 16px 20px;
  color: #1E1E1E;
  background-color: #F0F0F0;
  flex: 1;
}
.add-page .pickup-market .maker-block .type-block .market-table tr td:last-of-type{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  color: #BF2813;
  background-color: #E2E2E2;
  max-width: 230px;
  width: 100%;
  flex-shrink: 0;
}
.add-page .pickup-market .maker-block .type-block .more-btn{
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: calc(100% - 40px);
  padding-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    #fff 60%
  );
  backdrop-filter: blur(2px);
}
.add-page .pickup-market .maker-block .type-block .more-btn a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 45px;
  color: #fff;
  background:linear-gradient(
    90deg,
    #CF6151 0%,
    #BF2712 100%
  );
  margin: 0 auto;
  text-decoration: none;
  transition: all .3s;
}
.add-page .pickup-market .maker-block .type-block .more-btn a:hover{
  opacity: 0.7;
}
.add-page .pickup-market .maker-block .type-block .more-btn a::after{
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  transition: all .3s;
  margin: 0 0 1px;
}
.add-page .pickup-market .other-link a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 500px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  text-decoration: none;
  color: #fff;
  background-color: #1A1A1A;
  padding: 19px 0;
  margin: 0 auto;
  transition: all .3s;
}
.add-page .pickup-market .other-link a:hover{
  opacity: 0.7;
}
.add-page .pickup-market .other-link a::after{
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  transition: all .3s;
  margin: 0 0 -3px;
}

.add-page .purchase-maker{
  padding: 80px 0;
  color: #fff;
  background-color: #444A2E;
}
.add-page .purchase-maker h2{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin: 0 0 32px;
  color: #fff;
}
.add-page .purchase-maker .major-maker-list{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 32px 8px;
  margin: 0 0 32px;
}
.add-page .purchase-maker .major-maker-list .maker-item{
  display: block;
  max-width: 115px;
  width: 100%;
  padding: 14px 14px 10px;
  margin: 0;
  color: #1E1E1E;
  background-color: #fff;
  text-decoration: none;
  transition: all .3s;
}
.add-page .purchase-maker .major-maker-list a.maker-item{
  position: relative;
}
.add-page .purchase-maker .major-maker-list a.maker-item::before{
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../img/purchase/purchase-maker-deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.add-page .purchase-maker .major-maker-list .maker-item img{
  display: block;
  max-width: 88px;
  width: 100%;
  height: auto;
  margin: 0 0 12px;
}
.add-page .purchase-maker .major-maker-list .maker-item .maker-name{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  min-height: 28px;
  margin: 0;
  color: #1E1E1E;
}
.add-page .purchase-maker .note{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin: 0;
  color: #fff;
}

#deli p,
.add-page #deli p{
  text-align: center;
}
#deli p img,
.add-page #deli p img{
  display: block;
  margin: 0 auto;
}


/* 買取強化中 pickup 用 */
#pickup .pickup-mv{
  padding: 66px 0 68px;
  color: #fff;
  background-image: url(../img/purchase/mv_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#pickup .pickup-mv h1{
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.27;
  margin: 0 auto 16px;
}
#pickup .pickup-mv p{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.7;
  margin: 0;
}

/* メーカー用 maker 用 */
#maker .maker-mv{
  padding: 85px 0;
  background-image: url(../img/maker/mv_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#maker .maker-mv .mv-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
  padding: 0 10px;
}
#maker .maker-mv .mv-inner .img{
  flex-shrink: 0;
}
#maker .maker-mv .mv-inner .img img{
  display: block;
  max-width: 280px;
  width: 100%;
  height: auto;
  max-height: 280px;
  margin: 0;
}
#maker .maker-mv .mv-inner .txt{
  flex: 1;
  max-width: 1000px;
  width: 100%;
}
#maker .maker-mv .mv-inner .txt h1{
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.48;
  margin: 0 0 16px;
  color: #fff;
}
#maker .maker-mv .mv-inner .txt p{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.89;
  color: #fff;
  margin: 0;
}

#maker .pickup-market .maker-block .market-ctt{
  max-height: none;
  overflow: hidden;
  transition: max-height .4s ease;
}
#maker .pickup-market .maker-block .market-ctt.is-open{
  max-height:0;
}
#maker .pickup-market .maker-block .maker-title .plus:before{
  transform: rotate(0);
}
#maker .pickup-market .maker-block .maker-title.active .plus:before{
  transform: rotate(90deg);
}

#maker .purchase-results{
  padding: 100px 0;
  background-color: #fff;
}
#maker .purchase-results .new-inner{
  max-width: 1070px;
  padding: 0 10px;
  margin: 0 auto;
}
#maker .purchase-results h2{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  color: #000000;
  margin: 0 0 40px;
}
#maker .purchase-results .post-ctt{
  margin: 0 0 40px;
}
#maker .purchase-results .post-ctt .item-flex{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px 0;
}
#maker .purchase-results .post-ctt .item-flex .item{
  padding: 15px 30px;
  width: calc(100% / 4);
  box-sizing: border-box;
  border-left: 1px dashed #C3C3C3;
  text-decoration: none;
  transition: all .3s;
}
#maker .purchase-results .post-ctt .item-flex .item:nth-of-type(4n){
  border-right: 1px dashed #C3C3C3;
}
#maker .purchase-results .post-ctt .item-flex .item .img{
  position: relative;
  display: block;
  width: 100%;
  height: 188px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 15px;
}
#maker .purchase-results .post-ctt .item-flex .item .img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 188px;
  height: auto;
  margin: 0 auto;
  transition: all .3s;
}
#maker .purchase-results .post-ctt .item-flex .item .item-ttl{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.5;
  min-height: 72px;
  margin: 0;
  color: #111111;
  text-decoration: none;
}
#maker .purchase-results .post-ctt .item-flex .item:hover .img img{
  opacity: 0.7;
}
#maker .purchase-results .post-ctt .item-flex .item:hover .item-ttl{
  text-decoration: underline;
}
#maker .purchase-results .other-link a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 500px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  text-decoration: none;
  color: #fff;
  background-color: #1A1A1A;
  padding: 19px 0;
  margin: 0 auto;
  transition: all .3s;
}
#maker .purchase-results .other-link a:hover{
  opacity: 0.7;
}
#maker .purchase-results .other-link a::after{
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  transition: all .3s;
  margin: 0 0 -3px;
}

@media only screen and (max-width: 768px) {
  /* CSS Document */
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    font-size:87.5%;
    line-height:1.375;
    color:#3e3a39;
    padding-bottom: 70px;
    min-width: auto;
  }
  body.is-fixed{
    overflow: hidden;
  } 
  img {
    max-width:100%;
    height:auto;
  }
  p {
    text-align:justify;
    text-justify:inter-ideograph;
  }

  /* 固定ヘッダ
  --------------------------------*/


  /* トップイメージ
  --------------------------------*/
  #top_cont {
    margin-top:48px;
    height:123.7vw;
  }

  /* ドロワーメニュー
  --------------------------------*/
  #mypage,
  #page_top,
  #menu {
    position:fixed;
    top: 18px;
    z-index:5400;
  }
  #mypage img,
  #menu img,
  #page_top img {
    width: 24px;
    height:auto;
  }
  #mypage {
    right:110px;
  }
  #page_top {
    right:65px;
  }
  #menu {
    right:22px;
    height: 24px;
    cursor: pointer;
  }
  #menu .open{
    opacity: 1;
    height: 0;
  }
  #menu .close{
    opacity: 0;
    height: 0;
  }
  #menu.is-active .open{
    opacity: 0;
  }
  #menu.is-active .close{
    opacity: 1
  }
  #navmn{
    position: fixed;
    top: 57.5px;
    right: -100%;
    width: 100%;
    background:url(../img/header/header_bg2.jpg);
    background-repeat: repeat;
    transition: all .3s;
    overflow: hidden;
    z-index: 100;
  }
  #navmn.is-open{
    right: 0;
  } 
  #navmn .drawer-nav{
    color: #fff;
    height: calc(100vh - 100px);
    padding: 7% 0 5%;
    overflow: hidden;
  }
  #navmn .drawer-nav ul{
    display: block;
    padding: 0 5%;
    overflow-x: scroll;
    height: 100%;
  }
  #navmn .drawer-nav ul li a {
    display:block;
    color:#fff;
    max-width: none;
    padding:4% 2%;
    border-top:1px solid #fff;
    background:url(../img/header/arw.png) 96% center no-repeat;
    text-decoration:none;
  }

  /* メインイメージ
  --------------------------------*/
  #mainimage {
    background: #1A1A1A;
    height:123.7vw;
  }
  #mainimage .in {
    background:url(../img/center/bg1.jpg) 0 0 no-repeat;
    max-width:640px;
    margin:0 auto;
    padding:20px 0;
    text-align:center;
    -webkit-background-size:contain;
    background-size:contain;
  }
  #mainimage .in .inq {
    margin-top:10px;
  }
  #mainimage .in .inq a {
    display: block;
    padding: 5px 15px;
  }
  #flow .flow_wrap .flow_box .in .form_display,
  .top_inq .form_display {
    display: block;
  }
  #flow .flow_wrap .flow_box .in .form_display {
      margin-top: 10px;
  }

  /* フレーム（茶）
  --------------------------------*/
  .frame_brown_wrap {
    background: #444A2E;
    padding: 4%;
    max-width:640px;
    margin:0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .frame_brown {
    background: #fff;
    border:2px solid #fff;
    padding:0 3%;
    -webkit-background-size:contain;
    background-size:contain;
  }

  /* 最近の買取
  --------------------------------*/
  #news h2 {
    margin:15px 0;
  }
  #news table {
    box-sizing: border-box;
    width:100%;
    margin-bottom:10px;
    background:#F2F2F2;
  }
  #news table th,
  #news table td {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding: 5px;
  }
  #news table th {
    width:35%;
    padding-left: 15px;
  }
  #news table th img {
    width:100%;
    height:auto;
  }
  #news table td {
    width:65%;
    text-align:justify;
    text-justify:inter-ideograph;
    padding-right: 15px;
  }
  #news .btn {
    margin-bottom:20px;
  }

  /* トップバナー
  --------------------------------*/
  #top_bnr {
    max-width:640px;
    margin:0 auto;
    padding:6% 4%;
    background: #C9CACA;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
  #top_bnr a {
    display: block;
  }
  #top_bnr .left {
    float:left;
  }
  #top_bnr .right {
    float:right;
  }
  #top_bnr .left,
  #top_bnr .right {
    width:49%;
    margin:2% 0;
  }

  /* 選ばれる理由
  --------------------------------*/
  #reason {
    max-width:640px;
    margin: 30px auto 0;
    background: #444A2E;
    padding:4% 2%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
  #reason h2,
  #reason h3 {
    text-align:center;
  }
  #reason h2 {
    margin: 10px 25px 20px;
  }
  #reason .point {
    background:#fff;
    margin-top:20px;
    padding:0 0 5px;
  }
  #reason .mt0 {
    margin-top:0;
  }
  #reason .point h3 {
    padding: 5%;
    border-bottom: 1px solid #333;
  }
  #reason .point .p1 {
    background: #fff;
    border: 2px solid #333;
    padding:15px;
    margin:10px;
  }
  #reason .point .p1 h4 {
    text-align:center;
  }
  #reason .point .p1 p {
    margin:10px 0 0;
  }
  .reason_tx {
    background: #333;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
  }
  #reason .point .p2 {
    padding:10px 15px 15px;
  }
  #reason .point .p2 p {
    font-weight: bold;
  }
  #reason .point .p2 p:first-child {
    margin-top:0;
  }
  #reason .point .p2 .red {
    color:#8E2D34;
  }
  #reason .point .p2 .list {
    background:url(../img/header/header_bg2.jpg) center center repeat;
    padding:4%;
  }
  #reason .point .p2 .list h4 {
    color: #fff;
    font-weight: 700;
    text-align:center;
    margin-bottom:4%;
  }
  #reason .point .p2 .list h5 {
    font-weight:normal;
    font-size:100%;
    padding-bottom:5px;
    line-height:1.2;
    border-bottom:1px solid #898989;
  }
  #reason .point .p2 .list table {
    width:100%;
    margin-top:10px;
    background:#fff;
  }
  #reason .point .p2 .list table th,
  #reason .point .p2 .list table td {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background:#fff;
  }
  #reason .point .p2 .list table th {
    width:35%;
    padding:15px 10px;
  }
  #reason .point .p2 .list table th img {
    width:100%;
    height:auto;
  }
  #reason .point .p2 .list table td {
    width:65%;
    padding:15px 15px 15px 0;
  }
  #reason .point .p2 .list table td dl {
    margin:5px 0;
    overflow:hidden;
  }
  #reason .point .p2 .list table td dl dt {
    float:left;
    margin:0;
  }
  #reason .point .p2 .list table td dl dd {
    float:right;
    margin:0;
  }
  #reason .point .p2 .list table td dl.stst dt,
  #reason .point .p2 .list table td dl.stst dd {
    color:#ab2724;
  }

  /* 買取強化中のブランドリスト
  --------------------------------*/
  #brand {
    max-width:640px;
    margin:0 auto;
    padding:7% 5% 5%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
  #brand .brand_list {
    overflow:hidden;
  }
  #brand .brand_list .brand_box {
    width:48%;
    margin-top:4%;
    border:4px solid #231815;
    float:left;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
  #brand .brand_list .brand_box:nth-child(2n) {
    float:right;
  }
  #brand .brand_list .brand_box a {
    width:100%;
    padding:50% 0;
    text-align:center;
    display:block;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#fff;
    background-size:70% auto;
  }
  #brand p {
    background: #F2F2F2;
    display:block;
    padding:4%;
    margin-top:6%;
    text-align:justify;
  }
  #brand h2 {
    margin:15px 0 5px;
  }
  .more_box {
    padding: 30px 0 60px;
  }
  .more_box h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .more_box ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1%;
    border: 2px dashed #815b2f;
  }
  .more_box ul li {
    font-size: 16px;
    padding: 0.5%;
  }
  .maker_list {
    border: 4px solid #D4D4D4;
    padding: 4%;
    margin-bottom: 20px;
  }
  .maker_list h2 {
    margin-bottom: 20px;
  }
  .maker_list p {
    text-align: center;
    font-weight: 700;
  }

  /* 臨時収入が…
  --------------------------------*/
  #example {
    max-width:640px;
    margin:0 auto;
    text-align:center;
    padding:6% 4%;
    background: #444A2E;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
  #example h2 {
    margin-bottom:20px;
  }
  #example h3 {
    margin-bottom:6%;
  }
  #example ul li {
    margin-top:10px;
  }
  #example .tx {
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
  }
  #example .tx img {
    max-width: 80%;
  }

  /* 自宅で簡単にできる
  --------------------------------*/
  #easy {
    max-width:640px;
    margin:0 auto;
    text-align:center;
    padding:6% 4% 4%;
    background:url(../img/header/header_bg.jpg) center 0 repeat;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
  #easy h2 {
    margin-bottom:4%;
  }

  .red {
    color: #A22724;
  }

  /* 4STEPで簡単
  --------------------------------*/
  #flow h2 {
    margin: 2% 0 6%;
  }
  #flow .frame_brown {
    padding-bottom:4%;
  }
  #flow .frame_brown:not(:first-child) {
    margin-top: 4%;
  }
  #flow .flow_wrap .flow_box {
    padding: 0 0 3%;
    margin-top:10px;
    background:#fff;
  }
  #flow h3 {
    border-bottom: 1px solid #333;
    padding: 10px 0;
  }
  #flow .flow_wrap .flow_box .in {
    padding: 3% 0;
    text-align:center;
  }
  #flow .flow_wrap .flow_box .in .tel {
    margin:10px 0;
  }
  #flow .flow_wrap .flow_box .in .form img {
    display:block;
    margin:0 auto;
    -webkit-box-shadow:2px 2px 3px 1px rgba(0,0,0,0.2);
    box-shadow:2px 2px 3px 1px rgba(0,0,0,0.2);
  }
  #flow .flow_wrap .flow_box .in p {
    margin:15px 0 0;
  }


  /* ご準備いただくもの
  --------------------------------*/
  #ready {
    background:url(../img/header/header_bg2.jpg) center 0 repeat;
    text-align:center;
    padding:5%;
  }
  #ready h4 {
    color: #fff;
    margin-bottom:5%;
  }
  .ready_box {
    background: #fff;
    padding: 5px;
  }
  #ready .ready_box h5 {
    color: #A22724;
    border-bottom: 1px solid #A22724;
    padding: 5px;
    font-weight: 700;
  }
  #ready .ready_box .in {
    background:#fff;
    padding:4%;
  }
  #ready .ready_box .in p {
    margin:0;
  }
  #ready .ready_box .in .btn {
    margin-top:10px;
  }
  #ready p.pluse {
    margin:10px 0;
  }
  #ready p.pluse img {
    display:block;
  }

  #deli_in {
    padding: 30px 10px;
  }
  #deli_in p {
    font-weight: 700;
    margin: 0 0 25px;
  }

  .ready_list {
    border: 1px solid #A22724;
    box-sizing: border-box;
    margin-top:15px;
  }
  .ready_list p {
    background: #A22724;
    color: #fff;
    margin: 0 !important;
    font-weight: 700;
    text-align: center;
    padding: 10px;
  }
  .ready_list ul {
    padding: 15px 10px;
    text-align: left;
  }

  .top_inq {
    max-width:640px;
    margin:0 auto;
    text-align:center;
    padding:5% 4%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
  .deli_list {
    background: #F0F0F0;
    padding: 10px 10%;
    margin-top: 15px;
  }
  .deli_list li {
    font-weight: 700;
    margin: 5px 0;
    background: url("../img/center/icon_check.svg") 0 center no-repeat;
    background-size: 14px;
    padding-left: 25px;
  }
  .easy_in {
    background: #231815;
    padding: 10px;
  }
  .easy_in p {
    margin: 0;
  }
  .easy_in .tx {
    margin-top: 10px;
    padding: 10px;
    background: #F2F2F2;
  }

  /* お問い合わせ
  --------------------------------*/
  .top_inq a {
    display: block;
  }
  .top_inq .tel a {
    background: #fff;
  }
  .top_inq p {
    margin:0;
  }
  .top_inq h3 {
    margin:5% 0;
  }
  .top_inq .form {
    margin-top:4%;
    -webkit-box-shadow:2px 2px 3px 1px rgba(0,0,0,0.2);
    box-shadow:2px 2px 3px 1px rgba(0,0,0,0.2);
  }

  /* お客様の声
  --------------------------------*/
  #voice {
    max-width:640px;
    margin:0 auto;
    background: #444A2E;
    padding:5%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
  #voice .voice_box {
    background: #fff;
    position:relative;
    padding:4%;
    margin-top:4%;
  }
  #voice .voice_box:nth-child(even) {
    display: none;
  }
  #voice .voice_box h4 {
    color:#ab2724;
    font-size:100%;
    font-weight: 700;
    border-bottom: 1px solid #ab2724;
    padding-bottom: 10px;
  }

  /* よくあるご質問
  --------------------------------*/
  #qa {
    max-width:640px;
    margin:0 auto;
    background:url(../img/center/bg9.jpg) center 0 repeat;
    padding:5%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
  #qa h3 {
    margin-bottom:4%;
  }
  #qa dt,
  #qa dd {
    background-position: 0 3px;
    background-repeat:no-repeat;
    background-size:auto 1em;
    padding:0 1em 0 2em;
  }
  #qa dt {
    color:#A22724;
    background-image:url(../img/center/icon1.png);
    font-weight: 700;
    border-bottom: 1px solid #A22724;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #qa dd {
    background-image:url(../img/center/icon2.png);
    margin-top:2%;
    font-size:87.5%;
    text-align:justify;
    text-justify:inter-ideograph;
  }
  .faq_box {
    background: #fff;
    padding: 4%;
    margin-top: 4%;
  }
  #qa .btn {
    margin-top:6%;
    text-align: center;
  }
  #qa .btn a {
    display: block;
    padding: 15px;
    color: #fff;
    background: #333;
    text-decoration: none;
  }
  #qa .other {
    margin-top:6%;
    margin-bottom: 20px;
  }

  /* 会社概要
  --------------------------------*/
  #access {
    max-width:640px;
    margin:0 auto;
    padding:5% 4%;
    text-align:center;
    background: #444A2E;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
  #access .in {
    padding:7% 4% 5%;
    background:#fff;
    font-size:87.5%;
  }
  #access p {
    text-align:center;
    margin:4% 0;
  }
  #access h3 img {
    max-width:50%;
  }
  #footer {
    max-width:640px;
    margin:0 auto;
    padding:3%;
    line-height:2;
    text-align:center;
    background: #1a1a1a;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#fff;
    font-size:75%;
  }
  #footer a {
    color:#fff;
    white-space:nowrap;
  }

  #sns {
    overflow:hidden;
    padding:6% 0;
  }
  #sns ul {
    text-align:center;
  }
  #sns ul li {
    display:inline-block;
    vertical-align:top;
  }

  /* サイトマップ
  --------------------------------*/
  #sitemap {
    margin-top:48px;
  }
  #sitemap ul {
    padding:10% 5% 5%;
    background:url(../img/header/header_bg2.jpg)
  }
  #sitemap ul li a {
    display:block;
    color:#fff;
    padding:4% 2%;
    border-top:1px solid #fff;
    background:url(../img/header/arw.png) 96% center no-repeat;
    text-decoration:none;
  }
  #sitemap ul li.close a {
    text-align:center;
    font-weight:bold;
    background:none;
  }

  /* 買取実績
  --------------------------------*/
  #search {
    padding:10% 6%;
  }

  /* カテゴリ
  --------------------------------*/
  #category {
    padding:10% 6%;
  }

  /* 一覧
  --------------------------------*/
  .list_wrap {
    background: #444A2E;
    padding: 0 20px 30px;
    margin: 30px 0 0;
  }
  .list_wrap table {
    width:100%;
    margin-bottom:10px;
    background:#fff;
  }
  .list_wrap table th,
  .list_wrap table td {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background:#fff;
  }
  .list_wrap table th {
    width:40%;
    padding:10px 10px;
  }
  .list_wrap table th img {
    width:100%;
    height:auto;
  }
  .list_wrap table td {
    width:60%;
    padding:10px 15px 10px 0;
    text-align:justify;
    text-justify:inter-ideograph;
  }
  .list_wrap .page .wp-pagenavi {
    text-align:center;
    margin:10% 0 5%;
  }
  .list_wrap .page .wp-pagenavi span,
  .list_wrap .page .wp-pagenavi a {
    display:inline-block;
    padding:4px 10px;
    margin:0 1px;
    color:#231815;
    background:#fff;
    text-decoration:none;
  }
  .list_wrap .page .wp-pagenavi span.pages {
    background:none;
    color:#fff;
  }
  .list_wrap .page .wp-pagenavi span.current {
    background:#595757;
    color:#fff;
  }

  /* カテゴリページ
  --------------------------------*/
  .cate .disc {
    margin:8% 0;
    text-align:center;
    background:url(../img/center/bg10.jpg) center 0 repeat;
  }
  .cate .disc .disc_in {
    padding:5%;
    background:url(../img/center/bg10_top.jpg) center 0 no-repeat;
    -webkit-background-size:100% auto;
    background-size:100% auto;
  }
  .cate .disc .disc_in p {
    margin:0;
    color:#fff;
    font-size:87.5%;
    line-height:1.4;
    text-align:justify;
    text-justify:inter-ideograph;
  }
  .cate .name {
    text-align:center;
    margin-bottom:8%;
    color:#fff;
    font-size:150%;
    line-height:1.2;
  }

  #column h2,
  .column_list_cont h2 {
    margin:6% 0 4%;
    font-size: 1.35em;
    text-align: center;
  }
  .column_list_in ul li a {
    display:block;
    background:#fff;
    color:#3e3a39;
    padding:4%;
    margin:4% 0;
    text-decoration:none;
  }

  #column_single {
    padding:10% 6%;
  }
  #column_single .column_in h2 {
    text-align:center;
    font-size:125%;
    line-height:1.4;
    color:#3e3a39;
    padding:6% 4%;
    border-bottom:2px solid #c9bc9c;
  }
  #column_single .column {
    background:#fff;
  }
  #column_single .column_in .cont {
    padding:4%;
  }

  #inquiry {
    padding:6% 4%;
  }
  #inquiry h3 {
    margin-bottom:6%;
  }
  #inquiry .form form > p.att {
    color: #fff;
    padding: 3%;
    margin: 0 0 4%;
    background: #8e2d34;
  }
  #inquiry .form form td p.att {
    color: #8e2d34;
  }
  #inquiry .form table,
  #inquiry .form tr,
  #inquiry .form td,
  #inquiry .form th {
    display:block;
    width:100%;
  }
  #inquiry .form input[type="text"],
  #inquiry .form textarea {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    max-width:100%;
    width:100%;
    padding:4px;
    font-size:16px;
    border:1px solid #666;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
  #inquiry .form select {
    font-size:16px;
  }
  #inquiry .form .mwform-tel-field input,
  #inquiry .form .zip input[type="text"] {
    width: 10em;
  }
  #inquiry .form td,
  #inquiry .form th {
    padding:4%;
  }
  #inquiry .form th {
    text-align:left;
    font-weight:normal;
    border-top:1px solid #999;
    background: #eee;
    position:relative;
  }
  #inquiry .form th:first-child {
    border-top:none;
  }
  #inquiry .form th span.must {
    float:right;
    margin-left:15px;
    background:#c30d23 ;
    color:#fff;
    padding:3px 10px;
    font-size:75%;
    -webkit-border-radius:3px;
    border-radius:3px;
  }
  #inquiry .form .small {
    color:#999;
    font-size:87.5%;
    margin-top:3px;
    display:block;
  }
  .re_check {
    color:#fff;
    display:none;
  }
  #submit_btn input[name="submitConfirm"],
  #submit_btn input[name="lastsend"] {
    background:url(../img/inquiry/btn1.png) center center no-repeat;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    border:none;
    width:100%;
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    margin:4% 0;
    padding:5% 0;
  }
  #submit_btn input[name="submitBack"] {
    background:url(../img/inquiry/btn2.png) center center no-repeat;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    border:none;
    width:100%;
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    margin:4% 0;
    padding:5% 0;
  }
  #submit_btn input[name="submit_check"] {
    background:url(../img/inquiry/btn3.png) center center no-repeat;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    border:none;
    width:100%;
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    margin:4% 0;
    padding:5% 0;
  }

  /* シングルページ
  --------------------------------*/
  .product {
    margin-top:48px;
  }
  .product h2 {
    background:#333333;
    color:#ffffff;
    padding:8px 20px;
    font-size:114.2%;
    line-height:1.5;
  }
  .product .image {
    text-align:center;
    margin:20px 0;
  }
  .form_wrap {
    margin:2%;
    padding:4%;
    background:#fff;
  }
  .sp_ttl {
    margin:4% 2% 6%;
  }
  .mw_wp_form_confirm .must {
    display:none;
  }
  #submit_btn {
    border-top:2px solid #c9bc9c;
    padding-top:1px;
    margin-top:4%;
  }

  /* シングルページリンクボタン
  --------------------------------*/
  .link_btn {
    padding:6% 4%;
    border-top:2px solid #c9bc9c;
  }
  .link_btn li {
    display:block;
    margin:0 auto;
  }
  .link_btn li.cat {
    margin-top:10px;
  }
  .yahoo_auction {
    text-align: center;
    padding: 15px 2.5%;
    margin: 5% 0;
    background-color: #444A2E;
    border: 1px solid #000;
  }
  .yahoo_auction p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #D31E14;
  }
  .yahoo_auction a {
    position: relative;
    display: block;
    width: 180px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 7.5%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #ce6353, #be2611);
    border: 1px solid #bf230d;
    border-radius: 40px;
    text-decoration: none;
  }
  .yahoo_auction a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 7.5%;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    -ms-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }
  #inputparam{
    display: none;
  }
  .thankssp{
    color: #FFFFFF;
  }

  input::placeholder,
  textarea::placeholder {
    color: #9fa0a0;
  }

  .mwform-radio-field input {
    vertical-align: middle;
  }
  .mwform-radio-field label {
    display: inline-block;
    text-indent: -1.7em;
    margin-left: 2em;
    line-height: 1.5;
  }
  .mwform-radio-field.vertical-item {
    margin-bottom: 10px;
  }

  .page_content {
    background: #fff;
    padding: 20px 15px;
  }
  .page_content h1 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  .page_content h2 {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
  }
  #inquiry .page_content h3 {
    margin-bottom: 3%;
    margin-top: 6%;
    font-size: 14px;
  }
  .page_content p,
  .page_content li {
    font-size: 12px;
    line-height: 2.2;
  }
  .page_content ol li {
    list-style: decimal;
  }

  .mw_wp_form_preview .check_hidden {
    display:none;
  }

  .mw_wp_form.mw_wp_form_complete {
    padding: 20px 15px;
    background: #fff;
  }

  .privacy_check {
    padding: 10px;
    background: #eee;
    text-align: center;
    margin-top: 20px;
    letter-spacing: .1em;
  }
  .privacy_check .mwform-checkbox-field-text {
    display: none;
  }
  .privacy_check .mwform-checkbox-field {
    vertical-align: middle;
  }
  .privacy_check a {
    color: #337ab7;
    text-decoration: underline;
  }

  .inquiry_step {
    padding: 10px;
    text-align: center;
    background: #fff;
  }

  .floating {
    background: #ffbf61;
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    padding: 10px;
    position: fixed;
    width: 100%;
  }
  .floating ul {
    display: flex;
    justify-content: center;
  }
  .floating li {
    margin: 0 3px;
  }
  .floating a {
    display: block;
  }
  .floating img {
    height: 50px;
  }

  /* フォーム */
  .clearfix:after {
    content: "." !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
  }
  .cl01 {
    color: #8e2d34;
  }
  .note {
    font-size: 14px;
  }
  .form_tel_box .tel {
    margin: 15px 0;
  }
  .gtag_tel {
    font-size: 20px;
    color: #03325b !important;
    text-decoration: none !important;
  }
  .formpage {
    font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  }
  .formpage .btn {
    text-align: center;
  }
  .formpage .wrap {
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .formpage .breadcrumbs {
    margin-bottom: 20px;
    font-size: 12px;
    padding-top: 10px;
  }
  .formpage .breadcrumbs a {
    color: #595757;
    text-decoration: none;
  }
  .privacy {
    padding-bottom: 40px;
  }
  .privacy_title {
    color: #8e2d34;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 15px;
  }
  .privacy_title .en {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 26px;
  }
  .point_title .h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
  }
  .point_title {
    border-bottom: 1px solid #8e2d34;
    color: #8e2d34;
    margin-top: 60px;
    padding-bottom: 30px;
  }
  .privacy_head {
    border-bottom: 1px solid #8e2d34;
    text-align: center;
  }
  .privacy .index {
    border-left: 4px solid #8e2d34;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 0 12px;
  }
  .privacy .btn-style.blue a {
    margin: 0;
  }
  .privacy .address {
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 18px 20px;
  }
  .privacy_head p {
    margin: 15px 0;
  }
  .privacy p {
    margin: 10px 0;
  }
  .privacy table {
    border-top: 1px solid #ccc;
    width: 100%;
  }
  .privacy th {
    box-sizing: border-box;
    background-color: #F5F5F7;
    font-weight: bold;
    text-align: center;
    width: 20%;
    max-width: 280px;
  }
  .privacy th,
  .privacy td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 20px;
  }

  .inquiry_head {
    text-align: center;
    margin: 15px 0;
  }
  .inquiry_head p {
    font-size: 14px;
    line-height: 1.6;
  }
  .inquiry_head a {
    color: #4285F4;
    text-decoration: underline;
  }
  .inquiry_head a.service {
    color: #1a1a1a;
  }
  .inquiry_head span.req {
    font-weight: bold;
    color: #FD0D1B;
  }
  .form_tel_box {
    margin-top: 3em;
  }
  .inquiry_tel_title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .inquiry_head .line a {
    display: inline-block;
  }
  .service_btn {
    margin-top: 15px;
  }
  .service_btn a {
    display: block;
    line-height: 2;
  }
  /*　ステップバー　*/
  .nav-step_delivery {
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .nav-step_delivery .step {
    width: 50%;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    float: left;
    display: inline-block;
    line-height: 50px;
    padding: 0 40px 0 20px;
    color: #fff;
    background-color: #D0D0D0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .nav-step_delivery .step_f {
    background-color: #8e2d34;
  }
  .nav-step_delivery .step:before,
  .nav-step_delivery .step:after {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #D0D0D0;
    border-left: 4px solid #FFF;
    width: 20px;
    height: 25px;
  }
  .nav-step_delivery .step:before {
    bottom: 0;
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
  }
  .nav-step_delivery .step:after {
    top: 0;
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
  }
  .nav-step_delivery .step_f:before,
  .nav-step_delivery .step_f:after {
    content: none;
  }
  .custom-wpcf7c-confirmed .nav-step_delivery .step,
  .custom-wpcf7c-confirmed .nav-step_delivery .step:before,
  .custom-wpcf7c-confirmed .nav-step_delivery .step:after {
    background-color: #8e2d34;
  }
  .custom-wpcf7c-confirmed .nav-step_delivery .step_f {
    background-color: #D0D0D0;
  }
  .mw_wp_form_confirm .nav-step_delivery .step, 
  .mw_wp_form_confirm .nav-step_delivery .step::before, 
  .mw_wp_form_confirm .nav-step_delivery .step::after {
    background-color: #8e2d34;
  }
  .mw_wp_form_confirm .nav-step_delivery .step_f {
    background-color: #D0D0D0;
  }
  .mw_wp_form_complete>p{
    opacity: 0;
  }
  .mw_wp_form_confirm .form_section,
  .mw_wp_form_complete .form_section{
    display: none;
  }
  .mw_wp_form_complete .privacy_title{
    display: none;
  }
  .mw_wp_form_complete .complate .privacy_title{
    display: block !important;
  }
  .mw_wp_form_complete .hidden{
    display: none !important;
  }
  /*　次へボタン　*/
  .morelink {
    display: block;
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    border: 2px solid #8e2d34;
    box-sizing: border-box;
    border-radius: 8px;
    color: #8e2d34;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-size: 15px;
    padding: 12px 0;
  }
  .delivery_form_box .btn-style {
    width: 100%;
    max-width: 400px;
    margin: 40px auto 0;
    padding: 0;
  }
  .delivery_form_box .btn-style span {
    width: 100%;
  }
  .delivery_form_box .btn-style .wpcf7-spinner {
    display: none !important;
  }
  .delivery_form_box .btn-style .wpcf7-spinner::before {
    content: none;
  }
  .morelink:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/arrow-circle_blue.png") no-repeat center right 20px/19px 19px;
    transition: all 0.3s;
  }
  .morelink:hover {
    opacity: 1;
    background-color: #8e2d34;
    color: #fff;
  }
  .morelink:hover:after {
    background-position: center right 15px;
  }
  .delivery_form_box .btn-style input[type="submit"],
  .delivery_form_box .btn-style input[type="button"] {
    width: 100%;
    color: #8e2d34;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    border: 2px solid #8e2d34;
    background: none;
    border-radius: 8px;
    box-sizing: border-box;
    display: block;
  }
  .delivery_form_box .btn-style input[type="button"] {
    margin-bottom: 2em;
  }
  .delivery_form_box .btn-style span:hover input[type="submit"],
  .delivery_form_box .btn-style span:hover input[type="button"]{
    background-color: #8e2d34 ;
    color: #fff;
  }
  div.wpcf7 .ajax-loader {
    display: none !important;
  }
  /*　宅配買取申込みフォーム　*/
  .delivery_form_area {
    width: 97%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .form_title {
    font-weight: bold;
    color: #fff;
    background-color: #8e2d34;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .form_title span.step {
    margin-right: 1em;
  }
  .form_step_txt {
    text-align: center;
    margin-bottom: 20px;
  }
  .delivery_form_item,
  .delivery_form_boxcontainer {
    background-color: #F5F5F7;
    border-radius: 10px;
    padding: 30px;
  }
  .calendar_comment {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 10px;
  }
  .form-flex {
    display: flex;
  }
  .form_txt {
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
  }
  .form_txt span.req {
    color: #fff;
    background-color: #FD0D1B;
    display: inline-block;
    padding: 0 15px;
    margin-left: 2em;
    margin-right: 2em;
    border-radius: 3px;
    line-height: 20px;
    font-size: 11px;
    min-width: 52px;
    height: 20px;
  }
  .form_txt_little {
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    margin-top: 20px;
  }
  .form_txt_little a {
    color: #4285F4;
    text-decoration: underline;
  }
  .delivery_form_box {
    margin-bottom: 40px;
  }
  /*　フォーム　*/
  input, button, select, optgroup, option, textarea, label {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .delivery_form_area textarea,
  .delivery_form_area input[type="text"],
  .delivery_form_area input[type="email"],
  .delivery_form_area input[type="tel"],
  .delivery_form_area select {
    width: 100%;
    max-width: none;
    border: solid 1px #E3E3E3;
    background-color: #fff;
    padding: 15px 10px;
    font-size: 15px;
    outline: none;
  }
  .delivery_form_area .wpcf7-list-item-label {
    font-size: 15px;
  }
  .custom-wpcf7c-confirmed .delivery_form_area select {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .delivery_form_area input:focus {
    background-color: #fff;
    outline: none;
  }
  .delivery_form_area .margin_top {
    margin-top: 1em;
  }
  .delivery_form_area textarea:-webkit-autofill,
  .delivery_form_area input[type="text"]:-webkit-autofill,
  .delivery_form_area input[type="email"]:-webkit-autofill,
  .delivery_form_area input[type="tel"]:-webkit-autofill,
  .delivery_form_area select:-webkit-autofill {
    box-shadow: 0 0 0 1000px #FFF inset;
  }
  .delivery_form_area textarea.wpcf7c-conf:-webkit-autofill,
  .delivery_form_area input[type="text"].wpcf7c-conf:-webkit-autofill,
  .delivery_form_area input[type="email"].wpcf7c-conf:-webkit-autofill,
  .delivery_form_area input[type="tel"].wpcf7c-conf:-webkit-autofill,
  .delivery_form_area select.wpcf7c-conf:-webkit-autofill {
    box-shadow: 0 0 0 1000px #F5F5F7 inset;
  }
  /*.wpcf7-text.wpcf7c-conf:-webkit-autofill,
  .wpcf7-tel.wpcf7c-conf:-webkit-autofill,
  .wpcf7-textarea.wpcf7c-conf:-webkit-autofill,
  .wpcf7-select.wpcf7c-conf:-webkit-autofill {
    box-shadow: 0 0 0 1000px #F5F5F7 inset;
  }*/
  .delivery_form_area .form_box {
    margin-top: 50px;
  }
  .delivery_form_area .form_box:first-child {
    margin-top: 0;
  }
  /*.custom-wpcf7c-confirmed .delivery_form_area textarea,
  .custom-wpcf7c-confirmed .delivery_form_area input[type="text"],
  .custom-wpcf7c-confirmed .delivery_form_area input[type="email"],
  .custom-wpcf7c-confirmed .delivery_form_area input[type="tel"],
  .custom-wpcf7c-confirmed .delivery_form_area select {
    border: none;
    background-color: #F5F5F7;
  }*/
  .delivery_form_area textarea.wpcf7c-conf,
  .delivery_form_area input[type="text"].wpcf7c-conf,
  .delivery_form_area input[type="email"].wpcf7c-conf,
  .delivery_form_area input[type="tel"].wpcf7c-conf,
  .delivery_form_area select.wpcf7c-conf {
    border: none;
    background-color: #F5F5F7;
  }
  .custom-wpcf7c-confirmed .delivery_form_area select {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .takuhai_form_container .form_txt_privacy {
    width: 100%;
    background-color: #F5F5F7;
    border-radius: 10px;
    margin: 30px auto 0;
    box-sizing: border-box;
    max-width: 460px;
    padding: 15px;
  }
  .delivery_form_box .btn-style input[type="submit"],
  .delivery_form_box .btn-style input[type="button"] {
    font-size: 15px;
    padding: 12px 0;
  }
  .delivery_form_box .btn-style input[type="submit"].wpcf7c-force-hide {
    background-color: #8e2d34;
    color: #fff;
  }
  .delivery_form_box .btn-style input[type="button"] {
      margin-bottom: 1em;
  }
  /*　下記プライバシーポリシー　*/
  .rule {
    margin-top: 30px;
  }
  .rule > p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .kiyaku {
    border: 1px solid #e6e6e6;
    padding: 20px;
    margin-bottom: 50px;
  }
  .kiyaku .in {
    overflow-y: scroll;
    height: 230px;
  }
  .kiyaku .in p {
    font-size: 12px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
  }
  .kiyaku .in .kiyaku_tit {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
  }
  /*　お問い合わせ　*/
  .inquiry_container {
    background-color: #F5F5F7;
    padding: 45px 0;
    margin-top: 45px;
  }
  .inquiry_container .form_container,
  .inquiry_container .delivery_form_boxcontainer {
    background-color: #fff;
  }
  .inquiry_container .form_container {
    border-radius: 10px;
  }
  .inquiry_container .form_txt span.req {
    margin-left: 0;
    margin-right: 2em;
  }
  .inquiry_container .form_box {
    margin-top: 2em;
  }
  .inquiry_container .form_box:first-child {
    margin-top: 0;
  }
  .inquiry_container .delivery_form_box {
    margin-bottom: 0;
  }
  .inquiry_container input[type="text"],
  .inquiry_container input[type="tel"],
  .inquiry_container input[type="email"],
  .inquiry_container textarea {
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #F5F5F7;
    padding: 15px 10px;
  }
  .inquiry_container .example {
    font-size: 15px;
    color: #B9B9B9;
  }
  .inquiry_container .privacy {
    padding-bottom: 0;
  }
  .inquiry_container .form_txt_privacy {
    min-width: inherit;
    background-color: #F5F5F7;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
  }
  .inquiry_container .kiyaku_box br {
    display: none;
  }
  .inquiry_container .kiyaku_box br.kiyaku_br {
    display: block;
  }
  .inquiry_container .wpcf7-text.wpcf7c-conf:-webkit-autofill,
  .inquiry_container .wpcf7-tel.wpcf7c-conf:-webkit-autofill,
  .inquiry_container .wpcf7-textarea.wpcf7c-conf:-webkit-autofill,
  .inquiry_container .wpcf7-select.wpcf7c-conf:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
  }
  .inquiry_container .custom-wpcf7c-confirmed input[type="text"],
  .inquiry_container .custom-wpcf7c-confirmed input[type="tel"],
  .inquiry_container .custom-wpcf7c-confirmed input[type="email"],
  .inquiry_container .custom-wpcf7c-confirmed textarea {
    background-color: #fff;
  }
  .inquiry_container .custom-wpcf7c-confirmed .example {
    font-size: 13px;
    margin-top: 0.5em;
  }
  .inquiry_container .form_txt_privacy span.req {
    margin-right: 0;
  }
  .delivery_form_area .wpcf7-list-item-label {
    line-height: 1.6;
  }
  .delivery_form_box .btn-style input[type="submit"],
  .delivery_form_box .btn-style input[type="button"] {
    font-size: 17px;
    padding: 22px 0;
  }
  .delivery_form_box .btn-style .wpcf7c-elm-step2.wpcf7-submit {
    background-color: #8e2d34 !important;
    color: #fff !important;
  }
  .size .wpcf7-list-item {
    display: block;
    margin: 1em 0;
  }
  .method .wpcf7-list-item, 
  .size .wpcf7-list-item {
    display: block;
    margin: 1em 0;
  }
  .delivery_form_box .wpcf7-list-item {
    display: inline-block;
    text-indent: -20px;
    margin-left: 20px;
  }
  .delivery_form_box .size .wpcf7-list-item {
    display: inline-block;
    text-indent: -20px;
    margin-left: 20px;
  }
  .delivery_form_box .size .wpcf7-list-item input {
    margin-right: 5px;
    vertical-align: middle;
  }
  .delivery_form_box .note {
    line-height: 1.6;
  }
  .wpcf7-not-valid-tip {
    font-size: 12.5px;
    font-weight: bold;
    margin-top: .2em
  }
  .custom-wpcf7c-confirmed .form_box .note {
    display: none;
  }
  /*　サンクスページ　*/
  .thanks_area {
    padding: 45px 0;
  }
  .thanks_area .thanks_tit {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .thanks_area .thanks_txt {
    text-align: center;
    margin: 5em 0;
    font-size: 14px;
  }

  /*　相場表　*/
  .page.market{
    color: #1a1a1a;
    padding: 30px 0;
  }
  .low_ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .price_list .accordion_inn {
    margin-bottom: 18px;
    padding: 15px 14px;
    border-left: solid 1px #4D4D4D;
    border-bottom: solid 1px #4D4D4D;
    border-right: solid 1px #4D4D4D;
    display: none;
  }
  .price_list .accordion .title {
    margin-top: 5px;
    padding: 10px 37px 10px 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    background: #000 url(../img/market/bg-marketdt.png) right 10px center no-repeat;
    background-size: 17px;
    transition-duration: 0.2s;
    cursor: pointer;
  }
  .price_list .accordion .title.active {
    background: #000 url(../img/market/bg-marketdt_active.png) right 10px center no-repeat;
    background-size: 17px;
    transition-duration: 0.2s;
  }
  .price_list .group {
    margin-bottom: 9px;
    border: solid 1px #B3B3B3;
    background: #F2F2F2;
  }
  .price_list .group_title {
    width: 100%;
    line-height: 1.2;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid 1px #B3B3B3;
  }
  .price_list table {
    width: 100%;
    background: #FFFFFF;
  }
  .price_list table tr {
    border-bottom: solid 1px #B3B3B3;
  }
  .price_list table tr:first-of-type, 
  .price_list table tr:last-of-type {
    border-bottom: none;
  }
  .price_list table tr th {
    padding: 10px 0;
    color: #FFFFFF;
    font-size: 16px;
    border-right: solid 1px #B3B3B3;
    background: #805b33;
  }
  .price_list table tr th:nth-child(1) {
    width: 70%;
  }
  .price_list table tr th:nth-child(2) {
    width: 30%;
  }
  .price_list table tr td {
    padding: 10px;
    text-align: center;
    border-right: solid 1px #B3B3B3;
  }
  .price_list table tr td:last-child {
    text-align: center;
  }
  .price_search {
    background: #444a2e;
    color: #fff;
    margin-bottom: 10%;
    padding: 10% 8%;
    position: relative;
  }
  .price_search .h2_ttl {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    margin-bottom: 5px;
  }
  .price_search p.sub {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    margin: 0;
    margin-bottom: 7%;
  }
  input, select, textarea, button {
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  }
  textarea, button, input {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: transparent;
    max-width: 100%;
  }
  .item_search form {
    max-width: 780px;
    margin: 0 auto;
  }
  .item_search form.search input {
    flex: 1;
    width: 100%;
    background-color: #fff;
    color: #1a1a1a;
    font-size: 14px;
    padding: 15px 10px;
    border-radius: 3px;
  }
  .custom_menu {
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
  }
  .custom_menu .custom_menu_item {
    width: 49%;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 15px 10px;
    font-size: 14px;
    color: #1a1a1a;
    box-sizing: border-box;
  }
  .item_search form.search select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 0;
    padding: 15px 10px;
    cursor: pointer;
    line-height: 1.4;
    font-size: 14px;
    color: #1a1a1a;
    border-radius: 3px;
    background-color: #fff;
    background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.4) 50%), linear-gradient(135deg, rgba(0,0,0,0.4) 50%, transparent 50%);
    background-size: 5px 5px, 5px 5px;
    background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
    background-repeat: no-repeat;
  }
  .search_submit {
    align-items: center;
    background-color: #be230d;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    outline: none;
    border: none;
  }
  .item_search form.search .search_submit {
    font-size: 14px;
    padding: 0;
    max-width: 400px;
    margin: 20px auto 0;
    position: relative;
  }
  .item_search form.search .search_submit span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 80px;
  }
  .item_search form.search .search_submit span::before {
    content: "";
    background: url(../img/market/icon_search.svg) 96% center no-repeat;
    background-size: 8px 13px;
    height: 13px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 4%;
    margin-top: -6.5px;
  }
  .page.market #caution{
    margin: 15px 0 20px 0;
    padding: 20px;
    border: solid 4px #c11f2a;
  }
  .page.market #caution p{
    margin: 0;
    padding: 0;
  }
  .page.market #caution p.text1{
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #c11f2a;
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #c11f2a;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page.market #caution p.text1 span{
    font-size: 14px;
    margin-left: 0.5em;
  }
  .page.market #caution .text2{
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 1em;
    display: flex;
  }
  .page.market #caution .text2:before{
    content: "■";
    display: block;
    margin-right: 0.5em;
  }
  .page.market #caution .text2 span{
    margin-bottom: 1em;
    display: block;
  }
  .page.market #caution #rank{
    margin-bottom: 10px;
    padding: 15px;
    font-size: 13px;
    border: solid 2px #c11f2a;
  }
  .page.market #caution #rank table{
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .page.market #caution #rank table tr th{
    padding-bottom: 5px;
    text-align: left;
    font-weight: normal;
  }
  .page.market #caution #rank table tr td{
    padding-bottom: 5px;
  }
  .page.market #caution #rank table tr td:nth-child(2){
    padding: 0 10px 5px 10px;
  }
  .page.market #caution #rank .text3{
    line-height: 1.4;
    display: flex;
  }
  .page.market #caution #rank .text3:before{
    content: "※";
    display: block;
  }
  .page.market #caution .text4{
    line-height: 1.4;
    margin-bottom: 1em;
    display: flex;
  }
  .page.market #caution .text4:before{
    content: "例：";
    display: block;
  }
  .page.market #caution .text5{
    line-height: 1.4;
    display: flex;
  }
  .page.market #caution .text5:before{
    content: "※";
    display: block;
  }
  .maker_list{display: flex;
        flex-wrap:wrap;
        justify-content:center;
        margin-bottom: 28px;
        background-color: #FFFFFF;
        padding: 8px 0px;;
      }
      .maker_box{width:calc(100%/3.6);
        height:auto;
        display:flex;
        flex-direction:column;
        justify-content: center;
        text-align: center;
        padding: 4px;
      }
      .maker_box img{width: 100%;max-width: 157px;height: auto;}
  .pickup_wrapper{display: flex;
        flex-wrap:wrap;
        justify-content:center;
        margin-bottom: 30px;
        background-color: #FFFFFF;
      }
  .pickup_item{
      width: calc(100%/2);
      height: auto;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      padding: 8px;
      border: 1px dotted #CCCCCC;
      }
  .pickup_item .price{font-size:110%; color:#A22724; margin-top:auto;font-weight:bold;}
  .pickup_title {
    margin-bottom: 8%;
    color: #fff;
    font-size: 150%;
  }

  /**** 20241105 カテゴリーページ調整 ***/
  /* 共通 */

  .cate .disc .disc_in h3 {
    background: rgb(118 85 42 / 48%);
      margin-bottom: 15px;
      padding: 5px;
      color: #e9cba2;
      font-size: 1.2em;
      font-weight: normal;
  }
  .cat_sec {
    margin-top: 50px;
  }
  .cat_bottom {
  }
  .cate .image {
    text-align: center;
  }
  .cat_sec .price_list .accordion_inn {
    background: #fff;
  }

  /**** 20250307 HTMLフォーム設置 ***/
  .header_pc, 
  .footer_pc {
    display: none;
  }
  .header_sp, 
  .footer_sp {
    display: block;
  }
  body.html_form_page {
    padding-bottom: 0;
  }

  .html_form_page .delivery_form_area textarea, 
  .html_form_page .delivery_form_area input[type="text"], 
  .html_form_page .delivery_form_area input[type="email"], 
  .html_form_page .delivery_form_area input[type="tel"], 
  .html_form_page .delivery_form_area select {
    width: auto;
    max-width: none;
    border: none;
    background: none;
    padding: 0;
    font-size: 15px;
  }

  /**** 20260107 コラムページ改修 ***/
  /* top用 */
  #top-column{
    padding: 5%;
    background-color: #F6F6F6;
  }
  #top-column .column-inner{
    max-width: none;
    width: 100%;
  }
  #top-column .ttl_area{
    display: block;
    margin: 0 auto 4%;
  }
  #top-column .ttl_area h2 img{
    display: block;
    max-width: 50vw;
    width: 100%;
    margin: 0 auto 4%;
  }
  #top-column .ttl_area .note{
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.02em;
  }
  #top-column .column-list{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto 9%;
  }
  #top-column .column-list .item{
    display: block;
    max-width: 42.66666666666667vw;
    width: 100%;
    text-decoration: none;
  }
  #top-column .column-list .item .img{
    position: relative;
    max-width: 42.66666666666667vw;
    width: 100%;
    height: 28.000000000000004vw;
    overflow: hidden;
    transition: all .3s;
    margin: 0 auto 2.666666666666667vw;
  }
  #top-column .column-list .item .img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    transition: all .3s;
  }
  #top-column .column-list .item .txt .cat{
    display: inline-block;
    font-size: 2.93333333333333333vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 1.0666666667vw 2.4vw;
    margin: 0 0 2.666666666666667vw;
    border: 1px solid #000000;
    color: #000000;
    background-color: #FFFFFF;
  }
  #top-column .column-list .item .txt .ttl{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 3.466666666666663vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 0 0 3.2vw;
    color: #000000;
    text-decoration: none;
    transition: all .3s;
  }
  #top-column .column-list .item .txt .date{
    font-size: 3.2vw;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #9B9997;
  }
  #top-column .column-list .item:hover .txt .ttl{
    color: #B13C00;
    text-decoration: underline;
  }
  #top-column .btn a{
    position: relative;
    display: block;
    max-width: 70vw;
    width: 100%;
    padding: 4vw 0 4.26666666666667vw;
    margin: 0 auto;
    font-size: 3.46666666666663vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.08em;
    text-decoration: none;
    color: #fff;
    background-color: #444A2E;
    transition: all .3s;
  }
  #top-column .btn a::before{
    content: "";
    width: 3.2vw;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 3.2vw;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    transition: all .3s;
  }
  #top-column .btn a:hover{
    text-decoration: underline;
  }
  #top-column .btn a:hover::before{
    right: 2.13333333333vw;
  }

  #info-link{
    padding: 5%;
    background-color: #F6F6F6;
  }
  #info-link .info-inner{
    max-width: none;
    padding: 0;
    width: 100%;
  }
  #info-link .bnr-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.666666666666667vw;
  }
  #info-link .item{
    display: block;
    max-width: 42.6666666666666666667vw;
    width: 100%;
  }
  #info-link .item img{
    display: block;
    width: 100%;
    transition: all .3s;
  }

  /* コラム用　共通の設定 */
  .column-ctt .mv{
    padding: 10% 0 8%;
    background-image: url(../img/column/mv_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
  }
  .column-ctt .mv p{
    display: inline-block;
    font-size: 3.2vw;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 0 0 1.066666666667vw;
    margin: 0 0 2.1333333333333333333333vw;
    border-bottom: 1px solid #fff;
  }
  .column-ctt .mv h1{
    font-size: 6.6666666666666666667vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .column-ctt .column-inner .inner{
    max-width: none;
    width: 100%;
    padding: 0 5.3333333333333334vw;
    margin: 0 auto;
  }
  .column-ctt .breadcrumbs{
    margin: 0 0 8vw;
  }
  .column-ctt .breadcrumbs span a,
  .column-ctt .breadcrumbs span span{
    font-size: 2.6666666666666666667vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #201B17;
  }
  .column-ctt .breadcrumbs span a{
    transition: all .3s;
    margin-right: 2.6666666666667vw;
  }
  .column-ctt .breadcrumbs span span{
    margin-left: 2.6666666666667vw;
  }
  .column-ctt .breadcrumbs span a:hover{
    color: #B13C00;
  }

  .column-ctt .column-inner{
    padding: 3% 0 16%;
    background-color: #FFFFFF;
  }

  /* archive用 */
  #archive-column .main_area{
    display: block;
    margin: 0;
  }
  #archive-column .main_area .post_ctt{
    max-width: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.666666666666667vw;
    margin: 0 0 10.666666666666666668vw;
  }
  #archive-column .main_area .post_ctt .item{
    position: relative;
    display: flex;
    gap: 2.66666666666667vw;
    padding: 2.66666666667vw;
    border: 2px solid #c9c9c9;
    width: 100%;
    text-decoration: none;
  }
  #archive-column .main_area .post_ctt .item .img{
    position: relative;
    width: 37.33333333333333333334vw;
    height: 24.5333333333333vw;
    flex-shrink: 0;
    overflow: hidden;
    margin: 0 0 3.2vw;
    transition: all .3s;
  }
  #archive-column .main_area .post_ctt .item .img img{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
  }
  #archive-column .main_area .post_ctt .item .img .cat{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 2.93333333333333333vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 1.0666666667vw 2.4vw;
    margin: 0;
    color: #fff;
    background-color: #333;
  }
  #archive-column .main_area .post_ctt .item .txt .ttl{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 4.266666666666667vw;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.5;
    margin: 0 0 2.133333333333333vw;
    color: #000000;
    text-decoration: none;
    transition: all .3s;
  }
  #archive-column .main_area .post_ctt .item .txt .date{
    font-size: 3.2vw;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin: 0 0 1.333333333333335vw;
    color: #9B9997;
  }
  #archive-column .main_area .post_ctt .item .txt .description{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 3.733333333333334vw;
    letter-spacing: 0.01em;
    line-height: 1.5;
    color: #111;
    margin: 0;
  }
  #archive-column .main_area .post_ctt .item:hover .txt .ttl{
    color: #B13C00;
    text-decoration: underline;
  }
  #archive-column .main_area .post_ctt .pagenavi{
    display: block;
    width: 100%;
    margin-top: 4vw;
  }
  #archive-column .main_area .post_ctt .wp-pagenavi{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 1.33333333333333335vw;
  }
  #archive-column .main_area .post_ctt .wp-pagenavi a,
  #archive-column .main_area .post_ctt .wp-pagenavi span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
    font-size: 3.73333333333333333334vw;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.33;
    text-decoration: none;
    padding: 0;
    color: #000000;
    background-color: #fff;
    border: 1px solid #000000;
    transition: all .3s;
  }
  #archive-column .main_area .post_ctt .wp-pagenavi .current{
    color: #FFF;
    background-color: #444A2E;
    border: 1px solid #444A2E;
  }
  #archive-column .main_area .post_ctt .wp-pagenavi .nextpostslink,
  #archive-column .main_area .post_ctt .wp-pagenavi .previouspostslink{
    position: relative;
    width: 13.333333333333333335vw;
    color: transparent;
  }
  #archive-column .main_area .post_ctt .wp-pagenavi .previouspostslink::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "Prev";
    font-size: 3.73333333333333334vw;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.33;
    color: #000000;
    transition: all .3s;
  }
  #archive-column .main_area .post_ctt .wp-pagenavi .nextpostslink::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "Next";
    font-size: 3.73333333333333334vw;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.33;
    color: #000000;
    transition: all .3s;
  }
  #archive-column .main_area .post_ctt .wp-pagenavi a:hover{
    color: #FFF;
    background-color: #444A2E;
    border: 1px solid #444A2E;
  }
  #archive-column .main_area .post_ctt .wp-pagenavi .nextpostslink:hover,
  #archive-column .main_area .post_ctt .wp-pagenavi .previouspostslink:hover{
    color: transparent;
    background-color: #444A2E;
    border: 1px solid #444A2E;
  }
  #archive-column .main_area .post_ctt .wp-pagenavi .nextpostslink:hover::before,
  #archive-column .main_area .post_ctt .wp-pagenavi .previouspostslink:hover::before{
    color: #Fff;
  }
  #archive-column .cat-label{
    font-size: 4.266666666666666667vw;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0 0 4vw;
  }

  .column-ctt .sidebar{
    display: block;
    max-width: none;
    width: 100%;
  }
  .column-ctt .sidebar .search_area{
    display: block;
    margin: 0 0 8vw;
  }
  .column-ctt .sidebar #searchform{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.33333333333333335vw;
    padding: 0 4vw;
    height: 13.33333333333335vw;
    background-color: #EDEDED;
    border-radius: 5px;
  }
  .column-ctt .sidebar #searchform input{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    border: none;
  }
  .column-ctt .sidebar #searchform input::placeholder{
    color: #BFBFBF;
  }
  .column-ctt .sidebar #searchform .search_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: none;
    cursor: pointer;
    transition: all .3s;
  }
  .column-ctt .sidebar #searchform .search_icon img{
    display: block;
    width: 100%;
  }
  .column-ctt .sidebar .cat_area{
    display: block;
    margin: 0 0 13.333333333333333335vw;
  }
  .column-ctt .sidebar .cat_area .ttl_area{
    display: flex;
    align-items: center;
    gap: 4vw;
    padding: 4vw;
    color: #fff;
    background-color: #444A2E;
    border-radius: 5px 5px 0 0 ;
  }
  .column-ctt .sidebar .cat_area .ttl_area span{
    display: block;
    font-size: 4.8vw;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  .column-ctt .sidebar .cat_area .ttl_area p{
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 0;
    margin: 0;
  }
  .column-ctt .sidebar .cat_area .cat_ctt .item{
    position: relative;
    display: block;
    font-size: 3.73333333333334vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding: 5.333333333333334vw 4vw;
    color: #201B17;
  }
  .column-ctt .sidebar .cat_area .cat_ctt .item::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    width: 1.866666666666666667vw;
    height: 2.93333333333333333vw;
    background-image: url(../img/column/sidebar-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s;
  }
  .column-ctt .sidebar .cat_area .cat_ctt .item::after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background:
      repeating-linear-gradient(
          to right,
          #939393 0,
          #939393 1px,
          transparent 1px,
          transparent 4px
      ) bottom left / 100% 1px no-repeat;
  }
  .column-ctt .sidebar .cat_area .cat_ctt .item:hover{
    color: #B13C00;
    text-decoration: underline;
  }
  .column-ctt .sidebar .cat_area .cat_ctt .item:hover::before{
    right: 3.2vw;
  }
  .column-ctt .sidebar .latest_post .ttl_area{
    display: flex;
    align-items: center;
    gap: 4vw;
    padding: 4vw;
    margin: 0 0 8vw;
    color: #fff;
    background-color: #444A2E;
    border-radius: 5px 5px 0 0 ;
  }
  .column-ctt .sidebar .latest_post .ttl_area span{
    display: block;
    font-size: 4.8vw;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  .column-ctt .sidebar .latest_post .ttl_area p{
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 0;
    margin: 0;
  }
  .column-ctt .sidebar .latest_post .item{
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 4vw;
    padding: 0 0 5.3333333333334vw;
    margin: 0 0 5.3333333333334vw;
    text-decoration: none;
  }
  .column-ctt .sidebar .latest_post .item:last-of-type{
    margin: 0;
  }
  .column-ctt .sidebar .latest_post .item::after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background:
      repeating-linear-gradient(
          to right,
          #939393 0,
          #939393 1px,
          transparent 1px,
          transparent 4px
      ) bottom left / 100% 1px no-repeat;
  }
  .column-ctt .sidebar .latest_post .item .img{
    position: relative;
    width: 37.333333333333333336vw;
    height: 24.53333333333333333333333vw;
    overflow: hidden;
    flex-shrink: 0;
  }
  .column-ctt .sidebar .latest_post .item .img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    min-height: 100%;
    width: 100%;
    transition: all .3s;
  }
  .column-ctt .sidebar .latest_post .item .txt{
    flex: 1;
  }
  .column-ctt .sidebar .latest_post .item .txt .date{
    display: block;
    font-size: 3.2vw;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #9B9997;
    margin: 0 0 2.1113333333333333vw;
  }
  .column-ctt .sidebar .latest_post .item .txt .ttl{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 3.733333333333333334vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.54;
    margin: 0;
    color: #000000;
    text-decoration: none;
    transition: all .3s;
  }
  .column-ctt .sidebar .latest_post .item:hover .txt .ttl{
    color: #B13C00;
    text-decoration: underline;
  }


  /* single用 */
  #single-column .main_area{
    display: block;
  }
  #single-column .main_area .article-content{
    max-width: none;
    width: 100%;
  }
  #single-column .main_area .article-content .article-top{
    display: block;
    margin: 0 0 8vw;
  }
  #single-column .main_area .article-content .article-top h2{
    display: block;
    font-size: 5.33333333333333333334vw;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: left;
    line-height: 1.5;
    padding: 0 0 3.2vw;
    margin: 0 0 4.8vw;
    border-bottom: 2px solid #000000;
  }
  #single-column .main_area .article-content .article-top .info-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 5.33333333333333333334vw;
  }
  #single-column .main_area .article-content .article-top .info-flex .info-area{
    display: flex;
    align-items: center;
    gap: 2.666666666666666666667vw;
  }
  #single-column .main_area .article-content .article-top .info-flex .info-area .cat{
    display: inline-block;
    font-size: 2.933333333333333vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 0.8vw 2.4vw;
    margin: 0;
    color: #000;
    background-color: #fff;
    border: 1px solid #000000;
  }
  #single-column .main_area .article-content .article-top .info-flex .info-area .date{
    font-size: 3.2vw;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin: 0;
    color: #9B9997;
  }
  #single-column .main_area .article-content .article-top .info-flex .sns-area{
    display: flex;
    align-items: center;
    gap: 2.133333333333333vw;
  }
  #single-column .main_area .article-content .article-top .info-flex .sns-area .item{
    display: block;
    max-width: 6.6666666666666667vw;
    width: 100%;
  }
  #single-column .main_area .article-content .article-top .info-flex .sns-area .item img{
    display: block;
    width: 100%;
  }
  #single-column .main_area .article-content .article-top .img img{
    display: block;
    width: 100%;
    height: auto;
  }
  #single-column .main_area .article-content .ctt{
    display: block;
    margin: 0 0 16vw;
  }
  #single-column .main_area .article-content .ctt #ez-toc-container{
    display: block;
    padding: 4vw 5.3333333333334vw 4.8vw;
    background-color: #F8F8F8;
    border: none;
    border-radius: 5px;
  }
  #single-column .main_area .article-content .ctt #ez-toc-container.toc_close{
    padding: 4.8vw;
  }
  #single-column .main_area .article-content .ctt #ez-toc-container .ez-toc-js-icon-con{
    position: relative;
  }
  #single-column .main_area .article-content .ctt #ez-toc-container .ez-toc-title-container{
    position: relative;
    display: block;
    padding: 0 0 4vw;
    margin: 0 0 5.33333333333333334vw;
    border-bottom: 1px solid #000000;
    transition: all .3s;
  }
  #single-column .main_area .article-content .ctt #ez-toc-container .ez-toc-title-container .ez-toc-title{
    font-size: 4.2666666666666667vw;
    font-weight: 600;
  }
  #single-column .main_area .article-content .ctt #ez-toc-container.toc_close .ez-toc-title-container{
    padding: 0;
    margin: 0;
    border: none;
  }
  #single-column .main_area .article-content .ctt #ez-toc-container .ez-toc-list li a{
    display: block;
    font-size: 3.73333333333333333334vw;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #009AC7;
    padding: 0 0 3.2vw;
    margin: 0 0 4vw;
    border-bottom: 1px solid #EAEAEA;
    transition: all .3s;
  }
  #single-column .main_area .article-content .ctt #ez-toc-container .ez-toc-list li:last-child a{
    padding: 0;
    margin: 0;
    border: none;
  }
  #single-column .main_area .article-content .ctt h2{
    display: block;
    font-size: 5.8666666666666666666vw;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.35;
    color: #fff;
    background-color: #444A2E;
    border-radius: 5px;
    padding: 3.2vw 4vw 4vw;
    margin: 13.3333333333333333335vw 0 6.66666666666666666666667vw;
  }
  #single-column .main_area .article-content .ctt h3{
    display: block;
    font-size: 5.333333333333333333333333334vw;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.35;
    padding: 2.6666666666666667vw 4vw;
    margin: 12vw 0 5.33333333333333333334vw;
    color: #444A2E;
    background-color: #F6F6F6;
    border-left: 3px solid #444A2E;
  }
  #single-column .main_area .article-content .ctt h4{
    position: relative;
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding: 0 0 2.6666666666666666667vw;
    margin: 9.333333333333333334vw 0 4vw;
    border-bottom: 2px solid #E0E0E0;
    color: #000000;
  }
  #single-column .main_area .article-content .ctt h4::before{
    content: "";
    width: 21.3333333333333336vw;
    height: 2px;
    background-color: #444A2E;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  #single-column .main_area .article-content .ctt p,
  #single-column .main_area .article-content .ctt ul li{
    font-size: 3.73333333333333334vw;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.73;
    margin: 0 0 5.3333333333333333334vw;
  }
  #single-column .main_area .article-content .ctt ul li{
    font-weight: 600;
    margin: 0;
  }
  #single-column .main_area .article-content .ctt figure{
    margin: 0;
  }
  #single-column .main_area .article-content .ctt img{
    display: block;
    width: 100%;
    margin: 0 0 8vw;
  }
  #single-column .main_area .article-content .ctt table {
    display: block !important;
    width: 100%;
    height: auto !important;
    border: none !important;
    margin: 0 0 10.666666666666668vw;
  }
  #single-column .main_area .article-content .ctt table tbody{
    display: block !important;
    width: 100%;
    height: auto !important;
  }
  #single-column .main_area .article-content .ctt table tr{
    display: flex;
    align-items: stretch;
    height: auto !important;
  }
  #single-column .main_area .article-content .ctt table tr td{
    padding: 2.4vw 2.66666666666666666667vw;
    height: auto !important;
    font-size: 3.73333333333333333334vw;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #E2E2E2;
    border-left: none;
    border-bottom: none;
  }
  #single-column .main_area .article-content .ctt table tr th,
  #single-column .main_area .article-content .ctt table tr td:first-of-type {
    height: auto !important;
    padding: 2.4vw 2.66666666666666666667vw;
    font-size: 3.73333333333333333334vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: left;
    vertical-align: middle;
    background-color: #F6F6F6;
    border: 1px solid #E2E2E2;
    border-bottom: none;
    word-break: break-word;
  }
  #single-column .main_area .article-content .ctt table tr:last-of-type th,
  #single-column .main_area .article-content .ctt table tr:last-of-type td{
    border-bottom: 1px solid #E2E2E2;
  }
  #single-column .main_area .article-content .ctt iframe{
    display: block;
    width: 100%;
    height: 50.66666666666667vw;
    max-height: 50.66666666666667vw;
  }
  #single-column .main_area .article-content .ctt blockquote{
    position: relative;
    padding: 8vw 5.333333333333333333334vw;
    margin: 0;
    color: #201B17;
    background-color: #F8F8F8;
    border-radius: 5px;
  }
  #single-column .main_area .article-content .ctt blockquote::before{
    content: "";
    width: 2.66666666666666666667vw;
    height: 2.13333333333333333333vw;
    background-image: url(../img/column/quotation-top_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 3.2vw;
    left: 3.2vw;
  }
  #single-column .main_area .article-content .ctt blockquote::after{
    content: "";
    width: 2.66666666666666666667vw;
    height: 2.13333333333333333333vw;
    background-image: url(../img/column/quotation-under_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 3.2vw;
    right: 3.2vw;
  }
  #single-column .main_area .article-content .ctt blockquote h4{
    display: block;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 0;
    margin: 0 0 4vw;
    border: none;
  }
  #single-column .main_area .article-content .ctt blockquote h4::before{
    display: none;
  }
  #single-column .main_area .article-content .ctt blockquote p{
    display: block;
    font-size: 3.466666666666666666663vw;
    letter-spacing: 0.08em;
    line-height: 1.63;
    margin: 0 0 5.33333333333333334vw;
  }
  #single-column .main_area .article-content .ctt blockquote p:has(a){
    margin: 0;
  }
  #single-column .main_area .article-content .ctt blockquote p>a{
    display: block;
    font-size: 3.2vw;
    text-align: right;
    color: #009AC7;
  }
  #single-column .main_area .article-content .ctt #labelbox{
    position: relative; 
    border: 2px solid #E50D15; 
    border-radius: 5px; 
    padding: 13.3333333333333335vw 4vw 5.33333333334vw; 
    margin: 10.6666666666666666668vw 0;
  }
  #single-column .main_area .article-content .ctt #labelbox .label{
    display: inline-flex; 
    align-items: center; 
    gap: 1.3333333333333335vw; 
    padding: 1.3333333333333335vw 4vw; 
    margin: 0; 
    color: #fff; 
    background: #E50D15; 
    border-radius: 5px 0 10px 0; 
    position: absolute; 
    top: -1px; 
    left: -1px;
  }
  #single-column .main_area .article-content .ctt #labelbox .label img{
    display: block;
    max-width: 4vw;
    width: 100%;
  }
  #single-column .main_area .article-content .ctt #labelbox .label .label-txt{
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: 0;
    color: #fff;
  }
  #single-column .main_area .article-content .ctt #labelbox .main-p{
    font-size: 3.73333333333334vw; 
    letter-spacing: 0.08em; 
    line-height: 1.46; 
    margin: 0;
    color: #201B17;
  }
  #single-column .main_area .article-content .ctt #not-labelbox{
    position: relative; 
    border: 2px solid #E50D15; 
    border-radius: 5px; 
    padding: 5.33333333333334vw 4vw; 
    margin: 10.6666666666666666668vw 0;
  }
  #single-column .main_area .article-content .ctt #not-labelbox .main-p{
    font-size: 3.73333333333334vw; 
    letter-spacing: 0.08em; 
    line-height: 1.46; 
    margin: 0;
    color: #201B17;
  }
  #single-column .main_area .under-ctt{
    display: block;
    margin: 0 0 16vw; 
  }
  #single-column .main_area .under-ctt .share_buttons{
    margin: 0 auto 8vw;
  }
  #single-column .main_area .under-ctt .share_buttons p{
    font-size: 4vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.08em;
    margin: 0 auto 4vw;
    color: #000000;
  }
  #single-column .main_area .under-ctt .share_buttons .sns_list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.13333333333333333333vw;
  }
  #single-column .main_area .under-ctt .share_buttons .sns_list li{
    display: block;
    max-width: 42.66666666666666666667vw;
    width: 100%;
  }
  #single-column .main_area .under-ctt .share_buttons .sns_list li a,
  #single-column .main_area .under-ctt .share_buttons .sns_list li .copy-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 3.4666666666666666663vw;
    letter-spacing: 0.02em;
    max-width: 42.66666666666666666667vw;
    height: 13.3333333333333333335vw;
    padding: 0 5.3333333333333333334vw;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
  }
  #single-column .main_area .under-ctt .share_buttons .sns_list .x a{
    background-color: #1A2C44;
  }
  #single-column .main_area .under-ctt .share_buttons .sns_list .facebook a{
    background-color: #2F528B;
  }
  #single-column .main_area .under-ctt .share_buttons .sns_list .line a{
    background-color: #2EB328;
  }
  #single-column .main_area .under-ctt .share_buttons .sns_list .copy-btn{
    background-color: #5B5B5B;
    padding: 0 5.3333333333333333334vw;
    width: 100%;
  }
  #single-column .main_area .under-ctt .share_buttons .sns_list img{
    margin-left: -5px;
  }
  #single-column .main_area .under-ctt .page-numbers{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8vw 0;
    margin: 0 0 10.666666666666666666668vw;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  #single-column .main_area .under-ctt .page-numbers::before {
    content: "";
    display: block;
    width: 1px;
    height: 10.6666666666666668vw;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
  }
  #single-column .main_area .under-ctt .page-numbers li a{
    display: flex;
    align-items: center;
    gap: 2.1333333333333333333vw;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #000;
    text-decoration: none;
    transition: all .3s;
  }
  #single-column .main_area .under-ctt .page-numbers li a::before{
    content: "";
    width: 1.86666666666666666667vw;
    height: 2.93333333333333333333vw;
    background-image: url(../img/column/sidebar-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(-1);
  }
  #single-column .main_area .under-ctt .page-numbers li:last-child a::before{
    order: 3;
    transform: scale(1);
  }
  #single-column .main_area .under-ctt .page-numbers li a:hover{
    opacity: 0.7;
  }
  #single-column .main_area .under-ctt .btn a{
    display: block;
    font-size: 3.733333333333333333334vw;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.08em;
    max-width: 80vw;
    width: 100%;
    padding: 4.8vw 0;
    margin: 0 auto;
    color: #fff;
    background-color: #444A2E;
    border-radius: 100vw;
    transition: all .3s;
  }
  #single-column .main_area .under-ctt .btn a:hover{
    opacity: 0.7;
  }
  #single-column .main_area .more-article{
    margin: 0 0 8vw;
  }
  #single-column .main_area .more-article .ttl_area{
    display: block;
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #000000;
    background-color: #F6F6F6;
    border-radius: 5px;
    padding: 3.73333333333334vw 4vw 4vw;
    margin: 0 0 8vw;
  }
  #single-column .main_area .more-article .item{
    position: relative;
    display: flex;
    gap: 2.66666666666667vw;
    padding: 2.66666666667vw;
    border: 2px solid #c9c9c9;
    text-decoration: none;
  }
  #single-column .main_area .more-article .item .img{
    position: relative;
    width: 37.33333333333333333334vw;
    height: 24.5333333333333vw;
    flex-shrink: 0;
    overflow: hidden;
    margin: 0 0 3.2vw;
    transition: all .3s;
  }
  #single-column .main_area .more-article .item .img img{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
  }
  #single-column .main_area .more-article .item .img .cat{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 2.93333333333333333vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 1.0666666667vw 2.4vw;
    margin: 0;
    color: #fff;
    background-color: #333;
  }
  #single-column .main_area .more-article .item .txt .ttl{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin: 0 0 2.133333333333333vw;
    color: #000000;
    text-decoration: none;
    transition: all .3s;
  }
  #single-column .main_area .more-article .item .txt .date{
    font-size: 3.2vw;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin: 0 0 1.333333333333335vw;
    color: #9B9997;
  }
  #single-column .main_area .more-article .item .txt .description{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 3.733333333333334vw;
    letter-spacing: 0.01em;
    line-height: 1.5;
    color: #111;
    margin: 0;
  }
  #single-column .main_area .more-article .item:hover .txt .ttl{
    color: #B13C00;
    text-decoration: underline;
  }

  .add-page *{
    box-sizing: border-box;
  }
  .add-page .new-inner{
    max-width: none;
    width: 100%;
    padding: 0 2.6666666666666666667vw;
    margin: 0 auto;
  }

  .add-page .wrap{
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 2.666666666666667vw;
  }
  .add-page .wrap .breadcrumbs{
    display: flex;
    align-items: center;
    gap: 2.666666666666667vw;
    margin: 5.3333333333334vw 0 0;
  }
  .add-page .wrap .breadcrumbs a{
    text-decoration: none;
    color: #201B17;
  }
  .add-page .wrap .breadcrumbs span{
    display: block;
    font-size: 2.66666666666666666667vw;
    font-weight: 500;
    letter-spacing: 1px;
    color: #201B17;
  }

  .add-page .pickup-product{
    padding: 10.66666666666666666668vw 0;
  }
  .add-page .pickup-product .pickup-ttl{
    font-size: 7.466666666666666666666668vw;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 6.666666666666666667vw;
    color: #000;
  }
  .add-page .pickup-product .pickup-ttl span{
    color: #8E2D34;
  }
  .add-page .pickup-product .item-flex{
    display: block;
  }
  .add-page .pickup-product .item-flex .item{
    display: flex;
    flex-wrap: nowrap;
    gap: 3.73333333333334vw;
    padding: 5.333333333333333334vw 2.66666666666666667vw;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-top: 1px dashed #C3C3C3;
  }
  .add-page .pickup-product .item-flex .item:nth-of-type(3n){
    border: none;
    border-top: 1px dashed #C3C3C3;
  }
  .add-page .pickup-product .item-flex .item:last-of-type{
    border: none;
    border-top: 1px dashed #C3C3C3;
    border-bottom: 1px dashed #C3C3C3;
  }
  .add-page .pickup-product .item-flex .item .img{
    position: relative;
    display: block;
    width: 40vw;
    height: 32.800000000000004vw;
    overflow: hidden;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
  }
  .add-page .pickup-product .item-flex .item .img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 32.800000000000004vw;
    height: auto;
    margin: 0 auto;
  }
  .add-page .pickup-product .item-flex .item .item-ttl{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1.47;
    max-height: 17.599999999999998vw;
    margin: 0 0 1.6666666666666667vw;
  }
  .add-page .pickup-product .item-flex .item .price p{
    display: block !important;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.73;
    letter-spacing: 0;
    color: #111111;
    margin: 0 !important;
  }
  .add-page .pickup-product .item-flex .item .price p span{
    font-size: 5.866666666666666666vw;
    line-height: 1.18;
    color: #BF2813;
    margin: 0;
  }

  .add-page .pickup-market{
    padding: 10.66666666668vw 0;
    background-color: #F0F0F0;
  }
  .add-page .pickup-market .market-ttl{
    font-size: 7.46666666666668vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.36;
    letter-spacing: 0;
    margin: 0 0 6.666666666666667vw;
    color: #000000;
  }
  .add-page .pickup-market .market-ttl span{
    color: #8E2D34;
  }
  .add-page .pickup-market .maker-block{
    display: block;
    margin: 0 0 6.66666666667vw;
  }
  .add-page .pickup-market .maker-block .maker-title{
    position: relative;
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0;
    padding: 3.733333333333334vw 4vw 4.266666666666667vw;
    color: #fff;
    background-color: #1E1E1E;
    cursor: pointer;
    transition: all .3s;
  }
  .add-page .pickup-market .maker-block .maker-title .plus{
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    content: "";
    width: 4.8vw;
    height: 4.8vw;
  }
  .add-page .pickup-market .maker-block .maker-title .plus:before,
  .add-page .pickup-market .maker-block .maker-title .plus:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background: #fff;
    transition: all 0.3s;
  }
  .add-page .pickup-market .maker-block .maker-title .plus:before{
    transform: rotate(0);
  }
  .add-page .pickup-market .maker-block .maker-title.active .plus:before{
    transform: rotate(90deg);
  }
  .add-page .pickup-market .maker-block .market-ctt{
    max-height: none;
    overflow:hidden;
    transition:max-height .4s ease;
  }
  .add-page .pickup-market .maker-block .market-ctt.is-open{
    max-height:0;
  }
  .add-page .pickup-market .maker-block .type-block{
    position: relative;
    display: block;
    padding: 5.3333333333334vw 4vw;
    background-color: #fff;
  }
  .add-page .pickup-market .maker-block .type-block .type-name{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    font-size: 4.26666666666666667vw;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background-color: #2B3508;
    padding: 1.666666666666667vw 0 1.333333333333335vw;
    margin: 0 0 2px;
  }
  .add-page .pickup-market .maker-block .type-block .market-table{
    display: block;
    width: 100%;
  }
  .add-page .pickup-market .maker-block .type-block .market-table tr{
    display: flex;
    align-items: stretch;
    gap: 2px;
    margin: 0 0 2px;
  }
  .add-page .pickup-market .maker-block .type-block .market-table tr.is-hidden{
    display: none;
  }
  .add-page .pickup-market .maker-block .type-block .market-table tr th{
    padding: 1.3333333333335vw 0 1.0666666666666667vw;
    font-size: 4.26666666666666667vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    background-color: #444A2E;
  }
  .add-page .pickup-market .maker-block .type-block .market-table tr th:first-of-type{
    min-width: 52vw;
    width: 100%;
    flex: 1;
  }
  .add-page .pickup-market .maker-block .type-block .market-table tr th:last-of-type{
    max-width: 33.3333333333333vw;
    width: 100%;
    flex-shrink: 0;
  }
  .add-page .pickup-market .maker-block .type-block .market-table tr td:first-of-type{
    display: flex;
    align-items: center;
    font-size: 3.733333333333334vw;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0 1.866666666666666667vw;
    height: 16vw;
    min-width: 52vw;
    width: 100%;
    color: #1E1E1E;
    background-color: #F0F0F0;
    flex: 1;
  }
  .add-page .pickup-market .maker-block .type-block .market-table tr td:last-of-type{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    color: #BF2813;
    background-color: #E2E2E2;
    max-width: 33.3333333333333vw;
    width: 100%;
    flex-shrink: 0;
  }
  .add-page .pickup-market .maker-block .type-block .more-btn{
    position: absolute;
    bottom: 5vw;
    left: 4vw;
    width: calc(100% - 8vw);
    padding-top: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background:linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 0%,
      #fff 60%
    );
    backdrop-filter: blur(2px);
  }
  .add-page .pickup-market .maker-block .type-block .more-btn a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 69.33333333333334vw;
    width: 100%;
    height: 12vw;
    font-size: 4.26666666666666667vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    background:linear-gradient(
      90deg,
      #CF6151 0%,
      #BF2712 100%
    );
    margin: 0 auto;
    text-decoration: none;
    transition: all .3s;
  }
  .add-page .pickup-market .maker-block .type-block .more-btn a:hover{
    opacity: 0.7;
  }
  .add-page .pickup-market .maker-block .type-block .more-btn a::after{
    position: absolute;
    top: 50%;
    right: 3.4666666666666663vw;
    content: "";
    display: inline-block;
    width: 2.13333333333333333vw;
    height: 2.13333333333333333vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    transition: all .3s;
    margin: 0 0 1px;
  }
  .add-page .pickup-market .other-link a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 85.33333333333334vw;
    width: 100%;
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    text-decoration: none;
    color: #fff;
    background-color: #1A1A1A;
    padding: 4.8vw 0;
    margin: 0 auto;
    transition: all .3s;
  }
  .add-page .pickup-market .other-link a:hover{
    opacity: 0.7;
  }
  .add-page .pickup-market .other-link a::after{
    position: absolute;
    top: 50%;
    right: 4.8vw;
    content: "";
    display: inline-block;
    width: 2.13333333333333vw;
    height: 2.13333333333333vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    transition: all .3s;
    margin: 0 0 -3px;
  }

  .add-page .purchase-maker{
    padding: 12vw 0;
    color: #fff;
    background-color: #444A2E;
  }
  .add-page .purchase-maker h2{
    font-size: 7.466666666666666668vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.36;
    margin: 0 0 6.66666666666667vw;
    color: #fff;
  }
  .add-page .purchase-maker .major-maker-list{
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1vw;
    margin: 0 -2.4vw 6.6666666666667vw;
  }
  .add-page .purchase-maker .major-maker-list .maker-item{
    display: block;
    max-width: 23.466666666666665vw;
    width: 100%;
    padding: 2.6666666666667vw 2.66666666666666667vw 1.666666666666667vw;
    margin: 0;
    color: #1E1E1E;
    background-color: #fff;
    text-decoration: none;
    transition: all .3s;
  }
  .add-page .purchase-maker .major-maker-list a.maker-item{
    position: relative;
  }
  .add-page .purchase-maker .major-maker-list a.maker-item::before{
    content: "";
    width: 1.66666666666666666667vw;
    height: 1.66666666666666666667vw;
    background-image: url(../img/purchase/purchase-maker-deco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0.9vw;
    right: 0.9vw;
  }
  .add-page .purchase-maker .major-maker-list .maker-item img{
    display: block;
    max-width: 17.599999999999998vw;
    width: 100%;
    margin: 0 0 2vw;
  }
  .add-page .purchase-maker .major-maker-list .maker-item .maker-name{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.933333333333333vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
    min-height: 5.8666666666666666vw;
    margin: 0;
    color: #1E1E1E;
  }
  .add-page .purchase-maker .note{
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
  }

  .add-page #deli_in{
    width: 100%;
  }
  .add-page #deli_in .top_inq{
    max-width: 100%;
  }
  .add-page #deli_in .top_inq p{
    display: block;
    width: 100%;
    margin: 0 0 8vw;
  }


  .add-page .conversion_btn_area{
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  /* 買取強化中 pickup 用 */
  #pickup .pickup-mv{
    margin: 13.333333333333335vw 0 0;
    padding: 12vw 4.8vw 14.6666666666666666vw;
    color: #fff;
    background-image: url(../img/purchase/mv_bg_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #pickup .pickup-mv h1{
    font-size: 9.6vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.33;
    margin: 0 auto 6.4vw;
  }
  #pickup .pickup-mv p{
    font-size: 4.26666666666667vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.63;
    margin: 0;
  }

  /* メーカー用 maker 用 */
  #maker .maker-mv{
    margin: 13.333333333333335vw 0 0;
    padding: 10.666666666666668vw 0 13.33333333333333335vw;
    background-image: url(../img/maker/mv_bg_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #maker .maker-mv .mv-inner{
    display: block;
    padding: 0 4.8vw;
  }
  #maker .maker-mv .mv-inner .img img{
    display: block;
    max-width: 40vw;
    width: 100%;
    margin: 0 auto 4vw;
  }
  #maker .maker-mv .mv-inner .txt{
    width: 100%;
  }
  #maker .maker-mv .mv-inner .txt h1{
    font-size: 8.533333333333333333vw;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 1.48;
    margin: 0 0 4.8vw;
    color: #fff;
  }
  #maker .maker-mv .mv-inner .txt p{
    font-size: 3.7333333333333334vw;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.89;
    color: #fff;
    margin: 0;
  }

  #maker .pickup-market .maker-block .market-ctt{
    max-height: none;
    overflow: hidden;
    transition: max-height .4s ease;
  }
  #maker .pickup-market .maker-block .market-ctt.is-open{
    max-height:0;
  }
  #maker .pickup-market .maker-block .maker-title .plus:before{
    transform: rotate(0);
  }
  #maker .pickup-market .maker-block .maker-title.active .plus:before{
    transform: rotate(90deg);
  }

  #maker .purchase-results{
    padding: 12vw 0 16vw;
    background-color: #fff;
  }
  #maker .purchase-results .new-inner{
    max-width: none;
    padding: 0 2.133333333333vw;
    margin: 0 auto;
  }
  #maker .purchase-results h2{
    font-size: 7.466666666666666666668vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 8vw;
  }
  #maker .purchase-results .post-ctt{
    margin: 0 0 8vw;
  }
  #maker .purchase-results .post-ctt .item-flex{
    display: block;
  }
  #maker .purchase-results .post-ctt .item-flex .item{
    display: flex;
    gap: 3.7333333333333334vw;
    padding: 5.3333333333334vw 2.6666666666667vw;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-top: 1px dashed #C3C3C3;
    text-decoration: none;
    transition: all .3s;
  }
  #maker .purchase-results .post-ctt .item-flex .item:nth-of-type(4n){
    border: none;
    border-top: 1px dashed #C3C3C3;
  }
  #maker .purchase-results .post-ctt .item-flex .item:last-of-type{
    border: none;
    border-top: 1px dashed #C3C3C3;
    border-bottom: 1px dashed #C3C3C3;
  }
  #maker .purchase-results .post-ctt .item-flex .item .img{
    position: relative;
    display: block;
    width: 40vw;
    height: 32.800000000000004vw;
    overflow: hidden;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
  }
  #maker .purchase-results .post-ctt .item-flex .item .img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 32.800000000000004vw;
    height: auto;
    margin: 0 auto;
    transition: all .3s;
  }
  #maker .purchase-results .post-ctt .item-flex .item .item-ttl{
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1.47;
    margin: 0;
    color: #111111;
    text-decoration: none;
  }
  #maker .purchase-results .post-ctt .item-flex .item:hover .img img{
    opacity: 0.7;
  }
  #maker .purchase-results .post-ctt .item-flex .item:hover .item-ttl{
    text-decoration: underline;
  }
  #maker .purchase-results .other-link a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 85.33333333333334vw;
    width: 100%;
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    text-decoration: none;
    color: #fff;
    background-color: #1A1A1A;
    padding: 4.8vw 0;
    margin: 0 auto;
    transition: all .3s;
  }
  #maker .purchase-results .other-link a:hover{
    opacity: 0.7;
  }
  #maker .purchase-results .other-link a::after{
    position: absolute;
    top: 50%;
    right: 4.8vw;
    content: "";
    display: inline-block;
    width: 2.13333333333333vw;
    height: 2.13333333333333vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    transition: all .3s;
    margin: 0 0 -3px;
  }
}

