.page-header__swiper {
    width: 100%;
    height: 100dvh;
}

.page-header__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 1000;
	font-size: 1.25vw;
}

.nav-plate{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    background: #2F4E3D;
    border-radius: 0.625rem;
    box-shadow: 0 0.125rem 0.375rem rgba(0,0,0,.15);
    line-height: 1.2;
}

.page-header-sp {
    display: none;
}

.page-header a {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-size: 1.5rem;
}

.page-header__nav {
    display: flex;
    align-items: center;
    position: fixed;
    top: 24px;
    right: 360px;
    gap: 0.5em;
    font-family: sans-serif;
    font-size: 1.0em;
}

.page-header__nav a {
    text-decoration: none;
    color: white;
	font-size: 1.0em;
}

.page-header__nav-divider {
    color: white;
    font-weight: normal;
}

.page-header__action-button--group {
    background-color: #749562 !important;
}

.page-header__hero-vertical-text {
    writing-mode: vertical-rl;
    /* 縦書き */
    text-orientation: upright;
    /* 文字を直立 */
    /* 半透明の白背景 */
    border-radius: 10px;
    padding: 1em;
    font-size: 1.2em;
    line-height: 1;
}

.page-header__hero-vertical-text>span {
    background-color: #fff;
    border-radius: 10px;
    padding: 0.5em;
    font-size: 4vh;
    box-sizing: border-box;
    display: inline-block;
}

.page-header__hero-vertical-text-2 {
    margin-top: 6.8em;
}

.page-header__hero {
    position: absolute;
    right: 340px;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 1em;
    z-index: 100;
    pointer-events: none;
}

.page-header__catchcopy {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 5vw 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100;
    pointer-events: none;
}

.page-header__catchcopy-text {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    background: linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)), url("../../img/mokume.png") no-repeat center center;
    padding: 0.5em 0.8em;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
}

.page-header__catchcopy-text div {
    text-align: center;
    margin: 0 0.2em;
}

.page-header__catchcopy-text img {
    width: 2em;
    height: 2em;
}

.page-header__catchcopy-location {
    font-size: 3em;
    font-weight: 600;
    color: #fff;
    background-color: #749562;
    padding: 0.3em 0.6em;
    margin-top: -0.5em;
    z-index: 100;
    border-radius: 10px;
}

.page-header__branding {
    position: fixed;
    top: 24px;
    right: 0px;
    z-index: 10000;
}

.page-header__branding img {
    width: 300px;
    margin-right: 16px;
}

.page-header__branding-link {
    height: fit-content;
}

.page-header__actions {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: auto;
    width: fit-content;
    pointer-events: auto;
}

.page-header__action-button {
    width: 100%;
    background-color: #2f4e3d;
    text-align: center;
    padding: 8px 24px;
    border-radius: 8px 0 0 8px;
    font-size: 1.2em;
    text-decoration: none;
    color: #fff;
}

/* header nav */
@media (min-width: 1024px){
  .page-header{
    position: absolute;
    z-index: 1000;
    padding: 0 1em;
    text-align: center;
  }

  header.page-header nav.page-header__nav > .nav-plate{
    align-items: center;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.875rem;
    padding-right: 0.875rem;

    background: #2F4E3D;
    border-radius: 0.625rem;
    box-shadow: 0 0.125rem 0.375rem rgba(0,0,0,.15);
    line-height: 1.2;
  }

  .page-header__nav .page-header__nav-divider{
    color: rgba(255,255,255,.6);
    margin: 0 0.25rem;
  }
  .page-header__nav a{
    color:#fff !important;
    text-decoration:none;
    border-radius: 0.375rem;
  }
  .page-header__nav a:hover,
  .page-header__nav a:focus-visible{
    background: rgba(255,255,255,.12);
    outline:none;
  }
}

/* HeaderMenuSOUTAITI
.nav-plate{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:0.75em !important;
  inline-size:100% !important;
  justify-content:center !important;
  font-size: clamp(12px, calc(1.4vw + 0.2rem), 16em) !important;
  padding: 0.6em 1em !important;
  border-radius: 9999px !important;
  box-shadow: 0 0.1em 0.4em rgba(0,0,0,.08) !important;
}
.nav-plate a,
.nav-plate .page-header__nav-divider{
  font-size: inherit !important;
}   うわあああああああああああ　
*/

/* top page img serect */
.swiper-pagination .swiper-pagination-bullet{
  background-color: #749562 !important;
  opacity: 1 !important;
}
