@charset "utf-8";

div.background{
    background: url(images/background.jpg);
    background-size:cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
    margin: 0;
}
@media screen and (max-width: 640px) {
    div.background{
        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: 1.4rem; 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;
        overflow: hidden;
    }
}
.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: 78%;
    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: 900px; position: relative;
}
@media screen and (max-width: 640px) {
    .collection_other_05{
        width: 100%;
        height: 510vw;
        position: relative;
    }
}

.collection_other_07{
    width: 300px;
    position: absolute;
    top: 600px;
    left: 50px;
    font-size: 1.4rem;
    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: 0;
    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: 90%;
        height: 107vw;
        position: absolute;
        top: 10vw;
        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: 90%;
        height: 107vw;
        position: absolute;
        top: 345vw;
        left: auto;
        right: 0;
    }
}
.collection_other_10{
    width: 300px;
    position: absolute;
    top: 650px;
    left: 840px;
    font-size: 1.4rem;
    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: 445vw;
        left: 0;
    }
}
.collection_other_11{
    width: 100%; height: 1070px; 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);
    width: 350px;
    height: 280px;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    .collection_other_13{
        width: 100%;
        position: static;
        margin-top: 5vw;
        height: 76vw;
    }
}
.collection_other_16{
    width: 200px; margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .collection_other_16{
        width: 30%; margin: 0 auto;
    }
}
.collection_other_17{
    position: absolute;
    top: 600px;
    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_17{
        margin-top: 5vw;
        width: 100%;
        position: static;
        height: 76vw;
    }
}
.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: 170vw;
        position: absolute;
        top: 165vw;
        left: 0;
    }
}
.collection_other_23{
    position: absolute;
    top: 600px;
    left: 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_23{
        position: static; width: 100%;
    }
}
.collection_other_24{
    position: absolute;
    top: 120px;
    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_25{
    position: absolute;
    top: 600px;
    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_25{
        width: 100%;
        position: static;
        margin-top: 5vw;
        height: 76vw;
    }
}
.collection_other_26{
    width: 700px;
    position: absolute;
    top: 420px;
    left: 465px;
    font-size: 1.4rem;
    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: 700px;
    position: absolute;
    top: 900px;
    left: 465px;
    font-size: 1.4rem;
    text-align: left;
    padding: 10px;
}
@media screen and (max-width: 640px) {
    .collection_other_27{
        width: 100%;
        position: static;
        margin: 3vw auto;    }
}





/* 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_06{
    width: 100%;
    height: 675px;
    pointer-events:none;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
    .youtube_06{
        width: 96vw;
        height: calc(96vw* 1.78);
    }
}




/* 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);
}

