@charset "utf-8";

/* =====================================
	共通
======================================= */
html,
body {
  width: 100%;
  font-size: 62.5%;
}
body {
  min-width: 100%;
  background: url(../img/common/pt1.png);
  color: #333;
  line-height: 1.65em;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
}

#container {
  width: 1200px;
  margin: 0 auto;
}
#container aside {
  width: 194px;
  float: right;
  margin-left: 16px;
}
#container article {
  width: 990px;
  float: left;
}
.pcNon {
  display: none !important;
}
/* 変数指定 */
:root {
	--tel-color: #B31037;
	--mail-color: #DE613A;
	--mail2-color: #193162;
	--line-color: #458E3D;
	--tel-font: "Roboto Condensed", sans-serif;
}

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

.tabNon2 {
  display: none !important;
}

/* 注釈 */
.vice-annotation {
  text-align: center;
  font-size: 14px;
  margin-bottom: 6px;
}

.vice-annotation::before {
  content: "※";
}

/*--------------------------------------

【共通】タイトル

---------------------------------------*/
h2 {
  font-size: 2.6rem;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*上下ラインタイトル
----------------------------------------*/
h2.main-ttl01 {
  background: #4d5263;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
}

h2.main-ttl01 span {
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px 0;
}

/*TOP用
----------------------------------------*/
h1.main-ttl01 {
  font-size: 2.6rem;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background: #4d5263;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
}

h1.main-ttl01 span {
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px 0;
}

/*フォームh1用
----------------------------------------*/
.form-h1 {
  width: 990px;
  margin-top: 40px;
  font-size: 12px;
  font-weight: normal;
  float: right;
  display: block;
}

/*■付タイトル
-----------------------------------------*/
h2.main-ttl02 {
  color: #4c5161;
  border-bottom: 2px solid #4c5161;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}

h2.main-ttl02 span {
  background: url(../img/common/title_icon.png) no-repeat 20px center;
  padding-left: 40px;
}

/*他社比較タイトル
-------------------------------------------*/
h2.main-ttl03 {
  color: #12476b;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  margin: 10px 0 30px;
}

h3.hikaku-ttl {
  font-weight: normal;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

h3.hikaku-ttl span {
  display: block;
  color: #193162;
  font-weight: bold;
  font-size: 1.8rem;
}

/*お客様の声
-------------------------------------------*/
h2.main-ttl04 {
  width: 950px;
  margin: 0 auto 20px;
  padding: 18px 0;
  background: #4d5263;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
}

h3.voiceTtl {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
  color: #42515f;
  font-weight: normal;
  padding: 20px 0 20px 20px;
}

/*お知らせ
---------------------------------------*/
.white {
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

#oshirase {
  width: 1200px;
  font-size: 14px;
  padding: 16px;
  border: 2px solid #85252e;
  color: #85252e;
  box-sizing: border-box;
  margin: auto;
  font-weight: bold;
}

/*共通*/
.notice-common {
  width: 100%;
  background: #fff;
  padding: 10px 0 10px;
}

.notice-common .notice-common-in {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 18px 10px;
}

.notice-common .notice-common-ttl {
  color: #85252e;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}

.notice-common .notice-common-ttl p small {
  font-weight: normal;
}

.notice-common .notice-common-ttl p.txt {
  font-weight: normal;
  color: #333;
  margin-top: 10px;
  font-size: 16px;
}

.notice-common .notice-common-box {
  text-align: center;
  /* display: flex; */
  flex-wrap: wrap;
}

.notice-common .notice-common-box dl {
  border: 1px solid #ccc;
  width: 25%;
  box-sizing: border-box;
}

.notice-common .notice-common-box dt {
  border-bottom: 1px solid #ccc;
  padding: 4px 0;
}

.notice-common .notice-common-box dd {
  padding: 8px 0;
}

.notice-common .notice-common-box dl p {
  color: #85252e;
}

.notice-common .notice-common-box dl:nth-child(odd) {
  background: #fcfcfc;
}

.notice-common {
  text-align: center;
}

.notice-common .notice-common-box a {
  color: #85252e;
  font-weight: bold;
  font-size: 1.8rem;
  padding-left: 30px;
}

.notice-common .notice-common-box a:hover {
  opacity: 0.7;
}

/*メール*/
#mailNotice {
  width: 1200px;
  margin: 20px auto;
  border: 2px solid #85252e;
  padding: 20px;
  box-sizing: border-box;
}

/*LINE*/
#lineNotice {
  background: #fff;
  padding: 40px 20px 20px;
}

#lineNotice .lineN-box {
  border: 2px solid #85252e;
  padding: 20px;
}

/*
top用お知らせ
---------------------------------------*/
.info-top {
  width: 100%;
  background: #fff;
  padding: 20px 20px 30px;
  margin-bottom: 40px;
  border: 1px solid #84868b;
  box-sizing: border-box;
  background: url(../img/common/pt3.jpg);
}

.info-top .info-t-ttl {
  width: 940px;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 20px;
  color: #4d5263;
  font-weight: bold;
}

.info-top .info-t-ttl .heading {
  margin: 10px 0;
}

.info-top .info-t-ttl .heading {
  padding: 12px 10px;
  border: rgb(77, 82, 99) 2px;
  border-style: solid none;
  background: repeating-linear-gradient(
    45deg,
    #fff,
    #fff 3px,
    rgba(168, 173, 188, 0.1) 3px,
    rgba(168, 173, 188, 0.1) 6px
  );
}

.info-top .info-t-ttl .heading p::before {
  content: "■";
  padding-right: 10px;
}

.info-top .info-t-txt {
  background: #fff;
  padding: 20px;
}

.info-top .info-t-txt span {
  display: block;
  color: #4d5263;
  font-weight: bold;
  margin-bottom: 10px;
}

.info-top .info-t-txt a {
  display: block;
  color: #4d5263;
  margin-top: 6px;
}

/*　店舗お知らせ　-------------------------*/
.info-shop {
  margin: 0 auto 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding-bottom: 10px;
}

.info-shop .info-t-ttl {
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 1.8rem;
  color: #26636a;
  font-weight: bold;
}

.info-shop .info-t-ttl .heading {
  padding: 8px 6px 6px 20px;
  border-style: solid none;
  background: repeating-linear-gradient(
    45deg,
    #fff,
    #fff 3px,
    rgba(168, 173, 188, 0.2) 3px,
    rgba(168, 173, 188, 0.2) 6px
  );
}

.info-shop .info-t-txt {
  padding: 10px 16px 0;
  line-height: 2em;
}

.info-shop .info-t-txt span {
  color: #0e565f;
  border-bottom: 2px dotted #26636a;
}

/*文字色変え
---------------------------------------*/
/*orange*/
span.orange {
  font-weight: bold;
  color: #a35a41;
}

/*red*/
b.red {
  color: #85252e;
}

/*------------------------------------

    header

------------------------------------*/
/* ページトップへ */
#goTop {
  position: fixed;
  width: 100px;
  bottom: 20px;
  right: 20px;
  height: 60px;
  line-height: 62px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}

#goTop a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#footer-banner #goTop {
  position: absolute;
  top: -110px;
  right: 0;
}

/*全体*/
/* お知らせ */
header .h-info {
  width: 100%;
  padding: 10px 0;
  background: #cedae6;
  margin-bottom: 20px;
}

header .h-info .h-info-in {
  width: 1200px;
  margin: 0 auto;
  color: #535353;
  font-size: 1.38rem;
}

header .h-info .h-info-in a {
  color: #981524;
}

header .h-info p {
  margin-bottom: 2px;
}

header .h-info p:last-child {
  margin-bottom: 0;
}

header {
  width: 100%;
  min-width: 100%;
  background: #fff;
}

header .headerIn {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}

/*header p*/
header .headh1 p {
  width: 990px;
  margin-top: 40px;
  font-size: 12px;
  font-weight: normal;
  float: right;
}

/*ロゴ*/
header .headLogo {
  width: 190px;
  margin-right: 20px;
}

/* グローバルメニュー
-------------------------- */
#gNav {
	height: 60px;
	background: #4c5060;
}

#gNav > ul {
	width: 1200px;
	display: flex;
	margin: 0 auto;
}

#gNav > ul > li {
	/* width: calc(100% / 4); */
	width: 33.3333%;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}

#gNav > ul > li:last-child {
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}

#gNav > ul > li > a {
	height: 60px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 18px;
}

#gNav > ul > li:last-child {
  letter-spacing: 2px;
  cursor: pointer;
}

#gNav > ul {
  position: relative;
}

/* ドロップダウン部分 */
#gNav > ul > li > ul {
	display: none;
	width: 1200px;
	padding: 8px 0;
	background: rgba(75, 80, 96, 0.9);
	box-sizing: border-box;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 2;
}

#gNav > ul > li > ul li {
	float: left;
	width: 400px;
}

#gNav > ul > li > ul li > a {
	display: block;
	text-decoration: none;
	padding: 8px 0;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 4px #3c4256;
}

#gNav > ul > li > ul li > a:hover,
#gNav > ul > li > ul li > a:active {
	background: rgba(104, 110, 132, 0.5);
}

/* キーヴィジュアル
-------------------------- */
#keyvisual {
	width: 1200px;
	margin: 0 auto;
}

/* トップページキーヴィジュアル調整
-------------------------- */
#top #keyvisual {
	margin-bottom: 30px;
}

#keyvisual .inner {
	background-image: url(../img/top/top_bg.webp);
	min-height: 500px;
	position: relative;
}

#keyvisual .inner::before {
	content: "";
	display: inline-block;
	height: 50rem;
	width: 58rem;
	position: absolute;
	top: 0%;
	right: 0%;
	bottom: 0;
	background-image: url(../img/top/top_human.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	vertical-align: middle;
}

#keyvisual .box {
  display: flex;
  flex-direction: column;
  width: 80%;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  min-height: 500px;
  justify-content: center;
}

#keyvisual .logo {
  display: flex;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  justify-content: space-between;
  width: 35rem;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}

#keyvisual .logo .ttl {
  align-self: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  padding-right: 1.5rem;
  letter-spacing: 1.8px;
  font-weight: 400;
}

#keyvisual .logo img {
  width: 14rem;
  height: auto;
}

#keyvisual .catch {
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(12, 17, 21, 0.9);
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem;
  letter-spacing: 0.3rem;
  margin: 2rem 0;
}

#keyvisual .item {
  width: calc(100% / 2);
  height: auto;
}

#keyvisual .item img {
  width: 100%;
}

/* アイテムキーヴィジュアル調整
-------------------------- */
#item #keyvisual {
  position: relative;
}

#item #keyvisual .mincho {
  font-family: "Zen Old Mincho", serif;
}

#item #keyvisual img {
  width: 100%;
  height: auto;
}

#item #keyvisual .text-box {
  position: absolute;
  color: #281a0f;
  width: calc(100% / 1.5);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 1.6rem;
}

#item #keyvisual .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24rem;
}

#item #keyvisual .item {
  font-size: 5.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8rem;
  background: rgba(255, 255, 255, 0.6);
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 1rem 2rem;
  margin: 2.4rem 0;
}

#item #keyvisual .point {
  display: flex;
  column-gap: 2rem;
}

#item #keyvisual .point li {
  background: #aa6832;
  width: 17rem;
  height: 7rem;
  text-align: center;
  line-height: 3.5rem;
  padding: 1rem;
}

#item #keyvisual .point li span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24rem;
}

#item #keyvisual .point li p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.24rem;
}

/* 遺品買取キーヴィジュアル調整
-------------------------- */
#ihin #keyvisual {
  position: relative;
}

#ihin #keyvisual .mincho {
  font-family: "Zen Old Mincho", serif;
}

#ihin #keyvisual img {
  width: 100%;
  height: auto;
}

#ihin #keyvisual .text-box {
  position: absolute;
  color: #281a0f;
  width: calc(100% / 1.5);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#ihin #keyvisual .ttl {
  font-size: 4.2rem;
  color: #253526;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24rem;
  margin-left: 1.6rem;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5),
    -1px -1px 1px rgba(255, 255, 255, 0.5),
    -1px 1px 1px rgba(255, 255, 255, 0.5), 1px -1px 1px rgba(255, 255, 255, 0.5),
    1px 0 1px rgba(255, 255, 255, 0.5), -1px 0 1px rgba(255, 255, 255, 0.5),
    0 1px 1px rgba(255, 255, 255, 0.5), 0 -1px 1px rgba(255, 255, 255, 0.5);
}

#ihin #keyvisual .item {
  font-size: 7.2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8rem;
  color: #253526;
  width: auto;
  display: inline-block;
  text-align: center;
  margin-left: 1.6rem;
  padding: 0;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5),
    -2px -2px 2px rgba(255, 255, 255, 0.5),
    -2px 2px 2px rgba(255, 255, 255, 0.5), 2px -2px 2px rgba(255, 255, 255, 0.5),
    2px 0 2px rgba(255, 255, 255, 0.5), -2px 0 2px rgba(255, 255, 255, 0.5),
    0 2px 2px rgba(255, 255, 255, 0.5), 0 -2px 2px rgba(255, 255, 255, 0.5);
}

#ihin #keyvisual .detail {
  background: rgba(255, 255, 255, 0.6);
  margin-top: 3rem;
}

#ihin #keyvisual .detail__Item {
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.1em;
  margin-left: 1.6rem;
  padding: 1rem;
}

/* パンくず
-------------------------- */
/* #bcBg {
  background: #f6f2e5;
} */

#bc {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  padding: 10px 0 10px 10px;
}

#bc ol li {
  display: block;
  float: left;
}

#bc ol li:after {
  content: "　>　";
}

#bc ol li:last-child:after {
  content: none;
}

#bc a {
  text-decoration: underline;
  color: #0044cc;
}

/*------------------------------------

    サイド

------------------------------------*/
#side {
  width: 194px;
}

/*タイトル*/
#side .sideTtl {
  margin-bottom: 10px;
  border-bottom: 1px solid #2c4f54;
}

#side .sideTtl span {
  display: block;
  padding-left: 6px;
  font-weight: bold;
  font-size: 20px;
  color: #2c4f54;
  border-left: 10px solid #2c4f54;
  border-bottom: 2px solid #2c4f54;
  margin-bottom: 4px;
}

/*査定ボタン
--------------------------------*/
#side .formBtn {
  margin-bottom: 40px;
}

#side .formBtn .web,
#side .formBtn .request,
#side .formBtn .consultation {
  height: 90px;
  line-height: 90px;
  padding-left: 10px;
  box-sizing: border-box;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
}

#side .formBtn .web,
#side .formBtn .request {
  margin-bottom: 10px;
}

/*背景カラー*/
#side .formBtn .request {
	background: #DE613A;
	background-size: 46%;
	border-radius: 6px;
}
#side .formBtn .web,
#side .formBtn .consultation {
	background: #193162;
	border-radius: 6px;
}

#side .formBtn a {
  color: #fff;
  font-size: 21px;
  text-decoration: none;
}
#side .formBtn p {
  background: url(../img/common/arrow.png) no-repeat 160px center;
}

/*LINE査定ボタン
--------------------------------*/
#side .lineSatei {
  margin-bottom: 40px;
}
#side .lineSatei .lineSateiBtn {
	background: #458E3D;
	background-size: 44%;
	height: 80px;
	line-height: 80px;
	padding-left: 10px;
	box-sizing: border-box;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
	"ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	border-radius: 6px;
}

#side .lineSatei .lineSateiBtn a {
  color: #fff;
  font-size: 21px;
  text-decoration: none;
}

#side .lineSatei .lineSateiBtn p {
  background: url(../img/common/arrow.png) no-repeat 160px center;
}

/*買取方法ボタン
--------------------------------*/
#side .kaitori3way {
  margin-bottom: 40px;
}

#side .kaitori3way ul {
  margin-bottom: 40px;
}

#side .kaitori3way ul li {
  margin-bottom: 10px;
}

/*骨董品の買取品目
--------------------------------*/
#side .productBox {
  margin-bottom: 40px;
}

/*骨董レイアウト*/
#side .productBox ul {
  background: url(../img/side/back_white.png);
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#side .productBox ul li {
  display: table-row;
}

#side .productBox ul li a {
  display: table-cell;
  vertical-align: middle;
  height: 59px;
  line-height: 1.2;
  color: #1d0305;
  padding-left: 50px;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

/*背景画像*/
#side .productBox ul li:nth-of-type(1) a {
  background: url(../img/side/kottou_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(2) a {
  background: url(../img/side/sadou_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(3) a {
  background: url(../img/side/kakejiku_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(4) a {
  background: url(../img/side/touken_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(5) a {
  background: url(../img/side/kattyu_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(6) a {
  background: url(../img/side/kingin_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(7) a {
  background: url(../img/side/kosen_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(8) a {
  background: url(../img/side/ceramics_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(9) a {
  background: url(../img/side/antique_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(10) a {
  background: url(../img/side/c_kotto_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(11) a {
  background: url(../img/side/kouboku_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(12) a {
  background: url(../img/side/ivory_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(13) a {
  background: url(../img/side/coral_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(14) a {
  background: url(../img/side/jade_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(15) a {
  background: url(../img/side/kosyo_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(16) a {
  background: url(../img/side/painting_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(17) a {
  background: url(../img/side/kimono_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(18) a {
  background: url(../img/side/doll_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(19) a {
  background: url(../img/side/sculpture_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(20) a {
  background: url(../img/side/kunsyo_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(21) a {
  background: url(../img/side/butsuzo_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(22) a {
  background: url(../img/side/furniture_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(23) a {
  background: url(../img/side/glass_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(24) a {
  background: url(../img/side/makie_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(25) a {
  background: url(../img/side/syodo_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(26) a {
  background: url(../img/side/iron_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(27) a {
  background: url(../img/side/silver_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(28) a {
  background: url(../img/side/bamboo.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(29) a {
  background: url(../img/side/toy_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(30) a {
  background: url(../img/side/kitte_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(31) a {
  background: url(../img/side/jewelry_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(32) a {
  background: url(../img/side/liquor_icon.png) no-repeat 0 50%;
}

#side .productBox ul li:nth-of-type(33) a {
  background: url(../img/side/tableware_icon.png) no-repeat 0 50%;
  border-bottom: none;
}

/*マウスオーバー*/
#side .productBox ul li a:hover {
  color: #fff;
}

#side .productBox ul li:nth-of-type(1) a:hover {
  background: url(../img/side/kottou_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(2) a:hover {
  background: url(../img/side/sadou_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(3) a:hover {
  background: url(../img/side/kakejiku_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(4) a:hover {
  background: url(../img/side/touken_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(5) a:hover {
  background: url(../img/side/kattyu_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(6) a:hover {
  background: url(../img/side/kingin_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(7) a:hover {
  background: url(../img/side/kosen_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(8) a:hover {
  background: url(../img/side/ceramics_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(9) a:hover {
  background: url(../img/side/antique_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(10) a:hover {
  background: url(../img/side/c_kotto_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(11) a:hover {
  background: url(../img/side/kouboku_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(12) a:hover {
  background: url(../img/side/ivory_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(13) a:hover {
  background: url(../img/side/coral_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(14) a:hover {
  background: url(../img/side/jade_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(15) a:hover {
  background: url(../img/side/kosyo_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(16) a:hover {
  background: url(../img/side/painting_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(17) a:hover {
  background: url(../img/side/kimono_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(18) a:hover {
  background: url(../img/side/doll_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(19) a:hover {
  background: url(../img/side/sculpture_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(20) a:hover {
  background: url(../img/side/kunsyo_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(21) a:hover {
  background: url(../img/side/butsuzo_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(22) a:hover {
  background: url(../img/side/furniture_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(23) a:hover {
  background: url(../img/side/glass_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(24) a:hover {
  background: url(../img/side/makie_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(25) a:hover {
  background: url(../img/side/syodo_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(26) a:hover {
  background: url(../img/side/iron_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(27) a:hover {
  background: url(../img/side/silver_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(28) a:hover {
  background: url(../img/side/bamboo.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(29) a:hover {
  background: url(../img/side/toy_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(30) a:hover {
  background: url(../img/side/kitte_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(31) a:hover {
  background: url(../img/side/jewelry_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(32) a:hover {
  background: url(../img/side/liquor_icon.png) no-repeat 0 50%, #999daf;
}

#side .productBox ul li:nth-of-type(33) a:hover {
  background: url(../img/side/tableware_icon.png) no-repeat 0 50%, #999daf;
}

/*ジャンルごとの買取品目
--------------------------------*/
#side .productMain {
  margin-bottom: 30px;
}

/*レイアウト*/
#side .productMain ul {
  background: url(../img/side/back_white.png);
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#side .productMain ul li {
  height: 59px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  line-height: 59px;
}

#side .productMain ul .leftP {
  padding-left: 10px;
}

#side .productMain ul li a {
  display: block;
  padding-left: 10px;
  color: #422d2f;
  text-decoration: none;
}

#side .productMain ul li a:hover {
  background: #999daf;
  color: #fff;
}

/*地域別買取エリア
--------------------------------*/
#side .side_areaList {
  margin-bottom: 40px;
}

#side .side_areaList .areaBox {
  padding: 14px 6px;
  background: url(../img/common/pt3.png);
}

#side .side_areaList .areaBox .region {
  margin-bottom: 10px;
}

#side .side_areaList .areaBox .region .regionTtl {
  font-size: 13px;
  font-weight: bold;
}

#side .side_areaList .areaBox .region ul {
  display: flex;
  flex-wrap: wrap;
}

#side .side_areaList .areaBox .region ul li {
  line-height: 1.3em;
  padding-right: 2%;
}

#side .side_areaList .areaBox .region ul li a {
  color: #627f9b;
  font-size: 12px;
}

/*QRコード
--------------------------------*/
#side .qrcode {
  margin-bottom: 10px;
}

#side .qrcode .qrcodeIn {
  background: url(../img/side/back_white.png);
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #444a5f;
}

#side .qrcode .qrcodeIn img {
  display: block;
  width: 120px;
  margin: 0 auto 10px;
}

#side .qrcode .qrcodeIn p {
  background: url(../img/side/sumafo_img.png) no-repeat 0 center;
  font-size: 14px;
  padding-left: 40px;
}

#side .qrcode .qrcodeIn .red {
  color: #83263e;
}

/*地域別買取実績ページリンク
--------------------------------*/
#side .chiikiLink {
  margin-bottom: 20px;
}

#side .blogLink a:hover {
  opacity: 0.8;
}

/*スタッフブログリンク
--------------------------------*/
#side .blogLink {
  margin-bottom: 20px;
}

#side .blogLink a:hover {
  opacity: 0.8;
}

/*食器リンク
--------------------------------*/
#side .tablewareLink {
  margin-bottom: 20px;
}

#side .tablewareLink a:hover {
  opacity: 0.8;
}

/*------------------------------------

	買取品目

------------------------------------*/
.itemList {
  background: #fff;
  padding: 30px 0;
  margin-bottom: 40px;
}

.itemList ul {
  width: 900px;
  margin: 0 auto;
  letter-spacing: -0.4em;
}

.itemList ul li {
  width: 210px;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 0 7.5px;
  letter-spacing: normal;
}

.itemList ul li p.item-link {
  background: url(../img/common/kaitorigenre_arrow.png) no-repeat right center;
  text-align: right;
  padding-right: 18px;
}

.itemList a {
  text-decoration: none;
  font-weight: bold;
  text-align: right;
  color: #5b6384;
}

.itemList a:hover {
  opacity: 0.8;
}

/*
	模型
------------------------------------*/
.itemList.model {
  margin-bottom: 0;
  padding: 0;
}

/*------------------------------------
	内部リンク
------------------------------------*/
.pb30 {
  padding-bottom: 40px;
}

.internal-link-linkbox {
  background: #fff;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

a.internal-link {
  display: block;
  width: 600px;
  margin: -30px auto 0;
  padding: 17px 0;
  background-image: linear-gradient(to right, #517fa4 0%, #37546b 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}

.bpt30 {
  padding-top: 30px;
}

/*------------------------------------

    footer

------------------------------------*/
footer {
  width: 100%;
  background: #e9e9e9;
  padding-top: 30px;
}

/*ロゴ
------------------------------------*/
footer .logo {
  width: 184px;
  margin: 0 auto 20px;
}

/*会社案内
------------------------------------*/
footer .company {
  width: 700px;
  margin: 0 auto;
  padding: 30px 0 10px;
  text-align: center;
}

footer .company li {
  display: inline-block;
  border-right: 1px solid #5b6384;
  padding: 0 25px;
  margin-bottom: 10px;
}

footer .company li:nth-of-type(4),
footer .company li:last-child {
  border-right: none;
}

footer .company li a {
  color: #5b6384;
  text-decoration: none;
}

/*個物許可証
------------------------------------*/
footer .proof {
  font-size: 14px;
}

footer ul {
  margin-bottom: 20px;
}

footer ul li {
  text-align: center;
}

/*コピーライト
------------------------------------*/
footer .copyWrite {
  background: #4c5060;
  text-align: center;
  padding: 6px 0;
  color: #fff;
}

footer .copyWrite a {
  color: #fff;
  text-decoration: none;
}

/*footer.form
------------------------------------*/
footer.form{
  background: #fff;
}


/*------------------------------------

	問い合わせ

------------------------------------*/
.campaign {
	margin-bottom: 20px;
}
.campaign .campaign-info {
	padding: 6px 0 0 10px;
	font-size: 12px;
	line-height: 17px;
}
.contact a {
	display: block;
	border-radius: 60px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.contact {
	background-color: #fff;
	margin-bottom: 50px;
	padding-bottom: 30px;
}
.contact__ttl {
	background-color: #4c5161;
	margin-bottom: 30px;
	padding: 1.8rem 0;
	font-size: 2.4rem;
	text-align: center;
	color: #fff;
}
.contact__subttl {
	margin-bottom: 20px;
	font-size: 2.1rem;
	line-height: 1.4em;
	text-align: center;
}
.contact__common-ttl::before {
	content: "";
	display: inline-block;
	margin-right: 0.7em;
	width: 1.5em;
	height: 1.5em;
}
/* 電話 */
.contact__telbox {
	margin: 0 2% 20px;
}
.contact .contact__telbtn {
	font-family: "Yu Mincho", "YuMincho";
	font-weight: 600;
	font-size: 6.8rem;
	pointer-events:none;
	color: var(--tel-color);
	margin-bottom: 10px;
}
.contact__telbtn p::before {
    content: "";
    display: inline-block;
    margin-right: 0.2em;
    width: 0.85em;
    height: 0.85em;
    background: url(../img/common/contact_img01.svg) no-repeat bottom/contain;
}
.contact__txt {
	text-align: center;
}
.contact__linebox,
.contact__mailbox {
	width: 860px;
	margin: 0 auto 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.contact__common-ttl {
	display: flex;
	background-color: #F1F2F3;
	margin-right: 4%;
	font-weight: bold;
	justify-content:center;
	align-items:center;
}
/* line */
.contact__linebox .contact__common-ttl::before {
	background: url(../img/common/contact_img03.png) no-repeat center/contain;
}
.contact__linebtn {
	background-color: var(--line-color);
	padding: 1.6rem 0;
	margin: 10px 0;
	font-size: 2rem;
	box-shadow: 5px 5px 6px #ccc,-5px -5px 6px #f4f4f4;
}
/* mail */
.contact__mailbox .contact__common-ttl::before {
	background: url(../img/common/contact_img04.png) no-repeat center/contain;
}
.contact__mailbox .contact__mail1 {
	background-color: var(--mail-color);
	padding: 1.6rem 0;
	margin-bottom: 10px;
	font-size: 2rem;
	box-shadow: 5px 5px 6px #ccc,-5px -5px 6px #f4f4f4;
}
.contact__mailinner {
	display: flex;
}
.contact__mailinner > a {
	width: 100%;
	background-color: var(--mail2-color);
	padding: 1.6rem 0;
	font-size: 1.75rem;
	color: #fff;
}
.contact__mailinner a:nth-child(2) {
	margin-left: 10px;
}


/* =====================================
	食器・骨董共通コンテンツ
======================================= */

/*---------------------------------------
	最新買取実績
-------------------------------------- */
#newestJisseki {
  margin-bottom: 60px;
}

#newestJisseki .newestJTxt {
  font-size: 14px;
  text-align: center;
  color: #85252e;

  border: 1px solid #85252e;
  width: 760px;
  padding: 20px;
  margin: 0 auto 20px;
}

/*レイアウトr*/
#newestJisseki .newestJBox {
  width: 900px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

#newestJisseki .newestJBox li {
  width: 280px;
  margin: 0 30px 30px 0;
}

#newestJisseki .newestJBox li:nth-child(3n) {
  margin-right: 0;
}

/*タグ*/
#newestJisseki .newestJBox li .tag {
  background: #193162;
  color: #fff;
  text-align: center;
  font-size: 13px;
  margin-bottom: 10px;
}

/*テキスト*/
#newestJisseki .newestJBox li .txt .ttl {
  color: #12476b;
  margin-bottom: 4px;
}

#newestJisseki .newestJBox li .txt p {
  line-height: 1.4em;
  font-size: 14px;
}

/*価格*/
#newestJisseki .newestJBox li .price .small::after {
  content: "：";
}

#newestJisseki .newestJBox li .price .red {
  font-size: 18px;
  font-weight: bold;
  color: #85252e;
}

/*--------------------------------------
	他社比較
-------------------------------------- */
#comparison {
  padding: 30px 0 50px;
}

/*タイトル*/
#comparison .ttl {
  text-align: center;
  margin-bottom: 30px;
}

#comparison .ttl .beige {
  font-size: 18px;
  color: #5b4d31;
  margin-bottom: 6px;
}

#comparison .ttl .bule {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 28px;
  color: #12476b;
  font-weight: bold;
  margin-bottom: 10px;
}

/*テキスト*/
#comparison .txt {
  width: 900px;
  margin: 0 auto 30px;
}

/*インナーボックスレイアウト*/
#comparison .comparisonBox {
  background: #fff;
  margin: 0 30px 0;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

#comparison .comparisonBox .txtBox {
  width: 490px;
  margin-right: 20px;
}

#comparison .comparisonBox .comparisonBttl {
  color: #193162;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
}

#comparison .comparisonBox .comparisonBtxt {
  height: 50px;
  margin-bottom: 10px;
  font-size: 18px;
}

/*テーブル*/
#comparison .comparisonBox table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

#comparison .comparisonBox table th {
  text-align: center;
  width: 25%;
  padding: 2px 0;
  vertical-align: top;
  color: #333;
  background-color: #acacac;
  color: #fff;
  border: 1px solid #b9b9b9;
  font-weight: normal;
}

#comparison .comparisonBox table td {
  color: #6d6d6d;
  text-align: center;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  font-weight: bold;
}

/*価格*/
#comparison .comparisonBox .value {
  height: 74px;
  position: relative;
}

#comparison .comparisonBox .value .nlogo img {
  width: 94px;
  display: inline-block;
  margin-right: 8px;
  padding-left: 30px;
}

#comparison .comparisonBox .value .kakaku {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 26px;
  color: #81263c;
  font-weight: bold;
  padding-right: 6px;
}

#comparison .comparisonBox .value .kakaku span {
  font-style: italic;
  font-size: 46px;
  padding-right: 8px;
}

/*-----------------------------------------------
実績+お客様の声
-----------------------------------------------*/
#voice {
  padding: 40px 0;
  background: #fff;
  margin-bottom: 60px;
}

/*メインタイトル*/
#voice h2 {
  border-bottom: none;
  color: #fff;
  background: #42515f;
  padding: 20px 0;
  text-align: center;
  box-sizing: border-box;
  margin: 0 20px 20px;
}

#voice h2 span {
  background: none;
  padding: 0;
}

/*大枠*/
#voice .voiceBox {
  width: 950px;
  margin: 0 auto 40px;
  background: url(../img/common/pt3.png);
}

#voice .voiceBox:last-child {
  margin-bottom: 0;
}

/*内枠*/
#voice .voiceBox .voiceIn {
  width: 880px;
  margin: 0 auto 50px;
  display: flex;
}

/*イメージ*/
#voice .voiceBox .voiceIn .voiceImg {
  margin-right: 30px;
}

#voice .voiceBox .voiceIn .voiceTxt {
  width: 580px;
}

#voice .voiceBox .voiceIn .voiceTxt .tag {
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  background: #928e74;
  padding: 6px 20px;
  margin-bottom: 10px;
}

#voice .voiceBox .voiceIn .voiceTxt p {
  width: 520px;
  margin: 0 auto 10px;
  font-size: 15px;
}

/*買取地域*/
#voice .voiceBox .voiceIn .voiceTxt .from p {
  font-size: 15px;
  padding: 10px 30px 10px 0;
  text-align: right;
}

#voice .voiceBox .voiceIn .voiceTxt .from.lady {
  background: url(../img/top/lady.png) no-repeat right 0;
}

#voice .voiceBox .voiceIn .voiceTxt .from.men {
  background: url(../img/top/men.png) no-repeat right 0;
}

/*査定士の声*/
#voice .assess {
  position: relative;
  width: 950px;
  margin: auto;
  font-size: 15px;
  background: #dcd3d3;
  padding: 20px 0 17px;
}

#voice .assess p {
  width: 670px;
  padding-left: 240px;
}

#voice .assess .assessImg {
  position: absolute;
  bottom: 0;
}

/* =====================================

	フッター固定問い合わせ

======================================= */
/* 固定バナー
-------------------------- */
#footer-banner {
  position: relative;
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 260px;
  z-index: 9999999;
}

/* バナー部分 ------------------------ */
#footer-banner .frame {
  padding: 10px 0 0;
  border: solid 2px #3a3f4e;
  background: #fff;
}

/* 見出し */
#footer-banner .frame .title {
  margin: 0 0 0.6rem;
  padding: 0 10px;
  color: #3a3f4e;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}

/* 小見出し */
#footer-banner .frame .sub-title {
  display: block;
  margin: 16px 0 6px;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
}

#footer-banner .frame .sub-title small {
  display: block;
  margin-top: 4px;
}

/* 注釈 */
#footer-banner .frame .banner-caution {
  margin: 0 10px;
  display: block;
  color: #8d8974;
  font-size: 12px;
  text-align: center;
}

#footer-banner .frame * + .banner-caution {
  margin-top: 4px;
}

/* tel ------------------------ */
#footer-banner .frame .tel-box {
	padding: 10px 10px 16px;
	background: #F8F9FD;
	position: relative;
}
#footer-banner .frame .tel-box .call {
	font-family: "Roboto Condensed", sans-serif;
	margin-bottom: 12px;
	color: #B31037;
	font-weight: bold;
	font-size: 34px;
	text-align: center;
	position: relative;
	letter-spacing: 0.1px;
}

#footer-banner .frame .tel-box .call::before {
  content: "";
  display: inline-block;
  margin-right: 0.2em;
  width: 26px;
  height: 30px;
  background: url(../img/common/contact_img01.svg) no-repeat bottom / 26px;
}

/* 受付時間 */
#footer-banner .frame .tel-box .time {
  display: block;
  color: #8d8974;
  font-size: 1.1rem;
  text-align: center;
	line-height: 0;
}

/* mail --------------------- */
#footer-banner .frame .mail-box {
  margin: 0 10px;
}


#footer-banner .frame .mail-box .button-area a {
	box-sizing: border-box;
	display: block;
	float: left;
	width: calc((100% - 10px) / 2);
	padding: 1.4rem 0;
	background: #193162;
	background-size: 52%;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s;
}

#footer-banner .frame .mail-box .button-area a.apply {
	background: #DE613A;
	background-size: 52%;
	color: #fff;
}

#footer-banner .frame .mail-box .button-area a p {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.08em;
}
#footer-banner .frame .mail-box .button-area a:nth-child(1) {
	 margin-right: 10px;
}

/* hover */
#footer-banner .frame .mail-box .button-area a:hover,
#footer-banner .frame .line-box .button-area a:hover {
  opacity: 0.8;
}

/* line --------------------- */
#footer-banner .frame .line-box {
  margin: 10px 10px 1rem;
}

#footer-banner .frame .line-box .button-area a {
  text-align: center;
  background: #458E3D;
  background-size: 22%;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 0.8rem 0;
  border-radius: 6px;
}

/* 閉じるbtn */
#footer-banner .close-btn {
  cursor: pointer;
  border-top: solid 2px #3a3f4e;
  width: 40px;
  height: 1.6rem;
  background: #3a3f4e;
  position: relative;
  position: absolute;
  top: -1.6rem;
  right: 0;
}

#footer-banner .close-btn .line-1,
#footer-banner .close-btn .line-2,
#footer-banner .close-btn .line-3 {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.6s ease, top 0.6s ease;
}

#footer-banner .close-btn .line-1 {
  width: 3px;
  height: 1.2rem;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
}

#footer-banner .close-btn .line-2,
#footer-banner .close-btn .line-3 {
  width: calc(1.2rem / 2);
  height: 3px;
  position: absolute;
  transform: translate(0, -50%) rotate(-45deg);
}

#footer-banner .close-btn .line-2 {
  left: calc((40px - 1.2rem) / 2);
  transform-origin: top right;
}

#footer-banner .close-btn .line-3 {
  right: calc((40px - 1.2rem) / 2);
  transform-origin: top left;
}

#footer-banner .close-btn.open .line-1 {
  transform: translate(-50%, -50%) rotate(0);
}

#footer-banner .close-btn.open .line-2 {
  transform: rotate(-45deg);
  top: 0;
}

#footer-banner .close-btn.open .line-3 {
  transform: rotate(45deg);
  top: 0;
}

#footer-banner .close-btn.open .line-1,
#footer-banner .close-btn.open .line-2,
#footer-banner .close-btn.open .line-3 {
  transition: transform 0.6s ease, top 0.6s ease;
}

/* =====================================
	キャンペーンモーダル(タブレット調整)
======================================= */
@media screen and (min-width: 770px) {
  .btabNon {
    display: none !important;
  }
}

/*買取の流れ(#priceFlow)
--------------------------------------------------------*/
#priceFlow {
  background: #fff;
  padding: 30px 0 30px;
}

/*タイトル*/
#priceFlow .priceTtl {
  border-bottom: 1px solid #253156;
  margin-bottom: 20px;
  text-align: center;
}

#priceFlow .priceTtl h2 {
  border-bottom: 1px solid #253156;
  margin-bottom: 2px;
}

/*打消し*/
#priceFlow .priceTtl h2 span {
  background: none;
  padding-left: 0;
}

/*レイアウト*/
.priceFBox ul {
  width: 900px;
  margin: 0 auto;
  display: flex;
}

.priceFBox ul li {
  width: 300px;
  height: 220px;
  background: #cedae6;
  position: relative;
  margin: 0 10px 0 0;
}

.priceFBox ul li:last-child {
  width: 320px;
}

.priceFBox ul li:first-child {
  margin-left: 10px;
}

.priceFBox ul li::before {
  content: "";
  border-top: 110px solid transparent;
  border-bottom: 110px solid transparent;
  border-left: 40px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

.priceFBox ul li::after {
  content: "";
  border-top: 110px solid transparent;
  border-bottom: 110px solid transparent;
  border-left: 40px solid #cedae6;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 1;
  box-sizing: border-box;
}

/*打消し*/
.priceFBox ul li:first-child::before {
  display: none;
}

.priceFBox ul li:last-child::after {
  display: none;
}

/*ボックス内レイアウト*/
.priceFBox ul li:nth-child(2) .priceFIn,
.priceFBox ul li:nth-child(3) .priceFIn {
  padding-left: 40px;
  box-sizing: border-box;
}

.priceFBox ul li .priceFIn .priceFImg {
  position:relative;
  height: 130px;
}
.priceFBox ul li .priceFIn img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  margin: 0;
}
.priceFBox ul li:nth-child(1) .priceFIn img {
  width: 45%;
}
.priceFBox ul li:nth-child(2) .priceFIn img {
  width: 40%;
}

.priceFBox ul li .priceFIn-box {
  width: 200px;
  margin: 0 auto;
  font-size: 15px;
}

.priceFBox ul li h3 {
  font-weight: bold;
}

/*買取方法タイトル(top用)*/
#purchase h2 {
  text-align: center;
}

#purchase h2 span {
  background: none;
  padding-left: 0;
}

/*------------------------------------------

	ワードプレス

--------------------------------------------*/
#report {
  background: #fff;
  margin-bottom: 40px;
  padding: 30px 0;
}

/*レイアウト*/
#report ul {
  width: 930px;
  margin: 0 auto;
}

#report ul li.reportBox {
  width: 440px;
  float: left;
  margin: 0 50px 50px 0;
}

/*マージン打消し*/
#report ul li.reportBox:nth-child(even) {
  margin-right: 0;
}

/*コンテンツ内タイトル*/
#report ul li .reportTtl {
  background: url(../img/common/pt3.png);
  padding: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  height: 60px;
}

#report ul li .reportTtl p {
  display: table-cell;
  vertical-align: middle;
  width: 24%;
}

#report ul li .reportTtl p span {
  background-color: #ada591;
  color: #fff;
  padding: 2px 6px;
  text-align: center;
  font-size: 12px;
  display: block;
  box-sizing: border-box;
  margin-right: 10px;
}

#report ul li .reportTtl h3 {
  display: table-cell;
  vertical-align: middle;
  width: 76%;
  font-size: 15px;
  line-height: 2rem;
}

/*コンテンツレイアウト*/
#report .reportCon {
  margin-top: 10px;
}

#report .reportCon .reportImg {
  width: 120px;
  margin-right: 20px;
  float: left;
}

#report .reportCon .reportTxt {
  position: relative;
  width: 300px;
  float: left;
  min-height: 120px;
}

#report .reportTxt p {
  font-size: 14px;
  line-height: 22px;
}

#report .reportTxt .moreBtn {
  position: absolute;
  background: #3d506b;
  padding: 2px 8px;
  font-size: 12px;
  bottom: -20px;
  right: 0;
}

#report .reportTxt .moreBtn a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#report-jisseki {
  background: #fff;
  margin-bottom: 40px;
  padding: 30px 0;
}

#report-jisseki .col2-col4 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  padding: 0 2%;
}

#report-jisseki .col2-col4 .data {
  border: 1px solid #4c5161;
  border-top-width: 3px;
  position: relative;
}

#report-jisseki .col2-col4 > * {
  margin: 20px 15px 0 0;
  width: calc(25% - 15px);
}

#report-jisseki .col2-col4 > *:nth-of-type(4n) {
  margin: 20px 0 0 0;
}

#report-jisseki .col2-col4 .data .img img {
  width: 100%;
}

#report-jisseki .col2-col4 .data .img:hover {
  opacity: 0.8;
}

#report-jisseki .results-list .data .spec {
  padding: 10px;
  position: static;
  background: none;
  bottom: 29px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}

#report-jisseki .results-list .data .spec .writer,
#report-jisseki .results-list .data .spec .title,
#report-jisseki .results-list .data .spec .cat {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#report-jisseki .results-list .data .spec dt {
  font-weight: bold;
}

#report-jisseki .results-list .data .spec dt,
#report-jisseki .results-list .data .spec dd {
  color: #000;
  font-size: 14px;
  padding: 0 0 5px;
  line-height: 1;
}

#report-jisseki .results-list .data .spec .price {
  padding: 5px 0 0;
  border-top: 1px dashed #000;
}

#report-jisseki .results-list .data .spec .price .sankou {
  color: #4c5161;
  font-size: 12px;
  transform: scale(1);
  transform-origin: 0 0;
  margin-right: 0;
}

#report-jisseki .results-list .data .spec .price .sankou br {
  display: none;
}

#report-jisseki .results-list .data .spec .price em {
  color: #882339;
  font-size: 20px;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN",
    "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman",
    Meiryo, serif;
  font-style: normal;
}

#report-jisseki .results-list .data .spec .price .yen {
  color: #882339;
  font-size: 12px;
}

#report-jisseki .results-list .data .spec .posting-date {
  display: flex;
  font-size: 1.2rem;
  padding: 6px 0 10px;
}

#report-jisseki .results-list .btn {
  height: 29px;
  line-height: 29px;
  background: #212c55;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  padding-right: 10px;
  margin: 0 3px 3px;
  letter-spacing: 0.2em;
  font-size: 14px;
}

#report-jisseki .results-list .btn:after {
  content: "";
  display: block;
  border: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: none;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

#report-jisseki .alert {
  text-align: center;
  color: #882339;
  font-size: 14px;
  padding: 40px 0;
}

#report-jisseki .alert {
  text-align: center;
  color: #882339;
  font-size: 14px;
  padding: 40px 0;
}

#report-jisseki .blog_link {
  margin-bottom: 50px;
}

#report-jisseki .blog_link p {
  text-align: center;
}

#report-jisseki .blog_link .btn {
  background: url(../../img/common/arrow.png) no-repeat, #3b4061;
  background-position: 660px center;
  width: 700px;
  padding: 14px 0;
  border-radius: 6px;
  margin: 10px auto 0;
  text-align: center;
}

#report-jisseki .blog_link .btn a {
  display: block;
  color: #fff;
  text-decoration: none;
}

/* 買取種別
------------------------------------------------------- */
.results-list .data .type {
  position: absolute;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 1.2em;
  background: #212c55;
  border: 1px solid #888888;
  right: 0;
  margin: 3px;
  z-index: 1;
}

.results-list .data .type a {
  color: #ffffff;
  text-decoration: none;
}

/* =====================================
	初めてのお客様へ
======================================= */


/* MV
---------------------------------------------------------- */

#keyvisuaG {
  margin-bottom: 40px;
}

/* 初めてのお客様へ
---------------------------------------------------------- */

#guide-con {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

#guide-con picture {
  width: 950px;
}
#guide-con picture img {
  margin: 0 auto;
  margin-bottom: 20px;
}

#guide-con .txt {
  width: 900px;
  margin: 0 auto;
  line-height: 2em;
}

/* メニュー
---------------------------------------------------------- */

#guide-menu {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

#guide-menu ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;

  width: 890px;
  margin: 0 auto;
  height: 100px;
}
#guide-menu ul li {
  border-bottom: solid 2px #4D5263;
  width: 33%;
  max-width: 250px;
}
#guide-menu ul li a {
  text-decoration: none;
  color: #46597D;
}
#guide-menu ul li a::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background-image: url(../img/common/arrow_right.svg);
  background-size: contain;
  vertical-align: middle;
}

/* 3つの理由
---------------------------------------------------------- */

#guide-reason {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: -10;
}

#guide-reason .guide-rason-main li{
  width: 90%;
  margin: 0 auto;
  background-color: #F7F6ED;
  margin-bottom: 20px;

  display: flex;
}
#guide-reason .guide-rason-main li:nth-child(2) {
  flex-direction: row-reverse;
}
#guide-reason .guide-rason-main li img {
  width: 330px;
  object-fit: cover;
}

#guide-reason .guide-rason-main li div {
  padding: 20px;
}

#guide-reason .guide-rason-main li h3 {
  font-size: 18px;
  color: #4D5263;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

  margin: 15px 0 30px 0;
}
#guide-reason .guide-rason-main li h3::before {
  font-size: 40px;
  border-right: solid 1px #4D5263;
  margin-right: 10px;
  background-size: contain;
  vertical-align: middle;
}
#guide-reason .guide-rason-main li:nth-child(1) h3::before {
  content: '01 ';
}
#guide-reason .guide-rason-main li:nth-child(2) h3::before {
  content: '02 ';
}
#guide-reason .guide-rason-main li:nth-child(3) h3::before {
  content: '03 ';
}

#guide-reason .guide-reason-icon {
  display: flex;
  justify-content: space-around;
  align-items: center;

  max-width: 700px;
  height: 109px;
  margin: 0 auto;
}
#guide-reason .guide-reason-icon li {
  width: 200px;
  height: 109px;
  background-color: #F7F6ED;
  position: relative;
  z-index: -1;
  overflow: hidden;

  display: flex;
  justify-content: space-around;
  align-items: center;
}
#guide-reason .guide-reason-icon li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: -2;
  background-color: #D9D9D9;
  transform: skewY(-15deg);
  transform-origin: bottom right;
}
#guide-reason .guide-reason-icon li:nth-child(1) img {
  width: 67px;
  margin: 0 auto;
}
#guide-reason .guide-reason-icon li:nth-child(2) img {
  width: 60px;
  margin: 0 auto;
}
#guide-reason .guide-reason-icon li:nth-child(3) img {
  width: 62px;
  margin: 0 auto;
}
#guide-reason .guide-reason-icon p {
  font-size: 16px;
  color: #4D5263;
  font-weight: bold;
  text-align: center;
}

/* よくある質問
---------------------------------------------------------- */
.qa-con {
	background: #fff;
	margin-bottom: 40px;
	padding: 30px 0;
}

.qa-con .qa-box {
	box-sizing: border-box;
	border-left: 2px solid #d1d2d3;
	border-right: 2px solid #d1d2d3;
	border-bottom: 2px solid #d1d2d3;
	margin: 0 30px;
	padding-bottom: 20px;
	padding-top: 30px;
}

.qa-con .ttl {
	background: url(../img/common/question.svg) 105% center / 20% no-repeat, #4d5263;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
	width: 930px;
	padding: 46px 0;
	margin: 0 auto;
}

.qa-con .qa-box dl {
	margin: 0 30px 20px;
}

.qa-con .qa-box dl dt {
	color: #647892;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	padding-left: 60px;

	border-bottom: 2px solid #7b8fa8;
	background: url(../img/common/qa_q.svg) 10px center / 28px 28px no-repeat;
}

.qa-con .qa-box dl dd {
	padding: 0 42px 0 50px;
	min-height: 46px;
	margin: 10px 0 10px 0;
	line-height: 1.9em;
	background: url(../img/common/qa_a.svg) 16px 2px / 17px 17px no-repeat;
}

.qa-con .qa-box dl dd p {
	border-left: 1px dashed #7b8fa8;
	padding-left: 10px;
}

/* ご本人確認書類
---------------------------------------------------------- */
.flow__attention {
  width: 100%;
  margin: 0 auto;
	border: 2px solid #ADACB2;
  margin-bottom: 40px;
  background-color: #FFF;
}
.flow__attention-box {
  padding: 1em;
}
.attention__ttl {
	font-weight: bold;
	border-bottom: 1px solid#ADACB2;
	padding-bottom: 10px;
}
.attention__txt {
	padding-top: 10px;
}

/* クーリングオフについて
---------------------------------------------------------- */

.guide-cooling {
  width: 100%;
  border: 2px solid #456C90;
  margin: 0 auto;
  margin-bottom: 40px;
  background-color: #FFF;
}

.guide-cooling h2 {
  font-size: 20px;
  color: #FFF;
  text-align: center;

  padding: 10px 0;
  background-color: #456C90;
}

.guide-cooling p {
  padding: 20px;
}

/* 遺品買取バナー
---------------------------------------------------------- */

#guide-ihin {
  margin-bottom: 40px;
}

/* お客様の声
---------------------------------------------------------- */

#guide-voice {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

#guide-voice p {
  font-size: 1.4rem;;
  text-align: center;
  padding-top: 20px;
}

#guide-voice dl {
  background-color: #F8F8F7;
  padding-bottom: 20px;

  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#guide-voice .m-non{
  margin-bottom: 0;
}

#guide-voice dl .guide-voice-flex {
  display: flex;
  position: relative;

  justify-content: center;
  align-items: center;
  background-color: #EBEBEB;
  height: 60px;
}
#guide-voice dl .guide-voice-flex img {
  width: 100px;

  position: absolute;
  bottom: 0;
  left: 200px;
}
#guide-voice dl .guide-voice-flex .guide-voice-cust {
  font-size: 18px;
  color: #46597D;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

  display: inline;
  margin-left: 100px;
}
#guide-voice dl dd {
  padding: 30px 15px 0 15px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#guide-voice .nikkoudo-voice {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px;
  border: solid 2px #456C90;
}

#guide-voice dl .guide-voice-flex2 {
  display: flex;
  justify-content: center;
  align-items: center;

  border-bottom: solid 2px #456C90;
  width: 90%;
  max-width: 300px;
  margin: 0 auto;

  position: relative;
}
#guide-voice dl .guide-voice-flex2 img {
  width: 80px;
  position: absolute;
  bottom: -2px;
  left: 0px;
}
#guide-voice .nikkoudo-voice dt {
  color: #46597D;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;

  margin-left: 60px;
}
#guide-voice .nikkoudo-voice dd {
  margin-bottom: 0;
  padding: 10px;
}
