@charset "utf-8";@charset "utf-8";
@font-face {
	font-family: 'NotoSansR';
	src: url('/assets/front/font/NotoSansJP-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'NotoSansM';
	src: url('/assets/front/font/NotoSansJP-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'NotoSansB';
	src: url('/assets/front/font/NotoSansJP-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'InterB';
	src: url('/assets/front/font/Inter-Bold.ttf') format('truetype');
}

.crumbsList {
	display: none;
}
body {
	font-family: 'InterB', 'NotoSansB', sans-serif !important;
}
/* 共通 */
header,
footer {
	display: none;
}
.lp__header,
.lp__footer {
	display: block;
}
.lp__footer {
	position: relative;
	z-index: 5000;
	color: #fff;
	text-align: center;
}
h2 {
	font-weight: bold;
	font-size: 44px;
	color: #000;
}
h2 span {
	display: block;
	font-size: 20px;
	margin-bottom: 45px;
	font-weight: 500;
}
h2, h3 {
	text-align: center;
}
.lp__header {
	display: flex;
	align-items: center;
	padding: 20px;
	width: 100%;
	position: relative;
	z-index:5000;
}
.lp__header img {
	width: 100px;
	margin-right: 30px;
}
.lp__header p {
	font-size: 24px;
	font-weight: bold;
	font-weight: 600;
}
.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;
}
.scroll_to_top {
	width: 62px;
	position: absolute;
	top: -1px;
	right: 20px;
	z-index: 1;
	display: none;
}
.section__contents__txt-wrap p{
	color: #fff;
}
.section__inner p {
	font-size: 15px;
}
.bg__black {
	background: #000;
}
.bg__gray {
background:rgba(255,255,255,0.7);
}
.section__contents__inner.bg__lightgray {
	background: #7D7D7D;
}
.lpContents {
	margin: 0 auto;
	position: relative;
	z-index:111;
}
.section__lead__txt:before {
    content:"※";
	font-size: 10px;
  }
.section__lead__txt {
	margin-left: 8px;
}
.section__lead__txt {
	padding-left:1em;
	text-indent:-1em;
}
.footer__bar {
	width: 100%;
	/* border-bottom: 1px solid #fff; */
}
@media screen and (min-width: 768px) {
.section__inner:first-child {
	   padding-bottom: 100px;
	}
	.show-for-sp {
		display: none;
	}
	.lp__header.fixed {
		position: fixed;
	}
	.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;
	}

}
/* ポップアップ */
.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 p {
	color: #000;
}
.overlay .btn__area p {
	text-align: justify;
	display: inline-block;
	font-family: 'NotoSansR';
	font-size: 14px;
	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;
  }

  .overlay_btn__wrapper {
	width: 1000px;
	padding: 10px;
	position:fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	z-index: 9999;
	border-radius: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.overlay .btn__area {
	width: 820px;
	margin: 0 auto;
	padding: 20px 0;
}
.overlay .btn__area h2 {
	color: #000;
	font-size: 20px;
	margin-bottom: 20px;
}
.overlay .btn__area p {
	padding: 0px
}
@media screen and (max-width: 1088px) {
	.overlay_btn__wrapper {
		padding: 30px 20px 50px;
		width: 95%;
		text-align: center;
		margin: 0 auto;
		/* height: 435px; */
	}
	.overlay .btn__area {
		width: inherit;
		text-align: left;
	}
	.overlay .btn__area p {
		margin-left: 8px;
	}
}
@media screen and (max-width: 767px) {
	.section__inner:first-child {
	   padding-bottom: 40px;
	}
	.show-for-pc {
		display: none;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.section__inner p {
		font-size: 16px;
	}
	h2 {
		font-size: 24px;
		
	}
	h2 span {
		font-size: 18px;
	}
	.lp__header {
		display: block;
		padding: 10px 20px;
	}
	.lp__header.fixed {
		position: fixed;
	}
	.lp__header img {
		margin: 0 auto;
		display: block;
		width: 77px;
		padding-bottom: 10px;
	}
	.lp__header p {
		font-size: 16px;
	}
	.lp__footer img.footer__logo {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.lp__footer p {
		padding-bottom: 35px;
	}
	.scroll_to_top {
		right: 0;
		display: none;
	}
	.overlay .btn__area p {
		text-indent:-0.7em;
	}

}

.footer__inner {
	position: relative;
}
.section__inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1040px;
}

.overlay .btn__area h2 span {
	margin-bottom: 15px;
}
.overlay .btn__area button {
	display: block;
	margin: 0 auto;
	background: #fff;
	border: none;
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 10px;
	width: 50px;
}
@media screen and (max-width: 767px) {
	
.overlay .btn__area button {
		width: 30px;
	}
	.overlay .btn__area button img{
		display:block;
		width: 100%;
		position:relative;
	}
	.overlay .btn__area span {
		margin-bottom: 5px;
	}
	.overlay .btn__area {
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100%;
		/* height: 395px; */
	}
	.overlay .btn__area h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.overlay .btn__area p {
		line-height: 1.7;
	}
}

.section__contents__btn {
    max-width: 569px;
    margin: 0 auto;
}

.section__contents__inner {
	padding: 60px;
	background: #7D7D7D;
	border-radius: 0 0 10px 10px;
}
.section__contents__ttl {
	background: #000;
	background-size: 100%;
	border-radius: 10px 10px 0 0;
}
.section__contents__ttl h3 {
	font-size: 36px;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	color: #fff;
}

.section__contents__btn {
	padding-top: 30px;
	padding-bottom: 0;
}
.section__lead__ttl {
	background: url(/photo/new_year_item_2025_2/small_title_bar.png);
	height: 30px;
	background-repeat: no-repeat;
}
.section__lead__txt-title::before {
	display: none;
}
.section__ttl1 {
	width: 194px;
	margin: 0 auto;
	display: block;
}
.section__ttl2 {
	width: 274px;
	margin: 0 auto;
	display: block;
}
.section__ttl1,
.section__ttl2 {
	padding-bottom: 10px;
}


.section__ttl__new-item h2 {
	color: #000;
}
.section__contents {
    position: relative;
	padding-bottom: 100px;
	z-index: 2;
}

@media screen and (min-width: 768px) {
.section__lineup .section__contents:nth-child(odd)::before {
content: "";
	position: absolute;
	display: block;
	width: 240px;
	height: 120px;
	background-image: /*url(/photo/new_year_item_2025/mark.png);*/
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	bottom: 450px;
	z-index: -1;
	right: -280px;
}
.section__lineup .section__contents:nth-child(even)::after {
content: "";
	position: absolute;
	display: block;
	width: 240px;
	height: 120px;
	background-image: /*url(/photo/new_year_item_2025/mark.png);*/
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	top: 80px;
	z-index: -1;
	left: -140px;
}
	.section__contents:nth-child(2) h3 {
		position: relative;
		top: 8px;
		/*left: 80px;*/
		line-height: 1.3;
		height: 85px;
		/* line-height: 80px; */
	}
	
	.section__contents:nth-child(3) h3 {
		position: relative;
		/*left: 70px;*/
	}

	.section__contents:nth-child(4) h3 {
		position: relative;
		/*left: 50px;*/
	}
}

@media screen and (max-width: 767px) {
	.section__lineup .section__contents {
		position: relative;
		z-index: 2;
	}
	.section__lineup .section__contents:nth-child(2) h3,
	.section__lineup .section__contents:nth-child(3) h3
	{
		height: 95px;
		line-height: 1.5;
		top: 8px;
	}
	.section__lineup .section__contents:nth-child(2) .circle__btn,
	.section__lineup .section__contents:nth-child(3) .circle__btn
	{
		top: 0.3vh;
	}
	.section__lineup .section__contents:nth-child(4) h3,
	.section__lineup .section__contents:nth-child(6) h3
	{
		height: 65px;
		line-height: 1.5;
		top: 8px;
	}
	.section__lineup .section__contents:nth-child(4) .circle__btn,
	.section__lineup .section__contents:nth-child(6) .circle__btn
	{
		top: -2vh;
	}
	.section__lineup .section__contents::before {
		content: "";
		position: absolute;
		display: block;
		width: 95px;
		height: 48px;
		background-image: /*url(/photo/new_year_item_2025/mark.png);*/
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
	}
	.section__lineup .section__contents:nth-child(1)::before {
		bottom: 180px;
		z-index: -1;
		left: -50px;
	}
	.section__lineup .section__contents:nth-child(3)::before {
		top: -25px;
		z-index: -1;
		right: -50px;
	}
	.section__lineup .section__contents:nth-child(4)::before {
		top: -40px;
		left: -20px;
	}
	.section__lineup .section__contents:nth-child(5)::before {
		top: -40px;
		right: -20px;
	}
	.section__lineup .section__contents:nth-child(6)::before {
		top: -50px;
		left: -30px;
	}
		.section__lineup .section__contents:nth-child(7)::before {
		top: -40px;
		right: -20px;
	}
	
	
}





.circle__btn {
    position: absolute;
    top: -40px;
}
.circle__btn p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.circle__btn img {
	width: 130px;
}
.section__mv .section__inner {
	max-width: inherit;
	position: relative;
	padding: 0;
}
.section__lead {
	background: #141414;
	padding: 60px 0;
	/*background: #000 url(/photo/new_year_item_2025/background1.png);*/
	background-repeat: no-repeat;
	background-size: 100%;
}
.section__lineup {
	background-image: url(/photo/new_year_item_2025/background2.png);
	background-color: rgba(0,0,0,0.35);
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
	background-attachment: fixed;
}
.section__new-item {
	background: #000 url(/photo/new_year_item_2025/background3.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.section__lineup,
.section__new-item {
	padding-top: 130px;
}
.section__lead .section__contents {
	padding-bottom: 0;
}
.section__lead .section__inner {
	border-radius: 10px;
	padding-left: 60px;
	padding-right: 60px;
	max-width: 1000px;
	padding-bottom: 20px;
}
.section__lead p:not(.section__lead__ttl) {
	/* color: #fff; */
}
.section__lead .txt__inner {
	padding: 20px 0;
}
.section__lead .txt__inner p:not(.section__lead__ttl) {
	
	font-size: 13px;
}
.section__lead .txt__inner p.section__lead__txt {
	display: block;
	line-height: 2;
	font-family: 'NotoSansR';
}
/*.section__lead .txt__inner:first-child {
	border-bottom: 1px solid rgba(0, 0, 0,0.3);
}*/
.section__lead .txt__inner:first-child .section__lead__ttl {
	margin-bottom: 10px;
	margin-top: 20px;
}
.section__lead .txt__inner:last-child .section__lead__ttl {
	margin-bottom: 18px;
}
.section__lead .txt__inner:first-child p.date {
	font-size: 36px;
	font-weight: bold;
        margin-top: 15px;
	margin-right: 40px;
}
.section__lead .txt__inner:first-child p.date span {
	font-size: 27px;
}
.section__lead .txt__inner:first-child p.date:last-child {
	margin-top: 30px;
}
.section__mv img {
	width: 100%;
}
.section__lead__ttl {
	background: url(/photo/new_year_item_2025_2/small_title_bar.png);
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-size: 124px;
	text-align: center;
	width: 124px;
	color:  #000;
	font-size: 20px;
	font-weight: 500;
	background-position: center;
}
.section__contents__txt {
	line-height: 1.64;
	letter-spacing: -0.012em;
}
@media screen and (min-width: 768px) {
	.only-for-sp {
		display: none;
	}
	.section__contents__ttl h3 {
		height: 70px;
		line-height: 70px;
		font-weight: bold;
		font-size: 28px;
	}
	.section__contents__inner img {
		width: 44%;
                 height: 44%;
	}
	.section__contents__txt {
		padding-left: 35px;
text-align: center;
	}
	.circle__btn {
		left: 35px;
	}
	.section__ttl {
		background: #000 url(/photo/new_year_item_2025_2/gray_bar_pc.png);
		background-repeat: no-repeat;
		position: relative;
		background-position: top;
		background-size: cover;
		padding-top: 40px;
		padding-bottom: 40px;
		height: 180px;
		width: 100%;
	}
	.section__ttl::after {
		background: url(/photo/new_year_item_2025_2/gray_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: -35px;
		position: absolute;
	}
	.section__contents__inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.section__contents__inner img,
	.section__contents__txt-wrap {
		max-width: 840px;
		width: 100%;
		margin: 0 auto;
		/*padding-left: 20px;*/
		/*padding-right: 20px;*/
		margin-bottom: 20px;
	}
	.section__contents__txt {
		padding-left: 0;
	}
	
	.section__contents__btn {
		filter: brightness(
		  1
		); 
	}
	.section__contents__btn {
		cursor: pointer !important;
	}
	  
	.section__contents__btn a:hover {
		filter: brightness(1.2);
	}
	.section__contents__txt-wrap {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.goods-price {
		margin-top: auto;
	}
}
@media screen and (max-width: 767px) {
	.only-for-sp {
		display: block;
	}
	.section__ttl {
		background:  #000 url(/photo/new_year_item_2025_2/gray_bar_sp.png);
		background-repeat: no-repeat;
		position: relative;
		background-position: top;
		background-size: cover;
		padding-top: 20px;
		padding-bottom: 20px;
		height: 100px;
		width: 100%;
	}
	.section__ttl::after {
		background: url(/photo/new_year_item_2025_2/gray_bar_arrow_sp.png);
		content: '';
		display: inline-block;
		background-repeat: no-repeat;
		width: 70px;
		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__ttl1,
	.section__ttl2 {
		padding-bottom: 5px;
	}
	.section__lineup p,
	.section__new-item p {
		font-size: 18px;
	}
	.section__contents__inner img {
		margin-bottom: 30px;
		width: 100%;
		margin: 0 auto;
		display: block;
		padding: 15px 0;
	}
	.section__inner {
		padding: 0 10px;
	}
	.section__lead .section__inner {
		padding: 0 20px;
		margin: 0 10px;
		padding-bottom: 10px;
	}
	.section__contents__ttl {
		/*background: #DBC185;*/
		background-size: 100%;
		border-radius: 10px 10px 0 0;
	}
	.section__contents__ttl h3 {
		font-size: 18px;
		height: 40px;
		line-height: 40px;
		font-weight: bold;
		/*color: #000;*/
		/*width: calc(100% - 50px);*/
		margin-left: auto;
	}
	.section__lead .txt__inner p {
		font-size: 14px;
	}
	.section__lineup .section__contents__inner,
	.section__new-item .section__contents__inner {
		padding: 15px 10px 20px;
	}
	.section__lead__txt {
		margin-left: 0px;
	}
	.section__lineup p,
	.section__new-item p {
		font-size: 14px;
	}
	.section__lead__ttl {
		width: 91px;
		height: 20px;
		line-height: 20px;
		background-size: 91px;
	}
	.section__lead__ttl {
		font-size: 14px;
	}
	.section__ttl::after {
		background: url(/photo/new_year_item_2025_2/gray_bar_arrow_sp.png);
		content: '';
		display: inline-block;
		background-repeat: no-repeat;
		width: 70px;
		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__contents__btn {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.section__lead .txt__inner:first-child .section__lead__ttl,
	.section__lead .txt__inner:last-child .section__lead__ttl {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.section__lead .txt__inner p:not(.section__lead__ttl) {
		font-size: 12px;
	}
	.section__contents {
		padding-bottom: 40px;
	}
	.section__contents__ttl {
		position: relative;
	}
	.section__lead .txt__inner:first-child p.date {
		margin-right: 0;
		font-size: 22px;
	}
	.section__lead .txt__inner:first-child p.date + p {
		font-size: 10px;
	}
	.section__lead .txt__inner:first-child p.date span {
		font-size: 18px;
	}
	.section__lead .txt__inner:first-child p.date:last-child {
		margin-top: 20px;
	}
	.section__ttl1 {
		width: 138px;
	}
	.section__ttl2 {
	width: 196px;
	}
	.section__lead {
		padding: 40px 0 40px;
		/*background: url(/photo/new_year_item_2025/background1_sp.png);*/
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.section__lineup {
		background: #000 url(/photo/new_year_item_2025_2/background2_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.section__lineup p.goods_price {
		text-align: right;
		font-size: 16px !important;!i;!;
		padding-top: 20px;
		font-weight: bold;
	}
	.section__new-item {
		background: #000 url(/photo/new_year_item_2025/background3_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.section__mv .section__inner p.note {
		position: absolute;
		top: 76%;
		left: 25%;
		color: #fff;
		font-size: 10px;
	}
	.section__lineup {
		padding-top: 45px;
		background-repeat: repeat;
	}
	.section__new-item {
		padding-top: 100px;
	}
	.section__new-item .section__contents__btn_last {
		padding-bottom: 70px;
	}
	.circle__btn {
		top: -3vh;
		left: -1%;
		transform: translateX(-10%);
		-webkit-transform: translateX(-10%);
		-ms-transform: translateX(-10%);
		z-index:10;
		width: 105px;
	}
	.circle__btn img {
		width: 85%;
		margin-left: 10px;
	}
	.overlay_btn__wrapper h2 {
		font-stretch: 12px !important;
	}
	.overlay_btn__wrapper p {
		font-size: 12px !important;
	}
}

a:hover {
	opacity: 1;
}
.fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
}
.fade-in-up {
	transform: translate(0, 30px);
}
.fade-in-up {
	transform: translate(0, 30px);
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}
.fade-in-up {
	transform: translate(0, 30px);
}
.scroll-in {
	transform: translate(0, 0);
	position: relative;
	z-index: 1;
}

.goods_price {
	padding-left: 50px;
	text-align: right;
	font-size: 20px !important;
	font-weight: bold;
	color:#fff;
}

.btn-wrapper {
	padding: 10px 0 70px;
}
.btn-wrapper-inner {
    display: flex;
    justify-content: space-between;
}
.btn-wrapper-inner a {
   width: 48%;  
}
.btn-wrapper-inner a:hover {
	filter: brightness(1.2);
}
.btn-wrapper-inner img {
	width: 100%;  
	filter: brightness(
		1
	);
}
.yen {
	font-size: 20px;
	font-weight: bold;
	font-family: 'InterB', sans-serif !important;
	
}
.tax {
	font-size: 12px;
	font-family: 'NotoSansR';
}
.section__new-item .asterisk,
.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;
}
.margin10 {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.btn-wrapper {
		margin-bottom: 0;
		padding: 0px 0 40px;
	}
	.yen {
		font-size: 16px;
	}
	.tax {
		font-size: 16px;
	}
	.item_note {
		font-size: 14px;
	}
	.spmargin0 {
		margin-top: -5px;
	}
}

@media screen and (max-width: 450px) {
	.section__contents__ttl h3 {
		font-size: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 910px) {
	.circle__btn {
		left: 25px;
	}
	.circle__btn img {
		width: 130px;
	}
	.section__contents__ttl h3 {
		font-size: 23px;
	}
}
<!--
/*.section__contents__btn__1226 {
	 display: none; 
}*/
-->
<!-- 
.section__contents__btn__0105 {

}
-->

.video-wrap {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
	.video-wrap {
		margin-bottom: 20px;
	}
}
picture {
	text-align: center;
}
.video-wrap {
	max-width: 755px;
	display: block;
}