@charset "UTF-8";
/* ========================================================================================================
COMMON
======================================================================================================== */

html {
    font-size: 62.5%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    line-height: 1.5;
    text-rendering: optimizelegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    background: #ffffff;
    color: #000;
    letter-spacing: 0.05rem;
}

body {
    /* opacity: 0; */
    transition: opacity .5s ease .0s;
}

body.onload {
    opacity: 1;
}

body.nav-open {
    overflow: hidden;
}

img[src$=".svg"] {
    width: auto;
    height: auto;
}

svg {
    width: auto;
    height: auto;
    overflow: hidden;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-interpolation-mode: bicubic;
}

.sec-wrap {
    padding: 100px 0px;
    position: relative;
}

.sec-inner {
    padding: 0 40px;
}

.max-w {
    max-width: 1200px;
    margin: 0 auto;
}

.cat-box {
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.cat-box p {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0em;
}

.cat-box::before {
    content: "";
    width: 12px;
    margin-right: 10px;
    height: 4px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s ease 0s;
}

.cat-box p::after {
    content: "";
    height: 12px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 8px;
    background-color: #999;
    z-index: -1;
}

header .menu-list li.activity a:hover {}

header .menu-list li.lifestyle a:hover {}

header .menu-list li.people a:hover {}

.cat-box.news::before, .cat-box.news p::after, header .menu-list li.news a::before, .is-single #content-sec .next-page.news a::before, .is-single #content-sec .next-page.news a::after, .cat-news.is-single #content-sec .next-page a:before, .cat-news.is-single #content-sec .next-page a:after, .cat-news.is-single #content-sec .content h3.color::before {
    background-color: #FFBD40;
}

.cat-box.activity::before, .cat-box.activity p::after, header .menu-list li.activity a::before, .is-single #content-sec .next-page.activity a::before, .is-single #content-sec .next-page.activity a::after, .cat-activity.is-single #content-sec .next-page a:before, .cat-activity.is-single #content-sec .next-page a:after, .cat-activity.is-single #content-sec .content h3.color::before {
    background-color: #FF8026;
}

.cat-box.lifestyle::before, .cat-box.lifestyle p::after, header .menu-list li.lifestyle a::before, .is-single #content-sec .next-page.lifestyle a::before, .is-single #content-sec .next-page.lifestyle a::after, .cat-lifestyle.is-single #content-sec .next-page a:before, .cat-lifestyle.is-single #content-sec .next-page a:after, .cat-lifestyle.is-single #content-sec .content h3.color::before {
    background-color: #40C3C3;
}

.cat-box.people::before, .cat-box.people p::after, header .menu-list li.people a::before, .is-single #content-sec .next-page.people a::before, .is-single #content-sec .next-page.people a::after, .cat-people.is-single #content-sec .next-page a:before, .cat-people.is-single #content-sec .next-page a:after, .cat-people.is-single #content-sec .content h3.color::before {
    background-color: #AF40C3;
}

.detail-flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}

.detail-flex .cat-box {}

.detail-flex .date {}

.detail-flex .date p {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    letter-spacing: 0em;
}

.slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots li {
    position: relative;
    height: 8px;
    width: 8px;
    margin: 0 10px;
}

.slick-dots li button {
    content: "";
    font-size: 0px;
    border-radius: 100%;
    border: unset;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: #a2a2a2;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s ease .0s;
    opacity: 0.3;
}

.slick-dots li button:hover {
    opacity: 1;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.slide-arrow {
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 100px;
    /* height: 60px; */
    padding: 10px 40px;
    /* background-color: #000; */
    z-index: 3;
    margin: auto;
    display: flex;
    align-items: center;
}

.slide-arrow.prev-arrow {
    left: 0px;
    transform: rotate(180deg);
    background-position: right;
}

.slide-arrow .arrow {
    background-image: url(../img/arrow-w.svg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.slide-arrow.next-arrow {
    right: 0px;
    background-position-x: right;
}

.slide-arrow svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}

.sec-tit {
    text-align: center;
    margin-bottom: 30px;
}

.sec-tit h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
}

.sec-tit p {
    font-size: 16px;
    display: block;
    font-weight: bold;
    color: #777777;
    line-height: 1;
}

#common-unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#common-unit:after {
    content: "";
    width: calc(33.333% - 30px*2/3);
}

#common-unit .box {
    width: calc(33.333% - 30px*2/3);
    overflow: hidden;
    border-radius: 16px;
    background-color: #fff;
    will-change: transform;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

#common-unit .box:nth-last-of-type(-n + 3) {
    /* margin-bottom: 0px; */
}

#common-unit .box-inner {}

#common-unit .box a {
    display: block;
}

#common-unit .box a .thumb {
    transition: transform .5s ease .0s;
    transform-origin: center;
}

#common-unit .box a:hover .thumb {
    transform: scale(1.05);
}

#common-unit .box .meta {
    padding: 30px;
    transition: opacity .3s ease .0s;
}

#common-unit .box a:hover .meta {
    opacity: 0.6;
}

#common-unit .box .meta .tit {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    height: 42px;
}

#common-unit .box .detail-flex {
    margin-bottom: 15px;
}

#common-unit .box .meta .cat-box {
    padding-left: 15px;
}

#common-unit .box .meta .cat-box::before {
    width: 10px;
}

#common-unit .box .meta .cat-box p {
    font-size: 16px;
}

#common-unit .box .meta .cat-box p::after {
    height: 10px;
}

#common-unit .box .meta .date p {
    font-size: 10px;
    color: #999;
}

.view-more-btn {
    text-align: center;
    margin: 60px 0px 0px;
}

.view-more-btn.pagenavi {
    margin: 20px 0px;
}

.view-more-btn a {
    padding: 20px 30px;
    font-weight: bold;
    background: #fff;
    min-width: 420px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    transition: .3s;
    font-size: 12px;
    line-height: 1.5;
}

.view-more-btn a p {
    display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 12px;
}

.view-more-btn a p:before, .view-more-btn a p:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    background-color: #999;
    display: block;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}

.view-more-btn a p:before {}

.view-more-btn a p:after {
    transform: rotate(90deg);
}

.view-more-btn a:hover {
    background-color: #000;
    color: #fff;
}

.view-more-btn a:hover ::before, .view-more-btn a:hover ::after {
    background-color: #fff;
}

.is-page, .is-single {
    padding-top: 64px;
}

.fadein {
    opacity: 0;
    transition: opacity .5s ease .0s;
}

.fadein.scrollin {
    opacity: 1;
    transition: opacity .5s ease .0s;
}

/* ========================================================================================================
HEADER
======================================================================================================== */

header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    border-bottom: solid 1px #f9f9f9;
}

header .wrap {
    height: 64px;
}

header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    height: 100%;
}

header .humb-menu {
    height: 100%;
    z-index: 11;
    position: relative;
    transition: opacity .3s ease .3s;
}

header .humb-menu .menu-btn {
    width: 50px;
    height: 100%;
    padding: 14px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: opacity .3s ease .0s;
}

header .humb-menu.open {
    opacity: 0;
    transition: opacity .3s ease 0s;
}

header .humb-menu .menu-btn:hover span:nth-child(2) {
    transform: scaleX(0.8);
}

header .humb-menu .menu-btn:hover {
    opacity: 0.6;
}

header .humb-menu .menu-btn span {
    background-color: #111;
    height: 2px;
    width: 100%;
    transform-origin: left;
    transition: transform .3s ease .0s;
}

header .logo {
    width: 160px;
    position: relative;
    z-index: 1;
    height: 24px;
    display: flex;
    align-items: center;
}

header .logo a {
    display: block;
    /* transition: .3s; */
    transition: opacity .3s ease 0s;
    width: 100%;
}

header .logo a:hover {
    opacity: 0.6;
}

header .menu-list {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    display: flex;
    align-items: center;
}

header .menu-list li {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

header .menu-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

header .menu-list li a:before {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    transform: scale(0, 1);
    transition: transform 0.35s;
    transform-origin: top right;
}

header .menu-list li a:hover:before {
    transform: scale(1, 1);
    transform-origin: top left;
}

header .menu-list li p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4px;
    /* letter-spacing: 1px; */
}

header .menu-list li span {
    line-height: 1;
    font-size: 10px;
    font-weight: bold;
    color: #ababab;
    position: relative;
}

/* ========================================================================================================
FULL-MENU
======================================================================================================== */

#full-menu {
    /* display: none; */
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100vh;
    width: 100vw;
    z-index: 11;
    left: 0;
    top: 0;
    transform: translateX(100%);
    transition: all .6s ease .0s;
    opacity: 0;
}

#full-menu.open {
    transform: translateX(0%);
    transition: all .6s ease .0s;
    opacity: 1;
}

#full-menu .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: .6s ease .0s;
}

#full-menu.open .bg {
    opacity: 0.6;
    transition: .6s ease .0s;
}

#full-menu .menu-inner {
    height: 100%;
    width: 420px;
    margin-left: auto;
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 10px 0 60px;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: transform .6s ease .0s;
}

#full-menu.open .menu-inner {
    transform: translateX(0%);
    transition: transform .6s ease .0s;
}

#full-menu .close-btn {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: 40px;
    cursor: pointer;
    margin-bottom: 40px;
    transition: opacity .3s ease .0s;
}

#full-menu .close-btn:hover {
    opacity: 0.6
}

#full-menu .close-btn span {
    height: 2px;
    width: 100%;
    background-color: #000;
    display: block;
    position: relative;
}

#full-menu .close-btn span:nth-child(1) {
    transform: rotate(45deg);
    top: 19px;
}

#full-menu .close-btn span:nth-child(2) {
    transform: rotate( -45deg);
    top: 17px;
}

#full-menu .menu {}

#full-menu .logo {
    display: none;
}

#full-menu form {
    padding: 0 20px;
    position: relative;
    margin-bottom: 40px;
}

#full-menu form input {
    padding: 0px 10px;
    font-size: 14px;
    height: 40px;
    border: none;
    left: 0;
    top: 0;
    border-radius: 6px;
    outline: 0;
    background: #eee;
    width: 100%;
}

#full-menu form button {
    width: 14px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    opacity: 0.6;
}

#full-menu #accordion {
    margin-bottom: 60px;
}

#full-menu #accordion .js-accordion-title {
    cursor: pointer;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    justify-content: space-between;
    /* padding: 0px 40px 0px 40px; */
    align-items: center;
    position: relative;
}

#full-menu #accordion .js-accordion-title .btn:hover {
    background-color: #E8E8E8;
}

#full-menu #accordion .js-accordion-title a {
    display: inline-block;
    /* width: calc(100% - 60px); */
    padding: 10px 10px 10px 40px;
    height: 100%;
    transition: opacity .3s ease .0s;
}

#full-menu #accordion .js-accordion-title a:hover {
    opacity: 0.6;
}

#full-menu #accordion .js-accordion-title a:hover .cat-box:before {
    left: -5px;
}

#full-menu #accordion .js-accordion-title .btn {
    width: 90px;
    height: 80px;
    position: relative;
    padding: 30px 40px;
    transition: background-color .3s ease .0s;
}

#full-menu #accordion .js-accordion-title .btn .btn-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#full-menu #accordion .js-accordion-title .btn span {
    padding: 0;
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}

#full-menu #accordion .js-accordion-title .btn span:nth-child(1) {}

#full-menu #accordion .js-accordion-title .btn span:nth-child(2) {
    transform: rotate(90deg);
}

#full-menu #accordion .js-accordion-title.open .btn span:nth-child(2) {
    /* opacity: 0; */
    transform: rotate(0deg);
}

#full-menu #accordion .js-accordion-title .cat-box {
    display: inline-block;
}

#full-menu #accordion .js-accordion-title .cat-box::before {}

#full-menu #accordion .js-accordion-title p, #full-menu .menu-link .link a p {
    font-size: 18px;
}

#full-menu #accordion .js-accordion-title span, #full-menu .menu-link .link a span {
    padding-left: 10px;
    font-size: 10px;
    font-weight: bold;
}

#full-menu #accordion .js-accordion-title p::after {
    display: none;
}

#full-menu #accordion .accordion-list {
    display: none;
}

#full-menu #accordion .accordion-list li {
    background: #f7f7f7;
    font-size: 12px;
    border-bottom: 1px solid #E8E8E8;
    /* padding: 20px 60px; */
}

#full-menu #accordion .accordion-list li a {
    display: block;
    padding: 20px 60px;
    font-weight: bold;
    color: #333;
    transition: opacity .3s ease .0s;
}

#full-menu #accordion .accordion-list li a:hover {
    opacity: 0.6;
}

#full-menu .menu-link {
    padding: 0 40px 0px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#full-menu .menu-link .link {}

#full-menu .menu-link .link a {
    display: flex;
    align-items: baseline;
    color: #333;
    transition: opacity .3s ease .0s;
}

#full-menu .menu-link .link a:hover {
    opacity: 0.6;
}

#full-menu .menu-link .link a p {
    font-weight: bold;
    font-size: 16px;
}

#full-menu .menu-link .link a span {}

#full-menu .menu-link .company-logo {
    width: 120px;
}

#full-menu .menu-link .company-logo a {
    transition: opacity .3s ease .0s;
}

#full-menu .menu-link .company-logo a:hover {
    opacity: 0.6;
}

#full-menu .menu-link .company-logo svg {
    fill: #333;
}

/* ========================================================================================================
TOP-FV-SEC
======================================================================================================== */

#top-fv-sec {
    padding-top: 64px;
}

#top-fv-sec .sec-wrap {
    padding: 40px 0px;
}

#top-fv-sec .sec-inner {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

#top-fv-sec .bg {
    width: 100%;
    height: 55%;
    position: absolute;
    background-color: #f9f9f9;
    top: 0;
    z-index: -1;
}

#top-fv-sec #thumb-slide .slide-arrow.next-arrow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 30%);
    border-radius: 16px;
    /* opacity: 0.5; */
    transition: all .3s ease .0s;
    display: block;
    top: 0;
    display: flex;
    cursor: pointer;
    overflow: hidden;
}
#top-fv-sec #thumb-slide .slide-arrow.next-arrow p{color: #fff;font-size: 14px;display: block;text-align: center;font-weight: bold;position: absolute;bottom: 20px;letter-spacing: 1px;left: 20px;}
#top-fv-sec #thumb-slide .slide-arrow.next-arrow .arrow{}

#top-fv-sec #thumb-slide .slide-arrow.next-arrow:hover {
    background-color: rgba(0, 0, 0, -3%);
}

#thumb-slide .slick-prev, #thumb-slide .slick-next, #text-slide .slick-prev, #text-slide .slick-next {
    display: none!important;
}

#top-fv-sec .sec-wrap {
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
}

#top-fv-sec .slide-arrow {}

#top-fv-sec .slide-container {}

#top-fv-sec .slick-dots li {
    margin-left: 20px;
    margin-right: 0;
}

#top-fv-sec .slide-container {
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
}

#top-fv-sec #main-slide .slide-container {
    border-radius: 0 16px 16px 0;
}

#top-fv-sec .slide-container .slide-wrap a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

#top-fv-sec .slide-container .thumb-wrap, #pickup-sec .slide-container .thumb-wrap, #common-unit .box .thumb-wrap {
    padding-bottom: 66.666%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: block;
}

#top-fv-sec #main-slide .slide-container .thumb-wrap, #top-fv-sec #thumb-slide .slide-container .thumb-wrap {
    /* opacity: 0; */
    /* transition: .3s; */
}

#top-fv-sec #main-slide .slick-slide.slick-active .thumb-wrap, #top-fv-sec #thumb-slide .slick-slide.slick-active .thumb-wrap {
    opacity: 1;
    transition: opacity .3s ease .0s;
}

#top-fv-sec .slide-container .thumb-wrap .thumb, #pickup-sec .slide-container .thumb-wrap .thumb, #common-unit .box .thumb-wrap .thumb {
    height: 100%;
    width: 100%;
    background: center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform-origin: center;
    will-change: contents;
    /* z-index: 1; */
}

#top-fv-sec .slide-container .thumb-wrap .thumb {
    transition: transform .4s ease .0s;
}

#top-fv-sec .slide-container .thumb-wrap .thumb.hover {
    transform: scale(1.04);
}

#top-fv-sec .slide-container .num-wrap {
    position: absolute;
    z-index: 2;
    width: 7%;
    left: 40px;
    top: 40px;
}

#top-fv-sec .slide-container .num-wrap svg {
    fill: none;
    stroke: #fff;
    width: 100%;
    height: 100%;
}

#top-fv-sec .slide-container .num-wrap .num {}

#top-fv-sec #main-slide {
    width: 75%;
    padding: 0 40px 0 0px;
    position: relative;
}

#top-fv-sec .slick-arrow-wrap {
    position: absolute;
    left: 0;
    display: flex;
    bottom: 30px;
    left: 40px;
    z-index: 2;
}

#top-fv-sec .slick-arrow-wrap .slide-arrow {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    width: 10px;
    height: 20px;
    opacity: 0.7;
}

#top-fv-sec .slick-arrow-wrap .slide-arrow.next-arrow {
    margin-left: 30px;
}

#top-fv-sec .slick-arrow-wrap .slide-arrow svg {}

#top-fv-sec #thumb-slide {
    /* height: 60%; */
    width: 130%;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

#top-fv-sec #text-slide .slide-container {
    /* margin-bottom: 40px; */
    border-radius: unset;
}

#top-fv-sec #text-slide .slide .slide-wrap a {
    padding: 0px 40px 40px 0px;
    opacity: 0;
    transition: opacity .4s ease .6s;
}

#top-fv-sec #text-slide .slide.slick-active .slide-wrap a {
    opacity: 1;
}

#top-fv-sec #text-slide .slick-dots {
    justify-content: flex-end;
    padding-right: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#top-fv-sec .side-area {
    display: flex;
    flex-direction: column;
    width: 25%;
    justify-content: space-between;
    overflow: hidden;
    /* padding-left: 40px; */
}

#top-fv-sec #text-slide .slide-container .slide-wrap .tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    font-size: 18px;
    line-height: 1.5;
    height: 54px;
}

#top-fv-sec #text-slide .slide-container .slide-wrap {
    transition: transform .4s ease .6s;
}

#top-fv-sec #text-slide {
    transition: opacity .3s ease 0s;
    height: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#top-fv-sec #text-slide.hover {
    opacity: 0.6;
}

#top-fv-sec #main-slide .slick-slide {
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

#top-fv-sec #main-slide .slick-slide {}

#top-fv-sec #main-slide .slick-slide .num-wrap {
    opacity: 0;
    transition: opacity .3s ease .8s;
}

#top-fv-sec #main-slide .slick-slide.slick-active .num-wrap {
    opacity: 1;
}

#top-fv-sec #text-slide .slide .slide-wrap {
    transform: translateX(20px);
}

#top-fv-sec #text-slide .slide.slick-active .slide-wrap {
    transform: translateX(0px);
}

/* ========================================================================================================
PICKUP-SEC
======================================================================================================== */

#pickup-sec {}

#pickup-sec #pickup-slide {
    position: relative;
    margin-bottom: 30px;
}

#pickup-sec .slick-dots {}

#pickup-sec .sec-wrap {
    background-color: #f9f9f9;
}

#pickup-sec .sec-inner {
    padding: 0px;
}

#pickup-sec .slide-container .slide-wrap {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#pickup-sec .slide-container .slide-wrap .thumb-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: 0.2;
    transition: opacity .3s ease .3s;
}

#pickup-sec .slide-container .slick-active .slide-wrap .thumb-wrap:before {
    opacity: 0;
    transition: opacity .3s ease 0s;
}

#pickup-sec .slide-container .slide {
    margin: 0 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

#pickup-sec .slide-container .slide-wrap a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

#pickup-sec .slide-container .slick-active .slide-wrap a .thumb {
    transform-origin: center;
    transition: transform .4s ease 0s;
}

#pickup-sec .slide-container .slick-active .slide-wrap a:hover .thumb {
    transform: scale(1.04);
}

#pickup-sec .slide-container .slide-wrap a .mask {
    background: -moz-linear-gradient(bottom, #606060, transparent);
    background: -webkit-linear-gradient(bottom, #000000, transparent);
    background: linear-gradient(to top, #000000, transparent);
    opacity: 0.6;
    width: 100%;
    height: 50%;
    transition-duration: 1s;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

#pickup-sec .slide-container .slide-wrap a .meta {
    position: absolute;
    bottom: 0;
    z-index: 4;
    padding: 30px;
    opacity: 0.3;
    transition: opacity .3s ease 0s;
    z-index: 3;
    top: auto;
    margin: auto;
    width: 100%;
}

#pickup-sec .slide-container .slick-active .slide-wrap a .meta {
    opacity: 1;
    transition: opacity .3s ease .3s;
}

#pickup-sec .slide-container .slide-wrap a .meta-inner {
    position: relative;
}

#pickup-sec .cat-box {
    padding-left: 16px;
}

#pickup-sec .cat-box p {
    color: #fff;
    font-size: 20px;
}

#pickup-sec .detail-flex {
    margin-bottom: 15px;
}

#pickup-sec .meta .tit {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    line-height: 1.5;
    height: 48px;
}

#pickup-sec .meta .date {}

#pickup-sec .meta .date p {
    font-size: 10px;
    color: #fff;
    line-height: 1.5;
}

#pickup-sec .slick-dots li {}


/*=============================
#sec-popular
=============================*/
.popular-list{
    display: flex;
    justify-content: space-between;
    }

  .popular-list-item{
    width: calc(33.333% - 30px*2/3);
  }

  .popular-txt-tag{
    width: 100%;
    text-align: center;
    border-bottom:3px solid #999 ;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #777777;
    margin-bottom: 30px;
  }

  .tag01{
    border-bottom:3px solid #85C3AD ;
  }

  .tag02{
    border-bottom:3px solid #DA5B4A ;
  }

  .tag03{
    border-bottom:3px solid #4093c3 ;
  }

  .popular-thum{
    margin-top: 20px;
    position: relative;
  }

  .popular-thum .mask{
    bottom: 0;
    border-radius: 16px;
  }

  .popular-item_txt{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    z-index: 2;
    color: #fff;
  }

  .txt-info{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 14px;
  }

  .txt-info .cat-link span{
    width: 40px;
    left: 26px;
    top: 15px;
  }

  .cat-link .news-color{
    border-bottom: 13px solid #FFBD40;
  }

  .popular-thum{
    margin-bottom: 10px;
  }
  .popular-thum h4{
     line-height: 1.6;
     font-size: 14px;
     overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.6;
    max-height: 40px;
  }
  .popular-item_txt_second{
    padding: 20px;
  }

  .popular-item_txt_second h4{
    font-size: 10px;
    /* font-family:"Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; */
    line-height:1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    /* font-size: 13px; */
    font-weight: bold;
    /* font-family: "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; */
    letter-spacing: 0.5px;
    line-height: 1.6;
    max-height: 40px;
  }

  .popular-item_txt_second .cat-link:before{
    width: 10px;
  }

  .popular-item_txt_second .cat-link p{
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .popular-list .popular-list-item .popular-item-small .right .popular-item_txt_second .pickup-date{
    color: #BABABA;
  }

  .popular-list .popular-list-item .popular-item-small .right .popular-item_txt_second .txt-info .category-news .news-color{
    border-bottom: 10px solid #FFBD40;
    width: 44px;
  }
  
  .popular-list .popular-list-item .popular-item-small .right .popular-item_txt_second .txt-info .category-lifestyle .lifestyle-color{
    border-bottom: 10px solid #40C3C3;
    width: 77px;
  }

  .popular-list .popular-list-item .popular-item-small .right .popular-item_txt_second .txt-info .category-activity .activity-color{
    border-bottom: 10px solid #FD8026;
    width: 62px;
  }

  .popular-list .popular-list-item .popular-item-small .right .popular-item_txt_second .txt-info .category-people .people-color{
    border-bottom: 10px solid #AF40C3;
    width: 62px;
  }

  .popular-item_txt_second .cat-link{
    margin-bottom: 0;
  }

  .popular-item_txt_second .cat-link span{
    top: 9px;
  }

  .popular-thum img{
    border-radius: 16px;
    box-shadow: 0px 3px 6px rgb(60 60 60 / 16%);
  }

  .popular-item-small{
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 6px rgb(60 60 60 / 16%);
    border-radius: 16px;
    margin-bottom: 10px;
  }
  .left{
    /* width: 30%; */
    /* height: 105px; */
  }

  .left img{
    height: 100%;
    object-fit: cover;
    border-radius: 16px 0px 0px 16px;
  }


  .right{
    width: 70%;
  }

  .pickup-date{
    font-size: 10px;
  }

  .popular-list-unit{
      display: block!important;
  }

  .popular-list-unit_item{
      width: 100%!important;
  }

  .popular-list-unit_item:nth-child(n + 2) .popular-list-unit_item-link{
    display: flex!important;
  }

  .popular-list-unit_item:nth-child(n + 2) .popular-list-unit_item-link .popular-list-unit_item-thumb{
    width: 30%;
    padding-bottom: 30%!important;
  }

  .popular-list-unit_item:nth-child(n + 2) .popular-list-unit_item-link .popular-list-unit_item-meta{
    width: 70%;
  }

/* ========================================================================================================
KEY-WORDS-SEC
======================================================================================================== */

.home .top-tag-wrap #keywords-sec {
    display: block;
}

.home #keywords-sec {
    display: none;
}

#keywords-sec .bg {
    height: 100%;
    width: 100%;
    background: center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#keywords-sec .sec-tit {
    margin-bottom: 20px;
}

#keywords-sec .sec-tit h3, #keywords-sec .sec-tit p {
    color: #fff;
}

#keywords-sec .keywords-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 768px;
    margin: 0 auto;
}

#keywords-sec .keywords-list li {
    margin: 10px;
}

#keywords-sec .keywords-list li a {
    display: block;
    background-color: #fff;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    transition: background-color .3s ease 0s;
    line-height: 1;
}

#keywords-sec .keywords-list li a:hover {
    background-color: #111;
    color: #fff;
}

/* #keywords-sec .keywords-list li a::before {
    content: "#"
} */

/* ========================================================================================================
ARCHIVE-SEC
======================================================================================================== */

#archive-sec {}

#archive-sec .sec-wrap {
    background-color: #f9f9f9;
}

/* ========================================================================================================
FOOTER
======================================================================================================== */

footer {}

footer .wrap {
    background: #2d2d2d;
}

footer .inner {
    padding: 80px 40px 20px 40px;
}

footer .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

footer .flex .menu-wrap {
    width: 50%;
}

footer .flex .menu-wrap .logo {
    width: 140px;
    display: block;
    height: 22px;
    display: flex;
    align-items: center;
}

footer .flex .menu-wrap .logo svg {
    fill: #fff;
}

footer .flex .menu-wrap .logo a {
    transition: opacity .3s ease 0s;
    display: block;
    width: 100%;
}

footer .flex .menu-wrap .logo a:hover {
    opacity: 0.6;
}

footer .flex .menu-list {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

footer .flex .menu-list li a {
    padding-right: 30px;
}

footer .flex .menu-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity .3s ease 0s;
}

footer .flex .menu-list li a:hover {
    opacity: 0.6;
}

footer .flex .menu-list li p {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}

footer .flex .menu-list li span {
    font-size: 10px;
    color: #bbb;
    line-height: 1;
    font-weight: bold;
}

footer .flex .bar {
    height: 100%;
    width: 1px;
    background-color: #444;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}

footer .flex .concept {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .flex .concept .logo {
    margin-bottom: 20px;
    width: 160px;
    height: 41px;
    display: flex;
    align-items: center;
}

footer .flex .concept .logo a {
    display: block;
    width: 100%;
}

footer .flex .concept .logo svg {
    fill: #fff;
}

footer .flex .concept p {
    text-align: center;
    line-height: 1.8;
    font-size: 10px;
    color: #fff;
}

footer .foot {
    text-align: left;
}

footer .foot a {
    font-size: 10px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    transition: opacity .3s ease 0s;
    margin-right: 10px;
}

footer .foot a:hover {
    opacity: 0.6;
}

footer .foot p {
    font-size: 10px;
    color: #fff;
}

footer .sp-block {
    display: none;
}

/* ========================================================================================================
ARCHIVE-PAGE
======================================================================================================== */

.home #keywords-sec.footer {
    display: none;
}

#keywords-sec.footer {
    display: block;
}

.is-page #archive-sec .sec-wrap {
    padding-top: 60px;
}

.is-page .sec-tit {
    margin-bottom: 40px;
}

.wp-pagenavi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 30px 0 30px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.wp-pagenavi .post-page-numbers, .wp-pagenavi a, .wp-pagenavi .current {
    height: 40px;
    width: 40px;
    font-weight: bold;
    line-height: 1;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border-radius: 100%;
    border: solid 1px #666;
    transition: .3s;
}

.wp-pagenavi .extend {
    border: unset;
}

.wp-pagenavi a span {}

.wp-pagenavi a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.wp-pagenavi span.current {
    background-color: #E5E5E5;
    color: #fff;
    border-color: #E5E5E5;
}

.wp-pagenavi a .larger {}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    border: unset;
    /* margin: 0 20px; */
}

/* ========================================================================================================
IS-TAG-PAGE
======================================================================================================== */

.is-tag-page .sec-tit h3 {
    margin-bottom: 0px;
}

.is-tag-page .sec-tit p {
    margin-bottom: 10px;
}

/* LAST */

/* ========================================================================================================
IS-SINGLE
======================================================================================================== */

.is-single {
    background-color: #fafafa;
}

.is-single #fv-sec {}

.is-single #fv-sec .thumb-wrap {
    padding-bottom: 66.666%;
    position: relative;
}

.is-single #fv-sec .thumb-wrap .thumb {
    height: 100%;
    width: 100%;
    background: center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.is-single #content-sec {
    padding-bottom: 80px;
}

.is-single #content-sec .sec-wrap {
    max-width: 830px;
    background-color: #fff;
    margin: 40px auto 0px;
    padding: 60px 0px;
}

.is-single #content-sec .sec-inner {
    padding: 0 60px;
}

.is-single #content-sec .tit {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: bold;
}

.is-single #content-sec .detail-flex {
    margin-bottom: 35px;
}

.is-single #content-sec .content p {
    font-size: 15px;
    line-height: 2;
    word-break: break-all;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    color: #333;
}

.is-single #content-sec .content .img50 {
    margin: 30px auto;
    width: 50%;
}

.is-single #content-sec .content .credit {
    text-align: right;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
}

.is-single #content-sec .content {
    padding-bottom: 40px;
}

.is-single #content-sec .content h2 {
    margin-bottom: 60px;
}

.is-single #content-sec .content h2 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.05em;
}

.is-single #content-sec .content p img {}

.is-single #content-sec .content h2 {}

.is-single #content-sec .content h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 60px;
    font-weight: bold;
    /* padding-left: 30px; */
    position: relative;
    letter-spacing: 0.05em;
}

.is-single #content-sec .content h3.color {
    padding-left: 25px;
    font-size: 18px;
}

.is-single #content-sec .content h3.color::before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.is-single #content-sec .content .movie-wrap {
    margin: 20px 0px;
    position: relative;
    padding-bottom: 56.25%;
}

.is-single #content-sec .content .movie-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.is-single #content-sec .content p.caption {
    font-size: 12px;
    margin-top: -30px;
    color: #999;
    font-style: italic;
}

.is-single #content-sec .content p.caption a {
    color: #333;
}

.is-single #content-sec .content p.caption.center {
    text-align: center;
}

.is-single #content-sec .content p a {
    text-decoration: underline;
    transition: opacity .3s ease 0s;
}

.is-single #content-sec .content p a:hover {
    opacity: 0.6;
}

.is-single #content-sec .content p strong {
    font-size: inherit;
}

.is-single #content-sec .content .sec-inner {}

.is-single #content-sec .content .info {
    border: solid 1px #999;
    border-radius: 13px;
    padding: 50px 20px 20px 20px;
    position: relative;
    margin: 60px 0px 30px;
}

.is-single #content-sec .content .info h4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: -2px;
    left: 10px;
    background-color: #d88686;
    z-index: -1;
}

.is-single #content-sec .content .info h4:after {
    content: "";
    position: absolute;
    width: calc(100% + 40px);
    height: 100%;
    background-color: #fff;
    left: -20px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -2;
}

.is-single #content-sec .content .info .tit {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.is-single #content-sec .content .info .tit h4 {
    display: inline-block;
    position: relative;
    z-index: 1;
    /* padding: 0 30px; */
    font-size: 18px;
    top: -4px;
}

.is-single #content-sec .content .info p {
    line-height: 1.5;
}

.is-single #content-sec .content .info p a {
    font-weight: bold;
}

#share-sec {}

#share-sec ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#share-sec ul li {
    width: calc(33.333% - 10px);
}

#share-sec ul li a {
    width: 100%;
    padding: 10px 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d8d8d8;
    border-radius: 20px;
    transition: background-color .3s ease 0s;
}

#share-sec ul li.fb a:hover {
    background-color: #3b5998;
}

#share-sec ul li.tw a:hover {
    background-color: #33ccff;
}

#share-sec ul li.ln a:hover {
    background-color: #00C402;
}

#share-sec ul li a .img-wrap {
    width: 14px;
    height: 14px;
    position: relative;
}

#share-sec ul li a svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.is-single #content-sec #share-sec {
    margin: 0px 0 60px;
}

.is-single .foot {}

.is-single .foot #share-sec {
    margin: 0px 0 80px;
}

.is-single .foot .breadcrumbs {
    margin-bottom: 10px;
    height: 18px;
    overflow: hidden;
}

.is-single .foot .breadcrumbs span {
    display: inline;
}

.is-single .foot .breadcrumbs span a, .is-single .foot .breadcrumbs span span, .is-single .foot .breadcrumbs {
    font-size: 12px;
    position: relative;
    color: #999;
    font-weight: 400;
    word-break: break-word;
    line-height: 1.8;
}

.is-single .foot .breadcrumbs span a span {
    font-size: inherit;
    position: relative;
    transition: .3s;
    font-weight: inherit;
    color: inherit;
}

.is-single .foot .breadcrumbs span a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #999;
    opacity: 0;
    transition: opacity .3s ease 0s;
}

.is-single .foot .breadcrumbs span a:hover::before {
    opacity: 1;
}

.is-single .foot .date p {
    font-size: 10px;
    font-style: italic;
    color: #999;
}

.is-single .foot .wp-pagenavi {
    padding: 0;
    margin-bottom: 60px;
}

.is-single .foot #keywords-sec {
    margin-bottom: 60px;
}

.is-single .foot #keywords-sec h3 {
    color: #000;
}

.is-single .foot #keywords-sec p {
    color: #777777;
}

.is-single .foot #keywords-sec .keywords-list li a {
    border: solid 1px #000;
}

.is-single #content-sec .next-page {
    text-align: center;
    margin-top: 60px;
}

.is-single #content-sec .next-page a {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    position: relative;
    z-index: 1;
    transition: opacity .3s ease .0s;
    padding: 0 10px;
    line-height: 1.5;
}

.is-single #content-sec .next-page a:hover {
    opacity: 0.5;
}

.is-single #content-sec .next-page a:before {
    content: "";
    position: absolute;
    width: 12px;
    margin-right: 10px;
    height: 4px;
    background-color: #dedede;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.is-single #content-sec .next-page a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #dedede;
    left: 0;
    bottom: 0px;
    z-index: -1;
}

/* ========================================================================================================
RECOMMEND-SEC
======================================================================================================== */

#recommend-sec {
    padding: 0px;
}

#recommend-sec .sec-wrap {
    padding-top: 0px;
}

#recommend-sec .sec-inner {
    /* padding: 0px; */
}

#recommend-sec .slide-container .slide {
    /* margin: 0 20px; */
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

/* ========================================================================================================
IS-TERM-PAGE
======================================================================================================== */

.is-terms-page #fv-sec, .is-company-page #fv-sec, .is-terms-page .detail-flex, .is-terms-page #share-sec,.is-company-page  #share-sec, .is-terms-page #keywords-sec {
    display: none;
}

/* ========================================================================================================
IS-ABOUT-PAGE
======================================================================================================== */

.is-about-page .detail-flex, .is-about-page #share-sec, .is-about-page #keywords-sec {
    display: none;
}

.is-about-page .foot #share-sec {
    display: block;
}

.is-about-page #fv-sec .thumb-wrap {
    padding-bottom: 56.25%;
}

.is-about-page #content-sec .tit {
    text-align: center;
    line-height: 2;
    margin-bottom: 60px;
    font-size: 26px;
}

.is-about-page #content-sec .content {
    padding-bottom: 80px;
}

.is-about-page #content-sec .content p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 40px;
}

.is-about-page #content-sec .content h1 {
    text-align: center;
    font-size: 24px;
    line-height: 2;
    margin-bottom: 40px;
}

.is-about-page #content-sec .tit {
    display: none;
}

/* ========================================================================================================
404
======================================================================================================== */

.is-notfound-page {
    background-color: #f2f2f2;
}

.is-notfound-page .view-more-btn a {
    /* background-color: #f2f2f2; */
}

.notfound {
    display: block;
    text-align: center;
    width: 100%;
}

.notfound p {
    font-size: 20px;
}

.error404 .sec-tit h3 {
    margin-bottom: 15px;
    line-height: 1.8;
}

.error404 .sec-tit p {
    line-height: 1.8;
}

@media screen and (max-width: 1160px) {
    #top-fv-sec #main-slide {
        width: 70%;
    }
    #top-fv-sec .side-area {
        width: 30%;
    }
    #top-fv-sec #thumb-slide {
        width: 110%;
    }
}

@media screen and (max-width: 920px) {
    #top-fv-sec #main-slide {
        width: 70%;
        padding: 0 30px 0 0px;
    }
    #top-fv-sec .side-area {
        width: 30%;
    }
    #top-fv-sec #thumb-slide {
        width: 110%;
    }
    #top-fv-sec #text-slide .slide .slide-wrap a {
        padding: 0px 30px 30px 0px;
    }
    #pickup-sec .slide-container .slide {
        margin: 0 10px;
    }
    #common-unit .box, #common-unit:after {
        width: calc(33.333% - 20px*2/3);
        margin-bottom: 20px;
    }
    footer .flex {
        display: block;
        margin-bottom: 40px;
    }
    footer .flex .menu-wrap {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    footer .flex .menu-list li a {
        /* padding: 0 20px; */
        padding: 0;
    }
    footer .flex .menu-list {
        margin-bottom: 50px;
    }
    footer .flex .menu-wrap .logo {
        margin-bottom: 40px;
        width: 160px;
        height: 24px;
    }
    footer .flex .concept .logo {
        width: 120px;
        height: 31px;
        position: relative;
        left: -11px;
    }
    footer .flex .bar {
        /* display: none */
        width: 100%;
        height: 1px;
        position: relative;
        display: block;
        margin-bottom: 60px;
    }
    footer .flex .concept {
        width: 100%;
    }
    footer .foot {
        text-align: center;
    }
    #common-unit .box .meta {
        /* padding: 20px; */
    }
    #pickup-sec .slide-container .slide-wrap a .meta {
        /* padding: 20px; */
    }
    .sec-wrap {
        padding: 60px 0px;
    }
    #pickup-sec #pickup-slide {
        margin-bottom: 30px;
    }
    .sec-inner {
        padding: 0 20px;
    }
    .is-single #content-sec .sec-inner {
        padding: 0 40px;
    }
    header .inner {
        padding: 10px 20px;
    }

    /* sec-popular */
    .popular-list-item{
        width: calc(50% - 20px*1/2);
    }

    .popular-list-item:nth-of-type(3){
        display: none;
    }

    /* end sec-popular */
}

@media screen and (max-width: 810px) {
    #top-fv-sec #thumb-slide {
        display: none;
    }
    #top-fv-sec .sec-inner {
        display: block;
    }
    #top-fv-sec #main-slide {
        width: 100%;
        padding: 0 20px 0 20px;
    }
    #top-fv-sec #main-slide .slide-container {
        border-radius: 16px;
        margin-bottom: 40px;
    }
    #top-fv-sec .side-area {
        width: 100%;
        padding: 0px 20px;
    }
    #top-fv-sec #text-slide .slide .slide-wrap a {
        padding: 0px;
    }
    #top-fv-sec #text-slide .slide-container {
        border-radius: unset;
    }
    #top-fv-sec .slide-container .num-wrap {
        left: 20px;
        top: 20px;
    }
    #top-fv-sec #main-slide .slick-dots {
        position: absolute;
        bottom: 20px;
        right: 40px;
        z-index: 2;
    }
    #top-fv-sec #main-slide .slick-dots li button {
        background-color: #fff;
    }
    #top-fv-sec .slick-arrow-wrap .slide-arrow {
        position: absolute;
        top: 0px;
        bottom: 0;
    }
    #top-fv-sec #text-slide .slide-container .slide-wrap a.hover {
        opacity: 1;
    }
    #common-unit .box, #common-unit:after, #common-unit .box:nth-last-of-type(-n + 3) {
        width: calc(50% - 20px*1/2);
        margin-bottom: 20px;
    }
    #common-unit .box:nth-last-of-type(-n + 2) {
        margin-bottom: 0px;
    }
    header .menu-list {
        display: none;
    }
    .slide-arrow {
        padding: 10px 40px;
        width: 95px;
    }
    .is-single #content-sec .sec-wrap {
        margin-top: 0px;
        padding: 40px 0px;
    }
    .is-single #content-sec .detail-flex {
        margin-bottom: 20px;
    }
    .is-single #content-sec #share-sec {
        margin: 0px 0 40px;
    }
    #share-sec ul li {
        width: calc(33.333% - 5px);
    }
    #recommend-sec .sec-inner {
        padding: 0px;
    }
    #recommend-sec #common-unit .box {
        margin: 0 10px;
    }
    #recommend-sec #common-unit:after {
        content: none;
    }
    #recommend-sec #common-unit {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 599px) {

     /* sec-popular */
     .popular-list{
        display: block;
    }

    .popular-list-item{
        width: 100%;
    }

    .popular-txt-tag{
        padding-bottom: 8px;
        margin-bottom: 20px;
    }


    .popular-list-item:nth-of-type(2){
        margin-top: 40px;
    }

    #common-unit .box .popular-list-unit_item-meta{
        padding: 20px 15px;
    }

    #common-unit .box .popular-list-unit_item-meta .tit{
        font-size: 11px;
        height: 32px;
    }
    /* end sec-popular */
    

}


@media screen and (max-width: 429px) {
    #common-unit {
        display: block;
    }
    #common-unit .box, #common-unit:after, #common-unit .box:nth-last-of-type(-n + 3), #common-unit .box:nth-last-of-type(-n + 2) {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 8px;
    }
    #archive-sec #common-unit .box a {
        display: flex;
    }
    #archive-sec #common-unit .box .thumb-wrap {
        width: 30%;
        padding-bottom: 30%;
    }
    #archive-sec #common-unit .box .meta {
        width: 70%;
        padding: 20px 15px;
        /* padding-bottom: 20px; */
        display: flex;
        align-items: center;
    }
    #top-fv-sec .slide-container .thumb-wrap {
        padding-bottom: 100%;
    }
    .view-more-btn a {
        min-width: auto;
        display: block;
    }
    .view-more-btn a:hover {}
    #full-menu .menu-inner {
        width: 80%;
    }
    #full-menu .close-btn {
        margin-bottom: 20px;
        margin-right: 15px;
    }
    #full-menu form {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    #full-menu #accordion .js-accordion-title p, #full-menu .menu-link .link a p {
        font-size: 16px;
    }
    #full-menu #accordion .js-accordion-title span, #full-menu .menu-link .link a span {
        padding-left: 6px;
    }
    #full-menu #accordion .js-accordion-title a {
        padding-left: 15px;
    }
    #full-menu .menu {
        padding-bottom: 60px;
    }
    #full-menu #accordion .accordion-list li a {
        padding-left: 35px;
    }
    #full-menu .menu-link {
        padding: 0 40px 0px 15px;
    }
    #full-menu .menu-link .company-logo {
        width: 100px;
    }
    .sec-tit {
        text-align: center;
        margin-bottom: 24px;
    }
    .sec-tit h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .sec-tit p {
        font-size: 14px;
    }
    .detail-flex .date p {
        font-size: 10px;
    }
    .cat-box p {
        font-size: 20px;
    }
    .cat-box p::after {
        height: 10px;
        bottom: -2px;
    }
    .cat-box::before {}
    #top-fv-sec #text-slide .slide-container .slide-wrap .tit {
        font-size: 16px;
        height: 56px;
        line-height: 1.8;
    }
    #top-fv-sec .sec-wrap {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    header .logo {
        width: 140px;
        height: 24px;
        padding-top: 5px;
    }
    header .wrap {
        height: 60px;
    }
    #top-fv-sec {
        padding-top: 60px;
    }
    #top-fv-sec .side-area {
        margin-bottom: 30px;
    }
    #top-fv-sec .slick-arrow-wrap {}
    #top-fv-sec .slide-arrow {
        padding: 10px 30px;
        width: 75px;
        opacity: 0.6;
    }
    .sec-inner {
        padding: 0 15px;
    }
    #top-fv-sec #main-slide {
        padding: 0 15px;
    }
    #pickup-sec .slide-container .slide-wrap a .meta {
        padding: 20px;
    }
    #pickup-sec .meta .tit {
        font-size: 12px;
        height: 36px;
    }
    #pickup-sec .slide-container .slick-active .slide-wrap a:hover .thumb, #top-fv-sec .slide-container .thumb-wrap .thumb {
        transform: unset;
    }
    #pickup-sec .slide-container .slide-wrap .thumb-wrap:before {
        content: none;
    }
    #keywords-sec .keywords-list li a {
        font-size: 10px;
        padding: 8px 16px;
    }
    #keywords-sec .keywords-list li {
        margin: 5px;
    }
    #archive-sec #common-unit .box .meta .tit {
        font-size: 11px;
        height: 32px;
    }
    #common-unit .box .meta .cat-box p, #pickup-sec .cat-box p {
        font-size: 14px;
    }
    #common-unit .box .meta .cat-box::before, #pickup-sec .cat-box::before {
        height: 2px;
        width: 6px;
    }
    .detail-flex {
        margin-bottom: 15px;
    }
    #common-unit .box .detail-flex, #pickup-sec .detail-flex {
        margin-bottom: 10px;
    }
    header .inner {
        padding: 10px 15px;
    }
    #common-unit .box .thumb-wrap .thumb {
        /* padding-bottom: 66.666%; */
        /* height: auto; */
    }
    #common-unit .box .meta .cat-box, #pickup-sec .cat-box {
        padding-left: 12px;
    }
    #common-unit .box .meta .cat-box p::after {
        height: 6px;
        left: 4px;
        bottom: -1px;
    }
    #top-fv-sec #text-slide.hover {
        opacity: 1;
    }
    footer .flex .menu-list li {
        margin-bottom: 25px;
        width: 33.333%;
    }
    footer .inner {
        padding: 50px 15px 20px 15px;
    }
    footer .flex .menu-list {
        justify-content: center;
        margin-bottom: 20px;
    }
    footer .flex .bar {
        margin-bottom: 40px;
    }
    footer .flex .menu-wrap .logo {
        margin-bottom: 30px;
    }
    footer .sp-block {
        display: block
    }
    #top-fv-sec .slide-container .num-wrap {
        left: 15px;
        top: 15px;
        width: 40px;
    }
    .slide-arrow {
        padding: 10px 10px;
        width: 35px;
    }
    #pickup-sec .slide-container .slide {
        margin: 0 7.5px;
    }
    .is-page, .is-single {
        padding-top: 60px;
    }
    .is-single #content-sec .sec-wrap {
        margin-top: 0px;
    }
    .is-single .foot .breadCrumb ul li {
        font-size: 10px;
    }
    .is-page #archive-sec .sec-wrap {
        padding-top: 40px;
    }
    .is-page .sec-tit {
        margin-bottom: 40px;
    }
    .view-more-btn {
        margin: 40px 0px 0px;
    }
    header .humb-menu .menu-btn {
        width: 40px;
    }
    #pickup-sec .sec-wrap {
    padding-top: 40px;
}
    #top-fv-sec .bg {
        height: 40%;
    }
    #top-fv-sec .slick-dots li, #pickup-sec .slick-dots li {
        margin: 0 7px;
        height: 6px;
        width: 6px;
    }
    .is-about-page #content-sec .content h1 {
        text-align: left;
        font-size: 18px;
    }
    .is-about-page #content-sec .content h1 br {}
    .is-about-page #content-sec .content p {
        text-align: left;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .is-about-page #content-sec .content p br {
        display: none;
    }
    .is-single #content-sec .content h3 {
        font-size: 18px;
    }
    .is-single #content-sec .content h3.color {
        font-size: 16px;
    }
    .is-single #content-sec .tit {
        font-size: 22px;
    }
    .is-single #content-sec .content h2 {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .is-single #content-sec .content .info {}
    .is-single #content-sec .content .info p {
        font-size: 14px;
    }
    #full-menu .logo {
        display: block;
        width: 140px;
        height: 24px;
        padding-top: 5px;
        position: absolute;
        top: 16px;
        left: 15px;
    }
    .notfound {
        font-size: 16px;
    }
    .notfound p {
        font-size: 16px;
    }
    .is-single #content-sec .sec-inner {
        padding: 0 20px;
    }
    footer .foot a{
        margin: 0px 10px 20px;
    }
}

/* LAST */
