@charset "UTF-8";
.brand_search {
  padding-top: 40px;
}
.brand_all {
  padding: 80px 0 60px;
  background: #f5f5f5;
}
@media all and (max-width: 767px) {
  .brand_all {
    padding: 0 0 40px 0;
    background: #fff;
  }
}
.brand_all_head {
}
@media all and (max-width: 767px) {
  .brand_all_head {
    background: #f5f5f5;
  }
}
.brand_lead {
  font-size: 22px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-weight: 600;
  text-align: center;
}
@media all and (max-width: 767px) {
  .brand_lead {
    line-height: 1.3;
  }
}
.brand_lead_num {
  font-size: 42px;
  font-family: inherit;
  font-weight: 600;
}
.brand_lead_support {
  font-size: 16px;
  font-family: inherit;
   font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}
@media all and (max-width: 767px) {
  .brand_lead_support {
    display: block;
    margin-top: 20px;
    line-height: 1.6;
  }
}
.brand_menu {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
@media all and (max-width: 767px) {
  .brand_menu {
    gap: 0;
  }
}
.brand_menu_item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 70px;
  align-items: center;
  border-radius: 4px 4px 0 0;
  padding-top: 2px;
  border: 1px solid #C9C8C8;
  border-bottom: none;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .brand_menu_item {
    text-align: center;
    line-height: 1.625;
    font-size: 16px;
  }
}
/*
.brand_menu_current {
  background-color: #333;
  background: #333;
  color: #fff;
}
*/
.brand_unit {
  margin-bottom: 40px;
  padding: 30px 40px 50px 40px;
}
@media all and (max-width: 767px) {
  .brand_unit {
    margin-bottom: 0;
    padding: 30px 0 40px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.brand_order_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
  width: min(820px, 100%);
  margin: 0 auto 35px auto;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .brand_order_list {
    justify-content: flex-start;
    padding: 0 20px;
  }
}
.brand_order_list li {
  line-height: 1;
  border-right: 1px solid #000;
  text-align: center;
  padding: 0 8px;
}
.brand_order_list li a {
  display: block;
  font-size: 15px;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .brand_order_list li a {
    font-size: 18px;
  }
}

/* スクロールバー */
.brand_shop_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 22px 38px 9px 18px;
  gap: 20px;
}

.simplebar-content {
  background-color: #F8F4EC;
  padding: 0 !important;
}

.scroll-contents {
  height: 29vh;
  padding: 30px 0;
  margin-top: 40px;
  background-color: #F5F5F5;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border: 1px solid #966F0C;

}

.scroll-contents::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}

.scroll-contents .simplebar-scrollbar::before {
  background: #96700C;
  border-radius: 2px;
  width: 12px;
  margin-left: -1px;
  margin-top: 2px;
}

@media all and (max-width: 767px) {
  .scroll-contents {
    height: 42vh;
    overflow-y: scroll;
    padding: 20px 0px;
    width: calc(100% - 40px);
    margin: 20px 0 0 15px;
  }

  .brand_shop_list {
    grid-template-columns: 1fr;
  }
}

.brand_link_jp {
  display: block;
  font-size: 14px;
}
.brand_link_en {
  display: block;
  font-size: 12px;
}

.brand_shop_list li {
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.4;
}



.scroll-contents .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.scroll-contents .simplebar-track {
  background-color: #FAFAFA;
}

.brand_shop_ttl {
  padding: 10px;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
}

.simplebar-track.simplebar-vertical {
  width: 15px;
}

.simplebar-scrollbar {
  left: 0;
}

@media all and (max-width: 767px) {
  .brand_shop_ttl {
    padding: 10px;
    font-size: 18px;
  }
  /* .simplebar-scrollbar {
    left: 1px;
  }
  .simplebar-track.simplebar-vertical {
    width: 35px;
  } */

}


.brand_contact_txt {
  margin-bottom: 60px;
  text-align: center;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .brand_contact_txt {
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: left;
  }
}

/* Google口コミ */
.c_voice{
  background-color: #ffffff;
  margin-bottom: 60px;
}


.c_voice_lead_txt{
  text-align: center;
  margin-bottom: 18px;
}
@media all and (max-width: 767px) {
	.c_voice{
		margin-bottom: 40px;
	  }
  .c_voice_lead_txt {
    margin-bottom: 38px;
  }
  .c_voice_lead_txt > p{
    text-align: left;
  }
}

.review_lead{
  font-size: 12px;
}
.review_box_star_rate {
  font-size: 28px;
  margin-top: 56px;
  color: #97710C;
}
@media all and (max-width: 767px) {
  .review_box_star_rate {
    font-size: 24px;
    margin-top: 40px;
  }
}
.review_lead_number {
  font-size: 16px;
  margin-bottom: 14px;
}
.c_voice_list_box {
  padding: 36px 100px;
}
@media all and (max-width: 767px) {
  .c_voice_list_box {
    padding: 0;
  }
}
.c_voice_list_inbox .review_box_star_rate {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
}
.review_box_user {
  margin-bottom: 24px;
  font-size: 14px;
}
.c_voice_list_txt{
  font-size: 15px;
}
@media all and (max-width: 767px) {
  .c_voice_list_txt{
    font-size: 14px;
  }
}
.item-top .bnr_no1 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .item-top .bnr_no1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

/* 全国各地買取対応 */
.shop_handling_ttl {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-size: 24px;
  font-weight: 600;
}
.shop_area_section{
  padding: 100px 0 60px;
  background: #F5F5F5;
}
.shop_area_section .c_cover_box_body{
  background: #fff;
}
.shop_area_list{
  display: flex;
  flex-wrap: wrap;
}
.shop_area_list_item{
  width: 50%;
  padding: 25px 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.shop_area_list_item:nth-child(odd){
  padding-left: 30px;
}
.shop_area_list_item:nth-child(even){
  padding-right: 30px;
  border-left: #C9C8C8 dotted 1px;
}
.shop_area_list_item:nth-child(n+3){
  border-top: #C9C8C8 dotted 1px;
}
.shop_area_list_item strong{
  margin-bottom: 10px;
  font-size: 15px;
}
.shop_area_list_links li{
  display: inline-block;
  margin-right: 1.6em;
  font-size: 15px;
}
.shop_area_list_links li a{
  text-decoration: none;
}
.c_cover_box_head {
  padding: 12px;
  border-radius: 4px 4px 0 0;
  background: #333333;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 767px) {
  .c_cover_box {
    width: 100vw;
    margin-left: -20px;
  }
  .c_cover_box_head {
    padding: 8px;
    border-radius: 0;
  }
  .shop_handling_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
  }
  .shop_area_section{
    padding: 40px 0 40px;
  }
  .shop_area_section .c_purchase_lead_txt{
    margin: 0 auto 35px;
  }
  .shop_area_section .cmn_phone_block{
    width: calc(100% - 40px);
    margin: 40px auto 0;
  }
  .shop_area_list_item{
    width: 100%;
    padding: 20px 15px;
  }
  .shop_area_list_item.none{
    display: none;
  }
  .shop_area_list_item:nth-child(odd){
    padding-left: 15px;
  }
  .shop_area_list_item:nth-child(even){
    padding-right: 15px;
    border-left: none;
  }
  .shop_area_list_item:nth-child(n+2){
    border-top: #C9C8C8 dotted 1px;
  }
  .shop_area_list_item strong{
    margin-bottom: 5px;
    font-size: 14px;
  }
  .shop_area_list_links li{
    font-size: 14px;
  }
}

/* 高価買取になりやすい特徴 */
.kouka_feature_menu {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.kouka_feature_menu li {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 70px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  border: 1px solid #C9C8C8;
  border-bottom: none;
  font-weight: 600;
  text-align: center;
}
.kouka_feature_menu .js-tab-btn-show, .kouka_feature_menu_current {
  background: #333 !important;
  color: #fff;
}
.c_kouka_feature_unit{
  border-radius: 4px 4px 0 0;
  background: #fff;
  border: 1px solid #C9C8C8;
  padding: 60px 40px 40px;
  text-align: center;
}
.c_kouka_ttl{
  font-size: 24px;
  margin-bottom: 24px
}
.c_kouka_lead_txt {
  font-size: 15px;
  margin-bottom: 26px
}
.brand_img_list {

}
.brand_img_list li {

}
.brand_img_list li img {
  width: 100%;
}
.feature_text_box {
  border-radius: 4px 4px 0 0;
  background: #fff;
  border: 1px solid #C9C8C8;
  text-align: left;
  padding: 30px;
  font-size: 16px;
  margin-top: 30px;
}
.feature_text_box .strong {
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
}
@media all and (max-width: 767px) {
  .kouka_feature_menu li {
    width: 47%;
    height: 50px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.3846153846;
    text-align: center;
    border: 1px solid #C9C8C8;
  }
  .kouka_feature_menu {
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 12px 16px;
    justify-content: center;
  }
  .c_kouka_feature_unit {
    padding: 20px;
  }
  .c_kouka_ttl{
    font-size: 17px;
  }
  .c_kouka_lead_txt {
    font-size: 14px;
    text-align: left;
  }
  .feature_text_box {
    font-size: 14px;
    padding: 20px;
  }
  .feature_text_box .strong {
    font-size: 16px;
  }
  .brand_img_list {
    margin: 0 auto;
  }
  .brand_img_list_space {
    display: block;
    padding: 5px;
  }
}

/* Text Style
------------------------------------------------ */
@media screen and (max-width: 767px) {
  .cmn_h2_type2 .emp {
    font-size: 20px;
  }
}/* max-width: 767px */

@media screen and (max-width: 767px) {
  .cmn_h2_type4 .emp {
    font-size: 20px;
  }
}/* max-width: 767px */

.brand_menu_item.js-tab-btn-show {
  background: #000;
  color: #fff;
}

.c_section_01 .js-tab-unit {
  opacity: 0;
  transition: .1s;
  height: 0;
}

.c_section_01 .js-tab-unit.js-tab-unit-show {
  opacity: 1;
  height: auto;
}

.brand_results_lead_txt.lead_txt_space{
  padding-top: 32px;
}

/* tooltip
------------------------------------------------ */
.c_other_item_list li {
  position:relative;
}

@media screen and (max-width: 767px) {
  .c_other_item_intooltips_area .c_other_item_list li {
    width: 33.3%;
    margin: 0 0;
    padding: 0 1% 5px;
    box-sizing: border-box;
  }

  .c_other_item_tooltips_sp_click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
  }

  .c_other_item_intooltips_area .c_other_item_list .c_other_item_list_link {
    position:relative;
    z-index: 2;
  }

}/* max-width: 767px */

.c_other_item_tooltips_wrap {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 6;
  width: 426%;
}

@media screen and (min-width: 768px) {
  .c_other_item_list li.c_other_item_list_box0 .c_other_item_tooltips_wrap {
    left: 0;
  }
  .c_other_item_list li.c_other_item_list_box1 .c_other_item_tooltips_wrap {
    left: -109%;
  }
  .c_other_item_list li.c_other_item_list_box2 .c_other_item_tooltips_wrap {
    left: -218%;
  }
  .c_other_item_list li.c_other_item_list_box3 .c_other_item_tooltips_wrap {
    left: -326%;
  }
  .c_other_item_list li:hover .c_other_item_tooltips_wrap {
    display: block;
  }
}/* min-width: 768px */

@media screen and (max-width: 767px) {
  .c_other_item_tooltips_wrap {
    width: 300%;
    padding-top: 10px;
  }
  .c_other_item_list li.c_other_item_list_sp_box0 .c_other_item_tooltips_wrap {
    left: 0%;
  }

  .c_other_item_list li.c_other_item_list_sp_box1 .c_other_item_tooltips_wrap {
    left: -100%;
  }
  .c_other_item_list li.c_other_item_list_sp_box2 .c_other_item_tooltips_wrap {
    left: -200%;
  }
}/* max-width: 767px */

.c_other_item_tooltips {
  display: block;
  text-align: left;
  position:relative;
  background-color: #E5E6E5;
  border: 1px solid #DEDCDC;
  padding: 50px 0 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c_other_item_tooltips {
    border: none;
  }
}/* max-width: 767px */


.c_other_item_tooltips_triangle {
  position: absolute;
  left: 10.5%;
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 16px solid #DEDCDC;
  border-top: 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c_other_item_list li.c_other_item_list_box0 .c_other_item_tooltips_triangle {
    left: 10%;
  }
  .c_other_item_list li.c_other_item_list_box1 .c_other_item_tooltips_triangle {
    left: 36%;
  }
  .c_other_item_list li.c_other_item_list_box2 .c_other_item_tooltips_triangle {
    left: 62%;
  }
  .c_other_item_list li.c_other_item_list_box3 .c_other_item_tooltips_triangle {
    left: 87.5%;
  }
  .c_other_item_list li.c_other_item_list_box0 .c_other_item_tooltips_triangle {
    left: 10%;
  }
  .c_other_item_list li.c_other_item_list_box1 .c_other_item_tooltips_triangle {
    left: 36%;
  }
  .c_other_item_list li.c_other_item_list_box2 .c_other_item_tooltips_triangle {
    left: 62%;
  }
  .c_other_item_list li.c_other_item_list_box3 .c_other_item_tooltips_triangle {
    left: 87.5%;
  }

}/* min-width: 768px */

@media screen and (max-width: 767px) {
  .c_other_item_tooltips_triangle {
    left: 15%;
    border-bottom: 16px solid #E5E6E5;
  }

  .c_other_item_list li.c_other_item_list_sp_box0 .c_other_item_tooltips_triangle {
    left: 15%;
  }
  .c_other_item_list li.c_other_item_list_sp_box1 .c_other_item_tooltips_triangle {
    left: 49%;
  }
  .c_other_item_list li.c_other_item_list_sp_box2 .c_other_item_tooltips_triangle {
    left: 82%;
  }
  .c_other_item_list li.c_other_item_list_sp_box0 .c_other_item_tooltips_triangle {
    left: 15%;
  }
  .c_other_item_list li.c_other_item_list_sp_box1 .c_other_item_tooltips_triangle {
    left: 49%;
  }
  .c_other_item_list li.c_other_item_list_sp_box2 .c_other_item_tooltips_triangle {
    left: 82%;
  }
}/* max-width: 767px */

.c_other_item_tooltips_intriangle {
  display: inline-block;
  position: relative;
  left: -8px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 14px solid #F3EFEF;
  border-top: 0;
}

.c_other_item_tooltips_btn_block {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .c_other_item_tooltips_btn_block {
    box-sizing: border-box;
    padding: 0 4%;
    margin: 0 auto 28px;
  }
}/* max-width: 767px */

.c_other_item_tooltips_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 30px 0 40px;
}

@media screen and (max-width: 767px) {
  .c_other_item_tooltips_list {
    box-sizing: border-box;
    padding: 0 0;
    margin: 0 4% 0 4%;
  }
}/* max-width: 767px */

a.c_other_item_tooltips_link {
  display: inline-block;
  border: 1px solid #DEDCDC;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  padding: 5px 15px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  a.c_other_item_tooltips_link:hover {
    background-color: #666666;
    color: #ffffff;
    border: 1px solid #9E9D9D;
    box-shadow: 0 0px 0 #E1E1E1;
  }
}/* min-width: 768px */

@media screen and (max-width: 767px) {
  a.c_other_item_tooltips_link {
    margin: 0 5px 10px 0;
    padding: 10px 8px;
  }
}/* max-width: 767px */

@media screen and (max-width: 767px) {
   .c_other_item.c_other_item_intooltips_area {
    padding-left: 0;
    padding-right: 0;
  }

   .c_other_item.c_other_item_intooltips_area .cmn_h2_type2 {
    padding-left: 15px;
    padding-right: 15px;
  }

   .c_other_item.c_other_item_intooltips_area .brand_results_lead_txt {
    padding-left: 15px;
    padding-right: 15px;
  }

}/* max-width: 767px */

.c_other_item_tooltips_close {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 18px;
  right: 12px;
}
@media screen and (max-width: 767px) {
   .c_other_item_tooltips_close {
    display: block;
  }

}/* max-width: 767px */

.c_other_item_tooltips_close:before,
.c_other_item_tooltips_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #504343;
}

.c_other_item_tooltips_close:before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.c_other_item_tooltips_close:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
   .c_other_item_intooltips_area .brand_results_btn_block {
    box-sizing: border-box;
    padding: 0 15px;
  }
}/* max-width: 767px */

/* 特別枠 */
section.tokubetu {
  background-color: #F3EFEF;
}

.brand_results_vintage {
  background-color: #fff;
  padding-bottom: 40px;
}

.brand_results_vintage_block_wrap {
  display: flex;
  flex-direction: column;
  padding: 43px 40px 0;
}

.brand_results_vintage_txt {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 15px;
  padding: 40px 100px 0 100px;
}

.brand_results_vintage_block {
  display: flex;
  padding: 30px 38px 20px;
  background-color: #F3EFEF;
  border: 1px solid #C9C8C8;
}

.brand_results_vintage_block_image_wrap {
  display: flex;
  height: 220px;
  width: 280px;
  border: 1px solid #C9C8C8;
  background-color: #fff;
}

.brand_results_vintage_block_image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand_results_vintage_block_image.u_main_image {
  width: 170px;
  border-right: 1px solid #C9C8C8;
}

.brand_results_vintage_block_image:nth-of-type(1) {
}

.brand_results_vintage_block_image:nth-of-type(2) {
  border-top: 1px solid #C9C8C8;
}

.brand_results_vintage_block + .brand_results_vintage_block {
  margin-top: 30px;
}

.brand_results_vintage_block_image {
  box-sizing: border-box;
  padding: 5px;
}

.brand_results_vintage_block_image.u_main_image img{
  max-width: 157px;
  max-height: 208px;
}

.brand_results_vintage_block_image_sub {
  width: 170px;
  height: 100%;
}

.brand_results_vintage_block_image_sub .brand_results_vintage_block_image {
  height: 50%;
}

.brand_results_vintage_block_image_sub img {
  max-width: 98px;
  max-height: 98px;
}

.brand_results_vintage_block_ttl {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1.8;
  word-break:break-all;
}

.brand_results_vintage_block_atthattime_price {
  font-family: Hiragino Kaku Gothic Pro;
  color: #666666;
  line-height: 1.8;
  display: flex;
  align-items: center;
}

.brand_results_vintage_block_now_price {
  color: #9E0411;
  line-height: 1;
  display: flex;
  align-items: center;
}

.brand_results_vintage_block_atthattime_price .bought_price {
  font-size: 32px;
  font-family: Yu Mincho;
  margin-right: 7px;
}

.brand_results_vintage_block_now_price .buy_price {
  font-size: 50px;
  font-family: Yu Mincho;
  margin:0 7px 0 10px;
}

.brand_results_vintage_block_details_wrap {
  margin-left: 32px;
/*
  display: flex;
  flex-direction: column;
  justify-content: center;
*/
  padding: 10px 0 0;
  width: 100%;
  box-sizing: border-box;
}

.brand_results_vintage_block_details_box {
  position: relative;
  padding: 20px 145px 0 8px;
  margin-top: 15px;
}

.brand_results_vintage_block_atthattime_price .yen {
  font-size: 22px;
}

.bought_text_box {
  width: 50%;
}

.bought_price_box {
  margin-left: 10px;
  width: 50%;
}


.sankaku {
  margin: 31px auto 0;
  text-align: center;
}

.sankaku span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 32px 0 32px;
  border-color: #c9c8c8 transparent transparent transparent;
}

.brand_results_vintage_block_now_price .yen {
  font-size: 29px;
}

.brand_results_vintage_block_circle {
  border-radius: 50%;
  font-family: Yu Mincho;
  background-color: #000;
  color: #fff;
  width: 136px;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: end;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.brand_results_vintage_block_circle p {
  line-height: 1;
}

.brand_results_vintage_block_circle p span:last-of-type {
  line-height: 1.3;
  position: relative;
  left: 8px;
}

.brand_results_vintage_block_circle::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 21px 12px;
  border-color: transparent transparent #000 transparent;
  top: 92px;
  left: -1px;
  transform: rotate(-3deg);
}

.brand_good_deal .price {
  font-size: 40px;
  font-family: Yu Mincho;
  font-weight: bold;
}

.sp-none-flex {
  display: flex;
}

.sp-none {
  display: block;
}

.pc-none {
  display: none;
}

.brand_results_vintage_image {
  margin: 40px 40px 0;
}

.brand_results_vintage_image img{
  max-width: 100%;
}

.brand_results_vintage_block_remarks {
  margin-top: 20px;
}

.brand_results_vintage_review_wrap_wrap {
  padding:0 40px;
  margin-top: 40px;
}

.brand_results_vintage_review_wrap {
  display: flex;
  align-items: center;
  padding: 10px 50px 0 37px;
  font-size: 15px;
}

.brand_results_vintage_review_wrap:nth-last-of-type(2) {
  border-top: 1px solid #C9C8C8;
  border-left: 1px solid #C9C8C8;
  border-right: 1px solid #C9C8C8;
}

.brand_results_vintage_review_wrap:nth-last-of-type(1) {
  border: 1px solid #C9C8C8;
}

.u-buyer {
  background-color: #F5F5F5;
  padding: 19px 50px 23px 37px;
}

.brand_results_vintage_details {
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .brand_results_vintage {
    background-color: #F3EFEF;
    padding-bottom: 0;
  }

  .brand_results_vintage_block_wrap {
    background-color: #F3EFEF;
    padding: 0;
    border-radius: 10px;
    margin-top: 27px;
  }

  .brand_results_vintage_txt {
    padding: 30px 0 0;
  }

  .brand_results_vintage_block {
    flex-direction: column;
    padding: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #C9C8C8;
    border-radius: 10px;
  }

  .brand_results_vintage_block_image_wrap {
    border: none;
    border-bottom: 1px solid #C9C8C8;
    width: 100%;
    height: 180px;
    border-radius: 10px 10px 0 0;
  }

  .brand_results_vintage_block_image {
    display: flex;
    justify-content: center;
  }

  .brand_results_vintage_block_image:first-of-type {
    border-radius: 10px 0 0 0;
  }

  .brand_results_vintage_block_image_sub .brand_results_vintage_block_image:first-of-type {
    border-radius:  0 10px 0 0;
  }

  .brand_results_vintage_block_image.u_main_image {
    width: 60%;
  }


  .brand_results_vintage_block_image_sub {
    width: 40%;
  }

  .brand_results_vintage_block_image_sub .brand_results_vintage_block_image {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
  }

  .brand_results_vintage_block_image_sub img {
    max-width: 80px;
    max-height: 80px;
  }


  .brand_results_vintage_block_details_wrap {
    margin: 30px 30px 0;
    padding: 0;
    width: auto;
  }

  .brand_results_vintage_block_details_box {
    padding: 0;
    margin-top: 12px;
  }


  .brand_results_vintage_block_atthattime_price {
    font-size: 12px;
    display: table;
    width: 100%;
  }

  .brand_results_vintage_block_atthattime_price .bought_text_box {
    display: table-cell;
  }

  .brand_results_vintage_block_atthattime_price .bought_price_box {
    display: table-cell;
    text-align: right;
  }


  .brand_results_vintage_block_atthattime_price .yen {
    font-size: 16px;
  }

  .brand_results_vintage_block_ttl {
    margin: 0;
    font-size: 15px;
  }

  .brand_results_vintage_block_square {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 15px;
    position: relative;
    border-radius: 4px;
    margin-top: -12px;
  }

  .brand_results_vintage_block_square::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 21px 12px;
    border-color: transparent transparent #000 transparent;
    bottom: -20px;
    left: 31px;
    transform: rotate(180deg);
  }

  .brand_results_vintage_block_atthattime_price .bought_price {
    font-size: 20px;
    margin-right: 3px;
  }

  .brand_good_deal .price {
    font-size: 24px;
  }

  .brand_results_vintage_block_gooddeal_emphasis span {
    font-size: 15px;
  }

  .brand_results_vintage_block_now_price {
    justify-content: center;
    margin: 30px auto;
  }

  .sankaku {
    margin: 24px auto 0;
  }

  .sp-none {
    display: none;
  }

  .sp-none-flex {
    display: none;
  }

  .pc-none {
    display: block;
  }

  .brand_results_vintage_image {
    margin: 40px 0 0;
  }

  .brand_results_vintage_review_wrap_wrap {
    padding: 0;
  }

  .brand_results_vintage_review_wrap {
    align-items: start;
    padding: 25px 20px;
  }

}/* max-width: 767px */
*-------------------------------------------------------------------------*/
/* 買取実績
/*-------------------------------------------------------------------------*/
/* 実績著者表示 */
.cmn_author_block {
  background-color: #F0F0F0;
  padding: 30px 30px 0;
  margin-bottom: 30px;
}

.cmn_author_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #191919;
  line-height: 1.7;
  border-bottom: 1px solid #707070;
  margin-bottom: 16px;
}

.cmn_author_list li {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #707070;
}

.cmn_author_list li:first-child {
  padding-top: 0;
  border-top: none;
}

.cmn_author_img_box {
  width: 183px;
}

.cmn_author_img_box img {
  max-width: 100%;
}

.cmn_author_sp_info_box {
  display: none;
}

.cmn_author_info_box {
  width: calc(100% - 183px);
  box-sizing: border-box;
  padding: 16px 0 0 30px;
}

.cmn_author_shop {
  font-size: 16px;
  font-weight: bold;
  color: #191919;
  line-height: 1.6;
  margin-bottom: 5px;
}

.cmn_author_name_box {
  margin-bottom: 10px;
}

.cmn_author_name {
  font-size: 16px;
  color: #191919;
  line-height: 1.7;
  padding-right: 20px;
}

.cmn_author_license {
  font-size: 14px;
  color: #191919;
  line-height: 1.7;
}

.cmn_author_biography {
  font-size: 14px;
  color: #191919;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .cmn_author_block {
    padding: 30px 25px 0;
  }

  .cmn_author_ttl {
    margin-bottom: 10px;
  }

  .cmn_author_list li {
    display: block;
  }

  .cmn_author_img_box {
    width: auto;
    display: flex;
    margin-bottom: 25px;
  }

  .cmn_author_img {
    width: 150px;
  }

  .cmn_author_sp_info_box {
    display: block;
    width: calc(100% - 150px);
    box-sizing: border-box;
    padding: 4px 0 0 20px;
  }

  .cmn_author_sp_shop {
    font-size: 18px;
    color: #191919;
    line-height: 1.6;
    margin-bottom: 5px;
  }

  .cmn_author_sp_name {
    font-size: 16px;
    color: #191919;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .cmn_author_sp_license {
    font-size: 14px;
    color: #191919;
    line-height: 1.7;
  }

  .cmn_author_info_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }

  .cmn_author_shop {
    display: none;
  }

  .cmn_author_name_box {
    display: none;
  }
}/* max-width: 768px */

.scroll_hint_vertical {
  color: #9e0411;
}

/* リンクNo.2・3対応 */
.brand_linkset {
  background-color: #fff;
}

.brand_linkset_wrap {
  width: 1000px;
  border-radius: 5px;
  margin: auto;
  background-color: #fff;
  padding-bottom: 40px;
  border: 1px solid #C9C8C8;
}

.brand_linkset_title {
  font-family: YuMincho-Demibold, hiragino mincho pron,ヒラギノ明朝 pro w3,hiraginomincho pro,游明朝,yu mincho,serif;
  background-color: #333;
  color: #fff;
  padding: 17px 0;
  font-size: 24px;
  font-weight: 300;
  border-radius: 5px 5px 0 0;


}

.brand_linkset_description {
  color: #333;
  font-size: 16px;
  margin: 40px auto;
  width: calc(100% - 80px);
}


@media screen and (max-width: 767px) {
  .brand_linkset_description {
    text-align: left;
    width: calc(100% - 40px);
  }
}

.brand_linkset_block {
  color: #fff;
  width: calc(100% - 60px);
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: #F5F5F5;
  border: 1px solid #C9C8C8;

}

.brand_linkset_block_title {
  background-color: #333;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 0;
  border-radius: 5px 5px 0 0;
}

.brand_linkset_block_list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 40px 44px;
}

.brand_linkset_block_item {
  text-align: start;
  font-size: 13px;
  white-space: nowrap;
}

.brand_linkset_button {
  display: none;
}
@media screen and (max-width: 970px) {
  .brand_linkset_wrap {
    width: 100%;
  }

  .brand_linkset_title {
    border-radius: unset;
  }

/* .brand_linkset_block_title {
  border-radius: unset;
}  */

.brand_linkset_block_list {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px;
/*
  overflow: hidden;
  max-height: 58px;
*/
}

.brand_linkset_block {
  width: calc(100% - 40px);
}

.brand_linkset_button_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.brand_linkset_button {
  display: block;
  background-color: #fff;
  border: 1px solid #9E9D9D;
  padding: 16px 0;
  width: 280px;
  position: relative;
  color: #333;
  box-shadow: 5px 5px 0px 0px #E1E0E0;
  border-radius: 5px;
}


.brand_linkset_button::after {
    content: "";
    background: url(../../assets/img/icon/arrow.svg) no-repeat center/contain;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 20px;
    width: 20px;
    transform: rotate(90deg);
  }


  .brand_linkset_block_list.is_list_open .brand_linkset_button::after {
    transform: rotate(0deg);
  }
}

.brand_linkset_btn_close:after {
  transform: rotate(-90deg);
}

/* 【新規ブランド追加のタイムライン表示対応支援】 */
.new_index_brand {
  background-color: #F5F5F5;
  width: 1000px;
  margin: auto;
}

.new_index_brand_block {
  padding: 32px 20px;
  display: flex;
  background-color: #fff;
}

.new_index_brand + .new_index_brand {
  margin-top: 20px;
}

.new_index_brand_month {
  width: 98px;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.new_index_brand_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: calc(100% - 98px);
  padding: 0;
  margin: 0;
}

.new_index_brand_item {
  padding: 0 20px 9px 0;
  text-align: left;
}

.new_index_brand_emphasis {
  width: 67px;
  background-color: #B92828;
  color: #fff;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 1040px) {
  .new_index_brand {
    width: calc(100% - 40px);
  }

  .new_index_brand_block {
    flex-direction: column;
    position: relative;
  }


  .new_index_brand_month {
    font-size: 10px;
    width: auto;
    display: flex;
    text-align: center;
    line-height: 1;
  }

  .new_index_brand_emphasis {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
    margin-left: 7px;
    width: 34px;
    border-radius: 2px;
    padding: 1px 3px;
    font-size: 10px;
  }

  .new_index_brand_list {
    width: 90%;
    margin: 16px 0 0 0;
    height: auto;
    background-color: #fff;
  }

}

@media screen and (max-width: 768px) {
  .new_index_brand_item {
    font-size: 10px;
    padding: 0 20px 8px 0;
  }
}


/* 【新規ブランド追加のタイムライン表示対応支援】 */

/* 152金相場 */
.shop_kinsouba_box{
  position: relative;
}
.shop_kinsouba_ttl{
  position: relative;
  padding: 19px 210px 19px 220px;
  background: #97710C;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.shop_kinsouba_box_content{
  padding: 65px 40px 45px;
  background: #F8F4EC;
  border-radius: 0 0 4px 4px;
  border: solid 1px #C9C8C8;
  border-top: none;
}
.shop_kinsouba_ttl_check{
  position: absolute;
  top: -29px;
  left: 50px;
}
.shop_kinsouba_ttl_time{
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: calc(20 / 14);
}
.shop_kinsouba_ttl_main{
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-size: 32px;
  font-weight: bold;
  line-height: calc(28 / 18);
}
.shop_kinsouba_tesuryo{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 29px;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: calc(28 / 16);
}
.shop_kinsouba_dt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  background: #97710C;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.shop_kinsouba_dd{
  background: #fff;
  border: solid 1px #97710C;
  border-top: none;
}
.shop_kinsouba_dd_inr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px;
}
.shop_kinsouba_dd_inr:not(:first-child){
  border-top: solid 1px #97710C;
}
.shop_kinsouba_g,.shop_kinsouba_zen{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48%;
}
.shop_kinsouba_g_name{
  font-size: 13px;
}
.shop_kinsouba_g_yen{
  font-size: 15px;
  font-weight: bold;
}
.shop_kinsouba_g_yen span{
  display: inline-block;
  margin-left: 6px;
  font-size: 16px;
}
.shop_kinsouba_flexbox{
  display: flex;
  justify-content: space-between;
}
.shop_kinsouba_flexbox > dl{
  width: 48.9%;
}
.shop_kinsouba_dl_01{
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .shop_kinsouba_dl_01{
    display: block;
    margin-bottom: 30px;
  }
}

.shop_kinsouba_dl_01 .shop_kinsouba_dt{
  width: 23%;
  font-size: 28px;
}
.shop_kinsouba_dl_01 .shop_kinsouba_dd{
  width: 100%;
  border: solid 1px #97710C;
  border-left: none;
}
.shop_kinsouba_dl_01 .shop_kinsouba_dd_inr{
  padding: 20px 10px;
}
.shop_kinsouba_dl_01 .shop_kinsouba_g{
  width: 52%;
}
.shop_kinsouba_dl_01 .shop_kinsouba_zen{
  width: 39%;
}
.shop_kinsouba_dl_01 .shop_kinsouba_g_name{
  font-size: 22px;
}
.shop_kinsouba_dl_01 .shop_kinsouba_g_yen{
  font-size: 32px;
  color: #9E0411;
}
.shop_kinsouba_dl_01 .shop_kinsouba_g_yen span{
  margin-left: 8px;
  font-size: 22px;
}
.shop_kinsouba_dl_03 .shop_kinsouba_dt{
  background: #333333;
}
.shop_kinsouba_dl_03 .shop_kinsouba_dd{
  border: solid 1px #333333;
  border-top: none;
}
.shop_kinsouba_dl_03 .shop_kinsouba_dd_inr:not(:first-child){
  border-top: solid 1px #333333;
}
.shop_kinsouba_note{
  margin-top: 16px;
  padding: 0 20px;
}
.shop_kinsouba_note li{
  position: relative;
  padding-left: 1.1em;
  font-size: 15px;
  line-height: calc(24 / 15);
}
.shop_kinsouba_note li::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
@media all and (max-width: 1180px) {
  .shop_kinsouba_ttl{
    position: relative;
    padding: 19px 19px 19px 220px;
  }
  .shop_kinsouba_tesuryo{
    position: static;
    width: 80%;
    height: auto;
    margin: 0 auto 40px;
    padding: 6px;
    border-radius: 60px;
    font-size: 18px;
  }
  .shop_kinsouba_tesuryo br{
    display: none;
  }
  .shop_kinsouba_flexbox{
    display: block;
  }
  .shop_kinsouba_flexbox > dl{
    width: 100%;
  }
  .shop_kinsouba_flexbox > dl + dl{
    margin-top: 30px;
  }
  .shop_kinsouba_dl_01 .shop_kinsouba_dt{
    width: 100%;
    font-size: 16px;
  }
  .shop_kinsouba_dl_01 .shop_kinsouba_g_name{
    font-size: 13px;
  }
  .shop_kinsouba_dl_01 .shop_kinsouba_g_yen{
    font-size: 17px;
  }
  .shop_kinsouba_dl_01 .shop_kinsouba_g_yen span{
    margin-left: 11px;
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  .shop_kinsouba_section{
    padding-top: 42px;
  }
  .shop_kinsouba_box_content{
    padding: 30px 20px 40px;
    border-radius: 0;
    border: none;
  }
  .shop_kinsouba_ttl_check{
    top: -15px;
    left: 20px;
  }
  .shop_kinsouba_ttl{
    position: relative;
    padding: 12px 17px 12px 120px;
  }
  .shop_kinsouba_ttl_time{
    font-size: 14px;
  }
  .shop_kinsouba_ttl_main{
    font-size: 18px;
  }
}

/* 152金相場 */


/* 185ブランド・アイテムメインビジュアル */
.brand_main_bg {
  background-color: #E5E6E5;
}

.brand_main_block {
  width: 100%;
  height: 392px;
  background-color: #ffffff;
  display: flex;
}

@media all and (max-width: 767px) {
  .brand_main_block {
    height: auto;
    display: block;
  }
}

.brand_main_block img {
  vertical-align: top;
}

.brand_main_info {
  width: 520px;
  height: 392px;
  position: relative;
}

@media all and (min-width: 768px) {
  .brand_main_info {
    order: 1;
    background: url(../../assets/img/brand/main_bg/deco_pc.jpg) no-repeat center 0;
  }
}

@media all and (max-width: 767px) {
  .brand_main_info {
    width: 100%;
    height: auto;
  }
}

.brand_main_img_box {
  width: 480px;
  height: 392px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media all and (min-width: 768px) {
  .brand_main_img_box {
    order: 2;
  }
}

@media all and (max-width: 767px) {
  .brand_main_img_box {
    width: 100%;
    height: auto;
  }
}

.brand_main_img_box img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.brand_main_ttl_block {
  width: 506px;
  height: 212px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0 6px;
}

@media all and (max-width: 767px) {
  .brand_main_ttl_block {
    width: auto;
    height: auto;
    margin: 5px 5px 2px;
    background: url(../../assets/img/brand/main_bg/deco_l_sp.png) no-repeat 0 0;
    background-size: 106px auto;
  }
}

.brand_main_ttl_box {
  text-align: center;
  width: 100%;
}

@media all and (max-width: 767px) {
  .brand_main_ttl_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 111px;
    box-sizing: border-box;
    padding: 10px 0 5px;
    background: url(../../assets/img/brand/main_bg/deco_r_sp.png) no-repeat 100% 100%;
    background-size: 98px auto;
  }
}

.brand_main_ttl_main {
  color: #000000;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.19;
}

@media all and (max-width: 767px) {
  .brand_main_ttl_main {
    width: 100%;
    text-align: center;
    font-size: 35px;
  }
}

.brand_main_ttl_main.font_max {
  font-size: clamp(25px,4vw,38px);
}
.brand_main_ttl_main.font_long {
  font-size: clamp(25px, 4vw, 48px);
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media all and (max-width: 767px) {
  .brand_main_ttl_main.font_max,
  .brand_main_ttl_main.font_long {
    font-size: 21px;
  }
}

.brand_main_ttl_sub {
  color: #707070;
  margin-top: 5px;
  font-size: 2.65vw;
  font-weight: bold;
  line-height: 1.73;
}

@media all and (min-width: 1000px) {
  .brand_main_ttl_sub {
    font-size: 30px;
  }
}


@media all and (max-width: 767px) {
  .brand_main_ttl_sub {
    width: 100%;
    text-align: center;
    font-size: 23px;
  }
}

@media all and (max-width: 767px) {
  .brand_main_ttl_sub.font_max {
    font-size: 23px;
    letter-spacing: -2px;
  }
}

.brand_main_ribon {
  width: 510px;
  position: absolute;
  left: 5px;
  bottom: 14px;
}

@media all and (max-width: 767px) {
  .brand_main_ribon {
    width: 100%;
    position: static;
    padding-bottom: 10px;
  }
}

.brand_main_ribon img {
  width: auto;
  max-width: 100%;
}

.brand_main_img {
  width: 480px;
  height: 392px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (max-width: 767px) {
  .brand_main_img {
    width: 100%;
    height: 100%;
  }
}

.brand_main_img_bg1 {
  background: url(../../assets/img/brand/main_bg/bg_01.jpg) no-repeat center 0;
  background-size: auto 100%;
}

.brand_main_img_bg2 {
  background: url(../../assets/img/brand/main_bg/bg_02.jpg) no-repeat center 0;
  background-size: auto 100%;
}

.brand_main_img_bg3 {
  background: url(../../assets/img/brand/main_bg/bg_03.jpg) no-repeat center 0;
  background-size: auto 100%;
}

.brand_main_img_bg4 {
  background: url(../../assets/img/brand/main_bg/bg_04.jpg) no-repeat center 0;
  background-size: cover;
}

.brand_main_img_bg5 {
  background: url(../../assets/img/brand/main_bg/bg_05.jpg) no-repeat center 0;
  background-size: auto 100%;
}

.brand_main_img_bg6 {
  background: url(../../assets/img/brand/main_bg/bg_06.jpg) no-repeat center 0;
  background-size: auto 100%;
}

.brand_main_img_bg7 {
  background: url(../../assets/img/brand/main_bg/bg_07.jpg) no-repeat center 0;
  background-size: auto 100%;
}

.brand_main_img_bg8 {
  background: url(../../assets/img/brand/main_bg/bg_08.jpg) no-repeat center 0;
  background-size: auto 100%;
}

.brand_main_img_bg9 {
  background: url(../../assets/img/brand/main_bg/bg_09.jpg) no-repeat center 0;
  background-size: auto 100%;
}

.brand_main_img_bg10 {
  background: url(../../assets/img/brand/main_bg/bg_10.jpg) no-repeat center 0;
  background-size: auto 100%;
}


/* 185ブランド・アイテムメインビジュアル */

.c_pc_inner {
  width: min(1040px, 100%);
  padding: 0 20px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media all and (max-width: 767px) {
  .c_pc_inner {
    padding: 0;
  }
}

