@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 100;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 200;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 800;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Black.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #561416;
  background: #ffffff;
  -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-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  text-align: justify;
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  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: 5rem 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 5rem 0 5rem;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 4rem 0 4rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #595757;
}
/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
@media screen and (max-width: 768px) {
  h2 {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  html body p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[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 #e43691;
  text-emphasis: filled #e43691;
  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;
}
@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: relative;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 0px 30px;
  background-color: #fff;
}
header .he_logo {
  width: 180px;
  padding: 5px 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;
  align-items: center;
}
header .he-box .he_wrap nav ul li p {
  font-size: 17px;
  text-align: center;
  font-weight: 800;
}
header .he-box .he_wrap nav ul li span {
  color: #e70012;
  font-size: 13px;
  font-weight: 800;
}
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: 2px;
  background-color: #e70012;
  transition: 0.3s;
}
header .he-box .he_wrap nav ul li a:hover::after {
  width: 100%;
}
header .he-box .he_wrap nav ul .li-contact {
  background-color: #e43691;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  font-weight: 600;
  font-size: 13px;
}
header .he-box .he_wrap nav ul .li-contact a {
  color: #fff;
}
header .he-box .he_wrap nav ul .li-contact a i {
  margin: 0 5px 0 0;
}
header .he-box .he_wrap nav ul .li-contact:hover {
  opacity: 0.7;
}
header .he-box .he_wrap nav ul .li-contact a::after {
  height: 0px;
}
header .he-box .he_wrap nav ul .active a::after {
  transform: scale(1, 1);
  width: 100%;
}
header .he-box .he_wrap .he_instagram {
  width: 25px;
  margin: 0 0 0 20px;
}
header .he-box .he_wrap .he_instagram img {
  width: 100%;
}
header .he-box .he_wrap .he_instagram:hover {
  opacity: 0.5;
}

/* クラスfixedが付与されたときのヘッダー背景色を指定 */
.header.fixed {
  background: #ffffff;
  opacity: 0.9;
  padding: 0px 30px;
  margin: 0px 0 0 0;
  transition: all ease 1s;
}
.header.fixed .he-box .he_wrap nav ul li p {
  color: #e43691;
}
.header.fixed .he-box .he_wrap nav ul li span {
  color: #561416;
}
.header.fixed .he-box .he_wrap nav ul li a::after {
  background-color: #e70012;
}
.header.fixed .he-box .he_wrap nav ul li:nth-child(6) p {
  color: #fff;
}

/* 上部に固定させるスタイルを用意 */
.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: 1280px) {
  header {
    z-index: 20;
    padding: 0px 30px 0 10px;
  }
  header .he_logo {
    width: 180px;
  }
}
@media screen and (max-width: 928px) {
  header {
    padding: 0px 30px 0 20px;
  }
  header .he_logo {
    width: 150px;
    padding: 10px 0;
  }
  header .he-box .he_wrap nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .he_logo {
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 0px 20px 0 10px;
    gap: 20px;
  }
  header .he-box .he_wrap {
    margin: 0 15px 0 0;
  }
  .header.fixed {
    padding: 0px 20px 0 0px !important;
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99999;
}
#floating li {
  display: block;
  margin: 0.25rem 0;
  border: solid 3px #ffffff;
  border-right: none;
  border-radius: 10px 0 0 10px;
}
#floating li a {
  background-color: #e70012;
  color: #fff;
  font-size: 16px;
  padding: 1rem 1.5rem 1rem 1.5rem;
  line-height: 0.5;
  font-weight: 800;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
}
#floating li a:hover {
  animation: push 0.6s;
}
@keyframes push {
  from, to {
    transform: none;
  }
  10% {
    transform: scale(0.8);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.96);
  }
  80% {
    transform: scale(1);
  }
}

@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: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background-color: #e70012;
  /*動き*/
  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: 999;
  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 ul .icon {
  margin: 30px 0 0 0;
  display: flex;
}
#g-nav ul .icon a {
  width: 65px;
}
#g-nav ul .icon a i {
  color: #e43691;
  font-size: 25px;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li p {
  font-size: 15px;
  text-align: center;
}
#g-nav li p i {
  font-size: 30px;
}
#g-nav li span {
  font-weight: 500;
  font-size: 13px;
  color: #fff4c7;
  line-height: 10px;
}

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

#g-nav .li-contact {
  margin: 25px 0 0 0;
}
#g-nav .li-contact a {
  padding: 5px 20px;
  transition: 0.5s;
  border: 1px solid #fff;
  border-radius: 30px;
}
#g-nav .li-contact a i {
  font-size: 15px;
}
#g-nav .li-contact a:hover {
  background-color: #e70012;
  opacity: 1;
}

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

.linebutton {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 100px;
  right: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.linebutton img {
  width: 100%;
}

/*×に変化*/
.openbtn > span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #e70012;
  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: 1280px) {
  .openbtn {
    display: none;
    top: -20px;
    right: -10px;
    cursor: pointer;
  }
}
@media screen and (max-width: 928px) {
  .openbtn {
    display: block;
    top: -20px;
    right: -10px;
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  .openbtn {
    top: -27px;
    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 {
  background-color: #fff9e0;
}
#blog .blog__warp {
  width: 70%;
  margin: 0 auto;
  border-radius: 15px;
}
#blog .blog__warp__heading {
  text-align: center;
  margin: 0 0 50px;
}
#blog .blog__warp__heading h2 {
  font-weight: 900;
  letter-spacing: 2px;
  margin: 20px auto 10px;
  font-size: 35px;
  color: #561416;
  border-bottom: 5px dashed orange;
  padding: 5px 30px;
  display: inline;
}
#blog .blog__warp__heading p {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}
#blog .blog__warp__heading p span {
  color: #e70012;
}
#blog .blog__warp--box {
  font-size: 13px;
}
#blog .blog__warp--box--listbox {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#blog .blog__warp--box--listbox--list {
  width: calc(33.3333333333% - 20px);
  padding: 10px;
  background-color: #fff;
  padding: 15px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}
#blog .blog__warp--box--listbox--list--link--images img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog .blog__warp--box--listbox--list--link--item {
  display: flex;
  flex-flow: column;
  margin: 5px 0 0;
}
#blog .blog__warp--box--listbox--list--link--item time {
  color: #e70012;
  font-weight: 600;
}
#blog .blog__warp--box--listbox--list--link--item--h3 {
  text-align: justify;
  order: 2;
}
#blog .blog__warp--box--listbox--list--link--item--time {
  order: 1;
}
#blog .blog__warp--box--listbox--list--link--item--time i {
  display: none;
}
#blog .blog__warp--box--listbox--list--link--item--cat {
  display: none;
}
#blog .blog__warp--box--listbox--list--link--item--txt {
  display: none;
}
#blog .blog__warp--box--listbox--list--link--item--read {
  display: none;
}
#blog .blog__warp__btn {
  text-align: center;
  margin: 50px 0 30px;
}
#blog .blog__warp__btn a {
  background-color: #e70012;
  color: #fff;
  font-weight: 500;
  padding: 10px 40px;
  transition: 0.5s;
  border-radius: 30px;
}
#blog .blog__warp__btn a:hover {
  background-color: #561416;
}

@media screen and (max-width: 1280px) {
  #blog .blog__warp {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #blog .blog__warp--box--listbox--list {
    width: calc(33.3333333333% - 20px);
  }
  #blog .blog__warp--box--listbox--list:nth-child(4), #blog .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
  #blog .blog__warp__btn {
    text-align: center;
    margin: 50px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #blog .blog__warp--box--listbox--list {
    width: 50%;
  }
  #blog .blog__warp--box--listbox--list:nth-child(3), #blog .blog__warp--box--listbox--list:nth-child(4), #blog .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #blog .blog__warp {
    width: 80%;
    margin: 0 auto;
  }
  #blog .blog__warp__heading h2 {
    font-size: 30px;
  }
  #blog .blog__warp--box--listbox--list {
    width: 100%;
  }
  #blog .blog__warp--box--listbox--list:nth-child(2), #blog .blog__warp--box--listbox--list:nth-child(3), #blog .blog__warp--box--listbox--list:nth-child(4), #blog .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
#top-main {
  margin: 0px auto 20px;
  margin-top: 0;
  padding: 0;
  position: relative;
  width: 65%;
}
#top-main::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 219, 237, 0.2);
  z-index: 10;
  border-radius: 20px;
}
#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 {
  border-radius: 20px;
  margin: 30px 0 0 0;
}
#top-main .swiper-slide img {
  height: 75svh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow-x: hidden;
  position: relative;
}
#top-main .swiper-wrapper02 {
  position: absolute;
  bottom: -50px;
  right: -100px;
  z-index: 10;
  width: 400px;
}
#top-main .swiper-wrapper02 img {
  width: 100%;
}
#top-main .swiper-wrapper03 {
  position: absolute;
  bottom: -50px;
  left: -20px;
  z-index: 10;
  width: 300px;
}
#top-main .swiper-wrapper03 img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #top-main .swiper-slide img {
    height: 50svh;
  }
  #top-main .swiper-wrapper02 {
    bottom: -50px;
    right: -100px;
    width: 250px;
  }
  #top-main .swiper-wrapper03 {
    bottom: -50px;
    left: -100px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #top-main {
    width: 90%;
  }
  #top-main .swiper-slide img {
    height: 50svh;
  }
  #top-main .swiper {
    margin: 10px 0 0 0;
  }
  #top-main .swiper-wrapper02 {
    bottom: -50px;
    right: -10px;
    width: 200px;
  }
  #top-main .swiper-wrapper03 {
    bottom: -20px;
    left: 0px;
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  #top-main .swiper {
    margin: 10px 0 0 0;
  }
  #top-main .swiper-wrapper02 {
    bottom: -55px;
    right: -10px;
    width: 200px;
  }
  #top-main .swiper-wrapper03 {
    bottom: -40px;
    left: 0px;
    width: 150px;
  }
}
#top-heading {
  background-image: url(../../img/common/base.jpg);
  margin-top: 10rem;
}
#top-heading .top-heading_wrap__heading h2 {
  font-size: 50px;
  font-weight: 900;
  color: #e70012;
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
  width: 500px;
  margin: 0 auto;
}
#top-heading .top-heading_wrap__heading h2:before {
  position: absolute;
  left: -10px;
  bottom: 0px;
  width: 100%;
  height: 10px;
  transform: skew(-45deg);
  background-image: repeating-linear-gradient(90deg, transparent 0 4px, #ffe600 4px 8px);
  content: "";
  z-index: 10;
}
#top-heading .top-heading_wrap__heading h2 span {
  font-size: 30px;
}
#top-heading .top-heading_wrap__box {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
}
#top-heading .top-heading_wrap__box--img--bubble {
  display: flex;
  gap: 20px;
  justify-content: baseline;
  margin: 50px 0 0 0;
}
#top-heading .top-heading_wrap__box--img--bubble .balloon {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0 5px;
  width: 200px;
  height: 200px;
  line-height: 90px;
  text-align: center;
  color: #561416;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  font-weight: 900;
  box-sizing: border-box;
  letter-spacing: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#top-heading .top-heading_wrap__box--img--bubble .balloon:before {
  content: "";
  position: absolute;
  bottom: -11px;
  right: -5px;
  margin-top: -15px;
  border: 25px solid transparent;
  border-left: 25px solid #fff;
  z-index: 0;
  transform: rotate(45deg);
}
#top-heading .top-heading_wrap__box--img--bubble .balloon02 {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0 5px;
  width: 200px;
  height: 200px;
  line-height: 90px;
  text-align: center;
  color: #e70012;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  font-weight: 900;
  box-sizing: border-box;
  letter-spacing: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#top-heading .top-heading_wrap__box--img--bubble .balloon02:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: -5px;
  /* 矢印の位置を右から左へ移動 */
  margin-top: -15px;
  border: 25px solid transparent;
  border-right: 25px solid #fff;
  /* 矢印の向きを反転 */
  z-index: 0;
  transform: rotate(-45deg);
  /* 反転に合わせて回転を調整 */
}
#top-heading .top-heading_wrap__box figure img {
  width: 100%;
}
#top-heading .top-heading_wrap__box--text {
  background-color: #fff;
  padding: 30px 30px 50px;
  border-radius: 10px;
}
#top-heading .top-heading_wrap__box--text p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
}
#top-heading .top-heading_wrap__box--text p span {
  font-size: 20px;
  font-weight: 900;
  background: linear-gradient(transparent 60%, #ffdbed 60%);
}
#top-heading .top-heading_wrap__box--text h4 {
  font-size: 30px;
  color: #fff;
  background-color: #f60;
  padding: 14px 20px 10px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 40px;
}
#top-heading .top-heading_wrap__box--text h4 span {
  font-size: 15px;
}
#top-heading .top-heading_wrap__box--text .btn {
  text-align: center;
}
#top-heading .top-heading_wrap__box--text .btn a {
  background-color: #e70012;
  padding: 10px 30px;
  color: #fff;
  border-radius: 30px;
  transition: 0.5s;
  font-size: 20px;
  font-weight: 700;
  transition: 0.5s;
}
#top-heading .top-heading_wrap__box--text .btn a:hover {
  background-color: #561416;
}
#top-heading .top-heading_wrap__box--text .btn a .none {
  display: none;
}

@media screen and (max-width: 980px) {
  #top-heading {
    margin-top: 5rem;
  }
  #top-heading .top-heading_wrap__heading h2 {
    font-size: 40px;
    width: 400px;
  }
  #top-heading .top-heading_wrap__box {
    grid-template-columns: 1fr;
    width: 500px;
    margin: 0 auto;
  }
  #top-heading .top-heading_wrap__box--img--bubble {
    justify-content: center;
  }
  #top-heading .top-heading_wrap__box--img--bubble .balloon {
    width: 150px;
    height: 150px;
    font-size: 22px;
  }
  #top-heading .top-heading_wrap__box--img--bubble .balloon02 {
    width: 150px;
    height: 150px;
    font-size: 22px;
  }
  #top-heading .top-heading_wrap__box figure img {
    width: 100%;
  }
  #top-heading .top-heading_wrap__box--text {
    text-align: center;
  }
  #top-heading .top-heading_wrap__box--text h4 {
    font-size: 25px;
    width: 300px;
    margin: 20px auto 40px;
  }
}
@media screen and (max-width: 768px) {
  #top-heading .top-heading_wrap__heading h2 {
    font-size: 30px;
    width: 300px;
  }
  #top-heading .top-heading_wrap__heading h2 span {
    font-size: 20px;
  }
  #top-heading .top-heading_wrap__box {
    width: 300px;
    justify-content: center;
  }
  #top-heading .top-heading_wrap__box--img--bubble {
    gap: 0px;
  }
  #top-heading .top-heading_wrap__box--img--bubble .balloon {
    width: 130px;
    height: 130px;
  }
  #top-heading .top-heading_wrap__box--img--bubble .balloon:before {
    right: -15px;
  }
  #top-heading .top-heading_wrap__box--img--bubble .balloon02 {
    margin: 0 0px 0 0;
    width: 130px;
    height: 130px;
  }
  #top-heading .top-heading_wrap__box--img--bubble .balloon02:before {
    left: -15px;
  }
  #top-heading .top-heading_wrap__box--text p {
    font-size: 15px;
  }
  #top-heading .top-heading_wrap__box--text p span {
    font-size: 18px;
  }
  #top-heading .top-heading_wrap__box--text h4 {
    font-size: 20px;
    margin: 20px auto 20px;
  }
  #top-heading .top-heading_wrap__box--text h4 span {
    font-size: 15px;
  }
  #top-heading .top-heading_wrap__box--text .btn a {
    padding: 10px 20px;
    font-size: 16px;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #top-heading .top-heading_wrap__box {
    width: 100%;
  }
  #top-heading .top-heading_wrap__box figure {
    width: 85%;
    margin: 0 auto;
  }
  #top-heading .top-heading_wrap__box figure img {
    width: 100%;
  }
  #top-heading .top-heading_wrap__box--text {
    width: 100%;
    margin: 0 auto;
  }
  #top-heading .top-heading_wrap__box--text h4 {
    width: 200px;
    line-height: 1.2;
  }
  #top-heading .top-heading_wrap__box--text .btn a {
    line-height: 1.5;
  }
  #top-heading .top-heading_wrap__box--text .btn a .none {
    display: block;
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
#top-menu {
  background-image: url(../../img/common/base.jpg);
}
#top-menu .top-menu_wrap {
  overflow: hidden;
  padding: 20px 0;
}
#top-menu .top-menu_wrap__heading h2 {
  font-size: 50px;
  font-weight: 900;
  color: #561416;
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
  width: 500px;
  margin: 0 auto;
}
#top-menu .top-menu_wrap__heading h2:before {
  position: absolute;
  left: -10px;
  bottom: 0px;
  width: 100%;
  height: 10px;
  transform: skew(-45deg);
  background-image: repeating-linear-gradient(90deg, transparent 0 4px, #ffe600 4px 8px);
  content: "";
  z-index: 10;
}
#top-menu .top-menu_wrap__heading h2 span {
  font-size: 30px;
}
#top-menu .top-menu_wrap ul {
  margin: 80px 0 0;
  display: flex;
  flex-flow: column;
  gap: 100px;
}
#top-menu .top-menu_wrap ul li {
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
#top-menu .top-menu_wrap ul li figure {
  position: relative;
  z-index: 10;
}
#top-menu .top-menu_wrap ul li figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#top-menu .top-menu_wrap ul li .li-text {
  position: relative;
}
#top-menu .top-menu_wrap ul li .li-text::after {
  position: absolute;
  top: -120px;
  right: 50px;
  width: 170px;
  height: 170px;
  content: "";
  background-image: url(../../img/home/no1.png);
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
#top-menu .top-menu_wrap ul li .li-text h3 {
  font-size: 50px;
  font-weight: 900;
  margin: 50px 0 100px;
  position: relative;
  z-index: 1;
  color: #fff;
}
#top-menu .top-menu_wrap ul li .li-text h3::after {
  content: "";
  position: absolute;
  background-color: #f60;
  top: -60px;
  left: -200px;
  width: 800px;
  height: 150px;
  z-index: -1;
  border-radius: 0 50px 50px 0;
}
#top-menu .top-menu_wrap ul li .li-text h3::before {
  content: "01";
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  top: -70px;
  left: 0px;
  width: 100px;
  height: 200px;
  z-index: 2;
  font-size: 80px;
}
#top-menu .top-menu_wrap ul li .li-text p {
  position: relative;
  z-index: 1;
}
#top-menu .top-menu_wrap ul li:nth-child(2n) figure {
  order: 2;
}
#top-menu .top-menu_wrap ul li:nth-child(2n) .li-text::after {
  top: -120px;
  right: auto;
  left: 50px;
  background-image: url(../../img/home/ziman.png);
}
#top-menu .top-menu_wrap ul li:nth-child(2n) .li-text h3 {
  font-size: 50px;
  margin: 50px 0 100px;
  text-align: right;
}
#top-menu .top-menu_wrap ul li:nth-child(2n) .li-text h3::after {
  background-color: #561416;
  top: -60px;
  left: auto;
  right: -200px;
  width: 800px;
  height: 150px;
  border-radius: 50px 0px 0px 50px;
}
#top-menu .top-menu_wrap ul li:nth-child(2n) .li-text h3::before {
  content: "02";
  top: -70px;
  left: auto;
  right: 0px;
  width: 100px;
  height: 200px;
}
#top-menu .top-menu_wrap ul li:nth-child(3) .li-text::after {
  background-image: url(../../img/home/osusume.png);
}
#top-menu .top-menu_wrap ul li:nth-child(3) .li-text h3::after {
  background-color: #e70012;
}
#top-menu .top-menu_wrap ul li:nth-child(3) .li-text h3::before {
  content: "03";
}
#top-menu .top-menu_wrap .btn {
  text-align: center;
  margin: 70px 0 0 0;
}
#top-menu .top-menu_wrap .btn a {
  background-color: #e70012;
  padding: 10px 30px;
  color: #fff;
  border-radius: 30px;
  transition: 0.5s;
  font-size: 20px;
  font-weight: 700;
  transition: 0.5s;
}
#top-menu .top-menu_wrap .btn a:hover {
  background-color: #561416;
}

@media screen and (max-width: 1300px) {
  #top-menu .top-menu_wrap {
    width: 90%;
    margin: 0 auto;
  }
  #top-menu .top-menu_wrap ul li .li-text h3::after {
    left: -70px;
    width: 450px;
    height: 150px;
  }
  #top-menu .top-menu_wrap ul li .li-text p {
    margin: 0 50px 0 0;
  }
  #top-menu .top-menu_wrap ul li:nth-child(2n) .li-text h3::after {
    right: -80px;
    width: 450px;
    height: 150px;
  }
  #top-menu .top-menu_wrap ul li:nth-child(2n) .li-text p {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 928px) {
  #top-menu .top-menu_wrap__heading h2 {
    font-size: 40px;
    width: 350px;
  }
  #top-menu .top-menu_wrap ul li {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  #top-menu .top-menu_wrap ul li figure {
    order: 2;
    width: 80%;
    margin: 0 auto;
  }
  #top-menu .top-menu_wrap ul li .li-text {
    display: flex;
    flex-flow: column;
  }
  #top-menu .top-menu_wrap ul li .li-text::after {
    top: -80px;
    right: 120px;
    width: 120px;
    height: 120px;
  }
  #top-menu .top-menu_wrap ul li .li-text h3 {
    order: 1;
    font-size: 40px;
    margin: 50px 0 75px 50px;
  }
  #top-menu .top-menu_wrap ul li .li-text h3::after {
    width: 110%;
    height: 120px;
  }
  #top-menu .top-menu_wrap ul li .li-text p {
    margin: 0 0px 0 0;
    order: 2;
  }
  #top-menu .top-menu_wrap ul li:nth-child(2n) figure {
    order: 2;
  }
  #top-menu .top-menu_wrap ul li:nth-child(2n) .li-text::after {
    top: -60px;
    right: auto;
    left: 50px;
  }
  #top-menu .top-menu_wrap ul li:nth-child(2n) .li-text h3 {
    font-size: 40px;
    margin: 50px 50px 75px 0;
    text-align: right;
  }
  #top-menu .top-menu_wrap ul li:nth-child(2n) .li-text h3::after {
    top: -60px;
    left: auto;
    right: -80px;
    width: 110%;
    height: 120px;
    border-radius: 50px 0px 0px 50px;
  }
  #top-menu .top-menu_wrap ul li:nth-child(2n) .li-text h3::before {
    top: -70px;
    left: auto;
    right: 0px;
    width: 100px;
    height: 200px;
  }
  #top-menu .top-menu_wrap ul li:nth-child(2n) .li-text p {
    margin: 0 0 0 0px;
  }
  #top-menu .top-menu_wrap .btn {
    text-align: center;
    margin: 70px 0 0 0;
  }
  #top-menu .top-menu_wrap .btn a {
    padding: 10px 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-menu .top-menu_wrap__heading h2 {
    font-size: 30px;
    padding-bottom: 1.5rem;
    width: 300px;
  }
  #top-menu .top-menu_wrap ul li .li-text h3 {
    font-size: 30px;
  }
  #top-menu .top-menu_wrap ul li:nth-child(2n) .li-text h3 {
    font-size: 30px;
  }
  #top-menu .top-menu_wrap .btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #top-menu .top-menu_wrap {
    width: 100%;
  }
  #top-menu .top-menu_wrap ul li {
    gap: 20px;
  }
  #top-menu .top-menu_wrap ul li .li-text::after {
    top: -70px;
    right: 20px;
  }
  #top-menu .top-menu_wrap ul li .li-text h3 {
    margin: 50px 0 65px 50px;
  }
  #top-menu .top-menu_wrap ul li .li-text p {
    width: 90%;
    margin: 0 auto 0;
  }
  #top-menu .top-menu_wrap ul li:nth-child(2n) .li-text h3 {
    font-size: 30px;
    margin: 50px 50px 65px 0;
  }
  #top-menu .top-menu_wrap ul li:nth-child(2n) .li-text h3::after {
    right: -50px;
  }
  #top-menu .top-menu_wrap ul li:nth-child(2n) .li-text p {
    margin: 0 auto 0;
  }
}
#top-item {
  padding: 150px 0;
}
#top-item .top-item_block {
  margin: 0 auto;
}
#top-item .top-item_block ul {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}
#top-item .top-item_block ul a {
  overflow: hidden;
}
#top-item .top-item_block ul a li {
  aspect-ratio: 1/1;
  position: relative;
  background-size: cover;
  z-index: 10;
}
#top-item .top-item_block ul a li::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease-out;
}
#top-item .top-item_block ul a li:hover:after {
  opacity: 0.8;
  transform: scale(1.25) rotate(-15deg);
}
#top-item .top-item_block ul a li div {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 75%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#top-item .top-item_block ul a li div h4 {
  text-align: center;
  font-weight: 700;
}
#top-item .top-item_block ul a li div h4 span {
  font-size: 15px;
  letter-spacing: 0;
}
#top-item .top-item_block ul a li div h3 {
  color: #561416;
  font-weight: 700;
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  letter-spacing: -1px;
  line-height: 1.1;
}
#top-item .top-item_block ul a li div p {
  padding: 0 25px;
}
#top-item .top-item_block ul a a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
#top-item .top-item_block ul a .item01::after {
  background-image: url(../../img/home/main02.jpg);
}
#top-item .top-item_block ul a .item02::after {
  background-image: url(../../img/home/top-item02.jpg);
}
#top-item .top-item_block ul a .item03::after {
  background-image: url(../../img/home/main01.jpg);
}
#top-item .top-item_but {
  text-align: center;
  margin-top: 60px;
}
#top-item .top-item_but a {
  border: 1px solid;
  padding: 15px 40px;
  color: #561416;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: 0.5s;
}
#top-item .top-item_but a:hover {
  background-color: #561416;
  color: #fff;
  font-weight: 300;
}

@media screen and (max-width: 1280px) {
  #top-item .top-item_block {
    width: 90%;
  }
  #top-item .top-item_block ul {
    gap: 20px;
  }
  #top-item .top-item_block ul a li div h3 {
    font-size: 30px;
  }
  #top-item .top-item_block ul a li div p {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1024px) {
  #top-item .top-item_block {
    width: 85%;
  }
  #top-item .top-item_block ul {
    gap: 20px;
  }
  #top-item .top-item_block ul a li div h4 {
    font-size: 15px;
  }
  #top-item .top-item_block ul a li div h3 {
    font-size: 20px;
  }
  #top-item .top-item_block ul a li div p {
    font-size: 13px;
  }
}
@media screen and (max-width: 928px) {
  #top-item .top-item_block {
    width: 85%;
  }
  #top-item .top-item_block ul {
    gap: 20px;
  }
  #top-item .top-item_block ul a li div h4 {
    font-size: 15px;
  }
  #top-item .top-item_block ul a li div h4 span {
    font-size: 10px;
  }
  #top-item .top-item_block ul a li div h3 {
    font-size: 20px;
  }
  #top-item .top-item_block ul a li div p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #top-item .top-item_block {
    width: 100%;
  }
  #top-item .top-item_block ul {
    gap: 15px;
  }
  #top-item .top-item_block ul a li div h4 {
    font-size: 13px;
  }
  #top-item .top-item_block ul a li div h4 span {
    font-size: 10px;
  }
  #top-item .top-item_block ul a li div h3 {
    font-size: 20px;
  }
  #top-item .top-item_block ul a li div p {
    padding: 0 15px;
    font-size: 11px;
    line-height: 13px;
  }
}
@media screen and (max-width: 480px) {
  #top-item {
    padding: 100px 0 100px;
  }
  #top-item .top-item_block {
    width: 80%;
  }
  #top-item .top-item_block ul {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  #top-item .top-item_block ul a li div h4 {
    font-size: 16px;
  }
  #top-item .top-item_block ul a li div h3 {
    font-size: 25px;
  }
  #top-item .top-item_block ul a li div p {
    letter-spacing: 0px;
    line-height: 25px;
    font-size: 14px;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #595757;
  -webkit-clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
          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: #e70012;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #ffffff;
  color: #e43691;
}

#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 {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
}

.sub_pageTop {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 9999;
  width: 110px;
  transition: 0.5s;
}
.sub_pageTop img {
  width: 100%;
}
.sub_pageTop:hover {
  bottom: 90px;
  transition: 0.5s;
}

#pageTop i {
  padding-top: 9px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 0px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #e70012;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: 3px solid #fff;
  transition: 0.5s;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #pageTop {
    bottom: 70px;
    right: 20px;
  }
  .sub_pageTop {
    bottom: 130px;
    right: 10px;
  }
  .sub_pageTop:hover {
    bottom: 150px;
  }
  #pageTop a {
    padding: 9px 0 0 0px;
  }
}
@media screen and (max-width: 480px) {
  #pageTop {
    bottom: 70px;
    right: 17px;
  }
  #pageTop i {
    padding-top: 7px;
  }
  #pageTop a {
    padding: 8px 0 0 0px;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
  }
}
footer {
  position: relative;
  border-top: 15px solid #e70012;
}
footer::after {
  position: absolute;
  content: "";
  background-image: url(../../img/common/base.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: -1px;
}
footer .footer_wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 0.8fr;
  font-weight: 600;
}
footer .footer_wrap__block--logo {
  width: 300px;
  margin: 0 auto 20px;
  padding: 100px 0 0 0;
}
footer .footer_wrap__block--logo a img {
  width: 100%;
}
footer .footer_wrap__block--text {
  text-align: center;
  margin: 0 0 30px;
}
footer .footer_wrap__block--text p {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
footer .footer_wrap__block--text p .none {
  display: none;
}
footer .footer_wrap__block--btn {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 20px 0 0 0;
  text-align: center;
}
footer .footer_wrap__block--btn p {
  color: #e70012;
  font-size: 18px;
}
footer .footer_wrap__block--btn--tel a, footer .footer_wrap__block--btn--icon01 a {
  background-color: #e70012;
  padding: 10px 20px;
  color: #fff;
  border-radius: 30px;
  transition: 0.5s;
  font-size: 17px;
  font-weight: 500;
}
footer .footer_wrap__block--btn--tel a:hover, footer .footer_wrap__block--btn--icon01 a:hover {
  opacity: 0.5;
}
footer .footer_wrap__block--nav {
  display: flex;
  align-items: center;
  gap: 0px;
  justify-content: center;
  padding: 0 0 70px;
}
footer .footer_wrap__block--nav nav {
  padding: 40px 0 0px;
}
footer .footer_wrap__block--nav nav ul {
  display: flex;
}
footer .footer_wrap__block--nav nav ul li {
  padding: 0 20px;
  border-right: 2px solid #e70012;
  border-left: 2px solid #e70012;
}
footer .footer_wrap__block--nav nav ul li p {
  font-size: 15px;
}
footer .footer_wrap__block--nav nav ul li span {
  display: none;
}
footer .footer_wrap__block--nav nav ul li:nth-child(1), footer .footer_wrap__block--nav nav ul li:nth-child(2), footer .footer_wrap__block--nav nav ul li:nth-child(3) {
  border-right: 0px solid #fff;
}
footer .footer_wrap__block--nav nav ul li:nth-child(5) {
  display: none;
}
footer .footer_wrap__map iframe {
  width: 100%;
  height: 100%;
}
footer .footer__copy {
  position: relative;
  z-index: 1;
  padding: 1rem 0 1rem;
  text-align: center;
  color: #fff;
  background-color: #e70012;
  font-size: clamp(0.5rem, 0.46rem + 0.2vw, 0.7rem);
}

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

@media screen and (max-width: 1560px) {
  footer .footer_wrap__block--nav nav ul li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1150px) {
  footer .footer_wrap {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  footer .footer_wrap__map iframe {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__copy {
    position: relative;
    z-index: 1;
    padding: 1rem 0 4rem;
    text-align: center;
    color: #fff;
    font-size: clamp(0.5rem, 0.46rem + 0.2vw, 0.7rem);
    position: relative;
  }
  footer .footer__copy::before {
    position: absolute;
    width: 100%;
    height: 70px;
    content: "";
    background-image: url(../../img/common/wave.png);
    top: -10px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    background-color: #e70012;
    border-top: 1px solid #ccc;
  }
  #sp_btn ul {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
  }
  #sp_btn ul li {
    width: 100%;
    display: block;
  }
  #sp_btn ul li a,
  #sp_btn ul li .button {
    display: flex;
    flex-flow: column;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.3s ease;
    cursor: pointer;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
    padding: 5px 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 {
    font-size: 17px;
  }
  #sp_btn ul li:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #sp_btn ul li:nth-child(2) i {
    margin: 0 0 2px;
  }
  #sp_btn ul li:nth-child(2) span {
    font-size: 12px;
  }
  #sp_btn ul li:nth-child(3) i {
    margin: 0 0 3px;
  }
  #sp_btn ul li:nth-child(3) span {
    font-size: 12px;
  }
  #sp_btn ul li:nth-child(1) i {
    font-size: 16px;
  }
  #sp_btn ul li:nth-child(1) span {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  footer {
    position: relative;
  }
  footer::after {
    position: absolute;
    content: "";
    background-image: url(../../img/common/base.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: -1px;
  }
  footer .footer_wrap {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    font-weight: 600;
  }
  footer .footer_wrap__block--logo {
    width: 200px;
    margin: 0 auto 20px;
    padding: 100px 0 0 0;
  }
  footer .footer_wrap__block--logo a img {
    width: 100%;
  }
  footer .footer_wrap__block--text {
    width: 90%;
    text-align: center;
    margin: 0 auto 30px;
  }
  footer .footer_wrap__block--text p {
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.4;
    font-weight: 700;
  }
  footer .footer_wrap__block--text p .none {
    display: none;
  }
  footer .footer_wrap__block--btn {
    display: flex;
    flex-flow: column;
    gap: 25px;
    justify-content: center;
    margin: 20px 0 0 0;
    text-align: center;
  }
  footer .footer_wrap__block--btn p {
    color: #e70012;
    font-size: 18px;
  }
  footer .footer_wrap__block--btn--tel a, footer .footer_wrap__block--btn--icon01 a {
    background-color: #e70012;
    padding: 5px 20px;
    color: #fff;
    border-radius: 30px;
    transition: 0.5s;
    font-size: 17px;
    font-weight: 500;
  }
  footer .footer_wrap__block--btn--tel a:hover, footer .footer_wrap__block--btn--icon01 a:hover {
    opacity: 0.5;
  }
  footer .footer_wrap__block--nav {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: center;
    padding: 0 0 50px;
  }
  footer .footer_wrap__block--nav nav {
    padding: 40px 0 0px;
  }
  footer .footer_wrap__block--nav nav ul {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  footer .footer_wrap__block--nav nav ul li {
    width: 100%;
    padding: 0 20px;
    border-right: 2px solid #e70012;
    border-left: 2px solid #e70012;
  }
  footer .footer_wrap__block--nav nav ul li p {
    font-size: 15px;
    text-align: center;
  }
  footer .footer_wrap__block--nav nav ul li span {
    display: none;
  }
  footer .footer_wrap__block--nav nav ul li:nth-child(1), footer .footer_wrap__block--nav nav ul li:nth-child(2), footer .footer_wrap__block--nav nav ul li:nth-child(3) {
    border-right: 2px solid #e70012;
  }
  footer .footer_wrap__block--nav nav ul li:nth-child(5) {
    display: none;
  }
  footer .footer_wrap__map iframe {
    width: 100%;
    height: 250px;
  }
}
.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;
}

html {
  overflow-y: scroll;
}

main {
  display: none;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  background: #e70012;
  text-align: center;
  top: 0;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 330px;
}

/* fadeUpをするアイコンの動き */
.lo-fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */