@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");
/*
リセット
※こちらの内容は基本触らないほうが良いです。
_________________________________________*/
/*　http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126　*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* リセット　ここまで */
/*==================================================

デザインのベース

==================================================*/
/*
ページのベーススタイル
_________________________________________*/
body,
html {
  font-family: "M PLUS 1p", Roboto, "Segoe UI", Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  color: var(--color-text);
  box-sizing: border-box;
}

a {
  display: inline-block;
  color: var(--color-main-dark);
  text-decoration: none;
  transition: color var(--transition-all);
}
a img {
  transition: opacity var(--transition-all);
}
a:hover {
  color: var(--color-accent-dark);
}
a:hover img {
  opacity: 0.8;
}

figure {
  display: block;
  margin: unset;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
img.w-auto {
  width: auto;
  max-width: 100%;
}

h1 {
  font-size: clamp(1.5rem, 1.333rem + 0.83vw, 2rem);
  font-weight: 500;
  line-height: 1.3;
  /* font-size=>サイズ24px‐32px　画面320px-1280px */
}

h2 {
  font-family: var(--font-jp);
  font-size: clamp(1.438rem, 1.375rem + 0.31vw, 1.625rem);
  font-weight: 500;
  line-height: 1.3;
  /* font-size=>サイズ23px‐26px　画面320px-1280px */
}

h3 {
  font-family: var(--font-jp);
  font-size: clamp(1.25rem, 1.208rem + 0.21vw, 1.375rem);
  font-weight: 500;
  line-height: 1.3;
  /* font-size=>サイズ20px‐22px　画面320px-1280px */
}

h4 {
  font-family: var(--font-jp);
  font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  font-weight: 500;
  line-height: 1.3;
  /* font-size=>サイズ18px‐20px　画面320px-1280px */
}

h5,
h6 {
  font-family: var(--font-jp);
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  font-weight: 500;
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/*
ルートコンテンツ調整
_________________________________________*/
:root :where(.section) > * {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  :root :where(.section) > * {
    margin-bottom: 1rem;
  }
}
:root :where(.section) > :last-child {
  margin-bottom: 0px;
}

:root :where(.full-section__inner) > * {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  :root :where(.full-section__inner) > * {
    margin-bottom: 1rem;
  }
}
:root :where(.full-section__inner) > :last-child {
  margin-bottom: 0px;
}

:root :where(.box) > * {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  :root :where(.box) > * {
    margin-bottom: 1rem;
  }
}
:root :where(.box) > :last-child {
  margin-bottom: 0px;
}

:root :where(.whitebox) > * {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  :root :where(.whitebox) > * {
    margin-bottom: 0.9rem;
  }
}
:root :where(.whitebox) > :last-child {
  margin-bottom: 0px;
}

:root :where(.gradationbox) > * {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  :root :where(.gradationbox) > * {
    margin-bottom: 0.9rem;
  }
}
:root :where(.gradationbox) > :last-child {
  margin-bottom: 0px;
}

:root :where(.article-post__main) > * {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  :root :where(.article-post__main) > * {
    margin-bottom: 1rem;
  }
}
:root :where(.article-post__main) > :last-child {
  margin-bottom: 0px;
}

:root :where(.article-container) > * {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  :root :where(.article-container) > * {
    margin-bottom: 1rem;
  }
}
:root :where(.article-container) > :last-child {
  margin-bottom: 0px;
}

:root :where(.faq-item__answerbox) > * {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  :root :where(.faq-item__answerbox) > * {
    margin-bottom: 1rem;
  }
}
:root :where(.faq-item__answerbox) > :last-child {
  margin-bottom: 0px;
}

/*
読み込みアニメーション
_________________________________________*/
.body-container {
  opacity: 0;
  pointer-events: none;
}

body.appear .body-container {
  animation-name: Contents-Appear;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  pointer-events: auto;
}

@keyframes Contents-Appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, var(--color-main) 0%, var(--color-accent) 50%, rgba(var(--color-main-rgb), 0%) 100%);
  background-size: 200% 200%;
  animation-name: LoadingAnime;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  z-index: 2000;
  pointer-events: none;
}

@keyframes LoadingAnime {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 100% 100%;
    opacity: 0;
  }
}
/*
ボックス・レイアウト
_________________________________________*/
body {
  background-color: var(--color-back);
}

/* 背景固定 */
.backimg {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  opacity: 0.2;
  filter: blur(7.5px);
  z-index: -1;
  pointer-events: none;
}

/* コンテンツのレイアウト */
.body-container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100dvh;
  position: relative;
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  z-index: 0;
  /* font-size=>サイズ14px‐16px　画面320px-1280px */
}

/* メインコンテンツ部分 */
.maincontents {
  min-width: 1px;
  padding: 50px 20px 70px;
}
@media screen and (min-width: 1280px) {
  .maincontents {
    padding: 80px 20px 100px;
  }
}

/* お知らせページのレイアウト */
.column-contents {
  display: flex;
  gap: 50px;
  flex-direction: column;
  max-width: 1250px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .column-contents {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .column-contents {
    gap: 50px;
  }
}
.column-contents__aside {
  display: flex;
  gap: 30px;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .column-contents__aside {
    max-width: 250px;
    min-width: 200px;
    gap: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .column-contents__aside {
    max-width: 300px;
    position: sticky;
    top: 125px;
    left: 0;
  }
}
.column-contents__main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .column-contents__main {
    flex-grow: 1;
    max-width: calc(100% - 230px);
  }
}
@media screen and (min-width: 1024px) {
  .column-contents__main {
    max-width: unset;
  }
}

/*
共通パーツ
_________________________________________*/
/* サイト名 */
.sitename {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sitename img {
  aspect-ratio: 1/1;
}
.sitename img.color-main {
  filter: drop-shadow(var(--filter-star-5) var(--color-main));
}
@media screen and (min-width: 1280px) {
  .sitename img.color-main {
    filter: drop-shadow(var(--filter-star-10) var(--color-main));
  }
}
.sitename img.color-point {
  filter: drop-shadow(var(--filter-star-5) var(--color-point));
}
@media screen and (min-width: 1280px) {
  .sitename img.color-point {
    filter: drop-shadow(var(--filter-star-10) var(--color-point));
  }
}
.sitename__title {
  position: relative;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1.3;
  transition: opacity var(--transition-all);
}
.sitename__title span {
  position: relative;
  color: var(--color-white);
  z-index: 1;
}
.sitename__title::after {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, var(--color-main-dark) 0%, var(--color-accent-dark) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: blur(5px);
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .sitename__title::after {
    filter: blur(9px);
  }
}
.sitename__title.jp {
  font-family: var(--font-jp);
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .sitename__title.jp::after {
    filter: blur(8px);
  }
}
.sitename:hover .sitename__title {
  opacity: 0.8;
}

.header .sitename img {
  max-width: 20px;
}
@media screen and (min-width: 1280px) {
  .header .sitename img {
    max-width: 40px;
  }
}
.header .sitename__title {
  font-size: 28px;
}
@media screen and (min-width: 1280px) {
  .header .sitename__title {
    font-size: 42px;
  }
}
.header .sitename__title.jp {
  font-size: 24px;
}
@media screen and (min-width: 1280px) {
  .header .sitename__title.jp {
    font-size: 36px;
  }
}

.footer .sitename img {
  max-width: 20px;
}
@media screen and (min-width: 1024px) {
  .footer .sitename img {
    max-width: 30px;
  }
}
.footer .sitename__title {
  font-size: 28px;
}
@media screen and (min-width: 1024px) {
  .footer .sitename__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .sitename__title {
    font-size: 42px;
  }
}
.footer .sitename__title.jp {
  font-size: 26px;
}
@media screen and (min-width: 1024px) {
  .footer .sitename__title.jp {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .sitename__title.jp {
    font-size: 36px;
  }
}

/* ヘッダー */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-width: 1px;
  height: 60px;
  position: sticky;
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 900;
}
@media screen and (min-width: 768px) {
  .header {
    height: 75px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    height: 95px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--color-white-rgb), 0.8);
  box-shadow: 0 4px 20px 0 rgba(var(--color-black-rgb), 0.03);
  backdrop-filter: blur(2.5px);
  z-index: -1;
}
.header__box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__btn {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .header__btn {
    display: flex !important;
  }
}

/* ヘッダー：メニュー */
.header-menu {
  display: block;
  width: 90%;
  max-width: 300px;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: -110%;
  background-color: var(--color-white);
  padding: 70px 20px 20px;
  transition: all var(--transition-all);
  z-index: 1000;
  opacity: 0;
  overflow-y: auto;
}
@media screen and (min-width: 1280px) {
  .header-menu {
    width: auto;
    max-width: unset;
    height: auto;
    position: static;
    background-color: transparent;
    padding: unset;
    opacity: 1;
  }
}
.header-menu.active {
  right: 0%;
  box-shadow: 4px 0px 20px 0 rgba(var(--color-black-rgb), 0.03);
  opacity: 1;
}
.header-menu__box {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .header-menu__box {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .header-menu__box {
    flex-direction: row;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (min-width: 1620px) {
  .header-menu__box {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
.header-menu__link {
  position: relative;
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text);
  padding-left: 25px;
}
@media screen and (min-width: 1280px) {
  .header-menu__link {
    font-size: 18px;
  }
}
.header-menu__link::before, .header-menu__link::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all var(--transition-all);
  transform: translateY(-50%);
}
.header-menu__link::before {
  background-image: url("../img/star-main.svg");
  filter: drop-shadow(var(--filter-star-5) rgba(var(--color-main-rgb), 0.8));
  opacity: 1;
}
.header-menu__link::after {
  background-image: url("../img/star-accent.svg");
  filter: drop-shadow(var(--filter-star-5) rgba(var(--color-accent-rgb), 0.8));
  opacity: 0;
}
.header-menu__link:hover {
  color: var(--color-main-dark);
}
.header-menu__link:hover::before {
  opacity: 0;
}
.header-menu__link:hover::after {
  opacity: 1;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .header-menu__btn {
    display: none !important;
  }
}

/* ハンバーガーボタン(SPメニューボタン) */
.hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: var(--color-main-light);
  border-radius: 50%;
  z-index: 1001;
  cursor: pointer;
}
.hamburger span {
  display: inline-block;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 50%;
  background-color: var(--color-white);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: all var(--transition-all);
}
.hamburger span:nth-of-type(1) {
  top: 12px;
}
.hamburger span:nth-of-type(2) {
  top: 19px;
  opacity: 1;
}
.hamburger span:nth-of-type(3) {
  top: 26px;
}
@media screen and (min-width: 1280px) {
  .hamburger {
    display: none;
  }
}
.hamburger.active {
  background-color: transparent;
}
.hamburger.active span {
  background-color: var(--color-main);
}
.hamburger.active span:nth-of-type(1) {
  left: 8px;
  transform: translateY(7px) rotate(-45deg);
  width: 60%;
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  left: 8px;
  transform: translateY(-7px) rotate(45deg);
  width: 60%;
}

/* フッター */
.footer {
  min-width: 1px;
  position: relative;
  background-color: var(--color-main-light);
  padding: 30px 20px 15px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 45px 20px 15px;
  }
}
@media screen and (min-width: 1280px) {
  .footer {
    padding: 60px 20px 15px;
  }
}
.footer::before {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  top: -15px;
  left: 0;
  background-image: url("../img/footer-img.svg");
  background-repeat: repeat-x;
}
.footer__inner {
  display: flex;
  gap: 30px;
  flex-direction: column;
  max-width: var(--main-width);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    gap: 50px;
  }
}
.footer__contents {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer__contents {
    flex-direction: row;
  }
}
.footer__copyright {
  text-align: center;
  font-size: clamp(0.75rem, 0.708rem + 0.21vw, 0.875rem);
  /* font-size=>サイズ12px‐14px　画面320px-1280px */
}

/* フッター：メニュー */
.footer-menu {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer-menu {
    flex-grow: 1;
    width: auto;
  }
}
.footer-menu__box {
  display: grid;
  min-width: 1px;
}
@media screen and (min-width: 425px) {
  .footer-menu__box {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .footer-menu__box {
    grid-template-columns: repeat(auto-fit, 220px);
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    justify-content: end;
    row-gap: 15px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.footer-menu__item {
  min-width: 1px;
  border-top: 1px dashed var(--color-main);
  padding: 5px;
}
@media screen and (min-width: 1024px) {
  .footer-menu__item {
    border-top: none;
    padding: 0px;
  }
}
.footer-menu__item:last-of-type {
  border-bottom: 1px dashed var(--color-main);
}
@media screen and (min-width: 1024px) {
  .footer-menu__item:last-of-type {
    border-bottom: none;
  }
}
.footer-menu__link {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  color: var(--color-text);
  border-radius: 10px;
  padding: 5px 10px;
  transition: all var(--transition-all);
}
@media screen and (min-width: 1024px) {
  .footer-menu__link {
    width: auto;
    text-align: start;
    border-radius: 0px;
    padding: 0 0 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-menu__link::before {
    content: "";
    display: block;
    width: 6px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: var(--color-main-dark);
    border-radius: 50%;
    transition: all var(--transition-all);
    transform: translateY(-50%);
  }
}
.footer-menu__link:hover {
  background-color: var(--color-main);
  color: var(--color-main-dark);
}
@media screen and (min-width: 1024px) {
  .footer-menu__link:hover {
    background-color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .footer-menu__link:hover::before {
    background-color: var(--color-accent-dark);
    box-shadow: var(--shadow-size-10) var(--color-accent-dark);
  }
}

/* トップスクロール */
.topscroll {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(90deg, var(--color-main) 0%, var(--color-accent) 100%);
  color: var(--color-white);
  border-radius: 50%;
  transition: box-shadow var(--transition-all), opacity var(--transition-all), transform var(--transition-all);
  box-shadow: var(--shadow-button);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .topscroll {
    width: 50px;
    height: 50px;
  }
}
.topscroll span {
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .topscroll span {
    font-size: 26px;
  }
}
.topscroll:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-button-hover);
}
.topscroll.js-noappear {
  opacity: 0;
  pointer-events: none;
}
.topscroll.js-appear {
  opacity: 1;
  pointer-events: all;
}

/* ページのタイトル */
.pagetitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: var(--main-width);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .pagetitle {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .pagetitle {
    margin-bottom: 120px;
  }
}
.pagetitle__subtitle {
  font-family: var(--font-en);
  font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-white);
  text-shadow: 0 0 10px var(--color-accent-dark);
  /* font-size=>サイズ18px‐20px　画面320px-1280px */
}
.pagetitle__line {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-template-columns: 20px auto 20px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .pagetitle__line {
    grid-template-columns: 30px auto 30px;
  }
}
.pagetitle__line span {
  display: block;
  width: 12px;
  min-width: 1px;
  aspect-ratio: 1/1;
  background-image: url("../img/star-main.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(var(--filter-star-5) rgba(var(--color-main-rgb), 0.8));
}
@media screen and (min-width: 768px) {
  .pagetitle__line span {
    width: 16px;
  }
}
.pagetitle__line::before, .pagetitle__line::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  min-width: 1px;
  border-bottom: 1px dashed var(--color-main);
}
.pagetitle__title {
  width: -moz-fit-content;
  width: fit-content;
  background: radial-gradient(50% 50% at 50% 50%, rgba(var(--color-main-rgb), 0.6) 0%, transparent 100%);
  font-family: var(--font-jp);
  color: var(--color-main-dark);
  padding: 10px 5px;
}
@media screen and (min-width: 1280px) {
  .pagetitle__title {
    padding: 15px 50px;
  }
}

div.pagetitle__title {
  font-size: clamp(1.5rem, 1.333rem + 0.83vw, 2rem);
  font-weight: 500;
  line-height: 1.3;
  /* font-size=>サイズ24px‐32px　画面320px-1280px */
}

/* section */
.section:not(:first-child),
.full-section:not(:first-child) {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .section:not(:first-child),
  .full-section:not(:first-child) {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .section:not(:first-child),
  .full-section:not(:first-child) {
    margin-top: 120px;
  }
}
.section:not(:last-child),
.full-section:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section:not(:last-child),
  .full-section:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .section:not(:last-child),
  .full-section:not(:last-child) {
    margin-bottom: 120px;
  }
}

.section {
  max-width: var(--main-width);
  margin-left: auto;
  margin-right: auto;
}

.full-section {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.full-section.is-back {
  background: linear-gradient(90deg, rgba(var(--color-main-rgb), 0.15) 0%, rgba(var(--color-back-sub-rgb), 0.15) 100%);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .full-section.is-back {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .full-section.is-back {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.full-section__inner {
  max-width: var(--main-width);
  margin-left: auto;
  margin-right: auto;
}

.box:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .box:not(:first-child) {
    margin-top: 30px;
  }
}
.box:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .box:not(:last-child) {
    margin-bottom: 80px;
  }
}
.box > .box:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .box > .box:not(:last-child) {
    margin-bottom: 50px;
  }
}

/*==================================================

パーツのデザイン

==================================================*/
/*
装飾ボックス
_________________________________________*/
/* ホワイトボックス */
.whitebox {
  display: block;
  background-color: rgba(var(--color-white-rgb), 0.8);
  border: 1px solid rgba(var(--color-main-rgb), 0.3);
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  box-shadow: var(--shadow-size-15) rgba(var(--color-main-dark-rgb), 0.08);
}
@media screen and (min-width: 425px) {
  .whitebox {
    width: 100%;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .whitebox {
    padding: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .whitebox {
    border-radius: 20px;
    padding: 35px;
    box-shadow: var(--shadow-size-20) rgba(var(--color-main-dark-rgb), 0.08);
  }
}
.whitebox.is-margin:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .whitebox.is-margin:not(:first-of-type) {
    margin-top: 50px;
  }
}
.whitebox.is-margin:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .whitebox.is-margin:not(:last-child) {
    margin-bottom: 50px;
  }
}
.whitebox:has(.whitebox__label) {
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .whitebox:has(.whitebox__label) {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .whitebox:has(.whitebox__label) {
    padding-top: 40px;
  }
}
.whitebox__label {
  display: grid;
  justify-content: start;
  align-items: center;
  gap: 5px;
  grid-template-columns: 20px auto 20px;
  position: absolute;
  top: -1.1em;
  left: 5px;
}
@media screen and (min-width: 768px) {
  .whitebox__label {
    left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .whitebox__label {
    grid-template-columns: 25px auto 25px;
    top: -1.25em;
  }
}
.whitebox__label span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1px;
  background-color: var(--color-accent);
  font-family: var(--font-jp);
  border-radius: 40px;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .whitebox__label span {
    padding: 5px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .whitebox__label span {
    padding: 8px 20px;
  }
}
.whitebox__label::before, .whitebox__label::after {
  content: "";
  display: block;
  width: 20px;
  min-width: 1px;
  aspect-ratio: 1/1;
  background-image: url("../img/star-accent.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .whitebox__label::before, .whitebox__label::after {
    width: 25px;
  }
}
.whitebox__label.color-main span {
  background-color: var(--color-main);
}
.whitebox__label.color-main::before, .whitebox__label.color-main::after {
  background-image: url("../img/star-main.svg");
}

/* グラデーションボックス */
.gradationbox {
  display: block;
  background: linear-gradient(90deg, rgba(var(--color-main-rgb), 0.2) 0%, rgba(var(--color-accent-rgb), 0.2) 100%);
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 425px) {
  .gradationbox {
    width: 100%;
    border: 1px solid var(--color-white);
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .gradationbox {
    padding: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .gradationbox {
    border-radius: 20px;
    padding: 35px;
  }
}
.gradationbox.is-margin:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .gradationbox.is-margin:not(:first-of-type) {
    margin-top: 50px;
  }
}
.gradationbox.is-margin:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .gradationbox.is-margin:not(:last-child) {
    margin-bottom: 50px;
  }
}
.gradationbox.is-deco {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .gradationbox.is-deco {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.gradationbox.is-deco::before, .gradationbox.is-deco::after {
  content: "";
  display: block;
  width: 35px;
  aspect-ratio: 1/1;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .gradationbox.is-deco::before, .gradationbox.is-deco::after {
    width: 40px;
  }
}
.gradationbox.is-deco::before {
  top: -15px;
  left: 3px;
  background-image: url("../img/left-top.png");
}
@media screen and (min-width: 425px) {
  .gradationbox.is-deco::before {
    top: -9px;
    left: -5px;
  }
}
.gradationbox.is-deco:after {
  bottom: -15px;
  right: 3px;
  background-image: url("../img/right-bottom.png");
}
@media screen and (min-width: 425px) {
  .gradationbox.is-deco:after {
    bottom: -9px;
    right: -5px;
  }
}

/* Gridボックス */
.gridbox {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 425px) {
  .gridbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .gridbox {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .gridbox.col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 425px) {
  .gridbox.col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gridbox.col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gridbox.align-center {
  align-items: center;
}
.gridbox.justify-center {
  justify-content: center;
}
.gridbox:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .gridbox:not(:last-child) {
    margin-bottom: 50px;
  }
}
.gridbox > * {
  min-width: 1px;
}

/* Flexボックス */
.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .flexbox {
    gap: 30px;
  }
}
.flexbox.align-center {
  align-items: center;
}
.flexbox.justify-center {
  justify-content: center;
}
.flexbox:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .flexbox:not(:last-child) {
    margin-bottom: 50px;
  }
}

/*
見出し
_________________________________________*/
/* h2：通常見出し */
.mainh2 {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid var(--color-main);
  padding-bottom: 5px;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .mainh2 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .mainh2 {
    padding-bottom: 10px;
    gap: 10px;
  }
}
.mainh2__icon {
  display: block;
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  background-image: url("../img/cloud-main.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .mainh2__icon {
    width: 35px;
    height: 25px;
    aspect-ratio: unset;
  }
}
@media screen and (min-width: 1280px) {
  .mainh2__icon {
    width: 40px;
    height: 25px;
  }
}
.mainh2__icon.color-accent {
  background-image: url("../img/cloud-accent.svg");
}
.mainh2__icon.diamond-main {
  width: 23px;
  height: 23px;
  background-image: url("../img/star-main.svg");
}
@media screen and (min-width: 768px) {
  .mainh2__icon.diamond-main {
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
  }
}
.mainh2__icon.diamond-accent {
  width: 23px;
  height: 23px;
  background-image: url("../img/star-accent.svg");
}
@media screen and (min-width: 768px) {
  .mainh2__icon.diamond-accent {
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
  }
}
.mainh2__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 5px;
  flex-grow: 1;
  color: var(--color-main-dark);
}
.mainh2__title::after {
  content: attr(data-subtext);
  display: inline-block;
  font-family: var(--font-en);
  font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  color: var(--color-main);
  /* font-size=>サイズ18px‐20px　画面320px-1280px */
}
.mainh2.color-accent {
  border-color: var(--color-accent);
}
.mainh2.color-accent .mainh2__title {
  color: var(--color-accent-dark);
}
.mainh2.color-accent .mainh2__title::after {
  color: var(--color-accent);
}

/* h2：サブ見出し */
.subh2 {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px dashed var(--color-main);
  padding-bottom: 5px;
  margin-bottom: 0.9em;
}
@media screen and (min-width: 768px) {
  .subh2 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .subh2 {
    padding-bottom: 10px;
    gap: 10px;
  }
}
.subh2 span {
  color: var(--color-main-dark);
}
.subh2::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  background-image: url("../img/star-accent.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-15deg);
}
@media screen and (min-width: 1024px) {
  .subh2::before {
    width: 30px;
    height: 30px;
  }
}
.subh2.icon-main::before {
  background-image: url("../img/star-main.svg");
}
.subh2.color-accent {
  border-color: var(--color-accent);
}
.subh2.color-accent span {
  color: var(--color-accent-dark);
}

/* h3：通常見出し */
.mainh3 {
  position: relative;
  padding-left: 13px;
}
@media screen and (min-width: 768px) {
  .mainh3 {
    padding-left: 15px;
  }
}
.mainh3 span {
  position: relative;
  color: var(--color-main-dark);
  z-index: 2;
}
.mainh3::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0.15em;
  left: 0;
  background-color: var(--color-point);
  border-radius: 50%;
  filter: blur(3px);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .mainh3::before {
    width: 25px;
    height: 25px;
  }
}
.mainh3::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/star-main.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-15deg);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mainh3::after {
    width: 16px;
    height: 16px;
    top: -2px;
    left: -3px;
  }
}
.mainh3.icon-accent::after {
  background-image: url("../img/star-accent.svg");
}
.mainh3.color-accent span {
  color: var(--color-accent-dark);
}

/* h3：サブ見出し */
.subh3 {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px dashed var(--color-main);
  padding-bottom: 5px;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .subh3 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .subh3 {
    padding-bottom: 10px;
  }
}
.subh3::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  aspect-ratio: 1/1;
  background-image: url("../img/star-main.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .subh3::before {
    width: 16px;
    height: 16px;
  }
}
.subh3__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 5px;
  flex-grow: 1;
  color: var(--color-main-dark);
}
.subh3__title::after {
  content: attr(data-subtext);
  display: inline-block;
  font-family: var(--font-en);
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  color: var(--color-main);
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}
.subh3.icon-accent::before {
  background-image: url("../img/star-accent.svg");
}
.subh3.color-accent {
  border-color: var(--color-accent);
}
.subh3.color-accent .subh3__title {
  color: var(--color-accent-dark);
}
.subh3.color-accent .subh3__title::after {
  color: var(--color-accent);
}

/* h3：サブ見出し 小さめ */
.smallh3 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  border-bottom: 1px dashed var(--color-main);
  padding-bottom: 5px;
  margin-bottom: 1.5em;
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .smallh3 {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .smallh3 {
    padding-bottom: 10px;
  }
}
.smallh3 span {
  color: var(--color-main-dark);
}
.smallh3::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  aspect-ratio: 1/1;
  background-image: url("../img/star-main.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .smallh3::before {
    width: 16px;
    height: 16px;
  }
}
.smallh3.icon-accent::before {
  background-image: url("../img/star-accent.svg");
}
.smallh3.color-accent {
  border-color: var(--color-accent);
}
.smallh3.color-accent span {
  color: var(--color-accent-dark);
}

/* h4：通常見出し */
.mainh4 {
  display: flex;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px dashed var(--color-main);
  padding-bottom: 5px;
}
.mainh4 span {
  color: var(--color-main-dark);
}
.mainh4::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  aspect-ratio: 1/1;
  background-image: url("../img/star-main.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-15deg);
}
@media screen and (min-width: 768px) {
  .mainh4::before {
    width: 16px;
    height: 16px;
  }
}
.mainh4.icon-accent::before {
  background-image: url("../img/star-accent.svg");
}
.mainh4.color-accent {
  border-color: var(--color-accent);
}
.mainh4.color-accent span {
  color: var(--color-accent-dark);
}

/*
リンク
_________________________________________*/
/* ボタンを囲むボックス */
.btnarea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btnarea {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.btnarea.is-center {
  justify-content: center;
}
.btnarea.is-end {
  justify-content: flex-end;
}

/* グラデーションボタン */
.mainbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(95deg, var(--color-main) 0%, var(--color-accent) 50%, var(--color-main) 100%);
  background-size: 200% 100%;
  font-family: var(--font-jp);
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  color: var(--color-white);
  border-radius: 30px;
  padding: 10px 25px;
  transition: all var(--transition-all);
  box-shadow: var(--shadow-button);
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .mainbtn {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .mainbtn {
    padding: 15px 40px;
  }
}
.mainbtn:hover {
  background-position: 100% 0;
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-button-hover);
}
.mainbtn.en {
  font-family: var(--font-en);
  font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  /* font-size=>サイズ18px‐20px　画面320px-1280px */
}

/* アウトラインボタン */
.subbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--color-white-rgb), 0.5);
  font-family: var(--font-jp);
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  border: 1px solid rgba(var(--color-main-rgb), 0.5);
  border-radius: 30px;
  padding: 8px 25px;
  transition: all var(--transition-all);
  box-shadow: var(--shadow-button-sub);
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .subbtn {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .subbtn {
    padding: 10px 40px;
  }
}
.subbtn:hover {
  background-color: var(--color-main);
  color: var(--color-main-dark);
  box-shadow: var(--shadow-button-sub-hover);
}
.subbtn.en {
  font-family: var(--font-en);
  font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  /* font-size=>サイズ18px‐20px　画面320px-1280px */
}

/* テキスト */
.textlink {
  display: inline-block;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 5px;
  transition: all var(--transition-all), text-shadow var(--transition-all);
}
.textlink:hover {
  text-decoration-color: var(--color-accent-dark);
  text-shadow: 0 0 5px rgba(var(--color-accent-dark-rgb), 0.8);
}

/*
ページネーション
_________________________________________*/
/* 一覧 */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 425px) {
  .pagination {
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .pagination {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.pagination:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .pagination:not(:first-child) {
    margin-top: 80px;
  }
}
.pagination:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .pagination:not(:last-child) {
    margin-bottom: 80px;
  }
}
.pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 2px 8px 0 rgba(var(--color-main-dark-rgb), 0.1);
}
@media screen and (min-width: 768px) {
  .pagination__link {
    width: 40px;
    height: 40px;
  }
}
.pagination__link span {
  position: relative;
  z-index: 2;
}
.pagination__link:not(.is-first, .is-prev, .is-next, .is-last, .is-current) {
  background-color: rgba(var(--color-white-rgb), 0.5);
}
.pagination__link:not(.is-first, .is-prev, .is-next, .is-last, .is-current) span {
  font-family: var(--font-en);
  font-weight: 500;
}
.pagination__link:not(.is-current)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, var(--color-main) 0%, var(--color-accent) 100%);
  border-radius: 50%;
  transition: opacity var(--transition-all);
  opacity: 0;
  z-index: 1;
}
.pagination__link:not(.is-current):hover {
  color: var(--color-main-dark);
  box-shadow: 0 2px 8px 0 rgba(var(--color-main-dark-rgb), 0.3);
}
.pagination__link:not(.is-current):hover::after {
  opacity: 1;
}
.pagination__link.is-current {
  background-color: rgba(var(--color-main-rgb), 0.5);
  font-family: var(--font-en);
  font-weight: 500;
  color: var(--color-main-dark);
  border: 1px solid var(--color-main);
}
.pagination__link.is-first, .pagination__link.is-prev, .pagination__link.is-next, .pagination__link.is-last {
  background-color: var(--color-back);
}
.pagination__link.is-first span, .pagination__link.is-prev span, .pagination__link.is-next span, .pagination__link.is-last span {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .pagination__link.is-first span, .pagination__link.is-prev span, .pagination__link.is-next span, .pagination__link.is-last span {
    font-size: 20px;
  }
}

/* 詳細 */
.pager {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 425px) {
  .pager {
    flex-direction: row;
    justify-content: space-between;
  }
}
.pager:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .pager:not(:first-child) {
    margin-top: 80px;
  }
}
.pager:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .pager:not(:last-child) {
    margin-bottom: 80px;
  }
}
.pager__link {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  position: relative;
  background-color: var(--color-back);
  border-radius: 50px;
  padding: 10px 15px;
  box-shadow: 0 2px 8px 0 rgba(var(--color-main-dark-rgb), 0.1);
}
@media screen and (min-width: 425px) {
  .pager__link {
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .pager__link {
    padding: 15px 20px;
    gap: 10px;
  }
}
.pager__link span {
  position: relative;
  z-index: 2;
}
.pager__link span:not(.material-symbols-rounded) {
  font-family: var(--font-jp);
  font-weight: 500;
}
.pager__link span.material-symbols-rounded {
  font-size: 22px;
}
.pager__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, var(--color-main) 0%, var(--color-accent) 100%);
  border-radius: 50px;
  transition: opacity var(--transition-all);
  opacity: 0;
  z-index: 1;
}
.pager__link:hover {
  color: var(--color-main-dark);
  box-shadow: 0 2px 8px 0 rgba(var(--color-main-dark-rgb), 0.3);
}
.pager__link:hover::after {
  opacity: 1;
}
.pager__link.is-return {
  justify-content: center;
}
.pager__link.is-next {
  justify-content: flex-end;
}

/*
リスト
_________________________________________*/
/* 箇条書きリスト */
ul.main-list {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  flex-direction: column;
}
ul.main-list li {
  position: relative;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  ul.main-list li {
    padding-left: 16px;
  }
}
ul.main-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  position: absolute;
  top: calc(0.8em - 3px);
  left: 0px;
  background-color: var(--color-main-dark);
  border-radius: 50%;
}
ul.main-list li.is-accent::before {
  background-color: var(--color-accent-dark);
}
ul.main-list li.is-big, ul.main-list li.is-bigaccent {
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  ul.main-list li.is-big, ul.main-list li.is-bigaccent {
    padding-left: 20px;
  }
}
ul.main-list li.is-big::before, ul.main-list li.is-bigaccent::before {
  width: 10px;
  height: 10px;
  top: calc(0.8em - 5px);
}
ul.main-list li.is-big::before {
  background-color: var(--color-main);
}
ul.main-list li.is-bigaccent::before {
  background-color: var(--color-accent);
}

/* 数字付きリスト */
ol.normal-list {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  flex-direction: column;
  list-style: decimal;
  padding-inline-start: 1.8em;
}

ol.main-list,
ol.accent-list {
  display: flex;
  gap: 10px;
  flex-direction: column;
  counter-reset: listnumber 0;
}
@media screen and (min-width: 1024px) {
  ol.main-list,
  ol.accent-list {
    gap: 13px;
  }
}
ol.main-list li,
ol.accent-list li {
  position: relative;
  padding-left: 35px;
  counter-increment: listnumber 1;
}
@media screen and (min-width: 1024px) {
  ol.main-list li,
  ol.accent-list li {
    padding-left: 38px;
  }
}
ol.main-list li::before,
ol.accent-list li::before {
  content: counter(listnumber);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  position: absolute;
  top: calc(0.8em - 13px);
  left: 0;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  padding-top: 2px;
}
@media screen and (min-width: 1024px) {
  ol.main-list li::before,
  ol.accent-list li::before {
    width: 28px;
    height: 28px;
    top: calc(0.8em - 14px);
  }
}

ol.main-list li::before {
  background-color: var(--color-main-light);
  color: var(--color-main-dark);
}

ol.accent-list li::before {
  background-color: var(--color-accent-light);
  color: var(--color-accent-dark);
}

/*
シャドウ文字
_________________________________________*/
.shadow-text {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1.3;
  transition: opacity var(--transition-all);
}
.shadow-text span {
  position: relative;
  color: var(--color-white);
  z-index: 1;
}
.shadow-text::after {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, var(--color-main-dark) 0%, var(--color-accent-dark) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: blur(5px);
  z-index: 0;
}
.shadow-text.jp {
  font-family: var(--font-jp);
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .shadow-text.is-medium::after {
    filter: blur(7px);
  }
}
@media screen and (min-width: 1280px) {
  .shadow-text.is-big::after {
    filter: blur(9px);
  }
}
.shadow-text.is-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.shadow-text.is-right {
  text-align: end;
  margin-left: auto;
}

/*
入力系
_________________________________________*/
/* ベース */
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=password],
input[type=search],
textarea {
  width: 100%;
  background-color: rgba(var(--color-white-rgb), 0.3);
  line-height: 1.6;
  color: var(--color-text);
  border: 1px solid var(--color-main);
  border-radius: 10px;
  padding: 10px 15px;
}
@media screen and (min-width: 1024px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  input[type=number],
  input[type=date],
  input[type=password],
  input[type=search],
  textarea {
    border-radius: 15px;
    padding: 15px 20px;
  }
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--color-glay);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder {
  color: var(--color-glay);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color-glay);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color-glay);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color-glay);
  opacity: 1;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url("../img/calendar_today.svg");
}

input:focus {
  outline: 2px solid var(--color-main);
  background-color: rgba(var(--color-white-rgb), 1);
}

textarea:focus {
  outline: 2px solid var(--color-main);
  background-color: rgba(var(--color-white-rgb), 1);
}

.select_box {
  position: relative;
}
.select_box::after {
  content: "\e5c5";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  font-family: "Material Symbols Rounded";
  font-size: 30px;
  color: var(--color-main);
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

select {
  width: 100%;
  background-color: rgba(var(--color-white-rgb), 0.3);
  line-height: 1.6;
  color: var(--color-text);
  border: 1px solid var(--color-main);
  border-radius: 10px;
  padding: 10px 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
@media screen and (min-width: 1024px) {
  select {
    padding: 15px 20px;
  }
}
select option {
  background-color: var(--color-white);
}
select:focus-visible {
  outline: 2px solid var(--color-main);
}

input[type=checkbox] {
  height: 22px;
  width: 22px;
  aspect-ratio: 1/1;
  position: relative;
  border: 2px solid var(--color-main);
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 768px) {
  input[type=checkbox] {
    height: 24px;
    width: 24px;
  }
}
input[type=checkbox]:checked {
  background-image: linear-gradient(90deg, var(--color-main) 0%, var(--color-accent) 100%);
}
input[type=checkbox]:checked::before {
  content: "\e5ca";
  height: 100%;
  position: absolute;
  left: 50%;
  font-family: "Material Symbols Rounded";
  font-size: 18px;
  color: var(--color-white);
  transform: translateX(-50%);
}
input[type=checkbox]:focus-visible {
  outline: 2px solid var(--color-main);
}

input[type=radio] {
  height: 22px;
  width: 22px;
  aspect-ratio: 1/1;
  position: relative;
  border: 2px solid var(--color-main);
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 768px) {
  input[type=radio] {
    height: 24px;
    width: 24px;
  }
}
input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: linear-gradient(90deg, var(--color-main) 0%, var(--color-accent) 100%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  input[type=radio]:checked::before {
    height: 14px;
    width: 14px;
  }
}
input[type=radio]:focus-visible {
  outline: 2px solid var(--color-main);
}

input[type=button],
input[type=submit],
button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(95deg, var(--color-main) 0%, var(--color-accent) 50%, var(--color-main) 100%);
  background-size: 200% 100%;
  font-family: var(--font-jp);
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: var(--color-white);
  border: none;
  border-radius: 35px;
  padding: 10px 25px;
  transition: all var(--transition-all);
  box-shadow: var(--shadow-button);
  cursor: pointer;
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  input[type=button],
  input[type=submit],
  button {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1280px) {
  input[type=button],
  input[type=submit],
  button {
    padding: 15px 40px;
  }
}
input[type=button]:hover,
input[type=submit]:hover,
button:hover {
  background-position: 100% 0;
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-button-hover);
}
input[type=button].en,
input[type=submit].en,
button.en {
  font-family: var(--font-en);
  font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  /* font-size=>サイズ18px‐20px　画面320px-1280px */
}
input[type=button]:disabled,
input[type=submit]:disabled,
button:disabled {
  background-image: none;
  background-color: var(--color-point);
  color: var(--color-glay);
  box-shadow: unset;
  cursor: not-allowed;
}
input[type=button]:disabled:hover,
input[type=submit]:disabled:hover,
button:disabled:hover {
  transform: unset;
}
input[type=button]:focus,
input[type=submit]:focus,
button:focus {
  outline: unset;
}

input[type=button].type-subbtn,
input[type=submit].type-subbtn,
button.type-subbtn {
  background-image: none;
  background-color: rgba(var(--color-white-rgb), 0.5);
  color: var(--color-main-dark);
  border: 1px solid rgba(var(--color-main-rgb), 0.5);
  box-shadow: var(--shadow-button-sub);
}
input[type=button].type-subbtn:hover,
input[type=submit].type-subbtn:hover,
button.type-subbtn:hover {
  background-color: var(--color-main);
  color: var(--color-main-dark);
  transform: unset;
  box-shadow: var(--shadow-button-sub-hover);
}
input[type=button].type-subbtn:disabled,
input[type=submit].type-subbtn:disabled,
button.type-subbtn:disabled {
  background-color: var(--color-point);
  color: var(--color-glay);
  box-shadow: unset;
}

/*
通常フォーム用
_________________________________________*/
.form-item {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.form-item__inputarea {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.form-item__submitarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .form-item__submitarea {
    -moz-column-gap: 50px;
         column-gap: 50px;
    margin-top: 80px;
  }
}
.form-item__itembox {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .form-item__itembox {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .form-item__itembox {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.form-item__itembox > * {
  min-width: 1px;
}
.form-item__label {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px dashed var(--color-main);
  padding-bottom: 5px;
}
.form-item__label > span {
  font-family: var(--font-jp);
  font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  font-weight: 500;
  color: var(--color-main-dark);
  /* font-size=>サイズ18px‐20px　画面320px-1280px */
}
.form-item__label::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  aspect-ratio: 1/1;
  background-image: url("../img/star-accent.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .form-item__label::before {
    width: 24px;
    height: 24px;
  }
}
.form-item__op {
  font-size: 0.7em;
  font-weight: 400;
  padding-left: 5px;
}
.form-item__text {
  background-color: rgba(var(--color-main-rgb), 0.3);
  border-radius: 5px;
  padding: 5px 10px;
}
.form-item__text > :not(:last-child) {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 1024px) {
  .form-item__text > :not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.form-item__list {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}
.form-item__list.is-column {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.form-item__list p {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* トグル */
.form-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-toggle__input {
  display: block;
  width: 45px;
  height: 25px;
  position: relative;
  border: 2px solid var(--color-main-light);
  border-radius: 30px;
  transition: all var(--transition-all);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .form-toggle__input {
    width: 55px;
    height: 30px;
  }
}
.form-toggle__input::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 3px;
  background-color: var(--color-main-light);
  border-radius: 50%;
  transition: all var(--transition-all);
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .form-toggle__input::after {
    width: 20px;
    height: 20px;
    left: 5px;
  }
}
.form-toggle__input:has(:checked) {
  border-color: var(--color-main);
}
.form-toggle__input:has(:checked)::after {
  left: 20px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .form-toggle__input:has(:checked)::after {
    left: 25px;
  }
}
.form-toggle input[type=checkbox] {
  height: 100%;
  width: 100%;
  aspect-ratio: unset;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-toggle input[type=checkbox]:checked::before {
  display: none;
}
.form-toggle input[type=checkbox]:focus {
  outline: none;
  background-color: transparent;
}
.form-toggle input[type=checkbox]:focus-visible {
  outline: none;
}

/*
検索用入力系
_________________________________________*/
/* 検索モジュール用：キーワード入力ボックス */
.site-search__taginput {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
  position: relative;
  background-color: rgba(var(--color-white-rgb), 0.3);
  line-height: 1.6;
  color: var(--color-text);
  border: 1px solid var(--color-main);
  border-radius: 10px;
  padding: 13px 15px;
}
@media screen and (min-width: 768px) {
  .site-search__taginput {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .site-search__taginput {
    border-radius: 15px;
    padding: 18px 20px;
  }
}
.site-search__taginput.active {
  outline: 2px solid var(--color-main);
  background-color: rgba(var(--color-white-rgb), 1);
}
.site-search__taginput input[type=text] {
  width: auto;
  flex-grow: 1;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 6px 0px;
}
.site-search__taginput input[type=text]:focus {
  outline: unset;
  background-color: transparent;
}
.site-search__tag {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(var(--color-white-rgb), 0.8);
  border: 1px solid rgba(var(--color-main-rgb), 0.5);
  border-radius: 30px;
  padding: 5px 10px 5px 15px;
}
@media screen and (min-width: 1024px) {
  .site-search__tag {
    padding: 5px 10px 5px 20px;
    gap: 10px;
  }
}
.site-search__tag span {
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-main-dark);
}
.site-search__tag span:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: var(--color-glay);
  border-radius: 50%;
  transition: background-color var(--transition-all);
  cursor: pointer;
}
.site-search__tag span:last-child:hover {
  background-color: var(--color-point);
}
.site-search__tagmenu {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-glay);
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
  z-index: 2;
}
.site-search__tagmenu.show {
  display: block;
}
.site-search__tagitem {
  padding: 10px 15px;
  transition: background-color var(--transition-all);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .site-search__tagitem {
    padding: 15px 20px;
  }
}
.site-search__tagitem:not(:last-child) {
  border-bottom: 2px dashed var(--color-point);
}
.site-search__tagitem:hover {
  background-color: rgba(var(--color-main-rgb), 0.3);
}

/* 検索モジュール用：チェック式タグ選択 */
.site-search__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .site-search__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .site-search__list {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 25px;
  }
}
.site-search__listitem {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 130px;
}
@media screen and (min-width: 768px) {
  .site-search__listitem {
    min-width: 1px;
  }
}
.site-search__listitem label {
  display: inline-block;
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  cursor: pointer;
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}

/* 検索モジュール用：検索ボタン */
.site-search__submit {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
  width: 100%;
}
.site-search__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .site-search__icons {
    gap: 15px;
  }
}
.site-search__icons span {
  display: block;
  width: 13px;
  height: 13px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .site-search__icons span {
    width: 16px;
    height: 16px;
  }
}
.site-search__icons span:nth-child(1),
.site-search__icons span:nth-child(3) {
  background-image: url("../img/star-main.svg");
  filter: drop-shadow(var(--filter-star-5) rgba(var(--color-main-rgb), 0.8));
}
.site-search__icons span:nth-child(2) {
  background-image: url("../img/star-accent.svg");
  filter: drop-shadow(var(--filter-star-5) rgba(var(--color-accent-rgb), 0.8));
}
.site-search__btn {
  gap: 10px;
  width: 100%;
  max-width: 400px;
  height: 50px;
  border-radius: 45px;
}
@media screen and (min-width: 1024px) {
  .site-search__btn {
    height: 65px;
  }
}
.site-search__btn span:nth-child(2) {
  font-size: clamp(1.25rem, 1.208rem + 0.21vw, 1.375rem);
  /* font-size=>サイズ20px‐22px　画面320px-1280px */
}
@media screen and (min-width: 1024px) {
  .site-search__btn span:nth-child(1) {
    font-size: 28px;
  }
}

/*
登録用入力系
_________________________________________*/
/* 登録モジュール用：キーワード入力ボックス */
.site-register__taginput {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
  position: relative;
  background-color: rgba(var(--color-white-rgb), 0.3);
  line-height: 1.6;
  color: var(--color-text);
  border: 1px solid var(--color-main);
  border-radius: 10px;
  padding: 13px 15px;
}
@media screen and (min-width: 768px) {
  .site-register__taginput {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .site-register__taginput {
    border-radius: 15px;
    padding: 18px 20px;
  }
}
.site-register__taginput.active {
  outline: 2px solid var(--color-main);
  background-color: rgba(var(--color-white-rgb), 1);
}
.site-register__taginput input[type=text] {
  width: auto;
  flex-grow: 1;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 6px 0px;
}
.site-register__taginput input[type=text]:focus {
  outline: unset;
  background-color: transparent;
}
.site-register__tag {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(var(--color-white-rgb), 0.8);
  border: 1px solid rgba(var(--color-main-rgb), 0.5);
  border-radius: 30px;
  padding: 5px 10px 5px 15px;
}
@media screen and (min-width: 1024px) {
  .site-register__tag {
    padding: 5px 10px 5px 20px;
    gap: 10px;
  }
}
.site-register__tag span {
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-main-dark);
}
.site-register__tag span:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: var(--color-glay);
  border-radius: 50%;
  transition: background-color var(--transition-all);
  cursor: pointer;
}
.site-register__tag span:last-child:hover {
  background-color: var(--color-point);
}
.site-register__tagmenu {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-glay);
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
  z-index: 2;
}
.site-register__tagmenu.show {
  display: block;
}
.site-register__tagitem {
  padding: 10px 15px;
  transition: background-color var(--transition-all);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .site-register__tagitem {
    padding: 15px 20px;
  }
}
.site-register__tagitem:not(:last-child) {
  border-bottom: 2px dashed var(--color-point);
}
.site-register__tagitem:hover {
  background-color: rgba(var(--color-main-rgb), 0.3);
}

/* 登録モジュール用：チェック式タグ選択 */
.site-register__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .site-register__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .site-register__list {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 25px;
  }
}
.site-register__listitem {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 130px;
}
@media screen and (min-width: 768px) {
  .site-register__listitem {
    min-width: 1px;
  }
}
.site-register__listitem label {
  display: inline-block;
  cursor: pointer;
}

/*==================================================

各ページのデザイン

==================================================*/
/*
インデックスページ：index.html
_________________________________________*/
body.indexpage {
  background: linear-gradient(107deg, var(--color-back) 0%, var(--color-back-sub) 50%, var(--color-back) 100%);
}
body.indexpage .body-container {
  display: block;
}

.indexpage__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  padding: 30px 20px;
  overflow: hidden;
}
.indexpage__box {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
  width: 100%;
  max-width: var(--main-width);
}
@media screen and (min-width: 768px) {
  .indexpage__box {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .indexpage__box {
    gap: 55px;
  }
}
.indexpage__title {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .indexpage__title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .indexpage__title {
    padding: 10px 40px;
  }
}
.indexpage__title::before, .indexpage__title::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  position: absolute;
  background-image: url("../img/star-main.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(var(--filter-star-5) var(--color-main));
}
@media screen and (min-width: 768px) {
  .indexpage__title::before, .indexpage__title::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .indexpage__title::before, .indexpage__title::after {
    width: 40px;
    height: 40px;
    filter: drop-shadow(var(--filter-star-10) var(--color-main));
  }
}
.indexpage__title::before {
  top: 0;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .indexpage__title::before {
    left: -20px;
  }
}
@media screen and (min-width: 1280px) {
  .indexpage__title::before {
    left: -30px;
  }
}
.indexpage__title::after {
  bottom: 0;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .indexpage__title::after {
    right: -20px;
  }
}
@media screen and (min-width: 1280px) {
  .indexpage__title::after {
    right: -30px;
  }
}
.indexpage__h1 {
  position: relative;
  font-family: var(--font-en);
  font-size: clamp(2.875rem, 2.5rem + 1.88vw, 4rem);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  /* font-size=>サイズ46px‐64px　画面320px-1280px */
}
.indexpage__h1 span {
  position: relative;
  color: var(--color-white);
  z-index: 1;
}
.indexpage__h1::after {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, var(--color-main-dark) 0%, var(--color-accent-dark) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  filter: blur(5px);
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .indexpage__h1::after {
    filter: blur(9px);
  }
}
.indexpage__text > * {
  text-align: center;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .indexpage__text > * {
    margin-bottom: 0.9rem;
  }
}
.indexpage__text > :last-child {
  margin-bottom: 0rem;
}
.indexpage__btn {
  width: 100%;
  max-width: 210px;
}

/*
トップページ：top.html
_________________________________________*/
/* スライドバナー */
.bannerarea {
  width: 100%;
}
.bannerarea__item {
  aspect-ratio: 3/1;
  overflow: hidden;
}

/* swiper書き換え */
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: static;
  margin-top: 1rem;
}

.swiper-pagination-bullet {
  background-color: var(--color-main);
  opacity: 1;
  transition: background-color var(--transition-all);
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.swiper-pagination-bullet-active {
  background: var(--color-accent);
  transition: background-color var(--transition-all);
}

/* ご案内コンテンツ */
.columnbox {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .columnbox {
    gap: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .columnbox {
    flex-direction: row;
    align-items: flex-end;
  }
}
.columnbox:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .columnbox:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .columnbox:not(:last-child) {
    margin-bottom: 120px;
  }
}
.columnbox__img {
  max-width: 580px;
  aspect-ratio: 16/9;
  position: relative;
  border-radius: 15px;
  box-shadow: var(--shadow-size-15) rgba(var(--color-main-dark-rgb), 0.05);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .columnbox__img {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .columnbox__img {
    margin-bottom: 40px;
    box-shadow: var(--shadow-size-20) rgba(var(--color-main-dark-rgb), 0.05);
  }
}
.columnbox__contents {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .columnbox__contents {
    max-width: 600px;
    background-color: rgba(var(--color-white-rgb), 0.5);
    border: 1px solid var(--color-white);
    border-radius: 20px;
    padding: 25px;
    margin-top: -50px;
    margin-left: auto;
    box-shadow: var(--shadow-size-15) rgba(var(--color-main-dark-rgb), 0.05);
    backdrop-filter: blur(4px);
  }
}
@media screen and (min-width: 1024px) {
  .columnbox__contents {
    padding: 30px;
    margin-top: 0px;
    margin-left: -50px;
    box-shadow: var(--shadow-size-20) rgba(var(--color-main-dark-rgb), 0.05);
  }
}
@media screen and (min-width: 1280px) {
  .columnbox__contents {
    padding: 35px;
    margin-left: -80px;
  }
}
.columnbox__text > :not(:last-child) {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .columnbox__text > :not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columnbox.is-reverse {
    flex-direction: row-reverse;
  }
}
.columnbox.is-reverse .columnbox__img {
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .columnbox.is-reverse .columnbox__img {
    margin-left: unset;
  }
}
@media screen and (min-width: 768px) {
  .columnbox.is-reverse .columnbox__contents {
    margin-left: unset;
  }
}
@media screen and (min-width: 1024px) {
  .columnbox.is-reverse .columnbox__contents {
    margin-right: -50px;
  }
}
@media screen and (min-width: 1280px) {
  .columnbox.is-reverse .columnbox__contents {
    margin-right: -80px;
  }
}

/* お知らせ */
.top-news {
  display: flex;
  gap: 20px;
  flex-direction: column;
  background-color: rgba(var(--color-white-rgb), 0.8);
  border: 1px solid rgba(var(--color-main-rgb), 0.3);
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-size-15) rgba(var(--color-main-dark-rgb), 0.08);
}
@media screen and (min-width: 425px) {
  .top-news {
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 25px;
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .top-news {
    border-radius: 20px;
    padding: 35px;
    box-shadow: var(--shadow-size-20) rgba(var(--color-main-dark-rgb), 0.08);
  }
}
.top-news__item {
  display: grid;
  align-items: baseline;
  justify-items: start;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
}
@media screen and (min-width: 768px) {
  .top-news__item {
    grid-template-columns: auto 1fr auto;
  }
}
@media screen and (min-width: 1024px) {
  .top-news__item {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.top-news__time {
  grid-column: 1/2;
  grid-row: 1/2;
  min-width: 1px;
  font-family: var(--font-en);
  font-weight: 600;
  color: var(--color-main-dark);
}
@media screen and (min-width: 768px) {
  .top-news__time {
    grid-column: auto;
    grid-row: auto;
  }
}
.top-news__new {
  color: var(--color-accent-dark);
  padding-right: 5px;
}
.top-news__title {
  grid-column: 1/3;
  grid-row: 2/3;
  min-width: 1px;
  position: relative;
  color: var(--color-text);
  padding-left: 24px;
  transition: color var(--transition-all);
}
@media screen and (min-width: 768px) {
  .top-news__title {
    grid-column: auto;
    grid-row: auto;
  }
}
@media screen and (min-width: 1024px) {
  .top-news__title {
    padding-left: 34px;
  }
}
.top-news__title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0.75em;
  left: 0;
  background-image: url("../img/star-accent.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  transition: filter var(--transition-all);
}
.top-news__item:hover .top-news__title {
  color: var(--color-main-dark);
}
.top-news__item:hover .top-news__title::before {
  filter: drop-shadow(var(--filter-star-5) rgba(var(--color-accent-rgb), 0.8));
}
.top-news__category {
  display: inline-block;
  min-width: 1px;
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: end;
  background-color: var(--color-main-light);
  font-size: 14px;
  color: var(--color-text);
  border-radius: 5px;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .top-news__category {
    grid-column: auto;
    grid-row: auto;
  }
}
.top-news__category.color-accent {
  background-color: var(--color-accent);
}
.top-news__category.color-point {
  background-color: var(--color-point);
}

/*
検索結果：search/index.html
_________________________________________*/
/* 現在のキーワード */
.search-keyword {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .search-keyword {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.search-keyword__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--color-white-rgb), 0.8);
  font-weight: 500;
  color: var(--color-main-dark);
  border: 1px solid rgba(var(--color-main-rgb), 0.5);
  border-radius: 30px;
  padding: 5px 15px;
}
@media screen and (min-width: 1024px) {
  .search-keyword__item {
    padding: 5px 20px;
  }
}

/* リスト */
.search-list__list {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .search-list__list {
    gap: 40px;
  }
}

/* 件数表示 */
.search-count {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .search-count {
    margin-bottom: 30px;
  }
}
.search-count__icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  aspect-ratio: 1/1;
  background-image: url("../img/star-main.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* サイトカード */
.sitecard {
  display: flex;
  gap: 15px;
  flex-direction: column;
  background-color: rgba(var(--color-white-rgb), 0.8);
  border-top: 1px solid rgba(var(--color-main-rgb), 0.5);
  border-bottom: 1px solid rgba(var(--color-main-rgb), 0.5);
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  box-shadow: var(--shadow-size-20) rgba(var(--color-main-dark-rgb), 0.08);
}
@media screen and (min-width: 425px) {
  .sitecard {
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .sitecard {
    padding: 25px;
    gap: 20px;
    box-shadow: var(--shadow-size-25) rgba(var(--color-main-dark-rgb), 0.08);
  }
}
@media screen and (min-width: 1024px) {
  .sitecard {
    border-radius: 20px;
    padding: 30px;
  }
}
.sitecard__inner {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .sitecard__inner {
    grid-template-columns: 200px 1fr;
    align-items: start;
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .sitecard__inner {
    gap: 35px;
  }
}
.sitecard__inner > * {
  min-width: 1px;
}
.sitecard__imgarea {
  display: flex;
  gap: 15px;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .sitecard__imgarea {
    flex-direction: column;
    align-items: center;
  }
}
.sitecard__banner {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.sitecard__banner img {
  max-width: 200px;
}
.sitecard__eventlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .sitecard__eventlist {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .sitecard__eventlist {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    row-gap: 15px;
  }
}
.sitecard__event {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, var(--color-main-dark) 0%, var(--color-accent-dark) 100%);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-white);
  text-align: center;
  border-radius: 5px;
  padding: 5px 13px;
  transition: all var(--transition-all);
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .sitecard__event {
    font-size: 14px;
    padding: 5px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .sitecard__event {
    width: 100%;
  }
}
.sitecard__event:hover {
  color: var(--color-white);
  box-shadow: var(--shadow-button-hover);
  opacity: 1;
}
.sitecard__update {
  font-size: clamp(0.75rem, 0.708rem + 0.21vw, 0.875rem);
  text-align: end;
  /* font-size=>サイズ12px‐14px　画面320px-1280px */
}
@media screen and (min-width: 1024px) {
  .sitecard__update {
    text-align: center;
  }
}
.sitecard__infoarea {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .sitecard__infoarea {
    gap: 20px;
  }
}
.sitecard__titlearea {
  display: flex;
  gap: 8px;
  flex-direction: column;
  border-bottom: 1px dashed var(--color-main);
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .sitecard__titlearea {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 10px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .sitecard__titlearea {
    padding-top: 5px;
  }
}
.sitecard__title {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .sitecard__title {
    width: auto;
    flex-grow: 1;
  }
}
.sitecard__owner {
  text-align: end;
}
.sitecard__taglist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .sitecard__taglist {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.sitecard__tag {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  padding: 5px 15px;
  transition: all var(--transition-all);
}
@media screen and (min-width: 425px) {
  .sitecard__tag {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .sitecard__tag {
    padding: 5px 20px;
  }
}
.sitecard__tag.light-tag {
  background-color: rgba(var(--color-white-rgb), 0.8);
  font-weight: 500;
  border: 1px solid rgba(var(--color-main-rgb), 0.5);
  border-radius: 20px;
}
.sitecard__tag.light-tag span {
  color: var(--color-main);
}
.sitecard__tag.light-tag:hover {
  background-color: rgba(var(--color-white-rgb), 1);
  color: var(--color-main-dark);
  box-shadow: var(--shadow-button-hover);
}
.sitecard__tag.dark-tag {
  background-color: var(--color-point);
  color: var(--color-text);
  border-radius: 5px;
}
.sitecard__tag.dark-tag:hover {
  box-shadow: 0 2px 10px 0 rgba(var(--color-glay-rgb), 0.3);
}
.sitecard__text > :not(:last-child) {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .sitecard__text > :not(:last-child) {
    margin-bottom: 0.9rem;
  }
}
.sitecard__report {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: var(--color-glay);
}
@media screen and (min-width: 768px) {
  .sitecard__report {
    font-size: 14px;
  }
}
.sitecard__report:hover {
  color: var(--color-text);
}
.sitecard__report span:nth-child(1) {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .sitecard__report span:nth-child(1) {
    font-size: 20px;
  }
}

/* イベントタグのカラー変更 */
.sitecard__event.label-faience {
  background: var(--label-faience);
}
.sitecard__event.label-cocoa {
  background: var(--label-cocoa);
}
.sitecard__event.label-blossom {
  background: var(--label-blossom);
}
.sitecard__event.label-mint {
  background: var(--label-mint);
}
.sitecard__event.label-lilac {
  background: var(--label-lilac);
}
.sitecard__event.label-hydrangea {
  background: var(--label-hydrangea);
}
.sitecard__event.label-starlight {
  background: var(--label-starlight);
}
.sitecard__event.label-sunset {
  background: var(--label-sunset);
}
.sitecard__event.label-mauve {
  background: var(--label-mauve);
}
.sitecard__event.label-berry {
  background: var(--label-berry);
}
.sitecard__event.label-maron {
  background: var(--label-maron);
}
.sitecard__event.label-frost {
  background: var(--label-frost);
}

/* サイト再検索 */
.search-change__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  color: var(--color-main-dark);
  border: 1px solid var(--color-main);
  border-radius: 10px;
  padding: 15px;
  transition: all var(--transition-all);
  cursor: pointer;
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}
.search-change__btn:hover {
  background-color: var(--color-white);
  box-shadow: var(--shadow-button-hover);
}
.search-change .site-search-container {
  max-height: 0;
  margin-top: 50px;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .search-change .site-search-container {
    margin-top: 80px;
  }
}

/*
新規登録：register/index.html
_________________________________________*/
.site-register__inputarea {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .site-register__inputarea {
    gap: 45px;
  }
}
.site-register__inputarea textarea {
  height: 150px;
}
@media screen and (min-width: 768px) {
  .site-register__inputarea textarea {
    height: 200px;
  }
}
.site-register__scrollarea {
  width: 100%;
  max-height: 400px;
  background-color: rgba(var(--color-white-rgb), 0.5);
  padding: 30px 20px;
  margin-left: -20px;
  margin-right: -20px;
  overflow-y: scroll;
  scrollbar-width: 12px;
  scrollbar-color: rgba(var(--color-main-dark-rgb), 0.4) var(--color-main-light);
}
@media screen and (min-width: 425px) {
  .site-register__scrollarea {
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .site-register__scrollarea {
    max-height: 450px;
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .site-register__scrollarea {
    max-height: 550px;
  }
}
.site-register__scrollarea::-webkit-scrollbar {
  width: 12px;
}
.site-register__scrollarea::-webkit-scrollbar-track {
  background: rgba(var(--color-main-dark-rgb), 0.4);
}
.site-register__scrollarea::-webkit-scrollbar-thumb {
  background: var(--color-main-light);
}
.site-register__innerbox:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .site-register__innerbox:not(:last-child) {
    margin-bottom: 40px;
  }
}
.site-register__bannerbox {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .site-register__bannerbox {
    flex-direction: row;
  }
}
.site-register__preview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.site-register__bannerimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 40px;
  position: relative;
}
@media screen and (min-width: 425px) {
  .site-register__bannerimg {
    min-width: 200px;
  }
}
.site-register__bannerimg img {
  max-width: 200px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.site-register__bannerimg::after {
  content: attr(data-nobanner);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 500;
  color: var(--color-main);
  border: 1px dashed var(--color-main);
  opacity: 1;
  z-index: -1;
}
.site-register__bannerimg.on-preview {
  border: 1px solid rgba(var(--color-main-rgb), 0.5);
}
.site-register__bannerimg.on-preview::after {
  opacity: 0;
}
.site-register__clear {
  display: none;
}
.site-register__clear span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  background-color: var(--color-main);
  font-size: 20px;
  color: var(--color-white);
  border-radius: 50%;
  cursor: pointer;
}
.site-register__clear.active {
  display: block;
}
.site-register__fileinput {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.site-register__fileinput input[type=file] {
  display: none;
}
.site-register__bannertext {
  cursor: default;
}
.site-register__bannerbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--color-white-rgb), 0.5);
  font-family: var(--font-jp);
  font-weight: 500;
  color: var(--color-main-dark);
  border: 1px solid rgba(var(--color-main-rgb), 0.5);
  border-radius: 40px;
  padding: 8px 20px;
  transition: background-color var(--transition-all), box-shadow var(--transition-all);
  cursor: pointer;
}
@media screen and (min-width: 425px) {
  .site-register__bannerbtn {
    padding: 8px 30px;
  }
}
@media screen and (min-width: 768px) {
  .site-register__bannerbtn {
    padding: 8px 40px;
  }
}
.site-register__bannerbtn:hover {
  background-color: rgba(var(--color-white-rgb), 0.8);
  box-shadow: var(--shadow-button-sub-hover);
}

/*
確認ページ：register/confirm.html
_________________________________________*/
.site-confirm__inputarea {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .site-confirm__inputarea {
    gap: 45px;
  }
}
.site-confirm__value {
  padding: 5px 10px;
}
.site-confirm__value.is-scale > * {
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}
.site-confirm__keyword {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .site-confirm__keyword {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.site-confirm__kwitem {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
}
@media screen and (min-width: 1024px) {
  .site-confirm__kwitem {
    padding: 5px 20px;
  }
}
.site-confirm__keyword.light-tag .site-confirm__kwitem {
  background-color: rgba(var(--color-white-rgb), 0.8);
  color: var(--color-main-dark);
  font-weight: 500;
  border: 1px solid rgba(var(--color-main-rgb), 0.5);
  border-radius: 30px;
}
.site-confirm__keyword.dark-tag .site-confirm__kwitem {
  background-color: var(--color-point);
  font-size: 13px;
  color: var(--color-text);
  border-radius: 5px;
}
@media screen and (min-width: 425px) {
  .site-confirm__keyword.dark-tag .site-confirm__kwitem {
    font-size: 14px;
  }
}
.site-confirm__bannerimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 40px;
  position: relative;
}
@media screen and (min-width: 425px) {
  .site-confirm__bannerimg {
    min-width: 200px;
  }
}
.site-confirm__bannerimg img {
  max-width: 200px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.site-confirm__bannerimg::after {
  content: attr(data-nobanner);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 500;
  color: var(--color-main);
  border: 1px dashed var(--color-main);
  opacity: 1;
  z-index: -1;
}
.site-confirm__bannerimg.on-preview {
  border: 1px solid rgba(var(--color-main-rgb), 0.5);
}
.site-confirm__bannerimg.on-preview::after {
  opacity: 0;
}

/*
登録完了：register/thanks.html
_________________________________________*/
.site-completed__message {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-completed__message .shadow-text {
  font-size: clamp(1.875rem, 1.458rem + 2.08vw, 3.125rem);
  /* font-size=>サイズ30px‐50px　画面320px-1280px */
}

/*
お知らせ一覧：news/index.html
_________________________________________*/
/* メインリスト */
.news-list {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.news-panel {
  display: flex;
  gap: 15px;
  flex-direction: column;
  background-color: rgba(var(--color-white-rgb), 0.5);
  border: 1px solid var(--color-white);
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  transition: all var(--transition-all);
  box-shadow: var(--shadow-size-15) rgba(var(--color-main-dark-rgb), 0.08);
}
@media screen and (min-width: 425px) {
  .news-panel {
    width: 100%;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .news-panel {
    border-radius: 20px;
    padding: 25px;
    box-shadow: var(--shadow-size-20) rgba(var(--color-main-dark-rgb), 0.08);
  }
}
.news-panel__date {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 5px;
}
.news-panel__category {
  display: inline-block;
  background-color: var(--color-main-light);
  font-size: 14px;
  color: var(--color-text);
  border-radius: 5px;
  padding: 5px 15px;
}
.news-panel__category.color-accent {
  background-color: var(--color-accent);
}
.news-panel__category.color-point {
  background-color: var(--color-point);
}
.news-panel__time {
  font-family: var(--font-en);
  font-weight: 600;
  color: var(--color-text);
}
.news-panel__title {
  position: relative;
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  color: var(--color-text);
  padding-left: 24px;
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}
@media screen and (min-width: 1024px) {
  .news-panel__title {
    padding-left: 26px;
  }
}
.news-panel__title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0.75em;
  left: 0;
  background-image: url("../img/star-accent.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}
.news-panel__new {
  font-size: 0.9em;
  color: var(--color-accent-dark);
  padding-right: 10px;
}
.news-panel:hover {
  background-color: rgba(var(--color-white-rgb), 1);
  box-shadow: var(--shadow-button-hover);
}

/* サイド */
.aside-box {
  display: block;
  background-color: rgba(var(--color-white-rgb), 0.8);
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  box-shadow: var(--shadow-size-15) rgba(var(--color-main-dark-rgb), 0.08);
}
@media screen and (min-width: 425px) {
  .aside-box {
    width: 100%;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .aside-box {
    border-radius: 20px;
    padding: 15px;
    box-shadow: var(--shadow-size-20) rgba(var(--color-main-dark-rgb), 0.08);
  }
}
.aside-box__title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-jp);
  font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px dashed var(--color-main);
  padding: 5px;
  margin-bottom: 0.8em;
  /* font-size=>サイズ18px‐20px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .aside-box__title {
    padding: 5px 5px 8px 5px;
    gap: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .aside-box__title {
    padding: 5px 5px 10px 5px;
  }
}
.aside-box__title span {
  color: var(--color-main-dark);
}
.aside-box__title::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  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) {
  .aside-box__title::before {
    width: 20px;
    height: 20px;
  }
}

.category-list__item:not(:first-child) {
  padding-top: 5px;
}
.category-list__item:not(:last-child) {
  padding-bottom: 5px;
  border-bottom: 1px dashed var(--color-point);
}
.category-list__item a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  color: var(--color-text);
  border-radius: 5px;
  padding: 8px;
  transition: background-color var(--transition-all);
}
@media screen and (min-width: 1280px) {
  .category-list__item a {
    padding: 8px 10px;
  }
}
.category-list__item a:hover {
  background-color: rgba(var(--color-main-rgb), 0.5);
}
.category-list__item a.is-current {
  background-color: rgba(var(--color-main-rgb), 0.5);
}

/*
お知らせ詳細：news/newspage.html
_________________________________________*/
/* タイトルエリア */
.article-post__head {
  display: block;
  position: relative;
  background-color: rgba(var(--color-white-rgb), 0.8);
  border: 1px solid rgba(var(--color-main-rgb), 0.3);
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 40px;
  box-shadow: var(--shadow-size-15) rgba(var(--color-main-dark-rgb), 0.08);
}
@media screen and (min-width: 425px) {
  .article-post__head {
    width: 100%;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .article-post__head {
    padding: 20px 25px 25px 25px;
  }
}
@media screen and (min-width: 1024px) {
  .article-post__head {
    border-radius: 20px;
    padding: 20px 30px 30px 30px;
    margin-bottom: 80px;
    box-shadow: var(--shadow-size-20) rgba(var(--color-main-dark-rgb), 0.08);
  }
}
.article-post__category {
  display: grid;
  justify-content: start;
  align-items: center;
  gap: 5px;
  grid-template-columns: 20px auto 20px;
  position: absolute;
  top: -1.1em;
  left: 5px;
}
@media screen and (min-width: 768px) {
  .article-post__category {
    left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .article-post__category {
    grid-template-columns: 25px auto 25px;
    top: -1.25em;
  }
}
.article-post__category span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1px;
  background-color: var(--color-main-light);
  font-family: var(--font-jp);
  border-radius: 40px;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .article-post__category span {
    padding: 5px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .article-post__category span {
    padding: 8px 20px;
  }
}
.article-post__category::before, .article-post__category::after {
  content: "";
  display: block;
  width: 20px;
  min-width: 1px;
  aspect-ratio: 1/1;
  background-image: url("../img/star-main-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .article-post__category::before, .article-post__category::after {
    width: 25px;
  }
}
.article-post__category.color-accent span {
  background-color: var(--color-accent);
}
.article-post__category.color-accent::before, .article-post__category.color-accent::after {
  background-image: url("../img/star-accent.svg");
}
.article-post__category.color-point span {
  background-color: var(--color-point);
}
.article-post__category.color-point::before, .article-post__category.color-point::after {
  background-image: url("../img/star-point.svg");
}
.article-post__time {
  display: block;
  width: 100%;
  font-family: var(--font-en);
  font-weight: 600;
  text-align: end;
}
.article-post__title {
  font-size: clamp(1.25rem, 1.208rem + 0.21vw, 1.375rem);
  font-weight: 400;
  line-height: 1.3;
  margin-top: 10px;
  /* font-size=>サイズ20px‐22px　画面320px-1280px */
}
@media screen and (min-width: 1024px) {
  .article-post__title {
    margin-top: 15px;
  }
}
@media screen and (min-width: 425px) {
  .article-post__main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-container:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .article-container:not(:first-child) {
    margin-top: 40px;
  }
}
.article-container:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .article-container:not(:last-child) {
    margin-bottom: 40px;
  }
}

/*
よくある質問ページ：faq.html
_________________________________________*/
.faq-container {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media screen and (min-width: 425px) {
  .faq-container {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .faq-container {
    gap: 60px;
  }
}
.faq-container:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 425px) {
  .faq-container:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .faq-container:not(:first-child) {
    margin-top: 60px;
  }
}
.faq-container:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 425px) {
  .faq-container:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .faq-container:not(:last-child) {
    margin-bottom: 60px;
  }
}

.faq-item__question, .faq-item__answer {
  display: grid;
}
@media screen and (min-width: 425px) {
  .faq-item__question, .faq-item__answer {
    grid-template-columns: 26px 1fr;
    align-items: start;
  }
}
.faq-item__question {
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .faq-item__question {
    gap: 32px;
  }
}
.faq-item__answer {
  gap: 5px;
  margin-top: 15px;
}
@media screen and (min-width: 425px) {
  .faq-item__answer {
    gap: 20px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .faq-item__answer {
    gap: 32px;
  }
}
.faq-item__icon {
  min-width: 1px;
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .faq-item__icon {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .faq-item__icon {
    font-size: 32px;
  }
}
.faq-item__icon.is-q {
  color: var(--color-main-dark);
  text-shadow: 0 0 5px rgba(var(--color-main-rgb), 0.8);
}
@media screen and (min-width: 425px) {
  .faq-item__icon.is-q {
    padding-top: 0.4em;
  }
}
@media screen and (min-width: 1024px) {
  .faq-item__icon.is-q {
    padding-top: 0.2em;
  }
}
.faq-item__icon.is-a {
  color: var(--color-accent-dark);
  text-shadow: 0 0 5px rgba(var(--color-accent-rgb), 0.8);
}
@media screen and (min-width: 425px) {
  .faq-item__icon.is-a {
    padding-top: 0.1em;
  }
}
@media screen and (min-width: 1024px) {
  .faq-item__icon.is-a {
    padding-top: 0em;
  }
}
.faq-item__questionbox {
  min-width: 1px;
  position: relative;
  background-color: rgba(var(--color-white-rgb), 0.8);
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  font-weight: 500;
  color: var(--color-main-dark);
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  box-shadow: var(--shadow-box);
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}
@media screen and (min-width: 425px) {
  .faq-item__questionbox {
    border-radius: 15px;
    margin-left: unset;
    margin-right: unset;
  }
}
.faq-item__questionbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent rgba(var(--color-white-rgb), 0.8);
  translate: -50% -100%;
}
@media screen and (min-width: 425px) {
  .faq-item__questionbox::after {
    top: 30px;
    left: 0px;
    border-width: 12px 12px 12px 0px;
    border-color: transparent rgba(var(--color-white-rgb), 0.8) transparent transparent;
    translate: -100% -50%;
  }
}
.faq-item__answerbox {
  min-width: 1px;
  border-top: 1px dashed var(--color-main);
  padding-top: 10px;
}
@media screen and (min-width: 425px) {
  .faq-item__answerbox {
    border-top: none;
    border-left: 1px dashed var(--color-main);
    padding: 10px 0 10px 20px;
  }
}
.faq-item__line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .faq-item__line {
    margin-top: 50px;
    gap: 15px;
  }
}
.faq-item__line span, .faq-item__line::before, .faq-item__line::after {
  display: block;
  width: 13px;
  height: 13px;
  aspect-ratio: 1/1;
  background-image: url("../img/star-point.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .faq-item__line span, .faq-item__line::before, .faq-item__line::after {
    width: 16px;
    height: 16px;
  }
}
.faq-item__line::before, .faq-item__line::after {
  content: "";
}

/*==================================================

装飾

==================================================*/
/*
装飾
_________________________________________*/
.maker-main {
  background-color: rgba(var(--color-main-rgb), 0.5);
}

.maker-maindark {
  background-color: rgba(var(--color-main-dark-rgb), 0.3);
}

.maker-accent {
  background-color: rgba(var(--color-accent-rgb), 0.5);
}

.maker-accentdark {
  background-color: rgba(var(--color-accent-dark-rgb), 0.4);
}

.maker-point {
  background-color: rgba(var(--color-point-rgb), 1);
}

.halfmaker-main {
  background: linear-gradient(transparent 50%, rgba(var(--color-main-rgb), 0.5) 50%);
}

.halfmaker-maindark {
  background: linear-gradient(transparent 50%, rgba(var(--color-main-dark-rgb), 0.3) 50%);
}

.halfmaker-accent {
  background: linear-gradient(transparent 50%, rgba(var(--color-accent-rgb), 0.5) 50%);
}

.halfmaker-accentdark {
  background: linear-gradient(transparent 50%, rgba(var(--color-accent-dark-rgb), 0.4) 50%);
}

.halfmaker-point {
  background: linear-gradient(transparent 50%, rgba(var(--color-point-rgb), 1) 50%);
}

.strong {
  font-weight: 700;
}

.textright {
  text-align: end;
}

.textcenter {
  text-align: center;
}

.maincolor {
  color: var(--color-main);
}

.accentcolor {
  color: var(--color-accent);
}

.pointcolor {
  color: var(--color-point);
}

.maindarkcolor {
  color: var(--color-main-dark);
}

.accentdarkcolor {
  color: var(--color-accent-dark);
}

.font-en {
  font-family: var(--font-en);
}

.font-jp {
  font-family: var(--font-jp);
}

.fontsmall {
  font-size: clamp(0.75rem, 0.708rem + 0.21vw, 0.875rem);
  /* font-size=>サイズ12px‐14px　画面320px-1280px */
}

.fontmedium {
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}

.fontlarge {
  font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  /* font-size=>サイズ18px‐20px　画面320px-1280px */
}

.fontx-large {
  font-size: clamp(1.25rem, 1.208rem + 0.21vw, 1.375rem);
  /* font-size=>サイズ20px‐22px　画面320px-1280px */
}

.no-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.has-top-margin {
  margin-top: 30px !important;
}

.has-bottom-margin {
  margin-bottom: 30px !important;
}

/*
サンプルのコード装飾用
実際のサイトではここから以下は削除でも大丈夫です。
_________________________________________*/
.code {
  position: relative;
  width: 100%;
  background-color: #181818;
  padding: 25px 15px;
  overflow-x: auto;
  margin-bottom: 1rem;
  word-wrap: normal;
}
.code::before {
  display: block;
  position: absolute;
  content: attr(data-name);
  top: 0;
  left: 0;
  padding: 2px 10px;
  color: var(--color-main-light);
  background-color: var(--color-main-dark);
}
.code code {
  display: block;
  position: relative;
  width: 100%;
  color: var(--color-back);
}

.code-comments {
  color: #61a764;
}

.labelsample {
  display: grid;
  justify-items: center;
  gap: 20px;
}
@media screen and (min-width: 425px) {
  .labelsample {
    grid-template-columns: repeat(auto-fit, 250px);
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .labelsample {
    gap: 30px;
  }
}
.labelsample li {
  width: 100%;
  max-width: 250px;
}
.labelsample__copybox {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  background-color: rgba(var(--color-glay-rgb), 0.3);
  border-radius: 5px;
  padding: 8px;
  margin-top: 15px;
}
.labelsample__copylabel {
  display: inline-block;
  background-color: var(--color-glay);
  font-weight: 500;
  color: var(--color-white);
  border-radius: 30px;
  padding: 3px 10px;
}
.labelsample__copy {
  flex-grow: 1;
  font-weight: 500;
  text-align: center;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

/* ここまで削除でも大丈夫です。 *//*# sourceMappingURL=style.css.map */