@charset 'utf-8';

/* top
------------------------------------------------ */
/* visual */
#visual {
    position: relative;
    margin: 0 30px;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    overflow: hidden;
}
.visual__frame {
    position: relative;
    padding-bottom: 41.3793103448%;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
.visual__frame__move {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.visual__frame__move li {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.visual__frame__move li.on {
    z-index: 2;
}
.visual__frame__move li a,
.visual__frame__move li span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.visual__frame__move li .photo {
    position: relative;
    -webkit-animation: 12s ease forwards;
    animation: 12s ease forwards;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.visual__frame__move li.on .photo {
    -webkit-animation-name: scale-animation;
    animation-name: scale-animation;
}
@keyframes scale-animation {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.visual__prev,
.visual__next {
    position: absolute;
    top: 50%;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    margin-top: -36px;
    width: 39px;
    height: 73px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
}
.visual__prev {
    left: 70px;
    background-image: url(/_assets/img/share/slide_prev.png);
}
.visual__next {
    right: 70px;
    background-image: url(/_assets/img/share/slide_next.png);
}
.device_click .visual__frame:hover .visual__prev,
.device_click .visual__frame:hover .visual__next {
    opacity: 1;
}
.device_click .visual__frame:hover .visual__prev {
    left: 50px;
}
.device_click .visual__frame:hover .visual__next {
    right: 50px;
}
.visual__thumb {
    height: 40px;
    position: absolute;
    bottom: 40px;
    right: 45px;
    opacity: 0.5;
    z-index: 1;
}
.visual__thumb li {
    font-family: 'IntervogueAlt', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
    margin: 0 25px;
}
.visual__thumb li a {
    display: block;
    overflow: hidden;
    width: 40px;
    padding-bottom: 15px;
    color: #9aa19f;
    border-bottom: 1px solid #9aa19f;
}
.device_click .visual__thumb li a:hover {
    text-decoration: none;
}
.visual__thumb li.on a {
    color: #e0897c;
    border-bottom: 1px solid #cb1f02;
}

/* whats new */
.whatsnew {
    position: relative;
    margin: 136px 20px 0;
    padding-bottom: 30px;
    overflow: hidden;
}
.whatsnew .wrap {
    padding: 68px 0 102px;
    max-width: 1460px;
    background: #fff;
    border: 1px solid #ccc;
}
.whatsnew__title {
    position: relative;
    color: #002421;
    letter-spacing: .025em;
    text-align: center;
    margin-bottom: 36px;
    font-family: IntervogueAlt,Arial,Helvetica,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-size: 5rem;
    line-height: 1.2;
}
.whatsnew__title:after {
    content: '';
    display: block;
    margin: 15px auto 0;
    width: 50px;
    height: 1px;
    background: #002421;
    margin-top: 25px;
}
.whatsnew .slide--1 {
    position: relative;
    margin: 0 auto;
    width: 86.9863013699%;
}
.whatsnew .btn--more {
    position: absolute;
    bottom: -30px;
    right: -1px;
}
.news__lists--item {
    float: left;
}
.news__lists--item > a {
    display: block;
    text-decoration: none;
}
.news__lists--photo {
    padding-bottom: 66.6666666667%;
}
.news__lists__info {
    position: relative;
    margin-top: 12px;
}
.news__lists__icon_date {
    position: relative;
}
.news__lists__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    float: right;
    margin-top: -12px;
    width: calc(100% - 120px);
}
.news__lists__icon .news--icon {
    margin: 10px 10px 0 0;
}
.news__lists__icon .news--icon:last-child {
    margin-right: 0;
}
.news__lists--date {
    float: left;
    width: 120px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
}
.news__lists--title {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 400;
}






/* sic */
#sic {
    padding: 135px 0 80px;
    text-align: center;
}
.sic--load {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.02em;
    line-height: 1.33;
    margin-top: 32px;
    color: #002421;
}
.sic__items {
    margin-top: 35px;
}
.sic__items ul {
}
.sic__items ul li {
    width: 31%;
    float: left;
}
.sic__items ul li:not(:last-child) {
    margin-right: 3.5%;
}
.sic__items__text {
    color: #002421;
    margin-top: 23px;
}
.sic__items__text .name {
    font-size: 48px;
    font-size: 4.8rem;
    letter-spacing: 0.01em;
    line-height: 1.2;
}
.sic__items__text .cmn {
    font-size: 20px;
    font-size: 2rem;
}
.sic__items__text .cmn--small {
}
.sic__catalog {
    max-width: 1480px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sic__catalog--pic {
    width: 67.9%;
}
.sic__catalog--name {
    text-align: left;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}
.sic__catalog--excerpt {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 24px;
}
.sic__catalog--pic a {
    display: block;
}
.device_click .sic__catalog--pic a:hover {
    opacity: 1;
}
.sic__catalog--btn {
    width: 32.1%;
    text-align: left;
}
.sic__catalog--btn a {
    transition: 0.3s;
    position: relative;
    display: inline-block;
    color: #002c27;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 58px;
    border: 1px solid #002c27;
    text-decoration: none;
    width: 200px;
    text-align: center;
}
.sic__catalog--btn a:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -110px;
    top: 50%;
    width: 140px;
    height: 1px;
    background: #002c27;
}
.device_click .sic__catalog--btn a:hover {
    background: #002421;
    color: #fff;
}

/* showrooms */
#showrooms {
    text-align: center;
    padding: 90px 0 100px;
    background: url(/_assets/img/top/maps.png) no-repeat top center;
    background-position-x: 43%;
}
.showrooms--title {
    color: #002421;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
    margin-top: 20px;
}
.showrooms--load {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77;
    letter-spacing: 0.05em;
    margin-top: 20px;
}
.showrooms__lists {
    margin: 100px 30px 0;
}
.showrooms__lists ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.showrooms__lists ul li {
    width: calc(33% - 20px);
    -webkit-width: calc(33% - 20px); /*padding-bottom: 18px;*/
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.showrooms__lists ul li:not(:nth-child(3n)) {
    margin-right: 30px;
}
.showrooms__lists ul li:not(:nth-child(-n + 3)) {
    margin-top: 40px;
}
.showrooms__lists ul li a {
    display: block;
    color: #333;
    text-decoration: none;
}
.device_click .showrooms__lists ul li a:hover {
    opacity: 1;
}
.showrooms__lists--pic {
    position: relative;
    margin: -1px -1px 0 -1px;
    text-align: center;
    overflow: hidden;
}
.showrooms__lists--pic img {
    width: 100%;
    max-width: inherit;
}
.device_click .showrooms__lists ul li a:hover .showrooms__lists--pic img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.showrooms__lists--pic img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.showrooms__lists--desc {
    text-align: left;
    padding: 15px 18px 0;
}
.device_click .showrooms__lists ul li a:hover .showrooms__lists--desc {
    opacity: 0.8;
}
.showrooms__lists--title {
    margin-bottom: 12px;
}
.showrooms__lists--title .city {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
}
.showrooms__lists--title .country {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    color: #999999;
    margin-left: 15px;
    display: inline-block;
}
.showrooms__lists--cmn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    min-height: 51px;
    letter-spacing: 0.05em;
}
.showrooms__lists--maps {
    font-family: 'IntervogueAlt', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
    margin: 0 25px 14px;
}
.showrooms__lists--maps a {
    color: #333;
    display: inline-block;
    text-decoration: none;
}
.showrooms__lists--maps a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 15px;
    height: 24px;
    background: url(/_assets/img/top/marker.png);
    background-size: 100%;
}
.showrooms__lists--maps a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    width: 28px;
    height: 21px;
    background: url(/_assets/img/top/arrow.png);
    background-size: 100%;
}
.device_click .showrooms__lists--maps a:hover {
    color: #9fa0a0;
}
.showrooms__lists--room {
    position: relative;
    width: 100%;
    height: 52px;
    border-top: solid #ccc 1px;
    font-family: 'IntervogueAlt', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 52px;
}
.showrooms__lists--room a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
.showrooms__lists--room a span {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 52px;
}
.showrooms__lists--room a span:nth-child(1) {
    color: #fff;
    background-color: #9aa19f;
}
.showrooms__lists--room a span:nth-child(2) {
    background-color: #fff;
    width: 120%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: translate(-111%, 0px) skewX(-30deg);
    -webkit-transform: translate(-111%, 0px) skewX(-30deg);
    -moz-transform: translate(-111%, 0px) skewX(-30deg);
}
.showrooms__lists--room a span:nth-child(3) {
    color: #000;
    left: -100%;
    transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
}
.showrooms__lists--room a span:nth-child(1):after,
.showrooms__lists--room a span:nth-child(3):after {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 16px 0 0 16px;
    width: 28px;
    height: 21px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.showrooms__lists--room a span:nth-child(1):after {
    background-image: url(/_assets/img/top/arrow2.png);
}
.showrooms__lists--room a span:nth-child(3):after {
    background-image: url(/_assets/img/top/arrow.png);
}
.device_click .showrooms__lists--room a:hover span:nth-child(2) {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transform: translate(-9%, 0px) skewX(-30deg);
    -webkit-transform: translate(-9%, 0px) skewX(-30deg);
    -moz-transform: translate(-9%, 0px) skewX(-30deg);
}
.device_click .showrooms__lists--room a:hover span:nth-child(3) {
    left: 0;
    transition: left 0.30000000000000004s ease;
    -webkit-transition: left 0.30000000000000004s ease;
    -moz-transition: left 0.30000000000000004s ease;
}

/* corporate */
#corporate {
    margin: 0 30px;
    padding: 95px 0 85px;
    text-align: center;
    color: #fff;
    background: url(/_assets/img/top/bg_corporate.jpg) no-repeat top center;
    background-size: cover;
}
.corporate--title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
    margin-top: 20px;
}
.corporate--load {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66;
    letter-spacing: 0.05em;
    margin-top: 40px;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}
.corporate--language {
    margin-top: 70px;
}
.corporate--language ul {
}
.corporate--language ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    width: 320px;
    height: 60px;
    line-height: 60px;
}
.corporate--language ul li:first-child {
    margin-right: 100px;
}
.corporate--language ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    color: #002c27;
    background: #fff;
    border: 1px solid #002c27;
    text-decoration: none;
    height: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.device_click .corporate--language ul li a:hover {
    border-color: #9fa0a0;
    opacity: 1;
}

/* hover style */
.corporate--language ul li a span {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 58px;
}
.corporate--language ul li a span:nth-child(1) {
    color: #000;
    background-color: #fff;
}
.corporate--language ul li a span:nth-child(2) {
    background-color: #9fa0a0;
    width: 120%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: translate(-111%, 0px) skewX(-30deg);
    -webkit-transform: translate(-111%, 0px) skewX(-30deg);
    -moz-transform: translate(-111%, 0px) skewX(-30deg);
}
.corporate--language ul li a span:nth-child(3) {
    color: #fff;
    left: -100%;
    transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
}
.device_click .corporate--language ul li a:hover span:nth-child(2) {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transform: translate(-9%, 0px) skewX(-30deg);
    -webkit-transform: translate(-9%, 0px) skewX(-30deg);
    -moz-transform: translate(-9%, 0px) skewX(-30deg);
}
.device_click .corporate--language ul li a:hover span:nth-child(3) {
    left: 0;
    transition: left 0.30000000000000004s ease;
    -webkit-transition: left 0.30000000000000004s ease;
    -moz-transition: left 0.30000000000000004s ease;
}

/* information */
#information {
    position: relative;
    margin-top: 94px;
}
#information .wrap {
    max-width: 1080px;
}
.information--title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 4.8rem;
    font-weight: 700;
    color: #002421;
}
.information__slide {
    position: relative;
}
.information__frame {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.information__move {
    position: relative;
}
.information--item {
    display: none;
    position: relative;
    z-index: 1;
}
.information--item.on {
    display: block;
    z-index: 2;
}
.information--item .frame {
    display: flex;
    align-items: center;
}
.information__media {
    position: relative;
    padding-bottom: 43px;
    width: 55.5555555556%;
}
.information--photo {
    position: relative;
    padding-bottom: 66.6666666667%;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.information--photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.information__numbering {
    position: absolute;
    bottom: 4px;
    left: 0;
    font-family: 'IntervogueAlt', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
}
.information__numbering .page {
}
.information__numbering .total {
}
.information__direct {
    position: absolute;
    bottom: 0;
    right: 8px;
    height: 23px;
}
.information__direct a {
    display: inline-block;
    width: 14px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}
.information__direct--prev {
    background-image: url(/_assets/img/share/slide_prev2.png);
}
.information__direct--next {
    margin-left: 44px;
    background-image: url(/_assets/img/share/slide_next2.png);
}
.information__info {
    position: relative;
    margin-left: 4.6296296296%;
    width: 39.8148148148%;
    font-family: 'IntervogueAlt', sans-serif;
    color: #002421;
}
.information__info a {
    color: #002421;
}
.information--date {
    font-size: 1.6rem;
    font-weight: 300;
}
.information--name {
    margin-top: 22px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
}
.information__excerpt {
    margin-top: 24px;
    font-size: 1.8rem;
    font-weight: 300;
}
.information--more {
    position: relative;
    margin-top: 30px;
    width: 74.4186046512%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 1.6rem;
}
.information--more:after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: -34.375%;
    width: 43.75%;
    height: 1px;
    background: #002c27;
}
.information--more a {
    display: block;
    position: relative;
    padding: 16px 0;
    border: solid #002c27 1px;
}

.information--photo,
.information--date,
.information--name,
.information__excerpt,
.information--more {
    transition: ease 0.6s;
    opacity: 0;
}
.information--item.on .information--photo {
    opacity: 1;
}
.information--item.on .information--date {
    transition-delay: 0.4s;
    opacity: 1;
}
.information--item.on .information--name {
    transition-delay: 0.8s;
    opacity: 1;
}
.information--item.on .information__excerpt {
    transition-delay: 1.2s;
    opacity: 1;
}
.information--item.on .information--more {
    transition-delay: 1.2s;
    opacity: 1;
}

/*animate scroll*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.s2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animated.s3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

/* responsive style
------------------------------------------------ */
@media screen and (max-width: 1420px) {
    #sic {
        overflow: hidden;
    }
}

@media screen and (max-width: 1240px) {
    .sic__items__icon img {
        width: 42.5%;
    }
    .sic__items__text .name {
        font-size: 3.87vw;
    }
    .sic__items__text .cmn {
        font-size: 1.9vw;
    }
}

@media screen and (max-width: 1100px) {
    .showrooms__lists--title .city {
        font-size: 2.9vw;
    }
    .showrooms__lists--title .country {
        font-size: 1.8vw;
        margin-left: 6%;
    }
}

@media screen and (max-width: 800px) {
    .corporate--language ul li:first-child {
        margin-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    .sic--logo img {
        height: 50px;
    }

    #visual {
        margin: 0;
        width: 100%;
    }
    .visual__frame {
        padding-bottom: 133.3333%;
    }

    .visual__prev,
    .visual__next {
        display: none !important;
    }
    .visual__thumb {
        right: 10px;
        bottom: 20px;
        height: 24px;
    }
    .visual__thumb li {
        font-size: 11px;
        font-size: 1.1rem;
        margin: 0 10px;
    }
    .visual__thumb li a {
        padding-bottom: 5px;
        width: 30px;
    }

    /* whats new */

    .whatsnew {
        margin-top: 56px;
        padding: 0;
    }
    .whatsnew .wrap {
        padding: 0;
        border: none;
    }
    .whatsnew .slide--1 {
        width: 100%;
    }
    .whatsnew .btn--more {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 22px auto 0;
    }


    /* sic */
    #sic {
        padding: 60px 0;
    }
    .sic--load {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.42;
        letter-spacing: 0.01em;
        margin-top: 28px;
    }
    .sic__items {
        margin-top: 35px;
    }
    .sic__items ul {
    }
    .sic__items ul li {
        display: table;
        width: 100%;
        float: none;
    }
    .sic__items ul li:not(:last-child) {
        margin-right: 0;
    }
    .sic__items__icon,
    .sic__items__text {
        display: table-cell;
        vertical-align: middle;
        padding: 18px 0;
        text-align: center;
    }
    .sic__items__icon {
        width: 37.3%;
        padding-left: 18px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sic__items__icon img {
        width: 100%;
    }
    .sic__items__text {
        margin-top: 0;
        width: 62.3%;
    }
    .sic__items__text .name {
        font-size: 32px;
        font-size: 3.2rem;
    }
    .sic__items__text .cmn {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .sic__items__text .cmn--small {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .sic__catalog {
        margin-top: 65px;
        display: block;
    }
    .sic__catalog--pic {
        width: 100%;
        margin: 0 0 25px;
    }
    .sic__catalog--pic img {
        transform: translateX(-5%);
    }
    .sic__catalog--btn {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .sic__catalog--btn a {
        display: inline-block;
        width: 240px;
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 0.025em;
        line-height: 43px;
    }
    .sic__catalog--btn a:before {
        width: 38px;
        height: 23px;
        margin-right: 5px;
        background: url(/_assets/img/top/icon_sic.png);
        background-size: 100%;
    }
    .sic__catalog--btn a:after {
        right: -47px;
        width: 70px;
    }
    .sic__catalog--name {
        font-size: 2.4rem;
        margin-bottom: 12px;
        text-align: center;
    }
    .sic__catalog--excerpt {
        font-size: 1.2rem;
        margin-bottom: 12px;
        text-align: center;
    }
    /* showrooms */
    #showrooms {
        padding: 32px 0 70px;
        background: url(/_assets/img/top/maps.png) no-repeat top center;
        background-position-x: 50%;
        background-size: 108%;
    }
    .showrooms--title {
        font-size: 23px;
        font-size: 2.3rem;
        margin-top: 16px;
    }
    .showrooms--load {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42;
        letter-spacing: 0.025em;
    }
    .showrooms__lists {
        margin: 30px 20px 0;
    }
    .showrooms__lists ul li {
        width: 100%;
        padding-bottom: 15px;
    }
    .showrooms__lists ul li:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .showrooms__lists ul li:not(:first-child) {
        margin-top: 30px;
    }
    .showrooms__lists ul li:not(:nth-child(-n + 3)) {
        margin-top: 30px;
    }
    .showrooms__lists--desc {
        padding: 14px 10px 0;
    }
    .showrooms__lists--title {
        margin-bottom: 5px;
    }
    .showrooms__lists--title .city {
        font-size: 23px;
        font-size: 2.3rem;
    }
    .showrooms__lists--title .country {
        font-size: 15px;
        font-size: 1.5rem;
        margin-left: 14px;
    }
    .showrooms__lists--cmn {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.6666;
        letter-spacing: 0.025em;
        min-height: 40px;
    }
    .showrooms__lists--maps {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 17px;
        margin: 8px 10px 0;
    }
    .showrooms__lists--maps a:before {
        margin-right: 5px;
        width: 11px;
        height: 17px;
        background: url(/_assets/img/top/marker.png);
        background-size: 100%;
    }
    .showrooms__lists--maps a:after {
        margin-left: 5px;
        width: 20px;
        height: 15px;
        background: url(/_assets/img/top/arrow.png);
        background-size: 100%;
    }
    .showrooms__lists--room {
        margin: 15px 0 -15px;
        height: 34px;
        font-size: 1.4rem;
        line-height: 34px;
    }
    .showrooms__lists--room a:after {
        margin: 4px 0 0 5px;
        width: 20px;
        height: 15px;
    }
    .showrooms__lists--room a span {
        height: 34px;
    }

    .showrooms__lists--room a span:nth-child(1):after,
    .showrooms__lists--room a span:nth-child(3):after {
        margin: 10px 0 0 5px;
        width: 20px;
        height: 15px;
    }

    /* corporate */
    #corporate {
        margin: 0;
        padding: 45px 0 70px;
        background: url(/_assets/img/top/bg_corporate_sp.jpg) no-repeat bottom
            center;
        background-size: cover;
    }
    .corporate--logo img {
        width: 120px;
    }
    .corporate--title {
        font-size: 30px;
        font-size: 3rem;
        letter-spacing: 0.005em;
        margin-top: 8px;
    }
    .corporate--load {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.025em;
        margin-top: 18px;
        text-shadow: none;
        line-height: 1.42;
        text-align: left;
    }
    .corporate--language {
        margin-top: 20px;
    }
    .corporate--language ul li {
        font-size: 12px;
        font-size: 1.2rem;
        width: 47.8%;
        height: 45px;
        line-height: 45px;
    }
    .corporate--language ul li:first-child {
        margin-right: 4.4%;
    }
    .corporate--language ul li a {
        height: 45px;
    }
    .corporate--language ul li a span {
        height: 43px;
    }

    .animated.s2,
    .animated.s3 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    /* information */
    #information {
        margin-top: 56px;
    }
    #information .wrap {
        padding: 0;
    }
    .information--title {
        margin-bottom: 16px;
        font-size: 2.3rem;
    }
    .information--item {
    }
    .information--item .frame {
        display: block;
    }
    .information__media {
        margin: 0 auto;
        padding-bottom: 22px;
        width: calc(100% - 45px);
    }
    .information__numbering {
        bottom: 0;
        font-size: 1.2rem;
    }
    .information__direct {
        bottom: 0;
        right: 0;
        height: 11px;
    }
    .information__direct a {
        width: 7px;
    }
    .information__info {
        margin: 32px auto 0;
        width: calc(100% - 52px);
    }
    .information--date {
        font-size: 1.1rem;
    }
    .information--name {
        margin-top: 12px;
        font-size: 2.4rem;
    }
    .information__excerpt {
        margin-top: 12px;
        font-size: 1.2rem;
    }
    .information--more {
        margin: 25px auto 0;
        width: 74.3034055728%;
        font-size: 1.2rem;
    }
    .information--more:after {
        right: -20.2083333333%;
        width: 29.1666666667%;
    }
    .information--more a {
        padding: 12px 0 11px;
    }
}
