body {
	color: #1f202a;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 180%;
	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: #1f202a;
}
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: 100%;
}
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%;
}
a.more{
    text-align: center;
    position: relative;padding: 10px;
}
a.more:before{
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #1f202a;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -20px;	
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
a.more:hover:before{
    width: 50px;
    left: -50px;
}
a.more:after{
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #1f202a;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
a.more:hover:after{
    width: 50px;
    right: -50px;
}
#wrapper{
    overflow: hidden;
}

/************************************************************
 hm-menu
*************************************************************/
#fullnavi{
    position: fixed;
	height:1px;
	width:100%;
	z-index:9997;
    display: none;
}
.hm_menu_check {
	display: none;
}
.hm_btn {
	position: relative;
	top:0;
	right:0;
	width: 50px;
	height: 40px;
    padding: 10px;
	cursor: pointer;
	display: block;
	float: right;
	margin :0;
    background: #1f202a;
    z-index: 2;
}
.hm_btn::after {
	bottom: 23px;
}
.hm_btn::before {
	top: 23px;
}
.hm_btn::before,
.hm_btn::after {
	width: 50px;
	height: 3px;
	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;
    border-radius: 50%;
}
.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 center;
}
.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, 5px, 0);
	transform: rotate(45deg) translate3d(4px, 5px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	background: #fff;
	-webkit-transform: rotate(-45deg) translate3d(2px, -5px, 0);
	transform: rotate(-45deg) translate3d(2px, -5px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
	position:relative;
}
.hm_menu_inner{
	position:absolute;
	top: 0;
	left: 0;
	max-width:280px;
	width:100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.75);
}
.hm_menu_inner h1{
	text-align: center;
    margin: 0;
}
.hm_menu_inner nav{
	margin:2em auto;
    width: 190px;
}
.hm_menu_inner nav ul {
    display: flex;
    justify-content: space-between;
}
.hm_menu_inner ol {
    display: flex;
    justify-content: space-between;
    width: 64px;
    margin: .5em auto;
}
.hm_menu_inner span{
    font-size: 14px;
    text-align: center;
    display: block;
}
/************************************************************
 header
*************************************************************/
header .header-inner{
    margin: 0 0 2em 0;
    display: flex;
    flex-wrap: wrap;
    width: 77%;
}
header h1{
    margin: 0 0 0 14%;
}
#globalnavi {
    margin: 0 0 0 9%;
    align-self: flex-end;
}
#globalnavi ul{
    display: flex;
    justify-content: space-between;
    width: 190px;
}
#globalnavi ul li {
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#globalnavi ul li a:hover:after{
    position: absolute;
    content: "";
    top:-60px;
    left: 0;
    right: 0;
    width: 2px;
    height: 50px;
    background: #1f202a;
    margin: auto;
    border-radius: 1px;
}
#sns-navi {
    margin: 20px 0 0 7%;
    align-self: center;
    padding-left: 110px;
    position: relative;
}
#sns-navi:before {
    position: absolute;
    left: 0;
    content: "Follow me";
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    line-height: 100%;
    height: 17px;
}
#sns-navi ul:after {
    position: absolute;
    left: -40px;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 20px;
    background: #1f202a;
}
#sns-navi ul{
    display: flex;
    width: 65px;
    justify-content: space-between;
    position: relative;
}
#sns-navi ul li{
    margin: 5px 0 0 0;
}
/************************************************************
 btm-contact
*************************************************************/
#btm-contact{
    width: 100%;
    padding-top: 35%;
    background: url(../images/common/btm-contact.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 90px 0 0 0;
    position: relative;
}
#btm-contact a{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    padding:1em 10%;
    white-space: nowrap;
    font-size: 28px;
    color: #fff;
    background-color: rgba(31,32,42,0.75);
    text-align: center;
}
#btm-contact a:hover{
    background-color: rgba(225,161,204,0.85);
}
#btm-contact p{
    position: absolute;
    content: "";
    bottom: 2%;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    -webkit- transform: translateY(0) translateX(-50%);
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 18px;
    max-width: 410px;
}
/************************************************************
 footer
*************************************************************/
#footer{
    width: 190px;
    margin: 50px auto;
    text-align: center;
}
#footer .footer-navi ul{
    display: flex;
    justify-content: space-between;
    margin: 2em 0;
}
#footer span{
    font-size: 14px;
}
#footer .footer-sns ul{
    display: flex;
    justify-content: space-between;
    width: 64px;
    margin: .5em auto 2em auto;
}
#footer small{
    font-size: 12px;
}
#up-bt{
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 99;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 920px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 740px) {
/************************************************************
 btm-contact
*************************************************************/
#btm-contact{
    padding-top: 50%;
}
#btm-contact p{
    width: 90%;
}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 560px) {
/************************************************************
 header
*************************************************************/
header .header-inner{
    width: 100%;
}
/************************************************************
 btm-contact
*************************************************************/
#btm-contact{
    padding-top: 70%;
}
#btm-contact p{
    font-size: 16px;
    line-height: 140%;
    text-align: left
}
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
/************************************************************
 hm-menu
*************************************************************/
.hm_menu_inner{
	max-width:350px;
}
/************************************************************
 header
*************************************************************/
header h1{
    margin: 0 0 0 10%;
}
#globalnavi ul{
    width: 150px;
}
/************************************************************
 btm-contact
*************************************************************/
#btm-contact{
    padding-top: 100%;
}
}