@charset "utf-8";

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

textarea,
select,
option {
  font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
  display: block;
  margin: 0 0 10px auto;
} /* 配置位置 左 */
.alignleft {
  display: block;
  margin: 0 auto 10px 0;
} /* 配置位置 右 */
.aligncenter {
  display: block;
  margin: 0 auto 10px;
} /* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */ /* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/ /* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #454545;
}
a:active {
  text-decoration: none;
  color: #454545;
}

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
  font-size: 62.5%; /* 10px */
}

body {
  background: #ffffff;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

#container {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

/* テキスト調整 */
.urbanist {
  font-family: "Urbanist", sans-serif;
}

.pathway {
  font-family: "Pathway Gothic One", sans-serif;
}

.txtBold {
  font-weight: 700;
}

/* 改行調整 */
.tabbr {
  display: none;
}

.spbr {
  display: none;
}

.inlineBlock {
  display: inline-block;
}

/* 共通パーツ */
.inner {
  width: 1280px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
}

.inner--full {
  width: 100%;
}

.hidden-pc {
  display: none;
}

.hidden-sp {
  display: block;
}

.sectionTtl {
  margin-bottom: 50px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}

.sectionTtl::after {
  content: "";
  width: 70px;
  height: 5px;
  margin: 20px auto 0;
  display: block;
  background-color: #fff100;
  border-radius: 3px;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* ------------------------------------ */
/* ヘッダー */
/* ------------------------------------ */
#header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 20;
}

#headerInner {
  height: inherit;
  display: flex;
  justify-content: space-between;
}

.headerMenu {
  height: 100%;
  display: flex;
  align-items: center;
}

.headerMenuItem {
  margin-right: 20px;
}

.headerMenuItem a {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
}

.headerCv {
  height: 100%;
  display: flex;
  align-items: center;
}

.headerBtn {
  width: 210px;
  margin-left: 10px;
}

#drawerMenuBtn {
  display: none;
}

#headerInnerSp {
  display: none;
}

/* ------------------------------------ */
/* ファーストビュー */
/* ------------------------------------ */
#fv {
  padding: 180px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./img/fv_pc.jpg) no-repeat center center / cover;
}

#fvWrap {
  padding: 50px 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  background-color: #fff100;
}

#fvMain {
  width: 60%;
  text-align: center;
}

#fvLogo {
  width: 83%;
  height: 140px;
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden;
  background: url(./img/logo.png) no-repeat center center / contain;
}

#fvLogo span {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}

#fvSub {
  width: 38%;
  text-align: center;
}

/* ------------------------------------ */
/* お悩み */
/* ------------------------------------ */
#trouble {
  padding-top: 50px;
  padding-bottom: 70px;
}

.troubleTtl {
  font-size: 3.6rem;
  text-align: center;
}

.troubleTtl span {
  padding: 20px 40px 40px;
  display: inline-block;
  background: url(./img/trouble_title.svg) no-repeat center center / contain;
  font-size: 0.95em;
  font-weight: 700;
}

.troubleList {
  margin-bottom: 90px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 6px solid #fff100;
}
.troubleList::before,
.troubleList::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.troubleList::before {
  border-style: solid;
  border-width: 58px 74px 0 74px;
  border-color: #fff200 transparent transparent transparent;
}
.troubleList::after {
  border-style: solid;
  border-width: 50px 64px 0 64px;
  border-color: #ffffff transparent transparent transparent;
}

.troubleListItem {
  width: 23%;
  display: flex;
  flex-direction: column;
}

.troubleListImg {
  margin-bottom: 30px;
  text-align: center;
}

.troubleListTxt {
  height: 100%;
  padding: 20px;
  position: relative;
  font-size: 1.8rem;
  background-color: #f5f3f3;
}
.troubleListTxt::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 15px 16px 15px;
  border-color: transparent transparent #f5f3f3 transparent;
}

.troubleListTxt span {
  font-size: 1.1em;
}

.troubleSolutionTxt {
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}

.troubleSolutionTxt img {
  width: 386px;
  margin-right: 10px;
}

.troubleSolutionImg {
  text-align: center;
}

/* ------------------------------------ */
/* 強み */
/* ------------------------------------ */
#strength {
  padding-bottom: 120px;
  background-color: #f4f4f4;
  overflow: hidden;
}

#strengthWrap {
  margin-bottom: -120px;
}

.strengthItem {
  margin-bottom: 120px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 0;
}

.strengthItemBody {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.strengthHead {
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
}
.strengthHead::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% - 50vw);
  background-color: #fef000;
  z-index: -1;
}

.strengthHeadNum {
  margin-right: 25px;
  color: #ffffff;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 15px rgba(255, 231, 0, 0.9);
}
.strengthHeadNum::before {
  content: "";
  width: 80px;
  height: 50px;
  margin: auto;
  display: block;
  background: url(./img/strength_label.svg) no-repeat center center / contain;
}

.strengthHeadTtl {
  font-size: 2.7rem;
  letter-spacing: 0.01em;
}

.strengthHeadTtl .txtLg {
  font-size: 1.26em;
}

.strengthTxt {
  font-size: 1.8rem;
  line-height: 1.8889;
  letter-spacing: 0.012em;
}

.strengthTxt:not(:last-child) {
  margin-bottom: 20px;
}

.strengthShopInfoWrap {
  width: 116%;
  margin-top: auto;
  padding: 20px 30px;
  position: relative;
  background-color: #ffffff;
  border: 3px solid #ffe700;
}
.strengthShopInfoWrap::before {
  content: "";
  width: 64px;
  height: calc(100% + 6px);
  position: absolute;
  top: -3px;
  left: calc(100% + 3px);
  background: linear-gradient(
        to bottom left,
        rgba(255, 255, 255, 0) 50%,
        #ffe700 50.5%
      )
      no-repeat top left/100% 50.5%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #ffe700 50.5%)
      no-repeat bottom right/100% 50.5%;
}
.strengthShopInfoWrap::after {
  content: "";
  width: 62px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: linear-gradient(
        to bottom left,
        rgba(255, 255, 255, 0) 50%,
        #fff 50.5%
      )
      no-repeat top left/100% 50.5%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%)
      no-repeat bottom right/100% 50.5%;
}

.strengthShopName {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.strengthShopAddress {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.strengthShopInfo {
  margin-bottom: -10px;
  display: flex;
  flex-wrap: wrap;
}

.strengthShopInfo dl:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 10px;
}

.strengthShopInfo dt {
  margin-right: 10px;
  padding: 5px 10px;
  display: inline-block;
  background-color: #ededed;
  font-size: 1.4rem;
  line-height: 1.2;
}

.strengthShopInfo dd {
  display: inline-block;
  font-size: 1.6rem;
}

.strengthItemImg {
  width: 46.615vw;
  margin-top: 60px;
  margin-right: calc(50% - 50vw);
  box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.05);
}

.strengthItemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* ------------------------------------ */
/* コンバージョン */
/* ------------------------------------ */
.cv {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #454545;
}

.cvInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cvTxtWrap {
  width: 38%;
}

.cvLogo {
  margin-bottom: 30px;
}

.cvTxt {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.9;
}

.cvContactWrap {
  width: 56%;
}

.cvContactHead {
  margin-bottom: 15px;
  padding: 8px;
  background-color: #ffffff;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
}

.cvTelWrap {
  margin-bottom: 15px;
  color: #fff100;
  text-align: center;
}

.cvTelWrap p:nth-child(1) {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}

.cvTelWrap p:nth-child(2) {
  margin-bottom: 15px;
}

.cvTelWrap p:nth-child(3) {
  font-size: 1.6rem;
}

.cvLinkWrap {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}

.cvLinkItem {
  width: 48%;
}

.cvLinkItem p {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}

.cvContactFoot {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.6rem;
}
.cvContactFoot::before,
.cvContactFoot::after {
  content: "";
  width: 2px;
  height: 28px;
  background-color: #ffffff;
}
.cvContactFoot::before {
  margin-right: 20px;
  transform: rotate(15deg);
}
.cvContactFoot::after {
  margin-left: 20px;
  transform: rotate(-15deg);
}

/* ------------------------------------ */
/* 買取商品 */
/* ------------------------------------ */
#lineup {
  overflow: hidden;
  padding-top: 120px;
}

.lineupTtlWrap {
  margin-bottom: 50px;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  border: 2px solid #202020;
}

.lineupTtlWrap h3 {
  padding-right: 30px;
  font-size: 2.8rem;
  font-weight: 700;
}

.lineupTtlWrap p {
  padding-left: 30px;
  border-left: 1px solid #7c7c7c;
  font-size: 1.8rem;
}

.lineupMainItem {
  margin-bottom: 140px;
}

/* 買取ジャンル
------------------------------------ */
#lineupGenre {
  text-align: center;
}

.genreLead {
  margin-bottom: 60px;
  padding: 15px 50px;
  position: relative;
  display: inline-block;
  color: #ffffff;
  background-color: #626262;
  font-size: 2.2rem;
  border-radius: 50px;
}
.genreLead::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #626262 transparent transparent transparent;
}

.genreList {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
}

.genreListItem {
  width: calc(20% - 20px * 4 / 5);
  margin-right: 20px;
  margin-bottom: 40px;
}

.genreListItem:nth-child(5n) {
  margin-right: 0;
}

.genreTxt {
  font-size: 1.6rem;
  font-weight: 700;
}

/* 買取ブランド
------------------------------------ */
.brandList {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
}

.brandListItem {
  width: calc(25% - 40px * 3 / 4);
  margin-right: 40px;
  margin-bottom: 40px;
}
.brandListItem:nth-child(4n) {
  margin-right: 0;
}

/* 買取事例
------------------------------------ */
.caseList {
  margin-bottom: -50px;
  display: flex;
  flex-wrap: wrap;
}

.caseListItem {
  width: calc(25% - 24px * 3 / 4);
  margin-right: 24px;
  margin-bottom: 50px;
}
.caseListItem:nth-child(4n) {
  margin-right: 0;
}

.caseItemImg {
  margin-bottom: 10px;
}

.caseItemDate {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.caseItemTxt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4286;
}

/* その他の商品
------------------------------------ */
#other {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 80px calc(50vw - 50%) 40px;
  background-color: #fef000;
}

.otherHead {
  margin-bottom: 80px;
}

.otherHeadTtl {
  margin-bottom: 50px;
  padding: 20px 180px 20px 60px;
  position: relative;
  background-color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  border: 3px solid #fef000;
  border-radius: 85px;
}
.otherHeadTtl::after {
  content: "";
  width: 140px;
  height: 160px;
  position: absolute;
  right: 40px;
  bottom: 0;
  background: url(./img/lineup_head.png) no-repeat center bottom / contain;
}

.otherHeadList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.otherHeadListItem {
  width: 31.25%;
}

.otherHeadImg {
  margin-bottom: 15px;
}

.otherHeadTxt {
  font-size: 1.9rem;
}

.otherBodyTtl {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 700;
}
.otherBodyTtl::before,
.otherBodyTtl::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #545454;
}
.otherBodyTtl::before {
  margin-right: 20px;
}
.otherBodyTtl::after {
  margin-left: 20px;
}

.otherBodyGrid {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.otherBodyListItem {
  margin-bottom: 30px;
}

.otherBodyGridItem.col4 {
  width: 100%;
}

.otherBodyGridItem.col3 {
  width: calc(77% - 32px);
}

.otherBodyGridItem.col1 {
  width: 23%;
}

.otherBodyGridTtl {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #ffffff;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  border: 2px solid #fef000;
  border-radius: 30px;
}

.otherBodyList {
  display: flex;
  flex-wrap: wrap;
}

.otherBodyGridItem.col4 .otherBodyListItem {
  width: calc(25% - 32px * 3 / 4);
  margin-right: 32px;
}
.otherBodyGridItem.col4 .otherBodyListItem:nth-child(4n) {
  margin-right: 0;
}

.otherBodyGridItem.col3 .otherBodyListItem {
  width: calc(33.3333% - 32px * 2 / 3);
  margin-right: 32px;
}
.otherBodyGridItem.col3 .otherBodyListItem:nth-child(3n) {
  margin-right: 0;
}

/* ------------------------------------ */
/* 買取方法と流れ */
/* ------------------------------------ */
#way-flow {
  padding-top: 120px;
  padding-bottom: 150px;
}

.way-flowTtl {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

/* 買取方法
------------------------------------ */
#way {
  margin-bottom: 90px;
}

.wayWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wayItem {
  width: 48%;
  margin-bottom: 50px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 5px solid #fff100;
}

.wayItemTtl {
  width: 160px;
  margin: 0 auto 10px;
  padding: 5px;
  color: #ffffff;
  background-color: #545454;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  border-radius: 22px;
}

.wayItemIcon {
  margin-bottom: 20px;
  text-align: center;
}

.wayItemContent {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wayItemImg {
  width: 42%;
}

.wayItemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.wayItemTxtWrap {
  width: 54%;
}

.wayItemTxtWrap > *:last-child {
  margin-bottom: 0;
}

.wayItemTxt {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}

.shopInfoWrap {
  padding: 10px 15px;
  font-size: 1.2rem;
  border: 1px solid #202020;
}

.shopName {
  margin-bottom: 5px;
  font-weight: 700;
}

.shopInfo {
  font-size: 1.1rem;
}

.area {
  width: 100%;
  padding: 25px 40px;
  position: relative;
  background-color: #f5f3f3;
  order: 2;
}

.area::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 22%;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #f5f3f3 transparent;
}

.areaHead {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
}

.areaBody {
  margin-bottom: 10px;
  display: flex;
  font-size: 1.4rem;
}

.areaBodyTtl {
  margin: 5px 15px 5px 0;
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: #dbdbdb;
  font-weight: 700;
}

.areaBodyContent {
  flex: 1;
  line-height: 1.7857;
}

.areaBodyContent span {
  margin-right: 1em;
  display: inline-block;
}

.areaFoot {
  font-size: 1.4rem;
}

/* 買取の流れ
------------------------------------ */
.flowWrap {
  margin-bottom: -60px;
  counter-reset: number 0;
}

.flowItem {
  margin-bottom: 60px;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  border: 3px solid #828282;
}
.flowItem::after {
  content: "";
  width: 120px;
  height: 30px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff url(./img/flow_frame.svg) no-repeat center top / contain;
}
.flowItem:last-child::after {
  content: none;
}

.flowItemHead {
  width: 50%;
  display: flex;
}

.flowItemImg {
  width: 36%;
  margin-right: 3%;
}

.flowItemTtl {
  width: 50%;
  font-size: 1.9rem;
  font-weight: 700;
}
.flowItemTtl::before {
  counter-increment: number 1;
  content: "0" counter(number);
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: block;
  background-color: #fff100;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

.flowItemBody {
  width: 50%;
}

.flowItemBody > *:last-child {
  margin-bottom: 0;
}

.flowItemTxt {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.flowItemTxt .txtSm {
  font-size: 1.4rem;
}

.flowItemBox {
  padding: 15px;
  background-color: #f5f3f3;
}

.flowItemBoxTtl {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
}

.flowItemBoxList {
  display: flex;
}

.flowItemBoxList ul:first-child {
  margin-right: 10px;
}

.flowItemBoxList li {
  font-feature-settings: "palt";
}
.flowItemBoxList li::before {
  content: "・";
  font-feature-settings: initial;
}

/* ------------------------------------ */
/* よくある質問 */
/* ------------------------------------ */
#faq {
  padding-top: 120px;
  padding-bottom: 150px;
}

.faqItem {
  border-top: 1px solid #000;
}
.faqItem:last-child {
  border-bottom: 1px solid #000;
}

.faqQ {
  position: relative;
  padding: 25px 60px 25px 25px;
  cursor: pointer;
}
.faqQ::after {
  content: "";
  width: 18px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(./img/icon_accordion.svg) no-repeat center center / contain;
  transition: 0.3s ease-in-out;
}
.faqQ.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.faqQInner {
  display: flex;
}

.faqQHead {
  margin-right: 20px;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.faqQBody {
  padding-top: 6px;
  font-size: 2rem;
  font-weight: 700;
}

.faqA {
  padding: 25px;
  background-color: #fcf2f3;
  display: none;
}

.faqAInner {
  display: flex;
}

.faqAHead {
  margin-right: 20px;
  color: #890101;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.faqABody {
  padding-top: 8px;
  font-size: 1.8rem;
  line-height: 1.44;
}

/* ------------------------------------ */
/* フッター */
/* ------------------------------------ */
#footer {
  padding-top: 40px;
  text-align: center;
}

#footer.test {
  padding: 40px 0 80px;
}

.footerName {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.footerAddress {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.footerInfo {
  font-size: 1.4rem;
  line-height: 1.8;
}

.footerInfo span:not(:last-child) {
  margin-right: 1em;
}

.footerNumber {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.footerCopyright {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dbdbdb;
  font-size: 1.4rem;
}

/* ------------------------------------ */
/* 追従エリア */
/* ------------------------------------ */
#fixedArea {
  display: none;
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
  .headerMenuItem a {
    transition: 0.3s ease-in-out;
  }
  .headerMenuItem a:hover {
    opacity: 0.7;
  }

  .headerBtn a {
    transition: 0.3s ease-in-out;
  }
  .headerBtn a:hover {
    opacity: 0.7;
  }

  .cvBtn a {
    transition: 0.3s ease-in-out;
  }
  .cvBtn a:hover {
    opacity: 0.7;
  }
}

/* -------------------------------------------------- */
/* PC調整 */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  /* ------------------------------------ */
  /* ヘッダー */
  /* ------------------------------------ */
  #header {
    height: 70px;
  }

  .headerMenuItem {
    margin-right: 15px;
  }

  .headerMenuItem a {
    font-size: 1.4rem;
  }

  .headerTel {
    width: 160px;
  }

  .headerBtn {
    width: 145px;
  }

  /* ------------------------------------ */
  /* お悩み */
  /* ------------------------------------ */
  .troubleSolutionTxt {
    font-size: 3.6rem;
  }

  .troubleSolutionTxt img {
    width: 360px;
  }

  /* ------------------------------------ */
  /* コンバージョン */
  /* ------------------------------------ */
  .cvContactHead {
    font-size: 1.5rem;
  }
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
  body.noscroll {
    overflow: hidden;
  }
  .inner {
    padding: 0 30px;
  }

  .pcbr {
    display: none;
  }

  /* ------------------------------------ */
  /* ヘッダー */
  /* ------------------------------------ */
  #header {
    position: relative;
  }

  #headerInner {
    display: none;
  }

  #headerInnerSp {
    padding-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: none;
  }

  .drawerMenuNav {
    margin-bottom: 20px;
  }

  .drawerMenu {
    text-align: center;
  }

  .drawerMenuItem {
    margin-bottom: 20px;
  }

  .drawerMenuItem a {
    font-weight: 700;
    font-size: 1.8rem;
  }

  .drawerCv {
    text-align: center;
  }

  .drawerTel {
    margin-bottom: 10px;
  }

  .drawerBtn {
    width: 210px;
    margin: 0 auto 10px;
  }

  /* メニューボタン
	------------------------------------ */
  #drawerMenuBtn {
    width: 80px;
    height: 80px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 21;
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }

  #drawerMenuIcon {
    position: relative;
  }

  .drawerMenuIconBar {
    width: 40px;
    height: 4px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333333;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
  }

  .drawerMenuIconBar:nth-of-type(1) {
    top: 20px;
  }
  .drawerMenuIconBar:nth-of-type(2) {
    top: 32px;
  }
  .drawerMenuIconBar:nth-of-type(3) {
    top: 44px;
  }

  .drawerMenuIconTxt {
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  /* メニュー開いた時 */
  #drawerMenuBtn.open .drawerMenuIconBar:nth-of-type(1) {
    top: 32px;
    transform: translateX(-50%) rotate(45deg);
  }
  #drawerMenuBtn.open .drawerMenuIconBar:nth-of-type(2) {
    opacity: 0;
  }
  #drawerMenuBtn.open .drawerMenuIconBar:nth-of-type(3) {
    top: 32px;
    transform: translateX(-50%) rotate(-45deg);
  }

  /* ------------------------------------ */
  /* お悩み */
  /* ------------------------------------ */
  .troubleTtl {
    font-size: 3rem;
  }

  .troubleListItem {
    width: 48%;
  }
  .troubleListItem:nth-of-type(-n + 2) {
    margin-bottom: 10px;
  }

  .troubleSolutionTxt {
    font-size: 3.4rem;
  }

  .troubleSolutionTxt img {
    width: 280px;
  }

  /* ------------------------------------ */
  /* 強み */
  /* ------------------------------------ */
  .strengthItem {
    margin-bottom: 80px;
  }

  .strengthItemBody {
    width: 100%;
    margin-bottom: 30px;
  }

  .strengthHead::before {
    left: calc(50% - 50vw);
  }

  .strengthHeadTtl {
    font-size: 2.4rem;
  }

  .strengthShopInfoWrap {
    width: calc(100% - 64px);
  }

  .strengthItemImg {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  /* ------------------------------------ */
  /* 買取商品 */
  /* ------------------------------------ */
  .lineupTtlWrap {
    margin-bottom: 40px;
    padding: 20px;
    flex-direction: column;
  }

  .lineupTtlWrap h3 {
    padding-right: 0;
    padding-bottom: 10px;
  }

  .lineupTtlWrap p {
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid #7c7c7c;
    border-left: none;
  }

  .lineupMainItem {
    margin-bottom: 80px;
  }

  /* ------------------------------------ */
  /* 買取方法と流れ */
  /* ------------------------------------ */
  .wayItem {
    width: 100%;
    margin-bottom: 30px;
  }

  .area {
    order: 0;
    margin-bottom: 30px;
  }

  .flowItem {
    flex-direction: column;
  }

  .flowItemHead {
    width: 100%;
    margin-bottom: 10px;
  }

  .flowItemTtl {
    width: 100%;
  }

  .flowItemTtl::before {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px;
  }

  .flowItemBody {
    width: 100%;
  }

  .wayItemImg {
    width: auto;
    max-width: 42%;
    margin-right: 20px;
  }

  .wayItemTxtWrap {
    width: auto;
    flex: 1;
  }

  /* ------------------------------------ */
  /* 追従エリア */
  /* ------------------------------------ */
  #fixedArea {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px -2px 10px -5px rgba(0, 0, 0, 0.3);

    & .drawerCv {
      padding: 0.25em;
      display: flex;
      justify-content: space-between;
      gap: 0 1%;

      & .drawerTel {
        width: 56%;
        margin: 0;
        padding: 2%;
        background: #454545;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;

        & a {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: space-between;
        }

        & p {
          font-size: clamp(0.8rem, 2.4vw, 1.8rem);
          line-height: 1;
        }

        & img {
          width: 100%;
          max-width: 340px;
          margin: 0 auto 0.2em auto;
        }
      }

      & .drawerBtn {
        width: 27%;
        max-width: 200px;
        margin: 0;
        background: #fff100;
        display: flex;
        align-items: center;
        justify-content: center;

        & a {
          width: 100%;
          padding-left: 1em;
          color: #454545;
          font-size: clamp(1rem, 2.4vw, 2.4rem);
          font-weight: 700;
          line-height: 1.2;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 0 1em;
          position: relative;
        }

        & a::before {
          content: "";
          width: 1.5em;
          height: auto;
          aspect-ratio: 2.9 / 4;
          background: url(img/icon_tel.svg) no-repeat;
          background-size: contain;
          display: flex;
          position: absolute;
          left: 0.5em;
        }

        & a::after {
          content: "";
          width: 1em;
          height: auto;
          aspect-ratio: 1/1;
          background: url(img/icon_arrow.svg) no-repeat;
          background-size: contain;
          display: flex;
          position: absolute;
          right: 0.35em;
        }
      }

      & .drawerBtn#line {
        background: #1db720;

        & a {
          padding-left: 1.5em;
          color: #fff;
        }

        & a::before {
          content: "";
          width: 2.5em;
          height: auto;
          aspect-ratio: 14 / 13;
          background: url(img/icon_line.svg) no-repeat;
          background-size: contain;
          display: flex;
          position: absolute;
          left: 0.75em;
        }
      }
    }
  }
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tabbr {
    display: block;
  }

  /* ------------------------------------ */
  /* ファーストビュー */
  /* ------------------------------------ */
  #fv {
    padding: 80px 40px;
  }

  #fvLogo {
    height: 13.659vw;
    margin-bottom: 20px;
  }

  /* ------------------------------------ */
  /* コンバージョン */
  /* ------------------------------------ */
  .cvTxtWrap {
    width: 35%;
  }

  .cvTxt {
    font-size: 1.7rem;
  }

  .cvContactWrap {
    width: 60%;
  }

  .cvLinkItem p {
    font-size: 1.2rem;
  }

  /* ------------------------------------ */
  /* 買取商品 */
  /* ------------------------------------ */
  /* 買取ジャンル
	------------------------------------ */
  .genreLead {
    font-size: 1.8rem;
  }

  .genreTxt {
    font-size: 1.4rem;
  }

  /* 買取ブランド
	------------------------------------ */
  .brandListItem {
    width: calc(25% - 20px * 3 / 4);
    margin-right: 20px;
  }

  /* 買取事例
	------------------------------------ */
  .caseListItem {
    width: calc(25% - 16px * 3 / 4);
    margin-right: 16px;
    margin-bottom: 30px;
  }

  /* その他の商品
	------------------------------------ */
  .otherHeadTtl {
    font-size: 2.4rem;
  }

  .otherHeadTxt {
    font-size: 1.7rem;
  }

  /* その他の商品
	------------------------------------ */
  .otherBodyListItem {
    margin-bottom: 20px;
  }

  .otherBodyGridItem.col3 {
    width: calc(77% - 18px);
  }

  .otherBodyGridTtl {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .otherBodyGridItem.col4 .otherBodyListItem {
    width: calc(25% - 18px * 3 / 4);
    margin-right: 18px;
  }

  .otherBodyGridItem.col3 .otherBodyListItem {
    width: calc(33.3333% - 18px * 2 / 3);
    margin-right: 18px;
  }

  /* ------------------------------------ */
  /* 買取方法と流れ */
  /* ------------------------------------ */
  #way-flow {
    padding-bottom: 120px;
  }
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
  #container {
    font-family: "Hiragino Sans", "Noto Sans CJK JP", sans-serif;
  }

  .spbr {
    display: block;
  }

  .inner {
    padding: 0 20px;
  }

  .hidden-pc {
    display: block;
  }

  .hidden-sp {
    display: none;
  }

  .sectionTtl {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .sectionTtl::after {
    margin-top: 10px;
  }

  /* ------------------------------------ */
  /* ヘッダー */
  /* ------------------------------------ */
  #header {
    height: 60px;
  }

  /* メニューボタン
	------------------------------------ */
  #drawerMenuBtn {
    width: 60px;
    height: 60px;
  }

  .drawerMenuIconBar {
    width: 30px;
    height: 4px;
  }

  .drawerMenuIconBar:nth-of-type(1) {
    top: 16px;
  }
  .drawerMenuIconBar:nth-of-type(2) {
    top: 25px;
  }
  .drawerMenuIconBar:nth-of-type(3) {
    top: 34px;
  }

  .drawerMenuIconTxt {
    top: 42px;
    font-size: 1.1rem;
  }

  #drawerMenuBtn.open .drawerMenuIconBar:nth-of-type(1),
  #drawerMenuBtn.open .drawerMenuIconBar:nth-of-type(3) {
    top: 25px;
  }

  /* ------------------------------------ */
  /* ファーストビュー */
  /* ------------------------------------ */
  #fv {
    padding: 60px 40px;
    background-image: url(./img/fv_sp.jpg);
  }

  #fvWrap {
    padding: 30px 15px;
    flex-direction: column;
  }

  #fvMain {
    width: 100%;
    margin-bottom: 10px;
  }

  #fvLogo {
    width: 60.156vw;
    height: 18.229vw;
    margin-bottom: 5.208vw;
  }

  #fvSub {
    width: 90%;
  }

  /* ------------------------------------ */
  /* お悩み */
  /* ------------------------------------ */
  .troubleTtl {
    margin-bottom: 20px;
    font-size: 2.1rem;
  }

  .troubleTtl span {
    padding: 15px 30px 20px;
  }

  .troubleListTxt {
    padding: 15px;
    font-size: 1.4rem;
  }

  .troubleList {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-width: 5px;
  }
  .troubleList::before {
    border-width: 36px 74px 0 74px;
  }
  .troubleList::after {
    border-width: 30px 62px 0 62px;
  }

  .troubleSolutionTxt {
    font-size: 2.2rem;
  }

  .troubleSolutionTxt img {
    width: 160px;
  }

  .troubleSolutionImg img {
    width: 240px;
  }

  /* ------------------------------------ */
  /* 強み */
  /* ------------------------------------ */
  .strengthItem {
    margin-bottom: 60px;
  }

  .strengthHeadNum {
    margin-right: 20px;
    font-size: 5rem;
  }
  .strengthHeadNum::before {
    width: 50px;
    height: 32px;
  }

  .strengthHeadTtl {
    font-size: 1.8rem;
  }

  .strengthTxt {
    font-size: 1.5rem;
  }

  .strengthShopInfoWrap {
    width: calc(100% - 23px);
    padding: 20px 5px 20px 15px;
  }

  .strengthShopInfoWrap::before {
    width: 23px;
  }
  .strengthShopInfoWrap::after {
    width: 22px;
  }

  .strengthShopName {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }

  .strengthShopAddress {
    font-size: 1.3rem;
  }

  .strengthShopInfo dt {
    font-size: 1.2rem;
  }

  .strengthShopInfo dd {
    font-size: 1.3rem;
  }

  /* ------------------------------------ */
  /* コンバージョン */
  /* ------------------------------------ */
  .cv {
  }

  .cvInner {
    flex-direction: column;
  }

  .cvTxtWrap {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }

  .cvLogo {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .cvTxt {
    font-size: 1.2rem;
  }

  .cvContactWrap {
    width: 100%;
  }

  .cvContactHead {
    font-size: 1.3rem;
  }

  .cvTelWrap p:nth-child(1) {
    font-size: 1.8rem;
  }

  .cvTelWrap p:nth-child(3) {
    font-size: 1.4rem;
  }

  .cvLinkWrap {
    flex-direction: column;
  }

  .cvLinkItem {
    width: 100%;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .cvLinkItem p {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }

  .cvContactFoot {
    font-size: 1.3rem;
  }

  .cvContactFoot::before {
    margin-right: 15px;
  }
  .cvContactFoot::after {
    margin-left: 15px;
  }

  /* ------------------------------------ */
  /* 買取商品 */
  /* ------------------------------------ */
  #lineup {
    padding-top: 60px;
  }

  .lineupTtlWrap h3 {
    font-size: 1.8rem;
  }

  .lineupTtlWrap p {
    font-size: 1.5rem;
  }

  /* 買取ジャンル
	------------------------------------ */
  .genreLead {
    padding: 15px 30px;
    font-size: 1.4rem;
  }

  .genreLead .spbr {
    display: inline-block;
  }

  .genreListItem {
    width: calc(25% - 4px * 3 / 4);
    margin-right: 4px;
    margin-bottom: 15px;
  }
  .genreListItem:nth-child(5n) {
    margin-right: 4px;
  }
  .genreListItem:nth-child(4n) {
    margin-right: 0;
  }

  .genreTxt {
    font-size: 1rem;
    letter-spacing: 0;
  }

  /* 買取ブランド
	------------------------------------ */
  .brandListItem {
    width: calc(33.33% - 15px * 2 / 3);
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .brandListItem:nth-child(4n) {
    margin-right: 15px;
  }
  .brandListItem:nth-child(3n) {
    margin-right: 0;
  }

  /* 買取事例
	------------------------------------ */
  .caseListItem {
    width: calc(50% - 16px * 1 / 2);
    margin-right: 16px;
    margin-bottom: 20px;
  }
  .caseListItem:nth-child(2n) {
    margin-right: 0;
  }

  .caseItemDate {
    font-size: 1rem;
  }

  .caseItemTxt {
    font-size: 1.2rem;
  }

  /* その他の商品
	------------------------------------ */
  #other {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .otherHead {
    margin-bottom: 60px;
  }

  .otherHeadTtl {
    margin-bottom: 20px;
    padding: 10px 80px 10px 20px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .otherHeadTtl::after {
    width: 60px;
    height: 70px;
    right: 15px;
  }

  .otherHeadList {
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
  }

  .otherHeadListItem {
    width: 100%;
  }

  .otherHeadListItem:not(:last-child) {
    margin-bottom: 20px;
  }

  .otherHeadImg {
    margin-bottom: 5px;
  }

  .otherHeadTxt {
    font-size: 1.4rem;
  }

  .otherBodyTtl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .otherBodyTtl::before,
  .otherBodyTtl::after {
    width: 30px;
  }

  .otherBodyListItem {
    margin-bottom: 10px;
  }

  .otherBodyGrid {
    margin-bottom: 30px;
  }

  .otherBodyGridItem.col3 {
    width: calc(77% - 12px);
  }

  .otherBodyGridTtl {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 1.2rem;
  }

  .otherBodyGridItem.col4 .otherBodyListItem {
    width: calc(25% - 12px * 3 / 4);
    margin-right: 12px;
  }

  .otherBodyGridItem.col3 .otherBodyListItem {
    width: calc(33.3333% - 12px * 2 / 3);
    margin-right: 12px;
  }

  /* ------------------------------------ */
  /* 買取方法と流れ */
  /* ------------------------------------ */
  #way-flow {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .way-flowTtl {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  /* 買取方法
	------------------------------------ */
  #way {
    margin-bottom: 60px;
  }

  .wayWrap > *:last-child {
    margin-bottom: 0;
  }

  .wayItem {
    padding: 20px 15px;
  }

  .wayItemTtl {
    font-size: 1.7rem;
    width: 140px;
  }

  .wayItemImg img {
    width: auto;
    height: auto;
  }

  .wayItemTxt {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .shopInfoWrap {
    width: 100%;
    margin-top: 10px;
  }

  .area {
    padding: 20px 15px;
  }

  .areaHead {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }

  .areaBody {
    font-size: 1.1rem;
  }

  .areaFoot {
    font-size: 1.2rem;
  }

  /* 買取の流れ
	------------------------------------ */
  .flowItem {
    padding: 20px 15px;
  }

  .flowItemImg {
    width: 34%;
  }

  .flowItemTtl {
    width: 63%;
    font-size: 1.6rem;
  }
  .flowItemTtl::before {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 25px;
  }

  .wayItemImg {
    margin-right: 3%;
  }

  .flowItemTxt {
    font-size: 1.4rem;
  }

  .flowItemBoxList {
    flex-wrap: wrap;
  }

  /* ------------------------------------ */
  /* よくある質問 */
  /* ------------------------------------ */
  #faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faqQ {
    padding: 15px 40px 15px 10px;
  }
  .faqQ::after {
    width: 15px;
    height: 10px;
    right: 10px;
  }

  .faqQHead {
    margin-right: 10px;
    font-size: 2rem;
  }

  .faqQBody {
    padding-top: 3px;
    font-size: 1.6rem;
  }

  .faqA {
    padding: 15px 10px;
  }

  .faqAHead {
    margin-right: 10px;
    font-size: 2rem;
  }

  .faqABody {
    padding-top: 4px;
    font-size: 1.4rem;
  }

  /* ------------------------------------ */
  /* フッター */
  /* ------------------------------------ */
  .footerInfo,
  .footerNumber {
    font-size: 1.2rem;
  }

  .footerInfo span {
    display: block;
  }
  .footerInfo span:not(:last-child) {
    margin-right: 0;
  }

  .footerCopyright {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 374px) {
  html {
    font-size: 2.667vw;
  }
}
