@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | //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;
  line-height: 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;
  /* 2 */
  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.
 */
small {
  font-size: 80%;
}

/**
 * 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
  padding: 0;
}

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

em {
  font-style: normal;
}

/* Typesquare-font */ /* Default settings */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  background: #fffffb;
  color: #1c1c1c;
  text-align: justify;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.section {
  padding-block: clamp(6.25rem, 5.05vw + 5.07rem, 9.38rem);
  margin-inline: auto;
}

.section-normal {
  padding: clamp(6.25rem, 5.05vw + 5.07rem, 9.38rem) clamp(1.06rem, 8.38vw + -0.9rem, 6.25rem);
  margin-inline: auto;
}

.section-limit {
  max-width: 87.5rem;
}

.word-image-section-container {
  display: grid;
  gap: 3.125rem;
  align-items: start;
}

.word-image-section-content {
  display: grid;
  gap: 0.9375rem;
  align-items: start;
}

.section-wrapper {
  display: grid;
  gap: 6.25rem;
}

.btn-container {
  max-width: 87.5rem;
  display: grid;
  margin-top: 3.125rem;
  margin-inline: auto;
  padding-inline: clamp(1.06rem, 31.89vw + -6.41rem, 20.81rem);
  gap: clamp(1.56rem, 2.52vw + 0.97rem, 3.13rem);
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-content: center;
}
.btn-container .btn {
  min-width: clamp(9.38rem, 5.05vw + 8.19rem, 12.5rem);
  padding-block: clamp(0.94rem, 0.5vw + 0.82rem, 1.25rem);
  width: 100%;
}

.btn {
  display: block;
  padding-block: clamp(1.88rem, 0.81vw + 1.69rem, 2.38rem);
  margin-inline: auto;
  font-size: clamp(1.13rem, 0.2vw + 1.08rem, 1.25rem);
  text-align: center;
  background: #fffffb;
  color: #1c1c1c;
  transition: 0.3s;
  border: solid 0.125rem #1c1c1c;
  min-width: clamp(21.25rem, 21.19vw + 16.28rem, 34.38rem);
  font-weight: bold;
  cursor: pointer;
}
.btn:hover {
  background: #1c1c1c;
  color: #fffffb;
  opacity: 1;
}

.copyright {
  font-family: "tablet-gothic-condensed", sans-serif;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 400;
  font-size: clamp(0.88rem, 0.2vw + 0.83rem, 1rem);
}

.page-title {
  text-align: center;
  font-size: clamp(1.5rem, 0.81vw + 1.31rem, 2rem);
  padding-bottom: clamp(2.5rem, 4.04vw + 1.55rem, 5rem);
  margin-inline: auto;
  font-weight: bold;
}

.page-description {
  font-size: clamp(1rem, 0.2vw + 0.95rem, 1.13rem);
  padding-inline: clamp(1.06rem, 8.38vw + -0.9rem, 6.25rem);
  display: grid;
  gap: 1.875rem;
  margin-inline: auto;
  width: fit-content;
  max-width: 56.25rem;
  line-height: 1.6;
}

.page-sub-title {
  padding-block: 1.25rem;
  text-align: center;
  margin-bottom: 3.125rem;
  border: solid 0.1875rem #1c1c1c;
  width: 100%;
  font-weight: bold;
  font-size: clamp(1.13rem, 0.2vw + 1.08rem, 1.25rem);
}

.section-wrapper {
  display: grid;
  gap: clamp(6.25rem, 5.05vw + 5.07rem, 9.38rem);
}

.page-lower-message {
  padding-block: clamp(6.25rem, 5.05vw + 5.07rem, 9.38rem);
  background: #dcd3b2;
  margin-inline: auto;
}
.page-lower-message .page-lower-message__title {
  font-size: 2.5625rem;
  line-height: 1.7;
  margin-bottom: 3.125rem;
  text-align: center;
  font-family: "tablet-gothic-condensed", sans-serif;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 600;
}
.page-lower-message .page-lower-message__text {
  display: grid;
  gap: 1.875rem;
  margin-inline: auto;
  max-width: 43.75rem;
  padding-inline: clamp(1.06rem, 8.38vw + -0.9rem, 6.25rem);
}
.page-lower-message .page-lower-message__text p {
  font-size: clamp(1rem, 0.2vw + 0.95rem, 1.13rem);
  line-height: 1.6;
}

.word-image-section {
  display: flex;
  gap: clamp(1.88rem, 3.03vw + 1.17rem, 3.75rem);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .word-image-section {
    flex-direction: row;
  }
}
.word-image-section.word-image-section--reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .word-image-section.word-image-section--reverse {
    flex-direction: row;
  }
}

.word-image-section__wrapper {
  display: grid;
  gap: 1.875rem;
  align-items: start;
}

.word-image-section__title {
  font-weight: bold;
  font-size: clamp(1.25rem, 0.2vw + 1.2rem, 1.38rem);
  line-height: 1.6;
}

.word-image-section__description {
  display: grid;
  gap: 0.9375rem;
  font-size: 0.9375rem;
}

.word-image-section__text {
  display: grid;
  gap: 1.875rem;
  font-size: clamp(1rem, 0.2vw + 0.95rem, 1.13rem);
  line-height: 1.6;
  align-items: center;
}

.word-image-section__list {
  display: grid;
  gap: 0.625rem;
  font-size: clamp(1rem, 0.2vw + 0.95rem, 1.13rem);
}

.word-image-section__image {
  min-width: clamp(21.31rem, 21.59vw + 16.25rem, 34.69rem);
  max-width: 31.25rem;
}

.description-square-container {
  display: grid;
  gap: 3.125rem;
  justify-items: center;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
@media screen and (min-width: 768px) {
  .description-square-container {
    grid-template-columns: repeat(auto-fit, minmax(555px, 1fr));
  }
}

.description-square {
  justify-content: center;
  max-width: clamp(21.88rem, 20.69vw + 17.03rem, 34.69rem);
  border: solid 0.1875rem #1c1c1c;
}

.description-image {
  border-bottom: solid 0.1875rem #1c1c1c;
  max-width: clamp(21.88rem, 20.69vw + 17.03rem, 34.69rem);
  z-index: -1;
}

.description-textarea {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  background: #1c1c1c;
  z-index: -1;
}

.description-title {
  background: #1c1c1c;
  color: #fffffb;
  font-weight: bold;
  padding-inline: clamp(1rem, 0.91vw + 0.79rem, 1.56rem);
  text-align: center;
  line-height: 1.6;
}

.description-text {
  display: grid;
  gap: 0.9375rem;
  padding: clamp(0.94rem, 1.01vw + 0.7rem, 1.56rem);
  background: #fffffb;
  line-height: 1.6;
  height: 100%;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 50px;
  background: #1c1c1c;
  opacity: 0.7;
  border-radius: 50%;
  z-index: 10;
}
#page_top:hover {
  background: #dcd3b2;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}

.page-top-icon {
  font-size: 2.25rem;
  padding-top: 0.5rem;
  color: #dcd3b2;
}
.page-top-icon:hover {
  color: #1c1c1c;
}

/*

$base-color: #414141;
$background-color: #f8f8f8;
$toggle-black-color: #757575;
$theme-font: "hot-reishorkk", sans-serif;
$nomal-font: hiragino-kaku-gothic-pron, sans-serif;
$btn-gradient: linear-gradient(90deg, rgb(26 26 26), rgb(40 40 40) 24%, rgb(73, 72, 71) 63%, rgb(124 124 124));


html,
body {
  height: 100%;
}

.page-fadein,
.fadein1,
.fadein2,
.fadein3,
.fadein4 {
  display: none;
}

.sp-none {
  display: none;
}

p {
  font-family: $nomal-font;
  font-size: clamp(0.94rem, 0.5vw + 0.82rem, 1.25rem);
  line-height: 1.5;
  text-align: justify;
}

a {
  color: unset;

  &:hover {
    color: unset;
  }
}


.page-title {
  font-family: $theme-font;
  font-size: clamp(1.63rem, 0.4vw + 1.53rem, 1.88rem);
  text-align: center;
  position: relative;
  margin-bottom: 75px;

  &::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25px;
    !*線の上下位置*!
    display: inline-block;
    width: 50px;
    !*線の長さ*!
    height: 3px;
    !*線の太さ*!
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    !*位置調整*!
    background-color: #fff;
    !*線の色*!
    !* border-radius: 2px; *!
    !*線の丸み*!
  }
}

h2 {
  font-family: $theme-font;
  font-size: clamp(1.5rem, 0.3vw + 1.43rem, 1.69rem);
  text-align: center;
  position: relative;
  margin-bottom: 75px;

  &::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25px;
    !*線の上下位置*!
    display: inline-block;
    width: 50px;
    !*線の長さ*!
    height: 3px;
    !*線の太さ*!
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    !*位置調整*!
    background-color: #fff;
    !*線の色*!
    !* border-radius: 2px; *!
    !*線の丸み*!
  }
}

.h2w {
  font-size: 1.68rem;
  text-align: center;
  font-family: $theme-font;
  position: relative;
  margin-bottom: 75px;

  &::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    !*線の上下位置*!
    display: inline-block;
    width: 50px;
    !*線の長さ*!
    height: 3px;
    !*線の太さ*!
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    !*位置調整*!
    background-color: $base-color;
    !*線の色*!
    !* border-radius: 2px; *!
    !*線の丸み*!
  }
}

h3 {
  font-size: 1rem;
  margin-bottom: 10px;
}


.btn {
  border: solid $toggle-black-color 1px;
  padding: 12px 10px;
  margin-top: 40px;
  width: 250px;

  &:hover {
    border: solid $base-color 1px;
    background-color: $base-color;
    border-radius: 50px;
    transition: 0.4s;
    color: $background-color;
  }
}

.btn2 {
  margin-top: 20px;
}

.btn-a {
  text-align: center;
  display: block;
}

.pt15px {
  padding-top: 15px;
}

.section {
  padding: 0 25px 60px;
}

.section-gray {
  color: $background-color;
  padding: 90px 25px;
  // background-color: $base-color;
}

.pc-only {
  display: none;
}


!* ドロワーメニュー *!
#gnavWrap.on {
  position: absolute;
  top: 0;
  background-color: $base-color;
  width: 100vw;
  min-height: 100vh;
  display: block;
  z-index: 10;
  transition: background-color 1s;
}

!* ハンバーガー *!
#gnavWrap .toggle {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}

#gnavWrap .toggle.on .one {
  transform: rotate(45deg) translate(7px, 7px);
}

#gnavWrap .toggle.on .two {
  opacity: 0;
}

#gnavWrap .toggle.on .three {
  transform: rotate(-45deg) translate(7px, -7px);
}

#gnavWrap .toggle .one,
#gnavWrap .toggle .two,
#gnavWrap .toggle .three {
  width: 100%;
  height: 3px;
  background: $background-color;
  margin: 6px auto;
  backface-visibility: hidden;
  transition-duration: 0.3s;
}


//toggle color black

#gnavWrap .toggle-black {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}

#gnavWrap .toggle-black.on .one {
  transform: rotate(45deg) translate(7px, 7px);
}

#gnavWrap .toggle-black.on .two {
  opacity: 0;
}

#gnavWrap .toggle-black.on .three {
  transform: rotate(-45deg) translate(7px, -7px);
}

#gnavWrap .toggle-black .one,
#gnavWrap .toggle-black .two,
#gnavWrap .toggle-black .three {
  width: 100%;
  height: 3px;
  background: $toggle-black-color;
  margin: 6px auto;
  backface-visibility: hidden;
  transition-duration: 0.3s;
}


!* メニュー *!
#gnavWrap nav ul {
  text-align: center;
  list-style: none;
  margin: 4em auto;
  padding: 0;
  overflow: hidden;
}

#gnavWrap nav ul.hidden {
  display: none;
}

#gnavWrap nav ul li:hover {
  background-color: rgba(0, 0, 0, 0.999);
}

#gnavWrap nav ul li a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.5;
  width: 100%;
  padding: 1em;
  display: block;
  box-sizing: border-box;
  opacity: 0;
  animation: slideFadeIn 1.5s ease forwards;
}

#gnavWrap nav ul li:nth-child(1) a {
  animation-delay: .2s;
}

#gnavWrap nav ul li:nth-child(2) a {
  animation-delay: .3s;
}

#gnavWrap nav ul li:nth-child(3) a {
  animation-delay: .4s;
}

#gnavWrap nav ul li:nth-child(4) a {
  animation-delay: .5s;
}

#gnavWrap nav ul li:nth-child(5) a {
  animation-delay: .6s;
}

#gnavWrap nav ul li:nth-child(6) a {
  animation-delay: .7s;
}

#gnavWrap nav ul li:nth-child(7) a {
  animation-delay: .8s;
}

#gnavWrap nav ul li:nth-child(8) a {
  animation-delay: .9s;
}

#gnavWrap nav ul li:nth-child(9) a {
  animation-delay: 1.0s;
}

!* アニメーション *!
@keyframes slideFadeIn {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


//scroll
!*========= スクロールダウンのためのCSS ===============*!

!*スクロールダウン全体の場所*!
.scrolldown {
  !*描画位置※位置は適宜調整してください*!
  position: absolute;
  left: 88%;
  bottom: 2%;
  !*全体の高さ*!
  height: rem.rem(67px);
  z-index: 1;
}

!*Scrollテキストの描写*!
.scrolldown span {
  !*描画位置*!
  position: absolute;
  left: 10px;
  bottom: rem.rem(15px);
  !*テキストの形状*!
  color: #eee;
  font-size: clamp(0.88rem, 0.4vw + 0.78rem, 1.13rem);
  letter-spacing: 0.05rem;
  !*縦書き設定*!
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: serif;
}

!* 線の描写 *!
.scrolldown::after {
  content: "";
  !*描画位置*!
  position: absolute;
  top: 0;
  !*線の形状*!
  width: 1.2px;
  height: 30px;
  background: #eee;
  !*線の動き1.4秒かけて動く。永遠にループ*!
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

!*高さ・位置・透過が変化して線が上から下に動く*!
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}





// ＜＜　トップページ　＞＞

!* ヘッダー *!
header {
  position: fixed;
  height: 55px;
  width: 100%;
  z-index: 100;

  .head_logo {
    width: clamp(9.38rem, 8.07vw + 7.48rem, 14.38rem);
    padding-top: clamp(1rem, 2.42vw + 0.43rem, 2.5rem);
    z-index: 3;
  }
}


//スクロールスナップ（section毎にスクロールがピタッと止まる）
.container {
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: 100vh;
  position: relative;
  background-image: $btn-gradient;
}

.area {
  scroll-snap-align: start;
  height: 100vh;
}



// 新着情報
.inner-upper {
  position: relative;
}

.inner {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 100%;

  ul {
    padding-bottom: 20px;
    width: fit-content;
    margin-inline: auto;

    li {
      line-height: 2.0;
      margin-bottom: 40px;
    }
  }
}


// profileボタンの設定
.btn-top {
  margin-top: 20px;
  width: fit-content;
  display: inline-block;
  padding: clamp(1.56rem, 0.5vw + 1.44rem, 1.88rem) clamp(3.13rem, 1.01vw + 2.89rem, 3.75rem);
  text-align: center;
  margin: 20px auto;

  &::after {
    content: '';
    width: 100px;
    height: 10px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    translate: 0 -8%;
  }

  &.btn-gray {
    background-color: #474747;
    color: #efefef;
  }

  &.btn-white {
    background-color: $background-color;
    color: $base-color;
  }
}


// 三谷左官店
.studio {
  position: relative;

  .studio-img-container {
    height: 100vh;
    position: relative;
    display: inline-block;

    &::after {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(180deg, transparent 0 60%, #FFF 100%);
      !* 塗りつぶす *!
      z-index: 1;
    }

    .studio-img {
      height: 100vh;
      z-index: 1;


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

  .studio-content {
    position: absolute;
    bottom: 6%;
    right: 25px;
    z-index: 2;

    .second-copy {
      font-family: "ReishoRStd-R";
      font-size: clamp(1.25rem, 1.21vw + 0.97rem, 2rem);
      line-height: 1.3;
      color: #f8f7f7;
      margin-bottom: 50px;
      text-shadow: 1.5px 1.5px 3px #3C3C3C;
    }
  }

  a {
    font-size: 16px;
    color: #ddd;
  }
}


// 三谷涼
.mitaniryo {
  position: relative;

  .mitaniryo-img-container {
    height: 100vh;
    width: 100%;
    position: relative;
    display: inline-block;

    &::after {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-image: linear-gradient(180deg, transparent 0 60%, rgb(67, 66, 66) 100%);
      !* 塗りつぶす *!
      z-index: 2;
    }

    .mitaniryo-img {
      height: 100vh;
      width: 100%;
      z-index: 1;

      img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        opacity: 0.25;
      }
    }
  }

  .name {
    position: absolute;
    top: 20%;
    left: 5%;
    font-family: "ReishoRStd-R";
    font-size: 36px;
    z-index: 3;
    transition: 0.2s;
    color: $base-color;


    .underline-gradient {
      position: relative;
    }
  }

  .mitaniryo-content {
    position: absolute;
    bottom: 6%;
    margin: 25px;
    z-index: 2;

    dl {
      color: $background-color;
      max-width: 45%;
      display: grid;
      gap: rem.rem(25px);
      margin-bottom: rem.rem(25px);

      dt {
        font-family: $theme-font;
        font-size: clamp(1.25rem, 1.61vw + 0.87rem, 2.25rem);
      }

      dd {
        font-size: clamp(0.94rem, 0.5vw + 0.82rem, 1.25rem);
      }

      p {
        text-align: justify;
      }
    }
  }
}


// 活動実績
.works {

  ul {
    display: grid;
    grid-template-columns: 13rem 13rem;
    grid-template-rows: 1fr 1fr;
    gap: 4rem;
    margin: auto;
    justify-content: center;
    max-width: 80%;


    li {
      text-align: center;
      padding: auto;
      position: relative;

      img {
        width: 100%;
        filter: blur(0.5px);
        opacity: .5;
        z-index: 0;
      }

      p {
        position: absolute;
        font-size: 1.3rem;
        top: 50%;
        left: 50%;
        z-index: 4;
        translate: -50% -50%;
        z-index: 2;
        letter-spacing: 0.1rem;
      }
    }
  }
}


// フッター
footer {
  padding: 60px 25px 40px;
  background-color: #F0F0F0;
  text-align: center;

  // SNSマーク
  .sns-nav {
    margin: 60px auto;
    padding-bottom: 60px;
    border-bottom: 1px solid $base-color;
    text-align: center;

    ul {
      display: flex;
      justify-content: space-between;
      margin: 0 auto 20px;
      max-width: 130px;

      img {
        max-width: 25px;
      }
    }

    button {
      width: 12rem;
      padding: .5rem 1rem;
      border: solid 1px #3C3C3C;
      text-align: center;
      border-radius: 25px;
      margin-inline: auto;
    }

    img {
      width: 170px;
      margin-bottom: 20px;
    }

  }

  .footer-info {

    img {
      max-width: 12rem;
      margin-right: 2rem;
      margin-bottom: 50px;
    }

    address {
      display: inline-block;

      p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.5;

        a {
          color: #3C3C3C;
        }
      }
    }

  }

  .copyright {
    font-size: 14px;
    padding-top: 40px;
    text-align: center;
  }
}


// ＜＜　コンセプト　＞＞
.concept-cover,
.cover {
  background-image: url(../img/concept-img2.jpg);
  background-size: cover;
  height: 260px;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 55%;
    height: 260px;
  }
}

.concept-container {

  p {
    text-align: center;
  }

  .sanjiku {
    font-family: "ReishoRStd-R";
    font-size: 18px;
    margin: 30px auto;
    text-align: center;
  }

  .sanjiku-link {
    margin-bottom: 120px;
  }
}


// ＜＜　施工実績　＞＞
// .header-title {
//     display: flex;
//     justify-content: start;

//     a {
//         max-width: 10%;

//         img {
//             max-width: 100%;
//         }
//     }

//     h1 {
//         font-family: 'ReishoRStd-R';
//         font-size: 25px;
//         margin-left: 15px;
//     }
// }

.nottop {
  padding-top: 120px;
}

.sort-btns {
  display: grid;
  grid-template-columns: 135px 135px;
  grid-template-rows: 40px 40px 40px;
  justify-content: center;
  gap: 25px;

  button {
    border: #3C3C3C solid 1px;
    padding: 12px auto;
    text-align: center;
  }
}

.btn-price {
  // display: grid;
  grid-column-start: 1;
  grid-column-end: 3;
  // border: #3C3C3C solid 1px;
  // padding: 12px auto;
  // margin: 40px;
  // text-align: center;
}

.jisseki-container {
  .detail {
    display: none;
    margin-block: 60px;

    .detail-imgs {
      text-align: center;

      img {
        width: 49%;
        object-fit: cover;
      }
    }

    .caption {
      font-size: 14px;
      margin: 10px auto 20px;
    }

    .comment {
      font-size: 16px;
      line-height: 1.5;
      text-align: justify;

    }
  }
}

.discription {
  background-color: #414141;
  padding: 60px 25px;

  p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
  }
}


// ＜＜　価格表　＞＞
// .price-container {
//     margin: 0 25px 60px;

//     p {
//         font-size: 16px;
//         text-align: justify;
//     }

//     ul {
//         margin: 60px auto;

//         li {
//             display: flex;
//             justify-content: space-between;
//             line-height: 50px;
//             vertical-align: bottom;
//             position: relative;

//             &::before {
//                 content: '';
//                 position: absolute;
//                 left: 50%;
//                 bottom: 8px;
//                 !*線の上下位置*!
//                 display: inline-block;
//                 width: 100%;
//                 !*線の長さ*!
//                 height: 1px;
//                 !*線の太さ*!
//                 -webkit-transform: translateX(-50%);
//                 transform: translateX(-50%);
//                 !*位置調整*!
//                 background-color: #707070;
//                 !*線の色*!
//                 !* border-radius: 2px; *!
//                 !*線の丸み*!
//             }
//         }
//     }
// }


// ＜＜　額装作品・個展　＞＞
.category-btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 240px;

  li {
    color: #fff;
    height: 150px;
    width: 100vw;
    padding-left: 65px;
    position: relative;
    background-image: $btn-gradient;
    z-index: 3;

    // &::before {
    //     content: "";
    //     position: absolute;
    //     left: 0;
    //     top: 0;
    //     right: 0;
    //     bottom: 0;
    //     background: #000;
    //     opacity: 40%;
    //     z-index: 2;
    // }

    p {
      position: absolute;
      text-align-last: left;
      font-size: 20px;
      top: 50%;
      left: 30%;
      z-index: 4;
      translate: -50% -50%;
      z-index: 4;
      letter-spacing: 0.1rem;
    }
  }
}

.art-container {
  padding: 90px 25px;

  .artwork {
    margin-bottom: 120px;
  }

  img {
    width: 100%;
    margin-bottom: 20px;
  }

  .toinsta {
    button {
      border: solid 1px #000;
      border-radius: 25px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: auto;
      padding: 10px 20px;

      img {
        display: block;
        max-width: 25px;
        margin: auto 15px auto 0;
      }
    }
  }
}

.exhibition {
  .exhibition-list {
    padding-bottom: 120px;
  }

  img {
    margin-bottom: 20px;
    width: 100%;
  }
}


// ＜＜　出前授業・作品監修　＞＞
.class-container {
  padding: 90px 25px;

  .classes {
    .class {
      margin-bottom: 60px;
    }

    img {
      width: 100%;
      margin-bottom: 20px;
    }


  }
}

.workshop {
  img {
    width: 100%;
    margin-bottom: 20px;
  }

  .workshop-discription {
    margin-bottom: 60px;
  }

  .workshop-info {
    margin-bottom: 60px;
    margin-left: 25px;
  }

  li {
    margin-bottom: 20px;
    margin-left: 25px;
    line-height: 1.5;
  }
}


// ＜＜　メディア　＞＞
.media-container {
  padding: 90px 25px;

  ul {
    li {
      padding-bottom: 60px;

      img {
        padding-bottom: 10px;
        width: 100%;
      }
    }
  }
}


// 左音
.h1w {
  color: #fff;
}

.saon-cover {
  background-image: url("../img/jisseki2.jpg");
  background-size: cover;
  position: relative;
  height: 100vh;
  width: auto;
  z-index: 1;

  // &::before {
  //     content: "";
  //     position: absolute;
  //     left: 0;
  //     top: 0;
  //     right: 0;
  //     bottom: 0;
  //     background-image: url("../img/jisseki2.jpg");
  //     height: 100vh;
  //     z-index: 2;
  //     opacity: 0.9;
  // }

  .saon-container {
    width: 100%;
    max-width: 1000px;
    color: $background-color;
    position: absolute;
    top: 59%;
    left: 50%;
    translate: -50% -50%;
    z-index: 5;

    .saon-copy {
      font-family: 'ReishoRStd-R';
      font-size: 30px;
      text-align: center;
      margin-bottom: 45px;
    }

    .saon-discription {
      font-size: 16px;
      text-align: center;
      margin-bottom: 45px;
    }

    .actor {
      display: flex;
      justify-content: space-between;
      max-width: 80%;
      margin: auto;
    }

    .saon-sns {
      margin: 60px auto;
      max-width: 130px;

      ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;

        img {
          max-width: 25px;
        }
      }

      p {
        text-align: center;
      }
    }
  }
}


//お問い合わせ
.contact {
  padding-top: 90px;

  .contact_form {
    .item {

      .label {
        margin-bottom: .5rem;
      }

      .inputs {
        height: 1.2rem;
        width: 100%;
        border: 1px $toggle-black-color solid;
        padding: 1rem;
        margin-block: 10px 20px;

        &.textarea {
          height: 8rem;
          margin-bottom: 0;
        }
      }
    }

    .Form-CheckItem {
      margin-top: 24px;
    }

    @media screen and (max-width: 480px) {
      .Form-CheckItem {
        margin-top: 18px;
      }
    }

    .Form-CheckItem-Label {
      margin-top: 20px;
      position: relative;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }

    .Form-CheckItem-Label-Input {
      display: none;
    }

    .Form-CheckItem-Label-SquareIcon {
      border: 1px solid $toggle-black-color;
      display: block;
      flex: none;
      width: 1rem;
      height: 1rem;
      background: $background-color;
    }

    @media screen and (max-width: 480px) {
      .Form-CheckItem-Label-SquareIcon {
        width: 1rem;
        height: 1rem;
      }
    }

    .Form-CheckItem-Label-Text {
      padding-left: 8px;
    }

    @media screen and (max-width: 480px) {
      .Form-CheckItem-Label-Text {
        padding-left: 6px;
      }
    }

    .Form-Btn {
      border-radius: 50px;
      margin-top: 32px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      width: 280px;
      display: block;
      letter-spacing: 0.05em;
      background: $toggle-black-color;
      color: $background-color;
      font-weight: bold;
      font-size: 20px;
      opacity: 0.2;
      pointer-events: none;
      transition: all 0.2s;
      text-align: center;
      margin-bottom: 50px;
    }

    @media screen and (max-width: 480px) {
      .Form-Btn {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 160px;
        font-size: 16px;
      }
    }

    .Form-Btn.isActive {
      opacity: 1;
      pointer-events: inherit;
    }

    .Form-CheckItem-Label-Input:checked + *:before {
      content: "";
      display: block;
      width: 18px;
      height: 2px;
      background: $toggle-black-color;
      transform-origin: bottom left;
      transform: rotateZ(90deg);
    }

    .Form-CheckItem-Label-Input:checked + *:after {
      content: "";
      display: block;
      width: 8px;
      height: 2px;
      background: $toggle-black-color;
      transform-origin: bottom left;
      transform: rotateZ(0deg);
    }

    .Form-CheckItem-Label-Input:checked + * {
      width: 0;
      height: 0;
      transform: translate(8px, 8px) rotateZ(-135deg) scale(1.5);
    }

    @media screen and (max-width: 480px) {
      .Form-CheckItem-Label-Input:checked + * {
        transform: translate(5px, 7px) rotateZ(-135deg) scale(1.5);
      }
    }
  }
}


!*  トップへ戻るボタン*!
.page-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-color: #3C3C3C;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.page-top::after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  left: 50%;
  height: 10px;
  width: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
  transition: 0.2s;
}

.page-top:hover {
  opacity: 0.8;
  text-decoration: none;
}
*/
/* tab */
/* pc */
.header {
  position: relative;
  height: clamp(5rem, 2.02vw + 4.53rem, 6.25rem);
  margin-bottom: clamp(2.5rem, 4.04vw + 1.55rem, 5rem);
  background: rgba(0, 0, 0, 0);
}

.header-top {
  height: 0;
  margin-bottom: 0;
}

.header-logo {
  position: fixed;
  top: clamp(1.06rem, 0.3vw + 0.99rem, 1.25rem);
  left: clamp(1.25rem, 2.02vw + 0.78rem, 2.5rem);
  width: clamp(12.5rem, 7.06vw + 10.84rem, 16.88rem);
  z-index: 5;
  transition: 0.3s;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background-image: url("img/nav-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  z-index: 999;
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
@media screen and (min-width: 768px) {
  .global-nav {
    display: flex;
  }
}

.global-nav__btn {
  position: absolute;
  background: #dcd3b2;
  padding: clamp(1.56rem, 2.02vw + 1.09rem, 2.81rem) clamp(3.13rem, 0vw + 3.13rem, 3.13rem);
  border-radius: clamp(3.13rem, 0vw + 3.13rem, 3.13rem);
  width: max-content;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  gap: 5rem;
}
@media screen and (min-width: 992px) {
  .global-nav__btn {
    display: flex;
    align-items: center;
  }
}

.global-nav__img {
  width: 14.5625rem;
}
.global-nav__img img {
  width: 100%;
}

.global-nav__wrapper {
  display: none;
}
@media screen and (min-width: 992px) {
  .global-nav__wrapper {
    display: grid;
    gap: 6.25rem;
  }
}

.global-nav__text {
  display: grid;
  gap: 2.5rem;
}

.global-nav__phone {
  font-family: "tablet-gothic-condensed", sans-serif;
  letter-spacing: 1px;
  font-variation-settings: "wght" 300;
  font-size: 1.25rem;
}

.global-nav__label dt {
  font-family: "tablet-gothic-condensed", sans-serif;
  letter-spacing: 1px;
  font-variation-settings: "wght" 300;
  font-size: 1.625rem;
  display: flex;
  gap: 1.5625rem;
}
.global-nav__label a:hover {
  opacity: 0.4;
}
.global-nav__label dd {
  font-size: 1.125rem;
}

.global-nav__en {
  font-family: "tablet-gothic-condensed", sans-serif;
  letter-spacing: 1px;
  font-variation-settings: "wght" 300;
  font-size: clamp(1.13rem, 1.41vw + 0.79rem, 2rem);
}

.global-nav__ja {
  font-size: 1rem;
  font-weight: bold;
}

.global-nav__list-logo {
  max-width: 4.6875rem;
  display: block;
  margin-inline: auto;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .global-nav__list-logo {
    display: none;
  }
}
.global-nav__list-logo img {
  width: 100%;
}
.global-nav__list-logo::after {
  display: none;
}

#g-nav li {
  position: relative;
  list-style: none;
  font-size: clamp(1rem, 0.4vw + 0.91rem, 1.25rem);
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #g-nav li {
    text-align: left;
  }
}
#g-nav li::after {
  position: absolute;
  content: "";
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  height: 75%;
  width: 100%;
  background: #fffffb;
  transition: 0.3s;
  z-index: -1;
}
#g-nav li:hover .material-symbols-outlined {
  color: #b68e55;
}
#g-nav li:hover::after {
  background: #7d6c46;
}

#g-nav li a {
  color: #1c1c1c;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 1000;
  /*ボタンを最前面に*/
  top: clamp(0.94rem, 3.53vw + 0.11rem, 3.13rem);
  right: clamp(0.94rem, 7.57vw + -0.84rem, 5.63rem);
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
.openbtn1:hover {
  scale: 1.3;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #dcd3b2;
  width: 65%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.openbtn1.active span:nth-of-type(2) {
  height: 2.5rem;
  width: 2.5rem;
  background: #7d6c46;
  z-index: -1;
  top: 0.3125rem;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

footer {
  padding: clamp(6.25rem, 5.05vw + 5.07rem, 9.38rem) clamp(1.06rem, 8.38vw + -0.9rem, 6.25rem) 3.125rem;
  margin-inline: auto;
  display: grid;
  gap: 3.125rem;
  justify-items: center;
}
footer .logo {
  width: 13.9375rem;
}
footer .logo img {
  width: 100%;
}
footer .tel {
  text-decoration: none;
  font-size: 1.25rem;
  font-family: "tablet-gothic-condensed", sans-serif;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 400;
}
footer .address {
  display: grid;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  footer .address {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
footer .address__content dt {
  display: flex;
  gap: 1.5625rem;
  font-family: "tablet-gothic-condensed", sans-serif;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 400;
  font-size: 1.5625rem;
}
footer .address__content a:hover .material-symbols-outlined {
  color: #b68e55;
}
footer .address__content dd {
  font-size: clamp(1rem, 0.2vw + 0.95rem, 1.13rem);
  line-height: 1.7;
}

/* Default settings */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  background-color: #7d6c46;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading__logo {
  position: absolute;
  top: 45%;
  padding-right: clamp(0.06rem, 3.43vw + -0.74rem, 2.19rem);
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: clamp(10.94rem, 17.66vw + 6.8rem, 21.88rem);
}
@media screen and (min-width: 1500px) {
  .loading__logo {
    padding-right: 0.0625rem;
  }
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
.main-cover {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.main-cover .slider .slick-slide img {
  height: 100vh;
  width: auto;
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  object-position: 18%;
}
@media screen and (min-width: 768px) {
  .main-cover .slider .slick-slide img {
    object-position: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-cover .slider .slick-slide img {
    width: 100%;
  }
}
.main-cover .first-copy {
  font-family: hot-reishorkk;
  color: #fffffb;
  text-align: right;
  font-size: clamp(1.63rem, 3.03vw + 0.92rem, 3.5rem);
  line-height: 1.8;
  position: absolute;
  bottom: 20%;
  right: 5%;
  z-index: 4;
}

.top-message {
  background: #7d6c46;
}
.top-message .top-message__wrapper {
  display: grid;
  gap: clamp(3.13rem, 1.01vw + 2.89rem, 3.75rem);
  margin-bottom: 3.125rem;
  max-width: 93.75rem;
}
@media screen and (min-width: 768px) {
  .top-message .top-message__wrapper {
    display: flex;
    align-items: flex-start;
    margin-inline: auto;
  }
}
.top-message .top-message__inner {
  display: grid;
  gap: 3.125rem;
  padding-inline: clamp(1.06rem, 8.38vw + -0.9rem, 6.25rem);
}
@media screen and (min-width: 768px) {
  .top-message .top-message__inner {
    padding-inline: clamp(1.06rem, 8.38vw + -0.9rem, 6.25rem) 0;
  }
}
.top-message h2 {
  font-family: hot-reishorkk;
  font-size: clamp(1.75rem, 2.02vw + 1.28rem, 3rem);
  color: #fffffb;
}
.top-message .top-message__text {
  display: grid;
  gap: 1.875rem;
  line-height: 1.6;
  font-size: clamp(1rem, 0.2vw + 0.95rem, 1.13rem);
  color: #fffffb;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.top-message .top-message__image {
  margin-left: auto;
  min-width: 45%;
}
@media screen and (min-width: 768px) {
  .top-message .top-message__image {
    margin-left: 0;
  }
}
.top-message .top-message__btn {
  width: 95%;
  max-width: 55.5rem;
  margin-inline: auto;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.news {
  margin-top: 6.25rem;
  padding-block: clamp(1.56rem, 2.52vw + 0.97rem, 3.13rem) clamp(3.13rem, 5.05vw + 1.94rem, 6.25rem);
  padding-inline: clamp(1.06rem, 3.33vw + 0.28rem, 3.13rem);
  margin-inline: clamp(1.06rem, 28.56vw + -5.63rem, 18.75rem);
  border: 4px solid #b68e55;
  border-radius: 1.5625rem;
  max-width: 43.75rem;
}
@media screen and (min-width: 992px) {
  .news {
    margin-inline: auto;
  }
}

.news-title {
  font-family: "tablet-gothic-condensed", sans-serif;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 600;
  font-size: clamp(2.44rem, 0.61vw + 2.3rem, 2.81rem);
  margin-bottom: 3.125rem;
  text-align: center;
  max-width: 43.75rem;
}

.news-list {
  display: grid;
  gap: 1.5625rem;
  width: fit-content;
  margin-inline: auto;
}
.news-list .news-list__item {
  display: grid;
  gap: clamp(0.63rem, 0.5vw + 0.51rem, 0.94rem);
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.news-list .news-list__date {
  border-bottom: 1px solid #7d6c46;
  width: fit-content;
  padding-bottom: 0.5rem;
}
.news-list .news-list__text {
  font-size: clamp(1rem, 0.2vw + 0.95rem, 1.13rem);
}

.square-section .square-section__title {
  font-family: "tablet-gothic-condensed", sans-serif;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 600;
  font-size: clamp(2.44rem, 0.61vw + 2.3rem, 2.81rem);
  margin-bottom: 3.125rem;
  text-align: center;
}
.square-section .square-container {
  display: flex;
  gap: 3.125rem;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: unset;
}
.square-section .square {
  position: relative;
  display: block;
  min-width: 21.3125rem;
  aspect-ratio: 1/1;
  background-size: contain;
  border: solid 5px #1c1c1c;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .square-section .square {
    min-width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .square-section .square {
    min-width: 34.6875rem;
  }
}
.square-section .square.square-works {
  background-image: url(img/square-works.jpg);
}
.square-section .square.square-projects {
  background-image: url(img/square-projects.jpg);
}
.square-section .square.square-training {
  background-image: url(img/square-training.jpg);
}
.square-section .square.square-workshop {
  background-image: url(img/square-workshop.jpg);
}
.square-section .square::after {
  position: absolute;
  content: "";
  background: #1c1c1c;
  opacity: 0.6;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  top: 50%;
  transition: 0.3s;
}
.square-section .square:hover::after {
  opacity: 0;
}
.square-section .square-content {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.square-section .square-content--en {
  font-family: "tablet-gothic-condensed", sans-serif;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 400;
  font-size: clamp(2.44rem, 0.61vw + 2.3rem, 2.81rem);
  color: #fffffb;
}
.square-section .square-content--ja {
  font-family: hot-reishorkk;
  font-size: clamp(2rem, 2.02vw + 1.53rem, 3.25rem);
  color: #fffffb;
}

.top-about {
  background: #b68e55;
}
.top-about h2 {
  font-family: hot-reishorkk;
  font-size: clamp(1.75rem, 2.02vw + 1.28rem, 3rem);
  color: #fffffb;
}
.top-about .top-about-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  max-width: 87.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .top-about .top-about-wrapper {
    flex-direction: row;
  }
}
.top-about .top-about-inner {
  display: grid;
  gap: 3.125rem;
}
.top-about .top-about__text {
  display: grid;
  gap: 1.875rem;
  font-size: clamp(1rem, 0.2vw + 0.95rem, 1.13rem);
  color: #fffffb;
  line-height: 1.6;
}
.top-about .top-about__btns {
  display: grid;
  gap: 3.125rem;
  align-content: center;
  align-items: start;
}

/* Default settings */
.under-construction__title {
  font-family: "tablet-gothic-condensed", sans-serif;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 600;
  font-size: clamp(2.5rem, 0.5vw + 2.38rem, 2.81rem);
  text-align: center;
  margin-bottom: 3.125rem;
}

.under-construction__list {
  display: grid;
  gap: 1.875rem;
  text-align: center;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* Default settings */
.workshop .section-wrapper {
  gap: 3.125rem;
}

.information {
  padding: clamp(1.88rem, 2.02vw + 1.4rem, 3.13rem) clamp(1.06rem, 7.37vw + -0.66rem, 5.63rem);
  margin-inline: auto;
  border: 1px solid #7d6c46;
  border-radius: clamp(1.88rem, 2.02vw + 1.4rem, 3.13rem);
  font-size: clamp(1rem, 0.2vw + 0.95rem, 1.13rem);
  display: grid;
  gap: 0.9375rem;
  max-width: 43.75rem;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.information .information-inner {
  margin-inline: auto;
}
.information h4 {
  font-size: clamp(1.13rem, 0.2vw + 1.08rem, 1.25rem);
  font-weight: bold;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #7d6c46;
}
.information dl {
  display: flex;
  gap: 1rem;
}
.information dt {
  font-weight: normal;
  min-width: 3.5rem;
}
.information dd {
  line-height: 1.6;
}

/* Default settings */
.page-materials .font-en {
  font-size: clamp(1.38rem, 0.3vw + 1.3rem, 1.56rem);
  font-family: "tablet-gothic-condensed", sans-serif;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 400;
}

.materials-description {
  padding-block: clamp(0.63rem, 0.5vw + 0.51rem, 0.94rem);
  border-block: solid 1px #1c1c1c;
  font-size: clamp(0.94rem, 0.1vw + 0.91rem, 1rem);
}
.materials-description ul {
  padding-left: 1rem;
}
.materials-description li {
  line-height: 1.6;
  list-style: decimal;
}

/* Default settings */
.btn--black {
  background: #1c1c1c;
  color: #fffffb;
  grid-column: 1/3;
  width: 102%;
}
.btn--black:hover {
  background: #fffffb;
  color: #1c1c1c;
}
@media screen and (min-width: 768px) {
  .btn--black {
    grid-column: 1/4;
  }
}

.section-art {
  display: grid;
  gap: 3.125rem;
  justify-content: center;
}

.art-container {
  display: grid;
  gap: 3.125rem;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
@media screen and (min-width: 992px) {
  .art-container {
    grid-template-columns: repeat(auto-fit, minmax(555px, 1fr));
  }
}

.art-square {
  display: grid;
  max-width: clamp(21.88rem, 20.69vw + 17.03rem, 34.69rem);
  gap: 0.9375rem;
  font-size: clamp(1rem, 0.61vw + 0.86rem, 1.38rem);
}
.art-square .art-image {
  border: solid 5px #1c1c1c;
}
.art-square .art-textarea {
  display: grid;
  gap: 0.9375rem;
}
.art-square .art-title {
  font-weight: bold;
}
.art-square .art-text {
  line-height: 1.6;
}

.page-sub-title--black {
  background: #1c1c1c;
  color: #fffffb;
}

.past-exhibition {
  margin-top: 6.25rem;
}

.past-item-title {
  margin-bottom: 3.125rem;
  font-size: 1.375rem;
  font-weight: bold;
  padding-bottom: clamp(0.31rem, 1.01vw + 0.08rem, 0.94rem);
  border-bottom: 1px solid #1c1c1c;
}

.exhibition-container {
  display: grid;
  gap: 6.25rem;
}
.exhibition-container .exhibition-container__no-plan {
  font-size: clamp(1rem, 0.61vw + 0.86rem, 1.38rem);
}

/* Default settings */ /* Default settings */
.page-media .description-image--single {
  width: auto;
  object-fit: cover;
}
.page-media .description-image__link {
  display: block;
  width: 100%;
  height: 100%;
}
.page-media .description-square {
  max-width: unset;
}
.page-media .description-title {
  line-height: 1.6;
  text-align: center;
}
.page-media .description-textarea {
  z-index: -1;
}

/* Default settings */
.form {
  display: grid;
  gap: 3.125rem;
  font-size: clamp(1.13rem, 0.2vw + 1.08rem, 1.25rem);
  margin-inline: auto;
  padding-inline: 1.0625rem;
  max-width: 43.75rem;
}

.item {
  display: grid;
  gap: clamp(0.63rem, 0.5vw + 0.51rem, 0.94rem);
}

.inputs {
  padding: 0.9375rem;
  border: 1px solid #1c1c1c;
  line-height: 1.6;
}

.privacy a {
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 0.625rem;
}

/* ボタン無効時のスタイル */
.submit-btn[disabled] {
  color: #dcd3b2;
  border-color: #dcd3b2;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

.confirm {
  display: grid;
  gap: 3.125rem;
  font-size: clamp(1.13rem, 0.2vw + 1.08rem, 1.25rem);
  margin-inline: auto;
  width: fit-content;
  line-height: 1.6;
}

.form-send {
  display: grid;
  gap: 1.5625rem;
}
.form-send .form-send-btn {
  display: block;
}

.formTable th, .formTable tr, .formTable td {
  display: block;
}
.formTable tbody {
  display: grid;
  gap: 1.5625rem;
  margin-bottom: 3.125rem;
}

/*# sourceMappingURL=style.css.map */
