/*---------------Store---------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');

/* .wrapper-about{background: url(../../common/images/bg-sky.jpg) no-repeat; background-size: 100%;} */
.title-header {
    background-image: url(../images/title.png);
    margin: 0 0 15px;
}

.title-head {
    border-bottom: 1px solid #666;
    color: #0432b8;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 0 10px;
}

.title-head h2 {
    font-weight: 400;
}

.subpage_title_cmn h2 {
    padding: 35px 0 15px;
}

.address {
    margin: 40px 0 40px;
}

.address figure {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    margin: 0 2% 0 0;
}

.address figure img {
    max-width: 100%;
}

.address div {
    display: inline-block;
    width: 58%;
}

.address div .message-txt {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    margin: 0 0 0px;
    background: #000;
    padding: 10px 27px;
}

.address div ul {
    display: table;
    width: 100%;
    margin: 10px 0 0 0;
}

.address div ul li {
    display: table-row;
}

.address div ul li span {
    display: table-cell;
    padding: 5px 0;
}

.address div ul li span:first-child {
    width: 100px;
}

.address div ul li span small {
    font-size: 20px;
    font-weight: normal;
}

.map {
    margin-bottom: 60px;
}

.map iframe {
    width: 100%;
    height: 300px;
    margin: 0 0 20px;
}

/*---------------Staff---------------*/
.staff {
    width: 49.5%;
    float: left;
    font-size: 0;
    margin: 0 1% 40px 0;
}

.staff:nth-child(2n+0) {
    margin: 0 0% 40px 0;
}

.staff figure,
.staff div {
    display: inline-block;
    vertical-align: top;
}

.staff figure {
    width: 45%;
    padding: 0 15px 0 0;
}

.staff div {
    width: 54%;
    padding: 0 0px 0 0;
}

.staff figure img {
    width: 100%;
}

.staff div strong {
    display: block;
    font-size: 16px;
    /* color:#0031af; */
    padding: 0 0 10px;
    border-bottom: 1px dashed #CCC;
    font-family: 'mplus-2m-bold';
}

.staff div strong small {
    font-size: 24px;
    display: block;
    color: #000;
    font-family: 'mplus-2m-medium';
}

.staff div div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px dashed #d3d3d3;
}

.staff div span {
    font-size: 1.4rem;
    display: inline-block;
    width: 50%;
    padding: 10px 0;
}

/*---------------Tab---------------*/
.content-tab {
    margin: 0;
}

.content-tab .tabs_wrap {
    background-color: #ebeced;
    border-bottom: 6px solid #000;
    padding: 20px 0 0 0;
}

.content-tab .tabs {
    list-style: none;
    text-align: center;
}

.content-tab .tabs li {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    /* top: 1px; */
    /* border:3px solid #0031af; */
    display: inline-block;
    padding: 12px 8px;
    width: 20%;
    margin: 0 0 10px;
    text-align: center;
    cursor: pointer;
    /* font-weight: 400; */
    background: #FFF;
}

.content-tab .tabs li.current {
    background: #000000;
    color: #fff;
    /* border: 3px solid #000000; */
}

.content-tab .tab-pane {
    display: none;
    margin: 0 auto;
}

.content-tab .tab-pane.current {
    display: block;
}

.content-tab .tab-contents {
    /* border-top: 3px solid #0031af; */
    font-weight: normal;
}

.page-section {
    margin: 0 0 50px;
}

.page-section h2 {
    background-color: #292929;
    color: #FFF;
    text-align: center;
    padding: 25px 0 15px;
}

.page-section h2 small {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin: 5px 0 0;

}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-38 {
    font-size: 38px;
}

.sub-title {
    /*font-size: 2.1vw;*/
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif !important;
}

.sub-title span {
    display: inline-block;
    position: relative;
    color: #ffffff;
    transition: all 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif !important;
}

.sub-title span.active {
    color: #000;
}

.sub-title span::before {
    content: '';
    background: #f9f9f9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sub-title span.active::before {
    width: 0;
    background: #000000;
}

.page-section .sub-title span {
    color: #ffffff;
}

.page-section .sub-title span.active {
    color: #fff;
}

.page-section .sub-title span::before {
    background: #292929;
}

.page-section .sub-title span.active::before {
    background: #ffffff;
}



/*---------------Responsive---------------*/
@media (max-width:768px) {
    .address figure {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }

    .address div {
        width: 100%;
    }

    .staff {
        width: 100%;
        float: none;
        font-size: 0;
    }

    .staff figure {
        width: 30%;
    }

    .staff div {
        width: 69%;
    }

    .staff div span {
        min-height: auto !important;
    }
}

@media (max-width:767px) {
    .content-tab .tabs li {
        font-size: 15px;
        width: 24%;
        padding: 12px 0;
        margin: 0% 0 7px;
    }
}

@media(max-width:576px) {
    .font-38 {
        font-size: 30px;
    }

    .content-tab .tabs li {
        font-size: 15px;
        width: auto;
        padding: 12px 17px;
        margin: 0% 0 7px;
    }


}

@media (max-width:480px) {
    .staff div {
        width: 100%;
    }

    .staff figure {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }

    .staff figure img {
        max-width: 100%;
        width: auto;
    }
}

@-webkit-keyframes message-bar {
    0% {
        left: 0;
        right: auto;
        width: 100%;
    }

    50% {
        left: 0;
        right: auto;
        width: 100%;
    }

    51% {
        left: auto;
        right: 0;
        width: 100%;
    }

    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}

@keyframes message-bar {
    0% {
        left: 0;
        width: 100%;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

@-webkit-keyframes message-txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes message-txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* css */
.message {
    width: 100% !important;
}

.message .message-box {
    display: block;
    text-align: left;
    width: 100% !important;
}

.message .message-bar {
    width: 100% !important;
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.message .message-bar:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #FFF;
}

.message .message-txt {
    width: 100% !important;
    opacity: 0;
    /* ÃƒÂ¥Ã‚Â¾Ã…â€™ÃƒÂ£Ã‚ÂÃ‚Â»ÃƒÂ£Ã‚ÂÃ‚Â©ÃƒÂ¨Ã‚Â§Ã‚Â£ÃƒÂ¨Ã‚ÂªÃ‚Â¬ */
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* ÃƒÂ¤Ã‚Â»Ã‚Â»ÃƒÂ¦Ã¢â‚¬Å¾Ã‚ÂÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¥Ã¢â€šÂ¬Ã‚Â¤ */
}

.message .message-txt span {
    color: #000;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.message.move .message-bar:before {
    -webkit-animation: message-bar 1.5s ease 1s 1 normal forwards;
    animation: message-bar 1.5s ease 1s 1 normal forwards;
}

.message.move .message-txt {
    -webkit-animation: message-txt 1s ease 1s 1 normal forwards;
    animation: message-txt 1s ease 1s 1 normal forwards;
}

/* store 202212 */
.store__pickup__info {
    margin-top: 80px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
}

@media (max-width: 767px) {
    .store__pickup__info {
        margin-top: 60px;
        font-size: 16px;
        text-align: left;
    }
}

.store__lists {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 991px) {
    .store__lists {
        margin-top: 55px;
    }
}

@media (max-width: 575px) {
    .store__lists {
        margin-top: 45px;
    }
}

.store__lists .item {
    position: relative;
    margin-right: 50px;
    margin-bottom: 50px;
    width: calc(50% - 25px);
    max-height: 410px;
    height: 410px;
    overflow: hidden;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15));
    transform: translateZ(0);
}

@media (max-width: 991px) {
    .store__lists .item {
        margin-right: 40px;
        margin-bottom: 40px;
        width: calc(50% - 20px);
        max-height: 330px;
        height: 330px;
    }
}

@media (max-width: 767px) {
    .store__lists .item {
        margin-right: 32px;
        margin-bottom: 32px;
        width: calc(50% - 16px);
        max-height: 270px;
        height: 270px;
    }
}

@media (max-width: 575px) {
    .store__lists .item {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
        max-height: 100%;
        height: 265px;
    }
}

.store__lists .item:nth-child(2n) {
    margin-right: 0;
}

@media (max-width: 575px) {
    .store__lists .item:last-child {
        margin-bottom: 0;
    }
}

.store__lists .item .link01 {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.store__lists .item .img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
}

.store__lists .item:hover .img {
    transform: scale(1.055);
}

.store__lists .item .store__contents {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 18px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
    z-index: 10;
}

@media (max-width: 991px) {
    .store__lists .item .store__contents {
        padding: 14px;
    }
}

@media (max-width: 575px) {
    .store__lists .item .store__contents {
        padding: 12px;
    }
}

.store__lists .item .store__contents .store__name {
    display: block;
    line-height: 1.25;
}

.store__lists .item .store__contents .store__name .name01 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}

.store__lists .item .store__contents .add01 {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.05rem;
    color: #f1f1f1;
    line-height: 1.4;
}

@media (max-width: 575px) {
    .store__lists .item .store__contents .add01 {
        margin-top: 7px;
        font-size: 13px;
    }
}

/*# sourceMappingURL=test.css.map */






/* store single */
main .section__wrap {
    margin-right: auto;
    margin-left: auto;
    max-width: 1250px;
    width: 100%;
}

@media (max-width: 1250px) {
    main .section__wrap {
        padding-right: 15px;
        padding-left: 15px;
        max-width: 100%;
    }
}

.page__section {
    border-top: 1px solid #DBDBDB;
}

.section__ttl01__wrap {
    display: block;
    text-align: center;
}

.section__ttl01 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.section__ttl01::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.section__ttl01.active::before {
    width: 0;
    background: #000000;
}

.section__ttl01 .main01 {
    font-size: 38px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.25;
}

@media (max-width: 991px) {
    .section__ttl01 .main01 {
        font-size: 30px;
    }
}

.section__ttl01 .sub01 {
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.25;
    color: #333;
}

@media (max-width: 991px) {
    .section__ttl01 .sub01 {
        font-size: 12px;
    }
}

.store__fv {
    position: relative;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
}

@media (max-width: 575px) {
    .store__fv {
        height: 60vh;
    }

    .store__fv::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.18);
        z-index: 5;
    }
}

.store__fv .fv__image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 575px) {
    .store__fv .fv__image--himeji {
        object-position: 16% center;
    }
}

.store__fv .section__wrap {
    position: relative;
    height: 100%;
}

.store__fv .fv__contents {
    position: absolute;
    right: 0;
    bottom: 5%;
    display: flex;
    flex-direction: column;
    text-align: right;
    z-index: 10;
}

@media (max-width: 1250px) {
    .store__fv .fv__contents {
        right: 20px;
    }
}

@media (max-width: 575px) {
    .store__fv .fv__contents {
        right: 20px;
        bottom: 15px;
    }
}

.store__fv .fv__contents .store__name {
    display: inline-block;
    line-height: 1;
}

.store__fv .fv__contents .store__name .txt01 {
    font-size: 59px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    letter-spacing: 0.075rem;
}

@media (max-width: 991px) {
    .store__fv .fv__contents .store__name .txt01 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .store__fv .fv__contents .store__name .txt01 {
        font-size: 32px;
    }
}

.store__fv .fv__contents .add01 {
    margin-top: 25px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.075rem;
}

@media (max-width: 991px) {
    .store__fv .fv__contents .add01 {
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .store__fv .fv__contents .add01 {
        margin-top: 12px;
        font-size: 14px;
    }
}

.store__fv .fv__contents .number01 {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .store__fv .fv__contents .number01 {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .store__fv .fv__contents .number01 {
        margin-top: 7px;
    }
}

.store__fv .fv__contents .number01 .tel01 {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.075rem;
}

@media (max-width: 575px) {
    .store__fv .fv__contents .number01 .tel01 {
        font-size: 14px;
    }
}

.store__fv .fv__contents .number01 .fax01 {
    margin-left: 12px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.075rem;
    pointer-events: none;
    text-decoration: none;
}

@media (max-width: 575px) {
    .store__fv .fv__contents .number01 .fax01 {
        font-size: 14px;
    }
}

.store__fv .fv__contents .opentime01 {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .store__fv .fv__contents .opentime01 {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .store__fv .fv__contents .opentime01 {
        margin-top: 7px;
    }
}

.store__fv .fv__contents .opentime01 .txt01 {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.075rem;
}

@media (max-width: 575px) {
    .store__fv .fv__contents .opentime01 .txt01 {
        font-size: 14px;
    }
}

.store__fv .fv__contents .opentime01 .txt01:nth-child(2) {
    margin-left: 12px;
}

.store__container01 {
    padding-top: 115px;
    padding-bottom: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .store__container01 {
        padding-top: 50px;
        padding-bottom: 50px;
        display: block;
    }
}

.store__container01 .contents__ttl {
    margin-right: 5%;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05rem;
    line-height: 1.8;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .store__container01 .contents__ttl {
        margin-right: 0;
        font-size: 20px;
        line-height: 1.7;
    }
}

.store__container01 .contents__txt01 {
    margin-left: 5%;
    font-size: 15.5px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .store__container01 .contents__txt01 {
        margin-top: 20px;
        margin-left: 0;
        font-size: 15px;
    }
}

.store__member {
    padding-top: 60px;
}

.store__member .member__wrap {
    margin-top: 55px;
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    transition: all 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
}

@media (max-width: 575px) {
    .store__member .member__wrap {
        margin-top: 35px;
        padding-top: 50px;
        padding-bottom: 15px;
    }
}

.store__member .member__wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 10;
}

@media (max-width: 575px) {
    .store__member .member__wrap::before {
        background: rgba(0, 0, 0, 0.5);
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 100%);
    }
}

.store__member .member__wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 30;
}

.store__member .member__wrap.active {
    opacity: 1;
}

.store__member .member__wrap.active::after {
    width: 0;
    background-color: #000;
}

.store__member .member__wrap .main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

@media (max-width: 575px) {
    .store__member .member__wrap .main__image {
        object-position: 58% center;
    }
}

.store__member .member__wrap .member__container {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-end;
    z-index: 20;
}

@media (max-width: 991px) {
    .store__member .member__wrap .member__container {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.store__member .member__wrap .member__contents {
    margin-left: 35px;
    min-width: calc(100% - 625px - 35px);
}

@media (max-width: 1200px) {
    .store__member .member__wrap .member__contents {
        margin-left: 20px;
        min-width: calc(100% - 625px - 20px);
    }
}

@media (max-width: 991px) {
    .store__member .member__wrap .member__contents {
        margin-top: 15px;
        margin-left: 0;
        min-width: 0;
    }
}

.store__member .member__wrap .member__contents .position {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.03rem;
}

@media (max-width: 1200px) {
    .store__member .member__wrap .member__contents .position {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .member__contents .position {
        font-size: 14px;
    }
}

.store__member .member__wrap .member__contents .profile {
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.store__member .member__wrap .member__contents .profile .name01 {
    margin-right: 25px;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .store__member .member__wrap .member__contents .profile .name01 {
        font-size: 23px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .member__contents .profile .name01 {
        margin-right: 10px;
        font-size: 18px;
    }
}

.store__member .member__wrap .member__contents .profile .en__name {
    margin-right: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #f1f1f1;
    letter-spacing: 0.07rem;
    line-height: 1;
}

@media (max-width: 1200px) {
    .store__member .member__wrap .member__contents .profile .en__name {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .member__contents .profile .en__name {
        margin-right: 18px;
        font-size: 13.5px;
        color: #f5f5f5;
    }
}

.store__member .member__wrap .member__contents .profile .sns__container {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.store__member .member__wrap .member__contents .profile .sns__container .item {
    width: auto;
    height: 16px;
}

.store__member .member__wrap .member__contents .profile .sns__container .item:nth-child(n+2) {
    margin-left: 18px;
}

.store__member .member__wrap .member__contents .profile .sns__container .item .link01 {
    display: inline-block;
    width: auto;
    height: 100%;
    transition: 0.3s;
}

.store__member .member__wrap .member__contents .profile .sns__container .item .link01:hover {
    opacity: 0.6;
}

.store__member .member__wrap .member__contents .profile .sns__container .item .link01 .icon01 {
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: baseline;
}

.store__member .member__wrap .member__contents .profile__txt01 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.7;
    color: #fdfdfd;
}

@media (max-width: 1200px) {
    .store__member .member__wrap .member__contents .profile__txt01 {
        margin-top: 12px;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .member__contents .profile__txt01 {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.5;
    }
}

.store__member .member__wrap .graph__contents {
    position: relative;
    width: 625px;
    min-width: 625px;
    height: 452px;
    text-align: center;
}

@media (max-width: 991px) {
    .store__member .member__wrap .graph__contents {
        width: 500px;
        min-width: 500px;
        height: 362px;
    }
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents {
        width: 310px;
        min-width: 310px;
        height: 224px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents {
        width: 185px;
        min-width: 185px;
        height: 134px;
    }
}

.store__member .member__wrap .graph__contents::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 390px;
    height: 390px;
    background-image: url(../../store/images/graph_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -5;
}

@media (max-width: 991px) {
    .store__member .member__wrap .graph__contents::before {
        width: 312px;
        height: 312px;
    }
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents::before {
        width: 193px;
        height: 193px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents::before {
        width: 116px;
        height: 116px;
    }
}

.store__member .member__wrap .graph__contents .skill__list .item {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.15;
    color: rgba(255, 255, 255, 0.95);
    z-index: 10;
}

.store__member .member__wrap .graph__contents .skill__list--sm .item {
    font-size: 14px;
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents .skill__list .item {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents .skill__list .item {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.88);
    }
}

.store__member .member__wrap .graph__contents .skill__list .item:nth-child(1) {
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(1) {
        top: -6.5px;
    }
}

.store__member .member__wrap .graph__contents .skill__list .item:nth-child(2) {
    display: inline-block;
    top: 109px;
    right: 0px;
    min-width: 125px;
    max-width: 125px;
    text-align: left;
}

@media (max-width: 991px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(2) {
        top: 70px;
        min-width: 125px;
        max-width: 125px;
    }
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(2) {
        top: 46px;
        min-width: 70px;
        max-width: 70px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(2) {
        top: 30px;
        min-width: 60px;
        max-width: 60px;
        text-align: center;
    }
}

.store__member .member__wrap .graph__contents .skill__list .item:nth-child(3) {
    display: inline-block;
    bottom: 109px;
    right: 0px;
    min-width: 125px;
    max-width: 125px;
    text-align: left;
}

@media (max-width: 991px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(3) {
        bottom: 70px;
        min-width: 125px;
        max-width: 125px;
    }
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(3) {
        bottom: 46px;
        min-width: 70px;
        max-width: 70px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(3) {
        bottom: 30px;
        min-width: 60px;
        max-width: 60px;
        text-align: center;
    }
}

.store__member .member__wrap .graph__contents .skill__list .item:nth-child(4) {
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(4) {
        bottom: -8.5px;
    }
}

.store__member .member__wrap .graph__contents .skill__list .item:nth-child(5) {
    display: inline-block;
    bottom: 109px;
    left: 0px;
    min-width: 125px;
    max-width: 125px;
    text-align: right;
}

@media (max-width: 991px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(5) {
        bottom: 70px;
        min-width: 125px;
        max-width: 125px;
    }
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(5) {
        bottom: 46px;
        min-width: 70px;
        max-width: 70px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(5) {
        bottom: 30px;
        min-width: 60px;
        max-width: 60px;
        text-align: center;
    }
}

.store__member .member__wrap .graph__contents .skill__list .item:nth-child(6) {
    display: inline-block;
    top: 109px;
    left: 0px;
    min-width: 125px;
    max-width: 125px;
    text-align: right;
}

@media (max-width: 991px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(6) {
        top: 70px;
        min-width: 125px;
        max-width: 125px;
    }
}

@media (max-width: 767px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(6) {
        top: 46px;
        min-width: 70px;
        max-width: 70px;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .graph__contents .skill__list .item:nth-child(6) {
        top: 30px;
        min-width: 60px;
        max-width: 60px;
        text-align: center;
    }
}

.store__member .member__wrap .graph__contents .graph01 {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: baseline;
}

.store__member .member__wrap:nth-of-type(2n)::before {
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.68) 100%);
}

@media (max-width: 575px) {
    .store__member .member__wrap:nth-of-type(2n)::before {
        background: rgba(0, 0, 0, 0.5);
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.5) 100%);
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap:nth-of-type(2n) .main__image {
        object-position: 42% center;
    }
}

@media (min-width: 1650px) {
    .store__member .member__wrap:nth-of-type(2n) .main__image--t01 {
        object-position: center 8%;
    }
}

.store__member .member__wrap:nth-of-type(2n) .main__image--r02 {
    object-position: 75% center;
}

.store__member .member__wrap:nth-of-type(2n) .main__image--l02 {
    object-position: 25% center;
}

.store__member .member__wrap:nth-of-type(2n) .main__image--l03 {
    object-position: 35% center;
}

@media (max-width: 575px) {
    .store__member .member__wrap:nth-of-type(2n) .main__image--r02sp {
        object-position: 75% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap:nth-of-type(2n) .main__image--r03sp {
        object-position: 68% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap:nth-of-type(2n) .main__image--l01sp {
        object-position: 21% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap:nth-of-type(2n) .main__image--l02sp {
        object-position: 30% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap:nth-of-type(2n) .main__image--l03sp {
        object-position: 36% center;
    }
}

.store__member .member__wrap:nth-of-type(2n) .member__container {
    flex-direction: row;
}

@media (max-width: 991px) {
    .store__member .member__wrap:nth-of-type(2n) .member__container {
        flex-direction: column-reverse;
    }
}

.store__member .member__wrap:nth-of-type(2n) .member__contents {
    margin-right: 35px;
    margin-left: 0;
}

@media (max-width: 1200px) {
    .store__member .member__wrap:nth-of-type(2n) .member__contents {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .store__member .member__wrap:nth-of-type(2n) .member__contents {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .store__member .member__wrap:nth-of-type(2n) .graph__contents {
        margin-left: auto;
    }
}



@media (min-width: 1650px) {
    .store__member .member__wrap .main__image--t01 {
        object-position: center 8%;
    }
}

.store__member .member__wrap .main__image--r01 {
    object-position: 65% center;
}

.store__member .member__wrap .main__image--r02 {
    object-position: 75% center;
}

.store__member .member__wrap .main__image--r03 {
    object-position: 83% center;
}

.store__member .member__wrap .main__image--l02 {
    object-position: 25% center;
}

.store__member .member__wrap .main__image--l03 {
    object-position: 35% center;
}

@media (max-width: 575px) {
    .store__member .member__wrap .main__image--r01sp {
        object-position: 80% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .main__image--r02sp {
        object-position: 75% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .main__image--r03sp {
        object-position: 68% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .main__image--l02sp {
        object-position: 30% center;
    }
}

@media (max-width: 575px) {
    .store__member .member__wrap .main__image--l03sp {
        object-position: 36% center;
    }
}

.store__access {
    margin-top: 70px;
    padding-top: 60px;
}

.store__access .pickup__info {
    margin-top: 28px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    line-height: 1.7;
    text-align: center;
}

@media (max-width: 575px) {
    .store__access .pickup__info {
        text-align: left;
    }
}

.store__access .map__container {
    margin-top: 50px;
}

@media (max-width: 575px) {
    .store__access .map__container {
        margin-top: 30px;
    }
}

.store__access .access__contents {
    margin-top: 25px;
}

.store__access .access__contents .add__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.store__access .access__contents .add__container .add01 {
    margin-right: 12px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

.store__access .access__contents .add__container .link01 {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.05rem;
    color: #ff6900;
    transition: 0.3s;
}

.store__access .access__contents .add__container .link01:hover {
    opacity: 0.7;
}

.store__access .access__contents .add__container .link01 .icon01 {
    margin-left: 3px;
    display: inline-block;
    width: auto;
    height: 15px;
    vertical-align: baseline;
}

.store__access .access__contents .number01 {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.store__access .access__contents .number01 .tel01 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

.store__access .access__contents .number01 .fax01 {
    margin-left: 12px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    pointer-events: none;
    text-decoration: none;
}

.store__access .access__contents .opentime01 {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.store__access .access__contents .opentime01 .txt01 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

.store__access .access__contents .opentime01 .txt01:nth-child(2) {
    margin-left: 12px;
}

/* 買取ポップアップバナー */
.follow__tell__container {
    position: fixed;
    right: 10px;
    bottom: 15px;
    width: 250px;
    background-color: #fff;
    z-index: 100;
    visibility: hidden;
    /* 初期状態は非表示 */
    opacity: 0;
    /* 初期状態は透明 */
    transition: opacity 0.3s ease;
    /* フェードインのためのトランジション */
}

@media (max-width:598px) {
    .follow__tell__container {
        right: 8px;
        bottom: 8px;
        width: 46%;
    }
}

@media (max-width:385px) {
    .follow__tell__container {
        width: 52%;
    }
}

.follow__tell__closebtn {
    display: block;
    position: absolute;
    top: -7px;
    left: -7px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(55, 55, 55, 0.87);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    filter: drop-shadow(0 0 4px rgb(0 0 0 / 0.19));
    transform: translateZ(0);
    z-index: 110;
}

.follow__tell__link {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s;
    filter: drop-shadow(0 0 8px rgb(0 0 0 / 0.19));
    transform: translateZ(0);
    pointer-events: auto;
    cursor: pointer;
}

.follow__tell__link:hover {
    opacity: 0.81;
}

.follow__tell__banner {
    display: block;
    width: 100%;
    height: auto;
}

/* フェードアウト用クラス */
.fade__out {
    opacity: 0;
}


/* 移転情報 20230714 */
main .relocating__container {
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    max-width: 905px;
    text-align: center;
}

.relocating__container .contents__txt01 {
    font-size: 16px;
    line-height: 1.7;
}

.relocating__container .contents__txt01:nth-child(n + 2) {
    margin-top: 25px;
}

.relocating__container .openshop__container {
    margin-top: 18px;
    padding: 22px;
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.relocating__container .openshop__contents {
    margin-right: 20px;
    width: calc(50% - 10px);
    text-align: center;
}

.relocating__container .openshop__txt01 {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.03rem;
}

.relocating__container .openshop__contents:nth-child(2) {
    position: relative;
    padding-top: 27px;
    margin-right: 0;
}

.relocating__container .openshop__contents:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
}

@media (max-width: 1250px) {
    main .relocating__container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    main .relocating__container {
        text-align: left;
    }

    .relocating__container .openshop__container {
        flex-direction: column;
    }

    .relocating__container .openshop__contents {
        margin-top: 0;
        width: 100%;
    }

    .relocating__container .openshop__contents:nth-child(2)::before {
        content: none;
    }
}

@media (max-width: 575px) {
    main .relocating__container {
        margin-top: 50px;
    }

    .relocating__container .contents__txt01 {
        font-size: 15px;
    }

    .relocating__container .openshop__container {
        padding: 15px;
    }

    .relocating__container .openshop__contents {
        font-size: 15px;
    }
}


/* 年末年始休業 */
.closing__info {
    position: relative;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 85px;
    border: 12px solid #F2F2F2;
    background-color: #fff;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width:991px) {
    .closing__info {
        padding: 60px 60px 75px;
    }
}

@media (max-width:768px) {
    .closing__info {
        padding: 50px 50px 65px;
        border-width: 9px;
    }
}

@media (max-width:575px) {
    .closing__info {
        margin-top: 45px;
        padding: 26px 22px 50px;
        border-width: 9px;
    }
}

@media (max-width:400px) {
    .closing__info {
        padding: 24px 18px 45px;
    }
}

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

.closing__info__head .category01 {
    display: inline-block;
    padding: 4px 24px 4px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.09rem;
    line-height: 1;
    color: #fff;
    background-color: #FF6900;
}

.closing__info__head .date01 {
    margin-left: 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.12rem;
    line-height: 1;
    color: #A8A8A8;
}

@media (max-width:575px) {
    .closing__info__head .date01 {
        margin-left: 10px;
        font-size: 14px;
    }
}

.closing__info__ttl {
    margin-top: 24px;
    display: block;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.07rem;
    line-height: 1;
}

@media (max-width:575px) {
    .closing__info__ttl {
        font-size: 22px;
    }
}

.closing__info__subttl {
    position: relative;
    left: -10px;
    margin-top: 26px;
    display: block;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.07rem;
    line-height: 1;
}

@media (max-width:575px) {
    .closing__info__subttl {
        font-size: 18px;
    }
}

.closing__info__period {
    margin-top: 17px;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.145rem;
    line-height: 1;
    color: #FF6900;
}

@media (max-width:575px) {
    .closing__info__period {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0.01rem;
    }
}

.closing__info__caution {
    position: relative;
    margin-top: 15px;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04rem;
    line-height: 1.5;
    color: #616161;
}

@media (max-width:575px) {
    .closing__info__caution {
        margin-top: 12px;
    }
}

.closing__info__caution::before {
    content: "※";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #616161;
    font-family: 'Noto Sans JP', sans-serif;
}

.closing__info__ctxt {
    margin-top: 28px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04rem;
    line-height: 1.8;
}

@media (max-width:575px) {
    .closing__info__ctxt {
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 0.01rem;
    }
}

.closing__icon__container {
    position: absolute;
    bottom: 26px;
    right: 26px;
    display: inline-block;
    width: auto;
    height: 25px;
}

@media (max-width:575px) {
    .closing__icon__container {
        bottom: 14px;
        right: 14px;
        height: 20px;
    }
}

.closing__icon__container .icon01 {
    display: inline-block;
    width: auto;
    height: 100%;
}