@charset "UTF-8";
/*
Theme Name: シナモンAI_Super_RAG様

*/
@import url("./css/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/********** カスタムプロパティ（変数） **********/
@media screen and (min-width: 1200px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .smart_hide {
    display: none !important;
  }
}
/********** 共通タグ設定 **********/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans CJK JP", "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
  word-break: break-all;
  color: #1B1313;
  position: relative;
}

img {
  width: 100%;
  display: block;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

/********** 共通クラス **********/
.inner {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .inner {
    max-width: unset;
    width: 100%;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fade_down {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.fade_up {
  opacity: 1;
  transition: all 0.6s ease-in-out;
}

/********** ヘッダー（共通） **********/
/********** メインコンテンツ（共通） **********/
main.page_bg::before {
  content: "";
  position: fixed;
  background-image: url(img/page_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 100vh;
  width: 100%;
  z-index: -1;
  top: 0;
}
main .floating {
  width: 100%;
  max-width: 690px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
main .floating ul {
  display: flex;
}
main .floating ul .contact {
  width: 63%;
}
main .floating ul .entry {
  width: 36%;
}
main .page_8_sns {
  background-color: #FAF4F4;
  padding-right: 10%;
}
main .page_8_sns ul {
  padding-top: 8px;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}
main .page_8_sns ul li {
  width: 30px;
}
@media screen and (max-width: 500px) {
  main .page_8_sns ul li {
    width: 24px;
  }
}
main .design_camp_footer {
  padding-top: 75px;
  background-color: #fff;
}
main .design_camp_footer .ft_inner {
  padding-bottom: 60px;
  max-width: 620px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) and (max-width: 820px) {
  main .design_camp_footer .ft_inner {
    padding: 28px;
  }
}
main .design_camp_footer .ft_inner .img_box {
  max-width: 430px;
  margin-inline: auto;
}
main .design_camp_footer .ft_inner .bnr_list {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
main .design_camp_footer .ft_inner .ft_box .ft_logo {
  max-width: 202px;
  margin-inline: auto;
  margin-bottom: 24px;
}
main .design_camp_footer .ft_inner .ft_box .ft_contact {
  margin-bottom: 38px;
  text-align: center;
  font-size: 2.8rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  position: relative;
}
main .design_camp_footer .ft_inner .ft_box .ft_contact::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #009BC2;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
main .design_camp_footer .ft_inner .ft_box .sns_icon {
  width: 36px;
  margin-inline: auto;
}

/********** フッター（共通） **********/
/*# sourceMappingURL=style.css.map */