/*===============================
  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;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	
    .wrapper {
		padding-bottom: 18vw;
	}
}
@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
    .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;
}

@media screen and (min-width: 769px) {
	.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;
    }
	
    a.alpha:hover img {
        opacity: 0.85;
        filter: alpha(opacity=85);
        -ms-filter: "alpha(opacity=85)";
    }
}
@media screen and (max-width: 768px) {
	.header_top{
		padding: 10px 2.5%;
		height: 40px;
		margin: 0 auto;
	}
	.header_top_title{
		width: 157px;
	}
	.header_top_share li{
		display: inline-block;
	}
	.header_top_share li:nth-of-type(1){
		padding-right: 7px;
	}
	
	.main img{
		width:100%;
		height:auto;
	}
	.mv {
		width:100%;
		height:105VW;
		background-color: #e9e5e2;
	}
}

@media screen and (min-width: 769px) {
	
	.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 0px;
	}
	
	.sp {
		display:none;
	}
}

@media screen and (max-width: 768px) {
	.inner {
		width:92%;
		margin:0 auto;
	}
	.pc {
		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;
}
@media screen and (min-width: 769px) {
	.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;
	}
}

@media screen and (max-width: 768px) {
	.footer{
		padding: 10px 4.9%;
	}
	.footer_flex{
		position: relative;
	}
	.footer_ul{
		width: 60%;
	}
	.footer_ul li{
		padding-right: 6.18%;
	}
		.footer_ul li a{
		font-size: 1.2rem;
	}
	.footer_page p a{
		font-size: 1.2rem;
	}
	.footer_page{
		width: 115px;
	}
	.copyright{
		margin-bottom: 0px;
	}
	.pre .copyright{
		margin-bottom: 0px;
	}
}

ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}