@charset "utf-8";@font-face {
	font-family: 'mplusH';
	src: url('/assets/front/font/mplus-2p-heavy.ttf') format('truetype');
}
header {
	display: none;
}
.show-for-sp,
.sp_only {
	display: none;
}
.copyright {
	text-align: right;
}
.scroll {
	width: 100vw;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

@keyframes slideAnimation {
	from { transform: translateX(0); }
	to { transform: translateX(-100%); }
}
.section-characters {
	padding: 50px 0;
	max-width: 900px;
	margin: 0 auto;
}
.section-characters-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.section-characters-row-text {
	max-width: 600px;
	font-size: 16px;
}
.section-characters-row-text p {
	font-weight: 500;
}
.section-characters-row-img img {
	width: 276px;
	margin-right: 28px;
}
.text-color {
	font-size: 26px;
	margin-top: 50px;
	margin-bottom: 25px;
	color: #FFA52B;
	font-family: mplusH;
}
.section-goods {
	background-image: url(/photo/chancekun/background.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 110px;
	padding-bottom: 50px;
}
.section-ttl {
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
	font-family: mplusH;
}
.goods-group-list {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.goods-group-item {
	width: 184px;
	border-radius: 10px;
	border: 4px solid #000;
	text-align: center;
	background-color: #fff;
	margin: 0 10px;
}
.goods-group-item img {
	width: 112px;
}
.goods-group-item-name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.goods-group-item-name img {
	width: 24px;
	heigth: 24px;
}
.goods-group {
	max-width: 1180px;
	margin: 0 auto;
	text-align: center;
	background-color: #E2E2E2;
	border-radius: 20px;
	padding: 60px 90px;
	margin-bottom: 90px;
}
.section-goods .goods-group:last-child {
	margin-bottom: 0;
}
.main-text-wrapper {
	margin-bottom: 40px;
	font-family: 'NotoSansM';
	font-size: 16px;
}
.main-text-wrapper h3 {
	font-size: 38px;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}
.goods-info-wrapper {
	display: flex;
	flex-direction: column;
	max-width: 310px;
	margin: 0 auto;
}
.goods-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	column-gap: 2%;
	margin-bottom: 10px;
}
.goods-list li {
	width: calc((100% - 70px) / 3);
	margin-bottom: 35px;
}
.goods-name {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	margin: 5px 0px;
	padding-bottom: 2px;
	text-align: left;
	overflow-wrap: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}
.priceWrapper {
	margin-top: auto;
}
.price {
	text-align: right;
	font-size: 24px;
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.yen,
.tax {
	font-size: 12px;
        font-family: 'Noto Sans JP';
}
.goods-list_btn {
	text-align: center;
}
.goods-list_btn img {
	width: 340px;
}
@media screen and (max-width: 769px) {
	.show-for-pc {
		display: none;
	}
	.show-for-sp,
	.sp_only {
		display: inline-block;
	}
	.section-ttl {
		margin: 0 auto;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.section-characters .section-ttl {
		width: 241px;
	}
	.section-characters {
		padding: 0;
		padding-top: 20px;
	}
	.section-characters-row {
		display: block;
		text-align: center;
		padding: 0 30px;
	}
	.section-characters-row-img {
		margin: 0 auto;
		width: 154px;
	}
	.section-characters-row-text {
		margin: 0 auto;
		font-size: 11px;
	}
	.section-characters-row-text p {
		font-weight: 600;
	}
	.text-color {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.section-goods {
		padding-top: 50px;
	}
	.section-goods .section-ttl {
		width: 127px;
	}
	.goods-group-list {
		justify-content: center;
		flex-wrap: wrap;
	}
	.goods-group-item {
		width: 176px;
		display: flex;
		margin: 5px;
		align-items: center;
	}
	.goods-group-item img {
		width: 44px;
		border-radius: 10px;
	}
	.goods-group-item-name {
		display: flex;
		font-size: 16px;
		margin-bottom: 0;
		width: 124px;
		justify-content: space-between;
		padding-right: 4px;
	}
	.goods-group-item-name img {
		width: 24px;
		height: 24px;
	}
	.main-text-wrapper h3 {
		font-size: 24px;
	}
	.goods-group {
		border-radius: 0px;
		padding: 40px 15px;
		margin-bottom: 40px;
	}
	.goods-list_btn img {
		width: 258px;
	}
	.goods-list {
		margin-bottom: 20px;
		column-gap: 10px;
	}
	.goods-list li {
		width: calc((100% - 10px) / 2);
		margin-bottom: 10px;
	}
	.goods-name {
		font-size: 12px;
	}
}

::-webkit-scrollbar {
    display: none;
}
.scroll-list {
	display: flex;
	overflow :visible;
}
.flex {
	display: flex;
}
.row img {
	border: 2px solid #000;
}
.scroll-list div {
	padding: 0;
}
.div1 {
	width: 440px;
	height: 300px;
}
.div2 {
	width: 440px;
	height: 399.5px;
}
.div3 {
	width: 520px;
	height: 500px;
}
.div4, .div5 {
	width: 260px;
	height: 200px;
}
.div6, .div7 {
	width: 160px;
	height: 210px;
}
.div7 {
	height: 190px;
}
.div8 {
	width: 280px;
	height: 400px;
}
.div9 {
	width: 440px;
	height: 300px;
}
.div10 {
	width: 200px;
	height: 300px;
}
.div11 {
	width: 200px;
	height: 400px;
}
.div12 {
	width: 416px;
	height: 400px;
}
.div13 {
	width: 256px;
	height: 300px;
}
.div14 {
	width: 160px;
	height: 299px;
}


.scroll-list img {
	display: block;
	width: 100%;
	height: 100%;
       object-fit: contain
}

@media only screen and (max-width: 767px){
	.div1 {
		width: 232px;
		height: 191px;
	}
	.div2 {
		width: 232px;
		height: 210px;
	}
	.div3 {
		width: 306px;
		height: 296px;
	}
	.div4, .div5 {
		width: 153px;
		height: 105px;
	}
	.div6, .div7 {
		width: 128px;
		height: 123px;
	}
	.div7 {
		width: 128px;
		height: 98px;
	}
	.div8 {
		width: 180px;
		height: 221px;
	}
	.div9 {
		width: 308px;
		height: 180px;
	}
	.div10 {
		width: 112px;
		height: 164px;
	}
	.div11 {
		width: 112px;
		height: 237px;
	}
	.div12 {
		width: 231px;
		height: 221px;
	}
	.div13 {
		width: 134px;
		height: 180px;
	}
	.div14 {
		width: 97px;
		height: 180px;
	}

}
.splide__sr {
    display: none !important;
}