/* CSS Document */
.mainVisual {
    margin: 0;
    position: relative;
	height: 100vh;
	overflow: hidden;
}

.mainVisual video {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto !important;
    z-index: 0;
    background: url(../../image/main.png) no-repeat;
    background-size: cover;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
}

.mainVisual ul .slick-slide {
    overflow: hidden !important;
}

.mainVisual li {
    height: 1002px;
    background-size: cover;
    background-position: center;
    transition: all 5s;
    opacity: 0;
}

.mainVisual .slick-active li {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.mainVisual li.slide01 {
    background-image: url("../../image/mainImg01.jpg");
}

.mainVisual li.slide02 {
    background-image: url("../../image/mainImg02.jpg");
}

.mainVisual h2 {
    position: absolute;
    top: 44%;
    left: 2.8%;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1.9;
    font-weight: 700;
    letter-spacing: 4.5px;
}

.mainVisual h2 span {
    display: block;
    font-size: 4.2rem;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
}

.mainVisual .scroll {
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    text-align: center;
	animation: squash 1s ease-in-out infinite;
}
 
@keyframes squash {
  0% {transform: translate(0, -4px);}
  50% {transform: translate(0, 4px);}
  100% {transform: translate(0, -4px);}
}
/*.mainVisual video#bgvid {
    width: 150%;
    height: auto !important;
    min-width: inherit;
    min-height: inherit;
    position: relative;
    top: 0;
    left: -25%;
    bottom: 0;
    right: 0;
    transform: inherit;
}*/

.mainVisual .scroll a {
    padding-bottom: 118px;
    display: inline-block;
    position: relative;
    font-size: 1.1rem;
    letter-spacing: 2px;
    color: rgb(9, 13, 17);
    font-family: 'Libre Baskerville', serif;
}

.mainVisual .scroll a:hover {
    opacity: 0.7;
}

.mainVisual .scroll a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 100px;
    border-left: 1px solid rgb(102, 113, 123);
    content: "";
}

.banner img {
	display: block;
	margin: 40px auto 0;
}

.sec01 {
    margin-bottom: 184px;
}

.sec01 .photoList {
    margin: 0 -10px;
    display: flex;
    justify-content: space-between;
}

.sec01 .photoList li {
    margin: 0 10px;
    width: 400px;
}

.sec01 .photoList li a {
    display: block;
	transition: .3s;
}

.sec01 .photoList li a:hover {
    opacity: 0.7;
}

.sec01 .photoList li .headline01 {
    margin-bottom: 47px;
	line-height: 1.2;
}

.sec01 .photoList li .headline01 span {
	font-size: .6em;
	letter-spacing: 1.4px;
}

.sec01 .photoList li .photo {
    margin-bottom: 32px;
    height: 540px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.sec01 .photoList li .photo01 {
    background-image: url("../../image/list_photo01.jpg");
}

.sec01 .photoList li .photo02 {
    background-image: url("../../image/list_photo02.jpg");
}

.sec01 .photoList li .photo03 {
    background-image: url("../../image/list_photo03.jpg");
}

.sec01 .photoList li p {
    letter-spacing: 2.9px;
}

.sec01 .photoList li:nth-child(2) {
    margin-top: 137px;
}

.sec02 {
    margin-bottom: 117px;
}

.sec02 .imgBox .photo {
    float: left;
    width: 52.07%;
}

.sec02 .imgBox .txtBox {
    margin: 5px 0 0;
    float: right;
    width: 41.17%;
}

.sec02 .imgBox .txtBox .headline01 {
    margin-bottom: 45px;
}

.sec02 .imgBox .txtBox dl {
    letter-spacing: 3px;
}

.sec02 .imgBox .txtBox dt {
    padding: 24px 0 23px;
    float: left;
    font-weight: 700;
}

.sec02 .imgBox .txtBox dd {
    padding: 24px 0 23px 8em;
    border-top: 1px solid rgb(210, 215, 219);
}

.sec02 .imgBox .txtBox dd:last-child {
    border-bottom: 1px solid rgb(210, 215, 219);
}

.sec02 .imgBox .txtBox dd a {
	color: #fff;
}

.ins {
    padding: 127px 0 50px;
    background-color: #090C11;
}

.ins h3 {
    margin-bottom: 46px;
    position: relative;
    font-size: 2.6rem;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    letter-spacing: 5.3px;
}

.ins h3:before {
    position: absolute;
    top: -44px;
    height: 40px;
    left: 50%;
    border-left: 1px solid #FFF;
    content: "";
}

.ins .btn {
    margin: 0 auto 65px;
    width: 204px;
}

.ins .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 42px;
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    color: #FFF;
    border: 1px solid #FFF;
}

.ins .btn a:hover {
    opacity: 0.7;
}

.ins .insta__body {
    position: relative;
}


.ins .insta__body svg {
    position: absolute;
    top: 91px;
    left: 31px;
    stroke: rgb(9, 13, 17);
    fill: none;
    z-index: 3;
    cursor: pointer;
}

.ins .insta__body svg.arrowRight {
    left: auto;
    right: 31px;
}

.ins .insta__body #instafeed {
	width: 100%;
	height: 100%;
	perspective: 500px;
}

.ins .insta__body #instafeed li ,
.ins .insta__body #instafeed .sbi_item {
    margin: 0 1px;
    position: relative;
    float: left;
    width: 250px;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ins .insta__body #instafeed li > a ,
.ins .insta__body #instafeed .sbi_item > a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow-y: auto;
    transition: all .4s;
}

.ins .insta__body #instafeed li:before ,
.ins .insta__body #instafeed .sbi_item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #090d11;
    opacity: 0;
    content: "";
    transition: all .4s;
}

.ins .insta__body #instafeed li:hover:before ,
.ins .insta__body #instafeed .sbi_item:hover:before {
    opacity: 0.4;
}

.ins .insta__body #instafeed li:hover > a ,
.ins .insta__body #instafeed .sbi_item:hover > a {
    opacity: 1;
}

.ins .insta__body #instafeed li > a > p {
    padding: 27px 27px 30px 28px;
}

.ins .insta__body > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 188px;
    height: 250px;
    background-image: linear-gradient(to right, rgba(255,255,255,1) , rgba(255,255,255,0));
    z-index: 2;
    cursor: pointer;
}

.ins .insta__body > span.instaSlide-next {
    left: auto;
    right: 0;
    background-image: linear-gradient(to left, rgba(255,255,255,1) , rgba(255,255,255,0));
}

.ins .insta__pager {
    margin: 150px auto 0;
    position: relative;
    width: 1115px;
    height: 0px;
    background-color: #808080;
}

.ins .insta__pager > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ins .insta__pager > span .swiper-scrollbar-drag {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

.ins .insta__pager > span .swiper-scrollbar-drag:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    content: "";
}

@media all and (-ms-high-contrast:none) {
    .ins .btn a {
        padding-top: 7px;
    }
}

@media all and (max-width: 767px) {
    .mainVisual {
		height: 56.25vw;
        margin: 0;
    }
	
	.mainVisual video {
		min-height: inherit;
		height: 56.25vw !important;
	}

    .mainVisual li {
        height: 450px;
    }

    .mainVisual h2 {
        top: 41%;
        left: 0;
        right: 0;
        text-align: center;
        line-height: 1.89;
        font-size: 0.95rem;
        letter-spacing: 3px;
    }

    .mainVisual h2 span {
        margin-bottom: 8px;
        font-size: 2.3rem;
        line-height: 1.3;
        letter-spacing: 2.2px;
    }

    .mainVisual .scroll {
        bottom: -24px;
    }

    .mainVisual .scroll a {
        padding-bottom: 59px;
        font-size: 0.9rem;
        letter-spacing: 2px;
    }

    .mainVisual .scroll a:after {
        bottom: 0;
        height: 50px;
    }
    
    .sec01 {
        padding-top: 40px;
        margin-bottom: 66px;
    }

    .sec01 .photoList {
        margin: 0;
        display: block;
    }

    .sec01 .photoList li {
        margin: 0 0 60px;
        width: 100%;
    }
    
    .sec01 .photoList li:last-child {
        margin-bottom: 0;
    }

    .sec01 .photoList li .headline01 {
        margin-bottom: 25px;
    }

    .sec01 .photoList li .photo {
        margin-bottom: 15px;
        height: 270px;
		background-size: auto 100%;
	    background-repeat: no-repeat;
    }

    .sec01 .photoList li p {
        margin: 0 20px;
        letter-spacing: 2.3px;
        font-size: 1.1rem;
        line-height: 1.82;
    }

    .sec01 .photoList li:nth-child(2) {
        margin-top: 0;
    }
    
    .sec02 {
        margin-bottom: 31px;
    }

    .sec02 .imgBox .photo {
        padding-right: 20px;
        float: none;
        width: auto;
        text-align: center;
    }

    .sec02 .imgBox .txtBox {
        margin: 5px 20px 39px;
        float: none;
        width: auto;
    }

    .sec02 .imgBox .txtBox .headline01 {
        margin-bottom: 30px;
    }

    .sec02 .imgBox .txtBox dl {
        letter-spacing: 1.5px;
    }

    .sec02 .imgBox .txtBox dt {
        padding: 15px 0 15px;
        float: left;
        font-weight: 700;
    }

    .sec02 .imgBox .txtBox dd {
        padding: 15px 0 15px 7.8em;
    }
    
    .ins {
        padding: 60px 0 20px;
    }

    .ins h3 {
        margin-bottom: 20px;
        font-size: 1.6rem;
        letter-spacing: 3.5px;
    }

    .ins h3:before {
        top: -22px;
        height: 19px;
        left: 50%;
        border-left: 1px solid #FFF;
        content: "";
    }

    .ins .btn {
        margin: 0 auto 28px;
        width: 134px;
    }

    .ins .btn a {
        min-height: 29px;
        font-size: 0.95rem;
        letter-spacing: 1px;
        color: #FFF;
        border: 1px solid #FeFeFe;
    }

    .ins .insta__body svg {
        top: 46px;
        left: 15px;
        width: 14px;
        height: 34px;
    }

    .ins .insta__body svg.arrowRight {
        left: auto;
        right: 15px;
    }

    .ins .insta__body #instafeed li {
        width: 125px;
        height: 125px;
    }

    .ins .insta__body #instafeed li:hover:before {
        opacity: 0;
    }

    .ins .insta__body #instafeed li:hover > a {
        opacity: 0;
    }

    .ins .insta__body #instafeed li > a > p {
        display: none;
    }

    .ins .insta__body > span {
        position: absolute;
        top: 0;
        left: 0;
        width: 188px;
        height: 250px;
        background-image: linear-gradient(to right, rgba(255,255,255,1) , rgba(255,255,255,0));
    }

	.ins .insta__body #instafeed .sbi_item {
		height: auto;
	}
	
    .ins .insta__body > span {
        width: 50px;
        height: 125px;
    }

    .ins .insta__pager {
        margin: 30px 20px 0;
        width: auto;
        height: 0px;
    }
}





