@charset "utf-8";

/*=====================================

style.css

=====================================*/

/*-------------------------------------
 top
-------------------------------------*/
section{
    padding-bottom: 120px;
}
.mainVisualWrapper{
    height: 100vh;
    height: 100dvh; 
}
.mainVisual{
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.mainVisualLogo{
    width: 52%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    opacity: 0;
}
.mainVisualLogo img{
    width: 100%;
    height: auto;
}
.mainVisualTextLogo{
    width: 30%;
    bottom: 30px;
    right: 4%;
    position: absolute;
}
.mainVisualTextLogo .overlay{
    background-color: #FFF;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


main{
    background-color: #FFF;
    padding-top: 120px;
    z-index: 1;
    position: relative;
    padding-bottom: 200px;
    /*opacity: 0;*/
}

.ancrLinks a{
    font-family: 'M PLUS 1p';
	font-weight: 900;
	font-size: 3.6rem;
	color: #333;
	display: block;
	padding: 7px;
	position: relative;
	z-index: 2;
}

h2{
    font-size: 3.6rem;
    margin-bottom: 15px;
}
.topWorksList ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
}
.topWorksList {
    margin-bottom: 30px;
}
.blackBtn a{
    display: block;
    background-color: #000;
    font-size: 2.2rem;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: #FFF;
    font-family: 'Arial';
    font-weight: bold;
}
h3{
    font-size: 2rem;
}

.mapBox{
    margin-bottom: 30px;
}
.blackBtn2c{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
.blackBtn2c a{
    display: block;
    background-color: #000;
    font-size: 2.2rem;
    text-align: center;
    padding: 10px;
    border-radius: 100px;
    color: #FFF;
    font-family: 'Arial';
    font-weight: bold;
}
.blackBtn2c {
    margin-bottom: 60px;
}
.accessText dt{
    
}
.accessText dd{
    margin-bottom: 20px;
    padding-left: 30px;
}
.contact h2{
    margin-bottom: 40px;
}
.contact .blackBtn a{
    font-weight: normal;
}
footer{
    background-color: #FFF;
    z-index: 1;
    position: relative;
}
.footerLink li{
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}
.footerLink li::after {
    content: '/';
    font-family: 'M PLUS 1p';
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 7px;
}
.footerLink li:last-child::after{
    display: none;
}
.footerLink a{
    font-family: 'M PLUS 1p';
	font-weight: 900;
	font-size: 2rem;
	color: #333;
	display: inline-block;
	padding: 7px;
	position: relative;
	z-index: 2;
}
.footerLink{
    padding-bottom: 60px;
}
.copyright{
    background-color: #000;
    color: #fff;
    padding: 15px;
}
footer .inner{
    width: 1200px;
}

.bottomWorksList ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
    font-size: 1.2rem;
}
.bottomWorksList p{
    margin-top: 5px;
    font-size: 11px;
}
.backBtn{
    text-align: center;
    margin-top: 60px;
}
.backBtn a{
    
    font-size: 3.8rem;
    color: #000;
    font-weight: bold;
}
.backBtn a span{
    text-decoration: underline;
}
.modaal-close {
    position: absolute;
    right: -50px;
    top: -50px;
}


/* fade */
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.8s, transform 1.5s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

.inlineModal {
    display: none;
}
.modaal-content-container .text{
    margin-top: 10px;
}
.modaal-content-container {
    padding: 15px;
}
