@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
var
 _________________________________________________________*/
:root {
  --spacer-1:16px;
  --spacer-2:32px;
  --spacer-3:48px;
  --spacer-4:60px;
  --spacer-5:80px;
  --spacer-6:120px;
  --spacer-7:160px;
  --radius:0 0 30px 0;
}

@media screen and (max-width: 768px) {
  :root {
    --spacer-1:8px;
    --spacer-2:16px;
    --spacer-3:24px;
    --spacer-4:30px;
    --spacer-5:40px;
    --spacer-6:60px;
    --spacer-7:100px;
    --radius:0 0 15px 0;
  }
}
/*
base
 _________________________________________________________*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background-color: #fff;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
@media (min-width: 768px) {
  body {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}

body.lang-en,
body.lang-fr {
  letter-spacing: 0.05em;
  font-size: 14px;
}
@media (min-width: 768px) {
  body.lang-en,
  body.lang-fr {
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
}

main {
  overflow: clip;
}

input, textarea, select, button {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

em {
  font-style: normal;
}

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

::selection {
  color: #666;
}

sub {
  bottom: 0;
}

/*
link color
 _________________________________________________________*/
a {
  color: #000;
  text-decoration: underline;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

.l-main {
  position: relative;
}

/*
cotent
 _________________________________________________________*/
.content {
  position: relative;
  padding: var(--spacer-6) 0;
}

.content-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  z-index: 50;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .content-inner {
    padding: 0 5%;
  }
}

.content-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--spacer-4);
  font-size: 26px;
}
@media (min-width: 768px) {
  .content-title {
    font-size: clamp(26px, 2.7777777778vw, 40px);
  }
}
.content-title {
  font-weight: 600;
}
.content-title:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/content-title-mark.svg");
  display: block;
}
.content-title div {
  text-align: center;
}

.content-catch {
  font-size: 18px;
}
@media (min-width: 768px) {
  .content-catch {
    font-size: clamp(18px, 1.3888888889vw, 20px);
  }
}
.content-catch {
  font-weight: 500;
  text-align: center;
  margin-bottom: var(--spacer-4);
}

.content-title--white {
  color: #FFFFFF;
}
.content-title--white:before {
  background: url("../images/content-title-mark_white.svg");
}

.lang-jp .content-inner--vertical {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: flex-start;
}
.lang-jp .content-inner--vertical .content-title {
  padding-right: var(--spacer-4);
}
.lang-jp .content-inner--vertical .content-title div {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-top: var(--spacer-1);
  letter-spacing: 0.3em;
}
.lang-jp .content-inner--vertical .content-body {
  width: 100%;
}

.fixed-cta {
  background-color: #FFFFFF;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .fixed-cta {
    display: block;
    right: auto;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: var(--spacer-1);
    background-color: rgba(255, 255, 255, 0.8);
    writing-mode: horizontal-tb;
  }
}
.fixed-cta a {
  height: auto;
  background-color: #FFFFFF;
  color: #C21316;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  padding: var(--spacer-1);
  transition: 0.2s;
  border: 3px double #C21316;
  font-weight: 700;
  text-align: center;
}
.fixed-cta a:hover {
  color: #000;
}
@media screen and (max-width: 768px) {
  .fixed-cta a {
    height: 40px;
  }
}

.fixed-cta.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-en .fixed-cta a,
.lang-fr .fixed-cta a {
  width: auto;
}

.lang-jp .fixed-cta {
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .lang-jp .fixed-cta {
    writing-mode: horizontal-tb;
  }
}

/*
header
 _________________________________________________________*/
.l-header {
  position: relative;
  width: 100%;
  z-index: 100;
}

.header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3%;
  height: 150px;
  display: grid;
  grid-template-columns: 25% 1fr 28%;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-template-areas: "header-logo header-lang header-lang" "header-logo header-catch header-cta" "header-logo header-menu header-cta";
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
    max-height: 165px;
    padding: var(--spacer-1) 3%;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "header-catch header-catch" "header-logo header-lang" "header-menu header-menu";
  }
}

.l-header--index {
  position: absolute;
  top: 0;
  left: 0;
}
.l-header--index .header {
  height: 130px;
}
@media screen and (max-width: 768px) {
  .l-header--index .header {
    height: auto;
  }
}

.header-logo {
  grid-area: header-logo;
}

.header-lang {
  grid-area: header-lang;
}

.header-catch {
  grid-area: header-catch;
}

.header-menu {
  grid-area: header-menu;
}

.header-cta {
  grid-area: header-cta;
}
@media screen and (max-width: 768px) {
  .header-cta {
    display: none;
  }
}

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo a {
  display: block;
}
.header-logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-logo img {
    max-width: 180px;
  }
}

.header-lang {
  display: flex;
  justify-content: end;
  padding: 10px 0;
}
.header-lang ul {
  display: flex;
  height: 1em;
}
.header-lang li {
  line-height: 1em;
  padding: 0 calc(var(--spacer-1)) !important;
  border-right: 1px solid #A2ABAE;
}
.header-lang span {
  display: flex;
  align-items: center;
  color: #818082;
  font-size: 9.8px;
}
@media (min-width: 768px) {
  .header-lang span {
    font-size: clamp(9.8px, 0.9722222222vw, 14px);
  }
}
.header-lang a {
  color: #818082;
  font-size: 9.8px;
}
@media (min-width: 768px) {
  .header-lang a {
    font-size: clamp(9.8px, 0.9722222222vw, 14px);
  }
}
.header-lang a {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
}
.header-lang a.is-selected,
.header-lang a.current {
  color: #000;
}
.header-lang .ja {
  order: 1;
  border-left: 1px solid #A2ABAE;
}
.header-lang .en {
  order: 2;
}
.header-lang .fr {
  order: 3;
}
@media screen and (max-width: 768px) {
  .header-lang {
    align-items: center;
  }
}

.header-cta a.m-button-cta {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 1000px) {
  .header-cta a.m-button-cta {
    height: 60px;
  }
}

.header-catch {
  font-weight: 600;
  font-size: 12px;
}
@media (min-width: 768px) {
  .header-catch {
    font-size: clamp(12px, 1.25vw, 18px);
  }
}
.header-catch {
  text-align: right;
  padding-right: 5%;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .header-catch {
    text-align: left;
    padding-right: 0;
    padding-bottom: 15px;
    justify-content: start;
    letter-spacing: 0.05em;
  }
}

.lang-en .header-catch,
.lang-fr .header-catch {
  font-size: 10px;
}
@media (min-width: 768px) {
  .lang-en .header-catch,
  .lang-fr .header-catch {
    font-size: clamp(10px, 0.9027777778vw, 13px);
  }
}

.header-menu {
  padding-right: 5%;
}
.header-menu ul {
  display: flex;
  justify-content: end;
}
.header-menu a {
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 768px) {
  .header-menu a {
    font-size: clamp(18px, 1.6666666667vw, 24px);
  }
}
.header-menu a {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-left: var(--spacer-2);
}
.header-menu a:before {
  content: "";
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 5px solid #C21316;
  display: block;
  margin-right: 10px;
}
.header-menu a:hover {
  color: #C21316;
}
@media screen and (max-width: 768px) {
  .header-menu {
    padding-right: 0;
    padding-top: 15px;
  }
  .header-menu ul {
    justify-content: space-between;
  }
  .header-menu li {
    width: 48%;
  }
  .header-menu a {
    width: 100%;
    background-color: #FFFFFF;
    margin-left: 0;
    justify-content: center;
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-header--index a {
    background-color: transparent;
  }
}

.lang-en .header-menu a,
.lang-fr .header-menu a {
  font-size: 12px;
}
@media (min-width: 768px) {
  .lang-en .header-menu a,
  .lang-fr .header-menu a {
    font-size: clamp(12px, 1.3888888889vw, 20px);
  }
}

/*
footer
_________________________________________________________*/
.l-footer {
  position: relative;
  width: 100%;
  z-index: 10;
  background-color: #FFFFFF;
  padding-bottom: var(--spacer-6);
  padding-top: var(--spacer-4);
  overflow: hidden;
}
.l-footer:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: auto;
  background: url("../images/kazari-kinpaku.png") no-repeat left bottom;
  background-size: contain;
  transform: rotate(180deg) translateY(-40%);
  aspect-ratio: 1/0.512;
}
@media screen and (max-width: 768px) {
  .l-footer:after {
    width: 80vw;
    transform: rotate(180deg) translateY(-20%);
  }
}

.footer {
  position: relative;
  z-index: 15;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0px var(--spacer-2);
  grid-auto-flow: row;
  grid-template-areas: "footer-logo footer-link" "footer-pagelink footer-pagelink" "footer-copy footer-copy";
}
@media screen and (max-width: 1440px) {
  .footer {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "footer-logo" "footer-link" "footer-pagelink" "footer-copy";
    gap: var(--spacer-4) 0;
  }
}

.footer-link {
  grid-area: footer-link;
}

.footer-logo {
  grid-area: footer-logo;
}

.footer-copy {
  grid-area: footer-copy;
}

.footer-pagelink {
  grid-area: footer-pagelink;
}

.footer-logo {
  width: 100%;
  max-width: 270px;
}
.footer-logo a {
  display: block;
  width: 100%;
}
.footer-logo a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .footer-logo a {
    width: 60%;
    margin: 0 auto;
  }
}

.footer-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-link ul {
  display: flex;
  gap: var(--spacer-2);
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer-link {
    width: 100%;
  }
  .footer-link ul {
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
    gap: var(--spacer-1);
  }
}

.footer-link .m-button-border,
.footer-link .m-button-cta {
  width: auto;
  max-width: none;
  padding: 0 var(--spacer-2);
}

.footer-pagelink {
  margin: var(--spacer-2) 0;
}
.footer-pagelink ul {
  display: flex;
  justify-content: flex-end;
}
.footer-pagelink li {
  border-right: 1px solid rgba(162, 171, 174, 0.8);
}
.footer-pagelink li a {
  padding: 5px 20px;
  text-decoration: none;
}
.footer-pagelink li a:hover {
  color: #C21316;
}
.footer-pagelink li:last-child {
  border-right: none;
}
.footer-pagelink li:last-child a {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .footer-pagelink {
    width: 100%;
  }
  .footer-pagelink ul {
    width: 80%;
    margin: 0 auto;
    justify-content: center;
  }
  .footer-pagelink li a {
    padding: 5px 10px;
  }
}

.footer-copy {
  text-align: right;
  font-size: 10px;
}
@media (min-width: 768px) {
  .footer-copy {
    font-size: clamp(10px, 0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .footer-copy {
    text-align: center;
  }
}

/*
MV
 _________________________________________________________*/
.mv {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #987C0C;
  background: linear-gradient(-60deg, rgb(152, 124, 12) 0%, rgb(190, 167, 75) 10%, rgb(224, 214, 139) 40%, rgb(235, 227, 170) 60%, rgb(255, 253, 239) 80%, rgb(224, 214, 139) 100%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv {
    height: auto;
  }
}

.mv-dummy {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv-dummy {
    display: none;
  }
}

.mv-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.576;
  max-width: 1400px;
  margin: 0 auto;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
@media screen and (max-width: 1000px) {
  .mv-inner {
    aspect-ratio: 1/0.716;
  }
}
@media screen and (max-width: 768px) {
  .mv-inner {
    aspect-ratio: none;
    height: auto;
    padding-top: 140px;
    z-index: 20;
  }
}

.mv-bg-topleft {
  width: 60%;
  aspect-ratio: 1/0.716;
  background: url(../images/mv_bg_topleft.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 100px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .mv-bg-topleft {
    width: 100%;
    top: 130px;
  }
}

.mv-bg-bottomright {
  width: 60%;
  aspect-ratio: 1/0.397;
  background: url(../images/mv_bg_bottomright.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(0%);
}
@media screen and (max-width: 768px) {
  .mv-bg-bottomright {
    width: 100%;
  }
}

.mv-ibasen {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
  width: 60%;
}
@media screen and (max-width: 768px) {
  .mv-ibasen {
    width: 100%;
    top: auto;
    transform: translateY(0);
    position: relative;
  }
}

.mv-text {
  position: absolute;
  font-weight: 600;
  width: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .mv-text {
    position: relative;
    top: auto;
    transform: translateY(0);
  }
}

.mv-text__heading {
  font-size: 26px;
}
@media (min-width: 768px) {
  .mv-text__heading {
    font-size: clamp(26px, 2.7777777778vw, 40px);
  }
}
.mv-text__heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mv-text__heading {
    font-weight: 700;
    margin-bottom: 12px;
  }
}

.mv-text__catch {
  font-size: 14px;
}
@media (min-width: 768px) {
  .mv-text__catch {
    font-size: clamp(14px, 1.3888888889vw, 20px);
  }
}
.mv-text__catch {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mv-sensu {
  display: flex;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 10;
  max-height: 190px;
}
.mv-sensu li {
  width: 40%;
}
.mv-sensu li img {
  max-height: 190px;
}
@media screen and (max-width: 768px) {
  .mv-sensu {
    position: relative;
    padding-bottom: 10px;
  }
  .mv-sensu li {
    width: 50%;
  }
}

.mv-sensu--top {
  justify-content: end;
  top: 5%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .mv-sensu--top {
    width: 100%;
    top: auto;
    bottom: auto;
    left: 0;
  }
}

.mv-sensu--bottom {
  justify-content: flex-start;
  bottom: 5%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .mv-sensu--bottom {
    width: 100%;
    bottom: auto;
    left: auto;
    right: 0;
  }
}

.mv-textsense {
  width: 50%;
  height: calc(100% - 130px);
  position: absolute;
  top: 130px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .mv-textsense {
    width: 100%;
    position: relative;
    height: auto;
    top: auto;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    gap: 20px 0px;
    grid-template-areas: "mv-text mv-text" "mv-sensu--top mv-sensu--bottom";
  }
  .mv-text {
    grid-area: mv-text;
  }
  .mv-sensu--top {
    grid-area: mv-sensu--top;
  }
  .mv-sensu--bottom {
    grid-area: mv-sensu--bottom;
  }
}
.lang-en .mv-text__heading,
.lang-fr .mv-text__heading {
  font-size: 16px;
}
@media (min-width: 768px) {
  .lang-en .mv-text__heading,
  .lang-fr .mv-text__heading {
    font-size: clamp(16px, 1.8055555556vw, 26px);
  }
}
.lang-en .mv-text__catch,
.lang-fr .mv-text__catch {
  font-size: 12px;
}
@media (min-width: 768px) {
  .lang-en .mv-text__catch,
  .lang-fr .mv-text__catch {
    font-size: clamp(12px, 1.25vw, 18px);
  }
}

/*
about
 _________________________________________________________*/
.about {
  text-align: center;
  color: #FFFFFF;
}

.about:before,
.about:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.about:after {
  background-color: rgba(0, 62, 81, 0.8);
}

.about:before {
  background: url("../images/about_bg.jpg");
  background-size: cover;
}

.about-title {
  font-size: 24px;
}
@media (min-width: 768px) {
  .about-title {
    font-size: clamp(24px, 2.2222222222vw, 32px);
  }
}
.about-title {
  font-weight: 700;
  margin-bottom: var(--spacer-4);
}

.about-photo {
  margin-top: var(--spacer-4);
  position: relative;
  z-index: 70;
}
.about-photo ul {
  display: flex;
  justify-content: space-between;
  gap: var(--spacer-2);
}
@media screen and (max-width: 768px) {
  .about-photo ul {
    width: 90%;
    margin: 0 auto;
    gap: var(--spacer-2);
    flex-direction: column;
  }
  .about-photo ul img {
    width: 70%;
  }
  .about-photo ul li {
    text-align: right;
  }
  .about-photo ul li:nth-child(2) {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .about-text {
    text-align: left;
  }
}

.about-kazari--01 {
  top: 0;
  right: 0;
  transform: translateX(40%) translateY(-60%);
  width: 40vw;
}
@media screen and (max-width: 768px) {
  .about-kazari--01 {
    width: 50vw;
    transform: translateX(40%) translateY(-20%);
  }
}

.about-kazari--02 {
  bottom: 0;
  left: 0;
  transform: translateX(-60%) translateY(70%);
  width: 35vw;
}
@media screen and (max-width: 768px) {
  .about-kazari--02 {
    width: 50vw;
    transform: translateX(-40%) translateY(70%);
  }
}

/*
original
 _________________________________________________________*/
.original {
  position: relative;
  z-index: 40;
  background: url("../images/bg_washi.jpg");
}

.original-detail {
  width: 90%;
  margin: 0 auto var(--spacer-4) auto;
  max-width: 953px;
  border: 10px solid #CCC8A6;
  padding: var(--spacer-4);
  background: #FFFFFF;
}

.original-detail__table {
  width: 100%;
}
.original-detail__table th, .original-detail__table td {
  border-bottom: 1px solid #A2ABAE;
  padding: calc(var(--spacer-1) * 1.5) 0;
}
.original-detail__table th {
  width: 10em;
  padding-right: var(--spacer-1);
  font-size: 18px;
}
@media (min-width: 768px) {
  .original-detail__table th {
    font-size: clamp(18px, 1.3888888889vw, 20px);
  }
}
.original-detail__table th {
  font-weight: 500;
}
.original-detail__table td {
  font-size: 14px;
}
@media (min-width: 768px) {
  .original-detail__table td {
    font-size: clamp(14px, 1.25vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .original-detail__table th, .original-detail__table td {
    display: block;
    width: 100%;
  }
  .original-detail__table th {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.original-cta {
  text-align: center;
}

.original-kazari {
  bottom: 0;
  right: 0;
  transform: translateX(30%) translateY(-20%);
  width: 60vw;
}

/*
works
 _________________________________________________________*/
.works {
  background-color: #003E51;
  color: #FFFFFF;
  padding: var(--spacer-4) 0 var(--spacer-6) 0;
  background: url("../images/kazari-kinpaku.png") no-repeat -40% 0 #003E51;
}
@media screen and (max-width: 768px) {
  .works {
    background-size: 80% auto;
  }
}
.works:after, .works:before {
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 1/0.51;
  position: absolute;
  bottom: 0;
}
.works:before {
  left: -30%;
  background: url("../images/kazari-kinpaku.png") no-repeat;
  transform: rotate(180deg) scaleX(-1);
}
@media screen and (max-width: 768px) {
  .works:before {
    left: -10%;
    background-size: auto 140%;
  }
}
.works:after {
  right: -30%;
  background: url("../images/kazari-kinpaku.png") no-repeat;
  transform: rotate(180deg) scaleX(1);
}
@media screen and (max-width: 768px) {
  .works:after {
    right: -10%;
    background-size: auto 140%;
  }
}

.works-caution {
  text-align: center;
}

.works-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  gap: 1fr;
  grid-auto-flow: row;
}

.works-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.works-item a {
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .works-item {
    margin-bottom: 30px;
  }
}

.works-item__photo {
  text-align: center;
}

.works-item__title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .works-item__title {
    font-size: clamp(14px, 2.0833333333vw, 30px);
  }
}
.works-item__title {
  text-align: center;
}

.works-item__text {
  margin-top: var(--spacer-1);
  text-align: center;
  font-size: 10px;
}
@media (min-width: 768px) {
  .works-item__text {
    font-size: clamp(10px, 1.6666666667vw, 24px);
  }
}

/* 1：左上 */
.works-item:nth-child(1) {
  grid-column: 1/span 7; /* 57%相当 */
  grid-row: 1;
  align-self: start;
}

/* 2：右上 */
.works-item:nth-child(2) {
  grid-column: 7/-1; /* 右側に寄せる */
  grid-row: 1;
  align-self: end;
  margin-top: 40%;
}
@media screen and (max-width: 768px) {
  .works-item:nth-child(2) {
    margin-top: 90%;
  }
}

/* 3：中央（2行目） */
.works-item:nth-child(3) {
  grid-column: 1/-1; /* 40%相当で中央寄り */
  grid-row: 2;
  justify-self: center; /* 中央寄せ */
  align-self: center;
  margin-top: 0%;
}
.works-item:nth-child(3) img {
  width: 70%;
}

/* 4：左下 */
.works-item:nth-child(4) {
  grid-column: 1/span 6; /* 48%相当 */
  grid-row: 3;
  align-self: start;
}

/* 5：右下 */
.works-item:nth-child(5) {
  grid-column: 6/-1; /* 右側 */
  grid-row: 3;
  align-self: end;
  margin-top: 60%;
}

.works-more {
  margin-top: var(--spacer-4);
}

.works-kazari-circle {
  top: 0;
  right: 0;
  transform: rotate(180deg) translateX(-30%) translateY(0);
  opacity: 0.8;
  width: 40vw;
}
@media screen and (max-width: 768px) {
  .works-kazari-circle {
    width: 45vw;
    transform: rotate(180deg) translateX(-30%) translateY(0);
  }
}

.works-kazari-line1 {
  top: 20%;
  left: 0;
  transform: rotate(0) scaleX(-1) translateX(30%);
  opacity: 0.8;
  width: 40vw;
}
@media screen and (max-width: 768px) {
  .works-kazari-line1 {
    width: 60vw;
  }
}

.works-kazari-line2 {
  top: 40%;
  right: 0;
  transform: rotate(0) scaleX(1) translateX(30%);
  opacity: 0.8;
  width: 40vw;
}
@media screen and (max-width: 768px) {
  .works-kazari-line2 {
    width: 60vw;
    top: 50%;
    transform: rotate(0) scaleX(1) translateX(30%);
  }
}

.modal-content {
  position: fixed;
  inset: 0;
  background: rgba(9, 10, 27, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.modal-content.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-content-inner {
  max-width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  padding: 2rem;
  position: relative;
}
.modal-content-inner .works-item__photo {
  max-width: 900px;
}

.modal-close {
  position: fixed;
  top: 0;
  right: 0;
  background: url("../images/icon-close-white.svg") no-repeat center center #59959A;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 1.8rem;
  cursor: pointer;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal-close {
    width: 48px;
    height: 48px;
  }
}

.lang-en .works-item__title,
.lang-fr .works-item__title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .lang-en .works-item__title,
  .lang-fr .works-item__title {
    font-size: clamp(14px, 1.8055555556vw, 26px);
  }
}
.lang-en .works-item__text,
.lang-fr .works-item__text {
  margin-top: var(--spacer-1);
  font-size: 10px;
}
@media (min-width: 768px) {
  .lang-en .works-item__text,
  .lang-fr .works-item__text {
    font-size: clamp(10px, 1.1111111111vw, 16px);
  }
}

/*
custom
 _________________________________________________________*/
.custom {
  position: relative;
  z-index: 40;
  background: url("../images/bg_washi.jpg");
}
.custom:before, .custom:after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.custom:before {
  background-image: url("../images/bg-kumocircle.png");
  background-position: right 400px;
  background-repeat: repeat-y;
  opacity: 0.5;
}
.custom:after {
  background-image: url("../images/bg-kumocircle.png");
  transform: scale(-1, 1);
  background-position: right 0;
  background-repeat: repeat-y;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .custom:before, .custom:after {
    background-size: 400px 250px;
  }
}

.custom-unit {
  width: 90%;
  max-width: 953px;
  margin: 0 auto var(--spacer-4) auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-4);
  counter-reset: listnum;
}
@media screen and (max-width: 768px) {
  .custom-unit {
    width: 100%;
  }
}

.custom-unit__item {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "custom-unit__title custom-unit__title" "custom-unit__photo custom-unit__text";
}
@media screen and (max-width: 768px) {
  .custom-unit__item {
    grid-template-columns: 1fr;
    grid-template-areas: "custom-unit__title" "custom-unit__photo" "custom-unit__text";
  }
}
.custom-unit__item {
  background-color: #FFFFFF;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
  border-radius: var(--radius);
}

.custom-unit__title {
  grid-area: custom-unit__title;
}

.custom-unit__photo {
  grid-area: custom-unit__photo;
}

.custom-unit__text {
  grid-area: custom-unit__text;
}

.custom-unit__title {
  width: 100%;
  position: relative;
  padding: var(--spacer-2) 0;
  margin-bottom: 14px;
}
.custom-unit__title:before, .custom-unit__title:after {
  content: "";
  background: linear-gradient(270deg, #B19C28 0%, #FFF8EE 34.62%, #FFF4B5 66.83%, #B19C28 100%);
  width: 100%;
  display: block;
  position: absolute;
}
.custom-unit__title:before {
  bottom: 0;
  height: 2px;
}
.custom-unit__title:after {
  bottom: -14px;
  height: 10px;
}

.custom-unit__title__title {
  font-size: 18px;
}
@media (min-width: 768px) {
  .custom-unit__title__title {
    font-size: clamp(18px, 2.2222222222vw, 32px);
  }
}
.custom-unit__title__title {
  font-weight: 700;
  padding-left: 120px;
}
@media screen and (max-width: 768px) {
  .custom-unit__title__title {
    padding-left: 70px;
  }
}

.custom-unit__title__num {
  width: 90px;
  height: 90px;
  transform: rotate(45deg);
  aspect-ratio: 1/1;
  background: linear-gradient(184deg, #7C181A 32.59%, #C21316 83.05%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: -10px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .custom-unit__title__num {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: -5px;
  }
}
.custom-unit__title__num:before {
  color: #FFFFFF;
  font-size: 24px;
}
@media (min-width: 768px) {
  .custom-unit__title__num:before {
    font-size: clamp(24px, 3.4722222222vw, 50px);
  }
}
.custom-unit__title__num:before {
  counter-increment: listnum;
  content: counter(listnum);
  transform: rotate(-45deg);
}

.custom-unit__photo {
  padding: var(--spacer-2);
}

.custom-unit__text {
  padding: var(--spacer-2) var(--spacer-4) var(--spacer-2) 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
}
.custom-unit__text p {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .custom-unit__text {
    padding: var(--spacer-2);
  }
}

.custom-cta {
  text-align: center;
  margin-top: var(--spacer-4);
}

/*
column
 _________________________________________________________*/
.column {
  background-color: #003E51;
}

.column-more {
  text-align: right;
  margin-top: var(--spacer-4);
}

/*
news
 _________________________________________________________*/
.news {
  background-color: #fff;
}

.news-more {
  text-align: right;
  margin-top: var(--spacer-2);
}

.news-kazari {
  bottom: 0;
  left: 0;
  transform: translateX(-20%) translateY(30%) scaleX(-1);
  opacity: 0.9;
  width: 30vw;
}
@media screen and (max-width: 768px) {
  .news-kazari {
    width: 60vw;
  }
}

/*
faq
 _________________________________________________________*/
.faq {
  background: url("../images/bg_washi.jpg");
}
.faq:before {
  content: "";
  background-color: rgba(243, 238, 219, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacer-1) * 1.5);
}

.faq-item {
  background-color: #FFFFFF;
  width: 100%;
  display: block;
}

.faq-item__q {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .faq-item__q {
    font-size: clamp(16px, 1.3888888889vw, 20px);
  }
}
.faq-item__q {
  cursor: pointer;
}
.faq-item__q:before {
  content: "Q.";
  background-color: #003E51;
  color: #FFFFFF;
  width: 64px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: var(--spacer-2);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq-item__q:before {
    width: 42px;
  }
}
.faq-item__q:after {
  content: "";
  width: 64px;
  background: url(../images/icon-down-red.svg) no-repeat center center;
  height: 64px;
  margin-left: auto;
  transition: 0.3s;
}

.faq-item__a {
  display: none;
  width: 100%;
  border-top: 1px solid #A2ABAE;
  padding: var(--spacer-1);
  padding-left: calc(64px + var(--spacer-1));
}
@media screen and (max-width: 768px) {
  .faq-item__a {
    padding-left: var(--spacer-1);
  }
}

.faq-item__a.is-open {
  display: block;
  padding: var(--spacer-2) var(--spacer-4);
}

.faq-item__q.is-open:after {
  transform: rotate(180deg);
}

/*
store
 _________________________________________________________*/
.store {
  background-color: #003E51;
  color: #FFFFFF;
}

.store-layout {
  display: flex;
  gap: var(--spacer-4);
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .store-layout {
    flex-direction: column;
  }
}

.store-layout__photo,
.store-layout__info {
  width: calc(50% - var(--spacer-4) / 2);
}
@media screen and (max-width: 768px) {
  .store-layout__photo,
  .store-layout__info {
    width: 100%;
  }
}

.store-layout__photo figure {
  margin-top: var(--spacer-1);
}
.store-layout__photo figure:first-child {
  margin-top: 0;
}

.store-layout__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.store-layout__info__title {
  font-size: 20px;
}
@media (min-width: 768px) {
  .store-layout__info__title {
    font-size: clamp(20px, 2.2222222222vw, 32px);
  }
}
.store-layout__info__title {
  font-weight: 600;
  margin-bottom: var(--spacer-4);
  text-align: center;
}

.store-layout__info__table {
  width: 100%;
}
.store-layout__info__table th, .store-layout__info__table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: calc(var(--spacer-1) * 1.5) 0;
}
.store-layout__info__table th {
  width: 10em;
  padding-right: var(--spacer-1);
  font-size: 14px;
}
@media (min-width: 768px) {
  .store-layout__info__table th {
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
}
.store-layout__info__table th {
  font-weight: 500;
}
.store-layout__info__table td {
  font-size: 14px;
}
@media (min-width: 768px) {
  .store-layout__info__table td {
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
}

.store-layout__info__company {
  align-self: end;
  padding-top: var(--spacer-2);
}

.lang-en .store-layout__info__title,
.lang-fr .store-layout__info__title {
  font-size: 16px;
}
@media (min-width: 768px) {
  .lang-en .store-layout__info__title,
  .lang-fr .store-layout__info__title {
    font-size: clamp(16px, 1.8055555556vw, 26px);
  }
}

/*
page
 _________________________________________________________*/
.page-content {
  padding-bottom: var(--spacer-6);
  background: url("../images/bg_washi.jpg");
}
.page-content:before {
  content: "";
  background-color: rgba(243, 238, 219, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.page-title {
  padding-top: var(--spacer-5);
  padding-bottom: var(--spacer-2);
}

.pagination {
  text-align: center;
  margin-top: var(--spacer-4);
  margin-bottom: var(--spacer-4);
}
.pagination ul {
  display: inline-flex;
  gap: 0;
}
.pagination .current,
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  padding: 4px 12px;
  line-height: 1;
  font-weight: 600;
}
.pagination .current {
  font-weight: 700;
  color: #C21316;
}

/*
single
 _________________________________________________________*/
.single-article {
  padding: var(--spacer-3) var(--spacer-2);
  background-color: #FFFFFF;
  margin-bottom: var(--spacer-3);
  border-radius: var(--radius);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.single-article p {
  margin-bottom: var(--spacer-1);
}
@media screen and (max-width: 768px) {
  .single-article p {
    margin-bottom: var(--spacer-2);
  }
}
.single-article h1, .single-article h2, .single-article h3, .single-article h4, .single-article h5, .single-article h6 {
  font-weight: 600;
}
.single-article h1 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .single-article h1 {
    font-size: clamp(20px, 1.9444444444vw, 28px);
  }
}
.single-article h1 {
  margin-bottom: calc(var(--spacer-1) / 2);
  color: #003E51;
  font-weight: 800;
  margin-top: var(--spacer-2);
}
.single-article h2 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .single-article h2 {
    font-size: clamp(18px, 1.6666666667vw, 24px);
  }
}
.single-article h2 {
  margin-bottom: calc(var(--spacer-1) / 2);
  background-color: rgba(204, 200, 166, 0.3);
  padding: calc(var(--spacer-1));
  margin-top: var(--spacer-2);
}
.single-article h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .single-article h3 {
    font-size: clamp(16px, 1.3888888889vw, 20px);
  }
}
.single-article h3 {
  margin-bottom: calc(var(--spacer-1) / 2);
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 62, 81, 0.4);
  margin-top: var(--spacer-2);
}
.single-article h4 {
  margin-top: var(--spacer-2);
}
.single-article h5 {
  font-size: 12px;
}
@media (min-width: 768px) {
  .single-article h5 {
    font-size: clamp(12px, 0.9722222222vw, 14px);
  }
}
.single-article h6 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .single-article h6 {
    font-size: clamp(10px, 0.8333333333vw, 12px);
  }
}
.single-article ul {
  list-style-position: inside;
  margin-bottom: var(--spacer-1);
}
.single-article ul {
  list-style-type: circle !important;
}
.single-article ol {
  counter-reset: item;
  padding-left: 2em;
  margin-bottom: var(--spacer-1);
}
.single-article ol li {
  list-style: none;
  position: relative;
}
.single-article ol > ol {
  margin-top: var(--spacer-1);
}
.single-article ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: right;
}
.single-article li {
  margin-bottom: 5px;
}

.single-article__title {
  text-align: left;
  font-weight: 700;
  margin-bottom: var(--spacer-3);
  font-size: 20px;
}
@media (min-width: 768px) {
  .single-article__title {
    font-size: clamp(20px, 1.6666666667vw, 24px);
  }
}
.single-article__title {
  padding-bottom: var(--spacer-2);
  border-bottom: 1px solid rgba(0, 62, 81, 0.7);
}

.single-article__date {
  text-align: right;
  font-weight: 600;
  margin-bottom: var(--spacer-3);
}

.single-button {
  margin-top: var(--spacer-2);
  text-align: center;
}

.single-article__thumbnail {
  margin-bottom: var(--spacer-3);
  text-align: center;
}

/*
column-list
 _________________________________________________________*/
.column-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer-2);
}

.column-item {
  width: calc(33.333% - var(--spacer-2));
}
.column-item a {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: calc(var(--spacer-1) * 1.5);
  border-radius: var(--radius);
  font-size: 16px;
}
@media (min-width: 768px) {
  .column-item a {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
.column-item a {
  font-weight: 500;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.column-item a img {
  transition: 0.4s;
}
.column-item a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .column-item {
    width: 100%;
  }
}

.column-list--top .column-item {
  width: calc(50% - var(--spacer-2) / 2);
}
.column-list--top .column-item a {
  background-color: #FFFFFF;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .column-list--top .column-item {
    width: 100%;
  }
}

.column-item__photo {
  margin-bottom: var(--spacer-1);
  overflow: hidden;
}

.column-item__date {
  color: #C21316;
  font-size: 14px;
}
@media (min-width: 768px) {
  .column-item__date {
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
}
.column-item__date {
  margin-bottom: calc(var(--spacer-1) / 2);
}

.column-item__title {
  letter-spacing: 0;
}

.lang-en .column-list--top .column-item,
.lang-fr .column-list--top .column-item {
  width: calc(33.333% - var(--spacer-2));
}
@media screen and (max-width: 768px) {
  .lang-en .column-list--top .column-item,
  .lang-fr .column-list--top .column-item {
    width: 100%;
  }
}

/*
news-list
 _________________________________________________________*/
.news-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #A2ABAE;
  width: 100%;
  align-items: stretch;
}

.news-item {
  border-bottom: 1px solid #A2ABAE;
  width: 100%;
}
.news-item a {
  width: 100%;
  padding: var(--spacer-2) var(--spacer-1);
  display: grid;
  grid-template-columns: 10em 1fr;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas: "news-item__date news-item__category" "news-item__date news-item__title";
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
@media (min-width: 768px) {
  .news-item a {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
.news-item a {
  transition: 0.2s;
  background-color: #FFFFFF;
}
.news-item a:hover {
  background-color: rgba(0, 62, 81, 0.05);
}
@media screen and (max-width: 768px) {
  .news-item a {
    grid-template-areas: "news-item__date news-item__category" "news-item__title news-item__title";
    grid-template-columns: auto 1fr;
  }
}

.news-item__date {
  grid-area: news-item__date;
}

.news-item__category {
  grid-area: news-item__category;
}

.news-item__title {
  grid-area: news-item__title;
}

.news-item__date {
  font-size: 14px;
}
@media (min-width: 768px) {
  .news-item__date {
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
}
.news-item__date {
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news-item__date {
    width: auto;
    margin-right: var(--spacer-2);
  }
}

.news-item__title {
  flex-shrink: 1;
  font-weight: 600;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-item__title {
    margin-top: var(--spacer-1);
  }
}

.news-item__category {
  margin-bottom: calc(var(--spacer-1) / 2);
}
.news-item__category span {
  display: inline-block;
  padding: 2px var(--spacer-1);
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
}
.news-item__category .category-pressrelease {
  background-color: #59959A;
}
.news-item__category .category-news {
  background-color: #003E51;
}

/*
contact
 _________________________________________________________*/
.contact-text {
  text-align: center;
  font-weight: 600;
}

.contact-tel {
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  .contact-tel {
    font-size: clamp(20px, 1.9444444444vw, 28px);
  }
}
.contact-tel {
  padding: var(--spacer-1);
  text-align: center;
}
.contact-tel span {
  display: inline-block;
  border-top: 1px solid #C21316;
  border-bottom: 1px solid #C21316;
  padding: var(--spacer-1);
}

.contact-form {
  padding: var(--spacer-3) var(--spacer-2);
  background-color: #FFFFFF;
  margin: var(--spacer-3) auto;
  border-radius: var(--radius);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  width: 80%;
}
@media screen and (max-width: 768px) {
  .contact-form {
    width: 100%;
  }
}

.contact-form__caution {
  text-align: center;
  margin-bottom: var(--spacer-2);
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 768px) {
  .contact-form__caution {
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
}

.contact-form__table {
  width: 100%;
  border-collapse: collapse;
}
.contact-form__table th, .contact-form__table td {
  padding: var(--spacer-2);
  border-bottom: 1px solid rgba(162, 171, 174, 0.8);
  vertical-align: top;
}
.contact-form__table th {
  width: 30%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact-form__table th, .contact-form__table td {
    width: 100%;
    display: block;
  }
  .contact-form__table th {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.contact-form__privacy {
  margin: var(--spacer-2) 0;
  width: 100%;
  height: 200px;
  border: 1px solid rgba(162, 171, 174, 0.4);
  overflow-y: scroll;
  background-color: rgba(0, 62, 81, 0.05);
  font-size: 12px;
}
@media (min-width: 768px) {
  .contact-form__privacy {
    font-size: clamp(12px, 0.9722222222vw, 14px);
  }
}
.contact-form__privacy {
  padding: 4px;
}

.contact-form__privacy {
  padding: var(--spacer-1);
}
.contact-form__privacy h1, .contact-form__privacy h2 {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 768px) {
  .contact-form__privacy h1, .contact-form__privacy h2 {
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
}
.contact-form__privacy p {
  margin-bottom: var(--spacer-1);
}
.contact-form__privacy ul, .contact-form__privacy ol {
  list-style-position: inside;
  margin-bottom: var(--spacer-1);
}
.contact-form__privacy ul {
  list-style-type: circle !important;
}
.contact-form__privacy ol {
  list-style-type: decimal !important;
}

.contact-form__submit {
  text-align: center;
}

.wpcf7-response-output {
  border: none !important;
  margin: 0 auto !important;
  text-align: center;
  padding: var(--spacer-1) !important;
  font-weight: 600;
  background-color: #fdfaf1;
}

.invalid .wpcf7-response-output {
  color: #C21316;
}

.wpcf7-spinner {
  margin: 0 auto;
}

.contact-form__privacycheck {
  text-align: center;
  margin-bottom: var(--spacer-2);
  font-weight: 600;
}

/* ========================================================
 Module
 ** 汎用クラス
 ======================================================== */
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.tb-none {
  display: block;
}
@media screen and (max-width: 1000px) {
  .tb-none {
    display: none;
  }
}

.tb-only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tb-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tb-only {
    display: none;
  }
}

.pcl-only {
  display: block;
}
@media screen and (max-width: 1440px) {
  .pcl-only {
    display: none;
  }
}

.pcs-only {
  display: none;
}
@media screen and (max-width: 1440px) {
  .pcs-only {
    display: block;
  }
}

/*
右寄せ＆左寄せ
_________________________________________________________*/
.m-a-center {
  text-align: center;
}

.m-a-right {
  text-align: right;
}

.m-a-left {
  text-align: left;
}

.m-f-right {
  float: right;
}

.m-r-left {
  float: left;
}

.prewrap {
  white-space: pre-wrap;
}

/*
font
 _________________________________________________________*/
.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.color-gray {
  color: #818082;
}

.letter-small {
  letter-spacing: 0.05em;
}

.info-caution {
  font-size: 0.8em;
}

.font-kosugi {
  font-family: "Kosugi", sans-serif;
}

/*
マージン＆パディング
_________________________________________________________*/
.m-mb-1 {
  margin-bottom: var(--spacer-1) !important;
}

.m-mb-2 {
  margin-bottom: var(--spacer-2) !important;
}

.m-mb-3 {
  margin-bottom: var(--spacer-3) !important;
}

.m-mb-4 {
  margin-bottom: var(--spacer-4) !important;
}

.m-mt-1 {
  margin-top: var(--spacer-1) !important;
}

.m-mt-2 {
  margin-top: var(--spacer-2) !important;
}

.m-mt-3 {
  margin-top: var(--spacer-3) !important;
}

.m-mt-4 {
  margin-top: var(--spacer-4) !important;
}

/*
font
_________________________________________________________*/
strong,
.m-txt-bold {
  font-weight: bolder;
}

.m-txt-large {
  font-size: 1.12em;
}

.m-txt-xlarge {
  font-size: 1.4em;
}

.m-txt-small {
  font-size: 0.85em;
}

.m-txt-xsmall {
  font-size: 0.6em;
}

.small {
  font-size: 0.8em;
}

.m-font-eng {
  font-style: normal;
  font-family: "Stack Sans Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*
button
_________________________________________________________*/
.m-button-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 80%;
  max-width: 460px;
  background: linear-gradient(0deg, rgb(163, 7, 10) 0%, rgb(124, 24, 26) 51%, rgb(194, 19, 22) 52%);
  height: 80px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2rem;
  font-size: 14px;
}
@media (min-width: 768px) {
  .m-button-cta {
    font-size: clamp(14px, 1.3888888889vw, 20px);
  }
}
.m-button-cta {
  margin: 0 auto;
  padding: 0 var(--spacer-1);
}
@media screen and (max-width: 768px) {
  .m-button-cta {
    height: 60px;
    width: 90%;
  }
}
.m-button-cta:hover {
  filter: saturate(120%);
}
.m-button-cta .icon-arrow {
  display: inline-block;
  margin-left: calc(var(--spacer-1) / 2);
  width: 24px;
  height: 24px;
  background: url(../images/icon-right-white.svg) no-repeat center center;
}

.m-button-cta--navy {
  background: none;
  background-color: #003E51;
}

.m-button-white {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 80%;
  max-width: 460px;
  background: #FFFFFF;
  height: 80px;
  text-align: center;
  color: #003E51;
  font-weight: 600;
  font-size: 2rem;
  font-size: 14px;
}
@media (min-width: 768px) {
  .m-button-white {
    font-size: clamp(14px, 1.3888888889vw, 20px);
  }
}
.m-button-white {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-button-white {
    height: 60px;
    width: 90%;
  }
}
.m-button-white:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.m-button-border {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 80%;
  max-width: 460px;
  border: 1px solid #003E51;
  height: 80px;
  text-align: center;
  color: #003E51;
  font-weight: 600;
  font-size: 2rem;
  font-size: 14px;
}
@media (min-width: 768px) {
  .m-button-border {
    font-size: clamp(14px, 1.3888888889vw, 20px);
  }
}
.m-button-border {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-button-border {
    height: 60px;
    width: 90%;
  }
}
.m-button-border:hover {
  background-color: rgba(0, 62, 81, 0.1);
}

.m-button-navy {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 80%;
  max-width: 460px;
  background-color: #003E51;
  height: 80px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2rem;
  font-size: 14px;
}
@media (min-width: 768px) {
  .m-button-navy {
    font-size: clamp(14px, 1.3888888889vw, 20px);
  }
}
.m-button-navy {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-button-navy {
    height: 60px;
    width: 90%;
  }
}
.m-button-navy:hover {
  background-color: rgba(0, 62, 81, 0.9);
}

.m-button--small {
  height: 50px;
  max-width: none;
  width: auto;
  display: inline-flex;
  font-size: 14px;
}
@media (min-width: 768px) {
  .m-button--small {
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
}
.m-button--small {
  padding: 0 var(--spacer-2);
}

.m-link-arrow {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
}
.m-link-arrow:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-right-black.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .m-link-arrow:after {
    width: 16px;
    height: 16px;
  }
}
.m-link-arrow:hover::after {
  transform: translateX(4px);
}

.m-link-arrow--white {
  color: #FFFFFF;
}
.m-link-arrow--white:after {
  background-image: url(../images/icon-right-white.svg);
}

.m-link-arrow--bgwhite {
  color: #003E51;
  background-color: #FFFFFF;
  padding: 4px 8px;
}
.m-link-arrow--bgwhite:after {
  opacity: 0.8;
  background-image: url(../images/icon-right-navy.svg);
}

.lang-en .m-button-cta,
.lang-en .m-button-cta--navy,
.lang-en .m-button-white,
.lang-en .m-button-border,
.lang-en .m-button-navy,
.lang-fr .m-button-cta,
.lang-fr .m-button-cta--navy,
.lang-fr .m-button-white,
.lang-fr .m-button-border,
.lang-fr .m-button-navy {
  font-size: 11.2px;
}
@media (min-width: 768px) {
  .lang-en .m-button-cta,
  .lang-en .m-button-cta--navy,
  .lang-en .m-button-white,
  .lang-en .m-button-border,
  .lang-en .m-button-navy,
  .lang-fr .m-button-cta,
  .lang-fr .m-button-cta--navy,
  .lang-fr .m-button-white,
  .lang-fr .m-button-border,
  .lang-fr .m-button-navy {
    font-size: clamp(11.2px, 1.1111111111vw, 16px);
  }
}
.lang-en .m-button--small,
.lang-fr .m-button--small {
  font-size: 12px;
}
@media (min-width: 768px) {
  .lang-en .m-button--small,
  .lang-fr .m-button--small {
    font-size: clamp(12px, 0.9722222222vw, 14px);
  }
}

/*
icon
_________________________________________________________*/
.icon-marginright {
  display: inline-block;
  margin-right: calc(var(--spacer-1) / 2);
}

.icon-instagram {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/sns-icon-instagram_black.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.link-arrow {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.link-arrow:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-right.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .link-arrow:after {
    width: 20px;
    height: 20px;
  }
}

/*
title
_________________________________________________________*/
.m-title-redsquare {
  color: #000;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
.m-title-redsquare:before {
  content: "■";
  display: inline-block;
  margin-right: 4px;
  color: #C21316;
}

/*
 kazari
 _________________________________________________________*/
.kazari {
  position: absolute;
  z-index: 10;
}

.kazari-circle {
  background-image: url("../images/kazari_gold-circle.png");
  width: 100%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
}

.kazari-line {
  background-image: url("../images/kazari_gold-line.png");
  width: 100%;
  aspect-ratio: 1/0.85;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
}

.kazari-kumo {
  background-image: url("../images/kazari-kumo.png");
  width: 100%;
  aspect-ratio: 1/0.35;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
}

/*
partition
 _________________________________________________________*/
.partition {
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 50;
  background-color: #FFFFFF;
}
.partition .parallax-wrap {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .partition {
    height: 200px;
  }
}

/*
parallax-img
_________________________________________________________*/
.parallax-wrap {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180%;
  will-change: transform;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .parallax-img {
    height: 200%;
  }
}

.parallax-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s;
  transform: translateY(-15%);
}
@media screen and (max-width: 768px) {
  .parallax-img img {
    transform: translateY(-40%);
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  border: 1px solid rgba(162, 171, 174, 0.4);
  padding: 8px;
  font-size: 16px;
  font-size: 14px;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
  font-weight: 400;
  resize: vertical;
  background-color: rgba(0, 62, 81, 0.05);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
  background-color: rgba(0, 62, 81, 0.02);
}