@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
}

/* 要素のデフォルトスタイルをリセット */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* リストスタイルのリセット */
ul[class],
ol[class] {
  list-style: none;
}

/* リンクのデフォルトスタイルをリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* テーブル要素のスタイルをリセット */
table {
  border-collapse: collapse;
}

/* フォーム要素のリセット */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

h1 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 2.75rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  h5 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 2rem;
  }
}

h6 {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  h6 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 1.75rem;
  }
}

p {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1400px) {
  p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 1.375rem;
  }
}

a {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1400px) {
  a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  a {
    font-size: 1.375rem;
  }
}

div {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  div {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  div {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1400px) {
  div {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  div {
    font-size: 1.375rem;
  }
}

.text__black {
  color: #0a0a0b;
}

.bg__black {
  background-color: #0a0a0b;
}

.text__gray {
  color: #787881;
}

.bg__gray {
  background-color: #787881;
}

.text__white {
  color: #f4f4f9;
}

.bg__white {
  background-color: #f4f4f9;
}

.text__red {
  color: #e74c3c;
}

.bg__red {
  background-color: #e74c3c;
}

.text__blue {
  color: #3498db;
}

.bg__blue {
  background-color: #3498db;
}

.text__green {
  color: #2ecc71;
}

.bg__green {
  background-color: #2ecc71;
}

.text__yellow {
  color: #f1c40f;
}

.bg__yellow {
  background-color: #f1c40f;
}

.text__dark_blue {
  color: #34495e;
}

.bg__dark_blue {
  background-color: #34495e;
}

.text__light_gray {
  color: #ecf0f1;
}

.bg__light_gray {
  background-color: #ecf0f1;
}

.text__turquoise {
  color: #1abc9c;
}

.bg__turquoise {
  background-color: #1abc9c;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  Header
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
body {
  background-color: #0f0d0c;
  color: #fbfbfb;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  Header & Piano Navigation
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.sec_header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
.sec_header__inner {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 0;
}
@media screen and (min-width: 1200px) {
  .sec_header {
    width: 200px;
    height: 100vh;
  }
  .sec_header__inner {
    height: 100%;
    padding: 0;
  }
}

.bl_logo {
  padding: 20px 20px;
  width: 300px;
}
.bl_logo__link {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .bl_logo__link {
    font-size: 24px;
  }
}

/* Piano Navigation Base (ul) */
.bl_pianoNav {
  width: 120px;
}
.bl_pianoNav__list {
  position: relative;
  list-style: none;
  margin: 0;
}
.bl_pianoNav__item {
  position: relative;
  transition: all 0.1s ease;
  cursor: pointer;
}
.bl_pianoNav__item--white {
  height: 30px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, #eee 0%, #fff 100%);
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-radius: 0 0.1rem 0.1rem 0;
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.8) inset, 0 0 5px #ccc inset, 0 0 3px rgba(0, 0, 0, 0.2);
}
.bl_pianoNav__item--white:hover {
  border-top: 1px solid #777;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.1) inset, -5px 5px 20px rgba(0, 0, 0, 0.2) inset, 0 0 3px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
}
.bl_pianoNav__item--black {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 70px;
  height: 20px;
  background: linear-gradient(45deg, #0f0d0c 0%, #0f0d0c 100%);
  border: 1px solid #1c1c1c;
  border-radius: 0 0.1rem 0.1rem 0;
  box-shadow: -1px -1px 2px rgba(255, 255, 255, 0.2) inset, 0 -5px 2px 3px rgba(0, 0, 0, 0.6) inset, 0 2px 4px rgba(0, 0, 0, 0.5);
}
.bl_pianoNav__item--black:hover {
  box-shadow: -1px -1px 2px rgba(255, 255, 255, 0.2) inset, 0 -2px 2px 3px rgba(0, 0, 0, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
  background: linear-gradient(to right, #444 0%, #222 100%);
}
.bl_pianoNav__item--about {
  top: 20px;
}
.bl_pianoNav__item--works {
  top: 50px;
}
.bl_pianoNav__item--event {
  top: 80px;
}
.bl_pianoNav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size: 11px;
}
.bl_pianoNav__item--black .bl_pianoNav__link {
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 1200px) {
  .bl_pianoNav {
    width: 180px;
  }
  .bl_pianoNav__item--white {
    height: 50px;
  }
  .bl_pianoNav__item--black {
    height: 36px;
    width: 90px;
  }
  .bl_pianoNav__item--about {
    top: 32px;
  }
  .bl_pianoNav__item--works {
    top: 82px;
  }
  .bl_pianoNav__item--event {
    top: 132px;
  }
  .bl_pianoNav__link {
    font-size: 13px;
  }
  .bl_pianoNav__item--black .bl_pianoNav__link {
    font-size: 11px;
  }
}

/* ==========================================================================
   contact page style
   ========================================================================== */
.sec_contact {
  background-color: #0b0b0b;
  color: #fff;
  padding: 390px 0 80px;
}
@media screen and (max-width: 767px) {
  .sec_contact {
    padding: 80px 0 80px;
  }
}
.sec_contact__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .sec_contact__inner {
    padding: 0 20px;
  }
}
.sec_contact__header {
  margin-bottom: 80px;
}
.sec_contact__mainTitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 200;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.sec_contact__description {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 60px;
}
.sec_contact .p-contact__formRow {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec_contact .p-contact__formRow {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.sec_contact .p-contact__formLabel {
  width: 280px;
  font-size: 15px;
  font-weight: 700;
  padding-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .sec_contact .p-contact__formLabel {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.sec_contact .p-contact__badge {
  display: inline-block;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  font-weight: 800;
  line-height: 1.4;
}
.sec_contact .p-contact__formInput {
  flex: 1;
  width: 100%;
}
.sec_contact .p-contact__formInput .wpcf7-form-control-wrap {
  width: 100%;
}
.sec_contact .p-contact__formInput input[type=text],
.sec_contact .p-contact__formInput input[type=email],
.sec_contact .p-contact__formInput input[type=tel],
.sec_contact .p-contact__formInput textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  color: #fff;
  padding: 15px 20px;
  font-size: 15px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.sec_contact .p-contact__formInput input[type=text]::-moz-placeholder, .sec_contact .p-contact__formInput input[type=email]::-moz-placeholder, .sec_contact .p-contact__formInput input[type=tel]::-moz-placeholder, .sec_contact .p-contact__formInput textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.15);
}
.sec_contact .p-contact__formInput input[type=text]::placeholder,
.sec_contact .p-contact__formInput input[type=email]::placeholder,
.sec_contact .p-contact__formInput input[type=tel]::placeholder,
.sec_contact .p-contact__formInput textarea::placeholder {
  color: rgba(255, 255, 255, 0.15);
}
.sec_contact .p-contact__formInput input[type=text]:focus,
.sec_contact .p-contact__formInput input[type=email]:focus,
.sec_contact .p-contact__formInput input[type=tel]:focus,
.sec_contact .p-contact__formInput textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
}
.sec_contact .p-contact__formInput textarea {
  height: 300px;
  resize: vertical;
}
.sec_contact .p-contact__submitWrap {
  margin-top: 60px;
  text-align: center;
}
.sec_contact .p-contact__submitWrap input[type=submit] {
  background-color: #fff;
  color: #000;
  border: none;
  width: 240px;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.2s;
}
.sec_contact .p-contact__submitWrap input[type=submit]:hover {
  opacity: 0.8;
}
.sec_contact .p-contact__submitWrap input[type=submit]:active {
  transform: scale(0.98);
}
.sec_contact .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #ff4d4d;
  margin-top: 5px;
  display: block;
}
.sec_contact .wpcf7-response-output {
  margin-top: 30px !important;
  border-color: #fff !important;
  font-size: 14px;
  padding: 15px !important;
  text-align: center;
}

/* ==========================================================================
   profile page style
   ========================================================================== */
.sec_profile {
  background-color: #0b0b0b;
  color: #fff;
  padding: 390px 0 80px;
}
@media screen and (max-width: 767px) {
  .sec_profile {
    padding: 80px 0 60px;
  }
}
.sec_profile__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .sec_profile__inner {
    padding: 0 20px;
  }
}
.sec_profile__header {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_profile__header {
    margin-bottom: 50px;
  }
}
.sec_profile__mainTitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 200;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.sec_profile__container {
  max-width: 1000px;
  margin-bottom: 100px;
}
.sec_profile__introduction {
  position: relative;
  padding-left: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_profile__introduction {
    padding-left: 25px;
  }
}
.sec_profile__introduction::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.sec_profile__introInner p {
  font-size: 14px;
  line-height: 2.2;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
}
.sec_profile__introInner p:last-child {
  margin-bottom: 0;
}
.sec_profile__metaGrid {
  display: flex;
  gap: 80px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .sec_profile__metaGrid {
    flex-direction: column;
    gap: 40px;
    padding-left: 25px;
  }
}
.sec_profile__metaCol {
  flex: 1;
}
.sec_profile__metaTitle {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
.sec_profile__metaList {
  list-style: none;
  padding: 0;
}
.sec_profile__metaList li {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}
.sec_profile__bottomMedia {
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec_profile__bottomMedia {
    margin-top: 60px;
  }
}
.sec_profile__bottomImg {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
   works page style (Full Image Layout)
   ========================================================================== */
.sec_works {
  background-color: #0b0b0b;
  color: #fff;
  padding: 390px 0 80px;
}
@media screen and (max-width: 767px) {
  .sec_works {
    padding: 80px 0 0;
  }
}
.sec_works__inner {
  width: 100%;
}
.sec_works__header {
  max-width: 1440px;
  margin: 0 auto 100px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .sec_works__header {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
.sec_works__mainTitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 200;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.sec_works__description {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  max-width: 100%;
  letter-spacing: 0.05em;
}
.sec_works__list {
  width: 100%;
}
.sec_works__item {
  display: block;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sec_works__item {
    height: 60vh;
  }
}
.sec_works__item:hover .sec_works__item__itemImg {
  transform: scale(1.05);
}
.sec_works__item:hover .sec_works__item__itemOverlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.sec_works__itemMedia {
  width: 100%;
  height: 100%;
  position: relative;
}
.sec_works__itemImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sec_works__itemOverlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s ease;
}
.sec_works__itemContent {
  text-align: center;
  padding: 0 20px;
}
.sec_works__itemTitle {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 200;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.sec_works__itemSubtitle {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

/* ==========================================================================
   single piano-works style (Updated Layout)
   ========================================================================== */
.single_work {
  background-color: #0b0b0b;
  color: #fff;
  min-height: 100vh;
  padding: 390px 0 80px;
}
@media screen and (max-width: 767px) {
  .single_work {
    padding: 80px 0 60px;
  }
}
.single_work__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .single_work__inner {
    padding: 0 20px;
  }
}
.single_work__header {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .single_work__header {
    margin-bottom: 40px;
  }
}
.single_work__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 200;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .single_work__title {
    letter-spacing: 0.15em;
    margin-bottom: 25px;
  }
}
.single_work__subtitle {
  font-family: "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  max-width: 100%;
  letter-spacing: 0.05em;
}
.single_work__media {
  width: 100%;
  margin-top: 60px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.single_work__videoContainer {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
}
.single_work__videoContainer iframe,
.single_work__videoContainer video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_work__img {
  width: 100%;
  height: auto;
  display: block;
}
.single_work__body {
  margin-top: 60px;
  line-height: 2;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.single_work__footer {
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
}
.single_work__back {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.2em;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.single_work__back:hover {
  opacity: 1;
}

/* ==========================================================================
   Page: Event/News (Static Page Template)
   ========================================================================== */
.page_news {
  background-color: #0b0b0b;
  color: #fff;
  padding: 390px 0 100px;
}
@media screen and (max-width: 767px) {
  .page_news {
    padding: 80px 0 60px;
  }
}
.page_news__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .page_news__inner {
    padding: 0 20px;
  }
}
.page_news__header {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page_news__header {
    margin-bottom: 50px;
  }
}
.page_news__mainTitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 200;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.page_news__description {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  max-width: 100%;
  letter-spacing: 0.05em;
}
.page_news__description p {
  margin-bottom: 1em;
}
.page_news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}
@media screen and (max-width: 767px) {
  .page_news__grid {
    grid-template-columns: 1fr;
  }
}
.page_news__itemLink {
  display: block;
  text-decoration: none;
  color: inherit;
}
.page_news__itemLink:hover .page_news__itemImg {
  transform: scale(1.03);
}
.page_news__itemLink:hover .page_news__itemTitle {
  color: rgba(255, 255, 255, 0.6);
}
.page_news__itemMedia {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background-color: #1a1a1a;
  margin-bottom: 20px;
}
.page_news__itemImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page_news__itemInfo {
  padding: 0 5px;
}
.page_news__itemDate {
  display: block;
  font-size: 11px;
  font-family: "Helvetica Neue", sans-serif;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}
.page_news__itemTitle {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  transition: color 0.3s ease;
}
.page_news__pagination {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.page_news__pagination .page-numbers {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: "Helvetica Neue", sans-serif;
  padding: 5px 10px;
  transition: opacity 0.3s;
}
.page_news__pagination .page-numbers.current {
  border-bottom: 1px solid #fff;
  pointer-events: none;
}
.page_news__pagination .page-numbers:hover:not(.current) {
  opacity: 0.5;
}/*# sourceMappingURL=app.css.map */