body {
  word-break: break-all; }

a {
  transition: opacity 0.3s ease-in-out; }
  a:hover {
    opacity: 0.8; }

button {
  cursor: pointer; }

textarea {
  resize: none; }

.d-none {
  display: none !important;
  margin: 0 !important; }

.relative {
  position: relative; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .ratio img {
    object-fit: contain; }

.ratio-280x260 {
  --bs-aspect-ratio: calc(56 / 75 * 100%); }

.container {
  margin: 0 auto; }

.w-100 {
  width: 100%; }

.me-4 {
  margin-right: 7px; }

.parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  @media (min-width: 992px) {
    .parallax {
      background-attachment: fixed; } }

.header-update__inner {
  display: flex;
  justify-content: space-between;
  padding-left: 66px;
  background: #FFFFFF;
  border-bottom: 1px solid #111111; }

.header-left {
  padding: 13px 0 9px 0; }

.header-right {
  display: flex;
  flex-direction: column; }

.header-right__top {
  display: flex;
  margin-bottom: 11px; }

.header-right__top li + li {
  margin-left: 4px; }

.header-right__top li a {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 240px;
  background: #F2F2ED; }

.header-right__bot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px; }

.form-search {
  display: inline-block;
  position: relative;
  margin-left: 30px; }

.form-search input {
  background: #EEEEEE;
  border: 1px solid #E4E4E4;
  border-radius: 40px;
  height: 35px;
  width: 183px;
  padding: 0 35px 0 18px; }

.form-search button {
  width: 20px;
  height: 20px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }

.header-right__bot ul {
  display: flex; }

.header-right__bot ul li + li {
  margin-left: 36px; }

.header-right__bot ul li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #111111; }

.main-hero {
  position: relative; }
  .main-hero > img {
    opacity: 0; }

.main-hero__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 72px; }
  .main-hero__content .container {
    width: 990px; }

.main-hero__inner {
  display: flex;
  justify-content: space-between; }

.main-hero__item {
  width: 480px;
  text-align: center;
  padding: 40px 40px 38px 40px;
  background-color: #FFFFFF; }

.main-hero__item--title {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 16px; }
  .main-hero__item--title span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.1em;
    color: #AEAEAE;
    margin-top: 15px; }

.main-hero__item--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 64px;
  background: #111111;
  border-radius: 2px;
  position: relative;
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin: 0 auto; }
  .main-hero__item--link img {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%); }

.about-update {
  background: #F2F2ED;
  padding: 56px 0; }
  .about-update .container {
    width: 865px; }

.about-update__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.about-update__title {
  font-family: 'Garamond Premier Pro';
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.15em;
  margin-bottom: 30px; }

.about-update__desc .span-1 {
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  display: block; }
.about-update__desc .span-2 {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  display: block;
  display: flex;
  align-items: center; }
  .about-update__desc .span-2 img {
    margin: 0 10px; }
.about-update__desc .span {
  padding: 7px 20px;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-weight: 300;
  font-size: 16px;
  background: #FFFFFF;
  display: inline-block; }

.about-update__img {
  margin-top: 10px; }

.service-update {
  padding: 80px 0; }
  .service-update .container {
    width: 930px; }

.service-update__item + .service-update__item {
  margin-top: 100px; }

.service-update__item--head {
  padding-left: 24px;
  padding-right: 32px;
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #111111;
  border-bottom: 2px solid #111111;
  margin-bottom: 40px; }
  .service-update__item--head .span-1 {
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.05em; }
  .service-update__item--head .span-2 {
    font-family: 'Garamond Premier Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.1em;
    color: #AEAEAE; }

.service-update__item--content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .service-update__item--content .main-hero__item--link {
    margin: 0; }

.service-update__item--desc {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
  max-width: 560px; }

#to-top {
  position: absolute;
  right: 73px;
  top: 28px; }

.footer-update {
  padding-top: 115px;
  padding-bottom: 17px;
  border-bottom: 6px solid #111111;
  position: relative; }
  .footer-update .container {
    width: 1228px; }

.footer-update__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.footer-update__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px dashed #111111;
  padding: 40px 0;
  padding-right: 74px; }
  .footer-update__left > div {
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 40px; }
    .footer-update__left > div img {
      margin-bottom: 2.5px; }

.footer-update__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 38px; }
  .footer-update__right .form-search {
    margin-bottom: 60px; }

.footer-menu {
  display: flex;
  margin-bottom: 20px; }
  .footer-menu > li > a {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #111111;
    display: flex;
    align-items: center; }
    .footer-menu > li > a img {
      margin-right: 10px; }
  .footer-menu li + li {
    margin-left: 35px; }

.text-bottom {
  font-family: 'Garamond Premier Pro';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.1em; }

.breadcrumbs {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.05em; }
  .breadcrumbs a {
    font-size: 11px; }
  .breadcrumbs > p {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .breadcrumbs > p > img {
      margin: 0 6px; }

.my-page .container, .buyer-sigup .container, .editbusiness-page .container, .listitems-page .container, .business-message-page .container, .business-sigup .container, .business-login .container, .buyer-thanks .container, .business-mesage-detail .container, .new-item-page .container {
  width: 930px; }

.page-title {
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 113px;
  padding: 0 38px;
  margin-bottom: 40px;
  background: #F2F2ED;
  border-radius: 2px;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333; }
  .page-title img {
    margin-right: 21px; }

.mypage-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 70px; }

.mypage-content__item {
  width: 440px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #111111;
  border-radius: 2px;
  padding-left: 40px;
  padding-right: 26px;
  margin-bottom: 30px; }
  .mypage-content__item > div {
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .mypage-content__item > div img {
      margin-right: 36px; }
  .mypage-content__item .new-arrivals {
    margin-left: -22px; }

.recommended-person__title {
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #111111;
  border-bottom: 2px solid #111111;
  margin-bottom: 33px;
  padding-left: 24px;
  padding-right: 32px; }
  .recommended-person__title span {
    font-family: 'Garamond Premier Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.1em;
    color: #AEAEAE; }

.recommended-person__table {
  padding: 18px 20px;
  background: #F2F2ED;
  border-radius: 2px; }

.recommended-person__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0; }
  .recommended-person__item + .recommended-person__item {
    border-top: 1px dashed #333333; }

.recommended-person__items {
  min-width: 380px;
  max-width: 380px;
  padding-right: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.05em; }

.recommended-person__branch {
  padding-left: 13px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.05em;
  border-left: 1px dashed #C4C486;
  min-width: 162px;
  max-width: 162px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 30px; }

.recommended-person__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 326px;
  max-width: 326px; }
  .recommended-person__btn a {
    background: #FFFFFF;
    border-radius: 50px;
    font-style: normal;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #111111;
    width: 155px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .recommended-person__btn a + a {
      margin-left: 16px; }

.buyer-mypage__content {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .buyer-mypage__content .container {
    width: 930px;
    margin: 0; }

.buyer-mypage__bar {
  width: 300px;
  margin-left: 60px; }

.buyer-colection__list {
  padding: 7px 0;
  border-bottom: 1px solid #111111;
  display: flex;
  align-items: center;
  justify-content: center; }
  .buyer-colection__list.mb-68 {
    margin-bottom: 68px; }

.buyer-colection__item + .buyer-colection__item .buyer-colection__link {
  border-left: 1px dashed #111111; }

.buyer-colection__link {
  display: inline-block;
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 16px;
  line-height: 45px;
  padding: 0 30px; }

.buyer-mypage__top {
  background: #F2F2ED;
  margin-bottom: 32px; }

.buyer-mypage__top--title {
  font-family: 'Shippori Mincho';
  font-weight: 600;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background: #111111; }
  .buyer-mypage__top--title a {
    color: #FFFFFF; }

.buyer-mypage__top--content {
  padding: 18px 18px 30px 18px; }

.buyer-mypage__top--list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-left: 10px; }
  .buyer-mypage__top--list li {
    width: 50%;
    padding: 20px 0; }
    .buyer-mypage__top--list li a {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-family: 'Shippori Mincho';
      font-weight: 500;
      font-size: 15px; }
      .buyer-mypage__top--list li a img {
        margin-right: 10px; }

.buyer-mypage__banner {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column; }
  .buyer-mypage__banner .buyer-mypage__banner--item + .buyer-mypage__banner--item {
    margin-top: 16px; }
  .buyer-mypage__banner .buyer-mypage__banner--item img {
    width: 100%; }

.top-products {
  padding-top: 100px; }
  .top-products .top-products__list .top-products__item:nth-child(1) .top-products__item--img::before {
    content: '1';
    background: #DACB04; }
  .top-products .top-products__list .top-products__item:nth-child(2) .top-products__item--img::before {
    content: '2';
    background: #8C8C8C; }
  .top-products .top-products__list .top-products__item:nth-child(3) .top-products__item--img::before {
    content: '3';
    background: #AA711C; }
  .top-products .top-products__list .top-products__item:nth-child(4) .top-products__item--img::before {
    content: '4';
    background: #111111; }
  .top-products .top-products__list .top-products__item:nth-child(5) .top-products__item--img::before {
    content: '5';
    background: #111111; }
  .top-products .top-products__list .top-products__item:nth-child(6) .top-products__item--img::before {
    content: '6';
    background: #111111; }

.top-products__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -10px; }

.top-products__item {
  padding: 0 10px;
  width: calc(100% / 3); }

.top-products__item--img {
  display: block;
  padding: 10px;
  position: relative;
  margin-bottom: 2px; }
  .top-products__item--img::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Garamond Premier Pro';
    font-size: 26px;
    letter-spacing: 0.25em;
    color: #FFFFFF;
    padding-left: 14.5px;
    padding-right: 8px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FFFFFF;
    z-index: 2; }
  .top-products__item--img::after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #FFFFFF;
    transform: rotate(135deg); }
  .top-products__item--img > .icon-b {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 3; }

.top-products__item--title {
  padding: 0 10px;
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; }

.top-products__item--desc {
  padding: 0 10px;
  font-size: 13px;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; }

.top-products__item--price {
  padding: 0 10px;
  position: relative;
  font-family: 'Garamond Premier Pro';
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: flex-end; }
  .top-products__item--price > div {
    background-color: #FFFFFF;
    padding-left: 12px;
    display: flex;
    align-items: center;
    z-index: 2; }
  .top-products__item--price span {
    font-weight: 600;
    font-size: 10px;
    transform: translateY(1px);
    letter-spacing: 0.05em; }
  .top-products__item--price::before {
    content: '';
    height: 1px;
    width: calc(100% - 20px);
    border-top: 1px dashed #111111;
    position: absolute;
    left: 10px;
    top: calc(50% + 1px);
    transform: translateY(-50%); }

.top-products-02 .recommended-person__title {
  position: relative; }
  .top-products-02 .recommended-person__title .icon-point {
    display: inline-block;
    padding: 5px 7px 5px 3px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    top: -20px; }
.top-products-02 .top-products__list {
  margin: 0 -16px; }
.top-products-02 .top-products__item {
  width: calc(100% / 2);
  padding: 0 16px; }
  .top-products-02 .top-products__item .top-products__item--img::before {
    display: none; }
.top-products-02 .top-products__item--img {
  margin-bottom: 20px;
  padding: 0; }
  .top-products-02 .top-products__item--img > .icon-b {
    bottom: 5px;
    right: 5px; }
  .top-products-02 .top-products__item--img::after {
    right: -30px;
    bottom: -10px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #FFFFFF; }
.top-products-02 .top-products__item--title {
  font-size: 20px;
  margin-bottom: 14px;
  padding: 0; }
.top-products-02 .top-products__item--desc {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0; }
.top-products-02 .top-products__item--price {
  font-size: 26px;
  padding: 0; }
  .top-products-02 .top-products__item--price span {
    font-size: 12px; }
  .top-products-02 .top-products__item--price > div {
    padding-left: 20px; }
  .top-products-02 .top-products__item--price::before {
    width: 100%;
    left: 0; }

.trending-word {
  margin-top: 100px;
  background: #F2F2ED;
  padding: 34px 45px 32px 45px; }

.trending-word__title {
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 26px; }

.trending-word__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px; }
  .trending-word__list > li {
    margin: 0 6px 12px 6px; }
    .trending-word__list > li > a {
      display: inline-block;
      line-height: 34px;
      padding: 0 24px;
      background: #FFFFFF;
      border-radius: 80px; }

.news-update {
  padding-top: 80px; }

.news-list > li {
  padding: 24px 24px 24px 20px; }
  .news-list > li:first-child {
    padding-top: 0; }
  .news-list > li + li {
    border-top: 1px dashed #111111; }
  .news-list > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .news-list > li > a .news-day {
      font-family: 'Garamond Premier Pro';
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.1em;
      color: #AEAEAE;
      display: inline-block;
      margin-right: 16px; }
    .news-list > li > a .news-title {
      font-family: 'Shippori Mincho';
      font-weight: 500;
      font-size: 16px;
      line-height: 140%;
      letter-spacing: 0.05em; }

.buyer-sigup {
  padding-bottom: 75px; }
  .buyer-sigup .buyer-colection__list {
    margin-bottom: 40px; }
  .buyer-sigup .breadcrumbs_wrap {
    padding-top: 0; }

.buyer-sigup__desc {
  margin-bottom: 60px; }
  .buyer-sigup__desc p {
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.05em;
    margin-bottom: 15px; }
  .buyer-sigup__desc a {
    color: #158af6; }

.page-btn a {
  width: 210px;
  height: 48px;
  background: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Shippori Antique';
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 60px; }

.business-login .page-btn {
  margin-top: -4px; }

.buyer-sigup__form .recommended-person__title {
  margin-bottom: 40px; }
.buyer-sigup__form .error {
  font-size: 12px;
  margin-bottom: 5px; }

.buyer-sigup__inner {
  background: #F2F2ED;
  padding: 57px 94px 48px 94px;
  margin-bottom: 96px; }
  .buyer-sigup__inner .newitem_submit {
    margin-top: 18px; }
    .buyer-sigup__inner .newitem_submit input[type="submit"], .buyer-sigup__inner .newitem_submit button {
      cursor: pointer;
      background: #111111;
      border-radius: 2px;
      width: 380px;
      height: 64px;
      font-family: 'Shippori Mincho';
      font-weight: 600;
      font-size: 15px;
      line-height: 100%;
      letter-spacing: 0.05em;
      color: #FFFFFF;
      border-style: none; }
    .buyer-sigup__inner .newitem_submit button {
      margin-bottom: 28px; }
  .buyer-sigup__inner .form-control[type="button"] {
    width: 211px;
    height: 48px;
    margin-left: 16px;
    background-color: black;
    font-family: 'Hiragino Kaku Gothic Pro';
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    cursor: pointer; }

.form-group {
  margin-bottom: 48px; }
  .form-group img[alt="CAPTCHA"] {
    margin-bottom: 42px; }
  .form-group.store .store-item {
    display: none;
    margin: 0; }
    .form-group.store .store-item:nth-child(1) {
      margin-bottom: 48px; }
    .form-group.store .store-item:nth-child(1), .form-group.store .store-item:nth-child(2) {
      display: block; }

.form-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 14px; }
  .form-label span {
    line-height: 19px;
    padding: 0px 9px;
    background: #EC6868;
    display: inline-block;
    margin-right: 16px;
    color: #FFFFFF;
    font-size: 11px;
    font-family: 'Hiragino Kaku Gothic Pro'; }

.form-control {
  width: 100%;
  font-size: 14px;
  line-height: 100% !important;
  letter-spacing: 0.05em;
  padding: 15.6px 23px !important;
  border-style: none !important; }

.price-input {
  display: flex;
  align-items: flex-end; }
  .price-input .form-control {
    max-width: 320px;
    margin-right: 20px; }
  .price-input.d-nones {
    display: none; }

textarea.form-control {
  height: 160px; }
  textarea.form-control.h-200 {
    height: 200px; }
  textarea.form-control.h-48 {
    height: 48px; }

.form-select#industry {
  width: 320px;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 15.6px 23px;
  border-style: none;
  line-height: 100%; }

.form-desc {
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  margin-top: 12px; }

.form-check {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 16px; }
  .form-check input {
    width: 14px;
    height: 14px;
    margin-right: 8px; }

.form-submit {
  width: 420px;
  margin: auto;
  position: relative; }
  .form-submit input {
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background: #111111;
    border-style: none;
    padding: 24px 20px;
    width: 100%;
    cursor: pointer;
    display: block; }
  .form-submit a {
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background: #111111;
    border-style: none;
    padding: 24px 20px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px; }
  .form-submit img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; }
  .form-submit .form-submit__desc {
    font-family: 'Hiragino Kaku Gothic Pro';
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    margin-top: 38px;
    margin-bottom: 84px; }

.list-items {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px dashed #111111;
  margin-bottom: 56px; }

.list-items__img {
  width: 21.5%;
  margin-right: 30px; }

.list-items__inner {
  width: calc(78.5% - 30px); }

.list-items__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #F2F2ED;
  margin-bottom: 24px; }

.list-items__nav--number {
  font-family: 'Garamond Premier Pro';
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background: #111111;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px; }

.list-items__nav--list {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .list-items__nav--list li {
    margin: 0 12px; }
    .list-items__nav--list li a, .list-items__nav--list li span {
      font-family: 'Hiragino Kaku Gothic Pro';
      font-weight: 600;
      font-size: 13px;
      line-height: 100%;
      letter-spacing: 0.05em;
      color: #D3D3C6; }
    .list-items__nav--list li.active a, .list-items__nav--list li.active span {
      color: #B3424A;
      transition: color 0.5s ease-in-out; }

.list-items__desc {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #111111;
  margin-bottom: 22px; }

.list-items__btn {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .list-items__btn li {
    padding: 0 10px;
    margin-bottom: 12px; }
    .list-items__btn li a {
      width: 160px;
      height: 40px;
      border: 1px solid #111111;
      display: flex;
      align-items: center;
      position: relative;
      font-family: 'Hiragino Kaku Gothic Pro';
      font-weight: 600;
      font-size: 13px;
      line-height: 100%;
      letter-spacing: 0.05em;
      color: #111111;
      display: flex;
      justify-content: center; }
      .list-items__btn li a img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        width: 8px; }

.page-items .buyer-colection__list {
  margin-bottom: 0; }
.page-items .top-products__item {
  margin-bottom: 60px; }

.page-items__search {
  background: #F2F2ED;
  padding: 36px 45px 50px 45px;
  margin-bottom: 80px; }

.page-items__form {
  margin-bottom: 24px; }

.page-items__search--title {
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #111111;
  margin-bottom: 28px; }

.page-items__search--keywordbox {
  width: 560px;
  position: relative;
  margin: 0 auto; }
  .page-items__search--keywordbox input {
    width: 100%;
    padding: 16px 30px;
    padding-right: 50px;
    border-style: none;
    font-family: 'Hiragino Kaku Gothic Pro';
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #111111; }
    .page-items__search--keywordbox input::placeholder {
      color: #AEAEAE; }
  .page-items__search--keywordbox button {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; }

.page-items__form--title {
  position: relative;
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px; }
  .page-items__form--title span {
    display: flex;
    align-items: center;
    padding-right: 10px;
    background: #F2F2ED;
    z-index: 2;
    position: relative; }
    .page-items__form--title span::before {
      content: '';
      width: 8px;
      height: 1px;
      background: #000000;
      display: inline-block;
      margin-right: 7px; }
  .page-items__form--title::after {
    content: '';
    height: 0;
    width: 100%;
    position: absolute;
    border-bottom: 1px dashed #111111;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.page-items__search .page-items__form02 {
  padding-bottom: 16px; }
.page-items__search .side-menu__box-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -12px;
  padding-left: 15px; }
.page-items__search .side-menu__box-item {
  margin: 0;
  border-style: none;
  background-color: transparent;
  padding: 0 12px;
  margin-bottom: 20px; }
  .page-items__search .side-menu__box-item::after {
    display: none; }
  .page-items__search .side-menu__box-item span {
    padding-left: 33px; }
    .page-items__search .side-menu__box-item span::before {
      width: 21px;
      height: 21px;
      background: #FFFFFF;
      border-radius: 0;
      left: 0; }
    .page-items__search .side-menu__box-item span::after {
      background: #111111 !important;
      width: 9px;
      height: 9px;
      left: 6px;
      border-radius: 0; }
.page-items__search .search-form__btn {
  width: 380px;
  height: 56px;
  margin: 0 auto;
  margin-top: 4px;
  background: #111111;
  border-radius: 2px;
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  display: block; }
  .page-items__search .search-form__btn img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px; }

.item-tag-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
  margin-bottom: 38px; }
  .item-tag-list li {
    font-family: 'Hiragino Kaku Gothic Pro';
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #111111;
    padding: 8px 20px;
    background: #F2F2ED;
    border-radius: 40px; }
    .item-tag-list li + li {
      margin-left: 12px; }

.item-detail__inner {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 80px; }

.item-detail__img {
  margin-bottom: 24px; }
  .item-detail__img img {
    width: 100%; }

.item-detail__title {
  text-align: center;
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #111111;
  margin-bottom: 16px; }

.item-detail__desc {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-size: 13px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #111111;
  margin-bottom: 24px; }

.item-detail__btn {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .item-detail__btn li {
    width: 300px; }
    .item-detail__btn li a {
      width: 100%;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      font-family: 'Shippori Mincho';
      font-weight: 600;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0.05em;
      color: #FFFFFF;
      background: #111111;
      border-radius: 2px; }
      .item-detail__btn li a img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 19px; }

.item-detail-table {
  padding: 54px 27px;
  background: #F2F2ED;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.item-table__item {
  width: 100%;
  margin-bottom: 60px; }
  .item-table__item.w-50 {
    width: calc(50% - 15px); }
  .item-table__item .item-table__item--title {
    padding-left: 27px;
    padding-bottom: 15px;
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #111111;
    border-bottom: 1px solid #111111;
    margin-bottom: 20px; }
  .item-table__item .item-table__item--desc {
    font-family: 'Hiragino Kaku Gothic Pro';
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.05em;
    color: #111111;
    padding-left: 27px; }
  .item-table__item .item-table__item--btn {
    width: 420px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 46px; }
    .item-table__item .item-table__item--btn a {
      width: 100%;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      background: #111111;
      border-radius: 2px;
      font-family: 'Shippori Mincho';
      font-weight: 600;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0.05em;
      color: #FFFFFF; }
      .item-table__item .item-table__item--btn a img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 19px; }

.newmessage-btn {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .newmessage-btn a {
    border: 1px solid #111111;
    border-radius: 2px;
    width: 440px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #333333;
    position: relative; }
    .newmessage-btn a img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 25px; }

.newmessage-list {
  padding: 20px 20px 50px 20px;
  background: #F2F2ED;
  border-radius: 2px; }

.newmessage-list__item {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px dashed #333333; }

.newmessage-item__title {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #111111; }
  .newmessage-item__title .newmessage-item__number {
    min-width: 98px;
    display: flex;
    align-items: center; }
    .newmessage-item__title .newmessage-item__number.checkbox input {
      width: 18px;
      height: 18px; }
  .newmessage-item__title .newmessage-item__name {
    font-family: 'Hiragino Kaku Gothic Pro';
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #111111; }

.newmessage-item__time {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .newmessage-item__time span {
    display: inline-block;
    padding-left: 20px;
    border-left: 1px dashed #C4C486; }
  .newmessage-item__time .delete {
    background: #D9D9D9;
    width: 100px;
    height: 27px;
    font-family: 'Hiragino Kaku Gothic Pro';
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center; }
  .newmessage-item__time .industry {
    font-family: 'Hiragino Kaku Gothic Pro';
    font-size: 15px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    color: #111111;
    padding-right: 20px; }

.newmessage-list__btn {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  align-items: center; }
  .newmessage-list__btn a, .newmessage-list__btn button {
    background: #111111;
    border-radius: 2px;
    width: 440px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    position: relative; }
    .newmessage-list__btn a img, .newmessage-list__btn button img {
      margin: 0 7px; }
    .newmessage-list__btn a + a, .newmessage-list__btn a + button, .newmessage-list__btn button + a, .newmessage-list__btn button + button {
      margin-top: 40px; }

.btn_backmypage {
  display: flex;
  margin-top: 100px;
  justify-content: center;
  align-items: center; }
  .btn_backmypage a {
    background: #111111;
    border-radius: 2px;
    width: 440px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    position: relative; }
    .btn_backmypage a img {
      margin: 0 7px; }

.page-numbers {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 0;
  font-family: 'Garamond Premier Pro' !important;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #111111;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #111111;
  margin: 0 12px;
}
  .page-numbers.current {
    border-radius: 0;
    background: #111111;
    color: #FFFFFF !important; }
  .page-numbers.prev, .page-numbers.next, .page-numbers.dots {
    border-style: none; }

.item-detail__inner .slider3 {
  padding: 0;
  max-height: inherit;
  margin-bottom: 18px; }
  .item-detail__inner .slider3 li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; }
.item-detail__inner .slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #FCC807;
  border-radius: 50%;
  left: 6px !important;
  top: 6px !important; }
.item-detail__inner #slider3 {
  max-height: inherit; }

input#siteguard_captcha {
  padding: 15.6px 23px;
  border-style: none;
  border-radius: 0;
  width: 220px;
  height: 54px;
  margin-bottom: 7px; }

label[for="siteguard_captcha"] {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #111111; }

.buyer-thanks__desc p {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #111111;
  margin-bottom: 30px; }

.mesage-detail__inner {
  padding: 35px 60px 80px 60px;
  background: #F2F2ED; }

.buyername {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #111111;
  padding-bottom: 26px;
  border-bottom: 1px dashed #111111;
  margin-bottom: 40px; }

.send-at {
  width: 504px;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #AEAEAE;
  margin-bottom: 40px;
  text-align: right; }

.opposite {
  margin-top: 0;
  margin-bottom: 16px;
  width: 504px;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 32px 42px;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #111111; }

.myside {
  margin-top: 0;
  margin-bottom: 16px;
  width: 504px;
  border-radius: 40px;
  padding: 32px 42px;
  background: #E6E6D7;
  border-style: none;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #111111;
  float: inherit;
  margin-left: auto;
  margin-right: 0; }
  .myside + .send-at {
    margin-left: auto;
    margin-right: 0; }

.messagebox {
  word-wrap: break-word; }

.newmessagebox textarea {
  padding: 36px 42px;
  min-height: 272px;
  background: #FFFFFF;
  border-radius: 40px;
  border-style: none;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #111111;
  margin-bottom: 18px; }
  .newmessagebox textarea::placeholder {
    color: #AEAEAE; }

.newmessage_submit {
  display: flex;
  justify-content: flex-end; }
  .newmessage_submit button {
    width: 140px;
    height: 56px;
    background: #111111;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #FFFFFF; }
    .newmessage_submit button img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 13.5px; }

.business-mesage-detail {
  padding-bottom: 135px; }

.group-search {
  padding: 20px 50px 3px 50px;
  border-radius: 2px;
  margin-bottom: 35px;
  border: 1px solid #000000; }
  .group-search p.title {
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #333333;
    margin: 0;
    margin-bottom: 25px; }
  .group-search .itemwrap {
    flex-wrap: wrap;
    justify-content: flex-start; }
    .group-search .itemwrap .item {
      margin: 0 20px;
      margin-bottom: 17px;
      font-family: 'Hiragino Kaku Gothic Pro';
      font-weight: 600;
      font-size: 15px;
      line-height: 140%;
      letter-spacing: 0.05em;
      color: #111111;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .group-search .itemwrap .item input {
        width: 18px;
        height: 18px;
        margin-right: 7px; }

.group-name {
  margin-bottom: 28px; }
  .group-name .title {
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #333333;
    margin-bottom: 10px; }
  .group-name textarea {
    border: 1px solid #000000;
    height: 62px;
    font-family: 'Hiragino Kaku Gothic Pro';
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #111111; }
  .group-name .newmessage-item__time span {
    width: 160px;
    padding-left: 60px; }

.checkbox-wrap__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #EC6868;
  margin-bottom: 24px; }
  .checkbox-wrap__title span {
    width: 101px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    background: #FFE9E9; }
    .checkbox-wrap__title span img {
      margin-right: 8px; }

.checkbox-wrap__desc {
  margin-bottom: 75px; }
  .checkbox-wrap__desc label {
    display: flex;
    align-items: center;
    font-family: 'Hiragino Kaku Gothic Pro';
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #111111;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .checkbox-wrap__desc label:hover input ~ .checkmark {
      background-color: #ccc; }
    .checkbox-wrap__desc label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .checkbox-wrap__desc label input:checked ~ .checkmark {
      background-color: #111111;
      border-style: none; }
    .checkbox-wrap__desc label .checkmark {
      position: absolute;
      top: 2px;
      left: 0;
      height: 21px;
      width: 21px;
      border: 1px solid #111111;
      background: #FFFFFF; }
    .checkbox-wrap__desc label .checkmark:after {
      content: "";
      position: absolute;
      background: #FFFFFF;
      width: 7px;
      height: 7px;
      top: 7px;
      left: 7px;
      display: none; }
    .checkbox-wrap__desc label input:checked ~ .checkmark:after {
      display: block; }
    .checkbox-wrap__desc label + label {
      margin-top: 17px; }

.checkbox-content {
  display: flex;
  align-items: center;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #111111;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-right: 24px;
  margin-bottom: 20px;
  height: 21px; }
  .checkbox-content:hover input ~ .checkmark {
    background-color: #ccc; }
  .checkbox-content input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .checkbox-content input:checked ~ .checkmark {
    background-color: #111111; }
  .checkbox-content .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background: #FFFFFF; }
  .checkbox-content .checkmark:after {
    content: "";
    position: absolute;
    background: #FFFFFF;
    width: 7px;
    height: 7px;
    top: 7px;
    left: 7px;
    display: none; }
  .checkbox-content input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-content.check-radio .checkmark {
    border-radius: 50%; }
    .checkbox-content.check-radio .checkmark::after {
      border-radius: 50%; }

.checkbook-group {
  display: flex;
  flex-wrap: wrap; }

.form-group .img_form {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-style: none;
  max-width: inherit; }
  .form-group .img_form input[type="text"] {
    background: transparent; }
  .form-group .img_form label {
    margin: 0;
    margin-right: 24px;
    font-family: 'Hiragino Kaku Gothic Pro';
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #111111;
    background: #D9D9D9;
    border-radius: 6px;
    height: 39px;
    width: 163px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: none; }

.price-row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start; }

.price-row__left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start; }
  .price-row__left input {
    max-width: 320px; }
  .price-row__left span {
    font-family: 'Hiragino Kaku Gothic Pro';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #111111;
    display: inline-block;
    margin-left: 20px; }

.price-row__right {
  margin-left: 48px;
  display: flex; }
  .price-row__right .checkbox-content {
    margin: 0;
    margin-right: 24px; }

.box-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: -29px; }
  .box-row .box {
    width: calc(100% / 3);
    padding: 0 15px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 29px; }
    .box-row .box span {
      display: inline-block;
      white-space: nowrap; }
    .box-row .box input {
      max-width: 168px;
      margin: 0 8px; }

.form-btn .newitem_submit {
  margin-top: 0;
  margin-bottom: 18px; }
  .form-btn .newitem_submit input {
    border-color: #111111;
    background: #111111;
    border-radius: 2px;
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    width: 380px;
    height: 64px;
    margin-top: 0; }

.checkbox-wrap__update {
  margin-bottom: 60px; }

.step-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -45px; }
  .step-btn a, .step-btn button {
    border-color: #111111;
    background: #111111;
    border-radius: 2px;
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    width: 380px;
    height: 64px;
    margin: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .step-btn a img, .step-btn button img {
      margin: 0 15px; }

.class-test {
  width: 160px;
  height: 40px;
  border: 1px solid #111111;
  display: flex;
  align-items: center;
  position: relative;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #111111;
  display: flex;
  justify-content: center;
  cursor: pointer; }

.img-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 8px; }

.newmessagebox {
  margin-top: 12px; }

.name-update {
  font-size: 20px;
  color: #1e82d7;
  font-weight: 600;
  margin: 0; }

.subtext {
  margin-top: 15px;
  font-size: 15px; }

.scroll-inner {
  max-height: 908px;
  overflow-y: auto;
  margin-right: -60px;
  padding-right: 60px; }
  .scroll-inner::-webkit-scrollbar {
    width: 21px; }
  .scroll-inner::-webkit-scrollbar-track {
    background: rgba(217, 217, 217, 0.9); }
  .scroll-inner::-webkit-scrollbar-thumb {
    background: #FFFFFF;
    border: 5px solid transparent;
    background-clip: content-box; }
  .scroll-inner #bottom-focus {
    height: 0;
    opacity: 0; }

.maker-part {
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #111111;
  padding-bottom: 10px;
  border-bottom: 1px solid #111111;
  margin-bottom: 65px; }

.maker-inner {
  display: flex;
  margin: 0 -12px;
  margin-bottom: 100px; }

.maker-img {
  width: 48%;
  padding: 0 12px; }

.maker-info {
  width: 52%;
  padding: 0 12px; }

.maker-title {
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #111111;
  padding: 0 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #111111;
  margin-bottom: 15px; }

.maker-desc {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.05em;
  color: #111111;
  padding: 0 24px; }

.maker-info__item + .maker-info__item {
  margin-top: 55px; }

.new-arrivals {
  font-family: 'Hiragino Kaku Gothic Pro';
  font-weight: 600;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #FF0000;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 3px 8px;
  margin: 0 15px;
  display: inline-block;
  border: 1px solid; }

.news .recommended-person__title {
  margin-bottom: 0; }

.news-list {
  padding: 15px 0px 50px 0px; }

.news-list__item {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px dashed #333333; }

.news-item__title {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #111111; }
  .news-item__title span {
    display: inline-block;
    margin-left: 24px;
    margin-right: 16px;
    font-family: 'Garamond Premier Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.1em;
    color: #AEAEAE; }

.news-item__arrow {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .news-item__arrow a {
    display: inline-block;
    padding: 0 24px; }

.user-detail {
  background: #FFFFFF;
  border-radius: 10px;
  display: inline-block;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  padding: 10px 21px;
  margin-right: 64px; }

.name-tag-button {
  display: flex;
  align-items: center;
  border-top: 2px solid #111111;
  border-bottom: 2px solid #111111;
  height: 54px;
  padding: 5px 24px;
  margin-bottom: 48px; }
  .name-tag-button p {
    font-family: 'Shippori Mincho';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #111111; }
  .name-tag-button input[type="button"] {
    font-family: 'Hiragino Kaku Gothic Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #000000;
    width: 112px;
    height: 25px;
    cursor: pointer;
    margin-left: 18px !important; }

#wpbody-content .form-field img {
  max-width: 200px; }


  /*0209追記*/

.newmessage-item__link a{
  background: #FFFFFF;
    border-radius: 50px;
    font-style: normal;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #111111;
    width: 155px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newmessage-item__link{
  width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.form-group textarea.purpose{
  width: 100%;
    font-size: 14px;
    line-height: 100% !important;
    letter-spacing: 0.05em;
    padding: 15.6px 23px !important;
    border-style: none !important;
}

.maker-info__item a.textlink{
  text-decoration: underline;
  text-align: right;
  display: block;
  color: #476FBF;
}

p.message-subtext{
  color: #B3424A;
  font-size:13px;
}

#business_list{
  padding: 20px 20px 50px 20px;
  background: #F2F2ED;
  border-radius: 2px;
}

#business_list .search-company__row{
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px dashed #333333;
}

#business_list .search-company__row .search-company__column_title{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #111111;
}

#business_list .search-company__row .search-company__column_button{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#business_list .search-company__row .search-company__column_button a{
  background: #FFFFFF;
  border-radius: 50px;
  font-style: normal;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  color: #111111;
  width: 155px;
  height: 39px;
    padding: 12px;
}

#business_list .search-company__row .search-company__column_date{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#business_list .search-buyer__row{
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px dashed #333333;
}

#business_list .search-buyer__row .search-buyer__column_title{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #111111;
}

#business_list .search-buyer__row .search-buyer__column_button{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: none;
}

#business_list .search-buyer__row .search-buyer__column_button a{
  background: #FFFFFF;
  border-radius: 50px;
  font-style: normal;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  color: #111111;
  width: 155px;
  height: 39px;
    padding: 12px;
}

#business_list .search-buyer__row .search-buyer__column_date{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.maker-items{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.maker-items .item_box{
max-width:280px;
}
.maker-items .item_box img{
  max-height: 180px;
  }

.maker-items .item_box p{
  margin: 10px auto;
  font-size: 13px;
  text-align:center;
}

table.group-table{
  padding: 20px 20px 50px 20px;
    background: #F2F2ED;
    border-radius: 2px;
}
table.group-table td{
  width: 30%;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #111111;

  padding: 25px 0;
}
table.group-table tr>*:first-child{
  width: 25px!important;
}

table.group-table tr>*:nth-child(2) {
  text-align: left;
  font-weight: 600;
  width: 35%;
}
table.group-table td a{
  background: #FFFFFF;
  border-radius: 50px;
  font-style: normal;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  color: #111111;
  width: 165px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 110px;
}
.notification-submit{
  margin: 40px auto;
  width: 210px;
}

.search-title{
  font-family: 'Shippori Mincho';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: left;
  letter-spacing: 0.05em;
  color: #111111;
  margin-bottom: 15px;
}

.search-notice{
  text-align: center;
    font-size: 13px;
    margin: -10px 0 20px;
}
hr.dividingsearch{
  margin: 2em;
}

.form-check a{
  font-size: 14px;
}

span.icon-new{
  font-size: 10px;
    display: inline-block;
    width: 40px;
    margin-left: -24px;
    font-family: sans-serif;
    color: #f00;
}

@media screen and (max-width:768px) {
.footer-menu{
  display: block;
    width: 100%;
}
.footer-menu li + li {
  margin-left: 0px;
}
.footer-menu > li > a {
margin:10px 0;
}
.header-update__inner {
  display: block;
  padding: 0;
}
.header-left {
  width: 100%;
  padding: 0 20px;
  margin: 10px 0;
}
.header-right__top {
  justify-content: space-around;
}
.header-right__top li{
  width: 40%;
 }
.header-right__top li a {
  width: 100%;
 }
 #breadcrumbs_wrap{
  padding: 20px;
  max-width: 100%;
 }
 .footer-update__inner {
 display: block;
}
.footer-update__left{
  padding: 40px 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  border: none;
}
.footer-update__left > div {
  gap: 10px;
  margin: 20px 0;
}
.container{
  max-width: 100%;
  padding: 0 20px;
}
.buyer-sigup__inner {
  padding: 20px;
  margin: 0;
}
.form-group img[alt="CAPTCHA"] {
   width: 150px;
}
.form-submit {
  width: 100%;
}
.buyer-mypage__content {
  display: block;
}
.buyer-colection__list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
li.buyer-colection__item{
  width: 40%;
  text-align: center;
}
.buyer-colection__item + .buyer-colection__item .buyer-colection__link {
border:none;
}
.top-products__item {
  width: calc(100% / 2);
}
}



.sub-contents {
  display: none;
  position: absolute;
  top: 0;
  right: -16rem;
  width: 90%;
}

.menu__second-level li:hover > .sub-contents {
  display: block;
}

.sub-contents a{
  background:#eee;
}

