@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 100;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 200;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 800;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Black.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  height: calc(100% - 80px);
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  font-family: "Noto Sans JP", "LINESeedJP", sans-serif;
  color: #0f1111;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: 1.7;
  letter-spacing: 0.1rem;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior: none;
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 97%;
  margin: 0 auto;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  ヘッダー部分基本幅設定  end  ******/
/*****************************************/
img {
  max-width: 100%;
}

/*****************************************/
/****  コンテンツ部分基本幅設定  start  ****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.layout_width_full {
  width: 90%;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.layout_width_1024 {
  width: 100%;
  max-width: 1024px;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width_830 {
  width: 100%;
  max-width: 830px;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .layout_width {
    padding: 0 1rem;
  }
  .layout_width_1024 {
    padding: 0 1rem;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
.cotainer {
  padding: 2rem;
}

@media screen and (max-width: 480px) {
  .cotainer {
    padding: 1rem;
  }
}
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #0f1111;
}
.bgcolor div h2 {
  color: #1D5E9D;
}
.bgcolor div h2 b {
  color: #1D5E9D;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
h2 {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 1rem;
  color: #1D5E9D;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
}

h3 {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 1rem;
  color: #555;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  }
}

h4 {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 1rem;
  color: #555;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
p {
  font-family: "Noto Sans JP", "LINESeedJP", sans-serif;
}

/*****************************************/
/**********  マーカー設定  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.marker_type1 {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 251, 0, 0.6) 55%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  -webkit-text-emphasis: filled #0f1111;
  text-emphasis: filled #0f1111;
  font-weight: bold;
}

.marker_type2 {
  display: inline;
  background: linear-gradient(transparent 60%, rgb(255, 136, 0) 55%);
  padding: 0 0.15rem 0.25rem;
  margin: 1rem 0.15rem 0;
  -webkit-text-emphasis: filled rgb(255, 136, 0);
  text-emphasis: filled rgb(255, 136, 0);
}

.marker-h1 {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  color: inherit;
}
.marker-h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: rgba(246, 173, 73, 0.8);
  border-radius: 30px;
  z-index: -1;
  transition: background-color 0.3s ease;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  マーカー設定  end  **********/
/*****************************************/
/*****************************************/
/********フォトギャラリー上下中央設定*******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
#lightbox {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  z-index: 99999;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  フォトギャラリー上下中央設定 ******/
/*****************************************/
/*****************************************/
/**********  パララックス  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.parallax_imagebox {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: transparent;
  min-height: 400px;
}
.parallax_imagebox .background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_imagebox .bg_image_one {
  background-image: url("../../img/common/sample__bg.jpg");
}

@media screen and (max-width: 768px) {
  .parallax_imagebox {
    height: 400px;
  }
  .parallax_imagebox .background {
    background-position: bottom -20vh;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  パララックス  end  **********/
/*****************************************/
#breadcrumb {
  padding: 0rem 0;
  margin: 1rem 0;
  width: 100%;
}
#breadcrumb .breadcrumb__warp {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
#breadcrumb .breadcrumb__warp ol {
  width: 100%;
  display: flex;
}
#breadcrumb .breadcrumb__warp ol li {
  padding: 0 0.5rem;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  font-weight: 800;
}
#breadcrumb .breadcrumb__warp ol li:first-child {
  padding: 0 1rem 0 0;
}

/*****************************************/
/*****  Swiper.js ページネーション設定  *****/
.swiper-pagination,
.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  background: transparent !important;
  box-shadow: none;
}

/*****************  END  ************************/
@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0%;
    mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
.img-grid-container .img-box .img-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .img-grid-container .img-box .img-wrapper {
    margin-bottom: 1rem;
  }
}
.img-grid-container .img-box .img-wrapper .img-contents {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.img-grid-container .img-box .img-wrapper .img-contents p {
  text-align: center;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  font-weight: bold;
  color: #FFF4B3;
}
.img-grid-container .img-box .img-wrapper .img-contents a {
  width: 100%;
  margin: 0 auto;
}
.img-grid-container .img-box .img-wrapper .img-contents a figure.inner__image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  aspect-ratio: 1;
}
.img-grid-container .img-box .img-wrapper .img-contents a figure.inner__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.img-grid-container .img-box .img-wrapper .img-contents a figure.inner__image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.img-grid-container .img-box .img-wrapper .img-contents a figure.inner__image .overlay i {
  font-size: 2rem;
  color: #ffffff;
}
.img-grid-container .img-box .img-wrapper .img-contents a figure.inner__image:hover .overlay {
  opacity: 1;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 2rem 1.3rem;
  }
}

p span {
  display: inline-block;
}

.section-title {
  position: relative;
  z-index: 5;
}
.section-title h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.section-title h2 .en {
  font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem);
  letter-spacing: 0.1em;
  display: block;
  font-weight: 900;
  margin-bottom: 0.5rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .section-title h2 .en {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
}
.section-title h2 .en span {
  letter-spacing: 0;
}
.section-title h2 .jp {
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  font-weight: 700;
  color: #0f1111;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .section-title h2 .jp {
    font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem);
  }
}
.section-title h2 .jp span {
  display: inline-block;
}

.menu-open {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}

#header {
  width: 100%;
  z-index: 99999;
  position: fixed !important;
  top: 0;
  left: 0;
  transition: 0.5s;
}
#header.fixed {
  box-shadow: rgba(100, 100, 100, 0.5) 0px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 5px 5px -5px;
  background: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0px 5px rgba(255, 255, 255, 0.3);
}
#header.fixed .container-header .header__nav .nav__list {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}
#header.fixed .container-header .header__nav .nav__list li a p {
  color: #0f1111;
}
#header.fixed .container-header .header__nav .nav__list li a span {
  color: #1D5E9D;
}
#header.fixed .header__logo a {
  color: #0f1111;
}
#header .header__warp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 98%;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  height: 100%;
  box-sizing: border-box;
}
#header .header__warp--logo {
  flex: 0 0 auto;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  max-width: 120px;
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
  line-height: 1.1;
  padding: 0.2em 0.2em;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  #header .header__warp--logo {
    max-width: 100px;
  }
}
#header .header__warp--logo a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0.1em 0;
  transition: color 0.2s;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
#header .header__warp--logo:hover {
  opacity: 0.7;
}
#header .header__warp--logo:hover::after {
  opacity: 1;
}
#header .container-header .header__nav .nav__list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .container-header .header__nav .nav__list li {
  position: relative;
}
#header .container-header .header__nav .nav__list li > a {
  display: block;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  margin: 1rem 0;
}
#header .container-header .header__nav .nav__list li > a p {
  transition: color 0.3s ease;
  color: #ffffff;
}
#header .container-header .header__nav .nav__list li > a span {
  transition: color 0.3s ease;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
}
#header .container-header .header__nav .nav__list li > a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  max-width: 30px;
  height: 2px;
  background: #1D5E9D;
  transition: width 0.3s ease-in-out;
}
#header .container-header .header__nav .nav__list li > a:hover::after {
  width: 100%;
}
#header .container-header .header__nav .nav__list li.active a::after {
  width: 100%;
}
#header .container-header .header__sp {
  display: none;
}
#header .container-header .header__sp .menu-button {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 100001;
  margin-right: 5px;
}
#header .container-header .header__sp .menu-button .menu-button__line,
#header .container-header .header__sp .menu-button .menu-button__line::before,
#header .container-header .header__sp .menu-button .menu-button__line::after {
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  background: #1D5E9D;
  border-radius: 2px;
  content: "";
  left: 6px;
  transition: all 0.3s;
}
#header .container-header .header__sp .menu-button .menu-button__line {
  top: 19px;
}
#header .container-header .header__sp .menu-button .menu-button__line::before {
  top: -10px;
}
#header .container-header .header__sp .menu-button .menu-button__line::after {
  top: 10px;
}
#header .container-header .header__sp .menu-button.active .menu-button__line {
  background: transparent;
}
#header .container-header .header__sp .menu-button.active .menu-button__line::before {
  transform: translateY(10px) rotate(45deg);
}
#header .container-header .header__sp .menu-button.active .menu-button__line::after {
  transform: translateY(-10px) rotate(-45deg);
}
#header .container-header .header__sp .sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e6f2ff;
  z-index: 10000;
  padding: 5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20%);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
#header .container-header .header__sp .sp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
  gap: 1rem;
}
@media screen and (max-width: 480px) {
  #header .container-header .header__sp .sp-nav ul {
    gap: 0.5rem;
  }
}
#header .container-header .header__sp .sp-nav ul .logo-box {
  width: 100%;
  max-width: 200px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  #header .container-header .header__sp .sp-nav ul .logo-box {
    max-width: 150px;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 380px) {
  #header .container-header .header__sp .sp-nav ul .logo-box {
    max-width: 120px;
  }
}
#header .container-header .header__sp .sp-nav ul > li {
  width: 100%;
}
#header .container-header .header__sp .sp-nav ul > li > a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 10px;
  font-size: 1.2em;
  color: #777;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  position: relative;
}
#header .container-header .header__sp .sp-nav ul > li > a p {
  display: inline-block;
  color: #1D5E9D;
  font-weight: 700;
  line-height: 1;
}
#header .container-header .header__sp .sp-nav ul > li > a span {
  display: none;
}
#header .container-header .header__sp .sp-nav ul > li ul {
  display: none;
}
#header .container-header .header__sp .sp-nav ul .link-list {
  display: flex;
  gap: 1rem;
  justify-content: center;
  list-style: none;
  padding: 0;
  flex-direction: row !important;
  flex-wrap: wrap;
  height: auto;
  margin-top: 2rem;
  width: 90%;
  max-width: 300px;
  /* Instagramボタン（通常時ブランドカラー、ホバー時白背景） */
  /* BASEボタン（通常時ブランドカラー、ホバー時白背景） */
}
#header .container-header .header__sp .sp-nav ul .link-list li {
  border-bottom: none;
  width: 100%;
}
#header .container-header .header__sp .sp-nav ul .link-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 2rem;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  border: none;
  outline: none;
  min-width: 0px;
}
#header .container-header .header__sp .sp-nav ul .link-list li a::before {
  display: none;
}
#header .container-header .header__sp .sp-nav ul .link-list li a i {
  font-size: 1.2em;
  transition: color 0.3s;
}
#header .container-header .header__sp .sp-nav ul .link-list li.instagram a {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743);
  color: #fff;
  border: 2px solid #f09433;
  border-radius: 50px;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  padding: 0.8rem 2.5rem;
}
#header .container-header .header__sp .sp-nav ul .link-list li.instagram a i.fa-instagram {
  color: #fff;
}
#header .container-header .header__sp .sp-nav ul .link-list li.instagram a:hover, #header .container-header .header__sp .sp-nav ul .link-list li.instagram a:focus {
  background: #fff;
  color: #e1306c;
}
#header .container-header .header__sp .sp-nav ul .link-list li.instagram a:hover i.fa-instagram, #header .container-header .header__sp .sp-nav ul .link-list li.instagram a:focus i.fa-instagram {
  color: #e1306c;
}
#header .container-header .header__sp .sp-nav ul .link-list li.base a {
  background: #1C9C82;
  color: #fff;
  border: 2px solid #1C9C82;
}
#header .container-header .header__sp .sp-nav ul .link-list li.base a i.fa-cart-shopping {
  color: #fff;
}
#header .container-header .header__sp .sp-nav ul .link-list li.base a:hover, #header .container-header .header__sp .sp-nav ul .link-list li.base a:focus {
  background: #fff;
  color: #1C9C82;
}
#header .container-header .header__sp .sp-nav ul .link-list li.base a:hover i.fa-cart-shopping, #header .container-header .header__sp .sp-nav ul .link-list li.base a:focus i.fa-cart-shopping {
  color: #1C9C82;
}
#header .container-header .header__sp .sp-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
#header .link-contents {
  display: none;
}
@media screen and (max-width: 1100px) {
  #header .link-contents {
    display: block;
  }
}
#header .link-contents .link__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1100px) {
  #header .link-contents .link__list {
    justify-content: flex-end;
    margin-right: 1rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 500px) {
  #header .link-contents .link__list {
    gap: 0.5rem;
    width: 95%;
    margin: 0 auto 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#header .link-contents .link__list .item--tel {
  background-color: #ffffff;
  transition: background-color 0.3s;
  padding: 1rem 2rem;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  #header .link-contents .link__list .item--tel {
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  #header .link-contents .link__list .item--tel {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
    padding: 1rem;
    text-align: center;
  }
  #header .link-contents .link__list .item--tel i {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
@media screen and (max-width: 400px) {
  #header .link-contents .link__list .item--tel {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    padding: 0.5rem;
    text-align: center;
  }
  #header .link-contents .link__list .item--tel i {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
}
#header .link-contents .link__list .item--tel .link--tel {
  color: #333;
}
#header .link-contents .link__list .item--tel:hover {
  opacity: 1;
  background-color: #333;
}
#header .link-contents .link__list .item--tel:hover .link--tel {
  opacity: 1;
  color: #ffffff;
}
#header .link-contents .link__list .item--contact {
  background-color: #1D5E9D;
  transition: background-color 0.3s;
  padding: 1rem 2rem;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  #header .link-contents .link__list .item--contact {
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  #header .link-contents .link__list .item--contact {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
    padding: 1rem;
    text-align: center;
  }
  #header .link-contents .link__list .item--contact i {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
@media screen and (max-width: 400px) {
  #header .link-contents .link__list .item--contact {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    padding: 0.5rem;
    text-align: center;
  }
  #header .link-contents .link__list .item--contact i {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
}
#header .link-contents .link__list .item--contact .link--contact {
  color: #ffffff;
}
#header .link-contents .link__list .item--contact:hover {
  opacity: 1;
  background-color: #ffffff;
}
#header .link-contents .link__list .item--contact:hover .link--contact {
  opacity: 1;
  color: #1D5E9D;
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 1100px) {
  #header .header__warp {
    padding: 0 5px;
    margin: 5px auto;
  }
  #header .container-header .header__contact {
    display: none;
  }
  #header .container-header .header__nav {
    display: none;
  }
  #header .container-header .header__sp {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 480px) {
  #header .header__warp {
    padding: 0 5px;
    margin: 5px;
  }
  #header .container-header .header__sp .sp-nav {
    padding: 3rem;
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 99998;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
#floating li {
  margin: 0.25rem 0;
  list-style: none;
}
#floating li a {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #AEBFD3;
  color: #ffffff;
  padding: 13px;
  border-radius: 5px 0 0 5px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  height: 100%;
  border: 1px solid #ffffff;
}
#floating li a:hover {
  transform: translateX(-10px);
  opacity: 0.5;
}
#floating li a i {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  margin-left: 2px;
}
#floating li a span {
  display: inline-block;
  transform: rotate(0deg);
  text-orientation: upright;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: 1;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #floating {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    transform: none;
    flex-direction: row;
    justify-content: space-around;
    opacity: 0;
    pointer-events: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    border: none;
  }
  #floating li {
    margin: 0;
  }
  #floating li a {
    border-radius: 0;
    flex-direction: column;
    padding: 1rem;
    transition: background-color 0.3s ease, color 0.5s ease;
  }
  #floating li a:first-child {
    /* 最初の要素のカスタムスタイルが必要ならここに */
  }
  #floating li a:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  #floating li a:hover {
    transform: none;
    background-color: #ffffff;
    color: #FFF4B3;
    opacity: 1;
  }
  #floating li a:hover span {
    color: #FFF4B3;
  }
  #floating li a span {
    display: block;
    writing-mode: horizontal-tb;
  }
  #floating li a i {
    margin-left: 0;
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}
#blog {
  position: relative;
  overflow: hidden;
}
#blog .container {
  max-width: 1200px;
}
#blog .container .section-title {
  position: relative;
  z-index: 5;
}
#blog .container .section-title h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: left;
}
#blog .container .blog__warp {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  position: relative;
  opacity: 0;
  transform: translateY(15px);
}
#blog .container .blog__warp.is-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
#blog .container .blog__warp--box--nodata {
  margin: 1rem auto 2rem;
  width: 100%;
  max-width: 768px;
}
#blog .container .blog__warp--box--nodata p {
  text-align: center;
}
#blog .container .blog__warp--box--listbox {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
#blog .container .blog__warp--box--listbox--list {
  width: calc(33.3333333333% - 20px);
  position: relative;
}
#blog .container .blog__warp--box--listbox--list a {
  height: 100%;
}
#blog .container .blog__warp--box--listbox--list--link--images {
  margin-bottom: 1rem;
}
#blog .container .blog__warp--box--listbox--list--link--images img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
#blog .container .blog__warp--box--listbox--list--link--item {
  display: flex;
  flex-flow: column;
  margin: 5px 0 0;
  text-align: left;
}
#blog .container .blog__warp--box--listbox--list--link--item time {
  color: #333;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
#blog .container .blog__warp--box--listbox--list--link--item--h3 {
  width: 100%;
  text-align: left;
  order: 2;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  color: #333;
}
#blog .container .blog__warp--box--listbox--list--link--item--h3 b {
  font-weight: bold;
}
#blog .container .blog__warp--box--listbox--list--link--item--time {
  order: 1;
}
#blog .container .blog__warp--box--listbox--list--link--item--time i {
  display: none;
}
#blog .container .blog__warp--box--listbox--list--link--item--cat, #blog .container .blog__warp--box--listbox--list--link--item--txt, #blog .container .blog__warp--box--listbox--list--link--item--read {
  display: none;
}
#blog .container .blog__warp__btn {
  text-align: center;
  margin: 5rem 0 0;
  opacity: 0;
  transform: translateY(15px);
}
#blog .container .blog__warp__btn.is-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
@media screen and (max-width: 1024px) {
  #blog .container .blog__warp__btn {
    margin: 4rem 0 0;
  }
}
@media screen and (max-width: 480px) {
  #blog .container .blog__warp__btn {
    margin: 3rem 0 1rem;
  }
}
#blog .container .blog__warp__btn a {
  display: inline-block;
  padding: 1rem;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #AEBFD3;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  background: #AEBFD3;
  color: #ffffff;
  width: 100%;
  border-radius: 50px;
  max-width: 280px;
}
#blog .container .blog__warp__btn a:hover {
  color: #AEBFD3;
  background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  #blog .container .blog__warp {
    padding: 2rem 0rem;
  }
  #blog .container .blog__warp--box--listbox--list {
    width: 50%;
  }
  #blog .container .blog__warp--box--listbox--list:nth-child(3), #blog .container .blog__warp--box--listbox--list:nth-child(4), #blog .container .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #blog .container .section-title h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #blog .container .blog__warp {
    padding: 1rem 0;
    width: 100%;
  }
  #blog .container .blog__warp__heading h2 {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
  #blog .container .blog__warp--box--listbox {
    gap: 1rem;
  }
  #blog .container .blog__warp--box--listbox--list {
    width: 80%;
  }
  #blog .container .blog__warp--box--listbox--list:nth-child(3), #blog .container .blog__warp--box--listbox--list:nth-child(4), #blog .container .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #blog .container .blog__warp {
    padding: 0rem;
  }
  #blog .container .blog__warp__heading {
    margin: 0;
  }
  #blog .container .blog__warp--box--listbox--list {
    width: 90%;
  }
  #blog .container .blog__warp--box--listbox--list:nth-child(2), #blog .container .blog__warp--box--listbox--list:nth-child(3), #blog .container .blog__warp--box--listbox--list:nth-child(4), #blog .container .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
}
#main-visual {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
#main-visual .mv-copy {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 5;
  text-align: center;
  width: 90%;
  max-width: 1000px;
  transform: translate(-50%, -50%) skew(-10deg);
}
#main-visual .mv-copy .copy-box {
  opacity: 0;
  transform: translateY(15px);
  font-style: italic;
}
#main-visual .mv-copy .copy-box.is-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
#main-visual .mv-copy .copy-box .main {
  display: block;
  color: #ffffff;
  font-weight: 900;
  font-size: 4em;
  /* レスポンシブなフォントサイズ */
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
}
#main-visual .mv-copy .copy-box .main .copy1 {
  margin-right: 1.5rem;
}
#main-visual .mv-copy .copy-box .sub {
  font-size: 2.2em;
  color: #1D5E9D;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  filter: drop-shadow(0 0 0.5px #fff);
  letter-spacing: 0.15em;
  margin-right: 2.5rem;
}
#main-visual .movie {
  width: 100%;
  height: 100%;
}
#main-visual .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  #main-visual .mv-copy .copy-box .main .copy1 {
    margin-right: 0;
  }
  #main-visual .mv-copy .copy-box .sub {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #main-visual .mv-copy {
    left: 51%;
  }
  #main-visual .mv-copy .copy-box .main {
    font-size: 3.2em;
  }
  #main-visual .mv-copy .copy-box .sub {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #main-visual .mv-copy {
    left: 52%;
  }
  #main-visual .mv-copy .copy-box .main {
    font-size: 2.5em;
  }
  #main-visual .mv-copy .copy-box .sub {
    font-size: 1.8em;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) and (max-width: 385px) {
  #main-visual .mv-copy .copy-box .sub {
    font-size: 1.6em;
  }
}
#overview {
  position: relative;
  overflow: hidden;
}
#overview .container table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(15px);
}
#overview .container table.is-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
#overview .container table th,
#overview .container table td {
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  vertical-align: middle;
}
#overview .container table th span,
#overview .container table td span {
  display: inline-block;
}
#overview .container table th {
  background-color: #f9f9f9;
  font-weight: bold;
  text-align: left;
  width: 35%;
  min-width: 150px;
}
#overview .container table td {
  background-color: #ffffff;
  font-weight: 500;
}
#overview .container table td span {
  display: inline-block;
}
@media (max-width: 480px) {
  #overview .container table table {
    display: block;
    width: 100%;
  }
  #overview .container table th,
  #overview .container table td {
    display: block;
    width: 100%;
  }
  #overview .container table th {
    border-bottom: none;
  }
  #overview .container table td {
    margin-bottom: 1rem;
  }
  #overview .container table tr:last-child td {
    margin-bottom: 0;
  }
}

#concept {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-color: #f2f8ff;
}
#concept::before {
  content: "";
  position: absolute;
  bottom: 5%;
  left: -1%;
  width: 35%;
  aspect-ratio: 768/217;
  background: url("../../img/home/beat.png") no-repeat center/contain;
  z-index: 0;
  opacity: 0.1;
}
#concept::after {
  content: "";
  position: absolute;
  bottom: 1%;
  right: 3%;
  width: 15%;
  aspect-ratio: 1;
  background: url("../../img/home/rabbit.png") no-repeat center/contain;
  z-index: 5;
}
#concept .container {
  max-width: 100%;
  padding-right: 0;
  margin-right: 0;
}
#concept .container .inner {
  display: flex;
  gap: 3.5rem;
  align-items: stretch;
  justify-content: center;
  padding: 3rem 0;
  margin: 0 auto;
}
#concept .container .inner .img-box {
  width: 40%;
  opacity: 0;
}
@keyframes blurFadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    /* 初期状態でぼかしが強い */
    transform: translateY(20px);
    /* 少し下に位置 */
  }
  50% {
    opacity: 0.5;
    filter: blur(5px);
    /* 途中でぼかしが軽減 */
  }
  100% {
    opacity: 1;
    filter: blur(0);
    /* 完全にぼかしが解除 */
    transform: translateY(0);
    /* 元の位置に戻る */
  }
}
#concept .container .inner .img-box.is-show {
  animation: blurFadeIn 0.8s ease 0s forwards;
}
#concept .container .inner .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#concept .container .inner .text-box {
  width: 60%;
  margin-right: 2rem;
  opacity: 0;
  transform: translateX(50px);
}
#concept .container .inner .text-box.is-show {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
#concept .container .inner .text-box .section-title h2 {
  text-align: left;
  margin-bottom: 1rem;
}
#concept .container .inner .text-box .text-content .lead {
  margin-bottom: 1rem;
}
#concept .container .inner .text-box .text-content .lead p {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  color: #1D5E9D;
  font-weight: bold;
  text-align: left;
}
#concept .container .inner .text-box .text-content .lead p span {
  display: inline-block;
}
#concept .container .inner .text-box .text-content p {
  text-align: justify;
  margin-bottom: 10px;
}
#concept .container .inner .text-box .text-content p:last-of-type {
  margin-bottom: 0;
}
#concept .container .inner .text-box .text-content .signature {
  margin-top: 1rem;
  margin-bottom: 0;
}
#concept .container .inner .text-box .text-content .signature p {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  text-align: right;
  font-weight: bold;
}
#concept .container .inner .text-box .text-content .signature p span {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #concept .container .inner {
    flex-direction: column-reverse;
    align-items: center;
    width: 90%;
  }
  #concept .container .inner .img-box {
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1;
  }
  #concept .container .inner .text-box {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #concept .container .inner {
    width: 100%;
    gap: 3rem;
    padding: 2rem 0;
  }
  #concept .container .inner .img-box {
    aspect-ratio: 2/1.3;
  }
}
@media screen and (max-width: 480px) {
  #concept .container .inner .img-box {
    aspect-ratio: 2/1.5;
  }
  #concept .container .inner .text-box .text-content .lead p {
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  }
}
#concept .container .inner {
  align-items: flex-start;
}
#concept .container .inner .text-box {
  width: 50%;
  margin-left: 3rem;
}
#concept .container .inner .text-box .text-content .lead p {
  font-weight: 700;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
}
#concept .container .inner .text-box .text-content p {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#concept .container .inner .text-box .text-content p b {
  display: inline;
  color: #1D5E9D;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
}
#concept .container .inner .img-box {
  width: 50%;
  min-height: 600px;
  position: relative;
  flex: 1;
  /* 枠の高さ */
  overflow: hidden;
  border-radius: 1rem 0 0 1rem;
}
#concept .container .inner .img-box .parallax1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  /* 枠よりも大きく設定（移動分の余白） */
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  border-radius: 1rem 0 0 1rem;
}

@media screen and (max-width: 1280px) {
  #concept {
    padding: 2rem 0;
  }
  #concept .container .inner .text-box {
    margin-left: 0;
    width: 53%;
    margin-right: 0;
  }
  #concept .container .inner .text-box .text-content .lead p {
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  }
  #concept .container .inner .img-box {
    width: 47%;
  }
}
@media screen and (max-width: 1024px) {
  #concept {
    padding: 4rem 0;
  }
  #concept::before {
    bottom: auto;
    top: 2%;
  }
  #concept .container .inner {
    width: 100%;
    padding: 4rem 0 3rem;
  }
  #concept .container .inner .text-box {
    width: 100%;
    padding-right: 3rem;
  }
  #concept .container .inner .img-box {
    width: 80%;
    min-height: 0;
    aspect-ratio: 2/1.3;
    margin-left: auto;
  }
  #concept .container .inner .img-box .parallax1 {
    height: 150%;
  }
}
@media screen and (max-width: 768px) {
  #concept {
    padding: 2rem 0;
  }
  #concept::before {
    top: 3%;
    width: 70%;
  }
  #concept::after {
    min-width: 100px;
  }
  #concept .container .inner .text-box {
    padding-right: 2rem;
  }
  #concept .container .inner .img-box {
    aspect-ratio: 2/1.5;
  }
}
@media screen and (max-width: 480px) {
  #concept .container .inner .text-box {
    padding-right: 1.5rem;
  }
  #concept .container .inner .text-box .text-content p {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
    text-align: left;
  }
  #concept .container .inner .img-box {
    aspect-ratio: 2/1.5;
  }
}
#rental {
  position: relative;
  overflow: hidden;
}
#rental .bg {
  margin: 7rem auto;
  background: #fffce6;
  position: relative;
  overflow: hidden;
  width: calc(100% - 3rem);
  border-radius: 1rem;
}
#rental .bg::before {
  content: "";
  position: absolute;
  top: 5%;
  right: 5%;
  width: 10%;
  min-width: 150px;
  aspect-ratio: 157/144;
  background: url("../../img/home/foot.png") no-repeat center/contain;
  z-index: 0;
  opacity: 0.3;
}
#rental .bg .cat {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  aspect-ratio: 1073/1253;
  z-index: 5;
  filter: drop-shadow(-7px -5px 0px #ff9746);
  opacity: 0;
  transform: translateX(-50px);
}
#rental .bg .cat.is-show {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
#rental .bg .cat img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#rental .bg .container {
  padding: 8rem 2rem;
  max-width: 1500px;
}
#rental .bg .container .rental-container {
  display: flex;
  gap: 5rem;
  align-items: stretch;
  justify-content: center;
}
#rental .bg .container .rental-container .rental-visual {
  position: relative;
  width: 50%;
  opacity: 0;
  transform: translateY(15px);
}
#rental .bg .container .rental-container .rental-visual.is-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
#rental .bg .container .rental-container .rental-visual .img-box {
  width: 100%;
  height: 95%;
}
#rental .bg .container .rental-container .rental-visual .img-box .rental-main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
#rental .bg .container .rental-container .rental-visual .rental-badge {
  position: absolute;
  bottom: 0%;
  right: -3%;
  background: #ff9746;
  color: #fff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  line-height: 1.2;
  transform: rotate(15deg);
}
#rental .bg .container .rental-container .rental-visual .rental-badge span {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: 900;
  text-align: center;
}
#rental .bg .container .rental-container .rental-content {
  width: 50%;
  opacity: 0;
  transform: translateY(15px);
}
#rental .bg .container .rental-container .rental-content.is-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
#rental .bg .container .rental-container .rental-content .section-title h2 {
  text-align: left;
}
#rental .bg .container .rental-container .rental-content .section-title h2 .en {
  color: #ff9746;
}
#rental .bg .container .rental-container .rental-content .rental-lead {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  margin-bottom: 1rem;
  font-weight: bold;
  color: #ff7000;
}
#rental .bg .container .rental-container .rental-content .text-box p {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  margin-bottom: 5px;
}
#rental .bg .container .rental-container .rental-content .text-box p:last-child {
  margin-bottom: 0;
}
#rental .bg .container .rental-container .rental-content .connection-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fafafa;
  padding: 1.8rem 2rem 1rem;
  border-radius: 1rem;
  margin-top: 2rem;
  opacity: 0;
  transform: translateY(15px);
}
#rental .bg .container .rental-container .rental-content .connection-card.is-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.5s ease-out 0s, transform 1.5s ease-out 0s;
}
#rental .bg .container .rental-container .rental-content .connection-card h3 {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f1111;
  margin-top: 0;
}
#rental .bg .container .rental-container .rental-content .connection-card h3 i {
  color: #ff9746;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
}
#rental .bg .container .rental-container .rental-content .connection-card .plug-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#rental .bg .container .rental-container .rental-content .connection-card .plug-list .plug-item {
  text-align: center;
  padding: 1rem;
  transition: 0.3s;
}
#rental .bg .container .rental-container .rental-content .connection-card .plug-list .plug-item .plug-icon {
  font-size: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
  margin-bottom: 0.5rem;
  display: block;
  color: #ff9746;
}
#rental .bg .container .rental-container .rental-content .connection-card .plug-list .plug-item .plug-name {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 1280px) {
  #rental .bg .cat {
    width: 20%;
  }
  #rental .bg .container {
    padding: 4rem 2rem;
  }
  #rental .bg .container .rental-container {
    flex-direction: column-reverse;
  }
  #rental .bg .container .rental-container .rental-visual {
    width: 100%;
  }
  #rental .bg .container .rental-container .rental-visual .img-box {
    width: 70%;
    height: 100%;
    aspect-ratio: 2/1.2;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  #rental .bg .container .rental-container .rental-visual .img-box {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  #rental .bg .container .rental-container .rental-visual .rental-badge {
    right: 10%;
    bottom: -5%;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  #rental .bg .container .rental-container .rental-visual .rental-badge {
    right: -2%;
  }
}
@media screen and (max-width: 1280px) {
  #rental .bg .container .rental-container .rental-content {
    width: 100%;
  }
  #rental .bg .container .rental-container .rental-content .section-title h2 {
    text-align: center;
  }
  #rental .bg .container .rental-container .rental-content .rental-lead {
    text-align: center;
  }
  #rental .bg .container .rental-container .rental-content .text-box {
    width: 100%;
  }
  #rental .bg .container .rental-container .rental-content .text-box p {
    text-align: center;
  }
  #rental .bg .container .rental-container .rental-content .connection-card {
    max-width: 768px;
    margin: 3rem auto 0;
  }
  #rental .bg .container .rental-container .rental-content .connection-card h3 {
    margin-bottom: 1rem;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #rental .bg {
    width: calc(100% - 2rem);
    margin: 4rem auto;
  }
  #rental .bg::before {
    min-width: 100px;
    top: 2%;
  }
  #rental .bg .container {
    padding: 3rem 2rem;
  }
  #rental .bg .container .rental-container {
    gap: 3rem;
  }
  #rental .bg .container .rental-container .rental-visual .img-box {
    width: 90%;
    aspect-ratio: 2/1.3;
  }
  #rental .bg .container .rental-container .rental-visual .img-box .rental-main-img {
    border-radius: 1rem;
  }
  #rental .bg .container .rental-container .rental-visual .rental-badge {
    right: 0;
    width: 110px;
    height: 110px;
  }
  #rental .bg .container .rental-container .rental-visual .rental-badge span {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  #rental .bg .container .rental-container .rental-content .connection-card .plug-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  #rental .bg {
    margin: 3rem auto;
  }
  #rental .bg::before {
    min-width: 80px;
  }
  #rental .bg .cat {
    width: 30%;
  }
  #rental .bg .container {
    padding: 4rem 1.5rem;
  }
  #rental .bg .container .rental-container .rental-visual .img-box {
    aspect-ratio: 2/1.5;
  }
  #rental .bg .container .rental-container .rental-visual .rental-badge {
    right: -3%;
    width: 100px;
    height: 100px;
    bottom: -20%;
  }
  #rental .bg .container .rental-container .rental-visual .rental-badge span {
    font-size: 1em;
    padding-left: 2px;
  }
  #rental .bg .container .rental-container .rental-content .connection-card {
    padding: 2rem 1rem 1rem;
  }
  #rental .bg .container .rental-container .rental-content .connection-card h3 {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
  #rental .bg .container .rental-container .rental-content .connection-card .plug-list {
    flex-direction: column;
  }
}
#contact {
  position: relative;
  overflow: hidden;
}
#contact .container {
  max-width: 1024px;
}
#contact .container .intro {
  margin: 3rem auto;
  opacity: 0;
  filter: blur(10px);
}
#contact .container .intro.is-show {
  opacity: 1;
  filter: blur(0px);
  transition: opacity 2s, filter 2s;
}
#contact .container .intro p {
  text-align: center;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
}
#contact .container .intro p span {
  display: inline-block;
}
#contact .container .contact-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  opacity: 0;
  filter: blur(10px);
}
#contact .container .contact-buttons.is-show {
  opacity: 1;
  filter: blur(0px);
  transition: opacity 2s, filter 2s;
}
#contact .container .contact-buttons li {
  margin: 0.25rem 0;
  list-style: none;
  width: 100%;
}
#contact .container .contact-buttons li a {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  background: #AEBFD3;
  color: #ffffff;
  padding: 0.7rem 1rem 0.8rem;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 50px;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}
#contact .container .contact-buttons li a:hover {
  opacity: 0.5;
}
#contact .container .contact-buttons li a span {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  line-height: 2;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#contact .container .contact-buttons li a span i {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
}
#contact .container .contact-buttons .instagram a {
  background: linear-gradient(220deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
}
#contact .container .contact-buttons .line a {
  background-color: #06C755;
}

@media screen and (max-width: 768px) {
  #contact .container .intro {
    margin: 2rem auto;
  }
  #contact .container .contact-buttons {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto 1rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 480px) {
  #contact .container .intro p {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
  #contact .container .contact-buttons li a span {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}
#contents {
  padding-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  #contents {
    padding-bottom: 1rem;
  }
}
#contents .contents_wrap__heading {
  text-align: center;
}
#contents .contents_wrap__heading h2 {
  font-size: 60px;
  font-weight: 800;
  color: #0f1111;
}
#contents .contents_wrap__heading p {
  font-weight: 800;
  margin: 20px 0 0 0;
}
#contents .contents_wrap ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  align-items: start;
}
#contents .contents_wrap ul li {
  width: 100%;
  overflow: hidden;
  grid-column: span 2;
  position: relative;
  opacity: 0;
  filter: blur(10px);
}
#contents .contents_wrap ul li.is-show {
  opacity: 1;
  filter: blur(0px);
  transition: opacity 2s, filter 2s;
}
#contents .contents_wrap ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
#contents .contents_wrap ul li a .contents_img {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.5s all;
}
#contents .contents_wrap ul li a .contents_img img {
  width: 100%;
  aspect-ratio: 3/2;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  filter: sepia(0%) brightness(0.7);
  transition: 1s all;
}
#contents .contents_wrap ul li a .contents_img .link-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#contents .contents_wrap ul li a .contents_img .link-title .number {
  color: #f0f0f0;
  font-size: 3em;
  line-height: 1;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 1rem;
  font-weight: 400;
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  #contents .contents_wrap ul li a .contents_img .link-title .number {
    font-size: 2em;
  }
}
#contents .contents_wrap ul li a .contents_img .link-title .title-group {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.1rem;
  border: 1px solid #fff;
  border-right: none;
  border-left: none;
  min-width: 250px;
  padding: 0.7rem 0.5rem;
  text-align: center;
  color: #fff;
  transition: 0.5s all;
  z-index: 20;
  white-space: nowrap;
}
#contents .contents_wrap ul li a .contents_img .link-title .title-group .jp {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: 500;
}
#contents .contents_wrap ul li a .contents_img .link-title .title-group .en {
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
}
#contents .contents_wrap ul li a .contents_img:hover img {
  filter: sepia(0%);
}
#contents .contents_wrap ul li a .contents_img:hover .number {
  text-shadow: 1px 1px 5px #333;
}
#contents .contents_wrap ul li a .contents_img:hover h5 {
  text-shadow: 1px 1px 5px #333;
}
#contents .contents_wrap ul .row {
  grid-column: span 3;
  aspect-ratio: 2/0.9;
}

@media screen and (max-width: 1280px) {
  #contents .contents_wrap ul .row {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 1024px) {
  #contents .contents_wrap ul li {
    grid-column: span 3;
  }
  #contents .contents_wrap ul .row {
    grid-column: span 3;
    aspect-ratio: auto;
  }
  #contents .contents_wrap ul .last {
    grid-column: span 6;
    aspect-ratio: 2/0.7;
  }
}
@media screen and (max-width: 768px) {
  #contents .contents_wrap ul {
    grid-template-columns: 1fr;
  }
  #contents .contents_wrap ul li {
    grid-column: auto;
    aspect-ratio: 2/1;
  }
  #contents .contents_wrap ul .row {
    grid-column: auto;
    aspect-ratio: 2/1;
  }
  #contents .contents_wrap ul .last {
    grid-column: auto;
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 480px) {
  #contents .contents_wrap ul li {
    height: 32vh;
    min-height: 250px;
  }
  #contents .contents_wrap ul li .contents_img img {
    height: 100%;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #0f1111;
  clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}
#carousel .carousel__warp h2 {
  margin: 0 auto 4rem;
}
#carousel .carousel__warp--slider {
  overflow: hidden;
}
#carousel .carousel__warp--slider--box {
  transition-timing-function: linear;
}
#carousel .carousel__warp--slider--box--list {
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--slider--box--list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel .carousel__warp--link a {
  margin: 2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #0f1111;
  border: solid 1px #0f1111;
  color: #1D5E9D;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #AEBFD3;
  color: #0f1111;
}

#modal {
  padding: 5rem 0 15rem 0;
  position: relative;
  margin: 0 3rem 3rem;
  width: calc(100% - 6rem);
}
#modal::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "coating gallery";
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(4rem, 3.5rem + 2.5vw, 6.5rem);
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  line-height: 1;
  z-index: 1;
}
#modal .modal__warp {
  /* モーダルを開くボタン */
  /* モーダル本体 */
  /* モーダルを閉じるボタン */
  /* モーダル内のコンテンツ */
}
#modal .modal__warp h2 {
  margin: 0 auto 4rem;
}
#modal .modal__warp .modal {
  padding: 0 0;
}
#modal .modal__warp .inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
#modal .modal__warp .inner > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#modal .modal__warp .inner > ul > li {
  width: calc(25% - 20px);
  margin-top: unset !important;
  margin: 0 10px 20px;
}
#modal .modal__warp .inner > ul > li figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#modal .modal__warp .inner > ul > li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 1s;
}
#modal .modal__warp .inner > ul > li figure:hover img {
  scale: 1.15;
}
#modal .modal__warp .modal__trigger {
  cursor: pointer;
}
#modal .modal__warp .modal__trigger:nth-child(n+2) {
  margin-top: 60px;
}
#modal .modal__warp .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#modal .modal__warp .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
#modal .modal__warp .modal__container {
  position: absolute;
  top: calc(50% + 46px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(80vh - 40px);
  padding: 20px;
  background: #fff;
}
#modal .modal__warp .modal__inner {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding: 0px 20px 20px 20px;
  margin: 50px 0 0 0;
}
#modal .modal__warp .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 999;
}
#modal .modal__warp .modal__close:hover {
  opacity: 0.6;
}
#modal .modal__warp .modal__close:before,
#modal .modal__warp .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
#modal .modal__warp .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal__warp .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal__warp .modal__content .modal__title {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#modal .modal__warp .modal__content .modal__text {
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

#gallery_2 {
  width: 100%;
  overflow-x: hidden;
}
#gallery_2 .section {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
#gallery_2 .section__title {
  position: absolute;
  z-index: -999;
  opacity: 0;
  pointer-events: none;
}
#gallery_2 .section__list {
  display: flex;
  transition-timing-function: linear !important;
}
#gallery_2 .section__list li {
  width: 360px;
  display: block;
  padding-inline: 7.5px;
}
#gallery_2 .section__list li a {
  width: 100% !important;
  height: 100%;
  display: block;
}
#gallery_2 .section__list li a:hover img {
  scale: 1.1;
}
#gallery_2 .section__list li figure {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 5px;
}
#gallery_2 .section__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 1s;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 928px) {
  #gallery_2 .section__list li {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #gallery_2 .section__list li {
    width: 280px;
  }
}
.calender__content table {
  border: #0f1111 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #0f1111 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #0f1111 2px solid;
}
.calender__content table tbody tr th:last-child,
.calender__content table tbody tr td:last-child {
  border-right: none;
}
.calender__content table tbody tr th {
  padding: 5px 0px;
  text-align: center;
  background-color: #AEBFD3;
}
.calender__content table tbody tr td {
  min-height: 70px;
  text-align: left;
  padding: 5px;
  padding-top: 0;
  container-type: inline-size;
}
.calender__content table tbody tr td .date {
  font-weight: bold;
  color: #0f1111;
}
.calender__content table tbody tr td.sat .date {
  color: blue;
}
.calender__content table tbody tr td.holiday .date, .calender__content table tbody tr td.sun .date {
  color: red;
}
.calender__content table tbody tr td.close {
  background-color: #ffe0eb;
}
.calender__content table tbody tr td.close2 {
  background-color: #ffff8b;
}
.calender__content table tbody tr td.close3 {
  background-color: #c8e7fa;
}
.calender__content table tbody tr td.close4 {
  background-color: #c8ffc8;
}
.calender__content table tbody tr td.close5 {
  background-color: #eee5d7;
}
.calender__content table tbody tr td.close6 {
  background-color: #ffd700;
}
@container (max-width: 60px) {
  .calender__content table tbody tr td .event-button {
    font-size: 30cqi;
    padding: 3cqi 5cqi;
  }
}
.calender__content table tbody tr:last-child {
  border-bottom: none;
}
.calender__content .event-button {
  background: #007bff;
  color: white;
  border: none;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  margin: 2px 0;
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.calender__content .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: calc(infinity);
}
.calender__content .modal-content {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  width: 90%;
}
.calender__content .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
}
.calender__content .modal-title {
  margin-bottom: 15px;
  padding-right: 20px;
}
.calender__content .modal-events {
  margin-top: 10px;
}
.calender__content .modal-events a {
  color: blue;
  text-decoration: underline;
}
.calender__content .cms_calendar {
  margin-bottom: 20px;
  display: none;
}
.calender__content .cms_calendar.current-month {
  display: block;
}
.calender__content .cms_calendar .past {
  background-color: #f5f5f5;
}
.calender__content .cms_calendar .close {
  background-color: #ffe6e6;
}
.calender__content .cms_calendar .date {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.calender__content .d_null {
  background-color: #d8d8d8;
}
.calender__content .calender__btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin-bottom: 20px;
}
.calender__content .calender__btn #prev {
  grid-row: 1/2;
  grid-column: 1/2;
  display: none;
}
.calender__content .calender__btn #next {
  grid-row: 1/2;
  grid-column: 3/4;
}
.calender__content .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.calender__content .calender__note {
  margin-top: 30px;
}

#calender {
  padding: 120px 0;
}
#calender .section {
  width: 80%;
  max-width: 1280px;
  margin-inline: auto;
}

body:has(#eventModal.open) {
  overflow: hidden;
}
body:has(#eventModal.open) header,
body:has(#eventModal.open) #floating,
body:has(#eventModal.open) #page-top {
  display: none;
}

#back-to-top {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #AEBFD3;
  color: #ffffff;
  border: 1px solid #AEBFD3;
  padding: 15px;
  border-radius: 50%;
  /* 丸いボタン */
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  /* モダンなデザインのため少し大きめのフォント */
  width: 65px;
  /* タップしやすいように固定幅を指定 */
  height: 65px;
  /* タップしやすいように固定高さを指定 */
  display: flex;
  /* 中央揃えのためにflexboxを使用 */
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* 初期状態で透明に */
  transition: opacity 0.5s ease, transform 0.3s ease;
  /* フェードアウトと拡大のトランジション */
  z-index: 1000;
  /* 他の要素よりも前面に表示 */
}
#back-to-top i {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}

#back-to-top.show {
  display: flex;
  /* 表示するためにdisplayをflexに */
  opacity: 1;
  /* 不透明に */
}

#back-to-top:hover {
  background-color: #ffffff;
  color: #AEBFD3;
  transform: scale(1.1);
  /* ホバー時に少し拡大 */
}

/* レスポンシブ対応: 画面幅が600px以下の場合 */
@media (max-width: 768px) {
  #back-to-top {
    bottom: 90px;
    right: 15px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #back-to-top {
    right: 15px;
    font-size: 18px;
  }
}
/* レスポンシブ対応: 画面幅が400px以下の場合 */
@media (max-width: 400px) {
  #back-to-top {
    bottom: 90px;
    right: 10px;
  }
}
#footer {
  background-color: #FAFAFA;
  padding: 4rem 0 0 0;
  color: #0f1111;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #footer {
    padding: 3rem 0 0 0;
  }
}
#footer .footer-section {
  padding: 1rem;
  max-width: 100%;
  width: 85%;
  margin: 0 auto;
}
#footer .footer-section .footer__warp {
  display: flex;
  gap: 5rem;
  margin-bottom: 3rem;
  /* Column 1: Logo & SNS */
  /* Column 2: Studio Info */
  /* Column 3: Menu */
}
#footer .footer-section .footer__warp--box--logo {
  max-width: 200px;
  width: 100%;
}
#footer .footer-section .footer__warp--box--logo a figure {
  width: 100%;
}
#footer .footer-section .footer__warp--box--logo a figure .logo-content {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #0f1111;
}
#footer .footer-section .footer__warp--box--logo .footer-tagline {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  color: #1D5E9D;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
}
#footer .footer-section .footer__warp--box--logo .link-box .link-list {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
}
#footer .footer-section .footer__warp--box--logo .link-box .link-list .link a {
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1111;
  text-decoration: none;
  transition: all 0.3s;
}
#footer .footer-section .footer__warp--box--logo .link-box .link-list .link a i {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  margin-left: 3px;
  color: #ffffff;
}
#footer .footer-section .footer__warp--box--logo .link-box .link-list .fb a {
  background-color: #1877F2;
}
#footer .footer-section .footer__warp--box--logo .link-box .link-list .fb a i {
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  margin-left: 2px;
  margin-top: 0.5px;
}
#footer .footer-section .footer__warp--box--logo .link-box .link-list .line a {
  background-color: #06C755;
}
#footer .footer-section .footer__warp--box--logo .link-box .link-list .line a i {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  margin-top: 1px;
  margin-left: 1px;
}
#footer .footer-section .footer__warp--box:nth-child(2) h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
}
#footer .footer-section .footer__warp--box:nth-child(2) .footer__warp--box--address {
  font-style: normal;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: 1.8;
  color: #0f1111;
  margin-bottom: 15px;
}
#footer .footer-section .footer__warp--box:nth-child(2) .footer__warp--box--contactbox {
  margin: 0.5rem 0;
}
#footer .footer-section .footer__warp--box:nth-child(2) .footer__warp--box--contactbox a {
  text-decoration: none;
  color: #0f1111;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: bold;
}
#footer .footer-section .footer__warp--box:nth-child(2) .footer__warp--box--contactbox a i {
  margin-right: 0.5rem;
}
#footer .footer-section .footer__warp--box:nth-child(2) .business_hours {
  margin-top: 1rem;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  color: #0f1111;
  font-weight: 400;
}
#footer .footer-section .footer__warp--box:nth-child(2) .business_hours p {
  margin: 5px 0;
  line-height: 1.5;
}
#footer .footer-section .footer__warp--box:nth-child(3) .footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#footer .footer-section .footer__warp--box:nth-child(3) .footer__nav ul li a {
  text-decoration: none;
  color: #0f1111;
  font-weight: normal;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  transition: color 0.3s;
}
#footer .footer-section .footer__warp--box:nth-child(3) .footer__nav ul li a span {
  display: none;
}
#footer .footer-section .footer-bottom {
  border-top: 1px solid #ddd;
  padding: 1rem 0 0;
}
#footer .footer-section .footer-bottom .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  font-weight: 500;
}
#footer .footer-section .footer-bottom .container .footer__copy {
  font-size: 0.9rem;
  color: #0f1111;
}
@media screen and (max-width: 768px) {
  #footer .footer-section .footer-bottom .container .footer__copy {
    padding-bottom: 70px;
  }
}

/* --- レスポンシブ調整 --- */
@media (max-width: 1024px) {
  #footer .footer-section .footer__warp {
    flex-wrap: wrap;
    gap: 3rem;
  }
  #footer .footer-section .footer__warp--box--logo {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
  }
  #footer .footer-section .footer__warp--box--logo a figure {
    max-width: 300px;
  }
  #footer .footer-section .footer__warp--box--logo a figure .logo-content {
    margin-bottom: 1rem;
  }
  #footer .footer-section .footer__warp--box--logo .footer-tagline {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
  #footer .footer-section .footer__warp--box--logo .link-box .link-list {
    justify-content: center;
  }
  #footer .footer-section .footer__warp--box {
    flex: 1;
  }
}
@media (max-width: 600px) {
  #footer .footer-section .footer__warp {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
  #footer .footer-section .footer__warp--box {
    width: 100%;
  }
  #footer .footer-section .footer__warp--box:nth-child(2) .footer__warp--box--contactbox a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .footer-section .footer__warp--box:nth-child(3) .footer__nav ul {
    align-items: center;
  }
}/*# sourceMappingURL=style.css.map */