/*===============================
  Base
===============================*/
html {
	font-size: 10px;
	height: 100%;
}
body {
	color: black;
	line-height: 1.5;
	font-family: 'Noto Sans JP', YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: normal;
	height: 100%;
	font-size: 1.6rem;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	line-height: 1.5;
	letter-spacing: 0.04em;
}
p, li, a {
	line-height: 1.5;
	letter-spacing: 0.04em;
}

/*===============================
  Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}


/*===============================
common
===============================*/

.wrapper {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.main {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.cream {
	background: #f1f1f1;
}
.wrapper {
	min-width: 1131px;
	}
.main_inner {
	max-width: 1131px;
	margin: 0 auto;
	}

/*===============================
top-header
===============================*/
.header_logo{
		width: 100%;
	height: auto;
	}
.header_top {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.header_top_share{
		display: -webkit-flex;
		display: flex;
	}
	.header_top_title img{
		width: 100%;
		height: auto;
	}
.header_top_share li div span {
	vertical-align: top!important;
}


	.header_logo{
		padding-top: 5px;
	}
.header_top {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	padding: 22px 5.85%;
	z-index: 9999;
	background-color: #FFF;
}
.header_top_title {
	width: 320px;
}
.header_top_share {
	margin-top: 11px;
}
.header_top_share li {
	margin-left: 8px;
	height: 20px;
}

	
	.mv {
		width:100%;
		height:calc(670px + 88px);
        background:url("../image/mv.jpg?v=1") center top 88px no-repeat;
		background-color: #e9e5e2;
	}
	.inner {
		width:1200px;
		margin: 0 auto;
		padding:0 8px;
	}
    .fixed_bnr {
		display: none;
        position: fixed;
        right: 0;
        bottom: 10%;
        max-width: 243px;
        z-index: 999;
    }

    .fixed_bnr img {
        display: block;
        width: 100%;
    }
	
	.btn_amazon {
		margin: 40px auto 85px;
	}
	.btn_amazon p{
		font-size:12px;
	}
	
	.btn_pre {
		margin: 85px auto 110px;
		text-align: center;
	}
	
	.sp {
		display:none;
	}


.main {
    width:100%;
	background-color: #e9e5e2;
}

/*===============================
footer
===============================*/
.footer{
		position: relative;
		background: #f1f1ec;
	}
	.footer_flex{
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.footer_ul li a{
		text-decoration: none!important;
		color: #373733!important;
	}
	.footer_page p a{
		text-decoration: none!important;
		color: #373733!important;
		padding-left: 25px;
	}
	.footer_page p{
		background: url("../image/page_up.png") 0 center / 18px 13px no-repeat;
		display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
	}
	.copyright{
		font-size: 1.0rem;
		text-align: center;
		background: #373733;
		padding: 8px 0;
		font-weight: normal;
	}
	.copyright h3{
		color: #fff;
		font-weight: 400;
	}
	.footer_page{
		position: relative;
		text-align: right;
	}

	.footer{
		padding: 25px 5.85%;
	}
	.footer_ul{
		width: 60%;
	}
	.footer_ul li{
		float: left;
		padding-right: 6.18%;
	}
	.footer_ul li a{
		font-size: 1.4rem;
	}
	.footer_page p a{
		font-size: 1.4rem;
	}
	.footer_page{
		width: 128px;
	}
	.copyright{
		margin-bottom: 0px;
	}
	.pre .copyright{
		margin-bottom: 0px;
	}
