@charset "UTF-8";
section#banner-home {
  position: relative;
}
section#banner-home::after {
  content: "";
  width: 100%;
  height: 690px;
  background: linear-gradient(0deg, #e38727 0%, #e6501f 70%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.box-text-top-fixed {
  position: relative;
  width: 305px;
  height: 120px;
}

.box-text-top {
  position: fixed;
  top: 0;
  right: 0;
}

body.logged-in .box-text-top {
  top: 32px;
}

.banner-home {
  height: 800px;
  display: flex;
  align-items: center;
  position: relative;
}

.banner-home-after {
  z-index: 1;
  position: relative;
}
.banner-home-after::after {
  content: "";
  width: 422px;
  height: 547px;
  background-image: url(../images/index/after-banner-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: -120px;
  bottom: -97px;
  position: absolute;
  z-index: -1;
}
.banner-home-after::before {
  content: "";
  width: 388px;
  height: 794px;
  background-image: url(../images/index/after-banner-2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: -75px;
  bottom: -72px;
  position: absolute;
  z-index: -1;
}

.main-video {
  position: absolute;
  width: calc(100% - 160px);
  left: 80px;
  height: 100%;
  top: 0;
}

.main-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-banner {
  max-width: 617px;
  margin-top: 26px;
  position: relative;
  z-index: 2;
}

.header-main .logo-left .logo {
  position: relative;
}
.header-main .logo-left .logo::after {
  content: "";
  width: calc(50vw - 250px);
  min-width: 480px;
  height: 120px;
  background-image: url(../images/index/bg-logo.webp);
  background-size: 100% 100%;
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: -70px;
  z-index: -1;
}

.box-content-banner {
  display: flex;
  align-items: center;
  gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.box-content-banner::after {
  content: "";
  width: 691px;
  height: 332px;
  background-image: url(../images/index/after-img-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.box-content-banner img:nth-child(1) {
  width: 213px;
}

.box-content-banner img:nth-child(2) {
  width: 315px;
}

.name-company {
  text-align: center;
  background: -webkit-linear-gradient(0deg, #ef931a, #e3cd00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.8rem;
  letter-spacing: 0.3em;
  font-family: "Cinzel", serif;
  padding-top: 50px;
  padding-bottom: 135px;
}

.box-home-message {
  padding-top: 100px;
}

.home-message-inner {
  max-width: 550px;
  margin: 0 auto;
}

.img-message {
  position: absolute;
  left: -170px;
  top: 0;
}

.img-message.img-message-2 {
  right: -140px;
  left: auto;
  top: 140px;
}

a.btn.btn-main {
  min-width: 280px;
  min-height: 70px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(146, 129, 120, 0.3);
  border-radius: 35px;
  font-weight: 500;
  color: #00552e;
  width: -moz-fit-content;
  width: fit-content;
}
a.btn.btn-main::after {
  width: 28px;
  height: 28px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 20px;
  transition: 0.3s;
}
a.btn.btn-main:hover {
  background-color: #00552e;
  color: #fff;
}
a.btn.btn-main:hover::after {
  background-image: url(../images/index/icon-right-white.svg);
}
a.btn.btn-main.btn-home {
  border: 1px solid #00552e;
}
a.btn.btn-main.btn-blank::after {
  width: 20px;
  height: 20px;
  mask-image: url(../images/index/icon-blank.svg);
  -webkit-mask-image: url(../images/index/icon-blank.svg);
  background-color: #00552e;
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-image: unset;
}
a.btn.btn-main.btn-blank:hover::after {
  background-color: #fff;
}

.home-message {
  position: relative;
}
.home-message::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-message.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.box-home-news {
  display: flex;
}

.box-news-left {
  width: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  gap: 50px;
}
.box-news-left::after {
  content: "";
  width: calc(50vw - 220px);
  min-width: 520px;
  height: calc(100% + 40px);
  top: -20px;
  right: 0;
  background: linear-gradient(90deg, #e16122 0%, #ac4418 70%);
  position: absolute;
  z-index: -1;
}

.box-news-right {
  flex: 1;
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.box-news-right::after {
  content: "";
  width: calc(50vw + 220px);
  left: 0;
  height: 100%;
  position: absolute;
  z-index: -3;
  background-color: #fbe7de;
  top: 0;
}

.text-coming {
  font-size: 3.7rem;
  font-family: "Cinzel", serif;
  color: #0b5c31;
  margin-top: 80px;
  text-align: center;
}

.main-title-en {
  font-size: 9rem;
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: #eed1c6;
  line-height: 1;
}
.main-title-en span {
  color: #ee9775;
}
.main-title-jp {
  font-size: 3.8rem;
  letter-spacing: 0.075em;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0 35px;
  font-family: "BIZ UDPMincho", serif;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  color: #0b5c31;
}
.main-title-jp::after {
  content: "";
  width: 60px;
  height: 25px;
  background: transparent;
  border: 1px solid #0b5c31;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.main-title-jp::before {
  content: "";
  width: 60px;
  height: 25px;
  background: transparent;
  border: 1px solid #0b5c31;
  border-width: 0 0 1px 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-title.center .main-title-jp {
  margin: 0 auto;
}
.main-title.center .main-title-en {
  text-align: center;
}

#home-news {
  position: relative;
}
#home-news::after {
  content: "";
  width: 1317px;
  height: 100%;
  background-color: #fbe7de;
  position: absolute;
  z-index: -2;
  top: 0;
  left: -280px;
  clip-path: polygon(0 0, 61% 0, 100% 100%, 39% 100%);
  opacity: 0.5;
}
#home-news .main-title-jp {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
#home-news .main-title-jp::after {
  border-color: #fff;
}
#home-news .main-title-jp::before {
  border-color: #fff;
}

.home-project {
  padding: 55px 0 59px;
  position: relative;
  margin: 280px 0;
}
.home-project::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fcefdc;
  z-index: -3;
  position: absolute;
  top: 0;
  left: 0;
}
.home-project::before {
  width: 1700px;
  content: "";
  height: calc(100% + 80px);
  background: linear-gradient(0deg, #ee9513 0%, #b6680d 70%);
  position: absolute;
  z-index: -2;
  top: -40px;
  right: -900px;
  clip-path: polygon(0 0, 61% 0, 100% 100%, 39% 100%);
  transform: scaleX(-1);
  opacity: 0.9;
}
.home-project .main-title-en {
  color: #f6d8ac;
}
.home-project .main-title-en span {
  color: #ee9513;
}
.home-project .main-title-jp {
  margin-top: -20px;
}

.home-project-right {
  height: 480px;
  position: relative;
}

.img-project {
  position: absolute;
  width: calc(50vw - 60px);
  left: 40px;
  top: 0;
  height: 100%;
}
.img-project img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-project-left {
  max-width: 410px;
}

.reverse .img-project {
  left: auto;
  right: 40px;
}
.reverse .home-project-left {
  margin-left: 45px;
}
.reverse .home-project-left a.btn.btn-main {
  margin-left: 0;
}
.reverse.home-project::before {
  transform: none;
  left: -900px;
  right: auto;
}

.home-greeting.home-project::before {
  background: linear-gradient(0deg, #f2c31d 0%, #ba8814 70%);
}
.home-greeting.home-project::after {
  background-color: #fdf6dd;
}
.home-greeting .main-title-en {
  color: #f7e199;
}
.home-greeting .main-title-en span {
  color: #f2c31d;
}

.home-history.home-project::before {
  background: linear-gradient(0deg, #f4de26 0%, #bb9b1b 70%);
}
.home-history.home-project::after {
  background-color: #fdfadf;
}
.home-history .main-title-en {
  color: #f0e697;
}
.home-history .main-title-en span {
  color: #f2d424;
}

.home-donation.home-project::before {
  background: linear-gradient(0deg, #b1be19 0%, #888511 70%);
}
.home-donation.home-project::after {
  background-color: #f3f5dd;
}
.home-donation .main-title-en {
  color: #dadea9;
}
.home-donation .main-title-en span {
  color: #b1be19;
}

.home-event.home-project::before {
  background: linear-gradient(0deg, #529e3a 0%, #42602b 70%);
}
.home-event.home-project::after {
  background-color: #e5f1e2;
}
.home-event .main-title-en {
  color: #cce0c5;
}
.home-event .main-title-en span {
  color: #529e3a;
}

a.btn.btn-link {
  max-width: 360px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.home-link {
  padding-bottom: 210px;
  position: relative;
}
.home-link .main-title-en {
  color: #f5d8bd;
}
.home-link .main-title-en span {
  color: #ef8200;
}
.home-link::after {
  content: "";
  width: 100%;
  height: 980px;
  background-image: url(../images/index/bg-link.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
}

.box-link-footer {
  display: flex;
  justify-content: center;
}

a.link-footer {
  color: #fff;
  padding: 0 25px;
  border-right: 1px solid #fff;
  font-size: 1.7rem;
  font-weight: 500;
}

footer {
  position: relative;
}
footer::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #094d29;
  opacity: 0.8;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.box-logo-footer {
  padding: 40px 50px;
  background-color: rgba(255, 255, 255, 0.7);
}

.footer-logo {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.footer-logo-left {
  width: 368px;
}

.footer-center {
  width: -moz-fit-content;
  width: fit-content;
}

.footer-logo-right {
  width: 350px;
}

a.btn.btn-footer {
  min-height: 78px;
  border-radius: 39px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(146, 129, 120, 0.3);
  padding-right: 30px;
}
a.btn.btn-footer img {
  max-width: 255px;
}
a.btn.btn-footer::after {
  width: 28px;
  height: 28px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 20px;
}

.header-wrapper .header-main .main-menu .nav > li > a p {
  display: none;
}

.box-bg-dot {
  position: relative;
}
.box-bg-dot::after {
  content: "";
  width: 930px;
  height: 580px;
  background-image: url(../images/index/bg-dot.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -470px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -5;
}

.page-header-title {
  height: 400px;
  padding-top: 150px;
  position: relative;
}
.page-header-title::after {
  content: "";
  width: 292px;
  height: 236px;
  background-image: url(../images/index/after-3.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 25px;
  left: -180px;
}
.page-header-title::before {
  content: "";
  width: 217px;
  height: 298px;
  background-image: url(../images/index/after-4.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -43px;
  right: -127px;
}

.title-en {
  font-size: 7rem;
  font-family: "Cinzel", serif;
  text-align: center;
  color: #fff;
  letter-spacing: 0.075em;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.title-jp {
  font-size: 3.2rem;
  letter-spacing: 0.075em;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  font-family: "BIZ UDPMincho", serif;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  color: #0b5c31;
}
.title-jp::after {
  content: "";
  width: 48px;
  height: 20px;
  background: transparent;
  border: 1px solid #0b5c31;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}
.title-jp::before {
  content: "";
  width: 48px;
  height: 20px;
  background: transparent;
  border: 1px solid #0b5c31;
  border-width: 0 0 1px 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-header {
  position: relative;
}
.page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-page.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.sidebar-list {
  padding: 33px 0;
  position: relative;
}
.sidebar-list::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f3f5dd;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
}

.box-single-top {
  padding: 55px 50px 0;
  position: relative;
  background-color: #fff;
}
.box-single-top::after {
  content: "";
  width: 100%;
  height: 40px;
  border: 1px solid #00552e;
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.box-single-top::before {
  content: "";
  width: 620px;
  height: 580px;
  background-image: url(../images/index/bg-dot.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: none;
  position: absolute;
  top: -68px;
  z-index: -2;
  left: 50%;
  transform: translateX(-50%);
}

.post-content {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 75px;
  position: relative;
  background-color: #fff;
}
.post-content::before {
  content: "";
  width: 100%;
  height: 40px;
  border: 1px solid #00552e;
  border-top: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.post-content::after {
  content: "";
  width: 620px;
  height: 580px;
  background-image: url(../images/index/bg-dot.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: none;
  position: absolute;
  top: calc(100% - 78px);
  z-index: -2;
  left: 50%;
  transform: translateX(-50%);
}

.box-img-right p {
  margin: 0 auto;
  max-width: 281px;
}

.wp-block-image.img-info {
  position: relative;
  max-width: 281px;
  margin: 0 auto;
}
.wp-block-image.img-info::after {
  content: "";
  width: 310px;
  height: 141px;
  background: linear-gradient(-136deg, #f39d15 0%, #efd31f 100%);
  clip-path: polygon(45% 0, 100% 0, 55% 100%, 0% 100%);
  position: absolute;
  z-index: -1;
  bottom: -31px;
  right: -50px;
}
.wp-block-image.img-info.img-info-2::after {
  background: linear-gradient(-136deg, #99a63e 0%, #efd31f 100%);
}

section#page-content {
  padding: 40px 0 70px;
  position: relative;
}
section#page-content::after {
  content: "";
  width: 620px;
  height: 100%;
  background-image: url(../images/index/bg-dot.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -3;
}
section#page-content p {
  line-height: 2.185;
}

.box-table-info {
  padding: 30px 35px;
  border: 1px solid #157c40;
  border-radius: 20px;
  background-color: #fff;
  max-width: 500px;
}

.table-info {
  display: flex;
  margin-bottom: 25px;
}
.table-info:last-child {
  margin-bottom: 0;
}

.info-left {
  width: 64px;
  font-weight: bold;
  color: #157c40;
}

.info-right {
  flex: 1;
  padding-left: 16px;
  border-left: 1px solid #157c40;
  line-height: 1.56;
}

.box-link-event {
  padding: 45px 1px 40px;
  border-radius: 20px;
  position: relative;
}
.box-link-event::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-link-ev.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 20px;
}

/*※公開時、応援commentボタンは非表示*/
.comment-wrapper .toggle-button{
	display: none;
}

.comment-wrapper {
  position: fixed;
  top: 250px;
  right: 0;
  display: flex;
  z-index: 1000;
}

.toggle-button {
  background-color: #cc5b99;
  color: white;
  padding: 18px 18px;
  border: 1px solid #fff;
  writing-mode: vertical-rl;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  height: 250px;
}
.toggle-button span {
  height: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
  position: absolute;
  left: 50%;
  writing-mode: horizontal-tb;
  transform: translateX(-50%);
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.toggle-button span::after {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url(../images/index/icon-open.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.open .toggle-button span::after {
  background-image: url(../images/index/icon-close.svg);
}

.comment-panel {
  position: relative;
  width: 300px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  max-height: 400px;
  transition: margin-right 0.3s ease, opacity 0.3s ease;
  margin-right: -300px;
  /* Ẩn hoàn toàn */
  opacity: 0;
  pointer-events: none;
}

.comment-wrapper.open .comment-panel {
  margin-right: 0;
  opacity: 1;
  pointer-events: auto;
}

.comment-item {
  border-bottom: 1px solid #ccc;
  padding: 13px 15px;
}

.comment-item .date {
  float: right;
  color: #757575;
  font-size: 1.5rem;
  font-family: "Cinzel", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.comment-panel-inner {
  max-height: 250px;
  overflow: auto;
  padding: 5px 0;
}

.comment-name {
  margin-bottom: 6px;
  font-size: 1.5rem;
}

.box-menu-phone {
  display: flex;
  align-items: center;
}

nav.navbar.nav-main {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 18px;
  border-radius: 15px;
  margin-right: 28px;
}

.box-text-top {
  border-bottom-left-radius: 20px;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.box-text-top {
  padding: 16px 28px 13px;
  background: #fffad4;
}

.text-1 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
}

.text-2 {
  min-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  background: #157c40;
  border-radius: 3px;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 0 25px 1px;
  margin: 5px 0;
}

.box-text-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.text-3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #b54919;
  font-family: "Cinzel", serif;
}

.text-3 span {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-left: 4px;
}

.text-4 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #ef8200;
}/*# sourceMappingURL=style-2.css.map */