@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: #222222;
  position: relative;
}

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

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

a {
  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 li {
  width: 50%;
}

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