@charset "UTF-8";

/*-------------------------------------------------
	Reset
-------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0; padding:0; border:0; outline:0; vertical-align:baseline;background:transparent;}
body {line-height:1;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display:block;}
ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
a {margin:0; padding:0; vertical-align:baseline; background:transparent;}
ins {background-color:#fff; color:#000; text-decoration:none;}
mark {background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}
table {border-collapse:collapse; border-spacing:0; font-size:inherit;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:3em 0; padding:0;}
input, select {vertical-align:middle;}
img {vertical-align:top; font-size:0; line-height:0;}
button {font-family: unset;}

/*-------------------------------------------------
	Clearfix
-------------------------------------------------*/
.clearfix::after, .cf::after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

/*-------------------------------------------------
    Base
-------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'HelveticaNeueLTStd-Roman', 'TsukuGoPr5-D', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 100%;
    line-height: 1;
    color: #000;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.home {
    position: fixed;
    overflow-y:  scroll;
}

a:link, a:visited, .menu-trigge, #gNav-close {
    color: #000;
    text-decoration: none;
    outline: none;
    opacity: 1;
    transition: all 360ms;
}
a:hover, .menu-trigger:hover, #gNav-close:hover {
    text-decoration: none;
    opacity: .6;
    cursor: pointer;
}

/* Opening Slider */
.opening-slider {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    cursor: pointer;
}
.un_opening_logo, .un_opening_mark, .header-logo {
    display: block;
    position: absolute;
    text-indent: -9999px;
    z-index: 9999;
}
.un_opening_logo, .header-logo {
    top: 62px;
    left: 58px;
}
.un_opening_logo {
    width: 32px;
    height: 118px;
    background: center / contain no-repeat url("../images/logo_kad_v_wh.svg");
}

.loading {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.rsContent .fontplus_target_tags {
    visibility: visible;
}

h1, h2, h3, h4 {
    font-weight: normal;
}
p {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: .075em;
}
img {
    max-width: 100%;
    height: auto;
}

/* .font_en_r, .roboto {
    font-family: 'HelveticaNeueLTStd-Roman', 'TsukuGoPr5-D', sans-serif;
} */

.w100 {
    width: 100%;
}

.pc-dn, .pc-dn-ib, .pc-dn-f {
    display: none !important;
}
.sp-dn {
    display: block !important;
}
.sp-dn-ib {
    display: inline-block !important;
}
.sp-dn-f {
    display: flex !important;
}
.ib {
    display: inline-block;
}

@media screen and (max-width: 1023px) {
	p {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 666px) {
    .un_opening_logo {
        top: 25px;
        left: 25px;
        /* width: 28px;
        height: 100px; */
        width: 5.6vw;
        height: 21vw;
    }
    .pc-dn {
        display: block !important;
    }
    .pc-dn-ib {
        display: inline-block !important;
    }
    .pc-dn-f {
        display: flex !important;
    }
    .sp-dn, .sp-dn-ib, .sp-dn-f {
        display: none !important;
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 50.5%;
    }
}

/*-------------------------------------------------
    Header
-------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header, .header-inner {
    height: 148px;
    background: #fff;
}
.header-logo a {
    display: block;
    width: 32px;
    height: 118px;
    background: center / contain no-repeat url("../images/logo_kad_v_bk.svg");
}

/* bogo-language-switcher */
.ly_langSwitch {
    position: fixed;
    top: 63px;
    right: 175px;
    z-index: 9999;
}
.bogo-language-switcher {
    display: flex;
    height: 20px;
}
.bogo-language-switcher li {
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: .15em;
}
.bogo-language-switcher li.ja {
    margin-left: 8px;
    padding-left: 10px;
    border-left: 1px solid #000;
}
.bogo-language-name {
    display: block;
    padding-top: 4px;
    color: rgba(0,0,0,.3);
}
.bogo-language-name a, .bogo-language-name a.current {
    color: #000;
}

body.ja .jp-dn, body.ja .spec-en, body.ja .text-en {
    display: none;
}
body.en-US .en-dn, body.en-US .spec-jp, body.en-US .text-jp {
    display: none;
}
body.en-US .spec-en, body.en-US .text-en {
    margin-left: 0;
}

/* Works Categories + Journal Nav */
#nav-works-categories.menu-works-categories-pc-side {
    display: block;
    position: absolute;
    top: 337px;
    left: 62px;
}
.menu-works-categories li, #gNav-menu li,
h3.widget-ttl {
    font-size: 1.7rem;
    line-height: 2.62;
    letter-spacing: .075em;
}
.menu-works-categories li a, #gNav-menu li a {
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0,0,0,0);
}
.menu-works-categories li a:hover,
.menu-works-categories li.current-menu-item a,
#gNav-menu li a:hover, #gNav-menu li.current-menu-item a,
body.term-architecture .menu-works-categories li.btn-archit a,
body.term-architecture-summary .menu-works-categories li.btn-archit a,
body.term-archi-sum-item .menu-works-categories li.btn-archit a,
body.term-interior .menu-works-categories li.btn-int a,
body.term-interior-summary .menu-works-categories li.btn-int a,
body.term-int-sum-item .menu-works-categories li.btn-int a,
body.term-product .menu-works-categories li.btn-prod a,
body.term-product-summary .menu-works-categories li.btn-prod a,
body.term-prod-sum-item .menu-works-categories li.btn-prod a,
body.term-direction .menu-works-categories li.btn-dir a {
    border-bottom: 1px solid rgba(0,0,0,1);
    opacity: 1;
}

/* btn-open-widget */
.btn-open-widget {
    position: relative;
    width: 100%;
    height: auto;
    background: transparent;
    cursor: pointer;
}
.btn-open-widget span {
    margin-right: 8px;
}
.btn-open-widget::after {
    content: '';
    display: inline-block;
    margin-bottom: -3px;
    width: 20px;
    height: 20px;
    background: center / contain no-repeat url("../images/arrow_credit.svg");
    opacity: 0;
    transition: all 360ms;
}
.btn-open-widget:hover::after {
    opacity: 1;
}
.btn-open-widget.active:after {
    transform: rotate(180deg);
    transition: all 360ms;
}
    
.sidebar-widget-wrap {
    position: relative;
    font-weight: 300;
}
.sidebar-widget {
    display: none;
    padding-bottom: 1em;
    font-size: 1.2rem;
    line-height: 1.333;
}
.sidebar-widget ul li {
    margin-bottom: 10px;
}
.sidebar-widget ul li a {
    color: #000;
}
.menu-works-categories-sp-ftr {
    display: none;
}

@media screen and (max-width: 1023px) {
    .header, .header-inner {
        height: 60px;
    }
    .header-inner, .contents {
        width: 100%;
    }
    .header-logo {
        top: 24px;
        left: 30px;
    }
    .header-logo a {
        width: 180px;
        height: 12px;
        background-image: url("../images/logo_kad_sm.svg");
    }
    /* bogo-language-switcher */
    .ly_langSwitch {
        top: 23px;
        right: 68px;
    }
    .bogo-language-switcher {
        height: 14px;
    }
    .bogo-language-switcher li {
        font-size: 1.3rem;
        letter-spacing: .2em;
    }
    .bogo-language-name {
        padding-top: 2px;
    }
    /* Works Categories + Journal Nav */
    #nav-works-categories.menu-works-categories-pc-side {
        display: none;
    }
    #nav-works-categories.menu-works-categories-sp-ftr {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: unset;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        background: #fff;
        overflow: hidden;
        z-index: 9998;
    }
    .menu-works-categories {
        padding-top: 5px;
    }
    .menu-works-categories li {
        display: inline-block;
        font-size: 1.3rem;
        line-height: 1;
    }
    .menu-works-categories li:not(:last-of-type)::after {
        content: '/';
        margin: 0 .5em;
    }
    .menu-works-categories li a, #gNav-menu li a {
        padding-bottom: 1px;
    }
    body.page-template-page-works-architecture .menu-works-categories-sp-ftr li.btn-archit a,
    body.page-template-page-works-interior .menu-works-categories-sp-ftr li.btn-int a,
    body.page-template-page-works-product .menu-works-categories-sp-ftr li.btn-prod a,
    body.page-template-page-works-direction .menu-works-categories-sp-ftr li.btn-dir a {
        border-bottom: 1px solid rgba(0,0,0,1);
        opacity: 1;
    }
}

/*-------------------------------------------------
	Global Nav
-------------------------------------------------*/
/* Menu Trigger */
.menu-trigger-wrap {
    position: absolute;
    top: 62px;
    right: 105px;
}
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 33px;
    height: 24px;
    cursor: pointer;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
    top: 11px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}
/* Global Nav */
#gNav-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(89,87,87,.5);
    z-index: 99999;
}
#gNav {
    position: fixed;
    top: 0;
    padding: 45px 50px;
    right: -315px;
    width: 315px;
    height: 100%;
    background: #fff;
    transition: all 360ms;
    z-index: 100000;
}
#gNav.active {
    right: 0;
    transition: all 360ms;
}
#gNav > div {
    display: none;
}
.gNav-mark {
    width: 84px;
    height: 58px;
}
#gNav-close {
    display: block;
    position: absolute;
    top: 69px;
    right: 50px;
    width: 35px;
    height: 35px;
}
#gNav-close::before, #gNav-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px; /* 棒の幅（太さ） */
    height: 46px; /* 棒の高さ */
    background: #000;
}
#gNav-close::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
#gNav-close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
/* gNav Menu */
#gNav-menu {
    margin-top: 60px;
}

@media screen and (max-width: 1023px) {
    /* Menu Trigger */
    .menu-trigger-wrap {
        top: 21px;
        right: 30px;
    }
    .menu-trigger {
        width: 24px;
        height: 17px;
    }
    .menu-trigger span {
        height: 1px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 8px;
    }
    /* Global Nav */
    #gNav {
        right: -33.3%;
        padding: 82px 30px 30px;
        width: 33.3%;
    }
    .gNav-mark {
        width: 73px;
        height: 51px;
    }
    #gNav-close {
        top: 18px;
        right: 30px;
        width: 23px;
        height: 23px;
    }
    #gNav-close::before, #gNav-close::after {
        width: 1px;
        height: 32px;
    }
    /* gNav Menu */
    #gNav-menu {
        margin-top: 40px;
    }
    #gNav-menu li {
        font-size: 1.3rem;
        line-height: 3.4;
    }
}
@media screen and (max-width: 666px) {
	#gNav {
        right: -50%;
        width: 50%;
    }
}

/*-------------------------------------------------
    Contents
-------------------------------------------------*/
.contents {
    margin: 0 0 0 295px;
    width: calc(100% - 400px);
}
.contents {
    margin-top: 148px;
}

/* Entry */
.entry-wrap {
    margin-bottom: 42px;
}
.works-ttl-wrap, .single-ttl {
    position: relative;
    min-height: 43px;
}
.entry-wrap h2, .creation-date {
    margin-bottom: 0;
    font-size: 1.7rem;
    line-height: 1.25;
    letter-spacing: .075em;
}
.entry-wrap p {
    padding-bottom: 2em;
}
.entry-wrap p:last-of-type {
    padding-bottom: 0;
}
.creation-date span {
    font-size: .8em;
    line-height: 1;
    letter-spacing: .05em;
}
.works-tn, .slider-wrap {
    margin-bottom: 15px;
}
.works-tn a {
    display: block;
    position: relative;
}
.works-tn a:hover {
    opacity: 1;
}
.works-tn a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: center / 130px 58px no-repeat url("../images/mark_kad_wh_center.svg"); */
    background: center / 30px 120px no-repeat url("../images/mark_kad_wh_center_v.svg");
    background-color: rgba(255,255,255,.4);
    transition: all 360ms;
    opacity: 0;
    z-index: 1;
}
.works-tn a:hover::before {
    opacity: 1;
}

/* Entry-Taxonomy */
body.tax-works_category .entry-content,
.entry-content.flex {
    display: flex;
    flex-wrap: wrap;
}
.entry-wrap.tax {
    margin-bottom: 2.25%;
    width: 47.5%;
}
.entry-wrap.tax:nth-of-type(even) {
    margin-left: 5%;
}
.works-tn.tax {
    position: relative;
}
.works-tn.tax {
    position: relative;
    padding-top: 66.666%;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.works-tn.tax a {
    position: unset;
}
.works-tn.tax img {
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Product-Summary */
.prod-sum-wrap {
    margin-left: -2.5%;
    width: calc(100% + 2.5%);
}
.entry-wrap.prod-sum {
    margin-left: 2.5%;
    margin-bottom: 2.2%;
    width: calc(92.5% / 3);
}
.prod-sum .works-tn.tax {
    padding-top: 100%;
}
.prod-sum .works-tn.tax img {
    max-width: unset;
    width: auto;
    height: 100%;
}
.text-jp.sum-txt, .text-en.sum-txt {
    width: 65.85%;
}
.sum-txt {
    margin: 10px 0 36px;
}
.sum-txt p + p {
    margin-top: .75em;
}

/* infinite-scroll */
#infinite-scroll ul, #infscr-loading img {
    display: none;
}
#infinite-scroll span.next-img {
    display: block;
    padding: 3em 0;
    font-size: 1.7rem;
}
#infinite-scroll span.next-img::after {
    content: '>';
	display: inline-block;
    padding-left: .5em;
}

.infinite-scroll {
display: block;
margin: 0 auto 40px;
width: 16px;
height: 16px;
text-align: center;
background-image: url('../images/ajax-loader.gif');
background-size: contain;
opacity: .5;
}
#infscr-loading {
text-align: center;
margin: 0 auto;
}

/* No Article */
body.term-architecture-summary .no-article,
body.term-interior-summary .no-article,
body.term-product-summary .no-article {
    margin-left: 2.5%;
    padding-bottom: 2em;
}

@media screen and (min-width: 667px) and (max-height: 889px) {
    .contents.single-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
	.single-column-wrap {
        max-width: 110vh;
        min-width: 700px;
    }
}
@media screen and (min-width: 1023px) and (max-height: 819px) {
    .single-column-wrap {
        max-width: 108vh;
    }
}
@media screen and (min-width: 1023px) and (max-height: 760px) {
    .single-column-wrap {
        max-width: 106vh;
    }
}
@media screen and (min-width: 1023px) and (max-height: 720px) {
    .single-column-wrap {
        max-width: 104vh;
    }
}
@media screen and (min-width: 1023px) and (max-height: 690px) {
    .single-column-wrap {
        max-width: 102vh;
    }
}

@media screen and (max-width: 1023px) {
    .contents {
        margin: 60px 0 0 30px;
        width: calc(100% - 60px);
    }
    .entry-wrap, .entry-wrap.tax {
        margin-bottom: 29px;
    }
    .entry-wrap h2 {
        font-size: 1.2rem;
    }
    .creation-date {
        font-size: 1.2rem;
        transform: scale(.9);
        transform-origin: left;
    }
}
@media screen and (max-width: 666px) {
    .contents {
        margin: 60px 0 0;
        padding: 0 30px 50px;
        width: 100%;
    }
    /* Entry */
    .entry-content {
        /* margin-bottom: 60px; */
        width: 100%;
    }
    .works-tn, .slider-wrap {
        margin-bottom: 11px;
    }
    .works-ttl-wrap, .single-ttl {
        min-height: 30px;
    }
    .works-tn a::before {
        background-size: 6vw 24vw;
    }
    /* Entry-Taxonomy */
    body.tax-works_category .entry-content, .entry-content.flex {
        display: block;
    }
    .entry-wrap.tax {
        width: 100%;
    }
    .entry-wrap.tax:nth-of-type(even) {
        margin-left: 0;
    }
    /* Product-Summary */
    .prod-sum-wrap {
        margin-left: 0;
    }
    .entry-wrap.prod-sum {
        margin-left: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .prod-sum .works-tn.tax {
        padding-top: 66.666%;
    }
    .prod-sum .works-tn.tax img {
        max-width: 100%;
        height: auto;
    }
    .text-jp.sum-txt, .text-en.sum-txt {
        display: block;
        width: 100%;
    }
    .sum-txt {
        margin: 6px 0 24px;
    }
    .sum-txt p {
        padding: 0 !important;
    }
    body.term-architecture-summary .no-article,
    body.term-interior-summary .no-article,
    body.term-product-summary .no-article {
        margin-left: 0;
    }
}

/*-------------------------------------------------
    Single-Page
-------------------------------------------------*/
.entry-wrap.basic, .entry-wrap.dir, .entry-wrap.page {
    margin-bottom: 90px;
}
.ly_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ly_flex.jc_stretch {
    justify-content: stretch;
}
.entry-wrap .single-quart p {
    padding: 1.85em 0 1.6em;
    font-size: 2.1rem;
    letter-spacing: .1em;
}
body.en-US .entry-wrap .single-quart p {
    letter-spacing: .075em;
}
.spec-wrap {
    margin-top: 45px;
    width: 47%;
}
.spec-jp, .spec-en, .text-jp, .text-en {
    width: 100%;
}
.spec-pd p {
    padding-bottom: 0;
}
.credit-btn, .link-btn {
    display: flex;
    align-items: center;
    margin-top: 75px;
    margin-bottom: 1.7em;
    width: 90px;
}
.credit-btn:hover {
    cursor: pointer;
}
.credit-btn::before {
    content: '';
	display: inline-block;
    margin-top: -0.5em;
    margin-right: 0.75em;
	width: 20px;
	height: 20px;
	background: center / contain no-repeat url("../images/arrow_credit.svg");
    transition: all 360ms;
}
.credit-btn.active::before {
    transform: rotate(180deg);
    transition: all 360ms;
}
.credit-wrap {
    display: none;
}
.text-jp p, .text-en p {
    text-align: justify;
}

@media screen and (max-width: 1023px) {
	.entry-wrap .single-quart p {
        padding: 1.4em 0 .6em;
        font-size: 1.3rem;
        line-height: 1.94;
    }
    .text-jp p, .text-en p {
        font-size: 1.3rem;
        line-height: 1.78;
    }
    /* Credit Button */
    .credit-btn, .link-btn {
        margin-top: 20px;
        margin-bottom: 2px;
        width: 75px;
    }
    .credit-btn::before, .link-btn::before {
        width: 16px !important;
        height: 16px !important;
        background-image: url("../images/arrow_credit_sp.svg") !important;
    }
}
@media screen and (max-width: 666px) {
    .ly_flex {
        display: block;
    }
    .entry-wrap.basic, .entry-wrap.dir, .entry-wrap.page {
        margin-bottom: 30px;
    }
    .spec-wrap {
        margin-top: 20px;
        width: 100%;
    }
    .spec-wrap + .spec-wrap {
        margin-top: 0;
    }
    .spec-jp, .spec-en, .text-jp, .text-en {
        width: 100%;
    }

    .text-jp, .text-en {
        display: none;
    }
    
    .text-jp p:first-child, .text-en p:first-child {
        padding-top: 2em;
    }
    .text-jp p:last-child, .text-en p:last-child {
        padding-bottom: 0;
    }
    .spec-wrap {
        position: relative;
    }
    /* btn-open */
    .btn-open {
        display: block;
        position: absolute;
        top: -30px;
        right: -10px;
        width: 33px;
        height: 33px;
        background: transparent;
        cursor: pointer;
    }
    .btn-open:after {
        content: '';
        display: block;
        width: 13px;
        height: 13px;
        background: url('../images/arrow_open_sp.svg') no-repeat center center;
        position: absolute;
        top: 10px;
        right: 10px;
        transition: all 180ms;
    }
    .btn-open.active:after {
        transform: rotate(180deg);
        transition: all 180ms;
    }
    body.term-prod-sum-item .btn-open {
        display: flex !important;
        align-items: center;
        position: relative;
        top: unset;
        right: unset;
        margin: 2.4em 0 .5em;
        width: 100px;
        height: 16px;
    }
    body.term-prod-sum-item .btn-open::before {
        content: '';
        display: block;
        margin-top: -.4em;
        margin-right: .75em;
        width: 16px;
        height: 16px;
        background-image: url("../images/arrow_credit_sp.svg");
        transition: all 180ms;
    }
    body.term-prod-sum-item .btn-open.active::before {
        transform: rotate(180deg);
        transition: all 180ms;
    }
    body.term-prod-sum-item .btn-open:after {
        content: 'And More';
        display: block;
        position: relative;
        top: unset;
        right: unset;
        width: 70px;
        height: auto;
        font-size: 1.2rem;
        line-height: 1;
        letter-spacing: .075em;
        background-image: none;
    }
    body.term-prod-sum-item .btn-open.active:after {
        transform: none;
    }
    .entry-wrap.dir .text-jp, .entry-wrap.dir .text-en {
        display: block;
    }
    .entry-wrap.dir .text-jp p:first-child,
    .entry-wrap.dir .text-en p:first-child {
        padding-top: 3em;
    }
    .credit-wrap p:first-of-type {
        padding-top: .6em;
    }
}

/* Single-Direction */
.works-tn.dir {
    position: relative;
    margin-bottom: 21px;
}
.dir-ttl h2, .dir-ttl p {
    margin-bottom: 45px;
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: .1em;
}
.dir-ttl {
    width: 100%;
    max-width: 50%;
}
.single-quart.dir-quart-1 {
    display: flex;
    justify-content: end;
    width: 100%;
    max-width: 50%;
}
.single-quart.dir-quart-1 p {
    margin-right: -.4em;
    padding: 6px 0 1em;
    min-height: 270px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
}
.single-quart.dir-quart-2 p {
    padding-top: 0;
}
.spec-pd + .link-wrap, .credit-wrap + .link-wrap {
    margin-top: 70px;
}
.link-ttl {
    font-size: 1.8rem;
}
.link-ttl + .link-btn {
    margin-top: -1.2em;
}
.link-btn {
    width: auto;
}
.link-btn:last-of-type {
    margin-bottom: 0;
}
.link-btn + .link-btn {
    margin-top: -2.2em;
}
.link-btn::before {
    content: '';
	display: inline-block;
    margin-top: -0.25em;
    margin-right: 0.75em;
	width: 20px;
	height: 20px;
	background: center / contain no-repeat url("../images/arrow_credit.svg");
    transition: all 360ms;
    transform: rotate(-90deg);
}
.link-btn a {
    line-height: 1.4;
    border-bottom: 1px solid rgba(0,0,0,0);
}
.link-btn a:hover {
    border-bottom: 1px solid rgba(0,0,0,1);
    opacity: 1;
}
@media screen and (max-height: 759px) {
	.dir-ttl, .single-quart.dir-quart-1 {
        max-width: 100%;
    }
    .single-quart.dir-quart-1 {
        display: block;
    }
    .single-quart.dir-quart-1 p {
        margin: 0 0 2em 0;
        padding: 0;
        min-height: unset;
        writing-mode: unset;
    }
}
@media screen and (max-width: 1279px) {
	.dir-ttl, .single-quart.dir-quart-1 {
        max-width: 100%;
    }
    .single-quart.dir-quart-1 {
        display: block;
    }
    .single-quart.dir-quart-1 p {
        margin: 0 0 2em 0;
        padding: 0;
        min-height: unset;
        writing-mode: unset;
    }
}
@media screen and (max-width: 1023px) {
	.dir-ttl h2, .dir-ttl p {
        margin-bottom: .2em;
        font-size: 2rem;
    }
    .link-ttl {
        font-size: 1.2rem;
    }
    .link-ttl + .link-btn, .link-btn + .link-btn {
        margin-top: -14px;
    }
}
@media screen and (max-width: 666px) {
    .works-tn.dir {
        margin-bottom: 26px;
    }
    .single-quart.dir-quart-1 p {
        margin-bottom: 0 !important;
    }
    body.term-prod-sum-item .spec-wrap + .link-btn-wrap,
    body.term-prod-sum-item .credit-wrap + .link-btn-wrap {
        margin-top: 52px;
    }
    .link-btn::before {
        margin-top: -0.3em;
    }
}

/*-------------------------------------------------
    Page
-------------------------------------------------*/
.page-ttl {
    position: relative;
    height: 28px;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: .075em;
    text-align: right;
    z-index: 1000;
    pointer-events: none;
}
body.term-architecture-summary .page-ttl,
body.term-interior-summary .page-ttl,
body.term-product-summary .page-ttl {
    font-size: 2rem;
    text-align: left;
}
body.term-product-summary .page-ttl + .entry-content {
    margin-top: 15px;
}
.entry-content.page .slider-wrap, .page-tn {
    margin-bottom: 63px;
}
.page-cont-wrap h2 {
    margin: 0 1em 1em 0;
    font-size: 3.5rem;
    line-height: 1.6;
    letter-spacing: .1em;
}
.page-cont-wrap h3 {
    font-size: 2.1rem;
    line-height: 2;
    letter-spacing: .1em;
}
.page-cont-wrap .spec-wrap {
    margin-top: 80px;
}
.page-cont-wrap .link-btn {
    margin-top: 0;
}
.page-cont-wrap p {
    text-align: justify;
}

/* About */
body.page .spec-jp, body.page .spec-en {
font-weight: 300;
}
body.page .spec-jp {
line-height: 26px;
}
body.page .spec-en {
line-height: 23px;
}
body.page .spec-jp p, body.page .spec-en p {
padding-bottom: 2em;
}
.text-more {
margin-top: 2em;
}
.un_copyright {
    margin-top: 3.2em;
    font-size: 1.3rem;
    line-height: 1.8;
}

/* Team */
.credit-btn.client-btn {
    width: auto;
}
.client-wrap > .ly_flex::after {
    content: "";
    display: block;
    height: 0;
}
.client-wrap > .ly_flex::after, .bl_client {
    width: 29.333%;
}
.bl_client a, a.blue {
    color: #0000ff;
}
.term-wrap {
    margin-top: 140px;
}
.founder-photo {
    width: 25%;
}
.founder-photo br, .staff-photo br {
    display: none;
}
.founder-txt {
    width: 71%;
}
.entry-wrap p.founder-post {
    padding-bottom: .8em;
    line-height: 1;
}
h2.founder-name {
    padding-bottom: .9em;
    font-size: 2.1rem;
    letter-spacing: .1em;
}
.founder-name .en {
    margin-left: 1em;
    font-size: .8em;
    letter-spacing: .075em;
}
.founder-txt p {
    padding-bottom: 1.2em;
}
.staff-list-wrap {
    margin-top: 90px;
}
.staff-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 47%;
}
.staff-list:nth-of-type(n+3) {
    margin-top: 5%;
}
.staff-photo {
    width: 53.2%;
}
.staff-photo span {
    display: block;
    position: relative;
    padding-top: 134%;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.staff-photo span::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center / 130px 58px no-repeat url("../images/mark_kad_wh_center.svg");
    background-color: #e2e2e2;
    z-index: -1;
}
.staff-photo span img {
    position: absolute;
    top: 0;
    left: 0;
}
.staff-txt {
    width: 42.5%;
}
.staff-txt p:first-of-type {
    margin-top: -.4em;
}
.entry-wrap p.staff-post {
    margin-top: -.5em;
    padding-bottom: .8em;
}
.entry-wrap p.staff-name {
    padding-bottom: .9em;
    letter-spacing: .1em;
}
.staff-name .en {
    display: block;
    margin-top: -.5em;
    font-size: .8em;
    letter-spacing: .075em;
}
.staff-bg {
    padding-bottom: 1.2em;
    font-size: 1.2rem;
    line-height: 1.666;
    letter-spacing: .075em;
    text-align: left !important;
}

/* Contact */
.contact-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.666%;
}
.contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
body.page-id-4173 .page-cont-wrap p { /* Contactページ-ENの場合 */
    text-align: left;
}

@media screen and (max-width: 1023px) {
	.page-ttl,
    body.term-architecture-summary .page-ttl,
    body.term-interior-summary .page-ttl,
    body.term-product-summary .page-ttl {
        height: 20px;
        font-size: 1.3rem;
    }
    /* About */
    .page-cont-wrap h2 {
        margin-bottom: 0;
        font-size: 1.8rem;
    }
    .page-cont-wrap h3 {
        font-size: 1.3rem;
        line-height: 1.94;
    }
    .page-cont-wrap h2 + h3 {
        margin-top: 0.5em;
    }
    .page-cont-wrap p.un_copyright {
        font-size: 1.1rem;
    }
    /* Team */
    .staff-txt {
        padding-left: 10px;
    }
    .staff-txt p {
        font-size: 1rem;
        line-height: 1.66;
    }
    .staff-txt p:first-of-type {
        margin-top: -.2em;
    }
    .entry-wrap p.staff-post {
        margin-top: -.3em;
        padding-bottom: 0.6em;
    }
    .staff-name {
        text-align: left !important;
    }
    .staff-name .jp {
        margin-right: 1em;
    }
    .staff-name .en {
        margin-top: -.25em;
        font-size: 1rem;
        transform: scale(.8);
        transform-origin: left;
    }
}
@media screen and (max-width: 666px) {
    .page-tn {
        /* margin: 0 -30px 20px; */
        margin: 0 0 20px;
    }
    .page-cont-wrap p {
        font-size: 1.3rem;
    }
    body.page .spec-jp {
        line-height: 22px;
    }
    body.page .spec-en {
        line-height: 20px;
    }
    .entry-content.page .slider-wrap, .page-tn {
        margin-bottom: 10px;
    }
    /* About */
    .page-cont-wrap .spec-wrap {
        margin-top: 30px;
    }
    .page-text-sp {
        margin-top: 3em !important;
        font-size: 1.3rem;
        line-height: 1.78;
    }
    .btn-more-open {
        display: block;
        margin: -5px auto 50px;
        width: 120px;
        height: 35px;
        font-size: 1.2rem;
        line-height: 35px;
        text-align: center;
        border: 1px solid #000;
    }
    .btn-more-open.active {
        display: none;
    }
    .text-more {
        margin: 20px 0 50px;
    }
    /* Team */
    .client-wrap > .ly_flex::after, .bl_client {
        width: 100%;
    }
    .bl_client + .bl_client {
        margin-top: 1em;
    }
    .term-wrap, .staff-list-wrap {
        margin-top: 45px;
    }
    .founder-photo, .founder-txt {
        width: 100%;
    }
    .founder-photo {
        margin-bottom: 10px;
    }
    .entry-wrap p.founder-post {
        padding-bottom: .6em;
        font-size: 1.3rem;
    }
    .page-cont-wrap h2.founder-name {
        padding-bottom: 2em;
        font-size: 1.4rem;
    }
    .founder-txt p {
        font-size: 1.3rem;
        line-height: 1.66;
    }
    .staff-list {
        margin-bottom: 50px;
        width: 100%;
    }
    .staff-photo, .staff-txt {
        width: 50%;
    }
    .staff-photo span, .founder-photo span {
        display: block;
        position: relative;
        padding-top: 100%;
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .staff-photo span img, .founder-photo span img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .staff-photo span::after {
        background-size: auto 30%;
    }
    .staff-bg {
        padding-bottom: 0 !important;
        width: 118%;
        transform: scale(.85);
        transform-origin: left;
    }
    .staff-name .en {
        display: inline-block;
    }
    /* Contact */
    .contact-map {
        margin-left: -30px;
        padding-top: 75%;
        width: calc(100% + 60px);
    }
}

/*-------------------------------------------------
    SP-Slider
-------------------------------------------------*/
@media screen and (max-width: 666px) {
    body.single-works .slider-wrap {
        margin-left: 0;
        width: 100%;
    }
    body.single-works .royalSlider {
        pointer-events: none;
    }
    body.single-works .rsOverflow {
        overflow: visible !important;
        height: auto !important;
    }
    body.single-works .rsSlide, body.single-works .rsContent {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        height: auto !important;
        overflow: visible !important;
    }
    body.single-works .rsSlide:first-of-type {
        margin-top: 24px;
    }
    body.single-works .rsSlide:not(:last-of-type) {
        margin-bottom: 30px;
    }
    body.single-works img.rsImg {
        margin-left: 0 !important;
        width: 100% !important;
        height: auto !important;
    }
    body.single-works .rsCustomSkin .rsArrowLeft,
    body.single-works .rsCustomSkin .rsArrowRight {
        display: none !important;
    }
}

/*-------------------------------------------------
Journal
-------------------------------------------------*/
#journal-wrap {
    width: 100%;
}

.post-wrap {
    margin-bottom: 90px;
}
.post-tn {
    margin-bottom: 68px;
}
h2.post-ttl, .post-date, .post-wrap p {
    width: 66.6%;
}
h2.post-ttl {
    margin-bottom: .5em;
    font-size: 2.1rem;
    line-height: 1.6;
    letter-spacing: .1em;
}
.post-date {
    display: block;
    margin-bottom: 2.65em;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: .075em;
}
.post-wrap p {
    padding-bottom: 2em;
}
.post-wrap p:last-of-type {
    padding-bottom: 0;
}
.post-wrap img, .post-wrap p img {
    pointer-events: none;
}

/* journal-nav */
#journal-nav {
    position: absolute;
    top: 148px;
    left: 0;
    width: 100vw;
    background: #fff;
    z-index: 99;
}
.sidebar-widget {
    display: block;
    padding: 0 0 50px 550px;
    min-height: 406px;
    font-size: 1.7rem;
    line-height: 1.333;
    letter-spacing: .075em;
    text-align: left;
}
.sidebar-widget ul li {
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar-widget ul li + li {
    margin-top: .65em;
}
.sidebar-widget ul li a {
    color: #959595;
}
.journal-inner {
    padding-top: 64px;
}
/* journal-nav tab */
.tabmenu {
    padding-top: 40px;
    width: 100%;
    height: 62px;
    min-height: 95px;
    text-align: left;
    background: #fff;
    z-index: 998;
}
.tab {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 295px;
    list-style: none;
    overflow: hidden;
}
.tab li {
    display: inline-block;
	font-size: 1.7rem;
	line-height: 1.1;
    letter-spacing: .075em;
}
.tab li:not(:last-of-type)::after {
    content: '/';
    margin: 0 .5em;
}
.tab li span {
    border-bottom: 1px solid rgba(0,0,0,0);
    transition: all 360ms;
    cursor: pointer;
}
.tab li.select span, .tab li span:hover {
    border-bottom: 1px solid rgba(0,0,0,1);
    transition: all 360ms;
}
#journal-nav .content {
    margin-top: -23px;
    background: #fff;
}
#journal-nav .content div {
    padding-top: 0;
}
.hide {
    display:none;
}
#tabmenu-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(89,87,87,.5);
    z-index: -1;
}
.widget-archives ul {
    columns: 2;
    max-width: 170px;
}
.widget-archives li {
    width: 100%;
    max-width: 60px;
}
.widget-category ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 432px;
}
.widget-category li {
    width: 100%;
    max-width: 216px;
}
.widget-category li:nth-of-type(2) {
    margin-top: 0;
}

@media screen and (max-width: 1023px) {
    .journal-inner {
        padding-top: 40px;
    }
    h2.post-ttl {
        margin-bottom: .6em;
        font-size: 1.3rem;
        line-height: 1.94;
        letter-spacing: .075em;
    }
    .post-date, .post-meta {
        font-size: 1rem;
    }
	/* journal-nav */
    #journal-nav {
        top: 60px;
    }
    .sidebar-widget {
        padding: 5px 0 30px 230px;
        min-height: 230px;
        font-size: 1.2rem;
    }
    /* journal-nav tab */
    .tabmenu {
        padding-top: 20px;
        height: 30px;
        min-height: 60px;
    }
    .tab {
        padding-left: 30px;
    }
    .tab li {
        font-size: 1.3rem;
    }
    .widget-category ul {
        margin: 0 auto;
    }
    .widget-category li {
        max-width: 150px;
    }
}
@media screen and (max-width: 666px) {
    .page-ttl.journal {
        padding-top: 72px;
    }
    #journal-wrap {
        float: none;
        width: 100%;
    }
    #journal-wrap {
        margin-top: 20px;
    }
    h2.post-ttl, .post-date, .post-wrap p {
        width: 100%;
    }
    .post-wrap {
        margin-bottom: 87px;
    }
    .post-tn {
        margin-bottom: 15px;
    }
    .post-date {
        margin-bottom: 3em;
    }
    .post-date:after {
        margin: 28px 0 12px 0;
    }
    .post-wrap p {
        padding-bottom: 1.75em;
        line-height: 22px;
    }
    .post-meta {
        margin-bottom: 10px;
    }
    .post-wrap.journal p {
        font-size: 1.3rem;
        line-height: 1.66;
    }
    .journal-posts-links, body.single-post .adjacent-post-links {
        margin-left: 0;
        width: 100%;
    }
    /* journal-nav */
    #journal-nav {
        position: fixed;
        top: 60px;
        width: 100%;
        z-index: 1000;
    }
    .sidebar-widget {
        padding: 21px 40px 33px;
        min-height: unset;
        font-size: 1.2rem;
        line-height: 1.333;
        text-align: left;
    }
    .sidebar-widget ul li + li {
        margin-top: .8em;
    }
    .journal-inner {
        padding-top: 0;
    }
    /* journal-nav tab */
    .tabmenu {
        padding-top: 24px;
        height: 60px;
        min-height: unset;
        text-align: center;
    }
    .tab {
        display: block;
        padding: 0;
    }
    #journal-nav .content {
        margin: 0;
    }
    #journal-nav .content div {
        padding-top: 22px;
    }
    #tabmenu-bg {
        z-index: -1;
    }
    .widget-archives ul, .widget-archives li
    .widget-category ul, .widget-category li {
        max-width: unset;
    }
    .widget-archives ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: -1em;
    }
    .widget-archives ul:after { /*最後の行を左寄せにする*/
        content: "";
        display: block;
        width: 20%;
        height: 0;
    }
    .widget-archives li {
        margin-top: 0 !important;
        padding: 1em;
        width: 20%;
    }
    .widget-category li {
        width: 50%;
    }
    .widget-category li:nth-of-type(even) {
        padding-left: 1.75em;
    }
}

/*-------------------------------------------------
    Footer
-------------------------------------------------*/
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 295px;
}
.copyright {
    position: absolute;
    bottom: 31px;
    left: 62px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .075em;
    transform: scale(.8);
	transform-origin: left;
}

@media screen and (max-width: 666px) {
    .footer, .copyright {
        position: relative;
        left: unset;
        bottom: unset;
        width: calc(100% - 30px);
    }
    .footer {
        margin: 0 30px 85px;
    }
    .copyright {
        transform: scale(.9);
    }
}

.fontplus-trial-banner {
    display: none;
    opacity: 0;
    visibility: hidden;
}

/*-------------------------------------------------
    404
-------------------------------------------------*/

body.error404 p {
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translate(-50%,-30%);
    -webkit-transform : translate(-50%,-30%);
    transform : translate(-50%,-30%);
    text-align: center;
}

/*-------------------------------------------------
    Other
-------------------------------------------------*/
a.post-edit-link {
    /* display: none; */
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #999;
}
body.term-direction a.post-edit-link {
    top: unset;
    bottom: -30px;
}
/* body.term-direction a.post-edit-link::before {
    display: none;
} */
@media screen and (max-width: 666px) {
	a.post-edit-link {
        display: none;
    }
}
.vegas-content-scrollable,.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-content-scrollable{position:relative;height:100%;overflow:auto}.vegas-overlay{opacity:.5;background:url(overlays/02.png) center center}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0%;height:100%;background:#fff;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:center center no-repeat;transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px) brightness(1.01);filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0) brightness(1.01);filter:blur(0) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{transform:translateY(0)}.vegas-transition-slideDown2-out{transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{transform:translateX(0)}.vegas-transition-slideLeft2-out,.vegas-transition-slideRight,.vegas-transition-slideRight2{transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{transform:translateX(0)}.vegas-transition-slideRight2-out{transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{transform:translateY(0)}.vegas-transition-slideUp2-out{transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out,.vegas-transition-swirlRight,.vegas-transition-swirlRight2{transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out,.vegas-transition-zoomOut,.vegas-transition-zoomOut2{transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{transform:scale(1.5)}100%{transform:scale(1)}}@keyframes kenburns{0%{transform:scale(1.5)}100%{transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{transform:scale(1.5) translate(10%,-10%)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{transform:scale(1.5) translate(10%,-10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{transform:scale(1.5) translate(-10%,-10%)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{transform:scale(1.5) translate(-10%,-10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{transform:scale(1.5) translate(0,-10%)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{transform:scale(1.5) translate(0,-10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{transform:scale(1.5) translate(10%,0)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{transform:scale(1.5) translate(10%,0)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{transform:scale(1.5) translate(-10%,0)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{transform:scale(1.5) translate(-10%,0)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{transform:scale(1.5) translate(10%,10%)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{transform:scale(1.5) translate(10%,10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{transform:scale(1.5) translate(-10%,10%)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{transform:scale(1.5) translate(-10%,10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{transform:scale(1.5) translate(0,10%)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{transform:scale(1.5) translate(0,10%)}100%{transform:scale(1) translate(0,0)}}
/*# sourceMappingURL=vegas.min.css.map */
