/* ===================================
html base style
=================================== */
html {
	font-size: 1.1vw;
	-webkit-text-size-adjust:100%;
}
@media screen and (max-width:1280px){
	html {
		font-size: 1.1vw;
		-webkit-text-size-adjust:100%;
	}
}

@media screen and (max-width:540px){
	html {
		font-size: 2.5vw;
		-webkit-text-size-adjust:100%;
	}
}

body {
  font-family: "fot-udkakugoc60-pro", sans-serif;
  	font-weight: lighter;
    line-height: 2;
	  letter-spacing: 3px;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    box-sizing: border-box;
	font-optical-sizing: auto;
	background-color: #000;
	color: #fff;
}

@media screen and (max-width:540px) {
	body {
		font-family: "fot-udkakugoc60-pro", sans-serif;
  	font-weight: lighter;
		text-align: center;
		line-height: 1.5;
		letter-spacing: 3px;
		width: 100%;
		height: 100%;
		margin:0;
		padding:0;
		box-sizing: border-box;
		font-optical-sizing: auto;
		background-color: #000;
		color: #fff;
	}
}

*:focus {
	outline: none;
}

html{
    scroll-behavior: smooth;
}
.container-fluid {
	padding: 0;
}

ul {
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    font-weight: lighter;
    font-size: 1.4rem;
}
a:hover {
	color: #fff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

h1 {
	font-size: 2.2rem;
	color: #B6AD89;
}

h2 {
	font-size: 4.7rem;
  font-weight: 300;
	color: #B6AD89;
}
h3 {
	font-size: 2rem;
  color: #B6AD89;
}
p {
	margin-bottom: 0;
	font-size: 1.4rem;
	color: #fff;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
img {
	width: 100%;
  height: auto;
}



@media screen and (max-width:1080px) {
  p {
    margin-bottom: 0;
    font-size: 1.3rem;
    color: #fff;
  }
}

@media screen and (max-width:991px) {
	h1 {
    font-size: 2.2rem;
    color: #B6AD89;
  }
  
  h2 {
    font-size: 4.7rem;
    font-weight: 300;
    color: #B6AD89;
  }
  h3 {
    font-size: 2rem;
    color: #B6AD89;
  }
  p {
    margin-bottom: 0;
    font-size: 1.8rem;
    color: #fff;
  }
  a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    font-weight: lighter;
    font-size: 1.8rem;
  }
}

@media screen and (max-width:540px) {
  h2 {
    font-size: 3.5rem;
    font-weight: 300;
    color: #B6AD89;
  }
  p {
    margin-bottom: 0;
    font-size: 1.6rem;
    color: #fff;
  }
}



.wrap {
	margin: auto;
}

.margin_220 {
	margin: auto;
	margin-top: 10.5rem;
}
.margin_130 {
    margin: auto;
    margin-top: 6.5rem;
}
.inner_margin {
	margin: auto;
	margin-top: 3rem;
}

@media screen and (max-width:991px) {
	.margin_220 {
    margin: auto;
    margin-top: 7.5rem;
  }
	.margin_130 {
    margin: auto;
    margin-top: 4.5rem;
  }
	.inner_margin {
		margin: auto;
		margin-top: 2.3rem;
	}
}

/**reponsive**/
.res_991 {
	display: none !important;
}
.res_540 {
	display: none !important;
}
.res_1280 {
	display: none !important;
}
@media screen and (max-width:1280px) {
	.pc_1280 {
		display: none !important;
	}
	.res_1280 {
		display: block !important;
	}
}
@media screen and (max-width:991px) {
	.pc_991 {
		display: none !important;
	}
	.res_991 {
		display: block !important;
	}
	
}
@media screen and (max-width:540px) {
	.pc_540 {
		display: none !important;
	}
	.res_540 {
		display: block !important;
	}
	.res_padding_top {
        padding-top: 40px !important;
    }
    .res_margin00 {
        margin-top: 0 !important;
    }
}






/* ===================================
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
    position: fixed;
    right: 2.5rem;
    top: 2.5rem;
    /*width: 50px;
    height: 40px;*/
    cursor: pointer;
    z-index: 300;
}
.hamburger:hover {
    position: fixed;
    right: 2.5rem;
    top: 2.5rem;
    /*width: 50px;
    height: 40px;*/
    cursor: pointer;
    z-index: 300;
}
@media screen and (max-width:1440px) {
    .hamburger {
      position: fixed;
      right: 1.5rem;
      top: 2.5rem;
      /*width: 50px;
      height: 40px;*/
      cursor: pointer;
      z-index: 300;
  }
  .hamburger:hover {
      display: flex;
      position: fixed;
      right: 1.5rem;
      top: 2.5rem;
      /*width: 50px;
      height: 40px;*/
      cursor: pointer;
      z-index: 300;
  }
}
.hamburger p {
    font-family: "Changa", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    top: 1.8rem;
    right: -5px;
}
.menu_border {
    position: relative;
    width: 3rem;
    height: 3rem;
}
.hamburger__line {
  position: absolute;
  width: 3rem;
  height: 1px;
  right: 0px;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 1;
}

.hamburger__line--1 {
  top: 0.6rem;
}

.hamburger__line--2 {
  top: 0.9rem;
}

.hamburger__line--3 {
  top: 1.2rem;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 0.8rem;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 0.8rem;
}

.sp-nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 45%;
  height: 100vh;
  background-color: #A39784;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
}
@media screen and (max-width:540px) {
  .sp-nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 90%;
  height: 100vh;
  background-color: #A39784;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
}
}
.open .sp-nav {
  right: 0;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

.open .black-bg {
  opacity: 0.5;
  visibility: visible;
}


.open .sp-nav ul {
    margin: auto;
    margin-top: 25%;
    padding-left: 0;
}
.open .sp-nav ul li a {
  padding: 0.5rem;
  display:inline-block;
}
@media screen and (max-width:540px) {
  .open .sp-nav ul li a {
    font-size: 1.6rem;
    padding: 0.5rem;
    display:inline-block;
  }
}



.space{
  height: 100vh;
}

/*text animetions*/
@keyframes showTextFromBottom{
  0%{
    transform: translateY( 100% );
  }
  100%{
    transform: translateY( 0px );
  }
}
.anime-up.displayed span{
  animation: showText 1s backwards;
  display: inline-block;
}
.anime-up.displayed > span{
  overflow: hidden;
}
.anime-up.displayed > span > span{
  animation: showTextFromBottom 0.5s backwards;
}



