/*--------------------------------------------------------------
----------------------------------------------------------------
reset
----------------------------------------------------------------
----------------------------------------------------------------*/

#new-contents, #new-contents span, #new-contents object, #new-contents iframe, h1, #new-contents h2, #new-contents h3, #new-contents h4, #new-contents h5, #new-contents h6, #new-contents p, #new-contents blockquote, #new-contents pre, abbr, #new-contents address, #new-contents cite, #new-contents code, del, #new-contents dfn, #new-contents em, #new-contents img, #new-contents ins, #new-contents kbd, #new-contents q, #new-contents samp, small, #new-contents strong, #new-contents sub, #new-contents sup, #new-contents var, b, #new-contents i, dl, #new-contents dt, #new-contents dd, #new-contents ol, #new-contents ul, #new-contents li, fieldset, #new-contents form, #new-contents label, #new-contents legend, table, #new-contents caption, #new-contents tbody, #new-contents tfoot, #new-contents thead, #new-contents tr, #new-contents th, #new-contents td, article, #new-contents aside, #new-contents canvas, #new-contents details, #new-contents figcaption, #new-contents figure, footer, #new-contents header, #new-contents hgroup, #new-contents menu, #new-contents nav, #new-contents section, #new-contents summary, time, #new-contents mark, #new-contents audio, #new-contents video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: 500;
}

#new-contents {
    line-height: 1;
}

#new-contents * {
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif
}

#new-contents article, #new-contents aside, #new-contents details, #new-contents figcaption, #new-contents figure, #new-contents footer, #new-contents header, #new-contents hgroup, #new-contents menu, #new-contents nav, #new-contents section {
    display: block;
}

#new-contents blockquote, #new-contents q {
    quotes: none;
}

#new-contents blockquote:before, #new-contents blockquote:after, #new-contents q:before, #new-contents q:after {
    content: '';
    content: none;
}

#new-contents a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */

#new-contents ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */

#new-contents mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

#new-contents del {
    text-decoration: line-through;
}

#new-contents abbr[title], #new-contents dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

#new-contents table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */

#new-contents hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

#new-contents input, #new-contents select {
    vertical-align: middle;
}

#new-contents *, #new-contents *::before, #new-contents *::after {
    box-sizing: border-box;
}


/* start 共通パーツ */

#new-contents .w1024 {
    width: 1024px;
    margin: 15px auto 0;
}

#new-contents .inner {
    max-width: 1285px;
    margin: 0 auto;
    padding: 0 20px;
}

#new-contents h3 {
    font-weight: 500;
    font-size: 37px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
    line-height: 1;
    margin: 117px 0 9px;
}

#new-contents .caption {
    font-family: "Work Sans";
    font-weight: normal;
    font-size: 19px;
    line-height: 49px;
    text-align: center;
    color: #000;
    line-height: 1;
    margin: 0 0 69px;
}

#new-contents .col4 {
    display: flex;
    flex-wrap: wrap;
}

#new-contents .col4>* {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 40px;
}

#new-contents .col4>*:nth-child(4n) {
    margin-right: 0;
}

#new-contents .col4>* img {
    /* max-width: 296px; */
    width: 100%;
}


#new-contents .tab {
    display: flex;
    justify-content: center;
    margin: 0 0 70px;
}

#new-contents .tab li {
    margin: 0 15px 0 0;
}

#new-contents .tab li.current {
}
#new-contents .tab li {
    font-size: 15px;
    border: solid 1px #707070;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    background-color: #fff;
}
#new-contents .tab li a {
    line-height: 40px;
    height: 40px;    
    padding: 0 30px;
    display: block;
}

#new-contents .tab li.current {
    border: solid 1px #fff;
    color: #fff;
    background-color: #AC2734;
}

#new-contents .tab li:last-child {
    margin-right: 0;
}

#new-contents .tab-target {
    display: none;
    margin: 0 0 22px;
    animation: fade ease 1.5s 1;
    animation-fill-mode: forwards;
}

#new-contents .tab-target.current {
    display: block;
}

#new-contents .hover {
    transition: 0.2s;
}
#new-contents .hover:hover {
    /* color: #ac2734; */
}

/* end 共通パーツ */


/* 特集 start */

#new-contents .Feature {
    /* margin: 0 0 27px; */
}
#new-contents #baseFeature.Feature .col4>*:nth-child(4n - 2) {
    margin-right: 0px;
}
#new-contents #baseFeature.Feature .col4>*:nth-child(4n) {
    margin-right: 20px;
}

#new-contents .Feature .subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    color: #b7b7b7;
    margin: 14px 0 12px;
}

#new-contents .Feature .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    color: #000;
}

#new-contents .Feature.top2size .inner {
    max-width: 1240px;
    padding: 0 20px;
}

#new-contents .Feature.top2size .col4>*:nth-child(-n+2) {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 55px;
}

#new-contents .Feature.top2size .col4>*:nth-child(2) {
    margin-right: 0;
}

#new-contents .Feature.top2size .col4>*:nth-child(-n+2) .subtitle {
    margin-bottom: 20px;
    margin: 25px 0 15px;
}

#new-contents #baseFeature.Feature .col4b>*:nth-child(4n) {
    margin-right: 0;
}

#new-contents .col4b {
    display: flex;
    flex-wrap: wrap;
}
#new-contents .col4b img {
    width: 100%;
}

#new-contents .col4b>* {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 40px;
}

#new-contents .col4b>*:nth-child(4n) {
    margin-right: 0;
}

#feature-share {
    padding-top: 50px;
    padding-bottom: 0px;
}

#feature-share #new-contents .tab {
    margin: 0!important;
    padding-bottom: 50px;
}
/* 特集 end */



/* NEWS start */

#new-contents #news {
    margin: 0 0 25px;
}

#new-contents #news ul {
    width: 818px;
    margin: 0 auto;
}

#new-contents #news li {
    border-bottom: solid 1px #E5E5E5;
    padding: 27px 0;
    background-image: url(https://media.aws.locondo.jp/fitfitstatic/common/img/common/arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
}

#new-contents #news li a {
    transition: 0.2s;
    display: flex;
    align-items: center;
}
#new-contents #news li a:hover {
    transition-property: opacity;
    transition-duration: 0.5s;
}

#new-contents #news li a:hover .text,
#new-contents #news li a:hover .data {
    color: #ac2734;
}

#new-contents #news li:first-child {
    border-top: solid 1px #E5E5E5;
}

#new-contents #news li .data {
    min-width: 85px;
    font-size: 16px;
    line-height: 1;
    margin-right: 33px;
}

#new-contents #news li .tag {
    font-family: "Work Sans";
    font-weight: normal;
    font-size: 10px;
    color: #111;
    padding: 7px 20px;
    margin-right: 30px;
}

#new-contents #news li .tag.tag1 {
    border: 1px solid #ac2734;
}

#new-contents #news li .tag.tag2 {
    border: 1px solid #B1B1B1;
}

#new-contents #news li .text {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-right: 25px;
}

/* NEWS end */

/* アニメーション start */

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* アニメーション end */