.at_text2 {
    font-size: 0.9375rem;
}

.at_text3 {
    font-size: 0.875rem;
}

.at_text4 {
    font-size: 0.75rem;
}

.at_bold {
    font-weight: bold;
}

/* Color Difinition */
/* Text */
.at_text_primary {
    color: #333333;
}

.at_text_secondary {
    color: #8E8E8E;
}

.at_text_label {
    color: #FFFFFF;
}

.at_text_accent {
    color: #00AA71;
}

/* state */
.at_state_enabled {
    background-color: #00AA71;
}

.at_state_error {
    background-color: #E53E3E;
}

.at_state_disabled {
    background-color: #8E8E8E;
}

.at_state_active {
    background-color: #FFB13D;
}

/* StatusTags */
.at_statustags_attention {
    background-color: #E53E3E;
}

.at_statustags_basic {
    background-color: #00AA71;
}

.at_statustags_disabled {
    background-color: #386FC1;
}

.at_statusbar {
    display: block;
    text-align: center;
    padding: 1rem;
    font-weight: 590;
    line-height: 1;
    letter-spacing: 0.02rem;
    min-width: 343px;
    min-height: 50px;
}

.at_statustag {
    display: inline-block;
    border-radius: 1rem;
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.5rem;
}

.at_modal_button_container {
    width: 80%;
    display: flex;
    flex-flow: column;
}

button.at_primary-button,
a.at_primary-button {
    min-width: 8rem;
    background: #00AA71;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
}

button.at_primary-modal-button,
a.at_primary-modal-button {
    background: #00AA71;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0.2rem 1rem;
}

button.at_cancel-modal-button,
a.at_cancel-modal-button {
    background: #FFF;
    border: 1px solid;
    border-radius: 8px;
    border-color: #00AA71;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #00AA71;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0.2rem 1rem;
}

button.at_primary-modal-button:hover,
a.at_primary-modal-button:hover {
    background: #008E5E;
    color: #fff;
}

button.at_secondary-button,
a.at_secondary-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    gap: 8px;
    min-width: 101px;
    min-height: 33px;
    border-radius: 54px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

button.at_text-button,
a.at_text-button,
label.at_text-button {
    color: #00AA71;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

:is(a.at_text-button).at_text-button-right {
    padding: 0;
}

a.at_text-button:hover {
    text-decoration: underline;
}

button.at_tag-button,
a.at_tag-button {
    background-image: url("../../images/app/icons/sc_check_white.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 3rem 8px 1rem;
    gap: 4px;
    min-width: 73px;
    min-height: 26px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 590;
    letter-spacing: 0.05rem;
}

:where(button.at_primary-button, a.at_primary-button).at_button-solid,
:where(button.at_secondary-button, a.at_secondary-button).at_button-solid,
:where(button.at_tag-button, a.at_tag-button).at_button-solid {
    background: rgba(0, 170, 113, 1);
    color: white;
}

:where(button.at_tag-button, a.at_tag-button).at_button-solid-grad2 {
    background-color: #43C197;
    color: white;
}

:where(button.at_tag-button, a.at_tag-button).at_button-solid-grad3 {
    background-color: #6ED1B0;
    color: white;
}

:where(button.at_tag-button, a.at_tag-button).at_button-solid-grad4 {
    background-color: #99DDC6;
    color: white;
}

:where(button.at_primary-button, a.at_primary-button).at_button-solid.at_selection-solid,
:where(button.at_primary-button, a.at_primary-button).at_button-outlined.at_selection-outlined {
    width: 100%;
    min-height: 39px;
}

:where(button.at_primary-button, a.at_primary-button).at_button-solid:disabled,
:where(button.at_primary-button, a.at_primary-button).at_button-solid.at_disabled,
:where(button.at_secondary-button, a.at_secondary-button).at_button-solid:disabled,
:where(button.at_secondary-button, a.at_secondary-button).at_button-solid.at_disabled {
    background: rgba(0, 170, 113, 0.2);
    color: white;
}

:where(button.at_tag-button, a.at_tag-button).at_button-solid.at_disabled {
    background-image: url("../../images/app/icons/close.svg");
    background-position: calc(100% - 1rem) 50%;
    background-color: #C2C2C2;
    color: white;
}

:where(button.at_primary-button, a.at_primary-button).at_button-outlined,
:where(button.at_secondary-button, a.at_secondary-button).at_button-outlined {
    background: transparent;
    border: 1px solid rgba(0, 170, 113, 1);
    color: rgba(0, 170, 113, 1);
}

:where(button.at_primary-button, a.at_primary-button).at_button-outlined:disabled,
:where(button.at_primary-button, a.at_primary-button).at_button-outlined.at_disabled,
:where(button.at_secondary-button, a.at_secondary-button).at_button-outlined:disabled,
:where(button.at_secondary-button, a.at_secondary-button).at_button-outlined.at_disabled {
    background: transparent;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    border: 1px solid rgba(0, 170, 113, 0.2);
    color: rgba(0, 170, 113, 0.2);
}

:where(button.at_text-button, a.at_text-button).at_text-button-icon:disabled,
:where(button.at_text-button, a.at_text-button).at_text-button-icon.at_text-button-icon-disabled {
    padding: 10px 1.5rem 10px 10px !important;
    background-image: url("../../images/app/icons/sc_arrow_gray.svg");
    background-repeat: no-repeat;
    background-position: right 0.4rem;
    color: #C2C2C2;
}

:where(button.at_text-button, a.at_text-button, label.at_text-button).at_text-button-icon {
    padding: 10px 1.5rem 10px 10px !important;
    background-image: url("../../images/app/icons/sc_arrow_green.svg");
    background-repeat: no-repeat;
    background-position: right center;
}

:where(button.at_text-button, a.at_text-button).at_text-button-icon-large {
    padding: 10px 1.5rem 10px 10px !important;
    background-image: url("../../images/app/icons/sc_editing.svg");
    background-repeat: no-repeat;
    background-position: right 0.4rem;
}

button.at_button-solid-icon,
button.at_button-solid-icon:disabled {
    padding: 8px 1.5rem 8px 2.5rem;
    background-image: url("../../images/app/icons/sc_plus_white.svg");
    background-repeat: no-repeat;
    background-position: 1rem 0.25rem;
}

button.at_button-solid-icon-outlined,
button.at_button-solid-icon-outlined:disabled {
    padding: 8px 1.5rem 8px 2.5rem;
    background-image: url("../../images/app/icons/sc_plus.svg");
    background-repeat: no-repeat;
    background-position: 1rem 0.25rem;
}

button.at_error,
a.at_error,
span.at_error {
    color: #E53E3E;
}

textarea.at_textarea {
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: normal;
    width: 340px;
    padding: 0.65rem 0.75rem;
    gap: 10px;
    background: #FFFFFF;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    border-bottom: 1px solid #333333;
}

/* input type="text" */
.at_form_input_text {
    padding: 16px;
    border-bottom: 1px solid #C7C8C8;
}

.at_form_input_text:focus {
    border-bottom: 1px solid #00AA71;
}

/* パスワード入力欄 */
.at_passwd {
    border-bottom: 1px solid #C7C8C8;
    padding: 0.75rem;
}

.at_passwd .js_password {
    color: #C2C2C2;
}

.at_eye {
    background-image: url("../../images/app/icons/eye.svg");
    background-repeat: no-repeat;
    background-position: 0 2px;
    display: block;
    width: 19px;
    height: 16px;
    float: right;
}

.at_eye_slash {
    background-image: url("../../images/app/icons/eye-slash.svg");
    background-repeat: no-repeat;
    background-position: 0 1px;
    display: block;
    width: 19px;
    height: 16px;
    float: right;
}

/* パスワード欄ラベル */
.at_paswd_label {
    display: block;
    padding-bottom: 0.75rem;
}

/* パスワード入力欄のplaceholder */
.at_passwd input[type="password"]::placeholder,
.at_passwd input[type="text"]::placeholder {
    color: #C7C8C8;
    font-size: 1rem;
}

/* 元々のチェックボックス（非表示） */
.at_checkbox input[type="checkbox"] {
    display: none;
}

/* チェックボックスの代わりを成すラベル */
.at_checkbox input[type="checkbox"]+label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 0.2rem;
}

/* ラベルの左に表示させる正方形のボックス */
.at_checkbox input[type="checkbox"]+label::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 21px;
    height: 21px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 2px solid;
    border-color: #C2C2C2;
    /* 枠の色 */
    border-radius: 2px;
    background: transparent;
    /* 背景の色 */
}

/* ラベルの左に表示させる正方形のボックス hover時 */
.at_checkbox input[type="checkbox"]+label:hover::before {
    border-color: #00AA71;
    /* 枠の色 */
}

/* ラベルの左に表示させる正方形のボックス active,checked時 */
.at_checkbox input[type="checkbox"]+label:active:before,
.at_checkbox input[type="checkbox"]:checked+label::before {
    border-color: #00AA71;
    /* 枠の色 */
    background: #00AA71;
    /* 背景の色 */
}

.at_checkbox input[type="checkbox"]:checked+label {
    font-weight: 700;
}

/* チェックが入った時のレ点 */
.at_checkbox input[type="checkbox"]:checked+label::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 9px;
    margin-top: -6px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color: #FFFFFF;
    /* チェックの色 */
    background: #00AA71;
    /* 背景の色 */
}

/* ラジオボタン用のリストタグ */
.at_radio-list {
    width: 100%;
}

.at_radio-list_single {
    border-bottom: 1px solid #C7C8C8;
    display: flex;
    align-items: center;
    padding: 0 16px;
    width: 100%;
}

.at_radio-list_single:first-of-type {
    border-top: 1px solid #C7C8C8;
}

.at_radio-list_single_label {
    padding-left: 1rem;
    display: flex;
    align-items: center;
    flex: 1;
}

.at_radio-list_single_label_inner {
    display: flex;
    height: 100%;
    padding: 1rem 0;
}

.at_radio-list_single_label_text {
    line-height: 175%;
    letter-spacing: 0.64px;
}

/* 「時間指定なし」装飾関連 */
.at_radio-list_single.at_no_specified_time_caption {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
}

.at_no_specified_time_area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
}

.at_radio-list_single_label_text.at_no_specified_time {
    font-size: 25px;
    white-space: nowrap;
}

.at_no_specified_time_note {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: normal;
}

/* ラジオボタン本体 */
.at_radio {
    height: 22px;
    width: 22px;
    background: transparent;
    border: 2px solid #C2C2C2;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
}

/* ラジオボタンの代わりを成すラベル */
.at_radio+label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: -0.2rem;
}

/* ラジオボタンチェックのデザイン */
.at_radio::after {
    content: '';
    position: absolute;
    top: 9%;
    left: 10%;
    height: 0.9375rem;
    /*15px*/
    width: 0.9375rem;
    background: #00AA71;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.1s;
    visibility: hidden;
}

.at_radio:hover,
.at_radio:checked {
    border-color: #00AA71;
}

/* ラジオボタンチェック時に表示 */
.at_radio:checked::after {
    transform: scale(1);
    visibility: visible;
    border: 2px solid #00AA71;
}

.at_radio:disabled {
    pointer-events: none;
    border-color: #C2C2C2;
}

.at_radio:disabled+label {
    pointer-events: none;
    color: #C2C2C2;
}

.at_radio:disabled::after {
    transform: unset;
    transition: unset;
    visibility: visible;
    background: #C2C2C2;
    border: 2px solid #C2C2C2;
}

/* ラジオボタンチェック時にラベルを太文字 */
.at_radio:checked+label {
    font-weight: 700;
}

/* セレクトボックスを使うためのdiv */
.at_select {
    font-size: 1rem;
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 0;
}

/* セレクトボックスの矢印デザイン変更 */
.at_select::before {
    position: absolute;
    font-size: 1rem;
    color: #8E8E8E;
    right: -2rem;
    top: calc(50% - 0.5rem);
    z-index: 0;
}

.at_select select {
    position: relative;
    width: calc(100% + 2rem);
    padding: 0.75rem;
    border-bottom: 1px solid #C7C8C8;
    z-index: 1;
}

.at_snackbar {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1.1rem 1rem 1rem 1rem;
    gap: 8px;
    min-width: 20rem;
    min-height: 3rem;

    /* ThemaColor/Primary */

    background-color: #00AA71;
    border-radius: 70px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;

    font-weight: 590;
    font-size: 0.9rem;
    line-height: 1.1rem;
    /* identical to box height, or 129% */

    letter-spacing: 0.32px;

    /* Tetx/Label */

    color: #FFFFFF;

}

:where(span.at_snackbar).at_error {
    background-image: url("../../images/app/icons/mono_attention_red.svg");
    background-repeat: no-repeat;
    background-position: 1rem 1rem;
    background-color: #FED7D7;
    padding-left: 3rem;
    color: #E53E3E;
}

/* プログレスバー */
.at_prog-bar {
    width: 100%;
    height: 0.8rem;
    background: #C7F1DA;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.at_prog-bar .at_bar-outer {
    height: 100%;
    position: absolute;
}

.at_prog-bar .at_bar-inner.js_animate {
    height: 100%;
    background: #00AA71;
    border-radius: 40px;
    animation: 2s progress;
}

@keyframes progress {
    from {
        width: 0
    }

    to {
        width: 100%;
    }
}

/* ボタンを可視化するために定義 */
button.js_animate-progress {
    display: block;
    border: 1px solid #C2C2C2;
    padding: 0.25rem 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);

}

/* nav-Button */
button.at_nav-button {
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position: center center;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.05);
}

:where(button.at_nav-button).at_send {
    background-image: url("../../images/app/icons/postal.svg");
}

:where(button.at_nav-button).at_give {
    background-image: url("../../images/app/icons/give.svg");
}

:where(button.at_nav-button).at_delivery {
    background-image: url("../../images/app/icons/delivery.svg");
}

button.at_nav-button-large {
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position: center 0.75rem;
    background-color: #00AA71;
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.14);
}

:where(button.at_nav-button-large).at_request {
    background-image: url("../../images/app/icons/sc_grading.svg");
    color: #FFFFFF;
    font-size: 0.5625rem;
    font-weight: 590;
    padding: 2.25rem 0 0.5rem 1.1rem;
    letter-spacing: 0.03125rem;
}

.at_pulldown {
    max-width: 60vw;
}

.at_toggle {
    display: none;
}

.at_option {
    position: relative;
    width: 100%;
}

.at_title,
.at_sidebar-title,
.at_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.at_title {
    box-sizing: border-box;
    padding: 0.6rem 3rem 0.6rem 0.8rem;
    height: 3.5rem;
    background-color: #FFFFFF;
    border-bottom: 1px solid #F2F2F2;
    color: #333333;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.at_title_sub-title {
    color: #333;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
}

.at_sidebar-title {
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    margin-bottom: 12px;
}

.at_child-link {
    margin-left: 1rem;
}

label.at_child-link:hover {
    color: #00AA71;
}

label.at_child-link {
    cursor: pointer;
}

.at_has_margin-link {
    margin-left: 1rem;
}

label.at_disabled-link:hover {
    color: #CACACA;
}

label.at_disabled-link {
    cursor: pointer;
}

.at_title::after,
.at_title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #C7C8C8;
    transition: all 0.3s;
}

/* タイトル横の矢印 */
.at_sidebar-title::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    transform: rotate(-45deg);
    transition-duration: 0.5s;
}

.at_title::after {
    transform: rotate(90deg);
}

.at_content {
    max-height: 0;
    overflow: hidden;
}

.at_content p {
    color: #333333;
    margin: 0;
    padding: 0.6rem 0.8rem;
    font-size: 0.9em;
    line-height: 1.5;
}

.at_toggle:checked + .at_title + .at_content {
    max-height: 1500px;
    transition: all 1.5s;
}

.at_toggle:checked + .at_title::before {
    transform: rotate(90deg) !important;
}

.at_toggle:checked + .at_sidebar-title + .at_content {
    max-height: 10rem;
    transition: all 1s;
}

.at_toggle:checked + .at_sidebar-title::before {
    transform: rotate(135deg) !important;
}

/* date-Button */
button.at_date-button {
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: 0.5rem 0.5rem;
    background-image: url("../../images/app/icons/sc_check_circle.svg");

    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0.25rem 2.25rem;
    gap: 16px;
    color: #333333;
    line-height: 1.5rem;

    border: 1px solid #C2C2C2;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 64px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Modal */
.at_modal__wrap input:not(.at_radio) {
    display: none;
}

.at_modal__open-label,
.at_modal__close-label,
.at_half-modal__open-label,
.at_half-modal__close-label {
    cursor: pointer;
}

:is(.at_modal__open-label, .at_half-modal__open-label):hover {
    background-color: #fff;
    color: #00aa71;
    outline: 1px solid #00aa71;
}

.at_modal,
.at_half-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.at_modal__open-input:checked + label + input + .at_modal {
    display: block;
    animation: at_modal-animation .6s;
}

.at_half-modal__open-input:checked + label + input + .at_half-modal {
    display: block;
    animation: at_half-modal-fadeIn .9s ease-out .1s 1 normal backwards;
}

.at_modal__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 500px;
    background-color: #FFFFFF;
    z-index: 200;
    border-radius: 5px;
}

.at_half-modal__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 190;
}

.at_modal__close-label,
.at_half-modal__close-label {
    background-image: url("../../images/mypagenew/nav/close.svg");
    background-repeat: no-repeat;
    display: table-cell;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 99999;
    width: 1rem;
    height: 1rem;
}

.at_modal__close-icon-label {
    background-image: url("../../images/mypagenew/illust/close.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    z-index: 99999;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

.at_modal__content {
    max-height: 97vh;
    width: 100%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 16px 16px 16px;
    background-color: #FFFFFF;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.20), 0 6px 30px 0 rgba(0, 0, 0, 0.12), 0 16px 24px 0 rgba(0, 0, 0, 0.14);
    border-radius: 4px;
}

.at_half-modal__content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 2.5rem;
    background-color: #FFFFFF;
}

.at_half-modal__content iframe {
    border: none;
    height: 80vh;
    width: 100%;
}

.at_modal__content h3,
.at_modal__content p {
    text-align: center;
}

.at_modal__content p {
    margin-bottom: 2rem;
}

.at_modal__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 100;
}

/*
モーダル
*/

.at_modal__close-label {
    background-image: unset;
    background-repeat: unset;
    display: block;
    position: unset;
    top: unset;
    right: unset;
    z-index: unset;
    width: 100%;
    height: unset;
}

.at_modal__open-label:hover {
    outline: none;
}

.at_modal__open-input:checked + input + .at_modal {
    display: block;
    animation: at_modal-animation .6s;
}

.at_modal__content.at_modal__short {
    overflow-y: hidden;
}

label.at_btn_label {
    width: 100%;
    padding: 10px;
}

a.has_label {
    padding: 0;
    text-decoration: none;
}

a.has_label:hover {
    color: #FFFFFF;
}

a.at_cancel-modal-button:hover {
    color: #00AA71;
}

@keyframes at_modal-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes at_half-modal-fadeIn {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*@keyframes at_half-modal-fadeOut {*/
/*    from {*/
/*        opacity: 0;*/
/*        transform: translateY(-50px);*/
/*    }*/
/*    to {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 520px) {*/
/*    .at_modal__open-label {*/
/*        max-width: 90%;*/
/*        padding: .94em 2.1em .94em 2.6em;*/
/*    }*/

/*    .at_modal__close-label {*/
/*        top: -17px;*/
/*        right: -4%;*/
/*    }*/

/*    .at_modal__content-wrap {*/
/*        width: 90vw;*/
/*    }*/

/*    .at_modal__content {*/
/*        padding: 33px 21px 35px;*/
/*        max-width: 100%;*/
/*    }*/
/*}*/

/* スライダーの共通処理 */
.slick-disabled {
    display: none;
}

@keyframes apiFadeOut {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

.at_popup_bg_cover {
    position: fixed; /* ブラウザの定位置に固定 */
    background: rgba(0, 0, 0, 0.8); /* 背景色を半透明の黒色に */
    width: 100%; /* 要素の横幅を画面全体に */
    height: 100%; /* 要素の高さを画面全体に */
    top: 0; /* 要素の固定位置をブラウザ最上部に合わせる */
    left: 0; /* 要素の固定位置をブラウザ左側に合わせる */
    z-index: 99999; /* 要素をコンテンツより前面に（要調整） */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease-in; /* フェードアウトのためのトランジション */
}

.at_popup_bg_cover.-hidden {
    opacity: 0; /* フェードアウトアニメーション */
    pointer-events: none; /* 要素がクリックできなくなる */
}
@keyframes apiFadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Calendar */
.at_calendar {
    display: flex;
    flex-wrap: wrap;
}

.at_calendar .at_week {
    width: calc(100% / 7);
    text-align: center;
    padding: 0 0.75rem;
    position: relative;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.at_calendar .at_week.at_text-sunday {
    border-left: 1px solid #F2F2F2;
}

.at_calendar .at_week.at_text-saturday {
    border-right: 1px solid #F2F2F2;
}

.at_calendar .at_day {
    width: calc(100% / 7);
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    padding: 0.25rem 0.5rem;
    align-items: center;
}

.at_calendar .at_day:has(.at_text-saturday) {
    border-right: 1px solid #F2F2F2;
}

.at_calendar .at_day:has(.at_text-sunday) {
    border-left: 1px solid #F2F2F2;
}

_:-ms-lang(x),
.at_calendar .at_week,
.at_calendar .at_day {
    width: 14.284%;
}

.at_calendar .at_day.blank {
    background-color: #F7F7F7;
}

.at_calendar .at_day.at_day_disabled {
    background-color: #F2F2F2;
}

.at_calendar .at_day .at_date {
    padding: 0.25rem 0.5rem;
    text-align: center;
}

.at_calendar .at_day.at_day_disabled .at_date {
    opacity: 0.5;
}

.at_selected_time {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.09375rem;
    letter-spacing: 0.0125rem;
    white-space: nowrap;
}

:is(.at_calendar .at_week, .at_calendar .at_day .at_date).at_text-sunday {
    color: #E53E3E;
}

:is(.at_calendar .at_week, .at_calendar .at_day .at_date).at_text-saturday {
    color: #386FC1;
}

.at_calendar .at_day .at_status {
    padding: 0 0 1.5rem;
}

.at_calendar .at_day .at_status.at_day_possible {
    background-image: url("../../images/mypagenew/illust/cal_circle_green.svg");
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.at_calendar .at_day .at_status.at_day_not_possible {
    background-image: url("../../images/mypagenew/illust/cal_cross_red.svg");
    background-repeat: no-repeat;
    background-position: 50% 0.1rem;
}

.at_calendar .at_day .at_status.at_day_not_selected {
    background-image: url("../../images/mypagenew/illust/cal-hyphen.svg");
    background-repeat: no-repeat;
    background-position: 50% 0.1rem;
}

.at_calendar .at_day.at_day_schedule {
    cursor: pointer;
}

.at_calendar .at_day.selected,
.at_calendar .at_day.reserved {
    color: #FFFFFF;
    background-color: #00AA71;
}

.at_calendar .at_day.reserved_readonly {
    color: #FFFFFF;
    background-color: #00AA71;
    pointer-events: none;
}

.at_calendar .at_day.selected .at_text-saturday,
.at_calendar .at_day.selected .at_text-sunday,
.at_calendar .at_day.reserved .at_text-saturday,
.at_calendar .at_day.reserved .at_text-sunday {
    color: #FFFFFF;
}

.at_calendar .at_day.selected:hover,
.at_calendar .at_day.reserved:hover {
    background-color: #EFFFEF;
}

.at_calendar .at_day.selected:hover .at_date,
.at_calendar .at_day.reserved:hover .at_date {
    color: #333333;
}

.at_calendar .at_day.selected:hover .at_selected_time,
.at_calendar .at_day.reserved:hover .at_selected_time {
    color: #333333;
}

.at_calendar .at_day.selected:hover,
.at_calendar .at_day.reserved:hover {
    background-color: #EFFFEF;
}

.at_calendar .at_day.selected:hover .at_day_possible,
.at_calendar .at_day.reserved:hover .at_day_possible {
    background-image: url("../../images/mypagenew/illust/cal_circle_green.svg");
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.at_calendar .at_day.selected .at_status,
.at_calendar .at_day.reserved .at_status,
.at_calendar .at_day.reserved_readonly .at_status {
    background-image: url("../../images/mypagenew/illust/cal-circle_white.svg");
    background-repeat: no-repeat;
    background-position: 50% 0;
}


.at_calendar .at_day:hover:not(.at_day_disabled) {
    background-color: #EFFFEF;
}

/* 予約カレンダー内で表示するモーダルのタイトル */
.at_calendar-modal_date-and-time {
    font-size: 1.25rem;
    line-height: 1;
    padding: 1rem;
    background-color: #F2F2F2;
}

header.at_header div.at_header_wrapper nav.at_humbarger_nav,
header.at_header div.at_header_wrapper div.openbtn {
    display: none;
}

header.at_header div.at_header_user {
    display: block;
}

img.at_banner_sp,
img.top_deposit_btn_sp,
img.top_taking_out_btn_sp,
img.sp,
br.sp,
div.sp,
h1.sp,
.at_footnav_sp {
    display: none;
}

/* スマホ版の処理を消す */
body.no_scroll {
    overflow: unset;
}

/* アラートの表示 */
.at_alert_announce {
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    font-weight: normal;
    color: #333333;
    background-color: #EFFFEF;
    border: 1px solid #00AA71;
    padding: 16px 24px;
    border-radius: 30px;
    margin: 1px auto 40px;
}

.at_alert_announce.at_alert_error {
    display: flex;
    width: 40%;
    color: #e53e3e;
    background-color: #FED7D7;
    border: none;
}

.at_alert_error_icon {
    background-size: 24px;
}

.at_alert_error_text {
    padding-left: 5px;
}

.at_alert_display {
    display: none;
}

/* 新着情報アリの場合（PC） */
.at_nav_new_pc {
    position: absolute;
    left: 253px;
    top: 82px;
}

/* 値引き表記（00％OFF） */
.at_main_section_green_line_block {
    display: flex;
    padding: 0.5rem 1rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 0.5rem;
    border: 1px solid #00AA71;
    max-width: 360px;
}

.at_main_section_green_non_line_block {
    display: flex;
    padding: 0.5rem 1rem;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
    align-self: stretch;
    gap: 40px;
    max-width: 360px;
}

.at_main_section_green_line_block_left_text {
    color: #00AA71;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.75rem;
    letter-spacing: 0.04rem;
}

.at_main_section_green_line_block_right_text {
    color: #00AA71;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    letter-spacing: 0.08rem;
}

/* ステータスタグ */
.at_status_tag {
    padding: 4px 20px;
    border-radius: 50px;
    width: fit-content;
    font-size: 0.75rem;
    text-align: center;
}

/* 予定・準備中 */
.at_status_tag_incomplete {
    border: 1px solid #00AA71;
    background: #FFF;
    color: #00AA71;
}

/* グレーキャンセル */
.at_status_tag_customer_cancel {
    background: #8E8E8E;
    color: #fff;
}

/* 完了 */
.at_status_tag_complete {
    background: #00AA71;
    color: #fff;
}

/* 不在キャンセル */
.at_status_tag_at_cancel {
    background: #E53E3E;
    color: #fff;
}

/* 運送会社タグ */
.at_transport_company_tag {
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    background: #FFF9BB;
    width: fit-content;
    font-size: 1rem;
    text-align: center;
}

/* アイテムページナビゲーション */
.at_item_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto auto 1.5rem auto;
    padding: 0;
    max-width: 760px;
    min-width: 100%;
}

.at_item_nav_chack_all *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: revert;
    display: revert;
}

.at_item_nav_chack_all {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.at_item_nav_chack_all input {
    accent-color: #00AA71;
    width: 20px;
    height: 20px;
}

.at_item_nav_chack_all label {
    color: #00AA71;
    font-size: 12px;
}

.at_item_nav_right {
    display: flex;
    gap: 16px;
}

.at_item_nav_search {
    color: #00AA71;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.at_item_nav_search_placeholder_text {
    color: #9f9f9f;
}

.at_item_nav_search_text {
    border-left: solid 1px #00aa71;
    padding: 0 0.5rem;
}

.at_item_nav_switch {
    background: url("../../images/mypagenew/illust/lists.svg") top center no-repeat;
    padding-top: 28px;
    color: #00AA71;
    font-size: 12px;
}

/* 格子状のアイテム */
.at_griditem_wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(172px, 1fr));
    gap: 24px;
    width: 100%;
}

.at_griditem_single {
    position: relative;
}

.at_griditem_single *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: revert;
    display: revert;
}

.at_griditem_single_img {
    position: relative;
    text-align: center;
}

.at_griditem_single_img:hover .at_griditem_single_status {
    opacity: 0.5;
    transition: 0.2s;
    cursor: pointer;
}

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

/* グリッドステータスタグ */
.at_griditem_single_status {
    border-radius: 0 10000px 10000px 0;
    background: rgba(0, 0, 0, 0.45);
    padding: 2px 8px 2px 4px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 16px;
    width: fit-content;
}

.at_griditem_single_item_name {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

/* リスト表示アイテム */
.at_listitem_single {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #C7C8C8;
}

.at_listitem_single:last-of-type {
    margin-bottom: 1.5rem;
}

.at_listitem_single.active {
    background-color: #EFFFEF;
}

.at_listitem_single *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: revert;
    display: revert;
}

.at_listitem_single_item_name {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

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

.at_listitem_single_checkbox {
    width: 20px;
    height: 20px;
    accent-color: #00AA71;
}

.at_listitem_single_checkbox:hover {
    outline: 1px solid #008E5E;
}

.at_listitem_single_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.at_listitem_single_img_block {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}

.at_listitem_single_img_block img {
    width: 100%;
    height: auto;
}

.at_listitem_single_text_area {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.at_listitem_single_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
    align-self: stretch;
}

.at_listitem_single_text_tag_single {
    display: inline;
    margin-right: 1rem;
}

label.at_listitem_single_text_column {
    display: block;
}

.at_listitem_single_text_btn {
    align-self: flex-end;
    flex-shrink: 0;
}

.at_listitem_single_text_btn .at_text-button {
    text-decoration: underline;
}

.at_listitem_single_text_btn .at_text-button:hover {
    color: #008E5E;
    cursor: pointer;
}

.at_listitem_single_text_btn_del>.at_text-button {
    color: #8E8E8E;
}

.at_listitem_single_text_btn_del>.at_text-button:hover {
    color: #B9B9B9;
    cursor: pointer;
}

/* リスト表示アイテム chacked */
.at_listitem_single_checked {
    background: #EFFFEF;
}

/* リスト表示アイテム disabled */
.at_listitem_single_status {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: fit-content;
    flex-shrink: 0;
    padding: 8px;
    border-radius: 4px;
    background: #8E8E8E;
    align-self: center;
    font-size: 14px;
    color: #FFF;
}

/* 計算式 */
.at_strage_formula {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4px;
    gap: 16px;
}

.at_strage_formula_term {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
}

.at_strage_formula_title {
    font-size: 14px;
}

.at_strage_formula_value {
    color: #00b386;
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
}

.at_strage_formula_plus {
    background-image: url("../../images/mypagenew/illust/formula_plus.svg");
    background-position: center 27px;
    width: 24px;
    height: 24px;
}

.at_strage_formula_minus {
    background-image: url("../../images/mypagenew/illust/formula_minus.svg");
    background-position: center 30px;
    width: 24px;
    height: 24px;
}

.at_strage_formula_equals {
    background-image: url("../../images/mypagenew/illust/formula_equal.svg");
    background-position: center 30px;
    width: 24px;
    height: 24px;
}

/* 緑の枠付きの計算式 */
.at_strage_formula_completed {
    border-radius: 8px;
    background: #00AA71;
    width: fit-content;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.at_strage_takeout_formula_completed_title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.at_strage_formula_completed .at_strage_formula {
    background: #fff;
    border-radius: 4px;
    padding: 1.5rem;
}

/* 検索モーダル */
.at_search {
    cursor: pointer;
    border: solid 1px #00aa71;
    width: 360px;
    padding: 10px 6px 8px 6px;
    border-radius: 10px;
}

.at_modal_search .at_modal__content-wrap {
    max-width: 800px;
}

.at_modal_search .at_modal__content {
    overflow-x: hidden;
}

.at_modal_search .at_modal_search_content_search_box input {
    display: inline-block;
}

.at_modal_search .at_modal_search_title {
    display: flex;
    justify-content: center;
    padding: 24px 16px;
    position: relative;
}

.at_modal_search .at_modal_search_close_btn {
    background: url("../../images/mypagenew/illust/close.svg") no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 16px;
    cursor: pointer;
}

.at_modal_search .at_modal_search_content_search_box .at_modal_search_content_search_box_inner {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 8px;
    background-color: #f8f8f8;
    margin-bottom: 8px;
    position: relative;
}

.at_modal_search .at_modal_search_content_search_box .at_modal_search_content_search_box_input {
    flex-grow: 1;
    width: 100%;
    padding: 8px 40px 8px 32px;
    border: none;
    background: url("../../images/mypagenew/illust/input_search.svg") no-repeat 8px center;
    background-size: 16px 16px;
    outline: none;
}

.at_modal_search .at_modal_search_content_search_box_input_clear-icon {
    width: 24px;
    height: 24px;
    background-image: url("../../images/mypagenew/illust/text_clear.svg");
    background-size: cover;
    cursor: pointer;
    position: absolute;
    right: 19px;
}

.at_modal_search .at_modal_search_discription {
    padding: 0 1rem;
    color: #8E8E8E;
    margin-bottom: 1.5rem;
}

.at_modal_search .at_modal_search_content {
    padding: 1.5rem 1.5rem 120px 1.5rem;
    position: relative;
    width: 100%;
}

.at_modal_search .at_modal_search_content_category {
    margin-bottom: 1rem;
}

.at_modal_search .at_modal_search_content_category .at_main_section_title_bg_gray {
    margin-bottom: 1rem;
}

.at_modal_search .at_modal_search_content_item_single {
    border-bottom: 1px solid #C7C8C8;
}

.at_modal_search .at_modal_search_content_item_single label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1rem;
}

.at_modal_search .at_modal_search_content_item_single input {
    all: revert;
    accent-color: #00AA71;
    width: 16px;
    height: 16px;
}

.at_modal_search .at_modal_search_btn_fixed {
    position: fixed;
    bottom: 0;
    background: #FFF;
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.25);
    width: calc(100% - 16px);
    padding: 1rem;
}

.at_modal_search .at_modal_search_btn_fixed_inner {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.at_modal_search .at_modal_search_btn_fixed_inner button {
    flex: 1;
}

/* モーダル固定ボタン */
.at_modal_btn_fixed {
    position: fixed;
    bottom: 0;
    background: #FFF;
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.25);
    width: calc(100% - 16px);
    padding: 1rem;
}

.at_modal_btn_fixed_inner {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.at_modal_btn_fixed_inner button {
    flex: 1;
}

.at_modal_btn_fixed_inner .at_btn_default {
    min-width: unset;
}

/* 荷物詳細モーダル */
.at_modal_item_detail .at_modal__content-wrap {
    max-width: 800px;
}

.at_modal_item_detail_content {
    width: 100%;
    padding: 1rem 1rem 120px 1rem;
}

.at_modal_item_detail_carousel {
    position: relative;
    margin-bottom: 32px;
}

.at_modal_item_detail_carousel .at_modal_item_detail_carousel_main_image_wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}

.at_modal_item_detail_carousel .at_modal_item_detail_carousel_main_image_group {
    position: relative;
    width: 100%;
    max-width: 760px;
    height: auto;
    display: flex;
}

.at_modal_item_detail_carousel .at_modal_item_detail_carousel_main_image_single {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    flex-shrink: 0;
    width: 100%;
    height: auto;
}

.at_modal_item_detail_carousel .at_modal_item_detail_carousel_main_image_single img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.at_modal_item_detail_carousel .at_modal_item_detail_carousel_main_image_single.active {
    display: block;
}

.at_modal_item_detail_carousel .at_modal_item_detail_carousel_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 48px;
    height: 48px;
}

.at_modal_item_detail_carousel .at_modal_item_detail_carousel_arrow_left {
    background: url("../../images/mypagenew/illust/carousel_arrow-left.svg") no-repeat;
    left: 0;
}

.at_modal_item_detail_carousel .at_modal_item_detail_carousel_arrow_right {
    background: url("../../images/mypagenew/illust/carousel_arrow-right.svg") no-repeat;
    right: 0;
}

.at_modal_item_detail_carousel .at_modal_item_detail_carousel_thumbnails {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem 2.5rem;
}

.at_modal_item_detail_carousel .at_modal_item_detail_carousel_thumbnails img {
    cursor: pointer;
    border: 2px solid transparent;
}

.at_modal_item_detail_carousel .at_modal_item_detail_carousel_thumbnails img:hover {
    border: 2px solid #00b386;
}

.at_modal_item_name {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 32px;
}

.at_modal_item_detail_size span {
    display: block;
}

.at_modal_item_detail_tag_content {
    border-bottom: 1px solid #C7C8C8;
    margin-bottom: 32px;
    padding: 1rem;
}

.at_modal_item_detail_tag_single {
    display: inline;
    margin-right: 1rem;
}

.at_modal_item_detail_table .at_modal_item_detail_table_title {
    font-size: 20px;
    font-weight: bold;
    padding: 1rem;
}

.at_modal_item_detail_table .at_modal_item_detail_table_category {
    font-size: 12px;
    color: #C7C8C8;
    display: block;
}

/*数量カウンター*/
.at_item_counter {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
}

.at_item_counter .at_item_counter_btn {
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    border: none;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

.at_item_counter .at_item_counter_input {
    width: 34px;
    height: 30px;
    text-align: center;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 18px;
    -moz-appearance: textfield;
}

/*webkit用 ▲▼削除*/
.at_item_counter input::-webkit-outer-spin-button,
.at_item_counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*firefox用 ▲▼削除*/
.at_item_counter input[type="number"] {
    -moz-appearance: textfield;
}

/*預け入れ点数 1行単体*/
.at_assembly_counter_single {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.at_assembly_counter_single_text_sub {
    font-size: 14px;
}

/*トグルボタン*/
.at_toggle_presence_check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.at_toggle_presence_check_single_label {
    display: inline-block;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #00AA71;
    border-radius: 8px;
    flex: 1;
}

.at_toggle_presence_check_single {
    display: none;
}

.at_toggle_presence_check_single:not(:checked)+.at_toggle_presence_check_single_label {
    background-color: #fff;
    color: #00AA71;
}

.at_toggle_presence_check_single:not(:checked)+.at_toggle_presence_check_single_label:hover {
    background-color: #EFFFEF;
    color: #00AA71;
}

/*カードカルーセル*/
.at_card_carousel {
    position: relative;
    margin: auto;
}

.at_card_carousel_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 34px;
    height: 34px;
}

.at_card_carousel_arrow_left {
    background: url("../../images/mypagenew/illust/carousel_arrow-left.svg") no-repeat;
    background-size: contain;
    left: 0;
}

.at_card_carousel_arrow_right {
    background: url("../../images/mypagenew/illust/carousel_arrow-right.svg") no-repeat;
    background-size: contain;
    right: 0;
}

.at_card_carousel_inner {
    display: flex;
    gap: 42px;
    align-items: center;
    box-sizing: border-box;
    padding: 0 16px;
    overflow-x: hidden;
}

.at_card_carousel_single {
    flex-shrink: 1;
    width: 100%;
    min-width: 343px;
    height: fit-content;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.at_card_carousel_single_img {
    width: inherit;
    height: auto;
}

.at_calendar .at_day .at_date {
    padding: 0.25rem 0;
}


/*再開集荷 TOPクーポン表示*/
.at_top_coupon_block {
    max-width: 343px;
    /* 幅を固定 */
    background-color: #FFF;
    border-radius: 8px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #FFB13D;
    margin: auto;
}

.at_top_coupon_header {
    font-size: 14px;
    background-color: #FFB13D;
    text-align: center;
    color: #fff;
    border-radius: 7px 7px 0 0;
    padding: 8px;
    font-weight: bold;
}

.at_top_coupon_content {
    padding: 12px;
    border-radius: 8px;
    color: #000;
}

.at_top_coupon_name,
.at_top_coupon_expiration_date {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.at_top_coupon_detail {
    background-color: #FFB13D;
    color: #fff;
    padding: 8px 16px;
    text-align: center;
    border-radius: 8px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 8px;
}

.at_top_coupon_detail_date {
    font-size: 16px;
    font-weight: bold;
}

.at_top_coupon_discount {
    font-size: 32px;
    font-weight: bold;
}

/* ブランド管理　東京ガス */
h1.at_header_logo.tokyogas {
    width: unset;
}

.at_skeleton {
    width: 100%;
    height: 172px;
    background: #E5E6E9;
    position: relative;
    overflow: hidden;
}

.at_skeleton_thumbnail {
    width: 120px;
    height: 120px;
    background: #E5E6E9;
    position: relative;
    overflow: hidden;
}

.at_skeleton_slider {
    display: none;
    width: 760px;
    height: 760px;
    background: #E5E6E9;
    position: relative;
    overflow: hidden;
}

.at_skeleton::before, .at_skeleton_thumbnail::before, .at_skeleton_slider::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes at-skeleton-animation {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}


/* 画面サイズ 768px 未満 */
@media screen and (max-width: 767px) {

    header.at_header div.at_header_user,
    div.at_main_container div.at_nav,
    img.at_banner_pc,
    img.top_deposit_btn_pc,
    img.top_taking_out_btn_pc,
    img.pc,
    div.pc,
    h1.pc,
    span.sp_none,
    br.pc,
    a.pc {
        display: none;
    }

    header.at_header div.at_header_wrapper nav.at_humbarger_nav,
    header.at_header div.at_header_wrapper div.openbtn,
    img.sp,
    br.sp,
    div.sp,
    h1.sp {
        display: block;
    }

    header.at_header div.at_header_wrapper nav.at_humbarger_nav div.at_nav {
        margin-left: auto;
    }

    div.at_main_inner,
    div.at_main_service_block_item,
    div.at_main_service_block_item_inner,
    div.at_main_service_block_item_title,
    div.at_main_service_block_item_discription,
    div.at_main_service_block_item_discription_Paragraph {
        width: 100%;
    }

    span.at_news_list_title {
        width: 88%;
    }

    div.at_main_container,
    img.at_banner_sp,
    img.top_deposit_btn_sp,
    img.top_taking_out_btn_sp {
        display: block;
    }

    div.at_main_service_block {
        flex-direction: column;
        width: 100%;
    }

    div.at_main_section.recommend {
        flex-direction: column;
    }

    div.at_main_section.receivable {
        padding: 26px 13px;
    }

    div.at_main_section_receivable_text {
        letter-spacing: 0;
    }

    .at_header_logo {
        width: 130px;
        margin: 0 auto;
    }

    div.at_footnav_sp {
        position: fixed;
        display: block;
        width: 100%;
        bottom: 0px;
        font-size: 0;
        z-index: 0;
        background-color: #FFFFFF;
        box-shadow: 0px -1px 3px 0px rgba(234, 234, 234, 0.8);
    }

    div.at_footnav_sp_inner {
        position: relative;
        width: 100%;
    }

    .at_footnav_sp_icon {
        width: 20%;
        height: auto;
    }

    /* サイドメニュー展開時にbodyのスクロールを抑制
    ヘッダーが消えないようにする処理 */
    body.no_scroll {
        overflow: hidden;
    }

    /* ========= ナビゲーションのためのCSS =============== */
    #g-nav {
        /* position:fixed;にし、z-indexの数値を大きくして前面へ */
        position: fixed;
        z-index: 999;
        /* ナビのスタート位置と形状 */
        top: 0;
        right: -120%;
        width: 100%;
        height: 100vh;
        /* ナビの高さ */
        background-color: rgba(128, 128, 128, 0.7);
        /* 動き */
        transition: all 0.6s;
    }

    /* アクティブクラスがついたら位置を0に */
    #g-nav.panelactive {
        right: 0;
    }

    /* ナビゲーションの縦スクロール */
    #g-nav.panelactive #g-nav-list {
        /* ナビの数が増えた場合縦スクロール */
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* 新着情報アリの場合 */
    .at_nav_new_sp {
        position: absolute;
        right: 20px;
        top: 11px;
    }

    .at_reader_new_sp {
        position: absolute;
        right: 12px;
        top: 11px;
        z-index: 99999;
    }

    .at_reader_new_sp.open_menu {
        display: none;
    }

    /* ========= ボタンのためのCSS =============== */
    .openbtn {
        position: fixed;
        z-index: 9999;
        /* ボタンを最前面 に*/
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        background-color: unset;
    }

    .openbtn.active {
        right: 70px;
        top: -1px;
        position: relative;
        background-color: #F2F2F2;
        min-width: 50px;
    }

    @media screen and (max-width: 374px) {
        .openbtn.active {
            right: 15px;
            background-color: unset;
        }
    }

    /* ×に変化 */
    .openbtn span {
        display: inline-block;
        transition: all 0.6s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #666;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn span:nth-of-type(3) {
        top: 31px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    .at_toggle:checked + .at_title + .at_content {
        max-height: 2000px;
    }

    button.at_primary-button,
    a.at_primary-button {
        min-width: unset;
        width: 100%;
        max-width: 340px;
    }

    /* アラートの表示 */
    .alert {
        margin: 0 24px;
    }

    .at_alert_announce {
        margin-bottom: 20px;
    }

    .at_alert_announce.at_alert_error {
        width: 80%;
    }

    /* ブランド管理　東京ガス */
    h1.at_header_logo.tokyogas {
        width: 75%;
    }

    /* 値引き表示 */
    .at_main_section_green_line_block {
        max-width: unset;
    }

    .at_main_section_green_non_line_block {
        max-width: unset;
    }

    /* ラジオボタンチェックのデザイン */
    .at_radio::after {
        top: 9%;
        left: 9%;
    }

    .at_radio-list_single {
        padding: 0 12px;
    }

    .at_radio-list_single_label {
        padding-left: .5rem;
    }

    /*input_text*/
    .at_form_input_text {
        padding: 10px 12px;
    }

    .at_griditem_wrapper {
        grid-template-columns: repeat(2, minmax(172px, 1fr));
        gap: 24px;
        padding: 0 16px;
    }

    .at_modal_item_detail_carousel .at_modal_item_detail_carousel_thumbnails {
        gap: 0;
    }

    .at_listitem_single_img_block {
        align-self: flex-start;
    }

    .at_listitem_single_text_area .at_form_btn_wrap {
        padding: 0;
    }

    .at_strage_formula_term {
        margin: 0;
    }

    .at_strage_formula_title {
        white-space: nowrap;
    }

    .at_strage_formula_completed {
        padding: 24px 12px;
        gap: 8px;
    }

    .at_strage_formula_completed .at_strage_formula {
        padding: 24px 12px;
        gap: 10px;
    }

    .at_modal_search .at_modal_search_content_search_box .at_modal_search_content_search_box_input {
        flex-grow: 0;
        padding: 8px 24px 8px 32px;
    }

    .at_modal_search .at_modal_search_btn_fixed {
        width: 100%;
    }

    .at_modal_btn_fixed {
        width: 100%;
    }

    .at_modal_search .at_modal_search_content {
        padding-left: 0;
        padding-right: 0;
    }

    .at_modal_search .at_modal_search_content_search_box {
        padding: 0 16px;
    }

    .at_modal_search .at_modal_search_content_search_box .at_modal_search_content_search_box_inner {
        margin-left: auto;
        margin-right: auto;
    }

    .at_modal_search .at_modal_search_discription {
        margin-left: auto;
        margin-right: auto;
    }

    .at_modal_search .at_main_section_title_bg_gray {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .at_modal_item_detail_content {
        padding-left: 0;
        padding-right: 0;
    }

    .at_modal_item_detail_carousel {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }

    .at_modal_item_detail_carousel .at_modal_item_detail_carousel_arrow_left {
        left: 1%;
    }

    .at_modal_item_detail_carousel .at_modal_item_detail_carousel_arrow_right {
        right: 1%;
    }

    .at_modal_item_name {
        padding: 16px;
        margin-bottom: 24px;
        font-size: 24px;
    }

    .at_modal_item_detail_table .at_content_table_th {
        width: 163px;
    }

    .at_listitem_single_inner {
        flex-direction: column;
    }

    .at_listitem_single_img_block {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }

    .at_listitem_single_status {
        width: 100%;
        box-sizing: border-box;
    }

    .at_listitem_single_status_btn {
        width: 100%;
    }

    .at_modal_search .at_modal_search_content_search_box_input_clear-icon {
        right: 8px;
    }

    .at_card_carousel_single {
        flex-shrink: 0;
        min-width: unset;
    }

    .at_listitem_single_text_btn.at_item_no_select {
        align-self: center;
        flex-shrink: 0;
        display: contents;
        width: 100%;
    }

    .at_item_nav {
        margin: auto auto 0.5rem auto;
    }

    .at_search {
        width: 220px;
    }

    .at_skeleton_thumbnail {
        width: 100%;
        height: 8vh;
        margin-right: 5%;
        margin-left: 5%;
        margin-bottom: 5%;
    }

    .at_skeleton_slider {
        width: 100%;
        height: 40vh;
    }

.at_item_detail_carousel .at_item_detail_carousel_main_image_group {
    height: 40vh;
    overflow: hidden;
}

.at_modal_item_detail_carousel .at_modal_item_detail_carousel_main_image_group {
        height: 40vh;
        overflow: hidden;
    }

}

@media screen and (max-width: 376px) {
    .at_griditem_wrapper {
        grid-template-columns: repeat(2, minmax(80px, 1fr));
        grid-template-rows: repeat(auto-fit, minmax(80px, 1fr));
        gap: 8px 16px;
        padding: 0 16px;
    }

    .at_modal_search .at_modal_search_discription {
        margin-left: auto;
        margin-right: auto;
    }

    .at_modal_search .at_main_section_title_bg_gray {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .at_modal_item_detail_table .at_content_table_th {
        width: 114px;
    }
}