@charset "utf-8";

div.background{
    background: url(images/background.jpg);
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
    padding: 98px 0 80px;
    margin: 0;
}
@media screen and (max-width: 640px) {
    div.background{
        padding-top: 75px;
        background: url(images/background_sp.jpg);
        background-size:cover;
        background-position: center;
        background-attachment: fixed;
    }
}

section.fade-in {animation: fadein 4s ease-out forwards;}
@keyframes fadein {
    0% {opacity: 0}
    100% {opacity: 1}
}

div.main{
    /*-webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);*/
    background-color: rgba(255, 255, 255, 1);
    width: 1200px;
    /*height: 1200px;*/
    text-align: center;
    /*margin: calc(50vh - 100px) auto;*/
    margin: 50px auto;
    padding: 30px 10px;
    border-radius: 5px;
    /*border: 1px solid #ff0000;*/
    transition: box-shadow 0.5s;
    box-shadow:
        10px 10px 30px rgba(18, 47, 61, 0.5),
        -10px -10px 30px rgba(18, 47, 61, 0.5),
        inset 10px 10px 30px transparent,
        inset -10px -10px 30px transparent;
}
@media screen and (max-width: 640px) {
    div.main{
        margin: 50px auto 0 auto;
        width: 95%;
        padding: 30px 0 20px 0;
    }
}

.collection_other_01{
    position: relative; width: 1180px; height: 664px; border:0px solid #ff0000; font-size: 14px; background-color: #000;
	color: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
    .collection_other_01{
        position: relative; width: 100%; height: 168vw !important; overflow: hidden;
        color: #fff;
    }
}
.collection_other_02{
    /*height: 75vh;*/
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 640px) {
    .collection_other_02{
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
}
.collection_other_03{
	width: 200px; text-align: center; position: absolute; bottom: 0; left: 50%; margin-left: -100px;
}
@media screen and (max-width: 640px) {
	.collection_other_03{
        width: 100vw;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 25%;
	}
}
.collection_other_04{
    width: 60%;
    margin: 20px auto;
    height: 60px;
}
@media screen and (max-width: 640px) {
    .collection_other_04{
        width: 95%;
        margin: 0 auto;
        height: 13vw;
    }
}
.collection_other_05{
    width: 100%; height: 950px; position: relative;
}
@media screen and (max-width: 640px) {
    .collection_other_05{
        width: 100%;
        height: 342vw;
        position: relative;
    }
}

.collection_other_07{
    width: 300px;
    position: absolute;
    top: 600px;
    left: 50px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
    padding: 10px;
}
@media screen and (max-width: 640px) {
    .collection_other_07{
        width: 80%;
        position: absolute;
        top: 110vw;
        left: auto;
        right: 0;
    }
}
.collection_other_08{
    position: absolute;
    top: 50px;
    left: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    width: 550px;
    height: 560px;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    .collection_other_08{
        width: 90%;
        height: 87vw;
        position: absolute;
        top: 10vw;
        left: 0;
    }
}
.collection_other_09{
    position: absolute;
    top: 100px;
    left: 610px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    width: 550px;
    height: 560px;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    .collection_other_09{
        width: 90%;
        height: 87vw;
        position: absolute;
        top: 150vw;
        left: auto;
        right: 0;
    }
}
.collection_other_10{
    width: 300px;
    position: absolute;
    top: 650px;
    left: 840px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
    padding: 10px;
}
@media screen and (max-width: 640px) {
    .collection_other_10{
        width: 80%;
        position: absolute;
        top: 430vw;
        left: 0;
    }
}
.collection_other_11{
    width: 100%; height: 740px; position: relative;
}
@media screen and (max-width: 640px) {
    .collection_other_11{
        height: auto;
        position: static;
    }
}
.collection_other_12{
    width: 250px;
    position: absolute;
    top: 30px;
    left: 0;
}
@media screen and (max-width: 640px) {
    .collection_other_12{
        width: 40%; position: static;
    }
}
.collection_other_13{
    position: absolute;
    top: 120px;
    left: 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
    .collection_other_13{
        position: static; width: 100%;
    }
}
.collection_other_14{
    width: 350px;
    position: absolute;
    top: 180px;
    right: 0;
    font-size: 14px;
    text-align: left;
    padding: 10px;
}
@media screen and (max-width: 640px) {
    .collection_other_14{
        width: 100%;
        position: static;
        margin: 3vw auto;
    }
}

.collection_other_16{
    width: 200px; margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .collection_other_16{
        width: 30%; margin: 0 auto;
    }
}

.collection_other_18{
    position: absolute;
    top: 120px;
    left: 465px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    width: 350px;
    height: 280px;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    .collection_other_18{
        width: 100%;
        position: static;
        margin-top: 5vw;
        height: 76vw;
    }
}
.collection_other_19{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 640px) {
    .collection_other_19{
        width: 100%;
        padding: 20px 0 0 0;
        margin-top: 30px;
        background-color: rgba(255, 255, 255, 1);
    }
}

.collection_other_22{
    position: absolute;
    top: 200px;
    left: 400px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    width: 380px;
    height: 674px;
    overflow: hidden;
    z-index: 1;
}
@media screen and (max-width: 640px) {
    .collection_other_22{
        width: 100%;
        height: 169vw;
        position: absolute;
        top: 127vw;
        left: 0;
    }
}

.collection_other_24{
    position: absolute;
    top: 430px;
    right: 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    width: 350px;
    height: 280px;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    .collection_other_24{
        width: 100%;
        position: static;
        margin-top: 5vw;
        height: 76vw;
    }
}

.collection_other_26{
    width: 350px;
    position: absolute;
    top: 500px;
    left: 460px;
    font-size: 14px;
    text-align: left;
    padding: 10px;
}
@media screen and (max-width: 640px) {
    .collection_other_26{
        width: 100%;
        position: static;
        margin: 3vw auto;
    }
}



.collection_other_27{
    width: 1070px;
    position: absolute;
    top: 810px;
    left: 60px;
    font-size: 12px;
    text-align: left;
    padding: 10px;
}
@media screen and (max-width: 640px) {
    .collection_other_27{
        width: 100%;
        position: absolute;
        top: 290vw;
        left: 0;
    }
}
.collection_other_28{
    width: 500px;
    position: absolute;
    top: 600px;
    left: 50px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
    padding: 10px;
}
@media screen and (max-width: 640px) {
    .collection_other_28{
        width: 80%;
        position: absolute;
        top: 95vw;
        left: auto;
        right: 0;
    }
}
.collection_other_29{
    width: 500px;
    position: absolute;
    top: 650px;
    left: 640px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
    padding: 10px;
}
@media screen and (max-width: 640px) {
    .collection_other_29{
        width: 80%;
        position: absolute;
        top: 233vw;
        left: 0;
    }
}
.collection_other_30{
}
@media screen and (max-width: 640px) {
}





/* YouTube */
.youtube_04{
    width: 100%;
    height: 664px;
    pointer-events:none;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
    .youtube_04{
        width: 96vw;
        height: calc(96vw* 1.78);
    }
}
.youtube_05{
    width: 100%;
    height: 680px;
    pointer-events: none;
    position: absolute;
    top: -2px;
    left: 0;
}
@media screen and (max-width: 640px) {
    .youtube_05{
        width: 100.5%;
        height: calc(100%* 1);
        pointer-events:none;
        position: absolute;
        top: 0;
        left: -1px;
    }
}





/* 360° */
.inner2 {
    width: 450px;
    height: 450px;
    margin: 0 auto;
}
.image-wrap2 {width: 600px;margin: 0 auto;}
.cloudimage-360-view-360-icon {display: block !important;}
@media screen and (max-width: 640px) {
	.inner2 {
        width: 100%;
        height: 95vw;
        margin: 0 auto;
    }
	.image-wrap2 {width: 100%;margin: 0 auto;}
}

/* zoom° */
.zoomIn_pict img.zoomIn_pict_img{
  transform: scale(1);
  transition: 0.5s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}
.zoomIn_pict a:hover img.zoomIn_pict_img{/*hoverした時の変化*/
  transform: scale(1.05);/*拡大の値を変更したい場合はこの数値を変更*/
}

/* shadow° */
.shadow_pict{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}










