@charset "utf-8";

@font-face {
	font-family: 'founders';
	src: url('/assets/front/font/founders-grotesk-bold.ttf') format('truetype');
}

@font-face {
	font-family: 'ryo-gothicm';
	src: url('/assets/front/font/ryo-gothic-plusn-m.ttf') format('truetype');
}

@font-face {
	font-family: 'ryo-gothicb';
	src: url('/assets/front/font/ryo-gothic-plusn-b.ttf') format('truetype');
}

*:focus {
	outline: none;
}

button:hover {
	background: transparent;
}

*::-webkit-scrollbar {
	display: none;
}

.lead_num {
	font-size: 52px;
	font-family: 'founders';
}

.lead_num:last-child {
	margin-right: 5px;
}

.limited {
	margin-right: 5px;
	font-size: 23px;
	font-family: 'ryo-gothicb';
	background: #000;
	color: #fff;
	padding: 3px 5px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	top: -9px;
}

.day {
	font-size: 27px;
	font-family: 'founders';
}

.date {
	font-size: 40px;
	font-family: 'ryo-gothicb';
}

.red {
	color: #cc0000;
}

.crumbsList {
	display: none;
}

body {
	font-family: 'founders', 'ryo-gothicm', sans-serif;
}

/* 共通 */
header,
footer {
	display: none;
}

.lp__footer {
	display: block;
}

.lp__footer {
	position: relative;
	z-index: 5000;
	color: #fff;
	text-align: center;
}

h2 {
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	font-family: 'ryo-gothicb';
}

h2 span {
	display: block;
	font-size: 20px;
	margin-bottom: 45px;
	font-weight: 500;
}

h2,
h3 {
	text-align: center;
}

.lp__footer img.footer__logo {
	margin: 0 auto;
	display: block;
	width: 110px;
	padding-top: 35px;
	padding-bottom: 35px;
}

.lp__footer p {
	font-size: 10px;
}

.lp__footer p {
	font-size: 10px;
	padding-bottom: 55px;
}

.section__inner p {
	font-size: 20px;
	font-family: 'ryo-gothicm';
}

.section__inner .item_name {
	font-size: 30px;
	margin-bottom: 15px;
	font-family: 'ryo-gothicb';
	line-height: 1.3;
}

.section__inner .item_price {
	font-size: 30px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

.bg__black {
	background: #000;
}

.bg__gray {
	background: #F4F4F4;
}

.item_slide_wrap {
	width: 380px;
	margin-right: 70px;
}

.section__contents__inner {
	background: #F6F6F6;
}

.section__lead__txt:before {
	content: "※";
	font-size: 10px;
}

.section__lead__txt {
	margin-left: 8px;
	padding-left: 1em;
	text-indent: -1em;
}

.section__note .section__lead__ttl {
	font-family: 'ryo-gothicb';
	font-size: 32px;
	color: #000;
	margin-bottom: 30px;
}

a:hover {
	opacity: 1;
}

.section__inner p.goods_price {
	font-size: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}

.section__inner span.num {
	font-family: 'founders';
	font-size: 40px;
}

.yen {
	font-size: 20px;
	font-weight: bold;

}

.tax {
	font-size: 12px;
	font-weight: normal;
}

.section__lineup .asterisk {
	font-size: 10px;
	display: inline-block;
	margin-top: 10px;
}

.item_note {
	font-size: 13px;
	display: inline-block;
	margin-top: 20px;
}

.dot::before {
	display: none;
}

.asterisk {
	font-size: 10px;
}

.item_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
}

.item_popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding-top: 30px;
	padding-top: 30px;
	border-radius: 10px;
	z-index: 10001;
	width: 85%;
	max-width: 450px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.popup_slider_inner {
	max-height: 600px;
	overflow-y: auto;
}

.item_popup .slider {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0;
}

.item_popup .goods_price {
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.item_popup .section__contents__txt-wrap {
	padding-left: 30px;
	padding-right: 30px;
}

.item_popup .slick-next {
	right: 5px;
}

.item_popup .slick-prev::before,
.item_popup .slick-prev::after {
	content: "";
	width: 15px;
	height: 2px;
	display: inline-block;
	border-radius: 2px;
	background: #000;
	position: absolute;
	left: 2px;
}

.item_popup .slick-prev::before {
	top: calc(50% - 6px);
	transform: rotate(-45deg);
}

.item_popup .slick-prev:after {
	bottom: calc(50% - 6px);
	transform: rotate(45deg);
}

.item_popup .slick-prev {
	left: 5px;
	top: 51%;
}

.item_popup .slick-next::before,
.item_popup .slick-next::after {
	content: "";
	width: 15px;
	height: 2px;
	display: inline-block;
	border-radius: 2px;
	background: #000;
	position: absolute;
	right: 2px;
}

.item_popup .slick-next::before {
	top: calc(50% - 6px);
	transform: rotate(45deg);
}

.item_popup .slick-next::after {
	bottom: calc(50% - 6px);
	transform: rotate(-45deg);
}

.slider img {
	width: 100%;
	border-radius: 8px;
}

.popup_close_btn {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 38px;
	background: none;
}

.dont-show-checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: 'ryo-gothicb';
	font-size: 16px;
	user-select: none;
	color: #000;
	margin-top: 20px;
}

.dont-show-checkbox input[type="checkbox"] {
	display: none;
}

.dont-show-checkbox .checkbox-box {
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	border-radius: 3px;
	margin-right: 8px;
	position: relative;
}

.dont-show-checkbox input[type="checkbox"]:checked+.checkbox-box {
	background-color: #000;
	border-color: #000;
}

.dont-show-checkbox input[type="checkbox"]:checked+.checkbox-box::after {
	content: '';
	position: absolute;
	left: 4px;
	top: -1px;
	width: 6px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.overlay_close_btn {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 60px;
	background: none;
}

.overlay_close_btn:hover {
	opacity: 1;
}

.overlay_btn__wrapper img.warning {
	width: 36px;
	margin-right: 5px;
}

.overlay_btn__wrapper h2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ポップアップ */
.overlay {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 100000000;
}

.overlay .btn__area p.btn__area-title::before {
	display: none;
}

.overlay span.notice {
	color: #000;
	top: 15px;
	right: -10px;
}

.overlay .btn__area p {
	text-align: justify;
	display: inline-block;
	font-size: 16px;
	font-family: 'ryo-gothicb';
	line-height: 1.8;
	padding: 10px 10px 0 10px;
}

.overlay .btn__area p {
	display: block;
	padding-left: 1em;
}

.overlay .btn__area p:before {
	content: "※";
	font-size: 10px;
}

.no_asterisk:before {
	content: none !important;
}

.overlay_btn__wrapper {
	max-width: 1000px;
	width: 95%;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: #fff;
	z-index: 9999;
	border-radius: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.overlay .btn__area {
	width: 700px;
	height: 400px;
	margin: 0 auto;
	overflow: scroll;
}

.overlay .btn__area h2 {
	color: #000;
	font-size: 28px;
	margin-bottom: 30px;
}

.overlay .btn__area p {
	padding: 0px;
}

.footer__inner {
	position: relative;
}

.section__inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1180px;
}

.overlay .btn__area h2 span {
	margin-bottom: 15px;
}

.overlay .btn__area button {
	display: block;
	margin: 0 auto;
	background: #fff;
	border: none;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 10px;
	width: 60px;
}

.section__contents__btn {
	padding-bottom: 0;
	border-radius: 0px 0px 20px 20px;
}

.section__contents__btn:hover {
	background: #707070;
	border-radius: 0 0 20px 20px;
}

.section__contents__inner {
	padding: 40px 40px 40px 70px;
	background: #fff;
	border-radius: 0 0 10px 10px;
}

.section__lead__ttl {
	background-repeat: no-repeat;
	background-size: 124px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	background-position: center;
}

.section__lead__txt-title::before {
	display: none;
}

.section__contents {
	position: relative;
	padding-bottom: 100px;
}

.section__mv .section__inner {
	max-width: inherit;
	position: relative;
	padding: 0;
}

.section__lead {
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.section__lineup {
	background: #F4F4F4;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 110px;
}

.section__lead .section__contents {
	padding-bottom: 0;
}

.section__lead .section__inner {
	border-radius: 10px;
	padding-left: 60px;
	padding-right: 60px;
}

.section__lead .txt__inner {
	text-align: center;
}

.section__lead .txt__inner p.section__lead__txt {
	display: block;
	line-height: 2;
}

.section__lead .txt__inner:first-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.section__lead .txt__inner:last-child .section__lead__ttl {
	margin-top: 40px;
}

.section__lead .txt__inner:first-child p.date {
	font-size: 36px;
	margin-bottom: 20px;
}

.section__lead .txt__inner:first-child p.date:last-child {
	margin-top: 30px;
}

.section__mv img {
	width: 100%;
}

.section__contents__txt {
	line-height: 1.64;
	letter-spacing: -0.012em;
}

.item_slide_wrap .slick-prev::before,
.item_slide_wrap .slick-prev::after {
	content: "";
	width: 15px;
	height: 2px;
	display: inline-block;
	border-radius: 2px;
	background: #000;
	position: absolute;
	left: 2px;
}

.item_slide_wrap .slick-prev::before {
	top: calc(50% - 6px);
	transform: rotate(-45deg);
}

.item_slide_wrap .slick-prev:after {
	bottom: calc(50% - 6px);
	transform: rotate(45deg);
}

.item_slide_wrap .slick-prev {
	left: -45px;
	top: 51%;
}

.item_slide_wrap .slick-next {
	right: -45px;
}

.item_slide_wrap .slick-next::before,
.item_slide_wrap .slick-next::after {
	content: "";
	width: 15px;
	height: 2px;
	display: inline-block;
	border-radius: 2px;
	background: #000;
	position: absolute;
	right: 2px;
}

.item_slide_wrap .slick-next::before {
	top: calc(50% - 6px);
	transform: rotate(45deg);
}

.item_slide_wrap .slick-next::after {
	bottom: calc(50% - 6px);
	transform: rotate(-45deg);
}

.item_slide_wrap .slick-prev::before,
.item_slide_wrap .slick-prev::after {
	content: "";
	width: 15px;
	height: 2px;
	display: inline-block;
	border-radius: 2px;
	background: #000;
	position: absolute;
	right: 2px;
}

.item_slide_wrap .slick-prev::before {
	top: calc(50% - 6px);
	transform: rotate(-45deg);
}

.item_slide_wrap .slick-prev::after {
	bottom: calc(50% - 6px);
	transform: rotate(45deg);
}

.slick-prev:before,
.slick-next:before {
	content: "";
}

.item_slide_wrap .slick-dots li button:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000;
}

.section__note .section__lead__txt {
	font-family: 'ryo-gothicm';
	font-size: 16px;
}

.section__note .section__inner {
	max-width: 800px;
}

.section__note {
	padding-top: 100px;
	padding-bottom: 90px;
}

.section__note .section__contents {
	padding-bottom: 0;
	padding: 40px;
}

.section__note img {
	width: 38px;
	margin-top: -6px;
	margin-right: 5px;
}

@media screen and (min-width: 768px) {
	.show-for-sp {
		display: none;
	}

	.lead_txt {
		position: relative;
		top: -3px;
	}

	.goods_price_txt.first {
		margin-top: 10px;
		display:inline-block;
	}

	.goods_price_txt .num {
		margin-left: 15px;
		margin-right: 5px;
		position: relative;
	}

	.footer__inner {
		margin: 0 auto;
		position: relative;
		max-width: 1040px;
		padding: 0 20px;
	}

	.section__mv .section__inner p.note {
		position: absolute;
		top: 89.2%;
		left: 10%;
		color: #fff;
		font-size: 12px;
	}

	.section__lead .txt__inner:first-child p.date {
		margin-bottom: -15px;
	}

	.section__contents__btn a:after {
		content: "";
		width: 12px;
		height: 12px;
		display: inline-block;
		transform: translateY(-50%) rotate(45deg);
		position: absolute;
		top: 50%;
		right: 20px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transition: 0.3s;
	}

	.section__ttl {
		background: #000;
		background-repeat: no-repeat;
		position: relative;
		background-position: top;
		background-size: cover;
		padding-top: 40px;
		padding-bottom: 40px;
		width: 100%;
	}

	.section__ttl::after {
		background: url(../img/lp/new_year_item_2026/black_bar_arrow_pc.png);
		content: '';
		display: inline-block;
		background-repeat: no-repeat;
		width: 130px;
		height: 40px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		background-size: contain;
		vertical-align: middle;
		bottom: -26px;
		position: absolute;
	}

	.section__contents__inner {
		display: flex;
	}

	.section__contents__btn {
		filter: brightness(1);
		cursor: pointer;
		background: #000;
	}

	.section__contents__btn a {
		color: #fff;
		text-align: center;
		width: 100%;
		display: block;
		font-size: 25px;
		padding-top: 20px;
		padding-bottom: 20px;
		font-family: 'ryo-gothicb';
	}

	.section__contents__btn a:hover {
		filter: brightness(1.2);
	}

	.section__contents__txt-wrap {
		display: block;
		width: 57%;
		justify-content: flex-end;
	}

	.goods-price {
		margin-top: auto;
	}
}

@media screen and (max-width: 767px) {

	.goods_price_txt.first {
		display:inline-block;
	}

	.goods_price_txt .num {
		margin-right: 2px;
		position: relative;
	}

	.overlay .btn__area {
		width: inherit;
		text-align: left;
	}

	.overlay .btn__area p {
		margin-left: 8px;
	}
	.show-for-pc {
		display: none;
		padding-top: 10px;
		padding-bottom: 15px;
	}

	.section__inner p {
		font-size: 16px;
	}

	h2 {
		font-size: 20px;
	}

	h2 span {
		font-size: 18px;
	}

	.lp__footer img.footer__logo {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.lp__footer p {
		padding-bottom: 35px;
	}

	.overlay .btn__area p {
		text-indent: -0.7em;
	}

	.overlay .btn__area button {
		width: 30px;
	}

	.overlay .btn__area button img {
		display: block;
		width: 100%;
		position: relative;
	}

	.overlay .btn__area {
		overflow: scroll;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100%;
	}

	.overlay .btn__area h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.overlay .btn__area p {
		font-size: 12px;
	}

	.section__ttl {
		background: #000;
		background-repeat: no-repeat;
		position: relative;
		background-position: top;
		background-size: cover;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
	}

	.section__ttl::after {
		background: url(../img/lp/new_year_item_2026/black_bar_arrow_sp.png);
		content: '';
		display: inline-block;
		background-repeat: no-repeat;
		width: 60px;
		height: 25px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		background-size: contain;
		vertical-align: middle;
		bottom: -25px;
		position: absolute;
	}

	.section__lineup p {
		font-size: 18px;
	}

	.section__contents__inner img {
		margin-bottom: 30px;
		margin: 0 auto;
		display: block;
		border-radius: 10px 10px 0px 0px;
	}

	.section__inner {
		padding: 0px 20px;
	}

	.section__lead .section__inner {
		padding: 0 20px;
	}

	.section__lead .txt__inner p {
		font-size: 14px;
	}

	.section__lead .txt__inner:last-child .section__lead__ttl {
		margin-top: 20px
	}

	.section__lineup .section__contents__inner {
		padding: 0;
		background: none;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.section__lead__txt {
		margin-left: 0px;
	}

	.section__lineup p {
		font-size: 14px;
	}

	.section__lead__ttl {
		font-size: 14px;
	}

	.section__contents__btn {
		padding-bottom: 0;
		margin-top: auto;
	}

	.section__contents__btn a {
		position: relative;
		font-size: 12px;
		width: 100%;
		display: block;
		text-align: center;
		background: #000;
		color: #fff;
		font-family: 'ryo-gothicb';
		padding-top: 15px;
		padding-bottom: 15px;
		border-radius: 0 0px 10px 10px
	}

	.section__contents__btn a:after {
		content: "";
		width: 7px;
		height: 7px;
		display: inline-block;
		transform: translateY(-50%) rotate(45deg);
		position: absolute;
		top: 50%;
		right: 20px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transition: 0.3s;
	}

	.section__lead .txt__inner p:not(.section__lead__ttl) {
		font-size: 12px;
	}

	.section__lead .txt__inner:first-child p.date {
		margin-bottom: 0;
	}

	.section__contents {
		margin-bottom: 50px;
		padding-bottom: 0;
		width: 48%;
	}

	.section__lineup .section__contents {
		display: flex;
		flex-direction: column;
		margin-bottom: 50px;
		padding-bottom: 0;
		width: 48%;
		box-shadow: -10px 0 20px -15px rgba(0, 0, 0, 0.3),
			10px 0 20px -15px rgba(0, 0, 0, 0.3);
	}

	.section__lead .txt__inner:first-child p.date {
		margin-right: 0;
		margin-bottom: -5px;
		font-size: 17px;
	}

	.goods_price_txt {
		display: block;
	}

	.limited {
		font-size: 17px;
		padding: 0 5px;
		top: -1px;
	}

	.day {
		font-size: 13px;
	}

	.lead_num {
		font-size: 25px;
	}

	.lead_txt {
		position: relative;
		top: -2px;
	}

	.date {
		font-size: 21px;
	}

	.section__lead .txt__inner:first-child p.date:last-child {
		margin-top: 20px;
	}

	.section__lead {
		padding: 35px 0 30px;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.section__lineup {
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.section__lineup p.goods_price {
		font-size: 22px;
		padding-top: 20px;
		font-weight: bold;
	}

	.section__mv .section__inner p.note {
		position: absolute;
		top: 76%;
		left: 25%;
		color: #fff;
		font-size: 10px;
	}

	.section__lineup {
		background-repeat: repeat;
		padding-top: 45px;
	}

	.section__lineup .section__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.overlay_btn__wrapper p {
		font-size: 12px;
		font-family: 'ryo-gothicb';
	}

	.section__contents__txt-wrap {
		background: #fff;
		padding: 15px 12px 15px;
		height: auto;
		margin-top: auto;
	}

	.item_slide_wrap + .section__contents__txt-wrap {
		height: 100%;
	}

	.section__contents__txt-wrap-inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}

	.yen {
		font-size: 12px;
	}

	.tax {
		font-size: 10px;
	}

	.item_slide_wrap {
		width: 100%;
	}

	.section__inner p.goods_price {
		border-bottom: none;
		font-size: 12px;
		padding-top: 0;
		margin-bottom: 0;
	}

	.item_slide_wrap .slick-arrow {
		display: none !important;
	}

	.overlay_btn__wrapper {
		padding: 20px;
	}

	.section__note {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.section__lead .section__contents {
		width: 100%;
		margin-bottom: 10px;
	}

	.section__lead .section__contents .txt__inner p {
		font-size: 14px;
	}

	.section__note .section__contents {
		padding: 20px;
		width: 100%;
	}

	.section__note .section__lead__ttl {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.section__inner .item_name {
		font-size: 16px;
	}

	.section__note .section__lead__txt {
		font-size: 12px;
	}

	.section__inner span.num {
		font-size: 20px;
	}

	.section__note img {
		width: 26px;
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;
	}

	.overlay_btn__wrapper img.warning {
		width: 16px;
	}

	.dont-show-checkbox {
		font-size: 14px;
		color: #000;
		margin-top: 10px;
		margin-top: 30px;
	}

	.dont-show-checkbox .checkbox-box {
		margin-bottom: 0;
	}

	.overlay_close_btn {
		width: 38px;
		top: -15px;
		right: -10px;
	}
}