
:root {
    --color-main: #F6DB48;
    --color-sub: #F2F2F2;
    --color-button: #000;
    --color-text: #000;
    --color-title:#000;     
}

@media print, screen and (min-width: 768px) {
    html {
        min-width: 1140px;
        /* min-width: 1080px; */
        overflow-x: auto;
    }
    
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.p-login__header {
    padding: 20px;
}

.mt20 {
    margin-top: 20px !important;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}


.c-inner {
    padding: 0 20px;
}

.c-item__group {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .c-inner {
        padding: 0;
    }

    .main-other {
        padding: 0;
    }

    .c-item__group .productLists {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .p-login__header {
        padding: 12px 0;
    }


    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}
#section404,
main {
    padding: 89px 0 0;
}

header.login ~#section404,
header.login ~ main {
    padding: 141px 0 0;
  }

  @media print,screen and (min-width: 768px) {
    
header.virtuallogin ~#section404,
    header.virtuallogin ~ main {
        padding: 132px 0 0;
      }

  }

.p-login__header--inner {
    max-width: 1200px;
    margin: auto;
}

.p-login__header--inner img {
    height: 60px;
}

.p-login__alert {
    /* position: relative; */
    display: flex;
    justify-content: center;
    border: 1px solid #FF0000;
    background: #FFF0F0;
    border-radius: 6px;
    margin-top: 10px;
    padding: 10px;
}

/* .p-login__alert::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 25px;
    height: 22px;
    background-image: url(../img/alert.png);
    background-size: cover;
} */

.p-login__alert--list {
    padding: 10px 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FF0000;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    align-items: center;
}

.p-login__alert--mark {
    flex-grow: 1;
    align-items: center;
    display: flex;
    /* justify-content: center; */
    justify-content: end;
    margin-right: 1em;
}

.p-login__alert--damy {
    flex-grow: 1;
}

.modal__alert--list {
    align-items: flex-start;
}

.modal__alert--mark {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .p-login__alert::after {
        left: 5px;
        width: 18px;
        height: 15px;
    }

    .p-login__alert--list {
        font-size: 12px;
    }

    .p-login__header--inner {
        text-align: center;
    }

    .p-login__header--inner img {
        height: 40px;
    }

    textarea#naiyo,
    select[name="komoku"] {
        width: 100%;
    }

    input#name1,
    input#name2,
    input#SeiKana,
    input#MeiKana {
        width: 47%;
        padding: 1em;
    }

    .tableInfo textarea,
    .tableInfo input[type="text"],
    .tableInfo input[type="number"],
    .tableInfo input[type="email"],
    .tableInfo select,
    .tableInfo input[type="tel"] {
        padding: 1em;
        font-size: 14px;
    }

    input#Tel1,
    input#Tel2,
    input#Tel3 {
        width: 24%;
    }

    input[name="add2"] {
        width: 100%;
    }


}


.p-login__copy {
    font-size: 22px;
    text-align: center;
    margin: 20px auto;
    font-weight: bold;
}

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

    .p-login__copy {
        font-size: 14px;
        margin: 100px auto;
    }


    input#name1,
    input#name2,
    input#SeiKana,
    input#MeiKana {
        width: 70%;
        padding: .5em;
    }
}

.p-login {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.p-login__main {
    background-color: rgba(168, 204, 137);
    text-align: center;
    padding: 20px 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pass-resetting {
    color: #3A312D;
    margin-top: 10px;
    font-size: 16px;
}

.pass-resetting a {
    color: #3A312D;
    text-decoration: underline;
}

@media print,
screen and (min-width: 768px) {
    .pass-resetting {
        font-size: 14px;
    }

    .p-login__main {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 480px;
        background-color: rgba(168, 204, 137, 0.85);
        border-radius: 15px;
    }
}

.p-login__form--wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.p-login__form--sideNote {
    color: #707070;
    font-size: 1.6rem;
    margin-top: 8px;
    margin-right: auto;
}

.p-login__form--newUser {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
}

.p-login__form--newUser.p-login__form--edit input[name="reissue_sei"],
.p-login__form--newUser.p-login__form--edit input[name="reissue_mei"] {
        width: calc(50% - 34px) !important;
}

.p-login__form--edit {
    margin-top: 20px;
}

.p-login__form dt {
    color: #230102;
    width: 100%;
    font-size: 16px;
}

.p-login__form dd {
    width: 100%;
}

.p-login__form--box {
    width: 100%;
    font-size: 18px;
    padding: 10px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    border: solid 1px #707070;
    border-radius: 8px;
}

.p-login__form--select select {
    width: 31%;
    margin: 0 2% 0 0;
    font-size: 18px;
    padding: 10px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-login__form--select:last-of-type select {
    margin-right: 0;
}

.p-login__form--btn  {
        max-width: 360px;
        width: 90%;
        background-color: #000;
        color: #FFF;
        font-size: 2.2rem;
        font-weight: bold;
        font-family: var(--brand-font);
        margin: 30px auto;
        padding: 14px 38px 14px 14px;
        border-radius: 24px;
        box-sizing: border-box;
        display: block;
        position: relative;
        text-align: center;
      }
      .p-login__form--btn:hover {
          background-color: #FFF;
        color: #000;
        border: 3px solid #000;
      }
      .p-login__form--btn:hover {
        background-color: #FFF;
        color: #000;
        border: 3px solid #000;
      }
      .p-login__form--btn:hover:after {
        background-image: url("../img/arrow-black.png");
        transition: all .3s;
        right: 15px;
      }
      .p-login__form--btn::after {
        content: "";
        background-image: url("../img/arrow-white.png");
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 30px;
        top: 5px;
        bottom: 0;
        margin: auto 0 ;
       
        background-repeat: no-repeat;
      }

#modalLogin .p-login__form--btn  {
    max-width: 260px;
    width: 90%;
}
        width: 360px;
.p-login__form--btn:disabled {
    background-color: #dddddd;
}

.p-login__info {
    margin: 24px 0 0;
    /*background-color: #fbeef5;*/
}

.p-login__info p {
    font-size: 16px;
    color: #FF0000;
    font-weight: 500;
    text-align: center;
}

.p-login__cap {
    color: #230102;
    margin-top: 25px;
    text-align: center;
}

.p-login__cap p:nth-child(2) {
    margin-top: 15px;
}

.p-login__cap a {
    color: var(--color-text);
    text-decoration: underline;
}

.p-login__goods {
    text-align: center;
    margin: 30px 0;
}

.p-login__goods--btn {
    background: #fff;
    color: var(--color-text);
    padding: 10px 22px;
    border-radius: 4px;
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--brand-font);
    border: none;
    line-height: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

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

    .p-login__goods--btn {
        background: transparent;
        color: var(--color-main);
        padding: 10px 22px;
        border-radius: 0;
        font-size: 1.6rem;
        font-weight: bold;
        font-family: var(--brand-font);
        border: none;
        line-height: 1;
        box-shadow: none;
        text-decoration: underline;
    }
}

.p-login__noteBox {
    display: flex;
    justify-content: center;
}

.p-login__note {
    color: #230102;
    margin-top: 20px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.p-login__note__center {
    align-items: center;
}

.p-login__note a {
    color: var(--color-text);
    text-decoration: underline;
}

.p-login__note p:nth-child(2) {
    margin-top: 15px;
}

.p-login__note p:nth-child(3) {
    margin-top: 15px;
}

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

    .p-login__cap p:nth-child(2) {
        margin-top: 5px;
    }

    .p-login__form--sideNote {
        font-size: 14px;
    }

    .p-login__form--newUser {
        gap: 10px;
        margin-top: 25px;
    }

    .p-login__form--select select {
        font-size: 16px;
        width: 30%;
    }

    .p-login__form dt {
        font-size: 14px;
    }

    .p-login__form--box {
        font-size: 16px;
        padding: 5px;
        margin-top: 5px;
        border-radius: 5px;
    }

    .p-login__form--btn {
        font-size: 2.2rem;
    }

    #modalMail .p-login__form--btn {
        width: auto;
        font-size: 16px;
        padding: 10px 15px;
    }

    #modalOnetimeFix .p-login__form--btn {
        padding: 10px 0;
    }

    /* .modal-onetimeFix {
        width: auto;
        font-size: 16px;
        padding: 5px 15px;
    } */

    .p-login__info {
        margin: 16px 0 0;
    }

    .p-login__info p {
        font-size: 14px;
        text-align: left;
    }

}

.p-login_mobal {
    display: none;
}

.p-login_mobal .layer_board_bg {
    display: block;
    opacity: 0.7
}

.p-login_mobal .layer_board {
    padding: 30px;
    font-size: 18px;
    max-width: 500px;
    display: block;
    width: 96%;
    box-sizing: border-box;
}

.p-login_mobal .p-login__form--box {
    width: 100%;
    font-size: 18px;
    padding: 10px;
    border: 1px solid;
    margin: 30px 0 0;
}

#layer_board_area2 .btn .btn_close {
    position: inherit;
    color: #000;
    width: 98%;
    margin: 30px auto;
    background-color: #ccc;
    color: #000;
    padding: 15px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.p-login_moba--cap {
    font-size: 14px;
}

.p-login_moba--cap a {
    text-decoration: underline;
}

#popup_sample .layer_board h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.popup_sample_txt {
    text-align: left;
    font-size: 15px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #layer_board_area2 .btn .btn_close {
        font-size: 16px;
        padding: 10px;
    }

    .p-login_mobal .p-login__form--box {
        width: 100%;
        font-size: 16px;
        padding: 10px;
        border: 1px solid;
        margin: 30px 0 0;
    }
}

.p-topmodal {
    padding: 50px 70px;
    box-sizing: border-box;
}

.p-topmodal__text {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 18px;
    line-height: 1.8;
    margin: 30px 0 50px;
    text-align: left;
}

.modal-live {
    width: 220px;
    font-size: 16px;
    padding: 12px;
    box-sizing: border-box;
    border: solid 1px #707070;
    border-radius: 10px;
    background: #fff;
    color: #230102;
}

.alert-frame {
    border: solid 1px #FF0000;
}

@media screen and (max-width: 767px) {
    .modal-live {
        padding: 5px;
        border-radius: 5px;
    }
}


@media screen and (max-width: 767px) {
    .p-topmodal {
        padding: 20px 20px;
    }


    .p-topmodal__title img {
        width: 80%;
    }

    .p-topmodal__name img {
        width: 50%;
    }


    .p-topmodal__text {
        font-size: 12px;
        line-height: 1.6;
        margin: 20px 0 30px;
        font-weight: bold;
    }


}

.top_special .l-section__title img {
    width: 52px;
}


@media screen and (min-width: 768px) {

    .top_special .list .list-item.is-hidden {
        display: block;
    }

    .top_special .l-section__title img {
        width: 72px;
    }

    .top_special .c-flex__wrap {
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
        max-width: 1019px;
    }

    .top_special .c-more {
        display: none;
    }
}

.p-topitem .l-section__title img {
    width: 42px;
}


@media screen and (min-width: 768px) {

    .p-topitem .l-section__title img {
        width: 72px;
    }
}

.p-topitem .c-flex__wrap {
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}

.p-topitem__box {
    background-color: #eeeeee;
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 15px;
    width: 49%;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    /*.p-topitem__box.is-hidden {
        display: none;
    }*/

    .p-topitem__box {
        border-radius: 0;
    }

    .p-topitem__box .l-section__3cl {
        width: 130%;
    }

    .p-topitem .l-section__wrap {
        margin: auto;
    }
}

.p-topitem__box .l-section__3cl--list {
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    height: auto;
}

.p-topitem__box .c-flex {
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}

.p-topitem_all {
    margin: 20px 0;
    text-align: center;
}

.p-topitem_all .catall a {
    background-color: #feda54;
    width: 520px;
    padding: 16px 0;
}

.p-toprank__cat.cat1 {
    background-color: #c6de8a;
}

.p-toprank__cat.cat2,
.p-topitem__box:nth-of-type(2) .c-more__arrow a {
    background-color: #87bce6
}

.p-toprank__cat.cat3,
.p-topitem__box:nth-of-type(3) .c-more__arrow a {
    background-color: #f3a7b5
}

.p-toprank__cat.cat4,
.p-topitem__catbox--inner .c-more__arrow:nth-of-type(1) a,
.p-topitem__box:nth-of-type(4) .c-more__arrow a {
    background-color: #ceb0d3;
    width: 230px;
}

.p-toprank__cat.cat5,
.p-topitem__catbox--inner .c-more__arrow:nth-of-type(2) a,
.p-topitem__box:nth-of-type(5) .c-more__arrow a {
    background-color: #8dc992
}

.p-toprank__cat.cat6,
.p-topitem__catbox--inner .c-more__arrow:nth-of-type(3) a,
.p-topitem__box:nth-of-type(6) .c-more__arrow a {
    background-color: #d5cf73
}

.p-toprank__cat.cat7,
.p-topitem__catbox--inner .c-more__arrow:nth-of-type(4) a,
.p-topitem__box:nth-of-type(7) .c-more__arrow a {
    background-color: #fac67a
}

.p-toprank__cat.cat8,
.p-topitem__catbox--inner .c-more__arrow:nth-of-type(5) a,
.p-topitem__box:nth-of-type(8) .c-more__arrow a {
    background-color: #89ccbc
}

@media screen and (max-width: 767px) {
    .p-topitem_all .catall a {
        width: 90%;
    }

    .p-topitem__box {
        width: 100%;
        overflow-x: hidden;
        padding-right: 0;
    }


    .p-topitem__box--inner {
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 20px;
    }

    .p-topitem__box--inner::-webkit-scrollbar {
        height: 5px;
    }

    .p-topitem__box--inner::-webkit-scrollbar-track {
        background: #dddddd;
    }

    .p-topitem__box--inner::-webkit-scrollbar-thumb {
        background: #848484;
    }


    .p-topitem .l-section__wrap {
        margin: auto;
    }

    .p-topitem__box .c-flex {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .p-topitem__box .c-more__arrow a {
        margin: 0 0 15px;
    }
}

.p-topitem__box--inner {
    max-width: 1024px;
    margin: 0 auto;
}

.p-topitem__img {
    margin-bottom: 5px;
    text-align: center;
    height: 150px;
}

.p-topitem__img img {
    object-fit: contain;
    height: 150px;
}

.p-topitem__title {
    font-size: 12px;
    width: 100%;
    text-align: left;
}

.p-topitem__catbox {
    display: none;
}

.p-topitem__searchbox #search {
    width: auto;
}

@media screen and (max-width: 767px) {
    .p-topitem__catbox {
        display: block;
        width: calc(100%-20px);
        margin-top: 5px;
        overflow-x: scroll;
        box-sizing: border-box;
    }

    .p-topitem__catbox::-webkit-scrollbar {
        height: 5px;
    }

    .p-topitem__catbox::-webkit-scrollbar-track {
        background: #dddddd;
    }

    .p-topitem__catbox::-webkit-scrollbar-thumb {
        background: #848484;
    }
    
    .p-topitem__catbox--title {
        text-align: left;
        color: #ffffff;
    }
    
    .p-topitem__searchbox {
        display: block;
        width: calc(100%-20px);
        margin-top: 5px;
        box-sizing: border-box;
    }
    
    .p-topitem__searchbox .search-magnifier {
        right: 15px;
        top: 2px;
    }
    
    .p-topitem__searchbox #search {
        float: none;
    }

    .p-topitem__catbox--inner {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        /* margin: 0 20px 0; */
    }

    .p-topitem__catbox--inner:first-child {
        margin-left: 0;
    }

    .p-topitem__catbox--inner .c-more__arrow a {
        margin-right: 10px;
    }
}

.p-toprank .l-section__title img {
    width: 52px;
}


@media screen and (min-width: 768px) {

    .p-toprank .l-section__title img {
        width: 72px;
    }
}

.p-toprank .c-flex__wrap {
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}

.p-toprank__box {
    background-color: #f9dcde;
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.p-topview {
    padding-top: 40px;
}

.p-topview__box {
    background-color: #e1ecf4;
    box-sizing: border-box;
    padding: 30px 20px;
    /*border-radius: 15px;*/
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .p-toprank__box .l-section__6cl {
        width: 400%;
    }

    .p-topview__box .l-section__6cl {
        width: 250%;
    }

    .p-toprank .l-section__wrap,
    .p-topview .l-section__wrap {
        margin: auto;
    }
}

.p-toprank__box .c-flex {
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .p-toprank__box .c-flex {
        flex-wrap: nowrap;
    }
}

.p-topview__box .c-flex {
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.p-toprank__box .l-section__6cl--list {
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    width: 18%;
    margin: 5px 0
}

@media screen and (max-width: 767px) {
    .p-toprank__box .l-section__6cl--list {
        width: 14.6%;
        margin: 0 10px 0 0;
    }
}

.p-topview__box .l-section__6cl--list {
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    width: 13.4%;
    margin-right: 1%;
}

.p-topview__box .l-section__6cl--list:last-child {
    margin-right: 0;
}

.p-toprank__box .l-section__6cl--list:before {
    content: "4";
    font-size: 18px;
    width: 25px;
    color: #fff;
    display: block;
    text-align: center;
    height: 25px;
    line-height: 23px;
    border-radius: 50%;
    background-color: #b3ccdc;
}

.p-toprank__box .l-section__6cl--list:nth-of-type(1):before {
    content: "1";
    background-color: #fce046
}

.p-toprank__box .l-section__6cl--list:nth-of-type(2):before {
    content: "2";
    background-color: #a1a19b
}

.p-toprank__box .l-section__6cl--list:nth-of-type(3):before {
    content: "3";
    background-color: #82785b
}

.p-toprank__box .l-section__6cl--list:nth-of-type(5):before {
    content: "5";
}

.p-toprank__box .l-section__6cl--list:nth-of-type(6):before {
    content: "6";
}

.p-toprank__box .l-section__6cl--list:nth-of-type(7):before {
    content: "7";
}

.p-toprank__box .l-section__6cl--list:nth-of-type(8):before {
    content: "8";
}

.p-toprank__box .l-section__6cl--list:nth-of-type(9):before {
    content: "9";
}

.p-toprank__box .l-section__6cl--list:nth-of-type(10):before {
    content: "10";
}



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

    .p-toprank__box,
    .p-topview__box {
        width: 100%;
        overflow-x: scroll;
    }



    .p-toprank .l-section__wrap,
    .p-topview .l-section__wrap {
        margin: auto;
    }

    .p-toprank__box .c-flex,
    .p-topview__box .c-flex {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .p-toprank__box .c-more__arrow a,
    .p-topview__box .c-more__arrow a {
        margin: 0 0 15px;
    }
}

.p-toprank__img {
    margin-bottom: 5px;
}

.p-toprank__cat {
    font-size: 12px;
    line-height: 20px;
    width: 80%;
    border-radius: 30px;
    text-align: right;
    text-align: center;
}

.p-bnr p {
    margin: 20px 0 70px;
    text-align: center;
}


.p-category .p-categoryImg {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-category .p-categoryImg li a {
    text-align: center;
    display: block;
    background-color: #eeeeee;
    min-width: 230px;
    /*150px*/
    box-sizing: border-box;
    padding: 10px 5px;
    border-radius: 20px;
    margin: 0 10px 20px;
    font-size: 20px;
}

.p-category.brand .p-categoryImg li a {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    .p-category .p-categoryImg li a {
        font-size: 14px;
    }

    .p-bnr {
        margin-top: -20px;
    }

    .p-bnr p {
        margin: 20px 0 40px;
    }
}

.p-topconsult {
    background-color: #fbf4e4;
    margin-top: 30px;
    padding-bottom: 30px;
}

.p-topconsult__list--item,
.p-topconsult__list--item2 {
    width: 100%;
}


.p-topconsult__list--item a,
.p-topconsult__list--item2 a {
    width: 100%;
    margin: 0 0 20px;
    display: block;
    background-color: #fff;
    border: 1px solid #ede4ce;
    position: relative;
    padding: 20px 46px 20px 20px;
    font-size: 14px;
    box-sizing: border-box;
}

.p-topconsult__list--item a span.sub {
    font-size: 11px;
}

.p-topconsult__list--item a::before,
.p-topconsult__list--item2 a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-weight: 900;
    font-size: 17px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -13px;
}

/*.p-topconsult__list--item a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #000;
    border-left: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}*/

.p-topconsult__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;

}

@media screen and (min-width: 768px) {
    .p-topconsult__list {
        margin: 0 2%;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
    }

    .p-topconsult__list--item {
        width: 49%;
    }

    .p-topconsult__list--item2 {
        width: 54%;
        margin: 0 auto;
        text-align: center;
    }

    .p-topconsult__list--item a,
    .p-topconsult__list--item2 a {
        font-size: 18px;
        padding: 20px 30px 20px 20px;
    }
}


.l-section__title--special {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .l-section__title--special {
        font-size: 25px;
        margin-bottom: 30px;
    }
}

.l-section--special {
    margin-bottom: 94px;
}

.l-section--special .l-section__wrap {
    padding-top: 57px;
    width: 1024px;
    max-width: inherit;
}

.l-section--change {
    margin-bottom: 100px;
}

.l-section--re {
    margin-bottom: 100px;
}

.l-section--re>.l-section__wrap {
    padding-top: 100px;
}

.l-section--reset {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .l-section--change {
        margin-bottom: 50px;
    }

    .l-section--re {
        margin-bottom: 50px;
    }

    .l-section--re>.l-section__wrap {
        padding-top: 150px;
    }
    
    .l-section--reset {
        margin-bottom: 50px;
    }

    .l-section--special .l-section__wrap {
        width: 100%;
        margin: 0;
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .l-section--special {
        margin-bottom: 50px;
    }
}

.specials__item:not(:last-child) {
    margin-bottom: 50px;
}

/* .special {
    padding: 35px;
    border: 1px solid #cccccc;
    border-radius: 20px;
} */

@media screen and (max-width: 767px) {
    .special {
        padding: 7% 0;
    }
}

.special__mv {
    background-image: url(../image/special/special23000_01.jpg);
    background-repeat: none;
    background-size: cover;
    background-position: center;
    height: 415px;
    border-radius: 20px;
    /*margin-bottom: 33px;*/
}

.special__mv--23000_02 {
    background-image: url(../image/special/special23000_02.jpg);
}

.special__mv--23100_01 {
    background-image: url(../image/special/special23100_01.jpg);
}

.special__mv--23100_02 {
    background-image: url(../image/special/special23100_02.jpg);
}

.special__mv--23200_01 {
    background-image: url(../image/special/special23200_01.jpg);
}

.special__mv--23200_02 {
    background-image: url(../image/special/special23200_02.jpg);
}

.special__mv--23300_01 {
    background-image: url(../image/special/special23300_01.jpg);
}

.special__mv--23300_02 {
    background-image: url(../image/special/special23300_02.jpg);
}

.special__mv--23400_01 {
    background-image: url(../image/special/special23400_01.jpg);
}

.special__mv--23400_02 {
    background-image: url(../image/special/special23400_02.jpg);
}

.special__mv--23500_01 {
    background-image: url(../image/special/special23500_01.jpg);
}

.special__mv--23500_02 {
    background-image: url(../image/special/special23500_02.jpg);
}

.special__mv--23700_01 {
    background-image: url(../image/special/special23700_01.jpg);
}

.special__mv--23700_02 {
    background-image: url(../image/special/special23700_02.jpg);
}

.special__mv--23800_01 {
    background-image: url(../image/special/special23800_01.jpg);
}

.special__mv--23800_02 {
    background-image: url(../image/special/special23800_02.jpg);
}

@media screen and (max-width: 767px) {
    .special__mv {
        background-image: none;
        height: auto;
        border-radius: 0;
        /*margin-bottom: 18px;*/
    }

    .special__mv--sp {
        margin-bottom: 18px;
    }
}

.special__contents {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    width: 36%;
    margin: 0 6% 0 auto;
    padding: 32px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.special--reverse .special__contents {
    margin: 0 auto 0 6%;
}

@media screen and (max-width: 767px) {
    .special--reverse .special__contents {
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .special__contents {
        height: auto;
        width: 100%;
        margin: auto;
        padding: 0;
    }
}

.special__num {
    font-size: 40px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 22px;
    /*29px*/
}

@media screen and (max-width: 767px) {
    .special__num {
        margin-bottom: 14px;
        /*18px*/
    }
}

.special__title {
    font-size: 27px;
    margin-bottom: 2px;
    /*38px*/
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .special__title {
        font-size: 16px;
        margin-bottom: 2px;
        /*18px*/
    }
}

.point__text {
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 600;
}

.special__text {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .point__text {
        font-size: 12px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .special__text {
        font-size: 12px;
        margin-bottom: 12px;
    }
}

.productSpe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.productSpe a:hover *:not(img) {
    opacity: 0.75;
}

.special--reverse .productSpe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .special--reverse .productSpe {
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
    }
}

.productSpe__img {
    width: 38%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .productSpe__img {
        width: 45%;
    }

    .productSpe__img img {
        max-height: 150px;
    }
}

.productSpe__content {
    width: 62%;
}

@media screen and (max-width: 767px) {
    .productSpe__content {
        width: 55%;
    }
}

.productSpe__sub {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .productSpe__sub {
        font-size: 14px;
    }
}

.productSpe__title {
    font-size: 26px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .productSpe__title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.productSpe__point {
    color: var(--color-main);
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .productSpe__point {
        font-size: 18px;
    }
}

.productSpe__pointS {
    font-weight: normal;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .productSpe__pointS {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .productSpe__desc {
        font-size: 12px;
    }
}

.productSpe__desc dt {
    float: left;
}

.productSpe__desc dd {
    margin-left: 4em;
}

.productSpe__desc dd:not(:last-child) {
    margin-bottom: 10px;
}

.l-section--productArchive,
.l-section--delete {
    margin-bottom: 120px;
}

.l-section--qn {
    margin-bottom: 100px;
}

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

    .l-section--productArchive .l-section__wrap {
        margin: 0;
    }
}

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

    .l-section--productArchive,
    .l-section--delete,
    .l-section--qn {
        margin-bottom: 60px;
    }
}


.l-section__title--productArchive,
.l-section__title--cart {
    padding-top: 40px;
    padding-bottom: 40px;
}

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

    .l-section__title--productArchive,
    .l-section__title--cart {
        padding-bottom: 12px;
        border-bottom: 1px solid #000;
    }
}

.archiveLead {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: dashed 2px #707070;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.archiveLead__num {
    font-size: 1.6rem;
    font-weight: bold;
    color: #3649FF;
}

.archiveLead__anchers_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;

}

.archiveLead__anchers a {
    text-decoration: underline;
}

.archiveLead__anchers a:hover {
    text-decoration: none;
}

.archiveLead__serchBtn {
    /* border: 2px solid rgb(153, 153, 153) !important;
    padding: 5px 2em !important;
    border-radius: 50px; */
    margin-right: 50px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: var(--body-font);
}

.archiveLead__serchBtn::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #3A312D;
    border-right: solid 1px #3A312D;
    position: absolute;
    right: -20px;
    top: 10%;
    /* top: 2px; */
    transform: rotate(135deg) translate(10%, 10%);
}

.archiveLead__anchers-select {
    padding: 5px 20px 5px 5px;
    background-color: inherit;
    border: 0;
    border-radius: 4px;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: right;
    direction: rtl;
    font-family: var(--body-font);
    color: #3649FF;
}

.archiveLead__anchers__acBox--1 {
    /* border: 2px solid rgb(153, 153, 153) !important;
    padding: 5px 2em !important;
    border-radius: 50px; */
    padding-right: 5px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-family: var(--body-font);
    font-size: 1.8rem;
}

.archiveLead__anchers__acBox--1::after {
    content: '';
    width: 10px;
    height: 10px;
    /* border-top: solid 1px #3A312D;
    border-right: solid 1px #3A312D; */
    position: absolute;
    right: 5px;
    top: 25%;
    /* top: 2px; */
    transform: rotate(135deg) translate(10%, 10%);
}

.archiveLead__anchers {
    /* padding: 10px; */
    padding-right: 25px;
}

/* .now::before */
.archiveLead__anchers::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #3A312D;
    border-right: solid 1px #3A312D;
    position: absolute;
    right: 5px;
    top: 10%;
    /* top: 2px; */
    transform: rotate(135deg) translate(10%, -10%)
}



#tabSearch {
    display: none;
    position: absolute;
    top: 64px;
    right: 0;
    z-index: 100;
    width: 1024px;
    /* padding: 0 0 10px; */
    padding: 0;
    /* padding: 38px 0 10px; */
    background-color: #fff;
    color: #000;
    text-indent: 0;
    font-size: 10pt;
    border: 2px solid var(--color-main);
}

/* 詳細検索中身 --------------------------------- */


#tabSearch dl {
    margin: 0;
    /* margin: 20px; */
    color: #888888;
    /* padding: 0 20px; */
    padding: 0;
}

#tabSearch dl dt {
    clear: left;
    float: left;
    width: 10em;
    /* padding: 20px 0; */
    padding: 20px 14px;
    color: var(--color-title);
    /* border-top: 1px solid var(--color-title); */
    font-weight: bold;
}

#tabSearch dl dd {
    /* margin-left: 10em; */
    margin-left: 12em;
    padding: 20px 0 20px 10px;
    /* border-top: 1px solid var(--color-title); */
    line-height: 1.8;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
}

#tabSearch dl dd ul {
    margin: 0;
    padding: 0;
}

#tabSearch dl dd ul li {
    display: block;
    padding: 0 40px 0 0;
    float: left;
    margin: 0 7px 0 0;
    list-style-type: none;
    border: none;
    width: 220px;
    /* width: 160px; */
}


#tabSearch #freeWord {
    margin-right: 4px;
    border: 1px solid var(--color-title);
    line-height: 26px;
    width: 316px;
    /* width: 198px; */
    height: 26px;
    color: #000;
    background-color: transparent;
    font-size: 10pt;
    text-indent: 0.5em;
}

#tabSearch ul:after {
    content: "";
    display: block;
    clear: both;
}


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

    /* tabSearch */
    #tabSearch2 {
        display: block;
        margin: 5px auto;
        /* margin: 0 auto; */
        padding: 0 0 20px 0;
        border-bottom: 1px solid var(--color-title);
        width: 100vw;
    }

    #tabSearch2 ul {
        list-style: none;
    }

    #tabSearch2 li {
        padding: 0;
    }

    #tabSearch2 dt.menuBtn {
        padding: 15px 0;
        text-align: left;
        /* text-align: center; */
        width: 96%;
        /* width: 100%; */
        color: #000;
        font-size: 1.4rem;
        font-size: 14px;
        background: url(../../images/category/icn_arrow.png) 93% 50% no-repeat;
        display: block;
        cursor: pointer;
        border-top: 1px solid var(--color-title);
        border-bottom: 1px solid var(--color-title);
        background-color: #fff;
    }

    #tabSearch2 ul li .ac-arrow {
        padding: 15px 0 15px 2%;

    }

    #tabSearch2 dd.menuBox a {
        text-align: center;
        padding: 15px 0;
        width: 100%;
        font-size: 1.4rem;
        font-size: 14px;
        background: url(../../images/category/icn_arrow.png) 93% 50% no-repeat;
        display: block;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        /* border-top: 1px solid var(--color-title);
        border-bottom: 1px solid var(--color-title); */
        /* color: #000; */
        color: #000;
        text-decoration: none;
        background-color: #f8f8f8;
        /* background-color: #fff; */
        padding-left: 2%;
        text-align: left;
        display: flex;
        align-items: center;
    }

    #tabSearch2 dd.menuBox {
        display: none;
    }

    #tabSearch2 dt.active {
        background: var(--color-title);
        color: #fff;
    }

    .freeWord {
        padding: 15px 0;
        margin: 0;
        text-align: center;
        width: 100%;
        color: #fff;
        font-size: 1.4rem;
        font-size: 14px;
        display: flex;
        /* display: block; */
        cursor: pointer;
        border-top: 1px solid var(--color-title);
        border-bottom: 1px solid var(--color-title);
        background-color: #fff;
        overflow: hidden;
        vertical-align: bottom;
    }

    #freeWord {
        margin-right: 4px;
        border: 1px solid var(--color-title);
        line-height: 26px;
        width: 276px;
        /* width: 198px; */
        height: 26px;
        background-color: transparent;
        font-size: 10pt;
        text-indent: 0.5em;
    }

    .archiveLead__serchBtn {
        margin-right: 20px;
        font-size: 1.4rem;
    }

    .archiveLead__anchers-select {
        font-size: 1.4rem;
        vertical-align: text-top;
        padding: 2px 0 0 0;
        color: #3649FF;
    }

    .archiveLead__anchers__acBox--1::after {
        top: 10px;
    width: 8px;
    height: 8px;
    }

    .archiveLead__serchBtn::after {
        /* top: 3px; */
        top: 0;
    width: 8px;
    height: 8px;  
    right: -15px;  
    }

}

.archiveLead__anchers__ac {
    display: none;
    text-align: center;
    position: absolute;
    z-index: 50;
    top: 35px;
    right: -15px;
    margin: auto;
    background-color: #eee;
    padding: 4px 4px 12px 4px;
    border-radius: 12px;
    width: 150px;
    text-align: left;
}

.now a {
    padding: 0 10px;
}

.now .now {
    padding: 0 10px;
}

.archiveLead__anchers__ac p {
    margin-top: 8px;
}



.archiveLead__anchers__ac p a {
    text-decoration: underline;
}


.productLists {
    padding: 36px 0 0;
    display: flex;
    justify-content: start;
    gap: 0 26px;
    /* gap: 0 34px; */
    flex-wrap: wrap;
}

.p-cartmodal {
    padding: 30px 30px 0;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 90vh;
    box-sizing: border-box;

}

.p-cartmodal .btn_close {
    font-size: 40px;
    padding: 0;
    top: 5px;
    right: 5px;
    color: #000;
    font-weight: bold;

}

@media screen and (max-width: 767px) {
    /* .productLists {
        margin: 0 20px;
    } */
}

.productList {
    width: 232px;
    margin-bottom: 35px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.10);
    /* box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35); */
    padding-bottom: 20px;
    position: relative;
    border: 2px solid transparent;
    transition: all .3s;
}

.productList:hover {
    border-width: 2px;
    border: 2px solid var(--color-main);
}

.productList a:hover img {
    opacity: 0.75;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

.productList+.is-hidden {
    display: none;
}

@media screen and (max-width: 767px) {
    .productList {
        width: 42vw;
        margin-bottom: 20px;
    }

    .p-cartmodal .productList {
        /* width: 25vw; */
        width: 38vw;
    }
}

.productList__img {
    text-align: center;
}

.productList__relative {
    position: relative;
    display: block;
    width: 100%;
}

.productList__img .productList__vhoice {
    padding: 0;
    height: 20px;
    width: 80px;
    position: absolute;
    top: 20px;
    left: 4%;
}

.productList__img img {
    padding: 15px;
    width: 210px;
    height: 210px;
    object-fit: contain;
    box-sizing: border-box;
}

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

    .productList__img img {
        padding: 10px;
    }


}

.productList__title {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .productList__title {
        font-size: 15px;
    }
}

.productList__point {
    color: #3649FF;
    font-size: 2.4rem;
    /* text-align: left; */
    width: fit-content;
    border-radius: 5px;
    padding: 0 10px 15px 10px;
    margin-top: 15px;
}

.productList__point > span {
    /* font-size: 2.2rem; */
    padding-left: 2px;
}

.productList__content {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.productList__favorite {
    position: absolute;
    right: 0;
    bottom: 0;
}
.productList__content .productList__favorite {
    position: absolute;
    bottom: 0;
}
.productList__cat {
    /* position: absolute;
    bottom: 0;
    left: 10px; */
    margin-bottom: 8px;
    /* padding-right: 23px; */
    text-align: left;
    color: #2088FF;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.productList__cat::before {
    content: "";
    width: 22px;
    height: 21px;
    background-image: url(../img/store_FILL0_wght400_GRAD0_opsz20.png);
    background-repeat: no-repeat;
    display: flex;
    background-position: center;
}

.productList__title {
    font-weight: bold;
    border-bottom: dashed 2px #707070;
    padding-bottom: 20px;
}

.productList__title:not(:nth-child(2)) {
    /* border-top: 1px solid #eee; */
    color: var(--color-text);
    /* border-bottom: 1px solid var(--color-main); */
    font-size: 1.6rem;
}

.more--productArchive > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    padding: 16px 49px 16px 27px;
    background: var(--color-button);
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: var(--brand-font);
    border-radius: 24px;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
}

.more--productArchive > a:hover {
    background-color: #FFF;
    color: #000;
    border: 3px solid #000;
}


.more--productArchive > a::after {
    content: "";
    background-image: url(../img/arrow-white.png);
    display: block;
    position: absolute;
    right: 24px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    border-radius: 24px
}

.more--productArchive > a:hover:after {
    right: 15px;
    transition: all .3s;
    background-image: url(../img/arrow-black.png);
    background-repeat: no-repeat;
}
    
@media screen and (max-width: 767px) {
    .more--productArchive > a {
        width: 240px;
        padding: 18px 40px 18px 18px;
        font-size: 2.2rem;
    }
}

.delete {
    padding: 5px 2em;
    border-radius: 50px;
    background-color: #bdbdbd;
}

.flow {
    /* padding-bottom: 58px; */
    text-align: center;
}

.c-flow {
    /* padding-bottom: 58px; */
    text-align: center;
}

@media screen and (max-width: 767px) {
    .flow {
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .l-section__title--cart--sp {
        margin-bottom: 20px;
        border-bottom: 0;
        font-size: 24px;
    }
}

input.number {
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 5px 0;
    font-size: 1.2em;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.button--count {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #F5F7F7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #bdbdbd;
}

div.button--count.right {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #F5F7F7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #bdbdbd;
}

input.spinner_up {
    display: inline-block;
    max-width: 100%;
    width: 28px;
    height: 28px;
    background-image: url("../image/cart/plus.png");
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    /* margin-right: 8px; */
    border: 0;
    border-radius: 0;

    background-color: #cccccc;
    outline: none;
    cursor: pointer;
}

input.spinner_down {
    display: inline-block;
    max-width: 100%;
    width: 28px;
    height: 28px;
    background-image: url("../image/cart/minus.png");
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    /* margin-right: 8px; */
    border: 0;
    background-color: #cccccc;
    outline: none;
    cursor: pointer;
}

/* .inCarts {
    padding: 20px;
} */

.inCart {
    position: relative;
    /* width: 90%; */
    padding: 32px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin: 0 auto; */
}

.inCart::before {
    position: absolute;
    content: "";
    width: 90%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* border-bottom: 2px solid #ccc; */
}

.inCart:last-child::before {
    border-bottom: none;
}


@media screen and (max-width: 767px) {
    .inCart {
        display: block;
        padding-bottom: 28px;
    }
}

.inCart__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .inCart__product {
        display: block;
        width: 100%;
    }
}

.inCart__preferredDate {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .inCart__preferredDate {
        display: block;
        width: 100%;
    }
}

.inCart__img {
    width: 161px;
    height: 161px;
    margin-right: 32px;
}

@media screen and (max-width: 767px) {
    .inCart__img {
        margin: auto auto 30px;
    }
}

.inCart__proNum {
    margin-bottom: 5px;
}

.inCart__cat {
    margin-bottom: 5px;
}

.inCart__name {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: bold;
}

.inCart__point {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-bottom: 7px;
}

.inCart__pointS {
    font-size: 20px;
    /* font-size: 26px; */
    font-weight: bold;
    /* font-size: 16px;
    font-weight: normal; */
}
.remaining__points {
    font-size: 26px;
}
#total-points {
    font-size: 34px;
}
.cancel_btn,
.fix_btn {
    margin-left: 20px;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 8px;
    background-color: #999999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff!important;
    font-size: 1.4rem;
    border: none;
}

@media screen and (max-width: 767px) {
    .preferredDate {
        padding-top: 15px;
        border-top: 1px dashed #ccc;
        margin-top: 15px;
    }
}

.preferredDate__title {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .preferredDate__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.preferredDate__date {
    margin: 10px 0 20px;
}

.preferredDate__date .datepicker {
    display: none;
}

.preferredDate__date input {
    padding: 5px;
    width: 80px;
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .ui-datepicker-trigger {
        margin-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .preferredDate__date input {
        width: 47px;
        font-size: 16px;
        padding: 3px;
    }
}

@media screen and (max-width: 767px) {
    .preferredDate__date {
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 767px) {
    .preferredDate__note {
        font-size: 12px;
    }
}

.l-section__item {
    margin-bottom: 54px;
}

.l-section__goods {
    /* margin-bottom: 100px; */
    margin-bottom: 20px;
    background: var(--color-sub);
    border-radius: 10px;
}

.tableInfo {
    margin-bottom: 40px;
}

.tableInfo__title span {
    font-size: 1.4rem;
    color: var(--color-text);
    display: block;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .l-section__goods {
        margin-bottom: 20px;
    }
}

.tableInfo__title,
.tableQnBox__title {
    color: #000;
    font-family: var(--brand-font);
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.tableInfo__title_center {
    text-align: center;
    margin-bottom: 0;
}

.tableInfo__title--sub {
    color: var(--color-title);
    font-family: var(--brand-font);
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 22px;
}

.tableInfo__title--id {
    color: var(--color-title);
    font-family: var(--brand-font);
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 44px;
}

.tableInfo__title_b {
    font-family: var(--brand-font);
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 14px;
}

.tableInfo table {
    width: 100%;
}

.tableInfo th {
    color: #230102;
    font-family: var(--body-font);
    vertical-align: middle;
    background-color: var(--color-sub);
    width: 290px;
    padding: 0 10px 0 20px;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #404040;
}

@media screen and (max-width: 767px) {
    .tableInfo__title--id {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .tableInfo tbody {
        display: flex;
        flex-direction: column;
        gap: 10px 0;
    }

    /* .inCarts {
        margin-bottom: 10px;
    } */

    .tableInfo__title,
    .tableQnBox__title {
        font-size: 20px;
    }

    .tableInfo th {
        font-size: 14px;
        display: block;
        width: 100%;
        padding: 15px;
        border-bottom: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tableInfo__title--sub {
        font-size: 2rem;
    }
}


.tableInfo td {
    color: #230102;
    background: #fff;
    vertical-align: middle;
    padding: 20px 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #404040;
    font-family: var(--body-font);
}

.tableInfos-re-fix .tableInfo td {
    height: 56px;
}

/* .tableInfo td span {
    margin-right: 20px;
} */

.st_person {
    padding-bottom: 10px;
}

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

    .st_person {
        padding-bottom: 5px;
    }

    .tableInfo td {
        width: 100%;
        font-size: 14px;
        padding: 15px;
        display: block;
    }

    .tableInfo td span {
        margin-right: 6px;
        font-size: 13px;
    }

    .tableInfos-re-fix .tableInfo td {
        height: 50px;
    }
}
.tableInfo textarea {
    display: block;
    width: 95%;
    margin-top: 10px;
}

.tableInfo textarea,
.tableInfo input[type="text"],
.tableInfo input[type="number"],
.tableInfo input[type="email"],
.tableInfo input[type="password"],
.tableInfo select,
.tableInfo input[type="tel"],
.tableInfo input[type="grant"] {
    padding: 10px;
    border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
    .tableInfo textarea {
        width: 100%;
    }
    .tableInfo textarea,
    .tableInfo input[type="text"],
    .tableInfo input[type="number"],
    .tableInfo input[type="email"],
    .tableInfo select,
    .tableInfo input[type="tel"],
    .tableInfo input[type="grant"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 3px;
        font-size: 16px;
    }
}

.tableInfo--mail input {
    width: 394px;
}

@media screen and (max-width: 767px) {
    .tableInfo--mail input {
        width: 80%;
    }
}

.tableInfo__note {
    color: #999999;
    font-size: 1.6rem;
    margin-top: 10px;
    line-height: 1.4;
}

.tableInfo__select {
    display: inline-block;
    position: relative;
}

.tableInfo__bigInput {
    width: 90%;
}

@media screen and (max-width: 767px) {
    .tableInfo__note {
        font-size: 13px;
    }

    .tableInfo__bigInput {
        width: 100%;
    }
}

.tableInfo__check {
    background-color: #fff !important;
}

@media screen and (max-width: 767px) {
    .tableInfo__check {
        background-color: #fbf4e4 !important;
    }
}


.tableInfo input[type="checkbox"] {
    /* margin-bottom: 10px; */
    vertical-align: middle;
}

.infosComfirm input[type="checkbox"] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-color: #fff;
    /* -webkit-appearance:checkbox;
-moz-appearance:checkbox;
appearance: checkbox; */

}


.tableInfo--tell input {
    width: 60px;
}

.tableInfo--tell span {
    display: block;
}


.tableInfo--password input {
    width: 80%;
}


.tableInfo--mail span {
    display: block;
}

.tableInfo--mail--text {
    margin-top: 18px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.tableInfo--address input[type="number"] {
    width: 45px;
}
.tableInfo--address input[type="number"]:nth-child(2) {
    width: 55px;
}

.infosComfirm {
    /* max-width: 520px; */
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}

.infosComfirm label {
    font-weight: bold;
    font-size: 1.8rem;
}


.infosaddComfirm {
    text-align: center;
    margin-top: 60px;
}

.infosaddComfirm label {
    font-weight: bold;
    font-size: 1.8rem;
}

.infosComfirm__note {
    color: #000;
    font-size: 18px;
    margin-top: 10px;
    line-height: 1;
}


.infosComfirm__note > a {
    color: #8E8E8E;
    font-weight: bold;
}


.checkbox--text {
    color: #230102;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .tableInfo--mail--text {
        margin-top: 15px;
    }

    .tableInfo--password input {
        width: 86%;
    }
    .tableInfo input[type="password"] {
        padding: 2px;
    }

    .infosComfirm__note {
        font-size: 16px;
        line-height: 1.5;
    }

    .infosComfirm {
        margin-top: 30px;
        text-align: left;
    }

    .infosComfirm label {
        font-size: 16px;
        display: block;
    text-align: center;
    }
}

.mr15 {
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
    .mr15 {
        margin-right: 5px;
    }
}

.mr30 {
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .mr30 {
        margin-right: 5px;
        width: 6em;
    }
}

.tableInfos-re {
    margin-top: 100px;
}

.tableInfos-card {
    margin-top: 100px;
}

.tableInfos-card-alert {
    margin-top: 70px;
    margin-bottom: 50px;
}

.tableInfos-re-fix {
    margin-top: 60px;
}

.tableInfos__btns {
    text-align: center;
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.tableInfos__btns .btn--info--comfirm {
    width: 330px;
    cursor: pointer;
    /* background-color: #000;
    border: 3px solid #000; */
    /* width: 280px; */
    /* padding-right:50px; */
}

.tableInfos__btns--second {
    text-align: center;
    margin-top: 40px;
}
.cntFtrButtons {
    display: flex;
}
.cntFtrButtons .submit-link {
    /* padding-right: 90px; */
    position: relative;
}
.btn--info {
    width: 270px;
    color: #cccccc;
    display: inline-block;
    border-radius: 50px;
    font-family: var(--brand-font);
    font-size: 2.6rem;
    font-weight: bold;
    padding: 12px 0;
}
.btn--info .button_b_next {
    border: none;
    font-family: var(--brand-font);
    background: var(--color-button);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.cntFtrButtons .btn--info--fix {
    position: relative;
    color: #FFF;
    border: 3px solid #8E8E8E;
    /* padding-right: 90px; */
}
.cntFtrButtons .btn--info--fix {
    color: #FFF;
}
.cntFtrButtons .btn--info--fix:hover {
    color: var(--color-text);
}

.cntFtrButtons .btn--info--fix:hover > a {
    color: initial;
}
/* .cntFtrButtons .btn--info--fix > a {
    color: initial;
} */
.btn--info--fix {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 270px; */
    width: 330px;
    background-color: #8E8E8E;
    /* display: inline-block; */
    border-radius: 24px;
    padding: 16px 15px 16px 39px;
    font-family: var(--brand-font);
    font-size: 2.2rem;
    font-weight: bold;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
    border: none;
    color: #FFF;
    text-align: center;
}

.btn--info--fix:hover {
    background-color: #FFF;
    color: #000;
    border: 3px solid #000;
}

.btn--info--fix::before{
    content: "";
    background-image: url(../img/arrow-white.png);
    display: block;
    position: absolute;
    left: 24px;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    border-radius: 24px;
    transform: rotate(180deg);
}

.btn--info--fix:hover::before {
    left: 15px;
    transition: all .3s;
    background-image: url(../img/arrow-black.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    .btn--info--fix::before{
        right: 24px;
        left: auto;
    }
    
    .btn--info--fix:hover::before {
        right: 15px;
        left: auto;
    }
}
.btn--info  {
    color: #fff;
}

.btn--info:not(:disabled):hover{
    color: var(--color-text);
}

.btn--info a {
    color:inherit;
    display: block;
}

@media screen and (max-width: 767px) {
    .tableInfos-card {
        margin-top: 50px;
    }

    .tableInfos-card-alert {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .tableInfos__btns {
        margin-top: 50px;
    }

    .tableInfos-re {
        margin-top: 40px;
    }

    .tableInfos-re-fix {
        margin-top: 40px;
    }

    .btn--info {
        width: 70%;
        font-size: 18px;
    }
    .btn--info a {
        padding-right: 0;
    }
    .btn--info--comfirm a::before {
        right: 6%;
    }
    .cntFtrButtons .submit-link {
        padding-right: 0;
    }
    .cntFtrButtons .submit-link::before {
        top: 16px;
    }
    /* .cntFtrButtons .btn--info--fix::before {
        top: 16px;
    } */
    .tableInfos__btns .btn--info--comfirm {
        width: 90%;
        /* width: 200px; */
        position: relative;
    }
    .tableInfos__btns .btn--info--comfirm::before {
        top: 16px;
        right: 16px;
    }
}

.btn--info:not(:first-child) {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .btn--info:not(:first-child) {
        margin: 20px 0 0;
    }
}


.btn--info--comfirm {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--color-button);
    border: none;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 16px 39px 16px 15px;
    font-family: var(--brand-font);
    font-size: 2.2rem;
    font-weight: bold;
    /* box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.35); */
}

.btn--info--comfirm:not(:disabled):hover {
    background-color: #FFF;
    color: #000;
    border: 3px solid #000;
}

.btn--info--comfirm::after {
    content: "";
    background-image: url(../img/arrow-white.png);
    display: block;
    position: absolute;
    right: 24px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    border-radius: 24px;
}

.btn--info--comfirm:not(:disabled):hover:after {
    right: 15px;
    transition: all .3s;
    background-image: url(../img/arrow-black.png);
    background-repeat: no-repeat;
}

.under-bar {
    text-decoration: underline;
}

button:disabled {
    background: #707070;
    cursor:  not-allowed !important;
    /* font-size: 1.6rem; */
    border: 3px solid #707070;
}

@media screen and (max-width: 767px) {
    .btn--info--comfirm {
        margin-top: 0;
        padding: 18px 30px 18px 6px;
        font-size: 2.2rem;
    }

    .btn--info--fix {
        width: 90%;
        /* width: 140px; */
        font-size: 2.2rem;
        margin: auto;
        padding: 18px 30px 18px 6px;
        /* display: block; */
        margin-top: 20px;
    }
    .ui-datepicker-trigger {
        height: 30px;
    }
}

.tableInfo--change {
    margin-top: 60px;
}


.tableInfo--confirm td {
    padding: 27px 21px;
}


.tableInfo--confirm textarea {
    width: 100%;
    min-height: 14em;
}

@media screen and (max-width: 767px) {
    .tableInfo--confirm textarea {
        min-height: 6em;
    }

    .tableInfo--confirm td {
        font-size: 14px;
        padding: 15px;
    }

    .inCarts--confirm .inCart__product {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .inCart__amount--confirm {
        padding-top: 15px;
        border-top: 1px dashed #ccc;
        margin-top: 15px;
    }
}

.fix_btn {
    background-color: #855e9e;
    color: #fff;
    margin-left: 1em;

}

@media screen and (max-width: 767px) {
    .fix_btn {
        margin-left: 20px;
    }
}

.inCart__sum {
    display: block;
    text-align: right;
    /* padding: 10px 20px; */
    padding: 10px 0;
    background: var(--color-sub);
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: var(--brand-font);
}
.inCart__sum .inCart__sumText {
    font-size: 26px;
    font-weight: bold;
}
.tableInfos__btns--confirm {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.inCart__sum .inCart__point {
    font-size: 24px;
}

/* .inCart__name / .inCart__sum の宣言より後に置く必要あり（同詳細度・後勝ち） */
@media screen and (max-width: 767px) {
    .inCart__name {
        margin-bottom: 6px;
    }

    /* 左右は .inCart（商品エリア）の 27px に合わせる */
    .inCart__sum {
        padding: 15px 27px;
    }

    .inCart__sum .remaining__points {
        display: block;
        font-size: 20px;
    }
}
.tableInfos__btns--confirm > .cntFtrButtons {
    display: flex;
}

@media screen and (max-width: 767px) {
    .tableInfos__btns--confirm {
        margin-top: 50px;
    }
    
    .tableInfos__btns--confirm > .cntFtrButtons {
        flex-direction: column;
    }
}

.completeImg {
    text-align: center;
    margin-top: 40px;
}

.completeImg img {
    width: 270px;
}

@media screen and (max-width: 767px) {
    .completeImg {
        width: 50%;
        margin: 40px auto 0;
        /* margin: 40px 20px 0; */
    }
}

.btn--info--top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    background-color: #8E8E8E;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 24px;
    padding: 16px 15px 16px 39px;
    font-family: var(--brand-font);
    font-size: 2.2rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: 3px solid transparent;
}

.btn--info--top:hover {
    background-color: #FFF;
    color: #000;
    border: 3px solid #000;
}

.btn--info--top:hover > a {
   color: initial;
}

.btn--info--top::before{
    content: "";
    background-image: url(../img/arrow-white.png);
    display: block;
    position: absolute;
    left: 24px;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    border-radius: 24px;
    transform: rotate(180deg);
}

.btn--info--top:hover::before {
    left: 15px;
    transition: all .3s;
    background-image: url(../img/arrow-black.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.btn--info--top > a {
    color: #FFF;
}

.btn--info--top > div {
    color: #FFF;
}

.btn--info--top:hover div{
    color: #000;
}

.l-section--re__subText {
    display: inline-block;
    text-align: center;
    margin-top: 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
}

.l-section--re__sub {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .l-section--re__subText {
        margin-top: 20px;
        text-align: left;
        font-size: 1.4rem;
    }
}

.w3em {
    width: 3em;
}

@media screen and (max-width: 767px) {
    .w3em {
        width: 5em;
    }
}

.tableInfo table+table {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .tableInfo table+table {
        margin-top: 60px;
    }
}

.tableQn {
    background-color: #efefef;
    border: 1px solid #dddddd;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .tableQn {
        margin: 0 20px;
    }
}

.tableQn dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .tableQn dl {
        display: block;
        padding: 10px;
    }
}

.tableQn dl+dl {
    border-top: 1px solid #dddddd;
}

.tableQn dt {
    width: 40%;
    padding: 10px 0;
    border-right: 1px solid #dddddd;
}

@media screen and (max-width: 767px) {
    .tableQn dt {
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 10px;
    }
}

.tableQn dd {
    width: 60%;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .tableQn dd {
        width: 100%;
        padding: 0;
    }
}

.tableQn dd textarea,
.tableQn dd input[type="text"],
.tableQn dd textarea,
.tableQn dd input[type="number"],
.tableQn dd input[type="tel"],
.tableQn dd .tableInfo select,
.tableInfo .tableQn dd select {
    width: 100%;
    padding: 10px;
    border: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

    .tableQn dd textarea,
    .tableQn dd input[type="text"],
    .tableQn dd textarea,
    .tableQn dd input[type="number"],
    .tableQn dd input[type="tel"],
    .tableQn dd .tableInfo select,
    .tableInfo .tableQn dd select,
    .tableQn dd select {
        padding: 3px;
        font-size: 16px;
    }
}

input[type=text][name=addr01] {
    width: 100%;
}

.tableQn dd select {
    padding: 10px;
    border: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.radioBox,
.checkBox {
    margin-right: 1em;
}

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

    .radioBox,
    .checkBox {
        line-height: 2em;
    }
}

.tableQnBox {
    margin: 40px 0;
    padding-top: 20px;
    border-top: 1px dashed #dddddd;
}


.service__title {
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 2px solid #000000;
    margin-bottom: 20px;
    font-weight: bold;
}

.service__list {
    margin: 30px 0 40px;
}

.service__list--item a {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    background-color: #FBF4E4;
    padding: 20px 30px 20px 20px;
    border-radius: 20px;
    border: 1px solid #ede4ce;
    position: relative;
    box-sizing: border-box
}

.service__list--item a::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 3px #000;
    border-left: solid 3px #000;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
}

.service__list--item__title {
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

.service__list--item__text {
    width: 90%;
}

.service__list--link {
    width: 60%;
    margin: 40px auto;
}

.service__list--link a {
    width: 100%;
    margin: 0 0 20px;
    display: block;
    background-color: #fff;
    border: 1px solid #333;
    position: relative;
    border-radius: 50px;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
}


.service__list--link a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-weight: 900;
    font-size: 17px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -13px;
}




@media screen and (max-width: 767px) {
    .p-service {
        margin-bottom: 40px;
    }

    .service__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .service__list {
        margin-bottom: 20px;
    }

    .service__list--item a {
        margin: 0 0 10px;
        padding: 10px 25px 10px 10px;
        border-radius: 10px;
    }

    .service__list--item a::before {
        width: 8px;
        height: 8px;
        border-top: solid 2px #000;
        border-left: solid 2px #000;
        right: 10px;
        margin: auto;
    }

    .service__list--item__title {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 4px;
    }

    .service__list--item__text {
        width: 100%;
        font-size: 12px;
        line-height: 1.6
    }

    .service__list--link {
        width: 90%;
        margin: 20px auto;
    }

    .service__list--link a {
        font-size: 14px;
        padding: 10px;
    }

}

.p-item__img {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {

    .p-item__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: justify;
        justify-content: space-evenly;

    }

    .p-item__img {
        width: 520px;
        margin-bottom: 30px;
    }

    .p-item__content {
        width: 490px;
    }
    .p-item__content form {
        display: flex;
        flex-direction: column;
    }

}

#slider {
    margin-bottom: 20px;
}


#thumbnail-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.thumbnail-item {
    flex: 0 1 25%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.p-item__img  .slide-item {
    text-align: center;
    display: flex;
    justify-content: center;
}

.slide-item img {
    object-fit: contain;
    width: 337px;
    height: 337px;
    margin: 0 auto;
}

.p-item__img .thumbnail-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    opacity: 0.5;
}

.thumbnail-item.thumbnail-current img {
    opacity: 1;
}


.p-item__sub {
    font-size: 20px;
    color: var(--color-text);
    font-family: var(--brand-font);
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .thumbnail-list_wrap {
        width: 100%;
        padding-bottom: 10px;
        overflow-x: scroll;
    }

    #thumbnail-list {
        width: auto;
        flex-wrap: nowrap;

    }

    .thumbnail-item {
        flex: none;
        width: 36%;
        display: flex;
        margin-right: 3%;
        justify-content: center;
        align-items: center;
        height: 100px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .thumbnail-list_wrap::-webkit-scrollbar {
        height: 5px;
    }

    .thumbnail-list_wrap::-webkit-scrollbar-track {
        background: #dddddd;
    }

    .thumbnail-list_wrap::-webkit-scrollbar-thumb {
        background: #848484;
    }


    .p-item {
        padding-bottom: 20px;
    }

    .p-item__sub {
        font-size: 14px;
    }
}

.p-item__title {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    color: var(--color-text);
    font-family: var(--brand-font);
    font-weight: bold;
    font-size: clamp(24px, 2vw, 26px);
    line-height: 1.35;
    padding-bottom: 20px;
    order: 10;
}

@media screen and (max-width: 767px) {
    .p-item__title {
        border-bottom: none;
        font-size: 18px;
        line-height: 1.35;
        margin-bottom: 12px;
        padding-bottom: 0;
    }
}




@media screen and (min-width: 767px) {
    .p-item__pointwrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .p-item__cartwrap { 
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin: 40px 0;
        gap: 0 25px;
    }
}

.p-item__pointwrap {
    order: 20;
}

.p-item__cartwrap {
    order: 40;
}

.p-item__point {
    color: #3649FF;
    font-family: var(--brand-font);
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
    order: 20;
}

@media screen and (max-width: 767px) {
    .p-item__point {
        font-size: 25px;
        margin-bottom: 10px;
    }
    
    .p-item__cartwrap { 
        margin: 0 auto;
    }
}

.p-item__pointS {
    font-weight: normal;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .p-item__pointS {
        font-size: 13px;
    }
}

.okiniiri.add-favorite {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--brand-font);
    font-weight: 500;
    font-size: 16px;
    padding: 5px 20px;
    line-height: 24px;
    text-align: center;
    border-radius: 8px;
    border: #000 solid 2px;
    margin: 10px 5px 0;
    background: #fff;
    color: #000;
    box-shadow: none;
    order: 45;
}

.okiniiri {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--brand-font);
    font-weight: 500;
    font-size: 16px;
    padding: 5px 20px;
    line-height: 24px;
    text-align: center;
    border-radius: 8px;
    border: #000 solid 2px;
    margin: 10px 5px 0;
    background: var(--color-main-light);
    color: #000;
    box-shadow: none;
    order: 45;
}

@media screen and (max-width: 767px) {
    .okiniiri.add-favorite,
    .okiniiri {
        color: #000;
        border: #000 solid 2px;
        box-shadow: none;
        font-family: var(--brand-font);
        font-weight: 700;
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
        min-height: 48px;
    }

    .okiniiri.add-favorite {
        background: #fff;
    }
}

/* .okiniiri span {
    color: #FFF;
} */

/* .is-okiniiri {
    background-color: #DD7E80;
} */

/* .p-item__favorite a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 5px 25px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
    margin: 10px 5px 0;
    background-color: var(--color-button);
    color: #ffffff;
} */

.p-item__favorite {
    order: 45;
}

.p-item__favorite a img {
    width: 20px;
    height: 19px;
}

@media screen and (max-width: 767px) {
    .p-item__favorite {
        width: 100%;
        margin: 20px 0 24px;
    }

    .p-item__favorite a.okiniiri {
        font-family: var(--brand-font);
        font-weight: 700;
        font-size: 16px;
        margin: 0;
    }
}

.p-item__catalog {
    font-family: var(--body-font);
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
    order: 60;
}

.p-item__number {
    width: 100px;
    margin: 30px auto 0;
    order: 30;
}

.p-item__number input.number {
    font-family: var(--brand-font);
}

.p-item__description {
    margin-bottom: 10px;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.9;
    order: 50;
}
.p-item__description strong,
.p-item__description b {
    font-weight: 700;
    font-size: 16px;
}
.p-item__description_title {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    order: 50;
}

@media screen and (max-width: 767px) {
    .p-item__description {
        font-size: 15px;
        line-height: 1.8;
    }
    .p-item__description strong,
    .p-item__description b {
        font-size: 15px;
    }
}
@media screen and (min-width: 768px) {

    .p-item__number {
        width: 110px;
        margin: 0 auto;
    }

    .p-item__number input.number {
        width: 30px;
        height: 30px;
        margin: 0 10px;
        font-family: var(--brand-font);
    }

    .p-item__number div.button--count {
        width: 30px;
        height: 30px;
    }

    .p-item__number input.spinner_up {
        width: 30px;
        height: 30px;
    }

    /* .p-item__number input.spinner_down {
        width: 50px;
        height: 50px;
    } */

}

.p-item__cartbotton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 39px 16px 15px;
    min-width: 280px;
    border-radius: 15px;
    font-family: var(--brand-font);
    font-size: 2.2rem;
    font-weight: bold;
    background: var(--color-button);
    color: #ffffff;
    border: none;
    margin:20px 0;
    border: 3px solid #000;
    order: 40;
}

.p-item__cartbotton:hover {
    background-color: #FFF;
    color: #000;
    /* border: 3px solid #000; */
}

.p-item__cartbotton::after {
    content: "";
    background-image: url(../img/arrow-white.png);
    display: block;
    position: absolute;
    right: 24px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    border-radius: 24px;
}

.p-item__cartbotton:hover:after {
    right: 15px;
    transition: all .3s;
    background-image: url(../img/arrow-black.png);
    background-repeat: no-repeat;
}

.p-item__cartbotton a.negativeCta__ {
    background-color: #ddd;
    cursor: default;
}

.p-item__cartbotton a.negativeCta__:hover {
    opacity: 1;
}

.is-soldout {
    pointer-events: none;
}

.is-soldout  {
    background: #707070;
    border-bottom: 5px solid #505050;
}

.p-item__table {
    margin: 30px auto 30px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 11px;
    order: 80;
}

.p-item__table th {
    padding: 10px 0;
}

.p-item__table .cl01 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
    border: none;
    border-radius: 6px;
    min-height: 38px;
    min-width: 160px;
    width: 40%;
    margin-bottom: 9px;
    font-family: var(--brand-font);
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.p-item__table .cl02 {
    padding-left: 10px;
    width: 60%;
    height: 100%;
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: normal;
}

.p-item__table .cl02 > a {
    color: #2088FF;
    text-decoration: underline;
}

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


    .p-item__table tbody,
    .p-item__table tr,
    .p-item__table td {
        border-bottom: none;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }

    .p-item__table tr + tr {
        margin-top: 14px;
    }

    .p-item__table th {
        padding: 0;
    }

    .p-item__table .cl01 {
        width: 100%;
        min-height: 34px;
        padding: 4px 8px;
        margin-bottom: 6px;
        font-size: 15px;
        line-height: 1.3;
    }

    .p-item__table .cl02 {
        padding-left: 0;
        line-height: 1.6;
    }

    .p-item__table {
        display: block;
        border-bottom: 1px solid;
        padding-bottom: 40px;
    }
}

.p-item__desc + .p-item__desc {
    margin-top: 20px;
}

.p-item__desc dt {
    clear: left;
    /* float: left; */
    min-height: 30px;
    padding: 0;
    line-height: 1.6;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--brand-font);
    font-weight: bold;
    border-bottom: dashed 2px #707070;
}

.p-item__desc dd {
    min-height: 30px;
    color: #000;
    font-size: 100%;
    line-height: 1.6;
    margin-top: 7px;
}

.p-item__desc dd.l2 {
    min-height: 30px;
    margin: 0 0 20px 155px;
    color: #7a7a7a;
    font-size: 100%;
    line-height: 1.4;
}

.p-item__detail {
    padding: 20px 25px;
    background-color: #eeeeee;
    line-height: 1.6;
    margin: 30px 0 50px;
    font-size: 18px;
    text-align: left;
}

.p-item__detail p a {
    color: #03C;
    text-decoration: underline;
}

.p-item__caption {
    vertical-align: text-bottom;
    font-size: 12px;
    color: #8D8D8D;
    font-weight: bold;
}

.p-item__caption img {
    vertical-align: text-top;
    height: 13px;
    width: auto;
}

.p-item__dtl-dl {
    zoom: 1;
}

.p-item__dtl-dl dt {
    clear: left;
    float: left;
    width: 110px;
    min-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}

.p-item__dtl-dl dd {
    min-height: 30px;
    margin: 0 0 20px 115px;
    color: #7a7a7a;
    font-size: 8pt;
    line-height: 30px;
}

.p-item__dtl-dl dd.l2 {
    min-height: 30px;
    margin: 0 0 10px 115px;
    color: #7a7a7a;
    font-size: 8pt;
    line-height: 1.4;
}

.p-item__dtl-dl dd img {
    margin-top: -8px;
}

#tabProducts .rightArea dl dd ul {
    margin: 0;
}

.p-item__dtl-dl dd ul li {
    float: left;
    width: 68px;
    margin: 0 5px 10px 0;
    text-indent: 0;
}

.p-item__dtl-dl dd ul li img {
    margin: 0;
}


.p-item__dtl-img {
    margin: 0;
}

.p-item__dtl-img img {
    margin: 0 4px 5px 0;
}

p.p-item__dtl-cap {
    color: #8E8E8E;
    font-family: var(--body-font);
    font-size: 13px;
    line-height: 1.6;
    margin: -1em 0 1.5em;
    order: 100;
}
p.p-item__dtl-cap a {
    color: #0134cc;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    p.p-item__dtl-cap {
        font-size: 12px;
    }
    .p-item__cartbotton{
        min-width: 230px;
        font-size: 2.2rem;
        padding: 14px 28px 14px 4px;
        margin: 20px 0 0;
    }
    .p-item__cartbotton a {
        width: 90%;
        font-size: 2.2rem;
    }
    .p-item__table td {
        font-size: 14px;
        padding: 0;
    }

    .p-item__desc dt {
        width: 100%;
        min-height: 25px;
        margin: 0 0 10px 0;
        font-size: 16px;
    }

    .p-item__desc dd {
        min-height: 25px;
        font-size: 16px;
    }

    .p-item__desc dd.l2 {
        min-height: 25px;
        font-size: 12px;
        margin: 0 0 20px 110px;
    }


    .p-item__detail {
        padding: 0;
        background-color: inherit;
        margin: 30px 0;
        font-size: 12px;
    }
}

.formGroup_link01 {
    margin-left: 2em;
    text-decoration: underline;
    font-size: 12px;
}

.is-tableInfo-ac {
    display: none;
}

@media screen and (max-width: 767px) {
    .is-tableInfo-ac {
        margin: 0;
    }

    .formGroup_link01 {
        display: block;
        margin: 15px 0 0;
    }

    .tableInfo-acBtn {
        text-indent: -2.5em;
        padding-left: 3.5em !important;
    }
}


.sp {
    display: none;
}

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

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
}

.noshi__text {
    color: #FF0000;
    margin-top: 2rem;
}

.disNon {
    display: none !important;
}

.free {
    padding: 3px 24px;
    background-color: #C12D2D;
    margin-right: 30px;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}

.noshi__radioBox {
    display: flex;
    align-items: center;
    width: 724px;
    margin: auto;
    justify-content: space-around;
    padding: 20px 0;
}

.noshi__radioBox+.noshi__radioBox {
    border-top: 1px solid #E0DBED;
}

.uchinoshiBox__table {
    margin-bottom: 28px;
}

.uchinoshiBox__table th {
    text-align: center;
}

.uchinoshiBox__img {
    text-align: center;
    margin: 30px;
}

.uchinoshiBox__img img {
    max-width: 700px;
}

.uchinoshiBox__note {
    text-align: right;
}


.uchinoshiBox{
  display: none;
}

@media screen and (max-width: 767px) {
    .ac-arrow {
        position: relative;
    }

    .uchinoshiBox__img img {
        width: 100%;
    }

    /* 矢印閉じているcss */
    .ac-arrow::after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(45deg);
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
        transition: transform .3s ease-in-out, top .3s ease-in-out;;
    }

    /* 矢印開いているcss */
    .sp .open::after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(-135deg);
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
        transition: transform .3s ease-in-out, top .3s ease-in-out;;
    }

    .ac-arrow.active::after {
        transform: rotate(-135deg);
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .menuSub li a {
        position: relative;
    }

    .menuSub li a::after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(-45deg);
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
    }

    .uchinoshiBox__img {
        text-align: center;
        margin: 15px;
    }

    .free {
        font-size: 14px;
    }

    .noshi__img {
        width: 70%;
    }

    .noshi__radioBox {
        width: auto;
    }

    .productLists {
        padding: 20px 0;
        gap: 0 3vw;
        justify-content: center;
    }

    .archiveLead__anchers__acBox {
        position: relative;
        display: flex;
        align-items: center;
    }

    .archiveLead__num {
        font-size: 1.0em;
    }
}

.l-section__title--noshi {
    margin-top: 3em;
}

/* 暫定追加 */
.error_message_box {
    border: 1px solid #f00;
    color: #f00;
    padding: 16px;
    margin: 2px 0 8px;
}

.error_message_box a {
    color: #f00;
    text-decoration: underline;
}

.is-mailOk::after {
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    background-image: url(../image/cart/tick-mark.svg);
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

.is-mailNg::after {
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: inline-block;
    background-image: url(../image/cart/remove.svg);
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

.mailcheckText {
    color: #CD0909;
    font-weight: bold;
    display: none;
}

.mailcheckTextOk {
    display: block;
}

.mailcheck.is-mailNg input {
    background-color: rgba(255, 180, 180, 0.733);
    border: 1px solid red;
}


.layer_board .is-mailOk::after,
.layer_board .is-mailNg::after {
    position: absolute;
    top: 40px;
    right: -25px;

}

.layer_board .mailcheck {
    position: relative;
}

.layer_board .tableInfo__note {
    font-size: 1.2rem;
    margin-top: 15px;
    text-align: left;
}

.tableInfo--questionnaire td {
    vertical-align: middle;
}

.tableInfo--questionnaire textarea {
    padding: 10px;
    border: 1px solid #dddddd;
    width: 100%;
    box-sizing: border-box;
}

.tableInfo--questionnaire input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

.tableInfo--questionnaire input[type="checkbox"] {
    width: auto;
    height: auto;
}

.hedBottomTxt {
    color: var(--color-text);
    /* margin-bottom: 3em; */
    line-height: 1.7;
    text-align: center;
    margin-top: 40px;
    font-family: var(--body-font);
}

.hedBottomTxt a {
    color: var(--color-text);
}

.hedBottomTxt-left {
    text-align: left;
}

.support_box {
    margin-bottom: 10em;
}

.secInner {
    text-align: center;
    margin-bottom: 3em;
}

p.productList__title:hover {
    opacity: 0.6;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

.error_message_box {
    max-width: 1100px;
    margin: 1em auto;
}

@media screen and (max-width: 767px) {
    .error_message_box {
        margin: 1em;
    }

    .bgGray_ a {
        color: var(--color-title);
        background: var(--color-sub) !important;
        width: max-content !important;
        padding: 0.2em 1.8em;
    }

    #brand_ .bgGray_ a {
        background: transparent;
        /* !important; */
        width: 120px;
        /* !important; */
        padding: 0;
        border: #CCC solid 1px;
    }

    section#brand_,
    section#point_ {
        margin: 4em 0;
    }

    .l-navitem.sp.search li {
        margin: 1em 0 2.5em 1.7em;
    }

}

#layer_board_area img#loading_modal {
    margin: auto;
    display: block;
}


th span.mandatory_ {
    background: #FF0000;
    margin-left: 1em;
    padding: 0em 0.6em;
    line-height: 1.5;
    font-size: 1.4rem;
    color: #fff;
}

th span.mandatorySec_ {
    background: var(--color-main);
    line-height: 1.5;
    font-size: 1.4rem;
    margin-left: 0;
    padding: 0em 0.2em;
    color: #fff;
}

span.any_ {
    background: #999;
    margin-left: 1em;
    padding: 0em 0.6em;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
}

.tableInfo th span:not(.tooltip) {
    float: right;
}
.tooltip {
    color: #3649FF;
    text-decoration: underline;
    cursor: pointer;
  }
div#section02 h2 {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--color-main);
}

div#section02-01 {
    padding: 1em;
    margin: auto;
    width: 820px;
}

#section02 h3 {
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    margin: 2em auto 1em;
}

#section02 dl {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
}

#section02 dt {
    vertical-align: middle;
    background-color: #eeeeee;
    width: 22%;
    padding: 27px 21px;
    text-align: left;
    border: 1px solid #dddddd;
}

#section02 dd {
    width: 60%;
    padding: 27px 21px;
    border: 1px solid #dddddd;
}

#section02 dl dd dl dt,
#section02 dl dd dl dd {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

#section02 dl dd dl dt {
    display: none;
}

@media screen and (max-width: 767px) {
    div#section02-01 {
        width: 90%;
    }

    #section02 dt {
        width: 100%;
        box-sizing: border-box;
        padding: 1em;
        font-weight: bold;
    }

    #section02 dl {
        display: block;
        width: 100%;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #section02 dd {
        width: 100%;
        padding: 1.5em 1em;
        box-sizing: border-box;
    }
}

#search_box form {
    width: 300px;
    position: relative;
}

#search_box input {
    vertical-align: middle;
    font-weight: inherit;
    font-size: 1em;
}

/*#search_box input:focus {
    box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
}*/
#search_box input#keyword {
    width: 236px;
    height: 30px;
    padding: 0 30px 0 10px;
    margin: 0;
    border: #eeeeee 1px solid;
    line-height: 28px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    position: relative;
    background: #ffffff;
    color: #333;
    top: -2px;
}

#search_box button.kwgo {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 3px;
    right: 38px;
    border: 0;
    background: 0 0;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #search_box {
        margin-top: 0 auto;
    }

    #search_box form {
        width: 84%;
        margin-top: 6px 0;
    }

    #search_box input#keyword {
        width: 82%;
        height: 30px;
        padding: 0.5em 2em;
        margin: 0;
        line-height: 28px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        top: -2px;
    }

    #search_box button.kwgo {
        width: 22%;
        height: 22%;
        font-size: 2em;
        top: 3px;
        right: 0;
    }
}

#sgBread {
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    font-size: 14px;
}

#sgBread li {
    display: inline;
    list-style: none;
}

#sgBread li:after {
    content: '>';
    padding: 0 0.4em;
    color: #555;
}

#sgBread li:last-child:after {
    content: '';
}

#sgBread li a {
    text-decoration: none;
    color: gray;
}

#sgBread li a:hover {
    text-decoration: underline;
}

#sgBread ul {
    max-width: 1024px;
    margin: 2em auto 1em;
}

@media (max-width: 767px) {
    #sgBread ul {
        width: 90%;
        margin: 1em auto 0em;
        padding: 0 1em;
    }
}


.l-section__top_info {
    box-sizing: border-box;
}

.l-section__top_info dt,
.l-section__top_info dd {
    display: inline-block;
}

.l-section__top_info dt {
    margin: 0;
    padding: 0;
    width: 80px;
    vertical-align: top;
    text-align: left;
}

.l-section__top_info dt span {
    display: inline-block;
    width: 100%;
    padding: 5px 5px 7px 8px;
    background-color: #f23d3d;
    text-align: center;
    color: #fff;
    line-height: 1;
}

.l-section__top_info dd {
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 20px;
    width: calc(100% - 88px);
    text-align: left;
}

.l-section__top_info dd p {
    margin: 10px 0 0;
    padding: 0 5px 10px 5px;
    border-bottom: #ddd solid 1px;
}

.l-section__top_info dd p:first-child {
    margin: 0;
}

.l-section__top_info a {
    color: #333;
    display: block;
    margin-right: 30px;
    text-decoration: underline;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .l-section__top_info {
        margin: 1rem 1rem 0;
        padding: 0;
        text-align: left;
    }

    .l-section__top_info dt {
        margin: 0;
        padding: 0;
    }

    .l-section__top_info dt span {
        display: inline-block;
        width: 100px;
        padding: 5px;
        background-color: #f23d3d;
        text-align: center;
        color: #fff;
        line-height: 1;
    }

    .l-section__top_info dd {
        box-sizing: border-box;
        margin: 8px 0 0 0;
        padding: 0;
        width: 100%;
    }

    .l-section__top_info dd p {
        margin: 5px 0 0;
        padding: 0 5px 10px 5px;
        border-bottom: #ddd solid 1px;
    }

    /* .archiveLead__anchers__acBox--1 {
        display: none;
    } */
    .archiveLead {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        font-size: 14px;
    }

    .productList__title:not(:nth-child(2)) {
        font-size: 1.4rem;
        height: 100%;
        min-height: 42px;
        padding-bottom: 0;
    }

    .productList__point {
        font-size: 1.6rem;
        /* font-size: 1.1rem; */
        margin: 5px 0 0;
    }
.productList__choice {
    margin-bottom: 5px;
}
    .productList__cat {
        font-size: 1rem;
    }
}

/* モーダル */
.modal-onetime-box {
    text-align: center;
}

.modal-btn {
    text-align: center;
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
}

.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.modal-container.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    width: 90%;
}

/* .modal-close {
    position: absolute;
    top: -41vh;
    right: -10vw;
    font-size: 60px;
    color: #fff;
    cursor: pointer;
} */

/* #modalPopup .modal-close {
    right: -1vw;
    top: -38vh;
} */

.modal-content {
    text-align: left;
    /* padding: 8%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: auto;
    width: 45vw;
    max-height: 80vh;
}

#modalPopup .modal-content {
    padding: 0;
}

#modalPopup .modal-content img {
    position: relative;
}

#modalPopup .c-appBox__flex {
    position: absolute;
    bottom: 25px;
    right: 10px;
    width: 56%;
}

/* #modalPopup .c-appBox__flex img {
    width: 134px;
} */

.modal-content__wrapper {
    width: 100%;
    background: #FFF;
    overflow-y: auto;
    padding: 6% 8%;
    box-sizing: border-box;
    font-family: var(--body-font);
    border-radius: 23px;
}


.p-login__form {
    width: 75%;
    margin: 0 auto;
}

@media screen and (max-width: 1240px) {
    .p-login__form {
        width: 85%;
        margin: 0 auto;
    }

    .modal-content {
        width: 55vw;
    }
}

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

    .modal-content__wrapper {
        padding: 13% 6% 10%;
    }

    .p-login__form {
        width: 100%;
    }

    .p-login__info {
        padding: 0;
    }

    .p-login__info+p {
        font-size: 0.8em !important;
    }

    .p-login__cap {
        margin: 10px 0 0;
        font-size: 14px;
        text-align: left;
    }

    .p-login__cap--code {
        text-align: center;
    }

    section.box {
        width: 100%;
        padding-top: 6.5em;
    }

   #section404,
   main {
        padding-top: 87px;
    }

    header.login ~#section404,
    header.login ~ main {
        padding: 117px 0 0;
      }

    #main-pass {
        padding: 110px 0 0;
    }

    #main-comp {
        padding: 70px 0 0;
    }

    .p-login img {
        height: 45vh;
    }

    .section {
        margin: 0 auto 20px;
    }

    .index-recommend {
        margin-top: 60px;
    }

    .index-new::before {
        top: 35px;
        height: 108px;
        left: -10px;
        width: 80px;
    }

    .index-new::after {
        top: 35px;
        height: 108px;
        right: -10px;
        width: 80px;
    }

    .p-login {
        margin-top: 0;
        padding-top: 3em;
    }

    .container {
        width: 97%;
        margin: auto;
    }

    .modal-content {
        width: 100%;
    }

    /* .modal-close {
        position: relative;
        display: flex;
        justify-content: flex-end;
        font-size: 60px;
        right: -20px;
        top: -280px;
        z-index: 201;
        color: #fff;
        cursor: pointer;
    } */

    /* .modal-close-login {
        top: -280px;
    }

    .modal-close-first {
        top: -300px;
    }

    .modal-close-onetime {
        top: -260px;
    }
    
    #modalPopup .modal-close {
        right: -4vw;
        top: -24vh;
    }
     */
    #modalPopup .c-appBox__list {
        gap: 0 5px;
    }

    #modalPopup .c-appBox__flex {
        bottom: 15px;
        right: 4px;
    }
}

.modal-container-popup .modal-content {
    background: none;
}

.modal_popup {
    width: 100%;
}

.tableInfo--password span {
    display: inline-block;
    margin-left: 5px;
}

.headerList__register {
    display: flex;
    gap: 0 25px;
    align-items: baseline;
}

@media screen and (max-width: 1200px) {
    .header_inner_register {
        height: 50px;
    }

    .headerList__register {
        display: none;
    }
}

.headerList__point {
    font-family: var(--brand-font);
    margin-right: 20px;
}

.headerList__point span {
    font-size: 22px;
    font-family: var(--brand-font);
    padding: 0 5px 0 10px;
}

@media screen and (max-width: 768px) {
    .header_inner_register {
        display: block;
        height: 50px;
    }

    .headerList__register {
        display: none;
    }
}

.hum_other--flex {
    display: flex;
    position: absolute;
    align-items: center;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.hum_other--flex p {
    color: #fff;
    font-weight: bold;
    font-family: var(--brand-font);
    padding-left: 5px;
}

.button_other {
    position: relative;
    display: block;
    width: 24px;
    height: 18px;
    right: 0;
    top: 0;
}

.button_other span {
    width: 24px;
    position: absolute;
    background: #fff;
    right: 0;
}

.button_other span:first-of-type {
    top: 0px;
}

.button_other span:nth-of-type(2) {
    top: 8px;
}

.button_other span:last-of-type {
    top: 16px;
}

.button_other.buttonopen {
    left: auto;
}

.button_other.buttonopen span:first-of-type {
    top: -5px;
}

.button_other.buttonopen span:nth-of-type(2) {
    top: 0px;
}

.button_other.buttonopen span:last-of-type {
    top: 25px;
}

/* 商品詳細 */

.rb2019---detail-share {
    display: flex;
    gap: 0 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.rb2019---detail-share__button {
    display: flex;
    align-items: center;
    gap: 0 3px;
    background: #ffffff;
    font-size: 10px;
    border: #BEBEBE solid 1px;
    border-radius: 4px;
    padding: 3px 5px;
    white-space: nowrap;
    margin-top: 1px
}

.productList__content_head {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.l-section__itemDetail {
    background-color: #ffffff;
    max-width: 1177px;
    padding: 60px 85px 50px;
    box-sizing: border-box;
    margin: 0 auto;
}

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

    .l-section__itemDetail {
        padding: 30px 5% 50px;
        margin: 0;
    }
}

/* .p-item__catalog {
    margin-bottom: 5px;
} */

/* .p-item__sub {
    color: var(--color-main);
    font-family: var(--brand-font);
    font-weight: bold;
} */

/* .p-item__title {
    color: var(--color-main);
    font-family: var(--brand-font);
    font-weight: bold;
    font-size: clamp(21px, 2vw, 31px);
    line-height: 1;
    padding-bottom: 20px;
} */

/* .p-item__point {
    font-size: clamp(21px, 2vw, 31px);
} */

/* .p-item__favorite span {
    font-size: 19px;
    line-height: 1;
} */

.p-item__favorite img {
    vertical-align: text-top;
    margin-left: 11px;
}

/* .p-item__cartbotton a {
    width: 280px;
    background: var(--color-button);
    color: #ffffff;
} */

/* .p-item__table {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 10px;
} */

/* .p-item__table .cl01 {
    background: #FFEAE1;
} */

.p-item__inner {
    margin: 0 2%;
}

.p-item_manual {
    text-align: left;
    padding-top: 40px;
}

.p-item_manual a {
    color: #230102;
    background: #F6F6F6;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid #707070;
    padding: 15px 20px;
}

/* カート入力 */

.point-change {
    border: 1px solid #FF0000;
    background: #FFF0F0;
    border-radius: 6px;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 100px;
}

.point-change-title {
    font-size: 22px;
    color: #FF0000;
    font-weight: bold;
}

.point-change span {
    font-size: 20px;
    color: #FF0000;
    font-weight: bold;
}

.point-change .remain-points {
    font-size: 32px;
}

.point-box-cart {
    margin-top: 30px;
    gap: 0 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.login-point__cart {
    border-radius: 25px;
}

.login-point__cart .text {
    padding: 10px 0;
}

.btn_radio_noshi {
    display: flex;
    gap: 0 10px;
}

.select_noshi {
    width: calc(100% / 2);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    padding: 45px;
}

.select_noshi .select_noshi_radio_wrap {
    margin: 0px auto 20px;
}

.select_noshi_radio_wrap span {
    font-family: var(--brand-font);
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .p-item_manual {
        text-align: center;
    }

    .point-change {
        margin: 0 auto 30px;
        padding: 20px 20px 30px;
        box-sizing: border-box;
        border-radius: 15px
    }

    .point-change span {
        font-size: 16px;
    }

    .point-change .remain-points {
        font-size: 28px;
    }

    .point-box-cart {
        margin: 20px auto 0;
        justify-content: space-around;
        gap: 0
    }

    .login-point__cart {
        width: 40%;
    }

    .login-point__cart .text {
        padding: 5px 0;
    }

    .btn_radio_noshi {
        display: block;
    }

    .select_noshi {
        width: 100%;
        margin: 0 auto 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row-reverse;
        padding: 30px 10px;
        justify-content: center;
        align-items: center;
    }

    .select_noshi img {
        width: 60%;
    }

    .select_noshi .select_noshi_radio_wrap {
        margin: 0;
        min-width: 120px;
        word-break: keep-all;
    }
}

/* 案内メールのチェックボックス */
.check_guide {
    font-size: 18px;
}

/* チェックボックスを非表示にする */
.check_guide input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

/* カスタムチェックボックスのスタイルを作成 */
.check_guide .checkmark {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    background: #fff;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

/* チェックされた場合のレ点のスタイル */
.check_guide input[type="checkbox"]:checked+.checkmark::before {
    content: "";
    background-image: url('../img/check.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 1px
}

/* 複数選択 */
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 3px;
    outline: none;
    margin-right: 5px;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background-color: #666;
}

label {
    cursor: pointer;
}

.checkbox-item label {
    cursor: pointer;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
}

.checkbox-item {
    margin-bottom: 10px;
}

.question-group .flex-container {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.question-group .flex-container > .checkbox-item {
    width: 50%;
}

@media screen and (max-width: 767px) { 
    .question-group .flex-container {
        display: block;
        flex-wrap: nowrap;
    }
    
    .question-group .flex-container > .checkbox-item {
        width: 100%;
    }
}

/* 単選択 */
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
    outline: none;
    margin-right: 5px;
    cursor: pointer;
}

.select_noshi input[type="radio"] {
    width: 20px;
    height: 20px;
}

input[type="radio"]:checked {
    background-color:#666;
}

.radio-item label {
    cursor: pointer;
}

.radio-group {
    display: flex;
    flex-direction: column;
}

.radio-item {
    margin-bottom: 10px;
}

.login-mypege {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 0 100px;
}

.l-section__title__welcome {
    color: var(--color-text);
    font-size: 2rem;
    font-family: var(--brand-font);
    font-weight: bold;
    text-align: center;
}

.mypage-box {
    margin: 0 auto;
    margin-top: 60px;
}

.mypageNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.mypageNav-card {
    background-color: #ffffff;
    width: 240px;
    border-radius: 20px;
    text-align: center;
    padding: 10px 0;
}

.mypageNav-card img {
    width: 152px;
}

/* .mypageNav-card figure{
    min-width: 150px;
    min-height: 150px;
} */

.mypageNav-card-txt {
    color: var(--color-title);
    font-size: 2rem;
    font-family: var(--brand-font);
    font-weight: bold;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 520px) {
    .check_guide {
        font-size: 14px;
    }

    .mypageNav-card {
        width: 160px;
    }

    .mypageNav-card-txt {
        font-size: 16px;
    }

    .mypageNav-card img {
        width: 100px;
    }
}

/* card.html */
.tableInfo__id {
    padding-top: 60px;
}

.tableInfo__id--table {
    margin-top: 40px;
}

.tableInfo__id td {
    text-align: center;
}

.tableInfo__id td span {
    margin-right: 0;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
}

.tableInfo__head td {
    background: var(--color-sub);
}

.tableInfo__title_id {
    padding-bottom: 40px;
}

.tableInfo__title_id span {
    color: #FF0000;
    display: inline-block;
    font-weight: bold;
}

.tableInfos__btns__note {
    color: #FF0000;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .tableInfo__title_id {
        padding-bottom: 20px;
    }

    .tableInfos__btns__note {
        text-align: left;
    }
}


/*  ギフト gihu-gift.html */

.p-gihu__cont {
    margin-top: 40px;
    margin-bottom: 60px;
}

.p-gihu {
    margin: 40px 0 100px;
}

.p-gihu__top--title {
    color: var(--color-title);
    font-size: 3.6rem;
    font-family: var(--brand-font);
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.p-gihu__top--BottomTxt {
    color: var(--color-text);
    font-family: var(--body-font);
    line-height: 1.7;
    text-align: center;
    margin-top: 40px;
}

.p-gihu__point {
    border: 1px solid #FF0000;
    background: #FFF0F0;
    border-radius: 6px;
    padding: 20px 0;
    text-align: center;
}

.p-gihu__point--title {
    font-size: 2.2rem;
    color: #FF0000;
    font-weight: bold;
}

.p-gihu__point--text {
    font-size: 1.8rem;
    font-family: var(--body-font);
    color: #FF0000;
    margin-top: 16px;
}

.c-gihu__box {
    background: #ffffff;
    border-radius: 10px;
    border: 2px dashed #000;
    text-align: center;
    padding: 45px 0;
}

.p-gihu__startBox h2 {
    font-family: var(--brand-font);
    font-size: 3.6rem;
    font-weight: bold;
    color: #3A312D;
}

.p-gihu__startBox h3 {
    font-family: var(--brand-font);
    font-size: 4.4rem;
    font-weight: bold;
    color: var(--color-title);
    line-height: 1;
}

.p-gihu__startBox--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 45px;
}

.p-gihu__startBox--list li {
    position: relative;
    flex-basis: calc(25% - 10px);
    margin-bottom: 20px;
}

.p-gihu__startBox--list a {
    display: inline-block;
    background-image: url(../img/bg_oblong.png);
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    color: var(--color-text);
    font-size: 1.5rem;
    font-family: var(--brand-font);
    font-weight: bold;
    white-space: nowrap;
}
.p-gihu__startBox--list a:hover {
    background-image: url(../img/hover_bg_oblong.png);
}
.p-gihu__which--list {
    display: flex;
    gap: 0 20px;
}

.p-gihu__which--list li {
    width: calc(50% - 10px);
}

.p-gihu__startBox--list li:nth-of-type(1) img {
    width: 60px;
}
.p-gihu__startBox--list li:nth-of-type(2) img {
    width: 70px;
}
.p-gihu__startBox--list li:nth-of-type(3) img {
    width: 80px;
}
.p-gihu__startBox--list li:nth-of-type(4) img {
    width: 100px;
}
.p-gihu__startBox--list li:nth-of-type(5) img {
    width: 60px;
}
.p-gihu__startBox--list li:nth-of-type(6) img {
    width: 77px;
}
.p-gihu__startBox--list li:nth-of-type(7) img {
    width: 100px;
}

.p-gihu__which--text {
    font-family: var(--brand-font);
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-text);
}

.p-gihu__which--btn {
    background: #AAB351;
    width: 250px;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 100px;
    margin-top: 20px;
}

.p-gihu__which--btn a {
    display: block;
    color: #fff;
    font-family: var(--brand-font);
    font-size: 2.6rem;
    font-weight: bold;
}

.p-gihu__post {
    margin-top: 40px;
}

.p-gihu__post--title {
    font-family: var(--brand-font);
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-title);
}

.p-gihu__post--BottomTxt {
    color: var(--color-text);
    font-family: var(--body-font);
    line-height: 1.7;
    text-align: left;
    margin-top: 20px;
}

.p-gihu__post--box {
    margin-top: 40px;
}

.p-gihu__post--box figure {
    margin-top: 35px;
}

.p-gihu__post--text {
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .p-gihu__startBox--list a {
        width: 137px;
        height: 137px;
        font-size: 1.8rem;
    }
    .p-gihu__post--text {
        text-align: left;
        padding: 0 10px;
    }
    .p-gihu__post--BottomTxt {
        font-size: 1.6rem;
    }
    .p-gihu__post--title {
        font-size: 2.2rem;
    }
    .p-gihu__point--title {
        font-size: 2.2rem;
    }
    .c-gihu__box {
        padding: 28px 0;
    }

    .hedBottomTxt {
        font-size: 14px;
        /* margin-bottom: 2em; */
        line-height: 1.6;
        text-align: left;
        /* padding: 0 5%; */
        margin-top: 30px;
    }

    .p-gihu__top--title {
        font-size: 28px;
        text-align: center;
    }

    .p-gihu__top--BottomTxt {
        font-size: 1.6rem;
        margin-top: 20px;
        text-align: left;
    }

    .p-gihu__point--text {
        font-size: 1.6rem;
        padding: 0 10px;
        text-align: left;
    }

    .p-gihu__startBox h2 {
        font-size: 2.2rem;
    }

    .p-gihu__startBox h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .p-gihu__startBox--list li {
        flex-basis: calc(50%);
    }

    .p-gihu__startBox--list li:nth-child(even) {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .p-gihu__which--list {
        flex-direction: column;
        gap: 20px 0;
    }

    .p-gihu__which--list li {
        width: 100%;
    }

    .p-gihu__which--btn a {
        font-size: 22px;
    }

    .p-gihu__which--btn {
        padding: 5px 0;
    }

    .p-gihu {
        margin: 0px 0 50px;
    }
    
    .p-gihu__startBox--list li:nth-of-type(1) img {
        width: 61px;
    }
    .p-gihu__startBox--list li:nth-of-type(2) img {
        width: 68px;
    }
    .p-gihu__startBox--list li:nth-of-type(3) img {
        width: 88px;
    }
    .p-gihu__startBox--list li:nth-of-type(4) img {
        width: 110px;
    }
    .p-gihu__startBox--list li:nth-of-type(5) img {
        width: 73px;
    }
    .p-gihu__startBox--list li:nth-of-type(6) img {
        width: 67px;
    }
    .p-gihu__startBox--list li:nth-of-type(7) img {
        width: 125px;
    }
}
.p-register._gift .p-register__inner .p-register__wrap{
    width: 100%;
}

/* さるぼぼコイン */

.p-sarubobo {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 100px;
}

.p-sarubobo__app {
    margin-top: 30px;
}

.p-sarubobo__appFoot {
    margin-top: 100px;
}

.p-sarubobo__aspect {
    margin-top: 100px;
}

.p-sarubobo__aspect--list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 26px;
    margin-top: 40px;
}

.p-sarubobo__aspect--list li {
    width: calc(50% - 13px);
    background-color: #fff;
    border-radius: 12px;
    padding: 35px 0;
}

.p-sarubobo__aspect--title {
    font-family: var(--brand-font);
    font-size: 20px;
    font-weight: bold;
    color: var(--color-main);
}

.p-sarubobo__aspect--desc {
    color: var(--color-text);
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.p-sarubobo__aspect--desc span {
    display: block;
    color: var(--color-text);
    font-size: 14px;
    text-align: center;
}

.p-sarubobo__qa {
    margin-top: 100px;
}

.p-faq__imgBox {
    text-align: center;
}

.p-faq__area {
    margin-top: 40px;
}

.p-faq__dl {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 12px;
    text-align: left;
    padding-bottom: 32px;
}

.p-faq__dl dt {
    font-weight: bold;
    color: var(--color-main);
    border-bottom: #D9D9D9 solid 1px;
    padding-left: 20px;
    line-height: 3;
}

.p-faq__dl dd {
    font-size: 16px;
    padding: 0 20px;
    margin-top: 23px;
}

.c-title__desc {
    margin-top: 60px;
}

.c-title__desc .hedBottomTxt {
    margin-top: 40px;
    margin-bottom: 0;
}

.c-appBox__flex {
    margin-top: 16px;
}

.c-appBox__list {
    display: flex;
    justify-content: center;
    gap: 0 10px;
}

.c-appBox__list a {
    display: block;
}

@media screen and (max-width: 767px) {
    .p-sarubobo__aspect--list {
        flex-direction: column;
    }

    .p-sarubobo__aspect--list li {
        width: 100%;
    }
}

.c-top__titlebox {
    margin-top: 58px;
}

.p-sub__box {
    margin-top: 60px;
}

.p-tableBox {
    margin-top: 44px;
}

@media screen and (max-width: 767px) {
    .c-top__titlebox {
        margin-top: 40px;
    }

    .p-sub__box {
        margin-top: 30px;
    }

    .p-tableBox {
        margin-top: 30px;
    }
}

.modal__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/select_modal.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
    padding-right: 20px;
}

.modal__select {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}


span.modal-close {
    position: absolute;
    top: -40px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

span.modal-close img {
    width: 35px;
    height: 35px;
}

/* flow */

.c-flow__container {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

@media screen and (max-width: 767px) {
    .c-flow__container {
        display: none;
    }
}

.circle {
    width: 100px;
    height: 100px;
    background-color: #F2F2F2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-flow__container li:nth-of-type(2) {
    position: relative;
    padding: 0 40px;
}

.c-flow__container li:nth-of-type(2)::before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 0;
    background-image: url(../img/icon_next.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: scaleX(-1);
    transform: translateY(-50%);
}

.c-flow__container li:nth-of-type(2):after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 17px;
    top: 50%;
    left: 0;
    background-image: url(../img/icon_next.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: scaleX(-1);
    transform: translateY(-50%);
}

.circle p {
    margin: 0;
    color: #8E8E8E;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: var(--brand-font);
}

.here .circle {
    background-color: #8E8E8E;
}

.here .circle p {
    color: #ffffff;
}

.done .circle {
    background-color: #F2F2F2;
    /* background-color: #8E8E8E; */
}

.done .circle p {
    color: #8E8E8E;
    /* color: #ffffff; */
}

.preferredDate-inner {
    margin-bottom: 20px;
}

.total-points .inCart {
    justify-content: end;
}

.total-points .inCart {
    padding: 10px 27px;
}

.inCart-text-size {
    color: var(--color-text);
    font-size: 24px;
}

.small-text-size-before {
    font-size: 14px;
    color: #230102;
}

.small-text-size-after {
    font-size: 14px;
}

.inCart__amount {
    display: flex;
    order: 30;
}

.inCart__amount input.number {
    font-family: var(--brand-font);
}
#textPassword {
    border: none; /* デフォルトの枠線を消す */
  }
  #fieldPassword {
    border-width: thin;
    border-style: solid;
    width: 200px;
  }
  .fa {
    margin-top: 5px;
  }
  .no-wrap .productLists {
    flex-wrap: initial;
  }
  @media screen and (max-width: 767px) {
    .no-wrap {
        max-width: 100%;
        margin: 20px;
    }
    .no-wrap .productLists {
        flex-wrap: wrap;
    }

    .menuSub-list {
        display: flex;
    }

    .menuSub-list a:nth-child(odd) {
        border-right: 1px solid #ededed;
    }
}

.tabSearch_bg {
    background: var(--color-sub);
}

/* 矢印 */
.tabSearch-arrow {
    position: relative;
    display: inline-block;
    /* padding: 0 0 0 16px; */
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    /* font-size: 15px; */
}


.tabSearch-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: 0; */
    right: -10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.right-arrow::after {
    /* left: 3px; */
    width: 4px;
    height: 4px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 6px;
}

.archive-category li:nth-child(4) .right-arrow::after {
    right: -6px;
    top: -25px;
}

.archive-category li:nth-child(7) .right-arrow::after {
    right: 6px;
    top: -25px;
}

.archive-category li:nth-child(21) .right-arrow::after {
    right: -6px;
    top: -25px;
}

.l-section--link {
    margin-bottom: 100px;
}

.detail-box {
    margin-top: 60px;
}

.detail-box p {
    text-align: center;
    margin-top: 30px;
}

.tableInfo--link {
    margin-top: 60px;
}

.tableInfo--link tr:first-child th,.tableInfo--link tr:first-child td {
    background: var(--color-sub);
}

.tableInfo--link th {
    background: #ffffff;
}

@media screen and (max-width: 767px) {
    .p-item__content form {
        display: flex;
        flex-direction: column;
    }

    .p-item__pointwrap,
    .p-item__cartwrap {
        display: contents;
    }
}
.p-item__color {
    font-size: 16px;
    order: 90;
}
.p-item__color a {
    color: var(--color-title);
}

.stt-lang-select {
    display: none!important;
}

.c_text-indent {
	text-indent: -1em;
	margin-left: 1em;
}

/* #modalPopup {
    display: none;
} */

/* --------------------------------------------------------------------
	ユーザー定義　ヘッダー下バナー
--------------------------------------------------------------------- */
#header_pickup_banner {
	height:54px;
	margin-bottom: 20px;
}
#toppage #header_pickup_banner {
	margin-bottom: 0;
}

#header_pickup_banner a {
	width: 100%;
	height:35px;
	/*text-indent: -9999px;*/
	background-color:#f0656c;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.0rem;
	padding: 9.5px 0;
}

@media screen and (max-width: 767px) {
    #header_pickup_banner a {
        width: 100%;
        font-size: 1.1rem;
        padding: 9.5px 0.5rem;
        box-sizing: border-box;
        height: auto;
        z-index: 1111111!important;
        position: fixed;
        top: 0;
    }
    }

#header_pickup_banner a:hover {
text-decoration: none;
}
#header_pickup_banner {
	position: relative;
}
#header_pickup_banner .header_pickup_detail_link {
	position: absolute;
	top: 18%;
	right: 5%;
}
#header_pickup_banner .header_pickup_detail_link a{
	color: #fff;
	background:none;
	font-size: 12px;
	height: auto;
}
#header_pickup_banner .header_pickup_detail_link a::after{
	content:'';
	background:url(../img/header_pickup_icon.png) right no-repeat;
	width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: -5px;
}

/* support_medical */
.c-tel__nam a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text);
    font-size: 4.3rem;
    font-weight: bold;
    font-family: var(--brand-font);
    pointer-events: none;
}

.c-tel__nam a::before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url(../img/tel.png);
    background-size: cover;
    margin-right: 0.3em;
}

.c-tel__circle {
    width: 100px;
    height: 100px;
    background-color: var(--color-title);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-tel__circle p {
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--brand-font);
    text-align: center;
}

.c-medical__text {
    font-size: 1.6rem;
    color: #3A312D;
    line-height: 1.7;
}

.c-label {
    color: #ffffff;
    background: var(--color-title);
    border-radius: 4px;
    padding: 6px;
}

.p-medical {
    text-align: left;
    margin: 0 auto;
    padding-bottom: 100px;
}

.BoxBottomTxt {
    margin-top: 60px;
    color: #3A312D;
}

.TelBottomTxt {
    color: #3A312D;
}

.BoxBottomTxt_bold {
    font-weight: bold;
}

.BoxBottomTxt_nomal {
    padding-top: 20px;
}

.p-dial {
    margin-top: 60px;
}

.p-dial__nav {
    padding: 30px;
    background: #ffffff;
}

.p-dial__listNote {
    display: flex;
    justify-content: center;
    gap: 0 10px;
    color: #ffffff;
    font-weight: bold;
}

.p-dial__listNote li {
    padding: 8px 13px;
    background: var(--color-title);
    border-radius: 4px;
}

.p-dial__listTel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 28px;
    padding-top: 16px;
}

.p-dial__text p {
    color: #ffffff;
    background:var(--color-title);
    text-align: center;
    padding: 20px 0;
}

.p-dial__text span {
    color: var(--color-main);
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--brand-font);
    padding-right: 20px;
}
.p-band {
    margin-top: 64px;
    text-align: center;
}
.p-band__bg {
    background: #ffffff;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 45px 0;
}

.p-band__desc {
    max-width: 650px;
    margin: 0 auto;
}

.p-band__img {
    position: relative;
    padding: 0 200px;
}

.p-band__img::before {
    content: "";
    position: absolute;
    right: 0px;
    top: -50px;
    display: block;
    width: 230px;
    height: 230px;
    background-image: url(../img/medical_01.png);
    background-size: cover;
}

.p-band__title {
    color: var(--color-title);
    font-size: 3rem;
    font-weight: bold;
    font-family: var(--brand-font);
    text-align: center;
}

.p-band__text  {
    color: #3A312D;
    padding-top: 45px;
    text-align: center;
}

.p-band__text  a {
    color: var(--color-text);
    font-weight: bold;
}

.p-band__subtext {
    color: #707070;
    font-size: 1.4rem;
    padding-top: 45px;
    text-align: left;
}

.p-talk {
    margin-top: 100px;
    text-align: left;
}

.p-talk__title {
    color: var(--color-title);
    font-size: 3.6rem;
    font-family: var(--brand-font);
    font-weight: bold;
}

.p-talk__subtitle {
    color: var(--color-title);
    font-size: 2rem;
    font-family: var(--brand-font);
    font-weight: bold;
    padding-top: 10px;
}

.p-talk__nam {
    background: var(--color-sub);
    border-radius: 8px;
    margin-top: 53px;
}

.p-talk__nam > p {
    color: var(--color-title);
    font-size: 3rem;
    font-family: var(--brand-font);
    font-weight: bold;
    padding: 12px 20px;
}

.p-talk__text {
    padding-top: 20px;
}

.p-article {
    margin-top: 55px;
}

.p-article__title {
    display: inline-block;
    color: var(--color-title);
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--brand-font);
}

.p-article__subtitle {
    color: #3A312D;
    font-size: 1.6rem;
    font-weight: normal;
    padding-left: 1rem;
}

.p-article__text {
    padding-top: 10px;
}

.p-article__flex {
    display: flex;
}

.p-article__flex  figure{
    padding-left: 80px;
}

.p-article__box {
    margin-top: 25px;
    width: 520px;
    background: #ffffff;
    border-radius: 8px;
    border: solid 1px var(--color-main);
    padding: 18px 20px;
}

.p-article__box-title {
    color: #3A312D;
    font-weight: bold;
    padding-bottom: 10px;
}

.p-article__center {
    text-align: center;
    margin-top: 35px;
}

.p-policy {
    margin-top: 60px;
}

.p-policy__title {
    color: #3A312D;
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--brand-font);
}

.p-policy__wrap {
    color: #3A312D;
    padding-top: 10px;
}

.p-urgent {
    margin-top: 60px;
}

.p-urgent__title {
    color: #ffffff;
    background: #aad18d;
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--brand-font);
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.p-urgent__desc {
    font-size: 2.4rem;
    color: #aad18d;
    padding-top: 10px;
}

.p-urgent__desc > p > a {
    color: #aad18d;
}

.p-urgent__wrap {
    padding-top: 10px;
}

.p-urgent__wrap > p > span {
   color: #ff0000;
}

@media screen and (max-width: 767px) {
    .p-medical {
        padding-bottom: 60px;
    }
    
    .c-tel__circle {
        width: 80px;
        height: 80px;
    }
    
    .c-tel__circle p {
        font-size: 1.4rem;
    }
    
    .c-tel__nam a {
        font-size: 2.8rem;
    }
    
    .c-tel__nam a::before {
        width: 30px;
        height: 30px;
    }
    
    .p-medical .c-title__desc {
        margin-top: 0;
    }
    
    .p-dial {
        margin-top: 30px;
    }
    
    .p-dial__nav {
        padding: 20px 10px;
    }
    
    .p-dial__listNote {
        font-size: 1.4rem;
    }
    
    .p-dial__listTel {
        gap: 0 16px;
    }
    
    .TelBottomTxt {
        font-size: 1.4rem;
    }
    
    .p-talk {
        margin-top: 50px;
    }
    
    .p-talk__title {
        font-size: 2.4rem;
        text-align: center;
    }
    
    .p-talk__subtitle {
        font-size: 1.4rem;
        text-align: center;
    }
    
    .p-talk__nam {
        margin-top: 30px;
    }
    
    .p-talk__nam > p {
        font-size: 2rem;
    }
    
    .p-article__box {
        width: 100%;
        box-sizing: border-box;
    }
    
    .p-article {
        margin-top: 40px;
    }
    
    .p-article__flex {
        flex-direction: column;
    }
    
    .p-article__flex figure {
        padding-left: 0;
        text-align: center;
    }
    
    .p-article__text {
        font-size: 1.4rem;
    }
    
    .p-article__center {
        margin-top: 10px;
    }
    
    .p-article__subtitle {
        font-size: 14px;
    }
    
    .p-band__title { 
        font-size: 2rem;
    }
    
    .p-band__text {
        padding: 20px 20px 0; 
    }
    
    .p-band__subtext {
        padding: 20px 20px 0; 
    }
    
    .p-policy__wrap {
        font-size: 1.4rem;
    }
    
    .p-band__img {
        padding: 0;
    }
    
    .p-band__img::before {
        display: none;
    }
    button.p-login__form--btn.modal-onetimeFix {
        font-size: 0.9em;
        width: 90%;
    }
    .tableInfos__btns {
        position: relative;
    }
    #cardlist {
        position: absolute;
        top: -50px;
    }
    .p-urgent__desc {
        font-size: 1.8rem;
    }
}

.payment-method {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
    margin-bottom: 70px;
}
.payment-method input[type=radio]:checked {
    /* background-color: #7CB528; */
    background-color: #FB767A;
    border-radius: 50%;
}

.form-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
}

.form-box1 {
    width: 50%;
}
.form-box1 label {
    display: block;
    margin-bottom: 15px;
}
.form-box1 input {
    width: 100%;
    height: 30px;
    border: 1px solid #707070;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.form-box2 {
    width: 50%;
}
.form-box2 label {
    display: block;
    font-weight: bold;
}
.form-box2__text {
    color: var(--color-text);
}
.form-box2__image {
    margin: 20px 0 10px;
}

.form-inner-wrap {
    width: 100%;
    margin-bottom: 40px;
}
.form-inner-wrap .security-code {
    width: 120px;
}

.form-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.form-box-wrap select {
    width: 45%;
    height: 30px;
    padding: 0 10px;
    background-image: url(../img/select-down-arrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-required::after {
    content: "必須";
    background: #FF0000;
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px;
}

.text-please {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

.l-section__title--cart-pading {
    padding-bottom: 70px !important;
}

.l-section__title--cart-pading2 {
    padding-bottom: 50px !important;
}

.form-box1 label {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .payment-method {
    display: block;
    margin-bottom: 25px;
    }
    .payment-method label {
    display: block;
    width: 50%;
    margin: 0 auto 10px;
    }
    .form-wrap {
    display: block;
    margin-bottom: 60px;
    }
    .form-box1 {
    width: 100%;
    }
    .form-box1 input {
    height: 40px;
    }
    .text-please {
    font-size: 12px;
    font-size: 1.2rem;
    }
    .form-box2 {
    width: 100%;
    }
    .form-box2__text {
    font-size: 14px;
    font-size: 1.4rem;
    }
    .form-box2__text2 {
    font-size: 12px;
    font-size: 1.2rem;
    }
    .form-box2__image {
    margin: 0;
    text-align: center;
    }
    .l-section__title--cart-pading2 {
    padding-bottom: 10px !important;
    }
    .l-section__title--cart-pading {
    padding-bottom: 10px !important;
    }
    .form-inner-wrap {
    margin-bottom: 20px;
    }
}

.p-gihuChange {
    margin-top: 110px;
}

.p-gihuChange__inner {
    position: relative;
    border: 2px dashed #000;
    padding: 58px 45px 45px 45px;
    border-radius: 10px;
}

.p-gihuChange__title {
    background-image: url(../img/bg4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 100%;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}

.p-gihuChange__title--text {
    font-size: 2.4rem;
    font-weight: bold;
    font-family: var(--brand-font);
    padding: 21px 120px;
    width: fit-content;
    box-sizing: border-box;
}

.p-gihuChange__image > img {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .p-gihuChange  {
        margin-top: 60px;
    }
    .p-gihuChange__title {
        background-image: url(../img/sp/sp-change-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        padding: 11px 0;
        width: 90%;
        margin: 0 auto 30px;
    }
    
    .p-gihuChange__title--text {
        width: auto;
        text-align: center;
        font-size: 1.4rem;
        font-family: var(--brand-font);
        font-weight: bold;
        padding: 0;
        text-align: center;
    }
    .header .header_inner {
        padding: 10px 0;
    }
    #total-points {
        font-size: 28px;
    }
}
#inquiry .utility {
    margin: 60px 0;
}
.tableInfos__text {
    margin-top: -10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .tableInfos__text {
        font-size: 1.4rem;
    }
    .productList__content .productList__favorite {
        bottom: -10px;
    }
    .p-item__table .cl02 {
        width: 100%;
    }
}
.infosComfirm .mandatory_ {
    background: #FF0000;
    padding: 5px 0.6em;
    line-height: 1.5;
    font-size: 1.4rem;
    color: #FFF;
}

/* .infosComfirm label（SP: display:block）より後に置く必要あり */
@media screen and (max-width: 767px) {
    .infosComfirm {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        column-gap: 10px;
        justify-content: center;
    }

    .infosComfirm .mandatory_ {
        display: inline-block;
    }

    .infosComfirm label {
        text-align: left;
    }

    .infosComfirm__note {
        grid-column: 1 / -1;
    }
}


/* アンケート表（OrderConfirm）
   必須バッジのpaddingは必須設問（.is-required）のみに適用する。
   任意設問は右を空けず、テキストを従来通りセル幅いっぱいに流す。
   .tableInfo th / td・th span:not(.tooltip) の宣言より後に置く必要あり */
.question__table th {
    position: relative;
    width: 42%;
}

.question__table th.is-required {
    /* 右の 必須 バッジ（幅約48px）を避けるインデント */
    padding: 20px 74px 20px 20px;
}

.question__table th .mandatory_ {
    float: none;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .question__table td {
        white-space: nowrap;
    }
}

@media screen and (max-width: 767px) {
    .question__table th {
        width: 100%;
    }

    .question__table th.is-required {
        padding: 15px 74px 15px 15px;
    }
}


/* .point-change span の宣言より後に置く必要あり（詳細度同等・後勝ち） */
@media screen and (max-width: 767px) {
    .point-change__text {
        line-height: 1.4;
    }
}


/* .flow（SP width:100%）より後に置く必要あり。
   or_1-pc.png はPC向け比率のため、SPでは幅を絞って縦の占有を抑える */
@media screen and (max-width: 767px) {
    .flow picture,
    .flow img {
        max-width: 90%;
        margin: 0 auto;
        display: block;
    }
}

/* .infosComfirm__note > a { color: #8E8E8E; } より後に置く必要あり（詳細度が同等のため） */
.infosComfirm__note > a.registerNotice__link {
    color: #3649FF;
}

/* 利用者情報登録：チェック項目内の利用規約リンク */
.infosaddComfirm .under-bar {
    color: #3649FF;
}

/* 利用者情報登録：注意ボックス */
.registerNotice {
    max-width: 760px;
    margin: 24px auto 30px;
    padding: 20px 24px;
    background: #FDF6D2;
    border-radius: 10px;
}

.registerNotice__text {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.7;
    color: #000;
}

.registerNotice__link {
    color: #3649FF;
    text-decoration: underline;
}

/* .infosComfirm / .infosaddComfirm の margin-top: 60px より後に置く必要あり */
.infosComfirm + .infosaddComfirm,
.infosaddComfirm + .infosaddComfirm {
    margin-top: 16px;
}

.infosaddComfirm .mandatory_ {
    display: inline-block;
    background: #FF0000;
    margin-right: 10px;
    padding: 2px 0.6em;
    line-height: 1.5;
    font-size: 1.4rem;
    color: #FFF;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .registerNotice {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 16px;
    }

    .registerNotice__text {
        font-size: 1.5rem;
    }

    .infosComfirm + .infosaddComfirm,
    .infosaddComfirm + .infosaddComfirm {
        margin-top: 14px;
    }

    .infosaddComfirm {
        text-align: left;
    }

    .infosaddComfirm label {
        font-size: 16px;
    }
}


/* ============================================================
   利用者情報登録（#main-register）
   ============================================================ */

/* 氏名の文字数制限案内。
   .tableInfo table が width:100% のため、枠幅はお名前テーブルと一致する */
.nameLimit {
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0 60px;
    padding: 20px 24px;
    background-color: var(--color-main-light);
    border-radius: 10px;
    text-align: left;
}

.nameLimit__lead {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.7;
    color: #000;
    margin: 0;
}

.nameLimit__check {
    margin-top: 16px;
    text-align: center;
}

/* .check_guide { font-size: 18px } より後に置く必要あり */
.nameLimit__check .check_guide {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .nameLimit {
        margin: 16px 0 40px;
        padding: 16px;
    }

    .nameLimit__lead {
        font-size: 1.3rem;
    }

    .nameLimit__check {
        margin-top: 14px;
    }

    /* 折り返し時にテキスト先頭を揃える */
    .nameLimit__check .check_guide {
        display: flex;
        align-items: flex-start;
        font-size: 1.4rem;
    }

    .nameLimit__check .check_guide .checkmark {
        flex-shrink: 0;
        margin-top: 1px;
    }
}


/* 承諾事項リスト。
   .infosComfirm / .infosaddComfirm は他ページでも使用しているため
   #main-register にスコープする */
#main-register .infosComfirm,
#main-register .infosaddComfirm {
    box-sizing: border-box;
    max-width: 976px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* 2件目以降のチェック項目に区切り線。リード文との間には引かない */
#main-register .infosaddComfirm + .infosaddComfirm {
    padding-top: 16px;
    border-top: 1px solid #E0E0E0;
}

/* 折り返し時にテキスト先頭を揃えるため、必須バッジ・チェックマーク・本文を
   それぞれ独立した flex アイテムとして並べる。
   本文は .check_guide__text で1アイテムにまとめること（囲まないと
   リンク要素が単独アイテムになり、リンクと後続文が分かれて折り返される）。
   input[type="checkbox"] は position:absolute のため flex の対象外 */
#main-register .infosaddComfirm .check_guide {
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
}

/* 幅を固定値にしているのは、注釈（.infosComfirm__note）の左インデントを
   バッジ45 + 余白10 + チェック22 + 余白10 = 87px で確定させるため */
#main-register .infosaddComfirm .check_guide .mandatory_ {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 45px;
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#main-register .infosaddComfirm .check_guide .checkmark {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 3px;
}

#main-register .infosaddComfirm .check_guide__text {
    flex: 1 1 auto;
}

/* .infosComfirm__note { line-height: 1 } より後に置く必要あり。
   左インデント87pxは上の .mandatory_ / .checkmark の幅と余白の合計 */
#main-register .infosaddComfirm .infosComfirm__note {
    padding-left: 87px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    /* SP の .infosComfirm は display:grid（列: auto 1fr）。
       このページはリード文のみのため1カラムに戻す */
    #main-register .infosComfirm {
        display: block;
        max-width: 100%;
        text-align: left;
    }

    #main-register .infosaddComfirm {
        max-width: 100%;
    }

    #main-register .infosaddComfirm + .infosaddComfirm {
        padding-top: 14px;
    }

    #main-register .infosaddComfirm .check_guide {
        font-size: 16px;
    }

    #main-register .infosaddComfirm .check_guide .mandatory_ {
        margin-top: 1px;
    }

    #main-register .infosaddComfirm .check_guide .checkmark {
        margin-top: 1px;
    }
}

/* 見出し内の補足説明（お名前・現住所）。
   .tableInfo__title span { font-size:1.4rem; color:var(--color-text); display:block;
   font-family:"Yu Gothic"...; font-weight:normal; }（ID番号等の別用途で
   使用中の要素セレクタ、詳細度0,1,1）に負けないよう、クラスを2つ重ねて
   詳細度0,2,0にする。値はinheritで見出し（.tableInfo__title）と完全一致させる。
   PCは常時inline（同行）。SPのみdisplay:blockで改行し、サイズだけ1.8remにする */
.tableInfo__title .tableInfo__title--note {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

@media screen and (max-width: 767px) {
    .tableInfo__title .tableInfo__title--note {
        display: block;
        font-size: 1.8rem;
        margin-top: 4px;
    }
}


/* ============================================================
   利用者情報登録：姓名・ふりがな入力欄（SP）
   ============================================================ */

/* .mr30 { width: 6em } (SP, 汎用ユーティリティクラス、他ページ共通のため
   直接編集しない) より詳細度を上げて上書きする。
   ラベル＋入力欄を1行、姓行・名行の2行、下に注記という構成にする。
   tableInfo__nameField / tableInfo__nameNote は新規クラスのため
   ページ横断で無スコープのまま使用する（RegisterInput / UpdateInput 共通） */
.tableInfo__nameNote {
    display: block;
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .tableInfo__nameField {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 10px;
        row-gap: 10px;
        align-items: center;
    }

    .tableInfo__nameField .mr15 {
        margin-right: 0;
    }

    .tableInfo__nameField .mr30 {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
    }

    /* 姓・名の2行にまたがせず、注記だけ独立した行として全幅を使う */
    .tableInfo__nameField .tableInfo__nameNote {
        grid-column: 1 / -1;
        margin-top: 0;
    }
}


/* ============================================================
   利用者情報登録：確認画面（お名前・お名前ふりがな）
   ============================================================ */

/* .tableInfos-re-fix .tableInfo td { height: 50px } (SP) は1行表示前提の
   固定高さ。姓名は最大24文字（姓12+スペース+名11）まであり、375px幅では
   折り返して2行になるため、この2箇所のみ固定高さを解除する */
@media screen and (max-width: 767px) {
    .tableInfos-re-fix .tableInfo td.tableInfo__nameConfirm {
        height: auto;
        min-height: 50px;
        line-height: 1.5;
    }
}
