* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.fuse_25aw-img {
	width: 100%;
	vertical-align: top;
}
a {
	text-decoration: none;
}
a.disabled {
	pointer-events: none;
}
ul {
	list-style: none;
	padding: 0;
}
body {
	animation: fadeIn 1.5s ease 0s 1 normal;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
	background-color: #d9d3c2;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

header {
	width: 100%;
	height: auto;
	background-color: #d9d3c2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.8em 0;
	position: absolute;
	border-bottom: 1px solid #333;
	z-index: 99999;
}

.header-logo {
	width: 5em;
	height: 100%;
}

.header-icon-close {
	position: absolute;
	width: 2em;
	height: 2em;
	right: 1.3em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-icon-close a {
	display: flex;
}
.header-icon-close img {
	width: 1em;
}
.header-icon-text {
	position: absolute;
	width: 13em;
	right: 4em;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 15em;
}
.header-icon-line img {
	width: 1.5em;
	display: block;
	width: 7.5em;
}
.header-icon-sns a {
	display: flex;
	width: 1.4em;
}
.header-icon-sns a:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -6px;
	width: 10%;
	height: 1px;
	background: #333333;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.header-icon-sns a:hover:before {
	transform: scale(1);
}
.header-icon img {
	display: block;
}

.page-list,
.page-listtop {
	width: 510px;
	margin: 0 auto;
	height: auto;
}
.page-list {
	margin-top: -74px;
	padding-top: 74px;
}
.page-listtop-item {
	padding-top: 5em;
}
.page-list-text {
	position: relative;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	margin-top: 1em;
	margin-bottom: 6em;
}
.page-list-text p {
	font-size: 0.8em;
	line-height: 1.8em;
}
.page-list-text span {
	font-size: 0.8em;
	opacity: 0.5;
}
.page-list-text a {
	display: inline-block;
	position: relative;
	color: #333;
	opacity: 0.5;
}
.page-list-text a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #555;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.page-list-text a:hover:before {
	transform: scale(1);
}
.page-list-text a:hover {
	opacity: 1;
}
.change-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	margin-bottom: 5em;
}
.change-btn span {
	width: 2em;
}
.change-ss {
	padding: 1em;
	margin: 0 1em;
	font-family: "Cormorant Garamond", serif;
	text-decoration: none;
}
.change-ss a {
	color: #555;
	letter-spacing: 0.1em;
	font-weight: bold;
	opacity: 0.3;
}
.change-ss a:hover {
	opacity: 1;
}

.swiper-container {
	padding-bottom: 2.5em;
}
.swiper-button-white {
	text-shadow: 0 0 1.5em rgba(0, 0, 0, 0.5);
}
.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 2em !important;
}

@media screen and (min-width: 768px) {
	.br-sp {
		display: none;
	}
}
@media (max-width: 1025px) {
	* {
		float: none;
		position: static;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.header-icon-close {
		right: 1em;
	}
	.page-list {
		padding-top: 74px;
		margin-top: -74px;
	}
	.header-icon-text {
		right: 3.6em;
	}
	.header-icon-line img {
		width: 2.3em;
	}
	.header-icon-close img {
		width: 1.3em;
	}
}

@media (max-width: 780px) {
	.header-logo {
		height: 100%;
	}
	.header-icon-text {
		right: 3.3em;
	}
	.header-icon-close {
		right: 0.8em;
	}
	.header-icon img {
		width: 10em;
	}
	.header-icon-line img {
		width: 1.5em;
	}
	.page-list-text {
		font-family: "Noto Serif JP", serif;
		margin-bottom: 5em;
	}
	.page-list {
		margin-top: -65px;
		padding-top: 65px;
	}
}

@media (max-width: 450px) {
	header {
		padding: 15px 20px;
		display: flex;
		justify-content: space-between;
	}

	.header-icon-close {
		right: 0.7em;
	}
	.header-icon-text {
		right: 3em;
	}
	.header-icon img {
		width: 8em;
	}
	.page-list,
	.page-listtop {
		width: 100%;
	}
	.page-list {
		margin-top: -54px;
		padding-top: 54px;
	}
	.page-listtop-item {
		padding-top: 3.4em;
	}
}

@media (max-width: 320px) {
	header {
		padding: 15px;
	}
	.header-logo {
		width: 4em;
	}
	.header-icon-text {
		width: 9em;
		right: 3em;
	}
	.header-icon {
		right: 15px;
	}
	.page-listtop-item {
		padding-top: 2.8em;
	}
	.page-listtop-item {
		padding-top: 3.8em;
	}
	footer img {
		width: 16em;
	}
	footer small {
		font-size: 0.1em;
	}
	.page-list-text p {
		font-size: 0.6em;
		line-height: 1.8em;
	}
	.change-aw {
		margin: 0 0.6em;
	}
}
@media (max-width: 280px) {
	.header-logo {
		width: 5em;
	}
}

.swiper-button-white {
	background-image: none !important;
}