<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

div.header {
}

header.scrolled div.header {
	background:rgba(0,0,0,0.8);
}


.loadign {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: #fff;
    transition: opacity 1.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
    pointer-events: none;
}
.loadign.loadign_hide {
    opacity: 0;
}
#container {
    padding-top: 55px;
    margin-top: -55px;
}
.main {
    position: relative;
    padding-top: 45%;
    /*background: url("../images/top/main.jpg") no-repeat center center;*/
    background-size: cover;
    overflow: hidden;
}
#main_video {
    position: absolute;
    top: -9999px;
    left: 0;
    width: 100vw;
    /* //height: 100%;*/
    right: 0;
    bottom: -9999px;
    margin: auto 0;
    z-index: 1;
    background:#000;
}
.main .inner_main {}
.main .main_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.main .main_txt h3 {
    width: 28.69%;
}
.main .scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    z-index: 999;
    text-align: center;
    animation: scroll 1s ease-in-out both infinite alternate;
    transform-origin: center top;
}
@keyframes scroll {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(8px);
    }
}
@media screen and (max-width: 1320px) {}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1180px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
    .main {
        padding-top: 100%;
    }
    .main .main_txt h3 {
        width: 79.69%;
    }
    #main_video {
        width: 100%;
        height: 100%;
        transform: translateX(0%);
    }
    .main .scroll a img {
        max-width: 35px;
    }
}
@media screen and (max-width: 460px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 374px) {}
/*area*/
.area {
    margin-top: -7px;
    position: relative;
    overflow: hidden;
    background: url("../images/top/area_bg.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    padding: 75px 10px 126px;
}
.area:before {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.5);
}
body:not(.mobile) .area {
    background-attachment: fixed;
}
.area .area_inner {
    max-width: 1180px;
    margin: auto;
    position: relative;
}
.area h3 {
    font-size: 26px;
    background-size: 18.5px;
    color: #fff;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 10px;
    position: relative;
}
/*.area h3::after {
    content: "";
    display: block;
    max-width: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 6px;
    background-size: 3px 3px;
    background-color: #d9c7a6;
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
}*/
.area .sub {
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}
.area .list01 &gt; li {
    width: 18.5%;
    float: left;
    margin-right: 1.875%;
    text-align: center;
}
.area .list01 &gt; li a {
    will-change: transform;
    display: block;
    padding: 20px 15px 30px;
    position: relative;
    border-radius: 6px;
    background: #fff;
    transition: all 0.6s ease-in-out 0s;
    transition: transform 0.6s ease-in-out 0s\0;
    transform: scale(1.00);
    box-shadow: 0 0 0px #fff;
}
body:not(.mobile) .area .list01 &gt; li a:hover {
    transform: scale(1.05);
    box-shadow: 0 0 8px #fff;
}
.area .list01 &gt; li:nth-child(5n) {
    margin-right: auto;
}
.area .list01 .ja {
    font-size: 24px;
    color: #aa8420;
    letter-spacing: 0.13em;
    line-height: 1.4;
    font-weight: bold;
}
.area .list01 .en {
    font-size: 16px;
}
.area .list01 &gt; li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
}
@media screen and (max-width: 1320px) {}
@media screen and (max-width: 1280px) {
    .area {
        padding: 55px 10px;
    }
    .area h3 {
        font-size: 24px;
    }
    .area .sub {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .area .list01 &gt; li a {
        padding: 25px 15px 40px;
    }
    .area .list01 .ja {
        font-size: 20px;
    }
    .area .list01 .en {
        font-size: 14px;
    }
}
@media screen and (max-width: 1180px) {}
@media screen and (max-width: 960px) {
    .area .sub {
        margin-bottom: 25px;
    }
    .area .list01 {
        max-width: 740px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: -5px;
        justify-content: space-between;
    }
    .area .list01:after {
    	content:none;
    }
    .area .list01 &gt; li:nth-child(1) {
        width: 100%;
        margin-right: 0;
        order: 10;
    }
    .area .list01 &gt; li {
        width: 24%;
        margin-top: 5px;
        float: none;
        margin-right: 0 !important;
    }
    
}
@media screen and (max-width: 768px) {
    body:not(.mobile) .area .list01 &gt; li a:hover {
        transform: scale(1);
    }
}
@media screen and (max-width: 767px) {
    .area .sub {
        display: none;
    }
    .area h3 {
        background-position: left center;
        display: inline-block;
        font-size: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .area h3::after {
        content: none;
    }
    .area .list01 .ja {
        color: #000000;
    }
    .area .list01 .en {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .area h3 {
        font-size: 16px;
        position: relative;
        top: -15px;
    }
    /* .area .list01 &gt; li{
        width: 24.67%;
        margin-right: 0.44%;
    }
    .area .list01 &gt; li:nth-child(4n){
        margin-right: auto;
    }*/
    .area .list01 &gt; li a {
        padding: 12px 10px 32px;
    }
    .area .list01 .ja {
        font-size: 12px;
        white-space: nowrap;
    }
    .area .list01 &gt; li a::after {
        bottom: 16px;
    }
}
@media screen and (max-width: 480px) {
    .area .list01 &gt; li:nth-child(1) {
        width: 100%;
        /* margin-top: 0; */
        margin-right: 0;
        order: 10;
    }
    .area .list01 &gt; li {
        width: 24%;
        margin-top: 2%;
    }
}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 374px) {}
/*area*/
/*release*/
.release {
    padding: 60px 10px 60px;
    background: url("../images/top/release_bg.jpg") repeat;
}
.release h3 {
    font-size: 32px;
    text-align: center;
    color: #000000;
    line-height: 1.5;
}
.release h3::after {}
.release .release_inner {
    /*max-width: 1200px;*/
    max-width: 1100px;
    margin: auto;
}
.release .box01 a.img_hover{
    display: block;
    transition: opacity 0.6s;
}

.release .box01 a.img_hover p.img{
    overflow: hidden;
}
.release .box01 a.img_hover p.img img{
    transition: 0.6s ease-in-out;
    transform-origin: center center;
}
.release .box01 a.img_hover:hover{
    opacity: 0.8;
}
body:not(.mobile) .release .box01 a:hover p.img img{
     transform: scale(1.1);
}
.release .box01 .bg {
    padding: 15px 15px 15px;
    margin-bottom: 10px;
    background: #fff;
    margin-top: 10px;
}
.release .box01 .item {
    width: 30.84%;
    float: left;
    margin-right: 3.74%;
}
.release .box01 .item:nth-child(3n) {
    margin-right: auto;
}
.release .box01 h4 {
    color: #a97916;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
    font-weight: bold;
}
.release .box01 h4 + .read {
    font-size: 12px;
    line-height: 1.5625;
}
.release .box01 .btns &gt; li {
    /* width: 48.65%; */
    /* float: left; */
    text-align: center;
}
.release .box01 .btns &gt; li a {
    display: block;
    padding: 10px 10px;
    padding-top\0: 13px;
    line-height: 1.3;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: 0.8s ease-in-out;
}

.release .box01 .btns &gt; li a span.ext_w:before{
    transition: 0.8s ease-in-out;
}

body:not(.mobile) .release .box01 .btns &gt; li a:hover span.ext_w:before{
	background-image: url(../images/common/external.png);
}

body.retina:not(.mobile) .release .box01 .btns &gt; li a:hover span.ext_w:before{
	background-image: url(../images/common/external@2x.png);
}


/*.release .box01 .btns &gt; li:nth-child(1) a{
   transition: color 0.5s ease-in-out;
}*/
.release .box01 .btns &gt; li:nth-child(1) a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    z-index: 99;
}
/*.release .box01 .btns &gt; li:nth-child(1) a::after{
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
   
  right: 0;
  height: 100%;
  background: #fff;
  z-index: 9;
  transition: top 0.7s ease-in-out;
}*/
.release .box01 .btns &gt; li:nth-child(2) a {
    transition: 0.8s ease-in-out;
}
.release .box01 .btns &gt; li:nth-child(2) a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #765716;
    z-index: 99;
}
.release .box01 .btns &gt; li:nth-child(2) a::after {
    content: "";
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 9;
    transition: top 0.8s ease-in-out;
}
.release .box01 .btns &gt; li a &gt; span {
    position: relative;
    z-index: 99;
}
body:not(.mobile) .release .box01 .btns &gt; li a:hover {
    background: #fff;
}
body:not(.mobile) .release .box01 .btns &gt; li:nth-child(1) a:hover {
    color: #000;
}
body:not(.mobile) .release .box01 .btns &gt; li:nth-child(2) a:hover {
    color: #765716;
}
.release .box01 .btns &gt; li:nth-child(1) a {
    background: #000;
}
.release .box01 .btns &gt; li:nth-child(2) a {
    background: #765716;
}
.release .box01 .btns &gt; li:nth-child(2) {
    float: right;
}
.release .release_btn {
    background: #193857;
    position: relative;
    max-width: 730px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.release .release_btn a {
    display: block;
}
.release .release_btn a::before {}
.release .release_btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #193857;
    z-index: 99;
}
.release .release_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 9;
    transition: top 0.3s ease-in-out;
}
.release .release_btn .fadeimg_wrap img {
    transition: opacity 0.3s ease-in-out 0s;
}
body:not(.mobile) .release .release_btn a:hover::after {
    top: 0;
}
.release .release_btn .fadeimg_wrap {
    z-index: 99;
}
@media screen and (max-width: 1320px) {}
@media screen and (max-width: 1280px) {
    .release {
        padding: 45px 10px 55px;
    }
    .release .box01 h4 {
        font-size: 17px;
    }
    .release .box01 h4 + .read {
        font-size: 14px;
    }
    .release h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1180px) {
    .release .box01 h4 {
        font-size: 16px;
    }
    .release .box01 h4 + .read {
        font-size: 13px;
    }
}
@media screen and (max-width: 960px) {
    .release .box01 {
        max-width: 758px;
        margin: auto;
    }
    .release .box01 .item {
        width: 48.82%;
        float: left;
        margin-right: 2.36%;
        margin-bottom: 45px;
    }
    .release .box01 .item:nth-child(2n) {
        margin-right: auto;
    }
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 767px) {
    .release h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 640px) {
    .release h3 {
        font-size: 18px;
        padding-bottom: 5px;
        display: inline-block;
        background-position: left center;
    }
}
@media screen and (max-width: 550px) {
    .release .box01 {



        max-width: 370px;
        margin: auto;
    }
    .release .box01 .item {
        width: auto;
        margin-right: 0;
        float: none;
    }

    .release .box01 a p.img{
        padding: 0 15%;
    } 
    
    .release .box01 .bg {
        background: none;
        padding: 0;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .release .box01 .item {
        margin-bottom: 50px;
    }
    .release .box01 .item:last-child {
        margin-bottom: 0;
    }
    .release .release_btn {
        max-width: 370px;
        margin: auto;
    }
    .release .box01 .btns &gt; li a {
        font-size: 11px;
    }
    .release .box01 h4 {
        font-size: 14px;
    }
    .release .box01 h4 + .read {
        font-size: 12px;
    }
    .release .box01 h4 + .read br {
        display: none;
    }
}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 374px) {}
/*release*/
.special {
    background: #e4e4e4;
    padding: 60px 10px 60px;
}
.special .special_inner {
    max-width: 1200px;
    margin: auto;
}
.special .slick-next, .special .slick-prev {
    display: none !important;
}
.slick-prev {
    display: none;
}
.special .slick-dots li button:before {
    content: "";
    border-radius: 50%;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    width: 16px;
    height: 16px;
    border: 1px solid #000;
}
.special .slick-dots li.slick-active button:before {
    background: #000;
}
.special .slick-dots {
    bottom: -38px;
}
.special h3 {
    font-size: 26px;
    background-size: 30.5px;
}
@media screen and (max-width: 1320px) {}
@media screen and (max-width: 1280px) {
    .special h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1180px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 767px) {
    .special {
        padding: 35px 10px 45px;
    }
    .special .slick-dots {
        bottom: -34px;
    }
    .special h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 640px) {
    .special h3 {
        font-size: 18px;
        display: inline-block;
    }
}
@media screen and (max-width: 460px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 374px) {}


.loading{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity 0.3s ease-in-out 0s;
	will-change: opacity;
}

.main.started .loading{
	opacity: 0;
}

.loader,
.loader:after {
	border-radius: 50%;
	font-size: 10px;
	width: 5em;
	height: 5em;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: -9999em;
	border-top: 0.5em solid rgba(255, 255, 255, 0.2);
	border-right: 0.5em solid rgba(255, 255, 255, 0.2);
	border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
	border-left: 0.5em solid #ffffff;
	transform: translateZ(0);
	animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}</pre></body></html>