
@media screen and (max-width: 767.9px) {
    .club-form__input--unit3zip {
        width: 100%;
    }
}

.grecaptcha-badge { visibility: hidden !important; }
.club-mylist__box {
    padding: 16px;
    background: #e6e6e6;
    margin-right: 20px;
}

.club-mylist__item {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px 8px;
}

.club-mylist__head {
    padding: 8px 0;
    font-size: 1.2rem;
}

.club-mylist__content {
    font-size: 1.2rem;
    text-align: right;
}
.club-mylist__content span {
    padding-right: 2px;
    font-size: 1rem;
}



.club-tab {
    position: relative;
    width: 100%;
    margin: 0 auto 64px;
}
@media screen and (max-width: 767.9px) {
    .club-tab {
        margin: 0 auto 48px;
    }
}
.club-tab.club-tab--scroll .club-tabs__tablist {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.club-tab .club-tab__tablist {
    border-bottom: 1px solid #666;
    background: #f2f2f2;
    overflow-x: auto;
}
.club-tab .club-tab__tablist > ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 4px 4px 0;
}
.club-tab .club-tab__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    color: #666;
    padding: 10px 16px 13px;
    border-bottom: 3px solid transparent;
    font-size: 1.25rem;
    font-weight: 350;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
@media screen and (max-width: 767.9px) {
    .club-tab .club-tab__tab {
        padding: 10px 22px 13px;
        font-size: 1rem;
    }
}
.club-tab .club-tab__tab.club-tab__tab--active {
    border-bottom: 3px solid #333;
    color: #1a1a1a;
    font-weight: 500;
    cursor: default;
    pointer-events: none;
}
.club-tab .club-tab__tabpanel {
    display: none;
    padding: 24px 0 0;
}
.club-tab .club-tab__tabpanel .responsivegrid > div > *:last-child {
    margin-bottom: 0;
}
.club-tab .club-tab__tabpanel.club-tab__tabpanel--active {
    display: block;
    -webkit-animation: tabPanelFadeIn 0.5s ease-out;
    animation: tabPanelFadeIn 0.5s ease-out;
}
@keyframes tabPanelFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.club-tab sub,
.club-tab sup {
    display: inline-block;
    font-size: 0.625rem;
}
@media screen and (max-width: 767.9px) {
    .club-tab sub,
    .club-tab sup {
        font-size: 0.5rem;
    }
}
.club-tab sup {
    top: -0.9em;
}
@media screen and (max-width: 767.9px) {
    .club-tab sup {
        top: -0.8em;
    }
}
.club-tab sub {
    bottom: 0;
}
.club-tab .simplebar-track {
    display: none;
}

.club-tab__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
}

.club-tab__text {
    text-align: left;
}

.club-tab__arrow {
    display: none;
    position: absolute;
    top: 4px;
    width: 52px;
    height: 52px;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #f2f2f2), to(rgba(242, 242, 242, 0)));
    background: linear-gradient(270deg, #f2f2f2 50%, rgba(242, 242, 242, 0));
    text-align: right;
    z-index: 1;
}
@media screen and (max-width: 767.9px) {
    .club-tab__arrow {
        width: 46px;
        height: 46px;
    }
}
.club-tab__arrow .club-tab__arrowIcon {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: auto;
}
.club-tab__arrow .club-tab__arrowIcon img {
    width: 100%;
}

.club-tab__arrow--prev {
    left: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.club-tab__arrow--next {
    right: 0;
}


.club-mylist__box {
    padding: 16px;
    background: #e6e6e6;
    margin-right: 20px;
}

.club-mylist__item {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px 8px;
}

.club-mylist__head {
    padding: 8px 0;
    font-size: 1.2rem;
}

.club-mylist__content {
    font-size: 1.2rem;
    text-align: right;
}
.club-mylist__content span {
    padding-right: 2px;
    font-size: 1rem;
}

.club-selectDate {
    display: inline-block;
    font-weight: bold;
}

.club-accordion__list .club-radio__add {
    margin-left: 40px;
}


.club-form__input--units {
    width: calc(50% - var(--gutter-width) / 2);
}
@media screen and (max-width: 767.9px) {
    .club-form__input--units {
        width: 100%;
    }
}

.club-form__selectCalendarWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 32px;
    width: 100%;
}
@media screen and (max-width: 767.9px) {
    .club-form__selectCalendarWrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px 24px;
    }
}

.not-visible {
    display: none
}

.club-form__input--unit2 {
    max-width: calc(var(--unit-width) * 2 + var(--gutter-width) * 1);
    width: 100%;
}
@media screen and (max-width: 767.9px) {
    .club-form__input--unit2 {
        max-width: 100%;
    }
}

.club-form__input--unit3 {
    max-width: calc(var(--unit-width) * 3 + var(--gutter-width) * 2);
    width: 100%;
}
@media screen and (max-width: 767.9px) {
    .club-form__input--unit3 {
        max-width: 100%;
    }
}

.club-form__input--units {
    width: calc(50% - var(--gutter-width) / 2);
}
@media screen and (max-width: 767.9px) {
    .club-form__input--units {
        width: 100%;
    }
}

dd.cx-component-name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

dd.cx-component-name + dt {
    margin-bottom: 0;
}

dd.cx-component-name .club-form__input {
    margin-bottom: 0px;
}

.club-prod-mylist {
    width:100%;
}



.club-form__input-name--unit2 {
    max-width: calc(var(--unit-width) * 3 + var(--gutter-width) * 2);
    width: 100%;
}
@media screen and (max-width: 767.9px) {
    .club-form__input-name--unit2 {
        max-width: calc(50% - var(--gutter-width) / 2);
        width: calc(50% - var(--gutter-width) / 2);
    }
    .club-radio--gender {
        list-style: none;
        display: block;
    }
    .club-form__unit > dd .club-radio--gender > li  {
        margin-bottom: 10px;
        width: auto;
     }
    .club-radio--gender label{
        display: block;
    }
}

.mt-5 {
    margin-top: 5px;
}

#accountDropdown {
    opacity: 0;
    transition: opacity 0s 0s ease-in-out;
}

#accountDropdown.is-show {
    opacity: 1;
    transition: opacity 0.5s 0s ease-in-out;
}
