@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@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");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #603813;
  background: #fffdef;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  letter-spacing: 0.1rem;
  position: relative;
}
html body p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 0.5px;
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 98%;
  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  *****/
/*****************************************/
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
section {
  padding: 5rem 0 5rem;
}

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

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
@media screen and (max-width: 768px) {
  html body p {
    font-size: 14px;
    line-height: 1.7;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/**********  マーカー設定  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 #7da851;
  text-emphasis: filled #7da851;
  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);
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  マーカー設定  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: 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;
}

.upperbox {
  margin: 4rem auto 0;
  position: relative;
  padding: 4rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.upperbox .footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(88, 88, 88), rgb(213, 213, 213));
  z-index: -1;
  opacity: 0.5;
}
.upperbox h2 {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.upperbox h2 p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 60px;
  font-weight: 800;
}
.upperbox h2 span {
  color: #fff;
}
.upperbox .upperbox--contents {
  width: 55%;
  color: #ffff7f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 0rem 0 0 0;
}
.upperbox .upperbox--contents--txt {
  width: 100%;
}
.upperbox .upperbox--contents--txt p {
  width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.upperbox .upperbox--contents .upperbox--contents--link {
  margin: 0rem auto 0;
}
.upperbox .upperbox--contents .upperbox--contents--link a {
  margin: 0 auto;
  padding: 1rem 2rem;
  background-color: #00a5a0;
  border-radius: 30px;
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  color: #fff;
}
.upperbox .upperbox--contents .upperbox--contents--link a i {
  margin: 0 0.5rem 0 0;
}
.upperbox .upperbox--contents .upperbox--contents--link a:hover {
  opacity: 0.5;
}
.upperbox .upperbox--contents .upperbox--contents--tel {
  margin: 1rem 0 0 0;
}
.upperbox .upperbox--contents .upperbox--contents--tel a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.upperbox .upperbox--contents .upperbox--contents--tel a i {
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  margin: 0 0.5rem 0 0;
  color: #fff;
}
.upperbox .upperbox--contents .upperbox--contents--tel a > p {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 800;
  font-size: 30px;
}
.upperbox .upperbox--contents .upperbox--contents--tel > p {
  margin: 1rem 0 0 0;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.upperbox .upperbox--contents .upperbox--contents--tel > p span {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}

@media screen and (max-width: 768px) {
  .upperbox {
    gap: 50px;
    flex-flow: column;
  }
  .upperbox h2 {
    width: 100%;
  }
  .upperbox .upperbox--contents {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .upperbox {
    padding: 4rem 2rem;
  }
  .upperbox h2 p {
    font-size: 50px;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
header {
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 0px 30px 0px;
}
header .he_logo {
  width: 300px;
  padding: 20px 15px;
}
header .he_logo img {
  width: 100%;
}
header .he-box {
  position: relative;
}
header .he-box .he_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
  margin: 0 30px 0 0;
}
header .he-box .he_wrap nav ul {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  color: #fff;
  align-items: center;
}
header .he-box .he_wrap nav ul li {
  font-weight: 400;
}
header .he-box .he_wrap nav ul li p {
  font-size: 14px;
  line-height: 15px;
  color: #603813;
  list-style: none;
  text-align: center;
  font-weight: 600;
}
header .he-box .he_wrap nav ul li span {
  color: #7da851;
  font-size: 12px;
  font-weight: 600;
}
header .he-box .he_wrap nav ul li a {
  position: relative;
  display: inline-block;
}
header .he-box .he_wrap nav ul li a::after {
  position: absolute;
  bottom: -20%;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #603813;
  transition: 0.3s;
}
header .he-box .he_wrap nav ul li a:hover::after {
  width: 100%;
}
header .he-box .he_wrap nav ul li:nth-child(6) {
  display: none;
}
header .he-box .he_wrap nav ul li:last-child a {
  background-color: #7da851;
  border-radius: 30px;
  padding: 10px 25px;
  transition: 0.5s;
  font-weight: 700;
  font-size: 13px;
}
header .he-box .he_wrap nav ul li:last-child a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
header .he-box .he_wrap nav ul li:last-child a::after {
  position: absolute;
  height: 0px;
}
header .he-box .he_wrap nav ul .active a::after {
  transform: scale(1, 1);
  width: 100%;
  /*X方向にスケール拡大*/
}

/* クラスfixedが付与されたときのヘッダー背景色を指定 */
.header.fixed {
  background: #fff;
  opacity: 0.9;
  padding: 0px 30px;
}
.header.fixed .he_wrap nav ul li span {
  color: #7da851;
}
.header.fixed .he_wrap nav ul li:last-child p {
  color: #603813;
}
/* 上部に固定させるスタイルを用意 */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-nav-list {
  display: flex;
  justify-content: space-around;
}

.header-nav-item-link {
  display: block;
  color: #333;
  height: 100px;
  line-height: 100px;
}

/* クラスfixedが付与されたときのヘッダーの高さを指定 */
.fixed .header-nav-item-link {
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 1180px) {
  header {
    z-index: 20;
    padding: 0px 30px 0 10px;
  }
  header .he_logo {
    width: 300px;
    padding: 0px 15px;
  }
  header .he-box .he_wrap nav {
    display: none;
  }
  header .he-box .he_wrap nav ul li p {
    font-size: 13px;
  }
  header .he-box .he_wrap nav ul li a::after {
    height: 2px;
  }
  .header.fixed {
    background: #fff;
    opacity: 0.9;
    padding: 0px 30px 0 15px;
  }
}
@media screen and (max-width: 928px) {
  header .he-box .he_wrap nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0px 30px 0 0px;
  }
  header .he_logo {
    width: 270px;
    padding: 0px 0px;
  }
  header .he-box .he_wrap nav {
    display: none;
  }
  .header.fixed {
    background: #fff;
    opacity: 0.9;
    padding: 0px 30px 0 0px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 0px 20px 0 10px;
    gap: 20px;
  }
  header .he_logo {
    width: 220px;
  }
  header .he-box .he_wrap {
    margin: 0 15px 0 0;
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 9;
}
#floating li {
  display: block;
  margin: 0.5rem 0;
  border-right: none;
  border-radius: 10px 0 0 10px;
}
#floating li a {
  background-color: #7da851;
  color: #fff;
  font-size: 11px;
  padding: 1rem 1rem 1rem 1rem;
  letter-spacing: 1px;
  line-height: 0.5;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 40px 0 0 40px;
  transition: 0.5s;
}
#floating li a i {
  font-size: 22px;
  padding: 0 0 2px;
}
#floating li a:hover {
  opacity: 0.5;
}
@keyframes push {
  from, to {
    transform: none;
  }
  10% {
    transform: scale(0.8);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.96);
  }
  80% {
    transform: scale(1);
  }
}
#floating li:nth-child(3) a i {
  font-size: 22px;
  padding: 0 0 7px;
}

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

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background-color: #603813;
  /*動き*/
  transition: all 0.6s;
}
#g-nav .g-nav-icon {
  display: flex;
  align-items: center;
  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;
}
#g-nav .g-nav-icon a .youtube {
  width: 50px;
  margin-left: -5px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

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

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

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li p {
  font-size: 17px;
  text-align: center;
  color: #fff;
}
#g-nav li span {
  font-size: 12px;
  color: #7da851;
}

#g-nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 20px 20px 5px 20px;
  display: block;
  letter-spacing: 0.1em;
  width: 250px;
  transition: 0.5s;
}
#g-nav ul li a:hover {
  opacity: 0.5;
}

#g-nav .list-ec {
  margin: 25px auto 0;
  text-align: center;
}
#g-nav .list-ec a {
  background-color: #7da851;
  border-radius: 30px;
  padding: 10px 30px;
  transition: 0.5s;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  width: 220px;
}
#g-nav .list-ec a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #g-nav .list-ec a {
    font-size: 16px;
  }
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  display: none;
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 30px;
  right: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 30px;
}

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

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

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

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

.openbtn.active > span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  z-index: 99999;
  background-color: #fff;
}

.openbtn.active > span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active > span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  z-index: 99999;
  background-color: #fff;
}

@media screen and (max-width: 1180px) {
  .openbtn {
    display: block;
    top: -22px;
    right: -10px;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .openbtn {
    display: block;
    top: -22px;
    right: -10px;
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  .openbtn {
    top: -22px;
    right: -15px;
    width: 43px;
    height: 43px;
  }
  .openbtn > span {
    left: 12px;
    height: 2px;
    width: 45%;
    border-radius: 2px;
  }
  .openbtn > span:nth-of-type(1) {
    top: 13px;
  }
  .openbtn > span:nth-of-type(2) {
    top: 21px;
  }
  .openbtn > span:nth-of-type(3) {
    top: 29px;
  }
}
#blog .blog__warp--box--listbox--list {
  width: 33.3333333333%;
}
#blog .blog__warp--box--listbox--list {
  width: 33.3333333333%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
#top-main {
  margin: 0px 0 0 0;
  position: relative;
  padding: 0;
}
#top-main .swiper-slide-active .swiper-img,
#top-main .swiper-slide-duplicate-active .swiper-img,
#top-main .swiper-slide-prev .swiper-img {
  animation: zoomUp 12s linear 0s normal both;
}
#top-main .swiper-slide img {
  height: 100svh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow-x: hidden;
}
#top-main .swiper-wrapper02 {
  animation: fadeIn 1.5s ease-in-out;
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  display: flex;
  flex-flow: column;
  gap: 5px;
  color: #fff;
  text-shadow: #000 1px 0 10px;
}
#top-main .swiper-wrapper02 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 20px;
  position: relative;
}
#top-main .swiper-wrapper02 h2::after {
  content: "";
  position: absolute;
  top: -29px;
  right: -65px;
  width: 81px;
  height: 64px;
  background-image: url(../../img/common/bud.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: gelatine 2s infinite;
}
#top-main .swiper-wrapper02 p {
  text-align: center;
  font-size: 25px;
  margin: 0 0 10px;
}
#top-main .swiper-wrapper02 p .none {
  display: none;
}
#top-main .swiper-wrapper02 .p-last {
  font-size: 13px;
  letter-spacing: 3px;
}

@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@media screen and (max-width: 768px) {
  #top-main {
    margin: 0px 0 0 0;
    position: relative;
    padding: 0;
  }
  #top-main .swiper-slide-active .swiper-img,
  #top-main .swiper-slide-duplicate-active .swiper-img,
  #top-main .swiper-slide-prev .swiper-img {
    animation: zoomUp 12s linear 0s normal both;
  }
  #top-main .swiper-slide img {
    height: 100svh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow-x: hidden;
  }
  #top-main .swiper-wrapper02 {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    display: flex;
    flex-flow: column;
    gap: 5px;
    color: #fff;
    text-shadow: #000 1px 0 10px;
    width: 270px;
  }
  #top-main .swiper-wrapper02 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px;
    position: relative;
  }
  #top-main .swiper-wrapper02 h2::after {
    content: "";
    position: absolute;
    top: -29px;
    right: -65px;
    width: 81px;
    height: 64px;
    background-image: url(../../img/common/bud.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: gelatine 2s infinite;
  }
  #top-main .swiper-wrapper02 p {
    text-align: center;
    font-size: 25px;
    margin: 0 0 10px;
  }
  #top-main .swiper-wrapper02 p .none {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #top-main .swiper-wrapper02 {
    width: 200px;
  }
  #top-main .swiper-wrapper02 h2 {
    font-size: 30px;
  }
  #top-main .swiper-wrapper02 h2::after {
    top: -22px;
    right: -55px;
    width: 74px;
    height: 47px;
  }
  #top-main .swiper-wrapper02 p {
    font-size: 20px;
  }
}
@keyframes anim_s02 {
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
#top-heading {
  padding: 3rem 0;
  overflow: hidden;
  position: relative;
  background-color: #7da951;
}
#top-heading::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 100%;
  background-image: url(../../img/common/maru02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#top-heading .top-heading {
  background: #fffdef;
  padding: 12rem 5rem 7rem;
  width: 94%;
  margin: 0 auto;
  border-radius: 10px;
}
#top-heading .top-heading .top-heading_wrap {
  position: relative;
  z-index: 1;
}
#top-heading .top-heading .top-heading_wrap h3 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 3px;
  line-height: 2;
  position: relative;
  font-weight: 600;
}
#top-heading .top-heading .top-heading_wrap h3 .none {
  display: block;
}
#top-heading .top-heading .top-heading_wrap h3::before {
  position: absolute;
  top: -145px;
  left: 50%;
  transform: translateX(-50%);
  width: 650px;
  height: 150px;
  content: "";
  background-image: url(../../img/common/flag.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#top-heading .top-heading .top-heading_wrap h4 {
  text-align: center;
  font-weight: 700;
  margin: 80px 0 0 0;
  font-size: 20px;
}
#top-heading .top-heading .top-heading_wrap figure {
  width: 200px;
  margin: 10px auto 0;
  position: relative;
}
#top-heading .top-heading .top-heading_wrap figure::after {
  position: absolute;
  top: -8px;
  left: -29px;
  width: 50px;
  height: 50px;
  content: "";
  background-image: url(../../img/common/chonchon.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
#top-heading .top-heading .top-heading_wrap figure img {
  width: 100%;
}
#top-heading .top-heading .top-heading_wrap p {
  margin: 20px 0 0;
  text-align: center;
  line-height: 2;
  position: relative;
  background-color: white;
  padding: 50px 100px;
  border-radius: 30px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 768px) {
  #top-heading .top-heading {
    padding: 10rem 0rem 7rem;
  }
  #top-heading .top-heading .top-heading_wrap h3 {
    font-size: 18px;
  }
  #top-heading .top-heading .top-heading_wrap h3 .none {
    display: none;
  }
  #top-heading .top-heading .top-heading_wrap h3::before {
    top: -95px;
    left: 50%;
    width: 400px;
    height: 80px;
  }
  #top-heading .top-heading .top-heading_wrap figure {
    width: 180px;
  }
  #top-heading .top-heading .top-heading_wrap figure::after {
    top: -8px;
    left: -29px;
    width: 50px;
    height: 50px;
  }
  #top-heading .top-heading .top-heading_wrap p {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  #top-heading {
    padding: 1rem 0;
  }
  #top-heading::after {
    top: 195px;
    left: 50%;
  }
  #top-heading .top-heading {
    padding: 10rem 0rem 1rem;
  }
  #top-heading .top-heading .top-heading_wrap h3 {
    font-size: 16px;
  }
  #top-heading .top-heading .top-heading_wrap h3::before {
    top: -72px;
    left: 50%;
    width: 270px;
    height: 80px;
  }
  #top-heading .top-heading .top-heading_wrap figure {
    width: 150px;
  }
  #top-heading .top-heading .top-heading_wrap figure::after {
    top: -8px;
    left: -29px;
    width: 50px;
    height: 50px;
  }
  #top-heading .top-heading .top-heading_wrap p {
    padding: 40px 20px;
  }
  #top-heading .top-heading .top-heading_wrap p .none {
    display: none;
  }
}
#top-item .top-item_wrap ul {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#top-item .top-item_wrap ul li {
  width: calc(33.3333333333% - 30px);
}
#top-item .top-item_wrap ul li a .li-img {
  overflow: hidden;
  width: 100%;
  height: 260px;
  border-radius: 5px;
  transition: 0.5s;
}
#top-item .top-item_wrap ul li a .li-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s all;
}
#top-item .top-item_wrap ul li a .li-img img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
#top-item .top-item_wrap ul li a .li-text {
  filter: drop-shadow(0 0 10px rgba(97, 61, 72, 0.2));
  text-align: center;
  position: relative;
  z-index: 1;
  width: 85%;
  margin: -60px auto 0;
  padding: 25px 20px 30px;
  background: #fefefe;
  border-radius: 5px;
  position: relative;
}
#top-item .top-item_wrap ul li a .li-text::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#top-item .top-item_wrap ul li a .li-text h4 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0 2px;
  color: #7da851;
}
#top-item .top-item_wrap ul li a .li-text p {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 928px) {
  #top-item .top-item_wrap ul {
    gap: 50px;
    grid-template-columns: 1fr;
  }
  #top-item .top-item_wrap ul li {
    width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #top-item .top-item_wrap ul li {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #top-item {
    padding-bottom: 1rem;
  }
  #top-item .top-item_wrap ul {
    gap: 50px;
    grid-template-columns: 1fr;
  }
  #top-item .top-item_wrap ul li {
    width: 90%;
    margin: 0 auto;
  }
  #top-item .top-item_wrap ul li a .li-img {
    height: 200px;
  }
  #top-item .top-item_wrap ul li a .li-text p {
    font-size: 18px;
  }
}
#top-charm {
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}
#top-charm .wrapper__heading {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#top-charm .wrapper__heading h2 {
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 27px;
  color: #603813;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
}
#top-charm .wrapper__heading h2::after {
  content: "";
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 100px;
  background-image: url(../../img/common/flag.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#top-charm .wrapper__heading h2 .none {
  display: none;
}
#top-charm .wrapper__heading p {
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  width: 200px;
  margin: 3px auto 0;
}
@media screen and (max-width: 768px) {
  #top-charm .wrapper__heading h2 .none {
    display: block;
  }
  #top-charm .wrapper__heading h2::after {
    top: -71px;
    left: 50%;
    transform: translateX(-50%);
    width: 265px;
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  #top-charm .wrapper__heading {
    margin: 0 auto 30px;
  }
  #top-charm .wrapper__heading h2 {
    font-size: 23px;
  }
  #top-charm .wrapper__heading h2 .none {
    display: block;
  }
}
#top-charm .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
#top-charm .wrapper ul li {
  width: calc(33.3333333333% - 50px);
}
#top-charm .wrapper ul li figure {
  position: relative;
}
#top-charm .wrapper ul li figure::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 15px;
  width: 100%;
  height: 100%;
  border-radius: 52% 48% 44% 56%/45% 44% 56% 55%;
  aspect-ratio: 7/6;
  background-color: #ff8f17;
  z-index: -1;
}
#top-charm .wrapper ul li figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 52% 48% 44% 56%/45% 44% 56% 55%;
  aspect-ratio: 7/6;
}
#top-charm .wrapper ul li:nth-child(2) figure::after {
  background-color: #7da851;
}
#top-charm .wrapper ul li .li-ttl {
  width: 90%;
  margin: 50px auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top-charm .wrapper ul li .li-ttl h4 {
  position: relative;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}
#top-charm .wrapper ul li .li-ttl h4 span {
  font-size: 30px;
  font-weight: 600;
}
#top-charm .wrapper ul li .li-ttl h4::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../../img/common/pink.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
#top-charm .wrapper ul li .li-ttl h3 {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 0 0 33px;
  line-height: 1.3;
}
#top-charm .wrapper ul li .li-ttl h3 .none {
  display: none;
}
#top-charm .wrapper ul li p {
  width: 90%;
  margin: 0 auto;
}
#top-charm .wrapper ul li:nth-child(2) {
  margin: 50px 0 0 0;
}

@media screen and (max-width: 1280px) {
  #top-charm .wrapper ul {
    justify-content: center;
  }
  #top-charm .wrapper ul li {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 780px) {
  #top-charm .wrapper ul li {
    width: 80%;
    margin: 0 auto;
  }
  #top-charm .wrapper ul li .li-ttl h3 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #top-charm .wrapper ul li {
    width: 90%;
  }
}
#top-activity {
  background-color: #f6fff5;
  position: relative;
  padding-top: 10rem;
}
#top-activity .wrapper__heading {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#top-activity .wrapper__heading h2 {
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 27px;
  color: #603813;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
}
#top-activity .wrapper__heading h2::after {
  content: "";
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 100px;
  background-image: url(../../img/common/flag.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#top-activity .wrapper__heading h2 .none {
  display: none;
}
#top-activity .wrapper__heading p {
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  width: 200px;
  margin: 3px auto 0;
}
@media screen and (max-width: 768px) {
  #top-activity .wrapper__heading h2 .none {
    display: block;
  }
  #top-activity .wrapper__heading h2::after {
    top: -71px;
    left: 50%;
    transform: translateX(-50%);
    width: 265px;
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  #top-activity .wrapper__heading {
    margin: 0 auto 30px;
  }
  #top-activity .wrapper__heading h2 {
    font-size: 23px;
  }
  #top-activity .wrapper__heading h2 .none {
    display: block;
  }
}
#top-activity .wrapper .top-ul,
#top-activity .wrapper .association-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
#top-activity .wrapper .top-ul li,
#top-activity .wrapper .association-ul li {
  width: calc(33.3333333333% - 30px);
  position: relative;
}
#top-activity .wrapper .top-ul li::before,
#top-activity .wrapper .association-ul li::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 0px;
  width: 103%;
  height: 71%;
  border-radius: 52% 48% 44% 56%/45% 44% 56% 55%;
  background-color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
  background-size: contain;
  background-repeat: no-repeat;
}
#top-activity .wrapper .top-ul li figure,
#top-activity .wrapper .association-ul li figure {
  width: 290px;
  height: 175px;
  position: relative;
  z-index: 1;
  width: 0 auto;
}
#top-activity .wrapper .top-ul li figure img,
#top-activity .wrapper .association-ul li figure img {
  width: 100%;
}
#top-activity .wrapper .top-ul li h3,
#top-activity .wrapper .association-ul li h3 {
  background-color: #acdc82;
  font-weight: 600;
  text-align: center;
  padding: 5px;
  border-radius: 30px;
  margin: 10px 0;
  font-size: 17px;
  position: relative;
  z-index: 1;
}
#top-activity .wrapper .top-ul li p,
#top-activity .wrapper .association-ul li p {
  padding: 10px;
  position: relative;
  z-index: 1;
}
#top-activity .wrapper .top-ul li:nth-child(2) figure,
#top-activity .wrapper .association-ul li:nth-child(2) figure {
  margin: 0px auto 0;
  width: 150px;
  padding: 15px 0 0 0;
}
#top-activity .wrapper .top-ul li:nth-child(3) figure,
#top-activity .wrapper .association-ul li:nth-child(3) figure {
  margin: 0px auto 0;
  width: 130px;
  padding: 5px 0 0 0;
}
#top-activity .wrapper .association-ul li {
  width: calc(50% - 30px);
}
#top-activity .wrapper .association-ul li::before {
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 81%;
}
#top-activity .wrapper .association-ul li figure {
  width: 135px;
  height: 175px;
  margin: 0 auto;
}
#top-activity .wrapper .association-ul li figure img {
  width: 100%;
}
#top-activity .wrapper .association-ul li:nth-child(2) figure {
  margin: 0px auto 0;
  width: 290px;
}
#top-activity .wrapper .association-ul li:nth-child(3) figure {
  margin: 0px auto 0;
  width: 160px;
  padding: 5px 0 0 0;
}
#top-activity .wrapper .association-ul li:nth-child(4) figure {
  margin: 0px auto 0;
  width: 166px;
  padding: 5px 0 0 0;
}
#top-activity .wrapper__box p {
  margin: 50px 0 0 0;
  text-align: center;
}
#top-activity .wrapper__box .btn {
  text-align: center;
  margin: 25px auto 0;
}
#top-activity .wrapper__box .btn a {
  background-color: #7da851;
  border-radius: 30px;
  padding: 10px 30px;
  transition: 0.5s;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
#top-activity .wrapper__box .btn a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #top-activity .wrapper__box .btn a {
    font-size: 16px;
  }
}

@media screen and (max-width: 928px) {
  #top-activity .wrapper .top-ul,
  #top-activity .wrapper .association-ul {
    gap: 50px;
  }
  #top-activity .wrapper .top-ul li,
  #top-activity .wrapper .association-ul li {
    width: calc(50% - 30px);
  }
  #top-activity .wrapper .top-ul li::before,
  #top-activity .wrapper .association-ul li::before {
    top: -36px;
    left: 50%;
    width: 83%;
    height: 71%;
    transform: translateX(-50%);
  }
  #top-activity .wrapper .top-ul li figure,
  #top-activity .wrapper .association-ul li figure {
    width: 290px;
    height: 175px;
    margin: 0 auto;
  }
  #top-activity .wrapper .top-ul li:nth-child(2) figure,
  #top-activity .wrapper .association-ul li:nth-child(2) figure {
    width: 150px;
    padding: 15px 0 0 0;
  }
  #top-activity .wrapper .top-ul li:nth-child(3) figure,
  #top-activity .wrapper .association-ul li:nth-child(3) figure {
    width: 130px;
    padding: 5px 0 0 0;
  }
  #top-activity .wrapper .association-ul li::before {
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 81%;
  }
  #top-activity .wrapper .association-ul li figure {
    width: 130px;
    height: 175px;
  }
  #top-activity .wrapper .association-ul li:nth-child(2) figure {
    width: 290px;
  }
  #top-activity .wrapper .association-ul li:nth-child(3) figure {
    width: 155px;
    padding: 5px 0 0 0;
  }
  #top-activity .wrapper .association-ul li:nth-child(4) figure {
    width: 160px;
    padding: 5px 0 0 0;
  }
  #top-activity .wrapper__box p {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-activity .wrapper__heading {
    margin: 0 auto 80px;
  }
  #top-activity .wrapper .top-ul li,
  #top-activity .wrapper .association-ul li {
    width: 80%;
    margin: 0 auto;
  }
  #top-activity .wrapper .top-ul li::before,
  #top-activity .wrapper .association-ul li::before {
    top: -36px;
    left: 50%;
    width: 280px;
    height: 240px;
  }
  #top-activity .wrapper .top-ul li figure,
  #top-activity .wrapper .association-ul li figure {
    width: 290px;
    height: 175px;
  }
  #top-activity .wrapper .top-ul li:nth-child(2) figure,
  #top-activity .wrapper .association-ul li:nth-child(2) figure {
    width: 150px;
    padding: 15px 0 0 0;
  }
  #top-activity .wrapper .top-ul li:nth-child(3) figure,
  #top-activity .wrapper .association-ul li:nth-child(3) figure {
    width: 130px;
    padding: 5px 0 0 0;
  }
  #top-activity .wrapper .association-ul li {
    width: 80%;
  }
  #top-activity .wrapper .association-ul li::before {
    top: -36px;
    left: 50%;
    width: 280px;
    height: 240px;
    transform: translateX(-50%);
    width: 75%;
    height: 81%;
  }
  #top-activity .wrapper .association-ul li figure {
    width: 130px;
    height: 175px;
    margin: 0 auto;
  }
  #top-activity .wrapper .association-ul li:nth-child(2) figure {
    width: 290px;
  }
  #top-activity .wrapper .association-ul li:nth-child(3) figure {
    width: 155px;
    padding: 5px 0 0 0;
  }
  #top-activity .wrapper .association-ul li:nth-child(4) figure {
    width: 160px;
    padding: 5px 0 0 0;
  }
  #top-activity .wrapper__box p {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  #top-activity .wrapper__heading {
    margin: 0 auto 80px !important;
  }
  #top-activity .wrapper .top-ul li,
  #top-activity .wrapper .association-ul li {
    width: 90%;
  }
  #top-activity .wrapper .top-ul li::before,
  #top-activity .wrapper .association-ul li::before {
    top: -36px;
    left: 50%;
    width: 280px !important;
    height: 220px !important;
  }
  #top-activity .wrapper .top-ul li figure,
  #top-activity .wrapper .association-ul li figure {
    width: 260px;
    height: 161px;
  }
  #top-activity .wrapper .top-ul li:nth-child(2) figure,
  #top-activity .wrapper .association-ul li:nth-child(2) figure {
    width: 134px;
    padding: 15px 0 0 0;
  }
  #top-activity .wrapper .top-ul li:nth-child(3) figure,
  #top-activity .wrapper .association-ul li:nth-child(3) figure {
    width: 123px;
    padding: 5px 0 0 0;
  }
  #top-activity .wrapper .association-ul li {
    width: 90%;
  }
  #top-activity .wrapper .association-ul li::before {
    top: -36px;
    left: 50%;
    width: 280px;
    height: 240px;
    transform: translateX(-50%);
    width: 75%;
    height: 81%;
  }
  #top-activity .wrapper .association-ul li figure {
    width: 115px;
    height: 175px;
  }
  #top-activity .wrapper .association-ul li:nth-child(2) figure {
    width: 260px;
  }
  #top-activity .wrapper .association-ul li:nth-child(3) figure {
    width: 145px;
    padding: 5px 0 0 0;
  }
  #top-activity .wrapper .association-ul li:nth-child(4) figure {
    width: 150px;
    padding: 5px 0 0 0;
  }
  #top-activity .wrapper__box p {
    margin: 50px 0 0 0;
    text-align: justify;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #595757;
  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: #595757;
  border: solid 1px #595757;
  color: #ffff7f;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #ffffff;
  color: #7da851;
}

#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: "Montserrat", 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 {
  /* モーダルを開くボタン */
  /* モーダル本体 */
  /* モーダルを閉じるボタン */
  /* モーダル内のコンテンツ */
}
#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;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 2.5em;
  right: 2.5em;
  z-index: 999;
}
.pagetop a {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #7da851;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.pagetop a i {
  color: #fff;
}
.pagetop a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: calc(75px + 0.5rem);
    right: 1.5em;
  }
  .pagetop a {
    width: 45px;
    height: 45px;
    aspect-ratio: 1/1;
  }
}
#footer {
  position: relative;
  margin: 4rem 0 0 0;
  overflow: hidden;
}
#footer::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 300px;
  height: 270px;
  background-image: url(../../img/common/grass-left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#footer::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 300px;
  height: 270px;
  background-image: url(../../img/common/grass-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#footer .footer__warp .logo figure {
  width: 350px;
  margin: 0 auto;
}
#footer .footer__warp .logo figure img {
  width: 100%;
}
#footer .footer__warp .foo-text p {
  text-align: center;
}
#footer .footer__warp .foo-text .btn,
#footer .footer__warp .foo-text .btn02 {
  text-align: center;
}
#footer .footer__warp .foo-text .btn a,
#footer .footer__warp .foo-text .btn02 a {
  background-color: #7da851;
  border-radius: 30px;
  padding: 10px 30px;
  transition: 0.5s;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
#footer .footer__warp .foo-text .btn a:hover,
#footer .footer__warp .foo-text .btn02 a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #footer .footer__warp .foo-text .btn a,
  #footer .footer__warp .foo-text .btn02 a {
    font-size: 16px;
  }
}
#footer .footer__warp .foo-text .btn02 {
  margin: 20px auto 50px;
}
#footer .footer__warp .foo-text .btn02 a {
  font-size: 14px;
}
#footer .footer__warp nav {
  padding: 0 0 30px;
  position: relative;
  z-index: 1;
}
#footer .footer__warp nav .nav_list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#footer .footer__warp nav .nav_list li p {
  font-size: 14px;
}
#footer .footer__warp nav .nav_list li span {
  display: none;
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  background-color: #7da851;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#footer .footer__sp {
  display: none;
}

#sp_btn {
  display: none;
}
#sp_btn ul {
  display: none;
}

@media screen and (max-width: 1280px) {
  #footer .footer__copy {
    padding: 1rem 0;
    text-align: center;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
}
@media screen and (max-width: 940px) {
  #footer::before {
    bottom: 0px;
    left: 0;
    width: 165px;
    height: 170px;
  }
  #footer::after {
    bottom: 0px;
    right: 0;
    width: 165px;
    height: 170px;
  }
  #footer .footer__warp .foo-text .btn,
  #footer .footer__warp .foo-text .btn02 {
    margin: 25px auto 0;
  }
  #footer .footer__warp .foo-text .btn a,
  #footer .footer__warp .foo-text .btn02 a {
    font-size: 16px;
  }
  #footer .footer__warp .foo-text .btn02 {
    margin: 20px auto 50px;
  }
  #footer .footer__warp .foo-text .btn02 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #footer::before {
    bottom: 60px;
    left: 0;
    width: 165px;
    height: 170px;
  }
  #footer::after {
    bottom: 60px;
    right: 0;
    width: 165px;
    height: 170px;
  }
  #footer .footer__warp {
    padding-bottom: 5rem;
  }
  #footer .footer__warp .foo-text .btn,
  #footer .footer__warp .foo-text .btn02 {
    text-align: center;
    margin: 25px auto 0;
  }
  #footer .footer__warp .foo-text .btn a,
  #footer .footer__warp .foo-text .btn02 a {
    font-size: 16px;
  }
  #footer .footer__warp .foo-text .btn02 {
    margin: 20px auto 50px;
  }
  #footer .footer__warp .foo-text .btn02 a {
    font-size: 14px;
  }
  #footer .footer__warp .foo-text .btn {
    display: flex;
    flex-flow: column;
    gap: 10px;
    width: 250px;
    margin: 20px auto 0;
  }
  #footer .footer__warp .foo-text .btn a {
    font-size: 15px;
  }
  #footer .footer__warp nav .nav_list {
    flex-wrap: wrap;
    gap: 0px;
    row-gap: 10px;
    width: 400px;
    margin: 0 auto;
  }
  #footer .footer__warp nav .nav_list li {
    width: calc(33.3333333333% - 0px);
  }
  #footer .footer__warp nav .nav_list li p {
    text-align: center;
    font-weight: 600;
  }
  #footer .footer__warp nav .nav_list li span {
    display: none;
  }
  #footer .footer__copy {
    padding: 1rem 0 5rem;
    text-align: center;
    color: #fff;
    background-color: #7da851;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #footer .footer__sp {
    display: none;
  }
  #sp_btn {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    width: 95%;
  }
  #sp_btn ul {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    gap: 5px;
  }
  #sp_btn ul li {
    width: 100%;
    display: block;
    padding: 10px 0;
    background-color: #603813;
    border-radius: 30px;
  }
  #sp_btn ul li a,
  #sp_btn ul li .button {
    display: flex;
    flex-flow: column;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.3s ease;
    cursor: pointer;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
  }
  #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 {
    font-size: 20px;
  }
  #sp_btn ul li:nth-child(2) i {
    font-size: 19px;
    padding: 0 0 2px;
  }
  #sp_btn ul li:nth-child(2) span {
    font-size: 10px;
  }
  #sp_btn ul li:nth-child(3) {
    border-right: 1px solid #ccc;
  }
  #sp_btn ul li:nth-child(1) i {
    padding: 0 0 3px;
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #footer::before {
    content: "";
    bottom: 60px;
    left: 0;
    width: 132px;
    height: 146px;
  }
  #footer::after {
    bottom: 60px;
    right: 0;
    width: 132px;
    height: 146px;
  }
  #footer .footer__warp .logo figure {
    width: 330px;
  }
  #footer .footer__warp .foo-text .btn,
  #footer .footer__warp .foo-text .btn02 {
    margin: 25px auto 0;
  }
  #footer .footer__warp .foo-text .btn a,
  #footer .footer__warp .foo-text .btn02 a {
    font-size: 16px;
  }
  #footer .footer__warp .foo-text .btn02 {
    margin: 20px auto 50px;
  }
  #footer .footer__warp .foo-text .btn02 a {
    font-size: 14px;
  }
  #footer .footer__warp .foo-text .btn {
    display: flex;
    flex-flow: column;
    gap: 10px;
    width: 250px;
    margin: 20px auto 0;
  }
  #footer .footer__warp .foo-text .btn a {
    font-size: 15px;
  }
  #footer .footer__warp nav {
    padding: 0 10px 30px 0;
  }
  #footer .footer__warp nav .nav_list {
    width: 270px;
  }
  #footer .footer__warp nav .nav_list li {
    width: calc(50% - 0px);
  }
  #footer .footer__warp nav .nav_list li p {
    font-size: 13px;
  }
}
.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;
}

header {
  background-color: rgba(255, 255, 255, 0.4);
}/*# sourceMappingURL=style.css.map */