@charset "UTF-8";

/* リール買取強化中！ */

/* 買取参考価格 */

/* はじめての方でもご安心ください！ */

/* 3つのお約束 */

/* 全国どこでも釣具買取受付中！ */

/* 買取の流れ */

/* 対象地域MAP */

/* 買取強化ブランド一覧 */

/* 新着！買取アイテム */

/* 選べる4つの買取査定 */

/* 写真を撮影するコツ */

/* お客様の声 */

/* よくあるご質問 */

/* 法人・企業様へ */

/* 店舗情報 */

/* 日本一ありがとうをいただける買取販売店 */



/* ============================== */
/* トップページ */
/* ============================== */

/* トップメインビジュアル */
.main_visual {
  /* max-width: 1200px; */
  margin: 54px auto 0;
  position: relative;
}

/* 20200616-追加ビジュアル調整*/
@media screen and (min-width:601px) {
  .main_visual {
    /* === 計算式 高さpx / 1200px === */
    /* 560px / 1200px */
    padding-top: 46.6666%;
    /* 630px / 1200px */
    /* padding-top: 52.5%; */
  }
  .main_visual img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 160%;
    max-width: none;
    height: auto;
    z-index: -1;
    transform: translateX(-50%);
  }
}
@media screen and (min-width:1201px) {
  .main_visual {
    padding-top: 560px;
    /* padding-top: 630px; */
  }
  .main_visual img {
    width: 1920px;
  }
}

@media screen and ( min-width:1001px ) {
  .main_visual {
    margin-top: 112px;
  }
}

/* トップセクション */
.home .sec {
  padding: 96px 0;
}
.home .sec02 {
  padding: 64px 0;
}
@media screen and ( max-width:800px ) {
  .home .sec {
    padding: 8% 0;
  }
  .home .sec02 {
    padding: 5.334% 0;
  }
}
@media screen and (max-width:480px) {
  .home .sec {
    padding: 12.8% 0;
  }
  .home .sec02 {
    padding: 6.4% 0;
  }
}
.home .pb_0 {
  padding-bottom: 0;
}


/* 追記調整 */
p.indent_style {
  text-indent: -1em;
  padding-left: 1em;
}
p.indent_style:not(:last-child) {
  margin-bottom: 0;
}



/* ============================== */
/* リール買取強化中！ */
/* ============================== */

#strengthen h2 {
  background: url(../img/top/strengthen_reel_sp_h2.jpg) no-repeat center/contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 129.6%;
}
#strengthen h2:before , #strengthen h2::after {
  content: none;
}
@media screen and (min-width:601px) {
  #strengthen h2 {
    background-image: url(../img/top/strengthen_reel_pc_h2.jpg);
    padding-top: 25%;
  }
}



/* ============================== */
/* 買取参考価格 */
/* ============================== */

#reference .container {
  overflow: visible;
}
#reference .h2_area {
  overflow: hidden;
}

#reference .flexbox {
  display: flex;
  flex-wrap: wrap;
}
#reference .box {
  background: #fff;
  box-shadow: 5px 5px 20px rgba(0,0,0,.2);
}

#reference .text_box {
  padding: 10px;
}
#reference p {
  font-weight: bold;
}
#reference .price {
  border-radius: 25px;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: .75em;
  background: #d60000;
}
#reference .price .number {
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  margin: 0 .15em;
}
#reference .title {
  margin: 8px 0 0;
}

@media screen and (min-width:768px) {
  #reference .box {
    width: 23.5%;
  }
  #reference .box:not(:nth-child(4n+1)) {
    margin-left: 2%;
  }
  #reference .box:nth-child(4n) ~ .box {
    margin-top: 2%;
  }
  #reference .text_box {
    padding: 5.67%;
  }
  #reference .price .number {
    font-size: 28px;
  }
  #reference .title {
    margin: 1em 0 0;
  }
}
@media screen and (min-width:768px) and (max-width:1200px) {
  #reference .price .number {
    font-size: 2.33vw;
  }
}
@media screen and (max-width:767px) {
  #reference .box {
    width: 49%;
  }
  #reference .box:nth-child(even) {
    margin-left: 2%;
  }
  #reference .box:nth-child(2n) ~ .box {
    margin-top: 2%;
  }
  #reference p {
    line-height: 1.3;
  }
  #reference .price {
    padding: .5em;
  }
  #reference .price .number {
    font-size: 22px;
  }
}
@media screen and (max-width:374px) {
  #reference .price span {
    font-size: 5vw;
  }
}


/* ===== 買取参考価格はほんの一例となります ===== */

#reference .attention {
  display: flex;
  justify-content: center;
  align-items: center;
}
#reference .attention p {
  background: #333;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  max-width: 840px;
  margin: 0 0 0 20px;
  padding: .75em 1.2em;
  position: relative;
}
#reference .attention p:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translate(-100% , -50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: none;
  border-right: 20px solid #333;
}
#reference .attention p span {
  color: #ff0;
}
@media screen and (max-width:600px) {
  #reference .attention img {
    width: 60px;
  }
  #reference .attention p {
    font-size: 16px;
    padding: .5em .75em;
  }
}



/* ============================== */
/* はじめての方でもご安心ください！ */
/* ============================== */

#first {
  position: relative;
}
#first:before , #first:after {
  content: '';
  display: block;
  position: absolute;
}
#first:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #f38f1e, #f3681e);
  z-index: -2;
}
#first .container {
  overflow: visible;
}
/* 見出し調整 */
#first h2:before , #first h2:after {
  content: none;
}
#first h2 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
}
#first h2 .ib {
  display: block;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}
/* ボックス */
#first .flexbox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#first .flexbox:before , #first .flexbox:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  z-index: -1;
}
#first .flexbox:before {
  left: 0;
  width: 20.5%;
  padding-top: 20%;
  background: url(../img/top/first_bg002.png) no-repeat center/contain;
}
#first .flexbox:after {
  right: 0;
  transform: translateY(-81.81%);
  width: 19.167%;
  padding-top: 23.834%;
  background: url(../img/top/first_bg001.png) no-repeat center/contain;
}

#first .box {
  background: #fff;
  border-radius: 10px;
}
#first .title {
  color: #f29739;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#first .title .ib {
  display: block;
  white-space: nowrap;
}
#first p:last-child {
  font-size: 14px;
  line-height: 1.5;
}
/* レスポンシブ */
@media screen and (min-width:768px) {
  #first {
    margin-bottom: 64px;
  }
  #first:before {
    bottom: 1px;
    left: 50%;
    transform: translate(-50% , 100%);
    width: 0;
    height: 0;
    border: 75px solid transparent;
    border-bottom: none;
    border-top: 60px solid #f3681e;
  }
  #first .box {
    width: 23.5%;
    padding: 2%;
  }
  #first .box:not(:first-child) {
    margin-left: 2%;
  }
  #first .title {
    font-size: 24px;
  }
}
@media screen and (min-width:768px) and (max-width:1200px) {
  #first h2 , #first h2 .ib {
    font-size: 4vw;
  }
  #first .title {
    font-size: 2vw;
  }
}
@media screen and (max-width:767px) {
  #first h2 , #first h2 .ib {
    font-size: 22px;
  }
  #first .flexbox:before {
    left: -24px;
    width: 108px;
    padding-top: 98px;
  }
  #first .flexbox:after {
    right: -20px;
    transform: translateY(-100px);
    width: 114px;
    padding-top: 142px;
  }
  #first .flexbox {
    max-width: 480px;
    margin: auto;
  }
  #first .box {
    width: 49%;
    padding: 4.8% 2%;
  }
  #first .box:nth-child(even) {
    margin-left: 2%;
  }
  #first .box:nth-child(2) ~ .box  {
    margin-top: 2%;
  }
  #first .title {
    font-size: 18px;
  }
}
@media screen and (max-width:480px) {
  #first {
    padding: 6.4% 0;
  }
}
@media screen and (max-width:400px) {
  #first .title {
    font-size: 4.5vw;
  }
  #first p:last-child {
    font-size: 12px;
  }
  #first h2 , #first h2 .ib {
    font-size: 5.86vw;
  }
}



/* ============================== */
/* 3つのお約束  */
/* ============================== */

/* 見出し調整 */
#promise h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 1em;
}
#promise h2:before , #promise h2:after {
  content: none;
}
#promise h2 span {
  display: inline-block;
  color: #333;
  font-size: 48px;
}
#promise h2 span.orange {
  color: #f29739;
}
#promise h2 span.emphasis {
  color: #f29739;
  font-size: 90px;
}
/* お約束部分 */
#promise p {
  background: #d60000;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 12px;
}
#promise p:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}
#promise p:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50% , 100%);
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom: none;
  border-top: 30px solid #d60000;
}
@media screen and (min-width:768px) and (max-width:1000px) {
  #promise h2 , #promise h2 span {
    font-size: 4.8vw;
  }
  #promise h2 span.emphasis {
    font-size: 9vw;
  }
}
@media screen and (max-width:767px) {
  #promise h2 , #promise h2 span {
    font-size: 22px;
  }
  #promise h2 span.emphasis {
    font-size: 40px;
  }
  #promise p {
    font-size: 18px;
    padding: 9px 0;
    max-width: 360px;
  }
  #promise p:not(:last-child) {
    margin-bottom: 16px;
  }
  #promise p:not(:last-child):after {
    border: 10px solid transparent;
    border-bottom: none;
    border-top: 15px solid #d60000;
  }
}
@media screen and (max-width:374px) {
  #promise p {
    font-size: 4.8vw;
  }
}



/* ============================== */
/* 全国どこでも釣具買取受付中！  */
/* ============================== */

#nationwide {
  /* padding: 48px 0; */
  padding: 40px 0;
  background: url(../img/top/nationwide_bg.png) no-repeat center/cover;
}
#nationwide p {
  color: #fff;
  margin-top: 1em;
}
@media screen and ( max-width:800px ) {
  #nationwide {
    padding: 3.33% 0;
  }
}
@media screen and ( max-width:480px ) {
  #nationwide p {
    font-size: 10px;
  }
}



/* ============================== */
/* 買取の流れ  */
/* ============================== */

#flow h3 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin: 40px 0;
  position: relative;
}
#flow .flow_text p {
  letter-spacing: -.03em;
}
#flow .float {
  border: 1px solid #333;
  padding: 50px 20px;
}
#flow .float:not(:last-child) {
  border-right: none;
}
@media screen and ( max-width:1219px ) {
  #flow h3 {
    margin: 15% 0;
  }
  #flow .clearfix .float {
    padding: 4% 1.67%;
  }
}
@media screen and ( min-width:1001px ) {
  #flow h3 span {
    padding-left: 1em;
  }
}
@media screen and ( max-width:1000px ) {
  #flow h3 span {
    display: block;
  }
}
@media screen and ( min-width:601px ) {
  #flow .clearfix {
  	display: flex;
  }
  #flow .clearfix .float {
    margin-left: 0;
    margin-bottom: 0;
  }
  #flow .clearfix .float.span3 {
    width: 25%;
  }
  #flow .clearfix:after{
    content: "";
    display: block;
    clear: both;
  }
  #flow .float:not(:last-child) h3:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 9px;
    height: 9px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
}
@media screen and ( max-width:600px ) {
  #flow h3 {
    margin: 5% 0;
  }
  #flow .clearfix .float {
    border-right: 1px solid #333;
    margin-bottom: 0;
  }
  #flow .float:not(:last-child) {
    border-bottom: none;
  }
  #flow .float.span3 {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  }
  #flow .float div.center , #flow .flow_text {
    width: 50%;
  }
  #flow .flow_text {
    padding: 0 2%;
  }
}



/* ============================== */
/* 対象地域MAP */
/* ============================== */

#map .container {
  background: #fff;
  border: 4px solid #1892d2;
}
/* 見出し調整 */
#map h2 {
  display: block;
  font-size: 26px;
  font-style: italic;
  text-align: left;
  margin-bottom: 0;
}
#map h2:before , #map h2:after {
  content: none;
}
#map h2 span {
  display: inline-block;
  color: #333;
  font-size: 26px;
  text-align: left;
}
#map h2 span.blue {
  color: #1892d2;
}
#map .ib:last-child span.blue {
  border-bottom: 2px solid #1892d2;
}
/* ボックス内 */
#map img {
  display: inline-block;
}
#map p {
  margin: 0;
}
/* レスポンシブ */
@media screen and (min-width:768px) {
  #map .container {
    display: flex;
    align-items: center;
  }
  #map img {
    width: 20%;
  }
  #map .h2_area {
    width: 30%;
  }
  #map p {
    width: 50%;
    padding: 4% 2% 4% 0;
  }
}
@media screen and (min-width:768px) and (max-width:1200px) {
  #map h2 , #map h2 span {
    font-size: 2.16vw;
  }
}
@media screen and (max-width:767px) {
  #map .container {
    padding: 20px 10px;
    position: relative;
  }
  #map img {
    position: absolute;
    /* top: -40px;
    left: -25px;
    width: 170px;
    height: 170px; */
    top: -2.22em;
    left: -1.5em;
    width: 9.45em;
    height: 9.45em;
  }
  #map .h2_area , #map h2 , #map h2 span , #map img {
    font-size: 18px;
  }
  #map .h2_area {
    margin-left: 5.6em;
    height: 4.5em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #map p {
    margin-top: 1.5em;
  }
}
@media screen and (max-width:374px) {
  #map .h2_area , #map h2 , #map h2 span , #map img {
    font-size: 4.8vw;
  }
}



/* ============================== */
/* 買取強化ブランド一覧 */
/* ============================== */

#brand_list .maker ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
#brand_list .maker ul li {
  display: block;
  width: 19.2%;
  margin-left: 1%;
  background: #fff;
}
@media screen and ( min-width: 768px ){
  #brand_list .maker ul li:nth-child(5n+1) {
    margin-left: 0;
  }
  #brand_list .maker ul li:nth-child(5) ~ li {
    margin-top: 1%;
  }
}
#brand_list .maker ul li img {
  width: 100%;
}
@media screen and ( max-width:767px ){
  #brand_list .maker ul li {
    width: 32%;
    margin-left: 2%;
  }
  #brand_list .maker ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  #brand_list .maker ul li:nth-child(3) ~ li {
    margin-top: 2%;
  }
}



/* ============================== */
/* 新着！買取アイテム */
/* ============================== */

#purchase_item {
  background: #fff;
  margin-top: 84px;
  margin-bottom: 20px;
  position: relative;
}
#purchase_item:before , #purchase_item:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../img/top/purchase_item_bg.png) no-repeat center/cover;
}
#purchase_item:before {
  top: 0;
  transform: translateY(-100%)
}
#purchase_item:after {
  bottom: 0;
  transform: translateY(100%) scaleY(-1);
}

#purchase_item h2 {
  letter-spacing: 0.12em;
  margin-bottom: 1em;
}
#purchase_item h2:before , #purchase_item h2:after {
  content: none;
}
#purchase_item h2 span {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  padding: 0 .5em;
}

@media screen and (max-width:800px) {
  #purchase_item {
    margin-top: calc(20px + 5.334%);
    margin-bottom: 20px;
  }
}
@media screen and ( max-width:480px) {
  #purchase_item {
    margin-top: calc(10px + 6.4%);
    margin-bottom: 10px;
  }
  #purchase_item:before , #purchase_item:after {
    height: 10px;
  }
  #purchase_item h2 span {
    font-size: 18px;
  }
}

/* スライダー部分 */
#purchase_item .swiper-slide {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
#purchase_item .img_box {
  overflow: hidden;
  padding-top: 66.6667%;
  /* padding-top: 56.25%; */
  position: relative;
}
#purchase_item .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#purchase_item .img_box span {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
#purchase_item .swiper-slide .text_box {
  margin: 0;
  padding: 16px 24px;
  padding: 5% 7.5%;
  width: 100%;
}
/* 文字調整 */
#purchase_item .post_time {
  display: inline-block;
  font-size: 12px;
  margin-bottom: .5em;
}
#purchase_item .text_box p {
  margin: 0;
}
#purchase_item .omit_text {
  overflow: hidden;
  height: 3.5em;
}
#purchase_item .price {
  font-weight: bold;
  text-align: right;
  margin-top: 0;
  white-space: nowrap;
}
#purchase_item .red {
  color: #d60000;
}
#purchase_item .number {
  margin-left: .5em;
  font-size: 24px;
}

@media screen and ( max-width:600px ) {
  #purchase_item .post_time {
    margin-bottom: .25em;
  }
  #purchase_item .text_box p {
    font-size: 12px;
  }
  #purchase_item .number {
    font-size: 20px;
  }
}

/* ===== 商品状態アイコン ===== */
.post_icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10em;
  transform: translate(35% , 25%) rotateZ(45deg);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 6px 0;
  white-space: nowrap;
}
@media screen and (min-width:481px) {
  .post_icon {
    font-size: 14px;
  }
}

/* 新品 */
.new {
  background: #f29739;
}
/* 未使用 */
.unused {
  background: #d2272d;
}
/* 美品 */
.beauty {
  background: #3d9637;
}
/* 程度良好 */
.good  {
  background: #2288a0;
}
/* 一般中古 */
.ordinarily  {
  background: #70615f;
}
/* 程度不良・ジャンク品（表示なし） */
.bad , .junk {
  display: none;
}



/* ============================== */
/* 選べる4つの買取査定 */
/* ============================== */

#select_assessment .flexbox {
  display: flex;
  flex-wrap: wrap;
}
#select_assessment .box {
  text-align: center;
  margin-left: 2%;
  position: relative;
}
#select_assessment .box:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50% , -50%);
  z-index: -2;
}
#select_assessment .box:first-child:after {
  background: url(../img/top/select_assessment_bg001.png) no-repeat center/cover;
}
#select_assessment .box:nth-child(2):after {
  background: url(../img/top/select_assessment_bg002.png) no-repeat center/cover;
}
#select_assessment .box:nth-child(3):after {
  background: url(../img/top/select_assessment_bg003.png) no-repeat center/cover;
}
#select_assessment .box:nth-child(4):after {
  background: url(../img/top/select_assessment_bg004.png) no-repeat center/cover;
}
/* テキスト */
#select_assessment .text_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 100%;
}
#select_assessment .text_box p {
  color: #fff;
}
#select_assessment .text_box .title {
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: .25em;
  position: relative;
}
#select_assessment .title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2em;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}
#select_assessment .ib {
  display: block;
}
/* レスポンシブ */
@media screen and (min-width:768px) {
  #select_assessment .box {
    width: 23.5%;
    padding-top: 23.5%;
  }
  #select_assessment .box:first-child {
    margin-left: 0%;
  }
  #select_assessment .text_box p {
    font-size: 16px;
  }
  #select_assessment .text_box .title {
    font-size: 24px;
  }
}
@media screen and (min-width:768px) and (max-width:1000px) {
  #select_assessment .text_box p {
    font-size: 1.6vw;
  }
  #select_assessment .text_box .title {
    font-size: 2.4vw;
  }
}
@media screen and (max-width:767px) {
  #select_assessment .flexbox {
    max-width: 500px;
    margin: auto;
  }
  #select_assessment .box {
    width: 49%;
    padding-top: 49%;
  }
  #select_assessment .box:nth-child(odd) {
    margin-left: 0%;
  }
  #select_assessment .box:nth-child(2) ~ .box {
    margin-top: 2%;
  }
  #select_assessment .text_box .title {
    font-size: 18px;
  }
}
@media screen and (max-width:374px) {
  #select_assessment .text_box p {
    font-size: 3.7vw;
  }
  #select_assessment .text_box .title {
    font-size: 4.8vw;
  }
}

/* ===== 写真を撮影するコツ ===== */
#select_assessment .photo_point {
  background: #fff;
  border: 2px solid #333;
  padding: 3.3%;
}
#select_assessment .photo_point h3 {
  margin-bottom: .5em;
  padding-left: 1.3em;
  position: relative;
}
#select_assessment .photo_point h3:after {
  content: '';
  display: block;
  position: absolute;
  top: .2em;
  left: 0;
  width: 4px;
  height: 1.3em;
  background: #333;
}
#select_assessment .photo_box p {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width:768px) {
  #select_assessment .photo_box {
    width: 23.5%;
  }
  #select_assessment .photo_box:not(:first-child) {
    margin-left: 2%;
  }
}
@media screen and (max-width:1000px) {
  #select_assessment .photo_box p {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media screen and (max-width:767px) {
  #select_assessment .photo_point {
    max-width: 500px;
    margin: auto;
    padding: 5%;
  }
  #select_assessment .photo_box {
    width: 49%;
  }
  #select_assessment .photo_box:nth-child(2) ~ .photo_box {
    margin-top: 4%;
  }
  #select_assessment .photo_box:nth-child(even) {
    margin-left: 2%;
  }
}



/* ============================== */
/* お客様の声 */
/* ============================== */

#voice .box {
  background: #fff;
  border-top: 5px solid #eb5a24;
  padding: 2.5%;
}
#voice .box p {
  margin: 0;
}
#voice .box > p:first-of-type {
  text-align: justify;
}
#voice .s_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4.28571%;
}
#voice .s_box img {
  width: 23.21429%;
  margin-right: 3.57143%;
  flex-shrink: 0;
}
#voice .s_box h3 {
  font-size: 24px;
  margin-bottom: .5em;
}
#voice .s_box p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #voice .flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  #voice .box {
    width: 48.75%;
  }
  #voice .box:nth-child(even) {
    margin-left: 2.5%;
  }
  #voice .box:nth-child(2) ~ .box {
    margin-top: 3.75%;
  }
  #voice .ib {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) {
  #voice .s_box h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #voice .box {
    padding: 7.16418%;
  }
  #voice .box:not(:first-child) {
    margin-top: 7.16418%;
  }
  #voice .s_box h3 .ib {
    display: inline;
  }
  #voice .s_box p {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  #voice .s_box h3 {
    font-size: 4.8vw;
  }
}



/* ============================== */
/* よくあるご質問 */
/* ============================== */

#faq .qa_parts {
  background: #fff;
  /* border: 1px solid #aaa; */
  border-radius: 5px;
  padding: 1.40625% 2.5%;
  cursor: pointer;
}

#faq h3:after, #faq .answer:after {
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
}
#faq h3 {
  font-size: 18px;
  padding: 0 48px;
  position: relative;
}
#faq h3:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-70%) rotate(135deg);
  width: 13px;
  height: 13px;
  border-top: 2px solid #1e2436;
  border-right: 2px solid #1e2436;
  transition: .3s;
}
#faq h3:after {
  content: 'Q';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #1e2436;
}
#faq .open h3:before {
  transform: translateY(-20%) rotate(-45deg);
}

#faq .answer {
  display: none;
  text-align: justify;
  margin-top: 7.69231%;
  padding-left: 48px;
  position: relative;
}
#faq .answer:after {
  content: 'A';
  top: .25em;
  left: 0;
  background: #eb5a24;
}

@media screen and (min-width: 768px) {
  #faq .flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #faq .qa_parts {
    width: 48.75%;
  }
  #faq .qa_parts:nth-child(even) {
    margin-left: 2.5%;
  }
  #faq .qa_parts:nth-child(2) ~ .qa_parts {
    margin-top: 2.5%;
  }
  #faq h3 {
    height: 3em;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  #faq h3 {
    font-size: 16px;
    padding: 0 36px;
  }
  #faq h3:after, #faq .answer:after {
    font-size: 15px;
  }
  #faq .answer {
    margin-top: 5.28053%;
    padding-left: 36px;
  }
}
@media screen and (max-width: 767px) {
  #faq .qa_parts {
    padding: 4.77612%;
  }
  #faq .qa_parts:not(:first-child) {
    margin-top: 7.16418%;
  }
}



/* ============================== */
/* 法人・企業様へ */
/* ============================== */
#corporation {
  /* background-image: repeating-linear-gradient(90deg, #edf2f2, #edf2f2 1px, transparent 1px, transparent 21px), repeating-linear-gradient(#edf2f2, #edf2f2 1px, #fff 1px, #fff 21px); */
}

#corporation .container {
  overflow: visible;
}
#corporation .h2_area {
  overflow: hidden;
}
#corporation h2 {
  font-size: 20px;
}
#corporation h2 .ib {
  display: table;
  color: #333;
  font-size: 26px;
}
@media screen and ( max-width:480px ) {
  #corporation h2 {
    font-size: 18px;
  }
  #corporation h2 .ib {
    font-size: 22px;
  }
}

/* ===== 導入部分 ===== */
#corporation .introduction img {
  box-shadow: 15px 15px 10px rgba(20, 48, 71, 0.4);
}
#corporation .introduction .text_box {
  text-align: justify;
}
#corporation .introduction h3 {
  font-size: 18px;
  margin-bottom: .5em;
}
#corporation .introduction h3 span {
  background: linear-gradient(transparent 60%, rgba(252, 238, 33, 0.9) 40%);
}
@media screen and (min-width: 768px) {
  #corporation .introduction {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  #corporation .introduction .img_box, #corporation .introduction .text_box {
    width: 48.125%;
  }
  #corporation .introduction .img_box {
    margin-left: 3.75%;
  }
  #corporation .introduction h3 {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  #corporation .introduction h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #corporation .introduction {
    max-width: 600px;
    margin: auto;
  }
  #corporation .introduction .img_box {
    text-align: center;
  }
  #corporation .introduction .text_box {
    margin-top: 7.16418%;
  }
  #corporation .introduction h3 {
    letter-spacing: -.03em;
  }
}
/* ===== 各ショップ ===== */
#corporation .store .box {
  background: #fff;
  border: 2px solid #ed6103;
  margin-top: 7.16418%;
  position: relative;
}
#corporation .store .box:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 26.04167%;
  height: auto;
  padding-top: 26.04167%;
}
#corporation .store .box:first-child:after {
  background: url(../img/top/corporation_number01.svg) no-repeat left top/contain;
}
#corporation .store .box:nth-child(2):after {
  background: url(../img/top/corporation_number02.svg) no-repeat left top/contain;
}
#corporation .store .box:nth-child(3):after {
  background: url(../img/top/corporation_number03.svg) no-repeat left top/contain;
}
#corporation .store h3 {
  color: #ed6103;
  line-height: 1.5;
  text-align: center;
}
#corporation .store p {
  text-align: justify;
  letter-spacing: -.03em;
}
@media screen and (min-width: 768px) {
  #corporation .store {
    display: flex;
    margin-top: 5%;
  }
  #corporation .store .box {
    padding: 2.5%;
    margin: 0;
    width: 30%;
  }
  #corporation .store .box:not(:first-child) {
    margin-left: 5%;
  }
  #corporation .store .box:not(:nth-child(2)) h3 {
    padding: .75em 0;
  }
  #corporation .store h3 {
    font-size: 24px;
    height: 3em;
    margin: 7.59494% 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #corporation .store h3 {
    font-size: 1.875vw;
  }
  #corporation .store p {
    font-size: 14px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #corporation .store .box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.12907%;
  }
  #corporation .store .box img, #corporation .store .box .text_box {
    width: 49%;
  }
  #corporation .store .box .text_box {
    margin-left: 2%;
  }
  #corporation .store .box h3 {
    font-size: 18px;
    white-space: nowrap;
  }
  #corporation .store .box:after {
    width: 13.03781%;
    padding-top: 13.03781%;
  }
}
@media screen and (max-width: 480px) {
  #corporation .store .box {
    padding: 7.16418%;
  }
  #corporation .store h3 {
    font-size: 20px;
    margin: .75em 0;
  }
}



/* ============================== */
/* 店舗情報 */
/* ============================== */
#shop .shop_h2_area {
  background-size: auto auto;
  background-color: rgba(242, 151, 57, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(242, 140, 46, 1) 10px, rgba(242, 140, 46, 1) 15px );
  margin-bottom: 48px;
  font-size: 34px;
  padding: 1em 0;
  position: relative;
}
#shop .shop_h2_area:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: auto;
  padding-top: 160px;
  background: url(../img/top/shop_h2_icon.webp) no-repeat center/contain;
}
.no-webp #shop .shop_h2_area:after {
  background: url(../img/top/shop_h2_icon.png) no-repeat center/contain;
}
#shop .shop_h2_area h2 , #shop .shop_h2_area .sub {
  display: table;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: auto;
}
#shop .shop_h2_area h2 , #shop .shop_h2_area h2 span {
  font-size: 34px;
}
#shop .shop_h2_area h2 span {
  display: inline-block;
  background: #fff;
  color: #f29739;
  line-height: 1;
  margin-right: .25em;
  padding: .25em;
}
#shop .shop_h2_area .sub {
 font-size: 20px;
 margin-top: .6em;
}
#shop .shop_h2_area h2:before , #shop .shop_h2_area h2:after {
  content: none;
}
@media screen and (max-width:1220px) {
  #shop .container {
    overflow: visible;
  }
  #shop .shop_h2_area {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
@media screen and (min-width:601px) and (max-width:1000px) {
  #shop .shop_h2_area:after {
    width: 22%;
    padding-top: 16%;
  }
  #shop .shop_h2_area:after {
    width: 22%;
    padding-top: 16%;
  }
  #shop .shop_h2_area , #shop .shop_h2_area h2 , #shop .shop_h2_area h2 span {
    font-size: 3.4vw;
  }
  #shop .shop_h2_area .sub {
   font-size: 2vw;
  }
}
@media screen and (max-width:600px) {
  #shop .shop_h2_area {
    padding-left: 120px;
    margin-bottom: 24px;
    font-size: 13px;
  }
  #shop .shop_h2_area:after {
    width: 110px;
    padding-top: 80px;
  }
  #shop .shop_h2_area h2 , #shop .shop_h2_area .sub {
    display: block;
    max-width: 240px;
    text-align: left;
  }
  #shop .shop_h2_area h2 , #shop .shop_h2_area h2 span {
    font-size: 18px;
  }
  #shop .shop_h2_area .sub {
    font-size: 14px;
    margin-top: .5em;
  }
}
@media screen and (max-width:374px) {
  #shop .shop_h2_area {
    overflow: hidden;
  }
  #shop .shop_h2_area h2 , #shop .shop_h2_area h2 span {
    font-size: 16px;
  }
}

#shop .flexbox {
  display: flex;
  flex-wrap: wrap;
}
#shop article {
  background: #fff;
  border-radius: 5px;
  position: relative;
}
/* #shop article:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 0;
  height: 0;
  border-radius: 0 0 5px 0;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #333;
  border-bottom: 8px solid #333;
} */
#shop article > .shop_box {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: row-reverse;
  padding: 3.6% 3%;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
}
#shop .attention p {
  margin: 0 auto .5em 0;
}
#shop .attention p:last-child {
  margin-block-end: 0;
}
@media screen and (min-width:1001px) {
  #shop article {
    width: 32%;
  }
  #shop .attention {
    width: 32%;
    margin-left: 2%;
    margin-top: 2%;
    padding-left: 1em;
    text-indent: -1em;
    display: flex;
    align-items: center;
  }
  #shop article:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
  #shop article:nth-child(3) ~ article {
    margin-top: 2%;
  }
}
#shop .map_a {
  display: inline-block;
  background: #dc6300;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  margin-top: 10px;
  padding: 3px 13px;
  text-align: center;
}
@media screen and ( max-width:1000px ) {
  #shop .flexbox {
    max-width: 600px;
    margin: auto;
  }
  #shop article {
    width: 100%;
  }
  #shop article:not(:first-child) {
    margin-top: 3%;
  }
  #shop .attention {
    width: 100%;
    margin-top: 3%;
    padding-left: 1em;
    text-indent: -1em;
  }
}

#shop .shop_text , #shop .shop_img {
  width: 50%;
}

#shop .shop_img {
  height: 100%;
}
#shop .shop_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#shop .shop_text {
  padding-left: 3%;
  display: flex;
  flex-direction: column;
}
#shop .shop_text h3 {
  display: block;
  font-size: 22px;
  line-height: 1;
  margin-bottom: .5em;
  padding-left: 0;
}
#shop .shop_text h3:after {
  content: none;
}
#shop .shop_text p {
  margin: 0 auto .5em;
  line-height: 1.4;
  font-style: normal;
  font-size: 14px;
}
#shop .shop_text p:last-child {
  /* margin-bottom: 0; */
  font-size: 16px;
}
#shop .shop_text .ib {
  display: inline-block;
}
#shop .shop_text > a {
  margin-top: auto;
}

@media screen and (min-width:1001px) and (max-width:1200px) {
  #shop .shop_text h3 {
    font-size: 1.8vw;
    white-space: nowrap;
  }
}
@media screen and ( max-width:480px ) {
  #shop .shop_text h3 {
    font-size: 5vw;
  }
  #shop .shop_text p {
    font-size: 12px;
  }
}
/* shop アニメーション */
#shop .map_a {
  transition: .3s;
}
#shop .map_a:hover {
  opacity: .8;
}



/* ============================== */
/* 日本一ありがとうをいただける買取販売店 */
/* ============================== */

#number_one h2 {
  background: url(../img/top/number_one_sp.png?241023) no-repeat center/contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 0;
  max-width: none;
  margin: auto;
  padding-top: 44.8275%;
}
#number_one h2:before , #number_one h2::after {
  content: none;
}
@media screen and (min-width:768px) {
  #number_one {
    position: relative;
    margin-top: 64px;
    padding-top: 320px;
  }
  #number_one .img_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 1920px;
    height: 100%;
  }
  #number_one h2 {
    background: url(../img/top/number_one_pc.png?241023) center/cover;
    width: 1920px;
    padding-top: 320px;
  }
}
@media screen and (min-width:768px) and (max-width:800px) {
  #number_one {
    margin-top: 8%;
  }
}





/* ============================== */
/* 最後のセクション余白調整 */
/* ============================== */

@media screen and (max-width:1000px) {
  footer {
    margin-top: 10%;
  }
}
@media screen and (max-width:480px) {
  footer {
    margin-top: 20%;
  }
}



/* フッター固定ボタン追記 */
@media screen and (min-width:481px) and (max-width:1000px) {
  .sp_footer:after , #off_hours:after {
    clear: both;
    content: '';
    display: block;
  }
  footer .sp_footer #in_time , footer .sp_footer #off_hours {
    display: block !important;
    float: left;
    width: 50%;
  }
  #off_hours > div {
    float: left;
    width: 50%;
  }
  .sp_footer a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sp_footer img {
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  .sp_footer #in_time > div a , .sp_footer #off_hours > div a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sp_footer #off_hours:after {
    clear: both;
    content: '';
    display: block;
  }
  .sp_footer #off_hours > div {
    float: left;
    width: 50%;
  }
}



/* 2022.01.19 追記 */
/* ============================== */
/* リニューアル調整 */
/* ============================== */
.home h1 {
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}



/* ============================== */
/* ===== 202306 キャンペーンコンテンツ設置 ===== */
/* ============================== */

#campaign_10up_202307 {
  padding: 8% 0;
}
@media screen and (min-width:801px) {
  #campaign_10up_202307 {
    padding: 64px 0;
  }
}
#campaign_10up_202307.pb_0 {
  padding-bottom:0;
}
#campaign_10up_202307.pt_0 {
  padding-top:0;
}

#campaign_10up_202307 details {
  max-width: 800px;
  margin: 24px auto 8px;
}
#campaign_10up_202307 summary {
  display: block;
  text-align: center;
  /* color: #ff6900; */
  color: #4285f4;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .5em;
}
/* Chrome、Safariで矢印を消す */
#campaign_10up_202307 summary::-webkit-details-marker {
  display: none;
}

#campaign_10up_202307 .campaign_detail {
  background: #fff;
  border: 8px double orange;
  border-radius: 10px;
  margin-bottom: 1em;
  padding: 4%;
}

#campaign_10up_202307 h3 {
  background: #f2efed;
  margin-bottom: 1em;
  padding: .75em;
  position: static;
}
#campaign_10up_202307 ul {
  padding-left: 1.3em;
  list-style-type: disc;
}
#campaign_10up_202307 .blog_mark {
  background: linear-gradient(transparent 60%,#fef8a6 40%);
  font-weight: bold;
}
#campaign_10up_202307 .campaign_detail .attention {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin: auto;
}

#campaign_10up_202307 .cv_campaign_btn {
  text-align: center;
  margin: auto;
  padding-bottom: 6px;
  width: calc(100% - 20px);
}
.cv_campaign_btn a {
  display: inline-block;
  border: none;
  border-radius: 50px;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  transition: .3s;
  max-width: 400px;
  width: 100%;
  padding: 1em .5em;
  position: relative;
}
.cv_campaign_btn a:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% + 3px);
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cv_campaign_btn p {
  margin: 0;
  line-height: 1.2;
}
.cv_campaign_btn a {
  background: linear-gradient(to right, #29ab38, #29943a);
  box-shadow: 0 6px 0 #1f552d;
}
.cv_campaign_btn a:hover {
  transform: translateY(5px);
  box-shadow: 0 1px 0 #1f552d;
}



/* 年末年始コンテンツ 釣具LPのみ調整 */
/* 消さないこと */
@media screen and (max-width:800px) {
  .nenmatsu {
    margin-top: 32px;
  }
}