@charset "UTF-8";
/* CSS Document */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bd3628;
  background-image: url(../img/noise.png);
  background-repeat: repeat;
  background-attachment: fixed;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s;
}
#loading-video {
  max-width: 500px;
  width: auto;
  height: auto;
}
#loader-wrapper.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

main {
  background-color: transparent;
}
.fv {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url(../img/top/fv_bg.webp);
  position: relative;
  text-align: center;
  color: #f4f4f4;
  overflow: hidden;
}
.fv::before {
  content: "";
  display: block;
  max-width: 500px;
  width: 100vw;
  height: 100%;
  background-image: url(../img/top/fv_curtain_ue.webp);
  background-position: center 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 100;
  filter: drop-shadow(0px 13px 10px #00000090);
}
.fv h1 {
  width: 70%;
  position: absolute;
  top: 1.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 100;
}
.fv h1 img {
  width: 100%;
}
.fv_curtain_ue {
  background-attachment: fixed;
}
.fv_logo_tate {
  max-width: 123px;
  width: 31vw;
  margin-top: 26rem;
  position: relative;
  z-index: 10;
}
.fv_title {
  font-family: "Roboto", sans-serif;
  font-size: clamp(10px, 4.8vw, 19px);
  line-height: 2;
  font-weight: 400;
  color: #f4f4f4;
  padding-top: 7rem;
}
.fv_description {
  padding-bottom: 7rem;
  line-height: 2.3;
}
.fv_description p {
  padding-top: 3rem;
}
.fv_light {
  width: 50%;
  position: absolute;
  top: -60%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
.fv_maku_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv_maku {
  width: 50%;
  position: absolute;
  top: 0;
}
.fv_maku_l {
  left: 0;
}
.fv_logo_tate,
.fv_title,
.fv_description p,
.fv h1 {
  opacity: 0;
}

.project {
  background-color: #231f3f;
  color: #f4f4f4;
  padding: 6rem 0;
  position: relative;
}
.project h2 {
  color: #f4f4f4;
  padding: 6rem 0 2rem;
}
.project_img {
  padding: 0 0.5rem;
}
.project img {
  width: 100%;
  filter: drop-shadow(0px 13px 10px #000000);
}
.project_text {
  text-align: center;
  padding: 2rem 0 2rem;
}
.project .project_list {
  padding: 2rem;
}
.project .swiper-pagination-bullet {
  background-color: #a18342;
}
.project_light {
  width: 60vw;
  height: 60vw;
  border-radius: 50%;
  max-width: 280px;
  max-height: 280px;
  background-color: #e9dc523f;
  filter: blur(3px);
  mix-blend-mode: hard-light;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4rem;
  pointer-events: none;
  z-index: 10;
}

.news {
  padding: 6rem 3rem;
  position: relative;
  background-color: #f1efec;
}
.news-heading-divider {
  border-top: 1px solid #bd3628;
  margin: 2rem 0 0;
  position: relative;
  z-index: 1;
}
.news-date {
  opacity: 0.6;
}
.news-list-item {
  padding-top: 2rem;
}
.news-footer {
  text-align: right;
  margin-top: 2rem;
}
.news-all-link {
  border-bottom: 1px dotted #bd3628;
  color: #bd3628;
  line-height: 1;
  padding-bottom: 3px;
}
.news-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-link-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  margin-left: 10px;
  text-align: right;
  border: 1px solid #bd3628;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.news-link-icon::before,
.news-link-icon::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.1rem;
  background: #bd3628;
  position: absolute;
  top: calc(50% - 0.05rem);
  border-radius: 100px;
  transform: rotate(30deg);
  transform-origin: 100% 50%;
}
.news-link-icon::after {
  transform: rotate(-30deg);
}
.news-link:hover .news-link-icon {
  background-color: #bd3628;
}
.news-link:hover .news-link-icon::before,
.news-link:hover .news-link-icon::after {
  background: #f4f4f4;
}

.message {
  background-color: #bd3628;
  color: #f4f4f4;
  padding: 6rem 0;
}
.message h2 {
  color: #f4f4f4;
}
.message_list {
  margin-top: 2rem;
}
.message .message_list {
  padding: 0 25%;
}
.message_inner {
  background-color: #fff;
  color: #343434;
  padding: 2rem 1.5rem;
  border-radius: 2rem;
  height: 100vw;
  max-height: 270px;
  position: relative;
}
.message_name {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 1.5rem 2rem;
}
.message_list .swiper-wrapper {
  transition-timing-function: linear !important;
}

.greeting {
  position: relative;
  padding-bottom: 6rem;
  background-color: #f1efec;
}
.greeting h2 {
  align-items: flex-start;
  margin: 6rem 3rem 0;
}
.greeting img {
  width: 100%;
  position: relative;
}
.greeting_text {
  padding: 0 3rem;
  position: relative;
  z-index: 1;
}
.greeting_text_title {
  font-size: clamp(10px, 4.8vw, 17px);
  margin: 2rem 0;
}
.greeting_text p {
  padding-top: 1rem;
}
.greeting_text_name {
  margin-top: 2rem;
}

.book {
  padding: 6rem 3rem;
  background-color: rgb(226 188 134);
}
.book h2 {
  color: #273962;
}
.book_description p {
  padding-top: 2rem;
  text-align: center;
}
.book_title {
  color: #bd3628;
  font-size: clamp(10px, 4.8vw, 17px);
  font-weight: 600;
}
.book img {
  width: 70%;
  filter: drop-shadow(0px 4px 4px #00000025);
  padding-top: 1rem;
}
.book_text {
  padding-top: 1rem;
  font-size: clamp(10px, 3.56vw, 12px);
}
.book_contents {
  background-color: #ffffff;
  text-align: center;
  padding: 2rem 0;
  margin-top: 3rem;
  filter: drop-shadow(0px 10px 10px #00000035);
  border-radius: 2rem;
}
.book .btn-more {
  margin-top: 2rem;
}

.history {
  background-color: #bd3628;
  color: #f4f4f4;
  padding: 6rem 2.5rem;
}
.history h2 {
  color: #f4f4f4;
}
.history_description {
  text-align: center;
  padding-top: 1.5rem;
}
.history_list {
  padding-top: 2rem;
}
.history-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3rem;
  position: relative;
}
.history_text {
  flex-basis: 48%;
  position: relative;
}
.history-image-wrapper {
  flex-basis: 52%;
}
.history-image-wrapper img {
  width: 100%;
  filter: drop-shadow(0px 4px 4px #00000025);
}
.history-year {
  line-height: 1.5;
}
.history-year span {
  display: block;
  opacity: 0.5;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(10px, 10.1vw, 40px);
}
.history-detail {
  line-height: 1.5;
  padding-top: 1rem;
}
.border-line {
  position: absolute;
  width: 2px;
  height: 0;
  top: min(36vw, 157px);
  background: url(../img/top/line_white.svg);
  background-repeat: repeat-y;
}
.border-line_first {
  top: min(41vw, 178px);
  height: 0;
}

.thanks {
  padding-bottom: 6rem;
  position: relative;
  background-color: #f1efec;
}
.thanks img {
  width: 100%;
  position: relative;
}
.thanks h2 {
  align-items: flex-start;
  padding: 3rem 3rem 2rem;
}
.thanks_description {
  padding: 0 3rem;
  position: relative;
}

.dp {
  background-color: #273962;
  color: #f4f4f4;
  padding-bottom: 6rem;
}
.dp img {
  width: 100%;
}
.dp h2 {
  color: #f4f4f4;
  padding-top: 3rem;
}
.dp_description {
  text-align: center;
  padding-top: 2rem;
}
.dp_description p {
  padding-top: 1rem;
}

.campaign {
  padding: 6rem 3rem 10rem;
  position: relative;
  background-color: #f1efec;
}
.campaign h2 {
  color: #a18342;
}
.campaign_description {
  text-align: center;
  position: relative;
  padding-top: 2rem;
}
.campaign_list {
  margin-top: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.campaign_item {
  border-radius: 5%;
  width: clamp(200px, 76vw, 320px);
  height: clamp(200px, 76vw, 320px);
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.campaign img {
  border-radius: 1rem;
  width: 100%;
  filter: drop-shadow(0px 4px 4px #00000025);
}
.campaign_text {
  font-size: 30px;
  font-family: "garamond-premier-pro-display", serif;
}
.cs {
  background-color: #f4f4f4;
}

