@charset "utf-8";
.newstart2026 .contents {
	font-family: futura-pt, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 2;
	padding-top: 20px;
}
.newstart2026 .contents > section {
	padding: 120px 0;
}
.newstart2026 .contents > section:nth-child(odd) {
	background-color: #fcf2f2;
}
.newstart2026 .contents > section .inner {
	max-width: 1200px;
	width: calc(100% - 80px);
	margin: 0 auto;
}
.newstart2026 .ttl span {
	letter-spacing: 0;
}
@media screen and (max-width: 768px) {
	.newstart2026 .contents {
		font-size: 14px;
	}
	.newstart2026 .contents > section {
		padding: 64px 0;
	}
	.newstart2026 .contents > section .inner {
		width: calc(100% - 40px);
	}
}


/*------------------------------------
.mv
------------------------------------*/
.mv picture {
	display: block;
	margin-bottom: 50px;
}
.mv .inner {
	max-width: 920px;
	width: calc(100% - 80px);
	margin: auto;
}
.mv h1 {
	font-size: 64px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 48px;
}
.mv span {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f19298;
	width: fit-content;
	height: 50px;
	font-size: 24px;
	letter-spacing: .08em;
	line-height: 1;
	color: #fff;
	margin-top: 24px;
	margin-inline: auto;
	padding: 0 32px;
	transform: skew(-20deg);
}
.mv strong {
	display: inline-block;
	transform: skew(20deg);
}
.mv p {
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.mv picture {
		margin-bottom: 40px;
	}
	.mv h1 {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.mv span {
		height: 32px;
		font-size: 14px;
		margin-top: 8px;
		padding: 0 16px;
	}
	.mv p {
		font-size: 14px;
		text-align: justify;
	}
}


/*------------------------------------
.ttl
------------------------------------*/
.ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	letter-spacing: .05em;
	line-height: 1.2;
	margin-bottom: 30px;
}
.ttl:before,
.ttl:after {
	content: "";
	background-color: #e5e5e5;
	width: 80px;
	height: 8px;
}
.ttl:before {
	margin-right: 16px;
}
.ttl:after {
	margin-left: 16px;
}
.ttl span {
	display: block;
	font-size: 24px;
	margin-bottom: 8px;
}
.ttl span::before {
	content: "＼";
	margin-right: 8px;
}
.ttl span::after {
	content: "／";
	margin-left: 8px;
}
@media screen and (max-width: 768px) {
	.ttl {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.ttl:before,
	.ttl:after {
		width: 32px;
		height: 4px;
	}
	.ttl:before {
		margin-right: 10px;
	}
	.ttl:after {
		margin-left: 10px;
	}
	.ttl span {
		font-size: 16px;
	}
}


/*------------------------------------
共通テキスト
------------------------------------*/
.item__txt {
	margin-bottom: 48px;
}
.item__txt p:not(:last-child) {
	margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
	.item__txt {
		margin-bottom: 24px;
	}
	.item__txt p {
		text-align: justify;
	}
}


/*------------------------------------
商品リスト
------------------------------------*/
.item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 56px 40px;
}
.item-list a {
	display: block;
}
.item-list .txt {
	text-align: left;
	margin-top: 16px;
}
.item-list h3 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 8px;
}
.item__tag {
	display: flex;
	gap: 5px;
}
.item__tag > li {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f19298;
	height: 30px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	padding: 0 10px;
}
.item-list p {
	font-size: 18px;
	margin-top: 8px;
}
.item-list strong {
	font-size: 20px;
	color: #cb0000;
}
@media screen and (max-width: 768px) {
	.item-list {
		gap: 30px 20px;
	}
	.item-list h3 {
		font-size: 16px;
	}
	.item__tag > li {
		height: 28px;
		font-size: 12px;
		padding: 0 8px;
	}
	.item-list p {
		font-size: 14px;
	}
	.item-list strong {
		font-size: 16px;
	}
}


/*------------------------------------
#sale
------------------------------------*/
#sale .inner {
	max-width: 1260px;
}
#sale .item-list > li {
	width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
	#sale .item-list > li {
		width: calc((100% - 20px) / 2);
	}
}


/*------------------------------------
#recommend
------------------------------------*/
#recommend .inner {
	max-width: 1600px;
}
#recommend .item-list > li {
	width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 768px) {
	#recommend .item-list > li {
		width: calc((100% - 20px) / 2);
	}
}


/*------------------------------------
.link-squ
------------------------------------*/
.link-squ {
	display: block;
	max-width: 320px;
	text-align: center;
}
.link-squ a {
	background-color: #f19298;
	border-radius: 4px;
	color: #fff;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.16);
	transition: .5s ease;
}
.link-squ a:hover {
	background-color: #f19298;
	opacity: .6;
}
.link-squ a:after {
	background-image: url(../../../img/common/arrow_cream.svg);
}
@media screen and (max-width: 768px) {}


/*------------------------------------
#present
------------------------------------*/
#present .inner {
	max-width: 1400px;
}
.present-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.present-list li:nth-child(even) {
	flex-direction: row-reverse;
}
.present-list li:not(:last-child) {
	margin-bottom: 80px;
}
.present-list .img {
	width: 64%;
}
.present-list .txt {
	width: 32%;
	text-align: left;
}
.present-list h3 {
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 24px;
}
.present-list li .txt h3 strong {
	display: block;
	font-size: 20px;
	color: #cb0000;
	padding-top: 8px;
}
.present-list li .txt p {
	text-align: justify;
}
.present-list li .txt p:not(:last-of-type) {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.present-list li:not(:last-child) {
		margin-bottom: 40px;
	}
	.present-list li .img,
	.present-list li .txt {
		width: 100%;
	}
	.present-list li .img {
		margin-bottom: 24px;
	}
	.present-list li .txt h3 {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.present-list li .txt h3 strong {
		font-size: 18px;
	}
}


/*------------------------------------
#point
------------------------------------*/
#point .ttl {
	margin-bottom: 16px;
}
#point .item__txt {
	margin: 0;
}
#point p {
	font-size: 20px;
}
#point strong {
	color: #cb0000;
}
@media screen and (max-width: 768px) {
	#point .inner {
		width: calc(100% - 80px);
	}
	#point p {
		font-size: 14px;
		text-align: justify;
	}
}


/*------------------------------------
#about
------------------------------------*/
.newstart2026 .contents > section#about .inner {
	max-width: 944px;
}
#about .block:not(:last-of-type) {
	margin-bottom: 64px;
}
#about .block img {
	margin-bottom: 40px;
}
#about .block h3 {
	font-size: 28px;
	line-height: 1.6;
	margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
	#about .block:not(:last-of-type) {
		margin-bottom: 40px;
	}
	#about .block img {
		margin-bottom: 16px;
	}
	#about .block h3 {
		font-size: 16px;
	}
	#about .block p {
		text-align: left;
	}
}


/*------------------------------------
#shop
------------------------------------*/
#shop p {
	margin-top: 32px;
}
#shop .link-squ {
	margin: auto;
	padding-top: 56px;
}
@media screen and (max-width: 768px) {
	#shop p {
		text-align: justify;
		margin-top: 16px;
	}
	#shop .link-squ {
		padding-top: 24px;
	}
}


/*------------------------------------
#expo2025
------------------------------------*/
#expo2025 .inner {
	width: calc(100% - 80px);
}
#expo2025 p {
	margin-bottom: 56px;
}
#expo2025 .link-squ {
	margin: auto;
	padding-top: 56px;
}
@media screen and (max-width: 768px) {
	#expo2025 p {
		font-size: 14px;
		text-align: justify;
		margin-bottom: 40px;
	}
	#expo2025 .link-squ {
		padding-top: 24px;
	}
}
