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

html {
font-size: 62.5%;
margin:0;
padding:0;
}
body {
margin:0;
padding:0;
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Arial, Verdana, Meiryo, sans-serif;
font-size: 1.6em;
font-size: 1.6rem;
line-height: 1.6;
color: #ffffff;
background: #17100f;
}
.h1-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

_:lang(x)::-ms-backdrop, .selector {
    font-family: "Segoe UI", Meiryo, sans-serif;
}
ul li, ol li {
	list-style: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	vertical-align:bottom;
	border:0;
	width:100%;
	line-height:0;
	font-size:0;
	height: auto;
backface-visibility: hidden;
}
.img-wrap {
	padding-bottom: 66.5%;
	position: relative;
	background: rgba(0,0,0,0.5);
}
.img-wrap img {
	position: absolute;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
a {
color:#fff;
text-decoration:none;
transition: 0.3s;
}
a:hover {
color: #ddd;
text-decoration:none;
}



#headerarea{
position: relative;
width: 100%;
overflow: hidden;
z-index: 1;
}
#headerarea .menu-lang {
position: absolute;
top: 5%;
right: 2.5%;
z-index: 3;
}
.menu-lang {
margin: 0 0 3rem 0;
display: flex;
justify-content: flex-end;
}
.menu-lang li {
margin: 0 0 0 1.5rem;
font-size: 1.5em;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.0;
text-align: center;
}
.menu-lang li a {
    display:flex;
	justify-content: center;
	align-items: center;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
	width: 45px;
	height: 45px;
	background: rgba(0,0,0,0.5);
	border: #fff 1px solid;
}
.menu-lang li span {
    display:flex;
	justify-content: center;
	align-items: center;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #6E0000;
	background: #ffffff;;
	width: 45px;
	height: 45px;
}

.menu-lang li a:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.menu-lang li a:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.menu-lang li a:hover {

}
.menu-lang li a:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 8px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 8px rgba(255, 255, 255, 0.5);
        transform: scale(1.2);
        opacity: 0;
    }
}


#headerarea .box {
padding: 11rem 5% 0 5%;
text-align: center;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
.boxbk {
width: 100%;
}
#bilogo {
margin: 0 auto;
text-align:center;
width: 48%;
}
#soon {
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
font-size: 8em;
font-size: 8rem;
color:#fff;
}
.hdcopy {
font-size: 3.4em;
font-size: 3.4rem;
font-weight: 600;
color:#fff;
}
.hdcopy2 {
margin-top: 3rem;
font-size: 2.6em;
font-size: 2.6rem;
font-weight: 800;
font-style: italic;
color:#fdffd3;
}
.hdcopy2 br {
display: none;
}
#news-area {
padding: 5%;
display: flex;
justify-content: space-between;
align-items: flex-start;
background: url("../lp/bk2.jpg") center top / 100% auto no-repeat;
}
#news-area section {
width: 72%;
}
#news-area .hdbox {
width: 25%;
}
#news-area .hdbox p.en,
#news-area .hdbox h2.h2-en {
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
font-size: 6.5em;
font-size: 6.5rem;
font-weight: 400;
line-height: 1;
color:#847300;
letter-spacing: 2px;
margin-bottom: 0.5rem;
}
#news-area .hdbox h2 {
font-size: 2em;
font-size: 2rem;
color:#847300;
letter-spacing: 2px;
}
.newslist,
.newslist-l {
display: flex;
flex-wrap: wrap;
}
.newslist-l li {
width: 100%;
margin-bottom: 3rem;
display: flex;
border-radius: 1rem;
}
.newslist li {
width: 30.666666%;
margin-right: 4%;
margin-bottom: 3rem;
    display: flex;
    border-radius: 1rem;
}
.newslist li:nth-child(3n) {
margin-right: 0;
}
.newslist-l li a {
    width: 100%;
    display: flex;
    flex-direction:row;
    align-items: stretch;
}
.newslist li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.newslist li .photo {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #111;
    border-radius: 1rem 1rem 0 0;
}
.newslist-l li .photo {
    position: relative;
    width: 40%;
    overflow: hidden;
    background: #111;
    border-radius: 1rem 0 0 1rem;
}
.newslist-l li .photo:before,
.newslist li .photo:before {
    content: "";
    display: block;
    padding-top: 75%;
}
.newslist-l li .photo span,
.newslist li .photo span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.newslist-l li .photo:after,
.newslist li .photo:after {
    position: absolute;
    bottom: -1%;
    right: 0;
    background: #111;
    background: linear-gradient(180deg, rgba(17,17,17,0) 50%, rgba(17,17,17,1) 96%);
    display: block;
    content: "";
    z-index: 1;
    width: 100%;
    height: 101%;
}
.newslist-l li .photo img,
.newslist li .photo img {
    transition-duration: 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newslist-l li a:hover .photo img,
.newslist li a:hover .photo img {
    transform: scale(1.1);
    transition-duration: 0.3s;
}
.newslist-l li .info {
    padding: 3rem;
    background: #111;
    color: #fff;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 2;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 0 1rem 1rem 0;
}
.newslist li .info {
    padding: 2rem 2rem 2.5rem 2rem;
    background: #111;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 2;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 0 0 1rem 1rem;
}
.newslist-l li .info .title {
    margin-bottom: 1rem;
    font-size: 2em;
    font-size: 2rem;
    font-weight: normal;
    flex-grow: 2;
    transition: 0.3s;
}
.newslist li .info .title {
    margin-bottom: 1rem;
    font-size: 1.6em;
    font-size: 1.6rem;
    font-weight: normal;
    flex-grow: 2;
    transition: 0.3s;
}
.newslist-l li .info .update {
    padding-right: 18px;
    font-size: 1.4em;
    font-size: 1.4rem;
    text-align: right;
    background: url(../common/update.svg) right top 0.2rem no-repeat;
    background-size: 15px auto;
}
.newslist li .info .update {
    padding-right: 18px;
    font-size: 1.2em;
    font-size: 1.2rem;
    text-align: right;
    background: url(../common/update.svg) right top 0.2rem no-repeat;
    background-size: 15px auto;
}
#banner-area {
padding: 4% 5% 6% 5%;
position: relative;
width: 100%;
}
#banner-area:after {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
width: 40%;
height: 100%;
background: url("bk_b.jpg");
z-index: -1;
mix-blend-mode:screen;
border-radius: 0 10rem 10rem 0;
}
#banner-area .lead {
text-align: center;
margin-bottom: 2rem;
    font-size: 2.8em;
    font-size: 2.8rem;
}
#banner-area p {
margin-bottom: 2rem;
}
#banner-area p img {
border-radius: 1rem;
}
#banner-area .lead br {
display: none;
}


#footerarea {
padding: 2% 5% 4% 5%;
display: flex;
justify-content: space-between;
align-items: flex-end;
flex-wrap: wrap;
align-items: flex-start;
}
#brand {
display: flex;
justify-content: flex-start;
}
#brand p.logo {
width: 250px;
}
#brand p.info {
font-size: 1.6em;
font-size: 1.6rem;
line-height: 1.6;
margin-left: 2rem;
}
#copyright {
width: 100%;
font-size: 1.3em;
font-size: 1.3rem;
line-height: 1.5;
letter-spacing: 1px;
margin-bottom: 0.5rem;
color: #974b33;
text-align: right;
}
#sns-area {
text-align: right;
margin-bottom: 4rem;
}
#sns-area .snslist {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
margin-bottom: 3rem;
}
#sns-area .snslist li {
margin-left: 3rem;
width:40px;
}
#sns-area .snslist li a {
display: block;
padding: 0.5rem;
}
#footerarea .mail-magazine a {
    padding-left: 2.2rem;
    background: url(../common/mail-magazine-w.svg) left center / 18px auto no-repeat;
    color: #fff;
}
.fadein-scale {
transition: all 0.8s ease-out;
transform: scale(1, 1);
opacity: 0;
}
.fadein-scale.active {
transform: scale(1.3, 1.3);
opacity: 1;
}
.fadein-bottom {
transition: all 0.8s ease-out;
transform: translateY(50px);
opacity: 0;
}
.fadein-bottom.active {
transform: translateY(0%);
opacity: 1;
}
.fadein-image.active {
animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
overflow: hidden;
position: relative;
z-index: 2;
}
.fadein-image.active:before {
animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
background: url("bk_p.jpg");
bottom: 0;
content: '';
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
@keyframes img-opacity {
0% {
opacity: 0;
}
}
@keyframes img-animation {
100% {
transform: translateX(100%);
}
}
.fadein-left {
transition: all 0.8s ease-out;
transform: translateX(-50px);
opacity: 0;
}
.fadein-left.active {
transform: translateX(0);
opacity: 1;
}



@media screen and (max-width: 1199px) {

#headerarea .box {
    padding: 7rem 5% 0 5%;
}
.hdcopy {
    font-size: 2.0em;
    font-size: 2.0rem;
}
.hdcopy2 {
margin-top: 1rem;
    font-size: 2.2em;
    font-size: 2.2rem;
}
.hdcopy2 br {
    display: block;
}
#news-area {
    flex-direction: column;
}
#news-area .hdbox {
    margin-bottom: 2rem;
}
#news-area .hdbox p.en {
    font-size: 5.4em;
    font-size: 5.4rem;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}
#news-area .hdbox h2 {
    font-size: 2.2em;
    font-size: 2.2rem;
}
#news-area .hdbox {
    width: 100%;
}
#news-area section {
    width: 100%;
}
#banner-area:after {
    width: 50%;
    border-radius: 0 3rem 3rem 0;
}

#footerarea {
display: block;
}
#brand {
    justify-content:center;
	margin-bottom: 6rem;
}
#sns-area {
    text-align: center;
    margin-bottom: 3rem;
}
.menu-lang {
    margin: 0 0 4rem 0;
    justify-content:center;
}
#sns-area .snslist {
    justify-content:center;
    margin-bottom: 4rem;
}
#copyright {
    text-align: center;
}
}
@media screen and (max-width: 768px) {

#headerarea .box {
padding: 12rem 3% 10% 3%;
}
#bilogo {
    width: 52%;
}
#soon {
    font-size: 4.4em;
    font-size: 4.4rem;
}
.hdcopy {
    font-size: 1.8em;
    font-size: 1.8rem;
}
.hdcopy.en {
    font-size: 2.2em;
    font-size: 2.2rem;
	line-height: 1.4;
}
.hdcopy2 {
    font-size: 2em;
    font-size: 2rem;
}
.newslist-l li .info {
    padding: 2rem;
}
.newslist-l li .info .title {
    font-size: 1.8em;
    font-size: 1.8rem;
}
.menu-lang {
    top: 3%;
    right: 2%;
}
#news-area {
    background: url(../lp/bk2_sp.jpg) center top / 100% auto no-repeat;
}
#news-area .hdbox {
display: flex;
align-items: baseline;
}
#news-area .hdbox p.en {
    font-size: 4em;
    font-size: 4rem;
	    margin-bottom: 0.3rem;
}
#news-area .hdbox h2 {
    font-size: 1.6em;
    font-size: 1.6rem;
	margin-left: 1.25rem;
}
#news-area .hdbox h2.h2-en {
    font-size: 4em;
    font-size: 4rem;
	margin:0;
}
.newslist-l li .info {
    padding: 1.5rem;
	width: 65%;
}
.newslist-l li .photo {
    width: 35%;
}
.newslist-l li .info .title {
    font-size: 1.6em;
    font-size: 1.6rem;
}
#banner-area .lead {
    margin-bottom: 1rem;
    font-size: 2.0em;
    font-size: 2.0rem;
}
#banner-area p {
margin-bottom: 1rem;
}
}
@media screen and (max-width: 658px) {

#headerarea .menu-lang li {
    margin: 0 0 0 1rem;
}
#headerarea .box {
        padding: 13rem 3% 10% 3%;
}
.boxbk {
    width: 140%;
	margin-left: -20%;
	margin-top: -2rem;
}

#news-area {
    background: url(../lp/bk2_sp.jpg) center top / 140% auto no-repeat;
}
#bilogo {
width: 72%;
}
.menu-lang {
    top: 2%;
    right: 2%;
}
#banner-area .lead {
    margin-bottom:0.75rem;
    font-size: 1.75em;
    font-size: 1.75rem;
	line-height: 1.4;
}
#banner-area .lead br {
display: block;
}
#news-area .hdbox {
	margin-bottom: 1rem;
}
.newslist-l li {
    width: 100%;
    margin-bottom:1rem;
    display: flex;
    border-radius: 0.5rem;
}
.newslist-l li .photo {
    width: 35%;
	border-radius: 0.5rem 0 0 0.5rem;
}
.newslist-l li .info {
    padding: 1rem;
    width: 65%;
	border-radius: 0 0.5rem 0.5rem 0;
}
.newslist-l li .info .title {
    font-size: 1.4em;
    font-size: 1.4rem;
	line-height: 1.4;
}
.newslist-l li .info .update {
    padding-right: 16px;
    font-size: 1.1em;
    font-size: 1.1rem;
    background: url(../common/update.svg) right top 0.2rem no-repeat;
    background-size: 13px auto;
}

#banner-area p img {
    border-radius: 0.5rem;
}
#footerarea {
    padding: 5% 5%;
	flex-direction: column;
}
#brand {
	flex-direction: column;
    text-align: center;
	width: 100%;
	margin-bottom: 3rem;
}
#brand p.logo {
width: 120px;
	text-align: center;
	margin: 0 auto 1rem auto;
}
#brand p.info {
	text-align: center;
	margin: 0;
    font-size: 1.2em;
    font-size: 1.2rem;
}
#copyright {
    font-size: 1.2em;
    font-size: 1.2rem;
    letter-spacing: 0px;
    margin-bottom: 0rem;
    text-align: center;
	width: 100%;
}
.menu-lang {
        margin: 0 0 2rem 0;
}
.menu-lang li {
    margin: 0 1rem;
}
#sns-area .snslist {
        margin-bottom: 2rem;
}
#sns-area .snslist li {
    margin: 0 1.25rem;
    width: 30px;
}
.mail-magazine {
    font-size: 1.4em;
    font-size: 1.4rem;
}

}
@media screen and (max-width: 480px) {

#headerarea .box {
        padding: 8.5rem 3% 10% 3%;
}
#bilogo {
width: 70%;
}
.hdcopy {
        font-size: 1.7em;
        font-size: 1.7rem;
}
.hdcopy2 {
        font-size: 1.4em;
        font-size: 1.4rem;
}	
#news-area .hdbox p.en,
#news-area .hdbox h2.h2-en {
    font-size: 3em;
    font-size: 3rem;
}



}

</pre></body></html>