@charset "utf-8";
/* CSS Document */

#museum #under_mv_aria::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 25%;
    background: url(../img/top/museum_pattern_bg.svg) repeat center center / 80px;
    border-top: #78beea 15px solid;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

#under_mv_aria #museum_mv_1 {
    position: absolute;
    top: 90px;
    left: 4%;
    margin: auto;
    width: 310px;
    transform: rotate(-15deg);
}
#under_mv_aria #museum_mv_3 {
    position: absolute;
    top: 220px;
    left: 18%;
    margin: auto;
    width: 170px;
    transform: rotate(16deg);
}
#under_mv_aria #museum_mv_2 {
    position: absolute;
    top: 90px;
    right: 4%;
    margin: auto;
    width: 310px;
    transform: rotate(15deg);
}
/* majica
--------------------------------------------------------- */

.majica_list {
    display: flex;
    margin: 0 10px;
    flex-wrap: wrap;
}
.majica_list li {
    width: calc(( 100% - 100px ) / 5 );
    margin: 0 10px 20px;
}


/* レジ袋
--------------------------------------------------------- */
.DpsBags_list {
    display: flex;
    flex-wrap: wrap;
    
}
.DpsBags_list li {
    width: calc(( 100% - 50px ) / 5 );
    margin: 0 5px 20px;
    text-align: center;
}
.DpsBags_list li .spBImg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 135%;
    
}
/*.DpsBags_list li .spBImg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/museum/museum_frame.svg) no-repeat center center / contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.DpsBags_list li .spBImg::after {
    content: "";
    display: block;
    width: 87%;
    height: 87%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}*/
.DpsBags_list li .spBImg img {
    position: absolute;
    width: auto;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    /*max-height: 65%;
    max-width: 65%;
    transform: rotate(-20deg);*/
}


/* 写真
--------------------------------------------------------- */
ul.Donpenpicture {
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
ul.Donpenpicture li {
	width: calc(100% / 6);
	padding-top: calc(100% / 6);
	height: 0;
	overflow: hidden;
	/*border-radius: 22px;
	margin: 10px;*/
	position: relative;
	transition: 0.2s;
}
ul.Donpenpicture li > img {
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
ul.Donpenpicture li.dummy {
	height:0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ul.Donpenpicture li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.2s;
}
ul.Donpenpicture li a:hover {
    /*background: rgba(255,255,255,0.85);*/
    background: rgba(0,0,0,0.6);
}

/*ホバーaction*/
ul.Donpenpicture li p.hoverAction.kara {
	font-size: 20px;
	overflow: hidden;

}
ul.Donpenpicture li p.hoverAction.kara span{
	text-align: center;
	padding: 0;
	margin: 0;
}
ul.Donpenpicture li p.hoverAction {
/*	font-family: 'ドンキ丸袋テカリアリ';*/
	position: absolute;
	bottom: -65px;
	left: 0;
	background: #009fea;
	font-size: 26px;
	text-align: center;
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #fff;
	transition: 0.3s;
	display: none;
}
ul.Donpenpicture li:hover p.hoverAction {
	bottom: 0;
}

.sns_copy {
	display: none;
}
div.popUP p.popTitle {
	display: none;
}
div.popUP {
	padding-top: 30px;
}
/*
#cboxNext,
#cboxPrevious {
    display: none!important;
}
*/
/* ========================================
     1600px
======================================== */
@media screen and (max-width:1600px){
    
}



/* ========================================
     1400px
======================================== */
@media screen and (max-width:1400px){
    #under_mv_aria #museum_mv_1 {
        top: 30px;
        left: 2%;
        width: 240px;
    }
    #under_mv_aria #museum_mv_2 {
        top: 40px;
        right: 4%;
        width: 270px;
    }
    #under_mv_aria #museum_mv_3 {
        top: 170px;
        left: 16%;
        width: 150px;
    }
    .majica_list li {
        width: calc((100% - 80px) / 4);
        margin: 0 10px 20px;
    }
    ul.Donpenpicture li {
        width: calc(100% / 5);
        padding-top: calc(100% / 5);
    }
}



/* ========================================
     1200px
======================================== */
@media screen and (max-width:1200px){
    .majica_list {
        margin: 0 -5px;
    }
    .majica_list li {
        width: calc((100% - 30px) / 3);
        margin: 0 5px 10px;
    }
}



/* ========================================
     1000px
======================================== */
@media screen and (max-width:1000px){
    .DpsBags_list {
        margin: 0 -5px;
    }
    .DpsBags_list li {
        width: calc((100% - 40px) / 4);
        margin: 0 5px 20px;
    }
    ul.Donpenpicture li {
        width: calc(100% / 4);
        padding-top: calc(100% / 4);
    }
    #under_mv_aria #museum_mv_1 {
        top: 30px;
        left: 3%;
        width: 220px;
    }
    #under_mv_aria #museum_mv_2 {
        top: 25px;
        right: 3%;
        width: 230px;
    }
    #under_mv_aria #museum_mv_3 {
        top: 120px;
        left: 20%;
        width: 120px;
    }
    #under_mv_aria #museum_mv_3 {
        top: 130px;
        left: 23%;
        width: 110px;
    }
}



/* ========================================
     768px
======================================== */
@media screen and (max-width:768px){
    .majica_list li {
        width: calc((100% - 20px) / 2);
        margin: 0 5px 10px;
    }
    .DpsBags_list li {
        width: calc((100% - 30px) / 3);
        margin: 0 5px 20px;
    }
    ul.Donpenpicture li {
        width: calc(100% / 4);
        padding-top: calc(100% / 4);
    }
    #under_mv_aria #museum_mv_2 {
        top: 28px;
        right: -2%;
        width: 220px;
        transform: rotate(21deg);
    }
    #under_mv_aria #museum_mv_3 {
        top: 140px;
        left: 27%;
        width: 87px;
        transform: rotate(36deg);
    }
    #under_mv_aria #museum_mv_1 {
        top: 34px;
        left: -4%;
        width: 170px;
        transform: rotate(-28deg);
    }
}



/* ========================================
     480px
======================================== */
@media screen and (max-width:480px){
    .DpsBags_list li {
        width: calc((100% - 20px) / 2);
        margin: 0 5px 20px;
    }
    ul.Donpenpicture li {
        width: calc(100% / 3);
        padding-top: calc(100% / 3);
    }
    #under_mv_aria #museum_mv_1 {
        top: -6px;
        left: -2%;
        width: 140px;
    }
    #under_mv_aria #museum_mv_2 {
        top: 17px;
        right: -2%;
        width: 190px;
    }
    #under_mv_aria #museum_mv_3 {
        top: 130px;
        left: 26%;
        width: 70px;
    }
    #under_mv_aria #museum_mv_2 {
        top: 0px;
        right: -7%;
        width: 190px;
    }
}










