@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: auto;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  background: #ffffff;
  color: #073358;
  text-align: justify;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
body.load #wrapper {
  opacity: 1;
}

/*******reset*******/
a {
  outline: 0;
  color: #073358;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

.en {
  font-family: "Outfit", sans-serif;
}

br.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

/*******tab切り替え用*******/
.tab {
  display: none;
}

.tab.active {
  display: block;
}

/*******form*******/
input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password], textarea {
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  border: none;
  border: #e0e0e0 solid 1px;
  border-radius: 0;
  background-color: #ffffff;
  color: #464646;
  font-size: 14px;
  -webkit-appearance: none;
}

/*******h*******/
h2.title {
  margin: 0 0 10px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 24px;
}
@media print, screen and (max-width: 959px) {
  h2.title {
    font-size: 24px;
    line-height: 1.6em;
  }
}
@media print, screen and (max-width: 767px) {
  h2.title {
    font-size: 20px;
  }
}

span.subtitle {
  position: relative;
  display: inline-block;
  margin: 0 0 54px;
  padding: 0 0 19px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 18px;
}
@media print, screen and (max-width: 959px) {
  span.subtitle {
    margin: 0 0 46px;
    padding: 0 0 14px;
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  span.subtitle {
    font-size: 15px;
  }
}
span.subtitle::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #073358;
  content: "";
}
@media print, screen and (max-width: 959px) {
  span.subtitle::after {
    height: 3px;
  }
}

/**wrapper*/
#wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 75px 0 0;
  opacity: 0;
}
@media print, screen and (max-width: 1279px) {
  #wrapper {
    padding: 120px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  #wrapper {
    padding: 100px 0 0;
  }
}

/**ヘッダーーエリア*/
#bf_header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  height: 75px;
  border-bottom: #f0f0f0 solid 1px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1279px) {
  #bf_header {
    position: absolute;
    height: 120px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_header {
    height: 100px;
  }
}
#bf_header .bf_h__logo {
  position: absolute;
  top: 17px;
  left: 38px;
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  #bf_header .bf_h__logo {
    position: absolute;
    top: 13px;
    left: 20px;
  }
}
#bf_header .bf_h__logo img {
  width: auto;
  height: 41px;
}
@media print, screen and (max-width: 767px) {
  #bf_header .bf_h__logo img {
    height: 30px;
  }
}
#bf_header .bf_h__navi {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  padding: 0;
  max-width: 762px;
  width: 53vw;
  background-color: #ffffff;
  line-height: 1;
  transform: translate(-46%, 0);
}
@media print, screen and (max-width: 1279px) {
  #bf_header .bf_h__navi {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 112px;
    max-width: initial;
    width: auto;
    height: 40px;
    border-top: #e7e7e7 solid 1px;
    line-height: 1;
    transform: translate(0, 0);
  }
  #bf_header .bf_h__navi.is_fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    border-bottom: #e7e7e7 solid 1px;
  }
}
@media print, screen and (max-width: 1099px) {
  #bf_header .bf_h__navi {
    padding: 0 80px;
  }
}
@media print, screen and (max-width: 959px) {
  #bf_header .bf_h__navi {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_header .bf_h__navi {
    overflow: hidden;
    padding: 0;
    height: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_header .bf_h__navi .h_scroll {
    overflow-x: scroll;
    padding: 0 0 30px;
  }
}
#bf_header .bf_h__navi .h_scroll ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  #bf_header .bf_h__navi .h_scroll ul {
    align-items: flex-start;
    justify-content: flex-start;
    width: 925px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_header .bf_h__navi .h_scroll ul li {
    box-sizing: border-box;
    width: 16.6666%;
    border-right: #e7e7e7 solid 1px;
  }
  #bf_header .bf_h__navi .h_scroll ul li:last-child {
    border-right: none;
  }
}
#bf_header .bf_h__navi .h_scroll ul li a {
  position: relative;
  display: block;
  padding: 0 0 17px;
  font-weight: 500;
  font-size: 15px;
}
@media (hover: hover) and (pointer: fine) {
  #bf_header .bf_h__navi .h_scroll ul li a:hover::after {
    right: initial;
    left: 50%;
    margin-right: initial;
    margin-left: -15px;
    width: 30px;
  }
}
#bf_header .bf_h__navi .h_scroll ul li a::after {
  position: absolute;
  right: 50%;
  bottom: -1px;
  left: initial;
  margin-right: -15px;
  margin-left: initial;
  width: 0;
  height: 3px;
  background-color: #ec7a00;
  content: "";
  transition: width 0.3s ease;
}
@media print, screen and (max-width: 1279px) {
  #bf_header .bf_h__navi .h_scroll ul li a::after {
    height: 2px;
  }
}
@media print, screen and (max-width: 1379px) {
  #bf_header .bf_h__navi .h_scroll ul li a {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 1279px) {
  #bf_header .bf_h__navi .h_scroll ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_header .bf_h__navi .h_scroll ul li a {
    width: 100%;
  }
}
#bf_header .bf_h__search {
  position: absolute;
  right: 38px;
  bottom: 17px;
  box-sizing: border-box;
  padding: 0 24px 0 0;
  width: 180px;
}
@media print, screen and (max-width: 1279px) {
  #bf_header .bf_h__search {
    bottom: 66px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_header .bf_h__search {
    right: 0;
    bottom: -10px;
    left: 0;
    display: none;
    align-items: center;
    justify-content: flex-start;
    padding: 0 50px 0 20px;
    width: auto;
    height: 50px;
    background: #ffffff;
  }
  #bf_header .bf_h__search.show {
    display: flex;
  }
  #bf_header .bf_h__search form {
    width: 100%;
  }
}
#bf_header .bf_h__search input[type=text] {
  padding: 0 0 5px;
  outline: 0;
  border: none;
  border-bottom: #000000 solid 1px;
}
#bf_header .bf_h__search .seach-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media print, screen and (max-width: 767px) {
  #bf_header .bf_h__search .seach-btn {
    right: 20px;
    bottom: 12px;
  }
}
#bf_header .bf_h__searchbtn {
  display: none;
}
@media print, screen and (max-width: 767px) {
  #bf_header .bf_h__searchbtn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 60px;
    line-height: 0;
  }
}

/**フッターエリア*/
#bf_footer {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 40px 60px;
  height: 206px;
  background-color: #e0e0e0;
}
@media print, screen and (max-width: 959px) {
  #bf_footer {
    flex-wrap: wrap;
    justify-content: center;
    height: 236px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_footer {
    display: block;
    padding: 50px 30px;
    height: auto;
  }
}
#bf_footer .bf_f__logo {
  margin: 0;
  padding: 0;
  line-height: 0;
  mix-blend-mode: multiply;
}
@media print, screen and (max-width: 959px) {
  #bf_footer .bf_f__logo {
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_footer .bf_f__logo {
    margin: 0 0 40px;
    text-align: left;
  }
}
#bf_footer .bf_f__logo img {
  width: auto;
  height: 41px;
}
@media print, screen and (max-width: 959px) {
  #bf_footer .bf_f__logo img {
    width: 200px;
    height: auto;
  }
}
#bf_footer .bf_f__navi {
  margin: 0;
  padding: 0;
}
#bf_footer .bf_f__navi nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  #bf_footer .bf_f__navi nav {
    display: block;
  }
}
#bf_footer .bf_f__navi nav ul {
  margin: 0;
  padding: 0 0 0 96px;
}
@media print, screen and (max-width: 1099px) {
  #bf_footer .bf_f__navi nav ul {
    padding: 0 0 0 50px;
  }
}
@media print, screen and (max-width: 959px) {
  #bf_footer .bf_f__navi nav ul {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_footer .bf_f__navi nav ul {
    padding: 0;
  }
}
#bf_footer .bf_f__navi nav ul li {
  margin: 0 0 17px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
}
@media print, screen and (max-width: 767px) {
  #bf_footer .bf_f__navi nav ul li {
    margin: 0;
    border-bottom: #c0c2c3 solid 1px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_footer .bf_f__navi nav ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
  }
}
#bf_footer p.copyright {
  position: absolute;
  right: 60px;
  bottom: 30px;
  margin: 0;
  padding: 0;
  color: #808080;
  letter-spacing: normal;
  font-size: 11px;
  line-height: 1;
}
@media print, screen and (max-width: 959px) {
  #bf_footer p.copyright {
    right: 0;
    left: 0;
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_footer p.copyright {
    position: static;
    margin: 50px 0 0;
    font-size: 10px;
  }
}

/**買取サービスの特徴エリア*/
.bf_feature {
  margin: 0 auto;
  padding: 80px 50px;
  max-width: 1000px;
  text-align: center;
}
@media print, screen and (max-width: 1279px) {
  .bf_feature {
    max-width: 900px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_feature {
    padding: 50px 30px;
  }
}
.bf_feature ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  .bf_feature ul {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_feature ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 20px;
  }
}
.bf_feature ul li .icon {
  margin: 0 0 27px;
  padding: 0;
  text-align: center;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .bf_feature ul li .icon {
    margin: 0;
  }
}
.bf_feature ul li .icon img {
  width: 170px;
  height: auto;
}
@media print, screen and (max-width: 959px) {
  .bf_feature ul li .icon img {
    width: 160px;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_feature ul li .icon img {
    margin: 0;
    width: 80px;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_feature ul li .caption {
    box-sizing: border-box;
    padding: 0 0 0 20px;
    width: calc(100% - 80px);
  }
}
.bf_feature ul li .caption p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1279px) {
  .bf_feature ul li .caption p {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 959px) {
  .bf_feature ul li .caption p {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_feature ul li .caption p {
    text-align: justify;
  }
  .bf_feature ul li .caption p br {
    display: none;
  }
}

/**SELL BUYバナーエリア*/
.bf_banner {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 35px 35px;
}
@media print, screen and (max-width: 767px) {
  .bf_banner {
    padding: 0 30px 30px;
  }
}
.bf_banner a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.bf_banner a .photo {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.bf_banner a .photo img {
  width: 100%;
  height: auto;
}
.bf_banner a .photo img.pc {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .bf_banner a .photo img.pc {
    display: none;
  }
}
.bf_banner a .photo img.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .bf_banner a .photo img.sp {
    display: block;
  }
}
@media print, screen and (max-width: 1279px) {
  .bf_banner a .photo img {
    width: auto;
    height: 412px;
  }
}
@media print, screen and (max-width: 959px) {
  .bf_banner a .photo img {
    height: 330px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_banner a .photo img {
    width: 100%;
    height: auto;
  }
}
.bf_banner a .description {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%);
}
@media print, screen and (max-width: 767px) {
  .bf_banner a .description {
    display: none;
  }
}
.bf_banner a .description img {
  width: auto;
  height: 6.8vw;
}
@media print, screen and (max-width: 959px) {
  .bf_banner a .description img {
    height: 60px;
  }
}
.bf_banner a .description .title {
  padding: 35px 0 0;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 1.67vw;
  line-height: 1;
}
@media print, screen and (max-width: 959px) {
  .bf_banner a .description .title {
    padding: 20px 0 0;
    font-size: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .bf_banner.sell a:hover .photo::after {
    right: initial;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.bf_banner.sell a .photo::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: initial;
  z-index: 2;
  width: 0;
  background: rgba(255, 255, 255, 0.4);
  content: "";
  transition: 1s cubic-bezier(0.26, 0.63, 0, 0.99);
}
.bf_banner.sell a .description {
  right: 5.7vw;
}
@media (hover: hover) and (pointer: fine) {
  .bf_banner.buy a:hover .photo::after {
    right: 20px;
    left: initial;
    width: calc(100% - 40px);
  }
}
.bf_banner.buy a .photo::after {
  position: absolute;
  top: 20px;
  right: initial;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  width: 0;
  background: rgba(255, 255, 255, 0.4);
  content: "";
  transition: 1s cubic-bezier(0.26, 0.63, 0, 0.99);
}
.bf_banner.buy a .description {
  left: 7.1vw;
}

/**買取の流れエリア*/
.bf_purchase__flow {
  padding: 80px 50px;
  background-color: #ececed;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .bf_purchase__flow {
    padding: 50px 30px;
  }
}
.bf_purchase__flow ul {
  margin: 0 auto;
  max-width: 1060px;
}
.bf_purchase__flow ul li {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 0 38px;
  padding: 0 0 38px;
  border-bottom: #ffffff solid 2px;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow ul li {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_purchase__flow ul li {
    margin: 0 0 50px;
    padding: 0 0 50px;
  }
}
.bf_purchase__flow ul li:after, .bf_purchase__flow ul li:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  pointer-events: none;
}
.bf_purchase__flow ul li:after {
  margin-left: -10px;
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 16px;
  border-top-color: #ececed;
  border-right-width: 12px;
  border-bottom-width: 16px;
  border-left-width: 12px;
}
.bf_purchase__flow ul li:before {
  margin-top: 2px;
  margin-left: -12px;
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 17px;
  border-top-color: #ffffff;
  border-right-width: 14px;
  border-bottom-width: 18px;
  border-left-width: 14px;
}
.bf_purchase__flow ul li:last-child:after, .bf_purchase__flow ul li:last-child:before {
  display: none;
}
.bf_purchase__flow ul li .step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 60px;
  text-align: center;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow ul li .step {
    position: absolute;
    top: -13px;
    left: -6px;
    justify-content: center;
    height: 60px;
    border-radius: 60px;
  }
}
.bf_purchase__flow ul li .step p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 2em;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow ul li .step p {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5em;
  }
  .bf_purchase__flow ul li .step p br {
    display: none;
  }
}
.bf_purchase__flow ul li .step p span {
  font-size: 40px;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow ul li .step p span {
    font-size: 24px;
  }
}
.bf_purchase__flow ul li .step_name__sp {
  display: none;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow ul li .step_name__sp {
    display: block;
    margin: 0 0 30px;
    padding: 0 0 8px 62px;
    border-bottom: #0e3357 solid 1px;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 20px;
  }
}
.bf_purchase__flow ul li dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: calc(100% - 60px);
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow ul li dl {
    width: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_purchase__flow ul li dl {
    display: block;
  }
}
.bf_purchase__flow ul li dl dt {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 360px;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow ul li dl dt {
    width: 290px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_purchase__flow ul li dl dt {
    width: auto;
  }
}
.bf_purchase__flow ul li dl dt .step_name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  background-color: #073358;
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow ul li dl dt .step_name {
    display: none;
  }
}
.bf_purchase__flow ul li dl dt .photo {
  width: calc(100% - 48px);
  line-height: 0;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow ul li dl dt .photo {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_purchase__flow ul li dl dt .photo {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }
}
.bf_purchase__flow ul li dl dt .photo img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  .bf_purchase__flow ul li dl dt .photo img {
    width: auto;
    height: 150px;
  }
}
.bf_purchase__flow ul li dl dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  width: calc(100% - 318px);
  text-align: justify;
}
@media print, screen and (max-width: 767px) {
  .bf_purchase__flow ul li dl dd {
    padding: 20px 0 0;
    width: auto;
  }
}
.bf_purchase__flow ul li dl dd p {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow ul li dl dd p {
    font-size: 14px;
  }
  .bf_purchase__flow ul li dl dd p br {
    display: none;
  }
}
.bf_purchase__flow ul li dl dd p.note {
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6em;
}
.bf_purchase__flow .notes {
  box-sizing: border-box;
  margin: 0 auto 94px;
  padding: 0 60px;
  max-width: 1060px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow .notes {
    margin: 0 auto 60px;
    padding: 0;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
  }
}
.bf_purchase__flow .notes dl dt {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
}
.bf_purchase__flow .notes dl dd p {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
}
.bf_purchase__flow .electronic_trading {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 44px;
  max-width: 1060px;
  border: #ffffff solid 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow .electronic_trading {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_purchase__flow .electronic_trading {
    padding: 44px 30px;
  }
}
.bf_purchase__flow .electronic_trading .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow .electronic_trading .title {
    width: auto;
  }
}
.bf_purchase__flow .electronic_trading .title .title_box {
  margin: 0;
  padding: 0;
  text-align: center;
}
.bf_purchase__flow .electronic_trading .title .title_box h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 20px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 374px) {
  .bf_purchase__flow .electronic_trading .title .title_box h2 {
    font-size: 17px;
  }
}
.bf_purchase__flow .electronic_trading .title .title_box .photo {
  overflow: hidden;
  margin: 0 auto;
  width: 180px;
  height: 180px;
  border-radius: 180px;
  line-height: 0;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow .electronic_trading .title .title_box .photo {
    width: 250px;
    height: 250px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_purchase__flow .electronic_trading .title .title_box .photo {
    width: 160px;
    height: 160px;
  }
}
.bf_purchase__flow .electronic_trading .title .title_box .photo img {
  width: 100%;
  height: auto;
}
.bf_purchase__flow .electronic_trading .description {
  box-sizing: border-box;
  padding: 0 0 0 77px;
  width: calc(100% - 290px);
  text-align: justify;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow .electronic_trading .description {
    padding: 30px 0 0;
    width: auto;
  }
}
.bf_purchase__flow .electronic_trading .description h3 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 24px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow .electronic_trading .description h3 {
    font-size: 17px;
  }
}
.bf_purchase__flow .electronic_trading .description h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #ff7449;
  content: "";
  transform: translate(0, -50%);
}
.bf_purchase__flow .electronic_trading .description h3:last-of-type {
  margin: 20px 0 20px;
}
.bf_purchase__flow .electronic_trading .description p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow .electronic_trading .description p {
    font-size: 14px;
  }
}
.bf_purchase__flow .electronic_trading .description p.read {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 15px;
}
@media print, screen and (max-width: 959px) {
  .bf_purchase__flow .electronic_trading .description p.read {
    font-size: 15px;
  }
}

/**強化買取エリア*/
.bf_strengthened {
  padding: 104px 35px 120px;
  background-color: #ececed;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .bf_strengthened {
    padding: 50px 30px 120px;
  }
  .bf_strengthened span.subtitle {
    margin: 0 0 38px;
  }
}
.bf_strengthened .bf_tab_itemlist {
  margin: 0 auto;
  padding: 0;
  /*max-width:1060px;*/
}
.bf_strengthened .bf_tab_itemlist .bf_tab {
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab {
    overflow: hidden;
    margin: 0 -30px;
    height: 78px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll {
    overflow-x: scroll;
    margin: 0;
    padding: 0 0 30px;
  }
}
.bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 -35px;
}
@media print, screen and (max-width: 959px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links {
    margin: 0 0 0 -10px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links {
    margin: 0 0 0 -1px;
    padding: 0 30px;
  }
}
.bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 35px;
  width: 50%;
}
@media print, screen and (max-width: 959px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li {
    padding: 0 0 0 10px;
    padding: 0 0 0 1px;
  }
}
.bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li .tab_name {
  margin: 0;
  padding: 0;
}
.bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li .tab_name .tab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 85px;
  background-color: #a1a1a1;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.6em;
  transition: 0.7s cubic-bezier(0.26, 0.63, 0, 0.99);
}
@media (hover: hover) and (pointer: fine) {
  .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li .tab_name .tab-link:hover {
    background-color: #c4c4c4;
  }
}
.bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li .tab_name .tab-link.active {
  background-color: #ffffff;
  color: #073358;
}
@media print, screen and (max-width: 959px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li .tab_name .tab-link {
    height: 62px;
    font-size: 12px;
    line-height: 1.5em;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li .tab_name .tab-link {
    height: 62px;
    font-size: 10px;
    line-height: 1.5em;
  }
}
.bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li .tab_name .tab-link .en {
  font-weight: 500;
  font-size: 20px;
}
@media print, screen and (max-width: 959px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li .tab_name .tab-link .en {
    letter-spacing: normal;
    font-size: 16px;
  }
}
.bf_strengthened .bf_tab_itemlist .bf_tab__items {
  margin: 0;
  padding: 0;
}
.bf_strengthened .bf_tab_itemlist .bf_tab__items ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 0 -35px;
}
@media print, screen and (max-width: 1179px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab__items ul {
    margin: 0 0 0 -30px;
  }
}
@media print, screen and (max-width: 959px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab__items ul {
    margin: 0 0 0 -10px;
  }
}
.bf_strengthened .bf_tab_itemlist .bf_tab__items ul li {
  box-sizing: border-box;
  padding: 50px 0 0 35px;
  width: 25%;
}
@media print, screen and (max-width: 1179px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab__items ul li {
    padding: 50px 0 0 30px;
  }
}
@media print, screen and (max-width: 959px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab__items ul li {
    padding: 30px 0 0 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab__items ul li {
    padding: 20px 0 0 10px;
    width: 50%;
  }
}
.bf_strengthened .bf_tab_itemlist .bf_tab__items ul li .photo {
  margin: 0 0 15px;
  padding: 0;
  background: #ffffff;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab__items ul li .photo {
    margin: 0 0 10px;
  }
}
.bf_strengthened .bf_tab_itemlist .bf_tab__items ul li .photo img {
  width: 100%;
  height: auto;
  opacity: 0;
}
.bf_strengthened .bf_tab_itemlist .bf_tab__items ul li .caption p {
  margin: 0;
  padding: 0;
  text-align: left;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 13px;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  line-height: 1.6em;
}
@media print, screen and (max-width: 959px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab__items ul li .caption p {
    letter-spacing: normal;
    font-size: 12px;
  }
}
.bf_strengthened .bf_tab_itemlist .bf_tab__items ul li .caption p b {
  font-weight: 500;
  font-size: 16px;
}
@media print, screen and (max-width: 959px) {
  .bf_strengthened .bf_tab_itemlist .bf_tab__items ul li .caption p b {
    font-size: 15px;
  }
}
.bf_strengthened .bf_tab_itemlist .bf_tab__items.active ul li .photo img {
  -webkit-animation: item_visible 0.7s cubic-bezier(0.26, 0.63, 0, 0.99) 0.5s forwards;
          animation: item_visible 0.7s cubic-bezier(0.26, 0.63, 0, 0.99) 0.5s forwards;
}

@-webkit-keyframes item_visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes item_visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**その他のブランドエリア*/
.bf_brands {
  margin: 0 auto;
  padding: 80px 50px 0;
  max-width: 1060px;
}
@media print, screen and (max-width: 959px) {
  .bf_brands {
    padding: 0;
  }
}
.bf_brands h2 {
  margin: 0 0 40px;
  height: 65px;
  background-color: #a1a1a1;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 18px;
  line-height: 65px;
}
@media print, screen and (max-width: 959px) {
  .bf_brands h2 {
    margin: 0 0 30px;
    font-size: 18px;
  }
}
.bf_brands .bf_bland__list #brandInitial {
  margin: 0 0 30px;
  padding: 0;
}
@media print, screen and (max-width: 959px) {
  .bf_brands .bf_bland__list #brandInitial {
    overflow: hidden;
    height: 42px;
  }
}
@media print, screen and (max-width: 959px) {
  .bf_brands .bf_bland__list #brandInitial .scroll {
    overflow-x: scroll;
    height: 60px;
  }
}
.bf_brands .bf_bland__list #brandInitial .scroll ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width: 959px) {
  .bf_brands .bf_bland__list #brandInitial .scroll ul {
    padding: 0 50px;
    width: 2200px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_brands .bf_bland__list #brandInitial .scroll ul {
    padding: 0 30px;
    width: 2200px;
  }
}
.bf_brands .bf_bland__list #brandInitial .scroll ul li {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  .bf_brands .bf_bland__list #brandInitial .scroll ul li {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .bf_brands .bf_bland__list #brandInitial .scroll ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-width: 50px;
    height: 40px;
    border: #e7e7e7 solid 1px;
  }
}
.bf_brands .bf_bland__list .other_brands {
  overflow: hidden;
  border: #e7e7e7 solid 1px;
}
@media print, screen and (max-width: 959px) {
  .bf_brands .bf_bland__list .other_brands {
    margin: 0 50px;
  }
}
@media print, screen and (max-width: 959px) {
  .bf_brands .bf_bland__list .other_brands {
    margin: 0 30px;
  }
}
.bf_brands .bf_bland__list .other_brands #scrollContainer {
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 0 60px 30px 50px;
  width: calc(100% + 30px);
  height: 415px;
}
@media print, screen and (max-width: 959px) {
  .bf_brands .bf_bland__list .other_brands #scrollContainer {
    padding: 0 60px 30px 30px;
  }
}
.bf_brands .bf_bland__list .other_brands #scrollContainer .scroll-target {
  position: relative;
  padding: 100px 0 0 90px;
}
@media print, screen and (max-width: 959px) {
  .bf_brands .bf_bland__list .other_brands #scrollContainer .scroll-target {
    padding: 80px 0 0 0;
  }
}
.bf_brands .bf_bland__list .other_brands #scrollContainer .scroll-target h4 {
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0;
  padding: 0 0 10px;
  width: 66px;
  border-bottom: #073358 solid 1px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
.bf_brands .bf_bland__list .other_brands #scrollContainer .scroll-target ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 0 -30px;
}
@media print, screen and (max-width: 959px) {
  .bf_brands .bf_bland__list .other_brands #scrollContainer .scroll-target ul {
    margin: 0 0 0 -20px;
  }
}
@media print, screen and (max-width: 660px) {
  .bf_brands .bf_bland__list .other_brands #scrollContainer .scroll-target ul {
    display: block;
  }
}
.bf_brands .bf_bland__list .other_brands #scrollContainer .scroll-target ul li {
  box-sizing: border-box;
  margin: 0;
  padding: 20px 0 0 30px;
  width: 33.3333%;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
@media print, screen and (max-width: 959px) {
  .bf_brands .bf_bland__list .other_brands #scrollContainer .scroll-target ul li {
    padding: 20px 0 0 20px;
    width: 50%;
    font-size: 15px;
  }
}
@media print, screen and (max-width: 660px) {
  .bf_brands .bf_bland__list .other_brands #scrollContainer .scroll-target ul li {
    width: auto;
  }
}

/**ショップ検索エリア*/
.bf_shopsearch {
  margin: 0 auto;
  padding: 120px 50px 350px;
  max-width: 1060px;
  background: url(../img/common/jpn_map.svg) no-repeat top 20px left 50%;
  text-align: center;
}
@media print, screen and (max-width: 959px) {
  .bf_shopsearch {
    padding: 120px 50px 240px;
    background-size: cover;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_shopsearch {
    padding: 80px 30px 140px;
  }
}
.bf_shopsearch .icon {
  margin: 0 0 20px;
  padding: 0;
  line-height: 0;
}
.bf_shopsearch .icon img {
  width: 96px;
  height: auto;
}
@media print, screen and (max-width: 959px) {
  .bf_shopsearch .icon img {
    width: 80px;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_shopsearch .icon img {
    width: 60px;
    height: auto;
  }
}
.bf_shopsearch .subtitle {
  margin: 0 0 115px;
}
@media print, screen and (max-width: 959px) {
  .bf_shopsearch .subtitle {
    margin: 0 0 84px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_shopsearch .subtitle {
    margin: 0;
  }
}
.bf_shopsearch .bf_shopsearch__box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  .bf_shopsearch .bf_shopsearch__box {
    display: block;
  }
}
.bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block {
  width: calc(50% - 45px);
  border: #073358 solid 1px;
}
@media print, screen and (max-width: 1279px) {
  .bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block {
    width: calc(50% - 25px);
  }
}
@media print, screen and (max-width: 959px) {
  .bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block {
    width: calc(50% - 15px);
  }
}
@media print, screen and (max-width: 767px) {
  .bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block {
    margin: 38px 0 0;
    width: auto;
  }
}
.bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block dl {
  height: 100%;
}
.bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block dl dt {
  height: 70px;
  background-color: #073358;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 70px;
}
@media print, screen and (max-width: 1279px) {
  .bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block dl dt {
    font-size: 18px;
  }
}
.bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block dl dd {
  position: relative;
  height: calc(100% - 70px);
}
.bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block dl dd select {
  box-sizing: border-box;
  padding: 0 40px 0 10px;
  width: 100%;
  height: 60px;
  outline: 0;
  border: none;
  border-bottom: #073358 solid 1px;
  border-radius: 0;
  background-color: #ffffff;
  background-image: url(../img/common/icon_dropdown_arrow.svg);
  background-position: top 50% right 20px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  -webkit-appearance: none;
}
.bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block dl dd select.city {
  border-bottom: none;
}
.bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block dl dd form {
  position: relative;
  height: 100%;
}
.bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block dl dd input[type=text] {
  padding: 0 90px 0 10px;
  height: 100%;
  outline: 0;
  border-bottom: none;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
@media print, screen and (max-width: 767px) {
  .bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block dl dd input[type=text] {
    padding: 0 50px 0 10px;
    height: 60px;
  }
}
.bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block dl dd input[type=image] {
  position: absolute;
  top: 50%;
  right: 30px;
  outline: 0;
  transform: translate(0, -50%);
}
@media print, screen and (max-width: 767px) {
  .bf_shopsearch .bf_shopsearch__box .bf_shopsearch__block dl dd input[type=image] {
    right: 12px;
    width: 26px;
    height: 26px;
  }
}

/**ピックアップショップエリア*/
.bf_pickupstore {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto 90px;
  padding: 44px;
  max-width: 1060px;
  background-color: #e0e0e0;
}
@media print, screen and (max-width: 767px) {
  .bf_pickupstore {
    margin: 0 auto 0;
    padding: 44px 30px 14px;
  }
}
.bf_pickupstore h2 {
  position: absolute;
  top: -56px;
  right: 30px;
  margin: 0;
  padding: 0;
  color: #e0e0e0;
  font-weight: 500;
  font-size: 66px;
  line-height: 1;
}
.bf_pickupstore .shop_list {
  margin: 0;
  padding: 0;
}
.bf_pickupstore .shop_list ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 -44px;
}
@media print, screen and (max-width: 767px) {
  .bf_pickupstore .shop_list ul {
    display: block;
    margin: 0;
  }
}
.bf_pickupstore .shop_list ul li {
  box-sizing: border-box;
  padding: 0 0 0 44px;
  width: 33.3333%;
}
@media print, screen and (max-width: 767px) {
  .bf_pickupstore .shop_list ul li {
    margin: 0 0 50px;
    padding: 0;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_pickupstore .shop_list ul li a {
    width: 100%;
  }
}
.bf_pickupstore .shop_list ul li .photo {
  margin: 0 0 20px;
  padding: 0;
  line-height: 0;
}
.bf_pickupstore .shop_list ul li .photo img {
  width: 100%;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media print, screen and (max-width: 767px) {
  .bf_pickupstore .shop_list ul li .photo {
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
  }
}
.bf_pickupstore .shop_list ul li .caption .shop_name {
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6em;
}
@media print, screen and (max-width: 767px) {
  .bf_pickupstore .shop_list ul li .caption .shop_name {
    margin: 0 0 4px;
    font-size: 16px;
  }
}
.bf_pickupstore .shop_list ul li .caption p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8em;
}

/**サービスバナーエリア*/
.bf_link_banner {
  margin: 0;
  padding: 120px 50px 75px;
}
@media print, screen and (max-width: 959px) {
  .bf_link_banner {
    padding: 50px 50px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_link_banner {
    padding: 50px 30px 20px;
  }
}
.bf_link_banner .banner_box {
  margin: 0 auto 45px;
  padding: 0;
  max-width: 1060px;
  border: #ededed solid 1px;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .bf_link_banner .banner_box {
    margin: 0 auto 30px;
  }
}
.bf_link_banner .banner_box img {
  width: 100%;
  height: auto;
}
.bf_link_banner .banner_box img.pc {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .bf_link_banner .banner_box img.pc {
    display: none;
  }
}
.bf_link_banner .banner_box img.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .bf_link_banner .banner_box img.sp {
    display: block;
  }
}

/**インスタグラムエリア*/
.bf_instagram {
  margin: 0;
  padding: 60px 50px 90px;
  background: #ededed;
}
@media print, screen and (max-width: 767px) {
  .bf_instagram {
    padding: 30px 30px 60px;
  }
}
.bf_instagram .icon {
  margin: 0 0 35px;
  text-align: center;
  line-height: 0;
}
.bf_instagram .photo {
  margin: 0 auto;
  padding: 0;
  max-width: 1060px;
}
.bf_instagram .photo ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 0 -10px;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .bf_instagram .photo ul {
    margin: 0 0 0 -1px;
  }
}
.bf_instagram .photo ul li {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0 10px 10px;
  width: 16.66666%;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .bf_instagram .photo ul li {
    padding: 0 0 1px 1px;
    width: 33.333%;
  }
}
.bf_instagram .photo ul li::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.bf_instagram .photo ul li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10px;
  left: 10px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.bf_instagram .photo ul li a img {
  width: 100%;
  height: auto;
}

.bf_category {
  margin: 0;
  padding: 74px 50px;
  border-top: #e7e7e7 solid 1px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .bf_category {
    padding: 50px 30px;
  }
}
.bf_category p {
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 2em;
}
@media print, screen and (max-width: 959px) {
  .bf_category p {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_category p {
    text-align: justify;
  }
  .bf_category p br {
    display: none;
  }
}
.bf_category .category {
  margin: 0 auto;
  padding: 0;
  max-width: 1060px;
}
.bf_category .category ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 -50px;
}
@media print, screen and (max-width: 959px) {
  .bf_category .category ul {
    margin: 0 0 0 -10px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_category .category ul {
    flex-wrap: wrap;
    margin: 0 0 0 -1px;
  }
}
.bf_category .category ul li {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 50px;
  width: 33.33333%;
}
@media print, screen and (max-width: 959px) {
  .bf_category .category ul li {
    padding: 0 0 0 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_category .category ul li {
    padding: 0 0 20px 1px;
    width: 100%;
  }
}
.bf_category .category ul li .photo {
  margin: 0 0 16px;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .bf_category .category ul li .photo {
    margin: 0 0 10px;
  }
}
.bf_category .category ul li .photo img {
  width: 100%;
  height: auto;
}
.bf_category .category ul li .caption {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  .bf_category .category ul li .caption {
    font-size: 13px;
  }
}

/**トップページ*/
#bf_top .bf_top__video {
  position: relative;
  margin: 0;
  padding: 0;
}
#bf_top .bf_top__video .video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 76px);
}
@media print, screen and (max-width: 1279px) {
  #bf_top .bf_top__video .video-box {
    height: calc(100vh - 121px);
  }
}
@media print, screen and (max-width: 1023px) {
  #bf_top .bf_top__video .video-box {
    max-height: initial;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__video .video-box {
    max-height: initial;
    height: auto;
  }
}
#bf_top .bf_top__video .video-box.start .video_load {
  opacity: 0;
  transition: opacity 2s ease 0.2s;
}
#bf_top .bf_top__video .video-box .sp-video {
  display: none;
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__video .video-box .sp-video {
    display: block;
  }
}
#bf_top .bf_top__video .video-box .pc-video {
  display: block;
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__video .video-box .pc-video {
    display: none;
  }
}
#bf_top .bf_top__video .video-box .video_load {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5e5e5;
  opacity: 1;
}
#bf_top .bf_top__video .video-box .video_load img {
  width: 200px;
  height: auto;
}
#bf_top .bf_top__video .video-box video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  width: 177.77777778vh;
  height: 56.25vw;
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 1023px) {
  #bf_top .bf_top__video .video-box video {
    position: static;
    min-width: inherit;
    min-height: inherit;
    width: 100%;
    height: auto;
    transform: translate(0, 0);
  }
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__video .video-box video {
    position: static;
    min-width: inherit;
    min-height: inherit;
    width: 100%;
    height: auto;
    transform: translate(0, 0);
  }
}
#bf_top .bf_top__hero {
  position: relative;
  margin: 0 0 80px;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  #bf_top .bf_top__hero {
    margin: 0 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__hero {
    margin: 0 0 80px;
  }
}
#bf_top .bf_top__hero .swiper-wrapper {
  align-items: stretch;
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide {
  height: calc(100vh - 76px);
  line-height: 0;
  /*動画に戻すとき注意*/
}
@media print, screen and (max-width: 1023px) {
  #bf_top .bf_top__hero .swiper-wrapper .swiper-slide {
    aspect-ratio: 1440/710;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__hero .swiper-wrapper .swiper-slide {
    aspect-ratio: inherit;
  }
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide .bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__hero .swiper-wrapper .swiper-slide .bg {
    background: none;
  }
}
@media print, screen and (max-width: 1279px) {
  #bf_top .bf_top__hero .swiper-wrapper .swiper-slide {
    height: calc(100vh - 121px);
  }
}
@media print, screen and (max-width: 1023px) {
  #bf_top .bf_top__hero .swiper-wrapper .swiper-slide {
    max-height: initial;
    height: auto !important;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__hero .swiper-wrapper .swiper-slide {
    max-height: initial;
    height: auto !important;
  }
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide .photo {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 959px) {
  #bf_top .bf_top__hero .swiper-wrapper .swiper-slide .photo {
    width: 120%;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__hero .swiper-wrapper .swiper-slide .photo {
    display: none;
  }
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide .photo.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__hero .swiper-wrapper .swiper-slide .photo.sp {
    display: block;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__hero .swiper-wrapper .swiper-slide .sp_hidden {
    display: none !important;
  }
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide .snex_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  margin: 0;
  padding: 0;
  max-width: 672px;
  width: 35vw;
  line-height: 0;
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide .snex_title img {
  width: 100%;
  height: auto;
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide .snex_date {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin: 0;
  padding: 0;
  max-width: 462px;
  width: 24vw;
  line-height: 0;
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide .snex_date img {
  width: 100%;
  height: auto;
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide .tachiyomi_title {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 5;
  margin: 0;
  padding: 0;
  min-width: 350px;
  width: 42vw;
  line-height: 0;
  transform: translate(0, -50%);
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide .tachiyomi_title img {
  width: 100%;
  height: auto;
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide .bf_first__title {
  position: absolute;
  top: 50%;
  left: 25%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0 44px;
  max-width: 440px;
  max-height: 440px;
  width: 30vw;
  height: 30vw;
  background-color: #073358;
  transform: translate(-50%, -50%);
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide .bf_first__title img {
  width: 100%;
  height: auto;
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide .bf_second__title {
  position: absolute;
  top: 60%;
  left: 5vw;
  z-index: 5;
  color: #073358;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1439px) {
  #bf_top .bf_top__hero .swiper-wrapper .swiper-slide .bf_second__title {
    font-size: 2.9vw;
  }
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide .bf_second__title span {
  color: #ffffff;
  font-weight: 500;
  font-size: 92px;
}
@media print, screen and (max-width: 1439px) {
  #bf_top .bf_top__hero .swiper-wrapper .swiper-slide .bf_second__title span {
    font-size: 6.7vw;
  }
}
#bf_top .bf_top__hero .swiper-wrapper .swiper-slide .bf_third__title {
  position: absolute;
  right: 3vw;
  bottom: 63px;
  z-index: 5;
  color: #073358;
  letter-spacing: 5px;
  font-weight: 700;
  font-weight: 500;
  font-size: 98px;
  line-height: 1em;
}
@media print, screen and (max-width: 1439px) {
  #bf_top .bf_top__hero .swiper-wrapper .swiper-slide .bf_third__title {
    font-size: 6.8vw;
  }
}
@media print, screen and (max-width: 959px) {
  #bf_top .bf_top__hero .swiper-wrapper .swiper-slide .bf_third__title {
    font-size: 54px;
  }
}
#bf_top .bf_top__hero .swiper-pagination {
  bottom: var(--swiper-pagination-bottom, 30px);
}
@media print, screen and (max-width: 1023px) {
  #bf_top .bf_top__hero .swiper-pagination {
    bottom: var(--swiper-pagination-bottom, 20px);
  }
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__hero .swiper-pagination {
    bottom: var(--swiper-pagination-bottom, -30px);
  }
}
#bf_top .bf_top__hero .swiper-pagination .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}
#bf_top .bf_top__hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #073358;
}
#bf_top .bf_top__hero .swiper-next {
  position: absolute;
  right: 50%;
  bottom: 24px;
  z-index: 90;
  margin-right: -118px;
  cursor: pointer;
}
@media print, screen and (max-width: 1023px) {
  #bf_top .bf_top__hero .swiper-next {
    bottom: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__hero .swiper-next {
    bottom: -34px;
    margin-right: -104px;
  }
  #bf_top .bf_top__hero .swiper-next img {
    width: 30px;
    height: auto;
  }
}
#bf_top .bf_top__hero .swiper-prev {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 90;
  margin-left: -118px;
  cursor: pointer;
}
@media print, screen and (max-width: 1023px) {
  #bf_top .bf_top__hero .swiper-prev {
    bottom: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__hero .swiper-prev {
    bottom: -34px;
    margin-left: -104px;
  }
  #bf_top .bf_top__hero .swiper-prev img {
    width: 30px;
    height: auto;
  }
}
#bf_top .bf_top__topics {
  position: relative;
  margin: 0 0 130px;
  padding: 0;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__topics {
    margin: 0 0 100px;
  }
}
#bf_top .bf_top__topics .bf_top__info {
  margin: 0;
  padding: 0 35px;
}
#bf_top .bf_top__topics .bf_top__info .swiper-wrapper {
  height: auto;
}
#bf_top .bf_top__topics .bf_top__info .swiper-wrapper .swiper-slide {
  height: auto !important;
}
#bf_top .bf_top__topics .bf_top__info .swiper-wrapper .swiper-slide a {
  display: block;
  margin: 0;
  padding: 0;
}
#bf_top .bf_top__topics .bf_top__info .swiper-wrapper .swiper-slide a .info_banner {
  margin: 0 0 20px;
  padding: 0;
  line-height: 0;
}
#bf_top .bf_top__topics .bf_top__info .swiper-wrapper .swiper-slide a .info_banner img {
  width: 100%;
  height: auto;
}
#bf_top .bf_top__topics .bf_top__info .swiper-wrapper .swiper-slide a .info_banner img.sp {
  display: none;
}
#bf_top .bf_top__topics .bf_top__info .swiper-wrapper .swiper-slide a p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
@media print, screen and (max-width: 1767px) {
  #bf_top .bf_top__topics .bf_top__info .swiper-wrapper .swiper-slide a p {
    line-height: 1.8em;
  }
}
#bf_top .bf_top__topics .bf_top__info .swiper-wrapper .swiper-slide a p.info_title {
  font-weight: 700;
  font-size: 18px;
}
@media print, screen and (max-width: 1439px) {
  #bf_top .bf_top__topics .bf_top__info .swiper-wrapper .swiper-slide a p.info_title {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__topics .bf_top__info .swiper-wrapper .swiper-slide a p.info_title {
    letter-spacing: 0.5px;
    font-size: 15px;
  }
}
#bf_top .bf_top__topics .bf_top__info .swiper-pagination {
  bottom: var(--swiper-pagination-bottom, -50px);
}
#bf_top .bf_top__topics .bf_top__info .swiper-pagination .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}
#bf_top .bf_top__topics .bf_top__info .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #073358;
}
#bf_top .bf_top__menu {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto 80px;
  padding: 0;
}
#bf_top .bf_top__menu ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1060px;
  width: 100%;
}
#bf_top .bf_top__menu ul li {
  box-sizing: border-box;
  width: 33.3333%;
  border-right: #073358 solid 1px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__menu ul li {
    padding: 0 10px;
  }
}
#bf_top .bf_top__menu ul li:last-child {
  border-right: none;
}
#bf_top .bf_top__menu ul li .icon {
  margin: 0 0 28px;
  padding: 0;
  line-height: 0;
}
#bf_top .bf_top__menu ul li .icon img {
  width: auto;
  height: 135px;
}
@media print, screen and (max-width: 959px) {
  #bf_top .bf_top__menu ul li .icon img {
    width: auto;
    height: 110px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__menu ul li .icon img {
    max-width: 142px;
    width: 100%;
    height: auto;
  }
}
#bf_top .bf_top__menu ul li .caption {
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 22px;
}
@media print, screen and (max-width: 959px) {
  #bf_top .bf_top__menu ul li .caption {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__menu ul li .caption {
    letter-spacing: normal;
    font-size: 14px;
  }
}
#bf_top .bf_top__menu ul li .caption span {
  position: relative;
  display: inline-block;
  padding: 0 0 19px;
  min-width: 86px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 18px;
}
@media print, screen and (max-width: 959px) {
  #bf_top .bf_top__menu ul li .caption span {
    min-width: 66px;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_top .bf_top__menu ul li .caption span {
    min-width: 66px;
    font-size: 12px;
  }
}
#bf_top .bf_top__menu ul li .caption span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #ff7449;
  content: "";
}

/**SELLページ*/
#bf_sell .bf_sell__hero {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  min-height: 450px;
  line-height: 0;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_sell__hero {
    min-height: 350px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__hero {
    justify-content: flex-start;
  }
}
#bf_sell .bf_sell__hero .photo {
  min-width: 1440px;
  min-height: 450px;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_sell__hero .photo {
    min-width: 1125px;
    min-height: 350px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__hero .photo {
    display: none;
  }
}
#bf_sell .bf_sell__hero .photo.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__hero .photo.sp {
    display: block;
    min-width: initial;
    min-height: initial;
  }
}
#bf_sell .bf_sell__hero h1 {
  position: absolute;
  top: 50%;
  right: 10.6vw;
  z-index: 2;
  margin: 0;
  padding: 0;
  line-height: 0;
  transform: translate(0, -50%);
}
@media print, screen and (max-width: 1180px) {
  #bf_sell .bf_sell__hero h1 {
    right: 6.6vw;
  }
}
#bf_sell .bf_sell__hero h1 img {
  width: auto;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_sell__hero h1 img {
    height: 56px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__hero h1 {
    display: none;
  }
}
#bf_sell .bf_sell__season {
  margin: 0;
  padding: 74px 50px;
  border-top: #e7e7e7 solid 1px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__season {
    padding: 50px 30px;
  }
}
#bf_sell .bf_sell__season h2 {
  font-size: 28px;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_sell__season h2 {
    font-size: 24px;
  }
}
#bf_sell .bf_sell__season p {
  margin: 0 0 17px;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 2em;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_sell__season p {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__season p {
    text-align: justify;
    font-size: 15px;
  }
  #bf_sell .bf_sell__season p br {
    display: none;
  }
}
#bf_sell .bf_sell__season p.note {
  margin: 0 0 50px;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__season p.note {
    font-size: 13px;
  }
}
#bf_sell .bf_sell__season .season {
  margin: 0 auto;
  padding: 0;
  max-width: 1060px;
}
#bf_sell .bf_sell__season .season ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 0 0 -30px;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_sell__season .season ul {
    flex-wrap: wrap;
    margin: 0 0 0 -1px;
  }
}
#bf_sell .bf_sell__season .season ul li {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 30px;
  width: 25%;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_sell__season .season ul li {
    padding: 0 0 0 1px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__season .season ul li {
    padding: 0 0 1px 1px;
    width: 50%;
  }
}
@media print, screen and (max-width: 374px) {
  #bf_sell .bf_sell__season .season ul li {
    width: 100%;
  }
}
#bf_sell .bf_sell__season .season ul li .season_box {
  position: relative;
  box-sizing: border-box;
  padding: 25px 16px 67px;
  height: 100%;
  color: #ffffff;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__season .season ul li .season_box {
    padding: 25px 16px 40px;
  }
}
#bf_sell .bf_sell__season .season ul li .season_box h3 {
  margin: 0 10px;
  padding: 0 0 15px;
  border-bottom: #ffffff solid 1px;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
}
@media print, screen and (max-width: 1279px) {
  #bf_sell .bf_sell__season .season ul li .season_box h3 {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_sell__season .season ul li .season_box h3 {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__season .season ul li .season_box h3 {
    font-size: 14px;
  }
}
#bf_sell .bf_sell__season .season ul li .season_box .month {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 178px;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__season .season ul li .season_box .month {
    align-content: center;
    flex-wrap: wrap;
    width: 96px;
    height: 145px;
  }
}
#bf_sell .bf_sell__season .season ul li .season_box .month span {
  display: block;
  margin: 6px 0;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background-color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  line-height: 64px;
}
@media print, screen and (max-width: 1279px) {
  #bf_sell .bf_sell__season .season ul li .season_box .month span {
    width: 54px;
    height: 54px;
    font-size: 24px;
    line-height: 54px;
  }
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_sell__season .season ul li .season_box .month span {
    margin: 3px 0;
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 42px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__season .season ul li .season_box .month span {
    margin: 3px;
  }
}
#bf_sell .bf_sell__season .season ul li .season_box .month span b {
  font-size: 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
@media print, screen and (max-width: 1279px) {
  #bf_sell .bf_sell__season .season ul li .season_box .month span b {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_sell__season .season ul li .season_box .month span b {
    font-size: 14px;
  }
}
#bf_sell .bf_sell__season .season ul li .season_box .time {
  position: absolute;
  right: 0;
  bottom: 53px;
  left: 0;
  text-align: center;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 46px;
  opacity: 0.7;
  transform: translate(0, 50px);
}
@media print, screen and (max-width: 1279px) {
  #bf_sell .bf_sell__season .season ul li .season_box .time {
    font-size: 36px;
  }
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_sell__season .season ul li .season_box .time {
    font-size: 30px;
  }
}
#bf_sell .bf_sell__season .season ul li:nth-child(1) .season_box {
  background-color: #ffadaf;
}
#bf_sell .bf_sell__season .season ul li:nth-child(1) .season_box .month {
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__season .season ul li:nth-child(1) .season_box .month {
    justify-content: space-around;
  }
}
#bf_sell .bf_sell__season .season ul li:nth-child(1) .season_box .month span {
  color: #ffadaf;
}
#bf_sell .bf_sell__season .season ul li:nth-child(2) .season_box {
  background-color: #64b2c5;
}
#bf_sell .bf_sell__season .season ul li:nth-child(2) .season_box .month {
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 145px;
}
@media print, screen and (max-width: 1279px) {
  #bf_sell .bf_sell__season .season ul li:nth-child(2) .season_box .month {
    width: 120px;
  }
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_sell__season .season ul li:nth-child(2) .season_box .month {
    width: 92px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__season .season ul li:nth-child(2) .season_box .month {
    justify-content: space-around;
    width: 96px;
  }
}
#bf_sell .bf_sell__season .season ul li:nth-child(2) .season_box .month span {
  color: #64b2c5;
}
#bf_sell .bf_sell__season .season ul li:nth-child(3) .season_box {
  background-color: #c99d3c;
}
#bf_sell .bf_sell__season .season ul li:nth-child(3) .season_box .month {
  align-content: center;
  justify-content: space-between;
  width: 145px;
}
@media print, screen and (max-width: 1279px) {
  #bf_sell .bf_sell__season .season ul li:nth-child(3) .season_box .month {
    width: 120px;
  }
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_sell__season .season ul li:nth-child(3) .season_box .month {
    width: 92px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__season .season ul li:nth-child(3) .season_box .month {
    justify-content: space-around;
    width: 96px;
  }
}
#bf_sell .bf_sell__season .season ul li:nth-child(3) .season_box .month span {
  color: #c99d3c;
}
#bf_sell .bf_sell__season .season ul li:nth-child(4) .season_box {
  background-color: #808080;
}
#bf_sell .bf_sell__season .season ul li:nth-child(4) .season_box .month {
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_sell__season .season ul li:nth-child(4) .season_box .month {
    justify-content: space-around;
  }
}
#bf_sell .bf_sell__season .season ul li:nth-child(4) .season_box .month span {
  color: #808080;
}
#bf_sell .bf_strengthened {
  background-color: #ffffff;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links {
    margin: 0 0 0 -5px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links {
    margin: 0;
  }
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li {
    padding: 0 0 0 5px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li {
    padding: 0;
  }
}
#bf_sell .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li .tab_name {
  border: #cccccc solid 1px;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li .tab_name {
    border: none;
    border-top: #cccccc solid 1px;
    border-bottom: #cccccc solid 1px;
    border-left: #cccccc solid 1px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_strengthened .bf_tab_itemlist .bf_tab .bf_tab__scroll .tab-links li:last-child .tab_name {
    border-right: #cccccc solid 1px;
    border-left: none;
  }
}
#bf_sell .bf_strengthened .bf_tab_itemlist .bf_tab__items ul li .photo {
  padding: 0;
  background: #f5f5f5;
}
#bf_sell .bf_not__sell {
  margin: 0 0 30px;
  padding: 70px 50px;
  background-color: #ececed;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_not__sell {
    margin: 0;
    padding: 50px 30px 0;
  }
}
#bf_sell .bf_not__sell .icon {
  display: inline-block;
  margin: 0 0 17px;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_not__sell .icon img {
    width: 60px;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_not__sell .icon img {
    width: 40px;
    height: auto;
  }
}
#bf_sell .bf_not__sell h2 {
  margin: 0 0 60px;
  padding: 0;
  font-size: 28px;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_not__sell h2 {
    font-size: 24px;
  }
}
#bf_sell .bf_not__sell .cannot_sell {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  max-width: 1060px;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_not__sell .cannot_sell {
    display: block;
  }
}
#bf_sell .bf_not__sell .cannot_sell .description {
  margin: 0;
  padding: 0;
  width: 56.6%;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_not__sell .cannot_sell .description {
    width: auto;
  }
}
#bf_sell .bf_not__sell .cannot_sell .description h3 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: #ffffff solid 1px;
  font-size: 18px;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_not__sell .cannot_sell .description h3 {
    margin: 0 0 16px;
    padding: 0 0 16px;
    font-size: 16px;
  }
}
#bf_sell .bf_not__sell .cannot_sell .description ul {
  margin: 0 0 30px;
  padding: 0;
}
#bf_sell .bf_not__sell .cannot_sell .description ul li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 14px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_not__sell .cannot_sell .description ul li {
    font-size: 14px;
  }
}
#bf_sell .bf_not__sell .cannot_sell .description ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・ ";
}
#bf_sell .bf_not__sell .cannot_sell .description ul:last-of-type {
  margin: 0;
}
#bf_sell .bf_not__sell .cannot_sell .photo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(43.4% - 70px);
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_not__sell .cannot_sell .photo {
    width: calc(43.4% - 30px);
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_not__sell .cannot_sell .photo {
    overflow: hidden;
    margin: 50px -30px 0;
    width: auto;
    height: 350px;
  }
}
#bf_sell .bf_not__sell .cannot_sell .photo img {
  width: 100%;
  height: auto;
}
#bf_sell .bf_faq {
  margin: 0 0 120px;
  padding: 70px 50px;
  background-color: #ececed;
  text-align: center;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_faq {
    margin: 0 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_faq {
    padding: 50px 30px 0;
  }
}
#bf_sell .bf_faq .icon {
  display: inline-block;
  margin: 0 0 17px;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_faq .icon img {
    width: 40px;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_faq .icon img {
    width: 30px;
  }
}
#bf_sell .bf_faq h2 {
  margin: 0 0 60px;
  padding: 0;
  font-size: 28px;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_faq h2 {
    margin: 0 0 40px;
    font-size: 26px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_faq h2 {
    font-size: 24px;
  }
}
#bf_sell .bf_faq .bf_faq__list {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px 50px;
  max-width: 1060px;
  background-color: #ffffff;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_faq .bf_faq__list {
    padding: 0 0 50px;
    background-color: #ececed;
  }
}
#bf_sell .bf_faq .bf_faq__list .faq_index {
  margin: 0 0 20px;
  padding: 50px 0 15px;
  border-bottom: #d4d4d4 solid 1px;
  font-weight: 700;
  font-size: 18px;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_faq .bf_faq__list .faq_index {
    font-size: 16px;
  }
}
#bf_sell .bf_faq .bf_faq__list .faq_index::before {
  content: "● ";
}
#bf_sell .bf_faq .bf_faq__list dl {
  margin: 0 0 40px;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_faq .bf_faq__list dl {
    margin: 0 0 10px;
    padding: 20px 10px 20px 10px;
    background-color: #ffffff;
    line-height: 1.6em;
  }
}
#bf_sell .bf_faq .bf_faq__list dl dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0 0 0 70px;
  min-height: 28px;
  text-align: justify;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_faq .bf_faq__list dl dt {
    min-height: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_faq .bf_faq__list dl dt {
    padding: 0 34px 0 34px;
  }
}
#bf_sell .bf_faq .bf_faq__list dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  width: 50px;
  border-right: #073358 solid 1px;
  content: "Q";
  font-weight: 500;
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_faq .bf_faq__list dl dt::before {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_faq .bf_faq__list dl dt::before {
    left: 4px;
    margin: 0;
    padding: 0;
    width: 31px;
    border-right: none;
  }
}
#bf_sell .bf_faq .bf_faq__list dl dt::after {
  position: absolute;
  top: -1;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/sell/icon_accordion_arrow.svg) no-repeat 50% 0;
  content: "";
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_faq .bf_faq__list dl dt::after {
    background-size: 24px 24px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_faq .bf_faq__list dl dt::after {
    background-size: 16px 16px;
  }
}
#bf_sell .bf_faq .bf_faq__list dl dd {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0 0 70px;
  max-height: 0;
  color: #ff7449;
  text-align: justify;
  transition: max-height 0.6s ease;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_faq .bf_faq__list dl dd {
    padding: 0 34px 0 34px;
  }
}
#bf_sell .bf_faq .bf_faq__list dl dd.active {
  max-height: 1000px;
  transition: max-height 0.6s ease;
}
#bf_sell .bf_faq .bf_faq__list dl dd p {
  margin: 0;
  padding: 26px 0 0;
  text-align: justify;
  font-weight: 500;
  font-size: 15px;
  line-height: 2em;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_faq .bf_faq__list dl dd p {
    font-size: 14px;
    line-height: 1.8em;
  }
}
#bf_sell .bf_faq .bf_faq__list dl dd p a {
  color: #ff7449;
  text-decoration: underline;
}
#bf_sell .bf_faq .bf_faq__list dl dd::before {
  position: absolute;
  top: 26px;
  left: 0;
  display: block;
  box-sizing: border-box;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  width: 50px;
  border-right: #ff7449 solid 1px;
  content: "A";
  font-weight: 500;
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 959px) {
  #bf_sell .bf_faq .bf_faq__list dl dd::before {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_faq .bf_faq__list dl dd::before {
    left: 4px;
    margin: 0;
    padding: 0;
    width: 31px;
    border-right: none;
  }
}
#bf_sell .bf_banner {
  padding: 0 50px;
}
@media print, screen and (max-width: 767px) {
  #bf_sell .bf_banner {
    padding: 0 30px;
  }
}

/**buyページ*/
#bf_buy .bf_buy__hero {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  min-height: 450px;
  line-height: 0;
}
@media print, screen and (max-width: 959px) {
  #bf_buy .bf_buy__hero {
    min-height: 350px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_buy__hero {
    justify-content: center;
  }
}
#bf_buy .bf_buy__hero .photo {
  min-width: 1440px;
  min-height: 450px;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 959px) {
  #bf_buy .bf_buy__hero .photo {
    min-width: 1125px;
    min-height: 350px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_buy__hero .photo {
    display: none;
  }
}
#bf_buy .bf_buy__hero .photo.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_buy__hero .photo.sp {
    display: block;
    min-width: initial;
    min-height: initial;
  }
}
#bf_buy .bf_buy__hero h1 {
  position: absolute;
  top: 50%;
  left: 10.6vw;
  z-index: 2;
  margin: 0;
  padding: 0;
  line-height: 0;
  transform: translate(0, -50%);
}
@media print, screen and (max-width: 959px) {
  #bf_buy .bf_buy__hero h1 img {
    width: auto;
    height: 56px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_buy__hero h1 {
    display: none;
  }
}
#bf_buy .bf_category {
  border-top: none;
  border-bottom: #e7e7e7 solid 1px;
}
#bf_buy .bf_store {
  position: relative;
  margin: -80px auto 0;
  padding: 80px 50px 0;
  max-width: 1060px;
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_store {
    padding: 80px 30px 0;
  }
}
#bf_buy .bf_store h2 {
  position: absolute;
  top: 24px;
  right: 80px;
  margin: 0;
  padding: 0;
  color: #e0e0e0;
  font-weight: 500;
  font-size: 66px;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_store h2 {
    right: 30px;
  }
}
#bf_buy .bf_store .bf_tab_shoplist {
  margin: 0;
  padding: 0;
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab {
  margin: 0 0 32px;
  padding: 0;
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab .tab-links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 -5px;
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_store .bf_tab_shoplist .bf_tab .tab-links {
    margin: 0 0 0 -1px;
  }
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab .tab-links li {
  padding: 0 0 0 5px;
  width: 33.3333%;
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_store .bf_tab_shoplist .bf_tab .tab-links li {
    padding: 0 0 0 1px;
  }
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab .tab-links li .tab_name {
  margin: 0;
  padding: 0;
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab .tab-links li .tab_name .tab-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #073358;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
}
@media print, screen and (max-width: 959px) {
  #bf_buy .bf_store .bf_tab_shoplist .bf_tab .tab-links li .tab_name .tab-link {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_store .bf_tab_shoplist .bf_tab .tab-links li .tab_name .tab-link {
    height: 70px;
    text-align: center;
    letter-spacing: normal;
    font-size: 13px;
  }
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab .tab-links li .tab_name .tab-link.active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  background-color: #ff7449;
  content: "";
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents {
  margin: 0;
  padding: 0;
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .tab.active {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .tab.active {
    display: block;
  }
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .photo {
  margin: 0;
  padding: 0;
  width: 62%;
  line-height: 0;
}
@media print, screen and (max-width: 959px) {
  #bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .photo {
    width: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .photo {
    width: 100%;
  }
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .photo ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 0 -10px;
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .photo ul li {
  box-sizing: border-box;
  padding: 0 0 10px 10px;
  width: 50%;
  line-height: 0;
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .photo ul li:first-child {
  width: 100%;
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .photo ul li img {
  width: 100%;
  height: auto;
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .description {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 45px;
  width: 38%;
}
@media print, screen and (max-width: 959px) {
  #bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .description {
    padding: 0 0 0 30px;
    width: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .description {
    padding: 10px 0 0 0;
    width: 100%;
  }
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .description .shop_info {
  margin: 0;
  padding: 0;
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .description .shop_info .basic_info {
  margin: 0;
  padding: 0 0 30px;
  border-bottom: #073358 solid 1px;
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .description .shop_info .basic_info h3 {
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.6em;
}
@media print, screen and (max-width: 959px) {
  #bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .description .shop_info .basic_info h3 {
    margin: 0 0 14px;
    font-size: 18px;
  }
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .description .shop_info .basic_info p {
  margin: 0 0 5px;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6em;
}
@media print, screen and (max-width: 959px) {
  #bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .description .shop_info .basic_info p {
    font-size: 14px;
  }
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .description .shop_info .basic_info p span {
  font-size: 12px;
  line-height: 1.4em;
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .description .shop_info .basic_info p a {
  text-decoration: underline;
}
#bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .description .shop_info p {
  margin: 0;
  padding: 30px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 959px) {
  #bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .description .shop_info p {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_store .bf_tab_shoplist .bf_tab__contents .description .shop_info p {
    padding: 20px 0 0;
  }
}
#bf_buy .bf_online {
  padding: 120px 50px;
  text-align: center;
}
@media print, screen and (max-width: 959px) {
  #bf_buy .bf_online {
    padding: 120px 50px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_online {
    padding: 80px 30px 50px;
  }
}
#bf_buy .bf_online .online_banner {
  margin: 0 auto;
  padding: 0;
  max-width: 1060px;
  line-height: 0;
}
#bf_buy .bf_online .online_banner img {
  width: 100%;
  height: auto;
}
#bf_buy .bf_online .online_banner img.pc {
  display: block;
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_online .online_banner img.pc {
    display: none;
  }
}
#bf_buy .bf_online .online_banner img.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_online .online_banner img.sp {
    display: block;
  }
}
#bf_buy .bf_online .banner_box {
  margin: 45px auto 0;
  padding: 0;
  max-width: 1060px;
  border: #ededed solid 1px;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_online .banner_box {
    margin: 30px auto 0;
  }
}
#bf_buy .bf_online .banner_box img {
  width: 100%;
  height: auto;
}
#bf_buy .bf_online .banner_box img.pc {
  display: block;
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_online .banner_box img.pc {
    display: none;
  }
}
#bf_buy .bf_online .banner_box img.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_online .banner_box img.sp {
    display: block;
  }
}
#bf_buy .bf_banner {
  padding: 0 50px;
}
@media print, screen and (max-width: 767px) {
  #bf_buy .bf_banner {
    padding: 0 30px;
  }
}

#bf_shop {
  margin: 0;
  padding: 80px 50px 0;
}
@media print, screen and (max-width: 767px) {
  #bf_shop {
    padding: 50px 30px 0;
  }
}
#bf_shop h1 {
  margin: 0 0 50px;
  padding: 0;
  text-align: left;
  font-weight: 700;
  font-size: 27px;
}
@media print, screen and (max-width: 1280px) {
  #bf_shop h1 {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 1023px) {
  #bf_shop h1 {
    margin: 0 0 30px;
    font-size: 22px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_shop h1 {
    font-size: 20px;
    line-height: 1.6em;
  }
}
#bf_shop .bf_shop__hero {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  #bf_shop .bf_shop__hero {
    margin: 0 -30px;
  }
}
#bf_shop .bf_shop__hero img {
  min-width: 820px;
  min-height: 400px;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  #bf_shop .bf_shop__hero img {
    min-width: 615px;
    min-height: 300px;
  }
}
#bf_shop .bf_shop__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  padding: 80px 0 120px;
  max-width: 1090px;
}
@media print, screen and (max-width: 1180px) {
  #bf_shop .bf_shop__info {
    padding: 50px 0 80px;
  }
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__info {
    display: block;
  }
}
#bf_shop .bf_shop__info .description {
  margin: 0;
  padding: 0;
  width: calc(100% - 465px);
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__info .description {
    margin: 0 0 30px;
    width: auto;
  }
}
#bf_shop .bf_shop__info .description p {
  margin: 0;
  padding: 0;
  text-align: justify;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.4em;
}
@media print, screen and (max-width: 1280px) {
  #bf_shop .bf_shop__info .description p {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 1180px) {
  #bf_shop .bf_shop__info .description p {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_shop .bf_shop__info .description p {
    font-size: 14px;
    line-height: 2em;
  }
}
#bf_shop .bf_shop__info .access {
  margin: 0;
  padding: 0;
  width: 405px;
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__info .access {
    width: auto;
  }
}
#bf_shop .bf_shop__info .access dl {
  margin: 0 0 16px;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1280px) {
  #bf_shop .bf_shop__info .access dl {
    margin: 0 0 10px;
  }
}
@media print, screen and (max-width: 1180px) {
  #bf_shop .bf_shop__info .access dl {
    margin: 0 0 5px;
  }
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__info .access dl {
    display: flex;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_shop .bf_shop__info .access dl {
    display: block;
  }
}
#bf_shop .bf_shop__info .access dl dt {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__info .access dl dt {
    width: 110px;
  }
}
#bf_shop .bf_shop__info .access dl dd {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media print, screen and (max-width: 1280px) {
  #bf_shop .bf_shop__info .access dl dd {
    font-size: 14px;
  }
}
#bf_shop .bf_shop__feature {
  margin: 0 auto;
  padding: 0 0 60px;
  max-width: 1090px;
  text-align: center;
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__feature {
    padding: 0;
  }
}
#bf_shop .bf_shop__feature .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 90px;
  padding: 0;
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__feature .box {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_shop .bf_shop__feature .box {
    margin: 0 0 70px;
  }
}
#bf_shop .bf_shop__feature .box.reverse {
  flex-direction: row-reverse;
}
#bf_shop .bf_shop__feature .box .photo {
  margin: 0;
  width: 55%;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__feature .box .photo {
    margin: 0 0 30px;
    width: auto;
  }
}
#bf_shop .bf_shop__feature .box .photo img {
  width: 100%;
  height: auto;
}
#bf_shop .bf_shop__feature .box .feature_description {
  position: relative;
  width: 40%;
  text-align: left;
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__feature .box .feature_description {
    width: auto;
  }
}
#bf_shop .bf_shop__feature .box .feature_description .point {
  margin: 0 0 50px;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 1280px) {
  #bf_shop .bf_shop__feature .box .feature_description .point {
    margin: 0 0 40px;
  }
}
@media print, screen and (max-width: 1180px) {
  #bf_shop .bf_shop__feature .box .feature_description .point {
    margin: 0 0 30px;
  }
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__feature .box .feature_description .point {
    margin: 0 0 20px;
  }
}
#bf_shop .bf_shop__feature .box .feature_description p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 15px;
  line-height: 2em;
}
@media print, screen and (max-width: 1280px) {
  #bf_shop .bf_shop__feature .box .feature_description p {
    font-size: 14px;
  }
}
#bf_shop .bf_shop__feature .box .feature_description p.feature {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 24px;
}
@media print, screen and (max-width: 1280px) {
  #bf_shop .bf_shop__feature .box .feature_description p.feature {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 1180px) {
  #bf_shop .bf_shop__feature .box .feature_description p.feature {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_shop .bf_shop__feature .box .feature_description p.feature {
    margin: 0 0 10px;
    font-size: 16px;
  }
}
#bf_shop .bf_shop__map {
  margin: 0 -50px;
  padding: 70px 50px;
  background-color: #dad9d9;
}
@media print, screen and (max-width: 767px) {
  #bf_shop .bf_shop__map {
    margin: 0 -30px;
    padding: 0 0 50px;
  }
}
#bf_shop .bf_shop__map .bf_shop__detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1090px;
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__map .bf_shop__detail {
    flex-direction: column-reverse;
  }
}
#bf_shop .bf_shop__map .bf_shop__detail .shop_info {
  padding: 0;
  width: calc(100% - 580px);
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__map .bf_shop__detail .shop_info {
    width: auto;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_shop .bf_shop__map .bf_shop__detail .shop_info {
    padding: 0 30px 0;
  }
}
#bf_shop .bf_shop__map .bf_shop__detail .shop_info dl {
  margin: 0 0 16px;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1280px) {
  #bf_shop .bf_shop__map .bf_shop__detail .shop_info dl {
    margin: 0 0 5px;
  }
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__map .bf_shop__detail .shop_info dl {
    display: flex;
  }
}
@media print, screen and (max-width: 767px) {
  #bf_shop .bf_shop__map .bf_shop__detail .shop_info dl {
    display: block;
  }
}
#bf_shop .bf_shop__map .bf_shop__detail .shop_info dl dt {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__map .bf_shop__detail .shop_info dl dt {
    width: 110px;
  }
}
#bf_shop .bf_shop__map .bf_shop__detail .shop_info dl dd {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
@media print, screen and (max-width: 1280px) {
  #bf_shop .bf_shop__map .bf_shop__detail .shop_info dl dd {
    font-size: 14px;
  }
}
#bf_shop .bf_shop__map .bf_shop__detail .map {
  width: 530px;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  #bf_shop .bf_shop__map .bf_shop__detail .map {
    margin: 0 0 30px;
    width: 100%;
  }
}
#bf_shop .bf_shop__map .bf_shop__detail .map iframe {
  width: 100%;
  height: auto;
  height: 364px;
}

.bf_shop__list {
  margin: 0 auto;
  padding: 128px 50px;
  max-width: 1090px;
}
@media print, screen and (max-width: 1023px) {
  .bf_shop__list {
    padding: 100px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_shop__list {
    padding: 50px 30px;
  }
}
.bf_shop__list.sch {
  padding: 0 50px 128px;
}
@media print, screen and (max-width: 1023px) {
  .bf_shop__list.sch {
    padding: 0 50px 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_shop__list.sch {
    padding: 0 30px 50px;
  }
}
.bf_shop__list h2 {
  margin: 0 0 50px;
  font-weight: 700;
  font-size: 34px;
  font-family: "Outfit", sans-serif;
}
@media print, screen and (max-width: 1023px) {
  .bf_shop__list h2 {
    font-size: 24px;
  }
}
.bf_shop__list p.read {
  margin: -20px 0 50px;
  text-align: justify;
  font-weight: 500;
  font-size: 16px;
  line-height: 2em;
}
@media print, screen and (max-width: 1023px) {
  .bf_shop__list p.read {
    margin: -20px 0 30px;
  }
  .bf_shop__list p.read br {
    display: none;
    font-size: 15px;
  }
}
.bf_shop__list ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0 -40px;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .bf_shop__list ul {
    margin: 0 0 0 -10px;
  }
}
.bf_shop__list ul li {
  box-sizing: border-box;
  padding: 0 0 70px 40px;
  width: 33.3333%;
}
@media print, screen and (max-width: 1023px) {
  .bf_shop__list ul li {
    padding: 0 0 50px 40px;
    width: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_shop__list ul li {
    padding: 0 0 50px 10px;
  }
}
.bf_shop__list ul li .card {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 52px;
  height: 100%;
}
.bf_shop__list ul li .card .photo {
  margin: 0 0 24px;
  line-height: 0;
}
.bf_shop__list ul li .card .photo img {
  width: 100%;
  height: auto;
}
.bf_shop__list ul li .card .caption {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 767px) {
  .bf_shop__list ul li .card .caption {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.bf_shop__list ul li .card .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border: #063253 solid 1px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .bf_shop__list ul li .card .btn:hover {
    background-color: #063253;
    color: #ffffff;
  }
}
@media print, screen and (max-width: 767px) {
  .bf_shop__list ul li .card .btn {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */