html {
  font-size: 62.5%;
}

body {
  padding-top: 52px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #222;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media screen and (max-width:767px) {

  body {
    padding-top: 44px;
  }

  body.is-menu-open {
    overflow: hidden;
  }

}

/* ========================================
共通
======================================== */

a:not(.no-opacity) {
  transition: opacity 0.4s ease;
}

@media (hover: hover) {
  a:not(.no-opacity):hover {
    opacity: 0.5;
  }
}

img {
  max-width: 100%;
  height: auto;
}

small {
  font-size: 100%;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.wp-article__content p {
  margin: 20px 0;
}

.wp-article__content a {
  text-decoration: underline;
  text-decoration-color: #ccc;
  text-underline-offset: 3px;
}

.u-text-seo {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h2.wp-block-heading {
  margin: 40px 0 20px;
  font-size: 1.6rem;
}

h3.wp-block-heading {
  margin: 30px 0 15px;
  font-size: 1.4rem;
}

h4.wp-block-heading {
  margin: 20px 0 10px;
  font-size: 1.2rem;
}

ul.wp-block-list {
  list-style: disc;
  margin: 20px 0;
}

ul.wp-block-list li {
  margin: 8px 14px;
}

.store-link {
  position: relative;
}

.store-link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/vu-official/assets/img/icon_online-store.svg');
  position: absolute;
  top: -4px;
  left: -28px;
}

.lang-list {
  display: flex;
}

.lang-list .lang-item-ja {
  margin-right: 32px;
  position: relative;
}

.lang-list .lang-item-ja::after {
  content: "/";
  color: #222;
  position: absolute;
  top: 0;
  right: -16px;
}

.lang-list .current-lang {
  color: #acacac;
}

.breadcrumb {
  display: flex;
  max-width: 1480px;
  margin: 25px auto 80px;
  padding: 0 40px;
  font-size: 0.9rem;
  color: #888;
}

.breadcrumb span > span {
  margin: 0 2px;
}

.c-view-more {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.u-no-underline {
  text-decoration: none !important;
}

.l-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}

.l-main p {
  margin: 20px 0;
}

.l-main a {
  text-decoration: underline;
  text-decoration-color: #ccc;
  text-underline-offset: 3px;
}

@media screen and (max-width:767px) {

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .store-link {
    font-size: 0.9rem;
  }

  .store-link::before {
    width: 16px;
    height: 16px;
    background-size: cover;
    top: -3px;
    left: -22px;
  }

  .breadcrumb {
    max-width: none;
    margin: 15px 15px 45px;
    padding: 0;
    font-size: 0.8rem;
  }

  .c-view-more {
    justify-content: flex-start;
    margin: 25px 15px 0;
  }

  .l-main {
    max-width: none;
    padding: 0 15px;
  }

}

/* ========================================
ヘッダー、フッター
======================================== */

.l-header {
  width: 100%;
  background: #fff;
  /* backdrop-filter: blur(5px); */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  height: 52px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

.l-header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.l-header__nav ul {
  display: flex;
  gap: 28px;
}

.l-header__utility {
  display: flex;
}

.l-header__lang {
  margin-left: 40px;
}

.l-footer {
  margin-top: 140px;
  border-top: 1px solid #ebebeb;
}

.l-footer__inner {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 80px;
}

.l-footer__nav {
  margin-right: auto;
  margin-left: 60px;
}

.l-footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.l-footer__utility {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.l-footer__social {
  display: flex;
  gap: 15px;
}

@media screen and (max-width:767px) {

  .l-header__inner {
    max-width: none;
    height: 44px;
    padding: 0 15px 0 20px;
  }

  .l-header__logo img {
    width: auto;
    height: 16px;
  }

  .l-header__menuButton {
    width: 24px;
    height: 8px;
    position: relative;
    z-index: 1100;
  }

  .l-header__menuButton span {
    height: 1px;
    background: #222;
    position: absolute;
    left: 0;
    transform-origin: center;
    transition: none;
  }

  .l-header__menuButton span:nth-child(1) {
    top: 0;
  }

  .l-header__menuButton span:nth-child(2) {
    top: 7px;
  }

  .l-header__nav {
    display: block;
    width: 100%;
    height: 100vh;
    padding: 90px 30px 40px;
    background: #fff;
    position: fixed;
    inset: 0;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
  }

  .l-header__nav ul {
    flex-direction: column;
    gap: 20px;
  }

  .l-header__nav .l-header__lang {
    margin: 60px 0 20px;
  }

  .l-header__nav .lang-list {
    flex-direction: row;
    gap: 0;
  }

  .l-header__social {
    display: flex;
    gap: 15px;
  }

  .l-footer {
    margin-top: 90px;
  }

  .l-footer__inner {
    flex-direction: column;
    max-width: none;
    padding: 40px 25px 50px;
    position: relative;
  }

  .l-footer__nav {
    margin-top: 30px;
    margin-left: 0;
  }

  .l-footer__nav ul {
    gap: 10px;
  }

  .l-footer__utility {
    gap: 18px;
    position: absolute;
    top: 88px;
    right: 25px;
  }

}

/* ========================================
トップ
======================================== */

.top-page p {
  margin: 20px 0;
}

.top-page > section {
  margin: 100px auto;
}

.slide-area {
  max-width: 1920px;
  margin: 0 auto !important;
}

.slide-area__item {
  height: 800px;
}

.slide-area__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide-area__text {
  position: absolute;
  transform: translate(-50%, -50%);
}

.site-about {
  margin: 70px 0 !important;
  color: #888;
  text-align: center;
}

section.site-about + section {
  margin-top: 0 !important;
}

.site-about__title {
  font-size: 1.2rem;
}

.site-about__detail {
  font-size: 1.1rem;
  opacity: 0;
}

.site-about__toggle {
  position: relative;
  padding-right: 18px;
  --rotate: 90deg; /* ＋の初期状態（縦線） */
}

/* 横線 + 縦線 共通 */
.site-about__toggle::before,
.site-about__toggle::after {
  content: "";
  width: 9px;
  height: 1px;
  background: #888;
  position: absolute;
  top: 46%;
  right: 0;
  transform-origin: center;
}

/* 縦線（回転で＋→ー） */
.site-about__toggle::after {
  transform: rotate(var(--rotate));
  transition: transform 0.2s ease;
}

.top-free-area {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.top-free-area img {
  display: block;
  margin: 0 auto;
}

.top-free-area__text {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width:767px) {

  .top-page > section {
    margin: 60px auto;
  }

  .slide-area__item {
    height: 600px;
  }

  .site-about {
    margin: 50px 15px !important;
    text-align: left;
  }

  .top-page .p-archive__title {
    margin: 0 15px;
    font-size: 1.2rem;
  }

  .top-free-area__text {
    max-width: none;
    padding: 0 15px;
  }

}

/* ========================================
コレクション
======================================== */

.collection-archive {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}

.collection-archive .p-archive__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
  margin-top: 40px;
}

.collection-archive .p-archive__thumb {
  aspect-ratio: 680 / 450;
  margin-bottom: 15px;
  overflow: hidden;
}

.collection-archive .p-archive__itemTitle {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.collection-page {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}

.collection-article__title {
  font-size: 1.6rem;
}

.collection-article__tile {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 40px;
}

.collection-article__thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.collection-article__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.collection-article__listItem {
  margin: 80px 0;
  scroll-margin-top: 80px;
}

.collection-article__listItem img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:767px) {

  .collection-archive {
    max-width: none;
    padding: 0;
  }

  .collection-archive .p-archive__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .collection-archive .p-archive__thumb {
    aspect-ratio: auto;
  }

  .collection-archive .p-archive__itemTitle {
    font-size: 1.0rem;
  }

  .collection-page {
    max-width: none;
    padding: 0;
  }

  .collection-article__header {
    margin: 0 15px;
  }

  .collection-article__title {
    font-size: 1.4rem;
  }

  .collection-article__tile {
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
  }

  .collection-article__listItem {
    scroll-margin-top: 60px;
  }

}

/* ========================================
アイテム
======================================== */

.item-archive {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}

.item-archive .p-archive__heading {
  font-size: 1.6rem;
}

.item-archive .p-archive__group {
  margin-bottom: 80px;
}

.item-archive .p-archive__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 1px;
  margin-top: 40px;
}

.item-archive .p-archive__thumb {
  margin-bottom: 8px;
}

.item-archive .p-archive__thumb.item_thumb {
  aspect-ratio: 350 / 500;
  overflow: hidden;
}

.item-archive .p-archive__thumb.vu-product_thumb {
  aspect-ratio: 960 / 1200;
  overflow: hidden;
}

.item-page {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}

.item-article__title {
  margin: 6px 0;
  font-size: 1.6rem;
}

.item-article__content {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 40px;
}

.item-article__details {
  width: 50%;
  padding: 0 50px;
}

.item-article__image {
  width: 50%;
}

.item-article__storeLink {
  margin-top: 40px;
}

@media screen and (max-width:767px) {

  .item-archive {
    max-width: none;
    padding: 0;
  }

  .item-archive .p-archive__heading {
    margin: 0 15px;
    font-size: 1.4rem;
  }

  .item-archive .p-archive__group {
    margin-bottom: 60px;
  }

  .item-archive .p-archive__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }

  .item-archive .p-archive__thumb {
    margin-bottom: 12px;
  }

  .item-page {
    max-width: none;
    padding: 0;
  }

  .item-article__header {
    margin: 0 15px;
  }

  .item-article__title {
    font-size: 1.4rem;
  }

  .item-article__content {
    flex-direction: column-reverse;
    margin-top: 30px;
  }

  .item-article__details {
    width: 100%;
    padding: 0 15px;
  }

  .item-article__image {
    width: 100%;
  }

  .item-article__storeLink {
    margin-top: 30px;
  }

}

/* ========================================
ジャーナル
======================================== */

.journal-archive {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}

.journal-archive .p-archive__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 10px;
  margin-top: 40px;
}

.journal-archive .p-archive__thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 8px;
}

.journal-page {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}

.journal-article__title {
  font-size: 1.6rem;
}

.journal-article__category {
  margin-top: 6px;
}

.journal-article__content {
  margin-top: 40px;
}

.c-tags-wrapper {
  margin-top: 60px;
}

.c-tags-label {
  margin: 0 0 6px !important;
}

.c-tags {
  display: flex;
  gap: 12px;
}

@media screen and (max-width:767px) {

  .journal-archive {
    max-width: none;
    padding: 0;
  }

  .journal-archive .p-archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 8px;
    margin: 30px 15px 0;
  }

  .journal-archive .p-archive__itemTitle {
    margin: 10px 0 6px;
  }

  .journal-page {
    max-width: none;
    padding: 0;
  }

  .journal-article__header {
    padding: 0 15px;
  }

  .journal-article__title {
    font-size: 1.4rem;
  }

  .journal-article__content > *:not(img, figure) {
    padding: 0 15px;
  }

  .journal-article .c-tags-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .c-tags-wrapper {
    margin-top: 50px;
  }

}

/* ========================================
パーツ
======================================== */

.p-archive__title {
  font-size: 1.6rem;
}

.p-archive__categories {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.p-archive__categories .is-active a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-archive__tag {
  margin-top: 20px;
}

.p-archive__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-archive__itemTitle {
  margin-bottom: 4px;
}

.p-archive__category {
  font-size: 0.9rem;
}

.p-archive__pagination {
  margin-top: 80px;
}

.p-archive__pagination ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 1.1rem;
}

.p-archive__pagination span {
  color: #9A9A9A;
}

@media screen and (max-width:767px) {

  .p-archive__header {
    margin: 0 15px;
  }

  .p-archive__title {
    font-size: 1.4rem;
  }

  .p-archive__categories {
    gap: 15px;
    margin-top: 15px;
  }

  .p-archive__tag {
    margin-top: 15px;
  }

  .p-archive__itemTitle {
    margin: 0 15px 8px 15px;
  }

  .p-archive__storeLink {
    margin: 0 15px;
  }

}

/* ========================================
CONCEPT
======================================== */

.p-concept__header p {
  margin: 0 0 40px;
  font-size: 1.6rem;
}

.p-concept__content .concept-intro {
  font-size: 1.6rem;
}

.p-concept__content section {
  margin-top: 100px;
}

.p-concept__content h1 {
  font-size: 1.6rem;
}

.p-concept__content h2 {
  margin-bottom: 40px;
  font-size: 1.4rem;
}

@media screen and (max-width:767px) {

  .p-concept__header p {
    margin: 0 0 30px;
    font-size: 1.4rem;
  }

  .p-concept__content .concept-intro {
    font-size: 1.4rem;
  }

  .p-concept__content section {
    margin-top: 80px;
  }

  .p-concept__content h1 {
    font-size: 1.4rem;
  }

  .p-concept__content h2 {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }

}

/* ========================================
STOCKIST
======================================== */

.p-stockist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50vh;
}

/* ========================================
ABOUT
======================================== */

.p-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50vh;
}

/* ========================================
CONTACT
======================================== */

.form-group {
  margin-bottom: 30px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 1.4rem;
  background: #F3F3F3;
}

.form-group input[type="submit"] {
  width: 180px;
  padding: 10px 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background: #555;
  transition: opacity 0.4s ease;
}

@media (hover: hover) {
  .form-group input[type="submit"]:hover {
    opacity: 0.5;
  }
}

.form-group textarea {
  height: 160px;
}

.wpcf7-form {
  max-width: 800px;
  margin: 0 auto;
}

.wpcf7-not-valid-tip {
  padding: 5px;
}
