@charset "UTF-8";


html {
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}


html {
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 62.5%;
    font-weight: 400;
    letter-spacing: 0.05em;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

img,
video {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}


a {
    display: inline-block;
    text-decoration: none;

}

li {
    list-style: none;
}

.header {
    width: calc(100% - 100px);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    padding: 0 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 1px 5px #a8a8a8;
}

.header__logo {
    width: 83px;
}

.header__content {
    padding-top: 25px;
    width: calc(100% - 136px);
    position: relative;
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__right {
    display: flex;
    align-items: center;
}

.header__left {
    width: 375px;
    position: relative;
}

.header__search {
    width: 100%;
    height: 36px;
    border-radius: 6px;
    background-color: #E3E3E3;
    padding: 0 1em;
    font-size: 1.6rem;
    font-weight: bold;
}

.header__submit {
    position: absolute;
    right: 16px;
    width: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.default-addr {
    position: relative;
}

.default-addr__label {
    font-size: 1rem;
    display: block;
    font-weight: bold;
    position: relative;
}

.default-addr::before {
    content: "";
    display: inline-block;
    width: 15.23px;
    height: 22px;
    background-image: url(../img/icon-pin.svg);
    position: absolute;
    right: calc(100% + 8px);
    top: 50%;
    transform: translateY(-50%);
}

.default-addr__inner {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
}

.icon-nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-left: 20px;
}

.icon-nav__link:hover {
    opacity: 0.8;
}

.icon-nav__img {
    width: auto;
    height: 48px;
}

.icon-nav__link--exhibit {
    height: 36px;
}

.header__nav {
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 17px;
}

.header__nav::-webkit-scrollbar {
    display: none;
}

.header__nav-wrap{
    position: relative;
    padding:0 30px;
}

.header__tri--prev {
    position: absolute;
    left: 0;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    text-align: right;
    cursor: pointer;
}

.header__tri--prev::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 13.0px 7.5px 0;
    border-color: transparent #e6194b transparent transparent;
}

.header__tri--prev.disactive::before {
    border-color: transparent gray transparent transparent;
}

.header__tri--next {
    position: absolute;
    right: 0px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    text-align: right;
    cursor: pointer;
}

.header__tri--next::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13.0px;
    border-color: transparent transparent transparent #e6194b;
}

.header__tri--next.disactive::before {
    border-color: transparent transparent transparent gray;
}


.header__tri--next.disactive,
.header__tri--next.disactive{
    cursor: unset;
}

.header__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
}

.header__link {
    font-size: 1.4rem;
    color: #4D4D4D;
    padding: 11px 14px;
    font-weight: bold;
    white-space: nowrap;
}

.header__item.active .header__link {
    background-color: #D32B4F;
    color: #fff;
    border-radius: 5px 5px 0 0;
}


.section__ttl {
    font-size: 2.1rem;
    padding-left: 15px;
    font-weight: bold;
    position: relative;
    color: #FF1F4F;
    display: inline-block;
}

.section__ttl::before {
    content: "";
    width: 7.87px;
    height: 17.4px;
    background-image: url(../img/section-deco.svg);
    background-size: contain;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section__subttl {
    font-size: 13px;
    display: inline-block;
    font-weight: bold;
    margin-left: 7px;
}

.banar {
    padding: 50px 0 0;
    background-color: #F8F8F8;
}

.banar__wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
}

.banar__link {
    width: 48%;
}

.footer {
    padding-top: 57px;
    padding-bottom: 11px;
    background-color: #F8F8F8;
}

.footer-register {
    padding: 19px 0 24px;
    background-image: url(../img/footer-register-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-register__wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-register__ttl {
    font-size: 2rem;
    color: #fff;
}

.footer-register__link {
    padding: 12px 65px;
    background-color: #D32B4F;
    border-radius: 3px;
    box-shadow: 0 3px 1px #D32B4F;
    color: #fff;
    font-size: 17px;
}

.footer-register__top {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 9px;
}

.footer-register__deco {
    display: inline-block;
    position: relative;
}

.footer-register__deco::before,
.footer-register__deco::after {
    content: "";
    width: 8px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.footer-register__deco::before {
    right: calc(100% + 8.5px);
    background-image: url(../img/footer-register-line1.svg);
}

.footer-register__deco::after {
    left: calc(100% + 8.5px);
    background-image: url(../img/footer-register-line2.svg);
}

.footer-register__link:hover {
    opacity: 0.8;
}

.footer__wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 55px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__left {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.footer-logo__link {
    width: 159.85px;

}

.footer-banar {
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer-banar__link {
    width: 260px;
}

.footer-nav {
    width: 90%;
    max-width: 1200px;
    margin: 51px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-nav__left,
.footer-nav__right {
    width: calc(50% - 39px);
}

.footer-nav__label {
    font-size: 1.9rem;
    display: inline-block;
    background-color: #F8F8F8;
    padding-right: 13.5px;
    line-height: 1em;
    position: relative;
    z-index: 1;
}

.footer-nav__ttl {
    position: relative;
    margin-bottom: 28px;
}

.footer-nav__ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.footer-nav__box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-nav__list {
    width: 50%;
}

.footer-nav__link {
    font-size: 1.4rem;
    color: #000;
    line-height: 2em;
}

.copy {
    margin-top: 10px;
    text-align: center;
    position: relative;
}

.page {
    padding: 153px 0 0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 90%;
    margin: auto;
    gap: 27px;
}

.breadcrumb__item {
    position: relative;
    white-space: nowrap;
}

.breadcrumb__item:not(.breadcrumb__item:last-child):before {
    content: "";
    width: 5.72px;
    height: 10px;
    background-image: url(../img/breadcrumb-arrow.svg);
    background-size: contain;
    background-position: center;
    position: absolute;
    left: calc(100% + 11px);
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb__item.white:not(.breadcrumb__item:last-child):before {
    background-image: url(../img/breadcrumb-arrow-w.svg);
}


.breadcrumb__link {
    font-size: 1.2rem;
    font-weight: bold;
}

a.breadcrumb__link:hover {
    opacity: 0.5;
}

.breadcrumb__item.color .breadcrumb__link {
    color: #E6AC0D;
}

.breadcrumb__item.white .breadcrumb__link {
    color: #fff;
}

label.error {
    color: red;
    display: block;
    margin-top: 5px;
    font-size: 1.4rem;
}

.protect {
    margin-top: 20px;
    font-size: 10px;
    text-align: center;
    padding: 0 5%;
    line-height: 1.75em;
}

.grecaptcha-badge {
    visibility: hidden;
}


/* 出品一覧スタイル */
.exhibit__wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.exhibit__top {
    padding-bottom: 22px;
    margin-bottom: 27px;
}

.exhibit__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 59px 20px;
}

.exhibit__item {
    width: calc(20% - 16px);
    position: relative;
}

.exhibit__tag {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: rgba(26, 134, 67, 0.72);
    color: #fff;
    padding: 8px 6px 8px 22px;
    font-size: 1.3rem;
    line-height: 1em;
    letter-spacing: 0.03em;
}

.exhibit__soldout {
    position: absolute;
    bottom: 5px;
    right: 4px;
    background: #e6194b;
    color: white;
    padding: 3px 10px;
    font-size: 12px;
}

.exhibit__item--img {
    position: relative;
}

.exhibit__item--img img{
    height: 224px;
    object-fit: cover; /* この一行を追加するだけ！ */
}


.exhibit__item img{
    height: 224px;
    object-fit: cover; /* この一行を追加するだけ！ */
}

.exhibit__favo {
    position: absolute;
    right: 8px;
    top: 7px;
    cursor: pointer;
}

.favo__cnt {
    position: absolute;
    bottom: -12px;
    text-align: center;
    width: 24px;
    display: block;
    font-size: 12px;
}


.exhibit__favo.active #circle {
    fill: #e6194b;
}

.exhibit__favo.active #icon {
    fill: #fff;
}

.exhibit__link {
    color: #000;
    position: relative;
    width: 100%;
}

.exhibit__label {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    min-height: 1.5em;
    line-height: 1.3em;
    margin-top: 10px;
}

.exhibit__price {
    display: block;
    font-size: 1.7rem;
}

.exhibit__en {
    font-size: 1.1rem;
    display: inline-block;
    margin-left: 5px;
}

/* 出品一覧スタイルここまで */

/* TOPページスタイル */
.fv {
    padding: 240px 0 124px;
    background-image: url(../img/fv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    position: relative;
}

.fv__txt {
    width: 535.94px;
}

.fv__bottom {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1;
}

.fv__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}

.fv__link {
    width: 30%;
    max-width: 375px;
    background-color: #fff;
}

.fv__link:hover img {
    opacity: 0.8;
}

.search {
    background-color: #F8F8F8;
    padding-bottom: 70px;
}

.search__wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.search__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.search__all {
    font-size: 1.5rem;
    color: #000;
    text-decoration: underline;
    font-weight: 700;
}

.search__list {
    display: flex;
    justify-content: flex-start;
    gap: 18px 12px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.search__item {
    max-width: calc(20% - 9.6px);
}

.search__link {
    text-align: center;
    max-width: 100%;
    width: 230px;
    height: 100%;
    padding: 19px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D32B4F;
    background-color: #fff;
    font-size: 14px;
    gap: 5px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 4px 5px 0px rgba(0, 0, 0, 0.06);
}

.search__icon {
    width: 25px;
}

.serach__button {
    display: none;
    text-align: center;
    margin-top: 44px;
}

.serach__inner {
    display: inline-block;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    color: #DBA512;
    text-decoration: underline;
}

.arrivals {
    padding: 126px 0 49px;
    background-color: #F8F8F8;
}

.arrivals__top {
    border-bottom: 1px solid #D5D5D5;
}

.arrivals-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 39px;
    margin-top: 50px;
}

.arrivals-bottom__link {
    padding: 19px 77px;
    border-radius: 100px;
    background-color: #DBA512;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1em;
}

.arrivals-bottom__link:hover {
    opacity: 0.8;
}

.arrivals-bottom__search {
    font-size: 1.6rem;
    line-height: 1em;
    color: #DBA512;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    cursor: pointer;
}

.arrivals-bottom__search:hover {
    opacity: 0.8;
}

.arrivals-bottom__icon {
    width: 24px;
}

.browsing-history {
    background-color: #fff;
    padding: 50px 0;
}

.news {
    background-color: #F8F8F8;
    padding: 50px 0;
}

.news__wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.news__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #092533;
    padding-bottom: 15px;
}

.news__all {
    font-size: 1.5rem;
    color: #000;
    text-decoration: underline;
    font-weight: 700;
}

.news__list {
    margin-top: 11px;
}

.news__item {
    padding: 9px 0;
    border-bottom: 1px solid #ddd;
}

.news__link {
    color: #000;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 1.4rem;
}

.news__date {
    font-size: 1.6rem;
}

.news__link:hover {
    opacity: 0.6;
}

/* TOPページスタイルここまで */
/* 会員登録ページスタイル */
.register-page {
    background-image: url(../img/register-back.jpg);
    background-position: top center;
    background-size: 100% auto;
}

.register {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 47px 0 82px;
}

.register__logo {
    max-width: 532px;
    width: 100%;
    margin-bottom: 40px;
}

.register__ttl {
    font-size: 4.1rem;
    margin-bottom: 25px;
}

.register__color {
    color: #FF1F4F;
}

.register__catch {
    font-size: 1.2rem;
    line-height: 1.8em;
    font-weight: bold;
    color: #404040;
}

.register__catch a {
    text-decoration: underline;
    color: #404040;
}

.register__form {
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
}

.register__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.register__row:last-child {
    margin-bottom: 0;
}

.register__half {
    width: calc(50% - 10px);
}

.register__label {
    font-size: 1.7rem;
    color: #D32B4F;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.register__input {
    width: 100%;
    background: #fff;
    border: 1.5px solid #E6194B;
    border-radius: 5px;
    padding: 0 1em;
    font-weight: bold;
    height: 55px;
    font-size: 1.6rem;
}

.register__check {
    font-size: 1.6rem;
    font-weight: bold;
}

.register__note{
    font-size: 1.3rem;
    margin-top: 0.5em;
    color: #E6194B;
}

.submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    margin-top: 38px;
}

.submit__btn {
    padding: 17px 68px;
    background: linear-gradient(to right, #DBA512, #D32B4F);
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    border-radius: 100px;
}

.submit__link {
    font-size: 2rem;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.regster__error {
    font-size: 1.4rem;
    color: red;
    font-weight: bold;
    margin: 10px 0;
}

/* 会員登録ページスタイルここまで */

/* ログインページスタイル */
.login-page {
    background-image: url(../img/login-back.jpg);
    background-position: top center;
    background-size: cover;
}

.login {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 47px 0 82px;
}

.login__logo {
    max-width: 830.94px;
    width: 100%;
    margin-bottom: 38px;
}

.login__ttl {
    font-size: 1.9rem;
    margin-bottom: 27px;
}

.login__color {
    color: #FF1F4F;
}

.login__catch {
    font-size: 1.2rem;
    line-height: 1.8em;
    font-weight: bold;
    color: #fff;
}

.login__catch a {
    text-decoration: underline;
    color: #fff;
}

.login__form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.login__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.login__row:last-child {
    margin-bottom: 0;
}

.login__half {
    width: calc(50% - 10px);
}

.login__label {
    font-size: 1.9rem;
    color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 9px;
    font-weight: bold;
}

.login__input {
    width: 100%;
    background: #fff;
    border: 1.5px solid #E6194B;
    height: 55px;
    font-size: 1.8rem;
    border-radius: 5px;
    padding: 0 1em;
    font-weight: bold;
}

.login__check {
    font-size: 1.6rem;
    font-weight: bold;
}

.submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    margin-top: 38px;
}

.submit__btn {
    padding: 17px 68px;
    background: linear-gradient(to right, #DBA512, #D32B4F);
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    border-radius: 100px;
}

.submit__link {
    font-size: 2rem;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.regster__error {
    font-size: 1.4rem;
    color: red;
    font-weight: bold;
    margin: 10px 0;
}

/* ログインページスタイルここまで */
/* マイページスタイル */
.mypage {
    background-color: #F8F8F8;
}

.home__box {
    width: 90%;
    max-width: 1200px;
    margin: 17px auto 0;
    background-color: #fff;
}

.home__wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 48px 46px 40px 33px;
}

.home__left {
    width: 25%;
    border-right: 1px solid #E6E6E6;
}

.home__ttl {
    width: 100%;
    padding: 21px 51px;
    color: #fff;
    background-color: #D32B4F;
    font-size: 1.8rem;
}

.home__menu {
    margin-bottom: 30px;
}

.home__label {
    font-size: 1.8rem;
    padding-left: 14px;
    position: relative;
    color: #FF1F4F;
    display: inline-block;
    margin-bottom: 20px;
}

.home__label::before {
    content: "";
    width: 7.87px;
    height: 17.4px;
    background-image: url(../img/section-deco.svg);
    background-size: contain;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.home__item {
    border-top: 1px solid #E2E2E2;
    display: inline-block;
    width: 92%;
}

.home__item:last-child {
    border-bottom: 1px solid #E2E2E2;

}

.home__link {
    padding: 13.5px 0;
    color: #000;
    font-weight: bold;
    width: 100%;
    font-size: 1.4rem;
}

.home__link:hover {
    opacity: 0.6;
}

.home__right {
    width: 75%;
}

.mypage-exhibit__wrap {
    width: 100%;
    padding-left: 50px;
}

.mypage-exhibit__top {
    padding-bottom: 22px;
    margin-bottom: 27px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.mypage-exhibit__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 59px 20px;
}

.mypage-exhibit__item {
    width: calc(33% - 14.6px);
    position: relative;
}

.mypage-exhibit__tag {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: rgba(26, 134, 67, 0.72);
    color: #fff;
    padding: 8px 6px 8px 20px;
    font-size: 1.2rem;
    line-height: 1em;
    letter-spacing: 0.03em;
}

.mypage-exhibit__favo {
    position: absolute;
    right: 8px;
    top: 7px;
    cursor: pointer;
}

.mypage-exhibit__favo.active #circle {
    fill: #d32b4f;
}

.mypage-exhibit__favo.active #icon {
    fill: #fff;
}

.mypage-exhibit__link {
    color: #000;
    position: relative;
    width: 100%;
}

.mypage-exhibit__label {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    min-height: 1.5em;
    line-height: 1.3em;
    margin-top: 10px;
}

.mypage-exhibit__price {
    display: block;
    font-size: 1.7rem;
}

.mypage-exhibit__en {
    font-size: 1.1rem;
    display: inline-block;
    margin-left: 5px;
}

.mypage-favorite-history {
    margin-top: 80px;
}

/* マイページスタイルここまで */

/* 出品ページスタイル */

.upload {
    padding-left: 50px;
}

.upload__content {
    margin-bottom: 60px;
}

.upload__content:last-child {
    margin-bottom: 0;
}

.upload__ttl {
    font-size: 1.8rem;
    color: #E6194B;
    position: relative;
    padding-left: 14px;
    margin-bottom: 22px;
}

.upload__ttl::before {
    content: "";
    width: 7.87px;
    height: 17.4px;
    background-image: url(../img/section-deco.svg);
    background-size: contain;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.upload__row {
    margin-bottom: 20px;
}

.upload__row:last-child {
    margin-bottom: 0;
}

.upload__label {
    font-size: 1.4rem;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.upload__select-wrap {
    position: relative;
}

.upload__select-wrap::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #E6194B transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 21px;
    transform: translateY(-50%);

}

.upload__select {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 2px solid #E6194B;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-size: 1.4rem;
    padding: 0 1em;
    font-weight: bold;
}

.upload__input {
    width: 100%;
    height: 42px;
    border: 2px solid #E6194B;
    border-radius: 5px;
    background-color: #fff;
    font-size: 1.4rem;
    padding: 0 1em;
    font-weight: bold;
}

.upload__textarea {
    width: 100%;
    border: 2px solid #E6194B;
    border-radius: 5px;
    background-color: #fff;
    font-size: 1.4rem;
    padding: 0.5em 1em;
    font-weight: bold;
}

.marker__img {
    position: relative;
}

.image-marker {
    top: 75px;
    left: 75px;
    position: absolute;
    cursor: move;
    width: 40px;
    border-radius: 5px;
    z-index: 1;
}

.upload__certification {
    margin: 30px 0;
}

.upload__note {
    font-size: 1.2rem;
    margin-top: 10px;
}

.upload__note a{
    color: #f10d0d;
}

.upload__file {
    font-size: 1.4rem;
}

.upload-image__list {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 16px;
}

.upload-image__item {
    width: calc(25% - 12px);
    max-width: 220px;
    cursor: pointer;
    padding: 10px;
    background-color: #f7f7f7;
}

.upload-image__add {
    width: calc(25% - 12px);
    max-width: 220px;
    min-height: 200px;
    cursor: pointer;
}

.upload-image__delete {
    display: block;
    background-color: #f7dfdf;
    color: #ef4d56;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.upload-image__add {
    width: 20%;
}

.image-label {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2a899e;
    background-color: #F2F5FE;
    cursor: pointer;
    transition: 0.3s;
    font-size: 50px;
}

.upload-image__product {
    display: none;
}

.upload__submit {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.upload__draft {
    width: 200px;
    padding: 10px 0px;
    border-radius: 100px;
    border: 1px solid #838383;
    background-color: #838383;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
}


.upload__delete {
    width: 200px;
    padding: 10px 0px;
    border-radius: 100px;
    border: 1px solid #e6194b;
    background-color: #e6194b;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
}


.upload__draft:hover,
.upload__exhibit:hover {
    opacity: 0.7;
}

.upload__exhibit {
    width: 200px;
    padding: 10px 0px;
    border-radius: 100px;
    border: 1px solid #E6AC0D;
    background-color: #E6AC0D;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
}

.upload__exhibit:hover {
    opacity: 0.7;
}

.prev-img {
    max-width: 200px;
    margin-bottom: 10px;
}

.upload__check {
    font-size: 1.4rem;
}

.upload__rule {
    font-size: 1.4rem;
}

.upload__rule a {
    color: #FF1F4F;
}

.upload__rule--red {
    margin-top: 40px;
    color: #FF1F4F;
}

.upload__checkbox {
    margin-top: 20px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.upload__checkbox label.error {
    position: absolute;
    top: 100%;
    left: 0;
}

.upload__checkbox a {
    color: #FF1F4F;
}

/* 出品ページスタイルここまで */

/* 下書きページスタイルここまで */
.draft {
    padding: 0 0 0 50px;
}

.draft__item {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 22%);
    margin-bottom: 25px;
}

.draft__item:last-child {
    margin-bottom: 0;
}

.draft__top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.draft__ttl {
    width: calc(100% - 230px);
    font-size: 1.8rem;
    font-weight: bold;
}

.draft__line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 10px 0;
}

.draft__btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.draft__link {
    padding: 10px 0;
    width: 100px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.draft__link--exhibit {
    background-color: #DBA512;
}

.draft__link--delete {
    background-color: #D32B4F;
}


.draft__img {
    width: 30%;
}

.draft__text {
    width: calc(70% - 30px);
}

.draft__label {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}


.draft__price {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.draft__description {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}

/* 下書きページスタイルここまで */

/* 商品リストページスタイル */
.search__left {
    padding-right: 38px;
}

.home__hit {
    font-size: 3rem;
    display: inline-block;
    margin-left: 45px;
}

.search__inner {
    display: inline-block;
    font-size: 1rem;
    color: #000;
}

.home__ja {
    font-size: 1.4rem;
}

.search-form__row {
    margin-bottom: 15px;
}

.search-form__label {
    font-size: 1.2rem;
    color: #D32B4F;
    font-weight: bold;
    margin-bottom: 5px;
}

.search-form__input {
    width: 100%;
    height: 42px;
    border: 2px solid #E6194B;
    border-radius: 5px;
    background-color: #fff;
    font-size: 1.4rem;
    padding: 0 1em;
    font-weight: bold;
}

.search-form__select-wrap {
    position: relative;
}

.search-form__select-wrap::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #E6194B transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);

}

.search-form__select {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 2px solid #E6194B;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-size: 1.4rem;
    padding: 0 1em;
    font-weight: bold;
}

.search-form__submit {
    margin-top: 20px;
}

.search-form__input--half {
    width: 40%;
}

.search-form__nami {
    font-size: 1.8rem;
    display: inline-block;
    margin: 0 5px;
}

.search-form__check {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.search-form__checkbox {
    margin-right: 10px;
    border: 2px solid #E6194B;
}

.search-form__checklabel {
    font-size: 1.2rem;
    font-weight: bold;
}

.search-form__button {
    padding: 10px 20px;
    background-color: #E6194B;
    color: #fff;
    width: 100%;
    font-weight: bold;
    border-radius: 3px;
    font-size: 1.4rem;
}

/* 商品リストページスタイルここまで */
/* 本人確認ページスタイル */

.home__catch {
    font-size: 1.4rem;
    line-height: 1.5em;
}

/* 本人確認ページスタイルここまで */
/* 商品詳細ページスタイル */
.itemd__wrap {
    background-color: #F8F8F8;
}

.itemd__box {
    width: 90%;
    max-width: 1200px;
    margin: 17px auto 0;
    background-color: #fff;
}

.itemd__ttl {
    width: 100%;
    padding: 21px 51px;
    color: #fff;
    background-color: #D32B4F;
    font-size: 1.8rem;
}

.itemd__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 48px 46px 40px 33px;
    gap: 30px;
}

.itemd__left {
    width: 420px;
    height: 100%;
}

.itemd__right {
    width: calc(100% - 460px);
    padding-left: 30px;
    border-left: 1px solid #E6E6E6;
}

.itemd__name {
    font-size: 30px;
    font-weight: 500;
}

.itemd__price {
    font-size: 45px;
    font-weight: bold;
}

.itemd__price small {
    font-size: 45%;
    padding-left: 5px;
}

.itemd__purchase--order {
    background: linear-gradient(163deg, #ffca00, #f10d0d);
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-radius: 25px;
    margin-top: 20px;
    vertical-align: middle;
}

.itemd__purchase--order img {
    width: auto;
    height: 23px;
    vertical-align: middle;
    padding-bottom: 4px;
    padding-right: 7px;
}

.itemd__favo--btn {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-left: 15px;
    vertical-align: middle;
    border-radius: 25px;
    border: 2px solid #d32b4f;
    vertical-align: middle;
    text-align: center;
    line-height: 62px;
}

.itemd__favo--btn svg {
    width: 25px;
}

.favo__active {
    background-color: #d32b4f;
}

.favo__active path {
    fill: white;
}

.itemd__description {
    margin-top: 30px;
    padding-top: 30px;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid #d32b4f;
}

.itemd__label {
    font-size: 2rem;
    margin-top: 40px;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #E6194B;
}

.itemd__label::before {
    top: calc(50% + -2.5px);
}

.itemd__detail li {
    padding: 10px;
    border-bottom: 1px solid #CBCBCB;
    display: flex;
    align-items: center;
    gap: 10px;
}

.itemd__detail li div.list__name {
    font-size: 14px;
    color: #D32B4F;
    font-weight: bold;
    width: 100px;
}

.itemd__detail li div.list__content {
    font-size: 14px;
    color: black;
    font-weight: bold;
    width: calc(100% - 138px);
}

.itemd__detail li img {
    width: 18px;
    height: auto;
}

.itemd__comment {
    padding-bottom: 70px;
}

.itemd__comment--zero {
    padding-top: 20px;
    font-size: 15px;
}

.itemd__exhibit {
    margin-top: 70px;
}

.itemd__heart {
    display: flex;
    font-size: 12px;
    justify-content: right;
    align-items: baseline;
    margin-top: 15px;
    line-height: 20px;
}

.itemd__heart img {
    width: 20px;
    height: 20px;
}

.itemd__heart--num {
    font-size: 28px;
}

.itemd__heart--unit {
    font-size: 14px;
}

.itemd__profile {
    display: flex;
    align-items: center;
    color: #000;
    gap: 15px;
}

.itemd__profile--left img {
    width: 85px;
    height: 85px;
}

.itemd__profile--left img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    object-fit: cover;
}

.itemd__profile--title {
    font-size: 12px;
    color: #959595;
}

.itemd__profile--name {
    font-size: 18px;
    font-weight: bold;
}

.itemd__comment--form {
    margin-top: 20px;
    text-align: right;
}

.itemd__comment--form textarea {
    width: 100%;
    height: 130px;
    border: 1px solid black;
    font-size: 15px;
    padding: 10px;
    border-radius: 3px;
}

.itemd__comment--form button {
    background: #e6194b;
    color: white;
    font-size: 15px;
    padding: 10px 35px;
    border-radius: 50px;
    margin-top: 5px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.itemd__comment--form button:disabled {
    background: gray;
}

.itemd__comment--form button img {
    width: 21px;
    height: auto;
}

.itemd__comment--box {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 15px;
}

.itemd__comment--left img {
    width: 70px;
    height: auto;
    border-radius: 35px;
    margin-bottom: 5px;
}

.itemd__comment--left img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
}

.itemd__comment--left {
    width: 120px;
    text-align: center;
}

.itemd__comment--name {
    font-size: 13px;
}

.itemd__comment--date {
    font-size: 13px;
    margin-bottom: 5px;
}

.itemd__comment--content {
    font-size: 14.5px;
}

.itemd__comment--label {
    background: #ff1f4f;
    color: white;
    width: 50px;
    padding: 2px 0px;
    margin: 0 auto;
    margin-top: 1px;
    border-radius: 2px;
}

.itemd__slick-wrap {
    position: relative;
}

.itemd__slick{
    background-color: #e4e4e4;
}

.itemd__slick img {
    object-fit: contain;
}

.itemd__prev {
    width: 25px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.itemd__next {
    width: 25px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.itemd__thum-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 12px;
}

.itemd__thum {
    height: 90px;
    width: calc(25% - 9px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.5;
}

.itemd__thum.active {
    opacity: 1;
}

.itemd__thum:hover {
    opacity: 1;
}

/* 商品詳細ページスタイルここまで */

/* 各種設定スタイル */
.setting {
    padding-left: 50px;
}

.setting__wrap {
    margin-top: 10px;
}

.setting__row {
    padding: 10px 0;
    border-bottom: 1px solid #a8a8a8;
}

.setting__info {
    margin-bottom: 60px;
}

.setting__label {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.setting__content {
    font-size: 1.4rem;
}

.setting__indentification {
    font-size: 14px;
    margin-top: 20px;

}

.unload__txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.setting__indentification-result {
    display: flex;
    align-items: center;
    background-color: #e9e9e9;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    font-size: 14px;
    border-radius: 10px;
    gap: 30px;
}

.setting__indentification-result img {
    width: 60px;
    height: auto;
    margin: 10px 0;
}

.setting__indentification-txt {
    font-weight: bold;
    text-align: left;
    font-size: 16px;
}

.setting__indentification-txt small {
    font-weight: normal;
    font-size: 13px;
}

.setting__indentification--mypage {
    margin-bottom: 30px;
}

.setting__message{
    font-size: 1.4rem;
    color: #f10d0d;
    margin-bottom: 20px;
    text-align: center;
}

/* 各種設定スタイルここまで */
/* 購入ページスタイル */
.itemd__inner--purchase {
    justify-content: center;
}

.purchase__wrap {
    padding-bottom: 80px;

}

.purchase__flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: relative;
}

.purchase__flow::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 1.6px;
    background-color: #E5D3A3;
    top: 50%;
    transform: translateY(-50%);
}

.purchase__item {
    padding: 19px 0px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CBCBCB;
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    gap: 20px;
    border-radius: 15px;
}

.purchase__step {
    position: absolute;
    left: 31px;
    bottom: 98%;
    line-height: 1em;
    font-size: 1.2rem;
    color: #CBCBCB;
    font-family: "sofia-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.purchase__item.active {
    background-color: #FFBC05;
}

.purchase__item.active .purchase__step {
    color: #FFBC05;
}

.purchase__num {
    font-size: 2.1rem;
}

.purchase__icon {
    width: 23.14px;
}

.purchase__wrap {
    display: flex;
    align-items: flex-start;
}

.purchase__left {
    width: 420px;
    padding: 0 30px;
}

.purchase__right {
    width: calc(100% - 420px);
    padding: 0 30px;
    border-left: 1px solid #E6E6E6;
}

.purchase__batch {
    margin: 20px 0 19px;
    font-weight: bold;
}

.purchase__ttl {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.purchase__batch-item {
    font-size: 1.4rem;
    padding: 9px 16px;
    background-color: #1A8643;
    color: #fff;
}

.purchase__inner {
    width: 100%;
}

.purchase__inner--half {
    width: calc(50% - 8px);
}

.purchase__large {
    margin-bottom: 25px;
}

.purchase__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

.purchase__label {
    font-size: 1.4rem;
    color: #D32B4F;
    font-weight: bold;
    margin-bottom: 5px;
}

.purchase__input {
    width: 100%;
    padding: 10px 14px;
    font-size: 1.4rem;
    border-radius: 5px;
    border: 1.5px solid #E6194B;
}

.purchase__content {
    position: relative;
}

.purchase__content--select::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #E6194B transparent transparent transparent;
}

.purchase__select {
    width: 100%;
    padding: 10px 14px;
    font-size: 1.4rem;
    border-radius: 5px;
    border: 1.5px solid #E6194B;
}

.purchase__inner--check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
    color: #E6194B;
    font-weight: bold;
}

.purchase__check {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    width: 19px;
    height: 19px;
}

.purchase__row--check {
    margin-bottom: 45px;
}

.purchase__invoice {
    display: none;
}

.item__large {
    margin-top: 30px;
    margin-bottom: 14px;
}

.purchase-info {
    border-top: 1px solid #E6194B;
}

.purchase-info__row {
    padding: 15px 12px;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    border-bottom: 1px solid #CBCBCB;
}

.purchase-info__label {
    width: 112px;
    color: #D32B4F;
}

.purchase-info__content {
    width: calc(100% - 112px);
}

.itemd__purchase--submit {
    margin-top: 0;
}

.purchase-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin-top: 43px;
}

.purchase-submit__back {
    font-size: 1.6rem;
    text-decoration: underline;
    color: #000;
}

.purchase-info__price {
    text-align: right;
    font-size: 3.1rem;
    margin-top: 18px;
}

.purchase-info__sum {
    font-size: 1.4rem;
    display: inline-block;
    margin-right: 8px;
}

.purchase-info__en {
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 1.7px;
}

/* 購入ページスタイルここまで */

/* 購入した商品詳細スタイル */
.orderd__btn {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.itemd__link {
    padding: 7px 15px;
    font-weight: bold;
    color: #fff;
    background-color: #E6AC0D;
    font-size: 1.4rem;
}

.itemd__link:hover {
    opacity: 0.7;
}

/* 購入した商品詳細スタイルここまで */
/* 商品正誤チェックページスタイル */
.identify__wrap {
    padding-bottom: 80px;
}


.identify__left {
    padding: 0 30px;
}

.identify__right {
    padding: 0 30px;
    margin-top: 30px;
    border-left: 1px solid #E6E6E6;
}

.identify__ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.identify__profile {
    margin-top: 10px;
}

.identify__input {
    font-size: 1.4rem;
}

.identify__image {
    margin-bottom: 20px;
}

.identify__inner {
    margin-top: 10px;
    font-size: 1.4rem;
}

.marker__modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
}

.marker__modal-image {
    width: 50%;
    max-width: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.marker__modal-box {
    position: relative;
    width: 100%;
}

.marker__close {
    width: 30px;
    position: absolute;
    right: 60px;
    top: 60px;
    cursor: pointer;
}

.marker__back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.confirm__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.confirm__left {
    width: calc(50% - 30px);
}

.confirm__right {
    width: calc(50% - 30px);
}

.confirm__catch{
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 2em;
}

.confirm__catch a{
    color: #FF1F4F;
}
/* 商品正誤チェックページスタイルここまで */

/* 注文詳細ページスタイル */
.identify__wrap {
    padding: 0 0 0 50px;
}

.orderd__box {
    width: 100%;
    margin-bottom: 20px;
}

.orderd__box a {
    display: flex;
    gap: 20px;
    border: 1px solid #eaeaea;
}

.orderd__left {
    width: 160px;
}

.orderd__right {
    width: calc(100% - 160px);
}

.orderd__status {
    border: 2px solid;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #FF1F4F;
    font-weight: bold;
    padding: 5px 35px;
}

.orderd__box .mypage-exhibit__label {
    font-size: 1.5rem;
}

.orderd__cancel-txt{
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px;
}

.orderd__cancel-wrap{
    text-align: center;
}

.orderd__cancel{
    padding: 10px 20px;
    color: #fff;
    background-color: #e6194b;
    font-size: 1.6rem;
    border-radius: 100px;
}

.orderd-prof {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.orderd-prof__left img {
    width: 60px;
    height: 60px;
}

.orderd-prof__title {
    font-size: 12px;
    color: #959595;
}

.orderd-prof__name {
    font-size: 18px;
    font-weight: bold;
}

.certification_img {
    width: 100%;
    display: block;
}

.identify__btn {
    font-size: 1.4rem;
    margin: 10px 0 20px;
    color: #FF1F4F;
}

.orderd-review__wrap {
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 30px;
}

.orderd-review__ttl {
    font-size: 1.6rem;
}


.orderd-review__form {
    margin-top: 20px;
}

.orderd-review__row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 10px;
}

.orderd-review__label {
    font-size: 1.6rem;
    cursor: pointer;
}

.orderd-review__row:has(.orderd-review__radio:checked)+.orderd-review__criterion {
    border-color: #0075ff;
    background-color: #eef5fd;
    ;
}

.orderd-review__row:has(.orderd-review__radio:checked)+.orderd-review__criterion .orderd-review__item {
    color: #0075ff;
}

.orderd-review__row:has(.orderd-review__radio:checked)+.orderd-review__criterion .orderd-review__item::before {
    background-color: #0075ff;
}

.orderd-review__criterion {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    background-color: #e4e4e4;
    cursor: pointer;
}

.orderd-review__item {
    font-size: 1.4rem;
    line-height: 1.5em;
    position: relative;
    padding-left: 1em;
}

.orderd-review__item::before {
    content: "";
    width: 3px;
    height: 3px;
    background: fixed;
    position: absolute;
    left: 0.5em;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    border-radius: 100%;
}

.orderd-review__textarea {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 0.5em 1em;
    border-radius: 5px;
    font-size: 1.4rem;
}

.orderd-check__label {
    font-size: 1.4rem;
    cursor: pointer;
}

.orderd-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 0;
    position: relative;
}

.orderd-check label.error {
    position: absolute;
    top: 100%;
    left: 0;
}

.orderd-review__submit {
    text-align: center;
    margin-top: 51px;
}

.orderd-review__btn {
    width: 200px;
    padding: 10px 0px;
    border-radius: 100px;
    border: 1px solid #E6AC0D;
    background-color: #E6AC0D;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
}

.orderd-review__txt {
    font-size: 1.4rem;
}

/* 注文詳細ページスタイルここまで */

/* ユーザ詳細ページスタイルここまで */
.clinetd {
    width: 100%;
}

.clientd__image {
    width: 120px;
    margin: auto;
}

.clientd__image img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    object-fit: cover;
}

.clientd__ttl {
    text-align: center;
    margin-top: 20px;
    font-size: 1.6rem;
}

.clientd__btn {
    margin-top: 20px;
    text-align: center;
}

.clientd__link {
    padding: 11px 26px;
    background-color: #e6194b;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 5px;
}

.clientd__item {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
}

.clientd__right {
    padding: 10px 0;
}

.clientd__top {
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}

.clientd__list {
    padding: 45px 30px 0;
}

.clientd__product {
    display: flex;
    gap: 20px;
}

.clientd__left {
    display: block;
    width: 160px;
    position: relative;
}

.clientd__right {
    display: block;
    width: calc(100% - 160px);
}

.clientd__label {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    min-height: 1.5em;
    line-height: 1.3em;
    color: #000;
}

.clientd__price {
    display: block;
    font-size: 1.7rem;
    color: #000;
}

.clientd__en {
    font-size: 1.1rem;
    display: inline-block;
    margin-left: 5px;
}


.clientd__tag {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: rgba(26, 134, 67, 0.72);
    color: #fff;
    padding: 8px 6px 8px 20px;
    font-size: 1.2rem;
    line-height: 1em;
    letter-spacing: 0.03em;
}

.clientd-review__list {
    padding: 45px 30px 0;
}

.clientd-review__item {
    padding: 16px 30px 11px;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    display: flex;
    align-items: start;
    gap: 30px;
}

.clientd-review__ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.clientd-review__detail {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.clientd-review__prof {
    display: flex;
    align-items: flex-start;
}

.clientd-review__name {
    width: 50%;
    font-size: 1.4rem;
}

.clientd-review__date {
    width: 50%;
    font-size: 1.2rem;
    color: #212121;
    text-align: right;
}

.clientd-review__image {
    width: 90px;
}

.clientd-review__content {
    width: calc(100% - 120px);
}

.clientd-evaluation {
    display: flex;
    max-width: 600px;
    margin: auto;
    width: 90%;
    margin-top: 20px;
}

.clientd-evaluation__item {
    width: calc(100% / 3);
    border: 1px solid #eaeaea;
    text-align: center;
    font-size: 1.4rem;
    padding: 5px 0;
}

.clientd-evaluation__item img {
    display: block;
    width: 29px;
    margin: 7px auto;
}

.clientd-evaluation__item--first {
    transform: translateX(1px);
}

.clientd-evaluation__item--last {
    transform: translateX(-1px);
}

/* ユーザ詳細ページスタイルここまで */

/* プロフィール変更ページスタイルここまで */
.profed__inner {
    width: 100%;
}

.profed__inner--half {
    width: calc(50% - 8px);
}

.profed__large {
    margin-bottom: 25px;
}

.profed__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 17px;
}

.profed__label {
    font-size: 1.4rem;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    font-weight: bold;
}

.profed__input {
    width: 100%;
    padding: 10px 14px;
    font-size: 1.4rem;
    border-radius: 5px;
    border: 2px solid #E6194B;
}

.profed__content {
    width: 100%;
}

.prof__img {
    display: block;
    margin: 10px auto 10px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    object-fit: cover;
}

/* プロフィール変更ページスタイルここまで */

/* よくある質問ページスタイルここまで */
.faq {
    padding: 60px 30px;
}

.faq__content {
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.faq__large {
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    padding: 16px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.faq__large.open {
    background: #D32B4F;
    color: #fff;
}

.faq__detail {
    display: none;
    padding: 20px 33px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 2em;
    display: flex;
    align-items: flex-start;
}

.faq__q {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1em;
    margin-right: 20px;
    color: #e6194b;
}

.faq__large.open .faq__q {
    color: #fff;
}

.faq__a {
    margin-right: 20px;
    display: inline-block;
    font-size: 2.4rem;
    color: #e6194b;
    ;
}


.faq__large::before {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: #2E2E2E;
}

.faq__large.open::before {
    background: #fff;
}

.faq__large::after {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    background: #2E2E2E;
    transition: 0.3s;
}

.faq__large.open::after {
    transform: translateY(-50%) rotate(0deg);
    background: #ffff;
}

.faq__detail a {
    display: inline;
    color: #FF1F4F;
}

/* よくある質問ページスタイルここまで */

/* マイページリストパーツ */

.order__list--box {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.order__list--box .mypage-exhibit__link {
    display: flex;
    gap: 20px;
    border: 1px solid #c0c0c0;
}

.order__list--box .draft__btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.order__list--left {
    width: 160px;
}

.order__list--right {
    width: calc(100% - 160px);
    padding-bottom: 10px;
}

.order__list--status {
    border: 2px solid;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #FF1F4F;
    font-weight: bold;
    padding: 5px 35px;
}

.order__list--box .mypage-exhibit__label {
    font-size: 1.5rem;
}

.order__exhibit--info {
    margin-top: 5px;
    font-size: 13px;
    color: #FF1F4F;
}

.order__exhibit--info .font-bold {
    font-weight: bold;
}

/* マイページリストパーツここまで */

/* 詳細画面住所パーツ */
.orderd__addr {
    display: flex;
    gap: 30px;
}

.orderd__addr .orderd__ship--wrap,
.orderd__addr .orderd__bill--wrap {
    width: 50%;
}

.orderd__ship--inner,
.orderd__bill--inner {
    font-size: 14px;
    background-color: #e9e9e9;
    padding: 15px;
    margin-top: 10px;
}

.orderd__ship--delivery{
    margin-bottom: 10px;
}

.profed__note {
    font-size: 1.2rem;
}

.profed__input--hidden {
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
}

/* 詳細画面住所パーツここまで */

/* 売上管理ページスタイル */
.sales-mng__card {
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 30px;
}

.sales-mng__ttl {
    font-size: 1.8rem;
    font-weight: bold;
}

.sales-mng__price {
    margin-top: 5px;
    font-size: 3.2rem;
}

.sales-mng__link {
    margin: 20px auto 0;
    width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0px;
    color: white;
    border-radius: 100px;
    font-size: 1.5rem;
    background-color: #d32b4f;
}

.sales-mng__link.sales-mng__link--disable {
    background-color: #9d9d9d;
    color: #fff;
}

.sales-mng__icon {
    width: 18px;
}

.sales-mng__large {
    font-size: 2.4rem;
    margin-top: 45px;
}

.sales-mng__list {
    margin-top: 20px;
}

.sales-mng__item {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.sales-mng__date {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.sales-mng__label {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.sales-mng__type {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
    color: #fff;
}

.sales-mng__type--sell {
    background-color: #0075ff;
}

.sales-mng__type--buy {
    background-color: #d32b4f;
}

.sales-mng__en {
    font-size: 16px;
}

/* 売上管理ページスタイルここまで */

.no-news {
    font-size: 1.4rem;
}

.upload__submit--news {
    padding-bottom: 30px;
}

.news__post-date {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.news__ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.news__txt {
    font-size: 1.5rem;
    line-height: 2em;
}

.pagenation{
    text-align: center;
    width: 90%;
        margin: auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.pagenation__arrow {
    width: 30px;
}

.pagenation__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.pagenation__dots {
    width: 10px;
}

.pagenation__link {
    font-size: 2.5rem;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #D32B4F;
    text-align: center;
    border-radius: 100%;
}

.pagenation__link.active {
    color: #fff;
    background-color: #D32B4F;
}

/*レコメンドCSS*/

.search__item--recommend{
    max-width: calc(20% - 9.6px);
}
@media screen and (max-width: 1024px){
    .search__item--recommend {
        width: 100%;
        max-width: none;
    }
}

.recommend{
    margin: 120px auto 60px;
    width: 90%;
    max-width: 1200px;
    background-color: #E8E8E8;
    padding: 60px 0 60px;
    overflow: hidden;
    position: relative;
}

.batch{
    position: absolute;
    right: 10px;
    top: 17px;
    text-align: center;
}

.batch__back{
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    right: -100px;
    top: -150px;
    display: inline-block;
}

.batch__top{
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.recommend__wrap{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    border-radius: 15px;
}

.recommend__ttl{
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 14px;
}

.recommend__line{
    width: 90px;
    height: 7px;
    margin: auto;
    background-color: #D32B4F;
}

.batch__bottom{
    font-size: 46px;
}

.batch__bottom small{
    font-size: 20px;
}

.coupon{
    margin-top: 24px;
    display: inline-block;
    background-color: #fff;
    padding: 9px 50px 9px 26px;
    position: relative;
}

.coupon__wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 33px;
}

.coupon__top{
    display: block;
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 9px;
}

.coupon__under{
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
}

.coupon .fix_img{
    position: absolute;
    width: 130px;
    left: -145px;
    top: -45px;
    z-index: 0;
}

.search__wrap--recommend{
    margin-top: 16px;
}

.search__link--recommend{
    padding: 12px 0;
}

.search__top--recommend{
    margin-top: 35px;
}
/*レコメンドCSSここまで*/


/*以下レスポンシブcss*/
.sp-hum {
    display: none;
}

.header-sp {
    display: none;
}

.menu {
    display: none;
}

.menu-modal {
    display: none;
}

.user_nick{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.6rem;
    margin-right: 40px;
}

.user_img{
    width: 55px;
    height: 55px;
    object-fit: cover; 
    border-radius: 100%;
}

.sp__user{
    display: none;
}

@media screen and (max-width:1230px) {
    .page {
        padding: 130px 0 0;
    }

    .header {
        width: 96%;
    }

    .header__content {
        padding-top: 14px;
        width: calc(100% - 100px);
    }

    .header__left {
        width: 269px;
    }

    .header__search {
        font-size: 1.4rem;
    }

    .icon-nav {
        gap: 10px;
    }

    .icon-nav__img {
        height: 41px;
    }

    .icon-nav__link--exhibit {
        height: 31px;
    }

    .header__link {
        font-size: 1.2rem;
    }

    .search__link {
        font-size: 1.6rem;
    }

    .search__all {
        font-size: 1.3rem;
    }

    .exhibit__tag {
        font-size: 1.1rem;
        top: 5px;
        padding: 5px 6px 5px 11px;
    }

    .news__date {
        font-size: 1.4rem;
    }

    .news__link {
        font-size: 1.2rem;
    }

    .news__all {
        font-size: 1.3rem;
    }

    .arrivals-bottom__link {
        font-size: 1.4rem;
        padding: 17px 63px;
    }

    .arrivals-bottom__search {
        font-size: 1.4rem;
    }

    .arrivals-bottom__icon {
        width: 20px;
    }

    .footer-register__ttl {
        font-size: 1.8rem;
    }

    .footer-register__link {
        font-size: 1.4rem;
        padding: 8px 65px;
    }

    .footer-nav__label {
        font-size: 1.8rem;
    }

    .footer-nav__link {
        font-size: 1.4rem;
    }

    .faq {
        padding: 25px 5%;
    }
}

@media screen and (max-width:1024px) {
    .header {
        width: 100%;
        padding: 10px 5% 13px;
        border-radius: 0;
    }

    .header__nav {
        display: none;
    }

    .default-addr {
        display: none;
    }

    .header__left {
        width: 100%;
        display: none;
    }

    .header__left--sp {
        display: block;
    }

    .header__right {
        width: 100%;
        justify-content: flex-end;
    }

    .header-sp {
        width: 100%;
        display: block;
        margin-top: 20px;
    }

    .search__item {
        width: 100%;
        max-width: none;
    }

    .search__list {
        gap: 0;
    }

    .search__link {
        width: 100%;
        border-radius: 0;
        border-top: 1px solid #E2E2E2;
        background-color: #F8F8F8;
        box-shadow: none;
        justify-content: flex-start;
        padding: 10px 20px;
    }

    .search {
        padding-bottom: 0;
    }

    .arrivals {
        padding-top: 72px;
    }

    .arrivals__top {
        border: none;
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .exhibit__item {
        width: calc(50% - 2.5px);
    }

    .exhibit__list {
        gap: 28px 5px;
    }

    .search__item-wrap {
        width: 100%;
        display: none;
    }

    .serach__button {
        display: block;
    }

    .news__top {
        border: none;
        padding: 0;
        margin-bottom: 30px;
    }

    .news__item {
        border-top: 1px solid #E2E2E2;
    }

    .news__item:last-child {
        border-bottom: 1px solid #E2E2E2;

    }

    .news__link {
        flex-wrap: wrap;
        gap: 0px;
    }

    .news__date {
        width: 100%;
    }

    .news__content {
        width: 100%;
        line-height: 1.5em;
    }

    .footer-logo__link {
        width: 117.45px;
    }

    .footer__right {
        width: 100%;
        margin-top: 30px;
    }

    .banar__link {
        width: 100%;
    }

    .footer-banar {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer-banar__link {
        width: 48%;
    }

    .banar__wrap {
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer-register__wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

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

    .footer-nav {
        gap: 53px;
    }

    .search {
        padding-bottom: 30px;
    }

    .serach__button {
        margin-top: 19px;
    }

    .home__left {
        width: 100%;
    }

    .home__right {
        width: 100%;
    }

    .mypage-exhibit__wrap {
        padding: 0;
    }

    .home__left {
        border: none;
    }

    .home__item {
        width: 100%;
    }

    .home__box {
        width: 100%;
    }

    .home__wrap {
        padding: 25px 5%;
    }

    .mypage-exhibit__list {
        gap: 29px 5px;
    }

    .mypage-exhibit__item {
        width: calc(50% - 2.5px);
    }

    .mypage-exhibit__search {
        display: none;
    }

    .purchase__item {
        width: 180px;
        font-size: 1.4rem;
        gap: 10px;
    }

    .identify__wrap {
        padding: 0;
    }

    .clinetd {
        padding: 0;
    }

    .coupon {
        padding: 20px;
    }

    .coupon__txt{
        text-align: left;
        line-height: 17px;
    }

    .coupon__top{
        display: inline;
        font-size: 15px;
    }

    .coupon__under{
        display: inline;
        font-size: 15px;
    }

    .batch{
        display: none;
    }

    .batch__back{
        display: none;
    }

    .recommend__ttl{
        font-size:20px;
    }

    .recommend {
        padding: 40px 0 40px;
    }

    .fix_img{
        display: none;
    }
}

@media screen and (max-width:769px) {
    .upload {
        padding-left: 0;
    }

    .fv__txt {
        width: 87%;
    }

    .arrivals-bottom__search {
        display: none;
    }

    .footer-nav__left,
    .footer-nav__right {
        width: 100%;
    }

    .footer-nav__list {
        width: 100%;
    }

    .fv__bottom {
        width: 100%;
        display: block;
    }

    .fv__link {
        max-width: none;
        margin: 0 5px;
        transform: translateX(-41%);
    }

    .register-page {
        background-image: url(../img/register-back-sp.jpg);
    }

    .register__logo {
        margin-bottom: 32px;
    }

    .register__catch {
        text-align: left;
    }

    .register__ttl {
        font-size: 3.2rem;
        margin-bottom: 34px;
    }

    .register__form {
        margin-top: 40px;
    }

    .register__label {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .register__input {
        height: 42px;
        font-size: 1.4rem;
    }

    .register__row {
        margin-bottom: 20px;
    }

    .submit {
        flex-wrap: wrap;
        gap: 15px;
    }

    .submit__btn {
        width: 100%;
        font-size: 2rem;
    }

    .submit__link {
        font-size: 1.2rem;
    }

    .register {
        padding: 28px 0 0;
    }

    .page {
        padding: 152px 0 0;
    }

    .register__check {
        font-size: 1.4rem;
    }

    .section__subttl {
        font-size: 1.2rem;
    }

    .home__ttl {
        padding: 18px;
    }

    .draft,
    .setting {
        padding: 0;
    }

    .home__left {
        display: none;
    }

    .menu {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        position: absolute;
        right: 5%;
        top: 160px;
        cursor: pointer;
        color: #D32B4F;
        font-size: 14px;
        border: 2px solid #D32B4F;
        border-radius: 5px;
        padding: 5px 10px;
        font-weight: bold;
        transform: translateY(-50%);
        background-color: #F8F8F8;
    }

    .menu {
        font-size: 1.6rem;
    }

    .menu__icon {
        width: 14px;
    }

    .menu-modal {
        width: 100%;
        height: 100vh;
        position: fixed;
        overflow-y: scroll;
        left: 0;
        top: 0;
        padding-top: 190px;
        padding-bottom: 120px;
        display: none;
        z-index: 2;
        background-color: #fff;
    }

    .menu-modal__wrap {
        width: 90%;
        margin: auto;
    }

    .menu-modal__close {
        position: absolute;
        right: 5%;
        top: 158px;
        font-size: 16px;
        color: #505050;
        text-decoration: underline;
    }

    .purchase__flow {
        width: 100%;
        gap: 0;
        justify-content: space-between;
    }

    .itemd__inner--purchase {
        padding-left: 0;
        padding-right: 0;
    }

    .purchase__item {
        padding: 8px 0;
        font-size: 1.4rem;
        gap: 5px;
        border-radius: 5px;
        width: 30%;
        font-size: 1rem;
    }

    .purchase__flow {
        gap: 8px;
    }

    .itemd__box--purchase {
        width: 100%;
    }

    .purchase__icon {
        width: 12px;
    }

    .itemd__inner--purchase {
        width: 96%;
        margin: auto;
    }

    .itemd__ttl {
        padding: 20px;
    }

    .purchase__step {
        left: 8px;
        font-size: 1rem;
    }

    .purchase__num {
        font-size: 1.6rem;
    }

    .orderd__left {
        width: 120px;
    }

    .order__list--left {
        min-height: 160px;
    }

    .mypage-exhibit__tag {
        top: 10px;
        padding: 5px 6px 5px 10px;
        font-size: 1rem;
        line-height: 1em;
        letter-spacing: 0.03em;
    }

    .orderd__status {
        display: inline-block;
        margin-top: 10px;
        font-size: 10px;
        padding: 3px 15px;
    }

    .identify__ttl {
        font-size: 1.5rem;
    }

    .identify__image {
        margin-bottom: 10px;
    }

    .upload-image__add {
        width: 30%;
        min-height: 130px;
    }

    .upload-image__item {
        width: 30%;
        padding: 5px;
        min-height: 130px;
    }

    .clientd__list {
        padding: 30px 0 0;
    }

    .clientd-review__list {
        padding: 30px 0 0;
    }

    .clientd-review__item {
        gap: 10px;
        padding: 10px;
    }

    .clientd-review__image {
        width: 50px;
    }

    .clientd-review__content {
        width: calc(100% - 60px);
    }

    .clientd-review__ttl {
        font-size: 1.4rem;
    }

    .clientd-review__detail {
        font-size: 1.2rem;
    }

    .clientd-review__name {
        font-size: 1.2rem;
    }

    .draft__top {
        flex-wrap: wrap;
    }

    .draft__ttl {
        width: 100%;
    }

    .draft__btn {
        width: 100%;
        justify-content: flex-end;
        margin-top: 20px;
    }

    .draft__link {
        font-size: 1.4rem;
        padding: 5px 0;
        width: 90px;
    }

    .draft__img {
        width: 60%;
        margin-bottom: 10px;
    }

    .draft__text {
        width: 100%;
    }

    .marker__img {
        width: 90%;
    }

    .marker__close {
        right: 5%;
    }

    .confirm__wrap {
        gap: 0;
    }

    .confirm__left {
        width: 100%;
    }

    .confirm__right {
        width: 100%;
    }

    .orderd__addr{
        flex-wrap: wrap;
    }

    .orderd__addr .orderd__ship--wrap, 
    .orderd__addr .orderd__bill--wrap{
        width: 100%;
    }

    .exhibit__item img{
        height: 173px;
        object-fit: cover; /* この一行を追加するだけ！ */
    }
    .header{
        align-items: flex-start;
    }
    .user_nick{
        margin: 0;
        width: 100%;
        order: 1;
        font-size: 10px;
        text-align: right;
        gap: 0;
    }
    .user_nick{
        display: none;
    }
    .icon-nav{
        flex-wrap: wrap;
        margin: 0;
    }
    .header-sp{
        margin-top: 8px;
    }
    .icon-nav__wrap{
        position: relative;
        padding-bottom: 13px;
    }
    .sp__user{
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 8px;
    }

}

@media screen and (max-width:481px) {

    .upload__select,
    .upload__file,
    .upload__input,
    .upload__textarea {
        font-size: 1.6rem;
    }

    .upload__select,
    .upload__input {
        line-height: 45px;
        height: 45px;
    }

    .header__search {
        font-size: 1.4rem;
        line-height: 36px;
    }

    .icon-nav__img {
        height: 47px;
    }

    .icon-nav__link--exhibit {
        height: 36px;
    }

    .header__logo {
        width: 87px;
    }

    .header__content {
        padding-top: 0;
    }

    .header {
        padding: 15px 3% 13px;
    }

    .home__link {
        font-size: 1.6rem;
    }

    .footer-nav__item {
        height: 32px;
    }

    .faq__content {
        margin-bottom: 16px;
    }

    .faq__a,
    .faq__q {
        font-size: 1.8rem;
        margin-right: 10px;
    }

    .faq__large {
        font-size: 1.4rem;
        padding: 12px 28px 12px 11px;
    }

    .faq__large::before,
    .faq__large::after {
        width: 16px;
    }

    .faq__large::before,
    .faq__large::after {
        right: 8px;
    }

    .faq__detail {
        padding: 12px 11px;
    }

    .breadcrumb {
        overflow-x: scroll;
        padding-right: 111px;
    }
    .marker__modal-image {
        width: 90%;
        max-width: 450px;
    }
}

@media screen and (max-width:390px) {
    .draft__link {
        width: 76px;
    }
    .mypage-exhibit__label{
        margin-top: 5px;
    }
}