/* --------------------
 EC-CUBE
-------------------- */
.eccube__menu {
    margin: 0 0 30px;
}

.eccube__subsidy {
    border-bottom: 6px solid #ffe000;
    text-align: center;
}

.eccube__subsidy__action {
    background-color: #33a9ff;
    padding: 10px;
    display: block;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
}

@media (min-width: 768px) {
    .eccube__subsidy__action {
        padding: 10px 0 20px;
    }
}

.eccube__subsidy__action:hover, .eccube__subsidy__action:focus {
    opacity: .7;
}


.eccube__subsidy__title {
    color: #ffffff;
    font-size: 1.8rem;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .eccube__subsidy__title {
        font-size: 2.8rem;
        margin-bottom: 0;
    }
}

.eccube__subsidy__title .empha {
    color: #ffd900;
    font-size: 2.4rem;
    font-weight: 500;
}

@media (min-width: 768px) {
    .eccube__subsidy__title .empha {
        font-size: 4.0rem;
    }
}

.eccube__subsidy__title .bold {
    font-weight: 900;
}

.eccube__subsidy__subtitle {
    align-items: center;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.eccube__subsidy__subtitle__item {
    background-color: #ffffff;
    border-radius: 20px;
    color: #33a9ff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6rem;
    padding: 5px 20px;
}

@media (min-width: 768px) {
    .eccube__subsidy__subtitle__item {
        font-size: 2.8rem;
        line-height: 2.8rem;
        padding: 5px 30px;
    }
}

.eccube__subsidy__induction {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 10px 0 0;
    text-decoration: underline;
}

.eccube__hero {
    margin: 0 0 60px;
    padding: 20px 0 0;
}

.eccube__hero-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .eccube__hero-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.eccube__hero__title {
    margin: min(30px,2vw) auto min(20px,2vw);
    position: relative;
    display:block;
    z-index: 1;
    width:min(490px,60%);
}

/* @media (min-width: 768px) {
    .eccube__hero__title {
        margin-bottom: -80px;
    }
} */

.eccube__hero__title::before {
    content: "";
    display: block;
    background-image: url(../images/pages/eccube/eccube-hero-logo.webp);
    background-image: image-set(url(../images/pages/eccube/eccube-hero-logo.webp) 1x, url(../images/pages/eccube/eccube-hero-logo@2x.webp) 2x);
    background-image: -webkit-image-set(url(../images/pages/eccube/eccube-hero-logo.webp) 1x, url(../images/pages/eccube/eccube-hero-logo@2x.webp) 2x);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 180px;
    height: 105%;
    position: absolute;
    inset: 0 100% 0 auto;
    margin: auto;
}

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

.eccube__hero__main {
    position: relative;
    z-index: 0;
}

.eccube__hero__main__fig {
    margin: 0 auto -10%;
    padding: 0;
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
    .eccube__hero__main__fig {
        margin-bottom: 0;
        padding-bottom: 30px;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 992px) {
    .eccube__hero__main__fig {
        padding-bottom: 0;
        padding-left: 110px;
        padding-right: 110px;
    }
}

.eccube__hero__main__fig::after {
    content: "";
    display: block;
    background-image: url(../images/pages/eccube/eccube-hero-banar.webp);
    background-image: image-set(url(../images/pages/eccube/eccube-hero-banar.webp) 1x, url(../images/pages/eccube/eccube-hero-banar@2x.webp) 2x);
    background-image: -webkit-image-set(url(../images/pages/eccube/eccube-hero-banar.webp) 1x, url(../images/pages/eccube/eccube-hero-banar@2x.webp) 2x);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: min(230px,30%);
    aspect-ratio: 1/1;
    position: absolute;
    inset: 0 0 auto auto;
    margin: auto;
}

.eccube__hero__main__mascot {
    align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
    gap: 0 30px;
    justify-content: center;
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .eccube__hero__main__mascot {
        bottom: 0;
        display: block;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        right: 0;
    }
}

.eccube__hero__main__mascot__item {
    pointer-events: none;
}

@media (min-width: 768px) {
    .eccube__hero__main__mascot__item {
        bottom: 0;
        left: auto;
        position: absolute;
        right: auto;
        top: auto;
    }
}

.eccube__hero__main__mascot__item img {
    height: auto;
}

.eccube__hero__main__mascot__item:nth-child(1) {
    width: 30%;
}

@media (min-width: 768px) {
    .eccube__hero__main__mascot__item:nth-child(1) {
        bottom: 0;
        left: -20px;
        width: 120px;
    }
}

@media (min-width: 992px) {
    .eccube__hero__main__mascot__item:nth-child(1) {
        bottom: 30px;
        width: 140px;
    }
}

@media (min-width: 1240px) {
    .eccube__hero__main__mascot__item:nth-child(1) {
        left: -30px;
        width: 166px;
    }
}

.eccube__hero__main__mascot__item:nth-child(2) {
    width: 30%;
}

@media (min-width: 768px) {
    .eccube__hero__main__mascot__item:nth-child(2) {
        bottom: 0;
        right: -20px;
        width: 120px;
    }
}

@media (min-width: 992px) {
    .eccube__hero__main__mascot__item:nth-child(2) {
        bottom: 30px;
        width: 140px;
    }
}

@media (min-width: 1240px) {
    .eccube__hero__main__mascot__item:nth-child(2) {
        right: -30px;
        width: 160px;
    }
}

.eccube__hero__main__action {
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .eccube__hero__main__action {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
    }
}

.eccube__hero__main__action__button {
    align-items: center;
    background-color: #33a5ff;
    border-radius: 10px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
    font-size: 1.6rem;
    font-weight: 700;
    gap: 0 15px;
    height: 50px;
    justify-content: center;
    letter-spacing: .2em;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 470px;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .eccube__hero__main__action__button {
        font-size: 2.0rem;
        height: 60px;
    }
}

@media (min-width: 992px) {
    .eccube__hero__main__action__button {
        font-size: 2.3rem;
        height: 74px;
    }
}

.eccube__hero__main__action__button:before {
    border: 1px solid #ffffff;
    border-radius: 10px;
    bottom: 2px;
    content: '';
    display: block;
    left: 2px;
    pointer-events: none;
    position: absolute;
    right: 2px;
    top: 2px;
}

.eccube__hero__main__action__button img {
    width: 26px;
}

@media (min-width: 768px) {
    .eccube__hero__main__action__button img {
        width: 35px;
    }
}

@media (min-width: 992px) {
    .eccube__hero__main__action__button img {
        width: 46px;
    }
}

.eccube__hero__main__action__button .small {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .eccube__hero__main__action__button .small {
        font-size: 1.8rem;
    }
}

.eccube__hero__main__action__button:hover {
    color: #ffffff;
}

.eccube__hero__main__action__button:focus {
    color: #ffffff;
    opacity: .75;
}

@media (hover: hover) and (pointer: fine) {
    .eccube__hero__main__action__button:hover {
        color: #ffffff;
        opacity: .75;
    }
}

.eccube__works {
    margin: 0 0 100px;
}

.eccube__works__main {
    color: #000000;
    margin: 0 0 60px;
    padding: 40px 0 60px;
    position: relative;
}

@media (min-width: 768px) {
    .eccube__works__main {
        padding-bottom: 90px;
    }
}

.eccube__works__main:before {
    background-image: url(../images/pages/eccube/eccube-works-bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.eccube__works__main:after {
    background-color: rgba(231, 232, 232, .48);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.eccube__works__main-container {
    margin: 0;
    padding: 0 15px;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (min-width: 768px) {
    .eccube__works__main-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1260px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.eccube__works__main__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .5em;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .eccube__works__main__title {
        font-size: 2.6rem;
        letter-spacing: 1em;
        margin-bottom: 40px;
    }
}

.eccube__works__main__title__text {
    display: inline-block;
    padding: 0 0 0 50px;
    position: relative;
}

@media (min-width: 992px) {
    .eccube__works__main__title__text {
        padding-left: 65px;
    }
}

.eccube__works__main__title__text:before {
    background-image: url(../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .eccube__works__main__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        width: 45px;
    }
}

.eccube__works__main__content {
    margin: 0 auto 70px;
    max-width: 630px;
}

.eccube__works__main__content p {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1.8;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .eccube__works__main__content p {
        font-size: 1.6rem;
    }
}

.eccube__works__main__content p:last-child {
    margin-bottom: 0;
}

.eccube__works__main__list {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: stretch;
    gap: 50px 30px;
    justify-content: stretch;
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
}

@media (min-width: 992px) {
    .eccube__works__main__list {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: none;
    }
}

.eccube__works__main__list__item {
    width: 100%;
}

@media (min-width: 992px) {
    .eccube__works__main__list__item {
        width: calc(33.33333% - 20px);
    }
}

.eccube__works__main__list__item__title {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 992px) {
    .eccube__works__main__list__item__title {
        margin-bottom: 30px;
    }
}

.eccube__works__main__list__item__title img {
    margin-right: 10px;
    vertical-align: middle;
}

.eccube__works__main__list__item__title span {
    vertical-align: middle;
}

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

.eccube__works__main__list__item__subtitle {
    color: #ffffff;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
            filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .3));
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.4;
    margin: 0;
    padding: 18.18182% 0 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 1240px) {
    .eccube__works__main__list__item__subtitle {
        font-size: 1.8rem;
    }
}

.eccube__works__main__list__item__subtitle:before {
    background-color: #ea8a3d;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    -webkit-mask-image: url(../images/pages/eccube/eccube-works-title-bg.svg);
            mask-image: url(../images/pages/eccube/eccube-works-title-bg.svg);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.eccube__works__main__list__item__subtitle__text {
    align-items: center;
    bottom: 0;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 0 0 3%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.eccube__works__main__list__item__price {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 30px;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .eccube__works__main__list__item__price {
        font-size: 2.0rem;
    }
}

.eccube__works__main__list__item__price span {
    display: inline-block;
    vertical-align: baseline;
}

.eccube__works__main__list__item__price em {
    display: inline-block;
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 5px;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
    vertical-align: baseline;
}

@media (min-width: 992px) {
    .eccube__works__main__list__item__price em {
        font-size: 3.8rem;
    }
}

.eccube__works__main__list__item__action__button {
    align-items: center;
    background-color: #ffd800;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #33a4ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
    font-size: 1.4rem;
    font-weight: 700;
    gap: 0 10px;
    height: 36px;
    justify-content: center;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 230px;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
    width: 100%;
}

.eccube__works__main__list__item__action__button:after {
    background-image: url(../images/icons/icon-double-angle-right-lightblue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 8px;
    content: '';
    display: block;
    height: 8px;
    width: 15px;
}

.eccube__works__main__list__item__action__button:hover {
    color: #33a4ff;
}

.eccube__works__main__list__item__action__button:focus {
    color: #33a4ff;
    opacity: .75;
}

@media (hover: hover) and (pointer: fine) {
    .eccube__works__main__list__item__action__button:hover {
        color: #33a4ff;
        opacity: .75;
    }
}

.eccube__works__detail {
    position: relative;
    z-index: 2;
}

.eccube__works__detail__list {
    margin: 70px auto 0;
    width: 100%;
}

@media (min-width: 768px) {
    .eccube__works__detail__list {
        max-width: none;
    }
}

.eccube__works__detail__list .slick-track {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%;
}

.eccube__works__detail__list .slick-slide {
    float: none;
    height: auto;
}

.eccube__works__detail__list__item {
    padding: 0 10px;
    text-align: center;
    width: 240px;
}

@media (min-width: 768px) {
    .eccube__works__detail__list__item {
        padding-left: 20px;
        padding-right: 20px;
        width: 290px;
    }
}

.eccube__works__detail__list__item img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 200px;
}

@media (min-width: 768px) {
    .eccube__works__detail__list__item img {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .eccube__works__detail__list__item {
        width: 220px;
    }

    .eccube__works__detail__list__item img {
        width: 180px;
    }
}

.eccube__works__detail__action__button {
    align-items: center;
    background-color: #c0c3c3;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #484a55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
    font-size: 1.4rem;
    font-weight: 700;
    gap: 0 10px;
    height: 36px;
    justify-content: center;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 230px;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
    width: 100%;
}

.eccube__works__detail__action__button:after {
    background-image: url(../images/icons/icon-double-angle-right-gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 8px;
    content: '';
    display: block;
    height: 8px;
    width: 15px;
}

.eccube__works__detail__action__button:hover {
    color: #484a55;
}

.eccube__works__detail__action__button:focus {
    color: #484a55;
    opacity: .75;
}

@media (hover: hover) and (pointer: fine) {
    .eccube__works__detail__action__button:hover {
        color: #484a55;
        opacity: .75;
    }
}

.eccube__overview {
    margin: 0 0 90px;
    padding: 40px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .eccube__overview {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .eccube__overview {
        padding-top: 80px;
    }
}

.eccube__overview:before {
    background-image: url(../images/pages/eccube/eccube-overview-title-deco-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 16.32px;
    bottom: 0;
    content: '';
    height: 17px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

@media (min-width: 768px) {
    .eccube__overview:before {
        background-size: 20px 27.2px;
        height: 28px;
        width: 20px;
    }
}

@media (min-width: 992px) {
    .eccube__overview:before {
        background-size: 25px 34px;
        height: 34px;
        width: 25px;
    }
}

.eccube__overview-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .eccube__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.eccube__overview__title {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.6;
    margin: 0 auto 30px;
    max-width: 500px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .eccube__overview__title {
        font-size: 2.8rem;
        max-width: 900px;
    }
}

@media (min-width: 992px) {
    .eccube__overview__title {
        font-size: 3.2rem;
        margin-bottom: 50px;
    }
}

.eccube__overview__title:before {
    background-image: url(../images/pages/eccube/eccube-overview-title-deco-2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 52px 102px;
    bottom: 0;
    content: '';
    height: 102px;
    left: -10px;
    position: absolute;
    right: auto;
    top: -20px;
    width: 52px;
}

@media (min-width: 768px) {
    .eccube__overview__title:before {
        background-size: 80px 156.92308px;
        height: 157px;
        left: 0;
        top: -50px;
        width: 80px;
    }
}

@media (min-width: 992px) {
    .eccube__overview__title:before {
        background-size: 104px 204px;
        height: 204px;
        top: -30px;
        width: 104px;
    }
}

.eccube__overview__title:after {
    background-image: url(../images/pages/eccube/eccube-overview-title-deco-3.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 46px 94px;
    bottom: 0;
    content: '';
    height: 95px;
    left: auto;
    position: absolute;
    right: -10px;
    top: -20px;
    width: 46px;
}

@media (min-width: 768px) {
    .eccube__overview__title:after {
        background-size: 70px 143.04348px;
        height: 144px;
        right: 0;
        top: -30px;
        width: 70px;
    }
}

@media (min-width: 992px) {
    .eccube__overview__title:after {
        background-size: 92px 188px;
        height: 188px;
        width: 92px;
    }
}

.eccube__overview__content {
    margin: 0 auto 40px;
    max-width: 540px;
}

@media (min-width: 768px) {
    .eccube__overview__content {
        margin-bottom: 60px;
    }
}

.eccube__overview__content p {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .eccube__overview__content p {
        font-size: 1.6rem;
    }
}

.eccube__overview__content p:last-child {
    margin-bottom: 0;
}

.eccube__overview__list {
    align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
    gap: 0 10px;
    justify-content: space-between;
    margin: 0 auto 40px;
}

@media (min-width: 768px) {
    .eccube__overview__list {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        margin-bottom: 80px;
    }
}

.eccube__overview__detail {
    -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .3));
            filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .3));
    margin: 0 auto;
    max-width: 860px;
    padding: 30px 20px;
    position: relative;
}

@media (min-width: 768px) {
    .eccube__overview__detail {
        padding: 60px 30px;
    }
}

.eccube__overview__detail:before {
    background-color: #ffffff;
    bottom: 0;
    -webkit-clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
            clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .eccube__overview__detail:before {
        -webkit-clip-path: polygon(45px 0, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%, 0 45px);
                clip-path: polygon(45px 0, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%, 0 45px);
    }
}

.eccube__overview__detail-inner {
    margin: 0 auto;
    max-width: 700px;
    position: relative;
    z-index: 1;
}

.eccube__overview__detail__title {
    font-size: 2.0rem;
    letter-spacing: .2em;
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .eccube__overview__detail__title {
        font-size: 2.4rem;
    }
}

@media (min-width: 992px) {
    .eccube__overview__detail__title {
        font-size: 2.4rem;
    }
}

.eccube__overview__detail__content {
    margin: 0 auto 50px;
    max-width: 560px;
}

.eccube__overview__detail__content p {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.0;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .eccube__overview__detail__content p {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .eccube__overview__detail__content p {
        font-size: 1.7rem;
    }
}

.eccube__overview__detail__content p:last-child {
    margin-bottom: 0;
}

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

.eccube__overview__detail__note {
    margin: 0 auto;
    max-width: 660px;
}

.eccube__overview__detail__note p {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 2.0;
    margin: 0 0 1.5em;
    text-align: right;
}

@media (min-width: 768px) {
    .eccube__overview__detail__note p {
        font-size: 1.4rem;
        letter-spacing: .1em;
    }
}

.eccube__overview__detail__note p:last-child {
    margin-bottom: 0;
}

.eccube__partner {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .eccube__partner {
        margin-bottom: 60px;
    }
}

.eccube__partner__head {
    background-color: #f5c800;
    margin: 0 0 100px;
    position: relative;
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .eccube__partner__head {
        margin-bottom: 120px;
    }
}

.eccube__partner__head:after {
    background-color: #f5c800;
    bottom: -35px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 80px;
}

@media (min-width: 768px) {
    .eccube__partner__head:after {
        bottom: -45px;
        height: 50px;
        width: 100px;
    }
}

@media (min-width: 992px) {
    .eccube__partner__head:after {
        bottom: -60px;
        height: 65px;
        width: 130px;
    }
}

.eccube__partner__head-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: stretch;
    height: 90px;
    justify-content: stretch;
    margin: 0;
    margin: 0 auto;
    max-width: 400px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

.eccube__partner__head-container:after {
    background-image: url(../images/pages/eccube/eccube-partner-title-mascot.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65px 72px;
    bottom: -15px;
    content: '';
    display: block;
    height: 72px;
    position: absolute;
    right: 0;
    width: 65px;
}

@media (min-width: 768px) {
    .eccube__partner__head-container:after {
        background-size: 100px 110.76923px;
        bottom: -30px;
        height: 111px;
        width: 100px;
    }
}

@media (min-width: 992px) {
    .eccube__partner__head-container:after {
        background-size: 130px 144px;
        height: 144px;
        width: 130px;
    }
}

@media (min-width: 768px) {
    .eccube__partner__head-container {
        height: 120px;
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .eccube__partner__head-container {
        height: 170px;
    }
}

.eccube__partner__head__title {
    color: #3e3a39;
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .eccube__partner__head__title {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    .eccube__partner__head__title {
        font-size: 3.2rem;
    }
}

.eccube__partner-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .eccube__partner-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.eccube__partner__overview {
    margin: 0 0 60px;
}

.eccube__partner__overview__icon {
    margin: 0 auto 15px;
    text-align: center;
    width: 160px;
}

@media (min-width: 768px) {
    .eccube__partner__overview__icon {
        width: auto;
    }
}

.eccube__partner__overview__title {
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
    text-align: center;
}

@media (min-width: 768px) {
    .eccube__partner__overview__title {
        font-size: 2.2rem;
    }
}

.eccube__partner__overview__title .small {
    font-size: 1.6rem;
}

.eccube__partner__detail {
    border-top: 1px solid #ffd900;
    margin: 0 0 70px;
    padding: 50px 0 0;
}

.eccube__partner__detail__title {
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.8;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .eccube__partner__detail__title {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    .eccube__partner__detail__title {
        font-size: 2.4rem;
    }
}

.eccube__partner__detail__title em {
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
}

@media (min-width: 768px) {
    .eccube__partner__detail__title em {
        font-size: 2.4rem;
    }
}

.eccube__partner__detail__content {
    margin: 0 auto 140px;
    max-width: 900px;
}

.eccube__partner__detail__content p {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1.8;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .eccube__partner__detail__content p {
        font-size: 1.6rem;
    }
}

.eccube__partner__detail__content p:last-child {
    margin-bottom: 0;
}

.eccube__partner__detail__list {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: stretch;
    gap: 100px 15px;
    justify-content: stretch;
}

@media (min-width: 768px) {
    .eccube__partner__detail__list {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.eccube__partner__detail__list__item {
    -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .3));
            filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .3));
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

@media (min-width: 768px) {
    .eccube__partner__detail__list__item {
        width: calc(33.33333% - 13.33333px);
    }
}

.eccube__partner__detail__list__item:before {
    background-color: #ffffff;
    bottom: 0;
    -webkit-clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
            clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 992px) {
    .eccube__partner__detail__list__item:before {
        -webkit-clip-path: polygon(45px 0, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%, 0 45px);
                clip-path: polygon(45px 0, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%, 0 45px);
    }
}

.eccube__partner__detail__list__item-inner {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: justify;
    gap: 20px 0;
    height: 100%;
    justify-content: space-between;
    padding: 60px 20px 20px;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .eccube__partner__detail__list__item-inner {
        padding-top: 80px;
    }
}

.eccube__partner__detail__list__item__icon {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -60px;
}

@media (min-width: 768px) {
    .eccube__partner__detail__list__item__icon {
        top: -80px;
    }
}

@media (max-width: 767px) {
    .eccube__partner__detail__list__item__icon img {
        height: 100px;
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .eccube__partner__detail__list__item__icon img {
        height: 120px;
        width: auto;
    }
}

.eccube__partner__detail__list__item__title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 1240px) {
    .eccube__partner__detail__list__item__title {
        font-size: 2.4rem;
    }
}

.eccube__partner__detail__list__item__content {
    margin: 0;
}

.eccube__partner__detail__list__item__content p {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.0;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .eccube__partner__detail__list__item__content p {
        font-size: 1.6rem;
    }
}

.eccube__partner__detail__list__item__content p:last-child {
    margin-bottom: 0;
}

.eccube__partner__detail__list__item:nth-child(1) .eccube__partner__detail__list__item__content p {
    line-height: 1.7;
}

.eccube__partner__detail__list__item__action__button {
    align-items: center;
    background-color: #ffd800;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #484a55;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
    font-size: 1.4rem;
    font-weight: 700;
    gap: 0 10px;
    height: 36px;
    justify-content: center;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 200px;
    padding: 2px 0 0;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
    width: 100%;
}

.eccube__partner__detail__list__item__action__button:after {
    background-image: url(../images/icons/icon-double-angle-right-gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 8px;
    content: '';
    display: block;
    height: 8px;
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
    width: 15px;
}

.eccube__partner__detail__list__item__action__button span {
    display: block;
}

.eccube__partner__detail__list__item__action__button:hover {
    color: #484a55;
}

.eccube__partner__detail__list__item__action__button:focus {
    color: #484a55;
    opacity: .75;
}

@media (hover: hover) and (pointer: fine) {
    .eccube__partner__detail__list__item__action__button:hover {
        color: #484a55;
        opacity: .75;
    }
}

.eccube__partner__banner {
    padding: 0 0 70px;
    position: relative;
}

@media (min-width: 768px) {
    .eccube__partner__banner {
        padding-bottom: 130px;
    }
}

.eccube__partner__banner:after {
    background-image: url(../images/pages/eccube/eccube-partner-separator-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 960px 35px;
    bottom: 0;
    content: '';
    display: block;
    height: 35px;
    left: 0;
    margin: 0 auto;
    max-width: 1000px;
    position: absolute;
    right: 0;
    top: auto;
}

@media (min-width: 768px) {
    .eccube__partner__banner:after {
        background-image: url(../images/pages/eccube/eccube-partner-separator.svg);
        background-size: 1000px 70px;
        height: 70px;
    }
}

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

.eccube__partner__banner__item__link {
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
}

.eccube__partner__banner__item__link:focus {
    opacity: .75;
}

@media (hover: hover) and (pointer: fine) {
    .eccube__partner__banner__item__link:hover {
        opacity: .75;
    }
}

.eccube__column {
    background-color: #f6f6f6;
    padding: 40px 0 40px;
}

@media (min-width: 768px) {
    .eccube__column {
        background-image: url(../images/pages/eccube/eccube-column-bg.jpg);
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: auto;
        padding-bottom: 50px;
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .eccube__column {
        padding-top: 120px;
    }
}

.eccube__column-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .eccube__column-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.eccube__column__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .eccube__column__title {
        font-size: 3.2rem;
    }
}

.eccube__column__content {
    margin: 0 0 30px;
}

.eccube__column__content p {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1.8;
    margin: 0 0 1.5em;
    text-align: center;
}

@media (min-width: 768px) {
    .eccube__column__content p {
        font-size: 1.6rem;
    }
}

.eccube__column__content p:last-child {
    margin-bottom: 0;
}

.eccube__column__list {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .eccube__column__list {
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
        -ms-flex-pack: center;
        gap: 0 80px;
        justify-content: center;
        margin: 0 auto 70px;
        max-width: 400px;
        width: 100%;
    }
}

@media (min-width: 1240px) {
    .eccube__column__list {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        max-width: none;
    }
}

.eccube__column__list__item {
    border-bottom: 1px solid #3e3a39;
    margin: 0;
    padding: 15px 0;
}

@media (min-width: 768px) {
    .eccube__column__list__item {
        padding-bottom: 25px;
        padding-top: 25px;
        width: 100%;
    }
}

@media (min-width: 1240px) {
    .eccube__column__list__item {
        width: calc(50% - 40px);
    }
}

.eccube__column__list__item__link {
    font-size: 1.4rem;
    font-weight: 700;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
}

@media (min-width: 768px) {
    .eccube__column__list__item__link {
        font-size: 1.6rem;
    }
}

.eccube__column__list__item__link:focus {
    opacity: .75;
}

@media (hover: hover) and (pointer: fine) {
    .eccube__column__list__item__link:hover {
        opacity: .75;
    }
}

.eccube__column__list__item__link__text {
    display: inline-block;
    padding-left: 50px;
    position: relative;
}

.eccube__column__list__item__link__text:before {
    background-image: url(../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    content: '';
    display: block;
    height: 20px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
}

.eccube__column__action {
    align-items: center;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    gap: 20px 30px;
    justify-content: center;
}

@media (min-width: 1240px) {
    .eccube__column__action {
        -ms-flex-flow: nowrap;
            flex-flow: nowrap;
    }
}

.eccube__column__action__column {
    align-items: center;
    background-color: #ffdd00;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #33a9ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
    font-size: 1.4rem;
    font-weight: 700;
    gap: 0 10px;
    height: 50px;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    max-width: 370px;
    position: relative;
    text-align: center;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1) 0s, background-color .2s cubic-bezier(.645, .045, .355, 1) 0s;
            transition: color .2s cubic-bezier(.645, .045, .355, 1) 0s, background-color .2s cubic-bezier(.645, .045, .355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .eccube__column__action__column {
        font-size: 1.6rem;
    }
}

.eccube__column__action__column span {
    display: block;
    padding: 0 25px 0 0;
    position: relative;
}

.eccube__column__action__column span:before, .eccube__column__action__column span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 8px;
    bottom: 0;
    content: '';
    display: block;
    height: 8px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
    width: 15px;
}

.eccube__column__action__column span:before {
    background-image: url(../images/icons/icon-double-angle-right-lightblue.svg);
}

.eccube__column__action__column span:after {
    background-image: url(../images/icons/icon-double-angle-right-yellow.svg);
    opacity: 0;
}

.eccube__column__action__column:hover {
    color: #ffdd00;
}

.eccube__column__action__column:focus {
    background-color: #33a9ff;
    color: #ffdd00;
}

.eccube__column__action__column:focus span:before {
    opacity: 0;
}

.eccube__column__action__column:focus span:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .eccube__column__action__column:hover {
        background-color: #33a9ff;
        color: #ffdd00;
    }
    .eccube__column__action__column:hover span:before {
        opacity: 0;
    }
    .eccube__column__action__column:hover span:after {
        opacity: 1;
    }
}

.eccube__column__action__dl {
    align-items: center;
    background-color: #33a9ff;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #ffdd00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
    font-size: 1.4rem;
    font-weight: 700;
    gap: 0 10px;
    height: 50px;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    max-width: 370px;
    position: relative;
    text-align: center;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1) 0s, background-color .2s cubic-bezier(.645, .045, .355, 1) 0s;
            transition: color .2s cubic-bezier(.645, .045, .355, 1) 0s, background-color .2s cubic-bezier(.645, .045, .355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .eccube__column__action__dl {
        font-size: 1.6rem;
    }
}

.eccube__column__action__dl span {
    display: block;
    padding: 0 25px 0 0;
    position: relative;
}

.eccube__column__action__dl span:before, .eccube__column__action__dl span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 8px;
    bottom: 0;
    content: '';
    display: block;
    height: 8px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
    width: 15px;
}

.eccube__column__action__dl span:before {
    background-image: url(../images/icons/icon-double-angle-right-yellow.svg);
}

.eccube__column__action__dl span:after {
    background-image: url(../images/icons/icon-double-angle-right-lightblue.svg);
    opacity: 0;
}

.eccube__column__action__dl:hover {
    color: #33a9ff;
}

.eccube__column__action__dl:focus {
    background-color: #ffdd00;
    color: #33a9ff;
}

.eccube__column__action__dl:focus span:before {
    opacity: 0;
}

.eccube__column__action__dl:focus span:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .eccube__column__action__dl:hover {
        background-color: #ffdd00;
        color: #33a9ff;
    }
    .eccube__column__action__dl:hover span:before {
        opacity: 0;
    }
    .eccube__column__action__dl:hover span:after {
        opacity: 1;
    }
}
