@charset 'utf-8';

small a {
    display: inline;
}

.blankLink {
    display: inline-block;
    margin: 1rem 0 0;
}

.title-primary {
    margin-bottom: 2rem;
}

.title-secondary {
    margin-top: 4rem;
}

.anchor_precautionsForUse {
    margin-top: 1rem;
}

.anchor_precautionsForUse a {
    text-decoration: underline;
}

@media only screen and (min-width: 751px) {
    .title-primary {
        margin-bottom: 4rem;
    }

    .anchor_precautionsForUse {
        margin-top: 2rem;
    }
}

/* ご希望の発送方法を選択してください。
-----------------------------------------------------------*/
.desiredShippingMehod {
    margin-bottom: 6rem;
}

.desiredShippingMehod li,
.desiredShippingMehod li a {
    display: block;
    position: relative;
    width: 100%;
}

.desiredShippingMehod li .scroll_icon {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
    pointer-events: none;
}

.desiredShippingMehod li .scroll_icon svg {
    width: 100%;
}

.desiredShippingMehod li a {
    padding-right: 4rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--color-text);
}

.serviceContainer .stepWrap + .stepWrap {
    margin-top: 6rem;
}

.serviceContainer .btn_wrap {
    margin-bottom: 6rem;
}

.title-secondary.serviceTitle {
    margin: 0 calc(50% - 50vw);
    background: var(--color-costco-card-bg);
}

.title-secondary.serviceTitle span {
    padding: 2rem;
    font-size: 2rem;
}

.serviceSubTitle {
    margin: 4rem 0 2rem;
    font-size: 2rem;
    font-weight: bold;
}

.serviceSubTitle span {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--color-primary);
}

.-flexCard .flowDetail .-bold {
    margin-bottom: 1rem;
}

.-flexCard .flowDetail p {
    padding-left: 0;
    text-indent: unset;
}

.-flexCard .flowDetail img {
    width: 100%;
    margin-top: 1rem;
}

.-flexCard .flowDetail + .flowDetail {
    margin-top: 2rem;
}

@media only screen and (min-width: 751px) {
    .desiredShippingMehodList{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        align-items: center;
        margin-top: 4rem;
    }

    .desiredShippingMehod li a {
        margin-top: 0;
    }
}

/* step
-----------------------------------------------------------*/
.stepWrap > p + .asterisk {
    margin-top: 1rem;
}

.stepWrap .asterisk .qrCode_open {
    font-size: inherit;
    text-decoration: underline;
    color: var(--color-primary);
}

.stepWrap .asterisk .blankLink {
    margin: 0.5rem 0 0;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

.stepWrap .title-secondary {
    margin-top: 6rem;
}

.stepTitle span {
    margin-right: 1rem;
    font-size: 2rem;
    color: var(--color-primary);
}

p.flowTitle {
    margin-top: 4rem;
    font-size: 1.8rem;
    font-weight: bold;
}

.flowDetail {
    margin-bottom: 2rem;
}

.flowDetail p,
.flowDetail a {
    padding-left: 1em;
    text-indent: -1em;
}

.flowDetail a {
    margin-left: 1em;
    text-decoration: underline;
}

.flowImg {
    width: 100%;
}

.topImg {
    display: block;
    position: relative;
    margin: 0 auto 2rem;
}

.topImg::after {
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 1rem solid var(--color-primary);
    border-right: 1rem solid transparent;
    border-bottom: 0;
    border-left: 1rem solid transparent;
    border-style: solid;
    transform: translateX(-50%);
    content: "";
}

.container_inner p.flowText {
    margin: 2rem 0;
}

.container_inner p.flowText a {
    text-decoration: underline;
}

.resultList dt {
    width: 100%;
    margin-bottom: 1rem;
    font-weight: bold;
}

.resultList dd {
    width: 100%;
}

.resultList dd + dt {
    margin-top: 2rem;
}

.card.flowDetail.-long small.asterisk {
    text-indent: inherit;
}

/* カルーセル
-----------------------------------------------------------*/
.guideCarousel {
    position: relative;
    width: 22.5rem;
    margin: 2rem auto;
}

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

.slick-track {
    display: flex;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 1;
}

.slide-arrow.prev-arrow {
    position: absolute;
    bottom: -0.7rem;
    left: 6.85rem;
    width: 2rem;
}

.slide-arrow.next-arrow {
    position: absolute;
    right: 6.85rem;
    bottom: -0.7rem;
    width: 2rem;
}

.slide-arrow svg {
    overflow: visible;
    width: 100%;

    fill: var(--color-primary);
    stroke: var(--color-primary);
}

.slide-arrow svg g {
    stroke: var(--color-primary);
}

.slide-arrow svg path {
    fill: var(--color-primary);
}

.slick-slide {
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 2.7rem;
}

ul.slick-dots li {
    width: 0.6rem;
    height: 0.6rem;
    border: solid 0.1rem var(--color-primary);
    border-radius: 50%;
    color: var(--color-primary);
}

ul.slick-dots li + li {
    margin-left: 0.5rem;
}

ul.slick-dots li.slick-active {
    width: 0.6rem;
    height: 0.6rem;
    border: solid 0.1rem var(--color-primary);
    border-radius: 50%;
    background: var(--color-primary);
    color: var(--color-primary);
}

ul.slick-dots li button {
    display: none;
}

@media only screen and (min-width: 751px) {
    .title-secondary {
        margin-top: 12rem;
    }

    .stepWrap .title-secondary p {
        margin-top: 4rem;
    }

    .blankLink {
        margin: 2rem 0;
    }

    .stepWrap + .stepWrap {
        margin-top: 12rem;
    }

    /*costco*/
    .headerMenu ul {
        display: flex;
        justify-content: space-between;
        margin-top: 4rem;
    }

    .headerMenu li {
        width: 49rem;
    }

    .headerMenu li a {
        margin: 0;
        padding: 2rem;
        font-size: 1.6rem;
        font-weight: bold;
        color: var(--color-text);
    }

    .serviceContainer {
        margin-top: 12rem;
    }

    .title-secondary.serviceTitle {
        width: 100vw;
        margin: 0 auto;
        margin: 0 calc(50% - 50vw);
        padding: 4rem 0;
        background: var(--color-costco-card-bg);
        font-size: 2.4rem;
    }

    .title-secondary.serviceTitle span {
        display: block;
        width: 100rem;
        margin: 0 auto;
        font-size: 2.4rem;
    }

    .serviceSubTitle {
        margin: 8rem 0 4rem;
        font-size: 2.4rem;
        font-weight: bold;
    }

    .serviceSubTitle span {
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        color: var(--color-primary);
    }

    /* /costco  */
    .asterisk.-step1 {
        margin-top: 2rem;
    }

    .asterisk.-step1 a {
        text-decoration: underline;
    }

    .stepWrap > p + .asterisk {
        margin-top: 2rem;
    }

    .guideCarousel {
        display: flex;
        width: 100%;
        margin: 4rem 0 8rem;
    }

    .guideCarousel img {
        width: 23.5rem;
        height: auto;
    }

    .guideCarousel div + div {
        margin-left: 10.5rem;
    }

    .guideCarousel div {
        position: relative;
    }

    .guideCarousel div::after {
        position: absolute;
        top: 50%;
        left: -5.5rem;
        width: 0;
        height: 0;
        border-top: 1.5rem solid transparent;
        border-right: 0;
        border-bottom: 1.5rem solid transparent;
        border-left: 1rem solid var(--color-primary);
        border-style: solid;
        content: "";
    }

    .guideCarousel div:nth-child(1)::after {
        content: none;
    }

    .container_inner p.flowTitle {
        margin-top: 8rem;
        font-size: 1.8rem;
    }

    .flowWrap {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-top: 4rem;
    }

    .flowImg {
        width: 26.4rem;
        margin-right: 6rem;
    }

    .topImg::after {
        position: absolute;
        bottom: -1.5rem;
        left: 50%;
        width: 0;
        height: 0;
        border-top: 1rem solid var(--color-primary);
        border-right: 1.5rem solid transparent;
        border-bottom: 0;
        border-left: 1.5rem solid transparent;
        border-style: solid;
        transform: translateX(-50%);
        content: "";
    }

    .flowDetail {
        width: calc(100% - 32.4rem);
        text-align: left;
    }

    .flowDetail.-long {
        width: 100%;
    }

    .card.flowDetail.-long p + a {
        margin-top: 1rem;
        font-size: 1.6rem;
    }

    .container_inner p.flowText {
        margin: 4rem 0;
    }

    .container_inner p.flowText + .asterisk {
        margin-top: -2rem;
    }

    .card + .card {
        margin-top: 2rem;
    }

    .-flexCard {
        display: flex;
        justify-content: center;
    }

    .-flexCard .flowDetail {
        width: 40.5rem;
    }

    .-flexCard .flowDetail + .flowDetail {
        margin-top: 0;
        margin-left: 2rem;
    }

    .-flexCard .flowDetail .-bold {
        margin-bottom: 2rem;
    }

    .-flexCard .flowDetail p {
        padding-left: 0;
        text-indent: unset;
    }

    .-flexCard .flowDetail img {
        width: 100%;
        margin-top: 2rem;
    }

    .-flexCard .flowDetail > div {
        height: 12rem;
    }

    .resultList dd + dt {
        margin-top: 4rem;
    }
}

/* ご利用時の注意点
-----------------------------------------------------------*/
.precautionsForUse {
    margin-top: 6rem;
    padding-top: 6rem;
    border-top: solid 0.1rem var(--color-border);
}

.precautionsForUse .card .title-quaternary:first-child {
    margin-top: 0;
}

.precautionsForUse li + li {
    margin-top: 0.3rem;
}

.precautionsForUse .note-number li {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.precautionsForUse .note li {
    padding-left: 1em;
    text-indent: -1em;
}

.precautionsForUse .note li .asterisk {
    margin: 1rem 0;
}

.precautionsForUse .note li::before {
    content: "・";
}

.precautionsForUse .note_link {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.precautionsForUse .blankLink {
    margin: 1rem 0;
}

.precautionsForUse .blankLink + .blankLink {
    margin-top: 0;
}

.precautionsForUse .size_list {
    display: flex;
}

.precautionsForUse .size_list + .size_list {
    margin-top: 2rem;
}

.precautionsForUse .size_list dt {
    width: 9.8rem;
    font-size: 1.4rem;
    font-weight: bold;
}

.precautionsForUse .size_list dd {
    width: calc(100% - 9.8rem);
    font-size: 1.4rem;
    letter-spacing: -0.01em;
}

.precautionsForUse .size_list dd small {
    font-size: 1.2rem;
}

.return_top {
    text-decoration: underline;
}

@media only screen and (min-width: 751px) {
    .precautionsForUse .card {
        padding: 4.5rem 8.5rem;
    }

    .precautionsForUse .size_list dt {
        width: 23.5rem;
        font-size: 1.6rem;
    }

    .precautionsForUse .size_list dd {
        width: calc(100% - 23.5rem);
        font-size: 1.6rem;
    }

    .precautionsForUse .size_list dd small {
        display: inline-block;
        margin-left: 0.5rem;
    }
}
