<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æ¸…é™¤æ&nbsp;·å¼*/
html, body, div, img, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 14px;*/
    /*font-family: Helvetica;*/
    font-weight: normal;
    vertical-align: baseline;
    outline: none;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
    border: 0;
    cursor: none!important;
}

a:active, a:focus {
    outline: none;
    star: expression(this.onFocus=this.blur());
}

a:hover, a:link, a:visited, a:active {
    text-decoration: none;
}

input[type="button"], input[type="submit"], input[type="email"], input[type="text"], input[type="search"], input[type="password"], input[type="tel"], input[type="reset"], input[type="number"],textarea {
    -webkit-appearance: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    padding: 0;
    border-radius: 0;
}

label {
    font-weight: normal;
}

input {
    outline: none !important;
}

/* å¦‚æžœæœ‰è¾“å…¥å†…å®¹IEä¼šç»™è¾“å…¥æ¡†å³è¾¹åŠ&nbsp;ä¸€ä¸ªå¤§å¤§çš„X */
input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

/* åŽ»æŽ‰numberè¾“å…¥æ¡†å³è¾¹ç‚¹å‡»ä¸Šä¸‹çš„å°ä¸‰è§’ */
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* åŽ»æŽ‰searchæœç´¢æ¡†å³è¾¹å°å‰*/
::-webkit-search-cancel-button {
    display: none;
}

/* IEæµè§ˆå™¨å¯¹è¾“å…¥æŽ§ä»¶æœ‰è‡ªå·±çš„font-familyï¼Œéœ€è¦ç»Ÿä¸€ */
input,
textarea,
button {
    /*font-family: inherit;*/
}

/* IOS Safariåœ¨æ¨ªå±çš„æ—¶å€™ä¼šæ”¾å¤§å­—ä½“ï¼Œç¬¬äºŒä¸ªå±žæ€§è®©æ»‘åŠ¨æ›´æµç•… */
html {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

}

body {
    max-width: 720px;
    line-height: 1;
    background: #fff;
    /*cursor: pointer;*/

}

/* Chromeæµè§ˆå™¨ä¼šåœ¨è¾“å…¥æŽ§åˆ¶èšé›†çš„æ—¶å€™æ·»åŠ&nbsp;ä¸€ä¸ªè“è‰²çš„outline*/
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/*åŽ»æŽ‰æµè§ˆå™¨è¾“å…¥æ¡†é»„è‰²èƒŒæ™¯ï¼š*/
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes autofill {
    to {
        /*color: #fff;*/
        background: transparent;
    }
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}

select::-ms-expand {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.flex_center {
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.pic_ratio,.con_ratio {
    position: relative;
    height: 0;
    width: 100%;
}

.pic_ratio .pic,.con_ratio .pic {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.con_ratio .pic{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f3f0;
}
.con_ratio .pic img{
    max-width: 100%;
    max-height: 100%;
}
.pic_ratio[style*="--aspect-ratio"],.con_ratio[style*="--aspect-ratio"] {
    padding-top: calc(100% / (var(--aspect-ratio)));
}



.u-trsde-5 {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.u-trsde-10 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.u-trsde-15 {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.u-trsde-20 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.u-trsde-25 {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.u-trsde-30 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.u-trsde-35 {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.u-trsde-40 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.u-trsde-45 {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.u-trsde-50 {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.u-trsde-55 {
    -webkit-transition-delay: .55s;
    transition-delay: .55s
}

.u-trsde-60 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.u-trsde-65 {
    -webkit-transition-delay: .65s;
    transition-delay: .65s
}

.u-trsde-70 {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.u-trsde-75 {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}

.u-trsde-80 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.u-trsde-85 {
    -webkit-transition-delay: .85s;
    transition-delay: .85s
}

.u-trsde-90 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.u-trsde-95 {
    -webkit-transition-delay: .95s;
    transition-delay: .95s
}

.u-trsde-100 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.u-trsde-105 {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s
}

.u-trsde-110 {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.u-trsde-115 {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s
}

.u-trsde-120 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.u-trsde-125 {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s
}

.u-trsde-130 {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.u-trsde-135 {
    -webkit-transition-delay: 1.35s;
    transition-delay: 1.35s
}

.u-trsde-140 {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.u-trsde-145 {
    -webkit-transition-delay: 1.45s;
    transition-delay: 1.45s
}

.u-trsde-150 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.u-trsde-155 {
    -webkit-transition-delay: 1.55s;
    transition-delay: 1.55s
}

.u-trsde-160 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.u-trsde-165 {
    -webkit-transition-delay: 1.65s;
    transition-delay: 1.65s
}

.u-trsde-170 {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

.u-trsde-175 {
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s
}

.u-trsde-180 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.u-trsde-185 {
    -webkit-transition-delay: 1.85s;
    transition-delay: 1.85s
}

.u-trsde-190 {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s
}

.u-trsde-195 {
    -webkit-transition-delay: 1.95s;
    transition-delay: 1.95s
}

.u-trsde-200 {
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}
.videoWrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    z-index: 12;
    display: none;

}


.videoWrap video {
    /*display: block;*/
    /*width: 100%;*/
    object-fit: cover;
}

.video-js {
    /*background: #fff !important;*/
    /*width: 100% !important;*/
    /*height: 100% !important;*/
    /*position: absolute !important;*/
    /*top: 0;*/
    /*left: 0;*/
}

.vjs-poster {
    background-size: 100% 100% !important;
    background-position: center;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo a {
    width: 25.6%;
    display: block;
}

.logo a img {
    display: block;
}

.loading {
    height: 100%;
    left: 0;
    top: 0;
    background: #141414;
    overflow: hidden;
    animation: blackMove 6s ease;
    animation-fill-mode: forwards;
    position: absolute;
    z-index: 2;

}

.loading .icon {
    width: 100vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;

}

.loading .icon img {
    width: 25.6%;
    display: block;
}

.load {
    position: absolute;
    height: 100%;
    width: 100%;
    animation: hideLoad 2s ease;
    animation-iteration-count: 1;
    animation-delay: 6s;
    animation-fill-mode: forwards;
    left: 0;
}

.load .logo {
    animation: hideLogo 1s ease;
    animation-iteration-count: 1;
    animation-delay: 6s;
    animation-fill-mode: forwards;
}

.black {
    height: 100%;
    left: 0;
    top: 0;
    background: #141414;
    overflow: hidden;
    animation: blackMove 2s ease;
    animation-delay: 6s;
    animation-fill-mode: forwards;
    position: absolute;
    z-index: 3;
}

@keyframes blackMove {
    0% {
        width: 0
    }
    100% {
        width: 100%;
    }
}

@keyframes hideLoad {
    0% {
        display: none;
    }
    100% {
        display: none;
    }
}

@keyframes hideLogo {
    0% {
        display: none
    }
    100% {
        display: none
    }
}

@keyframes show {
    0% {
        opacity: 0
        /*display: none;*/
        /*visibility: hidden;*/
    }
    100% {
        opacity: 1
        /*display: block;*/
        /*visibility: visible;*/
    }
}

/*å“ç‰Œæ•…äº‹*/
.wrapCon {

}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 60px;
    max-width: 720px;
    z-index: 10000;

}

header .icon {
    width: 40px;
    display: block;
    margin-left: 25px;
}

footer {
    background: #000;
    padding: 8% 0 6%;
}

footer .icon {
    width: 18.6%;
    display: block;
    margin: 0 auto;
}

.footMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5% 3% 3%;
}

.footMenu li {
    margin: 0 2.5%;

}

.footMenu li a {
    color: #fff;
    font-size: 3.6vw;
    line-height: 2.2;
}

footer .copyright {
    color: #777;
    font-size: 3vw;
    line-height: 1.8;
    text-align: center;
}

.hamburger {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 10000;
    top: 9px;
    right: 15px
}

.hamburger__line {
    height: 2px;
    overflow: hidden;
    position: absolute;
    width: 18px;
    cursor: none;
}

.hamburger__line-in {
    width: 72px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0
}

.hamburger__line-in:after, .hamburger__line-in:before {
    width: 24px;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-color: #000
}

.hamburger__line-in:before {
    left: -48px
}

.hamburger__line-in:after {
    left: 0
}

.hamburger__line--01 {
    top: 12px;
    left: 11px
}

.hamburger__line--02 {
    top: 19px;
    left: 11px
}

.hamburger__line--03 {
    top: 26px;
    left: 11px
}

.hamburger__line--cross01, .hamburger__line--cross02 {
    top: 19px;
    left: 11px
}

.hamburger__line--cross01 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger__line--cross02 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.hamburger__line {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger__line-in {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger__line-in:after, .hamburger__line-in:before {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.hamburger__line-in--cross01, .hamburger__line-in--cross02 {
    -webkit-transform: translateX(-33.3%);
    transform: translateX(-33.3%)
}

.hamburger__line-in--01 {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.hamburger__line-in--02 {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.hamburger__line-in--02:after, .hamburger__line-in--02:before {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.hamburger__line-in--03 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.hamburger__line-in--03:after, .hamburger__line-in--03:before {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.hamburger__line-in--cross01 {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.hamburger__line-in--cross02 {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.hamburger__line-in--cross02:after, .hamburger__line-in--cross02:before {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.hamburger.is-opened-navi .hamburger__line-in:after, .hamburger.is-opened-navi .hamburger__line-in:before {
    background-color: #fff
}

.hamburger.is-opened-navi .hamburger__line-in--01, .hamburger.is-opened-navi .hamburger__line-in--02, .hamburger.is-opened-navi .hamburger__line-in--03 {
    -webkit-transform: translateX(33.3%);
    transform: translateX(33.3%)
}

.hamburger.is-opened-navi .hamburger__line-in--cross01, .hamburger.is-opened-navi .hamburger__line-in--cross02 {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.hamburger.is-opened-navi .hamburger__line-in--01 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger.is-opened-navi .hamburger__line-in--02 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.hamburger.is-opened-navi .hamburger__line-in--03 {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.hamburger.is-opened-navi .hamburger__line-in--cross01 {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.hamburger.is-opened-navi .hamburger__line-in--cross02 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.hamburger:hover .hamburger__line-in:after, .hamburger:hover .hamburger__line-in:before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%)
}

.hamburger:hover .hamburger__line-in--01:after, .hamburger:hover .hamburger__line-in--01:before, .hamburger:hover .hamburger__line-in--02:after, .hamburger:hover .hamburger__line-in--02:before, .hamburger:hover .hamburger__line-in--03:after, .hamburger:hover .hamburger__line-in--03:before {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.hamburger:hover .hamburger__line-in--cross01:after, .hamburger:hover .hamburger__line-in--cross01:before, .hamburger:hover .hamburger__line-in--cross02:after, .hamburger:hover .hamburger__line-in--cross02:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hamburger.is-opened-navi:hover .hamburger__line-in--cross01:after, .hamburger.is-opened-navi:hover .hamburger__line-in--cross01:before, .hamburger.is-opened-navi:hover .hamburger__line-in--cross02:after, .hamburger.is-opened-navi:hover .hamburger__line-in--cross02:before {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.hamburger.is-opened-navi:hover .hamburger__line-in--01:after, .hamburger.is-opened-navi:hover .hamburger__line-in--01:before, .hamburger.is-opened-navi:hover .hamburger__line-in--02:after, .hamburger.is-opened-navi:hover .hamburger__line-in--02:before, .hamburger.is-opened-navi:hover .hamburger__line-in--03:after, .hamburger.is-opened-navi:hover .hamburger__line-in--03:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.global-navi {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    color: #fff;
    font-weight: 700;
    -webkit-perspective: 500px;
    perspective: 500px;
    pointer-events: none
}

.global-navi a {
    color: #fff;
    cursor: none;
}

.global-navi__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10
}

.global-navi__body-in {
    width: 100%;
    position: relative
}

.global-navi__parents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.global-navi__parents-in {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.global-navi__parents-item {
    margin-right: auto;
    margin-left: auto
}

.global-navi__children {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0
}

.global-navi__children-in {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.global-navi__menu {
    margin: 0;
    padding: 0
}

.global-navi__menu-item {
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: .15em
}

@media all and (min-width: 768px) {
    .global-navi__menu-item {
        font-size: 14px;
        font-size: .875rem
    }
}

@media all and (max-width: 767px) {
    .global-navi__menu-item {
        font-size: 12px;
        font-size: .75rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .global-navi__menu-item {
        font-size: 3.75vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .global-navi__menu-item {
        font-size: 15.525px
    }
}

@media all and (min-width: 768px) {
    .global-navi__menu-item--sns {
        margin-top: 36px
    }
}

@media all and (max-width: 767px) and (orientation: landscape) {
    .global-navi__menu-item--sns {
        margin-top: 12px
    }
}

@media all and (max-width: 767px) and (orientation: portrait) {
    .global-navi__menu-item--sns {
        margin-top: 27px
    }
}

.global-navi__menu-item--sns:before {
    height: 1px;
    content: '';
    display: block;
    background-color: grey
}

@media all and (min-width: 768px) {
    .global-navi__menu-item--sns:before {
        width: 15px;
        margin-bottom: 40px
    }
}

@media all and (max-width: 767px) and (orientation: landscape) {
    .global-navi__menu-item--sns:before {
        margin-bottom: 10px
    }
}

@media all and (max-width: 767px) and (orientation: portrait) {
    .global-navi__menu-item--sns:before {
        margin-bottom: 25px
    }
}

@media all and (max-width: 767px) {
    .global-navi__menu-item--sns:before {
        width: 11px
    }
}

.global-navi__menu-item-wrap {
    cursor: pointer;
    display: inline-block;
    color: #fff
}

.global-navi__menu-item-wrap.is-off {
    color: #454545
}

@media all and (min-width: 768px) {
    .global-navi__menu-item-wrap {
        padding: 14px 0
    }
}

@media all and (max-width: 767px) and (orientation: landscape) {
    .global-navi__menu-item-wrap {
        padding: 5px 0
    }
}

@media all and (max-width: 767px) and (orientation: portrait) {
    .global-navi__menu-item-wrap {
        padding: 9px 0
    }
}

.global-navi__menu-sns {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: start;*/
    /*-ms-flex-pack: start;*/
    /*justify-content: flex-start;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    position: relative;
}

.global-navi__menu-sns-item {
    width: 45px;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.global-navi__menu-sns-item svg {
    fill: #fff;
    display: block
}

.global-navi__bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000
}

.global-navi__bg-children {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #161616
}

.global-navi.is-opened {
    pointer-events: auto
}

.global-navi.is-opened .global-navi__parents {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.global-navi.is-opened .global-navi__parents-in {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.global-navi.is-opened .global-navi__parents-item {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.global-navi.is-opened .global-navi__children {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.global-navi.is-opened .global-navi__bg-children {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.global-navi__parents {
    width: 100%;
    -webkit-perspective: 500px;
    perspective: 500px
}

.global-navi__parents-item {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 50px);
    transform: translate3d(0, 0, 50px)
}

.global-navi__parents-item.is-opened {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.global-navi__parents-item.is-opened:nth-of-type(1) {
    -webkit-transition-delay: .14s;
    transition-delay: .14s
}

.global-navi__parents-item.is-opened:nth-of-type(2) {
    -webkit-transition-delay: .18s;
    transition-delay: .18s
}

.global-navi__parents-item.is-opened:nth-of-type(3) {
    -webkit-transition-delay: .22s;
    transition-delay: .22s
}

.global-navi__parents-item.is-opened:nth-of-type(4) {
    -webkit-transition-delay: .26s;
    transition-delay: .26s
}

.global-navi__parents-item.is-opened:nth-of-type(5) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.global-navi__parents-item.is-opened:nth-of-type(6) {
    -webkit-transition-delay: .34s;
    transition-delay: .34s
}

.global-navi__parents-item.is-opened:nth-of-type(7) {
    -webkit-transition-delay: .38s;
    transition-delay: .38s
}

.global-navi__parents-item.is-opened:nth-of-type(8) {
    -webkit-transition-delay: .42s;
    transition-delay: .42s
}

.global-navi__parents-item.is-opened:nth-of-type(9) {
    -webkit-transition-delay: .46s;
    transition-delay: .46s
}

.global-navi__parents-item.is-opened:nth-of-type(10) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.global-navi__parents-item.is-opened:nth-of-type(11) {
    -webkit-transition-delay: .54s;
    transition-delay: .54s
}

.global-navi__parents-item.is-opened:nth-of-type(12) {
    -webkit-transition-delay: .58s;
    transition-delay: .58s
}

.global-navi__parents-item.is-opened:nth-of-type(13) {
    -webkit-transition-delay: .62s;
    transition-delay: .62s
}

.global-navi__parents-item.is-opened:nth-of-type(14) {
    -webkit-transition-delay: .66s;
    transition-delay: .66s
}

.global-navi__parents-item.is-opened:nth-of-type(15) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.global-navi__parents-item.is-opened:nth-of-type(16) {
    -webkit-transition-delay: .74s;
    transition-delay: .74s
}

.global-navi__parents-item.is-opened:nth-of-type(17) {
    -webkit-transition-delay: .78s;
    transition-delay: .78s
}

.global-navi__parents-item.is-opened:nth-of-type(18) {
    -webkit-transition-delay: .82s;
    transition-delay: .82s
}

.global-navi__parents-item.is-opened:nth-of-type(19) {
    -webkit-transition-delay: .86s;
    transition-delay: .86s
}

.global-navi__parents-item.is-opened:nth-of-type(20) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.global-navi__parents.is-opened-children {
    width: 50%
}

.global-navi__children {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.global-navi__children.is-opened {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.global-navi__menu-sns-item {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.global-navi__menu-sns-item.is-over {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.global-navi__bg {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, -50px);
    transform: translate3d(0, 0, -50px);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.global-navi__bg.is-opened {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.global-navi__bg-children {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.global-navi__bg-children.is-opened {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.global-navi .icon img:first-child {
    margin-right: 10px;
}

.global-navi .code img {
    width: 90px;
    height: 90px;
    background: #fff;
    padding: 5px;
    display: none;
}

.global-navi .code img:first-child {
    display: block;
}

.global-navi .code {
    margin-top: 20px;
}

/*æ­£æ–‡*/
.mainCon {
    position: relative;
    z-index: 100;
    overflow: hidden;
    background-color: #fff
}

.l-contents--index {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.l-contents--index.is-visible {
    opacity: 1;
    pointer-events: auto
}

.l-contents--index.is-animate {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

@media all and (max-width: 767px) {
    .articleCon {
        font-size: 11px;
        font-size: .6875rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .articleCon {
        font-size: 3.4375vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .articleCon {
        font-size: 14.23125px
    }
}

@media all and (max-width: 767px) {
    .articleCon {
        padding-top: 60px;
        line-height: 1.8
    }
}

.brand {
    position: relative;
}

.brand_wrap {
    position: relative;
    display: block;
    color: #000
}

.brandImage {
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-right: 25px;
    margin-left: 25px
}

.brandImage-in {
    display: block;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

@media all and (max-width: 767px) and (orientation: landscape) {
    .brandImage-in {
        padding-top: 38.46154%
    }
}

@media all and (max-width: 767px) and (orientation: portrait) {
    .brandImage-in {
        padding-top: 50%
    }
}

.brandImage-in::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000
}

.brandLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.1;
    position: relative;
    z-index: 10;
    margin: 0
}

@media all and (max-width: 767px) {
    .brandLabel {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .brandLabel {
        font-size: 7.5vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .brandLabel {
        font-size: 31.05px
    }
}

@media all and (max-width: 767px) {
    .brandLabel {
        padding-top: 30px;
        padding-bottom: 35px
    }
}

.brandTitle {
    display: block;
    overflow: hidden
}

.brand_title {
    display: block;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.brand_title.small {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 0;
}

.brangBg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.brangBg:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background-color: #f8f5f2
}

@media all and (max-width: 767px) {
    .brangBg--has-image {
        padding-top: 33.3%
    }
}

.brandImage-in {
    -webkit-transform: translate3d(-100.5%, 0, 0);
    transform: translate3d(-100.5%, 0, 0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.brandImage-in::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.brandImage.animated .brandImage-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    animation-fill-mode: forwards;
}

.brandImage.animated .brandImage-in:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.brangBg {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.brangBg.animated {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.brandCon {
    padding: 40px 0;
}

.brandCon .title {
    line-height: 1.65385;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 4.6875vw;
    position: relative;
}

.brandCon .title .big {
    margin-right: 10px;
    position: relative;
    letter-spacing: 6px;
}

.brandCon .title .big::after {
    width: 1px;
    height: 12px;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    top: 50%;
    margin-top: -5px;
    right: -4px;
    position: absolute;

}

.brandCon .title .small {
    transform: scale(0.9);
    color: rgba(0, 0, 0, 0.6);

}

.brandCon .con {
    padding: 0 25px;
    font-size: 3.6375vw;
    line-height: 1.8;
    position: relative;
}

.mb30 {
    margin-bottom: 30px;
}

.changeWidth:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    background-color: rgb(255, 255, 255);
    transform: scaleX(1);
    transform-origin: right center 0px;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: transform, -webkit-transform;
}

.changeWidth.animated:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.brandCon.bg {
    background: #f8f5f2;
}

.brandCon.bg .changeWidth:before {
    background: #f8f5f2;
}

.brandImage-in.origin {
    transition-delay: .7s !important;
}

.brandImage-in.origin::before {
    transition-delay: 1s !important;
}

.navMenu {
    line-height: 1;
    position: relative
}




@media all and (max-width: 767px) {
    .navMenu {
        font-size: 9px;
        font-size: .5625rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .navMenu {
        font-size: 2.8125vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .navMenu {
        font-size: 11.64375px
    }
}
.navContent {
    position: relative;
    z-index: 10
}

.navToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    letter-spacing: .2em;
    cursor: none;
}

.navToggle-icon {
    width: 8px;
    height: 8px;
    position: relative;
    margin-left: 8px
}

.navToggle-icon-line {
    position: absolute;
    background-color: #000
}

.navToggle-icon-line--01 {
    width: 8px;
    height: 2px;
    top: 3px;
    left: 0
}

.navToggle-icon-line--02 {
    width: 2px;
    height: 8px;
    top: 0;
    left: 3px
}

.navList {
    overflow: hidden
}



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


@media all and (max-width: 767px) {
    .navListIn2 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.navList-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}


@media all and (max-width: 767px) {
    .navList-item {
        width: 50%;
        position: relative;
        border-top: 1px solid #fff;
        text-align: center;
        background-color: #edebe7
    }

    .navList-item:nth-of-type(2n+1) {
        border-right: 1px solid #fff
    }

    .navList-item:nth-of-type(2n+1):last-of-type:before {
        width: 100%;
        height: 0;
        content: '';
        position: absolute;
        top: -1px;
        right: -100%;
        border-top: 1px solid #fff
    }
}

.navList-item a {
    display: block;
    color: #000;
    letter-spacing: .2em;
    cursor: none;
}


@media all and (max-width: 767px) {
    .navList-item a {
        padding-top: 18px;
        padding-bottom: 18px
    }
}



@media all and (max-width: 767px) {
    .p-local-navi__search {
        width: 100%;
        position: relative;
        border-top: 1px solid #fff;
        background-color: #edebe7
    }
}


@media all and (max-width: 767px) {
    .p-local-navi__search-in {
        padding-right: 52px;
        padding-left: 37px
    }
}

.p-local-navi__search-in:before {
    width: 1px;
    height: 12px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    background-color: #979593
}

@media all and (max-width: 767px) {
    .p-local-navi__search-in:before {
        left: 25px
    }
}

.p-local-navi__search-input {
    width: 100%;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    letter-spacing: .2em;
    background: 0 0
}


@media all and (max-width: 767px) {
    .p-local-navi__search-input {
        font-size: 9px;
        font-size: .5625rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .p-local-navi__search-input {
        font-size: 2.8125vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .p-local-navi__search-input {
        font-size: 11.64375px
    }
}

.p-local-navi__search-button {
    width: 44px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    border: 0;
    background: 0 0
}


@media all and (max-width: 767px) {
    .p-local-navi__search-button {
        right: 8px;
        pointer-events: none
    }
}

.navBg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #edebe7
}

.navContent {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.navContent.animated {
    opacity: 1
}

.navToggle.is-opened .navToggle-icon-line--02 {
    display: none
}

@media all and (max-width: 767px) {
    .navList {
        height: 0;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
        transition-timing-function: cubic-bezier(.785, .135, .15, .86);
        -webkit-transition-property: opacity, height;
        transition-property: opacity, height
    }
}

.navList.is-opened {
    height: 61px;
}

.navBg {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.navBg.animated {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}


.c-section-header {
    line-height: 1.65385;
    margin: 40px 0;
    text-align: center;
    letter-spacing: .05em;
    font-size: 4.6875vw;
}



.sectionCon {
    overflow: hidden;
    position: relative;
    padding-top: 50px;
}

@media all and (min-width: 768px) {
    .sectionCon {
        margin-bottom: 8.33333%;
        margin-right: 6.66%;
        margin-left: 6.66%;
        padding-bottom: .55556%
    }
}

.sectionCon__head {
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    letter-spacing: .1em
}


@media all and (max-width: 767px) {
    .sectionCon__head {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .sectionCon__head {
        font-size: 5.625vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .sectionCon__head {
        font-size: 23.2875px
    }
}

.sectionCon__head-en {
    display: block;
    text-transform: uppercase;
}


.sectionCon__image {
    overflow: hidden;
    position: relative;
    z-index: 10
}



@media all and (max-width: 767px) {
    .sectionCon__image {
        margin-bottom: 25px;
        margin-right: 25px;
        margin-left: 25px
    }
}

.sectionCon__image img {
    width: 100%;
    display: block;
}

.sectionCon__image-in {
    display: block;
    overflow: hidden
}

.sectionCon__image-in:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: #000
}

.sectionCon__content, .sectionCon__content-expand {
    position: relative;
    z-index: 10;
    margin-right: auto;
    margin-left: auto
}

@media all and (min-width: 768px) {
    .sectionCon__content, .sectionCon__content-expand {
        margin-bottom: 8.97436%
    }
}

@media all and (max-width: 767px) {
    .sectionCon__content, .sectionCon__content-expand {
        margin-bottom: 50px
    }
}

@media all and (min-width: 1025px) {
    .sectionCon__content {
        width: 61.53846%
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .sectionCon__content {
        width: 76.92308%
    }
}

@media all and (max-width: 767px) {
    .sectionCon__content {
        padding-right: 25px;
        padding-left: 25px
    }
}

@media all and (max-width: 767px) {
    .sectionCon__content-expand {
        padding-right: 25px;
        padding-left: 25px
    }
}

.sectionCon__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 32%;
    background-color: #f5f3f0
}

.sectionCon__head {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.sectionCon__head.animated {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform
}

.sectionCon__image-in {
    -webkit-transform: translate3d(-100.5%, 0, 0);
    transform: translate3d(-100.5%, 0, 0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.sectionCon__image-in:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.sectionCon__image.animated .sectionCon__image-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sectionCon__image.animated .sectionCon__image-in:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.c-slide-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.c-slide-in__wrap1, .c-slide-in__wrap2, .c-slide-in__wrap3 {
    display: block
}

.c-slide-in__wrap1, .c-slide-in__wrap2 {
    overflow: hidden
}

.c-slide-in__wrap2, .c-slide-in__wrap3 {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.c-slide-in__wrap2 {
    -webkit-transform: translate3d(-100.5%, 0, 0);
    transform: translate3d(-100.5%, 0, 0)
}

.c-slide-in__wrap3 {
    -webkit-transform: translate3d(100.1%, 0, 0);
    transform: translate3d(100.1%, 0, 0);
    font-weight: bold;
}

.c-slide-in.animated .c-slide-in__wrap2, .c-slide-in.animated .c-slide-in__wrap3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.c-fade-in {
    opacity: 0
}

.c-fade-in.animated {
    opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.c-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1.1;
    position: relative;
    border: 0;
    color: #000;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .3em;
    background: 0 0
}

.c-button:after, .c-button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.c-button:before {
    background-color: #fff
}

.c-button:after {
    background-color: #000
}

.c-button--pos-c {
    margin-right: auto;
    margin-left: auto
}

@media all and (min-width: 1025px) {
    .c-button--size-m {
        font-size: 12px;
        font-size: .75rem
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .c-button--size-m {
        font-size: 11px;
        font-size: .6875rem
    }
}

@media all and (max-width: 767px) {
    .c-button--size-m {
        font-size: 9px;
        font-size: .5625rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .c-button--size-m {
        font-size: 2.8125vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .c-button--size-m {
        font-size: 11.64375px
    }
}

@media all and (min-width: 768px) {
    .c-button--size-m {
        width: 220px;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media all and (max-width: 767px) {
    .c-button--size-m {
        width: 160px;
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media all and (min-width: 1025px) {
    .c-button--size-l {
        font-size: 13px;
        font-size: .8125rem
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .c-button--size-l {
        font-size: 12px;
        font-size: .75rem
    }
}

@media all and (max-width: 767px) {
    .c-button--size-l {
        font-size: 10px;
        font-size: .625rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .c-button--size-l {
        font-size: 3.125vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .c-button--size-l {
        font-size: 12.9375px
    }
}

@media all and (min-width: 768px) {
    .c-button--size-l {
        width: 480px;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media all and (max-width: 767px) {
    .c-button--size-l {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media all and (min-width: 1025px) {
    .c-button--horizontal {
        font-size: 13px;
        font-size: .8125rem
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .c-button--horizontal {
        font-size: 12px;
        font-size: .75rem
    }
}

@media all and (max-width: 767px) {
    .c-button--horizontal {
        font-size: 10px;
        font-size: .625rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .c-button--horizontal {
        font-size: 3.125vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .c-button--horizontal {
        font-size: 12.9375px
    }
}

@media all and (min-width: 768px) {
    .c-button--horizontal {
        width: 37.5%;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media all and (max-width: 767px) {
    .c-button--horizontal {
        width: 45%;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media all and (min-width: 1025px) {
    .c-button--footer {
        font-size: 13px;
        font-size: .8125rem
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .c-button--footer {
        font-size: 12px;
        font-size: .75rem
    }
}

@media all and (max-width: 767px) {
    .c-button--footer {
        font-size: 10px;
        font-size: .625rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .c-button--footer {
        font-size: 3.125vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .c-button--footer {
        font-size: 12.9375px
    }
}

@media all and (min-width: 768px) {
    .c-button--footer {
        width: 440px;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media all and (max-width: 767px) {
    .c-button--footer {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.c-button--footer:before {
    background-color: #333
}


.c-button__label {
    display: inline-block;
    position: relative;
    z-index: 10;
    font-weight: bold;
}

.c-button__label--footer {
    color: #fff
}

.c-button__border-h:after, .c-button__border-h:before, .c-button__border-v:after, .c-button__border-v:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    background-color: #000
}

.c-button__border-h--footer:after, .c-button__border-h--footer:before, .c-button__border-v--footer:after, .c-button__border-v--footer:before {
    background-color: #666
}

.c-button__border-v:after, .c-button__border-v:before {
    width: 2px;
    top: 0;
    bottom: 0
}

.c-button__border-v:before {
    left: 0
}

.c-button__border-v:after {
    right: 0
}

.c-button__border-h:after, .c-button__border-h:before {
    height: 2px;
    right: 0;
    left: 0
}

.c-button__border-h:before {
    top: 0
}

.c-button__border-h:after {
    bottom: 0
}

.c-button--utility {
    color: #999
}

.c-button--utility:after {
    background-color: #999
}

.c-button--utility .c-button__border-h:after, .c-button--utility .c-button__border-h:before, .c-button--utility .c-button__border-v:after, .c-button--utility .c-button__border-v:before {
    background-color: #999
}

.c-button__label {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color, opacity;
    transition-property: color, opacity
}

.c-button__border-h:after, .c-button__border-h:before, .c-button__border-v:after, .c-button__border-v:before {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.c-button__border-v:after, .c-button__border-v:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.c-button__border-v:before {
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.c-button__border-v:after {
    -webkit-transform-origin: top;
    transform-origin: top
}

.c-button__border-h:after, .c-button__border-h:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.c-button__border-h:before {
    -webkit-transform-origin: left;
    transform-origin: left
}

.c-button__border-h:after {
    -webkit-transform-origin: right;
    transform-origin: right
}

.c-button:before {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.c-button:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.c-button.animated .c-button__label {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.c-button.animated .c-button__border-v:after, .c-button.animated .c-button__border-v:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.c-button.animated .c-button__border-h:after, .c-button.animated .c-button__border-h:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.c-button.animated:before {
    opacity: 1
}

.c-button.is-over .c-button__label {
    color: #fff;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.c-button.is-over:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.c-button.is-leave .c-button__label {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.c-button.is-leave:after {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}
.c-flexbox__item {
    display: block;
    color: #000;

}

@media all and (min-width: 768px) {
    .c-flexbox__item {
        margin-top: 50px
    }
}

@media all and (max-width: 767px) {
    .c-flexbox__item {
        margin-top: 30px
    }
}

@media all and (min-width: 768px) {
    .c-flexbox__item--col2 {
        width: 47.91667%;
        margin-left: 4.16667%
    }

    .c-flexbox__item--col2:nth-of-type(1), .c-flexbox__item--col2:nth-of-type(2) {
        margin-top: 0
    }

    .c-flexbox__item--col2:nth-of-type(2n+1) {
        margin-left: 0
    }
}

@media all and (max-width: 767px) {
    .c-flexbox__item--col2:first-of-type {
        margin-top: 0
    }
}

@media all and (min-width: 768px) {
    .c-flexbox__item--col3 {
        width: 30.55556%;
        margin-left: 4.16667%
    }

    .c-flexbox__item--col3:nth-of-type(1), .c-flexbox__item--col3:nth-of-type(2), .c-flexbox__item--col3:nth-of-type(3) {
        margin-top: 0
    }

    .c-flexbox__item--col3:nth-of-type(3n+1) {
        margin-left: 0
    }
}

@media all and (max-width: 767px) and (orientation: landscape) {
    .c-flexbox__item--col3 {
        width: 30.55556%;
        margin-left: 4.16667%
    }

    .c-flexbox__item--col3:nth-of-type(1), .c-flexbox__item--col3:nth-of-type(2), .c-flexbox__item--col3:nth-of-type(3) {
        margin-top: 0
    }

    .c-flexbox__item--col3:nth-of-type(3n+1) {
        margin-left: 0
    }
}

@media all and (max-width: 767px) and (orientation: portrait) {
    .c-flexbox__item--col3:first-of-type {
        margin-top: 0
    }
}

@media all and (min-width: 1025px) {
    .c-flexbox__item--col2or3 {
        width: 30.55556%;
        margin-left: 4.16667%
    }

    .c-flexbox__item--col2or3:nth-of-type(1), .c-flexbox__item--col2or3:nth-of-type(2), .c-flexbox__item--col2or3:nth-of-type(3) {
        margin-top: 0
    }

    .c-flexbox__item--col2or3:nth-of-type(3n+1) {
        margin-left: 0
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .c-flexbox__item--col2or3 {
        width: 47.91667%;
        margin-left: 4.16667%
    }

    .c-flexbox__item--col2or3:nth-of-type(1), .c-flexbox__item--col2or3:nth-of-type(2) {
        margin-top: 0
    }

    .c-flexbox__item--col2or3:nth-of-type(2n+1) {
        margin-left: 0
    }
}

@media all and (max-width: 767px) {
    .c-flexbox__item--col2or3:first-of-type {
        margin-top: 0
    }
}

@media all and (max-width: 767px) and (orientation: portrait) {
    .c-flexbox__item--s {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-flexbox__item-thumb {
    overflow: hidden
}

@media all and (max-width: 767px) and (orientation: portrait) {
    .c-flexbox__item-thumb--s {
        width: 50%
    }
}

.c-flexbox__item-thumb img {
    width: 100%;
    display: block;
}

.c-flexbox__item-thumb-in {
    overflow: hidden;
    position: relative
}

.c-flexbox__item-thumb-in--people {
    position: relative;
    padding-top: 66.6%
}

.c-flexbox__item-thumb-in--people img {
    position: absolute;
    top: 0;
    left: 0
}

.c-flexbox__item-thumb-in:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #000
}

.c-flexbox__item-thumb-blur img {
    width: 100%
}

.c-flexbox__item-body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

@media all and (min-width: 1025px) {
    .c-flexbox__item-body {
        padding: 30px 30px 0
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .c-flexbox__item-body {
        padding-top: 20px
    }
}

@media all and (max-width: 767px) {
    .c-flexbox__item-body {
        padding-top: 20px
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .c-flexbox__item-body--s {
        padding-right: 0;
        padding-left: 0
    }
}

@media all and (max-width: 767px) and (orientation: portrait) {
    .c-flexbox__item-body--s {
        width: 50%;
        padding-top: 0;
        padding-left: 20px
    }
}

.c-flexbox__item-body:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #fff
}

.c-flexbox__item-body--beige:before {
    background-color: #f5f3f0
}

.c-flexbox__item-head {
    line-height: 1.25;
    margin-top: 0;
    font-weight: 700;
    letter-spacing: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media all and (min-width: 1025px) {
    .c-flexbox__item-head {
        font-size: 26px;
        font-size: 1.625rem
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .c-flexbox__item-head {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media all and (max-width: 767px) {
    .c-flexbox__item-head {
        font-size: 13px;
        font-size: .8125rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .c-flexbox__item-head {
        font-size: 4.0625vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .c-flexbox__item-head {
        font-size: 16.81875px
    }
}

@media all and (min-width: 1025px) {
    .c-flexbox__item-head {
        margin-bottom: 15px
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .c-flexbox__item-head {
        margin-bottom: 10px
    }
}

@media all and (max-width: 767px) {
    .c-flexbox__item-head {
        margin-bottom: 10px
    }
}

.c-flexbox__item-text {
    line-height: 2;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .05em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (min-width: 1025px) {
    .c-flexbox__item-text {
        font-size: 13px;
        font-size: .8125rem
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .c-flexbox__item-text {
        font-size: 12px;
        font-size: .75rem
    }
}

@media all and (max-width: 767px) {
    .c-flexbox__item-text {
        font-size: 9px;
        font-size: .5625rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .c-flexbox__item-text {
        font-size: 2.8125vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .c-flexbox__item-text {
        font-size: 11.64375px
    }
}

.c-flexbox__item-text--s {
    line-height: 1.75;
    margin-top: -5px
}

@media all and (min-width: 768px) {
    .c-flexbox__item-readmore {
        margin-top: 20px
    }
}

@media all and (max-width: 767px) {
    .c-flexbox__item-readmore {
        margin-top: 10px
    }
}

.c-flexbox__item-thumb img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 4s;
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.c-flexbox__item-thumb-in {
    -webkit-transform: translate3d(-100.5%, 0, 0);
    transform: translate3d(-100.5%, 0, 0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.c-flexbox__item-thumb-in:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.c-flexbox__item-thumb.animated .c-flexbox__item-thumb-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.c-flexbox__item-thumb.animated .c-flexbox__item-thumb-in:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.c-flexbox__item-thumb-blur {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.c-flexbox__item-thumb-blur.animated {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, -webkit-filter, -webkit-transform;
    transition-property: opacity, filter, transform;
    transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform
}

.c-flexbox__item-body:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.c-flexbox__item-body.animated:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}


.c-flexbox__item.is-over .c-flexbox__item-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.address{
    padding: 30px 25px;
    position: relative;
}
.address .group{
    line-height: 1.8;
    font-weight: bold;
    font-size: 4.6875vw;

}

.c-section-narrow,.c-section {
    /*margin-bottom: 50px;*/
    margin-right: 25px;
    margin-left: 25px
}


.p-form-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}



@media all and (max-width: 767px) {
    .p-form-steps {
        margin-bottom: 50px
    }
}

.p-form-steps__item {
    line-height: 1.1;
    text-align: center
}


@media all and (max-width: 767px) {
    .p-form-steps__item {
        width: 30%
    }
}

.p-form-steps__item.is-current {
    color: #c1b157
}

.p-form-steps__item-number {
    font-style: italic
}



@media all and (max-width: 767px) {
    .p-form-steps__item-number {
        margin-bottom: 7px;
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .p-form-steps__item-number {
        font-size: 5.625vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .p-form-steps__item-number {
        font-size: 23.2875px
    }
}

.p-form-steps__item-label {
    letter-spacing: .06em;
    color: #999
}



@media all and (max-width: 767px) {
    .p-form-steps__item-label {
        font-size: 9px;
        font-size: .5625rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .p-form-steps__item-label {
        font-size: 2.8125vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .p-form-steps__item-label {
        font-size: 11.64375px
    }
}

.is-current .p-form-steps__item-label {
    color: #c1b157
}

.p-form-steps__arrow {
    width: 9px;
    height: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


@media all and (max-width: 767px) {
    .p-form-contents__item {
        line-height: 1.8;
        margin-bottom: 30px;
        font-size: 11px;
        font-size: .6875rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .p-form-contents__item {
        font-size: 3.4375vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .p-form-contents__item {
        font-size: 14.23125px
    }
}

.p-form-contents__item--no-border {
    border-bottom: none
}


@media all and (max-width: 767px) {
    .p-form-contents__item-head {
        margin-bottom: 10px;
        font-size: 12px;
        font-size: .75rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .p-form-contents__item-head {
        font-size: 3.75vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .p-form-contents__item-head {
        font-size: 15.525px
    }
}

.p-form-contents__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media all and (max-width: 767px) {
    .p-form-contents__item-body--sp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p-form-contents__item-body--no-flex {
    display: block
}

.p-form-contents__item-col2 {
    width: 50%
}


.p-form-contents textarea {
    height: 120px
}

.p-form-contents input[type=email], .p-form-contents input[type=text],.p-form-contents input[type=tel], .p-form-contents select, .p-form-contents textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #7f7f7f;
    letter-spacing: .025em
}

@media all and (min-width: 768px) {
    .p-form-contents input[type=email], .p-form-contents input[type=text],.p-form-contents input[type=tel], .p-form-contents select, .p-form-contents textarea {
        line-height: 2.15385;
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 13px;
        font-size: .8125rem
    }
}

@media all and (max-width: 767px) {
    .p-form-contents input[type=email], .p-form-contents input[type=text], .p-form-contents input[type=tel],.p-form-contents select, .p-form-contents textarea {
        line-height: 1.8;
        margin-top: -10px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 11px;
        font-size: .6875rem
    }
}

@media all and (max-width: 767px) and (max-width: 414px) {
    .p-form-contents input[type=email], .p-form-contents input[type=text], .p-form-contents input[type=tel],.p-form-contents select, .p-form-contents textarea {
        font-size: 3.4375vw
    }
}

@media all and (max-width: 767px) and (min-width: 415px) {
    .p-form-contents input[type=email], .p-form-contents input[type=text],.p-form-contents input[type=tel], .p-form-contents select, .p-form-contents textarea {
        font-size: 14.23125px
    }
}

.p-form-contents input[type=radio] {
    margin-right: 16px
}


.u-required {
    color: #c1b157
}


.p-form-contents__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.p-people-in-flexbox__role{
    color: #979797;
    margin-bottom: 5px;
}

.p-people-in-flexbox__name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c-flexbox__item-body.changeWidth{
    animation-duration: 0.6s;
}

.titleLine{
    position: relative;
}
.titleLine:after{
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    background: #202020;
    bottom:0;
}

.listGroup{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    padding-bottom: 10px;
}
.listGroup&gt;div{
    width: 45.5%;
    margin: 2.5%  0 0 3%;
}
.listGroup&gt;div a{
    display: block;
}
.listGroup&gt;div:first-child{
    margin-top: 1%!important;
    padding-bottom: 21%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listGroup&gt;div:nth-child(odd){
    margin-top: -20%;
}
.listGroup .cateTitle{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.listGroup .cateNumber{
    font-size: 12px;
    line-height: 20px;
    color: #A18040;
    text-align: center;
}
.listGroup .title{
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #202020;
    text-align: center;
    margin-top: 10px;
}
.listGroup .price{
    font-size: 12px;
    line-height: 20px;
    color: #202020;
    text-align: center;
}
.listGroup .price span{
    font-size: 18px;
    color: #A18040;
    margin-left: 5px;
}

.backIcon{
    display: block;
    margin-right: 10px;
}


/*çº¢é…’è¯¾å&nbsp;‚*/
.wineClass{
    overflow: hidden;
}
.wineClass a{
    width: 49%;
    float: left;
    margin-left: 2%;
}
.wineClass a:nth-child(2n+1){
    margin-left: 0;
}
/*æ–°é—»åŠ¨æ€è¯¦æƒ…*/
.article{
    padding: 40px 0 0;
}

.article .title{
    font-size: 14px;
    line-height: 24px;
    padding: 10px 25px;
    color: #979797;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page{
    padding: 0 25px 40px;
}
.page div{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #A18040;
    font-size: 14px;
    line-height: 30px;
}
.page div span{
    font-weight: bold;
}
.sectionCon__image-in.white:before{
    background: #fff!important;
}
.c-slide-in__wrap3.small{
    font-size: 3vw;
    color: #A18040;
}
.c-paragraph-center div{
    font-size: 3.4375vw;
    line-height: 2;
}
.wineryStyleTitle .p-people-in-flexbox__name{
    font-size: 5vw;
    line-height: 2;
    padding-bottom: 10px;
}
.wineryStyleTitle .p-people-in-flexbox__role{
    margin-bottom: 0;
}

.board {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.playBtn{
    width: 40px!important;
    left: 50%!important;
    margin-left: -20px;
    top:50%!important;
    margin-top: -20px;
}


.videoFull{
    opacity: 1;
    display: none;
    z-index: 100;
    position: fixed;
    background: #000000;
}
.videoFull .video-js{
    background: #000!important;
    height: auto!important;
}
body.fix{
    position: fixed;
    top:0;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-width: 720px;
    height: 100%;
}
.fix header{
    z-index: 5;
}
.closeBtn {
    position: fixed;
    right:25px;
    width: 20px;
    height: 20px;
    top:20px;
    z-index: 10000;
}

/*.video-js .vjs-control-bar{*/
  /*width: 94%!important;*/
    /*left: 3%!important;*/
    /*bottom: 50px!important;*/
    /*background: rgba(0,0,0,0.8)!important;*/
    /*height: 50px!important;*/
    /*padding: 10px 0;*/
/*}*/


.shopCon{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    background: url('../img/pic43.png') no-repeat center;
    background-size: auto 100% ;
}

.shopCon .logoIcon{
    position: absolute;
    top:16%;
    width: 48%;
    left: 26%;
    display: block;
}

.shopCon .c-button:before,.shopCon .c-button:after{
    background: transparent;
}
.shopCon .c-button{
    color: #fff;
}

.shopCon .c-button__border-h:after,.shopCon  .c-button__border-h:before,.shopCon  .c-button__border-v:after,.shopCon  .c-button__border-v:before{
    background: #fff;
}
.shopCon .sectionCon__content{
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    margin-bottom: 0;
}
.shopCon .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #d4d4d4;
}
.shopCon .swiper-pagination-bullet-active{
    background: #fff;
}


.shopCon .swiper-container{
    position: absolute;
    left: 0;
    bottom: 120px;
    padding: 0 0 40px;
    width: 100%;
    color: #fff;
}
.shopCon .swiper-slide{
    overflow: hidden;
    padding: 100px 30px 0;
}

.shopCon .title{
    font-size: 5vw;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.shopCon .con{
    text-align: center;
    line-height: 1.5;
    word-wrap: break-word
}


.indexSwiper,.indexSwiper .swiper-wrapper{
    /*border:1px solid red;*/
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top:0;
    bottom: 0
}
.indexSwiper .swiper-slide{
    /*border: 1px solid black;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*position: fixed;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top:0;*/
    /*bottom: 0;*/
    /*z-index: 10;*/

}

.indexSwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-left{
    display: none;
}

.slider{

    transition: all .3s;
}


.slider_item {
    display: flex;
    align-items: center;
}



.slider_item.swiper-slide-active .slider_img img {
    opacity: 1;
    transition-delay: .3s;
}

.slider_item.swiper-slide-active .slider_content &gt; * {
    opacity: 1;
    transform: none;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(1) {
    transition-delay: 0.3s;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(2) {
    transition-delay: 0.4s;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(3) {
    transition-delay: 0.5s;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(4) {
    transition-delay: 0.6s;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(5) {
    transition-delay: 0.7s;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(6) {
    transition-delay: 0.8s;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(7) {
    transition-delay: 0.9s;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(8) {
    transition-delay: 1s;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(9) {
    transition-delay: 1.1s;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(10) {
    transition-delay: 1.2s;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(11) {
    transition-delay: 1.3s;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(12) {
    transition-delay: 1.4s;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(13) {
    transition-delay: 1.5s;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(14) {
    transition-delay: 1.6s;
}

.slider_item.swiper-slide-active .slider_content &gt; *:nth-child(15) {
    transition-delay: 1.7s;
}


.slider_content {
    padding:0 25px;
    position: absolute;
    bottom:36%;
    left: 0;
    z-index: 10;
    width: 100%;

}



.slider_content &gt; * {
    opacity: 0;
    transform: translateY(25px);
    transition: all .4s;
}

.slider_code {
    color: #fff;
    /*margin-bottom: 15px;*/
    display: block;
    /*font-weight: 500;*/
    font-size: 30px;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.slider_code.small{
    font-size: 20px;
    /*font-weight: normal;*/
}
.slider_title {
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}

.slider_text {
    color: #d4d4d4;
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;

}






@media screen and (max-width: 768px) {
    .slider_pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
}

.slideFoot{
    width: 94%;
    position: fixed;
    bottom: 0;
    left: 3%;
    background: #000;
    height: 46px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 2px;
}
.slideFoot .swiper-button-next,.slideFoot .swiper-button-prev,.slideFoot .swiper-pagination{
    position: relative;
    top:0;
    margin-top: 0;
    left: 0;
    color: #fff;
}
.slideFoot .swiper-pagination {
    width: auto;
    color: #2a2a2a;
    font-size: 12px;
    line-height: 40px;
    margin-left: 15px;
}
.slideFoot .swiper-button-next,.slideFoot .swiper-button-prev{
    width: 48px;
    height: 44px;
}
.slideFoot .swiper-pagination-current{
    color: #b8b8b8;
}
.slideFoot .swiper-button-next{
    background: url("../img/next.png") no-repeat center;
}
.slideFoot .swiper-button-prev{
    background: url("../img/next.png") no-repeat center;
    transform: rotate(180deg);
}
.slideFoot .swiper-button-next::after{
    width: 1px;
    height: 30px;
    content: '';
    position: absolute;
    right:0;
    top: 50%;
    margin-top: -15px;
    background: #242424;

}
.slideFoot .swiper-button-prev::after{
    width: 1px;
    height: 30px;
    content: '';
    position: absolute;
    left:0;
    top: 50%;
    margin-top: -15px;
    background: #242424;

}
.slideFoot .swiper-button-next.next{
    position: absolute;
    right: 0;
    top:2px;
    background: url("../img/down.png") no-repeat center;
    left: auto!important;
}
.slideFoot .swiper-button-next.next::after{
    display: none;
}
.slideFoot .progress{
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top:0;
    background: #fff;
    animation-iteration-count:infinite;

}
@keyframes width {
    from {
        width:0
    }

    to {
        width:100%
    }
}


.picture{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 10;
    opacity: 0;
    animation: show 1s ease;
    animation-delay: 7s;
    animation-fill-mode: forwards;
}
.picture img{
    width: 100%;
    display: block;
}
.videoBtn{
    position: absolute;
    left: 10px;
    top:10px;
    z-index: 10;
}

.video-js .vjs-control-bar{
    display: none!important;
}</pre></body></html>