html {
    scroll-padding-top: 80px;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.p-page_header__inner__title {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    color: #333333 !important;
}
/*-----------------------------------------------
パンクズ
-----------------------------------------------*/
.breadcrumb {
    padding: 0 60px;
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    color: #333333;
    letter-spacing: 0;
}
.breadcrumb .top_link {
    margin-right: 3px;
}

@media screen and (max-width: 719px) {
    .breadcrumb {
        padding: 0 16px;
        font-size: 14px;
    }
}

/*-----------------------------------------------
トップへ戻るボタン
-----------------------------------------------*/
.pagetop {
    height: 60px;
    width: 60px;
    position: fixed;
    right: 24px;
    bottom: 30px;
    background: #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    transition: .8s;
}
.pagetop.topPage,
.pagetop.otherPage {
    opacity: 0;
}
.pagetop.topPage.is-active,
.pagetop.otherPage.is-active {
    opacity: 1;
}
.pagetop__arrow {
    height: 13px;
    width: 13px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
    .pagetop {
        height: 50px;
        width: 50px;
        right: 26px;
        bottom: 20px;
    }
    .pagetop.topPage {
        bottom: 100px;   
    }
    .pagetop__arrow {
        height: 10px;
        width: 10px;
    }
}
/*-----------------------------------------------
共通クラス
-----------------------------------------------*/
.sp-only {
    display: none;
}
@media screen and (max-width: 719px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}
.u-margin__top--80 {
    margin-top: 80px;
}

.u-margin__bottom--120 {
    margin-bottom: 120px;
}

@media screen and (max-width: 719px) {
    .u-sp-margin__top--40 {
        margin-top: 40px;
    }
    .u-sp-margin__top--25 {
        margin-top: 25px;
    }

    .u-sp-margin__bottom--80 {
        margin-bottom: 80px;
    }
}


#news-column .p-page_header__inner__title,
#law_infos .p-page_header__inner__title,
#base_infos .p-page_header__inner__title,
#privacies .p-page_header__inner__title,
#customer_terms .p-page_header__inner__title,
#contacts-form-view .p-page_header__inner__title,
#customers-password-new-view .p-page_header__inner__title {
    font-weight: 500;
    color: #333333 !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}


@media screen and (max-width: 719px) {
    #news-column .p-page_header__inner__title,
    #law_infos .p-page_header__inner__title,
    #base_infos .p-page_header__inner__title,
    #privacies .p-page_header__inner__title,
    #customer_terms .p-page_header__inner__title,
    #contacts-form-view .p-page_header__inner__title,
    #customers-password-new-view .p-page_header__inner__title,
    #p-faq .p-page_header__inner__title {
        font-size: 22px !important;
    }
}


/*-----------------------------------------------
カート
-----------------------------------------------*/
#cart-show-view .c-cart_item {
    padding: 16px 0;
}

#cart-show-view .u-color__border--border {
    border-color: #333333 !important;
}

#cart-show-view .u-text--body {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#cart-show-view .c-cart_item__info__category {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#cart-show-view .c-cart_item__info__title {
    font-size: 15px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
}

#cart-show-view .c-cart_item__action__delete__btn span {
    font-size: 15px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#cart-show-view .c-cart_item__action__price {
    font-size: 15px !important;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#cart-show-view .c-cart_submit {
    border: none;
}

#cart-show-view .c-cart_submit__block__submit {
    justify-content: flex-end;
    border-radius: 100px;
    font-size: 18px !important;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#cart-show-view .form__inner__bottom__btn_arrow {
    margin-left: 42px;
    margin-right: 16px;
    width: 33px;
}

#cart-show-view .u-text--subhead {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#cart-show-view .c-billing_list {
    background-color: #F8F8F8;
}

#cart-show-view .c-billing_list__title {
    font-weight: 500;
}

#cart-show-view .c-billing_list__total__title {
    font-weight: 500;
}

#cart-show-view .c-billing_list__total__price {
    font-weight: 500;
}



@media screen and (max-width: 719px) {
    .p-cart_content .c-billing_list {
        margin-bottom: 24px;
    }

    .c-cart_submit__block {
        padding-top: 0px;
        padding-bottom: 0;
    }

    #cart-show-view .c-cart_submit__block__submit {
        max-width: 320px;
        height: 60px;
    }
}

/*-----------------------------------------------
購入手続き前画面
-----------------------------------------------*/

.c-product_info__price .sales_price {
    margin-right: 1px;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
}
.c-product_info__price span {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
}
.c-product_info__price .sales_price-include-tax {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
}

.c-product_info__form .c-product_info__form__quantity {
    align-items: baseline;
}
.c-product_info__form__quantity span {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
}
.c-product_info__form__buttons .c-product_info__form__submit {
    border-radius: 100px;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

/*-----------------------------------------------
お知らせ・コラム一覧
-----------------------------------------------*/

#news-column .c-column_item{
    height: 100%;
}

#news-column .u-text--body{
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#news-column .u-text--subhead{
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#news-column .c-column_item__inner__date {
    font-weight: 500;
    font-size: 15px !important;
    letter-spacing: 0;
    margin-top: 8px;
}

#news-column .c-column_item__inner__title {
    margin-top: 8px;
    margin-bottom: 24px;
    letter-spacing: 0;
    color: #333333 !important;
    font-weight: 500;
}

#news-column .c-column_item__inner {
    border-bottom: 1px solid #333333;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#news-column .c-column_item__inner__more {
    margin-top: auto;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    text-align: right;
    text-decoration: none;
}

#news-column .more__arraw {
    margin-left: 16px;
    margin-bottom: 2px;
}

#news-column .c-pagination__list {
    column-gap: 16px;
    border-bottom-width: unset;
    border-bottom-style: unset;
}

#news-column .c-pagination__list__item {
    background-color: #EFEFEF;
    border-radius: 50px;
    color: var(--color-text-body);
}


#news-column .is-active {
    background-color: #333333;
    border-radius: 50px;
    color: #ffffff;
}

#news-column .c-pagination__list__item.is-active:after  {
    content: none;
}


#news-column .c-pagination__list__item__next .u-icon--arrow {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 13px;
    height: 13px;
    transform: translateX(-25%) rotate(45deg);
}

#news-column .c-pagination__list__item__next .u-icon--arrow::before {
    content: "";
    position: absolute;
    background: currentColor;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
}

#news-column .c-pagination__list__item__next .u-icon--arrow::after {
    content: "";
    position: absolute;
    background: currentColor;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
}

#news-column .c-pagination__list__item__prev .u-icon--arrow {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 13px;
    height: 13px;
    transform: translateX(25%) rotate(45deg);
}

#news-column .c-pagination__list__item__prev .u-icon--arrow::before {
    content: "";
    position: absolute;
    background: currentColor;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
}

#news-column .c-pagination__list__item__prev .u-icon--arrow::after {
    content: "";
    position: absolute;
    background: currentColor;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
}


@media screen and (max-width: 719px) {
    #news-column  .c-column_item__inner__date {
        font-size: 12px !important;
    }
    #news-column .c-column_item__inner__title {
        margin-bottom: 16px;
        font-size: 12px !important;
    }
    #news-column .c-column_item__inner__more {
        font-size:  12px !important;
    }
    #news-column .p-column__inner__list .medium-up--one-3:not(:first-child) {
        margin-top: unset;
    }
    #news-column .p-column__inner__list {
        display: flex;
    }
    #news-column.medium-up--one-3:not(:nth-child(3n+1)) {
        margin-left: unset;
    }
    #news-column .medium-up--one-3:not(:nth-child(2n+1)) {
        margin-left: 16px;
    }
    #news-column .medium-up--one-3:nth-child(n+3) {
        margin-top: 32px !important;
    }
    #news-column .medium-up--one-3 {
        width: calc((100% - 16px) / 2);
    }
}

/*-----------------------------------------------
フリーページ
-----------------------------------------------*/
.p-page_content {
    padding: 0;
}

.p-page_content__inner {
    max-width: 1080px;
}

.page_table__width {
    max-width: 1080px;
}


/*-----------------------------------------------
当サイトについて・特定商取引法に基づく表記
-----------------------------------------------*/


#law_infos .p-page_table__inner,
#base_infos .p-page_table__inner {
    max-width: 800px;
}

#law_infos .c-table tbody tr:first-child,
#base_infos .c-table tbody tr:first-child {
    border-top: none;
}

#law_infos .u-color__border--border,
#base_infos .u-color__border--border {
    border-color: #CCCCCC !important;
}

#law_infos .u-text--strong,
#base_infos .u-text--strong {
    vertical-align: top;
    font-weight: 500;
    font-size: 15px !important;
    letter-spacing: 0;
    width: 150px;
    max-width: 100%;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#law_infos .u-text--body ,
#base_infos .u-text--body {
    font-size: 15px !important;
    letter-spacing: 0;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}


@media screen and (max-width: 719px) {
    .c-table tbody tr {
        padding: 16px 0;
    }

    #law_infos .u-text--strong,
    #base_infos .u-text--strong  {
        width: 100%
    }
}

/*-----------------------------------------------
プライバシーポリシー・利用規約
------------------------------------------------*/
#privacies .u-text--head,
#customer_terms .u-text--head {
    color: #333333 !important;
    font-weight: 400;
}

#privacies .p-page_content__inner,
#customer_terms .p-page_content__inner {
    max-width: 800px;
}

#privacies .u-text--subhead,
#customer_terms .u-text--subhead {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0;
}

#privacies .u-text--body,
#customer_terms .u-text--body {
    letter-spacing: 0.1px;
    font-size: 15px !important;
    word-wrap: break-word;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#privacies .p-page_content__inner > ul > li:not(:last-child),
#customer_terms .p-page_content__inner > ul > li:not(:last-child) {
    margin-bottom: 40px;
}

/*-----------------------------------------------
配送料について
------------------------------------------------*/
#souryou .p-page_content__inner {
    padding: 0 15px;
}

#souryou .p-page_content {
    padding: 0;
}

#souryou .u-text--head {
    color: #333333 !important;
    font-weight: 600;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#souryou .shipping_subhead {
    font-size: 16px;
}

#souryou .shipping_table_title {
    text-align: left;
    margin-bottom: 8px;
}

#souryou .announcement_text {
    margin-top: 0px;
}

#souryou .regular_shipping,
#souryou .course_shipping {
    margin: 40px auto 0;
    max-width: 1017px;
}

#souryou .course_shipping {
    margin-top: 80px;
}

#souryou .shipping_table_wrap {
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
}

#souryou table th,
#souryou table td {
    border: 1px solid #CCCCCC;
    font-size: 15px;
    letter-spacing: -0.4px;
}

#souryou table th {
    width: 92px;
    text-align: left;
    padding: 8px 16px;
}

#souryou table td {
    width: 77px;
    padding: 8px 16px;
}

@media screen and (min-width: 1097px) {
    #souryou .announcement_text {
        display: none;
    }
}

@media screen and (max-width: 1048px) {
    #souryou .shipping_table_wrap {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 999px) {
    #souryou .announcement_text {
        display: block;
    }
}

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


    #souryou .u-text--head {
        font-size: 22px !important;
    }

    #souryou .course_shipping {
        margin-top: 40px;
    }
}





/*-----------------------------------------------
BIDISHの想い（Missionページ）
------------------------------------------------*/
#mission {
    margin-bottom: -120px;
    color: #333 !important;
}
#mission .p-page_header__inner__title {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
    color: #333 !important;
}
#mission .mission__inner {
    max-width: 1080px;
}
#mission .p-page_content {
    padding: 0 40px;
}
.mission_top {
    margin-bottom: 74px;
    display: flex;
    justify-content: space-between;
    gap: 5%;
}
.mission_top__image {
    width: 200px;
}
#mission .mission_top__text__wrap p {
    position: relative;
    margin-top: 0;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#mission .mission_top__text {
    line-height: 2.3;
}

.mission_top__text_vision__wrap {
    margin-top: 56px;
}
.mission_top__text_vision__wrap p::after {
    content: '';
    position: absolute;
    margin-left: 12px;
    transform: translateY(-50%);
    top: 50%;
    height: 1px;
    width: calc(100% - 70px);
    background-color: #333333;
}
#mission .mission_top__text_vision__read {
    margin-top: 8px;
    font-size: 32px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}
.mission_bottom {
    margin-left: calc(50% - 50vw);
    padding: 120px 17.7%;
    background-image: url("https://d2w53g1q050m78.cloudfront.net/bidishjp/uploads/img/section_menu_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
}
#mission .mission_bottom__title {
    margin-bottom: 8px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}
.mission_bottom__movie__wrap {
    aspect-ratio: 1080 / 605;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.mission_bottom__movie__wrap iframe {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 719px) {
    #mission .p-page_header__inner__title {
        font-size: 22px !important;
    }

    #mission .p-page_content {
        padding: 0;
    }

    .mission_top {
        padding: 0 16px;
        flex-direction: column;
        gap: 0;
    }

    .mission_top__image {
        margin-left: auto;
        margin-right: auto;
        width: 150px;
    }

    .mission_top__text__wrap {
        margin-top: 60px;
    }

    .mission_top__text_vision__read {
        font-size: 24px;
    }

    .mission_bottom {
        padding: 80px 16px;
    }

    #mission .mission_bottom__title {
        font-size: 24px;
    }
}

/*-----------------------------------------------
お問い合わせ・ログイン・パスワードリセット共通クラス
-----------------------------------------------*/
#contacts-form-view .u-color__border--input,
#customers-sessions-sign-in-view .u-color__border--input {
    border: 1px solid #888888;
    border-radius: 0;
}

#customers-sessions-sign-in-view .p-login__inner__registration__bottom__btn,
#contacts-form-view .p-account_form__inner__bottom__btn {
    margin: 0 auto;
    font-size: 18px !important;
    border-radius: 99px;
    font-weight: 500;
    justify-content: flex-end;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#contacts-form-view .form__inner__bottom__btn_arrow {
    margin-left: 42px;
    margin-right: 16px;
    width: 33px;
}

#customers-sessions-sign-in-view  .form__inner__bottom__btn_arrow {
    margin-left: 52px;
    margin-right: 16px;
    width: 33px;
}

#customers-sessions-sign-in-view .p-login__inner__login__bottom__submit,
#customers-password-new-view .p-account_form__inner__bottom__mailbtn {
    margin: 0 auto 16px;
    justify-content: flex-end;
    font-size: 18px !important;
    border-radius: 99px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    white-space: nowrap;
}

#customers-sessions-sign-in-view .form__inner__bottom__input__arrow {
    margin-left: 66px;
    margin-right: 16px;
    width: 33px;
}

#customers-password-new-view .form__inner__bottom__input__arrow {
    margin-left: 8px;
    margin-right: 16px;
    width: 33px;
}

#contacts-form-view .u-text--body,
#customers-sessions-sign-in-view .u-text--body,
#customers-password-new-view .u-text--body {
    color: #333333 !important;
    font-size: 15px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#contacts-form-view .u-text--link,
#customers-sessions-sign-in-view .u-text--link,
#customers-password-new-view .u-text--link {
    color: #333333 !important;
    font-size: 15px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

@media screen and (max-width: 719px) {
    #contacts-form-view .p-account_form__inner__bottom__btn,
    #customers-sessions-sign-in-view .p-login__inner__login__bottom__submit,
    #customers-sessions-sign-in-view .p-login__inner__registration__bottom__btn {
        max-width: 320px;
        height: 60px;
    }
}
/*-----------------------------------------------
お問い合わせ
-----------------------------------------------*/
#contacts-form-view .p-contact__read {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    text-align: center;
    font-size: 15px;
    color: #333333 !important;
}

#contacts-form-view .p-contact__read a {
    text-decoration: underline;
}

#contacts-form-view .p-contact__head {
    margin-top: 24px;
    margin-bottom: 32px;
}

#contacts-form-view .p-contact__head__title {
    text-align: left;
    margin-bottom: 8px;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    color: #333333 !important;
    font-size: 18px !important;
}

#contacts-form-view .u-text--body {
    color: #333333 !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#contacts-form-view .u-color__text--alert {
    color: #940D0D;
}

#contacts-form-view .c-form_table > tbody > tr > th,
#contacts-form-view .c-form_table--confirm > tbody > tr > th {
    padding: 20px 22px 10px 0;
    font-size: 15px !important;
}

#contacts-form-view .c-form_table > tbody > tr > td,
#contacts-form-view .c-form_table--confirm > tbody > tr > td {
    padding: 12px 0;
}

#contacts-form-view .c-form_table__checkbox {
    justify-content: center;
}

#contacts-form-view .c-form_table__checkbox input {
    border: 1px solid #888888;
    border-radius: 0;
    margin-right: 8px;
}

#contacts-form-view .c-form_table > tbody > tr > td textarea {
    height: 240px;
}

#contacts-form-view .c-form_table__newsletter {
    padding: 0;
    margin-top: 40px;
}

#contacts-form-view .p-account_form__inner__bottom {
    margin-top: 24px;
}

@media screen and (max-width: 719px) {
    #contacts-form-view .p-contact__read {
        text-align: left;
    }

    #contacts-form-view .p-contact__head {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #contacts-form-view .p-contact__head__notes {
        margin-top: 8px;
    }

    #contacts-form-view .c-form_table > tbody > tr > th,
    #contacts-form-view .c-form_table--confirm > tbody > tr > th {
        padding: 0;
        margin-bottom: 0;
    }

    #contacts-form-view .c-form_table > tbody > tr > td,
    #contacts-form-view .c-form_table--confirm > tbody > tr > td {
        padding: 0;
    }

    #contacts-form-view .c-form_table > tbody > tr:not(:last-child),
    #contacts-form-view .c-form_table--confirm > tbody > tr:not(:last-child) {
        margin-bottom: 24px;
    }

    #contacts-form-view .c-form_table__tel .u-text--input {
        max-width: 105px;
    }
}

/*-----------------------------------------------
ログイン
-----------------------------------------------*/
#customers-sessions-sign-in-view .p-page_header{
    padding-bottom: 51px;
    margin-bottom: 0;
}

#customers-sessions-sign-in-view .p-page_header__inner__title {
    font-size: 24px !important;
    font-weight: 500;
    color: #333333 !important;
}

#customers-sessions-sign-in-view .c-form_table > tbody > tr > th,
#customers-sessions-sign-in-view .c-form_table--confirm > tbody > tr > th {
    padding: 20px 10px 10px 0;
    font-size: 15px !important;
}

#customers-sessions-sign-in-view .c-form_table > tbody > tr > td,
#customers-sessions-sign-in-view .c-form_table--confirm > tbody > tr > td {
    padding: 8px 0;
    font-size: 15px !important;
}

#customers-sessions-sign-in-view .c-form_table__checkbox__text {
    text-decoration: underline;
}

#customers-sessions-sign-in-view .p-login__inner__login__bottom {
    margin-top: 24px;
}


#customers-sessions-sign-in-view .p-login__inner__registration__bottom{
    margin-top: 24px;
}

#customers-sessions-sign-in-view .p-login__inner__registration__text{
    line-height: 1.5;
}


#customers-sessions-sign-in-view .u-color__text--alert{
    background: unset;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    color: #940D0D;
}

@media screen and (max-width: 719px) {
    #customers-sessions-sign-in-view .control-alert, .alert, .alert-danger {
        margin-bottom: 50px;
    }

    #customers-sessions-sign-in-view .p-page_header{
        padding-bottom: 24px;
    }

    #customers-sessions-sign-in-view .c-form_table > tbody > tr > th,
    #customers-sessions-sign-in-view .c-form_table--confirm > tbody > tr > th {
        padding: 0;
        margin-bottom: 0;
    }

    #customers-sessions-sign-in-view .c-form_table > tbody > tr:not(:last-child),
    #customers-sessions-sign-in-view .c-form_table--confirm > tbody > tr:not(:last-child) {
        margin-bottom: 16px;
    }

    #customers-sessions-sign-in-view .c-form_table > tbody > tr > td,
    #customers-sessions-sign-in-view .c-form_table--confirm > tbody > tr > td {
        padding: 0;
    }

    #customers-sessions-sign-in-view .p-login__inner__login__bottom {
        margin-top: 24px;
    }

    #customers-sessions-sign-in-view .p-login__inner__registration {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #333333;
    }
}
/*-----------------------------------------------
パスワードリセット
-----------------------------------------------*/
#customers-password-new-view .p-page_header__inner__lead{
    margin-top: 80px;
    line-height: 1.5;
}

#customers-password-new-view .p-account_form {
    margin-top: 24px;
}

#customers-password-new-view .p-account_form__inner__bottom {
    margin-top: 40px;
}

#customers-password-new-view .p-account_form__inner__bottom__mailbtn {
    max-width: 538px;
}

@media screen and (max-width: 719px) {
    #customers-password-new-view .p-page_header__inner__lead{
        margin-top: 40px;
    }

    #customers-password-new-view .c-form_table > tbody > tr > th,
    #customers-password-new-view .c-form_table--confirm > tbody > tr > th {
        margin-bottom: 0;
    }

    #customers-password-new-view .p-account_form__inner__bottom__mailbtn {
        justify-content: center;
        max-width: 358px;
        font-size: 14px !important;
        white-space: normal;
    }

    #customers-password-new-view .form__inner__bottom__input__arrow {
        display: none;
    }
}

/*-----------------------------------------------
FAQページ
-----------------------------------------------*/
#p-faq {
    background-color: #FFFFFF;
}

#p-faq .p-page_header__inner__title {
    font-weight: 500;
}

#p-faq h2 {
    border-bottom: 1px solid #333333;
    color: #333333 !important;
    text-align: left;
    margin-bottom: 0;
    font-size: 24px;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}


#p-faq .p-faq__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
}

#p-faq .p-faq__link__wrap {
    padding: 16px;
    background-color: #EAEAEA;
}


#p-faq .p-faq__link__wrap ul {
    position: sticky;
    top: 86px;
}

#p-faq .p-faq__link__wrap ul li {
    position: relative;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    width: 208px;
    max-width: 100%;
}

#p-faq .p-faq__link__wrap ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

#p-faq .p-faq__link__wrap ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    border-color: #333333;
    border-right: 1px solid;
    border-bottom: 1px solid;
    right: 10px;
    width: 9px;
    height: 9px;
}


#p-faq .p-faq__link {
    display: block;
    padding: 8px 12px;
    text-align: left;
    font-size: 13px;
    width: 100%;
}

#p-faq .u-text--body {
    position: relative;
    top: -2px;
    color: #333333 !important;
    font-size: 16px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#p-faq .p-faq__inner__list {
    margin-left: 40px;
    margin-bottom: 120px;
    max-width: 100%;
    width: 798px;
    border-top-width: unset;
    border-top-style: unset;
}

#p-faq .p-faq__inner__list__item {
    border-color:#EAEAEA !important;
    position: relative;
}

#p-faq .p-faq__inner__list__item:last-of-type {
    margin-bottom: 40px;
}


#p-faq .u-text--subhead {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-size: 24px !important;
    font-weight: normal;
}

#p-faq .u-text--strong {
    font-size: 16px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#p-faq .p-faq__inner__list__item__question {
    padding: 27px 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    letter-spacing: 0.3px;
    color: #333333 !important;
}

#p-faq .p-faq__inner__list__item__question span {
    position: static;
    margin-top: 3px;
    margin-bottom: auto;
}

#p-faq .circle {
    margin-left: auto;
    flex-shrink: 0;
    pointer-events: none;
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #333333;
    border-radius: 99px;
    background-color: transparent;
}

#p-faq .circle::before,
#p-faq .circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 12px;
    height: 1px;
    background-color: #333;
    border-top: unset;
    border-right: unset;
}

#p-faq .circle::after {
    transform: translate(-50%,-50%) rotate(90deg);
    transition: 0.3s;
}

#p-faq .is-open .circle::after {
    transform: translate(-50%,-50%);
}


#p-faq .p-faq__inner__list__item__answer {
    padding: 12px 16px;
    margin-bottom: 24px;
    background-color: #EAEAEA;
    letter-spacing: 0px;
}

#p-faq .p-faq__inner__list__item__answer_wrap {
    display: flex;
    gap: 16px;
}

#p-faq .p-faq__inner__list__item__answer .u-text--subhead {
    position: static;
}


@media screen and (max-width: 719px) {
    #p-faq h2 {
        font-size: 20px;
    }

    #p-faq .p-faq__inner {
        display: block;
    }

    #p-faq .p-faq__link__wrap {
        background-color: unset;
        padding: 0;
        margin-bottom: 47px;
    }

    #p-faq .p-faq__link__wrap ul li {
        width: 100%;
        font-weight: 700;
        border: 1px solid #333333;
    }

    #p-faq .p-faq__link__wrap ul li:not(:last-of-type) {
        margin-bottom: 16px;
    }

    #p-faq .p-faq__inner__list {
        margin-left: 0;
    }

    #p-faq .p-faq__link__wrap ul li::after {
        transform: translateY(-50%) rotate(45deg);
    }

    #p-faq .p-faq__link {
        padding: 18px 16px;
        font-size: 16px;
    }

    #p-faq .p-faq__inner__list__item__question {
        padding: 27px 0 27px 18px;
    }

    #p-faq .p-faq__inner__list__item__answer {
        padding: 16px;
    }
}

/*-----------------------------------------------
セットメニュー・商品の一覧画面
-----------------------------------------------*/
#add_product_async_view .p-list_header {
    padding-left: 0;
    padding-right: 0;
}

#add_product_async_view .p-list_header__inner {
    border-bottom: 1px solid #333;
}

#add_product_async_view .p-list_header__inner__title {
    font-weight: 600;
    font-family: YuGothic;
}

#add_product_async_view .p-product_list__list {
    justify-content: space-between;
}

.p-product_list .medium-up--one-3 {
    margin-bottom: 40px;
}

.p-product_list .medium-up--one-3:nth-child(n+4) {
    margin-top: 0px;
}

#add_product_async_view .p-product_list .medium-up--one-3:not(:nth-child(3n+1)) {
    margin-left: 0;
}

#add_product_async_view .item_op1.empty_box {
    padding-top: 0px;
}

#add_product_async_view .c-product_item__inner__content {
    margin-top: 0;
}

.c-product_item__inner__title {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 15px !important;
    color: #333333 !important;
}

#add_product_async_view .item_op1 {
    margin-top: auto;
}

#add_product_async_view .item_op1 .component_list {
    gap: unset;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

#add_product_async_view .item_op1 .component_list li {
    width: 50%;
    height: 28px;
    border-radius: unset;
    font-size: 12px;
    letter-spacing: 0;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-top: unset;
    border-left: unset;
}

#add_product_async_view .c-product_item__inner__price {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333333 !important;
}

#add_product_async_view .to_detail_link a {
    border-radius: 100px;
    color: #333333 !important;
}

@media screen and (min-width: 720px) {
    .p-product_list #add_product_async_view .medium-up--one-3:not(:nth-child(3n+1)) {
        margin-left: 0px;
    }
}

@media screen and (max-width: 719px) {
    .p-product_list {
        padding-right: 4.1%;
        padding-left: 4.1%;
    }

    #add_product_async_view .p-list_header {
        padding-left: 0;
        padding-right: 0;
    }

    #add_product_async_view .p-list_header__inner__title {
        margin-bottom: 0;
        text-align: left;
        font-size: 22px !important;
    }

    .p-product_list #add_product_async_view .medium-up--one-3 {
        width: 48%;
    }

    #add_product_async_view .p-product_list__list {
        gap: 40px 2%;
    }

    #add_product_async_view .item_op1.empty_box {
        padding-top: 8px;
        margin-bottom: 0;
        height: 0;
    }
    #add_product_async_view .item_op1 .component_list li {
        font-size: 9px;
    }
}

/*-----------------------------------------------
フローティングリンク（TOP＆商品詳細）
-----------------------------------------------*/
#floting_link {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 900;
    text-align: center;
    transition: .8s;
    opacity: 0;
    pointer-events: none;
}
#floting_link.is-active {
    opacity: 1;
    pointer-events: auto;
}
#floting_link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 338px;
    height: 72px;
    color: #fff;
    background: #940D0D;
    border-radius: 40px;
    box-shadow: 0px 4px 2px 0px #00000033;
    font-size: 20px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}
#floting_link a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 30px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
    #floting_link {
        bottom: 20px;
    }
}