@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");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
/*--------------------------------------
    カード型_02
--------------------------------------*/
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "YakuHanJP", sans-serif;
  color: #333;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  letter-spacing: 0.1rem;
  overflow-y: scroll;
}
html body main {
  overflow-x: clip;
}
html body main section {
  position: relative;
}
html body main .space {
  display: block;
  height: 1rem;
}
html body main .space05 {
  display: block;
  height: 0.5rem;
}
html body main .space2 {
  display: block;
  height: 2rem;
}
html body main .space3 {
  display: block;
  height: 3rem;
}
html body main p {
  line-height: 1.8;
}
html body main img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html body main .img_bg {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
html body.noscroll {
  overflow: hidden;
  touch-action: none;
  /* モバイルでも操作を制限 */
}

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

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

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

.layout_width {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 2rem 0;
}

.layout_width_1024 {
  width: 60%;
  margin: 0 auto;
}

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

@media screen and (max-width: 820px) {
  .layout_width_1024,
  .layout_width {
    width: 90%;
    padding: 2rem 2rem 0;
  }
}
@media screen and (max-width: 490px) {
  .layout_width {
    width: 100%;
    padding: 0 0rem;
  }
  .layout_width_1024,
  .layout_width {
    width: 90%;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
section {
  padding: 5rem 0 5rem;
}

@media screen and (max-width: 1024px) {
  section {
    padding: 4rem 0 4rem;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 3rem 0 3rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #ff9430;
}
.bgcolor div h2 {
  color: #ffffff;
}
.bgcolor div h2 b {
  color: #ffffff;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
h2 {
  font-family: "YakuHanJP", sans-serif;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.3rem;
}
h2 .ja {
  line-height: 1.3;
  font-size: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
h2 .ja br {
  display: none;
}
h2 .ja::before {
  content: "●";
  display: block;
  font-size: 0.6em;
  color: #ff9430;
}
h2 .en2 {
  font-size: 5.5rem;
  color: #e7e7e7;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  h2 .en2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 550px) {
  h2 {
    margin-bottom: 2rem;
  }
  h2 .ja {
    font-size: 1.25rem;
  }
  h2 .en2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 490px) {
  h2 .ja {
    font-size: 1.1rem;
  }
  h2 .en2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 420px) {
  h2 .ja {
    font-size: 1.1rem;
  }
  h2 .ja br {
    display: block;
  }
  h2 .en2 {
    font-size: 2.5rem;
  }
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/**********  マーカー設定  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.marker_type1 {
  display: inline;
  background: linear-gradient(transparent 60%, #ff9430 55%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  -webkit-text-emphasis: filled #ff9430;
  text-emphasis: filled #ff9430;
  font-weight: bold;
}

.marker_type2 {
  display: inline;
  background: linear-gradient(transparent 80%, #ffaf93 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);
}

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

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  フォトギャラリー上下中央設定 ******/
/*****************************************/
/*****************************************/
/**********  パララックス  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: 1rem 0;
  width: 100%;
  background-color: #f1f1f1;
}
#breadcrumb .breadcrumb__warp {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  padding: 0rem 2rem 0;
}
#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;
}
#breadcrumb .breadcrumb__warp ol li a i {
  color: #ff9430;
}

/*****************************************/
/*****  inview  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.js-fader {
  -webkit-mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
  mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 250% 100%;
  mask-size: 250% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 0;
}
.js-fader.is-show {
  transition: opacity 1.8s, -webkit-mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.8s, mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.8s, mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  opacity: 1;
}

.js-fader-l {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transition: 1s all;
  -webkit-transition: 1s all;
}
.js-fader-l.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.js-fader-lb span {
  opacity: 0;
  display: inline-block;
  transform: translateY(30px);
  animation: fadeUp 0.6s forwards;
  animation-play-state: paused;
  /* 初期は停止 */
}

.js-fader-lb.is-show span {
  animation-play-state: running;
  /* .is-show で再生開始 */
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fader-r {
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transition: 1s all;
  -webkit-transition: 1s all;
}
.js-fader-r.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.js-fader-t {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transition: 1s all;
  -webkit-transition: 1s all;
}
.js-fader-t.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.js-fader-d {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transition: 1s all;
  -webkit-transition: 1s all;
}
.js-fader-d.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  inview  end  ******/
/*****************************************/
.slide-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
  max-width: 400px;
  margin: auto;
  padding: 15px 17px 15px;
  font-weight: bold;
  border: 1px solid #ff9430;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  background-color: #ff9430;
  color: #fff;
  border-radius: 2px;
}
.slide-btn i {
  font-size: 18px;
}
.slide-btn::before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.5s;
  z-index: -1;
}
.slide-btn:hover::before {
  transform: translateX(0);
}
.slide-btn:hover {
  color: #ff9430;
}

@media screen and (max-width: 768px) {
  .slide-btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 10px 20px 9px;
    font-weight: bold;
    border: 1px solid #ff9430;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
}
@media screen and (max-width: 660px) {
  .slide-btn {
    width: 90%;
    max-width: 300px;
    padding: 12px 15px;
    font-size: 0.95rem;
  }
}
.btn2 {
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  padding: 10px 20px;
  display: block;
  text-align: center;
  background-size: 180% auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}
.btn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  z-index: 1;
}
.btn2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.4s ease;
  z-index: 2;
}
.btn2:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.btn2:hover {
  color: #ff9430;
}
.btn2 i {
  opacity: 0.8;
}
.btn3,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem 0rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-custom01 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 4rem;
}
a.btn-custom01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transform: translate3d(0, 0.75rem, -1rem);
  border: 2px solid #000;
  border-radius: inherit;
  background: #979797;
  box-shadow: 0 0.6rem 0 rgba(0, 0, 0, 0.2);
}
a.btn-custom01 .btn-custom01-front {
  position: relative;
  display: block;
  padding: 1rem 3rem;
  transition: all 0.3s;
  border: 2px solid #000;
  border-radius: inherit;
  background: #ffffff;
}
a.btn-custom01:hover {
  transform: translate(0, 0.25rem);
  background: #ffffff;
}
a.btn-custom01:hover::before {
  transform: translate3d(0, 0.5rem, -1rem);
  box-shadow: 0 0.35rem 0 rgba(0, 0, 0, 0.2);
}
a.btn-custom01:hover::after {
  content: "\f061";
}
a.btn-custom01:active {
  transform: translate(0, 0.75rem);
}
a.btn-custom01:active::before {
  transform: translate3d(0, 0, -1rem);
  box-shadow: 0 0.35rem 0 rgba(0, 0, 0, 0.2);
}
a.btn-custom01:active::after {
  content: "\f061";
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.zoomin {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  filter: blur(10px);
  -webkit-filter: blur(10px);
  transition: transform 1.2s ease, filter 1.2s ease;
  -webkit-transition: transform 1.2s ease, filter 1.2s ease;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
}
.zoomin.is-show {
  transform: scale(1);
  -webkit-transform: scale(1);
  filter: blur(0);
  -webkit-filter: blur(0);
  transition-delay: 0.3s;
}

.filter {
  filter: blur(12px) brightness(0.9);
  opacity: 0;
  transition: filter 2s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: filter, opacity;
}
.filter.is-show {
  filter: blur(0) brightness(1.3);
  opacity: 1;
}

.filter2 {
  filter: blur(12px) brightness(0.9);
  opacity: 0;
  transition: filter 2s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: filter, opacity;
}
.filter2.is-show {
  filter: blur(0) brightness(1);
  opacity: 1;
}

.zoom {
  width: 90%;
  margin: 0 auto;
  padding: 10px 8px;
  text-align: end;
  color: #333;
}
.button-21 a {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
  outline: 1px solid #77a160;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 250px;
  text-align: center;
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s;
}

.button-21 a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background: #ff9430;
  z-index: -999;
  transition: all 0.3s ease;
}

.button-21 a:hover::before {
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.subcopy {
  line-height: 1.5;
  font-size: clamp(1.175rem, 3vw, 2rem);
  font-weight: bold;
}

.service-tit {
  font-size: 1.5rem;
  text-align: left;
  color: #f4f6f6;
  font-weight: bold;
  margin: 4rem auto 4rem;
  display: flex;
  align-items: center;
}
.service-tit::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #ff9430;
  margin-left: 1rem;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 60px solid #bf9e4f;
  border-bottom: 0;
  /* ▼ 中央に配置するための追加 */
  margin: 50px auto;
  /* 上下に少し余白を入れて、左右は自動で中央に */
}
@media screen and (max-width: 480px) {
  .triangle {
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 50px solid #bf9e4f;
  }
}

.strong {
  font-weight: bold;
}

.strong2 {
  font-weight: bold;
  color: #ff9430;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
  hanging-punctuation: first;
  display: inline-block;
}

.parallax {
  background-image: url("../../img/home/gallery01.jpg");
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.bgi {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

header {
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  top: 0;
  position: absolute;
  left: 0;
  z-index: 20;
  padding: 0px 0 0 2rem;
  background-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: fixed;
  transition: background-color 0.3s ease, color 0.3s ease, 0.5s ease all;
  color: #333;
}
header .spbox {
  display: none;
}
header a {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  padding: 7px 0;
}
header .he_logo {
  transition: 0.3s ease;
  position: relative;
}
header .he_logo a {
  padding: 15px 0;
  width: 100%;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  color: #fff;
  padding: 5px 15px;
  transition: 0.3s ease;
}
header .he_logo .logo_txt {
  white-space: nowrap;
  text-align: left;
  font-weight: 900;
  color: #333;
  line-height: 1.5;
  font-size: 1em;
  font-family: "Zen Old Mincho";
  position: relative;
  z-index: 1;
}
header .he-box {
  position: relative;
  display: flex;
  justify-content: end;
  padding: 0 2rem;
}
header .he-box .he_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
  margin-left: auto;
}
header .he-box .he_wrap nav .nav_list {
  display: flex;
  justify-content: space-around;
  gap: 35px;
  align-items: center;
}
header .he-box .he_wrap nav .nav_list .list_li {
  transition: color 0.5s ease;
}
header .he-box .he_wrap nav .nav_list .list_li .active a::after {
  transform: scale(1, 1);
  width: 100%;
}
header .he-box .he_wrap nav .nav_list .list_li:hover {
  color: #ff9430;
}
header .he-box .he_wrap nav .nav_list .sns:hover {
  color: #333;
}
header .he-box .he_wrap nav .nav_list .list_li {
  padding: 10px 0;
  position: relative;
}
header .he-box .he_wrap nav .nav_list .list_li ul {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: rgba(255, 255, 255, 0.4);
  min-width: 14rem;
  width: 102%;
  font-size: 0.9em;
  top: calc(100% + 10px);
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  flex-flow: column;
  gap: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
header .he-box .he_wrap nav .nav_list .list_li ul li a {
  padding: 5px 0;
  line-height: 1.2;
  transition: 0.3s ease;
  width: 100%;
  color: #333;
}
header .he-box .he_wrap nav .nav_list .list_li ul li a p {
  font-size: 0.95em;
}
header .he-box .he_wrap nav .nav_list .list_li ul li a:hover {
  color: #ff9430;
}
header .he-box .he_wrap nav .nav_list .list_li ul::before {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid #dedede;
}
header .he-box .he_wrap nav .nav_list .list_li ul:hover {
  width: 102%;
  opacity: 1;
  visibility: visible;
}
header .he-box .he_wrap nav .nav_list .list_li:hover ul {
  opacity: 1;
  visibility: visible;
}
header .he-box .he_wrap nav .nav_list .list_li p {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
header .he-box .he_wrap nav .nav_list .list_li i {
  transition: color 0.5s ease;
  color: #ff9430;
}
header .he-box .he_wrap nav .nav_list .list_li i:hover {
  color: #333;
}
header .he-box .he_wrap nav .nav_list .list_li span {
  color: #ff9430;
  font-size: 11px;
  font-weight: 800;
}
header .he-box .he_wrap nav .nav_list .list_li a {
  position: relative;
  display: inline-block;
}
header .he-box .he_wrap nav .nav_list .list_li .gnavi__list--a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: scale(0, 1);
  transform-origin: center top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: 0.3s;
}
header .he-box .he_wrap nav .nav_list .list_li .gnavi__list--a:hover::after {
  transform: scale(1, 1);
}

/* 上部に固定させるスタイルを用意 */
@media screen and (max-width: 1180px) {
  header {
    padding: 0.5rem 1.5rem 0 0;
  }
  header .sp-box {
    display: block;
    width: 18px;
    height: 18px;
  }
  header .sp-box.left-top {
    top: 0rem;
    right: 4.6rem;
  }
  header .sp-box.right-bottom {
    bottom: -40px;
    right: 0rem;
  }
  header .he-box .pc-box {
    display: none;
  }
  header .he-box .he_wrap nav {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  header .he_logo a {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  }
  header img {
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  header .he-box .he_wrap {
    margin: 0 15px 0 0;
  }
  .fixed .he_logo img {
    width: 150px;
  }
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: -1;
  /*ナビのスタート位置と形状*/
  left: 0;
  top: -120%;
  width: 100%;
  height: 100vh;
  opacity: 0;
  /*ナビの高さ*/
  background-color: #fff;
  /*動き*/
  transition: all 0.6s;
  pointer-events: none;
}
#g-nav .g-nav-icon {
  display: flex;
  width: 200px;
  margin-top: 30px;
  margin-left: 5px;
}
#g-nav .g-nav-icon a {
  padding: 0;
}
#g-nav .g-nav-icon a img {
  width: 30px;
  margin-right: 20px;
  transition: 0.4s;
}
#g-nav .g-nav-icon a img:hover {
  opacity: 0.5;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0%;
  opacity: 1;
  pointer-events: all;
}

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

/*ナビゲーション*/
#g-nav .list {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 99999;
  top: 20%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, 0%);
}

/*リストのレイアウト設定*/
#g-nav::before {
  content: "";
  width: 100%;
  height: 4.5rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}
#g-nav a {
  padding: 0;
}
#g-nav .list {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  align-items: flex-start;
  padding-bottom: 10em;
}
#g-nav .list .list_li_h {
  color: #333;
  font-size: 1.1em;
  position: relative;
  width: 100%;
  transition: 0.3s ease;
  text-align: left;
  border-bottom: 1px solid #dedede;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
#g-nav .list .list_li_h:last-child {
  border-bottom: none;
}
#g-nav .list .list_li_h ul li {
  color: #333;
  font-size: 0.95em;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#g-nav .list .list_li_h ul li:first-child {
  margin-top: 0.75rem;
}
#g-nav .list .list_li_h ul li::before {
  content: "▶";
  color: #ff9430;
  font-weight: bold;
}
#g-nav .list .list_li_h ul li i {
  color: #ff9430;
}
#g-nav .list {
  /* アコーディオン中身 */
}
#g-nav .list .list_li_h > ul {
  height: 0;
  /* 初期は高さ0 */
  overflow: hidden;
  /* はみ出た部分は非表示 */
  transition: height 0.3s ease;
}
#g-nav .list .list_li_h.active > ul {
  display: block;
}
#g-nav .list {
  /* 親リンク */
}
#g-nav .list .list_li_h > a.main-link {
  display: block;
  padding-right: 30px;
  /* 右端に＋スペースを確保 */
  text-decoration: none;
  color: inherit;
}
#g-nav .list {
  /* ＋アイコン部分 */
}
#g-nav .list .list_li_h > .accordion-toggle2 {
  position: absolute;
  right: 0;
  top: 0%;
  width: 100px;
  height: 100%;
  cursor: pointer;
}
#g-nav .list .list_li_h > .accordion-toggle2::before,
#g-nav .list .list_li_h > .accordion-toggle2::after {
  content: "";
  position: absolute;
  background: #ff9430;
  /* 線の色 */
}
#g-nav .list .list_li_h > .accordion-toggle2::before {
  top: 7px;
  right: 0;
  width: 16px;
  height: 2px;
}
#g-nav .list .list_li_h > .accordion-toggle2::after {
  top: 0;
  right: 7px;
  width: 2px;
  height: 16px;
  transform: rotate(0);
  transition: 0.3s;
}
#g-nav .list {
  /* 開いたら − にする */
}
#g-nav .list .list_li_h.active > .accordion-toggle2::after {
  transform: rotate(90deg);
  opacity: 0;
}
#g-nav .list li {
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
}
#g-nav .list li img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 2rem;
}
#g-nav .list li a {
  font-weight: 500;
  text-decoration: none;
  display: block;
  letter-spacing: 0.1em;
  transition: 0.5s;
}
#g-nav .list li a:hover {
  opacity: 0.5;
}
#g-nav .list li p i {
  font-size: 30px;
}
#g-nav .sns_wrap {
  position: absolute;
  top: calc(20% + 420px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  z-index: 99999;
}
#g-nav .sns_wrap .sns {
  list-style: none;
  border-bottom: none;
  width: auto;
  padding-bottom: 0;
}
#g-nav .sns_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#g-nav .sns_wrap i {
  font-size: 30px;
  color: #ff9430;
  transition: color 0.5s ease;
}
#g-nav .sns_wrap i:hover {
  color: #333;
}

/*========= ボタンのためのCSS ===============*/
/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
}

.menu-icon {
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 0px;
  z-index: 9999999;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
}

.navicon {
  background: #ff9430;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #333;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu-btn,
.menu-icon {
  display: none;
}

@media screen and (max-width: 1180px) {
  .menu-btn,
  .menu-icon {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #g-nav ul {
    top: 50%;
  }
  #g-nav ul .sns_wrap {
    margin-top: 1rem;
  }
  #g-nav ul li p {
    line-height: 20px;
  }
  #g-nav ul li img {
    margin-bottom: 1rem;
  }
}
#floating {
  overflow: hidden;
  display: none;
  /* 初期状態で非表示 */
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
}
#floating li {
  display: block;
  margin: 0.25rem 0;
  width: 45px;
  transition: all ease 0.5s;
}
#floating li a {
  width: 100%;
  border-right: none;
  text-transform: uppercase;
  background-color: #ff9430;
  color: #333;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  padding: 1rem 0.7rem;
  writing-mode: vertical-rl;
  font-weight: 800;
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  position: relative;
}
#floating li a i {
  font-size: 1.2em;
}
#floating li:nth-child(2) i {
  font-size: 1.4em;
}
#floating li:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  #floating {
    display: none !important;
  }
}
_:lang(x) + _:-webkit-full-screen-document,
#floating {
  right: 18px;
}
_:lang(x) + _:-webkit-full-screen-document li,
#floating li {
  border: none;
}

#main-visual {
  padding: 6% 0;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}
#main-visual::before, #main-visual::after {
  content: "";
  position: absolute;
}
#main-visual::before {
  top: 0%;
  left: 0;
  width: 20%;
  height: 100%;
  background-color: #f1f1f1;
}
#main-visual .swiper-top .swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 30%;
  z-index: 99;
}
#main-visual .swiper-top .swiper-slide__image {
  width: 88%;
  margin-left: auto;
  height: 100%;
  will-change: transform;
  overflow: hidden;
}
#main-visual .swiper-top .swiper-slide__image img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}
#main-visual .swiper-top .swiper-slide__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #555;
  opacity: 0.5;
}
#main-visual .swiper-top {
  /* ← これを必ず追加（外に書く！） */
}
#main-visual .swiper-top .swiper-slide-active img {
  clip-path: inset(0 0 0 0);
}
#main-visual .copy {
  position: absolute;
  top: 80%;
  left: 10%;
  line-height: 1.2;
  white-space: nowrap;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#main-visual .copy .ja,
#main-visual .copy .en {
  opacity: 0;
  animation: show 1s forwards;
  animation-delay: 1s;
  font-weight: bold;
  padding: 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
#main-visual .copy .ja {
  background-color: #ff9430;
  font-size: 3rem;
}
#main-visual .copy .en {
  margin-top: 0.5rem;
  font-size: 1rem;
  margin-left: 2rem;
  background-color: #333;
}
@keyframes show {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
#main-visual .marquee {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 10%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}
#main-visual .marquee p {
  position: absolute;
  right: 2%;
  top: 100%;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 6rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(209, 209, 209, 0.49);
  animation: marqueeVertical 20s linear infinite;
  will-change: transform;
  /* Safari対策 */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@keyframes marqueeVertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-140%);
  }
}
#main-visual {
  /* スクロールダウンの位置 */
}
#main-visual .scroll {
  margin-inline: auto;
  margin-top: 30px;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 2%;
  right: 0%;
  transform: translateX(-50%);
  z-index: 10;
}
#main-visual .scroll span {
  font-weight: 500;
  color: #fff;
}
#main-visual .scroll {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.5s, filter 1.5s;
}
#main-visual .scroll.is-show {
  opacity: 1;
  filter: blur(0px);
}
#main-visual {
  /* マウスホイール */
}
#main-visual .scroll::before {
  animation: 2s scroll infinite;
  background: #fff;
  border-radius: 3px;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4px;
  z-index: 2;
}
#main-visual {
  /* マウス */
}
#main-visual .scroll::after {
  border: 2px solid #ffffff;
  border-radius: 20px;
  content: "";
  display: block;
  height: 50px;
  margin-inline: auto;
  margin-top: 10px;
  width: 30px;
}
#main-visual {
  /* アニメーション */
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 40%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 70%;
  }
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 1280px) {
  #main-visual .marquee p {
    font-size: 4rem;
    line-height: normal;
  }
}
@media screen and (max-width: 1080px) {
  #main-visual {
    height: 100svh;
  }
  #main-visual::after {
    width: 180px;
    height: 180px;
  }
  #main-visual .copy .ja {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #main-visual::after {
    width: 160px;
    height: 160px;
  }
  #main-visual .copy {
    top: 70%;
  }
  #main-visual .copy .ja {
    font-size: 2rem;
  }
  #main-visual .marquee p {
    font-size: 2.5rem;
    animation: marqueeVertical 20s linear infinite;
  }
  #main-visual .scroll {
    bottom: 1%;
    transform: translateX(-20%);
  }
}
@media screen and (max-width: 490px) {
  #main-visual::after {
    width: 120px;
    height: 120px;
  }
  #main-visual .copy {
    align-items: flex-start;
  }
  #main-visual .copy .ja {
    font-size: 1.5rem;
  }
  #main-visual .copy .en {
    font-size: 14px;
    margin-left: unset;
  }
  #main-visual .marquee p {
    font-size: 2rem;
  }
  #main-visual .scroll {
    font-size: 12px;
  }
  #main-visual .scroll::after {
    margin-top: 8px;
    height: 40px;
    width: 25px;
  }
}
@media screen and (max-width: 420px) {
  #main-visual::after {
    width: 120px;
    height: 120px;
  }
  #main-visual .copy {
    top: 75%;
    left: 12%;
  }
  #main-visual .copy .ja {
    padding: 0 0.5rem;
  }
  #main-visual .copy .en {
    font-size: 12px;
    padding: 0 0.5rem;
  }
  #main-visual .marquee p {
    font-size: 1.25rem;
    animation: marqueeVertical 12s linear infinite;
  }
}
#info01 {
  overflow: hidden;
}
#info01 .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #info01 .section {
    width: 85%;
  }
}
@media screen and (max-width: 980px) {
  #info01 .section {
    width: 90%;
  }
}
#info01 .section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 1rem;
}
#info01 .section__list a {
  display: block;
  padding: 30px 10px 30px;
  width: 98%;
  height: 100%;
  position: relative;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
#info01 .section__list a:hover .inner__image img {
  transform: scale(1.1);
}
#info01 .section__list a:hover .inner__more {
  background-color: #333;
  transition: ease 0.4s;
}
#info01 .section__list .inner {
  margin-top: 20px;
}
#info01 .section__list .inner__wrap-status {
  grid-row: 1/2;
  grid-column: 1/2;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-block-end: 5px;
  font-size: 0.9em;
}
#info01 .section__list .inner__consignment, #info01 .section__list .inner__negotiation {
  padding: 2.5px 7.5px;
  font-size: 1em;
}
#info01 .section__list .inner__consignment {
  background-color: #ffffff;
  color: #ffffff;
}
#info01 .section__list .inner__negotiation {
  background-color: #29bdf7;
}
#info01 .section__list .inner__image {
  aspect-ratio: 325/216;
  width: 100%;
  max-width: 460px;
  overflow: hidden;
}
#info01 .section__list .inner__image img {
  aspect-ratio: 325/216;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
#info01 .section__list .inner__image .sold-out {
  background-color: #f1f1f1;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 5;
  line-height: 1;
  padding: 2.5px 5px 3px;
  text-transform: uppercase;
}
#info01 .section__list .inner__status {
  grid-row: 4/5;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-wrap: wrap;
  position: absolute;
  z-index: 2;
  width: 200px;
  top: 30px;
}
#info01 .section__list .inner__status span span {
  font-size: 1.25em;
  margin-inline-end: 5px;
}
#info01 .section__list .inner__sold-out {
  background-color: #ff9430;
  padding: 3px 8px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
#info01 .section__list .inner__ttl {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
  padding: 15px 0;
  line-height: 2;
}
#info01 .section__list .inner__list {
  grid-row: 3/4;
  background-color: #fff;
  padding: 5px 0 0;
}
#info01 .section__list .inner__list li {
  margin: 10px 15px 10px;
  border-bottom: 1px solid #dedede;
  min-height: 3rem;
}
#info01 .section__list .inner__list li dl {
  display: flex;
}
#info01 .section__list .inner__list li dl dt {
  width: 30%;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  margin-right: 20px;
  font-weight: normal;
  min-height: 2rem;
}
#info01 .section__list .inner__list li dl dt span {
  display: inline-block;
}
#info01 .section__list .inner__list li dl dd {
  width: 60%;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}
#info01 .section__list .inner__title {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 1.2em;
  line-height: 1.2;
  margin-block-end: 5px;
}
#info01 .section__list .inner__more {
  text-align: center;
  background-color: #ff9430;
  color: #fff;
  padding: 10px 20px;
  margin-top: 15px;
}

@media screen and (max-width: 1280px) {
  #info01 .section__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  #info01 .section__list .inner__image {
    aspect-ratio: 4/3;
  }
  #info01 .section__list .inner__ttl {
    font-size: 1rem;
    line-height: 1.5;
  }
  #info01 .section__list .inner__list li dl dt {
    width: 30%;
    font-size: 0.8rem;
  }
  #info01 .section__list .inner__list li dl dt span {
    display: inline-block;
  }
  #info01 .section__list .inner__list li dl dd {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #info01 .section__list {
    grid-template-columns: 1fr;
  }
  #info01 .section__list .inner__image {
    max-width: unset;
  }
}
@media screen and (max-width: 480px) {
  #info01 .section__title {
    margin-block-end: 45px;
  }
  #info01 .section__list .inner {
    padding: 30px 15px 15px;
  }
}
#blog2 {
  background-color: #f1f1f1;
  padding-bottom: 7rem;
}
#blog2::after {
  content: "";
  position: absolute;
  background-image: url(../../img/common/bgi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 100%;
  height: 50%;
  bottom: -1px;
  left: 0;
  z-index: 0;
}
#blog2 h2 .en2 {
  color: #a5a5a5;
}
#blog2 .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #blog2 .section {
    width: 85%;
  }
}
@media screen and (max-width: 980px) {
  #blog2 .section {
    width: 90%;
  }
}
#blog2 .section {
  position: relative;
  z-index: 1;
}
#blog2 .section .simplebar-offset {
  padding: 20px 10px 5px;
  background-color: #fff;
}
#blog2 .section .simplebar-mask {
  border: 1px solid #ddd;
}
#blog2 .section .simplebar-track .simplebar-scrollbar::before {
  background: #ff9430;
  /* ここでバーの色を設定 */
}
#blog2 .section .simplebar-track {
  background: #dedede;
  /* バーの背景色を設定できます*/
  border-radius: 10px;
  /* バーに丸みをもたせる*/
}
#blog2 .section .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  /* デフォルトだと薄くなっています。*/
}
#blog2 .section .section__btn {
  margin-top: 4rem;
}
#blog2 .section .blog__warp--box--listbox--list--link--item--time {
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  line-height: 1.5;
  padding: 0.3em 0.5em;
  border-radius: 5px;
  background-color: #ff9430;
  color: #fff;
}
#blog2 .section .blog__warp--box--listbox--list--link--item--time i {
  display: none;
}
#blog2 .section .blog__warp--box--listbox--list--link--item--txt {
  order: 3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 最大行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9em;
  line-height: 1.75em;
}
#blog2 .section .blog__warp--box--listbox--list--link--item--cat,
#blog2 .section .blog__warp--box--listbox--list--link--item--read {
  display: none;
}
#blog2 .section .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #blog2 .section .section {
    width: 85%;
  }
}
@media screen and (max-width: 980px) {
  #blog2 .section .section {
    width: 90%;
  }
}
#blog2 .section .blog__warp {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  height: 22rem;
  padding-inline: 1rem 2rem;
}
#blog2 .section .blog__warp--box--listbox {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
#blog2 .section .blog__warp--box--listbox a {
  display: flex;
  gap: 2rem;
}
#blog2 .section .blog__warp--box--listbox--list {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #f4f6f6;
  padding-bottom: 1rem;
  transition: 0.3s ease;
  position: relative;
}
#blog2 .section .blog__warp--box--listbox--list:hover {
  color: #ff9430;
  opacity: 0.5;
}
#blog2 .section .blog__warp--box--listbox--list--link--images img {
  aspect-ratio: 4/3;
  width: 180px;
  min-width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog2 .section .blog__warp--box--listbox--list--link--item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
}
#blog2 .section .blog__warp--box--listbox--list--link--item--h3 {
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  order: 2;
  text-transform: capitalize;
}
#blog2 .section .blog__warp--box--listbox--list--link--item--h3 b {
  font-size: 1em;
  line-height: normal;
}
#blog2 .section .blog__warp--box--listbox--list--link--item--time {
  order: 1;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  #blog2::after {
    height: 30%;
  }
}
@media screen and (max-width: 928px) {
  #blog2 .section .blog__warp--box--listbox a {
    gap: 1rem;
  }
  #blog2 .section .blog__warp--box--listbox--list--link--images img {
    width: 160px;
    min-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  #blog2 .section .blog__warp--box--listbox--list--link--item {
    align-items: flex-start;
    gap: 1rem;
  }
}
@media screen and (max-width: 490px) {
  #blog2::after {
    height: 20%;
  }
  #blog2 .section .simplebar-offset {
    padding: 12px 10px 5px 0;
  }
  #blog2 .section .blog__warp {
    height: 15rem;
  }
  #blog2 .section .blog__warp--box--listbox--list--link--item {
    gap: 0;
  }
  #blog2 .section .blog__warp--box--listbox--list--link--images img {
    width: 120px;
    min-width: 120px;
  }
}
@media screen and (max-width: 375px) {
  #blog2 .section .blog__warp--box--listbox--list {
    width: 100% !important;
  }
}
#concept .marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: -108px;
}
#concept .marquee p {
  display: inline-block;
  padding-left: 100%;
  color: transparent;
  -webkit-text-stroke: 1px #ff9430;
  text-transform: uppercase;
  animation: marquee 60s linear infinite;
  font-size: 7rem;
  font-weight: 700;
}
@keyframes marquee {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(-100%);
  }
}
#concept .contents {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #concept .contents {
    width: 85%;
  }
}
@media screen and (max-width: 980px) {
  #concept .contents {
    width: 90%;
  }
}
#concept .contents {
  padding: 3rem 0;
}
#concept .contents__wrap {
  display: flex;
  justify-content: space-between;
}
#concept .contents__wrap--img {
  width: 35%;
}
#concept .contents__wrap--img figure {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
#concept .contents__wrap--img figure img {
  width: 50%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#concept .contents__wrap--img figure .img04 {
  margin: 80px 0 0 0;
}
#concept .contents__wrap--img .parallax {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(40px);
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
}
#concept .contents__wrap--text {
  width: 55%;
  margin: 0;
  line-height: 2.2;
}
#concept .contents__wrap--text .big {
  font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
  font-weight: 500;
}
#concept .contents__wrap--text .big .sbr,
#concept .contents__wrap--text .big .sbr2 {
  display: none;
}
#concept .contents__wrap--text .bold {
  font-weight: 500;
}
#concept .contents__wrap--text p {
  padding: 10px 0;
}
#concept .contents__wrap--text p .bold {
  font-weight: 500;
}

@media screen and (max-width: 1460px) {
  #concept .contents__wrap--text {
    width: 80%;
  }
  #concept .contents__wrap--text .big .sbr {
    display: block;
  }
  #concept .contents__wrap--text p {
    padding: 10px 16px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #concept .contents__wrap {
    flex-direction: column;
  }
  #concept .contents__wrap--img {
    width: 100%;
  }
  #concept .contents__wrap--img figure img {
    aspect-ratio: 3/4;
  }
  #concept .contents__wrap--img figure .img04 {
    margin: 80px 0 0 auto;
  }
  #concept .contents__wrap--text {
    width: 100%;
  }
  #concept .contents__wrap--text .big .sbr {
    display: none;
  }
  #concept .contents__wrap--text .sbr {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #concept .marquee {
    top: -78px;
  }
  #concept .marquee p {
    font-size: 5rem;
  }
  #concept .contents__wrap--text {
    width: 100%;
  }
  #concept .contents__wrap--text .big .sbr {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #concept .contents__wrap--text {
    padding: 20px 0;
  }
}
#strong {
  background-color: #f1f1f1;
}
#strong .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #strong .section {
    width: 85%;
  }
}
@media screen and (max-width: 980px) {
  #strong .section {
    width: 90%;
  }
}
#strong .section h2 .en2 {
  color: #a5a5a5;
}
#strong .section_inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
#strong .section_inner ul li {
  position: relative;
}
#strong .section_inner ul li:nth-child(2) {
  margin-top: 4rem;
}
#strong .section_inner ul li:nth-child(3) {
  margin-top: 6rem;
}
#strong .section_inner ul li .number {
  position: absolute;
  top: -1rem;
  right: 0;
  color: #ff9430;
  font-size: 4rem;
  z-index: 3;
}
#strong .section_inner ul li .number::first-letter {
  color: #333;
}
#strong .section_inner ul li .imgbox {
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#strong .section_inner ul li .imgbox .ribbon7 {
  bottom: -1.5rem;
  left: -20px;
  display: inline-block;
  position: absolute;
  padding: 15px 20px;
  font-size: 24px;
  color: #FFF;
  background: #ff9430;
  /*リボンの色*/
}
#strong .section_inner ul li .imgbox .ribbon7:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(171, 93, 4);
  /*折り返し部分*/
}
#strong .section_inner ul li p {
  padding: 2.5rem 1rem 2rem;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1280px) {
  #strong .section_inner ul {
    gap: 2rem;
  }
  #strong .section_inner ul li .imgbox .ribbon7 {
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 1024px) {
  #strong .section_inner ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
  #strong .section_inner ul li {
    max-width: 640px;
  }
  #strong .section_inner ul li .imgbox {
    aspect-ratio: 2/1;
  }
  #strong .section_inner ul li .imgbox .ribbon7 {
    padding: 16px 20px;
    font-size: 24px;
  }
  #strong .section_inner ul li .number {
    font-size: 6rem;
    right: -3.5rem;
  }
  #strong .section_inner ul li:nth-child(2) {
    margin-top: 0rem;
    margin-left: auto;
  }
  #strong .section_inner ul li:nth-child(2) .number {
    right: unset;
    left: -3.5rem;
  }
  #strong .section_inner ul li:nth-child(3) {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 800px) {
  #strong .section_inner ul li {
    max-width: unset;
    width: 100%;
  }
  #strong .section_inner ul li .number {
    right: 0;
  }
  #strong .section_inner ul li:nth-child(2) .number {
    right: unset;
    left: 0;
  }
}
@media screen and (max-width: 620px) {
  #strong .section_inner ul {
    margin-top: 2rem;
  }
  #strong .section_inner ul li {
    max-width: unset;
    width: 100%;
  }
  #strong .section_inner ul li .imgbox .ribbon7 {
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
  }
  #strong .section_inner ul li .number {
    font-size: 5rem;
  }
  #strong .section_inner ul li:nth-child(2) .number {
    right: 82%;
  }
}
@media screen and (max-width: 490px) {
  #strong .section_inner ul {
    margin-top: 4rem;
  }
  #strong .section_inner ul li .imgbox {
    aspect-ratio: 3/2;
  }
  #strong .section_inner ul li .imgbox .ribbon7 {
    left: -10px;
  }
  #strong .section_inner ul li .imgbox .ribbon7::before {
    border-right: solid 10px rgb(171, 93, 4);
  }
  #strong .section_inner ul li .number {
    font-size: 4rem;
  }
}

#link-content .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #link-content .section {
    width: 85%;
  }
}
@media screen and (max-width: 980px) {
  #link-content .section {
    width: 90%;
  }
}
#link-content .section_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
#link-content .section_inner ul li {
  width: calc((100% - 4rem) / 3);
}
#link-content .section_inner ul li a {
  display: inline-block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #333;
  transition: background-color 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#link-content .section_inner ul li a p {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  line-height: normal;
  transition: color 0.3s ease;
}
#link-content .section_inner ul li a p .ja {
  font-size: 1.5rem;
  color: #fff;
}
#link-content .section_inner ul li a p .en2 {
  color: #ff9430;
}
#link-content .section_inner ul li a .imgbox {
  max-width: 350px;
  width: 50%;
  aspect-ratio: 5/4;
  overflow: hidden;
}
#link-content .section_inner ul li a .imgbox img {
  transition: transform 0.5s ease;
  height: 100%;
}
#link-content .section_inner ul li a .yazirusi {
  position: relative;
  padding: 1rem;
  padding: 1.25rem;
  border: 1px solid #fff;
  border-radius: 99em;
  z-index: 4;
  color: #000;
  overflow: hidden;
  transition: color 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  margin-right: 4%;
  background-color: #ff9430;
  transition: background-color 0.3s ease;
}
#link-content .section_inner ul li a .yazirusi .icon1,
#link-content .section_inner ul li a .yazirusi .icon2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
#link-content .section_inner ul li a .yazirusi .icon1 {
  transform: translate(-50%, -50%);
  color: #333;
}
#link-content .section_inner ul li a .yazirusi .icon2 {
  transform: translate(-240%, -50%);
  color: #ff9430;
}
#link-content .section_inner ul li a:hover {
  background-color: #ff9430;
}
#link-content .section_inner ul li a:hover .imgbox img {
  transform: scale(1.1);
}
#link-content .section_inner ul li a:hover p {
  color: #fff;
}
#link-content .section_inner ul li a:hover .yazirusi {
  background-color: #fff;
}
#link-content .section_inner ul li a:hover .yazirusi .icon1 {
  transform: translate(180%, -50%);
}
#link-content .section_inner ul li a:hover .yazirusi .icon2 {
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1620px) {
  #link-content .section_inner ul {
    gap: 1.5rem;
  }
  #link-content .section_inner ul li {
    width: calc((100% - 1.5rem) / 2);
  }
  #link-content .section_inner ul li a p .ja {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 850px) {
  #link-content .section_inner ul li a p .ja {
    font-size: 1.1rem;
  }
  #link-content .section_inner ul li a p .en2 {
    font-size: 12px;
  }
  #link-content .section_inner ul li a .yazirusi {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #link-content .section_inner ul {
    flex-direction: column;
  }
  #link-content .section_inner ul li {
    width: 100%;
  }
  #link-content .section_inner ul li a p .ja {
    font-size: 1.5rem;
  }
  #link-content .section_inner ul li a .yazirusi {
    padding: 1.25rem;
  }
  #link-content .section_inner ul li:nth-child(2n) a .imgbox {
    order: 3;
  }
  #link-content .section_inner ul li:nth-child(2n) a p {
    order: 1;
    margin-left: 10%;
  }
  #link-content .section_inner ul li:nth-child(2n) a .yazirusi {
    margin-right: unset;
    order: 2;
    margin-left: 7%;
  }
}
@media screen and (max-width: 550px) {
  #link-content .section_inner ul li {
    width: 100%;
  }
  #link-content .section_inner ul li a p .ja {
    font-size: 1.1rem;
  }
  #link-content .section_inner ul li a .yazirusi {
    padding: 1rem;
  }
}
@media screen and (max-width: 420px) {
  #link-content .section_inner ul li {
    width: 100%;
  }
  #link-content .section_inner ul li a p .ja {
    font-size: 1rem;
  }
  #link-content .section_inner ul li a .yazirusi {
    padding: 0.8rem;
  }
}

#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #ff9430;
  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: #ff9430;
  border: solid 1px #ff9430;
  color: #ffffff;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #f1f1f1;
  color: #ff9430;
}

#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-family: "YakuHanJP", sans-serif;
  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 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 .modal__warp .modal__trigger {
  cursor: pointer;
}
#modal .modal__warp .modal__trigger:nth-child(n+2) {
  margin-top: 60px;
}
#modal .modal__warp {
  /* モーダル本体 */
}
#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 .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 .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__title {
  position: absolute;
  z-index: -999;
  opacity: 0;
  pointer-events: none;
}
#gallery_2 .section {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
#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 .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 .calender__btn .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: 1px solid #ff9430;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
}
.calender__content .cms_calendar_head {
  background-color: #ff9430;
  padding: 0.8rem 0rem 0.5rem;
  text-align: center;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
.calender__content table {
  border: #ff9430 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #ff9430 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #ff9430 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: #f1f1f1;
}
.calender__content table tbody tr td {
  min-height: 70px;
  text-align: left;
  padding: 5px;
  padding-top: 0;
}
.calender__content table tbody tr td .date {
  font-weight: bold;
  color: #ff9430;
}
.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;
}
.calender__content table tbody tr td {
  container-type: inline-size;
}
@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__note {
  margin-top: 30px;
}

#calender .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #calender .section {
    width: 85%;
  }
}
@media screen and (max-width: 980px) {
  #calender .section {
    width: 90%;
  }
}

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

@media screen and (max-width: 490px) {
  #calender {
    padding: 20px 0;
  }
  #calender .section {
    width: 97%;
  }
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 2.5em;
  right: 2.5em;
  z-index: 99;
}
.pagetop a {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #ff9430;
  border: solid 1px #333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.pagetop a i {
  color: #ffffff;
}
.pagetop a:hover {
  background-color: #333;
}
.pagetop a:hover i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: calc(75px + 1.5rem);
  }
}
@media screen and (max-width: 480px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: calc(75px + 1.5rem);
    right: 1.5em;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }
}
#footer {
  position: relative;
  padding-top: 4rem;
}
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/footer.jpg);
  background-size: cover;
  background-position: 0 60%;
  background-repeat: no-repeat;
  z-index: -2;
}
#footer::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #8d4400;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}
#footer .footer__warp {
  width: 80%;
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #footer .footer__warp {
    width: 85%;
  }
}
@media screen and (max-width: 980px) {
  #footer .footer__warp {
    width: 90%;
  }
}
#footer .footer__warp {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
}
#footer .footer__warp .banner {
  width: 50%;
  max-width: 650px;
  transition: opacity 0.5s;
}
#footer .footer__warp .banner:hover {
  opacity: 0.7;
}
#footer .footer__warp_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
#footer .footer__warp_content .he_logo {
  position: relative;
}
#footer .footer__warp_content .he_logo .logo {
  white-space: nowrap;
  text-align: center;
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
  font-size: 2.5em;
  font-family: "Zen old mincho";
}
#footer .footer__warp_content--info {
  color: #fff;
  font-size: 1rem;
  line-height: normal;
  text-align: center;
}
#footer .footer__warp_content--info--address {
  margin-bottom: 1.5rem;
}
#footer .footer__warp_content--info--tel {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
#footer .footer__warp_content--info--tel .contact {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#footer .footer__warp_content--info--tel .sns {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#footer .footer__warp_content--info--tel a {
  transition: all 0.3s ease;
  font-weight: bold;
  color: #fff;
}
#footer .footer__warp_content--info--tel a:hover {
  color: #ff9430;
  font-weight: bold;
}
#footer .footer__warp nav {
  padding: 1rem 1rem 0;
}
#footer .footer__warp nav .nav_list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
#footer .footer__warp nav .nav_list .col1 {
  grid-column: 1;
}
#footer .footer__warp nav .nav_list .col2 {
  grid-column: 2;
}
#footer .footer__warp nav .nav_list li {
  color: #fff;
  font-weight: 500;
  margin-bottom: 1rem;
  list-style: none;
  display: flex;
}
#footer .footer__warp nav .nav_list li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  /* fa-circle-chevron-right のコード */
  font-weight: 900;
  /* solidは900 */
  margin-right: 8px;
  transition: transform 0.3s ease;
  color: #ff9430;
  font-size: 14px;
}
#footer .footer__warp nav .nav_list li span {
  display: none;
}
#footer .footer__warp nav .nav_list li:hover {
  color: #ff9430;
}
#footer .footer__warp nav .nav_list li:hover::before {
  transform: translateX(5px);
  color: #ff9430;
}
#footer .footer__copy {
  margin-top: 2rem;
  padding: 1rem 0;
  text-align: center;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  background-color: #333;
  color: #fff;
}

.sp-fixed-link {
  display: none;
}

@media screen and (max-width: 1465px) {
  #footer .footer__warp_content--info--tel {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 928px) {
  #footer .footer__warp {
    width: 100%;
    flex-direction: column;
    align-items: center;
    row-gap: 4rem;
  }
  #footer .footer__warp .banner {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    position: relative;
  }
  #footer .footer__warp_content {
    text-align: center;
  }
  .sp-fixed-link {
    display: flex;
    position: fixed;
    bottom: -70px;
    /* 初期位置は画面外 */
    left: 0;
    z-index: 99;
    width: 100%;
    transition: bottom 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    /* transformを追加 */
    transform: translateY(100%);
    /* 初期位置は下に隠れる状態 */
  }
  .sp-fixed-link.hidden {
    display: none;
  }
  .sp-fixed-link.scroll {
    opacity: 0;
    transform: translateY(100%);
    /* スクロール中は下に隠れる */
    pointer-events: none;
  }
  .sp-fixed-link.page-open {
    bottom: 0;
    opacity: 1;
    transform: translateY(0);
    /* 下からスライドして表示される */
  }
  .sp-fixed-link.page-top {
    bottom: 0;
    opacity: 0;
    transform: translateY(0);
    /* 下からスライドして表示される */
    pointer-events: none;
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    text-transform: capitalize;
  }
  #sp_btn ul {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    background-size: contain;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: none;
  }
  #sp_btn ul li {
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    display: block;
    padding: 10px 0;
    background-color: #ff9430;
    border-right: 1px solid #f4f6f6;
  }
  #sp_btn ul li:last-child {
    border-right: none;
  }
  #sp_btn ul li a,
  #sp_btn ul li .button {
    display: flex;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    transition: all 0.3s ease;
    cursor: pointer;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
  }
  #sp_btn ul li a:hover,
  #sp_btn ul li .button:hover {
    opacity: 0.5;
  }
  #sp_btn ul li a i,
  #sp_btn ul li .button i {
    margin-right: 0.5rem;
  }
  #sp_btn ul li:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 490px) {
  #footer .footer__warp_content .he_logo {
    width: 340px;
  }
  #footer .footer__warp_content--info {
    width: 100%;
  }
  #footer .footer__warp_content--info--address {
    font-size: 1rem;
  }
  #footer .footer__warp_content--info--tel {
    gap: 1rem;
  }
  #footer .footer__warp_content--info--tel .contact {
    flex-direction: column;
    gap: 0rem;
  }
  #footer .footer__warp nav {
    width: 100%;
    margin: 0 auto;
  }
  #footer .footer__warp nav .nav_list {
    justify-content: center;
  }
  #sp_btn ul li a p {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #sp_btn ul li a i {
    font-size: 1rem;
  }
}
@media screen and (max-width: 375px) {
  #footer .footer__warp_content--info {
    width: 90%;
  }
}
.sp_fixed {
  position: fixed !important;
  bottom: -70px;
  left: 0;
  z-index: 999;
  transition: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}/*# sourceMappingURL=style.css.map */