html {
	overflow-x: hidden
}

.list-mv01 {
	opacity: 0;
	transform: translate(0, 2%);
	-webkit-transform: translate(0, 2%)
}

.mv01 {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0)
}

.list-mv02 {
	opacity: 0;
	transform: translate(2%, 0);
	-webkit-transform: translate(2%, 0)
}

.mv02 {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0)
}

.list-mv03 {
	opacity: 0;
	transform: translate(-60px, 0);
	-webkit-transform: translate(-60px, 0)
}

.mv03 {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0)
}

body {
	font-family: Times New Roman, 游明朝, Yu Mincho, YuMincho, ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, ＭＳ\ Ｐ明朝, MS PMincho, serif
}

img {
	transition: 1.5s
}

.main01 {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%
}

.main02 {
	padding-top: 140%;
	position: relative;
	z-index: 1
}

.info {
	padding: 5%;
	transition: 1.5s;
	color: #fff;
	background-color: #d2c79e
}
.info:first-child{
	color: #222;
	background-color: #fff
}

.sp01 {
	padding: 10% 0;
	background-color: #f9f8f5
}

.info02 {
	padding: 5%;
	font-size: .8em;
	transition: 1.5s;
	text-align: center
}

.sp02, .sp03 {
	padding: 10% 0;
	background-color: #fff
}

.sp03 div {
	padding: 5% 2%
}

.item .left {
	width: 49%;
	float: left
}

.item .right {
	width: 49%;
	float: right
}

.item p {
	margin: 0 3%;
	padding: 4% 0;
	transition: 1.5s;
	font-size: .7em;
	border-bottom: 1px solid #3a141c
}

.sp04 {
	padding: 5% 0;
	text-align: center;
	color: #fff;
	background-color: #42210b
}

.sp04 img {
	margin: 2% 0
}

.sp04 a, .sp04 p {
	transition: 1.5s
}

.sp04 a {
	width: 40%;
	padding: 2%;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff
}

/* .bottom {
	margin-top: 10%
}

.bottom li {
	margin-bottom: 5%
} */

.pc {
	display: none
}


.fcont{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 10%;
	background-color: #fff;
}
.fcont_ttl{
	margin-bottom: 30px;
	text-align: center;
	transition: 1.5s;
}
.fcont_bnr{
	width: 95%;
	margin: 0 auto;
	transition: 1.5s;
}
.fcont_bnr img{
	width: 100%;
}
.fcont_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
	padding-bottom: 10%;
}
.fcont_list_item{
	width: 48%;
	transition: 1.5s;
	margin-bottom: 5%;
}
.fcont_list_item img{
	width: 100%;
}
