* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.fuse_25aw-img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
}
.smartphoneHidden {
	display: none;
}
.mb-title-sp,
.mb-title-sp-summer {
	display: none;
}
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%;
	width: 5.75em;
}
.header-icon-text {
	position: absolute;
	width: 13em;
	right: 1.5em;
	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;
}
.cover {
	padding: 5em 0;
	display: flex;
	align-items: center;
}

.item-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
	margin-bottom: 3em;
	align-items: center;
}
.item-list > .item {
	flex-basis: 25%;
}
.item {
	transition: 1s;
}
.item:hover {
	opacity: 0.5;
}
.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;
}

@media (max-width: 1280px) {
	* {
		float: none;
		position: static;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.header-icon-text {
		right: 1.5em;
	}
	.header-icon-line img {
		width: 2.3em;
	}
}

@media (max-width: 780px) {
	.header-logo {
		height: 100%;
	}
	.header-icon-text {
		right: 1.3em;
	}
	.header-icon img {
		width: 10em;
	}
	.header-icon-line img {
		width: 1.2em;
	}
}

@media (max-width: 450px) {
	.smartphoneHidden {
		display: block;
	}
	.desktopHidden {
		display: none;
	}

	header {
		padding: 15px 20px;
		display: flex;
		justify-content: space-between;
	}
	.header-icon img {
		width: 8em;
	}
	.cover {
		padding: 3.4em 0;
		justify-content: center;
	}
	.item-list > .item {
		flex-basis: 50%;
	}
}

@media (max-width: 320px) {
	.smartphoneHidden {
		display: block;
	}
	.desktopHidden {
		display: none;
	}
	.header-logo {
		width: 4em;
	}
	.header-icon-text {
		width: 9em;
	}
	.header-icon-sns a {
		font-size: 0.7em;
	}
	.cover {
		padding: 3.8em 0;
	}
	footer img {
		width: 16em;
	}
	footer small {
		font-size: 0.1em;
	}
	.change-aw {
		margin: 0 0.6em;
	}
}

@media (max-width: 280px) {
	.header-logo {
		width: 5em;
	}
}

@media (min-width: 1440px) {
	.main {
		width: 1440px;
		margin: 0 auto;
	}
}
