@charset "UTF-8";
/* --------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 LPページ用
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
-------------------------------------------------- */
/* 画面サイズが768px未満はここを読み込む */
/* stylelint-disable-next-line */
@media (max-width: 767.9px) {
  /* ------------------------------
    base SP
  ------------------------------ */
  html {
    background: #fff;
  }
  html.is-fixed {
    height: 100%;
    overflow: hidden;
  }
  body {
    box-sizing: border-box;
    color: #191919;
    font-family: "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
    font-size: 4.2666666667vw;
    font-weight: 400;
    line-height: 1.65;
    word-wrap: break-word;
    overflow-wrap: break-word;
    image-rendering: auto;
  }
  .is-fixed body {
    position: fixed;
    width: 100%;
  }
  *:focus-visible {
    border-radius: 4px;
    outline: 4px solid #17349c;
  }
  h1,
  h2,
  h3,
  p,
  ol,
  ul,
  li,
  dl,
  dt,
  dd {
    margin: 0;
    padding: 0;
  }
  img {
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    image-rendering: auto;
  }
  ul {
    list-style: none;
  }
  a {
    transition: 0.3s all;
    color: #191919;
    text-decoration: none;
  }
  button {
    transition: 0.3s all;
  }
  button:hover {
    cursor: pointer;
  }
  ::placeholder {
    color: #afafaf;
  }
  .only-pc {
    display: none !important;
  }
  .only-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    pointer-events: none;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
  }
  .main {
    flex: 1;
  }
  /* ------------------------------
    breadcrumb SP
  ------------------------------ */
  .breadcrumb {
    position: relative;
    border-top: 1px solid #dedede;
    background: #fff;
  }
  .breadcrumb__list {
    display: flex;
    box-sizing: border-box;
    margin-inline: auto;
    padding: 2.1333333333vw 5.3333333333vw;
    gap: 2.1333333333vw;
    overflow-x: auto;
    list-style-type: none;
  }
  .breadcrumb__item {
    display: flex;
    position: relative;
    align-items: center;
    color: #191919;
    font-size: 3.7333333333vw;
    white-space: nowrap;
    gap: 2.1333333333vw;
  }
  .breadcrumb__item::after {
    content: "";
    display: inline-block;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-top: -2px;
    background: url("../images/icon/black/ico_arrow_right.svg") no-repeat 0 0/100% 100%;
  }
  .breadcrumb__item:last-child::after {
    content: none;
  }
  .breadcrumb__link {
    transition: 0.3s all;
    color: #6e6e6e;
    font-size: 3.7333333333vw;
    text-decoration: none;
  }
  .breadcrumb__link:hover {
    color: #17349c;
  }
  .breadcrumb__item:first-child .breadcrumb__link {
    padding-left: 5.3333333333vw;
  }
  .breadcrumb__item:first-child .breadcrumb__link::before {
    content: "";
    position: absolute;
    top: 2.6666666667vw;
    left: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transition: 0.3s all;
    background: #535353;
    mask: url("../images/icon/black/ico_home.svg") no-repeat center center/contain;
  }
  .breadcrumb__item:first-child .breadcrumb__link:hover::before {
    background: #17349c;
  }
  /* ------------------------------
    button SP
  ------------------------------ */
  .button-primary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 2px;
    background: #e80b66;
    color: #fff;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .button-primary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary:hover {
    background: #ffe8f0;
  }
  .button-primary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 2px;
    background: #08b5ae;
    color: #fff;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .button-primary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-user:hover {
    background: #0b928c;
  }
  .button-primary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 2px;
    background: #17349c;
    color: #fff;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .button-primary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-owner:hover {
    background: #00215c;
  }
  .button-primary-owner--small {
    font-size: 4.2666666667vw;
  }
  .button-secondary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 2px;
    background: #fff;
    color: #e80b66;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e80b66;
  }
  .button-secondary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary::before {
    background: url("../images/icon/attention/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary:hover {
    border-color: #def2ef;
    background: #edfaf8;
  }
  .button-secondary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 2px;
    background: #fff;
    color: #08b5ae;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #08b5ae;
  }
  .button-secondary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user::before {
    background: url("../images/icon/user/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user:hover {
    border-color: #def2ef;
    background: #edfaf8;
  }
  .button-secondary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 2px;
    background: #fff;
    color: #17349c;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #17349c;
  }
  .button-secondary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner::before {
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner:hover {
    border-color: #aeb7ef;
    background: #edf3ff;
  }
  .button-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6.4vw;
    gap: 4.2666666667vw;
  }
  /* ------------------------------
    footer SP
  ------------------------------ */
  #sell-commissions .footer__button-box {
    display: flex;
    justify-content: center;
    margin-top: 4.2666666667vw;
  }
  #sell-commissions .footer__copyright {
    display: block;
    padding: 4.2666666667vw 5.3333333333vw;
    background: #08b5ae;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
  }
  #sell-commissions .footer-top__link {
    display: block;
    text-decoration: none;
  }
  #sell-commissions .footer-top__image-area {
    position: relative;
    height: 58.6666666667vw;
    background: linear-gradient(rgba(23, 52, 156, 0.5), rgba(23, 52, 156, 0.5)), url("../images/bg_footer_sp.webp") no-repeat center/cover;
  }
  #sell-commissions .footer-top__image {
    position: absolute;
    top: 8.5333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #sell-commissions .footer-top__image img {
    width: 34.6666666667vw;
    height: 67.7333333333vw;
  }
  #sell-commissions .footer-top__list {
    display: none;
  }
  #sell-commissions .footer-top__text {
    margin: 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  #sell-commissions .footer-top__copy-area {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 8.5333333333vw 5.3333333333vw;
    background: #edf3ff;
  }
  #sell-commissions .footer-top__copy {
    margin: 0;
    color: #191919;
    font-size: 5.8666666667vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  #sell-commissions .footer-top__copy-sub {
    display: block;
  }
  #sell-commissions .footer-top__button-box {
    width: 100%;
    margin-top: 4.2666666667vw;
  }
  #sell-commissions .footer-top__button {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    padding: 4.8vw 8.5333333333vw 4.2666666667vw;
    background: #17349c;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  #sell-commissions .footer-top__button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  #sell-commissions .footer-bottom {
    position: relative;
    background: #fff;
  }
  #sell-commissions .footer-bottom--bg {
    background: #f6f6f6;
  }
  #sell-commissions .footer-bottom__inner {
    padding: 8.5333333333vw 5.3333333333vw;
  }
  #sell-commissions .footer-bottom__text {
    margin: 0;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  #sell-commissions .footer-bottom__text:last-child {
    margin-bottom: 0;
  }
  #sell-commissions .footer-sns {
    margin-bottom: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    border-bottom: 1px solid #dedede;
  }
  #sell-commissions .footer-sns__title {
    margin: 0 0 4.2666666667vw;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  #sell-commissions .footer-sns__list {
    display: flex;
    justify-content: center;
    gap: 6.4vw;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #sell-commissions .footer-sns__link {
    display: block;
    width: 6.4vw;
  }
  #sell-commissions .footer-sns__link img {
    width: 100%;
    height: auto;
  }
  #sell-commissions .footer-sns__link-hover {
    display: none;
  }
  #sell-commissions .footer-nav {
    margin-bottom: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
  #sell-commissions .footer-nav__title {
    margin: 0 0 4.2666666667vw;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
  }
  #sell-commissions .footer-nav__list {
    display: flex;
    flex-direction: column;
    gap: 4.2666666667vw;
    margin: 0 0 8.5333333333vw;
    padding: 0;
    list-style-type: none;
  }
  #sell-commissions .footer-nav__link {
    position: relative;
    padding-right: 5.3333333333vw;
    color: #191919;
    text-decoration: none;
  }
  #sell-commissions .footer-nav__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/black/ico_arrow_right.svg") no-repeat center center/contain;
  }
  #sell-commissions .footer-link {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 8.5333333333vw 0;
    list-style-type: none;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    gap: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  #sell-commissions .footer-link__link {
    position: relative;
    padding-right: 5.3333333333vw;
    color: #191919;
    text-decoration: none;
  }
  #sell-commissions .footer-link__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/black/ico_arrow_right.svg") no-repeat center center/contain;
  }
  #sell-commissions .footer-page-top {
    background: #edf3ff;
    text-align: center;
  }
  #sell-commissions .footer-page-top__link {
    display: inline-block;
    padding: 2.1333333333vw 4.2666666667vw 2.1333333333vw 10.6666666667vw;
    border-radius: 10px 10px 0 0;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    color: #191919;
    text-decoration: none;
    font-size: 3.7333333333vw;
  }
  #sell-commissions .footer-page-top__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4.2666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    transform: translateY(-50%);
    background: url("../images/icon/black/ico_arrow_up.svg") no-repeat center center/contain;
  }
  /* ------------------------------
    header PC
  ------------------------------ */
  #sell-commissions .header {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  }
  #sell-commissions .header__inner {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 14.1333333333vw;
    padding: 2.1333333333vw 5.3333333333vw;
    gap: 2.6666666667vw;
  }
  #sell-commissions .header__logo {
    display: block;
    width: 28.2666666667vw;
  }
  #sell-commissions .header__logo img {
    width: 100%;
    height: auto;
  }
  #sell-commissions .header__name {
    display: inline-flex;
    align-items: center;
    margin: 0 0 0 auto;
    font-size: 3.2vw;
    line-height: 1.5;
    gap: 1.0666666667vw;
  }
  #sell-commissions .header__name::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background: url("../images/icon/black/ico_person.svg") no-repeat center center/contain;
  }
  #sell-commissions .header__name span {
    font-weight: 700;
  }
  #sell-commissions .header-nav__button {
    display: none;
    position: relative;
    width: 10.6666666667vw;
    padding: 5.8666666667vw 0 0;
    border: 0;
    background: transparent;
    color: #191919;
    font-size: 2.6666666667vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  #sell-commissions .header-nav__button.is-show {
    display: block;
  }
  #sell-commissions .header-nav__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    transform: translateX(-50%);
    background: url("../images/icon/black/ico_close.svg") no-repeat center center/100% 100%;
  }
  #sell-commissions .header-nav__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 2.1333333333vw;
  }
  #sell-commissions .header-nav:has(> .is-show) .header-nav__item {
    display: none;
  }
  #sell-commissions .header-nav:has(> .is-show) .header-nav__item:has(> .is-open) {
    display: block;
  }
  #sell-commissions .header-nav__link {
    display: block;
    position: relative;
    width: 10.6666666667vw;
    padding: 5.8666666667vw 0 0;
    border: 0;
    background: transparent;
    color: #191919;
    font-size: 2.6666666667vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  #sell-commissions .header-nav:has(> .is-show) .header-nav__link {
    display: none;
  }
  #sell-commissions .header-nav__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
  #sell-commissions .header-nav__link--search::before {
    background-image: url("../images/icon/black/ico_search.svg");
  }
  #sell-commissions .header-nav__link--login::before {
    background-image: url("../images/icon/black/ico_login.svg");
  }
  #sell-commissions .header-nav__link--menu::before {
    background-image: url("../images/icon/black/ico_menu.svg");
  }
  #sell-commissions .header-nav__open span {
    position: absolute;
    top: 0;
    right: 2.1333333333vw;
    box-sizing: border-box;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #ed2769;
    font-size: 0;
  }
  #sell-commissions .header-nav__close {
    display: none;
  }
  #sell-commissions .header-overlay {
    display: none !important;
  }
  #sell-commissions .header-menu {
    display: none;
    position: fixed;
    z-index: 6;
    top: 14.1333333333vw;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-height: calc(100svh - 53px);
    overflow-y: auto;
    transform: translateX(100%);
    transition: 0.3s all;
    background: #f6f6f6;
  }
  #sell-commissions .header-menu.is-open {
    transform: translateX(0);
  }
  #sell-commissions .header-search__head {
    margin-bottom: 4.2666666667vw;
    padding: 2.1333333333vw 5.3333333333vw 6.4vw;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }
  #sell-commissions .header-search-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #sell-commissions .header-search-list__item {
    margin-bottom: 4.2666666667vw;
    padding: 6.4vw 5.3333333333vw;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }
  #sell-commissions .header-search-list__item:last-child {
    margin-bottom: 0;
  }
  #sell-commissions .header-search-list__toggle {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #191919;
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
  }
  #sell-commissions .header-search-list__toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4.8vw;
    height: 2px;
    transform: translateY(-50%);
    border-radius: 2px;
    background: #191919;
  }
  #sell-commissions .header-search-list__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.8666666667vw;
    width: 2px;
    height: 4.8vw;
    transform: translateY(-50%);
    transition: 0.3s all;
    border-radius: 2px;
    background: #191919;
  }
  #sell-commissions .header-search-list__item.is-open .header-search-list__toggle::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  #sell-commissions .header-search-list__panel {
    display: none;
    padding: 4.2666666667vw 0 0 4.2666666667vw;
  }
  #sell-commissions .header-search-child-list {
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style-type: none;
    gap: 4.2666666667vw;
  }
  #sell-commissions .header-search-child-list__link {
    display: block;
    position: relative;
    padding-right: 6.9333333333vw;
    transition: 0.3s all;
    color: #191919;
    text-decoration: none;
  }
  #sell-commissions .header-search-child-list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/main/ico_arrow_right.svg") no-repeat center center/contain;
  }
  #sell-commissions .header-account__inner {
    margin-bottom: 4.2666666667vw;
    padding: 2.1333333333vw 5.3333333333vw 6.4vw;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }
  #sell-commissions .header-account__name {
    position: relative;
    margin: 0 0 4.2666666667vw;
    padding: 0 0 4.2666666667vw 7.4666666667vw;
    border-bottom: 1px solid #dedede;
  }
  #sell-commissions .header-account__name::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background: url("../images/icon/main/ico_person.svg") no-repeat center center/contain;
  }
  #sell-commissions .header-account__name span {
    margin-right: 1.0666666667vw;
    font-weight: 700;
  }
  #sell-commissions .header-account-list {
    display: flex;
    flex-direction: column;
    margin: 0 0 4.2666666667vw;
    padding: 0;
    list-style-type: none;
    gap: 4.2666666667vw;
    background: #fff;
  }
  #sell-commissions .header-account-list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  #sell-commissions .header-account-list__link {
    display: inline-flex;
    position: relative;
    align-items: center;
    padding-left: 7.4666666667vw;
    color: #191919;
    gap: 1.0666666667vw;
    text-decoration: none;
  }
  #sell-commissions .header-account-list__link::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
  #sell-commissions .header-account-list__link--top::before {
    background-image: url("../images/icon/main/ico_home.svg");
  }
  #sell-commissions .header-account-list__link--ticket::before {
    background-image: url("../images/icon/main/ico_qr.svg");
  }
  #sell-commissions .header-account-list__link--history::before {
    background-image: url("../images/icon/main/ico_history.svg");
  }
  #sell-commissions .header-account-list__link--favorite::before {
    background-image: url("../images/icon/main/ico_favorite.svg");
  }
  #sell-commissions .header-account-list__link--news::before {
    background-image: url("../images/icon/main/ico_notifications.svg");
  }
  #sell-commissions .header-account-list__link--inquiry::before {
    background-image: url("../images/icon/main/ico_chat.svg");
  }
  #sell-commissions .header-account-list__link--setting::before {
    background-image: url("../images/icon/main/ico_setting.svg");
  }
  #sell-commissions .header-account-list__link--mail::before {
    background-image: url("../images/icon/main/ico_mail_close.svg");
  }
  #sell-commissions .header-account-list__link--login-history::before {
    background-image: url("../images/icon/main/ico_lock.svg");
  }
  #sell-commissions .header-account-list__number {
    padding: 0.8vw 1.6vw;
    border-radius: 100px;
    background: #ed2769;
    color: #fff;
    font-size: 2.6666666667vw;
    font-weight: 700;
    line-height: 1.35;
  }
  #sell-commissions .header-account-logout {
    padding: 0 5.3333333333vw;
  }
  #sell-commissions .header-account-logout__link {
    display: inline-block;
    position: relative;
    padding: 0 0 0 7.4666666667vw;
    border: 0;
    background: transparent;
    color: #191919;
    line-height: 1.65;
    text-decoration: none;
  }
  #sell-commissions .header-account-logout__link::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background: url("../images/icon/main/ico_logout.svg") no-repeat center center/100% 100%;
  }
  #sell-commissions .header-top {
    display: flex;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: center;
    height: 17.0666666667vw;
    padding-top: 3.2vw;
    overflow: hidden;
  }
  #sell-commissions .header-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    width: 118.9333333333vw;
    height: 99.4666666667vw;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #fff;
  }
  #sell-commissions .header-top__logo {
    display: block;
    width: 40vw;
  }
  #sell-commissions .header-top__logo img {
    width: 100%;
    height: auto;
  }
  /* ------------------------------
    heading SP
  ------------------------------ */
  .heading {
    font-size: 5.8666666667vw;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
  }
  .heading::after {
    content: "";
    display: block;
    height: 2px;
    width: 12vw;
    margin: 2.1333333333vw auto 0;
    background: #17349c;
  }
  .heading__en {
    display: block;
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .heading02 {
    font-size: 5.3333333333vw;
  }
  /* ------------------------------
    hero SP
  ------------------------------ */
  .hero {
    padding: 6.4vw 5.3333333333vw 17.0666666667vw;
    overflow: hidden;
    background: url("../images/bg_hero_sp.webp") no-repeat center center/cover;
  }
  .hero__inner {
    margin-inline: -5.3333333333vw;
  }
  .hero__contents {
    display: grid;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: 1fr 20.8vw;
    grid-template-rows: auto 1fr;
    gap: 8vw 3.2vw;
    margin: 0 5.3333333333vw -20px;
  }
  .hero__image {
    position: absolute;
    right: 0;
    bottom: -21.3333333333vw;
    width: 20.8vw;
  }
  .hero__image img {
    height: auto;
  }
  .hero__box {
    position: relative;
    z-index: 1;
    grid-column: 1/3;
    grid-row: 1/2;
    padding-block: 8.5333333333vw;
    color: #fff;
  }
  .hero__box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -5.3333333333vw;
    bottom: 0;
    left: -5.3333333333vw;
    background: rgba(50, 97, 122, 0.8);
  }
  .hero__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 8vw;
    text-align: center;
  }
  .hero__headline-small {
    display: inline-block;
    margin-left: 8px;
    font-size: 6.4vw;
  }
  .hero__lead {
    font-weight: 700;
    text-align: center;
  }
  .hero__lead-text::before, .hero__lead-text::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 33px;
    margin-bottom: -10px;
    background: url("../images/img_hero.svg") no-repeat center center/contain;
  }
  .hero__lead-text::before {
    margin-right: 8px;
  }
  .hero__lead-text::after {
    margin-left: 8px;
    transform: scale(-1, 1);
  }
  .hero__lead-emph {
    display: inline-block;
    margin-inline: 4px;
    padding: 2px 16px;
    background: #ffe454;
    color: #17349c;
    font-size: 5.8666666667vw;
    line-height: 1.5;
  }
  .hero__button-box {
    display: flex;
    grid-column: 1/2;
    grid-row: 2/3;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.2666666667vw;
  }
  .hero__button {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1.3333333333vw 2.1333333333vw 1.0666666667vw;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 50vh;
    background: #fff;
    color: #064160;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .hero__button::after {
    content: "";
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 0 -2px 1.0666666667vw;
    background: url("../images/icon/owner/ico_arrow_down.svg") no-repeat center center/contain;
  }
  .hero__button--secondary {
    border-color: #17349c;
    background: #fff;
    color: #17349c;
  }
  .hero__button--secondary::before {
    background-image: url("../images/icon/owner/ico_arrow_right.svg");
  }
  .hero__achievements {
    display: flex;
    position: absolute;
    top: -72px;
    right: -40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    background: url("../images/top/bg_achievements.svg") no-repeat center center/cover;
    color: #fff;
    font-weight: 700;
  }
  .hero__achievements-title {
    position: relative;
    font-size: 3.7333333333vw;
  }
  .hero__achievements-title::before, .hero__achievements-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 14px;
    border-radius: 50vh;
    background: #fff;
  }
  .hero__achievements-title::before {
    left: -8px;
    transform: translateY(-50%) rotate(-25deg);
    transform-origin: left;
  }
  .hero__achievements-title::after {
    right: -8px;
    transform: translateY(-50%) rotate(25deg);
    transform-origin: right;
  }
  .hero__achievements-num {
    font-size: 4.8vw;
  }
  .hero__achievements-num span {
    display: inline-block;
    margin: 0 4px;
    font-size: 34px;
    line-height: 1;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.18);
  }
  /* ------------------------------
    layout SP
  ------------------------------ */
  .ly-section {
    margin: 0;
    padding: 17.0666666667vw 5.3333333333vw;
    background: #fff;
  }
  /* ------------------------------
    owner SP
  ------------------------------ */
  .owner-price-box {
    display: flex;
    gap: 2.1333333333vw;
    margin-top: 8.5333333333vw;
  }
  .owner-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-weight: 700;
  }
  .owner-price__sub-text {
    font-size: 3.7333333333vw;
  }
  .owner-price__text {
    color: #e80b66;
    font-size: 5.3333333333vw;
    text-decoration: underline;
    text-decoration-color: #ffeb7f;
    text-decoration-thickness: 12px;
    text-underline-offset: -5px;
    text-decoration-skip-ink: none;
  }
  .owner-price__icon {
    position: relative;
    width: 13.3333333333vw;
    margin-top: 4.2666666667vw;
  }
  .owner-price__tag {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: -5.3333333333vw;
    right: -8vw;
    width: 11.2vw;
    height: 11.2vw;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #e80b66;
    color: #fff;
  }
  .owner-price__tag span {
    display: inline-block;
    margin-left: 2px;
    font-size: 26px;
  }
  .owner-commission-box {
    margin-top: 10.6666666667vw;
    text-align: center;
  }
  .owner-commission {
    margin-top: 10.6666666667vw;
    font-weight: 700;
  }
  .owner-commission:first-child {
    margin-top: 0;
  }
  .owner-commission__title {
    font-size: 5.8666666667vw;
    text-align: center;
  }
  .owner-commission__title span::before, .owner-commission__title span::after {
    content: "";
    display: inline-block;
    margin-bottom: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 2px;
    background: #17349c;
  }
  .owner-commission__title span::before {
    margin-right: 2.1333333333vw;
  }
  .owner-commission__title span::after {
    margin-left: 2.1333333333vw;
  }
  .owner-commission__box {
    color: #17349c;
    font-size: 6.9333333333vw;
    line-height: 1.35;
    text-decoration: underline;
    text-decoration-color: #ffeb7f;
    text-decoration-thickness: 12px;
    text-underline-offset: -5px;
    text-decoration-skip-ink: none;
  }
  .owner-commission__box--small {
    font-size: 6.4vw;
  }
  .owner-commission__sub {
    font-size: 20px;
  }
  .owner-commission__emph {
    color: #e80b66;
    line-height: 1.35;
    font-size: 13.8666666667vw;
  }
  .owner-commission__slash {
    font-size: 12.2666666667vw;
    font-weight: 400;
  }
  .owner-case {
    margin-top: 60px;
  }
  .owner-case__heading {
    font-size: 5.8666666667vw;
    text-align: center;
  }
  .owner-case-table {
    width: 100%;
    margin-top: 24px;
    background: #fff;
    font-size: 3.7333333333vw;
    text-align: center;
  }
  .owner-case-table__title, .owner-case-table__data {
    padding: 8px;
    line-height: 1.35;
  }
  .owner-case-table__title:first-child, .owner-case-table__data:first-child {
    border: 1px solid #f6f6f6;
    font-weight: 400;
  }
  .owner-case-table__title:nth-child(2), .owner-case-table__data:nth-child(2) {
    background: #f6f6f6;
    font-weight: 700;
  }
  .owner-case-table__title:last-child, .owner-case-table__data:last-child {
    background: #ffe8f0;
    color: #e80b66;
    font-weight: 700;
  }
  .owner-case-table__title span, .owner-case-table__data span {
    display: block;
    font-size: 3.2vw;
  }
  tr:first-child .owner-case-table__title, tr:first-child .owner-case-table__data {
    border: 0;
    font-size: 3.2vw;
    font-weight: 400;
  }
  tr:last-child .owner-case-table__title, tr:last-child .owner-case-table__data {
    font-size: 4.8vw;
    font-weight: 700;
  }
  .owner-case-table__image {
    width: 90px;
    margin-inline: auto;
  }
  .owner-case-message {
    position: relative;
    margin-top: 48px;
    padding: 20px;
    border-radius: 8px;
    background: #ffe8f0;
    text-align: center;
  }
  .owner-case-message::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 50%;
    width: 32px;
    height: 24px;
    background: #e80b66;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .owner-case-message__image {
    display: inline-block;
    width: 120px;
  }
  .owner-case-message__emph {
    color: #e80b66;
    font-size: 5.8666666667vw;
    font-weight: 700;
  }
  .owner-case-message__sub-emph {
    font-size: 4.8vw;
    font-weight: 700;
  }
  .owner-payment {
    margin-top: 10.6666666667vw;
  }
  .owner-payment__table-block {
    margin-top: 8.5333333333vw;
  }
  .owner-payment__table-box {
    margin-top: 8.5333333333vw;
  }
  .owner-payment__table-box:first-child {
    margin-top: 0;
  }
  .owner-payment__table-title {
    font-size: 4.8vw;
    font-weight: 700;
  }
  .owner-payment-table {
    width: 100%;
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  .owner-payment-table__title {
    width: 21.3333333333vw;
    color: #fff;
    background: #17349c;
    font-weight: 700;
  }
  .owner-payment-table__data {
    padding: 2.1333333333vw;
    background: #edf3ff;
    font-weight: 700;
  }
  .owner-payment-list {
    margin-top: 2.1333333333vw;
  }
  .owner-payment-list__item::before {
    content: "・";
  }
  /* ------------------------------
    text SP
  ------------------------------ */
  .text {
    margin: 4.2666666667vw 0 0;
  }
  .text:first-child {
    margin-top: 0;
  }
  .text--far {
    margin-top: 8.5333333333vw;
  }
  .text--close {
    margin-top: 2.1333333333vw;
  }
  .text-note {
    margin: 2.1333333333vw 0 0;
    padding-left: 1.2em;
    color: #535353;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.35;
    text-indent: -1.2em;
  }
  .text-note:first-child {
    margin-bottom: 0;
  }
  .text-note::before {
    content: "※";
    margin-right: 0.2em;
  }
  /* ------------------------------
    user SP
  ------------------------------ */
  .user {
    background: #edf3ff;
  }
  .user__section {
    padding: 32px 24px;
    margin-top: 40px;
    border-radius: 8px;
    background: #fff;
  }
  .user__sub-section {
    margin-top: 16px;
  }
  .user__sub-section--far {
    margin-top: 32px;
  }
  .user-system {
    display: flex;
    gap: 1.0666666667vw;
    align-items: flex-end;
    justify-content: center;
    margin-top: 1.0666666667vw;
    color: #17349c;
  }
  .user-system__box {
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: underline;
    text-decoration-color: #ffeb7f;
    text-decoration-thickness: 12px;
    text-underline-offset: -5px;
    text-decoration-skip-ink: none;
  }
  .user-system__emph {
    color: #e80b66;
    font-size: 10.6666666667vw;
  }
  .user-system__text {
    display: inline-block;
    margin-bottom: 2.1333333333vw;
  }
  .user-commission-table {
    width: 100%;
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  .user-commission-table__title {
    padding: 2.1333333333vw;
    background: #17349c;
    color: #fff;
  }
  .user-commission-table__data {
    padding: 2.1333333333vw;
    background: #edf3ff;
    font-weight: 700;
    text-align: center;
  }
  .user-link {
    display: block;
    position: relative;
    margin-top: 2.1333333333vw;
    padding-right: 6.4vw;
    color: #17349c;
    text-align: right;
    text-decoration: underline;
  }
  .user-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  /* ------------------------------
    icon PC
  ------------------------------ */
  [class^=icon-] {
    flex-shrink: 0;
    font-size: 0;
  }
  .icon-blank {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transition: 0.3s all;
    background: #17349c;
    mask: url("../images/icon/owner/ico_blank.svg") no-repeat center center/contain;
    font-size: 0;
    vertical-align: text-top;
  }
  .text-link:hover .icon-blank {
    background: #17349c;
  }
  .text-link-inline:hover .icon-blank {
    background: #17349c;
  }
}
/* 画面サイズが768px以上はここを読み込む */
@media (768px <= width) {
  /* ------------------------------
    base PC
  ------------------------------ */
  html {
    background: #fff;
  }
  html.is-fixed {
    height: 100%;
    overflow-y: scroll;
  }
  body {
    box-sizing: border-box;
    color: #191919;
    font-family: "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
    image-rendering: auto;
  }
  .is-fixed body {
    position: fixed;
    width: 100%;
  }
  *:focus-visible {
    border-radius: 4px;
    outline: 4px solid #17349c;
  }
  h1,
  h2,
  h3,
  p,
  ol,
  ul,
  li,
  dl,
  dt,
  dd {
    margin: 0;
    padding: 0;
  }
  img {
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    image-rendering: auto;
  }
  ul {
    list-style: none;
  }
  a {
    transition: 0.3s all;
    color: #191919;
    text-decoration: none;
  }
  button {
    transition: 0.3s all;
  }
  button:hover {
    cursor: pointer;
  }
  ::placeholder {
    color: #afafaf;
  }
  .only-sp {
    display: none !important;
  }
  .only-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    pointer-events: none;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .main {
    flex: 1;
  }
  /* ------------------------------
    breadcrumb PC
  ------------------------------ */
  .breadcrumb {
    position: relative;
    border-top: 1px solid #dedede;
    background: #fff;
  }
  .breadcrumb__list {
    display: flex;
    box-sizing: border-box;
    max-width: calc(1100px + 80px);
    margin: 0 auto;
    padding: 8px 40px;
    gap: 8px;
    overflow-x: auto;
    list-style-type: none;
  }
  .breadcrumb__item {
    display: flex;
    position: relative;
    align-items: center;
    color: #191919;
    font-size: 14px;
    white-space: nowrap;
    gap: 8px;
  }
  .breadcrumb__item::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -2px;
    background: url("../images/icon/black/ico_arrow_right.svg") no-repeat 0 0/100% 100%;
  }
  .breadcrumb__item:last-child::after {
    content: none;
  }
  .breadcrumb__link {
    transition: 0.3s all;
    color: #6e6e6e;
    font-size: 14px;
    text-decoration: none;
  }
  .breadcrumb__link:hover {
    color: #08b5ae;
  }
  .breadcrumb__item:first-child .breadcrumb__link {
    padding-left: 20px;
  }
  .breadcrumb__item:first-child .breadcrumb__link::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    transition: 0.3s all;
    background: #535353;
    mask: url("../images/icon/black/ico_home.svg") no-repeat center center/contain;
  }
  .breadcrumb__item:first-child .breadcrumb__link:hover::before {
    background: #08b5ae;
  }
  /* ------------------------------
    button PC
  ------------------------------ */
  .button-primary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #e80b66;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
  }
  .button-primary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary:hover::before {
    right: 12px;
  }
  .button-primary:hover {
    background: #ffe8f0;
  }
  .button-primary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #08b5ae;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
  }
  .button-primary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-user:hover::before {
    right: 12px;
  }
  .button-primary-user:hover {
    background: #0b928c;
  }
  .button-primary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #17349c;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
  }
  .button-primary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-owner:hover::before {
    right: 12px;
  }
  .button-primary-owner:hover {
    background: #00215c;
  }
  .button-primary-owner--small {
    font-size: 16px;
  }
  .button-secondary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    color: #e80b66;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
    border: 1px solid #e80b66;
  }
  .button-secondary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary:hover::before {
    right: 12px;
  }
  .button-secondary::before {
    background: url("../images/icon/attention/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary:hover {
    border-color: #def2ef;
    background: #edfaf8;
  }
  .button-secondary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    color: #08b5ae;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
    border: 1px solid #08b5ae;
  }
  .button-secondary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user:hover::before {
    right: 12px;
  }
  .button-secondary-user::before {
    background: url("../images/icon/user/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user:hover {
    border-color: #def2ef;
    background: #edfaf8;
  }
  .button-secondary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    color: #17349c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
    border: 1px solid #17349c;
  }
  .button-secondary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner:hover::before {
    right: 12px;
  }
  .button-secondary-owner::before {
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner:hover {
    border-color: #aeb7ef;
    background: #edf3ff;
  }
  .button-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 32px;
    gap: 24px;
  }
  .button-box--close {
    margin-top: 24px;
  }
  /* ------------------------------
    footer PC
  ------------------------------ */
  #sell-commissions .footer__button-box {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  #sell-commissions .footer__copyright {
    display: block;
    padding: 8px 60px;
    background: #08b5ae;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  #sell-commissions .footer-top__link {
    display: block;
    text-decoration: none;
  }
  #sell-commissions .footer-top__image-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 40px 40px;
    background: linear-gradient(rgba(23, 52, 156, 0.5), rgba(23, 52, 156, 0.5)), url("../images/bg_footer_pc.webp") no-repeat center/cover;
  }
  #sell-commissions .footer-top__image {
    flex-shrink: 0;
  }
  #sell-commissions .footer-top__image img {
    width: 142px;
    height: 280px;
  }
  #sell-commissions .footer-top__list {
    display: flex;
    flex: 1;
    max-width: 640px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #sell-commissions .footer-top__item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 30px;
    border-left: 1px solid #fff;
  }
  #sell-commissions .footer-top__item:first-child {
    border-left: 0;
  }
  #sell-commissions .footer-top__icon {
    width: 80px;
    height: 80px;
  }
  #sell-commissions .footer-top__text {
    margin: 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  #sell-commissions .footer-top__copy-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    background: #edf3ff;
  }
  #sell-commissions .footer-top__copy {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  #sell-commissions .footer-top__copy span {
    display: block;
    font-size: 30px;
  }
  #sell-commissions .footer-top__button-box {
    margin-top: 16px;
  }
  #sell-commissions .footer-top__button {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 350px;
    min-height: 60px;
    padding: 18px 32px 16px;
    transition: 0.3s all;
    border-radius: 2px;
    background: #17349c;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  #sell-commissions .footer-top__button:hover {
    background: #00215c;
  }
  #sell-commissions .footer-top__button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  #sell-commissions .footer-bottom {
    position: relative;
    background: #fff;
  }
  #sell-commissions .footer-bottom--bg {
    background: #f6f6f6;
  }
  #sell-commissions .footer-bottom__inner {
    box-sizing: border-box;
    max-width: calc(1100px + 80px);
    margin-inline: auto;
    padding: 40px;
  }
  #sell-commissions .footer-bottom__text {
    margin: 0;
    font-size: 14px;
    text-align: center;
  }
  #sell-commissions .footer-sns {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #afafaf;
  }
  #sell-commissions .footer-sns__title {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  #sell-commissions .footer-sns__list {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 24px;
  }
  #sell-commissions .footer-sns__link {
    display: block;
    position: relative;
    width: 30px;
  }
  #sell-commissions .footer-sns__link img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.3s all;
  }
  #sell-commissions .footer-sns__link:hover img {
    opacity: 0;
  }
  #sell-commissions .footer-sns__link:hover .footer-sns__link-hover {
    opacity: 1;
  }
  #sell-commissions .footer-sns__link-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  #sell-commissions .footer-nav__title {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  #sell-commissions .footer-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 40px;
    padding: 0;
    padding-bottom: 40px;
    list-style-type: none;
    border-bottom: 1px dashed #afafaf;
    gap: 16px 40px;
  }
  #sell-commissions .footer-nav__link {
    position: relative;
    padding-right: 28px;
    transition: 0.3s all;
    color: #191919;
    text-decoration: none;
  }
  #sell-commissions .footer-nav__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: #191919;
    mask: url("../images/icon/black/ico_arrow_right.svg") no-repeat center center/contain;
  }
  #sell-commissions .footer-nav__link:hover {
    color: #08b5ae;
    text-decoration: underline;
  }
  #sell-commissions .footer-nav__link:hover::before {
    right: -4px;
    background: #08b5ae;
  }
  #sell-commissions .footer-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 40px;
    padding: 0 0 40px;
    list-style-type: none;
    border-bottom: 1px dashed #afafaf;
    gap: 16px 40px;
  }
  #sell-commissions .footer-link__link {
    position: relative;
    padding-right: 28px;
    transition: 0.3s all;
    color: #191919;
    text-decoration: none;
  }
  #sell-commissions .footer-link__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: #191919;
    mask: url("../images/icon/black/ico_arrow_right.svg") no-repeat center center/contain;
  }
  #sell-commissions .footer-link__link:hover {
    color: #08b5ae;
    text-decoration: underline;
  }
  #sell-commissions .footer-link__link:hover::before {
    right: -4px;
    background: #08b5ae;
  }
  .footer-page-top {
    background: #edf3ff;
    text-align: center;
  }
  .footer-page-top__link {
    position: relative;
    display: inline-block;
    padding: 12px 24px 12px 48px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    color: #191919;
    text-decoration: none;
    font-size: 14px;
  }
  .footer-page-top__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/black/ico_arrow_up.svg") no-repeat center center/contain;
  }
  .footer-page-top__link:hover {
    background: #edfaf8;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    text-decoration: underline;
  }
  .footer-page-top__link:hover::before {
    top: calc(50% - 2px);
  }
  /* ------------------------------
    header PC
  ------------------------------ */
  /* ------------------------------
    heading PC
  ------------------------------ */
  .heading {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
  }
  .heading::after {
    content: "";
    display: block;
    height: 2px;
    width: 45px;
    margin: 8px auto 0;
    background: #17349c;
  }
  .heading__en {
    display: block;
    font-size: 16px;
    text-align: center;
  }
  .heading02 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
  }
  /* ------------------------------
    hero PC
  ------------------------------ */
  .hero {
    padding: 120px 0 84px;
    overflow: hidden;
    background: url("../images/bg_hero.webp") no-repeat center center/cover;
  }
  .hero__inner {
    display: flex;
    justify-content: center;
    padding: 45px 24px 0;
    background: rgba(50, 97, 122, 0.5);
  }
  .hero__contents {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 220px;
    grid-template-rows: auto 1fr;
    gap: 32px 46px;
    max-width: 914px;
    margin-bottom: -20px;
  }
  .hero__image {
    position: absolute;
    top: 10px;
    right: 0;
    grid-column: 2/3;
    grid-row: 1/3;
    width: 220px;
  }
  .hero__image source {
    width: 100%;
  }
  .hero__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
  }
  .hero__headline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 4px;
    font-size: 50px;
    text-align: center;
    word-break: keep-all;
  }
  .hero__headline-small {
    display: inline-block;
    margin-left: 8px;
    font-size: 32px;
  }
  .hero__lead {
    font-size: 22px;
    font-weight: 700;
  }
  .hero__lead-text::before, .hero__lead-text::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 33px;
    margin-bottom: -10px;
    background: url("../images/img_hero.svg") no-repeat center center/contain;
  }
  .hero__lead-text::before {
    margin-right: 8px;
  }
  .hero__lead-text::after {
    margin-left: 8px;
    transform: scale(-1, 1);
  }
  .hero__lead-emph {
    display: inline-block;
    margin-inline: 4px;
    padding: 2px 16px;
    background: #ffe454;
    color: #17349c;
    font-size: 28px;
    line-height: 1.5;
  }
  .hero__button-box {
    display: flex;
    grid-column: 1/2;
    grid-row: 2/3;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 32px;
  }
  .hero__button {
    position: relative;
    box-sizing: border-box;
    width: 308px;
    padding: 6px 16px 5px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 50vh;
    background: #fff;
    color: #064160;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .hero__button::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 0 -2px 8px;
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_down.svg") no-repeat center center/contain;
  }
  .hero__button:hover::after {
    transform: translateY(4px);
  }
  .hero__achievements {
    display: flex;
    position: absolute;
    top: -72px;
    right: -40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    background: url("../images/top/bg_achievements.svg") no-repeat center center/cover;
    color: #fff;
    font-weight: 700;
  }
  .hero__achievements-title {
    position: relative;
    font-size: 14px;
  }
  .hero__achievements-title::before, .hero__achievements-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 14px;
    border-radius: 50vh;
    background: #fff;
  }
  .hero__achievements-title::before {
    left: -8px;
    transform: translateY(-50%) rotate(-25deg);
    transform-origin: left;
  }
  .hero__achievements-title::after {
    right: -8px;
    transform: translateY(-50%) rotate(25deg);
    transform-origin: right;
  }
  .hero__achievements-num {
    font-size: 18px;
  }
  .hero__achievements-num span {
    display: inline-block;
    margin: 0 4px;
    font-size: 34px;
    line-height: 1;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.18);
  }
  /* ------------------------------
    layout PC
  ------------------------------ */
  .ly-section {
    margin: 0;
    padding: 80px 0;
    background: #fff;
  }
  .ly-section__inner {
    width: 670px;
    margin: 0 auto;
  }
  /* ------------------------------
    owner PC
  ------------------------------ */
  .owner-price-box {
    display: flex;
    gap: 16px;
    margin-top: 80px;
  }
  .owner-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-weight: 700;
  }
  .owner-price__sub-text {
    font-size: 18px;
  }
  .owner-price__text {
    color: #e80b66;
    font-size: 28px;
    text-decoration: underline;
    text-decoration-color: #ffeb7f;
    text-decoration-thickness: 12px;
    text-underline-offset: -5px;
    text-decoration-skip-ink: none;
  }
  .owner-price__icon {
    position: relative;
    width: 80px;
    margin-top: 16px;
  }
  .owner-price__tag {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -45px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #e80b66;
    color: #fff;
    font-size: 18px;
  }
  .owner-price__tag span {
    display: inline-block;
    margin-left: 2px;
    font-size: 26px;
  }
  .owner-commission-box {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 48px;
  }
  .owner-commission {
    font-weight: 700;
  }
  .owner-commission__title {
    font-size: 24px;
    text-align: center;
  }
  .owner-commission__title span::before, .owner-commission__title span::after {
    content: "";
    display: inline-block;
    margin-bottom: 8px;
    width: 16px;
    height: 2px;
    background: #17349c;
  }
  .owner-commission__title span::before {
    margin-right: 8px;
  }
  .owner-commission__title span::after {
    margin-left: 8px;
  }
  .owner-commission__box {
    margin-top: 8px;
    color: #17349c;
    font-size: 26px;
    line-height: 1.35;
    text-decoration: underline;
    text-decoration-color: #ffeb7f;
    text-decoration-thickness: 12px;
    text-underline-offset: -5px;
    text-decoration-skip-ink: none;
  }
  .owner-commission__box--small {
    font-size: 24px;
  }
  .owner-commission__sub {
    font-size: 20px;
  }
  .owner-commission__emph {
    color: #e80b66;
    font-size: 54px;
  }
  .owner-commission__slash {
    font-size: 46px;
    font-weight: 400;
  }
  .owner-case {
    margin-top: 60px;
  }
  .owner-case__heading {
    font-size: 24px;
    text-align: center;
  }
  .owner-case-table {
    width: 100%;
    margin-top: 24px;
    background: #fff;
    font-size: 14px;
    text-align: center;
  }
  .owner-case-table__title, .owner-case-table__data {
    padding: 8px;
    line-height: 1.35;
  }
  .owner-case-table__title:first-child, .owner-case-table__data:first-child {
    border: 1px solid #f6f6f6;
    font-weight: 400;
  }
  .owner-case-table__title:nth-child(2), .owner-case-table__data:nth-child(2) {
    background: #f6f6f6;
    font-weight: 700;
  }
  .owner-case-table__title:last-child, .owner-case-table__data:last-child {
    background: #ffe8f0;
    color: #e80b66;
    font-weight: 700;
  }
  .owner-case-table__title span, .owner-case-table__data span {
    display: block;
    font-size: 12px;
  }
  tr:first-child .owner-case-table__title, tr:first-child .owner-case-table__data {
    border: 0;
    font-size: 12px;
    font-weight: 400;
  }
  tr:last-child .owner-case-table__title, tr:last-child .owner-case-table__data {
    font-size: 18px;
    font-weight: 700;
  }
  .owner-case-table__image {
    width: 90px;
    margin-inline: auto;
  }
  .owner-case-message {
    position: relative;
    margin-top: 48px;
    padding: 20px;
    border-radius: 8px;
    background: #ffe8f0;
    text-align: center;
  }
  .owner-case-message::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 50%;
    width: 32px;
    height: 24px;
    background: #e80b66;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .owner-case-message__image {
    display: inline-block;
    width: 120px;
  }
  .owner-case-message__emph {
    color: #e80b66;
    font-size: 24px;
    font-weight: 700;
  }
  .owner-case-message__sub-emph {
    font-size: 18px;
    font-weight: 700;
  }
  .owner-payment {
    margin-top: 40px;
  }
  .owner-payment__table-block {
    display: flex;
    gap: 16px;
    margin-top: 32px;
  }
  .owner-payment__table-box {
    flex: 1;
  }
  .owner-payment__table-title {
    font-size: 18px;
    font-weight: 700;
  }
  .owner-payment-table {
    width: 100%;
    margin-top: 8px;
  }
  .owner-payment-table__title {
    width: 80px;
    color: #fff;
    background: #17349c;
    font-size: 14px;
    font-weight: 700;
  }
  .owner-payment-table__data {
    padding: 8px;
    background: #edf3ff;
    font-weight: 700;
  }
  .owner-payment-list {
    margin-top: 8px;
  }
  .owner-payment-list__item::before {
    content: "・";
  }
  /* ------------------------------
    text PC
  ------------------------------ */
  .text {
    margin: 16px 0 0;
  }
  .text:first-child {
    margin-top: 0;
  }
  .text--far {
    margin-top: 32px;
  }
  .text--close {
    margin-top: 8px;
  }
  .text-note {
    margin: 8px 0 0;
    padding-left: 1.2em;
    color: #535353;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    text-indent: -1.2em;
  }
  .text-note:first-child {
    margin-bottom: 0;
  }
  .text-note::before {
    content: "※";
    margin-right: 0.2em;
  }
  /* ------------------------------
    user PC
  ------------------------------ */
  .user {
    background: #edf3ff;
  }
  .user__section {
    padding: 32px 24px;
    margin-top: 40px;
    border-radius: 8px;
    background: #fff;
  }
  .user__sub-section {
    margin-top: 16px;
  }
  .user__sub-section--far {
    margin-top: 32px;
  }
  .user-system {
    display: flex;
    gap: 4px;
    align-items: flex-end;
    justify-content: center;
    margin-top: 8px;
    color: #17349c;
  }
  .user-system__box {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: underline;
    text-decoration-color: #ffeb7f;
    text-decoration-thickness: 12px;
    text-underline-offset: -5px;
    text-decoration-skip-ink: none;
  }
  .user-system__emph {
    color: #e80b66;
    font-size: 40px;
  }
  .user-system__text {
    display: inline-block;
    margin-bottom: 8px;
  }
  .user-commission-table {
    width: 100%;
    margin-top: 8px;
  }
  .user-commission-table__title {
    padding: 8px;
    background: #17349c;
    color: #fff;
    font-size: 14px;
  }
  .user-commission-table__data {
    padding: 8px;
    background: #edf3ff;
    font-weight: 700;
    text-align: center;
  }
  .user-link {
    display: block;
    position: relative;
    margin-top: 8px;
    padding-right: 24px;
    color: #17349c;
    text-align: right;
  }
  .user-link::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 16px;
    height: 16px;
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .user-link:hover {
    text-decoration: underline;
  }
  .user-link:hover::after {
    right: -4px;
  }
  /* ------------------------------
    icon PC
  ------------------------------ */
  [class^=icon-] {
    flex-shrink: 0;
    font-size: 0;
  }
  .icon-blank {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transition: 0.3s all;
    background: #17349c;
    mask: url("../images/icon/owner/ico_blank.svg") no-repeat center center/contain;
    font-size: 0;
    vertical-align: text-top;
  }
  .text-link:hover .icon-blank {
    background: #17349c;
  }
  .text-link-inline:hover .icon-blank {
    background: #17349c;
  }
}/*# sourceMappingURL=sell-commissions.css.map */