@charset "UTF-8";
:root {
  --main-gutter: 12px;
  --main-position: center;
  --main-lh: 1.5;
  --main-font-family: "Mango", sans-serif;
  --main-font-weight: 300;
  --sub-font-family: "Inter", sans-serif;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body.horizontal #section_to-pin {
  position: fixed;
  top: 0;
  left: 0;
}

.section {
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.section .section_to-pin {
  height: 100vh;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.section .section_pin {
  height: 100vh;
  justify-content: flex-start;
  /* align-items: center; */
  will-change: transform;
}

.section .section_pin .page_title_wrapper {
  width: 79.8vh;
  padding-left: 12vh;
  /* 664/832=0.7980769230769231 */
}

.section .section_pin .section_title_wrapper {
  white-space: nowrap;
  padding: 0 10vh 0 30vh;
  /* 664/832=0.7980769230769231 */
}

.section .grid-container {
  width: 100%;
}

.c-section__titleH1,
.c-section__titleH2 {
  font-size: clamp(20px, 4.56vh, 38px);
  color: #333;
  font-weight: 400;
  font-size: clamp(20px, 4.56vh, 38px);
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.c-section__text {
  font-size: clamp(14px, 2.16vh, 18px);
  color: #555;
  font-weight: 400;
  font-size: clamp(14px, 2.16vh, 18px);
  letter-spacing: 0.02em;
  line-height: 1.65;
  padding: clamp(20px, 6.37vh, 53px) 0 0 clamp(20px, 4.8vh, 40px);
}

.c-contents-section-end {
  padding-right: 10vh;
}

@media screen and (max-width: 768px) {
  .section .section_pin .page_title_wrapper {
    width: auto;
    padding: 0 25vw 0 7vw;
    white-space: nowrap;
  }
  .section .section_pin .section_title_wrapper {
    width: auto;
    padding: 0 25vw 0 50vw;
    white-space: nowrap;
    /* 664/832=0.7980769230769231 */
  }
  .c-section__text {
    font-size: clamp(14px, 2.16vh, 18px);
    margin: 3em 0 0 0;
    padding: 0 0 0 20px;
    white-space: nowrap;
  }
  .c-section__text + .c-section__text {
    margin-top: 1em;
  }
  .c-contents-section-end {
    padding-right: 5vw;
  }
}
.c-snsLink {
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 20px;
  align-items: flex-end;
  pointer-events: none;
}

.c-snsLinkItems {
  display: flex;
  height: 100%;
  gap: 10px;
  pointer-events: auto;
  align-items: center;
}

.c-c-snsLinkItem {
  height: 100%;
}

.c-snsLinkItem__link {
  display: block;
  height: 100%;
  padding: 5px;
}

.c-snsLinkItem__icon {
  color: #333;
  font-weight: 400;
  font-size: clamp(16px, 2.16vh, 18px);
  letter-spacing: 0.03em;
}

.c-snsLinkItem__icon__image {
  max-width: 30px;
}

.c-snsLinkItem__icon__image--x {
  max-width: 24px;
}

.c-snsLinkItem__icon__image--instagram {
  max-width: 24px;
}

.c-snsLinkItem__icon__image--threads {
  max-width: 30px;
}

@media screen and (max-width: 768px) {
  .c-snsLink {
    right: 8px;
    bottom: 14px;
  }
  .c-snsLinkItem__link {
    padding: 10px;
  }
}
.section .section_pin .c-section__photo {
  width: 86.89vh;
  position: relative;
}

.section .section_pin .c-section__photo.vertical {
  width: 48.07vh;
}

.section .section_pin .c-section__photo.square {
  width: 39.9vh;
}

.section .section_pin .c-section__photo + .c-section__photo {
  margin-left: 9.975vh;
}

.c-section__photo__image {
  width: 100%;
  height: 100%;
}

.section .section_pin .c-section__photo .image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-section__photo__image img {
  padding-bottom: 2em;
}

.c-section__photo__contents {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}

.c-section__photo__title {
  width: 80%;
  font-size: clamp(14px, 2.16vh, 18px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1em;
  flex: 1;
}

.c-section__photo__more {
  width: 5em;
  text-align: right;
}

.c-section__photo__caption {
  position: absolute;
  left: 0;
  padding: 20px;
  backdrop-filter: blur(1px);
  background-color: rgba(255, 255, 255, 0.4);
  display: none;
}

.c-section__photo__caption_title {
  margin-bottom: 1em;
}

.c-section__photo__caption_date {
  margin-top: 0.5em;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .section .section_pin .c-section__photo {
    display: flex;
    align-items: center;
    width: 90vw;
    position: relative;
  }
  .section .section_pin .c-section__photo .image {
    width: 100%;
    height: auto;
  }
  .section .section_pin .c-section__photo + .c-section__photo {
    margin-left: 15vw;
  }
  .section .section_pin .c-section__photo.vertical {
    width: 90vw;
  }
  .section .section_pin .c-section__photo.square {
    width: 90vw;
  }
  .section .section_pin .c-section__photo.square .image {
    height: 100%;
  }
  .c-section__photo__caption {
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
  }
}
.c-linkArea {
  display: flex;
}

.c-linkArea__link {
  display: flex;
  pointer-events: none;
}

.c-linkArea__text {
  width: 55vh;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
  pointer-events: auto;
}

.c-linkArea__text--main {
  font-size: clamp(20px, 4.56vh, 38px);
  color: #333;
  font-weight: 400;
  font-size: clamp(20px, 4.56vh, 38px);
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.c-linkArea__text--sub {
  font-size: clamp(14px, 2.16vh, 18px);
  color: #555;
  font-weight: 400;
  font-size: clamp(14px, 2.16vh, 18px);
  letter-spacing: 0.02em;
  line-height: 1.65;
}

.c-linkArea__image {
  width: 66.61vh;
  pointer-events: none;
  overflow: hidden;
}

.c-linkArea__image img {
  scale: 1;
  transition: scale 0.5s ease;
}

@media (any-hover: hover) {
  .c-linkArea__link:hover .c-linkArea__image img {
    scale: 1.04;
  }
}
.c-glNav {
  position: fixed;
  z-index: 10;
  left: 40px;
  bottom: 10px;
  align-items: flex-end;
  pointer-events: none;
}

.c-glNavItems {
  display: flex;
  height: 100%;
  pointer-events: auto;
  align-items: center;
}

.c-c-glNavItem {
  height: 100%;
}

.c-glNavItem__link {
  display: block;
  height: 100%;
  padding: 14px;
}

.c-glNavItem__text {
  color: #333;
  font-weight: 400;
  font-size: clamp(16px, 2.16vh, 18px);
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .c-glNav {
    width: 100%;
    height: 100%;
    left: 0;
    pointer-events: none;
  }
  .c-glNavItems {
    width: 100%;
    height: 100%;
    background-color: #fefefe;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .c-glNavItems {
    line-height: 1.8;
  }
  .c-glNavItem {
    margin-bottom: 20px;
  }
  body.-is-menu-active .c-glNavItems {
    opacity: 1;
    pointer-events: auto;
  }
}
/*=============================
#ハンバーガーボタン
=============================*/
/*=============================
.c-glNav__hamburger
=============================*/
.c-glNav__hamburger {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 30px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
}

.c-glNav__hamburger .c-glNav__hamburger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666;
  border-radius: 2px;
}

.c-glNav__hamburger, .c-glNav__hamburger .c-glNav__hamburger__line {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.c-glNav__hamburger .c-glNav__hamburger__line:nth-of-type(1) {
  top: 0;
}

.c-glNav__hamburger .c-glNav__hamburger__line:nth-of-type(2) {
  top: 9px;
}

.c-glNav__hamburger .c-glNav__hamburger__line:nth-of-type(3) {
  bottom: 0;
}

body.-is-menu-active .c-glNav__hamburger .c-glNav__hamburger__line:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

body.-is-menu-active .c-glNav__hamburger .c-glNav__hamburger__line:nth-of-type(2) {
  left: 120%;
  opacity: 0;
  transform: translateY(0px);
  -webkit-animation: active-btn06-bar02 0.8s forwards;
  animation: active-btn06-bar02 0.8s forwards;
}

@-webkit-keyframes active-btn06-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn06-bar02 {
  100% {
    height: 0;
  }
}
body.-is-menu-active .c-glNav__hamburger .c-glNav__hamburger__line:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .c-glNav__hamburger {
    opacity: 1;
    pointer-events: auto;
  }
}
/*# sourceMappingURL=../../maps/assets/styles/style.css.map */