a {
    text-decoration: none;
}
.fitImg {
    position: absolute;
}
main div.mainv {
    position: relative;
    background: #FFFFFF;
}
main div.mainv div.video-wrapper {
    min-height: 480px;
    max-height: 1000px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transition: opacity 0.8s ease;
}
main div.mainv div.video-wrapper.on {
    opacity: 1;
}
main div.mainv div.video-layer {
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    max-height: 1000px;
    background-image: url(../images/layer.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
}
main div.mainv h1.logo-large {
     position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        animation: animation 3s linear 0s normal;
        animation-timing-function:ease-in-out;
        }
@keyframes animation {
	0% {opacity: 0} 
    100% {opacity: 1}
}
main div.mainv h1.logo-large img {
    width: 640px;
    height: 237px;
}
main div.mainv a.button-down {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -35px;
    z-index: 3;
}
main div.mainv a.button-down img {
    width: 70px;
    height: 45px;
    margin-bottom: 0px;
    opacity: 1;
}
main div.mainv span.loading {
    width: 30px;
    height: 30px;
    border: 4px solid rgba(0,0,0,0.4);
    border-top-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    animation: spinLoad 1s linear 0s infinite;
    position: absolute;
    left: 0;
    top: 50%;
    top: calc(50% + 100px);
    right: 0;
    margin: 0 auto;
}
@keyframes spinLoad {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
section.index-works {
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}
section.index-works div.index-works-wrapper {
    width: 100%;
    height: 100%;
    padding: 55px 55px 40px;
    box-sizing: border-box;
}
section.index-works div.index-works-wrapper div.index-works-inner {
    display: flex;
}
section.index-works div.index-works-wrapper div.index-works-inner a.works-link {
    display: block;
    width: 33.33%;
    height: 100%;
    text-decoration: none;
    position: relative;
}
section.index-works div.index-works-wrapper div.index-works-inner a.works-link div.image-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
section.index-works div.index-works-wrapper div.index-works-inner a.works-link div.image-wrapper span.image-layer {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(17,17,17,0);
    transition: 0.8s all ease;
    position: absolute;
    z-index: 1;
}
section.index-works div.index-works-wrapper div.index-works-inner a.works-link:hover div.image-wrapper span.image-layer {
    background: rgba(17,17,17,0.5);
}
section.index-works div.index-works-wrapper div.index-works-inner a.works-link div.image-wrapper img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
    transform: scale(1.0);
    transition: 0.8s all ease;
}
section.index-works div.index-works-wrapper div.index-works-inner a.works-link:hover div.image-wrapper img {
    transform: scale(1.1);
}
section.index-works div.index-works-wrapper div.index-works-inner a.works-link h3.works-name {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 17px;
}
section.index-works div.index-works-wrapper div.index-works-inner a.works-link p.works-name-en {
    font-size: 1.3rem;
    margin-bottom: 20px;
    margin-right: 15px;
}
section.index-works div.index-works-wrapper div.index-works-inner a.works-link p.works-name-en span:before {
    content: " / ";
}
section.index-works div.index-works-wrapper div.index-works-inner a.works-link p.works-name-en span.border-none:before {
    content: none;
}
section.index-works p.index-button {
    position: absolute;
    right: 55px;
    bottom: 0;
}
section.common div.wrapper {
    position: relative;
}
section.common div.wrapper div.inner {
    height: 400px;
    width: 100%;
}
section.common div.wrapper div.text-block {
    margin-left: 109px;
}
section.common div.wrapper div.text-block h2.section-title {
    font-size: 4.2rem;
}
section.common div.wrapper div.text-block p.description {
    font-size: 1.6rem;
    margin-bottom: 30px;
}
section.common div.wrapper a.link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
section.common p.index-button span {
    font-size: 1.5rem;
    line-height: 36px;
    display: block;
}
section.common div.wrapper a.link::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    transform: scaleX(1);
    transform-origin: top right;
}
section.common.inview div.wrapper a.link::before {
    transform: scaleX(0);
    transition: transform 1.0s cubic-bezier(0.21, 0.51, 0.25, 1);
}
section.common.inview.index-topics div.index-topics-wrapper {
    transform: translateY(0);
    opacity: 1.0;
    transition: 1s;
}
section.common.index-topics div.index-topics-wrapper {
    transform: translateY(20px);
    opacity: 0;
}
section.common div.wrapper div.text-block {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0%, -50%);
}
section.index-profile div.index-profile-wrapper {
    display: block;
    width: 100%;
    padding: 35px 55px 55px;
    box-sizing: border-box;
}
section.index-profile div.index-profile-wrapper a.index-profile-link {
    overflow: hidden;
    display: block;
    position: relative;
}
section.index-profile div.index-profile-wrapper div.index-profile-inner {
    background-image: url(../images/index-profile-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: left;
    transform: scale(1.0);
    transition: 0.9s all ease;
}
section.index-profile div.index-profile-wrapper a.index-profile-link:hover div.index-profile-inner {
    transform: scale(1.1);
}
a.index-profile-link p.button.white {
    position: relative;
}
a.index-profile-link p.button.white span {
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
}
a.index-profile-link p.button.white::after {
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    content: "";
    z-index: 1;
    transition: width 0.3s ease;
}
a.index-profile-link:hover p.button.white {
}
a.index-profile-link:hover p.button.white span {
    color: #333!important;
}
a.index-profile-link:hover p.button.white::after {
    width: 100%;
}
section.index-access div.index-access-wrapper {
    width: 100%;
    display: block;
    padding: 35px 55px 76px;
    box-sizing: border-box;
}
section.index-access div.index-access-wrapper a.index-access-link {
    overflow: hidden;
    display: block;
    position: relative;
}
section.index-access div.index-access-wrapper div.index-access-inner {
    background-image: url(../images/index-access-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.0);
    transition: 0.9s all ease;
}
section.index-access div.index-access-wrapper a.index-access-link:hover div.index-access-inner {
    transform: scale(1.1);
}
a.index-access-link p.button.black {
    position: relative;
}
a.index-access-link p.button.black span {
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
}
a.index-access-link p.button.black::after {
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    content: "";
    z-index: 1;
    transition: width 0.3s ease;
}
a.index-access-link:hover p.button.black span {
    color: #FFF!important;
}
a.index-access-link:hover p.button.black::after {
    width: 100%;
}
section.index-topics div.index-topics-wrapper {
    width: 100%;
    padding: 35px 55px 0px;
    box-sizing: border-box;
}
section.index-topics div.index-topics-wrapper h3.topics-title {
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 36px;
}
section.index-topics div.index-topics-wrapper div.index-topics-inner {
    border: 2px solid #333;
    height: 230px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
section.index-topics div.index-topics-wrapper div.index-topics-inner span.line {
    width: 2px;
    height: 180px;
    display: block;
    background: #333;
}
section.index-topics div.index-topics-wrapper div.index-topics-inner a {
    display: block;
    height: 100%;
    width: calc(50% - 1px);
    text-align: center;
    text-decoration: none;
    line-height: 230px;
}
section.index-topics div.index-topics-wrapper div.index-topics-inner a img {
    width: 22px;
    height: 22px;
}
section.index-topics div.index-topics-wrapper div.index-topics-inner a span {
    font-size: 2.6rem;
    padding-left: 19px;
}
section.index-topics div.index-topics-wrapper div.index-topics-inner a:hover {
    opacity: 0.7;
    transition: all 0.8s;
}
footer div.button-top-wrapper {
    padding-top: 55px;
}

@media (max-width: 768px) {
header nav.sp-menu.on div.menu-inner ul.list-sns li a {
    display: block;
}
section.index-works {
    margin-bottom: 0px;
}
section.index-works div.index-works-wrapper {
    padding: 30px 30px 48px;
}
section.index-profile div.index-profile-wrapper {
    padding: 30px 30px 0px;
}
section.index-access div.index-access-wrapper {
    padding: 30px 30px 0px;
}
section.index-topics div.index-topics-wrapper {
    padding: 70px 30px 0px;
}
section.index-topics div.index-topics-wrapper h3.topics-title {
    margin-bottom: 13px;
}
section.index-works div.index-works-wrapper div.index-works-inner a.works-link p.works-name-en {
    margin-bottom: 5px;
}
section.index-works p.index-button {
    right: 30px;
}
section.common div.wrapper div.text-block {
    margin-left: 60px;
}
}

@media (max-width: 550px) {
.sp {
    display: block;
}
main div.mainv div.video-wrapper {
    min-height: 400px;
}
main div.mainv h1.logo-large {
    top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
}
main div.mainv h1.logo-large img {
    width: 400px;
    height: 148px;
}
main div.mainv a.button-down {
    margin-left: -28px;
    bottom: 25px;
}
main div.mainv a.button-down img {
    width: 56px;
    height: 36px;
}
main div.mainv span.loading {
    top: calc(50% + 65px);
}
section.index-works div.index-works-wrapper {
    padding: 30px 20px 0px;
}
section.index-profile div.index-profile-wrapper {
    padding: 40px 20px 0px;
}
section.index-access div.index-access-wrapper {
    padding: 30px 20px 0px;
}
section.index-works div.index-works-wrapper div.index-works-inner {
    display: block;
}
section.index-works div.index-works-wrapper div.index-works-inner a.works-link {
    width: 100%;
}
section.index-works div.index-works-wrapper div.index-works-inner a.works-link h3.works-name {
    margin-top: 3px;
}
section.index-works div.index-works-wrapper div.index-works-inner a.works-link p.works-name-en {
    margin-bottom: 18px;
    margin-right: 0;
}
section.index-works p.index-button {
    position: static;
    margin: 0 auto;
}
section.common div.wrapper div.text-block {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
section.common div.wrapper div.text-block h2.section-title {
    font-size: 3.0rem;
    text-align: center;
    margin-bottom: 10px;
}
section.common div.wrapper div.text-block p.description {
    font-size: 1.5rem;
    text-align: center;
}
section.common div.wrapper div.text-block {
    margin: 0 auto;
    text-align: center;
}
section.common div.wrapper div.text-block p.button {
    margin: 0 auto;
    box-sizing: border-box;
}
section.index-topics div.index-topics-wrapper h3.topics-title {
    font-size: 2.6rem;
    margin-bottom: 17px;
}
section.index-topics div.index-topics-wrapper {
    padding: 28px 20px 0px;
}
section.index-topics div.index-topics-wrapper div.index-topics-inner {
    flex-direction: column;
}
section.index-topics div.index-topics-wrapper div.index-topics-inner a {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
}
section.index-topics div.index-topics-wrapper div.index-topics-inner span.line {
    width: 230px;
    height: 2px;
}
section.index-topics div.index-topics-wrapper div.index-topics-inner a span {
    font-size: 2.4rem;
}
}

/* Localized */
