/*
Theme Name: arkhe-child
Template: arkhe
*/

body {
  font-family: "Noto Sans", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Sans Unicode", "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

:root {
  --ark-padding--container: 0px;
}

.l-header__body {
  padding: 10px 20px;
}

.p-breadcrumb__list {
  padding: 0 20px;
}

.ark-block-heading__main,
.c-gnav__li:not(.lang-item)>.c-gnav__a,
.c-drawerNav__li:not(.lang-item)>.c-drawerNav__a {
  font-family: "Oswald", sans-serif;
  font-weight: 500 !important;
  font-size: 1.2rem;
}

.ark-block-heading__main {
  font-size: 2.9rem;
}

.ark-block-button__text {
  font-family: 'Oswald';
}

/* 背景画像固定 */
@media (min-width: 768px) {

  #philosophy,
  #event,
  #shop,
  #news,
  #contact {
    background-image: url("/wp-content/uploads/2026/08/paper.webp") !important;
    background-attachment: fixed !important;
    background-position: 52% 52% !important;
    background-repeat: repeat !important;
    background-size: auto !important;
    isolation: isolate;
    overflow: hidden;
  }

  #philosophy>.ark-block-section__media,
  #event>.ark-block-section__media,
  #shop>.ark-block-section__media,
  #news>.ark-block-section__media,
  #contact>.ark-block-section__media {
    display: none !important;
  }

  #philosophy>.ark-block-section__color,
  #event>.ark-block-section__color,
  #shop>.ark-block-section__color,
  #news>.ark-block-section__color,
  #contact>.ark-block-section__color {
    z-index: 0;
  }

  #philosophy>.ark-block-section__body,  
  #event>.ark-block-section__body,
  #shop>.ark-block-section__body,
  #news>.ark-block-section__body,
  #contact>.ark-block-section__body {
    position: relative;
    z-index: 1;
  }

  #philosophy .ark-block-section__bodyInner,  
  #event .ark-block-section__bodyInner,
  #shop .ark-block-section__bodyInner,
  #news .ark-block-section__bodyInner,
  #contact .ark-block-section__bodyInner {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 767px) {

  #philosophy,
  #event,
  #shop,
  #news,
  #contact {
    background-image: none !important;
    background-attachment: scroll !important;
  }

  #philosophy>.ark-block-section__media,  
  #event>.ark-block-section__media,
  #shop>.ark-block-section__media,
  #news>.ark-block-section__media,
  #contact>.ark-block-section__media {
    display: block !important;
  }

  #shop {
    background-image: url("/wp-content/uploads/2026/08/paper.webp") !important;
    background-position: 50% 0 !important;
    background-repeat: repeat !important;
    background-size: auto !important;
    isolation: isolate;
  }

  #shop>.ark-block-section__media {
    display: none !important;
  }

  #shop>.ark-block-section__body,
  #shop .ark-block-section__bodyInner {
    position: relative;
    z-index: 1;
  }
}

/* ========================================
 Language Switcher
======================================== */

/* 言語スイッチャー共通 */
.lang-item>a {
  display: inline-flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
  text-decoration: none;
  transition: color .2s ease;
}

/* Hover */
.lang-item>a:hover {
  color: #b89c5a;
}

/* ENの前に区切り線 */
.c-gnav__li.lang-item-ja {
  position: relative;
  margin-left: 10px;
}

.c-gnav__li.lang-item-ja::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background: currentColor;
  transform: translateY(-50%);
  pointer-events: none;
}

.c-drawerNav {
  display: flex;
  flex-wrap: wrap;
}

.c-drawerNav__li:not(.lang-item) {
  width: 100%;
}

.c-drawerNav__li.lang-item {
  width: auto;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.c-drawerNav .menu-item.c-drawerNav__li.lang-item-ja {
  margin-left: 1rem !important;
}

.c-drawerNav__li.lang-item-ja>.c-drawerNav__a,
.c-drawerNav__li.lang-item-en>.c-drawerNav__a {
  position: relative;
  display: inline-flex;
  width: auto;
  padding-right: 18px;
  padding-left: 0;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 400 !important;
  letter-spacing: .08em;
  text-decoration: none !important;
  background: transparent !important;
  background-image: none !important;
  border-bottom: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.c-drawerNav__li.lang-item-en>.c-drawerNav__a {
  padding-left: 18px;
}

.c-drawerNav__li.lang-item-ja>.c-drawerNav__a:hover,
.c-drawerNav__li.lang-item-en>.c-drawerNav__a:hover,
.c-drawerNav__li.lang-item-ja.current-lang>.c-drawerNav__a,
.c-drawerNav__li.lang-item-en.current-lang>.c-drawerNav__a,
.c-drawerNav__li.lang-item-ja.current_page_item>.c-drawerNav__a,
.c-drawerNav__li.lang-item-en.current_page_item>.c-drawerNav__a {
  text-decoration: none !important;
  background: transparent !important;
  background-image: none !important;
  border-bottom: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.c-drawerNav__li.lang-item::before,
.c-drawerNav__li.lang-item::after,
.c-drawerNav__li.lang-item-ja>.c-drawerNav__a::before,
.c-drawerNav__li.lang-item-en>.c-drawerNav__a::before,
.c-drawerNav__li.lang-item-en>.c-drawerNav__a::after {
  display: none !important;
}

.c-drawerNav__li.lang-item-ja>.c-drawerNav__a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%);
}

/* H2タイトル */

@media (max-width: 767px) {
  .ark-block-heading__main {
    font-size: 2.4rem;
  }
}

/* H2タイトルボーダー */
.ark-block-heading .ark-block-heading__line:before {
  height: 1px;
}

/* Hero */

#hero {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 1;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

#page-body {
  position: relative;
  z-index: 2;
  margin-top: 100vh;
  margin-top: 100svh;
  background: #F5F3EF;
  border-radius: 32px 32px 0 0;
  box-shadow: 0 -20px 60px rgba(0, 0, 0, .08);
}

.tws-hero,
.tws-hero * {
  box-sizing: border-box !important;
}

.tws-hero {
  /*--bg: #f2eae0;*/
  --ink: #231f20;
  --logo-url: url("/wp-content/uploads/2026/07/TOKYOWATCHSHOW_logo.svg");
  --header-height: 100px;
  --hero-block-padding: clamp(1.25rem, 5vh, 3rem);
  --hero-block-padding: clamp(1.25rem, 5svh, 3rem);
  --hero-inline-padding: clamp(1.5rem, 6vw, 5rem);
  --logo-width: min(66vw, 36rem, calc((100vh - var(--header-height)) * 0.48));
  --logo-width: min(66vw, 36rem, calc((100svh - var(--header-height)) * 0.48));
  --scroll-line-length: clamp(4.75rem, 16vh, 5.95rem);
  --scroll-line-length: clamp(4.75rem, 16svh, 5.95rem);
  --brand-offset-y: 0px;

  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  place-items: center !important;
  width: 100vw !important;
  min-height: 100vh !important;
  min-height: 100svh !important;
  margin: 0 calc(50% - 50vw) !important;
  padding: var(--hero-block-padding) var(--hero-inline-padding) !important;
  overflow: hidden !important;
  background: var(--bg) !important;
  isolation: isolate;
}

.tws-logo {
  position: relative;
  display: block;
  width: var(--logo-width);
  aspect-ratio: 299.471 / 255.903;
  background: var(--logo-url) center / contain no-repeat;
  animation: tws-logo-fade-in 1.6s ease-out both;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.tws-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  max-width: calc(100vw - var(--hero-inline-padding) - var(--hero-inline-padding));
  justify-self: center;
  align-self: center;
  backface-visibility: hidden;
  transform: translate3d(0, var(--brand-offset-y), 0);
  transform-style: preserve-3d;
  will-change: transform;
}

@media screen and (min-width: 768px) {
  .tws-brand {
    --brand-offset-y: 2.25rem;
  }
}

.tws-event-info {
  margin-top: clamp(2rem, 5vh, 4rem);
  margin-top: clamp(2rem, 5svh, 4rem);
  color: var(--ink);
  font-family: 'Oswald';
  font-size: clamp(0.9rem, 4.8vw, 2.25rem);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.1em;
}

.tws-event-info div {
  opacity: 0;
  transform: translateY(0.85rem);
  animation: tws-event-info-reveal 0.8s ease-out both;
  white-space: nowrap;
}

.tws-event-info div:nth-child(1) {
  animation-delay: 1.45s;
}

.tws-event-info div:nth-child(2) {
  animation-delay: 1.75s;
}

.tws-scroll {
  position: absolute;
  right: clamp(1rem, 4vw, 2rem);
  bottom: 0;
  width: 1px;
  height: var(--scroll-line-length);
  opacity: 0;
  transform: none;
  animation: tws-scroll-fade 0.7s ease-out 2.7s both;
}

.tws-scroll__text {
  position: absolute;
  top: 0;
  right: calc(100% + 1.55rem);
  width: var(--scroll-line-length);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: right top;
}

@media screen and (max-width: 767px) {
  .tws-scroll__text {
    font-size: 0.82rem;
  }
}

.tws-scroll__line {
  position: relative;
  display: block;
  width: 1px;
  height: 100%;
  overflow: hidden;
  background: repeating-linear-gradient(to bottom,
      rgba(35, 31, 32, 0.42) 0 2px,
      transparent 2px 7px);
}

.tws-scroll__line::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background: var(--ink);
  animation: tws-scroll-line-fill 2.1s ease-out 3.05s infinite;
}

.tws-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@keyframes tws-logo-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes tws-event-info-reveal {
  from {
    opacity: 0;
    transform: translateY(0.85rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tws-scroll-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes tws-scroll-line-fill {
  0% {
    height: 0;
    opacity: 1;
  }

  58%,
  78% {
    height: 100%;
    opacity: 1;
  }

  100% {
    height: 100%;
    opacity: 0;
  }
}

/* ========================================
   Philosophy
======================================== */

.philosophyWrap{
  max-width:740px;
  margin:50px auto;
}

.philosophyDisc{
  margin:28px 0 56px;
  font-size:16px;
  font-weight:500;
  letter-spacing:.12em;
  line-height: 1.9;
  text-align:center;
  color:#eae8e1;
}

.philosophyDisc p {
  margin-bottom: 20px;
}

.philosophyDisc.is-scroll-ready p {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .8s ease,
    transform .8s ease;
  transition-delay: var(--philosophy-disc-delay, 0ms);
}

.philosophyDisc.is-scroll-ready p.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .philosophyDisc.is-scroll-ready p {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ========================================
 Responsive
======================================== */

@media (max-width:767px){

  .philosophyWrap{
  padding: 0 1.65rem;
  }
  
  .philosophyDisc{
  font-size: 14px;
  }

}

/* ========================================
   Event Information
======================================== */

.eventInfoWrap{
  max-width:740px;
  margin:0 auto;
}

.eventDisc{
  margin:28px 0 56px;
  font-size:16px;
  font-weight:500;
  letter-spacing:.12em;
  line-height: 1.9;
  text-align:center;
  color:#363541;
}

.eventDisc p{
  margin: 0 0 20px;
}

.eventDiscBreak{
  display:block;
}

.eventInfo{
  width:100%;
  margin:30px auto;
}

.eventInfo dl{
  display:grid;
  grid-template-columns:120px 1fr;
  column-gap:36px;
  margin:0;
  padding:0;
}

.eventInfo dt,
.eventInfo dd{
  margin:0;
  padding:20px 0;
  border-bottom:1px solid #b5b5ae;
}

.eventInfo dl > dt:last-of-type,
.eventInfo dl > dd:last-of-type{
  border-bottom:none;
}

.eventInfo dt{
  font-size:16px;
  font-weight:500;
  letter-spacing:.08em;
  color:#665a1a;
}

.eventInfo dt span{
  position:relative;
  display:inline-block;
}

.eventInfo dd{
  font-size:16px;
  line-height:1.9;
  color:#363541;
}

/* ========================================
 Google Map
======================================== */

.eventMap{
  width:100%;
}

.eventMap iframe{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  border:0;
  border-radius:6px;
  filter:
      saturate(65%)
      contrast(98%)
      brightness(98%);
}

/* ========================================
 Responsive
======================================== */

@media (max-width:767px){

.eventInfoWrap{
padding: 0 1.65rem;
}

.eventDisc{
font-size: 14px;
}

.eventDiscBreak{
display:none;
}

  .eventInfo{
      margin-bottom:18px;
      text-align: center;
  }


  .eventInfo dl{
      display:block;
  }

  .eventInfo dt,
  .eventInfo dd{
      padding:16px 0;
  }

  .eventInfo dt{
      font-size:15px;
      font-weight: 600;
      padding:18px 0 6px;
      border-bottom:none;
  }

  .eventInfo dd{
      padding:0 0 18px;
      border-bottom:1px solid rgba(255,255,255,.12);
      line-height:1.8;
  }

  .eventInfo dd:last-child{
      margin-bottom:0;
  }

}

/* 初期状態（PC） */
.sp-only {
  display: none;
}

/* スマホのみ改行 */
@media (max-width: 767px) {
  .sp-only {
      display: inline;
  }
}

/* PCのみ表示 */
.pc-only-inline{
  display:inline;
}

/* スマホでは非表示 */
@media (max-width:767px){

  .pc-only-inline{
      display:none;
  }

}


/*
Logo Archive
*/
.shop-logo-list__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.shop-logo-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: rgba(255, 255, 255, .48);
  box-sizing: border-box;
  min-width: 0;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .7s ease,
    transform .7s ease,
    box-shadow .2s ease;
  transition-delay: var(--shop-logo-delay, 0ms);
}

.shop-logo-list__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

a.shop-logo-list__item:hover {
  opacity: .62;
  transition-delay: 0ms;
}

.shop-logo-list__item img {
  max-width: min(100%, 160px);
  max-height: 80px;
  width: auto;
  height: auto;
}

@media (max-width: 1024px) {
  .shop-logo-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .shop-logo-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .shop-logo-list__item {
    /*min-height: 96px;*/
    min-width: 0;
    padding: 16px;
  }

  .shop-logo-list__item img {
    max-width: min(100%, 120px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .shop-logo-list__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/*
Shop Archive
*/
.shop-archive {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px 64px;
}

body.post-type-archive-shop,
body.tax-prefecture,
body.tax-shop_year {
  background-image: url("/wp-content/uploads/2026/08/paper.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body.post-type-archive-shop::before,
body.tax-prefecture::before,
body.tax-shop_year::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.5);
}

body.post-type-archive-shop #content,
body.post-type-archive-shop .l-content,
body.post-type-archive-shop .l-content__body,
body.post-type-archive-shop .l-main,
body.post-type-archive-shop .l-main__body,
body.tax-prefecture #content,
body.tax-prefecture .l-content,
body.tax-prefecture .l-content__body,
body.tax-prefecture .l-main,
body.tax-prefecture .l-main__body,
body.tax-shop_year #content,
body.tax-shop_year .l-content,
body.tax-shop_year .l-content__body,
body.tax-shop_year .l-main,
body.tax-shop_year .l-main__body {
  position: relative;
  z-index: 1;
  background: transparent;
}

@media (max-width: 767px) {
  body.post-type-archive-shop,
  body.tax-prefecture,
  body.tax-shop_year {
    background-image: none;
  }

  body.post-type-archive-shop::before,
  body.tax-prefecture::before,
  body.tax-shop_year::before {
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.62)),
      url("/wp-content/uploads/2026/08/paper.webp");
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }
}

.shop-archive__header {
  margin-bottom: 40px;
  text-align: center;
}

.shop-archive__title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2.9rem;
  line-height: 1.4;
}

.shop-archive__title::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  margin: 24px auto 0;
  background: #222;
}

.shop-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.shop-archive__pagination {
  margin-top: 48px;
  text-align: center;
}

@media (max-width: 1024px) {
  .shop-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .shop-archive {
    padding: 0 20px;
  }

  .shop-archive__title {
    font-size: 2.4rem;
  }

  .shop-archive__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    justify-items: center;
  }
}

/*
Shop Card
*/

.shop-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 14px;
  background: rgba(255, 255, 255, .58);
  backdrop-filter: blur(14px) saturate(115%);
  -webkit-backdrop-filter: blur(14px) saturate(115%);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, .06),
    inset 0 1px 0 rgba(255, 255, 255, .45);
  transition: transform .25s ease, box-shadow .25s ease;
}

.shop-card:hover {
  box-shadow:
    0 16px 36px rgba(0, 0, 0, .09),
    inset 0 1px 0 rgba(255, 255, 255, .55);
}

.shop-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.shop-card__image {
  margin: 0;
  overflow: hidden;
  background: #f7f7f7;
}

.shop-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  transition: transform .4s ease;
}

.shop-card:hover .shop-card__image img {
  transform: scale(1.04);
}

.shop-card__logo {
  width: 92px;
  height: 92px;
  margin: -46px auto 24px;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.shop-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shop-card__body {
  flex: 1;
  padding: 0 10px 34px;
  text-align: center;
}

.shop-card__title {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: .04em;
  text-align: center;
}

@media (max-width: 767px) {
  .shop-card {
    width: 100%;
    max-width: 320px;
  }

  .shop-card__image img {
    aspect-ratio: 16 / 9;
  }

  .shop-card__logo {
    width: 72px;
    height: 72px;
    margin: -36px auto 18px;
    padding: 13px;
  }

  .shop-card__body {
    padding: 0 10px 24px;
  }

  .shop-card__title {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 1.12;
  }
}

/*
Shop Single
*/
/* 店名 */
.shop-single__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: .08em;
  position: relative;
  margin: 0 0 36px;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.shop-single__title::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  margin: 24px auto 0;
  background: #222;
}

/* SHOP INFORMATION */
.shop-info__title {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .18em;
}

/* Address Phone */
.shop-info__list dt {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .12em;
}

/* 本文 */
.shop-single__description,
.shop-info__list dd {
  font-family: "Noto Serif JP", serif;
  line-height: 2.1;
  letter-spacing: .08em;
  color: #333;
}

.shop-single {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px 64px;
}

body.single-shop {
  background-image: url("/wp-content/uploads/2026/08/paper.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body.single-shop::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.5);
}

.shop-single-exhibitor {
  position: relative;
  z-index: 1;
  background: #000;
  color: #d6c7a1;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.shop-single-exhibitor__inner {
  margin: 0 auto;
  padding: 0 34px 10px;
  text-align: left;
}

body.single-shop #content,
body.single-shop .l-content,
body.single-shop .l-content__body,
body.single-shop .l-main,
body.single-shop .l-main__body {
  position: relative;
  z-index: 1;
  background: transparent;
}

body.single-shop .l-content__body {
  margin-top: 0;
}

@media (max-width: 767px) {
  body.single-shop {
    background-attachment: scroll;
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: auto;
  }

  body.single-shop::before {
    background: rgba(255, 255, 255, 0.62);
  }

  .shop-single-exhibitor__inner {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .shop-single-exhibitor__inner {
    text-align: center;
  }
}

.shop-single__hero {
  text-align: center;
  margin-bottom: 48px;
}

.shop-single__logo {
  width: 104px;
  height: 104px;
  margin: 20px auto;
  padding: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;

  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.shop-single__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.shop-single__description {
  text-align: left;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 48px;
}

.shop-single__content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 56px;
  align-items: start;
}

.shop-single__gallery {
  display: grid;
  gap: 24px;
}

.shop-single__gallery--slideshow {
  position: relative;
  display: block;
}

.shop-single__gallery--slideshow .shop-single__slides {
  display: block;
  isolation: isolate;
}

.shop-single__slides {
  position: relative;
  overflow: hidden;
}

.shop-single__media {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.shop-single__gallery--slideshow .shop-single__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s ease-in-out;
  will-change: opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.shop-single__gallery--slideshow .shop-single__media.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.shop-single__media-caption {
  margin: 8px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: right;
}

.shop-single__media-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.shop-single__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.shop-single__media--portrait img {
  object-fit: contain;
}

.shop-single__gallery-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.shop-single__gallery-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(34, 34, 34, .28);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.shop-single__gallery-dot.is-active {
  background: #222;
}

.shop-info {
  padding: 0;
  border: none;
  background: transparent;
}

.shop-info__title {
  margin: 0 0 28px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.shop-info__list {
  margin: 0;
}

.shop-info__list>div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-top: 1px solid #ddd;
}

.shop-info__list dt {
  align-self: center;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #777;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-info__list dd {
  margin: 0;
  min-width: 0;
  font-size: 16px;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: normal;
}

.shop-info__address {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.shop-info__addresses {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.shop-info__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.shop-info__branch {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.shop-info__branch-name {
  font-weight: 600;
}

.shop-info__list dt.shop-info__branch-heading {
  color: #333;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-transform: none;
}

.shop-info__branch-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shop-info__branch-detail {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.shop-info__branch-label {
  color: #777;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.shop-info__map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  transition: .25s;
}

.shop-info__map svg {
  width: 18px;
  height: 18px;
}

.shop-info__map:hover {
  opacity: .55;
  border-bottom: none !important;
}

.shop-info dd>a:not(.shop-info__map) {
  color: inherit;
  text-decoration: none;
  transition: .25s;
}

.shop-info dd>a:not(.shop-info__map):hover {
  opacity: .55;
}

.shop-info a[x-apple-data-detectors],
.shop-info a[x-apple-data-detectors]:hover {
  color: inherit !important;
  text-decoration: none !important;
  cursor: default;
  pointer-events: none;
}

.shop-single__footer {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #ddd;
}

.shop-single__back {
  color: inherit;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 500 !important;
}

.shop-single__back:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .shop-single__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .shop-single {
    padding: 0 20px;
  }

  .shop-single__hero {
    padding-bottom: 10px;
    margin-bottom: 0px;
  }

  .shop-single__title {
    font-size: 30px;
  }

  .shop-single__description {
    font-size: 16px;
  }

  .shop-info__list>div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .shop-info__list dd {
    font-size: 14px;
  }

}

.shop-logo-list__item--logo-only {
  cursor: default;
}

/* =========================================================
 Contact Form 7
 お問い合わせフォーム
========================================================= */

.NewsInner {
  max-width: 1280px!important;
  margin: 0 auto;
}


/* =========================================================
 Contact Form 7
 お問い合わせフォーム
========================================================= */

.contact-form {

  /* Text */
  --form-text: #F5F3EF;
  --form-label: #D6C7A1;
  --form-muted: rgba(245, 243, 239, .65);

  /* Border */
  --form-border: rgba(255, 255, 255, .18);
  --form-border-focus: #B89C5A;

  /* Input Background */
  --form-bg: rgba(255, 255, 255, .04);
  --form-bg-subtle: rgba(255, 255, 255, .02);

  /* Required / Error */
  --form-required: #C97A6A;
  --form-error: #C97A6A;

  /* Button */
  --form-button: #C4A96B;
  --form-button-hover: #D8BC7A;

  width: 100%;
  max-width: 812px;
  margin: 0 auto;
  color: var(--form-text);
  font-size: 16px;
  line-height: 1.7;
}


/* =========================================================
 各項目
========================================================= */

.contact-form .form-row {
  margin-bottom: 40px;
}

.contact-form .form-row>label {
  display: block;
  margin: 0;
  color: var(--form-label);
  font-size: 15px;
  line-height: 1.6;
}

.contact-form .required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 1px 7px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
  vertical-align: 1px;
  background: var(--form-required);
  border-radius: 3px;
}


/* =========================================================
 Contact Form 7のラッパー
========================================================= */

.contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}


/* =========================================================
 テキスト入力・メール・電話・テキストエリア
========================================================= */

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form input[type="number"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 13px 14px;
  color: var(--form-text);
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background: var(--form-bg);
  border: 1px solid var(--form-border);
  border-radius: 6px;
  box-shadow: none;
  box-sizing: border-box;
  appearance: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form input[type="number"],
.contact-form select {
  min-height: 50px;
}

.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}


/* =========================================================
 プレースホルダー
========================================================= */

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #98a2b3;
  opacity: 1;
}


/* =========================================================
 フォーカス時
========================================================= */

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="url"]:focus,
.contact-form input[type="number"]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, .06);
  border-color: var(--form-border-focus);
  box-shadow: 0 0 0 3px rgba(184, 156, 90, .18);
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible,
.contact-form select:focus-visible {
  outline: none;
}


/* =========================================================
 セレクトボックス
========================================================= */

.contact-form select {
  padding-right: 44px;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, #667085 50%),
    linear-gradient(135deg, #667085 50%, transparent 50%);
  background-position:
    calc(100% - 19px) calc(50% - 2px),
    calc(100% - 13px) calc(50% - 2px);
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

.contact-form select::-ms-expand {
  display: none;
}


/* =========================================================
 特記事項
========================================================= */

.contact-form .form-note {
  margin: 6px 0 10px;
  color: var(--form-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}


/* =========================================================
 プライバシーポリシー同意
========================================================= */

.contact-form .form-privacy {
  padding: 18px 20px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  color: var(--form-text);
  backdrop-filter: blur(3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .05),
    0 8px 24px rgba(0, 0, 0, .18);

}

.contact-form .form-privacy .wpcf7-form-control-wrap {
  display: inline;
  margin-top: 0;
}

.contact-form .form-privacy .wpcf7-acceptance {
  display: inline;
}

.contact-form .form-privacy .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.contact-form .form-privacy .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}

.contact-form .form-privacy input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0;
  accent-color: var(--form-button);
  cursor: pointer;
}

.contact-form .form-privacy .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-form .form-privacy input[type="checkbox"] {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin: 2px 0 0;
}

.contact-form .form-privacy .wpcf7-list-item-label {
  display: block;
  line-height: 1.7;
}

.contact-form .form-privacy .wpcf7-list-item-label a {
  display: inline-block;
  margin-right: 4px;
  padding: 1px 2px;
  color: #D6C7A1;
  text-decoration: none;
}

.contact-form .form-privacy .wpcf7-list-item-label a:hover {
  color: #F5F3EF;
}

/* =========================================================
 送信ボタン
========================================================= */

.contact-form .form-submit {
  margin-top: 36px;
  text-align: center;
}

.contact-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  min-height: 58px;
  margin: 0;
  padding: 14px 28px;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  background: var(--form-button);
  border: 1px solid var(--form-button);
  border-radius: 6px;
  box-shadow: 0 5px 14px rgba(23, 63, 99, 0.18);
  cursor: pointer;
  appearance: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.contact-form input[type="submit"]:hover {
  color: #fff;
  background: var(--form-button-hover);
  border-color: var(--form-button-hover);
  box-shadow: 0 7px 18px rgba(23, 63, 99, 0.24);
  transform: translateY(-1px);
}

.contact-form input[type="submit"]:focus-visible {
  outline: 3px solid rgba(31, 79, 120, 0.25);
  outline-offset: 3px;
}

.contact-form input[type="submit"]:active {
  transform: translateY(0);
}

.contact-form input[type="submit"]:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}


/* =========================================================
 Contact Form 7 バリデーションエラー
========================================================= */

.contact-form .wpcf7-not-valid {
  border-color: var(--form-error) !important;
  background: rgba(255, 255, 255, .04);
}

.contact-form .wpcf7-not-valid:focus {
  border-color: var(--form-error);
  box-shadow:
    0 0 0 3px rgba(226, 139, 125, .15);
}

.contact-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  color: var(--form-error);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}


/* =========================================================
 送信結果メッセージ
========================================================= */

.contact-form~.wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  max-width: 812px;
  margin: 10px auto 30px;
  padding: 14px 16px;
  color: var(--form-text);
  font-size: 14px;
  line-height: 1.7;
  background: #f8fafc;
  border: 1px solid #aab7c4;
  border-radius: 6px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #166534;
  background: #f0fdf4;
  border-color: #86c99b;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #9a3412;
  background: #fff7ed;
  border-color: #f4b183;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  color: #991b1b;
  background: #fef2f2;
  border-color: #e8a0a0;
}


/* =========================================================
 送信中スピナー
========================================================= */

.contact-form .wpcf7-spinner {
  display: block;
  margin: 14px auto 0;
}


/* =========================================================
 Turnstile
========================================================= */
.contact-form .form-turnstile {
  display: flex;
  justify-content: center;
  margin: 24px 0 20px;
}

/* =========================================================
 Autofill対策
========================================================= */

.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus,
.contact-form input:-webkit-autofill:active {

  -webkit-text-fill-color: var(--form-text) !important;

  caret-color: var(--form-text) !important;

  -webkit-box-shadow:
    0 0 0 1000px #292929 inset !important;

  box-shadow:
    0 0 0 1000px #292929 inset !important;

  border-color: var(--form-border) !important;

  transition:
    background-color 99999s ease-out 0s !important;
}

/* =========================================================
 送信時案内事項
========================================================= */

.submit-guide {
  padding: 18px 20px;
  border: 1px solid #e4e7ec;
  border-radius: 6px;
}

.submit-note {
  margin: 6px 0 10px;
  color: var(--form-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.submit-note a {
  border: 3px solid #d2d2d2;
  display: inline-block;
  padding: 5px 10px;
  margin: 20px 0 0;
}

/* =========================================================
 スマートフォン
========================================================= */

@media (max-width: 767px) {

  .contact-form {
    font-size: 15px;
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form input[type="url"],
  .contact-form input[type="number"],
  .contact-form select,
  .contact-form textarea {
    /*
   * iPhoneで入力時に自動ズームされないよう16pxを維持
   */
    font-size: 16px;
  }

  .contact-form textarea {
    min-height: 150px;
  }

  .contact-form .form-note {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.65;
  }

  .contact-form .form-privacy {
    padding: 16px;
  }

  .contact-form .form-privacy .wpcf7-list-item label {
    align-items: flex-start;
  }

  .contact-form .form-privacy input[type="checkbox"] {
    margin-top: 2px;
  }

  .contact-form .form-submit {
    margin-top: 30px;
  }

  .contact-form input[type="submit"] {
    max-width: none;
    min-height: 56px;
    padding: 13px 18px;
  }
}

/* =========================================================
 footer
========================================================= */
.l-footer__widgets {
    padding: 1rem 0 0;
}
