@charset "UTF-8";
/*
theme Name: wo
Description: 共通テンプレート
version： 1.0.0
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: 0.3s;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
textarea,
select {
  font-family: inherit;
}

button {
  color: inherit;
}

/* =========================================== */
/* 共通設定 */
/* =========================================== */
[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: clamp(14px, 0.878477306vw, 24px);
  color: #000000;
  letter-spacing: 0.05em;
}

.base {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.base-100 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.base-sub {
  width: 100%;
  max-width: 960px;
  padding: 0px 20px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

p {
  line-height: 1.8;
}
@media (max-width: 768px) {
  p {
    line-height: 2;
  }
}

a {
  color: #000000;
}

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

img[src$=".svg"] {
  width: 100%;
}

.wrp-block {
  margin: 120px 0;
  position: relative;
}
@media (max-width: 768px) {
  .wrp-block {
    margin: 60px 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* =========================================== */
/* 共通クラス */
/* =========================================== */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.8;
}
#page_top:hover {
  background: #666666;
}
@media (max-width: 768px) {
  #page_top {
    display: none !important;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f106";
  font-size: clamp(16px, 0.915vw, 25px);
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.is-fixed {
  position: fixed !important;
  right: 0px !important;
  top: 100px !important;
}

.hover:hover {
  opacity: 0.7 !important;
  cursor: pointer;
}

.bgimg {
  background-position: center center;
  background-size: cover;
}

.pc {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .sp {
    display: inline-block !important;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.wrp-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wrp-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no-scroll {
  overflow: hidden;
}

/* =========================================== */
/* テキストホバー */
/* =========================================== */
/* ライン */
.line-hover {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 0 0 5px 0;
}
.line-hover::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #333333;
  transition: 0.3s;
}
.line-hover:hover::after {
  width: 100%;
}

/* ライン(下から) */
.line-under {
  position: relative;
}
.line-under::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: 10px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.line-under:hover::after {
  visibility: visible;
  bottom: 0px; /*アニメーションが止まる位置*/
  opacity: 1;
}

/* =========================================== */
/* フェードイン */
/* =========================================== */
.fadein-bottom {
  transform: translateY(20px);
}

.fadein-top {
  transform: translateY(-20px);
}

.fadein-right {
  transform: translateX(20px);
}

.fadein-left {
  transform: translateX(-20px);
}

.fadein-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.fadein {
  opacity: 0;
  transition: all 1s;
}

.fadein.isPlay {
  opacity: 1;
  transform: translate(0);
}

/* =========================================== */
/* マスクアニメーション */
/* =========================================== */
.maskimg {
  overflow: hidden;
  position: relative;
}
.maskimg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ecf2f0;
  transition: 0.7s;
  z-index: 1;
}

.isPlay-left:before {
  transform: translate(100%, 0);
}

.isPlay-right:before {
  transform: translate(-100%, 0);
}

.isPlay-top:before {
  transform: translate(0, 100%);
}

.isPlay-bottom:before {
  transform: translate(0, -100%);
}

/* =========================================== */
/* パンクズ */
/* =========================================== */
.pan {
  padding: 15px 0 50px;
}
@media (max-width: 768px) {
  .pan {
    padding: 10px 0 10px;
  }
}
.pan ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .pan ul {
    justify-content: flex-start;
  }
}
.pan ul li {
  font-size: clamp(10px, 0.513vw, 14px);
  line-height: 1.4;
  color: #595959;
}
@media (max-width: 768px) {
  .pan ul li {
    font-size: clamp(9px, 0.439vw, 12px);
  }
}
.pan ul li:last-child a:after {
  content: none;
}
.pan ul li a {
  color: #595959;
}
.pan ul li a:hover {
  opacity: 0.6;
}
.pan ul li a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  padding-left: 10px;
}

/* =========================================== */
/* ページャ       */
/* =========================================== */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 40px;
  position: relative;
  font-size: clamp(10px, 0.476vw, 13px);
}

.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px 13px;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  border: 1px solid #fff;
  mix-blend-mode: darken;
}
.pagination span i,
.pagination a i {
  font-size: 1.7em;
}

/* ページ番号 */
.pagination .pager {
  display: inline;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  border: 1px solid #707070;
}

/* 前へ */
.pagination a.prev {
  margin-right: 16px;
}

/* 次へ */
.pagination a.next {
  margin-left: 16px;
}

/* 最初へ */
.pagination a.first {
  display: none;
}

/* 最後へ */
.pagination a.last {
  display: none;
}

/* Page x / y */
.pagination span.page_num {
  display: none;
}

/* ===============================================
    scroll
=============================================== */
@keyframes scroll-bar {
  0% {
    transform-origin: top left;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top left;
    transform: scaleY(1);
  }
  75% {
    transform-origin: bottom left;
    transform: scaleY(1);
  }
  95% {
    transform-origin: bottom left;
    transform: scaleY(0);
  }
  100% {
    transform-origin: top left;
    transform: scaleY(0);
  }
}
/* =============================================================================================== */
/* WPクラシックテキストエディター */
/* =============================================================================================== */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

html.is-no-smooth-scroll {
  scroll-behavior: auto !important;
}
html.is-modal-open {
  overflow: hidden;
}

body {
  font-family: "YakuHanMP", "Times New Roman", "Noto Serif JP", serif;
  padding-top: 6.42vw;
}
@media (max-width: 768px) {
  body {
    padding-top: 21.79vw;
  }
}
body.single-journal {
  overflow-x: hidden;
  overflow-x: clip;
}
body.home {
  padding-top: 0vw;
}
@media (max-width: 768px) {
  body.home {
    padding-top: 0vw;
  }
}
body.is-products-open {
  overflow: hidden;
  touch-action: none;
}
body.is-modal-open {
  overflow: hidden;
}

.c-reg {
  font-size: 0.55em;
  line-height: 1;
  vertical-align: super;
  letter-spacing: 0;
}

/*
.com-body {
  margin-top: 0vw;
  overflow: hidden;
  transition: margin-top 0.3s;
  &.active {
    margin-top: 11.42vw;
    overflow: auto;
    @media (max-width: 768px) {
      margin-top: 21.79vw;
    }
  }
  &.is-opening {
    transition: margin-top 0.8s;
    transition-delay: 2s;
  }
}
*/
/* 製品一覧 */
.wrp-products-layout {
  position: fixed;
  z-index: 99;
  inset: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  padding-top: 11.42vw;
  padding-bottom: env(safe-area-inset-bottom);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .wrp-products-layout {
    padding-top: 21.79vw;
  }
}
.wrp-products-layout {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.wrp-products-layout.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wrp-products-layout .products-layout {
  width: 61vw;
  max-width: 1600px;
  min-width: 1000px;
  display: grid;
  grid-template-columns: minmax(220px, 30%) 1fr;
  gap: 2.05vw;
  align-items: start;
  padding: 40px 0;
}
@media (max-width: 1400px) {
  .wrp-products-layout .products-layout {
    width: 90vw;
    min-width: auto;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .wrp-products-layout .products-layout {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.wrp-products-layout .products-layout {
  /* ------------------------------
    左ナビ
  ------------------------------ */
}
.wrp-products-layout .products-layout .products-nav__title {
  margin: 0 0 28px;
  font-size: clamp(23px, 1.5373352855vw, 42px);
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .wrp-products-layout .products-layout .products-nav__title {
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .wrp-products-layout .products-layout .products-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.wrp-products-layout .products-layout .products-nav__list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.wrp-products-layout .products-layout .products-nav__btn {
  width: 100%;
  padding: 18px 0 10px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-size: clamp(18px, 1.1713030747vw, 32px);
  letter-spacing: 0.12em;
  color: rgba(0, 0, 0, 0.25);
  transition: color 0.2s ease, transform 0.2s ease;
}
@media (max-width: 768px) {
  .wrp-products-layout .products-layout .products-nav__btn {
    font-size: 14px;
  }
}
.wrp-products-layout .products-layout .products-nav__btn:hover {
  color: rgba(0, 0, 0, 0.55);
}
.wrp-products-layout .products-layout .products-nav__btn.is-active {
  color: rgba(0, 0, 0, 0.9);
  position: relative;
}
.wrp-products-layout .products-layout .products-nav__btn.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.9);
}
@media (max-width: 768px) {
  .wrp-products-layout .products-layout .products-nav__btn {
    padding: 14px 0;
    height: 100%;
  }
}
.wrp-products-layout .products-layout {
  /* ------------------------------
    右コンテンツ
  ------------------------------ */
}
.wrp-products-layout .products-layout .products-main {
  min-width: 0;
}
.wrp-products-layout .products-layout .products-main .products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  gap: 1.61vw 1.24vw;
}
@media (max-width: 1100px) {
  .wrp-products-layout .products-layout .products-main .products-grid {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@media (max-width: 768px) {
  .wrp-products-layout .products-layout .products-main .products-grid {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    gap: 28px 16px;
  }
}
.wrp-products-layout .products-layout .products-main .products-grid {
  /* フェード制御 */
}
.wrp-products-layout .products-layout .products-main .products-grid.is-fade-ready {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms ease, transform 220ms ease;
  will-change: opacity, transform;
}
.wrp-products-layout .products-layout .products-main .products-grid.is-fade-ready.is-fade-out {
  opacity: 0;
  transform: translateY(6px);
}
.wrp-products-layout .products-layout .products-main .products-grid.is-fade-ready.is-fade-in {
  opacity: 1;
  transform: translateY(0);
}
.wrp-products-layout .products-layout .products-main .products-grid {
  /* ------------------------------
    カード
  ------------------------------ */
}
.wrp-products-layout .products-layout .products-main .products-grid .product-card {
  display: grid;
  gap: 14px;
  /* hidden対策（超重要） */
}
.wrp-products-layout .products-layout .products-main .products-grid .product-card[hidden] {
  display: none !important;
}
.wrp-products-layout .products-layout .products-main .products-grid .product-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.wrp-products-layout .products-layout .products-main .products-grid .product-card__thumb {
  aspect-ratio: 1/1;
  background: #f3f3f3;
  overflow: hidden;
}
.wrp-products-layout .products-layout .products-main .products-grid .product-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.25s ease;
}
.wrp-products-layout .products-layout .products-main .products-grid .product-card__link:hover .wrp-products-layout .products-layout .products-main .products-grid .product-card__thumb img {
  transform: scale(1.03);
}
.wrp-products-layout .products-layout .products-main .products-grid .product-card__name {
  font-size: clamp(11px, 0.878477306vw, 24px);
  margin: 10px 0 0;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}
.wrp-products-layout .products-layout .products-main .products-grid .product-card__name span {
  font-size: clamp(10px, 0.6588579795vw, 18px);
}
.wrp-products-layout .products-layout .products-main .products-grid .product-card__meta {
  margin: 0;
  font-size: clamp(10px, 0.513vw, 14px);
  line-height: 1.5;
  opacity: 0.85;
  text-align: center;
}
.wrp-products-layout .menu-bar {
  width: 100%;
  padding: 34px 20px 22px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.22em;
}
@media (max-width: 768px) {
  .wrp-products-layout .menu-bar {
    padding: 22px 14px 16px;
    letter-spacing: 0.18em;
  }
}
.wrp-products-layout .menu-bar__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media (max-width: 768px) {
  .wrp-products-layout .menu-bar__list {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.wrp-products-layout .menu-bar__list > .menu-bar__item {
  display: flex;
  align-items: center;
}
.wrp-products-layout .menu-bar__list > .menu-bar__item a {
  display: inline-block;
  padding: 0 22px;
  line-height: 1;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
}
.wrp-products-layout .menu-bar__list > .menu-bar__item a:hover {
  opacity: 0.65;
}
@media (max-width: 768px) {
  .wrp-products-layout .menu-bar__list > .menu-bar__item a {
    padding: 0 14px;
    font-size: clamp(10px, 0.476vw, 13px);
  }
}
.wrp-products-layout .menu-bar__list > .menu-bar__item:not(:last-child)::after {
  content: "|";
  display: inline-block;
  font-size: clamp(10px, 0.513vw, 14px);
  line-height: 1;
  color: #111;
  transform: translateY(-1px);
  opacity: 0.95;
}
@media (max-width: 768px) {
  .wrp-products-layout .menu-bar__list > .menu-bar__item:not(:last-child)::after {
    font-size: clamp(10px, 0.476vw, 13px);
  }
}
.wrp-products-layout .menu-bar__close {
  margin-top: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  font-size: clamp(16px, 1.025vw, 28px);
  line-height: 1;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  cursor: pointer;
}
.wrp-products-layout .menu-bar__close:hover {
  opacity: 0.65;
}
@media (max-width: 768px) {
  .wrp-products-layout .menu-bar__close {
    margin-top: 28px;
    font-size: clamp(10px, 0.476vw, 13px);
  }
}

.head-box {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 6.42vw;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
}
@media (max-width: 768px) {
  .head-box {
    height: 21.79vw;
  }
}
.head-box.active {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.65);
}
.head-box.is-scroll {
  height: 6.42vw;
}
@media (max-width: 768px) {
  .head-box.is-scroll {
    height: 15.79vw;
  }
}
.head-box.is-opening {
  transition-duration: 0.8s;
  transition-delay: 2s;
}
.head-box .main-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 80.53vw;
  margin-inline: auto;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .head-box .main-nav {
    width: 85vw;
  }
}
.head-box .main-nav.active {
  opacity: 1;
}
.head-box .main-nav.is-opening {
  transition: opacity 0.6s;
}
.head-box .main-nav .head-logo {
  justify-self: center;
  width: 7.75vw;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .head-box .main-nav .head-logo {
    width: 30vw;
  }
}
.head-box .main-nav .head-logo.is-scroll {
  width: 7.75vw;
}
@media (max-width: 768px) {
  .head-box .main-nav .head-logo.is-scroll {
    width: 19vw;
  }
}
.head-box .main-nav .head-logo:hover {
  opacity: 0.7;
}
.head-box .main-nav .wrp-txt.left {
  text-align: left;
}
.head-box .main-nav .wrp-txt.right {
  text-align: right;
}
.head-box .main-nav .wrp-txt .txt {
  font-size: clamp(12px, 1.0248901903vw, 28px);
}
@media (max-width: 768px) {
  .head-box .main-nav .wrp-txt .txt {
    font-size: 3.0769230769vw;
  }
}

.wrp-pre-movie {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: none;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #ffffff;
  padding-bottom: calc(24px + env(safe-area-inset-bottom));
}
.wrp-pre-movie .pre-logo,
.wrp-pre-movie .pre-mv,
.wrp-pre-movie .skip {
  opacity: 0;
  transition: 0.8s;
}
.wrp-pre-movie.is-logo .pre-logo {
  opacity: 1;
}
.wrp-pre-movie.is-movie .pre-mv,
.wrp-pre-movie.is-movie .skip {
  opacity: 1;
}
.wrp-pre-movie.is-fadeout {
  transition: opacity 0.5s ease;
  transition-delay: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.wrp-pre-movie.is-fadeout .pre-logo,
.wrp-pre-movie.is-fadeout .pre-mv,
.wrp-pre-movie.is-fadeout .skip {
  opacity: 0;
}
.wrp-pre-movie .pre-mv,
.wrp-pre-movie .skip {
  transform: translateY(var(--mv-shift, 0px));
}
.wrp-pre-movie .pre-mv {
  width: 46%;
}
@media (max-width: 768px) {
  .wrp-pre-movie .pre-mv {
    width: 70%;
  }
}
.wrp-pre-movie .skip {
  border-bottom: 1px solid #000000;
  font-size: 1.17vw;
}
@media (max-width: 768px) {
  .wrp-pre-movie .skip {
    font-size: 4vw;
  }
}
.wrp-pre-movie .skip:hover {
  cursor: pointer;
  opacity: 0.7;
}
.wrp-pre-movie .pre-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12%;
}
@media (max-width: 768px) {
  .wrp-pre-movie .pre-logo {
    width: 30%;
  }
}

.scroll {
  width: 20px;
  height: 110px;
  position: absolute;
  bottom: 3vw;
  left: 6vw;
  z-index: 98;
  display: block;
}
@media (max-width: 768px) {
  .scroll {
    height: 85px;
    bottom: 5vw;
    left: 10vw;
  }
}
.scroll .scroll__bar1 {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 1.5px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
@media (max-width: 768px) {
  .scroll .scroll__bar1 {
    width: 1px;
  }
}
.scroll .scroll__bar2 {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 1.5px;
  height: 100%;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.8);
  transform: scaleY(0);
  transform-origin: top left;
  animation: scroll-bar 3s ease-in-out infinite forwards;
}
@media (max-width: 768px) {
  .scroll .scroll__bar2 {
    width: 1px;
  }
}
.scroll .scroll__bar3 {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 1.5px;
  height: 20px;
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: 111;
  transform-origin: bottom center; /* ← 下を起点 */
  transform: rotate(-35deg);
}
@media (max-width: 768px) {
  .scroll .scroll__bar3 {
    width: 1px;
    height: 15px;
  }
}
.scroll .en {
  position: absolute;
  bottom: 10px;
  left: -20px;
  color: #ffffff;
  letter-spacing: 0.12em;
  transform: rotate(-90deg);
  transform-origin: left top;
  line-height: 1;
  z-index: 9999;
}
@media (max-width: 768px) {
  .scroll .en {
    font-size: clamp(9px, 0.439vw, 12px);
    left: -15px;
  }
}

.contents {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding: 1vw;
}
@media (max-width: 768px) {
  .contents {
    gap: 1.6vw;
    padding: 1.6vw;
  }
}

/* ==================================================
トップページ
================================================== */
.col04 {
  display: flex;
  gap: 1vw;
}
@media (max-width: 768px) {
  .col04 {
    gap: 1.6vw;
    flex-wrap: wrap;
  }
}
.col04 .com-box {
  width: 25%;
}
@media (max-width: 768px) {
  .col04 .com-box {
    width: calc(50% - 0.8vw);
  }
}

.col03 {
  display: flex;
  gap: 1vw;
}
@media (max-width: 768px) {
  .col03 {
    gap: 1.6vw;
    flex-wrap: wrap;
  }
}
.col03 .com-box {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .col03 .com-box {
    width: calc(50% - 0.8vw);
  }
  .col03 .com-box.sp100 {
    width: 100%;
  }
}
.col03 .compile {
  display: flex;
  gap: 1vw;
  position: relative;
  width: 66.6666666667%;
}
@media (max-width: 768px) {
  .col03 .compile {
    gap: 1.6vw;
    flex-wrap: wrap;
    width: calc(50% - 0.8vw);
  }
}
.col03 .compile .com-box {
  width: 100%;
  position: static;
}

.wrp-fv {
  position: relative;
}
@media (max-width: 768px) {
  .wrp-fv img {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.com-box {
  position: relative;
}
.com-box.isPlay .pop-inner {
  opacity: 1;
}
.com-box .wrp-img {
  width: 100%;
  height: 100%;
}
.com-box .wrp-img .square {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .com-box .wrp-img .square {
    aspect-ratio: 1/1;
  }
  .com-box .wrp-img .square.sp100 {
    aspect-ratio: 370/180;
  }
}
.com-box .wrp-img .rectangle {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .com-box .wrp-img .rectangle {
    aspect-ratio: 860/1279;
  }
  .com-box .wrp-img .rectangle.sp100 {
    aspect-ratio: 1/1;
  }
}
.com-box .wrp-img .rectangle02 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .com-box .wrp-img .rectangle02 {
    aspect-ratio: 370/180;
  }
  .com-box .wrp-img .rectangle02.sp100 {
    aspect-ratio: 1/1;
  }
}
.com-box .pop-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.9882869693vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
}
.com-box .pop-inner:hover {
  opacity: 1;
}
.com-box .pop-inner.bl {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .com-box .pop-inner {
    gap: 4vw;
  }
}
.com-box .pop-inner .tit {
  font-size: clamp(11px, 2.1229868228vw, 58px);
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}
.com-box .pop-inner .tit.wh {
  color: #ffffff;
}
@media (max-width: 768px) {
  .com-box .pop-inner .tit {
    font-size: 4.5vw;
  }
}
.com-box .pop-inner .btn {
  position: relative;
  font-size: clamp(11px, 0.878477306vw, 24px);
  letter-spacing: 0.1em;
  border: 1px solid #000000;
  width: 7.6vw;
  height: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-box .pop-inner .btn.wh {
  color: #ffffff;
  border: 0.8px solid #ffffff;
}
@media (max-width: 768px) {
  .com-box .pop-inner .btn {
    font-size: 2.5vw;
    width: 25vw;
    height: 5vw;
  }
}
.com-box .pop-inner .wrp-logo {
  width: 50%;
  display: block;
}
.com-box .pop-inner .note {
  position: absolute;
  left: 1vw;
  bottom: 1vw;
  font-size: clamp(10px, 0.9vw, 21px);
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .com-box .pop-inner .note {
    left: 3vw;
    bottom: 3vw;
  }
}
.com-box .pop-inner .post {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0.1em;
}
.com-box .pop-inner .post.wh {
  color: #ffffff;
}
.com-box .pop-inner .post.is-disabled {
  pointer-events: none !important;
}
.com-box .pop-inner .post .num {
  font-size: clamp(8px, 1.2445095168vw, 34px);
  letter-spacing: 0.1em;
}
.com-box .pop-inner .post .txt {
  font-size: clamp(8px, 1.4641288433vw, 40px);
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0.7320644217vw 0 0;
}
.com-box .pop-inner .post .name {
  font-size: clamp(11px, 1.4641288433vw, 40px);
  letter-spacing: 0.1em;
  padding: 1.8301610542vw 0 0;
}

.link-box.is-disabled {
  cursor: default !important;
}

.link-box.is-disabled:hover {
  cursor: default !important;
}

/* ==================================================
フッター
================================================== */
.block-footer03 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 7.3206442167vw 0;
}
@media (max-width: 768px) {
  .block-footer03 {
    margin: 12.8205128205vw 0;
  }
}
.block-footer03 .inner {
  width: 75.878477306vw;
}
.block-footer03 .inner .navi-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .block-footer03 .inner .navi-box {
    flex-direction: column;
    align-items: center;
    gap: 5vw;
  }
}
.block-footer03 .inner .navi-box li {
  padding: 0 2.3060029283vw;
  border-right: 1px solid #000000;
  font-size: clamp(10px, 0.878477306vw, 24px);
  letter-spacing: 0.1em;
}
.block-footer03 .inner .navi-box li:first-child {
  border-left: 0px solid #000000;
  padding: 0 2.3060029283vw 0 0;
}
@media (max-width: 1100px) {
  .block-footer03 .inner .navi-box li:first-child {
    padding: 0 1.4641288433vw 0 0;
  }
}
@media (max-width: 768px) {
  .block-footer03 .inner .navi-box li:first-child {
    padding: 0;
  }
}
.block-footer03 .inner .navi-box li:last-child {
  border-right: 0px solid #000000;
  padding: 0 0 0 2.3060029283vw;
}
@media (max-width: 1100px) {
  .block-footer03 .inner .navi-box li:last-child {
    padding: 0 0 0 1.4641288433vw;
  }
}
@media (max-width: 768px) {
  .block-footer03 .inner .navi-box li:last-child {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .block-footer03 .inner .navi-box li {
    padding: 0 1.4641288433vw;
  }
}
@media (max-width: 768px) {
  .block-footer03 .inner .navi-box li {
    padding: 0;
    border-right: 0px solid #000000;
  }
}
.block-footer03 .inner .navi-box li:hover {
  opacity: 0.7;
}
.block-footer03 .inner .navi-btm {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  gap: 2.9282576867vw;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .block-footer03 .inner .navi-btm {
    flex-direction: column;
  }
}
.block-footer03 .inner .navi-btm .l-box .wrp-brand {
  width: 15.8vw;
  margin: auto;
}
@media (max-width: 768px) {
  .block-footer03 .inner .navi-btm .l-box .wrp-brand {
    width: 61.5384615385vw;
  }
}
.block-footer03 .inner .navi-btm .l-box .copy {
  margin: 30px 0 0;
  text-align: center;
  font-size: clamp(10px, 0.7vw, 14px);
}
@media (max-width: 768px) {
  .block-footer03 .inner .navi-btm .l-box .copy {
    margin: 25px 0 0;
  }
}
.block-footer03 .inner .navi-btm .r-box ul {
  display: flex;
  justify-content: flex-end;
  gap: 2.1229868228vw;
  padding: 0 0.6vw 0 0;
}
@media (max-width: 768px) {
  .block-footer03 .inner .navi-btm .r-box ul {
    justify-content: center;
    gap: 7.6923076923vw;
    padding: 10.2564102564vw 0 0;
  }
}
.block-footer03 .inner .navi-btm .r-box ul li .icon {
  width: 1.5373352855vw;
}
@media (max-width: 768px) {
  .block-footer03 .inner .navi-btm .r-box ul li .icon {
    width: 7.6923076923vw;
  }
}
.block-footer03 .inner .navi-btm .r-box ul li .icon:hover {
  opacity: 0.6;
}

/* ==================================================
製品詳細TOP（左：ギャラリー / 右：情報）
================================================== */
.p-product__top {
  display: grid;
  grid-template-columns: minmax(0, 62fr) minmax(0, 38fr);
  -moz-column-gap: 2vw;
       column-gap: 2vw;
  row-gap: 40px;
  padding: 0 2vw;
  align-items: start;
  overflow-x: hidden;
  overflow-x: clip;
  /* これが超重要：grid item が内容幅に引っ張られて広がるのを止める */
}
.p-product__top > * {
  min-width: 0;
}
.p-product__gallery {
  order: 1;
}
.p-product__left {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-content: flex-start;
}
.p-product__left > * {
  min-width: 0;
}
.p-product__right {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-content: flex-start;
}
.p-product__right > * {
  min-width: 0;
}
.p-product__info {
  order: 2;
}
.p-product .p-quality {
  order: 3;
}
.p-product__spec {
  order: 4;
}
@media (max-width: 768px) {
  .p-product__top {
    grid-template-columns: 1fr;
    row-gap: 50px;
    padding: 0;
  }
  .p-product__left, .p-product__right {
    grid-column: auto;
    display: contents;
  }
  .p-product__gallery, .p-product__info,
  .p-product .p-quality, .p-product__spec {
    grid-column: auto;
    grid-row: auto;
  }
}

/* ==================================================
GALLERY（メインスライダー）
================================================== */
.p-product__gallery {
  position: relative;
  min-width: 0;
  max-width: 100%;
  border: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.p-product__gallery .p-product__zoom {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  --plus-w: 1px;
  --plus-l: 1.83vw;
}
@media (max-width: 768px) {
  .p-product__gallery .p-product__zoom {
    --plus-l: 25px;
  }
}
.p-product__gallery .p-product__zoom::before, .p-product__gallery .p-product__zoom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--plus-l);
  height: var(--plus-w);
  background: currentColor;
  transform: translate(-50%, -50%);
}
.p-product__gallery .p-product__zoom::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-product__gallery .p-product__zoom:hover {
  cursor: pointer;
}
.p-product__gallery .p-product__main-slider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.p-product__gallery .p-product__main-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.p-product__gallery .p-product__main-slider .slick-list {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.p-product__gallery .p-product__main-slider .slick-track {
  min-width: 0;
}
.p-product__gallery .p-product__main-slider .p-product__slide {
  position: relative;
  min-width: 0;
}
.p-product__gallery .p-product__main-slider .p-product__slide .note {
  font-size: clamp(10px, 0.833vw, 16px);
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.p-product__gallery .p-product__main-slider .p-product__slide img {
  width: 100%;
  aspect-ratio: 16/9;
  min-height: 460px;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-product__gallery .p-product__main-slider .p-product__slide img {
    height: 60vw;
    min-height: auto;
    max-height: none;
  }
}
.p-product__gallery .p-product__main-slider .slick-prev,
.p-product__gallery .p-product__main-slider .slick-next {
  z-index: 20;
  width: 1.83vw;
  height: 1.83vw;
  top: auto;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
@media (max-width: 768px) {
  .p-product__gallery .p-product__main-slider .slick-prev,
  .p-product__gallery .p-product__main-slider .slick-next {
    width: 30px;
    height: 30px;
  }
}
.p-product__gallery .p-product__main-slider .slick-prev::before,
.p-product__gallery .p-product__main-slider .slick-next::before {
  content: "";
}
.p-product__gallery .p-product__main-slider .slick-prev {
  left: 16px;
  background-image: url("images/common/slide-back-btn.png");
}
.p-product__gallery .p-product__main-slider .slick-next {
  right: 16px;
  background-image: url("images/common/slide-next-btn.png");
}
.p-product__gallery .p-product__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 12;
}
@media (max-width: 768px) {
  .p-product__gallery .p-product__dots {
    bottom: 0px;
  }
}
.p-product__gallery .p-product__dots .slick-dots {
  position: static;
  margin: 0;
}
.p-product__gallery .p-product__dots .slick-dots li {
  height: 15px;
}
@media (max-width: 768px) {
  .p-product__gallery .p-product__dots .slick-dots li {
    margin: 0;
  }
}
.p-product__gallery .p-product__dots .slick-dots li button:before {
  font-size: 8px;
  line-height: 8px;
}
@media (max-width: 768px) {
  .p-product__gallery .p-product__dots .slick-dots li button:before {
    font-size: 6px;
    line-height: 6px;
  }
}
@media (max-width: 768px) {
  .p-product__gallery .p-product__dots .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}

/* ==================================================
WO QUALITY（下段）
================================================== */
.p-quality {
  padding: 0;
  margin-top: 0;
  /* =========================
     Head
  ========================= */
}
.p-quality__head {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.p-quality__head .p-quality__title {
  margin: 0;
  font-size: clamp(20px, 1.5373352855vw, 42px);
  letter-spacing: 0.12em;
}
.p-quality__head .p-quality__more {
  display: inline-flex;
  align-items: center;
  gap: 0;
  letter-spacing: 0.12em;
  text-decoration: none;
  border: 1px solid #707070;
  padding: 5px 20px;
}
@media (max-width: 768px) {
  .p-quality__head .p-quality__more {
    font-size: 11px;
    padding: 5px 25px;
  }
}
.p-quality__head .p-quality__more::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg);
  display: inline-block;
}
.p-quality__head .p-quality__more:hover {
  background: #111;
  color: #fff;
}
@media (max-width: 768px) {
  .p-quality__head {
    padding: 0 20px;
  }
}
.p-quality {
  /* =========================
     Grid / Slider
  ========================= */
}
.p-quality__grid {
  width: 100%;
  max-width: 100%;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: self-start;
  gap: 18px;
}
@media (max-width: 768px) {
  .p-quality__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 25px 0 0;
  }
  .p-quality__grid.is-slider {
    position: relative;
  }
  .p-quality__grid.is-slider .slick-slide {
    padding: 0 1vw; /* card gap = 2vw */
    box-sizing: border-box;
  }
  .p-quality__grid.is-slider .slick-list {
    margin: 0 -1vw;
  }
  .p-quality__grid.is-slider .slick-prev,
  .p-quality__grid.is-slider .slick-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 5;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }
  .p-quality__grid.is-slider .slick-prev::before,
  .p-quality__grid.is-slider .slick-next::before {
    content: "";
  }
  .p-quality__grid.is-slider .slick-prev {
    left: 6px;
    background-image: url("images/common/slide-back-btn.png");
  }
  .p-quality__grid.is-slider .slick-next {
    right: 6px;
    background-image: url("images/common/slide-next-btn.png");
  }
}
.p-quality__grid .p-quality__card {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-align: left;
  /* buttonのデフォルトスタイル除去（環境差対策） */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.p-quality__grid .p-quality__card .p-quality__thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
}
.p-quality__grid .p-quality__card .p-quality__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-quality__grid .p-quality__card .p-quality__thumb img:hover {
  opacity: 0.7;
}
.p-quality__grid .p-quality__card .p-quality__cap {
  display: block;
  margin-top: 12px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-quality__grid .p-quality__card .p-quality__cap {
    font-size: 12px;
  }
}

/* ==================================================
INFO（右カラム）
================================================== */
.p-product__info {
  min-width: 0;
}
@media (max-width: 768px) {
  .p-product__info {
    padding: 0 6vw;
  }
}
.p-product__info .p-product__title {
  margin: 0;
  font-size: clamp(20px, 1.756954612vw, 48px);
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}
.p-product__info .p-product__title span {
  font-size: clamp(16px, 1.3909224012vw, 38px);
}
.p-product__info .p-product__subtitle {
  margin: 8px 0 0;
  font-size: clamp(12px, 0.9516837482vw, 26px);
  letter-spacing: 0.06em;
  color: #777;
}
.p-product__info .p-product__lead {
  margin-top: 20px;
  line-height: 2;
  color: #333;
}
@media (max-width: 768px) {
  .p-product__info .p-product__lead {
    margin-top: 30px;
    max-width: none;
  }
}
.p-product__info .p-product__lead p {
  margin: 0;
}
.p-product__spec {
  display: grid;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .p-product__spec {
    padding: 0 6vw;
    font-size: 12px;
  }
}
.p-product__spec .p-product__block .p-product__h2 {
  font-size: clamp(20px, 1.5373352855vw, 42px);
  letter-spacing: 0.12em;
  padding-bottom: 12px;
  border-bottom: 1px solid #707070;
}
.p-product__spec .p-product__block .p-product__dl {
  margin: 0;
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-auto-flow: row;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 0;
}
@media (max-width: 768px) {
  .p-product__spec .p-product__block .p-product__dl {
    grid-template-columns: 80px 1fr;
  }
}
.p-product__spec .p-product__block .p-product__dl dt,
.p-product__spec .p-product__block .p-product__dl dd {
  margin: 0;
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
}
.p-product__spec .p-product__block .p-product__dl dt:first-of-type,
.p-product__spec .p-product__block .p-product__dl dd:first-of-type {
  padding: 10px 0 5px;
}
.p-product__spec .p-product__block .p-product__dl dt {
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.p-product__spec .p-product__block .p-product__dl dt br {
  display: none;
}
@media (max-width: 768px) {
  .p-product__spec .p-product__block .p-product__dl dt br {
    display: block;
  }
}
.p-product__spec .p-product__block .p-product__dl dd {
  line-height: 1.8;
  color: #222;
}
.p-product__spec .p-product__block .p-product__dl dd .p-product__colon {
  margin: 0 10px 0 0;
  display: inline-block;
}
.p-product__spec .p-product__block .p-product__dl dd .p-product__link-grid {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.p-product__spec .p-product__block .p-product__dl dd .p-product__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  line-height: 1.6;
}
.p-product__spec .p-product__block .p-product__dl dd .p-product__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
@media (max-width: 768px) {
  .p-product__spec .p-product__block .p-product__dl dd .p-product__link-grid {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}
@media (max-width: 768px) {
  .p-product__spec .p-product__cta {
    display: flex;
    justify-content: center;
  }
}
.p-product__spec .p-product__cta .c-btn {
  font-size: clamp(18px, 1.3vw, 38px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11.4vw;
  max-width: 400px;
  height: 45px;
  border: 1px solid #707070;
  color: #222;
  text-decoration: none;
  background: #fff;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .p-product__spec .p-product__cta .c-btn {
    width: 200px;
    height: 40px;
    margin: auto;
  }
}
.p-product__spec .p-product__cta .c-btn:hover {
  cursor: pointer;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

/* ==================================================
ACCORDION（TECHNICAL）
================================================== */
.c-acc {
  border-bottom: 1px solid #707070;
}
.c-acc__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px 15px 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.c-acc__btn .c-acc__ttl {
  letter-spacing: 0.08em;
  color: #111;
}
.c-acc__btn .c-acc__ico {
  width: 10px;
  height: 10px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
  transition: 0.2s;
}
.c-acc__btn[aria-expanded=true] .c-acc__ico {
  transform: rotate(-135deg);
}
.c-acc__body {
  padding: 0 10px 16px;
}
.c-acc__body .c-acc__inner {
  line-height: 2;
}
.c-acc__body .c-acc__inner p {
  margin: 0;
}
.c-acc.c-acc--link .c-acc__ico {
  transform: rotate(-45deg);
}

.m-full,
.m-quality {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.m-full.is-open,
.m-quality.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.m-full .m-full__overlay,
.m-full .m-quality__overlay,
.m-quality .m-full__overlay,
.m-quality .m-quality__overlay {
  position: absolute;
  inset: 0;
  background: #323232;
}
.m-full .m-full__panel,
.m-quality .m-full__panel {
  position: relative;
  width: min(1200px, 100% - 80px);
  height: min(720px, 100% - 120px);
  margin: 60px auto 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .m-full .m-full__panel,
  .m-quality .m-full__panel {
    width: calc(100% - 0px);
    height: calc(100% - 120px);
    margin-top: 60px;
  }
}
.m-full .m-full__panel .m-full__close,
.m-quality .m-full__panel .m-full__close {
  position: absolute;
  top: -35px;
  right: 0px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  z-index: 100;
}
@media (max-width: 768px) {
  .m-full .m-full__panel .m-full__close,
  .m-quality .m-full__panel .m-full__close {
    top: 0px;
    right: 15px;
  }
}
.m-full .m-full__panel .m-full__close img,
.m-quality .m-full__panel .m-full__close img {
  display: block;
  width: 20px;
  height: 20px;
}
.m-full .m-full__panel .m-full__slider-wrap,
.m-quality .m-full__panel .m-full__slider-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.m-full .m-full__panel .m-full__slider-wrap .m-full__slider,
.m-quality .m-full__panel .m-full__slider-wrap .m-full__slider {
  width: 100%;
}
.m-full .m-full__panel .m-full__slider-wrap .m-full__slider .m-full__slide,
.m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .m-full__slide {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.m-full .m-full__panel .m-full__slider-wrap .m-full__slider .m-full__slide img,
.m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .m-full__slide img {
  width: 100%;
  height: min(580px, 56.25vw);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .m-full .m-full__panel .m-full__slider-wrap .m-full__slider .m-full__slide img,
  .m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .m-full__slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.m-full .m-full__panel .m-full__slider-wrap .m-full__slider .m-full__slide img.square,
.m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .m-full__slide img.square {
  width: min(580px, 56.25vw);
  height: min(580px, 56.25vw);
  -o-object-fit: cover;
     object-fit: cover;
}
.m-full .m-full__panel .m-full__slider-wrap .m-full__slider .m-full__slide .cap,
.m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .m-full__slide .cap {
  font-size: clamp(10px, 0.833vw, 16px);
  text-align: center;
  color: #fff;
}
.m-full .m-full__panel .m-full__slider-wrap .m-full__slider .slick-prev,
.m-full .m-full__panel .m-full__slider-wrap .m-full__slider .slick-next,
.m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .slick-prev,
.m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .slick-next {
  z-index: 2;
  width: 6.59vw;
  height: 6.59vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.m-full .m-full__panel .m-full__slider-wrap .m-full__slider .slick-prev::before,
.m-full .m-full__panel .m-full__slider-wrap .m-full__slider .slick-next::before,
.m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .slick-prev::before,
.m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .slick-next::before {
  content: "";
}
@media (max-width: 768px) {
  .m-full .m-full__panel .m-full__slider-wrap .m-full__slider .slick-prev,
  .m-full .m-full__panel .m-full__slider-wrap .m-full__slider .slick-next,
  .m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .slick-prev,
  .m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .slick-next {
    width: 20vw;
    height: 20vw;
  }
}
.m-full .m-full__panel .m-full__slider-wrap .m-full__slider .slick-prev,
.m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .slick-prev {
  background-image: url("images/common/slide-back-btn-w.png");
}
@media (max-width: 768px) {
  .m-full .m-full__panel .m-full__slider-wrap .m-full__slider .slick-prev,
  .m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .slick-prev {
    left: -20px;
    top: 29vw;
    background-image: url("images/common/slide-back-btn-b.png");
  }
}
.m-full .m-full__panel .m-full__slider-wrap .m-full__slider .slick-next,
.m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .slick-next {
  background-image: url("images/common/slide-next-btn-w.png");
}
@media (max-width: 768px) {
  .m-full .m-full__panel .m-full__slider-wrap .m-full__slider .slick-next,
  .m-quality .m-full__panel .m-full__slider-wrap .m-full__slider .slick-next {
    right: -20px;
    top: 29vw;
    background-image: url("images/common/slide-next-btn-b.png");
  }
}

/* ==================================================
WO QUALITY（MODAL）
================================================== */
.m-quality .m-quality__panel {
  position: relative;
  width: min(980px, 100% - 80px);
  margin: 60px auto 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .m-quality .m-quality__panel {
    width: calc(100% - 24px);
  }
}
.m-quality .m-quality__panel .m-quality__close {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .m-quality .m-quality__panel .m-quality__close {
    top: -10px;
    right: 15px;
  }
}
.m-quality .m-quality__panel .m-quality__close img {
  display: block;
  width: 20px;
  height: 20px;
}
.m-quality .m-quality__panel .m-quality__content {
  width: 100%;
  padding: 40px 15px 84px;
  text-align: center;
  color: #fff;
}
.m-quality .m-quality__panel .m-quality__content .m-quality__title {
  margin: 0 0 18px;
  letter-spacing: 0.12em;
  font-size: clamp(16px, 1.25vw, 29px);
}
.m-quality .m-quality__panel .m-quality__content .m-quality__slider-wrap {
  width: min(360px, 70vw);
  margin: 0 auto;
}
.m-quality .m-quality__panel .m-quality__content .m-quality__slider-wrap .m-quality__slider .m-quality__slide img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-quality .m-quality__panel .m-quality__content .m-quality__slider-wrap .m-quality__slider .slick-prev,
.m-quality .m-quality__panel .m-quality__content .m-quality__slider-wrap .m-quality__slider .slick-next {
  z-index: 2;
  width: 6.59vw;
  height: 6.59vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.m-quality .m-quality__panel .m-quality__content .m-quality__slider-wrap .m-quality__slider .slick-prev::before,
.m-quality .m-quality__panel .m-quality__content .m-quality__slider-wrap .m-quality__slider .slick-next::before {
  content: "";
}
@media (max-width: 768px) {
  .m-quality .m-quality__panel .m-quality__content .m-quality__slider-wrap .m-quality__slider .slick-prev,
  .m-quality .m-quality__panel .m-quality__content .m-quality__slider-wrap .m-quality__slider .slick-next {
    width: 20vw;
    height: 20vw;
  }
}
.m-quality .m-quality__panel .m-quality__content .m-quality__slider-wrap .m-quality__slider .slick-prev {
  background-image: url("images/common/slide-back-btn-w.png");
  left: -7vw;
}
@media (max-width: 768px) {
  .m-quality .m-quality__panel .m-quality__content .m-quality__slider-wrap .m-quality__slider .slick-prev {
    left: -18vw;
  }
}
.m-quality .m-quality__panel .m-quality__content .m-quality__slider-wrap .m-quality__slider .slick-next {
  background-image: url("images/common/slide-next-btn-w.png");
  right: -7vw;
}
@media (max-width: 768px) {
  .m-quality .m-quality__panel .m-quality__content .m-quality__slider-wrap .m-quality__slider .slick-next {
    right: -18vw;
  }
}
.m-quality .m-quality__panel .m-quality__content .m-quality__lead {
  margin: 18px 0 0;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 1.25vw, 29px);
}
.m-quality .m-quality__panel .m-quality__content .m-quality__lead br {
  display: none;
}
.m-quality .m-quality__panel .m-quality__content .m-quality__body {
  margin: 12px 0 0;
  line-height: 2;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .m-quality .m-quality__panel .m-quality__content .m-quality__body {
    font-size: 12px;
    text-align: left;
  }
  .m-quality .m-quality__panel .m-quality__content .m-quality__body br {
    display: none;
  }
}

/* ==================================================
共通
================================================== */
.wrp-contents {
  width: 80.53vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wrp-contents {
    width: 100%;
  }
}

/* 共通：セクション見出し */
@media (max-width: 768px) {
  .p-sec-head {
    padding: 0 6vw;
  }
}
.p-sec-head .p-sec-head__ttl {
  font-size: clamp(20px, 1.756954612vw, 48px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ==================================================
OTHER TYPE
================================================== */
.p-other {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-other {
    margin-top: 80px;
  }
}
.p-other__body {
  width: 80.53vw;
  max-width: 1400px;
  margin: 22px auto 0;
}
@media (max-width: 768px) {
  .p-other__body {
    width: 100%;
    max-width: none;
    margin-top: 18px;
  }
}
.p-other {
  /* 4件以下はグリッド（スライド化しない） */
}
.p-other__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  align-items: start;
}
@media (max-width: 768px) {
  .p-other__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.p-other__list.is-slider {
  display: block; /* slickが上書きするので保険 */
  position: relative;
}
.p-other__list.is-slider .slick-slide {
  padding: 0 2.5vw;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .p-other__list.is-slider .slick-slide {
    padding: 0 1vw;
  }
}
.p-other__list.is-slider .slick-list {
  margin: 0 -2.5vw;
}
@media (max-width: 768px) {
  .p-other__list.is-slider .slick-list {
    margin: 0 0;
  }
}
.p-other__list.is-slider .slick-prev,
.p-other__list.is-slider .slick-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
}
.p-other__list.is-slider .slick-prev::before,
.p-other__list.is-slider .slick-next::before {
  content: none;
}
.p-other__list.is-slider .slick-prev i,
.p-other__list.is-slider .slick-next i {
  font-size: 18px;
  line-height: 1;
  color: #111;
}
.p-other__list.is-slider .slick-prev {
  left: -52px;
}
.p-other__list.is-slider .slick-next {
  right: -52px;
}
@media (max-width: 768px) {
  .p-other__list.is-slider .slick-prev,
  .p-other__list.is-slider .slick-next {
    top: 38%;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }
  .p-other__list.is-slider .slick-prev::before,
  .p-other__list.is-slider .slick-next::before {
    content: "";
  }
  .p-other__list.is-slider .slick-prev i,
  .p-other__list.is-slider .slick-next i {
    display: none;
  }
  .p-other__list.is-slider .slick-prev {
    left: 6px;
    background-image: url("images/common/slide-back-btn.png");
  }
  .p-other__list.is-slider .slick-next {
    right: 6px;
    background-image: url("images/common/slide-next-btn.png");
  }
}
.p-other__item {
  display: block;
  color: inherit;
  text-decoration: none;
}
.p-other__item .p-other__thumb {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-other__item .p-other__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-other__item .p-other__thumb img:hover {
  opacity: 0.7;
}
.p-other__item .p-other__cap {
  display: block;
  text-align: center;
  margin-top: 12px;
  line-height: 1.6;
}
.p-other__item .p-other__cap .p-other__name {
  display: block;
  font-size: clamp(14px, 1.2445095168vw, 34px);
  letter-spacing: 0.06em;
}

/* ==================================================
PRODUCT LINEUP
================================================== */
.p-lineup {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-lineup {
    margin-top: 80px;
  }
}
.p-lineup__grid {
  max-width: 1400px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5vw 5vw;
}
@media (max-width: 768px) {
  .p-lineup__grid {
    width: 100%;
    max-width: none;
    padding: 0 6vw;
    margin-top: 18px;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.p-lineup__item {
  display: block;
  color: inherit;
  text-decoration: none;
}
.p-lineup__item .p-lineup__thumb {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-lineup__item .p-lineup__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lineup__item .p-lineup__thumb img:hover {
  opacity: 0.7;
}
.p-lineup__item .p-lineup__name {
  display: block;
  margin-top: 12px;
  font-size: clamp(14px, 1.2445095168vw, 34px);
  letter-spacing: 0.12em;
  color: #111;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .p-lineup__item .p-lineup__name {
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
  }
}

/* ==================================================
RELATED（SLIDER）
================================================== */
.p-related {
  margin-top: 7.3206442167vw;
}
@media (max-width: 768px) {
  .p-related {
    margin-top: 25.641025641vw;
  }
}
.p-related__slider {
  margin: 22px auto 0;
  overflow: hidden;
  position: relative;
}
.p-related__slider .slick-list {
  overflow: visible;
}
.p-related__slider .p-related__item {
  margin: 0;
}
.p-related__slider .slick-prev,
.p-related__slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 1.83vw;
  height: 1.83vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
@media (max-width: 768px) {
  .p-related__slider .slick-prev,
  .p-related__slider .slick-next {
    width: 30px;
    height: 30px;
  }
}
.p-related__slider .slick-prev:hover, .p-related__slider .slick-prev:focus,
.p-related__slider .slick-next:hover,
.p-related__slider .slick-next:focus {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
.p-related__slider .slick-prev::before,
.p-related__slider .slick-next::before {
  content: "";
}
.p-related__slider .slick-prev i,
.p-related__slider .slick-next i {
  display: none;
}
.p-related__slider .slick-prev {
  left: 4vw;
  background-image: url("images/common/slide-back-btn.png");
}
@media (max-width: 768px) {
  .p-related__slider .slick-prev {
    left: 2vw;
  }
}
.p-related__slider .slick-prev:hover, .p-related__slider .slick-prev:focus {
  background-image: url("images/common/slide-back-btn.png");
  opacity: 0.6;
}
.p-related__slider .slick-next {
  right: 4vw;
  background-image: url("images/common/slide-next-btn.png");
}
@media (max-width: 768px) {
  .p-related__slider .slick-next {
    right: 2vw;
  }
}
.p-related__slider .slick-next:hover, .p-related__slider .slick-next:focus {
  background-image: url("images/common/slide-next-btn.png");
  opacity: 0.6;
}
@media (max-width: 768px) {
  .p-related__slider {
    width: 100%;
    max-width: none;
    padding: 0 20px;
    margin-top: 18px;
  }
}
.p-related__item {
  padding: 0 9px;
}
@media (max-width: 768px) {
  .p-related__item {
    padding: 0 1vw;
  }
}
.p-related__thumb {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-related__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-head {
  width: 100%;
  aspect-ratio: 2732/998;
}
@media (max-width: 768px) {
  .about-head {
    aspect-ratio: 390/380;
  }
}
.about-head .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.backstory-head {
  width: 100%;
  aspect-ratio: 2732/852;
  margin: 0 0 75px;
  position: relative;
}
@media (max-width: 768px) {
  .backstory-head {
    aspect-ratio: 390/198;
    margin: 0 0 65px;
  }
}
.backstory-head .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.journal-head {
  width: 100%;
  aspect-ratio: 2732/852;
  margin: 0 0 75px;
  position: relative;
}
@media (max-width: 768px) {
  .journal-head {
    aspect-ratio: 390/227;
    margin: 0 0 10px;
  }
}
.journal-head .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.journal-head .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
}
.journal-head .txt-box .tit {
  font-size: clamp(17px, 2.1229868228vw, 58px);
}
.journal-head .txt-box .num {
  font-size: clamp(10px, 1.2445095168vw, 42px);
  padding: 20px 0 0 0;
}
@media (max-width: 768px) {
  .journal-head .txt-box .num {
    padding: 10px 0 0 0;
  }
}
.journal-head .txt-box .cat {
  font-size: clamp(11px, 1.4641288433vw, 48px);
  line-height: 1.2;
  padding: 10px 0 0 0;
}
@media (max-width: 768px) {
  .journal-head .txt-box .cat {
    padding: 5px 0 0 0;
  }
}
.journal-head .txt-box .name {
  font-size: clamp(11px, 1.4641288433vw, 48px);
  padding: 25px 0 0 0;
}
@media (max-width: 768px) {
  .journal-head .txt-box .name {
    padding: 15px 0 0 0;
  }
}
.journal-head .txt-box .tit,
.journal-head .txt-box .num,
.journal-head .txt-box .cat,
.journal-head .txt-box .name {
  margin: 0;
}

.caption {
  text-align: right;
  padding: 15px 15px 15px 0;
  font-size: clamp(10px, 0.78vw, 16px);
}
@media (max-width: 768px) {
  .caption {
    padding: 10px 10px 50px 0;
  }
}

.com-txtbox {
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0 6vw;
}
.com-txtbox.professional {
  padding: 70px 6vw 0;
}
@media (max-width: 768px) {
  .com-txtbox.professional {
    padding: 50px 6vw 0;
  }
}
.com-txtbox .en {
  font-size: clamp(12px, 1.025vw, 28px);
  padding: 0 0 20px;
  text-transform: uppercase;
}
.com-txtbox .tit {
  font-size: clamp(18px, 1.806vw, 43px);
  line-height: 1.6;
  padding: 0 0 50px;
}
.com-txtbox .tit.back {
  font-size: clamp(22px, 1.806vw, 43px);
  transform: translateX(0.5em);
}
@media (max-width: 768px) {
  .com-txtbox .tit {
    padding: 0 0 40px;
  }
}
.com-txtbox .txt {
  font-size: clamp(14px, 0.98vw, 24px);
  line-height: 2;
}

.about-mv {
  width: 35.9vw;
  margin: 50px auto 80px;
}
@media (max-width: 768px) {
  .about-mv {
    width: 100%;
    margin: 30px auto 30px;
    padding: 0 10px;
  }
}
.about-mv video {
  max-width: 100%;
}

.about-message {
  position: relative;
  overflow: hidden;
}
.about-message .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .about-message .bg {
    filter: blur(70px);
    transform: scale(1.4);
  }
}
.about-message .txt-box {
  width: 80.53vw;
  letter-spacing: 0.1em;
  margin: 120px auto;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .about-message .txt-box {
    margin: 40px auto;
    width: 100%;
    text-align: center;
  }
}
.about-message .txt-box .en {
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
.about-message .txt-box .img {
  aspect-ratio: 390/219;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -20px 0 0;
}
.about-message .txt-box .txt {
  padding: 40px 0 60px;
}
@media (max-width: 768px) {
  .about-message .txt-box .txt {
    padding: 40px 0 40px;
  }
}
.about-message .txt-box .sign span {
  font-size: 0.8em;
  padding: 5px 0 0;
  display: block;
}
@media (max-width: 768px) {
  .about-message .txt-box .sign span {
    padding: 10px 0 0;
  }
}
.about-message .txt-box .link {
  font-size: clamp(10px, 0.78vw, 16px);
  display: block;
  padding: 15px 0 0;
  color: #ffffff;
}

.wrp-btm-img {
  width: 80.53vw;
  margin: 100px auto 0;
}
@media (max-width: 768px) {
  .wrp-btm-img {
    margin: 20px auto 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wrp-btm-img {
    padding: 0 10px;
  }
}

.wrp-professional-card {
  width: 60vw;
  margin: 50px auto 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .wrp-professional-card {
    width: 100%;
    padding: 0 6vw;
    flex-direction: column;
  }
}
.wrp-professional-card .professional-card {
  width: calc(33.3333333333% - 1vw);
  aspect-ratio: 530/887;
  background-color: #323232;
  border: 1px solid #323232;
  color: #ffffff;
  padding: 15px;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .wrp-professional-card .professional-card {
    width: 100%;
    aspect-ratio: 330/246;
    padding: 20px;
  }
}
.wrp-professional-card .professional-card:hover {
  background-color: #ffffff;
  color: #323232;
}
.wrp-professional-card .professional-card:hover .btn {
  color: #323232;
}
.wrp-professional-card .professional-card .tit {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.wrp-professional-card .professional-card .tit .en {
  font-size: clamp(14px, 1.1vw, 24px);
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .wrp-professional-card .professional-card .tit .en {
    font-size: 20px;
  }
}
.wrp-professional-card .professional-card .tit .ja {
  font-size: clamp(10px, 0.78vw, 18px);
}
@media (max-width: 768px) {
  .wrp-professional-card .professional-card .tit .ja {
    font-size: 16px;
  }
}
.wrp-professional-card .professional-card .btn {
  color: #ffffff;
  font-size: clamp(18px, 1.4vw, 30px);
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 768px) {
  .wrp-professional-card .professional-card .btn {
    font-size: 32px;
    right: 20px;
    bottom: 20px;
  }
}

.wrp-back {
  width: 65.9vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .wrp-back {
    width: 100vw;
    padding: 0 7.6923076923vw;
    gap: 80px;
  }
}
.wrp-back.top {
  padding: 200px 0 0;
}
@media (max-width: 768px) {
  .wrp-back.top {
    padding: 100px 7.6923076923vw 0;
  }
}
.wrp-back.last {
  padding: 0 0 50px;
}
@media (max-width: 768px) {
  .wrp-back.last {
    padding: 0 7.6923076923vw 40px;
  }
}
.wrp-back .head-txt {
  display: flex;
}
@media (max-width: 768px) {
  .wrp-back .head-txt {
    flex-direction: column;
    gap: 30px;
  }
}
.wrp-back .head-txt .wrp-tit {
  width: 36%;
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-tit {
    width: 100%;
  }
}
.wrp-back .head-txt .wrp-tit.border {
  border-top: 0px solid #707070;
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-tit.border {
    border-top: 1px solid #707070;
    padding: 28px 0 0 0;
  }
}
.wrp-back .head-txt .wrp-tit .tit {
  font-size: clamp(20px, 1.806vw, 43px);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.wrp-back .head-txt .wrp-tit .tit02 {
  font-size: clamp(15px, 1.2vw, 28px);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.wrp-back .head-txt .wrp-tit .tit03 {
  font-size: clamp(18px, 1.1vw, 28px);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.wrp-back .head-txt .wrp-tit .tit03 span {
  font-size: 0.7em;
}
.wrp-back .head-txt .wrp-container {
  width: 64%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-container {
    width: 100%;
    padding: 0 0 0 10.2564102564vw;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-container.drop {
    padding: 0 0 0 0;
  }
}
.wrp-back .head-txt .wrp-container.border {
  border-top: 1px solid #707070;
  padding: 28px 0 0;
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-container.border {
    border-top: 0px solid #707070;
    padding: 0 0 0 10.2564102564vw;
  }
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-container .txt {
    font-size: 14px;
  }
}
.wrp-back .head-txt .wrp-container .wrp-box {
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-container .wrp-box {
    flex-direction: column;
  }
}
.wrp-back .head-txt .wrp-container .wrp-box.border {
  border-top: 1px solid #707070;
  padding: 28px 0 0;
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-container .wrp-box.border {
    border-top: 0px solid #707070;
    padding: 0 0 0 0;
  }
}
.wrp-back .head-txt .wrp-container .wrp-box .box {
  width: 50%;
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-container .wrp-box .box {
    width: 100%;
  }
}
.wrp-back .head-txt .wrp-container .wrp-box .box .line {
  font-size: clamp(18px, 1vw, 20px);
  padding: 25px 0 15px;
}
.wrp-back .head-txt .wrp-container .wrp-box02 {
  display: flex;
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-container .wrp-box02 {
    flex-direction: column;
    gap: 10px;
  }
}
.wrp-back .head-txt .wrp-container .wrp-box02 .txt {
  width: 50%;
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-container .wrp-box02 .txt {
    width: 100%;
  }
}
.wrp-back .head-txt .wrp-container .wrp-box02 .wrp-img {
  width: 50%;
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-container .wrp-box02 .wrp-img {
    width: 100%;
  }
}
.wrp-back .head-txt .wrp-container .wrp-box02 .wrp-img img {
  width: 70%;
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-container .wrp-box02 .wrp-img img {
    width: 90%;
  }
}
.wrp-back .head-txt .wrp-container .wrp-img {
  display: flex;
  justify-content: right;
  gap: 15px;
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-container .wrp-img {
    flex-direction: column;
  }
}
.wrp-back .head-txt .wrp-container .wrp-img img {
  width: 35%;
}
@media (max-width: 768px) {
  .wrp-back .head-txt .wrp-container .wrp-img img {
    width: 100%;
  }
}

.c-acc-back {
  border-bottom: 1px solid #707070;
}
.c-acc-back.top {
  border-top: 1px solid #707070;
}
.c-acc-back .c-acc__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px 15px 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.c-acc-back .c-acc__btn .c-acc__ttl {
  letter-spacing: 0.08em;
  color: #111;
}
@media (max-width: 768px) {
  .c-acc-back .c-acc__btn .c-acc__ttl {
    font-size: 14px;
  }
  .c-acc-back .c-acc__btn .c-acc__ttl span {
    font-size: 0.7em;
  }
}
.c-acc-back .c-acc__btn .c-acc__ico {
  width: 10px;
  height: 10px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
  transition: 0.2s;
}
.c-acc-back .c-acc__btn[aria-expanded=true] .c-acc__ico {
  transform: rotate(-135deg);
}
.c-acc-back .c-acc__body {
  padding: 10px 10px 16px;
}
.c-acc-back .c-acc__body .txt-a {
  padding: 0 30px 0 0;
}
.c-acc-back .c-acc__body .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 0;
}
@media (max-width: 768px) {
  .c-acc-back .c-acc__body .inner {
    gap: 10px;
  }
}
.c-acc-back .c-acc__body .inner .logo {
  width: 10%;
}
@media (max-width: 768px) {
  .c-acc-back .c-acc__body .inner .logo {
    width: 20%;
  }
}
.c-acc-back.c-acc--link .c-acc__ico {
  transform: rotate(-45deg);
}

.insert-img {
  width: 80.53vw;
  display: flex;
  margin: 120px auto;
}
@media (max-width: 768px) {
  .insert-img {
    width: 100%;
    flex-direction: column;
    margin: 50px auto;
  }
}
.insert-img img {
  width: 50%;
}
@media (max-width: 768px) {
  .insert-img img {
    width: 100%;
  }
}

/* =========================================
   ジャーナルここから
========================================= */
@media (max-width: 768px) {
  .wood-page {
    padding: 0 5.1282051282vw;
  }
}
.wood-page .wood-sec {
  margin: 150px 0;
}
@media (max-width: 768px) {
  .wood-page .wood-sec {
    margin: 80px 0;
  }
}
.wood-page .wood-sec .wood-container {
  width: 73.2064421669vw;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .wood-page .wood-sec .wood-container {
    width: 100%;
  }
}
.wood-page .wood-sec .wood-container p {
  margin: 0 0 24px;
  line-height: 2;
  font-size: clamp(14px, 1.0248901903vw, 28px);
}
@media (max-width: 768px) {
  .wood-page .wood-sec .wood-container p {
    margin-bottom: 18px;
    line-height: 1.8;
  }
}
.wood-page .wood-sec .wood-container p:last-child {
  margin-bottom: 0;
}

/* =========================================
   フルブリード（端まで伸ばす）
   ※ container 内の要素に付ける想定
   ※ SPは100%に戻す（横スク防止）
========================================= */
.bleed-right {
  width: 86.6032210835vw;
  margin-right: -13.3967789165vw;
}

.bleed-left {
  width: 43.9970717423vw;
  margin-left: -13.3967789165vw;
}

.bleed-right02 {
  width: 62.0058565154vw;
  margin-right: -13.3967789165vw;
}

@media (max-width: 768px) {
  .bleed-right,
  .bleed-left,
  .bleed-right02 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* =========================================
   SECTION 01
========================================= */
.sec01-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.6603221083vw;
  align-items: start;
}
@media (max-width: 768px) {
  .sec01-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.sec01-head__left {
  padding: 0 0 0 1.6105417277vw;
}
@media (max-width: 768px) {
  .sec01-head__left {
    padding: 0;
  }
}
.sec01-head__left .sec01-title {
  font-size: clamp(20px, 1.756954612vw, 48px);
  margin: 0 0 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .sec01-head__left .sec01-title {
    line-height: 1.65;
    margin: 0 0 8px;
  }
}
.sec01-head__left .sec01-date {
  font-size: clamp(12px, 1.0248901903vw, 28px);
  margin: 0 0 24px;
  letter-spacing: 0.08em;
  display: block;
  text-transform: uppercase;
}
.sec01-head__left .sec01-lead {
  font-size: clamp(14px, 0.878477306vw, 24px);
  margin: 50px 0 0;
  line-height: 2;
}
@media (max-width: 768px) {
  .sec01-head__left .sec01-lead {
    margin: 30px 0 0;
  }
}
@media (max-width: 768px) {
  .sec01-head__left .sec01-lead br {
    display: none;
  }
}
.sec01-head__right {
  /* 追加スタイルが必要ならここ */
}

.sec01-visual {
  padding: 90px 0 0 3.4407027818vw;
}
@media (max-width: 768px) {
  .sec01-visual {
    padding: 0;
  }
}
.sec01-visual__inner {
  position: relative;
}
@media (max-width: 768px) {
  .sec01-visual__inner {
    display: flex;
    justify-content: space-between;
  }
}
.sec01-visual .sec01-photo {
  margin: 0;
}
.sec01-visual .sec01-photo img {
  display: block;
  width: 100%;
  height: auto;
  flex: 1;
  max-width: 100%;
}
.sec01-visual .sec01-photo--wide {
  overflow: hidden;
}
.sec01-visual .sec01-photo--wide.bleed-right {
  width: calc(86.6032210835vw - 3.4407027818vw);
}
@media (max-width: 768px) {
  .sec01-visual .sec01-photo--wide {
    margin: 80px 0 0 -12.8205128205vw;
    position: relative;
    z-index: 0;
  }
}
.sec01-visual .sec01-photo--wide img {
  aspect-ratio: 16/7;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .sec01-visual .sec01-photo--wide img {
    width: 75.3846153846vw;
    aspect-ratio: 294/375;
  }
}
.sec01-visual .sec01-photo--small {
  position: absolute;
  top: -19.3631039531vw;
  left: 9.224011713vw;
  width: 17.9355783309vw;
  z-index: 2;
}
@media (max-width: 768px) {
  .sec01-visual .sec01-photo--small {
    position: relative;
    top: auto;
    left: auto;
    width: 47.4358974359vw;
    z-index: 1;
  }
}
.sec01-visual .sec01-photo--small img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================================
   SECTION 02
========================================= */
.sec02 {
  display: grid;
  grid-template-columns: 30.6002928258vw 1fr;
  gap: 6.0029282577vw;
  align-items: start;
}
@media (max-width: 768px) {
  .sec02 {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.sec02__media {
  gap: 48px;
}
@media (max-width: 768px) {
  .sec02__media {
    gap: 18px;
  }
}
.sec02__stack {
  margin: 0 0 120px;
}
@media (max-width: 768px) {
  .sec02__stack {
    margin: 0 0 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.sec02__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.sec02__img--1 img, .sec02__img--2 img {
  aspect-ratio: 3/4;
  width: 65.7894736842%;
}
@media (max-width: 768px) {
  .sec02__img--1 img, .sec02__img--2 img {
    width: 65.1282051282vw;
  }
}
.sec02__img--3 {
  justify-self: start;
}
.sec02__img--3 img {
  aspect-ratio: 1202/785;
}
@media (max-width: 768px) {
  .sec02__img--3 img {
    aspect-ratio: 4/3;
  }
}
.sec02__text p {
  margin: 0 0 18px;
}
@media (max-width: 768px) {
  .sec02__text p {
    margin-bottom: 14px;
  }
}
.sec02__text p:last-child {
  margin-bottom: 0;
}
.sec02__text .sec02-credit {
  font-size: clamp(10px, 0.5856515373vw, 16px) !important;
  line-height: 2;
  display: block;
  padding: 20px 0 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .sec02__text .sec02-credit {
    line-height: 1.8;
    padding: 10px 0 0;
  }
}

/* =========================================
   SECTION 03
========================================= */
.sec03-grid {
  display: grid;
  grid-template-columns: 23.7920937042vw 1fr;
  gap: 4.4655929722vw;
  align-items: start;
}
@media (max-width: 768px) {
  .sec03-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.sec03-grid .sec03-name {
  font-size: clamp(20px, 1.1713030747vw, 32px);
  margin: 0 0 6px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sec03-grid .sec03-role {
  font-size: clamp(12px, 0.9516837482vw, 26px);
  margin: 0 0 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sec03-grid .sec03-bio p {
  font-size: clamp(14px, 0.878477306vw, 24px) !important;
}
.sec03-grid .sec03-photo {
  margin: 0;
}
.sec03-grid .sec03-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .sec03-grid .sec03-photo img {
    width: 65.1282051282vw;
    aspect-ratio: 254/321;
    margin: auto;
  }
}

/* =========================================
   SP：順番入れ替え・差し込み（1箇所に集約）
========================================= */
@media (max-width: 768px) {
  /* --- SECTION 01：left → visual → right --- */
  .wood-sec--01 .wood-container {
    display: flex;
    flex-direction: column;
  }
  .wood-sec--01 .sec01-head {
    display: contents;
  }
  .wood-sec--01 .sec01-head__left {
    order: 1;
  }
  .wood-sec--01 .sec01-visual {
    order: 2;
    margin: 30px 0;
  }
  .wood-sec--01 .sec01-head__right {
    order: 3;
  }
  /* --- SECTION 02：stack → text → img3 --- */
  .sec02 {
    display: flex;
    flex-direction: column;
  }
  .sec02__media {
    display: contents;
  }
  .sec02__stack {
    order: 1;
  }
  .sec02__text {
    order: 2;
    margin-top: 18px;
  }
  .sec02__img--3 {
    order: 3;
    margin-left: -5.1282051282vw;
    width: calc(100% + 5.1282051282vw + 5.1282051282vw);
    overflow: hidden;
  }
  /* --- SECTION 03：right（image）→ left（text） --- */
  .sec03-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec03-grid__right {
    order: 1;
  }
  .sec03-grid__left {
    order: 2;
  }
}
/* =========================================
   ジャーナルここまで
========================================= */
.list-journal {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 80.5270863836vw;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .list-journal {
    gap: 18px;
    width: 100vw;
  }
}
.list-journal .journal-bnr {
  width: 100%;
  aspect-ratio: 2200/623;
  position: relative;
}
@media (max-width: 768px) {
  .list-journal .journal-bnr {
    aspect-ratio: 390/180;
  }
}
.list-journal .journal-bnr .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.list-journal .journal-bnr:hover .bg {
  filter: brightness(0.4);
}
.list-journal .journal-bnr .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .list-journal .journal-bnr .txt-box {
    gap: 10px;
  }
}
.list-journal .journal-bnr .txt-box .tit,
.list-journal .journal-bnr .txt-box .num,
.list-journal .journal-bnr .txt-box .cat,
.list-journal .journal-bnr .txt-box .name {
  margin: 0;
}
.list-journal .journal-bnr .txt-box .tit {
  font-size: clamp(17px, 2.1229868228vw, 58px);
}
.list-journal .journal-bnr .txt-box .num {
  font-size: clamp(10px, 1.2445095168vw, 42px);
}
.list-journal .journal-bnr .txt-box .cat {
  font-size: clamp(11px, 1.4641288433vw, 48px);
  line-height: 1.2;
}
.list-journal .journal-bnr .txt-box .name {
  font-size: clamp(11px, 1.4641288433vw, 40px);
}
.list-journal .journal-bnr .journal-bnr__link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}
.list-journal .journal-bnr .journal-bnr__link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: -4px;
}

.page-tit-en {
  font-size: clamp(12px, 1.0248901903vw, 28px);
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 6.2225475842vw 0 6.6983894583vw;
}
@media (max-width: 768px) {
  .page-tit-en {
    padding: 9.7435897436vw 0 18.7179487179vw;
  }
}

.news-container {
  width: 58.5651537335vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news-container {
    width: 92.3076923077vw;
  }
}
.news-container .news-head {
  text-align: center;
  padding: 0 0 3.5505124451vw;
}
@media (max-width: 768px) {
  .news-container .news-head {
    padding: 0 0 12.8205128205vw;
  }
}
.news-container .news-head .news-tit {
  font-size: clamp(20px, 1.756954612vw, 48px);
  line-height: 1.625;
  padding: 0 0 3.1478770132vw;
}
@media (max-width: 768px) {
  .news-container .news-head .news-tit {
    padding: 0 0 8.9743589744vw;
    line-height: 1.65;
  }
}
@media (max-width: 768px) {
  .news-container .news-head .news-tit br {
    display: none;
  }
}
.news-container .news-head .date {
  font-size: clamp(12px, 1.0248901903vw, 28px);
  text-transform: uppercase;
}
.news-container .news-page {
  padding: 0 0 10.2489019034vw;
}
@media (max-width: 768px) {
  .news-container .news-page {
    padding: 0 0 80px;
  }
}
.news-container .news-page .wp-block-image {
  padding: 0 0 4.7584187408vw;
}
@media (max-width: 768px) {
  .news-container .news-page .wp-block-image {
    padding: 0 0 12.8205128205vw;
  }
  .news-container .news-page .wp-block-image img {
    max-width: 100vw;
    margin: 0 0 0 -3.8461538462vw;
  }
}
.news-container .news-page .wp-element-caption {
  font-size: clamp(10px, 0.878477306vw, 24px);
  line-height: 1.8;
  padding: 5px 0 0;
}
.news-container .news-page p {
  font-size: clamp(14px, 1.0248901903vw, 28px);
  padding: 0 0 30px;
}
.news-container .news-page p:last-child {
  padding: 0 0 0px;
}
.news-container .news-data {
  border-top: 1px solid #707070;
  padding: 2.4158125915vw 0 9.1508052709vw;
}
@media (max-width: 768px) {
  .news-container .news-data {
    padding: 60px 0 80px;
  }
}
.news-container .news-data .wrp-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.news-container .news-data .wrp-box dt {
  font-size: clamp(14px, 1.0248901903vw, 28px);
  padding: 0 0 10px 0;
}
.news-container .news-data .wrp-box dd {
  font-size: clamp(12px, 0.878477306vw, 24px);
  line-height: 2;
}
.news-container .news-data .wrp-box dd table th {
  text-align: left;
  padding: 0 20px 0 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .news-container .news-data .wrp-box dd table th {
    padding: 0 10px 0 0;
  }
}

/* =========================================
   Journal Pagination
========================================= */
.journal-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5622254758vw 0;
}
@media (max-width: 768px) {
  .journal-pager {
    padding: 34px 0;
  }
}
.journal-pager.is-only-next {
  justify-content: flex-end;
}
.journal-pager.is-only-prev {
  justify-content: flex-start;
}
.journal-pager__item {
  display: inline-flex;
  align-items: center;
  gap: 2.0497803807vw;
  color: #111;
  text-decoration: none;
  letter-spacing: 0.14em;
  font-size: clamp(12px, 1.0248901903vw, 28px);
  font-family: serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .journal-pager__item {
    gap: 18px;
  }
}
.journal-pager__item:hover {
  opacity: 0.65;
}
.journal-pager {
  /* ===== ライン部分 ===== */
}
.journal-pager__arrow {
  position: relative;
  display: block;
  width: 3.6603221083vw;
  height: 1px;
  background: #111;
}
@media (max-width: 768px) {
  .journal-pager__arrow {
    width: 5.1282051282vw;
  }
}
.journal-pager {
  /* ===== PREV（左向き）===== */
}
.journal-pager__item--prev .journal-pager__arrow::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 1px solid #111;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .journal-pager__item--prev .journal-pager__arrow::before {
    width: 8px;
    height: 8px;
  }
}
.journal-pager {
  /* ===== NEXT（右向き）===== */
}
.journal-pager__item--next .journal-pager__arrow::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #111;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .journal-pager__item--next .journal-pager__arrow::after {
    width: 8px;
    height: 8px;
  }
}

.list-news {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6603221083vw 7.3206442167vw;
  width: 73.2064421669vw;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .list-news {
    gap: 9.7435897436vw 8.4615384615vw;
    width: 84.6153846154vw;
  }
}
.list-news .card {
  width: calc(50% - 3.6603221083vw);
}
@media (max-width: 768px) {
  .list-news .card {
    width: calc(50% - 4.2307692308vw);
  }
}
.list-news .card:hover .wrp-img img {
  filter: brightness(0.75);
}
.list-news .card .card-link {
  display: grid;
  grid-template-columns: 394fr 512fr;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
@media (max-width: 768px) {
  .list-news .card .card-link {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.list-news .card .wrp-img {
  display: block;
  padding: 0 1.8301610542vw 0 0;
}
.list-news .card .wrp-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
}
.list-news .card .wrp-txt {
  border-left: 1px solid #707070;
  padding: 0 0 0 1.8301610542vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .list-news .card .wrp-txt {
    padding: 0 0 0 3.0769230769vw;
  }
}
.list-news .card .wrp-txt .tit {
  font-size: clamp(12px, 1.0248901903vw, 28px);
  line-height: 1.9285714286;
  margin: 0;
}
.list-news .card .wrp-txt .date {
  font-size: clamp(12px, 1.0248901903vw, 28px);
  line-height: 1.4;
  text-transform: uppercase;
  padding: 15px 0 0;
  display: block;
}

.inspiration-head {
  width: 100%;
  height: calc(100dvh - 6.42vw);
  margin: 0 0 75px;
  position: relative;
}
@media (max-width: 768px) {
  .inspiration-head {
    height: calc(100dvh - 21.79vw);
    margin: 0 0 65px;
  }
}
.inspiration-head .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inspiration-head .pop-inner {
  display: flex;
  justify-content: end;
  flex-direction: column;
  gap: 2.1vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 0 0 5.4904831625vw 0;
}
@media (max-width: 768px) {
  .inspiration-head .pop-inner {
    gap: 4vw;
    padding: 0 0 12.8205128205vw 0;
  }
}
.inspiration-head .pop-inner .tit {
  font-size: 1.7vw;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .inspiration-head .pop-inner .tit {
    font-size: 4.5vw;
  }
}
.inspiration-head .pop-inner .post {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0.1em;
  gap: 1vw;
}
@media (max-width: 768px) {
  .inspiration-head .pop-inner .post {
    gap: 2vw;
  }
}
.inspiration-head .pop-inner .post .num {
  font-size: clamp(10px, 1.2vw, 28px);
}
.inspiration-head .pop-inner .post .txt {
  font-size: clamp(12px, 1.7vw, 28px);
  line-height: 1.2;
}

.three-box {
  display: flex;
  justify-content: center;
  gap: 1.4641288433vw;
  margin: 5.4904831625vw 0 0;
}
@media (max-width: 768px) {
  .three-box {
    flex-direction: column;
    align-items: center;
    gap: 3.8461538462vw;
  }
}
.three-box img {
  width: 31.4787701318vw;
}
@media (max-width: 768px) {
  .three-box img {
    width: 84.6153846154vw;
  }
}

.two-box {
  display: flex;
  justify-content: center;
  gap: 1.4641288433vw;
  margin: 7.3206442167vw 0 0;
}
@media (max-width: 768px) {
  .two-box {
    justify-content: space-between;
  }
}
.two-box img {
  width: 35.944363104vw;
}
@media (max-width: 768px) {
  .two-box img {
    width: 48.9743589744vw;
  }
}

.one-box {
  margin: 5.4904831625vw 0 0;
}
@media (max-width: 768px) {
  .one-box {
    margin: 19.2307692308vw 0 0;
  }
}
@media (max-width: 768px) {
  .one-box img {
    aspect-ratio: 1/1;
  }
}

.one-box02 {
  margin: 7.3206442167vw auto 0;
  width: 73.2064421669vw;
}
@media (max-width: 768px) {
  .one-box02 {
    margin: 17.9487179487vw auto 0;
    width: 100vw;
  }
}

.txt-inspiration {
  width: 46.9985358712vw;
  margin: 7.3206442167vw auto 0;
}
@media (max-width: 768px) {
  .txt-inspiration {
    width: 84.6153846154vw;
    margin: 19.2307692308vw auto 0;
  }
}
.txt-inspiration p {
  letter-spacing: 0.1em;
}
.txt-inspiration .name {
  margin: 1.1713030747vw 0 0;
  line-height: 1.6;
}

.wrp-sketch {
  width: 46.9985358712vw;
  margin: 7.3206442167vw auto 0;
}
@media (max-width: 768px) {
  .wrp-sketch {
    width: 84.6153846154vw;
    margin: 21.7948717949vw auto 0;
  }
}
.wrp-sketch .tit {
  font-size: clamp(20px, 1.756954612vw, 48px);
}
.wrp-sketch .inner {
  border: 1px solid #707070;
  padding: 1.0248901903vw;
  margin: 25px 0 0;
}

.wrp-name {
  width: 46.9985358712vw;
  margin: 7.3206442167vw auto 0;
}
@media (max-width: 768px) {
  .wrp-name {
    width: 84.6153846154vw;
    margin: 21.7948717949vw auto 0;
  }
}
.wrp-name .name-box {
  display: flex;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .wrp-name .name-box {
    flex-direction: column;
  }
}
.wrp-name .name-box .name-tit {
  width: 38%;
}
@media (max-width: 768px) {
  .wrp-name .name-box .name-tit {
    width: 100%;
  }
}
.wrp-name .name-box .name-tit .jp {
  font-size: clamp(18px, 1.1713030747vw, 32px);
}
.wrp-name .name-box .name-tit .en {
  font-size: clamp(12px, 0.9516837482vw, 26px);
  padding: 10px 0 0;
}
.wrp-name .name-box .wrp-txt {
  width: 62%;
}
@media (max-width: 768px) {
  .wrp-name .name-box .wrp-txt {
    width: 100%;
    margin: 9.7435897436vw auto 0;
  }
}
.wrp-name .name-box .wrp-txt a {
  display: block;
  margin: 1.1713030747vw auto 0;
}
@media (max-width: 768px) {
  .wrp-name .name-box .wrp-txt a {
    margin: 4.358974359vw auto 0;
  }
}
.wrp-name .name-box .wrp-txt a:hover {
  text-decoration: underline;
}

.container-contact {
  width: 58.5651537335vw;
  margin: 2.0131771596vw auto 0;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .container-contact {
    width: 89.7435897436vw;
    margin: 19.4871794872vw auto 0;
  }
}
.container-contact .wo-confirm-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.container-contact .wo-confirm-textarea {
  line-height: 1.8;
}
.container-contact .wo-confirm-txt {
  padding: 30px 0;
}
.container-contact .wo-confirm-btn {
  padding: 60px 0 0;
  position: relative;
}
.container-contact .wo-confirm-btn .confirm-back {
  position: absolute;
  left: 0;
  padding-left: 18px;
  display: inline-block;
}
.container-contact .wo-confirm-btn .confirm-back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.2s;
}
.container-contact .wo-confirm-btn .confirm-back:hover {
  opacity: 0.5;
}
.container-contact .wo-confirm-btn button {
  min-width: 14.6412884334vw;
}
@media (max-width: 768px) {
  .container-contact .wo-confirm-btn button {
    min-width: 48.7179487179vw;
  }
}

.wo-contact {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 768px) {
  .wo-contact {
    gap: 60px;
  }
}
.wo-contact input[type=text],
.wo-contact input[type=email] {
  width: 100%;
  border: none;
  background: transparent;
}
.wo-contact .req {
  font-size: 0.7em;
  vertical-align: super;
  margin-left: 0.2em;
}
.wo-contact .property-field {
  display: none;
}
.wo-contact .property-field.is-visible {
  display: flex;
}
@media (max-width: 768px) {
  .wo-contact .property-field.is-visible {
    display: block;
  }
}
.wo-contact textarea {
  width: 100%;
  min-height: 300px;
  border: 1px solid #707070;
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .wo-contact textarea {
    min-height: 180px;
    padding: 10px;
  }
}
.wo-contact__title {
  margin: 0;
  padding: 0 0 12px;
  border-bottom: 1px solid #707070;
  font-size: clamp(20px, 1.5373352855vw, 42px);
}
@media (max-width: 768px) {
  .wo-contact__title {
    padding-bottom: 10px;
  }
}
.wo-contact__title .note {
  display: block;
  font-size: clamp(14px, 0.878477306vw, 24px);
  padding: 15px 0 35px;
  line-height: 2;
}
@media (max-width: 768px) {
  .wo-contact__title .note {
    padding: 15px 0 15px;
    font-size: clamp(12px, 0.878477306vw, 24px);
  }
}
.wo-contact__lead {
  padding: 28px 0 48px;
}
@media (max-width: 768px) {
  .wo-contact__lead {
    padding: 18px 0 70px;
  }
}
.wo-contact__lead p {
  position: relative;
  margin: 0 0 8px;
  padding-left: 3em;
  line-height: 2;
}
@media (max-width: 768px) {
  .wo-contact__lead p {
    margin-bottom: 6px;
    padding-left: 2.7em;
    line-height: 1.9;
    font-size: clamp(12px, 0.878477306vw, 24px);
  }
}
.wo-contact__lead p:last-child {
  margin-bottom: 0;
}
.wo-contact__lead p .num {
  position: absolute;
  top: 0;
  left: 0;
}
.wo-contact__section .wo-row {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #707070;
}
.wo-contact__section .wo-row.up {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .wo-contact__section .wo-row {
    display: block;
    padding: 25px 0;
  }
}
.wo-contact__section .wo-row__label {
  width: 16.6910688141vw;
}
@media (max-width: 768px) {
  .wo-contact__section .wo-row__label {
    width: 100%;
    margin-bottom: 20px;
    font-size: clamp(12px, 0.878477306vw, 24px);
  }
  .wo-contact__section .wo-row__label.big {
    font-size: clamp(14px, 0.878477306vw, 24px);
  }
}
.wo-contact__section .wo-row__content {
  flex: 1;
}
@media (max-width: 768px) {
  .wo-contact__section .wo-row__content {
    font-size: clamp(12px, 0.878477306vw, 24px);
  }
}
.wo-contact__section .wo-row .note {
  display: block;
  font-size: clamp(10px, 0.7320644217vw, 20px);
  padding: 15px 0 0;
  letter-spacing: 0;
  line-height: 1.4;
}
.wo-contact__section .wo-row .error-txt {
  display: block;
  font-size: clamp(10px, 0.7320644217vw, 20px);
  padding: 15px 0 0;
  letter-spacing: 0;
  line-height: 1.4;
  color: #ff0000;
}
.wo-contact__section .wo-row .wo-name-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 768px) {
  .wo-contact__section .wo-row .wo-name-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
}
.wo-contact__section .wo-row .wo-name-grid__item {
  min-width: 0;
}
.wo-contact__section .wo-row .wo-name-grid__item .wo-inline-field {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 768px) {
  .wo-contact__section .wo-row .wo-name-grid__item .wo-inline-field {
    align-items: center;
    gap: 8px;
  }
}
.wo-contact__section .wo-row .wo-name-grid__item .wo-inline-field__label {
  width: 3rem;
  flex: 0 0 3rem;
}
@media (max-width: 768px) {
  .wo-contact__section .wo-row .wo-name-grid__item .wo-inline-field__label {
    width: 2.2rem;
    flex: 0 0 2.2rem;
  }
}
.wo-contact__section .wo-row .wo-name-grid__item .wo-inline-field input[type=text] {
  min-width: 0;
}
.wo-contact__section .wo-row .wo-check-grid {
  display: grid;
  gap: 15px;
}
.wo-contact__section .wo-row .wo-check-grid--type {
  grid-template-columns: repeat(2, 1fr);
  max-width: 980px;
}
@media (max-width: 768px) {
  .wo-contact__section .wo-row .wo-check-grid--type {
    grid-template-columns: 1fr;
    gap: 12px 20px;
  }
}
.wo-contact__section .wo-row .wo-check-grid--source {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1100px;
}
@media (max-width: 768px) {
  .wo-contact__section .wo-row .wo-check-grid--source {
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
  }
}
.wo-contact__section .wo-row .wo-check-grid .wo-check {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .wo-contact__section .wo-row .wo-check-grid .wo-check {
    gap: 10px;
  }
}
.wo-contact__section .wo-row .wo-check-grid .wo-check input {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #707070;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
@media (max-width: 768px) {
  .wo-contact__section .wo-row .wo-check-grid .wo-check input {
    width: 14px;
    height: 14px;
  }
}
.wo-contact__section .wo-row .wo-check-grid .wo-check input:checked {
  background: #fff;
}
.wo-contact__section .wo-row .wo-check-grid .wo-check input:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #707070;
}
@media (max-width: 768px) {
  .wo-contact__section .wo-row .wo-check-grid .wo-check input:checked::before {
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
.wo-contact__section .wo-row .wo-check-grid .wo-check span {
  display: inline-block;
}
.wo-contact__section .wo-row .wo-file {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
@media (max-width: 768px) {
  .wo-contact__section .wo-row .wo-file {
    min-height: 36px;
  }
}
.wo-contact__section .wo-row .wo-file input {
  display: none;
}
.wo-contact__section .wo-row .wo-file__text {
  color: #999;
}
.wo-contact__section .wo-row .wo-select {
  position: relative;
  max-width: 12.8111273792vw;
}
@media (max-width: 768px) {
  .wo-contact__section .wo-row .wo-select {
    max-width: 100%;
  }
}
.wo-contact__section .wo-row .wo-select select {
  width: 100%;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #999 !important;
  font-family: "YakuHanMP", "Times New Roman", "Noto Serif JP", serif !important;
  letter-spacing: 0.1em !important;
}
.wo-contact__section .wo-row .wo-select select:valid {
  color: #000;
}
.wo-contact__section .wo-row .wo-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.wo-contact__privacy {
  padding: 100px 0;
  border-bottom: 1px solid #9d9d9d;
}
@media (max-width: 768px) {
  .wo-contact__privacy {
    padding: 40px 0 80px;
  }
}
@media (max-width: 768px) {
  .wo-contact__privacy-lead {
    font-size: clamp(12px, 0.878477306vw, 24px);
  }
}
.wo-contact__privacy .wo-privacy-box {
  max-height: 500px;
  overflow-y: auto;
  padding: 40px;
  background: #f4f4f4;
  margin: 30px 0 0;
}
@media (max-width: 768px) {
  .wo-contact__privacy .wo-privacy-box {
    max-height: 190px;
    padding: 20px;
    margin: 25px 0 0;
  }
}
.wo-contact__privacy .wo-privacy-box h2 {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .wo-contact__privacy .wo-privacy-box h2 {
    margin-bottom: 15px;
  }
}
.wo-contact__privacy .wo-privacy-box p {
  font-size: clamp(10px, 0.7320644217vw, 20px);
}
.wo-contact__privacy .wo-privacy-box a {
  text-decoration: underline;
}
.wo-contact__privacy .wo-contact__privacy-note {
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  .wo-contact__privacy .wo-contact__privacy-note {
    margin: 25px 0 0;
    font-size: clamp(12px, 0.878477306vw, 24px);
  }
}
.wo-contact__privacy .wo-agree {
  padding: 100px 0 30px;
  color: #707070;
}
@media (max-width: 768px) {
  .wo-contact__privacy .wo-agree {
    padding: 50px 0 24px;
  }
}
.wo-contact__privacy .wo-agree label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
  font-size: clamp(14px, 1.0248901903vw, 28px);
  line-height: 1.6;
}
.wo-contact__privacy .wo-agree label.is-disabled {
  cursor: default;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .wo-contact__privacy .wo-agree label {
    gap: 10px;
  }
}
.wo-contact__privacy .wo-agree label input[type=checkbox] {
  position: relative;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin: 0;
  border: none;
  background: #efefef;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.wo-contact__privacy .wo-agree label input[type=checkbox]:disabled {
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .wo-contact__privacy .wo-agree label input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}
.wo-contact__privacy .wo-agree label input[type=checkbox]:checked {
  background: #efefef;
}
.wo-contact__privacy .wo-agree label input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 11px;
  width: 9px;
  height: 16px;
  border-right: 2px solid #8d8d8d;
  border-bottom: 2px solid #8d8d8d;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .wo-contact__privacy .wo-agree label input[type=checkbox]:checked::before {
    top: 2px;
    left: 5px;
    width: 5px;
    height: 9px;
    border-right: 1px solid #8d8d8d;
    border-bottom: 1px solid #8d8d8d;
  }
}
.wo-contact__privacy .wo-agree label span {
  display: inline-block;
  line-height: 1;
}
.wo-contact__submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wo-contact__submit button {
  min-width: 14.6412884334vw;
  padding: 1.2445095168vw 0;
  border: 1px solid #7f7f7f;
  background: #fff;
  font-size: clamp(14px, 1.0248901903vw, 28px);
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.3s;
}
.wo-contact__submit button:disabled {
  background: #efefef;
  color: #9d9d9d;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .wo-contact__submit button {
    min-width: 56.4102564103vw;
    padding: 14px 0;
  }
}
.wo-contact__submit button:hover:not(:disabled) {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.show-list {
  border-bottom: 1px solid #707070;
}
.show-list__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px 15px 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.show-list__btn .show-list__ttl {
  letter-spacing: 0.08em;
  color: #111;
}
.show-list__btn .show-list__ico {
  width: 10px;
  height: 10px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
  transition: 0.2s;
}
.show-list__btn[aria-expanded=true] .show-list__ico {
  transform: rotate(-135deg);
}
.show-list__body {
  padding: 0 10px 16px;
}
.show-list__body .table {
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1.8;
  padding: 10px 0 0;
}
@media (max-width: 768px) {
  .show-list__body .table {
    font-size: clamp(12px, 0.878477306vw, 24px);
  }
}
.show-list__body .table .box {
  display: flex;
}
.show-list__body .table .box .tit {
  width: 6rem;
}
@media (max-width: 768px) {
  .show-list__body .table .box .tit {
    width: 5rem;
  }
}
.show-list__body .table .box .txt {
  flex: 1;
}
.show-list__body .button {
  display: block;
  width: 14.6412884334vw;
  padding: 1.0248901903vw 0;
  border: 1px solid #7f7f7f;
  background: #fff;
  text-align: center;
  font-size: clamp(14px, 1.0248901903vw, 28px);
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.3s;
  margin: 30px auto 15px;
}
@media (max-width: 768px) {
  .show-list__body .button {
    width: 56.4102564103vw;
    padding: 12px 0;
  }
}
.show-list__body .button:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.show-list.show-list--link .show-list__ico {
  transform: rotate(-45deg);
}

.wo-contact--thanks .wo-contact__thanks {
  padding: 100px 0 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .wo-contact--thanks .wo-contact__thanks {
    padding: 50px 0 60px;
  }
}
.wo-contact--thanks .wo-contact__thanks-lead {
  font-size: clamp(17px, 1.317715959vw, 36px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #111;
  margin: 0;
}
@media (max-width: 768px) {
  .wo-contact--thanks .wo-contact__thanks-lead {
    line-height: 1.7;
  }
}
.wo-contact--thanks .wo-contact__thanks-body {
  margin: 50px 0 0;
}
@media (max-width: 768px) {
  .wo-contact--thanks .wo-contact__thanks-body {
    margin: 30px 0 0;
  }
}
.wo-contact--thanks .wo-contact__thanks-body p {
  margin: 0 0 24px;
  font-size: clamp(14px, 0.7320644217vw, 20px);
  line-height: 2;
  letter-spacing: 0.08em;
  color: #707070;
}
@media (max-width: 768px) {
  .wo-contact--thanks .wo-contact__thanks-body p {
    margin-bottom: 18px;
    line-height: 1.9;
  }
}
.wo-contact--thanks .wo-contact__thanks-body p:last-child {
  margin-bottom: 0;
}
.wo-contact--thanks .wo-contact__thanks-note {
  margin: 50px auto 0;
  padding: 40px;
  max-width: 43.9238653001vw;
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .wo-contact--thanks .wo-contact__thanks-note {
    margin-top: 30px;
    padding: 20px;
    max-width: 100%;
  }
}
.wo-contact--thanks .wo-contact__thanks-note p {
  margin: 0;
  font-size: clamp(13px, 0.6588579795vw, 18px);
  line-height: 2;
  letter-spacing: 0.08em;
  color: #707070;
}
@media (max-width: 768px) {
  .wo-contact--thanks .wo-contact__thanks-note p {
    line-height: 1.8;
  }
}
.wo-contact--thanks .wo-contact__submit {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .wo-contact--thanks .wo-contact__submit {
    margin-top: 36px;
  }
}
.wo-contact--thanks .wo-contact__submit-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14.6412884334vw;
  padding: 20px 30px;
  border: 1px solid #7f7f7f;
  background: #fff;
  font-size: clamp(16px, 1.0248901903vw, 28px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #111;
  text-decoration: none;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .wo-contact--thanks .wo-contact__submit-link {
    min-width: 56.4102564103vw;
    padding: 14px 20px;
  }
}
.wo-contact--thanks .wo-contact__submit-link:hover {
  background: #111;
  color: #fff;
}

.pager01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8301610542vw;
  margin-top: 5.4904831625vw;
}
@media (max-width: 1024px) {
  .pager01 {
    gap: 5.641025641vw;
    margin-top: 12.8205128205vw;
  }
}
.pager01__num, .pager01__dots, .pager01__current {
  display: inline-block;
  font-family: "Times New Roman", serif;
  font-size: 1.4641288433vw;
  line-height: 1;
  color: #111;
}
@media (max-width: 1024px) {
  .pager01__num, .pager01__dots, .pager01__current {
    font-size: 4.1025641026vw;
  }
}
.pager01__num {
  text-decoration: none;
  transition: opacity 0.2s;
}
.pager01__num:hover {
  opacity: 0.6;
}
.pager01__num.is-current {
  pointer-events: none;
}
.pager01__dots {
  transform: translateY(-2px);
}
@media (max-width: 1024px) {
  .pager01__dots {
    transform: translateY(-1px);
  }
}
.pager01__arrow {
  position: relative;
  display: block;
  width: 1.4641288433vw;
  height: 0.439238653vw;
  flex-shrink: 0;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 1024px) {
  .pager01__arrow {
    width: 3.8461538462vw;
    height: 1.2820512821vw;
  }
}
.pager01__arrow:hover {
  opacity: 0.6;
}
.pager01__arrow::before, .pager01__arrow::after {
  content: "";
  position: absolute;
  display: block;
}
.pager01__arrow::before {
  left: 0;
  top: 50%;
  width: 100%;
  height: 1.4px;
  background: #111;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .pager01__arrow::before {
    height: 1px;
  }
}
.pager01__arrow::after {
  top: 50%;
}
.pager01__arrow--prev {
  margin-right: 1.4641288433vw;
}
@media (max-width: 1024px) {
  .pager01__arrow--prev {
    margin-right: 3.5897435897vw;
  }
}
.pager01__arrow--prev::after {
  left: 2px;
  width: 10px;
  height: 10px;
  border-left: 1.4px solid #111;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 1024px) {
  .pager01__arrow--prev::after {
    left: 1px;
    border-left: 1px solid #111;
    width: 6px;
    height: 6px;
  }
}
.pager01__arrow--next {
  margin-left: 1.4641288433vw;
}
@media (max-width: 1024px) {
  .pager01__arrow--next {
    margin-left: 3.5897435897vw;
  }
}
.pager01__arrow--next::after {
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #111;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 1024px) {
  .pager01__arrow--next::after {
    border-top: 1px solid #111;
    width: 6px;
    height: 6px;
  }
}

.wrp-inspi-bnr {
  display: flex;
  flex-direction: column;
  width: 73.2064421669vw;
  margin: auto;
  border-top: 1px solid #000000;
}
@media (max-width: 768px) {
  .wrp-inspi-bnr {
    width: 84.6153846154vw;
  }
}
.wrp-inspi-bnr .inspiration-bnr {
  display: flex;
  gap: 2.6720351391vw;
  border-bottom: 1px solid #000000;
  padding: 1.8301610542vw 0;
}
@media (max-width: 768px) {
  .wrp-inspi-bnr .inspiration-bnr {
    flex-direction: column-reverse;
    gap: 3.8461538462vw;
    padding: 3.8461538462vw 0 11.5384615385vw;
  }
}
.wrp-inspi-bnr .inspiration-bnr:hover .wrp-thum .bg {
  filter: brightness(0.6);
}
.wrp-inspi-bnr .inspiration-bnr .txtbox {
  letter-spacing: 0.1em;
  position: relative;
  width: 29%;
}
@media (max-width: 768px) {
  .wrp-inspi-bnr .inspiration-bnr .txtbox {
    width: 100%;
  }
}
.wrp-inspi-bnr .inspiration-bnr .txtbox .tit {
  font-size: clamp(15px, 1.5373352855vw, 42px);
  line-height: 1.6;
}
@media (max-width: 768px) {
  .wrp-inspi-bnr .inspiration-bnr .txtbox .tit br {
    display: none;
  }
}
.wrp-inspi-bnr .inspiration-bnr .txtbox .wrp-author {
  padding: 2.5622254758vw 0 0;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .wrp-inspi-bnr .inspiration-bnr .txtbox .wrp-author {
    padding: 5.1282051282vw 0 0;
  }
}
.wrp-inspi-bnr .inspiration-bnr .txtbox .wrp-author .ja {
  font-size: clamp(10px, 0.878477306vw, 24px);
}
.wrp-inspi-bnr .inspiration-bnr .txtbox .wrp-author .en {
  font-size: clamp(10px, 0.878477306vw, 24px);
}
.wrp-inspi-bnr .inspiration-bnr .txtbox .date {
  position: absolute;
  bottom: 0;
  padding: 6.2225475842vw 0 0;
  font-size: clamp(10px, 1.0248901903vw, 28px);
}
@media (max-width: 768px) {
  .wrp-inspi-bnr .inspiration-bnr .txtbox .date {
    padding: 40px 0 0;
    right: 0;
    line-height: 1.8;
  }
}
.wrp-inspi-bnr .inspiration-bnr .wrp-thum {
  width: 71%;
  position: relative;
}
@media (max-width: 768px) {
  .wrp-inspi-bnr .inspiration-bnr .wrp-thum {
    width: 100%;
  }
}
.wrp-inspi-bnr .inspiration-bnr .wrp-thum .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.wrp-inspi-bnr .inspiration-bnr .wrp-thum .pop-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.8418740849vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .wrp-inspi-bnr .inspiration-bnr .wrp-thum .pop-inner {
    gap: 1.0256410256vw;
  }
}
.wrp-inspi-bnr .inspiration-bnr .wrp-thum .pop-inner .tit {
  font-size: clamp(14px, 1.4641288433vw, 40px);
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}
.wrp-inspi-bnr .inspiration-bnr .wrp-thum .pop-inner .post {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0.1em;
  gap: 0.5856515373vw;
}
@media (max-width: 768px) {
  .wrp-inspi-bnr .inspiration-bnr .wrp-thum .pop-inner .post {
    gap: 1.0256410256vw;
  }
}
.wrp-inspi-bnr .inspiration-bnr .wrp-thum .pop-inner .post .num {
  font-size: clamp(10px, 0.8418740849vw, 23px);
}
.wrp-inspi-bnr .inspiration-bnr .wrp-thum .pop-inner .post .txt {
  font-size: clamp(10px, 0.9150805271vw, 25px);
  line-height: 1.2;
}/*# sourceMappingURL=style.css.map */
