@charset "UTF-8";

/* CSS Document */
body {
  color: #333;
  /* RGB */
  font-family: 'Noto Sans Myanmar';
  font-weight: 500;
  font-size: 13px;
  line-height: 2.4rem;
  background-color: #F7F4ED !important;
  -webkit-font-smoothing: antialiased;
}

#js-mouse {
  pointer-events: none;
  position: fixed;
  top: -25px; 
  left: -25px;
  width: 50px;
  height: 50px;
  background-color:rgba(208,116,116,0.5);
  border-radius: 50%;
  transform: translate(0,0) scale(1.1);
  transition: all 0.3s ease-out;
  z-index: 9999;
  opacity: 0;
}

#js-mouse.js-hover {
  width: 70px;
  height: 70px;
  background-color:rgba(41,70,57,0.5);
  
}

main {
  margin: 50px;
}

.fade .animation-bg {
  background: #294639;
  color: #D07474;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation-name: PageAnime-fade;
  animation-duration: 0.3s;
  animation-delay: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}

@keyframes PageAnime-fade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}

.hover:hover {
  color: #D07474;
}

.menu {
  width: 70%;
  height: 90vh;
  position: fixed;
  top: 7%;
  left: 5%;
  z-index: 99999;
}

.menu-button {
  top: 8%;
  position: fixed;
  right: 6%;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  z-index: 99999;
}

.hamburger {
  width: 30px;
  height: 25px;
  position: absolute;
  top: 17px;
  right: 15px;
  z-index: 100;
}

.hamburger_bar {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: #000;
  transition: top 0.24s, transform 0.24s, opacity 0.24s;
}

.hamburger_bar:nth-child(1) {
  top: 0;
}

.hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger_bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

.hamburger_bar.is_active {
  color: #fff;
}

.hamburger_bar.is_active:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  background: #fff;
}

.hamburger_bar.is_active:nth-child(2) {
  transform: translate(50%, -50%);
  opacity: 0;
  background: #fff;
}

.hamburger_bar.is_active:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  background: #fff;
}

.nav {
  width: 95vw;
  height: 95vh;
  position: fixed;
  top: 3%;
  left: 2%;
  bottom: 0;
  right: 0%;
  z-index: 99;
  background: #294639;
  border-radius: 60px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.24s;
  pointer-events: none;
  align-items: center;
}

.nav-menu_left {
  display: flex;
  flex-direction: column;
  width: 20%;
  height: 100%;
  justify-content: center;
  padding-left: 5%;
  font-size: 12px !important;
}

.nav-menu_logo {
  position: absolute;
  top: 6%;
  left: 5%;
  width: 18%;
}

.nav-menu_logo img {
  width: 30%;
}

.nav-menu_date {
  color: #fff !important;
  height: 40%;
  display: flex;
  align-items: flex-end;
  font-size: 12px !important;
}

.nav-menu_sns {
  height: 40%;
  display: flex;
  align-items: flex-end;
  color: #fff !important;
  font-size: 12px !important;
}

.nav-menu_sns a:hover {
  color: #D07474;
}

.nav-menu_right {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-menu_img {
  padding-left: 2%;
  width: 45%;
}

.nav-menu_img img {
  width: 100% !important;
}

.nav.is_active {
  opacity: 1;
  pointer-events: auto;
  position: fixed;
}

.nav-menu_ul {
  margin-left: 7%;
}

.nav-menu_ul ul li:nth-child(9) {
  margin-top: 40%;
}

.nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff !important;
}

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

/* リセットCSS */
button {
  border-color: transparent;
  background: transparent;
  cursor: pointer;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}


.en {
  color: #141414;
  font-family: 'Prompt';
  font-weight: 400;
  font-size: 16px;
}

.jp {
  font-size: 13px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header ul li a {
  color: #141414;
  font-family: 'Prompt';
  font-weight: 400;
  font-size: 12px;
}

.logo {
  width: 8%;
}

.logo a {
  width: 8%;
}

.logo img {
  width: 90%;
  padding-left: 30%;
}

.main-menu {
  display: flex;
  flex-direction: row;
  width: 80%;
}

.menu-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 7%;
  width: 30%;
}

.menu img {
  width: 40%;
}

.footer {
  background-color: #294639;
  display: flex;
  flex-direction: row;
  padding: 5% 3% 3%;
}

.footer-l {
  width: 70vw;
}

.footer-l img {
  width: 20%;
  padding-bottom: 5%;
}

.footer-l ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-l ul li {
  list-style: none;
  font-family: 'Prompt';
  color: #fff;
  font-weight: 400;
  font-size: 12px;

}

.footer-l ul li:first-child {
  padding-right: 5%;
}

.footer-l ul li:last-child {
  width: 100%;
  padding-top: 2%;
}

.footer-r {
  width: 30vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
}

.footer-r img {
  width: 20%;
}

.footer-r p {
  list-style: none;
  font-family: 'Prompt';
  color: #fff;
  font-weight: 400;
  font-size: 12px;

}

.header {
  padding-top: 40px;
}

.h1 {
  padding-bottom: 17px;
}

.moon {
  margin-left: 50%;
  width: 1.5vw;
}

header ul {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: flex-end;
  padding-right: 10%;
}

header ul li {
  list-style: none;
  width: 33.33333%;
  text-align: right;
  font-size: 1.1vw;

}

.last-message_bg {
  width: 100%;
  overflow: hidden;
}

.last-message_bg img {
  width: 110%;
  height: 20%;
  margin-bottom: -1%;
}

.last-message_wrap {
  background-color: #F7F4ED;
  padding-top: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -2%;
}

.last-img {
  width: 45vw;
}

.last-img img {
  width: 100%;
}

.last-message_wrap p {
  padding-top: 3%;
  color: #294639;
  font-family: 'Prompt';
  font-weight: 400;
  font-size: 1.4vw;
}


@media(max-width:1025px){
  .header {
    padding-top: 60px;
}
.logo {
    width: 15%;
}
.menu-area {
    display: none;
}
.menu-button {
    top: 5%;
    right: 7%;
    position: fixed;
}
.nav-menu_logo {
  position: absolute;
    top: 4%;
    left: 9%;
    width: 30%;
}
.nav {
  width: 95vw;
  height: 96vh;
  position: fixed;
  top: 2%;
  left: 2%;
  bottom: 0;
  right: 0%;
  z-index: 99;
  background: #294639;
  border-radius: 30px;
  display: flex;
  opacity: 0;
  transition: opacity 0.24s;
  pointer-events: none;
  flex-direction: column;
  align-items: center;
}
.nav-menu_left {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 10%;
  justify-content: flex-end;
  font-size: 12px !important;
  align-items: center;
  padding-left: 0;
}
.nav-menu_date {
  color: #fff !important;
  height: 0%;
  display: flex;
  font-size: 12px !important;
  align-items: center;
  padding-bottom: 2%;
}
.nav-menu_sns {
  height: 8%;
  display: flex;
  align-items: flex-end;
  color: #fff !important;
  font-size: 12px !important;
}

.nav-menu_img img {
  display: block;
}
.nav-menu_img {
  /* padding-left: 2%; */
  width: 45%;
  margin: 0 auto;
}
.nav-menu_right {
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.nav-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 20px!important;
  color: #fff !important;
}


.nav-menu_ul {
  margin-top: 7%;
  margin-left: 3%;
}
}



@media(max-width:767px) {
  .en {
    color: #141414;
    font-family: 'Prompt';
    font-weight: 400;
    font-size: 13px;
}
.header {
  padding-top: 30px;
}
.logo img {
  width: 100%;
  padding-left: 50%;
}
.menu-button {
  top: 3%;
  position: fixed;
  right: 7%;
}
.jp {
  font-size: 12px;
}
.footer {
  background-color: #294639;
  display: flex;
  flex-direction: column;
  padding: 15% 5% 5%;
}
.footer-l img {
  width: 35%;
  padding-bottom: 10%;
}
.footer-l ul li:last-child {
  width: 100%;
  padding-top: 3%;
    padding-bottom: 10%;
    line-height: 1.7;
}
.footer-r {
  width: 100%;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-r p {
  list-style: none;
  font-family: 'Prompt';
  color: #fff;
  font-weight: 400;
  font-size: 10px;
}
.last-message_bg img {
  width: 110%;
  height: 20%;
  margin-bottom: -2%;
}

.nav-menu_img img {
  display: none;
}
.nav-menu_left {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 20%;
  justify-content: flex-end;
  font-size: 12px !important;
  align-items: center;
  padding-left: 0;
}
.nav-menu_right {
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.nav-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 16px!important;
  color: #fff !important;
}
.nav-menu_date {
  color: #fff !important;
  height: 0%;
  display: flex;
  font-size: 12px !important;
  align-items: center;
  padding-bottom: 5%;
}

}