@charset "UTF-8";
/* ====================================================
Width Media Quary
==================================================== */
/* ====================================================
 Font
==================================================== */
html {
  margin-top: unset !important;
  font-size: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #2c2c2c;
}

::-moz-selection {
  background-color: #ac9a6e;
  color: #2c2c2c;
}

::selection {
  background-color: #ac9a6e;
  color: #2c2c2c;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*,
*:after,
*:before,
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
pre,
td,
th {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Serif JP", "Noto Serif", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS 明朝", "MS Mincho", serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.8;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "Noto Serif JP", "Noto Serif", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS 明朝", "MS Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
body a {
  text-decoration: none;
  transition: 0.3s;
  color: #ac9a6e;
  cursor: pointer;
}
body a:hover,
body a ::before,
body a ::after,
body a :hover::before,
body a :hover::after {
  transition: 0.3s;
}
body .only-sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  body .only-sp {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  body .only-pc {
    display: none !important;
  }
}
body li {
  list-style: none;
}
body img {
  max-width: 100%;
  height: auto;
}
body input[type=text],
body input[type=tel],
body input[type=email],
body select,
body textarea {
  font-size: 1.5rem;
  font-family: "Jost", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background-color: #f2f2f2;
  border: none;
  padding: 15px;
  width: 100%;
}
body select {
  position: relative;
  width: 100%;
  padding-right: 28px;
  background: url(./img/select.svg) no-repeat center right 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: #f2f2f2;
}
body ::-moz-placeholder {
  color: #ccc;
}
body ::placeholder {
  color: #ccc;
}
body :where(figure) {
  margin: 0 0 0;
}

.ttl_h2 {
  font-size: 2rem;
  font-weight: 200;
  font-family: "Noto Serif", serif;
  color: #ac9a6e;
  position: relative;
  margin: 60px auto 40px;
}
.ttl_h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ac9a6e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ttl_h2_02 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 2rem;
  font-weight: 200;
  color: #ac9a6e;
  margin: 50px auto;
}
.ttl_h2_02::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #ac9a6e;
}
.ttl_h2_02 span {
  position: relative;
  padding: 0 1em;
  background: #2c2c2c;
}

.btn_01 {
  color: #ac9a6e;
  border: 1px solid #ac9a6e;
  padding: 20px 80px 20px 20px;
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
  margin: 60px auto 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.btn_01::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ac9a6e;
  border-bottom: 2px solid #ac9a6e;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.btn_01:hover {
  background-color: #ac9a6e;
  color: #fff;
}
.btn_01:hover::after {
  right: 15px;
  transition: all 0.3s ease;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.btn_02 {
  color: #fff;
  border: 1px solid #fff;
  padding: 20px 80px 20px 20px;
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
  margin: 60px auto 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  font-family: "Noto Serif JP", "Noto Serif", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS 明朝", "MS Mincho", sans-serif;
  background-color: transparent;
}
.btn_02::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.btn_02:hover {
  background-color: #fff;
  color: #ac9a6e;
}
.btn_02:hover::after {
  right: 15px;
  transition: all 0.3s ease;
  border-right: 2px solid #ac9a6e;
  border-bottom: 2px solid #ac9a6e;
}
.btn_03 {
  background: #2c2c2c;
  border: #ac9a6e solid 1px;
  color: #ac9a6e;
  border-radius: 100px;
  padding: 3px 10px 4px 10px;
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
}
.btn_03:hover {
  background: #ac9a6e;
  transition: 0.3s;
  color: #2c2c2c;
}

.over_img {
  background: #dddddd;
  width: 120%;
  margin-left: -10%;
}
@media screen and (max-width: 960px) {
  .over_img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: unset;
  }
}

/* ====================================================
 Typing Animation
==================================================== */
.typing-animation {
  /* 元のスタイルを保持しつつ、タイピングアニメーション用の設定のみ追加 */
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  /* 初期状態では非表示 */
  opacity: 0;
  visibility: hidden;
}

.typing-animation.typing-active {
  opacity: 1;
  visibility: visible;
}

.typing-line {
  display: block;
  margin-bottom: 0.5em;
}

/* タイピングアニメーション内のspan要素のスタイル調整 */
.right_box_title .typing-animation {
  display: inline;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.right_box_title .typing-animation:first-child {
  display: block;
  font-size: 4rem;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", "Noto Serif", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS 明朝", "MS Mincho", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.right_box_title .typing-animation:last-child {
  display: block;
  font-size: 1.6rem;
  font-weight: 200;
  font-family: "Noto Serif", serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.right_box_text .typing-animation {
  display: inline;
  font-size: 2.5rem;
  font-weight: 200;
  font-family: "Noto Serif", serif;
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}
.header.js-open .global-nav {
  transform: translateX(0);
  overflow-y: auto;
}
.header_hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #ac9a6e;
  z-index: 10000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_hamburger.js-open {
  background-color: #2c2c2c;
}
.header_hamburger span {
  position: relative;
  width: 30px;
  height: 2px;
  background-color: #2c2c2c;
  display: block;
}
.header_hamburger span::before, .header_hamburger span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #2c2c2c;
  transition: 0.3s;
}
.header_hamburger span::before {
  top: -10px;
}
.header_hamburger span::after {
  top: 10px;
}
.header_hamburger.js-open span {
  background-color: transparent;
  transition: 0.3s;
}
.header_hamburger.js-open span::before {
  top: 1px;
  transition: 0.3s;
  transform: translateX(-50%) rotate(45deg);
  background-color: #ac9a6e;
}
.header_hamburger.js-open span::after {
  top: 1px;
  transition: 0.3s;
  transform: translateX(-50%) rotate(-45deg);
  background-color: #ac9a6e;
}

.global-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 480px;
  background-color: #ccc;
  transform: translateX(100%);
  transition: 0.3s;
  z-index: 9998;
  padding: 40px 1em 1em;
}
@media screen and (max-width: 960px) {
  .global-nav {
    max-width: 100%;
  }
}
.global-nav_ttl:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.global-nav_ttl h1 {
  font-size: 4rem;
  font-weight: 200;
  color: #2c2c2c;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", "Noto Serif", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS 明朝", "MS Mincho", sans-serif;
}
.global-nav_ttl h1 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 200;
  font-family: "Noto Serif", serif;
}
.global-nav_ttl p {
  display: block;
  margin-top: 10px;
  font-size: 2.5rem;
  font-weight: 200;
  font-family: "Noto Serif", serif;
  color: #2c2c2c;
}
.global-nav_list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}
.global-nav_item {
  margin-bottom: 20px;
  border-bottom: #2c2c2c solid 1px;
  padding-bottom: 5px;
}
.global-nav_item a {
  font-size: 1.6rem;
  color: #2c2c2c;
  font-weight: 300;
  font-family: "Noto Serif JP", "Noto Serif", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS 明朝", "MS Mincho", sans-serif;
  display: block;
}
.global-nav_item a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.nav-video_btn {
  position: relative;
  margin-top: 40px;
}
.nav-video_btn .circle-text {
  position: relative;
}
.nav-video_btn .video-button-wrapper {
  position: unset;
}
.nav-video_btn .play-button {
  color: #555;
}

.footer {
  background: url(../img/footer_bg.jpg) no-repeat center center/cover;
  width: 120%;
  margin-left: -10%;
  padding: 60px 30px 30px;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .footer {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: unset;
  }
}
@media screen and (max-width: 960px) {
  .footer_inner {
    max-width: 480px;
    width: 100%;
    padding: 60px 20px;
    margin: 0 auto;
  }
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, #2c2c2c 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.footer_sitemap {
  position: relative;
  z-index: 1;
}
.footer_sitemap_item a {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.footer_sitemap_item a:hover {
  color: #ac9a6e;
}
.footer_copyright_txt_01 {
  font-size: 3.5rem;
  font-weight: 500;
  color: #fff;
  margin-top: 60px;
  line-height: normal;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.05em;
}
.footer_copyright_txt_02 {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 20px;
  opacity: 0.5;
}

main {
  display: flex;
  position: relative;
}

.light_box {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 480px);
  height: 100vh;
}
@media screen and (max-width: 960px) {
  .light_box {
    display: none;
  }
}

.index-hero_sp {
  margin-top: 40px;
  width: 100vw;
  height: 60vh;
  margin-left: calc(50% - 50vw);
  position: relative;
}
.index-hero_sp img {
  height: 60vh;
}
.index-hero_sp::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, #2c2c2c 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .index-hero_sp::before {
    height: 60px;
  }
}
.index-hero_sp::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #2c2c2c 0%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .index-hero_sp::after {
    height: 30px;
  }
}
.index-hero img {
  height: 100vh;
}

.slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.index-hero .slide-animation {
  animation: fadezoom 10s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.right_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #2c2c2c;
  padding: 40px 30px 0;
  z-index: 1000;
}
@media screen and (max-width: 960px) {
  .right_box {
    position: unset;
    width: 100%;
    max-width: 480px;
    padding: 40px 20px 0;
    margin: 0 auto;
    overflow-y: unset;
    overflow-x: unset;
  }
}
.right_box_title {
  width: 100%;
  overflow: hidden;
}
.right_box_title span.title_01 {
  font-size: 4rem;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", "Noto Serif", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS 明朝", "MS Mincho", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.right_box_title span.title_02 {
  display: block;
  font-size: 1.6rem;
  font-weight: 200;
  font-family: "Noto Serif", serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.right_box_top_title {
  line-height: 20px;
  transition: 0.3s;
}
.right_box_top_title:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.right_box_top_title .top_ttl_jp {
  font-size: 2rem;
  font-weight: 200;
  font-family: "Noto Serif JP", "Noto Serif", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS 明朝", "MS Mincho", sans-serif;
  color: #fff;
  letter-spacing: 0.05em;
  display: block;
}
.right_box_top_title .top_ttl_en {
  font-size: 1.3rem;
  font-weight: 200;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.05em;
  color: #fff;
}
.right_box_text {
  display: block;
  margin-top: 10px;
  font-size: 2.5rem;
  font-weight: 200;
  font-family: "Noto Serif", serif;
  color: #fff;
}

.notice {
  margin-top: 80px;
}
.notice_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.notice_img {
  max-width: 360px;
  display: block;
  flex: 1;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .notice_img {
    max-width: 85%;
  }
}
.notice_img:hover img {
  transform: scale(1.05);
}
.notice_img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-radius: 0 0 5px 0;
  border-color: transparent transparent #ac9a6e transparent;
}
.notice_img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.notice_title {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.notice_title_txt {
  font-size: 2rem;
  font-weight: 200;
  font-family: "Noto Serif", serif;
  color: #ac9a6e;
  transform: rotate(90deg);
  position: relative;
  top: 15px;
  right: -20px;
}
.notice_title::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ac9a6e;
  position: absolute;
  top: 0;
  left: 30px;
}
.notice_info {
  margin-top: 20px;
}
.notice_info_date {
  font-size: 1.5rem;
  font-weight: 200;
  font-family: "Noto Serif", serif;
  color: #ac9a6e;
}
.notice_info_ttl {
  font-size: 1.5rem;
  margin-top: 10px;
}

.exhibition_btn {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.exhibition_btn:hover .exhibition_btn_link::before {
  transform: scale(1.05);
}
.exhibition_btn:hover span {
  transition: all 0.3s ease;
  background-color: #71674d;
  letter-spacing: 0.05;
}
.exhibition_btn:hover span::after {
  right: 15px;
  transition: all 0.3s ease;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.exhibition_btn:hover a {
  color: #fff;
  transition: all 0.3s ease;
}
.exhibition_btn_link {
  height: 260px;
  display: block;
}
.exhibition_btn_link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/exhibition/img01.jpg) center/cover no-repeat;
  transition: transform 0.4s ease;
  z-index: 0;
}
.exhibition_btn span {
  background-color: #ac9a6e;
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  display: block;
  margin-top: auto;
  font-weight: 500;
}
.exhibition_btn span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #2c2c2c;
  border-bottom: 2px solid #2c2c2c;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.exhibition_btn a {
  font-size: 1.5rem;
  color: #2c2c2c;
}

.profile {
  margin-top: 80px;
  background: #dddddd;
  width: 120%;
  margin-left: -10%;
  padding: 0 30px 60px;
}
@media screen and (max-width: 960px) {
  .profile {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: unset;
  }
}
@media screen and (max-width: 960px) {
  .profile_inner {
    max-width: 480px;
    width: 100%;
    padding: 0 20px 60px;
    margin: 0 auto;
  }
}
.profile_img {
  position: relative;
  width: 120%;
  margin-left: -10%;
}
@media screen and (max-width: 960px) {
  .profile_img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.profile_img img {
  display: block;
  width: 100%;
  height: auto;
}
.profile_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, #2c2c2c 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .profile_img::before {
    height: 60px;
  }
}
.profile_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #dddddd 0%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .profile_img::after {
    height: 30px;
  }
}
.profile_info_ttl {
  font-size: 2rem;
  font-weight: 200;
  font-family: "Noto Serif JP", "Noto Serif", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS 明朝", "MS Mincho", sans-serif;
  color: #2c2c2c;
}
.profile_info_ttl span {
  font-size: 1.4rem;
  font-weight: 200;
  font-family: "Noto Serif", serif;
  color: #2c2c2c;
  display: block;
  letter-spacing: 0.05em;
}
.profile_info_text {
  font-size: 1.5rem;
  color: #2c2c2c;
  margin-top: 35px;
}

.made {
  background: #fff;
  width: 120%;
  margin-left: -10%;
  padding: 60px 30px;
}
@media screen and (max-width: 960px) {
  .made {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: unset;
  }
}
@media screen and (max-width: 960px) {
  .made_inner {
    max-width: 480px;
    width: 100%;
    padding: 60px 20px;
    margin: 0 auto;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: #ac9a6e;
  bottom: -60px;
  font-size: 0;
  padding: 0;
  border: none;
  outline: none;
  top: unset;
  transform: unset;
  z-index: 100;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  font-size: 0;
  color: #fff;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 50%;
  top: 50%;
}

.slick-prev:before {
  transform: translate(-30%, -50%) rotate(135deg);
}

.slick-next:before {
  transform: translate(-70%, -50%) rotate(-45deg);
}

.slick-prev {
  right: 60px;
  z-index: 1;
  left: unset;
}

.slick-next {
  right: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #71674d;
  color: unset;
  transition: all 0.3s ease;
}

.slick-dots {
  z-index: 1;
  pointer-events: none;
  text-align: left;
  bottom: -27px;
}

.slick-dots li {
  pointer-events: all;
  margin: unset;
  margin-right: 10px;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 4px;
  font-family: unset;
  background: #2c2c2c;
  font-size: 0;
  line-height: unset;
  text-align: unset;
  color: unset;
  opacity: unset;
  -webkit-font-smoothing: unset;
  -moz-osx-font-smoothing: unset;
}

.slick-dots li.slick-active button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 4px;
  font-family: unset;
  background: #ac9a6e;
  font-size: 0;
  line-height: unset;
  text-align: unset;
  color: unset;
  opacity: unset;
  -webkit-font-smoothing: unset;
  -moz-osx-font-smoothing: unset;
}

.slick-dots li button {
  border: 0;
  display: block;
  height: 25px;
  width: 25px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-list.draggable {
  padding: unset !important;
}

.instagram {
  background: #2c2c2c;
  width: 120%;
  margin-left: -10%;
  padding: 60px 30px;
}
@media screen and (max-width: 960px) {
  .instagram {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: unset;
  }
}
@media screen and (max-width: 960px) {
  .instagram_inner {
    max-width: 480px;
    width: 100%;
    padding: 60px 20px;
    margin: 0 auto;
  }
}

.contact {
  width: 120%;
  margin-left: -10%;
  padding: 60px 30px;
}
@media screen and (max-width: 960px) {
  .contact {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: unset;
  }
}
@media screen and (max-width: 960px) {
  .contact_inner {
    max-width: 480px;
    width: 100%;
    padding: 60px 20px;
    margin: 0 auto;
  }
}

.news li {
  background: #414141;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.news_link {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 200;
  font-family: "Noto Serif", serif;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.news_link:hover {
  color: #ac9a6e;
  transition: all 0.3s ease;
}
.news_link:hover span {
  color: #ac9a6e;
  transition: all 0.3s ease;
}
.news_link span {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 5px;
}
.news_cate {
  font-size: 1.2rem;
  font-weight: 200;
  font-family: "Noto Serif", serif;
  color: #2c2c2c;
  display: inline-block;
  background: #ac9a6e;
  padding: 0 15px;
  border-radius: 20px;
}
.news_cate:hover {
  background: #71674d;
  color: #fff;
  transition: all 0.3s ease;
}

.video-button-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.circle-text {
  position: absolute;
  top: 0;
  left: 0;
  animation: rotateText 10s linear infinite;
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-popup-inner {
  position: relative;
  background: #000;
  padding: 10px;
  border-radius: 8px;
  width: 90%;
  height: 80%;
  max-width: 800px;
  box-sizing: border-box;
}

.video-popup-inner video {
  width: 100%;
  height: auto;
  display: block;
}

.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  color: #000;
  border: none;
  font-size: 18px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.made-page_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 50px 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .made-page_flex {
    gap: 40px 20px;
  }
}
.made-page_item {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .made-page_item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
.made-page_item_img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.made-page_item_img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.made-page_item_img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: transform 0.2s;
}
.made-page_item_img_ico {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 26px;
  height: 26px;
}
.made-page_item_img_ico span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.made-page_item_img_ico span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  background: url(../img/made/scale_ico.png) center/cover no-repeat;
}
.made-page_info_ttl {
  margin-top: 10px;
}

.made_left {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.blur-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(12px);
  opacity: 0.6;
  z-index: 0;
  transition: background-image 0.3s ease;
}

.made-slide {
  position: relative;
  z-index: 1;
  max-width: 90%;
  max-height: 90%;
}

.made-slide img {
  width: 100%;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: auto;
}

/* モーダル */
.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal.show {
  display: flex;
}

/* ラッパーに position:relative でボタンの基準に */
.modal-img-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .modal-img-wrapper {
    margin-top: unset;
  }
}

.modal-img-wrapper img {
  max-width: 90vw;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: block;
}

/* 画像の右上に沿わせるボタン */
.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: 2px solid #ac9a6e;
  color: #ac9a6e;
  font-size: 22px;
  font-weight: bold;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .modal-close {
    top: unset;
    right: unset;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.modal-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.made_detail_img {
  margin: 30px auto 40px;
}
.made_detail_img img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: unset !important;
}

.made_left_detail {
  position: relative;
  z-index: 1;
  max-width: 90%;
  max-height: 90%;
}

.profile-page_name {
  margin-top: 50px;
}
.profile-page_name p {
  font-size: 3rem;
  color: #ac9a6e;
}
.profile-page_name p span {
  font-size: 1.3rem;
  display: block;
}
.profile-page_img {
  position: relative;
}
.profile-page_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, #2c2c2c 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .profile-page_img::before {
    height: 60px;
  }
}
.profile-page_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #2c2c2c 0%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .profile-page_img::after {
    height: 30px;
  }
}
.profile-page_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.profile-page_txt {
  margin: 50px auto;
}

.exhibition_list a {
  display: block;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.exhibition_list a figure {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  aspect-ratio: 16/9;
}
.exhibition_list a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.exhibition_list a p {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 10px;
}
.exhibition_list a:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.detail-page_ttl {
  font-size: 2rem;
  color: #fff;
  margin: 40px auto 15px;
  font-weight: bold;
}
.detail-page_info {
  font-size: 1.3rem;
  margin-bottom: 40px;
  color: #ac9a6e;
}
.detail-page .news-date {
  font-size: 1.4rem;
  margin-bottom: 50px;
}
.detail-page h2 {
  font-size: 2rem;
  color: #ac9a6e;
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: #ac9a6e solid 1px;
}
.detail-page h3 {
  font-size: 1.8rem;
  color: #ac9a6e;
  margin: 30px 0 10px;
  font-weight: bold;
}
.detail-page img {
  display: block;
  margin-bottom: 30px;
  border-radius: 5px;
}
.detail-page p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.detail-page blockquote {
  background-color: #222222;
  border-radius: 5px;
  padding: 20px 15px;
}
.detail-page blockquote h4 {
  margin-top: 0;
}
.detail-page blockquote a {
  text-decoration: underline;
  transition: 0.3s;
}
.detail-page blockquote a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.news_cat {
  margin: 60px auto 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news_cat li a {
  display: inline-block;
  padding: 1px 20px 3px;
  border-radius: 100px;
  background-color: #666;
  transition: 0.3s;
  color: #fff;
}
.news_cat li a.active {
  color: #fff;
  background-color: #ac9a6e;
}
.news_cat li a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

span.pages {
  display: none !important;
}

span.current {
  background-color: #ac9a6e;
}

.wp-pagenavi a:hover {
  border-color: #ac9a6e !important;
}

.wp-pagenavi {
  margin-top: 60px;
  clear: both;
  display: flex;
  justify-content: center;
}

.wp-pagenavi span {
  text-decoration: none !important;
  border: none !important;
  padding: 3px 5px 5px !important;
  margin: 2px 5px !important;
  display: flex;
  width: 40px;
  height: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi a {
  color: #fff;
  text-decoration: none !important;
  border: 1px solid white !important;
  padding: 3px 5px 5px !important;
  margin: 2px 5px !important;
  display: flex;
  width: 40px;
  height: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.contact_info {
  margin-bottom: 40px;
}
.contact_info_list {
  background-color: #888;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}
.contact_info_list h5 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #fff;
}
.contact_info_list li {
  font-size: 1.3rem;
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 1.5em;
  color: #fff;
}

.simple-contact .field {
  margin-bottom: 1.25rem;
  margin-top: 30px;
}

.simple-contact label {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.required-mark {
  color: #b6706f;
  font-size: 0.85em;
  margin-left: 0.3em;
}

.cf-field {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.4rem;
}

.cf-field:focus {
  outline: 2px solid #ac9a6e;
  border-color: #ac9a6e;
}

.wpcf7-form-control-wrap {
  position: relative;
  margin-top: 5px;
  display: block;
}

.wpcf7-list-item-label a {
  text-decoration: underline;
  transition: 0.3s;
}
.wpcf7-list-item-label a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.field.agreement {
  display: flex;
  justify-content: center;
  /* 横方向中央 */
  margin: 0;
  /* 不要な余白があれば調整 */
}
.field.agreement .wpcf7-list-item-label {
  font-size: 1.3rem;
}

.field.agreement label {
  display: flex;
  align-items: center;
  /* 縦方向中央 */
  gap: 0.5rem;
  /* チェックボックスと文言の間隔 */
  font-size: 0.9rem;
  line-height: 1.2;
}

.field.agreement a {
  color: inherit;
  text-decoration: underline;
  color: #ac9a6e;
}/*# sourceMappingURL=styles.css.map */