@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : news.css
Description : お知らせページ共通CSS
===================================================================== */


/* =====================================================================
*    #main
* =================================================================== */

.contents_ttl {}

.contents_catch {
    text-align: center;
    padding-top: 7.8125%;
}

.contents_catch strong {
    color: #333333;
    line-height: 1.25em;
    font-family: "Rounded Mplus 1c";
    font-weight: 700;
}

@media screen and (min-width:700px) {
    .contents_ttl {}
    .contents_catch {
        padding-top: 2.34375%;
    }
    .contents_catch strong {
        font-size: 1.1em;
        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 select:focus {
    outline: none;
}

.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::-ms-expand {
        display: none;
    }
}


/* .news_item_list
---------------------------------------------------------- */

.news_item_list {
    background-color: #fff;
    border: 2px solid #d9d9d9;
    box-shadow: 0px 6px 0px 0px #d9d9d9;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3.125% 5.25%;
    margin: 6.25% auto auto;
}

.news_item_list .date {
    color: #aaaaaa;
    line-height: 1.25em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8.3334%;
    padding-bottom: 3.25%;
}

.news_item_list .title {
    font-size: 1.1em;
    line-height: 1.6em;
    position: relative;
    padding-bottom: 7.6667%;
}

.news_item_list .title:not(:last-of-type) {
    border-bottom: 1px dotted #aaaaaa;
}

.news_item_list .title a {
    -webkit-text-decoration: underline solid #ff0064;
    text-decoration: underline solid #ff0064;
    color: #3d3b33;
}

@media screen and (min-width:640px) {
    .news_item_list {
        border-radius: 30px;
    }
}

@media screen and (min-width:700px) {
    .news_item_list {
        display: flex;
        flex-wrap: wrap;
        padding: 2.5625% 6.125%;
        margin: 8% auto auto;
    }
    .news_item_list .date {
        flex-shrink: 0;
        width: 20%;
        line-height: 2.1429em;
        position: relative;
        padding: 2.1277% 0 2.1277% 1.1277%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news_item_list .date:not(:last-of-type) {
        border-bottom: 1px dotted #aaaaaa;
    }
    .news_item_list .date::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 1.3334%;
        height: 0;
        padding-top: 13.3334%;
        background-color: #e11f51;
    }
    .news_item_list .title {
        position: relative;
        width: 80%;
        font-weight: bold;
        line-height: 1.875em;
        padding: 2.1277% 6.383% 2.1277% 3%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news_item_list .title::after {
        width: 2.1277%;
        padding-top: 2.1277%;
        top: 0;
        margin: auto 2.1277% auto auto;
    }
    .news_item_list .title a:hover {}
}


/* .detail_wrap
---------------------------------------------------------- */

.detail_wrap {
    margin-top: 7.8125%;
}

@media screen and (min-width:700px) {
    .detail_wrap {
        padding-top: 3.90625%;
        padding-bottom: 3.90625%;
        margin-top: 3.90625%;
    }
}


/* .ttl_wrap, .ttl_date_wrap */

@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: 12.5% auto;
}

@media screen and (min-width:700px) {
    .attention {
        width: 79.6875%;
        line-height: 1.5em;
        margin: 3.90625% auto 0;
    }
}


/* .KEREN
---------------------------------------------------------- */


/* .img_item_listKEREN */

.img_item_listKEREN {
    letter-spacing: -1em;
    margin-bottom: 1em;
}

.img_item_listKEREN .img_item {
    letter-spacing: normal;
}

.img_item_listKEREN .img_item .image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1em;
}

.img_item_listKEREN .img_item01 .image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1em;
}

.img_item_listKEREN .img_item02 .image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1em;
}

.img_item_listKEREN .img_item .caption {
    line-height: 1.25em;
    overflow: hidden;
    margin-bottom: 0.8334em;
}

@media screen and (min-width:640px) {
    .img_item_listKEREN .img_item .image {
        border-radius: 20px;
    }
    .img_item_listKEREN .img_item01 .image {
        border-radius: 20px;
    }
    .img_item_listKEREN .img_item02 .image {
        border-radius: 20px;
    }
}

@media screen and (min-width:700px) {
    .img_item_listKEREN {
        letter-spacing: -.40em;
        margin-bottom: 2.3256%;
    }
    .img_item_listKEREN .img_item {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        padding-bottom: 10px;
    }
    .img_item_listKEREN .img_item01 {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        padding-bottom: 10px;
    }
    .img_item_listKEREN .img_item02 {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        margin: 10px
    }
    .img_item_listKEREN .img_item:nth-last-child(-n+3) {
        padding-bottom: 0;
    }
    .img_item_listKEREN .img_item:not(:nth-child(3n)):not(:last-child) {
        margin-right: 2.439%;
    }
    .img_item_listKEREN .img_item .image {
        margin-bottom: 3.8462%;
    }
    .img_item_listKEREN .img_item .caption {
        margin-bottom: 3.8462%;
        line-height: 1.5em;
        text-align: left;
    }
}


/* .img_item_listKEREN.piece02 */

.keren {
    width: 100%;
    color: #e11f51;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.4286em;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border: 5px solid #e11f51;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4.1667% 14.5834%;
    margin: auto;
}

@media screen and (min-width:700px) {
    .keren {
        width: auto;
        color: #e11f51;
        font-weight: bold;
        line-height: 1.4286em;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        background-color: #fff;
        border: 5px solid #e11f51;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1.1628% 3.3%;
        margin: auto;
    }
    .img_item_listKEREN.piece02 {
        text-align: center;
    }
    .img_item_listKEREN.piece02 .img_item:not(:nth-child(3n)):not(:last-child) {
        margin-right: 0;
    }
    .img_item_listKEREN.piece02 .img_item:nth-child(2n-1) {
        margin-right: 1em !important;
    }
}


/* .img_item_listKEREN.piece01 */

@media screen and (min-width:700px) {
    .img_item_listKEREN.piece01 {
        text-align: center;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .img_item_listKEREN.piece01 .img_item {
        width: 100%;
    }
    .img_item_listKEREN.piece01 .img_item .image {
        display: inline-block;
        margin-bottom: 1.2196%;
    }
    .img_item_listKEREN.piece01 .img_item .image img {
        width: auto;
        max-width: 100%;
    }
    .img_item_listKEREN.piece01 .img_item .caption {
        margin-bottom: 1.2196%;
        text-align: center;
    }
}


/* 2021.1.23プレゼント企画用 */

.presentBox {
    border: 4px solid #FF610C;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.presentBox h3 {
    background-color: #FF610C;
    border-radius: 14px 14px 0 0;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1rem;
    display: block;
    width: 100%;
    padding: .8rem 0;
    overflow: hidden;
    margin: 0 auto 20px;
}

.presentBox figure {
    width: 100%;
}

.presentBox figure img {
    width: 100%;
}

.presentBox figcaption {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 2.6rem;
    margin: 0 1rem;
}

.presentBox2 {
    border: 4px solid #e11f51;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.presentBox2 h3 {
    background-color: #e11f51;
    border-radius: 14px 14px 0 0;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1rem;
    display: block;
    width: 100%;
    padding: .8rem 0;
    overflow: hidden;
    margin: 0 auto 20px;
}

.presentBox2 figure {
    width: 100%;
}

.presentBox2 figure img {
    width: 100%;
}

.presentBox2 figcaption {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 2.6rem;
    margin: 0 1rem;
}

.moreBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.moreInfo {
    width: 100%;
    font-weight: 900;
    font-size: 1.2em;
    margin: 0px auto 20px;
}

@media screen and (min-width:700px) {
    .presentBox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .presentBox figure {
        width: 45%;
    }
    .presentBox2 {
        width: 50%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .moreBox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .moreInfo {
        width: 380px;
        margin: 100px auto 0;
    }
}