@charset "UTF-8";
/*==============================================================
CSS INDEX
----------------------------------------------------------------
1.0 Common
2.0 Header
3.0 Contents
  Campaign
  About
  CTA
  TVCM
  Result
  Condition
  Vintage
  Offer
  System
    Trip-buy
    Store-buy
    Delivery-buy
  Faq
  Voice
  Media
  Archives
  Contact
  StalkingNavi
4.0 Footer
5.0 KeyFrames
==============================================================*/
/* 注意
■ガイドライン
  ・汎用classは単独で使わないように
    .main, .container, .section, .h2, bg-white, .button, .header, .footer
  ・mediaqueriesは以下を遵守
    SP：~768px, PC：769px~

■追記ルール
  ・必ず"CSS INDEX"に項目を追加する
  ・コメントアウトの末尾に「yyyy/mm/dd @Name」を必ず記載する
--------------------------------------------------------------*/

/* --------------------------------------------------------------------------------------------------------------------------------------------
 1.0 Common
-------------------------------------------------------------------------------------------------------------------------------------------- */
.overtop_attent {
  display: none;
}
body {
  font-family: 'Montserrat','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #333;
}
blockquote, body, button, dd, div, dl, dt, embed, fieldset, form, li, object, p, pre, table, td, th {
  font-weight: 600;
}
#pageLoader {display: none;}
.main {
  overflow: hidden;
}
.container {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.h2 {
  text-align: center;
  font-size: 2.5em;
  font-weight: 800;
  letter-spacing: 5px;
}
.h3 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.bg-white  {
  background-color: #fff !important;
}
.button {
  background: #ffac14;
  background: -moz-linear-gradient(top, #ffac14 0%, #ff7706 100%);
  background: -webkit-linear-gradient(top, #ffac14 0%,#ff7706 100%);
  background: linear-gradient(to bottom, #ffac14 0%,#ff7706 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac14', endColorstr='#ff7706',GradientType=0 );
  border-bottom: 5px solid #e56805;
  color: #fff;
}
.button .icon-mail {
  display: inline-block;
  background-image: url(../img/cta-icon-mail-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: text-bottom;
}
.button .icon-tel {
  display: inline-block;
  background-image: url(../img/cta-icon-tel-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: text-bottom;
}
label:hover {
  cursor: pointer;
}
.underline {
  text-decoration: underline;
}
.lity-content {
  background-color: #fff;
}
/* Common - media queries
--------------------------------------------------- */
@media screen and (min-width:769px) and (max-width:1200px) {
  body {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1200px){

}
@media only screen and (max-width: 768px){
  body {
    font-size: 3.5vw;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .h2 {
    font-size: 1.6em;
    letter-spacing: 1.2px;
  }
  .lity-content {
    width: 90%;
    margin: auto;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------
 2.0 Header
-------------------------------------------------------------------------------------------------------------------------------------------- */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  height: 80px;
}
.header-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
.header-cta-tel {
  margin-right: 20px;
  text-align: right;
}
.header-cta-tel-icon {
  display: inline-block;
  width: 25px;
  vertical-align: middle;
}
.header-cta-tel-text {
  display: block;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
}
.header-cta-tel-num {
  line-height: 1;
  color: #008652;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  vertical-align: middle;
}
.header-cta-mail-icon {
  fill: #fff;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.header-cta-arrow-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  top: -2px;
}
/* PC */
@media only screen and (min-width: 769px){
  .header-cta-tel-text {
    color: #333;
  }
  .header-cta-tel {
    pointer-events: none;
  }
  .header-cta-mail {
    background-color: #F27800;
    width: 232px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 70px;
    box-shadow: 0 4px 1px #b15800;
  }
  .header-cta-mail-icon {
    top: -2px;
  }
/* アフィリエイト用ヘッダー */
  .header-cta.affiliate {
    align-items: flex-end;
  }
  .header-cta-tel-area.affiliate {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header-cta-tel-area.affiliate .header-cta-tel-text {
    text-align: right;
    width: 100%;
    margin-right: 20px;
    font-size: 14px;
  }
  .header-cta-tel-area.affiliate .header-cta-tel {
    background-color: #008652;
    width: 232px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 70px;
    box-shadow: 0 4px 1px #005d39;
    pointer-events: auto;
  }
  .header-cta-tel-area.affiliate .header-cta-tel-icon {
    margin-right: 5px;
    top: -2px;
    width: 21px;
  }
  .header-cta-tel-area.affiliate .header-cta-tel-icon .st0 {
    fill: #ffffff;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .header-top {
    height: auto;
  }
  .header-cta {
    padding-right: 0;
  }
  .header-cta-tel {
    font-size: 10px;
    font-weight: 600;
    color: #928463;
    display: block;
    width: 100px;
    text-align: center;
    margin-right: 0;
    padding: 10px 0 5px;
    border-left: 1px solid #e5e5e5;
    order: 1;
  }
  .header-cta-tel .sp {
    font-size: 0.8rem;
  }
  .header-cta-tel-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    fill: #008652;
  }
  .header-cta-tel-icon .st0 {
    fill: #008652;
  }
  .header-cta-mail {
    font-size: 0.8rem;
    font-weight: 600;
    color: #928463;
    width: 120px;
    text-align: center;
    padding: 10px 0 5px;
    border-left: 1px solid #e5e5e5;
    order: 2;
  }
  .header-cta-mail-icon {
    fill: #F27800;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  }
}
/* MV
---------------------------------------------*/
.mv {
  background-color: #fffdf3;
}
.headerContents {}

.headerContents .container {
  max-width: 1280px;
/*  height: 100%;*/
  padding-left: 0;
  padding-right: 0;
}
.headerContents .container img {
  width: 1240px;
  margin: auto;
}
/* SP */
@media only screen and (max-width: 768px){
  .mv {}
  .headerContents {}
  .headerContents .container {
    padding: 0;
  }
}
/* Important
---------------------------------------------*/
.important {
  background-color: #FFDEDD;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}
.important-item {
}
.important-item-title {
  background-color: #C91E1E;
  color: #fff;
  display: inline-block;
  padding: 3px 8px;
  font-size: 0.75rem;
  border-radius: 3px;
  font-weight: normal;
}
.important-item-data {
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 5px;
}
.important-item-data a {
  color: #C91E1E;
  text-decoration: underline;
  font-weight: normal;
}
@media only screen and (max-width: 768px){
.important {
  font-size: 16px;
}
}
/* --------------------------------------------------------------------------------------------------------------------------------------------
 3.0 Contents
-------------------------------------------------------------------------------------------------------------------------------------------- */
/* Campaign
---------------------------------------------*/
/*【inc/campaign-list】に記載*/
@media only screen and (max-width: 768px){
  .campaign {
    padding-bottom: 130px!important;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------
 Section_About：バイセルは日本全国で買取サービスを行なっております
-------------------------------------------------------------------------------------------------------------------------------------------- */
.about:before {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat right center/cover url(../img/sec1-bg-left-pc.png);
}
.about:after {
  content: "";
  display: block;
  position: absolute;
  width: 35%;
  height: 100%;
  top: 0;
  right: 0;
  background: no-repeat left center/cover url(../img/sec1-bg-right-pc.png);
}

.about-Title {
  color: #DF5C01;
  line-height: 1.3;
}
.about-Contents {
  text-align: center;
}
.about-text {
  margin-top: 50px;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 2em;
  letter-spacing: 2px;
}

/* About - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
  .about {
    padding-bottom: 10%;
  }
  .about-Title {
    margin-top: 30px;
    line-height: 1.7;
  }
  .about-text {
    margin-top: 30px;
    font-size: 1.1em;
  }
  .about:before {
    content: "";
    display: block;
    background: no-repeat center/cover url(../img/sec1-bg-sp.png;);
    width: 100%;
    height: 0;
    padding-top: 29.06666667%;
    position: relative;
  }
  .about:after {
    content: "";
    background: none;
    width: 0;
    height: 0;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------
 CTA
-------------------------------------------------------------------------------------------------------------------------------------------- */
/* 該当ctaコンポーネントcssにて記述 */

/* --------------------------------------------------------------------------------------------------------------------------------------------
 Section_TVCM：TVCM放送中！
-------------------------------------------------------------------------------------------------------------------------------------------- */
.tvcm__title {
  margin-bottom: 20px;
}
.tvcm__text {
  text-align: center;
  margin-top: 10px;
  line-height: 200%;
}
.tvcm__caption {
  display: block;
  text-align: center;
}
.tvcm__link {
    display: block;
    margin: 30px auto 20px;
    width: 100%;
    max-width: 500px;
}
.tvcm__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/sec2-icon-play.svg) no-repeat center;
  background-size: contain;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
@media only screen and (max-width: 768px){
  .tvcm__text {
    text-align: center;
    font-size: 1rem;
  }
  .tvcm__caption {
    font-size: 1rem;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------
 Section_gopla-soaring：金高騰
-------------------------------------------------------------------------------------------------------------------------------------------- */
.gopla-soaring {
  background-image: url(../img/common-bg-pattern-diagonal.png);
  background-color: #e7c473;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------
 Section_Result：バイセルの買取実績
-------------------------------------------------------------------------------------------------------------------------------------------- */
.result {
  background-image: url(../img/common-bg-pattern-diagonal.png);
  background-color: #e7c473;
}
.resultTitle {
  color: #fff;
  margin-bottom: 40px;
}
.resultTitle:before, .resultTitle:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0px;
}
.resultList {
  margin-top: 6%;
  margin-left: -2%;
}
.resultList__item {
  float: left;
  background-color: #fff;
  width: 23%;
  margin-left: 2%;
  padding-top: 23%;
  border-radius: 50%;
  margin-bottom: 2%;
}
.resultList__item .img {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10%;
  left: calc(50% - 20%);
}
/* 商材が全て同じの為、不要
.resultList__item .category {
  width: 100%;
  text-align: center;
  font-size: 1em;
  font-weight: 800;
  position: absolute;
  top: 44%;
  color: #E05D01;
}
*/
.resultList__item .desc {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  font-weight: 800;
  position: absolute;
  top: 54.5%;
}
.resultList__item .price {
  font-size: 2em;
  font-weight: 800;
  color: #E05D01;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: 13%;
  width: 100%;
}
.resultList__item .price .small {
  font-size: 0.7em;
}
.resultAttention {
  display: block;
/*  text-align: center;*/
  margin-top: 30px;
  color: #fff;
}

/* Result - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
  .resultTitle:before,
  .resultTitle:after {
    width: 3%;
    height: 10vw;
    top: -9%;
  }
  .resultTitle:before {
    left: calc(50% - 130px);
  }
  .resultTitle:after {
    right: calc(50% - 130px);
  }
  .resultList {
    margin-left: -3%;
  }
  .resultList__item {
    width: 47%;
    margin-left: 3%;
    padding-top: 47%;
  }
  .resultList__item .category {
    top: 42%;
  }
  .resultList__item .desc {
    width: 90%;
    top: 48.5%;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.3;
  }
  .resultList__item .price {
    font-size: 1.4em;
  }
  .resultAttention p {
    text-align: justify;
    text-justify: inter-ideograph;
    padding-left: 1em;
    text-indent: -1em;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------
 Section_Warranty-usp：切手USP
-------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px){
  .warranty-usp .warranty{
    padding-bottom: 30px;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------
 Offer：オファー
-------------------------------------------------------------------------------------------------------------------------------------------- */

/*【inc/offer_02】に記載*/

/* Vintage
---------------------------------------------*/
/*【vintage】に記載*/

/* --------------------------------------------------------------------------------------------------------------------------------------------
 Section_System：選べる査定方法
-------------------------------------------------------------------------------------------------------------------------------------------- */
.system {
  background-color: #f8f2e2;
}
.systemTitle {color: #fff;}
.systemTitle .small {
  display: block;
  color: #fff;
  font-size: 0.7em;
  letter-spacing: 0;
}
.systemTitle .small:before, .systemTitle .small:after {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 5%;
}
.systemTitle .small:before {
  transform: rotate(-25deg);
  left: calc(50% - 11.5%);
}
.systemTitle .small:after {
  transform: rotate(25deg);
  right: calc(50% - 11.5%);
}

/* System - media queries
--------------------------------------------------- */
@media only screen and (min-width: 769px){
  .systemList__item:nth-of-type(1) {transition-delay: 0s;}
  .systemList__item:nth-of-type(2) {transition-delay: 0.5s;}
  .systemList__item:nth-of-type(3) {transition-delay: 1s;margin-right: 0;}
}
@media only screen and (max-width: 768px){
  .systemTitle .small:before, .systemTitle .small:after {
    height: 20px;
    top: 0%;
  }
  .systemTitle .small:before {
    left: calc(50% - 21vw);
  }
  .systemTitle .small:after {
    right: calc(50% - 21vw);
  }
}
/* system tab
--------------------------------------------------- */
.system {
	background-color: #a96924;
	background-image: url(../img/bg_stripe.png);
}
.system container {
    max-width: 1120px;
    margin: 0 auto;
}
.tabs-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tabs-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  order: -1;
}
label.tab_item:nth-child(2) {
    background-color: #f4f3e1;
}
label.tab_item:nth-child(4) {
    background-color: #fff;
}
label.tab_item:nth-child(6) {
    background-color: #f7e9ce;
}
.tab_item {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 80px;
  margin-top: 35px;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  position: relative;
  border-radius: 10px 10px 0 0;
  flex: 1;
  font-size: 16px;
  line-height: 1.4;
}
.tab_inner img {
  width: 100%;
}
.tab_content {
    width: 100%;
    display: none;
    clear: both;
    overflow: hidden;
}
#tripbuy_content {background-color: #f4f3e1;}
#store_content {background-color: #fff;}
#delivery_content {background-color: #f7e9ce;}
.tab_inner p {
    margin-top: 10px;
	font-size: 1.0em;
}
input[name="tab_item"] {
    display: none;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
#tripbuy_tab:checked ~ #tripbuy_content,
#store_tab:checked ~ #store_content,
#delivery_tab:checked ~ #delivery_content {
  display: block;
  height: auto;
  overflow: auto;
  padding: 40px;
}
#tripbuy_tab:checked + label,
#store_tab:checked + label,
#delivery_tab:checked + label {
    height: 115px;
	margin-top: 0;
}
/* system tab - media queries
--------------------------------------------------- */
@media only screen and (min-width: 769px){
}
@media only screen and (max-width: 768px){
.tabs-wrap {
  margin-top: 60px;
}
.tab_item {
  height: 57px;
  margin-top: 18px;
}
#tripbuy_tab:checked ~ #tripbuy_content,
#store_tab:checked ~ #store_content,
#delivery_tab:checked ~ #delivery_content {
  padding: 15px;
}

#tripbuy_tab:checked + label,
#store_tab:checked + label,
#delivery_tab:checked + label {
    height: 75px;
}
.tab_inner img.sp {
    display: block;
	width: 100%;
}
.tab_inner p {
    margin-top: 12px;
    font-size: 10px;
}
.tabover1,.tabover2,.tabover3 {
    top: -120px;
}
}
/* --------------------------------------------------------------------------------------------------------------------------------------------
 Section_Trip-buy：出張買取タブ
-------------------------------------------------------------------------------------------------------------------------------------------- */
/* Flow：カンタン4ステップ、査定・買取の流れ
--------------------------------------------------- */
.flow {
  padding-top: 30px;
  padding-bottom: 30px;
}
.flowTitle {}
.flowTitle .small {
  display: block;
  font-size: 0.7em;
  color: #DF5C01;
  letter-spacing: 0;
}
.flowTitle .small .strong {
  font-size: 2em;
}
.flowList {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}
.flowList__item {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 70%;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  padding-top: 17%;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.1em;
}
.flowList__item .underline {
  cursor: pointer;
}
.flowListitem__desc {
  width: 80%;
  margin: auto;
  margin-top: 10px;
  font-size: 0.7em;
  letter-spacing: 0;
}

#trip-buy .flowList__item:nth-of-type(1) {background-image: url(../img/sec6-tripbuy-icon01.svg);}
#trip-buy .flowList__item:nth-of-type(2) {background-image: url(../img/sec6-tripbuy-icon02.svg);}
#trip-buy .flowList__item:nth-of-type(3) {background-image: url(../img/sec6-tripbuy-icon03.svg);}
#trip-buy .flowList__item:nth-of-type(4) {background-image: url(../img/sec6-tripbuy-icon04.svg);}
#store-buy .flowList__item:nth-of-type(1) {background-image: url(../img/sec6-storebuy-icon01.svg);}
#store-buy .flowList__item:nth-of-type(2) {background-image: url(../img/sec6-storebuy-icon02.svg);}
#store-buy .flowList__item:nth-of-type(3) {background-image: url(../img/sec6-storebuy-icon03.svg);}
#store-buy .flowList__item:nth-of-type(4) {background-image: url(../img/sec6-storebuy-icon04.svg);}
#delivery-buy .flowList__item:nth-of-type(1) {background-image: url(../img/sec6-deliverybuy-icon01.svg);}
#delivery-buy .flowList__item:nth-of-type(2) {background-image: url(../img/sec6-deliverybuy-icon02.svg);}
#delivery-buy .flowList__item:nth-of-type(3) {background-image: url(../img/sec6-deliverybuy-icon03.svg);}
#delivery-buy .flowList__item:nth-of-type(4) {background-image: url(../img/sec6-deliverybuy-icon04.svg);}
.flowList__item:before {
  content: "";
  background-image: url(../img/sec6-arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc(80px - 5px);
  left: -20px;
}
.flowList__item:nth-of-type(1)::before {
  display: none;
}
.flowList__item:nth-of-type(4)::after {
  content: "";
  background-image: url(../img/sec6-icon04-decoration.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 20%;
  width: 20%;
  position: absolute;
  top: -10px;
  right: 20px;
}
.flowList__item .num {
  display: block;
  color: #DF5C01;
  font-size: 2em;
  font-weight: 800;
  margin-top: 10px;
}
.flowAttention {
  display: block;
  margin-top: 60px;
/*  line-height: 2;*/
  padding-left: 1em;
  text-indent: -1em;
}
/* Flow - media queries
--------------------------------------------------- */
@media only screen and (min-width: 769px){
  .flowList__item:nth-of-type(1) {transition-delay: 0s;}
  .flowList__item:nth-of-type(2) {transition-delay: 0.2s;}
  .flowList__item:nth-of-type(3) {transition-delay: 0.4s;}
  .flowList__item:nth-of-type(4) {transition-delay: 0.6s;margin-right: 0;}  
}
@media only screen and (max-width: 768px){
  .flowList {
    margin-top: 0;
  }
  .flowList__item {
    width: 100%;
    background-size: contain;
    background-position: left 10% center;
    margin-right: 0;
    padding: 20px 20px 20px 45%;
    text-align: left;
    font-size: 1.1em;
    margin-top: 40px;
  }
  #store_content .flowList__item,
  #delivery_content .flowList__item {
    background-size: 100px 100px;
    background-position: left 3% center;
    padding: 10px 20px 10px 45%;
  }
  #delivery_content .flowList__item:nth-of-type(1) {
    padding: 25px 20px 25px 45%;
  }
  #delivery_content .flowList__item:nth-of-type(2) {
    padding: 20px 20px 20px 45%;
  }
  .flowList__item .num {
    text-align: left;
    margin-top: 0;
  }
  .flowList__item:before {
    transform: rotate(90deg);
    top: -40px;
    left: calc(50% - 7.5px);
  }
  .flowList__item:nth-of-type(4)::after {
    width: 40px;
    height: 40px;
    left: 30%;
    right: auto;
    top: -15%;
    padding-top: 0;
  }
  #store_content .flowList__item:nth-of-type(4)::after {
    left: 27%;
    top: -11%;
  }
  #delivery_content .flowList__item:nth-of-type(4)::after{
    left: 27%;
    top: 2%;
  }
  #store_content .flowListitem__desc,
  #delivery_content .flowListitem__desc {
    width: 100%;
    margin: 0;
  }
  .flowAttention {
    margin-top: 30px;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------
 Section_Store-buy：店頭買取タブ
-------------------------------------------------------------------------------------------------------------------------------------------- */
/* Store：店舗一覧
--------------------------------------------------------------*/
.store {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
  padding-top: 30px;
  padding-bottom: 60px;
/*  max-width: 769px;*/
  margin: auto;
}
.store_details {
  display: none;
  width: 100%;
}
.storeItem__h3 {
    color: #8c503f;
}
/* /inc/store-search-link.php の個別スタイル */
.store-search-link-lead span.text-color {
  color: #DF5C01;
}
/* End: /inc/store-search-link.php の個別スタイル */

/*Store タブ切り替えCSS */
.store-tab {
  width: 100%;
  margin: 30px 0;
}
.store-tab__name {
  float: left;
  width: 24%;
  margin-left: 1.3%;
  padding: 5px 10px;
  border: 3px solid #df5e02;
  color: #df5e02;     
  text-align: center;
  font-size: 1.4em;
  cursor: pointer;
}
.store-tab__name:first-child {
  margin-left: 0;
}
.store-tab__name.is-active {
  background-color: #df5e02;
  color: #fff;
}
.store_details.is-show {
  display: block;
}
/* Store - media queries
--------------------------------------------------- */
@media only screen and (min-width: 769px){
    .store.section:before {
        padding-top: 107.1428571428571%;
    }
    .store_details {
        margin: auto;
        width: 95%;
    }
    .storeItem__h3 {
        color: #8c503f;
    }
}
@media only screen and (max-width: 768px){
    .store {
        padding-bottom: 30px;
    }
    .store.section:before {
        padding-top: 473.3333333333333%;
    }
    .store_details {
        float: left;
	    width: 100%;
	    margin-right: 0%;
    }
/*Store タブ切り替えCSS */
    .store-tab__name {
      width: 49%;
      border: 2px solid #df5e02;
      font-size: 1.4em;
      margin-bottom: 5px;
    }
    .store-tab__name:nth-child(odd) {
      margin-left: 0;
    }    
    .store-tab__name:nth-last-child(-n+2) {
      margin-bottom: 0;
    }    
}
/* Campaign：店舗限定キャンペーン
--------------------------------------------------------------*/
.campaign {
  padding-top: 30px;
  padding-bottom: 30px;
}
.campaignList {
  margin-top: 30px;
}
ul.campaignList {
  margin-left: -2%;
}
div.campaignList {
  width: 100%;
  margin: auto;
  margin-top: 30px;
}
.campaignList__item {
  float: left;
  width: 48%;
  margin-left: 2%;
}
.campaignList__item:nth-child(n+3) {
  margin-top: 2%;
}
.campaignList__item img {
  width: 100%;
  cursor: pointer;
}
div.campaignList img {
  width: 60%;
  display: block;
  margin: auto;
}
.campaignAttention {
  display: block;
  text-align: center;
  margin-top: 30px;
}
/* Campaign - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
    .campaignTitle img {
      width: 100%;
      margin: auto;
    }
    .campaignList {
      margin-left: 0;
    }
    div.campaignList img {
      width: 100%;
    }
    .campaignList__item {
      width: 100%;
      margin: auto;
    }
    .campaignList__item:nth-child(n+2) {
      margin-top: 2%;
    }
    .campaignAttention {
      display: block;
      text-align: left;
      margin-top: 30px;
    }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------
 Section_Store-buy：宅配買取タブ
-------------------------------------------------------------------------------------------------------------------------------------------- */
/* Delivery：宅配買取キャッチコピー
--------------------------------------------------------------*/
.delivery {
  display: table;
  max-width: 850px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.deliveryTitle {
  text-align: left;
  line-height: 1.3;
}
.deliveryTitle .small {
  display: block;
  color: #DF5C01;
  font-size: 1.0em;
  letter-spacing: 0;
}
/* Delivery - media queries
--------------------------------------------------- */
@media only screen and (min-width: 769px){
    .deliveryTitle {
      display: table-cell;
      vertical-align: middle;
      padding-left: 30px;
    }
}
@media only screen and (max-width: 768px){
    .deliveryTitle {
      width: 100%;
      margin-bottom: 30px;
    }
    .delivery img {
      width: 100%;
    }
}
/* Deliverycaution：宅配買取できないもの
--------------------------------------------------------------*/
.deliverycaution {
  max-width: 900px;
  background-color: #fff;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 20px;
}
.deliverycautionTitle {
  width: 50%;
  text-align: center;
  font-size: 2.0em;
  margin: auto;
  padding-left: 30px;
}
.deliverycautionTitle:before {
  content: "";
  background-image: url(../img/sec6-caution-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
}
.deliverycaution__desc {
  margin: 30px 0;
  text-align: center;
}
.deliverycaution__desc .small {
  display: block;
  color: #DF5C01;
  font-size: 1.0em;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.deliverycaution img {
  width: 100%;
}
/* Deliverycaution - media queries
--------------------------------------------------- */
@media only screen and (min-width: 769px){
}
@media only screen and (max-width: 768px){
    .deliverycaution {
      padding: 30px 20px 15px;
    }
    .deliverycautionTitle {
      width: 100%;
      font-size: 1.4em;
    }
    .deliverycautionTitle:before {
      left: 20px;
    }
    .deliverycaution__desc {
      text-align: left;
        
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------
 Section_Faq：よくある質問
-------------------------------------------------------------------------------------------------------------------------------------------- */
.faq {
  background-color: #f8f2e2;
}
.faqTitle {}
.faqList {
  margin-top: 50px;
}
.faqList__item {
  background-color: #fff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 5px;
}
.faqList__title {
  padding: 20px 7.5% 20px 6%;
  font-size: 1.3em;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
}
.faqList__title:before {
  content: "Q.";
  color: #DF5C01;
  margin-right: 10px;
  position: absolute;
  left: 20px;
  top: calc(50% - 0.6em);
}
.faqList__title.accordion-trigger:after {
  content: "";
  background-image: url(../img/sec9-faq-plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
}
.faqList__title.accordion-trigger--active:after {
  background-image: url(../img/sec9-faq-minus.svg);
}
.faqList__desc {
  padding: 0 20px 20px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.accordion-trigger {
  cursor: pointer;
}

/* Faq - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
  .faqList__title {
    padding: 20px 15% 20px 15%;
    font-size: 1.2em;
  }
  .faqList__title.accordion-trigger:after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 10px;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------
 Section_Voice：お客様の声
-------------------------------------------------------------------------------------------------------------------------------------------- */
.voice {
  background-image: url(../img/common-bg-pattern-diagonal.png);
  background-color: #e7c473;
}
.voice .container {
  max-width: 880px;
}
.voiceTitle {
  color: #fff;
  margin-bottom: 40px;
}
.voiceList__item {
  max-width: 800px;
  background: #fff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px 24px 18px;
}
.voiceList__desc {
  /* padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F0E2C5; */
}
.voiceLevel__item {
  display: inline-block;
}
.voiceLevel__item:after {
  content: "/";
  display: inline-block;
}
.voiceLevel__item:last-child:after {
  display: none;
}
.voiceLevel__star {
  color: #DF5C01;
  margin-right: 5px;
}
.voiceAttention {
  color: #fff;
}
@media only screen and (max-width: 768px){
  .voiceTitle {
    margin-bottom: 30px;
  }
  .voiceLevel__item {
    display: block;
  }
  .voiceLevel__item:after {
    display: none;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------
 Section_Media：メディア掲載実績
-------------------------------------------------------------------------------------------------------------------------------------------- */
.media {}
.mediaTitle {}
.mediaDesc {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.mediaList {
  margin-top: 0px;
}
.mediaList__item {
  padding: 0 20px;
}
.mediaList__item .img {
  width: 100%;
  height: auto;
}

/* Media - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
  .mediaList__item {
    padding: 0 10px;
  }  
}

/* --------------------------------------------------------------------------------------------------------------------------------------------
 Section_Archives：買取品目
-------------------------------------------------------------------------------------------------------------------------------------------- */
.archives {
  background: #f8f2e2;
}
.archivesTitle {
  margin-bottom: 30px;
  color: #8c503f;
}
.archivesList {
  margin-left: -2%;
  margin-top: -2%;
}
.archivesList__item {
  width: 12.2%;
  float: left;
  margin-left: 2%;
  margin-top: 2%;
  text-align: center;
}
.archivesList__itemImg {

}
/* Archives - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
  .archivesList__item  {
    width: 23%;
  }
  .archivesList__itemName {
    min-height: 42px;
    display: inline-block;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------
 Section_Contact：お問い合わせフォーム
-------------------------------------------------------------------------------------------------------------------------------------------- */
.contact {
/*
  background-image: url(../img/common-bg-pattern-diagonal.png);
  background-color: #F6E7C6;
*/
  background-color: #fff;
}
.contactTitle {}
.contact_form-table {
  border: none;
}
.contact_form-table__tr {}
.contact_form-table__th {
  width: 30%;
  border: none;
  background-color: transparent;
}
.contact_form-table__th:before {
  background: #fff;
  border: 3px solid #EFDBA9;
  border-radius: 0;
  color: #eacd86;
}
.contact_form-table__th--require:before {
  background: #E05D01;
  border: 3px solid #E05D01;
  color: #fff;
}
.contact_form-table__th--require {}
.contact_form-table__td {
  border: none;
}
.contact_form__button {
  border: none;
  border-radius: 50px;
  border-bottom: 5px solid #e56805;
  text-shadow: none;
  font-size: 2em;
  padding: 20px 70px;
  height: auto;
  box-shadow: none;
}
.contact_form__button:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/cta-icon-tap-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 45px;
  height: 45px;
  top: calc(50% - 22.5px);
  right: 30px;
}
.contact_form-agree__link {
  color: #472015;
}

/* Contact Form - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
  .contact {
    margin-top: 50px;
  }
  .contact_form-table__th {
    width: 100%;
  }
  .contact_form__button {
    font-size: 1.3em;
  }
  .contact_form__button:after {
    width: 35px;
    height: 35px;
    top: calc(50% - 17.5px);
    right: 20px;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------
 StalkingNavi：追従ナビ
-------------------------------------------------------------------------------------------------------------------------------------------- */
.stalking {
  display: none;
  position: fixed;
  z-index: 10;
}
/* Stalking - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
  .stalking {
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #595959;
  }
  .stalkingList {
    padding: 2% 5%;
  }
  .stalkingListItem {
    float: left;
    width: 50%;
  }
  .stalkingListItem__tel {
    display: block;
    background-image: url(../img/stalking_btn_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 37.2093023%;
  }
  .stalkingListItem__tel.pt2 {
    background-image: url(../img/stalking_btn_tel_nofree.png);
  }
  .stalkingListItem__mail {
    display: block;
    background-image: url(../img/stalking_btn_mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 37.2093023%;
  }
  .stalkingCTA {
    display: none;
  }
}
@media only screen and (min-width: 769px){
  .stalking {
    width: 400px;
    right: 1%;
    bottom: 1%;
    background-color: rgba(255,255,255,0.85);
  }
  .stalkingList {
    display: none;
  }
  .stalkingCTA {
    display: block;
    padding: 2%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  }
  .stalkingCTATitle {
    text-align: center;
    color: #CEA000;
    font-size: 1.15em;
    font-weight: bold;
  }
  .stalkingCTATel {
    text-align: center;
  }
  .stalkingCTATel__num {
    background-image: url(../img/call_icon.svg);
    background-position: left center;
    background-size: 9%;
    background-repeat: no-repeat;
    padding-left: 10%;
    font-size: 2.6em;
  }
  .stalkingCTAMail__btn {
    display: block;
    background-image: url(../img/stalking_btn_mail_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 22.6804124%;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------
 4.0 Footer
-------------------------------------------------------------------------------------------------------------------------------------------- */
.footer {
/*
  padding-top: 50px;
  padding-bottom: 50px;
*/
  background-color: #5A4434;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------
 5.0 keyframes
-------------------------------------------------------------------------------------------------------------------------------------------- */
/* Tada
--------------------------------------------------- */
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -1deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -1deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 1deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------
 chatplus
-------------------------------------------------------------------------------------------------------------------------------------------- */
#chatplusview.closed #outline #eye_catcher {
    display: none!important;
}
body chat #chatplusview.closed.headless #outline #eye_catcher.eyecatcher-no_chat {
  bottom: 0px!important;
}
/* chatplus - media queries
--------------------------------------------------- */
@media only screen and (min-width: 769px){
  body chat #chatplusview.closed.headless #outline #eye_catcher img {
    right: 3.5%;
  }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------
 Browser-Size調整　@202101 nishino
-------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:1025px) and ( max-width:1536px) {
/*  .resultList__item .desc {font-size: 1.0em;}*/
}