@charset "utf-8";
/*====================================================================
 contents
====================================================================*/
/* ==================================================
 facility detail
================================================== */

#facility_detail {
  color: #5a2418;
  background: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.facility_breadcrumb {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  padding-top: 24px;
}

.facility_breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.facility_breadcrumb li {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #5a2418;
}

.facility_breadcrumb li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: 14px;
  color: #5a2418;
}

.facility_breadcrumb a {
  color: #5a2418;
  text-decoration: none;
  transition: opacity .3s ease;
}

.facility_breadcrumb a:hover {
  opacity: .65;
}

.c_title {
  padding: 125px 0 100px;
  text-align: center;
}

.c_title h1 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  color: #5a2418;
}

.c_title p {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  padding-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #c99b8f;
}

.c_title p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 70px;
  height: 5px;
  background: #ff6a00;
  transform: translateX(-50%);
}

.facility_tab_area {
	border-top: 1px dotted #CCCCCC;
  margin-top: 90px;
	padding-top: 90px;
	padding-bottom: 80px;
}

.facility_tab_inner {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
}

.facility_tab_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.facility_tab_list li {
  position: relative;
}

.facility_tab_list a {
  position: relative;
  display: block;
  min-height: 240px;
  padding: 30px 13px 16px;
  border: 2px solid transparent;
  color: #5a2418;
  text-align: center;
  text-decoration: none;
  transition: border-color .3s ease, transform .3s ease, opacity .3s ease;
}

.facility_tab_list li.is-current a {
  border-color: #ff6a00;
}

.facility_tab_list a:hover {
  transform: translateY(-4px);
  opacity: .9;
}

.facility_tab_num {
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ff7800;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

.facility_tab_list figure {
  width: 100%;
  height: 180px;
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 20px;
  background: #e5e5e5;
}

.facility_tab_list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facility_tab_list figure.is-noimage {
  background: #e5e5e5;
}

.facility_tab_list p {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #ff6a00;
}

.facility_tab_list h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 0.06em;
  color: #5a2418;
}

.facility_single {
  margin-bottom: 40px;
}

.facility_single_inner {
  width: min(1100px, calc(100% - 80px));
  margin: 0 auto;
}

.facility_intro {
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 80px;
  align-items: center;
}

.facility_single_num {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 74px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ff7800;
}

.facility_single_num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 185px;
  height: 1px;
  background: #ff7800;
}

.facility_catch {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #ff7800;
}

.facility_intro_text h2 {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #5a2418;
}

.facility_info {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #5a2418;
}

.facility_info p {
  margin: 0;
}

.facility_main_img {
  margin: 30px 0 0 0;
  overflow: hidden;
  border-radius: 16px;
}

.facility_main_img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.facility_body_text {
  margin-top: 64px;
}

.facility_body_text p {
  margin: 0 0 34px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #5a2418;
}

.facility_body_text p:last-child {
  margin-bottom: 0;
}

.facility_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 66px;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 50px;
}

.facility_gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
}

.facility_gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform .5s ease;
}

.facility_btn_area {
  margin-top: 88px;
  text-align: center;
}

.facility_back_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 245px;
  height: 54px;
  padding: 0 48px 0 36px;
  border-radius: 999px;
  background: #f27600;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: transform .3s ease, opacity .3s ease;
}

.facility_back_btn::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.facility_back_btn:hover {
  transform: translateY(-3px);
  opacity: .85;
}



.facility_access {
  margin-top: 90px;
}

.facility_access_head {
  margin-bottom: 30px;
  text-align: center;
}

.facility_access_head > p {
  margin: 0 0 8px;
  color: #ff7800;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.22em;
}

.facility_access_head h3 {
  margin: 0;
  color: #8a3d00;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.facility_googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 42%;
  overflow: hidden;
  border-radius: 24px;
}

.facility_googlemap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* ==================================================
   facility link buttons
================================================== */
.facility_link_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 45px;
}

.facility_link_btn {
  position: relative;
  display: flex;
  flex: 0 1 360px;
  min-height: 92px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 18px 65px 18px 30px;
  overflow: hidden;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.3s ease;
}

.facility_link_btn::before {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
  transition: right 0.3s ease;
}

.facility_link_btn::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 28px;
  width: 9px;
  height: 9px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: right 0.3s ease;
}

.facility_link_btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(61, 51, 45, 0.15);
}

.facility_link_btn:hover::before,
.facility_link_btn:hover::after {
  right: 22px;
}

.facility_link_instagram {
  background:
    linear-gradient(
      120deg,
      #833ab4 0%,
      #c13584 35%,
      #e1306c 60%,
      #f77737 100%
    );
}

.facility_link_reserve {
  background: #ff7800;
}

.facility_link_btn_en {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.facility_link_btn_ja {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}


/* ==================================================
   news list
================================================== */
.news_list_area {
  padding: 70px 0 110px;
}

.news_list_inner {
  width: min(1120px, calc(100% - 60px));
  margin: 0 auto;
}

.news_card_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 28px;
}

.news_card_item a {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  color: inherit;
  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.news_card_item a:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.news_thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f3f3f3;
}

.news_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.news_card_item a:hover .news_thumb img {
  transform: scale(1.06);
}

.news_card_body {
  padding: 24px 24px 28px;
}

.news_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.news_meta time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #777;
}

.news_meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  padding: 5px 13px 6px;
  border-radius: 999px;
  background: rgba(49, 61, 93, 0.10);
  color: #313d5d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.news_card_body h2 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .04em;
  color: #333;
}

.news_card_body p {
  font-size: 14px;
  line-height: 1.9;
  color: #666;
}

/* pagination */
.news_pagination {
  margin-top: 70px;
}

.news_pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.news_pagination a,
.news_pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid rgba(49, 61, 93, 0.25);
  background: #fff;
  color: #313d5d;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease,
    transform .3s ease;
}

.news_pagination a:hover,
.news_pagination .is-current {
  border-color: #313d5d;
  background: #313d5d;
  color: #fff;
}

.news_pagination a:hover {
  transform: translateY(-3px);
}

.news_pagination .next {
  min-width: 86px;
}

/* ==================================================
   news detail
================================================== */
.news_detail_area {
  padding: 70px 0 110px;
}

.news_detail_inner {
  width: min(920px, calc(100% - 60px));
  margin: 0 auto;
}

.news_detail_article {
  padding: 56px 60px 64px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(49, 61, 93, 0.08);
}

.news_detail_header {
  margin-bottom: 34px;
}

.news_detail_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.news_detail_meta time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #777;
}

.news_detail_meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  padding: 6px 14px 7px;
  border-radius: 999px;
  background: rgba(49, 61, 93, 0.10);
  color: #313d5d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.news_detail_header h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .06em;
  color: #313d5d;
}

.news_detail_thumb {
  width: 100%;
  margin-bottom: 46px;
  overflow: hidden;
  border-radius: 24px;
  background: #f3f3f3;
}

.news_detail_thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.news_detail_body {
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: .04em;
  color: #444;
}

.news_detail_body p + p {
  margin-top: 26px;
}

.news_detail_body h3 {
  position: relative;
  margin: 48px 0 22px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #313d5d;
}

.news_detail_body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 5px;
  height: 1.25em;
  border-radius: 999px;
  background: #313d5d;
}

.news_detail_body ul {
  margin: 24px 0 32px;
  padding: 26px 30px;
  border-radius: 18px;
  background: rgba(49, 61, 93, 0.05);
}

.news_detail_body li {
  position: relative;
  padding-left: 20px;
  line-height: 1.9;
}

.news_detail_body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .82em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #313d5d;
}

.news_detail_body li + li {
  margin-top: 8px;
}

/* article nav */
.news_detail_nav {
  margin-top: 54px;
}

.news_detail_nav_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.news_detail_nav_links a {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 170px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(49, 61, 93, 0.25);
  border-radius: 999px;
  background: #fff;
  color: #313d5d;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease,
    transform .3s ease;
}

.news_detail_nav_links a:hover {
  border-color: #313d5d;
  background: #313d5d;
  color: #fff;
  transform: translateY(-3px);
}

.news_detail_nav_links .prev {
  justify-content: flex-start;
}

.news_detail_nav_links .prev::before {
  content: "←";
  margin-right: 10px;
}

.news_detail_nav_links .next {
  justify-content: flex-end;
  margin-left: auto;
}

.news_detail_nav_links .next::after {
  content: "→";
  margin-left: 10px;
}

.news_back_btn {
  margin-top: 36px;
  text-align: center;
}

.news_back_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 54px;
  padding: 0 34px;
  border-radius: 999px;
  background: #313d5d;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(49, 61, 93, 0.22);
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    opacity .3s ease;
}

.news_back_btn a::before {
  content: "←";
  margin-right: 10px;
}

.news_back_btn a:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(49, 61, 93, 0.28);
  opacity: .92;
}

/* =========================================================
   LOCUS / PDF掲載内容
========================================================= */
.locus_story {
 --locus-text: #3d332d;
  --locus-main: #ff7800;
  --locus-main-dark: #d95f00;
  --locus-main-light: #fff2e6;
  --locus-navy: #8a3d00;
  --locus-mint: #fff2e6;
  --locus-mint-dark: #ff9d45;
  --locus-line: #f1d4bd;
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
  color: var(--locus-text);
}

.locus_story::before {
  position: absolute;
  top: 90px;
  right: -130px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--locus-line);
  content: "";
  pointer-events: none;
}

.locus_story_inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 80px);
  max-width: 1120px;
  margin: 0 auto;
}

.locus_story img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.locus_story_head {
  padding-bottom: 58px;
  border-bottom: 1px solid var(--locus-line);
}

.locus_story_logo {
  margin-bottom: 22px;
  color: var(--locus-navy);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: 0.28em;
}

.locus_story_head h2 {
  margin: 0;
  color: var(--locus-navy);
  font-family: "Noto Serif JP", serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.locus_subhead {
  margin-bottom: 42px;
}

.locus_subhead > p {
  margin-bottom: 10px;
  color: var(--locus-mint-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.locus_subhead h3 {
  position: relative;
  margin: 0;
  padding-left: 25px;
  color: var(--locus-navy);
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.locus_subhead h3::before {
  position: absolute;
  top: 0.22em;
  bottom: 0.18em;
  left: 0;
  width: 5px;
  background: var(--locus-mint-dark);
  content: "";
}

.locus_subhead h3 span {
  font-size: 0.75em;
}

.locus_subhead_center {
  text-align: center;
}

.locus_subhead_center h3 {
  display: inline-block;
}

.locus_message,
.locus_promises,
.locus_company {
  padding-top: 60px;
}

.locus_message_grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 70px;
  align-items: center;
}

.locus_message_photo {
  margin: 0;
}

.locus_message_photo img {
  aspect-ratio: 374 / 292;
  border-radius: 28px 4px 28px 4px;
}

.locus_message_photo figcaption {
  margin-top: 14px;
  color: #666;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-align: right;
}

.locus_message_text p,
.locus_playwork_text p,
.locus_promise_text p,
.locus_last_message_text p {
  margin: 0 0 1.0em;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.locus_message_text p:last-child,
.locus_playwork_text p:last-child,
.locus_promise_text p:last-child,
.locus_last_message_text p:last-child {
  margin-bottom: 0;
}

.locus_playwork {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(380px, 0.65fr);
  gap: 55px;
  align-items: center;
  margin-top: 80px;
  padding: 64px;
  border: 1px solid var(--locus-line);
  border-radius: 36px 4px 36px 4px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(49, 61, 93, 0.07);
}

.locus_playwork_en {
  margin-bottom: 5px !important;
  color: var(--locus-mint-dark);
  font-family: "Noto Serif JP", serif;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.4 !important;
  letter-spacing: 0.28em !important;
}

.locus_playwork_text h3 {
  margin: 0 0 28px;
  color: var(--locus-navy);
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.locus_playwork_photo {
  margin: 0;
}

.locus_playwork_photo img {
  border-radius: 36px 4px 36px 4px;
}

.locus_promises_lead {
  margin: -10px 0 70px;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.07em;
  text-align: center;
}

.locus_promise_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.locus_promise_item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  align-items: center;
  padding: 70px 0;
  border-top: 1px solid var(--locus-line);
}

.locus_promise_item:last-child {
  border-bottom: 1px solid var(--locus-line);
}

.locus_promise_item:nth-child(even) figure {
  order: -1;
}

.locus_promise_item figure {
  margin: 0;
}

.locus_promise_item figure img {
  aspect-ratio: 4 / 3;
  border-radius: 4px 32px 4px 32px;
}

.locus_promise_num {
  margin-bottom: 12px !important;
  color: var(--locus-mint-dark);
  font-family: "Noto Serif JP", serif;
  font-size: 42px !important;
  font-weight: 500;
  line-height: 1 !important;
  letter-spacing: 0.03em !important;
}

.locus_promise_text h4 {
  margin: 0 0 24px;
  color: var(--locus-navy);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.locus_last_message {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 65px;
  align-items: center;
  margin-top: 105px;
  padding: 60px;
  border-radius: 4px 38px 4px 38px;
  background: var(--locus-mint);
}

.locus_last_message figure {
  margin: 0;
}

.locus_last_message figure img {
  aspect-ratio: 4 / 3;
  border-radius: 24px 4px 24px 4px;
}

.locus_last_message_text p {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  line-height: 2.15;
}

.locus_company_list {
  margin: 0;
  border-top: 1px solid #CCCCCC;
}

.locus_company_list > div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  border-bottom: 1px solid #CCCCCC;
}

.locus_company_list dt,
.locus_company_list dd {
  margin: 0;
  padding: 25px 30px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.locus_company_list dt {
  color: #353535;
  font-weight: 700;
  background: #EDEDED;
}

.locus_company_list dd {
  background: #fff;
}

.locus_story .sp_only {
  display: none;
}

/* ==================================================
   locus playwork / 2photo
================================================== */
.locus_playwork_two_photo {
  display: block;
}

.locus_playwork_two_photo .locus_playwork_text {
  width: 100%;
}

.locus_playwork_two_photo .locus_playwork_photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 42px;
}

.locus_playwork_two_photo .locus_playwork_photos figure {
  margin: 0;
  overflow: hidden;
  border-radius: 28px 4px 28px 4px;
}

.locus_playwork_two_photo .locus_playwork_photos img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* ==================================================
   locus pdf link
================================================== */
.locus_pdf_link {
  margin-top: 70px;
}

.locus_pdf_link a {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 620px;
  min-height: 110px;
  margin: 0 auto;
  padding: 22px 80px 22px 28px;
  border: 1px solid var(--locus-line);
  border-radius: 16px;
  background: #fff;
  align-items: center;
  gap: 22px;
  color: var(--locus-text);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(138, 61, 0, 0.06);
  transition:
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.locus_pdf_link a:hover {
  border-color: var(--locus-main);
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(138, 61, 0, 0.12);
}

.locus_pdf_icon {
  display: flex;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--locus-main);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.locus_pdf_text {
  display: flex;
  flex-direction: column;
}

.locus_pdf_en {
  margin-bottom: 5px;
  color: var(--locus-main);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.22em;
}

.locus_pdf_title {
  color: var(--locus-navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.locus_pdf_arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 32px;
  height: 1px;
  background: var(--locus-main);
  transform: translateY(-50%);
  transition: right 0.3s ease;
}

.locus_pdf_arrow::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--locus-main);
  border-right: 1px solid var(--locus-main);
  content: "";
  transform: rotate(45deg);
}

.locus_pdf_link a:hover .locus_pdf_arrow {
  right: 24px;
}


/* ==================================================
   thanks page
================================================== */
.thanks_area {
  position: relative;
  padding: 10px 0 130px;
  overflow: hidden;
  color: #5a2418;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.thanks_area::before,
.thanks_area::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.thanks_area::before {
  top: 20px;
  right: -130px;
  width: 340px;
  height: 340px;
  background: #fff2e6;
}

.thanks_area::after {
  bottom: 25px;
  left: -100px;
  width: 240px;
  height: 240px;
  background: rgba(255, 120, 0, 0.08);
}

.thanks_inner {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100% - 80px));
  margin: 0 auto;
}

.thanks_card {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 75px 80px 72px;
  overflow: hidden;
  border: 1px solid #f1d4bd;
  border-radius: 36px 5px 36px 5px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 242, 230, 0.75) 0%,
      #fff 48%,
      #fff 100%
    );
  box-shadow: 0 20px 55px rgba(138, 61, 0, 0.09);
  text-align: center;
}

.thanks_card::before {
  position: absolute;
  top: -65px;
  left: -65px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 120, 0, 0.07);
  content: "";
}

.thanks_icon {
  position: relative;
  display: flex;
  width: 76px;
  height: 76px;
  margin: 0 auto 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff7800;
  box-shadow: 0 12px 28px rgba(255, 120, 0, 0.25);
}

.thanks_icon span {
  display: block;
  width: 26px;
  height: 14px;
  margin-top: -5px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(-45deg);
}

.thanks_en {
  margin: 0 0 12px;
  color: #ff7800;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.28em;
}

.thanks_card h2 {
  margin: 0 0 28px;
  color: #8a3d00;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.thanks_lead {
  margin: 0;
  color: #5a2418;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}

.thanks_message {
  margin-top: 30px;
}

.thanks_message p {
  margin: 0;
  color: #4d4039;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.thanks_message p + p {
  margin-top: 12px;
}

.thanks_note {
  margin-top: 38px;
  padding: 23px 28px;
  border-left: 4px solid #ff7800;
  border-radius: 4px 14px 14px 4px;
  background: #fff6ee;
  text-align: left;
}

.thanks_note p {
  margin: 0;
  color: #67564d;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.thanks_btn_area {
  margin-top: 45px;
  text-align: center;
}

.thanks_home_btn {
  position: relative;
  display: inline-flex;
  min-width: 270px;
  min-height: 58px;
  padding: 0 60px 0 42px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  background: #ff7800;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(255, 120, 0, 0.22);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.3s ease;
}

.thanks_home_btn::before {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 26px;
  height: 1px;
  background: #fff;
  content: "";
  transform: translateY(-50%);
  transition: right 0.3s ease;
}

.thanks_home_btn::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 28px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
  transition: right 0.3s ease;
}

.thanks_home_btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 17px 36px rgba(255, 120, 0, 0.3);
  opacity: 0.92;
}

.thanks_home_btn:hover::before,
.thanks_home_btn:hover::after {
  right: 22px;
}

