@charset "utf-8";
/*--------------------------------------------------------------------------
汎用
--------------------------------------------------------------------------*/
a {
	transition: .5s ease;
}
img {
	vertical-align: top;
}

/*改行*/
.br-sp {
	display: none;
}
@media screen and (max-width: 1080px) {
	.br-pc {
		display: none;
	}
	.br-sp {
		display: inline-block;
	}
}


/*--------------------------------------------------------------------------
サイドファニチャ
--------------------------------------------------------------------------*/
.anniversary2025 .contents {
	font-family: futura-pt, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.8;
	padding-top: 20px;
}
.anniversary2025 .contents > section {
	padding: 120px 0;
}
.anniversary2025 .contents > section:nth-child(odd) {
	background-color: #f5f5f5;
}
.anniversary2025 .contents > section .inner {
	max-width: 1200px;
	width: calc(100% - 80px);
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.anniversary2025 .contents {
		font-size: 14px;
	}
	.anniversary2025 .contents > section {
		padding: 80px 0;
	}
	.anniversary2025 .contents > section .inner {
		width: calc(100% - 40px);
	}
}

/*h2*/
.anniversary2025 h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 40px;
}
.anniversary2025 h2:before,
.anniversary2025 h2:after {
	content: "";
	background-color: #e5e5e5;
	width: 80px;
	height: 4px;
}
.anniversary2025 h2:before {
	margin-right: 24px;
}
.anniversary2025 h2:after {
	margin-left: 24px;
}
.anniversary2025 h2 > div > span {
	display: block;
	font-size: 24px;
	margin-bottom: 8px;
}
.anniversary2025 h2 > div > span:before {
	content: "＼";
}
.anniversary2025 h2 > div > span:after {
	content: "／";
}
.anniversary2025 h2 > div > div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
.anniversary2025 h2 > div > div span.tag {
	background-color: #a9894a;
	font-size: 24px;
	color: #fff;
	padding: 8px 16px;
}
@media screen and (max-width: 768px) {
	.anniversary2025 h2 {
		font-size: 20px;
		margin-bottom: 32px;
	}
	.anniversary2025 h2:before,
	.anniversary2025 h2:after {
		width: 24px;
		height: 2px;
	}
	.anniversary2025 h2:before {
		margin-right: 8px;
	}
	.anniversary2025 h2:after {
		margin-left: 8px;
	}
	.anniversary2025 h2 > div > span {
		font-size: 14px;
	}
	.anniversary2025 h2 > div > div {
		gap: 8px;
	}
	.anniversary2025 h2 > div > div span.tag {
		font-size: 14px;
		padding: 4px 8px;
	}
}

/*.link-squ*/
.link-squ {
	display: block;
	max-width: 320px;
	text-align: center;
}
.link-squ a {
	background-color: #a9894a;
	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: #a9894a;
	opacity: .6;
}
.link-squ a:after {
	background-image: url(../../../img/common/arrow_cream.svg);
}
@media screen and (max-width: 768px) {}


/*------------------------------------
.mv
------------------------------------*/
.mv picture {
	display: block;
	margin-bottom: 80px;
}
.mv .inner {
	max-width: 900px;
	width: calc(100% - 80px);
	margin: 0 auto;
}
.mv h1 {
	font-size: 42px;
	line-height: 1.3;
	margin-bottom: 32px;
}
.mv p {
	font-size: 20px;
	text-align: center;
	/*margin-bottom: 64px;*/
}
.mv .bnr {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	max-width: 944px;
	width: calc(100% - 40px);
	margin: 0 auto;
}
.mv .bnr li {
	width: calc((100% - 40px)/2);
}
.mv .bnr li img {
	border: 1px solid #f5f5f5;
}
@media screen and (max-width: 768px) {
	.mv picture {
		margin-bottom: 64px;
	}
	.mv .inner {
		width: calc(100% - 40px);
	}
	.mv h1 {
		font-size: 24px;
	}
	.mv p {
		font-size: 14px;
		text-align: left;
		/*margin-bottom: 32px;*/
	}
	.mv .bnr {
		gap: 16px;
	}
	.mv .bnr li {
		width: 100%;
	}
}


/*------------------------------------
#outlet
------------------------------------*/
#outlet .inner {
	max-width: 1600px;
}
#outlet .inner > p {
	margin-bottom: 40px;
}
#outlet .inner > p strong {
	color: #dc1111;
}
#outlet .list > li {
	width: calc((100% - 160px) / 5);
}
#outlet .list > li a:before {
	width: 64px;
	height: 64px;
}
#outlet .list > li a:before {
	content: none;
}
#outlet .link-squ {
	margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
	#outlet .inner > p {
		text-align: left;
		margin-bottom: 24px;
	}
	#outlet .list > li {
		width: calc((100% - 20px) / 2);
	}
	#outlet .link-squ {
		margin-top: 40px;
	}
}

/*.list*/
.anniversary2025 .list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 64px;
}
.anniversary2025 .list > li a {
	display: block;
	position: relative;
}
.anniversary2025 .list > li a:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	background-image: url("../img/recommend-icon.svg");
	background-size: 100%;
	width: 80px;
	height: 80px;
}
.anniversary2025 .list > li a:hover img {
	opacity: 1;
}
.anniversary2025 .list .tag {
	display: flex;
	justify-content: flex-start;
	gap: 4px;
	margin-top: 8px;
}
.anniversary2025 .list .tag li {
	background-color: #a9894a;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	padding: 10px;
}
.anniversary2025 .list > li h3 {
	font-weight: 600;
	line-height: 1.6;
	text-align: left;
	margin-top: 16px;
}
.anniversary2025 .list > li h3 span {
	display: block;
	color: #dc1111;
}
.anniversary2025 .list > li p {
	font-size: 16px;
	letter-spacing: .03em;
	text-align: left;
	margin-top: 8px;
}
.anniversary2025 .list > li p span {
	font-size: 13px;
}
.anniversary2025 .list > li p strong {
	font-size: 19px;
	color: #dc1111;
}
@media screen and (max-width: 768px) {
	.anniversary2025 .list {
		gap: 16px;
		margin-top: 32px;
	}
	.anniversary2025 .list > li a:before {
		width: 50px;
		height: 50px;
	}
	.anniversary2025 .list > li h3 {
		font-size: 14px;
		line-height: 1.3;
		margin-top: 8px;
	}
	.anniversary2025 .list > li p {
		font-size: 14px;
	}
	.anniversary2025 .list > li p span {
		font-size: 11px;
	}
	.anniversary2025 .list > li p strong {
		font-size: 17px;
	}
}


/*------------------------------------
#freeshipping
------------------------------------*/
#freeshipping .inner {
	max-width: 800px;
}
#freeshipping p strong {
	color: #dc1111;
}
@media screen and (max-width: 768px) {}


/*------------------------------------
#point
------------------------------------*/
#point .inner {
	max-width: 800px;
}
#point p,
#point small {
	display: block;
	text-align: left;
}
#point p {
	margin-bottom: 24px;
}
#point p span {
	color: #dc1111;
}
#point p span strong {
	font-size: 20px;
}
#point small {
	font-size: 13px;
}
@media screen and (max-width: 768px) {
	#point small {
		font-size: 11px;
	}
}


/*------------------------------------
#set
------------------------------------*/
#set .inner > p:not(:last-of-type) {
	margin-bottom: 24px;
}
#set .list > li {
	width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
	#set .inner > p {
		text-align: left;
	}
	#set .list > li {
		width: calc((100% - 20px) / 2);
	}
}


/*------------------------------------
#sale
------------------------------------*/
#sale .inner > p:not(:last-of-type) {
	margin-bottom: 24px;
}
#sale img {
	margin-top: 40px;
}
#sale .flex {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	max-width: 944px;
	margin: 64px auto 0;
}
#sale .flex li {
	position: relative;
	width: calc((100% - 48px)/4);
}
#sale .flex li a {
	display: block;
	position: relative;
	border: 1px solid #ccc;
	min-width: 190px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	padding: 15px;
}
#sale .flex li:before,
#sale .flex li:after {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	z-index: 10;
	transition: 0.5s ease;
	background: #9fa0a0;
}
#sale .flex li a:before,
#sale .flex li a:after {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	z-index: 10;
	transition: 0.5s ease;
	background: #9fa0a0;
}
#sale .flex li:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
}
#sale .flex li:after {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
}
#sale .flex li a:before {
	top: 0;
	left: -1px;
	width: 2px;
	height: 100%;
}
#sale .flex li a:after {
	top: 0;
	right: -1px;
	width: 2px;
	height: 100%;
}
#sale .flex li:hover:before,
#sale .flex li:hover:after {
	opacity: 1;
}
#sale .flex li:hover a:before,
#sale .flex li:hover a:after {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	#sale .inner > p {
		text-align: left;
	}
	#sale img {
		margin-top: 24px;
	}
	#sale .flex {
		gap: 8px;
		margin-top: 24px;
	}
	#sale .flex li {
		width: calc((100% - 8px)/2);
	}
	#sale .flex li a {
		min-width: auto;
		font-size: 12px;
		padding: 13px 20px;
	}
}


/*------------------------------------
#present
------------------------------------*/
#present .inner {
	max-width: 1400px;
}
#present p:not(:last-of-type) {
	margin-bottom: 24px;
}
#present small {
	display: block;
	font-size: 15px;
	margin-top: 24px;
}
#present ul {
	margin-top: 40px;
}
#present li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#present li:nth-child(even) {
	flex-direction: row-reverse;
}
#present li:not(:last-child) {
	margin-bottom: 80px;
}
#present li .img {
	width: 64%;
}
#present li .txt {
	width: 32%;
	text-align: left;
}
#present li .txt h3 {
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 24px;
}
#present li .txt h3 strong {
	display: block;
	font-size: 20px;
	letter-spacing: .04em;
	color: #dc1111;
	margin-top: 5px;
}
#present li .txt p:not(:last-of-type) {
	margin-bottom: 24px;
}
#present li .txt .link-squ {
	margin-top: 24px;
}
@media screen and (max-width: 768px) {
	#present .inner > p {
		text-align: left;
	}
	#present small {
		font-size: 13px;
		margin-top: 16px;
	}
	#present li:not(:last-child) {
		margin-bottom: 64px;
	}
	#present ul {
		margin-top: 32px;
	}
	#present li .img,
	#present li .txt {
		width: 100%;
	}
	#present li .img {
		margin-bottom: 24px;
	}
	#present li .txt h3 {
		font-size: 20px;
		margin-bottom: 16px;
	}
	#present li .txt h3 strong {
		font-size: 17px;
	}
	#present li .txt .link-squ {
		margin-left: auto;
		margin-right: auto;
	}
}


/*------------------------------------
#kininaru
------------------------------------*/
#kininaru .banner {
	max-width: 944px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 80px;
}
#kininaru p {
	line-height: 2;
	margin-top: 56px;
}
#kininaru .link-squ {
	margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
	#kininaru .banner {
		margin-bottom: 24px;
	}
	#kininaru p {
		text-align: left;
		margin-top: 32px;
	}
}


/*------------------------------------
#shop
------------------------------------*/
#shop p {
	line-height: 2;
	margin-top: 56px;
}
#shop .link-squ {
	margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
	#shop p {
		text-align: left;
		margin-top: 32px;
	}
	#shop .link-squ {
		margin-top: 40px;
	}
}


/*------------------------------------
#about
------------------------------------*/
.anniversary2025 .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;
}
#about .block .link-squ {
	margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
	#about .block h3 {
		font-size: 16px;
	}
	#about .block p {
		text-align: left;
	}
	#about .block .link-squ {
		margin-top: 40px;
	}
}


/*------------------------------------
#expo2025
------------------------------------*/
#expo2025 p {
	font-size: 20px;
	margin-bottom: 40px;
}
#expo2025 .link-squ {
	margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
	#expo2025 p {
		font-size: 14px;
		text-align: left;
	}
	#expo2025 img {
		max-width: 240px;
	}
	#expo2025 .link-squ {
		margin-top: 56px;
	}
}


/*------------------------------------
.footer-instaarea
------------------------------------*/
.footer-instaarea .link-squ {
	margin: 0 auto;
	padding-top: 32px;
}
@media screen and (max-width: 768px) {
	#expo2025 p {
		font-size: 14px;
		text-align: left;
	}
	#expo2025 img {
		max-width: 240px;
	}
	#expo2025 .link-squ {
		margin-top: 56px;
	}
}
