@charset "utf-8";
/* -------------------------------- *\
    header
\* -------------------------------- */
.header {
	position: relative;
}
.header__logo {
	position: absolute;
	top: 30px;
	left: -20px;
}
.header__title {
	position: absolute;
	top: 32%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.header__title img {
	transition: all .3s ease
}
.header__title a:hover img{
	opacity: .7;
}
@media (max-width: 768px) {
	.header__logo {
		top: 5px;
		width: 40%;
	}
	.header__title {
		top: 45%;
		width: 40%;
	}
}

/* -------------------------------- *\
    商品情報
\* -------------------------------- */
.item-info {
	position: relative;
	margin-bottom: 112px;
}
.item-info::after {
	display: inline-block;
	position: absolute;
	bottom: -60px;
	width: 100%;
	height: 60px;
	background-image: url(../../item/img/line_item.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	content: "";
}
.item-info__content {
	display: flex;
	flex-wrap: wrap;
	margin-right: -50px;
	margin-left: -50px;
	padding: 30px 10px;
}
.item-info__img {
	flex-basis: 45%;
	max-width: 45%;
	padding: 0 50px;
}
.img-attention {
	max-width: 500px;
	margin: 10px auto 0;
}
.item-info__detail {
	flex-basis: 55%;
	max-width: 55%;
	padding: 0 50px;
}
.detail-name, .detail-pr, .detail-size, .detail-material {
	position: relative;
}
.detail-name::after, .detail-pr::after, .detail-size::after, .detail-material::after {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-image: url(../../item/img/line_item-detail.svg);
	background-position: left center;
	background-repeat: no-repeat;
	content: "";
}
.detail-shape {
	max-width: 220px;
	margin-bottom: 25px;
}
.detail-name {
	margin-bottom: 18px;
	padding-bottom: 12px;
	font-size: 3rem;
	font-weight: bold;
}
.detail-pr {
	margin-bottom: 10px;
	padding-bottom: 21px;
	font-size: 2rem;
}
.detail-pr ul {
	margin-bottom: 0;
}
.detail-size, .detail-material {
	margin-bottom: 10px;
	padding-bottom: 13px;
	font-size: 2rem;
}
.detail-copyright {
	margin-top: 25px;
	max-width: 150px;
}
.detail-copyright--nintendo {
	max-width: 100px;
}
.detail-copyright__syunsoku {
	max-width: 370px;
}

/* swiper */
.slider {
	margin-bottom: 70px;
}
.slider-thumbnail .swiper-slide {
	padding: 8px;
	border: 1px solid #b3b3b4;
	border-radius: 15px;
}
.slider-thumbnail .swiper-slide-thumb-active {
	border: 2px solid #5185c5;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: ""!important;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.swiper-button-prev::after {
  border-bottom: 12px solid transparent;
  border-right: 14px solid #b3b3b4;
  border-top: 12px solid transparent;
}
.swiper-button-next::after {
  border-bottom: 12px solid transparent;
  border-left: 14px solid #b3b3b4;
  border-top: 12px solid transparent;
}
.swiper-container {
  margin-inline: auto;
  max-width: 500px;
  position: relative;
}
.swiper {
  max-width: 500px;
}
/* 前への矢印 */
.swiper-button-prev {
  left: -30px!important;
}
/* 次への矢印 */
.swiper-button-next {
  right: -30px!important;
}
@media (max-width: 768px) {
	.item-info__content {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}
	.item-info__img {
		max-width: 100%;
		margin-bottom: 50px;
		padding: 0;
	}
	.item-info__detail {
		max-width: 100%;
		padding: 0;
	}
	.detail-shape {
		margin-bottom: 10px;
	}
	.detail-name {
		font-size: 2rem;
	}
	.detail-pr, .detail-size, .detail-material {
		font-size: 1.6rem;
	}
	.detail-copyright {
		max-width: 120px;
	}
	.detail-copyright__syunsoku {
		max-width: 210px;
	}
/* swiper */
.slider {
	margin-bottom: 30px;
}
}

/* -------------------------------- *\
    一般販売できません（2025年2月尾崎追加）
\* -------------------------------- */
.nosale{margin: 0 auto; width:80%; padding:10px 0 20px 0; text-align:center;}
.nosale p{color:#DD0205; }

@media (max-width: 768px) {
.nosale{margin: 0 auto; width:90%;padding:10px 0 20px 0;text-align:center; }
}

/* -------------------------------- *\
    こちらもオススメ
\* -------------------------------- */
.item-other {
	margin-bottom: 102px;
	padding-top: 66px;
}
.item-other__box {
	position: relative;
	background-color: #f9f6f1;
}
.item-other__box::before {
	display: inline-block;
	position: absolute;
	top: -66px;
	width: 100%;
	height: 66px;
	background-image: url(../../item/img/bg_item-other-top.svg);
	background-position: center;
	content: "";
}
.item-other__box::after {
	display: inline-block;
	position: absolute;
	bottom: -66px;
	width: 100%;
	height: 66px;
	background-image: url(../../item/img/bg_item-other-bottom.svg);
	background-position: center;
	content: "";
}
.item-other__title {
	position: absolute;
	top: -83px;
	left: 10%;
	max-width: 390px;
}
.item-other__wrapper {
	max-width: 880px;
	margin: 0 auto;
	padding: 20px;
} 
.item-other__content {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.item-other__col {
	flex-basis: 20%;
	max-width: 20%;
	padding: 0 10px;
}
.item-other__col img{
	position:relative;
	top:0;
	transition:0.3s;
}
.item-other__col a:hover img{
	top:-10px;
}
@media (max-width: 768px) {
	.item-other__title {
		top: -95px;
		left: 0;
		padding: 0 20px;
	}
	.item-other__col {
		flex-basis: 33.3333%;
		max-width: 33.3333%;
		padding-bottom: 20px;
	}
}
@media (max-width: 560px) {
	.item-other__col {
		flex-basis: 50%;
		max-width: 50%;
	}
}