/* common */
* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body,html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body.fixed,html.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    body.fixed,html.fixed {
        -webkit-backface-visibility:hidden;
        backface-visibility: hidden;
    }
}

body {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #000;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

[lang=en] body {
    font-family: Helvetica,Arial,sans-serif;
    word-break: break-word;
    word-wrap: break-word;
    letter-spacing: .03em;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    letter-spacing: .02em;
}

.park-lane {
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}



ul {
    list-style: none;
}
button {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
button:focus {
    outline: none;
}

@media screen and (max-width: 768px) {
    a,button {
        -webkit-tap-highlight-color:rgba(0,0,0,.07);
    }
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: .2s;
    transition: .2s;
}
a:hover {
    text-decoration: none;
	color:inherit;
}
@media screen and (min-width: 769px) {
    a:hover {
        opacity:.7;
    }
}

a img {
    border: none;
}


@media screen and (max-width: 768px) {
    .is-pc {
        display:none;
    }
}

@media screen and (min-width: 769px) {
    .is-sp {
        display:none;
    }
}


@media screen and (max-width: 768px) {
    .is-pc {
        display:none!important;
    }
}

@media screen and (min-width: 769px) {
    .is-sp {
        display:none!important;
    }
}

.nav {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9997;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .nav {
    	position: absolute;
        height:75px;
        -webkit-transition: background-color .5s;
        transition: background-color .5s;
		background-color: white;
    }
	nav.show {
    	position: fixed;	
	}

    .nav .nav_inner {
        -webkit-transition: .7s cubic-bezier(0,.85,.25,1);
        transition: .7s cubic-bezier(0,.85,.25,1);
    }

    .nav.hide .nav_inner {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.nav.scrollShow .nav_inner {
    background-color: #fff;
}

@media screen and (min-width: 769px) {
    .nav:after {
        content:"";
        display: block;
        position: absolute;
        top: 0;
        left: 80px;
        width: 1px;
        height: 100%;
        background-color: hsla(0,0%,91.4%,.2);
        z-index: 1;
    }
}

@media screen and (max-width: 768px) {
    .nav.show .nav_inner {
        -webkit-transition:0s;
        transition: 0s;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.nav.show .nav_btn_line {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media screen and (min-width: 769px) {
    .nav.show .nav_btn_line {
        width:0
    }
}

@media screen and (max-width: 768px) {
    .nav.show .nav_btn_line {
        height:0;
    }
}

.nav.show .nav_btn_line-1,.nav.show .nav_btn_line-2 {
    -webkit-transition: all .5s cubic-bezier(.16,.5,.46,1);
    transition: all .5s cubic-bezier(.16,.5,.46,1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.nav.show .nav_btn_line-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav.show .nav_btn_line-2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav.show .nav_menu_overlay {
    opacity: .2;
    -webkit-transition: opacity .5s cubic-bezier(.16,.5,.46,1);
    transition: opacity .5s cubic-bezier(.16,.5,.46,1);
    pointer-events: visible;
    cursor: pointer;
}

.nav.show .menuBlock {
    opacity: 1;
    -webkit-transition: all .5s cubic-bezier(.16,.5,.46,1);
    transition: all .5s cubic-bezier(.16,.5,.46,1);
    pointer-events: visible;
}

@media screen and (min-width: 769px) {
    .nav.show .menuBlock {
        -webkit-transform:translateX(0);
        transform: translateX(0);
    }
}

@media screen and (max-width: 768px) {
    .nav.show .menuBlock {
        -webkit-transform:translateY(0);
        transform: translateY(0);
        -webkit-transition: height 0s,opacity .5s cubic-bezier(.16,.5,.46,1),-webkit-transform .5s cubic-bezier(.16,.5,.46,1);
        transition: height 0s,opacity .5s cubic-bezier(.16,.5,.46,1),-webkit-transform .5s cubic-bezier(.16,.5,.46,1);
        transition: height 0s,transform .5s cubic-bezier(.16,.5,.46,1),opacity .5s cubic-bezier(.16,.5,.46,1);
        transition: height 0s,transform .5s cubic-bezier(.16,.5,.46,1),opacity .5s cubic-bezier(.16,.5,.46,1),-webkit-transform .5s cubic-bezier(.16,.5,.46,1);
        height: 100vh;
    }
}

.nav_inner {
    position: relative;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .nav_inner {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.nav_logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    cursor: pointer;
    pointer-events: visible;
    margin-left: 5.33333vw;
    z-index: 3;
}

@media screen and (min-width: 769px) {
    .nav_logo {
        display:none;
    }
}
@media screen and (max-width: 768px) {
	.nav_logo.is-sp img {
		max-width: 130px;
		margin-top: -5px;
	}
}

.nav_logo a {
    display: block;
    width: 60px;
}

.nav_btn {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    cursor: pointer;
    pointer-events: visible;
    background-color: #1b1b21;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media screen and (max-width: 768px) {
    .nav_btn {
        position:absolute;
        left: auto;
        right: 0;
        width: 70px;
        height: 75px;
        background-color: transparent;
        z-index: 9998;
        mix-blend-mode: exclusion;
    }
	.nav_btn.show {
        position:fixed;
	}

    .nav_btn.show .nav_btn_line {
        -webkit-transition: all .2s;
        transition: all .2s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
}

@media screen and (max-width: 768px) and (min-width:769px) {
    .nav_btn.show .nav_btn_line {
        width:0;
    }
}

@media screen and (max-width: 768px) and (max-width:768px) {
    .nav_btn.show .nav_btn_line {
        height:0;
    }
}

@media screen and (max-width: 768px) {
    .nav_btn.show .nav_btn_line-1,.nav_btn.show .nav_btn_line-2 {
        -webkit-transition:all .5s cubic-bezier(.16,.5,.46,1);
        transition: all .5s cubic-bezier(.16,.5,.46,1);
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .nav_btn.show .nav_btn_line-1 {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav_btn.show .nav_btn_line-2 {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.nav_btn:hover {
    opacity: .95;
}

.nav_btn_line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

@media screen and (max-width: 768px) {
    .nav_btn_line {
        width:30px;
        height: 8px;
    }
}

.nav_btn_line-1,.nav_btn_line-2 {
    position: absolute;
    -webkit-transition: all .5s cubic-bezier(0,.85,.25,1);
    transition: all .5s cubic-bezier(0,.85,.25,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center;
    transform-origin: center;
    background-color: #fff;
}

@media screen and (min-width: 769px) {
    .nav_btn_line-1,.nav_btn_line-2 {
        top:0;
        width: 1px;
        height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .nav_btn_line-1,.nav_btn_line-2 {
        left:0;
        width: 30px;
        height: 1px;
    }
}

.nav_btn_line-1 {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
}

@media screen and (min-width: 769px) {
    .nav_btn_line-1 {
        left:0
    }
}

@media screen and (max-width: 768px) {
    .nav_btn_line-1 {
        top:0;
    }
}

.nav_btn_line-2 {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}

@media screen and (min-width: 769px) {
    .nav_btn_line-2 {
        right:-1px;
    }
}

@media screen and (max-width: 768px) {
    .nav_btn_line-2 {
        bottom:0
    }
}

.nav_menu,.nav_menu_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.nav_menu_overlay {
    background-color: #000;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(0,.85,.25,1);
    transition: opacity .5s cubic-bezier(0,.85,.25,1);
}

@media screen and (max-width: 768px) {
    .nav_menu_overlay {
        display:none;
    }
}

.nav_menu .menuBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 1000px;
    height: 100%;
    margin-left: 80px;
    background-color: #fff;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .7s cubic-bezier(0,.85,.25,1);
    transition: all .7s cubic-bezier(0,.85,.25,1);
}

@media screen and (min-width: 769px) {
    .nav_menu .menuBlock {
        -webkit-transform:translateX(-100px);
        transform: translateX(-100px)
    }
}

@media screen and (max-width: 1280px) {
    .nav_menu .menuBlock {
        max-width:800px;
    }
}

@media screen and (max-width: 768px) {
    .nav_menu .menuBlock {
        display:block;
        max-width: 100%;
        margin-left: 0;
        padding-top: 75px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: height 0s,opacity .7s cubic-bezier(0,.85,.25,1),-webkit-transform .7s cubic-bezier(0,.85,.25,1);
        transition: height 0s,opacity .7s cubic-bezier(0,.85,.25,1),-webkit-transform .7s cubic-bezier(0,.85,.25,1);
        transition: height 0s,transform .7s cubic-bezier(0,.85,.25,1),opacity .7s cubic-bezier(0,.85,.25,1);
        transition: height 0s,transform .7s cubic-bezier(0,.85,.25,1),opacity .7s cubic-bezier(0,.85,.25,1),-webkit-transform .7s cubic-bezier(0,.85,.25,1);
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

.nav_menu .menuBlock_logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .nav_menu .menuBlock_logo {
        display:none;
    }
}

.nav_menu .menuBlock_logo a {
    display: block;
    width: 120px;
    margin-left: 60px;
}

@media screen and (max-width: 1440px) {
    .nav_menu .menuBlock_logo a {
        width:95px
    }
}

@media screen and (max-width: 1024px) {
    .nav_menu .menuBlock_logo a {
        width:90px;
    }
}

.nav_menu .menuBlock_list {
	width: 80%;
    margin: 0 auto;
}

.nav_menu .menuBlock_list ul  {
	width: 50%;
	padding: 0 10px;
}
.nav_menu .menuBlock_list li {
    width: 100%;
}

.nav_menu .menuBlock_list li:not(.last) {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}

@media screen and (max-width: 1280px) {
    .nav_menu .menuBlock_list li:not(.last) {
        padding-bottom:25px;
        margin-bottom: 30px;
    }
}

.nav_menu .menuBlock_list li a {
    font-size: 30px
}

@media screen and (max-width: 1440px) {
    .nav_menu .menuBlock_list li a {
        font-size:26px
    }
}

@media screen and (max-width: 1280px) {
    .nav_menu .menuBlock_list li a {
        font-size:20px;
    }
}

@media screen and (max-width: 768px) {
    .nav_menu .menuBlock_list li a {
        font-size:16px;
    }
}

@media screen and (min-width: 769px) {
    .nav_menu .menuBlock_list li a:hover {
        opacity:.5;
    }
}


.nav_menu .menuBlock_sns {
    width: 89.33333%;
    margin: 80px auto 0;
}

@media screen and (max-width: 340px) {
    .nav_menu .menuBlock_sns {
        margin-top:40px
    }
}

.nav_menu .menuBlock_sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav_menu .menuBlock_sns ul li {
    margin-right: 40px;
}

.nav_menu .menuBlock_sns_icon,.nav_menu .menuBlock_sns ul a,.nav_menu .menuBlock_sns ul img {
    display: block;
}

.nav_menu .menuBlock_sns_icon.fb {
    width: 10px;
}

.nav_menu .menuBlock_sns_icon.in {
    width: 19px;
}

.nav_lang {
    position: absolute;
    width: 80px;
    top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    pointer-events: visible;
}

@media screen and (max-width: 768px) {
    .nav_lang {
        position:relative;
        width: auto;
        top: auto;
        height: 75px;
        margin-top: 0;
        margin-right: 90px;
    }
}

.nav_lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .nav_lang ul {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.nav_lang ul li {
    position: relative;
}

.nav_lang ul li:not(:last-of-type) {
    padding-bottom: 30px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .nav_lang ul li:not(:last-of-type) {
        padding:0 30px 0 0;
        margin: 0 15px 0 0;
    }
}

.nav_lang ul li:not(:last-of-type):after {
    content: "／";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: hsla(0,0%,100%,.3);
}

@media screen and (max-width: 768px) {
    .nav_lang ul li:not(:last-of-type):after {
        color:rgba(0,0,0,.1);
        bottom: auto;
        left: auto;
        right: 0;
        top: 50%;
        margin-top: -.5em;
        text-align: right;
    }
}

.nav_lang ul a {
    font-size: 14px;
    letter-spacing: .2em;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: hsla(0,0%,100%,.5);
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .nav_lang ul a {
        color:rgba(0,0,0,.3);
    }
}

.nav_lang ul a.currentLang {
    color: #fff;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .nav_lang ul a.currentLang {
        color:#000;
    }
}

@media screen and (min-width: 769px) {
    .nav_lang ul a:hover {
        color:#fff;
        opacity: 1;
    }
}

.nav_sns {
    position: absolute;
    width: 80px;
    bottom: 40px;
    z-index: 3;
    pointer-events: visible;
}

.nav_sns,.nav_sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav_sns ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav_sns ul li:not(:last-of-type) {
    margin-bottom: 30px;
}

.nav_sns_icon {
    display: block;
}

.nav_sns_icon.mail,
.nav_sns_icon.in {
    width: 19px;
}

@media screen and (min-width: 769px) {
    .nav_sns_icon:hover {
        opacity:.5;
    }
}

.header {
    position: fixed;
    width: 100%;
	padding-left: 20%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
/*    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 999;
}

@media screen and (min-width: 769px) {
    .header {
        right:0;
        height: 120px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    .header {
        display:none;
    }
}

.header.hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header.scrollShow {
    background-color: #fff;
}

@media screen and (min-width: 769px) {
    .header.scrollShow {
        height:80px;
    }
}

.header.scrollShow .header_logo a {
    width: 90px;
}

.header_logo {
    margin-left: 4.16667vw;
}

.header_logo a {
    display: block;
    width: 200px;
	margin-top:-8px;
}

@media screen and (max-width: 1440px) {
    .header_logo a {
        width:135px;
    }
}

@media screen and (max-width: 1024px) {
    .header_logo a {
        width:90px;
    }
}

@media screen and (max-width: 768px) {
    .header_nav {
        display:none;
    }
}

.header_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header_nav li {
    margin-left: 3.125vw;
}

.header_nav li a {
    line-height: 1;
    font-size: 14px;
    letter-spacing: .1em;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1024px) {
    .header_nav li a {
        font-size:12px;
    }
}

@media screen and (min-width: 769px) {
    .header_nav li a:hover {
        opacity:.5;
    }
}

.footer {
    position: relative;
}

@media screen and (min-width: 769px) {
    .footer {
        padding-left: 80px;
    }
}

.footer_pagetop {
    cursor: pointer;
    position: absolute;
    top: -110px;
    right: 50px;
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 768px) {
    .footer_pagetop {
        top:-70px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
}

.footer_pagetop.fixed {
    position: fixed;
    top: auto;
    bottom: 50px;
    z-index: 99;
	background-color:rgb(255 255 255 / 23%);
}

@media screen and (max-width: 768px) {
    .footer_pagetop.fixed {
        bottom:20px;
    }
}

.footer_pagetop p {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #afafaf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer_pagetop p:hover {
    opacity: .5;
}

.footer_pagetop p img {
    width: 12px;
}

@media screen and (max-width: 768px) {
    .footer_pagetop p img {
        width:10px;
    }
}

.footer_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .footer_contact {
        display:block;
    }
}

.footer_contact_link {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .footer_contact_link {
        margin-top:20px;
    }
}

.footer_contact_link .linkBtn {
    margin: 0;
    background-color: #fff;
}

.footer_contact_link .linkBtn span {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .footer_contact_link .linkBtn span {
        font-size:15px;
    }
}

.footer_copy {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1b1b21;
}

@media screen and (max-width: 768px) {
    .footer_copy {
        height:50px;
    }
}

.footer_copy p {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: .15em;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
    .footer_copy p {
        font-size:12px;
    }
}

/* メインビジュアル */
#top,#top .mv {
    background-color: #fff;
}

#top .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding-left: 0;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
    #top .mv {
        padding-left:0;
        padding-top: 75px;
        display: block;
    }
}
#top .mv .slider {
	width: calc(50% + 550px);
	font-size: 0;
}
@media screen and (max-width: 1440px) {
    #top .mv .slider {
        width:85%;
    }
}
@media screen and (max-width: 768px) {
    #top .mv .slider {
        width:100%;
        display: block;
    }
}

#top .mv .txt {
    width: calc(50% - 550px);
    height: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 1440px) {
    #top .mv .txt {
        width:15%
    }
}

@media screen and (max-width: 768px) {
    #top .mv .txt {
        position:relative;
        display: block;
        width: 84.33333%;
        margin: 30px auto;
        left: 0;
		top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

#top .mv .copy {
    font-size: 58px;
    line-height: 1.55172;
    letter-spacing: .05em;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1920px) {
    #top .mv .copy {
        font-size:2.02083vw;
    }
}

@media screen and (max-width: 768px) {
    #top .mv .copy {
        font-size:25px;
    }
}

@supports ((-webkit-background-clip: text) or (background-clip:text)) {
    #top .mv .copy {
        -webkit-background-clip:text;
        background-clip: text;
        background-image: -webkit-gradient(linear,left top,right top,color-stop(40%,#000),color-stop(60%,transparent));
        background-image: linear-gradient(90deg,#000 40%,transparent 60%);
        color: transparent;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: left 100% top;
        background-size: 300% 300%;
        -webkit-transition: background-position 4s;
        transition: background-position 4s;
    }
}

@media screen and (max-width: 768px) {
    #top .mv .copy {
        font-size:5vw;
    }
}

#top .mv .copy.show {
    background-position: left 0 top;
}

#top .mv .copy-jp {
    font-family: Hiragino Kaku Gothic ProN,Hiragino Sans,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
    font-weight: 700;
    padding-left: .5em;
    font-size: 20px;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    letter-spacing: .2em;
    padding-top: 2em;
}

@media (max-width: 1920px) {
    #top .mv .copy-jp {
        font-size:1.04167vw;
    }
}

@media screen and (max-width: 768px) {
    #top .mv .copy-jp {
        font-size:11px;
    }
}

@supports ((-webkit-background-clip: text) or (background-clip:text)) {
    #top .mv .copy-jp {
        -webkit-background-clip:text;
        background-clip: text;
        background-image: -webkit-gradient(linear,left top,right top,color-stop(40%,#000),color-stop(60%,transparent));
        background-image: linear-gradient(90deg,#000 40%,transparent 60%);
        color: transparent;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-position: left 100% top;
        background-size: 300% 300%;
        -webkit-transition: background-position 4s;
        transition: background-position 4s;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
}

@media screen and (max-width: 1280px) {
    #top .mv .copy-jp {
        font-size:15px;
    }
}

@media screen and (max-width: 768px) {
    #top .mv .copy-jp {
        font-size:2.3vw;
        padding-left: .2em;
        padding-top: 20px;
    }
}

#top .mv .copy-jp.show {
    background-position: left 0 top
}

#top .mv .scroll-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    left: calc(80px + 5%);
    bottom: 0;
}

@media screen and (max-width: 768px) {
    #top .mv .scroll-wrap {
        position:relative;
        left: 0;
        padding-left: 8.66667vw;
    }
}

#top .mv .scroll-wrap .scroll {
    padding-left: 7px
}

@media screen and (max-width: 768px) {
    #top .mv .scroll-wrap .scroll {
        padding-left:3px;
    }
}

#top .mv .scroll-wrap .scroll a {
    display: block;
    height: 6em;
    text-align: right;
    padding-bottom: 5px;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "vkna";
    font-feature-settings: "vkna";
}

@media screen and (max-width: 768px) {
    #top .mv .scroll-wrap .scroll a {
        font-size:12px;
    }
}

#top .mv .scroll-wrap .scroll .line {
    display: block;
    height: 100px;
    width: 1px;
    margin-left: 5px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    #top .mv .scroll-wrap .scroll .line {
        height:50px;
        margin-left: 3px;
    }
}

#top .mv .scroll-wrap .scroll .line span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(#999),to(#fff));
    background: linear-gradient(0deg,#fff,#999,#fff);
    -webkit-animation: drop 1.5s cubic-bezier(.5,.05,.6,.15) infinite;
    animation: drop 1.5s cubic-bezier(.5,.05,.6,.15) infinite;
    z-index: 1;
}

@-webkit-keyframes drop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes drop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

/* main content */
section {
	background-color: white;
}
.contents {
	padding-left: 80px;
}
@media screen and (max-width: 768px) {
	.contents {
		padding-left: 0;
	}
}

.container {
	max-width: 1100px;
}
@media screen and (max-width: 1100px) {
	.container {
		padding: 0 3%;
	}
}
@media screen and (max-width: 767px) {
	.container {
		padding: 0 5%;
	}
}

.spc {
	height:100px;
}
.spc-m {
	height:80px;
}
.spc-s {
	height:60px;
}
.spc-ss {
	height:40px;
}
@media screen and (max-width: 767px) {
	.spc {
		height:60px;
	}
	.spc-m {
		height:40px;
	}
	.spc-s {
		height:40px;
	}
	.spc-ss {
		height:20px;
	}	
}
.border-r {
	border-right:1px solid #BBBBBB;
}
.border-b {
	border-bottom:1px solid #BBBBBB;
}
.title {
    font-size: 40px;
    letter-spacing: .07em;
    line-height: 1;
}
@media screen and (max-width: 767px) {
	.title {
		font-size: 26px;
	}
}

.title-2 {
	font-size: 21px;
	display: flex;
	align-items: center;
	color: #808080;
	white-space:nowrap;
}
.title-2::after {
	content: "";
	flex-grow: 1;
	border-top: 1px solid #808080;
	width: 100%;
	max-width: 480px;
	margin-left: 2rem;
}


#top .news table th,
#top .news table td {
	padding:14px;
}
.news h3 {
	padding: 80px 0 20px;
	font-size: 1.6em;
	line-height: 2.0em;

}
@media screen and (max-width: 767px) {
	.news h3 {
	padding: 20px 0 20px;
	font-size: 1.6em;
	line-height: 2.0em;

}
	#top .news table th,
	#top .news table td {
		padding:5px;
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#top .news .border-r {
		border:none;
	}
}

#top .message .title span {
	font-size: 16px;
	padding-left: 2em;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top .message .comment {
	width:60%;
	z-index: 1;
}
@media screen and (max-width: 991px) {
	#top .message .comment {
		width:100%;
	}
}
#top .message .img-wrap {
	width: 40%;
	padding-left: 20px;
	text-align: center;
}
#top .message .img-wrap .comment-img-2 {
	width: 200px;
	margin-top: 30px;
}
@media screen and (max-width: 991px) {
	#top .message .img-wrap {
		width: 100%;
		padding-left: 0;
		align-items: flex-end;
	}
	#top .message .img-wrap div {
		padding: 15px;
	}
	#top .message .img-wrap .comment-img {
		width: 400px;
	}
	#top .message .img-wrap .comment-img-2 {
		width: 250px;
	}
}
#top .message .position {
	font-size:18px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
	#top .message .position {
		font-size:16px;
	}	
}
#top .message .position span {
	font-size:16px;
}
@media screen and (max-width: 767px) {
	#top .message .position span {
		font-size:14px;
	}
}
#top .message .name {
	font-size: 30px;
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
	#top .message .name {
		font-size: 22px;
	}
}
#top .message .name span {
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	color:#aaa;
	letter-spacing: .1em;
	font-size: 20px;
	padding-left:.5em;
}
@media screen and (max-width: 767px) {
	#top .message .name span {
		font-size: 18px;
	}
}
#top .message .comment .txt {
	line-height: 2.5em;
	font-size:16px;
/*	margin-right: -10%;*/
	letter-spacing: .02em;
/*	min-width: 500px;*/
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 991px) {
	#top .message .comment .txt {
		min-width: auto;
		margin-right: 0%;
		font-size:14px;
		line-height: 2.2em;
	}
}


#top .message .profile p {
	line-height: 2em;
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#top .business .title span {
	font-size: 16px;
	padding-left: 2em;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#top .business table th {
	font-weight:normal;
	width: 200px;
	padding: 10px;
}
#top .business table th h5 {
	font-size: 22px;
	display: flex;
	align-items: center;
}
#top .business table th h5::after {
	content: "";
	flex-grow: 1;
	border-top: 1px solid #666666;
	width: 100%;
	max-width: 30px;
	margin-left: 2rem;
}
#top .business table td {
	vertical-align: bottom;
	padding: 10px;
	padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
	#top .business table th ,
	#top .business table td {
		display: block;
		width: 100%;
	}
	
}

#top .business .business-content {
	position: relative;
}
#top .business .business-content .overlay {
	position: absolute;
	transition: all .5s;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#top .business .business-content:hover .overlay {
	background-color: rgba(0,0,0,.5);
}
@media screen and (max-width: 991px) {
	#top .business .business-content .overlay {
		background-color: rgba(0,0,0,.5);
	}	
}
#top .business .business-content .txt {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
	transition: all .1s;
	width: 100%;
}
#top .business .business-content .txt h3 {
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size:27px;
}
@media screen and (max-width: 991px) {
	#top .business .business-content .txt h3 {
		font-size:23px;
	}
}
#top .business .business-content:hover .txt {
	color:white;
}
@media screen and (max-width: 991px) {
	#top .business .business-content .txt {
		color:white;
	}	
}
#top .business .business-content .txt .link-btn {
	border:1px solid white;
	color:white;
	padding:10px;
	width: 200px;
	display: none;
	margin:0 auto;
	background-color: rgba(255,255,255,.1);
	position: relative;
	display: block;
	visibility: hidden;
	transition: all .1s;
}
#top .business .business-content:hover .txt .link-btn {
	visibility: visible;
}
@media screen and (max-width: 991px) {
	#top .business .business-content .txt .link-btn {
		visibility: visible;
	}
}
#top .business .business-content .txt .link-btn::after {
	content:"";
	position: absolute;
	top:50%;
	right: 0;
	transform: translateY(-50%) ;
	width: 50px;
	height: 1px;
	background-color: rgba(255,255,255,0);
	transition: all .3s;
}
#top .business .business-content .txt .link-btn:hover::after {
	transform: translateY(-50%) translateX(80%);
	background-color: rgba(255,255,255,1);
}
#top .media .title span {
	font-size: 16px;
	padding-left: 2em;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#top .media .owl-carousel {
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
}
#top .media .owl-carousel .owl-prev {
	position: absolute;
	top:40%;
	left: 0;
	transform: translateY(-50%);
}
#top .media .owl-carousel .owl-next {
	position: absolute;
	top:40%;
	right: 0;
	transform: translateY(-50%);
}
#top .media .owl-carousel .owl-prev,
#top .media .owl-carousel .owl-next {
	color: white;
	font-size:20px;
	background-color: rgba(0,0,0,.5);
	width: 32px;
}
#top .media .owl-carousel .owl-prev.disabled,
#top .media .owl-carousel .owl-next.disabled {
	display: none;
}


#top .philosophy .philosophy-title {
	font-size:22px;
	padding:10px;
	min-width: 200px;
}
#top .philosophy .txt p {
	font-size:26px;
	line-height: 2em;
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	padding:10px;
}
@media screen and (max-width: 991px) {
	#top .philosophy .txt p {
		font-size:23px;
	}
}
@media screen and (max-width: 767px) {
	#top .philosophy .txt p {
		font-size:18px;
	}
}
#top .philosophy p.think {
	font-size:15px;
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#top .philosophy p.philosophy-sub-title {
	font-size:28px;
}
@media screen and (max-width: 991px) {
	#top .philosophy p.philosophy-sub-title {
		font-size:23px;
	}
}
@media screen and (max-width: 767px) {
	#top .philosophy p.philosophy-sub-title {
		font-size:20px;
	}
}

#top .company .title span {
	font-size: 16px;
	padding-left: 2em;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#top .company .border-b {
	height:100%;
}

#top .contact {
	background-color:#F2F2F2;
	position: relative;
}
#top .contact .mail-btn {
	padding: 40px;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	background-color: white;
	border: 1px solid #666666;
	max-width: 380px;
	width:100%;
}
#top .contact .mail-text {
	max-width: 380px;
	width:100%;
	text-align: right;
}
@media screen and (max-width: 991px) {
	#top .contact .mail-btn ,
	#top .contact .mail-text {
		max-width: 280px;
	}
}
@media screen and (max-width: 767px) {
	#top .contact .mail-btn ,
	#top .contact .mail-text {
		max-width: 100%;
	}
}
#top .contact .office {
	position: absolute;
	width: 50%;
	height: 100%;
	top:0;
	right: 0;
	background-image: url('../img/office.jpg');
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 767px) {
	#top .contact .office {
		position: static;
		width: 100%;
		height: 300px;
		top: auto;
		right: auto;
	}	
}
#top .contact .office-name {
    width: 98%;
    position: absolute;
    bottom: 3%;
    left: 0;
}

.face img {
/*	width: 60%;*/
}
/* 英語 */

#top.en .message .comment .txt {
	line-height:1.7em;
}
#top.en .message .comment .name {
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	letter-spacing: 0.1em;
}
#top.en .message .comment .position {
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	letter-spacing: 0.1em;
	font-size: 18px;
}
