@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : pickup.css
Description : ピックアップページ共通CSS
===================================================================== */


/* =====================================================================
*    #main
* =================================================================== */

@media screen and (min-width:700px) {}

.contents_ttl {}

.contents_catch {
    text-align: center;
    padding-top: 5.3125%;
}

.contents_catch strong {
    color: #333333;
    line-height: 1.25em;
    font-weight: 700;
}

@media screen and (min-width:700px) {
    .contents_catch {
        padding-top: 2.65625%;
    }
    .contents_catch strong {
        line-height: 1.25em;
    }
}


/* .select_year
---------------------------------------------------------- */

.select_year {
    width: 60.875%;
    text-align: center;
    background-color: #ff0064;
    border-radius: 50px;
    position: relative;
    margin: 7.8125% auto auto;
}

.select_year select {
    width: 100%;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    font-size: 1.1em;
    text-align: center;
    border: none;
    padding: 0.8em 2.5em;
}

.select_year::before {
    content: "";
    width: 0.3em;
    height: 0.3em;
    display: block;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.3em;
    margin-right: 2.5rem;
}

.select_year option {
    color: #000;
}

@media screen and (min-width:700px) {
    .select_year {
        width: 10em;
        margin: 3.90625% auto auto;
    }
    .select_year select {
        cursor: pointer;
    }
    .select_year select:focus {
        outline: none;
    }
    .select_year select::-ms-expand {
        display: none;
    }
}


/* .pickup_item_list
---------------------------------------------------------- */

.pickup_item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1.5625% auto 12.5%;
}

.pickup_item_list .pickup_item {
    width: 44%;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    margin-top: 6.25%;
    background-color: #fff;
    border: 2px solid #d9d9d9;
    -webkit-box-shadow: 0px 3px 0px 0px #d9d9d9;
    box-shadow: 0px 3px 0px 0px #d9d9d9;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pickup_item_list .pickup_item::before {
    content: '';
    position: absolute;
    background: url(../images/common/icon_shape1.png) no-repeat center/contain;
    top: 0;
    left: 0;
    width: 6%;
    padding-top: 6%;
    border: 0.8em solid #fff;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
}

.pickup_item_list .pickup_item::after {
    content: '';
    position: absolute;
    background: url(../images/common/icon_shape2.png) no-repeat center/contain;
    top: 0;
    right: 0;
    width: 6%;
    padding-top: 6%;
    border: 0.8em solid #fff;
    border-radius: 50%;
    z-index: 2;
}

.pickup_item_list .pickup_item .arrow {
    height: 100%;
}

.pickup_item_list .pickup_item .arrow::after {
    content: "";
    width: 7.6924%;
    height: 0;
    padding-top: 7.6924%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 7.6924%;
    margin-right: 7.6924%;
}

.pickup_item_list .pickup_item a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7.6924% 7.6924% 15.3847%;
}

.pickup_item_list .pickup_item .thumbnail {
    width: 84.6154%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    margin: 7.6924% auto auto 7.6924%;
}

.pickup_item_list .pickup_item .pickup_ttl_wrap {
    position: relative;
    padding-top: 9.091%;
    margin-top: 57.2728%;
}

.pickup_item_list .pickup_item .pickup_ttl_wrap::after {
    content: "";
    width: 100%;
    height: 0;
    padding-top: 2.7273%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pickup_item_list .pickup_item .pickup_ttl_wrap .date {
    font-size: 0.9em;
    line-height: 1em;
    color: #aaaaaa;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 9.091%;
}

.pickup_item_list .pickup_item .pickup_ttl_wrap .ttl {
    line-height: 1.25em;
    font-weight: bold;
    padding: 1.4em 0 0.6em;
}

.pickup_item_list .pickup_item .lead {
    line-height: 1.6em;
    color: #333333;
    padding-top: 1.6em;
}

@media screen and (min-width:640px) {
    .pickup_item_list .pickup_item {
        border-radius: 30px;
    }
    .pickup_item_list .pickup_item .thumbnail {
        border-radius: 20px 20px 0 0;
    }
}

@media screen and (min-width:700px) {
    .pickup_item_list {
        width: 79.6875%;
        margin: 1.5625% auto 3.90625%;
    }
    .pickup_item_list::after {
        content: "";
        width: 31.3726%;
        display: block;
    }
    .pickup_item_list .pickup_item {
        width: 31.3726%;
        margin-top: 1em;
    }
    .pickup_item_list .pickup_item a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 0, 100, 0.5);
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s;
        z-index: 3;
        cursor: pointer;
    }
    .pickup_item_list .pickup_item a:hover::before {
        opacity: 1;
    }
    .pickup_item_list .pickup_item .arrow::after {
        width: 6.25%;
        padding-top: 6.25%;
        margin-bottom: 9.375%;
        margin-right: 6.25%;
    }
    .pickup_item_list .pickup_item a {
        padding: 6.25% 6.25% 15.625%;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }
    .pickup_item_list .pickup_item::after,
    .pickup_item_list .pickup_item::before {
        width: 5%;
        padding-top: 5%;
        border-width: .5em;
    }
    .pickup_item_list .pickup_item .thumbnail {
        width: 87.5%;
        margin: 6.25% auto auto 6.25%;
    }
    .pickup_item_list .pickup_item .pickup_ttl_wrap {
        overflow: hidden;
        padding-top: 7.1429%;
        margin-top: 57.1429%;
    }
    .pickup_item_list .pickup_item .pickup_ttl_wrap.icon::before {
        content: "";
        width: 17.8572%;
        height: 0;
        padding-top: 17.8572%;
        display: block;
        float: left;
        margin-bottom: 5.3572%;
    }
    .pickup_item_list .pickup_item .pickup_ttl_wrap::after {
        padding-top: 1.7858%;
    }
    .pickup_item_list .pickup_item .pickup_ttl_wrap .date {
        line-height: 1em;
        padding-left: 21.4286%;
        margin-top: 7.1429%;
    }
    .pickup_item_list .pickup_item .pickup_ttl_wrap .ttl {
        padding-left: 21.4286%;
    }
    .pickup_item_list .pickup_item .lead {
        line-height: 1.6em;
        padding-top: 7.1429%;
    }
}


/* .detail_wrap
---------------------------------------------------------- */

.detail_wrap {
    margin-top: 7.8125%;
    overflow: hidden;
}

@media screen and (min-width:700px) {
    .detail_wrap {
        margin-top: 3.90625%;
    }
}

@media screen and (min-width:640px) {
    .pickup .pickup_list li {
        border-radius: 30px;
    }
}

@media screen and (min-width:700px) {
    .pickup .pickup_list {
        width: 79.6875%;
        max-width: 1020px;
        margin: 3.90625% auto auto;
    }
    .pickup .pickup_list li {
        margin: 2.9412% auto 0;
    }
    .pickup .pickup_list a {
        overflow: hidden;
        padding: 2.9412% 3.9216% 3.9216%;
    }
    .pickup .pickup_list a::after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(255, 255, 255, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }
    .pickup .pickup_list a:hover::after {
        opacity: 1;
    }
    .pickup .pickup_list .ttl_line::after {
        padding-top: 0.532%;
    }
    .pickup .pickup_list .icon::before {
        width: 5.3192%;
        padding-top: 5.3192%;
        margin-bottom: 2.3405%;
    }
    .pickup .pickup_list .bn_special {
        width: 21.2766%;
        float: left;
        margin-bottom: 0;
        margin-right: 3.1915%;
    }
    .pickup .pickup_list .pickup_ttl {
        padding: 2.1277% 6.383% 1.0639% 8.5107%;
    }
    .pickup .pickup_list .special .pickup_ttl {
        padding: 2.817% 8.4508% 2.1127% 4.2254%;
    }
    .pickup .pickup_list .pickup_date {
        font-size: 0.9em;
        left: 8.5107%;
    }
    .pickup .pickup_list .pickup_lead {
        line-height: 1.6em;
        padding: 2.1277% 3.1915% 0;
        margin-top: 0;
    }
    .pickup .pickup_list .special .pickup_lead {
        padding-left: 27.6596%;
    }
    .pickup .pickup_list .pickup_lead::after {
        width: 2.1277%;
        padding-top: 2.1277%;
        top: 0;
        bottom: auto;
        margin-top: -5.3192%;
        margin-right: 2.1277%;
    }
}


/* .btn_backlist
---------------------------------------------------------- */

.btn_backlist::before {
    background-color: #c44b0a;
}

.btn_backlist a::before {
    background-color: #ff610c;
}


/* .attention
---------------------------------------------------------- */

.attention {
    width: 87.5%;
    line-height: 1.5em;
    text-align: center;
    margin: 8% auto 12.5%;
}

@media screen and (min-width:700px) {
    .attention {
        width: 79.6875%;
        line-height: 1.5em;
        margin: auto auto 3.90625%;
    }
}

.bg_yellow {
    background-color: #ffd700;
}