@charset "utf-8";

.g-Body:after{
    content: none;
}

.u-container {
	padding: 0 0 60px;
}


/*Main Visual*/
.u-inner {
	max-width: 1080px;
	margin: auto;
	padding: 40px 0px;
}

.l-mv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url(../../img/position/kv-01.jpg);
	background-size: cover;
	padding: 10% 20px;
	margin-top: 65px;
	position: relative;
}


.l-mv-copy__en {
	font-size: 7rem;
	display: block;
	color: #050f1e;
	margin-bottom: 15px;
}

.l-mv-copy__jp {
	background: #000;
	color: #fff;
	font-size: 1.4rem;
	padding: 5px;
	width: 170px;
	display: inline-block;
	text-align: center;
}

.c-brand-main .u-inner,
.u-mgt-normal .u-inner {
	padding: 5%;
	background: #fff;
}

.c-brand-main .u-inner img,
.u-mgt-normal .u-inner img {
	width: 100%;
	max-width: none;
}

.l-container{
	width: min(1200px, 92%);
	margin: auto;
	padding: 6.6% 5% ;
    background: #fff;
}

.l-note{
    line-height: 1.8;
    letter-spacing: .1em;
}

.l-attent{
    line-height: 1.8;
    letter-spacing: .1em;
    font-size: 11px;
}

/* //////////////////////////////////////////////////

////////////////////////////////////////////////// */
.l-fixed{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
}
.l-fixed img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leadcont .l-section{
    padding-top: min(80px, 5.8%);
}

.leadcont .l-container{
    position: relative;
    z-index: 1;
    padding: 5%;
}

.leadcont .l-background{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 46.8%;
}

.leadcont .l-background .caption{
    display: flex;
    justify-content: flex-end;
    padding-right: 3em;
    line-height: 1.8;
    letter-spacing: .1em;
    font-size: 12px;
    transform: translateY(-250%);
}

.leadcont .l-read_wrap{
    width: 64%;
    margin-bottom: 4%;
}

.leadcont .l-read_wrap .l-title{
    margin-bottom: .8em;
    line-height: 1.8;
    letter-spacing: .1em;
    font-weight: 400;
    font-size: min(30px, 2.2vw);
    color: #AB9259;
}

.leadcont .l-images{
    display: grid;
    grid-template-columns: 1.5fr repeat(2, 1fr);
    gap: 1.4%;
    align-items: end;
}

.leadcont .l-images .legend img{
    width: 74%;
}

/* //////////////////////////////////////////////////

////////////////////////////////////////////////// */

.l-sec_ttl{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: .8em;
    align-items: center;
    margin-bottom: 3%;
    font-size: min(22px, 1.6vw);
    color: #AB9259;
}

.l-sec_ttl::before,
.l-sec_ttl::after{
    content: '';
    height: 4px;
    border-top: 2px solid #AB9259;
    border-bottom: 1px solid #AB9259;
}



.section_01 .l-images{
    display: grid;
    grid-template-columns: 1.5fr repeat(2, 1fr);
    gap: 0 1.4%;
    align-items: flex-end;
    margin-bottom: 2%;
}

.section_01 .l-images .span1{
    grid-area: 1 / 1 / 3 / 2;
}
.section_01 .l-images .span2{
    grid-area: 1 / 2 / 2 / 4;
    margin: 0 0 auto;
}
.section_01 .l-images .span3{
    grid-area: 2 / 2 / 3 / 3;
}
.section_01 .l-images .span4{
    grid-area: 2 / 3 / 3 / 4;
}

.section_02 .l-note{
    margin-bottom: 2em;
    text-align: center;
}

.section_02 .l-images{
    width: min(840px, 78%);
    margin: auto auto 2%;
}

.u-note{
    background: #fff;
}