/* ###################################
            OVERWRITES (delete after)
################################### */
/* #page-id-8777 .footer-sns,
#page-id-8777 #footer-wrapper {
    display: none !important;
}

#wrapper,
.home.search-results #wrapper {
    padding-top: 147px !important;
}

@media (max-width: 900px) {
    #wrapper {
        padding-top: 0 !important;
    }
} */

/* ###################################
            SLICK
################################### */
.nu-content .slick-arrow:before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37.5px;
    height: 37.5px;
    font-size: 30px;
    padding-bottom: 5px; /* 微調整 */
    opacity: 1 !important;
    line-height: 1;
    color: #FFF;
    background: #82855e;
}

.nu-content .slick-arrow {
    width: 37.5px;
    height: 37.5px;
}

/* ###################################
            OBJECTS
################################### */
.nu-content {
    overflow: hidden;
}

.nu-content img {
    display: block;
}

/* Wrapper
----------------------------------- */
.nu-wrapper {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.nu-wrapper--thick {
    max-width: 1400px;
}

@media (min-width: 900px) {
    .nu-wrapper {
        max-width: 1380px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Underlined Link
----------------------------------- */
.nu-underlink { /* a */
    font-weight: normal;
    font-style: italic;
    color: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    transition: background-color 0.3s;
}

.nu-underlink:hover,
.nu-underlink:focus {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.1)
}

/* Spread Fullscreen image
----------------------------------- */
.nu-spread-image {
    width: 100%;
    min-height: 60vw;
    background: no-repeat center center / cover;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6);
}

@media (min-width: 500px) {
    .nu-spread-image {
        min-height: 500px;
        background-attachment: fixed;
    }
}

@media (min-width: 900px) {
    .nu-spread-image {
        min-height: 800px;
        box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.6);
    }
}

/* Fullscreen Catch Video / Mobile video
----------------------------------- */
.nu-mob-vid,
.nu-catch-vid {
    width: 100%;
}

/* .nu-mob-vid, */
.nu-catch-vid > div {
    position: relative;
    padding-bottom: 56%;
    padding-bottom: Min(56%, 100vh);
    overflow: hidden;
}

.nu-catch-vid > div:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: painted;
}

/* .nu-mob-vid, */
.nu-catch-vid iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: none;
}

/* Feature Image
----------------------------------- */
.nu-feat-img,
.nu-feat-img img {
    width: 100%;
}

.nu-feat-img--pad {
    padding-left: 20px;
    padding-right: 20px;
}

.nu-feat-img + .nu-feat-img,
.nu-feat-img + noscript + .nu-feat-img {
    margin-top: 20px;
}

/* New Button
----------------------------------- */
.nu-bttn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 1em;
    min-width: 14em;
    cursor: pointer;
    text-align: center;
    border: 2px solid #82855e;
    color: #FFF;
    background: #82855e;
    transition: color 150ms ease, background-color 150ms ease;
}

.nu-bttn i.fa {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.nu-bttn--thick {
    min-width: 18em;
}

.nu-bttn:hover,
.nu-bttn:active,
.nu-bttn:focus {
    color: #000;
    background: #FFF;
}

/* Archive Button
----------------------------------- */
.nu-archive-bttn {
    margin-top: 40px;
    text-align: center;
}

.nu-archive-bttn .nu-bttn {
    margin: 0.15em 0.3em;
    min-width: 20em;
}

@media (min-width: 450px) {
    .nu-archive-bttn .nu-bttn {
        padding: 1.8em 1.5em;
    }
}

@media (min-width: 900px) {
    .nu-archive-bttn {
        margin-top: 125px;
    }
}

/* Section
----------------------------------- */
.nu-sect {
    margin-top: 40px;
    margin-bottom: 40px;
}

.nu-sect--thick.nu-sect {
    margin-top: 65px;
    margin-bottom: 65px;
}

@media (min-width: 900px) {
    .nu-sect {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .nu-sect--thick.nu-sect {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .nu-sect:last-child {
        margin-bottom: 150px;
    }
}

/* Section Title
----------------------------------- */
/* Big */
.nu-sect-tit {
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 0.3em;
}

.nu-sect-tit__sub {
    font-size: 14px;
    letter-spacing: 0.6em;
}

.nu-sect-tit__tit {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (min-width: 900px) {
    .nu-sect-tit {
        margin-bottom: 80px;
    }
    .nu-sect-tit__tit {
        margin-top: 35px;
        font-size: 30px;
    }
}

/* Mini */
.nu-mini-tit {
    margin-bottom: 1.6em;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

@media (min-width: 768px) {
    .nu-mini-tit {
        font-size: 28px;
    }
}

/* New Textbox
----------------------------------- */
.nu-textbox {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.nu-textbox.nu-textbox--center {
    text-align: center;
}

.nu-textbox br {
    display: none;
}

.nu-textbox__tit {
    margin-bottom: 1.3em;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.nu-textbox__txt {
    font-weight: lighter;
    line-height: 2;
}

.nu-textbox__bttn {
    margin-top: 2em;
    text-align: center;
}

.nu-textbox__bttn .nu-bttn + .nu-bttn {
    margin-top: 0.5em;
}

@media (min-width: 768px) {
    .nu-textbox br {
        display: block;
    }

    .nu-textbox__tit {
        font-size: 28px;
    }

    .nu-textbox__txt--center {
        text-align: center;
    }

    .nu-textbox__bttn {
        margin-top: 3.5em;
    }
}



/* ###################################
            COMPONENTS
################################### */
/* News Banner
----------------------------------- */
.nu-news-bnnr {
    width: 100%;
    padding: 10px;
    color: #FFF;
    background: #333;
    text-align: center;
    letter-spacing: 0;
}

.nu-news-bnnr__wrap {
    padding: 0;
}

.nu-news-bnnr__tit {
    font-size: 14px;
    padding-bottom: 0.4em;
}

.nu-news-bnnr__item-wrap{
	
}

.nu-news-bnnr__item {
    /* a OR div */
    display: block;
    color: #FFF;
    font-size: 12px;
    text-align: left;
    transition: color 150ms ease;
}

.nu-news-bnnr__item:is(a):after {
    content: '>';
}

.nu-news-bnnr__item:is(a):hover {
    color: #BA2636;
}

@media (min-width: 768px) {
    .nu-news-bnnr {
        letter-spacing: 1px;
    }
    .nu-news-bnnr__wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nu-news-bnnr__wrap:before {
        order: 2;
        content: '';
        display: block;
        margin: 0 1em;
        background: currentColor;
        align-self: stretch;
        width: 1px;
    }
    .nu-news-bnnr__tit {
        order: 1;
        font-size: 16px;
        padding-bottom: 0;
        font-weight: normal;
    }
	.nu-news-bnnr__item-wrap{
        order: 3;
	}
    .nu-news-bnnr__item {
        font-size: 14px;
    }
}

@media (min-width: 900px) {
    .nu-news-bnnr {
        position: absolute;
        z-index: 1002;
        left: 0;
        right: 0;
        top: 112px;
    }
}


/* Hero
----------------------------------- */
.nu-hero {
    position: relative;
}

.nu-hero__slider {
    width: 100%;
    background: #333;
    margin-bottom: 0 !important;
}
.home .nu-hero__slider .slick-list{
/*
	max-height:753px;
	overflow:hidden;
*/
}

.nu-hero__slide {
    /* img */
    width: 100%;
    opacity: 0.9;

}

.nu-hero__slide img {
    width: 100%;
    height: 80vw !important;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.nu-hero__slider .slick-dots {
    bottom: 40px;
}

.nu-hero__slider .slick-dots li {
    height: 3px;
    width: 50px;
}

.nu-hero__slider .slick-dots button {
    height: 3px;
    width: 50px;
    padding: 0;
    background: #FFF;
}

.nu-hero__slider .slick-dots li.slick-active button {
    background: #333;
}

.nu-hero__slider .slick-dots button::before {
    content: none;
}

@media (min-width: 768px) {
    .nu-hero__slide img {
        height: 56vw !important;
        max-height: calc(100vh - 44px - 45px - 102px) !important; /* factor in all the sticky stuff */
    }

    .nu-hero__slider .slick-dots {
        bottom: 120px;
    }
}

/* Panel Slider (used by Top About)
----------------------------------- */
.panel-slider {
    position: relative;
    text-align: center;
}

.panel-slider em {
    font-style: normal;
}

.panel-slider__hvrtit {
    padding: 30px 20px;
    font-weight: lighter;
}

.panel-slider__hvrtit em {
    display: block;
    margin-top: 0.5em;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.5;
}

.panel-slider__slider {
    position: relative;
    overflow: hidden;
}

.panel-slider__slide {
    width: 100%;
}

.panel-slider__img {
    width: 100%;
}

.panel-slider__img img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.panel-slider__cntnt {
    padding: 20px;
}

.panel-slider__tit {
    margin-bottom: 1em;
    font-weight: normal;
}

.panel-slider__tit--sp {
    margin-bottom: 1em;
    font-size: 20px;
}

.panel-slider__tit--sp em {
    display: block;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.4em;
    font-size: 1.4em;
}

@media (min-width: 900px) {
    .panel-slider__hvrtit {
        padding: 0;
        position: absolute;
        top: 3.5vw;
        right: 0;
        width: 48%;
        font-size: 14px;
    }
    
    .panel-slider__hvrtit em {
        font-size: 1.4em;
    }

    .panel-slider__slide {
        display: flex !important;
    }

    .panel-slider__img {
        width: 52%;
    }
    
    .panel-slider__cntnt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 48%;
        padding: 20px;
    }

    .panel-slider__tit--pc {
        font-size: 26px;
        line-height: 1;
    }

    .panel-slider__tit--pc small {
        font-size: 0.55em;
    }

    .panel-slider__tit--pc em {
        display: block;
        margin: 0.4em 0 0.4em;
        font-size: 1.8em;
    }

    .panel-slider__cntnt > p {
        max-width: 400px;
        text-align: left;
        margin: 0 auto 2.5em;
    }
}

@media (min-width: 1100px) {
    .panel-slider__hvrtit {
        top: 6vw;
    }
}

@media (min-width: 1500px) {
    .panel-slider__hvrtit {
        top: 8vw;
    }
}

/* Slick */
.panel-slider .slick-arrow {
    top: calc(94vw - 20px);
    transform: none;
}

.panel-slider .slick-arrow.slick-next {
    right: 5px;
}

.panel-slider .slick-arrow.slick-prev {
    left: 5px;
}

@media (min-width: 900px) {
    .panel-slider .slick-arrow {
        top: auto;
        bottom: 6vw;
    }

    .panel-slider .slick-arrow.slick-next {
        right: 2.5%;
    }
    
    .panel-slider .slick-arrow.slick-prev {
        left: calc(52% + 2.5%); /* factor in twin panel style */
    }
}


/* Center Slider (used by Top Activities & Articles)
----------------------------------- */
.nu-focus-slider {
    overflow: hidden;
}

.nu-focus-slide {
    padding-top: 30px;
    margin: 0 5px;
    text-align: center;
    transition: padding 300ms ease;
}

.slick-current.nu-focus-slide {
    padding-top: 0;
}

.slick-current.nu-focus-slide .nu-focus-slide__img div  {
    padding-bottom: calc(100% + 30px);
}

.nu-focus-slide__img {
    margin-bottom: 12px;
}

.nu-focus-slide__img div {
    position: relative;
    overflow: hidden;
    padding-bottom: 90%;
    transition: padding 300ms ease;
}

.nu-focus-slide__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.nu-focus-slide span {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.nu-focus-slide h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 16px;
    transition: font-size 300ms ease;
}

.slick-current.nu-focus-slide h4 {
    font-size: 16px;
}

.nu-focus-slide p {
    margin-bottom: 16px;
    text-align: left;
    font-weight: lighter;
}

@media (min-width: 750px) {
    .nu-focus-slide h4 {
        font-size: 16px;
    }
    
    .slick-current.nu-focus-slide h4 {
        font-size: 19px;
    }

    .nu-focus-slide p {
        margin-bottom: 20px;
    }
}

/* Slick */
.nu-focus-slider .slick-arrow {
    top: calc(33.33% + 15px);
    transform: none;
}

.nu-focus-slider .slick-arrow.slick-prev {
    left: 30px;
}

.nu-focus-slider .slick-arrow.slick-next {
    right: 30px;
}

@media (min-width: 750px) {
    .nu-focus-slider .slick-arrow {
        top: 33.33%;
    }

    .nu-focus-slider .slick-arrow.slick-prev {
        left: 33.33%;
    }

    .nu-focus-slider .slick-arrow.slick-next {
        right: 33.33%;
    }
}


/* Panels
----------------------------------- */
.nu-panels {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.nu-panels__pan {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}

.nu-panels__cntnt {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nu-panels__img {
    width: 100%;
    margin-bottom: 14px;
}

.nu-panels__tit {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 16px;
}

.nu-panels__txt {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 14px;
}

.nu-panels__bttn {
    margin-top: 14px;
}

@media (min-width: 500px) {
    .nu-panels__pan {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .nu-panels__pan:nth-child(2n) {
        margin-right: 0;
    }

    .nu-panels__txt {
        margin-bottom: 30px;
    }

    .nu-panels__bttn {
        margin-top: auto;
    }
}

@media (min-width: 900px) {
    .nu-panels__cntnt {
        padding-left: 25px;
        padding-right: 25px;
    }

    .nu-panels__pan {
        width: calc(25% - 56.25px);
        margin-right: 75px;
    }

    .nu-panels__pan:nth-child(2n) {
        margin-right: 75px;
    }

    .nu-panels__pan:nth-child(4n) {
        margin-right: 0;
    }
}


/* Grid Slider
----------------------------------- */
/* Slider */
.grid-slider {
    width: 100%;
    position: relative;
}

/* Slide */
.grid-slide {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.grid-slide .slick-list {
    overflow: visible;
}

.grid-slide__feat img,
.grid-slide__img-grid img {
    width: 100%;
}

.grid-slide__feat {
    order: 1;
    width: 63.9%;
}

.grid-slide__img-grid {
    order: 2;
    width: 36.1%;
}

.grid-slide__cntnt {
    order: 3;
    width: 80%;
    margin: -30px auto 0;
    padding: 25px 30px 35px;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.grid-slide__cntnt h3 {
    margin-bottom: 1em;
    font-size: 25px;
}

.grid-slide__cntnt p {
    margin: 0;
    line-height: 2;
}

.grid-slide__cntnt .nu-bttn {
    margin-top: 40px;
}

/* Slick */
.grid-slider .slick-arrow {
    top: 72vw;
}

.grid-slider .slick-arrow.slick-prev {
    left: auto;
    right: calc(90% - 20px);
}

.grid-slider .slick-arrow.slick-next {
    right: auto;
    left: calc(90% - 20px);
}

@media (min-width: 768px) {
    .grid-slider {
        padding-bottom: 90px;
    }

    .grid-slide {
        flex-wrap: nowrap;
        background: #f8f9fa;
    }

    .grid-slide__cntnt {
        width: 36.1%;
        margin: 0;
        background: none;
        box-shadow: none;
    }

    .grid-slide__feat {
        width: 63.9%;
    }

    .grid-slide__img-grid {
        display: none;
    }

    /* Slick */
    .grid-slider .slick-arrow {
        top: auto;
        bottom: -20px;
    }

    .grid-slider .slick-arrow.slick-prev {
        left: auto;
        right: calc(50% + 2px);
    }

    .grid-slider .slick-arrow.slick-next {
        left: calc(50% + 2px);
        right: auto;
    }
}

@media (min-width: 1200px) {
    .grid-slide__feat {
        order: 1;
        width: 63.9%;
    }

    .grid-slide__cntnt {
        order: 2;
        width: 36.1%;
        padding: 0 80px;
    }

    .grid-slide__img-grid {
        order: 3;
        display: block;
    }
}

@media (min-width: 1450px) {
    .grid-slide__cntnt {
        padding: 0 120px;
    }
}

@media (min-width: 1650px) {
    .grid-slide__cntnt {
        padding: 0 150px;
    }
}

/* Fade Slider
----------------------------------- */
.fade-slider {
    width: 100%;
}

.fade-slider__slider,
.fade-slider__slider .slick-list,
.fade-slider__slider .slick-track,
.fade-slider__slide,
.fade-slider__txtbox {
    height: 300px;
}

.fade-slider__slider {
    position: relative;
    width: 100%;
}

.fade-slider__slide {
    width: 100%;
    position: relative;
}

.fade-slider__slide figcaption {
    position: absolute;
    z-index: 1;
    right: 8px;
    bottom: 8px;
    font-size: 12px;
    color: #FFF;
    text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.4);
}

.fade-slider__slide img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.fade-slider__txtbox {
    width: calc(100% - 60px);
    margin: -30px auto 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFF;
}

.fade-slider__txt {
    position: absolute;
    left: 60px;
    right: 60px;

    opacity: 0;
    transition: opacity ease 300ms;
}

.fade-slider__txt.js-active {
    opacity: 1;
}

.fade-slider__txt h3 {
    margin-bottom: 1.4em;
    font-size: 19px;
    line-height: 1.4;
}

.fade-slider__txt p {
    line-height: 1.8;
    margin-bottom: 0;
}

.fade-slider__arrow.fade-slider__arrow--prev {
    left: 0;
}

.fade-slider__arrow.fade-slider__arrow--next {
    right: 0;
}

@media (min-width: 600px) {
    .fade-slider {
        display: flex;
    }

    .fade-slider__slider {
        width: calc(100% - 350px);
    }

    .fade-slider__txtbox {
        width: 350px;
        margin: 0;
        box-shadow: none;
    }

    .fade-slider__txt {
        left: 75px;
        right: 75px;
    }

    .fade-slider__txt.fade-slider__txt--small h3 { font-size: 17px; }
    .fade-slider__txt.fade-slider__txt--small p { font-size: 13px; }
    .fade-slider__txt.fade-slider__txt--tiny h3 { font-size: 17px; }
    .fade-slider__txt.fade-slider__txt--tiny p { font-size: 12px; }
}

@media (min-width: 900px) {
    .fade-slider__slider,
    .fade-slider__slider .slick-list,
    .fade-slider__slider .slick-track,
    .fade-slider__slide,
    .fade-slider__txtbox {
        height: 350px;
    }
}

@media (min-width: 1100px) {
    .fade-slider {
        display: block;
        position: relative;
    }

    .fade-slider__slider,
    .fade-slider__slider .slick-list,
    .fade-slider__slider .slick-track,
    .fade-slider__slide {
        height: 650px;
    }

    .fade-slider__slider {
        width: 100%;
    }

    .fade-slider__slide {
        margin-left: 25px;
        margin-right: 25px;
    }

    .fade-slider__txtbox {
        position: absolute;
        left: 10%;
        top: calc(50% - 175px);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }
}

@media (min-width: 1400px) {
    .fade-slider {
        max-width: 1050px;
        margin-left: auto;
        margin-right: auto;
    }

    .fade-slider .slick-list {
        overflow: visible;
    }

    .fade-slider__txtbox {
        left: -175px;
    }
}

/* Dual Text
----------------------------------- */
.nu-dual-text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
    line-height: 2.4;
}

.nu-dual-text > p:first-child {
    font-size: 1.3em; /* 18px */
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #808080;
}

.nu-dual-text > p:last-child {
    font-size: 1em;
}

@media (min-width: 900px) {
    .nu-dual-text {
        max-width: 1200px;
        display: flex;
        font-size: 16px;
    }

    .nu-dual-text > p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .nu-dual-text > p:first-child {
        width: 52%;
        padding-right:  3em;
        margin: 0 60px 0 0;
        border: none;
        border-right: 1px solid #808080;
    }

    .nu-dual-text > p:last-child {
        width: calc(48% - 6rem);
    }
}


/* New Dual
----------------------------------- */
.nu-dual__main img {
    width: 100%;
}

@media (max-width: 899px) {
    .nu-dual {
        max-width: 600px;
    }

    .nu-dual > *:nth-child(2) {
        margin-top: 60px;
    }
}

@media (min-width: 900px) {
    .nu-dual {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nu-dual .nu-textbox {
        padding-left: 0;
        padding-right: 0;
    }

    .nu-dual--left .nu-dual__main {
        margin-right: 50px;
    }

    .nu-dual--right {
        flex-direction: row-reverse;
    }

    .nu-dual--right .nu-dual__main {
        margin-left: 50px;
    }
    
    .nu-dual__main {
        width: 62%;
    }

    .nu-dual__sub {
        width: 38%;
    }

    .nu-dual__main {

    }

    .nu-dual__sub {

    }
}


/* ###################################
            TRUMPS
################################### */
/* New Top
----------------------------------- */
/* Top Intro */
._nu-top-intro {
    width: 88%;
    max-width: 950px;
    margin: 0 auto 40px;
    padding: 40px 0;
    text-align: center;
    background: url('images/renewal-2021/nu-willow-bg.svg') no-repeat center -20% / contain;
}

._nu-top-intro__tit {
    margin-bottom: 16px;
}

._nu-top-intro__tit h2 {
    font-size: 22px;
    letter-spacing: 0.2em;
}

._nu-top-intro__tit small {
    display: block;
    font-size: 0.7em;
    font-weight: lighter;
}

._nu-top-intro__tit h3 {
    font-size: 16px;
    font-weight: normal;
}

._nu-top-intro p {
    max-width: 700px;
    margin: 0 auto 16px;
    font-size: 14px;
}

._nu-top-intro .nu-underlink {
    font-size: 16px;
}

@media (min-width: 768px) {
    ._nu-top-intro {
        padding: 130px 0 80px;
    }

    ._nu-top-intro__tit,
    ._nu-top-intro p {
        margin-bottom: 32px;
    }

    ._nu-top-intro__tit h2 {
        font-size: 42px;
    }

    ._nu-top-intro__tit h3 {
        font-size: 24px;
    }

    ._nu-top-intro p {
        font-size: 16px;
    }
}

/* Insta Container */
._nu-insta-cont {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 20px;
}

._nu-insta-cont__tit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: inherit;
}

._nu-insta-cont__tit i {
    font-size: 1.2em;
    margin-right: 0.5em;
}

._nu-insta-cont__feed {
    display: flex;
    overflow: hidden;
}

@media (min-width: 900px) {
    ._nu-insta-cont {
        padding: 150px 20px;
    }

    ._nu-insta-cont__tit {
        font-size: 21px;
    }
}

/* About Top
----------------------------------- */
._abt-top-stats {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

._abt-top-stats__img { /* img */
    width: 100%;
    margin-top: 60px;
}

._abt-top-stats__cntnt { /* ul */
    list-style: none;
    text-align: center;
}

._abt-top-stats__cntnt > li:not(:first-child) {
    margin-top: 30px;
}

._abt-top-stats__tit {
    padding-bottom: 20px;
    border-bottom: 1px solid #b3b3b3;
    font-size: 18px;
    font-weight: 500;
}

._abt-top-stats__tit a {
    display: block;
    color: inherit;
}

._abt-top-stats__tit em {
    display: block;
    font-size: 2em;
    font-weight: 600;
    font-style: normal;
}

._abt-top-stats__cntnt p {
    padding-top: 20px;
    font-weight: 200;
    line-height: 2;
    text-align: left;
}

._abt-top-stats__cntnt .nu-bttn {
    margin-top: 1em;
}

@media (min-width: 900px) {
    ._abt-top-stats {
        max-width: 1200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ._abt-top-stats__img {
        width: calc(62% - 50px);
        margin: 0 0 0 50px;
    }

    ._abt-top-stats__cntnt {
        width: 38%;
    }

    ._abt-top-stats__cntnt > li:not(:first-child) {
        margin-top: 80px;
    }

    ._abt-top-stats__tit {
        position: relative;
        border-bottom: none;
    }

    ._abt-top-stats__tit::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 100vw;
        max-width: 125%;
        height: 1px;
        background: #b3b3b3;

    }
}


/* Stay
----------------------------------- */
/* Stay Triptych */
._stay-triptych p {
    line-height: 1.8;
}

@media (max-width: 899px) {
    ._stay-triptych,
    ._stay-triptych img {
        margin-left: auto;
        margin-right: auto;
    }

    ._stay-triptych {
        max-width: 500px;
    }

    ._stay-triptych img {
        max-width: 300px;
    }

    ._stay-triptych__pan:nth-child(1),
    ._stay-triptych__pan:nth-child(3) {
        display: flex;
        flex-direction: column-reverse;
    }
    
    ._stay-triptych__pan:nth-child(1) p,
    ._stay-triptych__pan:nth-child(3) p {
        margin-top: 20px;
    }
}

@media (min-width: 900px) {
    ._stay-triptych {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    ._stay-triptych__pan {
        width: calc(33.33% - 5px);
    }

    ._stay-triptych__pan:nth-child(1),
    ._stay-triptych__pan:nth-child(3) {
        width: 31.5%;
    }
    
    ._stay-triptych__pan:nth-child(2) {
        width: 37%;
        margin: 0 10px;
    }

    ._stay-triptych__pan:nth-child(1) {
        margin-top: 40px;
    }

    ._stay-triptych__pan:nth-child(3) {
        margin-bottom: 40px;
    }

    ._stay-triptych__pan p {
        margin: 0;
        padding: 40px 25px;
    }
    
    ._stay-triptych__pan img {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    ._stay-triptych__pan p {
        padding: 40px 40px;
    }
}

/* Stay Searchbox*/
._stay-searchbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid;
}

._stay-searchbox .nu-searchbox {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    ._stay-searchbox {
        width: 100%;
        padding: 80px 40px;
        border: none;
        background: no-repeat center center / cover;
    }
}

@media (min-width: 1000px) {
    ._stay-searchbox {
        padding: 250px 40px;
    }
}


/* Community
----------------------------------- */
/* Community Triptych */
._comnty-trip p {
    margin: 1.5em 0;
    font-size: 18px;
    line-height: 2;
    text-align: center;
}

._comnty-trip img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

._comnty-trip > img {
    width: 100%;
}

._comnty-trip > div > img:nth-of-type(1) {
    display: none;
}

@media (max-width: 899px) {
    ._comnty-trip {
        max-width: 490px;
    }
}

@media (min-width: 900px) {
    ._comnty-trip {
        display: flex;
        justify-content: center;
    }

    ._comnty-trip > div,
    ._comnty-trip > img {
        width: 50%;
    }

    ._comnty-trip > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-left: 10px;
    }

    ._comnty-trip > div > p {
        padding: 1em;
        width: 50%;
    }

    ._comnty-trip > div > img:nth-of-type(1) {
        display: block;
        width: 50%;
    }

    ._comnty-trip > div > img:nth-of-type(2) {
        width: 100%;
        margin-top: 10px;
    }
}

