@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 top
==================================================================================*/

body {
	overflow-x: hidden;
}
.floating {
	position: fixed;
	right: 8px;
	bottom: 90px;
	display: none;
	z-index: 99999999;
}
.floating a {
	display: block;
	color: #fff;
	background: #000;
	font-size: 12px;
	padding: 20px 10px;
	text-decoration: none;
	text-align: center;
	opacity: 0.6;
	width: 60px;
	height: 40px;
	border-radius: 50%;
	font-weight: bold;
}
.floating a:hover {
	opacity: 1;
}

.floating p.kusitubtn{
	padding-top: 10px;
	letter-spacing : normal;
}

.floating02 {
	position: fixed;
	right: 8px;
	bottom: 90px;
	display: none;
	z-index: 99999999;
}
.floating02 a {
	display: block;
	color: #fff;
	background: #000;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 10px;
	text-decoration: none;
	text-align: center;
	opacity: 0.6;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-weight: bold;
}
.floating02 a:hover {
	opacity: 1;
}

.floating02 p.kusitubtn{
	padding-top: 10px;
	letter-spacing : normal;
}

#swiper1{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	
}


#swiper1 .swiper-slide02{
margin: 0;
	padding: 0;
}

#swiper1 .swiper-slide02 p{
	color: #000000;
	font-size: 12px;
}


/* 前へ次への矢印カスタマイズ */
#swiper1 .swiper-button-prev::after,
#swiper1 .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/* 前への矢印カスタマイズ */
#swiper1 .swiper-button-prev::after {
  border-bottom: 10px solid transparent;
  border-right: 20px solid #000;
  border-top: 10px solid transparent;
	left: -10px;
}
/* 次への矢印カスタマイズ */
#swiper1 .swiper-button-next::after {
  border-bottom: 10px solid transparent;
  border-left: 20px solid #000;
  border-top: 10px solid transparent;
	right: -10px;
}

#top .image {
  position: relative;
}
#top .main-visual {
  position: relative;
  height: 100vh;
}
#top .main-visual .bg {
  opacity: 0;
  display: none;
}
#top .main-visual .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .main-visual .slides.on .txt {
  opacity: 1;
}
#top .main-visual .slides.on .caption {
  opacity: 1;
}
#top .main-visual .slides.on .image {
  filter: blur(0px);
  transform: scale(1);
  opacity: 1;
}
#top .main-visual .txt {
  position: absolute;
  top: 14%;
  right: 11%;
  width: 29.5625%;
  opacity: 0;
  transition: opacity 1.2s;
}
#top .main-visual .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(imgs/mv-img01.jpg) center bottom;
  background-size: cover;
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
  transform: scale(1.05);
  filter: blur(10px);
  opacity: 0;
}
#top .main-visual .img02 {
  background-image: url(imgs/mv-img02.jpg);
}
#top .main-visual .img03 {
  background-image: url(imgs/mv-img03.jpg);
}
#top .main-visual .caption {
  opacity: 0;
}
#top .main-visual .slide01 .txt {
  top: auto;
  left: 5%;
  bottom: 5%;
  right: auto;
}
#top .main-visual .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #005221;
  transition: left 6s 7s;
}
#top .main-visual .cover .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14.625%;
}
@media screen and (max-width: 768px) {
  #top .main-visual .cover .img {
    width: 28.625%;
  }
}
#top .main-visual.on .cover {
  left: -2%;
  clip-path: url(#lower-pc-big-svg);
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  #top .main-visual.on .cover {
    clip-path: url(#lower-pc-svg);
  }
}
@media screen and (max-width: 768px) {
  #top .main-visual.on .cover {
    clip-path: url(#lower-sp-big-svg);
  }
}
@media screen and (max-width: 500px) {
  #top .main-visual.on .cover {
    clip-path: url(#lower-sp-svg);
  }
}
#top .main-visual .hidden {
  position: absolute;
  width: 140%;
  height: 100%;
  z-index: -1;
}
#top .apeals {
  background: url(imgs/apeal-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 47px 0 47px;
}
#top .apeals .text02 {
  max-width: 1154px;
}
#top .box-inner .in {
  padding: 80px 5% 50px;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 900px;
  width: 80%;
  position: relative;
}
#top .box-inner .in:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: 1px;
  height: 100px;
  background-color: #fff;
  bottom: 100%;
}
#top .top-annotation {
  padding: 88px 0 88px;
  text-align: center;
  font-size: 14px;
  line-height: 2.25;
}
#top .information {
  margin: 0 auto 207px;
  width: 90%;
  max-width: 1000px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
#top .information .box-inner {
  padding: 97px 0 270px;
  background: url(imgs/info-bg.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: -200px;
}
#top .information .text-nextday {
  font-size: 14px;
  padding-bottom: 35px;
}
#top .information .inner {
  margin: 0 auto;
  max-width: 620px;
}
#top .information .title {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 20px;
  font-weight: normal;
}
#top .information .text01 {
  font-size: 24px;
  line-height: 1.8;
}
#top .information .text01 span {
  font-size: 10px;
  line-height: 1.4;
}
#top .information .box {
  margin-bottom: 50px;
  border: 1px solid;
  padding: 20px 50px;
  display: inline-block;
}
#top .information .text02 {
  font-size: 20px;
  line-height: 1.9;
  padding-top: 20px;
  padding-bottom: 10px;
}
#top .information .text03 {
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.7;
}
#top .information .text04 {
  font-size: 16px;
  line-height: 1.8;
  padding: 20px 0 40px;
}
#top .information .text04 .mini {
  font-size: 13px;
  display: inline-block;
  padding-top: 20px;
  line-height: 1.5;
}
#top .information .line {
  position: relative;
  padding-bottom: 40px;
}
#top .information .line:after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 80px;
  background: #20262a;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#top .information .yokoku {
  padding: 30px 0 43px;
  position: relative;
}
#top .information .yokoku-title {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 4px;
}
#top .information .yokoku-text {
  font-size: 14px;
  line-height: 2;
}
#top .information .apology {
  position: relative;
}
#top .information .apology-title {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 4px;
}
#top .information .apology-text {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 43px;
}
#top .information .remote {
  padding: 99px 5% 0px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
  position: relative;
  background: #fff;
  color: #005221;
}
#top .information .remote .button {
  padding-bottom: 87px;
  max-width: 320px;
  margin: 0 auto;
}
#top .information .remote::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #005221;
  pointer-events: none;
}
#top .information .remote .remote-title {
  font-weight: normal;
  text-align: center;
  padding-bottom: 32px;
  font-size: 16px;
}
#top .information .remote .remote-title .inner {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
}
#top .information .remote .remote-title .inner::after, #top .information .remote .remote-title .inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background-color: #005221;
  top: 50%;
}
#top .information .remote .remote-title .inner::after {
  left: 100%;
}
#top .information .remote .remote-title .inner::before {
  right: 100%;
}
#top .information .remote .symbol {
  margin: 0 auto;
  padding-bottom: 16px;
  max-width: 236px;
}
#top .information .remote .flavor {
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 35px;
  text-align: center;
}
#top .information .remote .lead {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 35px;
  text-align: center;
}
#top .information .remote .points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 40px;
}
#top .information .remote .points li {
  width: 30%;
  margin-right: 2%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid #005221;
}
#top .information .remote .points li:last-child {
  margin-right: auto;
}
#top .information .remote .points p {
  font-size: 14px;
  line-height: 1.2;
}
#top .information .remote .text01 {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 60px;
}
#top .content {
  background-image: url(imgs/lower-bg.png);
  background-color: #bbaea1;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  #top .content {
    background-size: cover;
    background-attachment: fixed;
  }
}
#top .panel-concept {
  position: relative;
  height: 340vh;
}
#top .panel-concept .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  background: url(imgs/concept-bg.jpg) center;
  background-size: cover;
}
#top .panel-concept .bg.fixed {
  position: fixed;
}
#top .panel-concept .bg img {
  opacity: 0;
}
#top .panel-concept .bg .empty {
  position: absolute;
  background-color: #000;
  opacity: 1;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.2s;
  opacity: 0;
}
#top .panel-concept .body {
  position: absolute;
  top: 200vh;
  text-align: center;
  left: 5%;
  width: 90%;
  color: #bbaea1;
}
#top .panel-concept .body .mark {
  margin: 0 auto;
  width: 16%;
  padding-bottom: 30px;
}
#top .panel-concept .body .title {
  font-size: 29px;
  padding-bottom: 57px;
  margin-bottom: 48px;
  position: relative;
  font-weight: normal;
}
#top .panel-concept .body .title::after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #a5bba1;
  transform: translate(-50%, -50%) rotate(45deg);
}
#top .panel-concept .text {
  font-size: 18px;
  line-height: 3.3;
}
#top .panels {
  position: relative;
  z-index: 2;
  background-color: #a5bba1;
  background-image: url(imgs/lower-bg.png);
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #top .panels {
    background-attachment: fixed;
  }
}
#top .panels .fix-items {
  position: absolute;
  top: 10vh;
  left: 40px;
  width: 165px;
  z-index: 3;
}
#top .panels .fix-items .mark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding-top: 25px;
  width: 135px;
}
#top .panels .fix-items .bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background-color: #d5d5d5;
  height: 80vh;
}
#top .panels .fix-items .bar .progress {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 0px;
  background-color: #005221;
}
#top .panels .content {
  display: flex;
  justify-content: space-between;
  background: transparent;
}
#top .panels .header {
  position: relative;
}
#top .panels .title {
  font-size: 97px;
  font-weight: normal;
  position: absolute;
  top: 0%;
  transform: translateY(-50%);
  z-index: 4;
}
#top .panels .lead {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 22px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  letter-spacing: 0.2em;
  margin: 0 auto;
  width: 25px;
}
#top .panels .lead::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  height: 60px;
  width: 1px;
  background-color: #fff;
}
#top .panels .text {
  font-size: 14px;
  line-height: 3.4;
  padding-bottom: 20px;
}
#top .panels .link a {
  margin-right: 0;
}
#top .panels .float-img {
  position: absolute;
  top: 0;
  right: 40px;
}
#top .panel-location {
  padding: 150px 120px 150px 250px;
}
#top .panel-location .content {
  margin-right: 10%;
}
#top .panel-location .header {
  margin-top: 50px;
  width: 60%;
}
#top .panel-location .float-img {
  top: 80px;
  width: 18%;
}
#top .panel-access {
  padding: 150px 0 150px 29%;
  background-color: #fff;
}
#top .panel-access p,
#top .panel-access h3 {
  color: #005221;
}
#top .panel-access .caption {
  color: #fff;
}
#top .panel-access .content {
  padding-right: 10%;
}
#top .panel-access .header {
  order: 2;
  margin-top: 50px;
  width: 62%;
}
#top .panel-access .lead::after {
  background-color: #005221;
}
#top .panel-access .float-img {
  top: auto;
  bottom: 100px;
  left: 0;
  right: auto;
  width: 26%;
}
#top .panel-plan {
  padding: 150px 150px 150px 0px;
	
}
#top .panel-plan .content {
  margin-right: 20%;
}
#top .panel-plan .header {
  margin-top: 50px;
  width: 70%;
  align-self: flex-end;
}
#top .panel-plan .header .title {
  left: 280px;
}
#top .panel-plan .float-img {
  top: 80px;
  width: 20%;
}
#top .panel-design {
  padding: 150px 0px 150px 29%;
  background-color: #fff;
	color: #005221;
}
#top .panel-design .content {
	margin-right: 10%;
	margin-left: 10%;
}
#top .panel-design .header {
  order: 2;
  margin-top: 50px;
  width: 60%;
}
#top .panel-design .float-img {
  top: auto;
  bottom: 100px;
  left: 0;
  right: auto;

  width: 32%;
}

#top .panel-design p,
#top .panel-design h3 {
  color: #005221;
}
#top .panel-design .lead::after {
  background-color: #005221;
}

#top .pageAnnotationArea {
  background-color: #a5bba1;
  position: relative;
  z-index: 2;
}
#top .pageAnnotation {
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #top .content {
    padding-top: 0;
    background-image: url(imgs/lower-bg-sp.png);
  }
}

/*==================================================================================
 top-sp
==================================================================================*/
@media (max-width: 768px) {
  #top .main-visual .image {
    background-image: url(imgs/mv-img01-sp.jpg);
    transform: scale(1.03);
  }
  #top .main-visual .slides.on .image {
    transform: scale(1);
  }
  #top .main-visual .img02 {
    background-image: url(imgs/mv-img02-sp.jpg);
  }
  #top .main-visual .img03 {
    background-image: url(imgs/mv-img03-sp.jpg);
  }
  #top .main-visual .txt {
    position: absolute;
    top: auto;
    bottom: 5% !important;
    right: auto;
    left: 5% !important;
    width: 66.6666666667%;
  }
  #top .apeals {
    background-image: url(imgs/apeal-bg-sp.jpg);
    padding: 38px 10% 30px;
  }
  #top .box-inner .in {
    padding: 40px 5% 50px;
    border: none;
    width: auto;
  }
  #top .box-inner .in:after {
    height: 100px;
  }
  #top .top-annotation {
    padding: 88px 0 48px;
    font-size: 14px;
  }
  #top .information {
    margin: 0 auto 80px;
    width: 100%;
  }
  #top .information .box-inner {
    padding: 97px 0 20px;
    background: transparent;
    width: 90%;
    margin: 0 auto 70px;
    border-bottom: 1px solid #fff;
  }
  #top .information .title {
    padding-bottom: 20px;
  }
  #top .information .text01 {
    font-size: 22px;
    line-height: 1.9;
  }
  #top .information .text01 span {
    display: block;
    line-height: 1.9;
  }
  #top .information .text02 {
    font-size: 24px;
  }
  #top .information .text03 {
    padding-bottom: 40px;
    font-size: 14px;
  }
  #top .information .text04 {
    font-size: 16px;
    padding: 20px 0 40px;
  }
  #top .information .text04 .mini {
    font-size: 13px;
    padding-top: 20px;
    line-height: 1.5;
  }
  #top .information .line {
    padding-bottom: 40px;
  }
  #top .information .remote {
    padding: 99px 5% 0px;
    width: auto;
  }
  #top .information .remote::after {
    display: none;
  }
  #top .information .remote .button {
    padding-bottom: 87px;
    max-width: 320px;
  }
  #top .information .remote .remote-title {
    padding-bottom: 32px;
    font-size: 16px;
  }
  #top .information .remote .remote-title .inner {
    padding: 10px 15px;
  }
  #top .information .remote .symbol {
    padding-bottom: 16px;
    max-width: 236px;
  }
  #top .information .remote .flavor {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 35px;
  }
  #top .information .remote .lead {
    font-size: 18px;
    padding-bottom: 35px;
  }
  #top .information .remote .points {
    display: block;
    padding-bottom: 20px;
  }
  #top .information .remote .points li {
    width: auto;
    margin-right: auto;
    display: block;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  #top .information .remote .points p {
    font-size: 14px;
  }
  #top .information .remote .text01 {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 60px;
  }
  #top .panel-concept {
    height: 340vh;
  }
  #top .panel-concept .bg {
    background-image: url(imgs/concept-bg-sp.jpg);
  }
  #top .panel-concept .body .mark {
    width: 39%;
    padding-bottom: 30px;
  }
  #top .panel-concept .body .title {
    font-size: 22px;
    padding-bottom: 50px;
    margin-bottom: 45px;
  }
  #top .panel-concept .body .title::after {
    width: 10px;
    height: 10px;
    background-color: #bbaea1;
  }
  #top .panel-concept .text {
    font-size: 16px;
    line-height: 2.1;
    text-align: left;
  }
  #top .panel-concept .text br {
    display: none;
  }
  #top .panels .fix-items {
    display: none;
  }
  #top .panels .content {
    display: block;
  }
  #top .panels .header {
    position: relative;
  }
  #top .panels .title {
    left: 5%;
    font-size: 54px;
  }
  #top .panels .lead {
    font-size: 18px;
    padding-top: 80px;
    padding-bottom: 40px;
    width: 25px;
  }
  #top .panels .lead::after {
    height: 60px;
  }
  #top .panels .text {
    font-size: 14px;
    line-height: 2.6;
    padding-bottom: 20px;
  }
  #top .panels .text {
    width: 90%;
    margin: 0 auto;
  }
  #top .panel-location {
    padding: 50px 0 50px 0px;
  }
  #top .panel-location .content {
    margin-right: 0%;
  }
  #top .panel-location .header {
    margin: 0px 0 100px;
    width: 77.7777777778%;
  }
  #top .panel-location .lead {
    margin-left: 30%;
  }
  #top .panel-location .float-img {
    top: 55%;
    width: 50%;
  }
  #top .panel-access {
    padding: 50px 0 50px 0;
    background-color: #fff;
  }
  #top .panel-access .content {
    padding-right: 0%;
  }
  #top .panel-access .header {
    margin-top: 0px;
    margin-bottom: 100px;
    margin-left: 5%;
    width: 90%;
  }
  #top .panel-access .float-img {
    bottom: auto;
    left: auto;
    right: 0;
    top: 55%;
    width: 50%;
  }
  #top .panel-access .lead {
    margin-left: 30%;
  }
  #top .panel-plan {
    padding: 50px 0 50px 0px;
  }
  #top .panel-plan .content {
    margin-right: 0%;
  }
  #top .panel-plan .header {
    margin-top: 0px;
    margin-bottom: 100px;
    width: 77.7777777778%;
  }
  #top .panel-plan .header .title {
    left: 5%;
  }
  #top .panel-plan .lead {
    margin-left: 30%;
  }
  #top .panel-plan .float-img {
    top: 55%;
    width: 50%;
  }
  #top .panel-design {
    padding: 50px 0 50px 0;
  }
  #top .panel-design .content {
    margin-right: 0%;
  }
  #top .panel-design .header {
    margin-top: 0px;
    margin-bottom: 100px;
    margin-left: 5%;
    width: 90%;
  }
  #top .panel-design .float-img {
    bottom: auto;
    left: auto;
    right: 0;
    top: 55%;
    width: 50%;
  }
  #top .panel-design .lead {
    margin-left: 30%;
  }
  #top .pageAnnotationArea {
    background-color: #bbaea1;
    position: relative;
    z-index: 2;
  }
  #top .pageAnnotation {
    font-size: 11px;
    line-height: 1.5;
  }
}/*# sourceMappingURL=top.css.map */





.menu-hambeger {
		height: 100vh;
		max-width: 536px;
		width: 100%;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 999;
		padding-top: 1.5%;
		padding-bottom: 7.5%;
		padding-left: 3.4%;
		padding-right: 0;
		visibility: hidden;
		opacity: 0;
		transition: all 0.4s;
	display: none;
	}

	.menu-hambeger.active {
		opacity: 1;
		visibility: visible;
		display: block;
	}

	.menu-hambeger:after {
		 background-color: rgba(3,82,35,0.8);
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		transition: all 0.4s;
		transform: translateX(100%);

	}

	.menu-hambeger.active:after {
		transform: translateX(0);
	}



	.menu-body {
		width: 100%;
		height: 100%;
		margin-left: auto;
		position: relative;
		z-index: 1;
		transition: all 0.8s 0.75s;
		opacity: 0;
		visibility: hidden;
		overflow-y: scroll;
	}

	.menu-hambeger.active .menu-body {
		opacity: 1;
		visibility: visible;
	}

	.menu-body .links img {
width: 50%;
		height: auto;
	}

	.menu-body .links li {
		opacity: 0;
		visibility: hidden;
		transition: all 0.4s;
		transform: translateY(105%);
	}

	/*.menu-body .links li:nth-child(1) { transition-delay:1.1s; }
	.menu-body .links li:nth-child(2) { transition-delay:1.2s; }*/
	.menu-hambeger.active .menu-body .links li {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.menu-body .navs-ttl {
		border-bottom: 0.5px solid #F8F7F6;
		color: #F8F7F6;
		font-size: 1rem;
		font-family: 'Cinzel', 'Noto Serif JP', serif;
		margin: 30px 0;
		max-width: 300px;
		width: 100%;
	}

	.menu-body .navs {
		display: flex;
		flex-direction: column;
		margin-bottom: 50px;
		padding-left: 41px;
	}



	.menu-body .navs li {
		display: block;
		margin-bottom: 12px;
		opacity: 0;
		visibility: hidden;
		transition: all 0.4s;
		transform: translate(-10px, 105%);
	}

	.menu-body .navs li:after {
				content: "";
		display: inline-block;
		position: absolute;
		left: -39px;
		top: 50%;
		transform: translateY(-50%);
		color: #bda586;
		font-size: 1rem;
		font-family: 'Cinzel', 'Noto Serif JP', serif;
		line-height: 1;
		opacity: 0;
	}

	.menu-body .navs li.new:after {
		opacity: 1;
	}

	/* .menu-body .navs li.off {
		opacity: 0.3 !important;
		pointer-events: none;
	} */

	/*.menu-body .navs li:nth-child(1) { transition-delay:1.00s; }
	.menu-body .navs li:nth-child(2) { transition-delay:1.05s; }
	.menu-body .navs li:nth-child(3) { transition-delay:1.10s; }
	.menu-body .navs li:nth-child(4) { transition-delay:1.15s; }
	.menu-body .navs li:nth-child(5) { transition-delay:1.20s; }
	.menu-body .navs li:nth-child(6) { transition-delay:1.25s; }
	.menu-body .navs li:nth-child(7) { transition-delay:1.30s; }
	.menu-body .navs li:nth-child(8) { transition-delay:1.35s; }
	.menu-body .navs li:nth-child(9) { transition-delay:1.40s; }
	.menu-body .navs li:nth-child(10) { transition-delay:1.45s; }*/
	.menu-hambeger.active .menu-body .navs li {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 0);
	}

	.menu-body .navs li a {
		display: inline-block;
		position: relative;
		/* overflow: hidden; */
		min-width: 200px;
	}
	.menu-body .navs li.off a {
		display: inline-block;
		position: relative;
		/* overflow: hidden; */
		min-width: 200px;
		pointer-events: none;
		cursor: default;
	}

	.menu-body .navs li span {
		display: block;
		font-size: 1.2rem;
		line-height: 1.2;
		letter-spacing: 0.09em;
		transition: all 0.4s;
		white-space: nowrap;
		position: relative;
		font-family: 'Noto Serif JP', serif;
	}

	/* .menu-body .navs li.atarashie span {
		font-family: "Cormorant Garamond", serif;
	} */

	.menu-body .navs li span:before {
		background: #e8e8d7;
		content: "";
		display: inline-block;
		height: 0.5px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		opacity: 0;
	}

	.menu-body .navs li.on span:before {
		opacity: 1;
	}


	.menu-body .navs li span:first-child {
		color: #e8e8d7;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 1;
		visibility: visible;
	}

	.menu-body .navs li.off span:first-child {
		opacity: 0.5;
		cursor: default;
	}
	.menu-body .navs li.off a:hover {
		opacity: 1;
		cursor: default;
	}

	.menu-body .navs li a:hover span:first-child {
		opacity: 0;
		visibility: hidden;
	}

	.menu-body .navs li span:last-child {
		display: inline-block;
		opacity: 0;
		visibility: hidden;
		color: #e8e8d7;
	}
	


	.menu-body .navs li a:hover span:last-child {
		/* opacity: 0; */
		opacity: 1;
		visibility: visible;
	}
	.menu-body .navs li.off a:hover span:last-child {
		/* opacity: 0; */
		opacity: 0;
	}


	.menu-body .navs-foot {
		padding-left: 23px;
	}

	.menu-body .btns {
		max-width: 400px;
	}

	.menu-body .btns .items {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 5px;
	}

	.menu-body .btns li {
		max-width: 274px;
		width: 100%;
	}

	.menu-body .btns a {
		display: block;
		text-align: center;
		color: #37373B;
		background: linear-gradient(90deg, rgba(200, 201, 202, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(200, 201, 202, 1) 100%);
		padding: 3px 17px;
		width: 100%;
		font-size: 1.4rem;
		letter-spacing: 0.02em;
		transition: opacity .4s;
		font-family: 'Noto Serif JP', serif;
	}


	.menu-body02 .btns {
		position: fixed;
		right: 5px;
		top: 50%;
		z-index: 999;
		transform: translateY(-50%);
	}

	.menu-body02 .btns li {
		margin-bottom: 6px;
		position: relative;
		width: 50px;
	}

	.menu-body02 .btns li {
		opacity: 0;
		visibility: hidden;
		margin-bottom: 6px;
		transition: all 0.4s;
		transform: translateY(50px);
	}

	/*body.loaded .menu-body02 .btns li:nth-child(1) { transition-delay:1.1s; }
	body.loaded .menu-body02 .btns li:nth-child(2) { transition-delay:1.2s; }
	body.loaded .menu-body02 .btns li:nth-child(3) { transition-delay:1.3s; }*/
	body.loaded .menu-body02 .btns li {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.menu-body02 .btns li:before {
		background: rgba(0, 0, 0, 0.75);
		content: "";
		display: block;
		height: 0;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
		-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
		transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
	}

	.menu-body02 .btns li:hover:before {
		height: 100%;
	}

	.menu-body02 .btns li a {
		background: rgba(000, 000, 000, 0.4);
		border: 1px solid #fff;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		min-height: 140px;
		padding: 3px 0;
		position: relative;
		z-index: 1;
		text-decoration: none;
		text-align: center;
		transition: 0.2s;
	}

	.menu-body02 .btns li:hover a {
		color: #fff;
	}

	.menu-body02 .btns li a span {
		text-orientation: upright;
	}

	.menu-body .contact {
		opacity: 0;
		visibility: hidden;
		margin-top: 48px;
		transition: all 0.4s 1.1s;
		transform: translateY(105%);
		padding-left: 5px;
	}

	.menu-body .contact a {
		transition: opacity .4s;
		font-size:16px; 
	}

	.menu-hambeger.active .menu-body .contact {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 0);
	}

	.menu-body .contact .ttl {
		color: #d5d1c9;
		font-size: 1rem;
		letter-spacing: 0.02em;
		margin-bottom: 6px;
	}

	.menu-body .contact .txt {
		color: #fff;
	}

	.menu-body .contact .txt a{
		color: #fff;
		font-size: 32px;
	}


	.menu-body .contact .txt img {
		height: 32px;
		margin-bottom: 5px;
	}

	.menu-body .contact .txt span {
		display: block;
		font-size: 0.8rem;
		line-height: 1.4;
		letter-spacing: 0.02em;
	}


}
