.sponly {
    display: none;
}

.container {
    width: 100%;
}

.block-event-page--accessory {
    width: 1200px;
    margin: 0 auto;
}

.fathersday h1 {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.fathersday .mv {
    width: 100%;
}

.fathersday .wrapper01 {
    background-color: #F4F4F4;
    padding: 80px 0 50px;
    margin-top: -10px;
}

.fathersday .inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.fathersday .wrapper01 p {
    font-size: 20px;
    font-weight: bold;
}

.item-block {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 47px auto 0;
    background-color: #fff;
    padding: 40px 60px;
}

.item-block-detail {
    width: 670px;
    overflow: hidden;
}

.item-block-detail-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: bold;
}

.item-block-detail-name h2 {
    font-weight: bold;
}

.item-block-detail-copy {
    font-size: 18px;
    font-weight: bold;
}

.item-block-detail-cart {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.item-block-detail-cart a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 230px;
    height: 52px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2;
    transition: .2s ease;
}

.item-block-detail-cart #cart01 {
    color: #E73656;
    border: solid 2px #E73656;
    margin-right: 15px;
}

.item-block-detail-cart #cart02 {
    color: #fff;
    background-color: #E73656;
}

.item-block-detail-cart #cart02:hover {
    color: #fff !important;
}

.item-block-detail-cart a:hover {
    opacity: .7;
}

.item-block-detail-more-detail {
    margin-top: 14px;
    font-size: 1.6rem;
    text-align: right;
}

.item-block .block-gift-sentence {
    margin-top: 33px;
    padding-top: 28px;
    border-top: 1px dashed #DDCFBF;
}

.item-block-detail .sale_icon {
    color: #fff;
    background-color: #E73656;
    display: inline-block;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}

.item-block-detail .price {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #E73656;
}

.item-block-detail .price span {
    color: #111;
    font-size: 14px;
    text-decoration: line-through;
    padding-left: 15px;
}

.caution {
    text-align: right;
    margin-top: 15px;
    display: block;
    text-decoration: underline;
}

.item-block-wrapper {
    background: url(/img/usr/fathersday/fathersday_bg.png);
    background-size: 100%;
    padding: 60px 0;
}

.miryoku_wrapper {
    padding: 60px 0;
    background-color: #F4F4F4;
    text-align: center;
}

.miryoku_wrapper h2 {
    font-weight: bold;
    font-size: 32px;
    margin-top: 0;
}

.miryoku_inner {
    width: 1200px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}

.miryoku_inner .miryoku_block {
    width: 380px;
    border: solid 3px #9B7758;
    border-radius: 25px;
    background-color: #fff;
}

.miryoku_ttl {
    font-size: 24px;
    background-color: #9B7758;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 20px 20px 0 0;
    letter-spacing: 1.2px;
}

.miryoku01 .miryoku_ttl::before {
    display: inline-block;
    content: "";
    background-image: url(/img/usr/fathersday/miryoku_icon01.png);
    background-size: contain;
    width: 50px;
    height: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 15px 0 -40px;
}

.miryoku02 .miryoku_ttl::before {
    display: inline-block;
    content: "";
    background-image: url(/img/usr/fathersday/miryoku_icon02.png);
    background-size: contain;
    width: 50px;
    height: 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 15px 0 -50px;
}

.miryoku03 .miryoku_ttl::before {
    display: inline-block;
    content: "";
    background-image: url(/img/usr/fathersday/miryoku_icon03.png);
    background-size: contain;
    width: 60px;
    height: 40px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 15px 0 -60px;
}

.miryoku_detail {
    padding: 30px;
    text-align: left;
}

.miryoku_detail .marker {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.miryoku_detail .marker span {
    background: linear-gradient(transparent 50%, #F6DAAB 30%);
}

.miryoku_detail span.small {
    font-size: 12px;
}

#caution {
    padding: 70px 0 150px;
}

.caution_inner {
    width: 1200px;
    margin: 0 auto;
    border: solid 3px #E73656;
    padding: 40px;
}

.caution_ttl {
    color: #E73656;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.caution_inner ul {
    margin-left: 20px;
}

.caution_inner li {
    font-size: 16px;
    list-style: disc;
    margin-bottom: 20px;
}

.caution_inner li:last-child {
    margin: 0;
}

.miryoku_wrapper>img {
    width: 220px;
}

/* slick */
.item-block-img-slider {
    width: 360px;
    margin-bottom: 74px;
}

.item-block-img-slider .slick-track {
    padding-top: 0;
}

.item-block-img-slider .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -22px;
    border: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    z-index: 9;
}

.item-block-img-slider .slick-prev {
    left: 10px;
    background-image: url(/img/usr/fathersday/icon_prev.png);
}

.item-block-img-slider .slick-next {
    right: 10px;
    background-image: url(/img/usr/fathersday/icon_next.png);
}

.item-block-img-slider .slick-dots {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 360px;
}

.item-block-img-slider .slick-dots li {
    width: 64px;
    margin-top: 10px;
    cursor: pointer;
}

.item-block-img-slider .slick-dots li:not(:nth-child(5n)) {
    margin-right: 10px;
}

.item-block-img-slider .slick-dots img {
    display: block;
}

@media screen and (max-width:767px) {
    .sponly {
        display: block;
    }

    .pconly {
        display: none;
    }

    .fathersday .inner {
        width: 100%;
    }

    .fathersday .wrapper01 {
        padding: 60px 15px;
    }

    .fathersday h2 {
        font-size: 32px;
        padding: 0;
        margin: 0;
        margin-bottom: 8%;
    }

    .fathersday .wrapper01 p {
        font-size: 14px;
    }

    .fathersday h1 {
        width: 100%;
        margin: 0 auto;
        padding: 40px 15px;
    }

    .item-block-wrapper {
        background: url(/img/usr/fathersday/fathersday_bg_sp.png);
        background-size: 100%;
        padding: 40px 15px;
    }

    .item-block {
        width: 100%;
        display: block;
        background-color: #fff;
        padding: 20px 15px;
        margin: 0;
    }

    .item-block-img-slider {
        width: 100%;
        margin-bottom: 74px;
    }

    .item-block-img-slider .slick-arrow {
        width: 28px;
        height: 28px;
        background-size: 28px;
    }

    .item-block-img-slider .slick-dots {
        top: 315px;
    }

    .item-block-detail {
        width: 100%;
        margin-top: 104px;
    }

    .item-block-detail-copy {
        font-size: 14px;
    }

    .fathersday .item-block-detail-name h2 {
        font-size: 18px;
    }

    .item-block-detail .sale_icon {
        font-size: 12px;
    }

    .item-block-detail .price {
        font-size: 23px;
    }

    .item-block-detail-cart {
        display: block;
        margin-top: 30px;
    }

    .item-block-detail-cart a {
        width: 100%;
        font-size: 16px;
    }

    .item-block-detail-cart #cart01 {
        margin: 0 0 15px 0;
    }

    .caution {
        text-align: center;
    }

    .fathersday .miryoku_wrapper h2 {
        font-weight: bold;
        font-size: 22px;
        margin-top: 0px;
    }

    .miryoku_wrapper {
        padding: 50px 15px 20px;
    }

    .miryoku_inner {
        width: 100%;
        display: block;
        margin: 30px auto 30px;
    }

    .miryoku_inner .miryoku_block {
        width: 100%;
        margin-bottom: 25px;
    }

    .miryoku_ttl {
        font-size: 18px;
        padding: 10px;
    }

    .miryoku01 .miryoku_ttl::before {
        width: 40px;
        height: 15px;
        margin: 0 10px 3px -40px;
    }

    .miryoku02 .miryoku_ttl::before {
        width: 40px;
        height: 20px;
        margin: 0 10px 3px -40px;
    }

    .miryoku03 .miryoku_ttl::before {
        width: 50px;
        height: 30px;
        margin: 0 10px 3px -50px;
    }

    .miryoku03 .miryoku_ttl {
        padding: 7px;
    }

    .miryoku_detail {
        padding: 25px 15px;
    }

    .miryoku_detail .marker {
        font-size: 18px;
        margin-bottom: 25px;
    }

    #caution {
        padding: 40px 15px 100px;
    }

    .caution_inner {
        padding: 30px 15px;
        width: 100%;
    }

    .caution_ttl {
        font-size: 16px;
    }

    .caution_inner li {
        font-size: 14px;
    }

    .miryoku_wrapper>img {
        width: 60%;
    }
}