@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/

html{ font-size: 62.5%; }

body {
	width: 100%;
	height: 100%;
	font-family: Shin Go Regular, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";/*weight:400,700*/
	color:#595757;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	background:#FFF;
	line-height:1.6;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;/* safari:transitionでテキストが細くなる対策 */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.active {
	overflow: hidden;
}

*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

img{
	width: 100%;
	height: auto;
}
img { -ms-interpolation-mode: bicubic; }

.object-fit-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}

a{
	text-decoration: none;
	outline: none;
	transition-duration: 0.5s;
	transition-property: opacity, color;
}

a:hover{
	text-decoration: none;
	opacity: 0.7;
}

a.pagetop{
	width: 45px;
	display: inline-block;
	line-height: 0;
}

/*----DWナビゲート用----*/
.pc{}
.sp{}
.img-switch{}

header,main,article,footer{
    width: 100%;
}

header{
    margin-bottom: 4px;
}

div.page_title {
    width: 100%;
	max-width: 1095px;
	margin: 0 auto;
	height: 34.88vw;
	max-height: 382px;
	position: relative;
}

div.page_title div.box div{
    width: 30.5vw;
	max-width: 335px;
	background: #FFF;
	border-radius: 6px;
}

/*ページトップ*/
.SmoothScroll_pageTop{
    text-align:right;
    position: fixed;
    bottom: 3%;
    right: 5%;
    display: none;
	z-index: 99;
}
.SmoothScroll_pageTop a::before{
    font-family:FontAwesome;
	content: "\f106";
    margin-left:2px;
	font-size: 24px;
}
.SmoothScroll_pageTop a:hover{
    background-color:rgba(205, 229, 188, 0.8);
}
.SmoothScroll_pageTop a{
	background-color:rgba(205, 229, 188, 0.5);
	display:inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	border: 2px solid #595757;
	margin:10px 0;
    color:#595757;
    width:30px;
    height:30px;
    padding:0;
    text-align:center;
    line-height:22px;
}
.SmoothScroll_pageTop a span{
    display:none;
}

a.soon {
	opacity: 0.4 !important;
	cursor: default;
}



/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 768px){
	.sp{
		display: none!important;
	}
	
	.nav-button {
		position: absolute;
		right: 24px;
		top: 25px;
    }
	
	header{
		min-width: 1000px;
		height: 140px;
		padding-top: 20px;
		background: url("images/common/h_bg.png") repeat-x;
		background-size: 500px 117px;
		background-position: bottom;
    }
	
	header div.h_block{
        width: 1000px;
		height: 100%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
    }
	
	header div.h_block h1{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 400;
        text-align: right;
		line-height: 1.3;
		letter-spacing: 0.2em;
		margin-bottom: 30px;
    }
	
	header div.logo{
        width: 200px;
		line-height: 0;
		position: absolute;
		bottom: 0;
		left: 30px;
    }
	
	header div.logo a:hover{
        opacity: 1!important;
    }
	
	header div.h_block nav{
        width: 100%;
		float: right;
		overflow: hidden;
    }
	
	header div.h_block nav ul{
        width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		list-style: none;
    }
	
	header div.h_block nav ul li{
		display: inline-block;
		border-left: 2px solid #595757;
		letter-spacing: 0.1em;
    }
	
	header div.h_block nav ul li a{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
		text-align: center;
		color:#595757;
		padding: 0 18px;
		display: block;
    }
	
	header div.h_block nav ul li a span{
		width: 50px;
		display: block;
		margin: 0 auto;
    }
	
	header div.h_block nav ul li a span.ex{
		width: 100px;
		display: block;
		margin: 0 auto;
    }
	
	header div.h_block nav ul li:last-child a{
		width: 194px;
		padding-right: 0;
		line-height: 0;
    }
	
	div.page_title div.box div{
        width: 335px!important;
    }
	
	main {
		min-width: 1000px;
	}
	
	div.page_title {
        min-height: 382px;
    }
	
	div.page_title div.box{
        width: 1000px;
		height: 100%;
		margin: 0 auto;
		position: relative;
    }
	
	div.page_title div.box div{
        padding: 70px 54px;
		position: absolute;
		top: -webkit-calc(50% - 100px);
		top: -moz-calc(50% - 100px);
		top: calc(50% - 100px);
		left: 40px;
    }
	
	div.page_title div h2{
        line-height: 0;
    }
	
	footer {
		min-width: 1000px;
		background: url("images/common/f_bg02.png") repeat-x;
		background-size: 350px 219px;
		background-position: bottom;
		padding: 40px 0 0;
    }
	
	footer ul.banner_block {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		list-style: none;
		margin: 60px 0 40px;
	}
	
	footer ul.banner_block li{
		width: auto;
		height: 48px;
	}
	
	footer ul.banner_block li:nth-child(even){
		margin: 0 20px;
	}
	
	footer ul.banner_block li a img{
		width: auto;
		height: 48px;
	}
	
	footer div.f_block{
		width: 960px;
		margin: 0 auto;
		padding-bottom: 50px;
		position: relative;
		background: url("images/common/f_bg01.png") no-repeat;
		background-size: 250px 219px;
		background-position: center bottom;
    }
	
	footer div.f_block div.f_block_in{
        width: 910px;
		margin: 0 auto;
		padding: 100px 0 0;
    }
	
	footer div.f_block div.f_block_in ul{
        width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
    }
	
	footer div.f_block div.f_block_in ul li{
        width: 250px;
    }
	
	footer div.f_block div.f_block_in ul li:first-child{
        width: 244px;
    }
	
	footer div.f_block div.f_block_in ul li:last-child{
        width: 260px;
    }
	
	footer div.f_block div.f_block_in div.illust {
		width: 45px;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	footer div.f_block small{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.3;
		letter-spacing: 0;
		text-align: center;
        display: block;
		padding-top: 20px;
    }
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 767px){
	
	.pc{
		display: none!important;
	}
	
	a:hover{
		text-decoration: none;
		opacity: 1;
	}
	
	.nav-wrap.open {
        display: block;
    }
    .nav-wrap.close {
        display: none;
    }
    .nav-wrap {
		position: fixed;
        left: 0;
        top: 0;
        display: none;
        z-index: 998;
        background-color: rgba(255, 255, 255, 0.9);
        width: 100%;
        height: 100%;
    }
    .nav-wrap .nav {
        width: 80%;
        margin: 60px auto 0;
        height: 100%;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
		display: block;
    }
    .nav-wrap .nav li {
		width: 100%;
		display: block;
        padding: 1.5em 0;
        border-bottom: 1px solid #999;
		border-left: none;
    }
    .nav-wrap .nav li a {
		font-size: 16px;
		font-size: 1.6rem;
		color: #3e3a39;
    }
	.nav-wrap .nav li:first-child {
		border-top: 1px solid #999;
    }
	.nav-wrap .nav li:last-child {
		border-bottom: none;
    }
	.nav-wrap .nav li:last-child a {
		margin: 0 auto;
		padding: 0;
    }
	.nav-wrap .nav li a span{
		width: 64px;
    }
	.nav-wrap .nav li a span.ex{
		width: 128px;
    }
    /*メニューボタンのエフェクト*/
    .nav-button,
    .nav-button span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
    }
    .nav-button {
        z-index: 999;
        position: fixed;
		top: 10px;
		right: 20px;
        width: 40px;
        height: 26px;
		display: block;
        cursor: pointer;
    }
    .nav-button.active {
        height: 36px;
    }
    .nav-button span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #3e3a39;
        border-radius: 4px;
    }
    .nav-button span:nth-of-type(1) {
        top: 0;
    }
    .nav-button span:nth-of-type(2) {
        top: 11px;
    }
    .nav-button span:nth-of-type(3) {
        bottom: 0;
    }
    .nav-button.active span:nth-of-type(1) {
        -webkit-transform: translateY(16px) rotate(-45deg);
        transform: translateY(16px) rotate(-45deg);
    }
    .nav-button.active span:nth-of-type(2) {
        opacity: 0;
    }
    .nav-button.active span:nth-of-type(3) {
        -webkit-transform: translateY(-16px) rotate(45deg);
        transform: translateY(-16px) rotate(45deg);
    }
	
	header{
		height: 120px;
		padding-top: 10px;
		background: url("images/common/h_bg.png") repeat-x;
		background-size: 250px;
		background-position: bottom;
    }
	
	header div.h_block{
        width: 90%;
		height: 100%;
		margin: 0 auto;
		position: relative;
    }
	
	header div.h_block h1{
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: 400;
        text-align: left;
		line-height: 1.3;
		letter-spacing: 0.2em;
		margin-bottom: 30px;
    }
	
	header div.logo{
        width: 100px;
		line-height: 0;
		position: absolute;
		bottom: 0;
		left: -webkit-calc(50% - 50px);
		left: -moz-calc(50% - 50px);
		left: calc(50% - 50px);
    }
	
	header div.h_block nav{
        width: 100%;
		float: right;
		overflow: hidden;
    }
	
	header div.h_block nav ul{
        width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		list-style: none;
    }
	
	header div.h_block nav ul li{
		display: inline-block;
		border-left: 2px solid #595757;
		letter-spacing: 0.1em;
    }
	
	header div.h_block nav ul li a{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
		text-align: center;
		color:#595757;
		padding: 0 35px;
		display: block;
    }
	
	header div.h_block nav ul li a span{
		display: block;
		margin: 0 auto;
    }
	
	header div.h_block nav ul li:last-child a{
		width: 194px;
		padding-right: 0;
		line-height: 0;
    }
	
	main article{
		width: 100vw;
		overflow: hidden;
	}
	
	div.page_title div.box{
        width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
    }
	
	div.page_title div.box div{
        padding: 35px 25px;
		position: absolute;
		top: -webkit-calc(50% - 50px);
		top: -moz-calc(50% - 50px);
		top: calc(50% - 50px);
		left: 5%;
    }
	
	div.page_title div h2{
        line-height: 0;
    }
	
	footer {
		background: url("images/common/f_bg02.png") repeat-x;
		background-size: 175px;
		background-position: bottom;
		padding: 40px 0 0;
    }
	
	footer div.f_block{
		width: 95%;
		margin: 0 auto;
		padding-bottom: 0;
		position: relative;
		background: url("images/common/f_bg01.png") no-repeat;
		background-size: 125px;
		background-position: center bottom;
    }
	
	footer ul.banner_block {
		display: block;
		list-style: none;
		margin: 60px 0 40px;
	}
	
	footer ul.banner_block li{
		display: block;
		text-align: center;
	}
	
	footer ul.banner_block li:nth-child(even){
		margin: 20px 0;
		
	}
	
	footer ul.banner_block li a{
		display: block;
		width: auto;
		height: 48px;
		margin: 0 auto;
	}
	
	footer ul.banner_block li a img{
		width: auto;
		height: 48px;
	}
	
	footer div.f_block div.f_block_in{
        width: 100%;
		margin: 0 auto;
		padding: 100px 0 0;
    }
	
	footer div.f_block div.f_block_in ul{
        width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
    }
	
	footer div.f_block div.f_block_in ul li{
        width: 25%;
    }
	
	footer div.f_block div.f_block_in ul li:first-child{
        width: 28%;
    }
	
	footer div.f_block div.f_block_in ul li:last-child{
        width: 30%;
    }
	
	footer div.f_block div.f_block_in div.illust {
		width: 20px;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	footer div.f_block small{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.3;
		letter-spacing: 0;
		text-align: center;
        display: block;
		padding: 5px 0 20px;
    }

	
	
}

@media screen and (max-width: 320px){

}