@charset "UTF-8";

@media print, screen and (min-width:1025px) {

.mainBox {
background-position: center bottom;
background-repeat: no-repeat;
background-size: cover;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
z-index: -2;
}

.mainBoxBl {
display: none;
}

.mainBoxBl {
position: fixed;
background: rgba(0,0,0,.3);
width: 100vw;
height: 100vh;
top: 0;
left: 0;
z-index: -1;
}

#mainCopy {
display: none;
}

#mainCopy {
position: absolute;
width: 900px;
height: 130px;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
z-index: 2;
}

#scroll {
position: absolute;
font-size: 2.2rem;
font-weight: 600;
color: #231815;
bottom: 70px;
left: 0;
right: 0;
margin: auto;
z-index: 2;
}

#scroll span {
position: absolute;
top: 30px;
left: 50%;
width: 24px;
height: 24px;
margin-left: -12px;
border-left: 2px solid #231815;
border-bottom: 2px solid #231815;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
box-sizing: border-box;
}

.blankTop {
position: absolute;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
}

.wrapperBl {
position: relative;
background: rgba(0,0,0,.5);
width: 800px;
color: #fff;
margin: 120px auto;
z-index: 3;
}

.wrapperBl .titleTop {
background-color: #000;
margin: 0 auto;
padding: 20px 0 5px;
}

.wrapperBl .titleTop h2 {
font-size: 3.6rem;
font-weight: 600;
}

.wrapperBl .inner {
padding: 30px 50px;
}

.wrapperBl .inner h3 {
font-size: 2.8rem;
font-weight: 600;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px dotted #fff;
}

.wrapperBl .inner h4 {
font-size: 2rem;
font-weight: 600;
margin-bottom: 20px;
}

.wrapperBl .inner .commonFlex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.wrapperBl .inner .commonFlex div {
width: 48%;
margin-bottom: 30px;
}

.wrapperBl .inner .commonFlex .wide {
width: 82% !important;
margin: 0 auto;
margin-bottom: 30px;
}

.wrapperBl .inner .commonFlex .wide2 {
width: 100% !important;
margin: 0 auto;
margin-bottom: 30px;
}

.wrapperBl .inner .commonFlex div img {
margin-bottom: 16px;
box-shadow: 5px 5px 10px #000;
}

.wrapperBl .inner .commonFlex .txtL {
width: 100%;
text-align: left;
}

.wrapperBl .inner .commonFlex .arai {
width: 100%;
font-size: 2rem;
font-weight: 600;
margin-bottom: 10px;
border-bottom: 1px solid #fff;
}

.wrapperBl .inner .commonFlex .txtR {
width: 100%;
text-align: right;
}

.wrapperBl .inner .commonFlex .txtR a {
color: #fff !important;
text-decoration: underline;
}

#blankBottom {
height: 80px;
}

.container {
background-color: #fff;
width: 100%;
margin: 0 auto;
z-index: 5;
}

.wrapper {
width: 834px;
margin: 0 auto;
padding: 100px 0;
}

.wrapper .inner {
width: 800px;
margin: 0 auto;
}

.wrapper h2 {
font-size: 3.5rem;
font-weight: 600;
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom: 1px dotted #231815;
}

.wrapper h2 span {
display: block;
font-size: 1.4rem;
font-weight: 400;
margin-bottom: 20px;
}

.wrapper .btn {
margin: 10px 0 0 5px;
}

#mainVisualSec{
position: -webkit-sticky;
position: sticky;
top: 0;
width: 100%;
height: 100vh;
margin-top: 100px;
z-index: -1;
}

#mainVisualSec .mainVisualIn {
position: absolute;
width: 100%;
height: 140vh;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: -1;
text-align: center;
overflow: hidden;
}

#mainVisualSec .mainVisualIn video {
min-height: 140%;
min-height: 140vh;
min-width: 140%;
min-width: 140vw;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
}

footer {
background-color: #b5b5b6;
width: 100%;
height: 40px;
font-size: 1.1rem;
font-weight: 600;
color: #fff;
line-height: 38px;
}

}