@charset "UTF-8"; /**
 * side content
 */
/* common */
[class*=section_] {
    margin-bottom: 4rem
}

[class*=section_] h3 {
    position: relative;
    padding: 1.6rem;
    /* color: #fff; */
    font-size: 1.8rem;
    line-height: 1;
    background-color: #ffffff;
}

[class*=section_] h3 .link_more {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 1.2rem;
    line-height: 2.3rem
}

[class*=section_] h3 .ico_arrow_r {
    display: inline-block;
    position: absolute;
    top: .4rem;
    right: 0;
    width: 1.6rem;
    height: 1.6rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #c1c1c1
}

[class*=section_] h3 .ico_arrow_r:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: .5rem;
    height: .5rem;
    border: 1px dotted #fff;
    border-top: 0;
    border-left: 0;
    content: '';
    -webkit-transform: translate(-70%,-50%) rotate(-45deg);
    transform: translate(-70%,-50%) rotate(-45deg)
}

/* section_01 */
.section_01 li {
    padding: 1.6rem 0 0;
}

.section_01 li a {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 2.4rem;
    color: #444;
    /* font-weight: 700; */
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

/* section_02 */
.section_02 .txt_age {
    display: block;
    margin-bottom: .2rem;
    color: #999;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.section_02 .txt_age em {
    color: #f64444
}

.section_02 li {
    overflow: hidden
}

.section_02 li a {
    display: block;
    position: relative;
    padding: .6rem 0 .6rem 3rem
}

.section_02 .rank_num {
    position: absolute;
    top: 50%;
    left: 0;
    color: #c93a3a;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: -1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_02 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 2.4rem;
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

/* section_03 */
.section_03 li {
    overflow: hidden;
    padding: 1.2rem 0;
    border-top: 1px dotted #d8d8d8;
    margin: 0 2.5rem;
}

.section_03 li:first-child {
    /* padding: 2rem 0 1.4rem; */
    border-top: 0
}

.section_03 li a {
    display: block;
    text-decoration: none
}

.section_03 .thumb {
    overflow: hidden;
    position: relative;
    float: left;
    width: 6rem;
    height: 4.4rem;
    margin: 1rem 1rem 0 0;
    background: #e3eeee url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_03 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px dotted rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_03 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_03 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_03 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    /* max-height: 2.4rem; */
    color: #333;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 3rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.section_03 .tit:hover {
    color: #000;
    text-decoration: underline
}

.section_03 .ico_exclusive {
    display: inline-block;
    padding: 0 .5rem;
    margin-right: .8rem;
    /* background-color: #c22929; */
    color: #000;
    font-size: 1.2rem;
    line-height: 2.4rem;
    vertical-align: top;
    border: #e5e5e5 solid 1px;
    border-radius: 0.5rem;
}

.section_03 .lede {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 9rem;
    margin-top: 1.1rem;
    color: #666;
    font-size: 1.5rem;
    line-height: 2.0rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* section_04 */
.section_04>ul>li+li {
    margin-top: 3rem
}

.section_04 .txt_age {
    display: block;
    margin-bottom: .2rem;
    color: #999;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.section_04 .txt_age em {
    color: #f64444
}

.section_04 li {
    overflow: hidden
}

.section_04 li a {
    display: block;
    position: relative;
    padding: .6rem 0 .6rem 3rem
}

.section_04 .rank_num {
    position: absolute;
    top: 50%;
    left: 0;
    color: #c93a3a;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: -1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_04 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 2.4rem;
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

/* section_05 */
.section_05 li {
    padding: 1rem 0;
    border-top: 1px dotted #d8d8d8
}

.section_05 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_05 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    min-height: 6rem;
    text-decoration: none
}

.section_05 .thumb {
    overflow: hidden;
    position: relative;
    width: 7.5rem;
    height: 6rem;
    margin-left: 1rem;
    background: #e3eeee url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_05 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px dotted rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_05 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_05 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_05 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 3.5rem
}

.section_05 .press {
    display: block;
    margin-top: 1rem;
    color: #666;
    font-size: 1.4rem;
    line-height: 1.3
}

.section_05 .rank_num {
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    color: #444;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center
}

.section_05 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 9.6rem;
    color: #333;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.4rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.section_05 .tit:hover {
    text-decoration: underline
}

/* section_06 */
.section_06 li {
    padding: 1rem 1.6rem;
    border-top: 1px dotted #d8d8d8;
    background-color: #fff;
}

.section_06 li:first-child {
    padding-top: 1.6rem;
    /* border-top: 0; */
}

.section_06 li a {
    display: block;
    text-decoration: none
}

.section_06 .thumb {
    overflow: hidden;
    position: relative;
}

.section_06 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px dotted rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_06 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_06 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_06 .press {
    display: block;
    color: #666;
    font-size: 1.4rem;
    text-align: right
}

.section_06 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 4.8rem;
    color: #333;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_06 .tit:hover {
    text-decoration: underline
}

.section_06 .lede {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 7.6rem;
    color: #666;
    font-size: 1.4rem;
    line-height: 1.9rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.section_06 .thumb+.tit {
    margin: 1.6rem 0 0;
}

.section_06 .thumb+.lede {
    margin-top: 1rem
}

.section_06 .tit+.thumb {
    margin-top: 1rem
}

.section_06 .tit+.lede {
    margin: 0.8rem 0rem;
}

/* section_07 */
.section_07 li {
    padding: 1rem 0
}

.section_07 li:first-child {
    padding-top: 0
}

.section_07 li a {
    display: block;
    text-decoration: none
}

.section_07 .thumb {
    overflow: hidden;
    position: relative
}

.section_07 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px dotted rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_07 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_07 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_07 .press {
    display: block;
    color: #666;
    font-size: 1.4rem;
    text-align: right
}

.section_07 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 4.8rem;
    color: #333;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_07 .tit:hover {
    text-decoration: underline
}

.section_07 .lede {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 7.6rem;
    color: #666;
    font-size: 1.3rem;
    line-height: 1.9rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.section_07 .thumb+.tit {
    margin-top: 1rem
}

.section_07 .thumb+.lede {
    margin-top: 1rem
}

.section_07 .tit+.thumb {
    margin-top: 1rem
}

.section_07 .tit+.lede {
    margin-top: .5rem
}

/* section_08 */
.section_08>a {
    display: block;
    text-decoration: none !important
}

.section_08 .thumb {
    overflow: hidden;
    position: relative
}

.section_08 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px dotted rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_08 .thumb img {
    width: 100%;
    height: auto
}

.section_08 .info {
    padding-top: 1.2rem
}

.section_08 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 4.4rem;
    color: #333;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_08 .tit:hover {
    text-decoration: underline
}

.section_08 .lede {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 6.3rem;
    margin-top: .8rem;
    color: #555;
    font-size: 1.4rem;
    line-height: 2.1rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

/* section_09 */
.section_09 li {
    padding: 1rem 0;
    border-top: 1px dotted #d8d8d8
}

.section_09 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_09 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: 7.5rem;
    text-decoration: none
}

.section_09 .thumb {
    overflow: hidden;
    position: relative;
    width: 13rem;
    height: 7.5rem;
    margin-left: 1rem;
    background: #e3eeee url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_09 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px dotted rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_09 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_09 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_09 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.section_09 .press {
    display: block;
    margin-top: 1rem;
    color: #666;
    font-size: 1.4rem;
    line-height: 1.3
}

.section_09 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 4.2rem;
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.1rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_09 .tit:hover {
    text-decoration: underline
}

/* section_10 */
.section_10 {
    overflow: hidden
}

.section_10 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.7rem
}

.section_10 li {
    width: 50%;
    padding: 0 .7rem 1rem
}

.section_10 li a {
    display: block
}

.section_10 .thumb_wrap {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    background: #000 url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_10 .thumb_wrap:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px dotted rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_10 .thumb_wrap img,.section_10 .thumb_wrap iframe,.section_10 .thumb_wrap object,.section_10 .thumb_wrap embed,.section_10 .thumb_wrap a {
    position: absolute;
    top: 50%;
    left: 0;
    min-height: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_10 .info {
    padding: 1rem 0
}

.section_10 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 3.8rem;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_10 .date {
    float: left;
    color: #808080;
    text-align: left
}

.section_10 .hit {
    float: right;
    color: #cc0000;
    font-weight: bold;
    text-align: right
}

.section_10 .date,.section_10 .hit {
    margin-top: .7rem;
    font-size: 1.3rem;
    line-height: 1.3
}

/* section_11 */
.section_11 {
    overflow: hidden
}

.section_11 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.7rem
}

.section_11 li {
    width: 50%;
    padding: 0 .7rem 1rem
}

.section_11 li a {
    display: block
}

.section_11 .thumb_wrap {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    -webkit-border-radius: 1.2rem;
    border-radius: 1.2rem;
    background: #000 url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_11 .thumb_wrap:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px dotted rgba(0,0,0,.05);
    -webkit-border-radius: inherit;
    border-radius: inherit;
    content: '';
    pointer-events: none
}

.section_11 .thumb_wrap img,.section_11 .thumb_wrap iframe,.section_11 .thumb_wrap object,.section_11 .thumb_wrap embed,.section_11 .thumb_wrap a {
    position: absolute;
    top: 50%;
    left: 0;
    min-height: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_11 .info {
    padding: 1rem 0
}

.section_11 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 3.8rem;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_11 .date {
    float: left;
    color: #808080;
    text-align: left
}

.section_11 .hit {
    float: right;
    color: #cc0000;
    font-weight: bold;
    text-align: right
}

.section_11 .date,.section_11 .hit {
    margin-top: .7rem;
    font-size: 1.3rem;
    line-height: 1.3
}

/* section_12 */
.section_12 {
    overflow: hidden
}

.section_12 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 1rem 0;
    border-top: 1px dotted #d6d6d6
}

.section_12 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_12 li a {
    display: block
}

.section_12 .thumb_wrap {
    overflow: hidden;
    position: relative;
    width: 14.6rem;
    height: 8.8rem;
    margin-right: 1.2rem;
    background: #000 url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_12 .thumb_wrap:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px dotted rgba(0,0,0,.05);
    -webkit-border-radius: inherit;
    border-radius: inherit;
    content: '';
    pointer-events: none
}

.section_12 .thumb_wrap img,.section_12 .thumb_wrap iframe,.section_12 .thumb_wrap object,.section_12 .thumb_wrap embed,.section_12 .thumb_wrap a {
    position: absolute;
    top: 50%;
    left: 0;
    min-height: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section_12 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-top: .4rem
}

.section_12 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 8rem;
    color: #333;
    font-size: 1.5rem;
    line-height: 2rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.section_12 .date {
    float: left;
    color: #808080;
    text-align: left
}

.section_12 .hit {
    float: right;
    color: #cc0000;
    font-weight: bold;
    text-align: right
}

.section_12 .date,.section_12 .hit {
    margin-top: .7rem;
    font-size: 1.3rem;
    line-height: 1.3
}

/* section_13 */
.section_13 li {
    padding: 1rem 0;
    border-top: 1px dotted #d8d8d8
}

.section_13 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_13 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 7.5rem;
    text-decoration: none
}

.section_13 .thumb {
    overflow: hidden;
    position: relative;
    width: 13rem;
    height: 7.5rem;
    margin-right: 1rem;
    background: #e3eeee url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_13 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px dotted rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_13 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_13 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_13 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.section_13 .press {
    display: block;
    margin-top: 1rem;
    color: #666;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.3
}

.section_13 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 3.6rem;
    color: #333;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_13 .tit:hover {
    text-decoration: underline
}

/* section_14 */
.section_14 li {
    padding: 1rem 0;
    border-top: 1px dotted #d8d8d8
}

.section_14 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_14 li a {
    display: block;
    text-decoration: none
}

.section_14 .thumb {
    overflow: hidden;
    position: relative
}

.section_14 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px dotted rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_14 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_14 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_14 .press {
    display: block;
    margin-top: .5rem;
    color: #666;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: right
}

.section_14 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 4.8rem;
    color: #333;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section_14 .tit:hover {
    text-decoration: underline
}

.section_14 .lede {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 7.6rem;
    color: #666;
    font-size: 1.3rem;
    line-height: 1.9rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.section_14 .thumb+.tit {
    margin-top: 1rem
}

.section_14 .thumb+.lede {
    margin-top: 1rem
}

.section_14 .tit+.thumb {
    margin-top: 1rem
}

.section_14 .tit+.lede {
    margin-top: .5rem
}

/* section_15 */
.section_15 li {
    padding: 1rem 0;
    border-top: 1px dotted #d8d8d8
}

.section_15 li:first-child {
    padding-top: 0;
    border-top: 0
}

.section_15 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 7.5rem;
    text-decoration: none
}

.section_15 .thumb {
    overflow: hidden;
    position: relative;
    width: 13rem;
    height: 7.5rem;
    margin-right: 1rem;
    background: #e3eeee url(../images/common/default_clip.png) 50% 50% no-repeat;
    -webkit-background-size: 30% auto;
    background-size: 30% auto
}

.section_15 .thumb:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px dotted rgba(0,0,0,.05);
    content: '';
    pointer-events: none
}

.section_15 .thumb img {
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: -webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    transition: transform .2s cubic-bezier(.165,.84,.44,1),-webkit-transform .2s cubic-bezier(.165,.84,.44,1);
    image-rendering: -webkit-optimize-contrast
}

.section_15 .thumb:hover img {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.section_15 .info {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.section_15 .press {
    display: block;
    margin-top: 1rem;
    color: #666;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.3
}

.section_15 .tit {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 7.2rem;
    color: #333;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.section_15 .tit:hover {
    text-decoration: underline
}

@media all and (max-width: 640px) {
    /* common */ [class*=section_] {
    margin-bottom:3rem
}

    [class*=section_] h3 {
        padding-bottom: 1.5rem;
        margin: 0 2rem
    }

    [class*=section_]>ul,[class*=section_]>ol {
        padding: 0;
    }

    /* section_01 */
    .section_01 ul { margin:0 auto}

    /* section_03 */

    .section_03 ul { margin:0 auto}
    .section_03 .tit {
        max-height: revert;
        font-size: 1.6rem;
        line-height: 2.8rem;
    }

    .section_03 .tit:hover {
        color: inherit
    }

    /* section_06 */
    .section_06 ul { margin:0 auto}
    .section_06 .tit {
        max-height: 6rem;
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .section_06 .lede {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    /* section_08 */
    .section_08>a {
        margin: 0 2rem
    }

    /* section_10 */
    .section_10 ul {
        padding: 0 1.3rem;
        margin: 0
    }

    /* section_11 */
    .section_11 ul {
        padding: 0 1.3rem;
        margin: 0
    }
}