@charset "UTF-8";
/* 
---------------------------------------
WEBフォント追加
---------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.sp {
  display: none; }
  @media screen and (max-width: 834px) {
    .sp {
      display: block; } }

.pc {
  display: block; }
  @media screen and (max-width: 834px) {
    .pc {
      display: none; } }

.ja {
  font-family: "Noto Sans JP", sans-serif; }

.en {
  font-weight: 400;
  font-family: 'Unbounded'; }

.style {
  background: #CBC1BB; }

/*.under-mv {
    height: 40vh !important;
	@include mq(md) { 
		padding-bottom: 6vh!important;
	}
}*/
.under-mv__title img {
  max-width: 130px; }

.style {
  /* スタイルギャラリー */
  /* モーダル */
  /* アニメーション */
  /* bodyスクロール制御 */
  /* スムーズスクロール */
  /* カスタムスクロールバー（モーダル用） */ }
  .style__archive {
    position: relative;
    z-index: 2;
    padding-bottom: 25rem; }
    @media screen and (max-width: 834px) {
      .style__archive {
        padding-bottom: 8rem; } }
  .style__gallery {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto; }
  .style__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7.5rem 4rem; }
    @media screen and (max-width: 834px) {
      .style__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem; } }
  .style__item {
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 0;
    overflow: hidden;
    position: relative; }
  @media screen and (min-width: 835px) {
    .style__item:nth-child(2), .style__item:nth-child(5), .style__item:nth-child(8) {
      padding-top: 5.5rem; } }
  @media screen and (max-width: 834px) {
    .style__item:nth-child(2n) {
      padding-top: 3rem; } }
  .style__item:hover {
    opacity: 0.9; }
  .style__image {
    aspect-ratio: 4 / 3;
    position: relative;
    overflow: hidden; }
  .style__image img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.3s ease;
    object-fit: cover; }
  .style__item:hover .style__image img {
    transform: scale(1.05); }
  .style__image--noimage {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px; }
  .style__name {
    text-align: left; }
  .style__name h3 {
    font-family: "Inter", sans-serif;
    padding-top: 1.4rem;
    font-size: 1.6rem;
    font-weight: 4400;
    color: #fff;
    line-height: 1.5; }
    @media screen and (max-width: 834px) {
      .style__name h3 {
        padding-top: 1rem;
        font-size: 1.4rem; } }
  .style .no-posts {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 16px; }
  .style__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center; }
  .style__modal.active {
    display: flex; }
  .style .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    animation: fadeIn 0.3s ease;
    cursor: pointer; }
  .style .modal-content {
    position: relative;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    border-radius: 0;
    animation: modalSlideIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10000; }
    @media screen and (max-width: 834px) {
      .style .modal-content {
        width: 85%;
        max-width: 95%; } }
  .style .modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    font-weight: 100;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 834px) {
      .style .modal-close {
        top: -40px; } }
  .style .modal-body {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow-y: auto; }
  .style .modal-image {
    width: 100%;
    aspect-ratio: 7 / 5; }
    @media screen and (max-width: 834px) {
      .style .modal-image {
        aspect-ratio: 1.3 / 1; } }
  .style .modal-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
  .style .modal-image .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #999;
    font-size: 14px;
    letter-spacing: 0.1em; }
  .style .modal-image .no-image {
    color: #999;
    font-size: 14px;
    letter-spacing: 0.1em; }
  .style .modal-info {
    padding: 2rem 0 0 0;
    text-align: left; }
    @media screen and (max-width: 834px) {
      .style .modal-info {
        padding: 1rem 0 0 0; } }
  .style .modal-title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    text-align: left;
    line-height: 1.6;
    font-family: "Inter", sans-serif; }
    @media screen and (max-width: 834px) {
      .style .modal-title {
        font-size: 1.5rem; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(30px); }
  to {
    opacity: 1;
    transform: scale(1) translateY(0); } }
  .style body.modal-open {
    overflow: hidden; }
  .style .modal-body {
    scroll-behavior: smooth; }
  .style .modal-body::-webkit-scrollbar {
    width: 6px; }
  .style .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .style .modal-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px; }
  .style .modal-body::-webkit-scrollbar-thumb:hover {
    background: #999; }
  .style .pagination .page-numbers {
    color: #fff; }
