@charset "utf-8";

/*
  OVERRIDE
========================================================================================================*/
#contentsWrapper .contArea img {
    max-width: 100%;
}


/*
  COLUMN
========================================================================================================*/
.cRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cRow.cRow-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cRow.cRow-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cRow.cRow-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cRow.cRow-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cRow.cRow-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.cRow.cRow-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
}

.cRow.cRow-top > [class^="col"] {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.cRow.cRow-bottom > [class^="col"] {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.cRow.cRow-middle > [class^="col"] {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.cRow.cRow-equal > [class^="col"] {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cRow.cRow-mg-sm {
    margin: 0 -8px;
}

.cRow.cRow-mg-sm > [class^="col"] {
    padding: 0px 8px 0;
}

.cRow.cRow-mg-md {
    margin: 0 -16px;
}

.cRow.cRow-mg-md > [class^="col"] {
    padding: 0px 16px 0;
}

.cRow.cRow-mg-md > [class^="col"] > *:last-child {
    margin-bottom: 0;
}


@media screen and (max-width:767px) {
    .cRow.cRow-left-sp {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cRow.cRow-right-sp {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .cRow.cRow-center-sp {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cRow.cRow-wrap-sp {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cRow.cRow-column-reverse-sp {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
}

.col, [class^="col-"] {
    box-sizing: border-box;
    display: block;
}
.col-50 {
    width: 50%;
}
.col-sm {
    width: 100%;
    max-width: 490px;
}

@media screen and (max-width:767px) {
    .col-100-sp {
        width: 100%;
    }
}



/*
  HELPER
========================================================================================================*/
.hidden-pc {
    display: none;
}
.visible-tb,
.visible-sp {
    display: none;
}
@media (min-width: 768px) and (max-width: 979px) {
    .visible-tb {
        display: block;
    }
}
@media (max-width: 767px) {
    .hidden-pc {
        display: block;
    }
    .visible-sp {
        display: block;
    }
    .hidden-sp {
        display: none;
    }
}


/*
  BUTTON
========================================================================================================*/
.btn-width-xLarge {
    width: 100%;
    max-width: 490px;
}


[class*="cBtn-"] {
    position: relative;
    display: inline-block;
    padding: .8em .75em;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid transparent;
    line-height: 1em;
    font-size: 16px;
}
[class*="cBtn-"]:hover {
    opacity: .6;
}

@media screen and (max-width:767px) {
    [class*="cBtn-"] {
        font-size: 15px;
    }
}


.cBtn-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 1 !important;
    background-color: #d1d1d1;
    color: #fff !important;
}


.cBtn-tel {
    background-color: #fff;
    padding: .9em .75em .7em;
    border: 1px solid #e5e5e5;
    color: #333333 !important;
}
.cBtn-tel::after {
    position: relative;
    top: 0px;
    content: "";
    display: inline-block;
    background: url(https://www.au.com/content/dam/au-com/common_a/images/icon/icon_tel.png) no-repeat right center;
    background-size: 17px auto;
    width: 19px;
    height: 19px;
    margin-left: 0;
    vertical-align: top;
}

.cBtn-tel span {
    font-size: 14px;
}
@media screen and (min-width:768px) {
    .cBtn-tel {
        cursor: default;
    }
    .cBtn-tel:hover {
        opacity: 1;
    }
}
@media screen and (max-width:767px) {
    .cBtn-tel {
        padding: 13px 10px;
    }
    .cBtn-tel span {
        font-size: 11px;
    }
}


.cBtn-cart {
    background-color: #eb5505;
    padding: .8em .75em .6em;
    color: #fff !important;
}
.cBtn-cart::after {
    position: relative;
    top: -2px;
    content: "";
    display: inline-block;
    background: url(https://www.au.com/content/dam/au-com/common_a/images/icon/icon_cart.png) no-repeat right center;
    background-size: 16px auto;
    width: 19px;
    height: 19px;
    margin-left: 3px;
    vertical-align: top;
}



/*
  LIST
========================================================================================================*/
.cList-horizontal {
    padding-left: 0;
}
.cList-horizontal li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}
.cList-horizontal li:first-of-type {
  margin-left: 0;
}
.cList-horizontal li:last-of-type {
  margin-right: 0;
}


/*
  MODAL
========================================================================================================*/
.modal-cart .modal-body *:last-child {
    margin-bottom: 0;
}
.modal-cart .msg-alert {
    background: #fff2f2;
    margin: 0 auto;
    padding: 10px 15px;
    font-size: 14px;
    color: #ff0800;
}
.modal-cart .msg-alert.alert-width-small {
    max-width: 490px;
}
.modal-cart .msg-alert *:last-child {
    margin-bottom: 0;
}


@media screen and (max-width:767px) {
    .modal-cart .modal-body {
        padding: 40px 8% 40px;
    }
}



/*
  MESSAGE
========================================================================================================*/
.boardMsg .msg-alert {
    position: relative;
    background: #FFF2F2;
    max-width: 980px;
    margin: auto;
    margin-bottom: 5px;
    padding: 15px 16px;
    color: #ff0800;
}
.boardMsg .msg-alert:first-of-type {
    margin-top: 10px;
}
.boardMsg .msg-alert:last-of-type {
    margin-bottom: 11px;
}
.boardMsg .msg-alert:last-child::after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}

.boardMsg .msg-alert-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: inline-block;
    background: #d1d1d1;
    width: 22px;
    height: 22px;
}
.boardMsg .msg-alert-close:hover {
    opacity: .6;
}
.boardMsg .msg-alert-close::after,
.boardMsg .msg-alert-close::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    right: 0;
    display: block;
    border-top: 1px solid #fff;
    width: 10px;
    height: 0px;
    margin: auto;
}
.boardMsg .msg-alert-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.boardMsg .msg-alert-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.boardMsg .msg-alert dl {
    font-size: 14px;
}
.boardMsg .msg-alert dl dt {
    background: url(https://www.au.com/content/dam/au-com/common_a/images/icon/icon_alert.png) no-repeat left 1px;
    background-size: 14px auto;
    padding-left: 20px;
    margin-bottom: 3px;
    font-weight: normal;
}

@media screen and (max-width:767px) {
    .boardMsg {
        padding-left: 16px; /* 3% */
        padding-right: 16px; /* 3% */
    }
    .boardMsg .msg-alert:last-child::after {
        left: -16px; /* 3% */
        width: 106%;
    }
}



/*
  FLASH MODAL
========================================================================================================*/
#flashModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 882px;
    height: 0;
    text-align: center;
    z-index: 10;
}
#flashModal .flashModal-inner {
    display: none;
    background: #333;
    padding: 15px 18px;
    margin: 16px 0;
    margin-left: 90px;
    width: 100%;
    max-width: 882px;
    color: #fff;
    text-align: center;

    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#flashModal .flashModal-inner:first-child {
    margin-top: 0;
}
#flashModal .flashModal-inner:last-child {
    margin-bottom: 0;
}
#flashModal .flashModal-inner.is-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#flashModal .flashModal-inner.is-out {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1199px) {
    #flashModal {
        padding-left: 16px; /* 3% */
        padding-right: 16px; /* 3% */
    }
    #flashModal .flashModal-inner {
        margin-left: 0;
    }
}
@media screen and (max-width:767px) {
    #flashModal .flashModal-inner {
        padding: 20px;
        margin-left: 0;
        font-size: 15px;
        text-align: left;
    }
}


