@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : trend.css
Description : モモナビページ共通CSS
===================================================================== */


/* =====================================================================
*    #main
* =================================================================== */

main {
    background: url(../images/common/bg_deco_gray.jpg) repeat center;
    background-size: calc(299 / 750 * 100%) auto;
}

@media screen and (min-width:700px) {
    main {
        background-size: calc(299 / 1280 * 100%) auto;
    }
    main>section {
        /*		padding: 0 !important;*/
    }
}

@media screen and (min-width: 1280px) {
    main {
        background-size: 299px auto;
    }
}

.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;
    }
}

.week_ttl {
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: bold;
    color: #ff0064;
    margin-top: 6.6667%;
    padding: 7%;
    margin: 7.8125% auto auto;
}

.week_ttl .week_date {
    display: block;
    font-size: 0.9em;
    line-height: 1em;
    color: #aaaaaa;
    padding-bottom: 4.1667%;
}

.week_ttl,
.detail_wrap {
    border: 2px solid #ff0064;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(255, 0, 100, 1);
    box-shadow: 0px 6px 0px 0px rgba(255, 0, 100, 1);
    vertical-align: top;
    letter-spacing: normal;
    background-color: #fff;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.week_ttl::before,
.detail_wrap::before {
    content: '';
    position: absolute;
    background: url(../images/common/icon_shape1.png) no-repeat center/contain;
    top: 0;
    left: 0;
    width: 2.5%;
    padding-top: 2.5%;
    border: 0.6rem solid transparent;
    border-radius: 50%;
    z-index: 2;
}

.week_ttl::after,
.detail_wrap::after {
    content: '';
    position: absolute;
    background: url(../images/common/icon_shape2.png) no-repeat center/contain;
    top: 0;
    right: 0;
    width: 2.5%;
    padding-top: 2.5%;
    border: 0.6rem solid transparent;
    border-radius: 50%;
    z-index: 2;
}

@media screen and (min-width:700px) {
    .week_ttl {
        line-height: 1.5em;
        position: relative;
        margin: 3.90625% auto auto;
        padding: 2em 5em;
    }
    .week_ttl .week_date {
        line-height: 2.1429em;
        padding-bottom: 1%;
    }
    .week_ttl::before,
    .detail_wrap::before,
    .week_ttl::after,
    .detail_wrap::after {
        width: 2%;
        padding-top: 2%;
        border-width: 1.2rem;
    }
}


/* .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;
    }
}


/* .trend_item_list
---------------------------------------------------------- */

.ttl_present {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/trend/bg_ribbon.png) no-repeat center/contain;
    padding: 0.6em 0.5em 0.7em;
    font-size: 0.8em;
    font-weight: bold;
    color: #ff0064;
    z-index: 4;
    text-align: center;
    margin-top: -1em;
}

.trend_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%;
}

.trend_item {
    position: relative;
    width: 46.4286%;
    margin-top: 6.6667%;
}

.trend_item_inner {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    border: 2px solid #ff0064;
    -webkit-box-shadow: 0px 6px 0px 0px #ff0064;
    box-shadow: 0px 6px 0px 0px #ff0064;
    vertical-align: top;
    letter-spacing: normal;
    background-color: #fff;
    height: 100%;
}

.trend_item_inner::before {
    content: '';
    position: absolute;
    background: url(../images/common/icon_shape1.png) no-repeat center/contain;
    top: 0;
    left: 0;
    width: 7%;
    padding-top: 7%;
    border: 1em solid #fff;
    border-radius: 50%;
    z-index: 1;
}

.trend_item_inner::after {
    content: '';
    position: absolute;
    background: url(../images/common/icon_shape2.png) no-repeat center/contain;
    top: 0;
    right: 0;
    width: 7%;
    padding-top: 7%;
    border: 1em solid #fff;
    border-radius: 50%;
}

.trend_item_list .trend_item .arrow {
    height: 100%;
}

.trend_item_list .trend_item a::after {
    content: "";
    width: 7.6924%;
    height: 0;
    padding-top: 8.2924%;
    display: block;
    background: url(../images/common/icon_arrow_trend.jpg) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 7.6924%;
    margin-right: 7.6924%;
}

.trend_item_list .trend_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% 21.3847%;
}

.trend_item_list .trend_item .ttl {
    color: #ff0064;
    line-height: 1.25em;
    font-weight: bold;
    position: relative;
    padding-top: 9.2em;
    word-break: break-all;
}

.trend_item_list .trend_item .ttl::before {
    content: "";
    width: 100%;
    height: 0;
    padding-top: 2.7273%;
    display: block;
    background-color: #ff0064;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 85.4546%;
}

.trend_item_list .trend_item .date {
    font-size: 0.9em;
    line-height: 1em;
    font-weight: bold;
    color: #aaaaaa;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 90%;
    margin-left: 7.6924%;
}

.trend_item_list .trend_item .thumbnail {
    width: 64.6154%;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 7.6924% auto auto;
}

.btn_trend {
    margin: 1.5em auto;
}

.btn_apply a {
    display: block;
    background-color: #ffe100;
    border: 2px solid #ff0064;
    -webkit-box-shadow: 0px 6px 0px 0px #ff0064;
    box-shadow: 0px 6px 0px 0px #ff0064;
    border-radius: 3em;
    padding: 1.5em 0;
}

.btn_apply img {
    width: 51.7%;
    margin: 0 auto;
}

.insta_box {
    background: url(../images/trend/bg_instaBox_sp.png) no-repeat center/contain;
    padding: 3em 2em;
    text-align: center;
}

.insta_box a {
    margin-bottom: 1em;
    display: block;
}

.insta_box p {
    font-size: 1.05em;
    line-height: 1.73;
    font-weight: bold;
    color: #e52879;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffe100));
    background: linear-gradient(transparent 70%, #ffe100 0%);
    display: inline;
}

@media screen and (min-width:700px) {
    .ttl_present {
        padding: 0.7em 0.5em 0.8em;
    }
    .trend_item_list {
        width: 79.6875%;
        margin: 1.5625% auto 3.90625%;
    }
    .trend_item_list::after {
        content: "";
        width: 31.3726%;
        display: block;
    }
    .trend_item_list .trend_item a::after {
        width: 6.25%;
        padding-top: 6.75%;
        margin-bottom: 9.375%;
        margin-right: 6.25%;
    }
    .trend_item_list .trend_item a {
        padding: 6.25% 6.25% 15.625%;
    }
    .trend_item {
        width: 30%;
        margin-top: 1em;
        cursor: pointer;
    }
    .trend_item_list .trend_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;
    }
    .trend_item_list .trend_item a:hover::before {
        opacity: 1;
    }
    .trend_item_inner::before,
    .trend_item_inner::after {
        width: 5%;
        padding-top: 5%;
        border-width: .6em;
    }
    .trend_item_list .trend_item .thumbnail {
        width: 65.625%;
        margin: 6.25% auto auto;
    }
    .trend_item_list .trend_item .ttl_wrap {
        overflow: hidden;
        position: relative;
        padding-top: 6.25%;
        margin-top: 84.375%;
    }
    .trend_item_list .trend_item .ttl_wrap::before {
        content: "";
        width: 17.8572%;
        height: 0;
        padding-top: 17.8572%;
        display: block;
        background: url(../images/common/icon_trend.jpg) no-repeat center top;
        background-size: 100% auto;
        float: left;
        margin-bottom: 5.3572%;
    }
    .trend_item_list .trend_item .ttl_wrap .date {
        line-height: 1em;
        padding-left: 21.4286%;
        margin-top: 6.25%;
        margin-left: 0;
    }
    .trend_item_list .trend_item .ttl_wrap .ttl {
        padding: 1.2em 0 7.2728% 21.4286%;
    }
    .trend_item_list .trend_item .ttl::before {
        padding-top: 1.7858%;
        margin-top: -7.1429%;
    }
    .btn_trend {
        width: calc(460 / 1000 * 100%);
        margin: 4.5rem auto 0;
    }
    .btn_trend a {
        -webkit-transition: .3s;
        transition: .3s;
    }
    .btn_trend a:hover {
        opacity: .8;
    }
    .btn_apply a {
        position: relative;
        top: 0;
        width: 45.939%;
        margin: 0 auto;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .btn_apply a:hover {
        top: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .btn_apply img {
        width: 33.42%;
    }
    .insta_box {
        background-image: url(../images/trend/bg_instaBox_pc.png);
        padding: calc(40 / 1000 * 100%);
    }
    .insta_box a {
        margin: 0 auto 2.5rem;
        width: calc(600 / 1000 * 100%);
    }
}


/* .detail_wrap
---------------------------------------------------------- */

.detail_wrap {
    margin-top: 7.8125%;
}

@media screen and (min-width:700px) {
    .detail_wrap {
        width: 100%;
        margin-top: 3%;
        padding: 3.46875%;
    }
}


/* .ttl_wrap, .ttl_date_wrap */

.detail_wrap .ttl_wrap::after,
.detail_wrap .ttl_date_wrap::after,
.default_list.m_circle>li::before {
    background-color: #ff0064;
}

.detail_wrap a {
    color: #000;
    -webkit-text-decoration: underline solid #ff0064;
    text-decoration: underline solid #ff0064;
}

.detail_wrap .icon::before {
    background: url(../images/common/icon_trend.jpg) no-repeat center top;
    background-size: 100% auto;
}

@media screen and (min-width:640px) {}

@media screen and (min-width:700px) {}


/* .btn_backlist
---------------------------------------------------------- */

.btn_backlist::before {
    background-color: #b81a41;
}

.btn_backlist a::before {
    background-color: #e11f51;
}


/* .attention
---------------------------------------------------------- */

.attention {
    width: 87.5%;
    line-height: 1.5em;
    text-align: center;
    margin: auto auto 12.5%;
}

@media screen and (min-width:700px) {
    .attention {
        width: 79.6875%;
        line-height: 1.5em;
        margin: auto auto 3.90625%;
    }
}


/* .photo-big
---------------------------------------------------------- */

.photo-big {
    width: 100%;
    margin: 0 auto
}

.photo-big img {
    width: 100%;
}

@media screen and (min-width:768px) {
    .photo-big {
        width: 640px;
    }
}