/* --------------------
 EC-CUBE Flow
-------------------- */
/* .flow__hero {
    align-items: center;
    background-image: url(../../images/pages/eccube/flow/flow-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -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 nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .flow__hero {
        background-image: url(../../images/pages/eccube/flow/flow-hero@2x.jpg);
    }
}

@media (min-width: 768px) {
    .flow__hero {
        height: 335px;
    }
}

.flow__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-pack: center;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__hero-container {
        padding: 0 30px;
    }
}

.flow__hero__title {
    color: #000000;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
}

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

.flow__hero__content p {
    color: #000000;
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0;
    text-align: center;
    width: 100%;
} */

.flow__overview {
    padding: 40px 0 60px;
}

@media (min-width: 768px) {
    .flow__overview {
        padding-bottom: 80px;
        /* padding-top: 80px; */
    }
}

@media (min-width: 992px) {
    .flow__overview {
        padding-bottom: 130px;
        /* padding-top: 130px; */
    }
}


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

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

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

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

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

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

.flow__overview__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) {
    .flow__overview__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        width: 45px;
    }
}

.flow__overview__flex {
    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: 30px 0;
    justify-content: stretch;
}

@media (min-width: 768px) {
    .flow__overview__flex {
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .flow__overview__flex__photo {
        width: 40%;
    }
}

.flow__overview__flex__photo-inner {
    margin: 0 auto;
    max-width: 375px;
    width: 70%;
}

@media (min-width: 768px) {
    .flow__overview__flex__photo-inner {
        width: 100%;
    }
}

.flow__overview__flex__main {
    padding: 0;
}

@media (min-width: 768px) {
    .flow__overview__flex__main {
        padding-left: 60px;
        width: 60%;
    }
}

@media (min-width: 1240px) {
    .flow__overview__flex__main {
        padding-left: 100px;
    }
}

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

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

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

.flow__main__menu {
    background-color: #f5c800;
    margin: 0;
    padding: 20px 0;
}

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

.flow__main__menu-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: start;
    gap: 15px 10px;
    justify-content: flex-start;
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

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

.flow__main__menu__item {
    margin: 0;
    padding: 0;
    width: calc(33.33333% - 6.66667px);
}

@media (min-width: 768px) {
    .flow__main__menu__item {
        width: calc(25% - 7.5px);
    }
}

@media (min-width: 992px) {
    .flow__main__menu__item {
        width: calc(16.66667% - 8.33333px);
    }
}

.flow__main__menu__item__link {
    align-items: center;
    background-color: #ffffff;
    border-radius: 14px;
    -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 nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: center;
    height: 60px;
    justify-content: center;
    line-height: 1.2;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1) 0s;
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__main__menu__item__link {
        height: 70px;
    }
}

.flow__main__menu__item__link:before {
    border: 1px solid #e8a62d;
    border-radius: 14px;
    bottom: 2px;
    content: '';
    display: block;
    left: 2px;
    pointer-events: none;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1;
}

.flow__main__menu__item__link:after {
    border-bottom: 6px solid transparent;
    border-left: 7px solid #e8a62d;
    border-right: none;
    border-top: 6px solid transparent;
    bottom: auto;
    content: '';
    display: block;
    height: 12px;
    margin: auto 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 7px;
}

.flow__main__menu__item:last-child .flow__main__menu__item__link:after {
    display: none;
}

@media (min-width: 768px) {
    .flow__main__menu__item__link:after {
        bottom: 0;
        top: 0;
    }
}

.flow__main__menu__item__link__number {
    color: #e8a62d;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5px;
    text-align: center;
}

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

.flow__main__menu__item__link__title {
    color: #484955;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

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

.flow__main__menu__item__link:focus {
    background-color: rgba(255, 255, 255, .75);
}

@media (hover: hover) and (pointer: fine) {
    .flow__main__menu__item__link:hover {
        background-color: rgba(255, 255, 255, .75);
    }
}

.flow__main__detail {
    background-color: rgba(231, 232, 232, .48);
    padding: 60px 0;
}

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

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

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

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

.flow__main__detail__item {
    -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 0 40px;
    padding: 30px 20px;
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

@media (min-width: 768px) {
    .flow__main__detail__item {
        margin-bottom: 80px;
        padding: 40px 30px;
    }
}

@media (min-width: 992px) {
    .flow__main__detail__item {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.flow__main__detail__item:last-child {
    margin-bottom: 0;
}

.flow__main__detail__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) {
    .flow__main__detail__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);
    }
}

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

.flow__main__detail__item__head {
    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: 20px 30px;
    justify-content: stretch;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .flow__main__detail__item__head {
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        -ms-flex-align: center;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
    }
}

.flow__main__detail__item__head__title {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -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;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-pack: center;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    font-size: 1.0rem;
    gap: 0 20px;
    justify-content: center;
    margin: 0;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .flow__main__detail__item__head__title {
        -webkit-box-pack: start;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.flow__main__detail__item__head__title__number {
    color: #e8a62d;
    display: block;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

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

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

.flow__main__detail__item__head__title__text {
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

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

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

.flow__main__detail__item__head__icon {
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    padding: 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__main__detail__item__head__icon {
        padding-left: 0;
        padding-right: 0;
    }
}

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

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

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

@media (max-width: 767px) {
    .flow__main__detail__item:nth-child(1) .flow__main__detail__item__head__icon img {
        height: 136px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .flow__main__detail__item:nth-child(2) .flow__main__detail__item__head__icon img {
        height: 122.4px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .flow__main__detail__item:nth-child(3) .flow__main__detail__item__head__icon img {
        height: 110.5px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .flow__main__detail__item:nth-child(4) .flow__main__detail__item__head__icon img {
        height: 112.2px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .flow__main__detail__item:nth-child(5) .flow__main__detail__item__head__icon img {
        height: 105.4px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .flow__main__detail__item:nth-child(6) .flow__main__detail__item__head__icon img {
        height: 127.5px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .flow__main__detail__item:nth-child(7) .flow__main__detail__item__head__icon img {
        height: 102px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .flow__main__detail__item:nth-child(8) .flow__main__detail__item__head__icon img {
        height: 110.5px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .flow__main__detail__item:nth-child(9) .flow__main__detail__item__head__icon img {
        height: 124.1px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .flow__main__detail__item:nth-child(10) .flow__main__detail__item__head__icon img {
        height: 105.4px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .flow__main__detail__item:nth-child(11) .flow__main__detail__item__head__icon img {
        height: 93.5px;
        width: auto;
    }
}

.flow__banner {
    padding: 60px 0;
    position: relative;
}

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

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

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

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

.flow__banner__item {
    text-align: center;
}

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

.flow__banner__item__link:focus {
    opacity: .75;
}

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