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

html{
	font-size: 62.5%;/*16px×62,5%=10px*/
}

body{
	color: #434242;
	font-family: 'Cormorant Garamond','游明朝','Yu Mincho','YuMincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','Noto Serif JP','MS P明朝','MS 明朝','MS PMincho',serif;
	font-size: 1.4rem;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	
/*フェードイン表示*/
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*フェードイン表示*/

a{
	color: #434242;
	text-decoration: none;
}

img{
	max-width: 100%;
	height: auto;
}

ul {
  list-style: none;
}

h1{
	font-weight: normal;
}

h2{
	font-weight: normal;
}

.text-center{
	text-align: center;
}
	
.wrapper{
	max-width: 1200px;
	margin: 0 auto;
}

.sp-img{
	display: none;
}



/*------------------------------
* header-title
------------------------------*/

.header{
	max-width: 940px;
	height: 240px;
	margin: 0 auto;
}

.header-inner{
	display: flex;
	margin: 0 auto;
}

.site-title{
	padding-top: 82px;
	width: 249px;
}

.title1 {
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.title2{
	font-size: 4.4rem;
	letter-spacing: 0.1em;
	width: 249px;
}


/*------------------------------
* header-navigation
------------------------------*/

.navigation{
	padding-top: 132px;
}

.nav-list{
	display: flex;
    margin-left: 173px;	
}

.nav-item {
	font-size: 2.2rem;
	padding-bottom: 7px;
	margin-right: 60px;
	position: relative;
}

.nav-item:last-of-type{
	margin-right: 0;
}

.nav-item::after{
	position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #efd593;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.nav-item:hover::after{
	transform: scale(1, 1);
}

.open-nav-list{
	visibility: hidden;
    opacity: 0;
    z-index: 20;
	position: absolute;
	
	width: 100px;
    height: 130px;
    background-color: #fdf8f2;
    border: solid #efd593 1px;
    padding-top: 13px;
    padding-left: 13px;
    margin-top: 18px;
	
	-moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.open-nav-item{
	font-size: 1.5rem;
	line-height: 34px;
	text-align: left;
}

.open-nav-item a{
	font-weight: 300;
	transition: all .3s;
}

.open-nav-item a:hover{
	color: #a9a9a9;
}

.nav-works{
	position: relative;
}

.nav-works:hover .open-nav-list{
    visibility: visible;
    opacity: 1;
}

main{
	transform:rotate(0.001deg);
}

/*------------------------------
* top-btn
------------------------------*/

.pagetop img{
	width: 14px;
    height: 55px;
}

.pagetop{
	position: fixed;
	bottom: 30px;
	right: 50px;
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.pagetop:hover{
	bottom: 36px;
}

/*------------------------------
* copy-right
------------------------------*/

.copyright{
	font-size: 1.2rem;
	margin-bottom: 20px;
}



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

	
.header {
	max-width: 800px;
}
	
.site-title {
    padding-top: 95px;
}	
	
.title1 {
    font-size: 1.4rem;
	margin-bottom: 10px;
}
	
.title2 {
    font-size: 3.6rem;
}
	
.nav-list {
	margin-left: 100px;
}
	
.nav-item {
	font-size: 2.0rem;
	margin-right: 45px;
}
	
.pagetop{
	position: fixed;
	bottom: 30px;
	right: 15px;
}


}

	



@media screen and (max-width:768px){
	
	.pc-img{
		display: none;
	}
	
	.sp-img{
		display: block;
	}
	
	
/*------------------------------
* header-title-sp
------------------------------*/
	
	.header{
		width: 100%;
		position:fixed;
		top: 0;
		left: 0;
		z-index: 2000;
		height: 70px;
		background-color: #fff;
	}
	
	.header-inner{
		position: relative;
	}
	
	.site-title{
		width: 125px;
		margin: 0 auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.title1{
		font-size: 1.0rem;
		margin-bottom: 4px;
	}
	
	.title2{
		font-size: 2.2rem;
		width: 125px;
	}
	
/*------------------------------
* header-navigation-sp
------------------------------*/
	
	.btn-trigger{
		-webkit-appearance:none;/*safari対策*/
		appearance:none;
		position: fixed;
		top: 26px;
		right: 20px;
		z-index: 110;
		width: 40px;
		height: 18px;
		border: none;
		background-color: transparent;
		outline: none;
	}
	
	.btn-trigger span{
		position: absolute;
		width: 24px;
		height: 1px;
		background-color: #434242;
		transition: all 0.5s;
	}
	
	.btn-trigger span:first-of-type{
		top: 0;
	}
	
	.btn-trigger span:nth-of-type(2){
		top: 9;
	}
	
	.btn-trigger span:last-of-type{
		bottom: 0;
	}
	
	.btn-trigger.active span:first-of-type{
		transform: rotate(45deg);
		top: 7px;
	}
	
	.btn-trigger.active span:nth-of-type(2){
		opacity: 0;
	}
	
	.btn-trigger.active span:last-of-type{
		transform: rotate(-45deg);
		bottom: 10px;
	}
	
	
	.navigation {
		display: none;
		position: fixed;
		z-index: 100;
		top: 0;
		right: 0;
		width: 132px;
		background-color: #fdf8f2;
		border: solid #efd593 1px;
		padding-left: 15px;
		padding-top: 62px;
		padding-bottom: 0;
	}

	.nav-list {
		position: relative;
		display: block;
		margin: 0;
	}
	
	.nav-item {
		font-size: 1.6rem;
		padding-bottom: 20px;
		position: relative;
	}
	
	.nav-item a{
		display: flex;
	}
	
	.nav-item a>img{
		width: 11px;
		height: 11px;
		margin-top: 3px;
    	margin-left: 4px;
	}
	
	
	.nav-snap{
		border-bottom: solid 1px;
    	width: 97px;
	}
	
	.nav-blog{
		padding-top: 15px;
	}
	
	.label{
		cursor :pointer;
    	transition: all 0.5s;
	}
	
	.checkbox{
		display: none;
	}
	
	.open-nav-list{
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
		border: none;
		position: static;
		margin-top: 0;
		margin-left: 15px;
	}
	
	.open-nav-item {
		font-size: 1.3rem;
		line-height: 1;
		text-align: left;
		border: none;
		margin-top: 20px;
	}
	
	.nav-item::after{
		display: none;
	}
	
	.checkbox:checked ~ .open-nav-list{
		visibility: visible;
		width: 70px;
		padding: 0px;
		height: 100px;
		opacity: 1;
	}
	
	.sp-menu-arrow{
		width: 12px;
		height: 12px;
		margin-left: 5px;
    	transition: all 0.6s;
		
	}
	.checkbox:checked ~ label .sp-menu-arrow{
		transform: rotate(180deg);
	}
	
	.nav-works-title{
		display: flex;
		align-items: center;
	}
	
/*------------------------------
* copyright-sp
------------------------------*/
	
	.copyright {
		font-size: 0.8rem;
		margin-bottom: 15px;
}
	
}