@charset "utf-8";
@font-face {
	font-family: 'Porter-Bold';
	src: url("../fonts/Porter-Bold.woff") format('woff'),
	url('../fonts/Porter-Bold.otf') format('opentype');
}
.en02 {
	font-family: 'Porter-Bold';
}

.en{
    font-family: Arial, sans-serif !important;
}

/* ------------------------------
reset
------------------------------ */
a{
	color: #161616;
}
a:hover,
a:focus{
	text-decoration: none;
} 
html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
select::-ms-expand {
    display: none;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #231815;
    word-break: noemal;
    line-break:strict;
}
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    resize: none;
    outline: none;
    background: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.object-fit-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

/* ------------------------------
base
------------------------------ */
body{
	position: relative;
/*	min-width: 1000px;*/
}

p,table,dl,ol,ul li  {
	font-size: 1.6rem;
	line-height: 1.5;
}

.wrapper{
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
.wrap{
	width: 100%;
    max-width: 1280px;
	box-sizing: border-box;
	margin: 0 auto;
}
.inner{
	width: 92%;
    max-width: 1000px;
	box-sizing: border-box;
	margin: 0 auto;
}

.pc{
    display:block!important;
}
.sp{
    display:none!important;
}
@media screen and (max-width : 767px){
	.pc{
		display:none!important;
	}
	.sp{
		display:block!important;
	}
    body{
        min-width: inherit;
    }
    img{
        width: 100%;
        height: auto;
    }
    .inner{
        width: 94%;
        max-width: inherit;
    }


}

/* ------------------------------
header
------------------------------ */
#header{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
}
#header .logo{
    width: 50%;
    max-width: 439px;
    margin-left: 4%;
}
#header .logo.-people {
	width: 66%;
    max-width: 595px;
}
#header .logo.-new {
	max-width: 629px;
}
#header .logo img{
    width: 100%;
    max-width: 439px;
    height: 31px;
}
#header .logo.-people img{
    max-width: 595px;
}
#header .logo.-new img{
	max-width: 629px;
}
#header .h_btn_wrap{
    display: flex;
    justify-content: flex-end;
}
#header .h_btn_wrap .btn.entry_btn{
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 66px);
    margin: 0;
}
#header .h_btn_wrap .btn.entry_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    color: #FFF;
    font-size: 1.8rem;
    letter-spacing: .38rem;
    background: #eb6767;
    border-radius: 0 0 0 10px;
    text-decoration: none;
}

#header .menu-trigger{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 66px;
    height: 66px;
    background: #595757;
    box-sizing: border-box;
    cursor: pointer;
}
#header .menu-trigger span{
    display: block;
    width: 37px;
    height: 2px;
    background: #FFF;
    border-radius: 10px;
}
#header .menu-trigger span+span{ margin-top: 8px;}

.open #header .menu-trigger span{
    transform: rotate(-45deg);
}
.open #header .menu-trigger span:nth-of-type(2){
    margin-top: -2px;
    transform: rotate(45deg);
}
.open #header .menu-trigger span:nth-of-type(3){ display: none;}

.gnav_wrap{
    display: none;
    width: 40%;
    max-width: 222px;
    position: absolute;
    right: 0;
    top: 66px;
    background: rgba(255,255,255,.9);
    border: 1px solid #231815;
    border-radius: 0 0 0 10px;
    z-index: 999;
    box-sizing: border-box;
}
.gnav_wrap .gnav{}
.gnav_wrap .gnav li{
    border-bottom: 1px solid #231815;
    box-sizing: border-box;
}
.gnav_wrap .gnav li:last-of-type{ border-bottom: none;}

.gnav_wrap .gnav li a{
    display: block;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: .48rem;
    font-weight: 700;
    padding: 15px 10px;
    text-decoration: none;
    box-sizing: border-box;
    transition: .4s;
}

.gnav_wrap .gnav li a:hover{ opacity: .7;}


@media screen and (max-width : 767px){
    #header .logo{
        width: 50%;
        max-width: 172px;
        margin-left: 2%;
    }
    #header .logo img{
        width: 100%;
        max-width: 172px;
        height: auto;
    }
	#header .logo.-people {
		width: 39%;
		max-width: 311px;
	}
	#header .logo.-people img{
		max-width: 311px;
	}
	#header .logo.-new {
		max-width: 327px;
	}

	#header .logo.-new img{
		max-width: 327px;
	}
    #header .h_btn_wrap .btn.entry_btn{
        width: calc(100% - 12.533vw);
    }
    #header .h_btn_wrap .btn.entry_btn a{
        width: 32vw;
        color: #FFF;
        font-size: 3.067vw;
    }

    #header .menu-trigger{
        width: 12.533vw;
        height: 12.533vw;
    }
    #header .menu-trigger span{
        width: 5.6vw;
    }
    #header .menu-trigger span+span{ margin-top: 6px;}

    .gnav_wrap{
        width: 90%;
        max-width: inherit;
        top: 12.533vw;
    }

    .gnav_wrap .gnav li a{
        font-size: 5.6vw;
        letter-spacing: .48rem;
        padding: 4% 10px;
    }

}


/* ------------------------------
footer
------------------------------ */
#footer{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2ece9;
    padding: 15px 0;
    box-sizing: border-box;
    z-index: 1;
}
#footer .f_logo{ margin-right: 12px;}
#footer .f_logo img{
    width: 172px;
    height: 21px;
}
#footer .copy p{
    font-size: 1.2rem;
    font-weight: 500;
}
.f_btm{
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
    background: #373737;
    padding: 1.1rem 0;
    box-sizing: border-box;
}


@media screen and (max-width : 767px){
    #footer{
        display: block;
    }
    #footer .f_logo{ margin-right: 0; margin-bottom: 5px;}
    #footer .f_logo img{
        width: 38%;
        display: block;
        margin: 0 auto;
    }
    #footer .copy p{
        font-size: 1.333vw;
        text-align: center;
    }


}

/* ------------------------------
contents
------------------------------ */
.scroll_link{
    position: absolute;
    left: 4%;
    right: 0;
    top: 16%;
    z-index: 999;
}
.scroll_link img{
    width: 10px;
    height: 94px;
}

.page-title{
    margin: 135px 0 50px 0;
}
.page-title .ttl{
    text-align: center;
}
.page-title .ttl span{
    position: relative;
    font-size: 5.0rem;
    letter-spacing: 2.4rem;
    line-height: 1.56;
}
.page-title .ttl span:before,
.page-title .ttl span:after{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: '';
    background-size: 100% auto !important;
}

.recommend_contents_wrap{
    position: relative;
    width: 100%;
    max-width: 555px;
    margin: 80px auto 100px auto;
    background: #f2ece9;
    padding: 48px 10px 40px 10px;
    box-sizing: border-box;
}
.recommend_contents_wrap h2{
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    margin: 0 auto;
    text-align: center;
}
.recommend_contents_wrap .bnr_wrap{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.recommend_contents_wrap .bnr_wrap .bnr+.bnr{ margin-left: 8px;}
.recommend_contents_wrap .bnr_wrap .bnr{ transition: .4s;}
.recommend_contents_wrap .bnr_wrap .bnr:hover{ opacity: .7;}

.strong{ font-weight: 700;}


.btn{
    position: relative;
    display: block;
    text-align: center;
    font-weight: 700;
    width: 100%;
    font-size: 1.6rem;
    color: #FFF;
    margin: 0 auto;
    text-decoration: none;
    box-sizing: border-box;
    transition: .4s;
}
.btn:hover{ opacity: .7;}

.to_index_link{
    text-align: center;
    margin: 55px auto 65px auto;
}

.to_index_link a,
a.to_index_link{
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: .26rem;
    font-weight: 700;
    text-decoration: none;
}
.to_index_link a:hover,
a.to_index_link:hover{ text-decoration: underline;}
.to_index_link a:after,
a.to_index_link:after{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    content: '>';
}

@media screen and (max-width : 767px){
    .scroll_link{
        width: 1.6vw;
        right: auto;
        left: 2%;
        top: 38%;
    }
    .scroll_link img{
        width: 10px;
        height: 94px;
    }
    .page-title{
        margin: 18% 0 5% 0;
    }
    .page-title .ttl span{
        font-size: 5.6vw;
        letter-spacing: 1.2rem;
    }

    .recommend_contents_wrap{
        width: 88%;
        max-width: inherit;
        margin: 16vw auto 10% auto;
        padding: 10vw 8px 6% 8px;
    }
    .recommend_contents_wrap h2{
        width: 80%;
        top: -8vw;
        margin: 0 auto;
        text-align: center;
    }

    .recommend_contents_wrap .bnr_wrap .bnr+.bnr{ margin-left: 5px;}

    .btn{
        font-size: 4.267vw;
    }
    .to_index_link{
        margin: 7% auto 12% auto;
    }

    .to_index_link a,
    a.to_index_link{
        font-size: 2.667vw;
    }
    .to_index_link a:after,
    a.to_index_link:after{
        margin-left: 6px;
    }

}


/* ------------------------------
clearfix
------------------------------ */

.cf:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}

.cf {display: inline-block;} 

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */ 