@charset "UTF-8";
/*==================================================
Template design by anoSora and Yozora Eto
@link https://anosora.itsuka-yume.com/
@link https://yozora-eto.com/

テンプレートデザイン、およびコードの著作権は anoSora and Yozora Eto にあります。
==================================================*/
/* ーーーーーーーーーーーーー

■メディアクエリ　ブレイクPoint
デフォルトをスマホ用デザインとして、モバイルファースト設計にしています。
min-width: 320px（デザイン調整用）
min-width: 425px（デザイン調整用）
min-width: 768px（タブレット想定）
min-width: 1024px（ラップトップ想定）
min-width: 1280px（PC想定）
min-width: 1440px（デザイン調整用）
min-width: 1620px（デザイン調整用）

ーーーーーーーーーーーー */
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=M+PLUS+1p:wght@400;500;700;800&family=Nunito:wght@200..1000&family=Material+Symbols+Rounded&display=swap");
/*
デモサイト用
_________________________________________*/
.demo-header__box {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .demo-header__box {
    gap: 30px;
  }
}
.demo-header__name {
  display: none;
  font-family: var(--font-jp);
  font-weight: 500;
  color: var(--color-main-dark);
}
@media screen and (min-width: 425px) {
  .demo-header__name {
    display: block;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .demo-header__name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .demo-header__name {
    font-size: 22px;
  }
}

.demo-contents {
  width: 100%;
  max-width: 1660px;
  min-width: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .demo-contents {
    display: grid;
    gap: 50px;
    grid-template-columns: 400px 1fr;
    position: relative;
    align-items: start;
  }
}

.demo-aside {
  display: block;
  width: 100%;
  max-width: 450px;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: -110%;
  background-color: var(--color-white);
  padding: 80px 20px 20px;
  transition: all var(--transition-all);
  z-index: 1;
  opacity: 0;
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .demo-aside {
    padding: 100px 20px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .demo-aside {
    width: auto;
    max-width: unset;
    height: auto;
    position: sticky;
    right: unset;
    background-color: transparent;
    opacity: 1;
    padding: 175px 0px 0px;
    margin-top: -95px;
  }
}
.demo-aside.active {
  right: 0%;
  box-shadow: 4px 0px 20px 0 rgba(var(--color-black-rgb), 0.03);
  opacity: 1;
}

.demobox {
  display: flex;
  gap: 40px;
  flex-direction: column;
  padding: 20px 0px;
}
@media screen and (min-width: 1280px) {
  .demobox {
    padding: 25px;
    border-radius: 20px;
    background-color: rgba(var(--color-white-rgb), 0.8);
    box-shadow: var(--shadow-size-20) rgba(var(--color-main-dark-rgb), 0.05);
  }
}
.demobox__item {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.demobox__title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-main-dark);
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--color-main);
}
@media screen and (min-width: 768px) {
  .demobox__title {
    font-size: 18px;
    gap: 10px;
  }
}
.demobox__title::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background-image: url("../img/star-accent.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-10deg);
}
@media screen and (min-width: 768px) {
  .demobox__title::before {
    width: 20px;
  }
}
.demobox__text p:not(:last-child) {
  margin-bottom: 0.5em;
}

.demo-main {
  min-width: 1px;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (min-width: 1280px) {
  .demo-main {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.demolist {
  display: grid;
  justify-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  .demolist {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .demolist {
    grid-template-columns: repeat(3, 1fr);
  }
}
.demolist__name {
  font-family: var(--font-jp);
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  color: var(--color-main-dark);
}
.demolist__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 400px;
  min-width: 1px;
  position: relative;
  background-color: rgba(var(--color-white-rgb), 0.5);
  border: 1px solid rgba(var(--color-main-rgb), 0.5);
  border-radius: 15px;
  padding: 15px;
  box-shadow: var(--shadow-size-10) rgba(var(--color-main-rgb), 0.3);
  transition: all var(--transition-all);
}
@media screen and (min-width: 768px) {
  .demolist__link {
    padding: 20px;
  }
}
.demolist__link::before, .demolist__link::after {
  content: "";
  display: block;
  width: 15px;
  min-width: 1px;
  aspect-ratio: 1/1;
  background-image: url("../img/star-main.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .demolist__link::before, .demolist__link::after {
    width: 20px;
  }
}
.demolist__link:hover {
  background-color: rgba(var(--color-white-rgb), 1);
  box-shadow: var(--shadow-size-10) rgba(var(--color-main-rgb), 0.6);
  transform: translateY(-2px);
}

.demotbl {
  width: 100%;
}
.demotbl tr {
  display: grid;
  border-top: 1px solid rgba(var(--color-main-rgb), 0.5);
}
@media screen and (min-width: 425px) {
  .demotbl tr {
    grid-template-columns: 30% 70%;
  }
}
@media screen and (min-width: 768px) {
  .demotbl tr {
    grid-template-columns: 230px 1fr;
  }
}
.demotbl tr:last-child {
  border-bottom: 1px solid rgba(var(--color-main-rgb), 0.5);
}
.demotbl th,
.demotbl td {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .demotbl th,
  .demotbl td {
    padding: 15px 20px;
  }
}
.demotbl th {
  background: linear-gradient(90deg, rgba(var(--color-main-rgb), 0.2) 0%, rgba(var(--color-accent-rgb), 0.2) 100%);
}
.demotbl td {
  text-align: center;
}
@media screen and (min-width: 425px) {
  .demotbl td {
    text-align: start;
  }
}/*# sourceMappingURL=demo.css.map */