@charset "UTF-8";
/************************************************************************
download font
*************************************************************************/
@import "https://use.typekit.net/lrs8gdm.css";
@import "https://fonts.googleapis.com/css2?family=#{$eng-font}:wght@400;800&display=swap";
/* eng-font acumin-pro */
@import "https://fonts.googleapis.com/css2?family=#{$body-font}:wght@400;800&display=swap";
/* font-family */
/*  font-size */
/*  content width */
/*  color */
/*  break point */
/* 自動フォントサイズレスポンシブ対応 */
/* 最小値、最大値、最小画面、最大画面 */
.mt-15 {
  margin-top: 15px;
}
@media (max-width: 760px) {
  .mt-15 {
    margin-top: 7.5px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (max-width: 760px) {
  .mt-30 {
    margin-top: 15px;
  }
}

.mt-45 {
  margin-top: 45px;
}
@media (max-width: 760px) {
  .mt-45 {
    margin-top: 22.5px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 760px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mt-75 {
  margin-top: 75px;
}
@media (max-width: 760px) {
  .mt-75 {
    margin-top: 37.5px;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media (max-width: 760px) {
  .mt-90 {
    margin-top: 45px;
  }
}

.mt-105 {
  margin-top: 105px;
}
@media (max-width: 760px) {
  .mt-105 {
    margin-top: 52.5px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 760px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.mt-135 {
  margin-top: 135px;
}
@media (max-width: 760px) {
  .mt-135 {
    margin-top: 67.5px;
  }
}

.mt-150 {
  margin-top: 150px;
}
@media (max-width: 760px) {
  .mt-150 {
    margin-top: 75px;
  }
}

.mt-165 {
  margin-top: 165px;
}
@media (max-width: 760px) {
  .mt-165 {
    margin-top: 82.5px;
  }
}

.mt-180 {
  margin-top: 180px;
}
@media (max-width: 760px) {
  .mt-180 {
    margin-top: 90px;
  }
}

.mt-195 {
  margin-top: 195px;
}
@media (max-width: 760px) {
  .mt-195 {
    margin-top: 97.5px;
  }
}

@media (width >= 1025px) {
  .sp {
    display: none !important;
  }
}
@media (width < 1014px) {
  .pc {
    display: none !important;
  }
}
/************************************************************************
 common setting
 ***********************************************************************/
* {
  position: relative;
}

hr {
  width: 80%;
  margin: auto;
  color: #d1d1d1;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

html {
  font-size: clamp(11.4285714286px, 16 * 100vw / 1400, 16px);
  line-height: 1.8;
}
@media (max-width: 760px) {
  html {
    font-size: 16px;
  }
}

body {
  width: 100%;
  font-family: "Noto Sans JP";
  background-color: white;
}

a:hover {
  opacity: 0.8;
  filter: contrast(0.9);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sectionHeader {
  padding: 1px;
}

.sectionTitle {
  margin-top: 150px;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media (max-width: 760px) {
  .sectionTitle {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.sectionTitle_en {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "Roboto";
  font-size: 3.8125rem;
  text-transform: uppercase;
  background: linear-gradient(155deg, #0060cc 0%, #0060cc 25%, black 0%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 760px) {
  .sectionTitle_en {
    font-size: 2.5625rem;
  }
}

.sectionTitle_ja {
  margin-top: 5px;
  font-size: 1.5rem;
}
@media (max-width: 760px) {
  .sectionTitle_ja {
    font-size: 1.25rem;
  }
}

.section_btn_link.mail::before {
  width: max(15px, 1.5vw);
  height: auto;
  aspect-ratio: 1;
  content: "";
  background-image: url("https://xs137202.xsrv.jp/kirara-onoda-glass/wp-content/themes/kirara_v.0.8/svg/icon_mail.svg");
  background-size: contain;
}

.section_btn_link.tel::before {
  width: max(15px, 1.5vw);
  height: auto;
  aspect-ratio: 1;
  content: "";
  background-image: url("https://xs137202.xsrv.jp/kirara-onoda-glass/wp-content/themes/kirara_v.0.8/svg/icon_tell.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.contact_btn_list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 760px) {
  .contact_btn_list {
    flex-direction: column;
    align-items: center;
  }
}

.contact_btn_container {
  margin-top: 100px;
  text-align: center;
}

/*************************************************************************
layout
*************************************************************************/
/* レイアウト */
main {
  display: block;
}
@media (max-width: 760px) {
  main {
    margin-top: 60px;
  }
}

section {
  padding-top: 1px;
}

section:not(.full) {
  padding-right: calc(50dvw - 700px);
  padding-left: calc(50dvw - 700px);
}
@media screen and (width <= 1500px) {
  section:not(.full) {
    padding: 0 50px;
  }
}
@media (max-width: 760px) {
  section:not(.full) {
    padding: 0 10px;
  }
}

.content {
  margin-top: 80px;
}
@media (max-width: 760px) {
  .content {
    margin-top: 60px;
  }
}

.pageIntro {
  margin-top: 30px;
  font-family: serif;
  text-align: center;
}
@media (max-width: 760px) {
  .pageIntro {
    width: 95%;
    margin: auto;
    margin-top: 30px;
    text-align: left;
  }
}

/* header */
.header {
  position: fixed;
  top: 0;
  z-index: 996;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 80px;
  padding: 0 2%;
  background-color: white;
}
@media (max-width: 760px) {
  .header {
    justify-content: flex-start;
    height: 60px;
  }
}

.header_title_link {
  display: block;
  width: auto;
  aspect-ratio: 1;
  padding: 16%;
  background-color: white;
  border-radius: 50%;
}
@media (max-width: 760px) {
  .header_title_link {
    width: 90px;
    height: 90px;
  }
}

.header_title_link img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header_title {
  position: absolute;
  top: 0;
  left: 5%;
}

.header_menu {
  width: 100%;
  margin-left: auto;
}

.header_menu_list {
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: flex-end;
}

.header_menu_link img {
  width: 20px;
}

.header_menu_item {
  color: black;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 40px;
  background: #aee1e1;
  border-radius: 45px;
}

.btn::before {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 5px;
  height: auto;
  aspect-ratio: 1;
  content: "";
  background: black;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* ////////////////////////////////////////////
// hamburger
//////////////////////////////////////////// */
.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  display: none;
}
@media (max-width: 760px) {
  .hamburger {
    display: block;
  }
}

.hamburger::before {
  position: absolute;
  bottom: 50%;
  display: block;
  width: 36px;
  height: 2px;
  content: "";
  background: black;
  border-radius: 90px;
  transform: translate(0, 50%);
  transition: 0.3s;
}

.hamburger.is-active::before {
  bottom: 5px;
  transition: 0.3s;
}

.hamburger_icon {
  position: relative;
  display: block;
  height: 50px;
  aspect-ratio: 1;
}

.hamburger_icon::before,
.hamburger_icon::after {
  position: absolute;
  top: 15px;
  display: block;
  width: 30px;
  height: 2px;
  content: "";
  background: black;
  border-radius: 90px;
  transition: 0.3s;
}

.hamburger_icon::after {
  top: auto;
  bottom: 15px;
  width: 24px;
}

.is-active .hamburger_icon::before,
.is-active .hamburger_icon::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  background: black;
  border-radius: 90px;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s;
}

.is-active .hamburger_icon::after {
  transform: translate(0, -50%) rotate(-45deg);
}

@media (max-width: 760px) {
  .header_menu {
    position: fixed;
    inset: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
  }
  .header_menu.is-active {
    z-index: 999;
    display: block;
    visibility: visible;
    width: 100%;
    height: 100vh;
    opacity: 1;
    transition: 0.5s ease;
  }
  .overlay.is-active {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100vh;
    background: white;
  }
  .header_menu_list {
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    height: 100dvh;
    padding-left: 10%;
    font-size: 1.25rem;
    list-style-type: none;
  }
}
.footer {
  width: 1200px;
  max-width: 90vw;
  padding: 100px 0;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 760px) {
  .footer {
    padding: 80px 0 100px;
  }
}

.footer_banner {
  width: 800px;
  max-width: 50vw;
  margin: 0 auto 100px;
  line-height: 5;
  text-align: center;
}
@media (max-width: 760px) {
  .footer_banner {
    width: 100%;
    max-width: 100%;
  }
}

.is-active .footer_banner {
  display: none;
}

.footer_banner_img {
  font-size: 15px;
  line-height: 3;
}

@media (max-width: 760px) {
  .footer_banner_img img {
    aspect-ratio: 1;
    height: auto;
    border-radius: 15px;
  }
}

.footerCorp_name {
  width: 100px;
}

.footerNavi {
  display: flex;
  gap: 5vw;
}
@media (max-width: 760px) {
  .footerNavi {
    gap: 0;
    flex-direction: column;
    margin-top: 30px;
  }
}

.footerSNS {
  width: 25px;
  margin: 20px 0;
}

.footerLayout {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid gray;
}
@media (max-width: 760px) {
  .footerLayout {
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .footerNavi_item {
    line-height: 3;
  }
}

@media (max-width: 760px) {
  .footerCorp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 760px) {
  .footer.is-active {
    position: fixed;
    inset: 0;
    z-index: 998;
    padding: 0 5%;
    overflow: auto;
    overflow-x: scroll;
    background-color: white;
    width: 100%;
    max-width: none;
  }
  .footer.is-active .footerLayout {
    top: 60px;
    z-index: 99;
  }
}
.footerInfo_text {
  display: flex;
}
@media (max-width: 760px) {
  .footerInfo_text {
    display: none;
  }
}

dd {
  margin-right: 50px;
}

.footerBottom,
.footerBottom_nav {
  display: flex;
  gap: 20px;
}
@media (max-width: 760px) {
  .footerBottom,
  .footerBottom_nav {
    flex-direction: column-reverse;
  }
}

.backToTop {
  margin-left: auto;
}

@media (max-width: 760px) {
  .copyRight {
    font-size: 20px;
    line-height: 1;
    margin-top: 20px;
    color: darkslategray;
  }
}

.breadcrumb {
  padding-top: 50px;
}
.breadcrumb_list {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  padding-left: 120px;
  flex-wrap: wrap;
  margin-top: 1.875rem;
  font-family: serif;
}
@media (max-width: 760px) {
  .breadcrumb_list {
    padding-left: 50px;
    margin-top: 130px;
    padding-left: 5%;
  }
}

.breadcrumb_item.breadcrumb-top {
  color: #98a3ae;
}

.breadcrumb_item {
  font-size: 0.9375rem;
}

.breadcrumb_item:not(:last-child)::after {
  padding-left: 15px;
  font-family: monospace;
  font-weight: bold;
  content: ">";
}

.pageHeader_heading {
  display: flex;
  flex-direction: column-reverse;
  height: 250px;
  text-align: center;
}
@media (max-width: 760px) {
  .pageHeader_heading {
    height: 150px;
  }
}

.pageHeader_heading_en {
  font-family: poppins;
  font-size: 64px;
  color: #333;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .pageHeader_heading_en {
    font-size: 32px;
  }
}

.pageHeader_heading_ja {
  font-family: serif;
  font-weight: normal;
}

.subPageIntro_text {
  width: max(571.4285714286px, 800 * 100vw / 1400);
  margin: auto;
  margin-top: 50px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 760px) {
  .subPageIntro_text {
    width: 95%;
    text-align: left;
  }
}

.subPageIntro_img {
  width: 1000px;
  max-width: 80vw;
  height: auto;
  aspect-ratio: 2/1;
  margin: auto;
  margin-top: 100px;
  overflow: hidden;
  border-radius: 45px;
}
@media (max-width: 760px) {
  .subPageIntro_img {
    max-width: 95%;
    border-radius: 15px;
    margin-top: 50px;
  }
}

.float {
  position: fixed;
  top: 10vh;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 150px;
  height: 90vh;
  padding: 15px;
  z-index: 2;
}
@media (max-width: 760px) {
  .float {
    z-index: 997;
    top: auto;
    bottom: 0;
    height: auto;
  }
}

.circle .floatMenu_link {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  justify-content: center;
  width: 110px;
  aspect-ratio: 1;
  padding: 15px;
  font-weight: bold;
  line-height: 1;
  color: #292727;
  text-align: center;
  background: #ffd166;
  border-radius: 100%;
}
@media (max-width: 760px) {
  .circle .floatMenu_link {
    font-size: 0;
    line-height: 0;
    gap: 0;
    padding: 0;
    width: 40px;
  }
}

.floatMenu_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: auto;
}
@media (max-width: 760px) {
  .floatMenu_list {
    gap: 10px;
    align-items: flex-end;
  }
}

.line .floatMenu_link::before {
  width: max(15px, 1.5vw);
  height: auto;
  aspect-ratio: 1;
  content: "";
  background-image: url("https://xs137202.xsrv.jp/kirara-onoda-glass/wp-content/uploads/icon_LINE.png");
  background-size: contain;
}
@media (max-width: 760px) {
  .line .floatMenu_link::before {
    width: 20px;
  }
}

.shop .floatMenu_link::before {
  width: max(15px, 1.5vw);
  height: auto;
  aspect-ratio: 1;
  content: "";
  background-image: url("https://xs137202.xsrv.jp/kirara-onoda-glass/wp-content/uploads/icon_shop.png");
  background-size: contain;
}
@media (max-width: 760px) {
  .shop .floatMenu_link::before {
    width: 20px;
  }
}

.floatMenu_item.rec {
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 760px) {
  .floatMenu_item.rec {
    width: 87px;
  }
}

@media (max-width: 760px) {
  .floatMenu_item.circle {
    position: fixed;
    top: 15px;
    left: 120px;
  }
  .floatMenu_item.circle.line {
    left: 170px;
  }
}
/* ====================================
  1400px基準で作った見た目を
  - 1200pxまでは縮む（それ以下は縮み止め）
  - 1400px以上は上限なしで拡大し続ける
==================================== */
.hero {
  height: 100svh;
  min-height: 32.5rem;
  overflow: hidden;
}
@media (max-width: 760px) {
  .hero {
    height: calc(98svh - 60px);
  }
}

.hero_img {
  display: block;
  height: 100%;
}

.hero_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero_ja {
  position: absolute;
  bottom: 20%;
  left: 8%;
  z-index: 0;
  font-family: serif;
  font-size: max(48px, 4vw);
  font-weight: bold;
  line-height: 1.4;
  color: white;
}
@media (max-width: 760px) {
  .hero_ja {
    bottom: auto;
    top: 10%;
    font-size: max(32px, 32 * 100vw / 360);
  }
}

.hero_ja::after {
  position: absolute;
  bottom: -50%;
  left: -23%;
  z-index: -1;
  width: max(168px, 14vw);
  height: auto;
  aspect-ratio: 0.5;
  content: "";
  background: linear-gradient(180deg, #cff8e2, #e2a8db, #80c1e2);
  border-radius: 0 100% 100% 0%/50%;
}
@media (max-width: 760px) {
  .hero_ja::after {
    left: -10%;
    width: max(100px, 100 * 100vw / 360);
  }
}

.hero_en {
  position: absolute;
  bottom: 0;
  font-size: max(102px, 8.5vw);
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-wrap-mode: nowrap;
  text-transform: uppercase;
  opacity: 0.5;
}
@media (max-width: 760px) {
  .hero_en {
    font-size: max(64px, 64 * 100vw / 360);
  }
}

.topSection {
  display: flex;
  padding-top: clamp(107.1428571429px, 150 * 100vw / 1400, 150px);
}
@media (max-width: 760px) {
  .topSection {
    flex-direction: column;
    padding-top: 50px;
  }
}

.topSection_img {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: max(207.1428571429px, 290 * 100vw / 1400);
  gap: max(3.5714285714px, 5 * 100vw / 1400);
  width: 45%;
  overflow: hidden;
  border-top-right-radius: max(57.1428571429px, 80 * 100vw / 1400);
}
@media (max-width: 760px) {
  .topSection_img {
    grid-auto-rows: max(150px, 150 * 100vw / 360);
    width: 95%;
  }
}

.topSection_img-big {
  grid-column: 1/3;
}

.topSection_content {
  width: 54%;
  padding: max(35.7142857143px, 50 * 100vw / 1400) max(57.1428571429px, 80 * 100vw / 1400);
}
@media (max-width: 760px) {
  .topSection_content {
    width: 100%;
    padding: 30px 20px;
  }
}

.section_cache {
  margin-top: max(21.4285714286px, 30 * 100vw / 1400);
  font-family: serif;
  font-size: max(25px, 35 * 100vw / 1400);
  line-height: 1.5;
}
@media (max-width: 760px) {
  .section_cache {
    font-size: max(27px, 27 * 100vw / 360);
    margin-top: 30px;
  }
}

.topSection_text {
  margin-top: max(21.4285714286px, 30 * 100vw / 1400);
}
@media (max-width: 760px) {
  .topSection_text {
    font-size: max(16px, 16 * 100vw / 360);
    line-height: 2;
  }
}

.topSection_img img:first-child {
  grid-column: 1/8;
}

.topSection_img img:nth-child(2) {
  grid-column: 1/3;
}

.topSection_img img:nth-child(3) {
  grid-column: 3/8;
}

.section_btn_link {
  display: flex;
  gap: max(7.1428571429px, 10 * 100vw / 1400);
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1vw 2vw;
  text-wrap-mode: nowrap;
  font-weight: normal;
  line-height: 1;
  background-color: #aee1e1;
  border-radius: max(35.7142857143px, 50 * 100vw / 1400);
  box-shadow: 0 max(2.8571428571px, 4 * 100vw / 1400) max(2.8571428571px, 4 * 100vw / 1400) rgba(0, 0, 0, 0.2705882353);
}
@media (max-width: 760px) {
  .section_btn_link {
    padding: 20px;
  }
}

.section_btn_link::after {
  display: block;
  width: max(3.5714285714px, 5 * 100vw / 1400);
  height: auto;
  aspect-ratio: 1;
  content: "";
  background-color: black;
  border-radius: 100%;
}

.section_btn_container {
  display: flex;
  gap: max(14.2857142857px, 20 * 100vw / 1400);
  margin-top: max(28.5714285714px, 40 * 100vw / 1400);
}
@media (max-width: 760px) {
  .section_btn_container {
    flex-direction: column;
    align-items: center;
    flex-direction: column;
  }
}

.link-B {
  background-color: #ffd166;
}

.link-B::after {
  width: max(14.2857142857px, 20 * 100vw / 1400);
  content: "";
  background-color: white;
  background-image: url("https://xs137202.xsrv.jp/kirara-onoda-glass/wp-content/uploads/icon-link.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border-radius: 100%;
}

.topSection.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 760px) {
  .topSection.reverse {
    flex-direction: column;
  }
}

.reverse .topSection_img {
  border-top-left-radius: max(57.1428571429px, 80 * 100vw / 1400);
  border-top-right-radius: 0;
}

.topSection_img.single img:first-child {
  grid-row: 1/3;
  grid-column: 1/8;
}
.topSection_img.single iframe {
  grid-row: 1/3;
  grid-column: 1/8;
  width: 100%;
  height: 100%;
}

.section_eng {
  z-index: 0;
  font-family: poppins;
  font-size: max(46.4285714286px, 65 * 100vw / 1400);
  line-height: 1;
  text-transform: uppercase;
}

.section_title {
  display: flex;
  flex-direction: column;
  margin-left: clamp(50px, 70 * 100vw / 1400, 70px);
  font-weight: normal;
}
@media (max-width: 760px) {
  .section_title {
    margin-left: 10px;
  }
}

.section_eng::before {
  position: absolute;
  bottom: max(-14.2857142857px, -20 * 100vw / 1400);
  left: max(-50px, -70 * 100vw / 1400);
  z-index: -1;
  width: max(71.4285714286px, 100 * 100vw / 1400);
  height: auto;
  aspect-ratio: 1;
  content: "";
  background: linear-gradient(180deg, #dcfde9, #fba1f1, #a7e1fb);
  border-radius: 100%;
}

.topExperienceCards_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14.2857142857px, 20 * 100vw / 1400, 20px);
  width: clamp(857.1428571429px, 1200 * 100vw / 1400, 1200px);
  margin: auto;
  margin-top: clamp(-21.4285714286px, -30 * 100vw / 1400, -30px);
  margin-bottom: clamp(21.4285714286px, 30 * 100vw / 1400, 30px);
}

.topExperienceCards_item {
  min-width: 0;
  height: 100%;
}

.topExperienceCards_link {
  display: block;
  height: 100%;
  padding-bottom: clamp(57.1428571429px, 80 * 100vw / 1400, 80px);
  overflow: hidden;
  background-color: #f4f9f9;
  border-radius: clamp(10.7142857143px, 15 * 100vw / 1400, 15px);
}

.topExperienceCards_item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.topExperienceCards_title {
  font-family: serif;
  font-size: max(17.1428571429px, 24 * 100vw / 1400);
  font-weight: normal;
  line-height: 3;
  text-align: center;
  white-space: nowrap;
}

.topExperienceCards_text {
  padding: 0 max(25px, 35 * 100vw / 1400);
}

.topExperienceCards_price {
  padding: 0 max(25px, 35 * 100vw / 1400);
  line-height: 3;
}
@media (max-width: 760px) {
  .topExperienceCards_price {
    padding: 0 max(20px, 20 * 100vw / 360);
  }
}

.topExperienceCards_item::after {
  position: absolute;
  right: max(21.4285714286px, 30 * 100vw / 1400);
  bottom: max(21.4285714286px, 30 * 100vw / 1400);
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(17.8571428571px, 25 * 100vw / 1400);
  height: auto;
  aspect-ratio: 1;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: white;
  content: ">";
  background-color: #ffd166;
  border-radius: 100%;
}

.section_btn_extraInfo {
  text-align: center;
}

/* ===== Group & Special セクション（背景面） ===== */
.topGroupSpecial {
  margin-top: clamp(107.1428571429px, 150 * 100vw / 1400, 150px);
  background-color: #eef6f6;
  border-radius: max(71.4285714286px, 100 * 100vw / 1400);
}
.topGroupSpecial .topSection {
  border-radius: max(40px, 56 * 100vw / 1400);
}

/* ===== 画像：double（2枚構成） ===== */
.topSection_img.double {
  grid-template-columns: 1fr;
  grid-auto-rows: clamp(342.8571428571px, 480 * 100vw / 1400, 480px);
}
@media (max-width: 760px) {
  .topSection_img.double {
    grid-auto-rows: max(150px, 150 * 100vw / 360);
  }
}

.topSection_img.double img {
  grid-column: auto;
}

/* ===== ボタン：link-B line（指定） ===== */
.section_btn_link.line::before {
  width: max(15px, 21 * 100vw / 1400);
  height: auto;
  aspect-ratio: 1;
  content: "";
  background-image: url("https://xs137202.xsrv.jp/kirara-onoda-glass/wp-content/uploads/icon_LINE.png");
  background-size: contain;
}

.section_btn_link.line::after {
  width: max(13.5714285714px, 19 * 100vw / 1400);
  background-color: transparent;
  background-image: url("https://xs137202.xsrv.jp/kirara-onoda-glass/wp-content/uploads/icon-link.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border-radius: 999px;
}

/* ===== Group cards ===== */
.topGroupCards_list {
  display: flex;
  gap: clamp(35.7142857143px, 50 * 100vw / 1400, 50px);
  margin: clamp(-71.4285714286px, -100 * 100vw / 1400, -100px) clamp(35.7142857143px, 50 * 100vw / 1400, 50px) auto;
  overflow: hidden;
}
@media (max-width: 760px) {
  .topGroupCards_list {
    flex-direction: column;
    margin: auto;
    overflow: visible;
  }
}

@media (max-width: 760px) {
  .topGroupCards_text {
    display: none;
  }
}

@media (max-width: 760px) {
  .topGroupCards_price {
    margin-top: 20px;
  }
}

.topGroupCards_item {
  flex: none;
  width: clamp(407.1428571429px, 570 * 100vw / 1400, 570px);
}
@media (max-width: 760px) {
  .topGroupCards_item {
    width: 100%;
  }
}

.topGroupCards_link {
  display: flex;
  height: clamp(214.2857142857px, 300 * 100vw / 1400, 300px);
  overflow: hidden;
  background: white;
  border-radius: clamp(10.7142857143px, 15 * 100vw / 1400, 15px);
}
@media (max-width: 760px) {
  .topGroupCards_link {
    width: 95%;
    margin: auto;
  }
}

.topGroupCards_body {
  width: 50%;
  padding: clamp(21.4285714286px, 30 * 100vw / 1400, 30px);
}

.topGroupCards_label {
  font-size: clamp(17.1428571429px, 24 * 100vw / 1400, 24px);
  font-weight: normal;
}

.topGroupCards_tag {
  display: flex;
  gap: clamp(7.1428571429px, 10 * 100vw / 1400, 10px);
  align-items: center;
  justify-content: center;
  font-family: serif;
}

.topGroupCards_tag.tag-a::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: clamp(7.1428571429px, 10 * 100vw / 1400, 10px);
  font-family: "Noto Sans JP";
  font-size: clamp(11.4285714286px, 16 * 100vw / 1400, 16px);
  color: white;
  content: "要予約";
  background-color: #47acac;
  border-radius: 50%;
}

.topGroupCards_img {
  flex: 1;
}

.topGroupCards_link::after {
  position: absolute;
  right: clamp(21.4285714286px, 30 * 100vw / 1400, 30px);
  bottom: clamp(21.4285714286px, 30 * 100vw / 1400, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(17.8571428571px, 25 * 100vw / 1400, 25px);
  height: auto;
  aspect-ratio: 1;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: white;
  content: ">";
  background-color: #ffd166;
  border-radius: 100%;
}

.topNews {
  padding: max(100px, 140 * 100vw / 1400) 0;
}

.topNews_inner {
  padding-right: calc(50dvw - 700px);
  padding-left: calc(50dvw - 700px);
}
@media screen and (width <= 1500px) {
  .topNews_inner {
    padding: 0 max(57.1428571429px, 80 * 100vw / 1400);
  }
}
@media (max-width: 760px) {
  .topNews_inner {
    padding: 0 max(7.1428571429px, 10 * 100vw / 1400);
  }
}

.topNews_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .topNews_head {
    flex-direction: column;
  }
}

.topNews_title {
  position: relative;
}

.topNews_title .section_eng::before {
  position: absolute;
  bottom: max(-14.2857142857px, -20 * 100vw / 1400);
  left: max(-50px, -70 * 100vw / 1400);
  z-index: -1;
  width: max(71.4285714286px, 100 * 100vw / 1400);
  aspect-ratio: 1;
  content: "";
  background: linear-gradient(180deg, #dcfde9, #fba1f1, #a7e1fb);
  border-radius: 100%;
}

.topNews_btn {
  margin-top: max(7.1428571429px, 10 * 100vw / 1400);
}

/* 右側のリスト枠 */
.topNews_body {
  width: 62%;
  margin-top: max(21.4285714286px, 30 * 100vw / 1400);
  margin-left: auto;
}
@media (max-width: 760px) {
  .topNews_body {
    width: 95%;
    margin: auto;
    margin-top: 20px;
  }
}

.topNews_list {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 760px) {
  .topNews_item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.08) 1px, transparent 1.5px) 0 0/6px 6px, linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%);
  }
}

.topNews_item + .topNews_item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.topNews_link {
  display: grid;
  grid-template-columns: max(121.4285714286px, 170 * 100vw / 1400) 1fr;
  -moz-column-gap: max(28.5714285714px, 40 * 100vw / 1400);
       column-gap: max(28.5714285714px, 40 * 100vw / 1400);
  align-items: center;
  padding: max(17.1428571429px, 24 * 100vw / 1400) max(21.4285714286px, 30 * 100vw / 1400);
  background: #fff;
}
@media (max-width: 760px) {
  .topNews_link {
    overflow: hidden;
  }
}

.topNews_thumb {
  display: grid;
  place-items: center;
  width: max(121.4285714286px, 170 * 100vw / 1400);
  height: max(78.5714285714px, 110 * 100vw / 1400);
  overflow: hidden;
  background: #eef3f2;
  border-radius: max(12.8571428571px, 18 * 100vw / 1400);
}

.topNews_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topNews_meta {
  display: flex;
  gap: max(12.8571428571px, 18 * 100vw / 1400);
  align-items: center;
  margin-bottom: max(4.2857142857px, 6 * 100vw / 1400);
}

.topNews_date {
  font-size: max(10px, 14 * 100vw / 1400);
  opacity: 0.8;
}

.topNews_cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: max(2.8571428571px, 4 * 100vw / 1400) max(10px, 14 * 100vw / 1400);
  font-size: max(8.5714285714px, 12 * 100vw / 1400);
  background: #e8ecec;
  border-radius: 999px;
}
@media (max-width: 760px) {
  .topNews_cat {
    white-space: nowrap;
  }
}

.topNews_cat.is-recruit {
  background: #ffe6a8;
}

.topNews_text {
  font-size: max(11.4285714286px, 16 * 100vw / 1400);
  line-height: 1.6;
}

.topWorks {
  padding: 0;
}

.topWorks_hero_img {
  height: clamp(403.5714285714px, 565 * 100vw / 1400, 565px);
  overflow: hidden;
  border-radius: clamp(71.4285714286px, 100 * 100vw / 1400, 100px) clamp(71.4285714286px, 100 * 100vw / 1400, 100px) 0 0;
}
@media (max-width: 760px) {
  .topWorks_hero_img {
    height: 300px;
  }
}

/* 囲い面：ここから角丸（＝画像直下は角丸なし） */
.topWorks_panel {
  padding: max(64.2857142857px, 90 * 100vw / 1400) 0 max(78.5714285714px, 110 * 100vw / 1400);
  margin-top: 0; /* 画像直下で繋ぐ */
  background: #eef6f6;
  border-radius: 0 0 max(71.4285714286px, 100 * 100vw / 1400) max(71.4285714286px, 100 * 100vw / 1400);
}

.topWorks_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 max(57.1428571429px, 80 * 100vw / 1400);
}
@media (max-width: 760px) {
  .topWorks_head {
    flex-direction: column;
  }
}

.topWorks_btns.section_btn_container {
  gap: max(14.2857142857px, 20 * 100vw / 1400);
  margin-top: max(7.1428571429px, 10 * 100vw / 1400);
}

/* ===== slider ===== */
.topWorksSlider {
  position: relative;
  margin-top: max(28.5714285714px, 40 * 100vw / 1400);
}

.topWorksViewport {
  width: 100%;
  overflow: hidden;
}

/* TrackはJSでtranslateX制御（scrollLeftは使わない） */
.topWorksTrack {
  display: flex;
  gap: max(14.2857142857px, 20 * 100vw / 1400);
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.topWorksTrack.is-dragging {
  cursor: grabbing;
}

.topWorksTrack {
  cursor: grab;
}

/* カード：縦長／画像と白背景が約1:1 */
.topWorksCard {
  flex: 0 0 clamp(285.7142857143px, 400 * 100vw / 1400, 400px);
  opacity: 0.6;
  transform: scale(0.8);
  transform-origin: center bottom;
  transition: transform 320ms ease, opacity 320ms ease, flex-basis 320ms ease;
}

.topWorksCard.is-focus {
  flex-basis: clamp(285.7142857143px, 400 * 100vw / 1400, 400px);
  opacity: 1;
  transform: scale(1);
}

.topWorksCard.is-near {
  opacity: 0.9;
  transform: scale(0.8);
}

.topWorksCard_link {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr; /* 約1:1 */
  height: clamp(371.4285714286px, 520 * 100vw / 1400, 520px);
  overflow: hidden;
  background: #fff;
  border-radius: clamp(12.8571428571px, 18 * 100vw / 1400, 18px);
  box-shadow: 0 max(2.8571428571px, 4 * 100vw / 1400) max(12.8571428571px, 18 * 100vw / 1400) rgba(0, 0, 0, 0.0705882353);
}

.topWorksCard_img {
  overflow: hidden;
  background: #eee;
}

.topWorksCard_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topWorksCard_body {
  padding: clamp(18.5714285714px, 26 * 100vw / 1400, 26px) clamp(20px, 28 * 100vw / 1400, 28px);
}

.topWorksCard_title {
  font-family: serif;
  font-size: max(17.1428571429px, 24 * 100vw / 1400);
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 760px) {
  .topWorksCard_title {
    font-size: max(24px, 24 * 100vw / 360);
  }
}

.topWorksCard_en {
  font-family: poppins, sans-serif;
  font-size: max(10px, 14 * 100vw / 1400);
  color: #47acac;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 760px) {
  .topWorksCard_en {
    font-size: max(16px, 16 * 100vw / 360);
  }
}

/* （追加されている本文があるので、最低限整える） */
.topWorksCard_text {
  margin-top: clamp(8.5714285714px, 12 * 100vw / 1400, 12px);
  font-size: clamp(10px, 14 * 100vw / 1400, 14px);
  line-height: 1.7;
  text-align: left;
}
@media (max-width: 760px) {
  .topWorksCard_text {
    font-size: max(16px, 16 * 100vw / 360);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* 右下の黄色矢印 */
.topWorksCard_arrow {
  position: absolute;
  right: clamp(12.8571428571px, 18 * 100vw / 1400, 18px);
  bottom: clamp(12.8571428571px, 18 * 100vw / 1400, 18px);
  width: clamp(24.2857142857px, 34 * 100vw / 1400, 34px);
  aspect-ratio: 1;
  background: #ffd166;
  border-radius: 999px;
}

.topWorksCard_arrow::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: poppins, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  content: ">";
}

/* 矢印：青／大きい2枚に被さる */
.topWorksArrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: clamp(28.5714285714px, 40 * 100vw / 1400, 40px);
  aspect-ratio: 1;
  background: #aee1e1;
  border-radius: 999px;
  box-shadow: 0 max(4.2857142857px, 6 * 100vw / 1400) max(14.2857142857px, 20 * 100vw / 1400) rgba(0, 0, 0, 0.1333333333);
  transform: translateY(-50%);
}
@media (max-width: 760px) {
  .topWorksArrow {
    display: none;
  }
}

.topWorksArrow::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: poppins, sans-serif;
  font-size: max(12.8571428571px, 18 * 100vw / 1400);
  font-weight: 800;
  line-height: 1;
  color: #fff;
  content: ">";
}

.topWorksArrow.is-prev {
  left: calc(50% - clamp(307.1428571429px, 430 * 100vw / 1400, 430px));
}

.topWorksArrow.is-next {
  right: auto;
  left: calc(50% + clamp(278.5714285714px, 390 * 100vw / 1400, 390px));
}

.topWorksArrow.is-prev::before {
  content: "<";
}

.topArtist {
  padding: max(100px, 140 * 100vw / 1400) 0;
}
@media (max-width: 760px) {
  .topArtist {
    padding: 30px 20px;
  }
}

.topArtist_inner {
  padding-right: calc(50dvw - 700px);
  padding-left: calc(50dvw - 700px);
}
@media screen and (width <= 1500px) {
  .topArtist_inner {
    padding: 0 max(57.1428571429px, 80 * 100vw / 1400);
  }
}
@media (max-width: 760px) {
  .topArtist_inner {
    padding: 0 max(7.1428571429px, 10 * 100vw / 1400);
  }
}

.topArtist_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .topArtist_head {
    margin-left: 5%;
    flex-direction: column;
  }
}

.topArtist_btn {
  margin-top: max(7.1428571429px, 10 * 100vw / 1400);
}

.topArtistSlider {
  position: relative;
  margin-top: max(28.5714285714px, 40 * 100vw / 1400);
}

/* 3枚 + 見切れ（0.35枚くらい） */
.topArtistViewport {
  max-width: calc(clamp(267.8571428571px, 375 * 100vw / 1400, 375px) * 3 + clamp(20px, 28 * 100vw / 1400, 28px) * 2 + clamp(100px, 140 * 100vw / 1400, 140px));
  padding-bottom: 30px;
  margin: 0 auto;
  overflow: hidden;
}

.topArtistTrack {
  display: flex;
  gap: clamp(20px, 28 * 100vw / 1400, 28px);
  touch-action: pan-y;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.topArtistTrack.is-dragging {
  cursor: grabbing;
}

/* カード：worksと同構造、指定サイズ（1400px時 375×530） */
.topArtistCard {
  flex: 0 0 clamp(267.8571428571px, 375 * 100vw / 1400, 375px);
}

.topArtistCard_link {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: clamp(378.5714285714px, 530 * 100vw / 1400, 530px);
  overflow: hidden;
  background: #fff;
  border-radius: clamp(12.8571428571px, 18 * 100vw / 1400, 18px);
  box-shadow: 0 max(2.8571428571px, 4 * 100vw / 1400) max(12.8571428571px, 18 * 100vw / 1400) rgba(0, 0, 0, 0.0705882353);
}

.topArtistCard_img {
  overflow: hidden;
  background: #eee;
}

.topArtistCard_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topArtistCard_body {
  padding: clamp(18.5714285714px, 26 * 100vw / 1400, 26px) clamp(20px, 28 * 100vw / 1400, 28px);
}

.topArtistCard_title {
  font-family: serif;
  font-size: clamp(17.1428571429px, 24 * 100vw / 1400, 24px);
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 760px) {
  .topArtistCard_title {
    font-size: max(24px, 24 * 100vw / 360);
  }
}

.topArtistCard_en {
  margin-top: clamp(7.1428571429px, 10 * 100vw / 1400, 10px);
  font-family: poppins, sans-serif;
  font-size: clamp(10px, 14 * 100vw / 1400, 14px);
  color: #47acac;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.04em;
}
@media (max-width: 760px) {
  .topArtistCard_en {
    font-size: max(14px, 14 * 100vw / 360);
  }
}

.topArtistCard_text {
  margin-top: clamp(8.5714285714px, 12 * 100vw / 1400, 12px);
  font-size: clamp(10px, 14 * 100vw / 1400, 14px);
  line-height: 1.7;
}
@media (max-width: 760px) {
  .topArtistCard_text {
    font-size: max(14px, 14 * 100vw / 360);
  }
}

/* 右下の黄色矢印（works同様） */
.topArtistCard_arrow {
  position: absolute;
  right: clamp(12.8571428571px, 18 * 100vw / 1400, 18px);
  bottom: clamp(12.8571428571px, 18 * 100vw / 1400, 18px);
  width: clamp(24.2857142857px, 34 * 100vw / 1400, 34px);
  aspect-ratio: 1;
  background: #ffd166;
  border-radius: 999px;
}

.topArtistCard_arrow::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: poppins, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  content: ">";
}

/* 矢印：3枚の両端に被せる（viewport基準） */
.topArtistArrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: clamp(31.4285714286px, 44 * 100vw / 1400, 44px);
  aspect-ratio: 1;
  background: #aee1e1;
  border-radius: 999px;
  box-shadow: 0 max(4.2857142857px, 6 * 100vw / 1400) max(14.2857142857px, 20 * 100vw / 1400) rgba(0, 0, 0, 0.1333333333);
  transform: translateY(-50%);
}
@media (max-width: 760px) {
  .topArtistArrow {
    display: none;
  }
}

.topArtistArrow::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: poppins, sans-serif;
  font-size: clamp(12.8571428571px, 18 * 100vw / 1400, 18px);
  font-weight: 800;
  line-height: 1;
  color: #fff;
  content: ">";
}

/* 「3枚の両端」に被る＝viewportの左右端に置く */
.topArtistArrow.is-prev {
  left: calc(50% - (clamp(267.8571428571px, 375 * 100vw / 1400, 375px) * 1.5 + clamp(20px, 28 * 100vw / 1400, 28px) * 1));
}

.topArtistArrow.is-prev::before {
  content: "<";
}

.topArtistArrow.is-next {
  right: auto;
  left: calc(50% + clamp(267.8571428571px, 375 * 100vw / 1400, 375px) * 1.5 + clamp(20px, 28 * 100vw / 1400, 28px) * 1 - clamp(31.4285714286px, 44 * 100vw / 1400, 44px));
}

@media (max-width: 760px) {
  /* SPだけ：横スワイプ + スナップ */
  .topExperienceCards_list {
    grid-auto-flow: column;
    gap: 12px;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    padding: 0 16px 8px; /* 端の余白 */
    margin: 0;
    list-style: none;
  }
  .topExperienceCards_item {
    scroll-snap-align: start;
    width: 250px;
  }
  /* スクロールバーを薄く/非表示（好みで） */
  .topExperienceCards_list::-webkit-scrollbar {
    height: 6px;
  }
  .topExperienceCards_list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 999px;
  }
}
@media (max-width: 760px) {
  /* SPだけ：1枚フォーカス + 次を小さくチラ見せ */
  [data-works-viewport] {
    overflow: hidden; /* 余計なはみ出しを抑える */
  }
  [data-works-track] {
    display: flex;
    gap: 12px;
    touch-action: pan-x;
    will-change: transform;
  }
  /* “幅”は全カード同じ（JSのstep計算を壊さないため） */
  [data-works-card] {
    flex: 0 0 86vw; /* ここが「大きい1枚が画面内に収まる」基準 */
    transform-origin: left center;
    transform: scale(0.86); /* 通常は少し小さめ */
    opacity: 0.85;
    transition: transform 520ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 520ms cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  /* 現在の大きい1枚 */
  [data-works-card].is-focus {
    transform: scale(1);
    opacity: 1;
  }
  /* 次の1枚を小さく見せてチラ見せ */
  [data-works-card].is-next {
    transform: scale(0.9);
    opacity: 0.9;
  }
  /* ドラッグ中のガタつき抑制 */
  [data-works-track].is-dragging [data-works-card] {
    transition: none;
  }
}
/* ===== access ===== */
.accessInfo_title {
  margin-top: max(35.7142857143px, 50 * 100vw / 1400);
  font-family: serif;
  font-size: max(17.1428571429px, 24 * 100vw / 1400);
  font-weight: normal;
}

.accessInfo_list {
  padding-inline-start: max(14.2857142857px, 20 * 100vw / 1400);
  margin-top: max(7.1428571429px, 10 * 100vw / 1400);
  list-style: disc;
}

/* Google map iframe（topSection_img.single に iframe を入れる想定） */
.topSection_img.single iframe {
  width: 100%;
  height: 100%;
  min-height: max(342.8571428571px, 480 * 100vw / 1400);
  border: 0;
  border-radius: inherit;
}

/* ===== facilities table ===== */
.facilities {
  margin-top: max(57.1428571429px, 80 * 100vw / 1400);
}
.facilities tr {
  border-bottom: 1px solid #ddd;
}
.facilities th {
  width: 35%;
  padding: clamp(14.2857142857px, 20 * 100vw / 1400, 20px);
  font-weight: normal;
}
.facilities td {
  width: 65%;
  padding: clamp(14.2857142857px, 20 * 100vw / 1400, 20px);
}

/* ===== guide ===== */
.guide_wrapper {
  max-width: 1400px;
  margin: auto;
  margin-top: max(107.1428571429px, 150 * 100vw / 1400);
}

.guide_intro {
  display: flex;
  gap: max(107.1428571429px, 150 * 100vw / 1400);
}
@media (max-width: 760px) {
  .guide_intro {
    gap: 30px;
    flex-direction: column;
  }
}

.guide_intro_img {
  width: max(342.8571428571px, 480 * 100vw / 1400);
}

.guide_intro_img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.guide_intro_text {
  width: clamp(428.5714285714px, 600 * 100vw / 1400, 600px);
  margin-top: clamp(21.4285714286px, 30 * 100vw / 1400, 30px);
  margin-left: clamp(50px, 70 * 100vw / 1400, 70px);
}
@media (max-width: 760px) {
  .guide_intro_text {
    width: 95%;
    margin: auto;
    margin-top: 30px;
  }
}

.guide_list {
  display: flex;
  flex-direction: column;
  gap: max(35.7142857143px, 50 * 100vw / 1400);
  width: clamp(857.1428571429px, 1200 * 100vw / 1400, 1200px);
  margin: auto;
  margin-top: max(71.4285714286px, 100 * 100vw / 1400);
}
@media (max-width: 760px) {
  .guide_list {
    width: 100%;
  }
}

.guide_item {
  display: flex;
  gap: clamp(64.2857142857px, 90 * 100vw / 1400, 90px);
}
@media (max-width: 760px) {
  .guide_item {
    gap: 30px;
    flex-direction: column;
  }
}

.guide_img {
  flex: none;
  width: max(371.4285714286px, 520 * 100vw / 1400);
  height: max(242.8571428571px, 340 * 100vw / 1400);
  overflow: hidden;
  border-top-right-radius: max(35.7142857143px, 50 * 100vw / 1400);
}

.guide_content {
  width: max(371.4285714286px, 520 * 100vw / 1400);
}
@media (max-width: 760px) {
  .guide_content {
    width: 95%;
    margin: auto;
  }
}

.guide_item_title {
  font-family: serif;
  font-size: max(31.4285714286px, 44 * 100vw / 1400);
  font-weight: normal;
}

.guide_item_text {
  margin-top: max(21.4285714286px, 30 * 100vw / 1400);
}

.guide_item:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .guide_item:nth-child(even) {
    flex-direction: column;
    justify-content: unset;
  }
}

.guide_item:nth-child(even) .guide_img {
  border-top-left-radius: max(35.7142857143px, 50 * 100vw / 1400);
  border-top-right-radius: 0;
}

/* ===== aboutConclusion ===== */
.aboutConclusion {
  background: linear-gradient(to bottom, #dcfde9, #a7e1fb);
}
@media (max-width: 760px) {
  .aboutConclusion {
    margin-top: 50px;
  }
}

.aboutConclusion_gallery_list {
  display: flex;
  gap: max(14.2857142857px, 20 * 100vw / 1400);
}

.aboutConclusion_gallery_item {
  display: grid;
  gap: max(2.1428571429px, 3 * 100vw / 1400);
  height: max(164.2857142857px, 230 * 100vw / 1400);
  aspect-ratio: 1;
  overflow: hidden;
  background: #fff;
  border-radius: max(10.7142857143px, 15 * 100vw / 1400);
}

.aboutConclusion_gallery_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* single：1枚で全部 */
.aboutConclusion_gallery_item.gridOf_1 {
  grid-template: 1fr/1fr;
}

/* double：上下 1/2ずつ */
.aboutConclusion_gallery_item.gridOf_2 {
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1fr;
}

/* triple：1枚目が上半分（横いっぱい）、下半分を2枚で左右等分 */
.aboutConclusion_gallery_item.gridOf_3 {
  grid-template-rows: repeat(2, 50%);
  grid-template-columns: repeat(2, 1fr);
}

.aboutConclusion_gallery_item.gridOf_3 img:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/3; /* 2列分使う */
}

.aboutConclusion_gallery_item.gridOf_3 img:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
}

.aboutConclusion_gallery_item.gridOf_3 img:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}

/* quad：上下左右 4等分（2x2） */
.aboutConclusion_gallery_item.gridOf_4 {
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}

.aboutConclusion_gallery_marquee {
  display: flex;
  gap: max(14.2857142857px, 20 * 100vw / 1400);
  width: 100%;
  padding-bottom: max(35.7142857143px, 50 * 100vw / 1400);
  margin-top: max(-35.7142857143px, -50 * 100vw / 1400);
  overflow: hidden;
}

.aboutConclusion_gallery_list.is-track {
  display: flex;
  flex: none;
  gap: max(14.2857142857px, 20 * 100vw / 1400);
  animation: aboutMarquee 28s linear infinite;
  will-change: transform;
}

@keyframes aboutMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - max(14.2857142857px, 20 * 100vw / 1400)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .aboutConclusion_gallery_list.is-track {
    animation: none;
  }
}
/*
  ここに追加するのは「newsの結果表示だけ」に限る想定。
  例：リストの余白調整、モバイル時の列幅、など。
*/
.page-news .itemCards {
  display: flex;
  flex-direction: column;
}

/* cards grid */
.itemCards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 900px) {
  .itemCards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .itemCards {
    grid-template-columns: 1fr;
  }
}

/* card */
.workCard {
  list-style: none;
}

.workCard_link {
  display: block;
  height: 100%;
  padding-bottom: max(28.5714285714px, 40 * 100vw / 1400);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.0509803922);
}

/* upper half image */
.workCard_thumb {
  aspect-ratio: 4/3;
  margin: 0;
  background: #eef6f6;
}

.workCard_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* body (center) */
.workCard_body {
  display: grid;
  gap: 10px;
  padding: 14px 14px 16px;
  text-align: center;
}

/* title big */
.workCard_title {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

/* type turquoise */
.workCard_type {
  font-size: 13px;
  font-weight: 600;
  color: #0aa;
}

/* description */
.workCard_desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.85;
}

/* extra meta tags (任意) */
.workCard_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin-top: 12px;
  font-size: 12px;
}

.workTag {
  padding: 0 6px 0 8px;
  background: #cae6ff;
  border-radius: 15px;
}

.workTag::before {
  content: "#";
}

/* button */
.workCard_cta {
  display: flex;
  justify-content: center;
  padding-top: 2px;
}

.workCard_btn {
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 14px;
  margin: 0 20px 0 auto;
  font-size: 13px;
  background: #eef6f6;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.051);
}

.workCard_link:hover .workCard_btn {
  background: #aee1e1;
}

.filterPage_grid {
  display: grid;
  grid-template-columns: max(171.4285714286px, 240 * 100vw / 1400) 1fr;
  gap: max(42.8571428571px, 60 * 100vw / 1400);
  align-items: start;
}
@media (max-width: 760px) {
  .filterPage_grid {
    display: block;
  }
}

/* 左：絞り込みナビ（works寄せ） */
.filterNav {
  display: grid;
  gap: max(7.1428571429px, 10 * 100vw / 1400);
  padding: max(12.8571428571px, 18 * 100vw / 1400);
  background: #eef6f6;
  border-radius: max(12.8571428571px, 18 * 100vw / 1400);
}

/* ボタン共通（works寄せ） */
.filterBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: max(8.5714285714px, 12 * 100vw / 1400) max(10px, 14 * 100vw / 1400);
  font-size: max(10px, 14 * 100vw / 1400);
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.0509803922);
}
@media (max-width: 760px) {
  .filterBtn {
    font-size: max(16px, 16 * 100vw / 360);
  }
}

.filterBtn.is-active {
  background: #aee1e1;
}

/* 見出し（アコーディオン） */
.filterBtn--head {
  font-weight: 700;
  background: lightblue;
}

/* アイコン */
.filterIcon {
  display: inline-grid;
  place-items: center;
  justify-content: center;
  width: max(15.7142857143px, 22 * 100vw / 1400);
  aspect-ratio: 1;
  background: #eef6f6;
  border-radius: 999px;
}

/* body（タグ群） */
.filterBody {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: max(7.1428571429px, 10 * 100vw / 1400);
}

/* 閉じる（あなたのJSが .is-open を付ける想定ならこれでOK） */
.filterGroup:not(.is-open) .filterBody {
  display: none;
}

/* 3件以降 hidden */
.filterBtn.is-hidden {
  display: none;
}

/* もっと見る */
.filterMore {
  padding: 5px 10px;
  font-size: 12px;
  background: #b6b6b6;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.051);
  opacity: 0.85;
}

/* リセット */
.filterReset {
  padding: max(8.5714285714px, 12 * 100vw / 1400) max(10px, 14 * 100vw / 1400);
  margin-top: max(4.2857142857px, 6 * 100vw / 1400);
  font-size: max(10px, 14 * 100vw / 1400);
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.0509803922);
  opacity: 0.9;
}

/* 右：結果（loading含む） */
.filterResult {
  position: relative;
}

.filterResult.is-loading {
  pointer-events: none;
  opacity: 0.6;
}

.filterResult.is-loading::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  background: rgba(255, 255, 255, 0.55);
  border-radius: max(12.8571428571px, 18 * 100vw / 1400);
  backdrop-filter: blur(2px);
}

.filterResult.is-loading::after {
  position: absolute;
  top: max(14.2857142857px, 20 * 100vw / 1400);
  right: max(14.2857142857px, 20 * 100vw / 1400);
  z-index: 4;
  width: max(12.8571428571px, 18 * 100vw / 1400);
  aspect-ratio: 1;
  content: "";
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.55);
  border-radius: 999px;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* 状態テキスト（共通） */
.filterState,
.worksState,
.newsState {
  margin-bottom: max(10px, 14 * 100vw / 1400);
  font-size: max(9.2857142857px, 13 * 100vw / 1400);
  opacity: 0.7;
}

/* ====================================
// Pagination（共通）
// 今のHTMLは listPagination を使ってるのでそれに合わせる
// ==================================== */
.listPagination {
  display: flex;
  justify-content: center;
  margin-top: max(21.4285714286px, 30 * 100vw / 1400);
}

.listPagination_inner {
  display: flex;
  gap: max(7.1428571429px, 10 * 100vw / 1400);
  align-items: center;
  justify-content: center;
}

/* ボタン/数字 */
.listPagination_btn,
.listPagination_num {
  display: grid;
  place-items: center;
  min-width: max(28.5714285714px, 40 * 100vw / 1400);
  height: max(28.5714285714px, 40 * 100vw / 1400);
  padding: 0 max(8.5714285714px, 12 * 100vw / 1400);
  background: #fff;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.0509803922);
}

/* current */
.listPagination_num.is-current {
  background: #ffd166;
}

/* disabled */
.listPagination_btn.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.filterBtn--item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  font-size: 14px;
}

.filterablePage .filterableLayout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
}
.filterablePage .filterableResult.is-loading {
  pointer-events: none;
  opacity: 0.6;
}
.filterablePage .filterPagination {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.filterablePage .filterPagination_nums {
  display: flex;
  gap: 6px;
  align-items: center;
}
.filterablePage .filterPagination_num.is-current {
  font-weight: 700;
}
@media (max-width: 900px) {
  .filterablePage .filterableLayout {
    grid-template-columns: 1fr;
  }
}

.filterGroup.is-open .filterIcon {
  color: transparent;
}

.filterGroup.is-open .filterIcon::after {
  position: absolute;
  color: black;
  content: "−";
}

.singleNews_wrap {
  padding: clamp(78.5714285714px, 110 * 100vw / 1400, 110px) 0 clamp(100px, 140 * 100vw / 1400, 140px);
}

.singleNews_head {
  margin-bottom: clamp(20px, 28 * 100vw / 1400, 28px);
}

.singleNews_title {
  font-family: serif;
  font-size: clamp(24.2857142857px, 34 * 100vw / 1400, 34px);
  font-weight: normal;
  line-height: 1.35;
}

.singleNews_meta {
  display: flex;
  gap: clamp(12.8571428571px, 18 * 100vw / 1400, 18px);
  align-items: center;
  margin-top: clamp(10px, 14 * 100vw / 1400, 14px);
}

.singleNews_cats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(7.1428571429px, 10 * 100vw / 1400, 10px);
}

.singleNews_thumb {
  height: clamp(300px, 420 * 100vw / 1400, 420px);
  overflow: hidden;
  background: #eef3f2;
  border-radius: clamp(17.1428571429px, 24 * 100vw / 1400, 24px);
}

.singleNews_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* コンテンツの見た目（wpautopあり前提） */
.singleNews_content {
  padding: clamp(25.7142857143px, 36 * 100vw / 1400, 36px) clamp(28.5714285714px, 40 * 100vw / 1400, 40px);
  margin-top: clamp(24.2857142857px, 34 * 100vw / 1400, 34px);
  background: #fff;
  border-radius: clamp(17.1428571429px, 24 * 100vw / 1400, 24px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.062745098);
}

.singleNews_content p + p {
  margin-top: 1.2em;
}

.singleNews_content h2,
.singleNews_content h3 {
  margin-top: 1.8em;
  font-family: serif;
  font-weight: normal;
}

.singleNews_nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14.2857142857px, 20 * 100vw / 1400, 20px);
  margin-top: clamp(28.5714285714px, 40 * 100vw / 1400, 40px);
}
@media (max-width: 760px) {
  .singleNews_nav {
    grid-template-columns: 1fr;
  }
}

.singleNews_navLink {
  display: grid;
  gap: clamp(5.7142857143px, 8 * 100vw / 1400, 8px);
  padding: clamp(12.8571428571px, 18 * 100vw / 1400, 18px) clamp(14.2857142857px, 20 * 100vw / 1400, 20px);
  background: #eef6f6;
  border-radius: clamp(12.8571428571px, 18 * 100vw / 1400, 18px);
}

.singleNews_navLabel {
  font-size: clamp(8.5714285714px, 12 * 100vw / 1400, 12px);
  opacity: 0.7;
}

.singleNews_navTitle {
  font-size: clamp(10px, 14 * 100vw / 1400, 14px);
  line-height: 1.5;
}

.singleNews_back {
  justify-items: center;
  margin-top: clamp(24.2857142857px, 34 * 100vw / 1400, 34px);
}

.singleNews_related {
  margin-top: clamp(57.1428571429px, 80 * 100vw / 1400, 80px);
}

.singleNews_relatedTitle {
  margin-bottom: clamp(14.2857142857px, 20 * 100vw / 1400, 20px);
  font-family: serif;
  font-size: clamp(15.7142857143px, 22 * 100vw / 1400, 22px);
  font-weight: normal;
}

.singleNews_wrap {
  width: 800px;
  margin: auto;
  margin-top: 160px;
}
@media (max-width: 760px) {
  .singleNews_wrap {
    width: 90%;
    margin-top: 0;
    padding: 0;
  }
}

.openCal {
  padding: max(57.1428571429px, 80 * 100vw / 1400) 0;
}

.openCal_title {
  font-family: serif;
  font-size: max(28.5714285714px, 40 * 100vw / 1400);
  font-weight: normal;
  text-align: center;
}

.openCal_meta {
  width: -moz-fit-content;
  width: fit-content;
  margin: max(17.1428571429px, 24 * 100vw / 1400) auto 0;
  font-size: max(10px, 14 * 100vw / 1400);
  line-height: 1.7;
}
@media (max-width: 760px) {
  .openCal_meta {
    width: 95%;
  }
}

.openCal_months {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: min(100%, max(857.1428571429px, 1200 * 100vw / 1400));
  max-width: 1000px;
  padding: 0 max(7.1428571429px, 10 * 100vw / 1400);
  margin: max(28.5714285714px, 40 * 100vw / 1400) auto 0;
}
@media (max-width: 760px) {
  .openCal_months {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.openCal_month {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.openCal_monthTitle {
  font-family: serif;
  font-size: max(15.7142857143px, 22 * 100vw / 1400);
  font-weight: normal;
  text-align: center;
}

/* ===== カレンダー本体 ===== */
.openCal_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  /* 中央寄せ（grid自体の横幅を抑えて中央へ） */
  width: min(100%, max(371.4285714286px, 520 * 100vw / 1400));
  margin: 0 auto;
  /* 角丸は不要なら外す。必要ならここで */
  border-radius: max(7.1428571429px, 10 * 100vw / 1400);
}

/* セル共通 */
.openCal_cell {
  display: grid;
  place-items: center;
  /* 正方形 */
  aspect-ratio: 1;
  /* マスの中に余白（spanがある日付でも中央） */
  padding: 0;
  /* 文字 */
  font-size: max(10px, 14 * 100vw / 1400);
  line-height: 1;
  color: #111;
  /* 黒ボーダー */
  border: 1px solid #c4c4c4;
}

.openCal_week {
  font-weight: 700;
  background: #f6f6f6;
}

/* 日付セル */
.openCal_day {
  background: #fff;
}
.openCal_day span {
  display: inline-block;
  transform: translateY(0.02em);
}

/* ===== ずれ対策：空白マスは「枠を残して」不可視 ===== */
.openCal_cell.is-blank {
  /* display:none にしない！ */
  visibility: hidden; /* 枠として存在するが見え indicates */
  pointer-events: none;
  background: transparent;
  /* ボーダーも消したい場合は透明に（枠は残る） */
  border-color: transparent;
}

/* 日曜は赤文字（見出しも日付も） */
.openCal_cell.is-sun {
  color: #d00000;
}

/* 祝日も赤文字（is-sun と両立OK） */
.openCal_day.is-holiday {
  color: #d00000;
}

/* 休館日は青背景（文字は通常は白） */
.openCal_day.is-closed {
  color: #fff;
  background: #2f86ff;
}

/* 重要：休館日が祝日なら「赤文字 + 青背景」 */
.openCal_day.is-closed.is-holiday,
.openCal_day.is-closed.is-sun {
  color: #d00000; /* 強調：赤文字 */
}

/* タップしやすく（もしリンク化/JS連携するなら） */
.openCal_day {
  cursor: default;
}

/* 小さめ画面ではグリッド幅を広げすぎない */
@media (width <= 420px) {
  .openCal_grid {
    width: min(100%, max(314.2857142857px, 440 * 100vw / 1400));
  }
}
.openCal_note {
  margin-top: 10px;
  font-size: 0.8rem;
  line-height: 2;
  color: red;
}

.openCal_meta {
  max-width: 980px;
  margin: 18px auto 0;
}

.openCal_infoTable {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.openCal_infoTable th,
.openCal_infoTable td {
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #000;
}

.openCal_infoTable th {
  align-content: center;
  width: 15%;
  font-weight: 600;
  text-align: center;
  background: #f6f6f6;
}

@media (max-width: 768px) {
  .openCal_infoTable th,
  .openCal_infoTable td {
    padding: 10px;
    font-size: 14px;
  }
}
.openCal_exp::before {
  display: block;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  content: "";
  background-color: #2f86ff;
  border: 2px solid gray;
}

.openCal_exp {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: 5px;
}

.openCal--image {
  width: 80vw;
  max-width: 800px;
  margin: auto;
}

/* =========================
   OpenCal: SP accordion
   ========================= */
@media (max-width: 760px) {
  .openCal_months .openCal_month {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }
  .openCal_months .openCal_monthTitle {
    margin: 0;
    padding: 14px 44px 14px 14px;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  /* ▼アイコン */
  .openCal_months .openCal_monthTitle::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(0, 0, 0, 0.55);
    border-bottom: 2px solid rgba(0, 0, 0, 0.55);
    transform: translateY(-55%) rotate(45deg);
    transition: transform 0.2s ease;
  }
  /* 開いてる時は▲に */
  .openCal_months .openCal_month.is-open .openCal_monthTitle::after {
    transform: translateY(-45%) rotate(-135deg);
  }
  /* 中身は閉じる（開いたら表示） */
  .openCal_months .openCal_grid,
  .openCal_months .openCal_note {
    display: none;
  }
  .openCal_months .openCal_month.is-open .openCal_grid,
  .openCal_months .openCal_month.is-open .openCal_note {
    display: grid;
  }
  /* 開いたときの余白 */
  .openCal_months .openCal_grid {
    padding: 0 10px 12px;
  }
  .openCal_months .openCal_note {
    padding: 0 14px 14px;
    margin: 0;
  }
}
/* =========================================================
   Work Detail (re-design only / structure unchanged)
   - topページの世界観（淡い面・角丸・丸ボタン・黄色矢印）へ寄せる
   ========================================================= */
.workDetail {
  max-width: 800px;
  padding: 0 16px;
  margin: 28px auto 72px;
}

/* ===== Header ===== */
.workHeader {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 50px;
  background: #eef6f6;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.06);
}

.workTitle {
  margin: 0;
  font-family: serif;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.workSubNav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

/* ===== Buttons (site-like) ===== */
.btn-post {
  position: relative;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 14px 18px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.btn-post:hover {
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.btn-post--ghost {
  background: transparent;
  box-shadow: none;
}

.btn-post--ghost::after {
  background: #111;
  opacity: 0.8;
}

.btn-post--active {
  border-color: rgba(0, 0, 0, 0.22);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

/* ===== Meta Card ===== */
.workMetaCard {
  padding: 18px;
  margin: 18px 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.06);
}

.metaGrid {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px 18px;
  align-items: start;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.9;
}

.metaLabel {
  font-size: 13px;
  letter-spacing: 0.06em;
  opacity: 0.65;
}

.metaValue {
  font-size: 15px;
}

.metaValue a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(71, 172, 172, 0.55);
  text-underline-offset: 3px;
}

/* ===== Gallery Wrap ===== */
.galleryWrap {
  padding: 18px;
  margin-top: 18px;
  background: #eef6f6;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 26px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
@media (max-width: 760px) {
  .galleryWrap {
    padding: 5px;
  }
}

/* Top bar */
.galleryTopBar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.galleryHint {
  font-size: 13px;
  opacity: 0.72;
}

.viewSwitch {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* viewSwitchのbtnを少し小さめに */
.viewSwitch .btn-post {
  padding: 12px 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

/* ===== Grid view ===== */
.workGalleryGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0;
}

.workGalleryGrid a {
  display: block;
  text-decoration: none;
}

.workGalleryGrid img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  background: #f5f7f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.workGalleryGrid a:hover img {
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* ===== Slider view ===== */
.workGallerySlider {
  display: flex;
  grid-template-columns: 1fr 170px;
  gap: 12px;
  align-items: stretch;
  min-height: 600px;
}
@media (max-width: 760px) {
  .workGallerySlider {
    flex-direction: column;
    min-height: auto;
  }
}

.sliderMain {
  position: relative;
  width: 80%;
  height: -moz-max-content;
  height: max-content;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}
@media (max-width: 760px) {
  .sliderMain {
    width: 100%;
  }
}

.sliderMain img {
  display: block;
  width: 100%;
  max-height: 70vh;
  padding-bottom: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 画像上のナビ（黄色系で統一） */
.sliderNav {
  position: absolute;
  inset: auto 12px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.sliderNav .btn-post {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
}

.sliderNav .btn-post::after {
  background: #ffd166; /* 小丸を黄色に */
}

.sliderThumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 70vh;
  padding: 6px;
  overflow: auto;
}
@media (max-width: 760px) {
  .sliderThumbs {
    flex-wrap: wrap;
  }
}

/* scrollbarが気になるなら薄く */
.sliderThumbs::-webkit-scrollbar {
  width: 8px;
}

.sliderThumbs::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 999px;
}

.sliderThumbs::-webkit-scrollbar-track {
  background: transparent;
}

.sliderThumbBtn {
  display: block;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.sliderThumbBtn:hover {
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.sliderThumbBtn[aria-current=true] {
  outline: 2px solid rgba(71, 172, 172, 0.75);
  outline-offset: 3px;
  border-color: rgba(71, 172, 172, 0.55);
}

.sliderThumbBtn img {
  display: block;
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===== Description ===== */
.workDesc {
  padding: 50px;
  margin: 18px 0 0;
  line-height: 2;
  white-space: pre-wrap;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 22px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}
@media (max-width: 760px) {
  .workDesc {
    padding: 30px;
  }
}

/* ===== Tags ===== */
.workTags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.workTags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.workTags a:hover {
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .workGalleryGrid {
    grid-template-columns: repeat(3, 1fr);
  }
  .workHeader {
    align-items: flex-start;
  }
}
@media (max-width: 760px) {
  .workGallerySlider {
    grid-template-columns: 1fr;
  }
  .sliderThumbs {
    flex-direction: row;
    max-height: none;
    padding-right: 0;
  }
  .sliderThumbBtn img {
    width: 86px;
    height: 86px;
  }
}
@media (max-width: 640px) {
  .workHeader {
    flex-direction: column;
    gap: 14px;
    padding: 18px 16px;
  }
  .metaGrid {
    grid-template-columns: 36px 1fr;
  }
  .workGalleryGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.workMetaCard_title {
  margin-bottom: 16px;
  font-size: 25px;
  text-align: center;
}

.workTags_title {
  margin: 50px 0 30px;
}

.artist {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  padding: 100px 0;
  margin-top: 150px;
  background: #f5f5f5;
  border-radius: 150px;
}
@media (max-width: 760px) {
  .artist {
    border-radius: 50px;
    padding: 50px 0;
    gap: 30px;
    margin-top: 50px;
  }
}

.artist-btn .section_btn_link {
  position: absolute;
  top: -50px;
  right: 0;
}
@media (max-width: 760px) {
  .artist-btn .section_btn_link {
    padding: 15px 10px;
  }
}

.user-card {
  width: 1200px;
  padding-top: 150px;
  margin-top: -150px;
}
@media (max-width: 760px) {
  .user-card {
    width: 95%;
    padding-top: 50px;
    margin-top: -50px;
  }
}

.user-card-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  padding: 50px;
  background: #fff;
  border-radius: 60px;
}
@media (max-width: 760px) {
  .user-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 30px;
    padding: 10px;
  }
}

@media (max-width: 782px) {
  .user-card-grid {
    grid-template-columns: 1fr;
  }
}
.user-card-photo img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.user-card-name {
  margin: 0 0 6px;
  font-family: serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
}

.user-card-nickname {
  font-size: 14px;
  color: #47acac;
  text-transform: capitalize;
}

.user-card-birthplace {
  margin-top: 30px;
  margin-bottom: 8px;
  font-family: serif;
  font-size: 16px;
  font-weight: 600;
  font-weight: normal;
  line-height: 1;
}

.user-card-label {
  margin-right: 40px;
}

.user-card-label::after {
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 2px;
  height: 100%;
  content: "";
  background: #5eb6b6;
}

.user-card-bio {
  margin-top: 30px;
  line-height: 1.7;
}

.user-career-table {
  width: 100%;
  margin-top: 40px;
  border-collapse: collapse;
}

.user-career-table tr {
  border-bottom: 1px solid lightgray;
}

.user-career-table th,
.user-career-table td {
  padding: 15px 5px;
  font-weight: normal;
}

.user-career-table th {
  width: 6em;
  white-space: nowrap;
}

.experienceInfo {
  max-width: 1200px;
  padding: 0 5%;
  margin: auto;
  margin-top: 50px;
}
.experienceInfo .is-layout-flex .wp-block-image {
  flex: none;
  flex-wrap: wrap;
  width: 40%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 760px) {
  .experienceInfo .is-layout-flex .wp-block-image {
    width: 100%;
  }
}
.experienceInfo .is-layout-flex {
  gap: 80px;
}
@media (max-width: 760px) {
  .experienceInfo .is-layout-flex {
    flex-direction: column;
    gap: 20px;
  }
}
.experienceInfo p.wp-block-paragraph {
  max-width: 680px;
  margin-top: 20px;
  margin-left: 50px;
  font-size: 16px;
}
@media (max-width: 760px) {
  .experienceInfo p.wp-block-paragraph {
    margin-left: 0;
  }
}
.experienceInfo .wp-block-table td {
  border: none;
  border-bottom: 1px solid lightgray;
}
.experienceInfo .is-layout-flex .wp-block-table td {
  border: none;
  border-bottom: 1px solid lightgray;
}
.experienceInfo .wp-block-table td:first-child {
  width: 200px;
}
@media (max-width: 760px) {
  .experienceInfo .wp-block-table td:first-child {
    border-bottom: 0;
  }
}
.experienceInfo .is-layout-flex .wp-block-table td:first-child {
  width: 150px;
}
@media (max-width: 760px) {
  .experienceInfo .is-layout-flex .wp-block-table td:first-child {
    border-bottom: 0;
  }
}
.experienceInfo figure.wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 70px;
}
@media (max-width: 760px) {
  .experienceInfo figure.wp-block-gallery {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.experienceInfo .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  flex: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.experienceInfo h3.wp-block-heading {
  padding-left: 50px;
  margin-top: 80px;
  margin-left: 50px;
  font-size: 24px;
  font-weight: normal;
}
@media (max-width: 760px) {
  .experienceInfo h3.wp-block-heading {
    margin-left: 0;
    margin-top: 30px;
  }
}
.experienceInfo .is-layout-flex p.wp-block-paragraph {
  margin: 0;
}
.experienceInfo h3.wp-block-heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  content: "";
  background: linear-gradient(180deg, #dcfde9, #fba1f1, #a7e1fb);
  border-radius: 100%;
  transform: translateY(-50%);
}
.experienceInfo figure.wp-block-table {
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
}
.experienceInfo .wp-block-group figure.wp-block-table {
  margin: auto;
}
.experienceInfo h2.wp-block-heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 30px;
  font-family: serif;
  font-size: 35px;
  color: #191919;
  text-align: center;
}
.experienceInfo h2.wp-block-heading::before {
  position: absolute;
  top: 50%;
  left: -60px;
  z-index: -1;
  display: block;
  width: 90px;
  height: auto;
  aspect-ratio: 1;
  content: "";
  background: linear-gradient(180deg, #dcfde9, #fba1f1, #a7e1fb);
  border-radius: 100%;
  transform: translateY(-50%);
}
@media (max-width: 760px) {
  .experienceInfo .wp-block-table tr {
    display: flex;
    flex-direction: column;
  }
}
.experienceInfo .is-layout-flex .wp-block-table td strong {
  font-weight: normal;
}
.experienceInfo h2.wp-block-heading + p.wp-block-paragraph {
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  margin: 50px auto;
}
.experienceInfo h4.wp-block-heading {
  margin: 30px;
  margin-top: 80px;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid lightgray;
}
.experienceInfo .wp-block-image img {
  height: 100%;
}
.experienceInfo p.wp-block-paragraph:first-child {
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  margin: auto;
}

.experienceGuide {
  margin-top: 150px;
}

.experienceGuideList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
}
@media (max-width: 760px) {
  .experienceGuideList {
    grid-template-columns: 1fr;
  }
}

.experienceGuideList_label {
  position: absolute;
  right: 0;
  z-index: 1;
  align-content: center;
  height: auto;
  aspect-ratio: 1;
  padding: 10px;
  color: white;
  background: #47acac;
  border-radius: 100%;
  transform: translate(-20%, -50%);
}

.experienceGuideList_item {
  overflow: hidden;
  background: #f4f9f9;
  border-radius: 25px;
}

.experienceGuideList_title {
  margin: 30px 0 10px;
  font-family: serif;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

.experienceGuideList_summary {
  padding: 0 20px;
  margin-bottom: 20px;
}

.experienceGuideList_info {
  padding: 0 20px;
}

.experienceGuideList_link {
  display: block;
  /* padding-bottom: 30px; */
  height: 100%;
}

.experienceGuideList_body {
  padding-bottom: 80px;
}

.experienceGuideList_thumb {
  height: auto;
  aspect-ratio: 1;
}

.experienceGuideList_link::after {
  position: absolute;
  right: max(21.4285714286px, 2.1428571429vw);
  bottom: max(21.4285714286px, 2.1428571429vw);
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(17.8571428571px, 1.7857142857vw);
  height: auto;
  aspect-ratio: 1;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: white;
  content: ">";
  background-color: #ffd166;
  border-radius: 100%;
}

.experienceGuideList--special {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
}
.experienceGuideList--special .experienceGuideList_link {
  display: flex;
}
@media (max-width: 760px) {
  .experienceGuideList--special .experienceGuideList_link {
    display: block;
  }
}
.experienceGuideList--special .experienceGuideList_thumb {
  width: 50%;
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 760px) {
  .experienceGuideList--special .experienceGuideList_thumb {
    width: 100%;
    aspect-ratio: 1.5;
  }
}
.experienceGuideList--special .experienceGuideList_title {
  padding-left: 20px;
  text-align: left;
}
.experienceGuideList--special .experienceGuideList_label {
  position: relative;
  top: 0;
  white-space: nowrap;
  transform: none;
}
.experienceGuideList--special .experienceGuideList_labels {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 760px) {
  .experienceGuideList--special {
    grid-template-columns: 1fr;
  }
}

.privacy {
  width: 800px;
  margin: auto;
  margin-top: 150px;
}
@media (max-width: 760px) {
  .privacy {
    width: 95%;
  }
}
.privacy h2 {
  margin-top: 50px;
  font-size: 22px;
}
.privacy p {
  margin-top: 20px;
}
.privacy address {
  margin-top: 50px;
}

.sitemap__body {
  display: flex;
  gap: 150px;
  justify-content: center;
  margin-top: 100px;
}
@media (max-width: 760px) {
  .sitemap__body {
    margin-top: 0;
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}

.sitemap__link {
  font-weight: bold;
}

.sitemap__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sitemap__sub {
  padding-left: 30px;
  list-style: disc;
}

/* ============================
   Contact Form 7 – Contact Page
============================ */
.page-contact .wpcf7 {
  max-width: 720px;
  padding: 40px 20px;
  margin: 0 auto;
}

.page-contact .wpcf7-form {
  display: grid;
  gap: 24px;
}

/* 各フィールド */
.page-contact .wpcf7-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

/* input / textarea 共通 */
.page-contact .wpcf7-form input[type=text],
.page-contact .wpcf7-form input[type=email],
.page-contact .wpcf7-form input[type=tel],
.page-contact .wpcf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.6;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  transition: border 0.2s, box-shadow 0.2s;
}

/* フォーカス */
.page-contact .wpcf7-form input:focus,
.page-contact .wpcf7-form textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

/* textarea */
.page-contact textarea {
  min-height: 140px;
  resize: vertical;
}

/* 送信ボタン */
.page-contact .wpcf7-submit {
  align-self: center;
  max-width: 150px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #2563eb;
  border: none;
  border-radius: 999px;
  transition: opacity 0.2s, transform 0.1s;
}

.page-contact .wpcf7-submit:hover {
  opacity: 0.9;
}

.page-contact .wpcf7-submit:active {
  transform: translateY(1px);
}

/* スピナー位置 */
.page-contact .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

/* エラー */
.page-contact .wpcf7-not-valid {
  border-color: #dc2626;
}

.page-contact .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 12px;
  color: #dc2626;
}

/* 完了 / エラーメッセージ */
.page-contact .wpcf7-response-output {
  padding: 12px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
}

.page-contact .wpcf7-mail-sent-ok {
  color: #065f46;
  background: #ecfeff;
}

.page-contact .wpcf7-validation-errors,
.page-contact .wpcf7-mail-sent-ng {
  color: #991b1b;
  background: #fef2f2;
}

/* SP微調整 */
@media (max-width: 640px) {
  .page-contact .wpcf7 {
    padding: 24px 16px;
  }
  .page-contact .wpcf7-submit {
    width: 100%;
  }
}
.page-contact .wpcf7-form label.privacy-check {
  display: block;
}

.privacy-check span.wpcf7-form-control-wrap {
  display: block;
  margin: 10px;
}

.privacy-check span.wpcf7-list-item {
  padding: 0;
  margin: 0;
}

.privacy-check .page-contact .wpcf7-form label {
  flex-direction: row;
}

.page-contact .wpcf7-form .privacy-check label {
  flex-direction: row;
  font-size: 16px;
}

.privacy-check a {
  color: -webkit-link;
  text-decoration: underline;
}

label:has(.wpcf7-validates-as-required)::before {
  position: absolute;
  left: -40px;
  padding: 2px 5px;
  font-size: 11px;
  color: red;
  content: "必須";
  background-color: #e2e2e2;
  border-radius: 5px;
}
@media (max-width: 760px) {
  label:has(.wpcf7-validates-as-required)::before {
    left: auto;
    right: 0;
    top: 0;
  }
}/*# sourceMappingURL=style.css.map */

.user-card-photo img {
	height: auto;
}