@charset "UTF-8";
.p-museum-shop-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
.p-museum-shop-mv__inner {
	padding-top: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-museum-shop-mv__inner h2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 700px;
}
.p-museum-shop-mv__inner h2 img {
	width: 100%;
	height: auto;
	aspect-ratio: 700 / 271;
}
.p-museum-shop {
	padding-top: 50px;
}
.p-video_box01 {
	width: 100%;
	max-width: 1000px;
}
.p-video_box01 iframe {
	width: 100%;
    aspect-ratio: 1600 / 900;
}
/*スライド*/
.slideBox {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* スライダー本体 */
.p-slider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
}

/* スライド */
.swiper-slide {
  box-sizing: border-box;
  padding: 1rem;
}

/* 商品画像 */
.products_img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 400px;
}
.products_text {
  width: 100%;
  margin: 20px auto 0;
	padding-bottom: 20px;
  max-width: 400px;
}

/* 画像調整 */
.products_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ナビゲーション */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
  width: 44px;
  height: 44px;
  bottom: 50px;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-next {
  right: -10px;
}
.swiper-button-prev {
  left: -10px;
}
/* スマホ用 */
@media (max-width: 600px) {
	.swiper-slide {
		width: 100%!important;
	}
  .swiper-button-next,
  .swiper-button-prev {
    width: 15px;
    height: 15px;
  }
}



.p-museumshop_list01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
}
.p-museumshop_list01 li {
	width: calc(100% / 2 - 20px);
	margin-top: 40px;
}
.p-museumshop_list01 li img {
	width: 100%;
}
.p-museumshop_list02 li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
}
.p-museumshop_list02 li .img {
	width: calc(100% / 2 - 20px);
}
.p-museumshop_list02 li .movie {
	width: calc(100% / 2 - 20px);
	position: relative;
	overflow: hidden;
}
.p-museumshop_list02 li .img img {
	width: 100%;
}
.p-museumshop_list02 li .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    aspect-ratio: 900 / 1600;
}
.copy_txt01 {
	position: relative;
}
.copy_txt01:after {
	position: absolute;
	bottom: 0;
	left: 0.5em;
	content: "©KINDAI UNIVERSITY";
	display: block;
	font-size: .8em;
	color: #FFF;
}
.copy_txt02 {
	position: relative;
}
.copy_txt02:after {
	position: absolute;
	bottom: 0;
	left: 0.5em;
	content: "©サウススカイ";
	display: block;
	font-size: .8em;
	color: #FFF;
}

.p-container02 {
	row-gap: 0px;
}

@media screen and (max-width: 959px) {
}
@media screen and (max-width: 600px) {
	.p-museum-shop-mv__inner {
		padding-top: 100px;
	}
	.p-museumshop_list01 li {
		width: 100%;
	}
	.p-museumshop_list02 li .img,
	.p-museumshop_list02 li .movie {
		width: 100%;
		margin-bottom: 20px;
	}
	.sp_small_tit {
		font-size: 1.4rem;
	}
}
