@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;
    }
}

.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: 170vw !important;
        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: 1000px; margin: 20px auto 50px auto;;
}
@media screen and (max-width: 640px) {
    .collection_other_04{
        width: 65%; margin: 0 auto 30px auto;
    }
}
.collection_other_05{
    width: 100%; height: 850px; position: relative;
}
@media screen and (max-width: 640px) {
    .collection_other_05{
        width: 100%;
        height: 483vw;
        position: relative;
    }
}
.collection_other_06{
transform: rotate(-90deg);
    width: 300px;
    position: absolute;
    top: 120px;
    left: -100px;
    z-index: 1;
}
@media screen and (max-width: 640px) {
    .collection_other_06{
        width: 60vw;
        position: absolute;
        top: 25vw;
        left: 58vw;
    }
}
.collection_other_07{
    width: 300px;
    position: absolute;
    top: 600px;
    left: 100px;
    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: 125vw;
        left: 18vw;
    }
}
.collection_other_08{
    position: absolute;
    top: 50px;
    left: 80px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    width: 450px;
    height: 560px;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    .collection_other_08{
        width: 80%; height: 95vw; position: absolute; top: 110px; left: 0;
    }
}
.collection_other_09{
    position: absolute;
    top: 100px;
    left: 730px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    width: 450px;
    height: 560px;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    .collection_other_09{
        width: 80%;
        height: 95vw;
        position: absolute;
        top: 350vw;
        left: 0;
    }
}
.collection_other_10{
    width: 300px; position: absolute;
    top: 650px;
    left: 880px;
    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: 447vw;
        left: 70px;
    }
}
.collection_other_11{
    width: 100%; height: 1050px; position: relative;
}
@media screen and (max-width: 640px) {
    .collection_other_11{
        height: auto;
        position: static;
    }
}
.collection_other_12{
    width: 300px; position: absolute; top: 50px; left: 20px;
}
@media screen and (max-width: 640px) {
    .collection_other_12{
        width: 60%; position: static;
    }
}
.collection_other_13{
    position: absolute; top: 200px; left: 20px;
    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: 500px;
    position: absolute;
    top: 330px;
    left: 650px;
    font-size: 14px; background-color: rgba(255, 255, 255, 0.8);
    text-align: left; padding: 10px;
}
@media screen and (max-width: 640px) {
    .collection_other_14{
        width: 100%;
        position: static;
    }
}
.collection_other_15{
    width: 500px; position: absolute; top: 850px; left: 650px; font-size: 14px; background-color: rgba(255, 255, 255, 0.8);
    text-align: left; padding: 10px;
}
@media screen and (max-width: 640px) {
    .collection_other_15{
        width: 100%;
        position: static;
    }
}
.collection_other_16{
    width: 200px; margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .collection_other_16{
        width: 60%; margin: 0 auto;
    }
}
.collection_other_17{
    position: absolute;
    top: 500px;
    left: 800px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    width: 350px;
    height: 350px;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    .collection_other_17{
        width: 100%;
        position: static;
    }
}
.collection_other_18{
    position: absolute;
    top: 50px;
    left: 650px;
    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: 10vw;
    }
}
.collection_other_19{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 640px) {
    .collection_other_19{
        width: 100%;
        padding: 50px 0;
        background-color: rgba(255, 255, 255, 1);
    }
}
.collection_other_20{
    transform: rotate(-90deg); width: 500px; position: absolute; top: 300px; left: -170px;
}
@media screen and (max-width: 640px) {
    .collection_other_20{
        width: 60vw;
        position: absolute;
        top: 370vw;
        left: 58vw;
    }
}
.collection_other_21{
    width: 60px;
    position: absolute;
    top: 480px;
    left: 500px;
    z-index: 1;
}
@media screen and (max-width: 640px) {
    .collection_other_21{
        position: absolute;
        top: 97vw;
        left: 75vw;
        z-index: 1;
    }
}
.collection_other_22{
    position: absolute;
    top: 200px;
    left: 440px;
    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: 170vw;
        position: absolute;
        top: 170vw;
        left: 0;
    }
}
@media screen and (max-width: 640px) {
}
.collection_other_23{
}
@media screen and (max-width: 640px) {
}
.collection_other_24{
}
@media screen and (max-width: 640px) {
}
.collection_other_25{
}
@media screen and (max-width: 640px) {
}
.collection_other_26{
}
@media screen and (max-width: 640px) {
}
.collection_other_27{
}
@media screen and (max-width: 640px) {
}
.collection_other_28{
}
@media screen and (max-width: 640px) {
}
.collection_other_29{
}
@media screen and (max-width: 640px) {
}
.collection_other_30{
}
@media screen and (max-width: 640px) {
}










/* 360° */
.inner2 {width: 600px;height: 600px;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);
}










