@charset "UTF-8";

/* はじめての方でもご安心ください！ */

/* 高価買取できる理由 */

/* 最新！買取実績 */

/* 買取参考価格 */

/* 買取の流れ */

/* 対象地域MAP */

/* 選べる6つの買取査定 */

/* 写真を撮影するコツ */

/* お客様の声 */

/* よくあるご質問 */

/* 全国どこでも釣具買取受付中！ */

/* ロッド・リール買取強化中！ */

/* 買取強化ブランド一覧 */

/* まとめ売り特典 */

/* まとめ売り実例 */

/* 出張買取も承ります！ */

/* 法人・企業様へ */

/* 店舗情報 */

/* 日本一ありがとうをいただける買取販売店 */



/* ============================== */
/* トップページ */
/* ============================== */

/* トップメインビジュアル */
.main_visual {
  /* max-width: 1200px; */
  margin: 64px 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;
}
.home .pt_0 {
  padding-top: 0;
}


/* 追記調整 */
p.indent_style {
  text-indent: -1em;
  padding-left: 1em;
}
p.indent_style:not(:last-child) {
  margin-bottom: 0;
}

/* ============================== */
/* メイン画像下 CVエリア */
/* ============================== */
.cv_1st_sec {
  margin-block-end: 64px;
}

/* ============================== */
/* はじめての方でもご安心ください！ */
/* ============================== */

#first {
  position: relative;
}
#first:after {
  content: '';
  display: block;
  position: absolute;
  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: 16px;
  line-height: 1.5;
}
/* レスポンシブ */
@media screen and (min-width:768px) {
  #first {
    margin-bottom: 0;
  }
  #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: 10% 0 6.4%;
  }
}
@media screen and (max-width:400px) {
  #first .title {
    font-size: 4.5vw;
  }
  #first p:last-child {
    font-size: 14px;
  }
  #first h2 , #first h2 .ib {
    font-size: 5.86vw;
  }
}
@media screen and (max-width:360px) {
  #first p:last-child {
    font-size: 12px;
  }
}



/* ============================== */
/* 高価買取できる理由  */
/* ============================== */

/* 見出し調整 */
#reasonsHigh h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 1em;
  line-height: 1.25;
}
#reasonsHigh h2:before , #reasonsHigh h2:after {
  content: none;
}
#reasonsHigh h2 span {
  display: inline-block;
  color: #333;
  font-size: 48px;
}
#reasonsHigh h2 span.orange {
  color: #f29739;
  font-size: 64px;
}
@media screen and (min-width:768px) and (max-width:1000px) {
  #reasonsHigh h2 , #reasonsHigh h2 span {
    font-size: 4.8vw;
  }
  #reasonsHigh h2 span.orange {
    font-size: 6.4vw;
  }
}
@media screen and (max-width:767px) {
  #reasonsHigh h2 , #reasonsHigh h2 span {
    font-size: 22px;
  }
  #reasonsHigh h2 span.orange {
    font-size: 32px;
  }
}

.reasonsHighList {
  display: grid;
  gap: 24px;
}

.reasonsHighListItem {
  grid-template-columns: 1fr;
  max-inline-size: 720px;
  margin-inline: auto;
  inline-size: 100%;
}

.reasonsHighListItemHeading__opener {
  display: grid;
  grid-template-columns: 66px 1fr max-content;
  inline-size: 100%;
  block-size: 100%;
  align-items: stretch;
  appearance: none;
  background: transparent;
  border: none;
  user-select: text;
  cursor: pointer;
  overflow: clip;
}
.reasonsHighListItemHeading__heading {
  display: grid;
  grid-column: 1 / 4;
  grid-row: 1 / 2;
  align-items: center;
  color: #fff;
  background: #d60000;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  /* clip-path: polygon(0% 0%, calc(100% - 32px) 0%, 100% 50%, calc(100% - 32px) 100%, 0% 100%); */
  border-radius: 100px 0px 0px 100px;
  padding-inline: 66px 36px;
}
.reasonsHighListItemHeading__img {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  z-index: 1;
}
.reasonsHighListItemHeading__plus {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  align-self: center;
  padding-inline-end: 24px;
  inline-size: calc(28px + 24px);
  aspect-ratio: 1;
  z-index: 1;
  transform-origin: calc(50% - 12px) 50%;
  transition-duration: 0.5s;
  transition-property: rotate;
}

.reasonsHighListItemHeading__opener[aria-expanded="true"] > .reasonsHighListItemHeading__plus {
  rotate: -45deg;
}

.reasonsHighListItemDesc > * {
  overflow: hidden;
  display: none;
  transition: display 0.5s;
  transition-behavior: allow-discrete;
}
.reasonsHighListItemDesc[aria-hidden="false"] {
  grid-template-rows: 1fr;
  padding-block: 16px;
}
.reasonsHighListItemDesc[aria-hidden="false"] > * {
  display: revert;
}
.reasonsHighListItemDesc {
  display: grid;
  grid-template-rows: 0fr;
  transition-property: grid-template-rows, padding-block;
  transition-duration: 0.5s;
  background: #fff;
  margin-inline: 33px 0px;
  padding-inline: 16px;
}
.reasonsHighListItemDesc--highlight {
  background: #fef8a6;
}

main.home .reasonsHighListItem:last-child {
  margin-block-end: 0px;
}

@media (max-width: 1000px) {
  .reasonsHighListItemHeading__heading {
    font-size: clamp(28px, 4.2vw, 32px);
  }
}

@media (max-width: 600px) {
  .reasonsHighList {
    margin-inline: -10px;
    padding-inline: 10px;
  }
  .reasonsHighListItemHeading__heading {
    font-size: clamp(16px, 4.8vw, 24px);
  }
  .reasonsHighListItemHeading__plus {
    padding-inline-end: 12px;
    inline-size: calc(16px + 12px);
    transform-origin: calc(50% - 6px) 50%;
  }
  .reasonsHighListItemHeading__opener {
    grid-template-columns: 48px 1fr max-content;
  }
}



/* ============================== */
/* 最新！買取実績 */
/* ============================== */

#purchase_item {
  background: #fff;
  /* margin-top: 84px; */
  margin-top: calc(20px + 96px);
  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-top: calc(20px + 8%);
    margin-bottom: 20px;
  }
}
@media screen and ( max-width:480px) {
  #purchase_item {
    /* margin-top: calc(10px + 6.4%); */
    margin-top: calc(10px + 12.8%);
    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;
}



/* ============================== */
/* 買取参考価格 */
/* ============================== */

#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 .h2_area {
    overflow: visible;
  }
  #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;
  }
}



/* ============================== */
/* 買取の流れ  */
/* ============================== */

#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;
  }
}



/* ============================== */
/* 選べる6つの買取査定 */
/* ============================== */

#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 .box:nth-child(5):after {
  background: url(../img/top/select_assessment_bg005.png) no-repeat center/cover;
}
#select_assessment .box:nth-child(6):after {
  background: url(../img/top/select_assessment_bg006.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: 32%;
    padding-top: 25%;
  }
  #select_assessment .box:nth-child(3n+1) {
    margin-left: 0%;
  }
  #select_assessment .box:nth-child(3) ~ .box {
    margin-top: 2%;
  }
  #select_assessment .text_box p {
    font-size: 20px;
  }
  #select_assessment .text_box .title {
    font-size: 30px;
  }
}
@media screen and (min-width:768px) and (max-width:1000px) {
  #select_assessment .text_box p {
    font-size: 2vw;
  }
  #select_assessment .text_box .title {
    font-size: 3vw;
  }
}
@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:480px) {
  #select_assessment .text_box p {
    font-size: 14px;
  }
}
@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: 49%;
  }
  #select_assessment .photo_box:last-child {
    margin-left: 2%;
  }
}
@media screen and (max-width:767px) {
  #select_assessment .photo_point {
    max-width: 500px;
    margin: auto;
    padding: 5%;
  }
}



/* ============================== */
/* お客様の声 */
/* ============================== */

#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%;
  }
}



/* ============================== */
/* 全国どこでも釣具買取受付中！  */
/* ============================== */

#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;
  }
}



/* ============================== */
/* ロッド・リール買取強化中！ */
/* ============================== */

#strengthen .container {
  margin: 0 auto;
}
#strengthen h2 {
  background: url(../img/top/strengthen_sp_h2.png) 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_pc_h2.png);
    padding-top: 25%;
  }
}
#strengthen {
  padding: 0;
  margin: 5.334% 0;
}
@media screen and (min-width:801px) {
  #strengthen {
    margin: 64px auto;
  }
}



/* ============================== */
/* 買取強化ブランド一覧 */
/* ============================== */

#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%;
  }
}



/* ============================== */
/* まとめ売り特典 */
/* ============================== */

#set_special_offer {
  background: linear-gradient(to right bottom, #f7aa38, #ed5b27, #f7aa38);
}
@media screen and (min-width: 1280px) {
  #set_special_offer {
    background: url(../img/top/set/set_sec03_bg.png) no-repeat center/cover;
  }
}
#set_special_offer h2 , #set_special_offer h2 span , #set_special_offer .float p {
  color: #fff;
}
#set_special_offer h2:before , #set_special_offer h2:after {
  content: none;
}
#set_special_offer .set_point {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-80% , -50%);
  background: #ff0;
  color: #f00;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  padding: .25em .25em .25em .5em;
  box-shadow: 4px 4px 4px rgba(0,0,0,.3);
  z-index: 5;
  animation: 0.5s jump infinite alternate linear;
}
@keyframes jump {
  to { transform: translate(-80% , -50%); }
  from { transform: translate(-80% , -55%); }
}
#set_special_offer .set_point:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(45% , -50%) rotate(10deg);
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: none;
  border-bottom: 8px solid #ff0;
  border-radius: 50%;
  filter: drop-shadow(4px 4px 2px rgba(0,0,0,.3));
  z-index: -2;
}
@media screen and (max-width:600px) {
  #set_special_offer .set_point {
    transform: translate(0 , -100%);
  }
  @keyframes jump {
    to { transform: translate(0 , -100%); }
    from { transform: translate(0 , -110%); }
  }
  #set_special_offer .set_point:after {
    transform: translate(-50% , 80%) rotate(30deg);
    border: 10px solid transparent;
    border-top: none;
    border-bottom: 4px solid #ff0;
  }
}

#set_special_offer .out_of_term {
  position: relative;
}
#set_special_offer .out_of_term:after , #set_special_offer .out_of_term .out_of_term_text {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
#set_special_offer .out_of_term:after {
  background: rgba( 0 , 0 , 0 , .75);
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
#set_special_offer .out_of_term .out_of_term_text {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 3;
}
@media screen and (min-width:768px) {
  #set_special_offer {
    margin-top: 64px;
  }
  #set_special_offer h2  {
    font-size: 38px;
  }
  #set_special_offer h2 span {
    font-size: 30px;
  }
}
@media screen and (max-width:1000px) {
  #set_special_offer .out_of_term .out_of_term_text {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  #set_special_offer {
    margin-top: 6.4%;
  }
  #set_special_offer h2  {
    font-size: 26px;
  }
  #set_special_offer h2 span {
    font-size: 20px;
  }
  #set_special_offer .float p {
    font-size: 12px;
  }
}
@media screen and (min-width:481px) and (max-width:600px) {
  #set_special_offer {
    padding-top: 10%;
  }
}
@media screen and (max-width:374px) {
  #set_special_offer h2  {
    font-size: 6.93vw;
  }
  #set_special_offer h2 span {
    font-size: 5.3vw;
  }
}



/* ============================== */
/* まとめ売り実例 */
/* ============================== */
#set_purchase h2:before , #set_purchase h2:after {
  content: none;
}
#set_purchase .flex_box {
  margin-bottom: 3%;
}
@media screen and (min-width:601px) {
  #set_purchase .flex_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #set_purchase .flex_box .item_box {
    width: 63.33%;
    margin-right: 3.34%;
    position: relative;
  }
  #set_purchase .flex_box .item_box:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -1.75%;
    transform: translate(100% , -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #f00;
    border-width: 40px 18px;
    border-right: none;
  }
  #set_purchase .flex_box .price_box {
    width: 33.33%;
  }
}
@media screen and (min-width:601px) and (max-width:1000px) {
  #set_purchase .flex_box .item_box:after {
    border-width: 30px 12px;
  }
}
/* @media screen and (min-width:481px) and (max-width:767px) {
  #set_purchase .flex_box {
    float: left;
    width: 49%;
  }
  #set_purchase .flex_box:nth-child(even) {
    margin-left: 2%;
  }
  #set_purchase .flex_box {
    margin-bottom: 2%;
  }
  #set_purchase .container:after {
    clear: both;
    content: '';
    display: block;
  }
  #set_purchase .flex_box:nth-last-of-type(1) .item_box {
    padding-bottom: 14.6%;
    background: #fff;
  }
} */

@media screen and (min-width:768px) {
  #set_purchase h2  {
    font-size: 38px;
  }
  #set_purchase h2 span {
    font-size: 30px;
  }
}
@media screen and (max-width:1000px) {
  #set_purchase p {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  #set_purchase h2  {
    font-size: 26px;
  }
  #set_purchase h2 span {
    font-size: 20px;
  }
}
@media screen and (max-width:600px) {
  #set_purchase .flex_box {
    text-align: center;
  }
}
@media screen and (max-width:374px) {
  #set_purchase h2  {
    font-size: 6.93vw;
  }
  #set_purchase h2 span {
    font-size: 5.3vw;
  }
}



/* ============================== */
/* 出張買取も承ります！ */
/* ============================== */

#visiting h2 {
  font-size: 20px;
}
#visiting h2 .ib {
  display: table;
  color: #333;
  font-size: 26px;
}
#visiting h2 .ib .ib {
  display: inline-block;
}
@media screen and ( max-width:480px ) {
  #visiting h2 {
    font-size: 18px;
  }
  #visiting h2 .ib {
    font-size: 22px;
  }
}

/* ===== 導入部分 ===== */
#visiting .introduction img {
  box-shadow: 15px 15px 10px rgba(20, 48, 71, 0.4);
}
#visiting .introduction .text_box {
  text-align: justify;
}
#visiting .introduction .title {
  font-size: 22px;
  letter-spacing: -.03em;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
#visiting .introduction .title .marker {
  background: linear-gradient(transparent 60%, rgba(252, 238, 33, 0.9) 40%);
}
@media screen and (min-width: 1001px) {
  #visiting .introduction {
    display: flex;
    align-items: flex-start;
  }
  #visiting .introduction .img_box, #visiting .introduction .text_box {
    width: 48.125%;
  }
  #visiting .introduction .text_box {
    margin-left: 3.75%;
  }
  #visiting .introduction .title {
    margin-bottom: 1.25em;
  }
}
@media screen and (max-width: 1000px) {
  #visiting .introduction {
    max-width: 600px;
    margin: auto;
  }
  #visiting .introduction .img_box {
    text-align: center;
  }
  #visiting .introduction .text_box {
    margin-top: 7.16418%;
  }
}
@media screen and (max-width:1200px) {
  #visiting .introduction .title .ib {
    display: inline;
  }
}
@media screen and (min-width:601px) and (max-width:1000px) {
  #visiting .introduction .title {
    text-align: center;
  }
  #visiting .introduction .title .ib {
    display: inline-block;
  }
}
@media screen and (max-width:600px) {
  #visiting .introduction .title .ib {
    display: inline;
  }
}

/* 出張買取 CVボタン設定 */
#visiting .main_cv_flex {
  border-bottom: none;
  flex-wrap: wrap;
  max-width: 940px;
  margin: auto;
}
#visiting .cv_btn {
  width: 100%;
  margin: 24px auto 0;
}
#visiting .cv_btn a {
  max-width: 456px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  #visiting .cv_btn {
    width: 49%;
    margin-bottom: 0;
  }
  #visiting .cv_btn:last-child {
    margin-left: 2%;
  }
}


/* ===== 出張買取エリア ===== */
#visiting .visiting_area {
  background: #fff;
  border: 2px solid #ed6103;
}
#visiting .visiting_area img {
  display: block;
  margin: auto;
}
#visiting .visiting_area h3 {
  color: #ed6103;
}
#visiting .explanation {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  #visiting .visiting_area {
    display: flex;
    align-items: flex-start;
    margin-top: 3.34%;
    padding: 4%;
  }
  #visiting .visiting_area img {
    /* 内幅1104pxに対し238px */
    width: 22%;
  }
  #visiting .visiting_area .text_box {
    /* 内幅1104pxに対し773px */
    width: 70%;
    margin-left: 8%;
  }
}
@media screen and (max-width:767px) {
  #visiting .visiting_area {
    max-width: 600px;
    margin: 32px auto 0;
    padding: 5.63%;
  }
  #visiting .visiting_area img {
    margin-bottom: 20px;
  }
}

/* ===== 出張買取エリア ボタンflex ===== */
.visiting_area .btn_box {
  display: flex;
  flex-wrap: wrap;
}
.visiting_area .visiting_btn {
  background: #ed6103;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  padding: .375em .3em;
  position: relative;
}
.visiting_area .visiting_btn:before , .visiting_area .visiting_btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  transition: .3s;
}
.visiting_area .visiting_btn:before {
  width: .875em;
  height: .875em;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
.visiting_area .visiting_btn:after {
  width: .3em;
  height: .3em;
  border-top: 1px solid #ed6103;
  border-right: 1px solid #ed6103;
  transform: translate(-95% , -50%) rotate(45deg);
}
/* アニメーション */
.visiting_area .visiting_btn_area {
  transition: .3s;
}
.visiting_area .visiting_btn_area:hover .visiting_btn {
  opacity: .8;
}
.visiting_area .visiting_btn_area:hover .visiting_btn:before , .visiting_area .visiting_btn_area:hover .visiting_btn:after {
  right: 3%;
}
@media screen and (min-width:768px) {
  .visiting_area .visiting_btn_area {
    width: 23.5%;
    margin-left: 2%;
  }
  .visiting_area .visiting_btn_area:nth-child(4n+1) {
    margin-left: 0;
  }
  .visiting_area .visiting_btn_area:nth-child(4) ~ .visiting_btn_area {
    margin-top: 1.8%;
  }
  .visiting_area .visiting_btn_area .visiting_btn {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .visiting_area .visiting_btn_area {
    width: 48.5%;
    margin-left: 3%;
  }
  .visiting_area .visiting_btn_area:nth-child(odd) {
    margin-left: 0;
  }
  .visiting_area .visiting_btn_area:nth-child(2) ~ .visiting_btn_area {
    margin-top: 3%;
  }
}

/* 出張買取 ポップアップ設定 */
#visiting .visiting_btn_area {
  position: relative;
}
#visiting .visiting_btn_area label:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#visiting .visiting_btn_area:hover .open_btn {
  background: #fff;
  color: #1e2436;
}
#visiting .visiting_btn_area:hover .open_btn:after {
  background: #1e2436;
  color: #fff;
}
#visiting .popup_wrap input {
  display: none;
}
#visiting .popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity .5s;
}
#visiting .popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity .5s, transform 0s .5s;
  transform: scale(0);
}
#visiting .popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
#visiting .popup_content {
  position: relative;
  align-self: center;
  background: #fff;
  border: 2px solid #ed6103;
  width: calc(100% - 40px);
  max-width: 1000px;
  max-height: calc(100% - 40px);
  margin: 0;
  padding: 40px 4%;
  transition: 0.5s;
  overflow-y: auto;
}
#visiting .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ed6103;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  #visiting .close_btn {
    font-size: 24px;
  }
}
#visiting .popup_content h4 {
  border-bottom: none;
  font-size: 18px;
  text-align: center;
  padding-bottom: .6em;
  position: relative;
}
#visiting .popup_content h4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3em;
  height: 2px;
  background: #ed6103;
}

body.no-scroll {
  overflow: hidden;
}



/* ============================== */
/* 法人・企業様へ */
/* ============================== */
#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 .h2_area {
    overflow: visible;
  }
  #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 (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;
  }
}