body {
	color: #484a51;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 180%;
    font-weight: 500;
	margin:0;
	padding:0;
    width: 100%;
}
a{
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
    color: #484a51;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:active,
a:hover {
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
    line-height: 150%;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
.img-responsive {
	width:100%;
	height:auto;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
#wrapper{
    overflow: hidden;
}
h2{
    font-family: 'Cinzel', serif;
    font-weight: normal;
}
a.more{
    width: 135px;
    text-align: center;
    padding: .5em 0;
    box-sizing: border-box;
    border: 3px solid #484a51;
    position: relative;
}
a.more-lg{
    text-align: center;
    padding: 1em 45px .5em 45px;
    box-sizing: border-box;
    border: 3px solid #484a51;
    position: relative;
}
a.more:before, a.more-lg:before {
    position: absolute;
    content:"";
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1px #484a51;
    border-right: solid 1px #484a51;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.more:hover:before, a.more-lg:hover:before {
    animation: ar1 .5s ease-out forwards;
}
@keyframes ar1 {
    50% {
   right: 30px;
    }
}
a.more:after, a.more-lg:after{
    position: absolute;
    content:"";
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1px #484a51;
    border-right: solid 1px #484a51;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.more:hover:after, a.more-lg:hover:after{
    animation: ar2 .5s ease-out forwards;
    animation-delay: .1s;
}
@keyframes ar2 {
    50% {
   right: 35px;
    }
}
/************************************************************
 hm-menu
*************************************************************/
#fullnavi{
    position: fixed;
	height:1px;
	width:100%;
	z-index:9997;
}
.hm_menu_check {
	display: none;
}
.hm_btn {
	position: relative;
	top:0;
	right:0;
	width: 43px;
	height: 43px;
    padding: 16px;
	cursor: pointer;
	display: block;
	float: right;
	margin :0;
    background: #484a51;
    z-index: 2;
}
.hm_btn::after {
	bottom: 32px;
}
.hm_btn::before {
	top: 32px;
}
.hm_btn::before,
.hm_btn::after {
	width: 43px;
	height: 2px;
	background: #fff;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_menu_wrap {
	width :100%;
	height :auto;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	background: url(../images/common/menu-bg.jpg) no-repeat;
	height: 100vh !important;
	background-size:cover!important;
    background-position: center right;
}
.hm_menu_check:checked ~ .hm_btn::before {
	background: #fff;
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(4px, 3px, 0);
	transform: rotate(45deg) translate3d(4px, 3px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	background: #fff;
	-webkit-transform: rotate(-45deg) translate3d(3px, -3px, 0);
	transform: rotate(-45deg) translate3d(3px, -3px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
	position:relative;
}
.hm_menu_inner{
	position:absolute;
	top: 5%;
	left: 5%;
	max-width:400px;
	width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hm_menu_inner ol{
	width:240px;
    text-align: center;
}
.hm_menu_inner ol li:first-child a{
    width: 70px;
    height: 135px;
    display: block;
    background: url(../images/common/logo-wh.svg) no-repeat;
    background-size: 70px 135px;
    margin: 0 auto;
}
.hm_menu_inner ol li h1{
    padding: 0;
    font-size: 14px;
    margin: 1em 0 2em 0;
    font-weight: normal;
    color: #fff;
}
.hm_menu_inner nav ul li a{
    font-family: 'Cinzel', serif;
    color: #fff;
    letter-spacing: 1px;
    font-size: 24px;
    display: block;
    padding-top: 2em;
}
.ph-snsnavi{
    display: none;
}
/************************************************************
 sns-navi
*************************************************************/
.sns-navi{
    position: absolute;
    right: 28px;
    top: 110px;
    width: 21px;
    background: url(../images/common/follow.svg) no-repeat;
    padding-top: 100px;
    text-align: center;
    z-index: 10;
}
.sns-navi li:first-child{
    margin-bottom: 1em;
}
/************************************************************
 header
*************************************************************/
.logo{
    text-align: center;
}
.logo li:first-child a{
    width: 70px;
    height: 135px;
    display: block;
    background: url(../images/common/logo.svg) no-repeat;
    background-size: 70px 135px;
    margin: 0 auto;
}
.logo h1{
    padding: 0;
    font-size: 14px;
    margin: 1em 0 2em 0;
    font-weight: normal;
}
.logo li:nth-of-type(4){
    margin: 1em 0 0 0;
}
/************************************************************
 ft-contact
*************************************************************/
#ft-contact{
    width: 100%;
    margin: 150px 0 0 0;
    background: url(../images/common/ft-contact.jpg) no-repeat;
    background-size: 90% auto;
    background-position: center right;
    padding-top: 28%;
    position: relative;
}
#ft-contact .inner{
    position: absolute;
    content"";
    width: 95%;
    max-width: 350px;
    top: -5%;
    left: 5%;
}
#ft-contact .inner h2{
    font-size: 50px;
    letter-spacing: 20px;
    margin: 0;
    line-height: 120%;
}
#ft-contact .inner h2 span{
    display: block;
}
a.more-contact{
    padding: 1em ;
    width: 100%;
    display: block;
    border: 3px solid #484a51;
    box-sizing: border-box;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
    position: relative;	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a.more-contact:before {
    position: absolute;
    content:"";
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 1px #484a51;
    border-right: solid 1px #484a51;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.more-contact:hover:before {
    animation: ar1 .5s ease-out forwards;
}
@keyframes ar1 {
    50% {
   right: 30px;
    }
}
a.more-contact:after {
    position: absolute;
    content:"";
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 1px #484a51;
    border-right: solid 1px #484a51;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.more-contact:hover:after {
    animation: ar2 .5s ease-out forwards;
    animation-delay: .1s;
}
@keyframes ar2 {
    50% {
   right: 35px;
    }
}
/************************************************************
 footer
*************************************************************/
#footer{
    max-width: 1200px;
    width: 90%;
    margin: 65px auto 110px auto;
}
#footer .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .footer-navi ul{
    display: flex;
    font-size: 15px;
    width: 540px;
    justify-content: space-between;
    letter-spacing: 1px;
    flex-wrap: wrap;
}
#footer .footer-navi ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#footer .footer-navi ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #484a51;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#footer .footer-navi ul li a:hover::after {
  transform: scale(1, 1);
}
#footer .footer-navi ol{
    display: flex;
    background: url(../images/common/ft-follow.svg) no-repeat;
    background-position: left center;
    padding-left: 120px;
    height: 20px;
    margin: 35px 0 2em 0;
}
#footer .footer-navi ol li:first-child{
    margin-right: 2em;
}
#footer .footer-logo ul{
    display: flex;
    flex-wrap: wrap;
    width: 320px;
    justify-content: space-between;
    font-size: 14px;
}
#footer .footer-logo ul li:first-child a{
    width: 70px;
    height: 135px;
    display: block;
    background: url(../images/common/logo.svg) no-repeat;
    background-size: 70px 135px;
    margin: 0 auto;
}
#footer .footer-logo ul li:last-child{
    margin-top: 35px;
}
#footer .footer-logo ul li img{
    display: block;
    margin-top: 1em;
    max-width: 220px;
    height: auto;
}
#footer .footer-logo small{
    margin-top: 2em;
    display: block;
    font-size: 12px;
}
#up-bt{
    position: fixed;
    bottom: 90px;
    right: 20px;
    content: "";
    width: 40px;
    height: 40px;
    z-index: 6;
    font-size: 16px;
    border-top: 3px solid #484a51;
}
#up-bt:before {
    position: absolute;
    content:"";
    left:0;
    right: 0;
    top: 18px;
    margin: auto;
    display: block;
    width: 20px;
    height: 20px;
    border-top: solid 2px #484a51;
    border-right: solid 2px #484a51;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#up-bt:after {
    position: absolute;
    content:"";
    left:0;
    right: 0;
    top: 25px;
    margin: auto;
    display: block;
    width: 20px;
    height: 20px;
    border-top: solid 2px #484a51;
    border-right: solid 2px #484a51;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (max-width: 992px) {
/************************************************************
 ft-contact
*************************************************************/
#ft-contact{
    padding-top: 39%;
}
a.more-contact{
    padding: .7em ;
}
}
@media screen and (max-width: 920px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 740px) {
/************************************************************
 ft-contact
*************************************************************/
#ft-contact{
    padding-top: 54%;
    background-position: right -60% center ;
    background-size: auto 100%;
}
#ft-contact .inner{
    width: 95%;
    max-width: 300px;
    top: -50px;
}
#ft-contact .inner h2{
    font-size: 46px;
    letter-spacing: 12px;
}
}
@media screen and (max-width: 640px) {
/************************************************************
 header
*************************************************************/
.logo{
    text-align: left;
    margin: 50px 0 1em 5%;
}
.logo li:first-child a{
    display: inline-block;
    margin: 0 15px 0 0;
    float: left;
}
.logo h1{
    margin: 1em 0 1em 0;
    padding-top: 1em;
}
.logo li:nth-of-type(3) img{
    width: 180px;
    height: auto;
}
.logo li:nth-of-type(4){
    margin: .3em 0 0 0;
}
/************************************************************
 sns-navi
*************************************************************/
.sns-navi{
    display: none;
}
/************************************************************
 footer
*************************************************************/
#footer .footer-navi {
    width: 100%;
}
#footer .footer-navi ul{
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}
#footer .footer-navi ul li  {
  width: 33%;
    margin-bottom: 1.2em;
}
}
@media screen and (max-width: 460px) {
/************************************************************
 hm-menu
*************************************************************/
.hm_menu_wrap {
    background-position: center right 20%;
}
.hm_menu_inner{
	width:90%;
    top: 20px;
    justify-content: auto;
}
.hm_menu_inner ol{
	width:90%;
    text-align: left;
}
.hm_menu_inner ol li:first-child a{
    margin: 0 0 0 1em;
}
.hm_menu_inner ol li h1{
    margin: 1em 0 1em 0;
}
.hm_menu_inner nav ul li a{
    padding-top: 1em;
}
.ph-snsnavi{
    display: block;
    position: absolute;
    width: 21px;
    top: 95px;
    right: 15px;
    background: url(../images/common/follow-wh.svg) no-repeat;
    padding-top: 100px;
    text-align: center;
}
.ph-snsnavi li:first-child{
    margin-bottom: 1em;
}
/************************************************************
 ft-contact
*************************************************************/
#ft-contact{
    padding-top: 70%;
    background-position: top left;
    background-size: auto 140%;
}
#ft-contact .inner{
    width: 90%;
    top: -70px;
}
}
@media screen and (max-width: 400px) {
/************************************************************
 hm-menu
*************************************************************/
.hm_menu_inner ol li:nth-of-type(3) img{
    width: 160px;
    height: auto;
}
}
@media screen and (max-width: 350px) {
/************************************************************
 header
*************************************************************/
.logo{
    margin: 75px 0 1em 5%;
}
/************************************************************
 ft-contact
*************************************************************/
#ft-contact{
    padding-top: 80%;
    background-position: top left;
    background-size: auto 130%;
}
#ft-contact .inner h2{
    font-size: 12vw;
}
/************************************************************
 footer
*************************************************************/
#footer .footer-logo ul{
    width: 90%;
}
#footer .footer-logo ul li:first-child a{
    margin:0 0  0 1em;
}
}