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

テンプレートデザイン、およびコードの著作権は anoSora いつか にあります。
利用規約をご確認の上ご利用ください。
==================================================*/

/* ーーーーーーーーーーーーー

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

ーーーーーーーーーーーー */

@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&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: Roboto, "Segoe UI", Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: var(--color-text);
  box-sizing: border-box;
}

a {
  display: inline-block;
  color: var(--color-text);
  text-decoration: underline;
  text-decoration-color: var(--color-second);
  text-decoration-style: dashed;
  transition: all 0.3s ease;
}
a img {
  transition: all 0.3s ease;
}
a:hover {
  transform: translateY(-3px);
}
a:hover img {
  opacity: 0.8;
}

figure {
  margin: unset;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

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

h2 {
  font-family: var(--font-sans);
  font-size: clamp(1.375rem, 1.208rem + 0.83vw, 1.875rem);
  line-height: 1.3;
  font-weight: 400;
  /* font-size=>サイズ22px-30px　画面320px-1280px */
}

h3 {
  font-family: var(--font-sans);
  font-size: clamp(1.125rem, 1.042rem + 0.42vw, 1.375rem);
  line-height: 1.3;
  font-weight: 400;
  /* font-size=>サイズ18px-22px　画面320px-1280px */
}

h4,
h5,
h6 {
  font-family: var(--font-serif);
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}

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

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

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

@keyframes Contents-Appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading-bg,
.loading-bg2 {
  opacity: 0;
  pointer-events: none;
}

body.appear .loading-bg,
body.appear .loading-bg2 {
  opacity: 1;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100svh;
  background: var(--color-main);
  transform: scaleX(1);
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}
body.appear .loading-bg {
  left: 50%;
  animation-name: loading-curtain01;
}
body.appear .loading-bg2 {
  right: 50%;
  animation-name: loading-curtain02;
}

@keyframes loading-curtain01 {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes loading-curtain02 {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/*
アニメーション
_________________________________________*/
@media screen and (min-width: 1024px) {
  .js-upmove {
    animation: UpAnime 0.5s forwards;
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@media screen and (min-width: 1024px) {
  .js-downmove {
    animation: DownAnime 0.5s forwards;
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
ボックス・レイアウト
_________________________________________*/
.body-container {
  font-size: 14px;
}

.maincontents {
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  margin: 80px auto;
}
@media screen and (min-width: 1024px) {
  .section {
    margin: 120px auto;
  }
}
@media screen and (min-width: 1280px) {
  .section {
    margin: 150px auto;
  }
}
.section:last-child {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .section:last-child {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .section:last-child {
    margin-bottom: 100px;
  }
}

.box {
  width: 100%;
  padding-left: clamp(1.25rem, 0.833rem + 2.08vw, 2.5rem);
  padding-right: clamp(1.25rem, 0.833rem + 2.08vw, 2.5rem);
  /* padding=>サイズ20px-40px　画面320px-1280px */
}
.box:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .box:not(:last-child) {
    margin-bottom: 80px;
  }
}
.box p:not(:last-child) {
  margin-bottom: 1rem;
}

.backbox {
  width: 100%;
  padding: 20px;
  background-color: rgba(var(--color-main-rgb), 0.5);
}
.backbox:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .backbox:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .backbox:not(:last-child) {
    margin-bottom: 50px;
  }
}
.backbox.accent {
  background-color: rgba(var(--color-accent-rgb), 0.5);
}
.backbox.primary {
  background-color: rgba(var(--color-primary-rgb), 0.5);
}
.backbox p:not(:last-child) {
  margin-bottom: 1rem;
}

.stripebox {
  width: 100%;
  padding: 25px;
  background: var(--back-stripe-main);
}
@media screen and (min-width: 1024px) {
  .stripebox {
    padding: 30px;
  }
}
.stripebox:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .stripebox:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .stripebox:not(:last-child) {
    margin-bottom: 50px;
  }
}
.stripebox.accent {
  background: var(--back-stripe-accent);
}
.stripebox.primary {
  background: var(--back-stripe-primary);
}
.stripebox p:not(:last-child) {
  margin-bottom: 1rem;
}

.gridbox {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.gridbox.grid-center {
  align-items: center;
}
.gridbox:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .gridbox:not(:last-child) {
    margin-bottom: 50px;
  }
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.flexbox.flex-center {
  align-items: center;
}
.flexbox:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .flexbox:not(:last-child) {
    margin-bottom: 50px;
  }
}
.flexbox > div img {
  max-width: 283px;
}

/*
共通パーツ
_________________________________________*/
/* サイト名 */
.sitename {
  font-family: var(--font-script);
  font-size: clamp(1.5rem, 1.333rem + 0.83vw, 2rem);
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  /* font-size=>サイズ24px-32px　画面320px-1280px */
}
.sitename.jp {
  font-size: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  /* font-size=>サイズ20px-24px　画面320px-1280px */
}

/* ページのタイトル */
.pagetitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .pagetitle {
    margin-top: 60px;
  }
}
.pagetitle__title {
  font-family: var(--font-sans);
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 30px;
  padding-right: 30px;
  background: linear-gradient(transparent 60%, var(--color-main) 40%);
}
@media screen and (min-width: 768px) {
  .pagetitle__title {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* ヘッダー */
.header__stripe {
  width: 100%;
  height: 40px;
  background-image: repeating-linear-gradient(305deg, var(--color-main), var(--color-main) 10px, transparent 10px, transparent 25px);
}
@media screen and (min-width: 1024px) {
  .header__stripe {
    height: 60px;
    background-image: repeating-linear-gradient(305deg, var(--color-main), var(--color-main) 25px, transparent 25px, transparent 65px);
  }
}
@media screen and (min-width: 1280px) {
  .header__stripe {
    height: 80px;
  }
}
.header__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .header__main {
    margin-top: 30px;
    height: 45px;
  }
}

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  min-width: 250px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100svh;
  padding: 80px 80px 30px 30px;
  background-color: var(--color-main);
  z-index: 999;
  opacity: 0;
  transition: all 0.5s ease;
}
.menu.panelactive {
  opacity: 1;
  right: 0%;
}
.menu__box {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.menu__link {
  font-family: var(--font-sans);
  font-size: 18px;
  padding: 5px;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .menu__link {
    font-size: 20px;
  }
}
.menu__link:hover {
  color: var(--color-text);
}
.menu__link:hover::after {
  width: 100%;
}
.menu__link::after {
  display: block;
  content: "";
  width: 0%;
  height: 3px;
  background-color: var(--color-second);
  transition: all 0.3s ease;
}
.menu__submenu {
  padding-left: 16px;
}
@media screen and (min-width: 1024px) {
  .menu.nofixed {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0px;
    background-color: transparent;
    z-index: 999;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .menu.nofixed .menu__box {
    flex-direction: row;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .menu.nofixed .menu__link {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .menu.nofixed .menu .has-submenu {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .menu.nofixed .menu .submenu {
    position: absolute;
    padding: 5px;
  }
}
.menu.nofixed .menu__submenu {
  padding: 5px;
}
@media screen and (min-width: 1024px) {
  .menu.nofixed .menu__subitem {
    margin-top: 5px;
  }
}

.has-submenu {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: all 0.3s ease;
}
.has-submenu::after {
  display: block;
  font-family: "Material Symbols Rounded";
  line-height: 0.8;
  font-size: 20px;
  content: "\e313";
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
  transition: all 0.3s ease;
  padding-top: 3px;
}
.has-submenu.active::after {
  transform: rotate(180deg);
}

.submenu {
  display: none;
}
.submenu.active {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.hamburger {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--color-text);
  background-color: var(--color-main);
  z-index: 1000;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .hamburger {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.hamburger span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  border-radius: 2px;
  background-color: var(--color-text);
  width: 50%;
  transition: all 0.3s ease;
}
.hamburger span:nth-of-type(1) {
  top: 17px;
}
.hamburger span:nth-of-type(2) {
  top: 30px;
}
.hamburger.active span:nth-of-type(1) {
  left: 10px;
  transform: translateY(7px) rotate(-45deg);
  width: 60%;
}
.hamburger.active span:nth-of-type(2) {
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

/* フッター */
.footer {
  background-color: var(--color-main);
  padding: 20px 15px;
}

.copyright {
  text-align: center;
}

.credit {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}

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

パーツのデザイン

==================================================*/
/*
見出し
_________________________________________*/
.squareh2 {
  position: relative;
  padding-top: clamp(1.25rem, 0.833rem + 2.08vw, 2.5rem);
  padding-left: clamp(1.25rem, 0.833rem + 2.08vw, 2.5rem);
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .squareh2 {
    margin-bottom: 35px;
  }
}
.squareh2::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: clamp(1.25rem, 0.833rem + 2.08vw, 2.5rem);
  height: clamp(1.25rem, 0.833rem + 2.08vw, 2.5rem);
  background-color: var(--color-main);
}

.stripeh2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .stripeh2 {
    margin-bottom: 35px;
  }
}
.stripeh2::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  background: var(--back-stripe);
  z-index: -1;
}

/* padding,width,height=>サイズ20px-40px　画面320px-1280px */
.circleh3 {
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .circleh3 {
    margin-bottom: 20px;
    padding-left: 22px;
  }
}
.circleh3::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--color-main);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .circleh3::before {
    width: 30px;
    height: 30px;
  }
}

.squareh3 {
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .squareh3 {
    margin-bottom: 20px;
    padding-left: 22px;
  }
}
.squareh3::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background-color: var(--color-main);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .squareh3::before {
    width: 30px;
    height: 30px;
  }
}

/*
テーブル
_________________________________________*/
.table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .table {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.table__tr {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  border-top: 1px solid var(--color-text);
}
@media screen and (min-width: 768px) {
  .table__tr {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
  }
}
.table__tr:last-child {
  border-bottom: 1px solid var(--color-text);
}
.table__th {
  text-align: start;
  font-weight: 400;
  padding: 10px;
  background-color: rgba(var(--color-main-rgb), 0.5);
}
@media screen and (min-width: 768px) {
  .table__th {
    padding: 15px 60px 15px 15px;
    border-bottom: none;
    border-right: 1px solid var(--color-white);
  }
}
.table__td {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .table__td {
    padding: 15px;
  }
}

/*
リンク
_________________________________________*/
.btnlink {
  display: inline-block;
  position: relative;
  font-family: var(--font-sans);
  padding: 10px 30px;
  z-index: 2;
  text-decoration: none;
}
.btnlink::before {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-text);
  z-index: 0;
}
.btnlink::after {
  display: inline-block;
  position: absolute;
  bottom: -5px;
  right: -5px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-main);
  z-index: -1;
  transition: all 0.3s ease;
}
.btnlink:hover {
  transform: unset;
}
.btnlink:hover::after {
  transform: translate(-5px, -5px);
  background-color: var(--color-second);
}

.textlink {
  display: inline-block;
  padding: 2px 3px;
  background: linear-gradient(transparent 50%, var(--color-main) 50%);
  text-decoration: none;
}

/*
リスト
_________________________________________*/
.list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list li::before {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: var(--color-second);
}
.list li:not(:last-child) {
  margin-bottom: 10px;
}

/*
フォーム
_________________________________________*/
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
textarea {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text);
  padding: 10px;
  border: 1px solid var(--color-text);
  background-color: transparent;
}
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, textarea::-moz-placeholder {
  color: var(--color-glay4);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: var(--color-glay4);
}
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,
textarea:-ms-input-placeholder {
  color: var(--color-glay4);
}
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,
textarea::-webkit-input-placeholder {
  color: var(--color-glay4);
}
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,
textarea::-moz-placeholder {
  color: var(--color-glay4);
  opacity: 1;
}

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

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

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  height: 24px;
  width: 24px;
  border: 1px solid var(--color-second);
  border-radius: 4px;
}
input[type=checkbox]:checked {
  border: 1px solid var(--color-second);
  background-color: var(--color-main);
}
input[type=checkbox]:checked::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-text);
  height: 100%;
  font-family: "Material Symbols Rounded";
  font-size: 18px;
  content: "\e5ca";
}
input[type=checkbox]:focus-visible {
  outline: 2px solid var(--color-main);
  outline-offset: 2px;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  height: 24px;
  width: 24px;
  border: 1px solid var(--color-glay5);
  border-radius: 50%;
}
input[type=radio]:checked {
  border: 1px solid var(--color-text);
}
input[type=radio]:checked::before {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-second);
  content: "";
}
input[type=radio]:focus-visible {
  outline: 2px solid var(--color-main);
  outline-offset: 2px;
}

select {
  color: var(--color-text);
  border: 1px solid var(--color-text);
  font-size: 1rem;
  line-height: 1.6;
  padding: 10px;
}
select option {
  background-color: var(--color-main);
}
select:focus-visible {
  outline: 2px solid var(--color-main);
  outline-offset: 1px;
}

input[type=submit],
button {
  position: relative;
  color: var(--color-text);
  border-radius: 0px;
  background: var(--back-stripe);
  font-family: var(--font-sans);
  border: 1px solid var(--color-second);
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  input[type=submit],
  button {
    padding: 10px 40px;
  }
}
input[type=submit]:hover,
button:hover {
  transform: translateY(-5px);
}
input[type=submit]:disabled,
button:disabled {
  border-color: var(--color-glay5);
  background: var(--color-glay3);
}
input[type=submit]:disabled:hover,
button:disabled:hover {
  transform: unset;
  box-shadow: unset;
}

.form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.form input[type=text],
.form input[type=email],
.form input[type=url],
.form input[type=tel],
.form input[type=number],
.form input[type=date],
.form textarea {
  width: 100%;
}
.form div:not(:last-child) {
  margin-bottom: 15px;
}
.form__item {
  padding-left: 10px;
}
.form__item label {
  display: inline-block;
  padding: 10px 20px 15px;
  background-color: var(--color-main);
  margin-bottom: -10px;
  margin-left: -10px;
}
.form__text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
.form__check {
  display: flex;
  flex-direction: column;
}
.form__check.yoko {
  flex-direction: row;
  flex-wrap: wrap;
}
.form__check.yoko p {
  padding-right: 20px;
  margin-bottom: 5px;
}
.form__check p {
  display: flex;
  align-items: center;
  gap: 5px;
}
.form__check p:not(:last-child) {
  margin-bottom: 5px;
}
.form select {
  min-width: 200px;
}
.form__submit {
  text-align: center;
}

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

各ページのデザイン

==================================================*/
/*
index.html
_________________________________________*/
.indexpage {
  display: grid;
  gap: 30px;
  min-height: 100svh;
  grid-template-rows: auto 1fr auto;
}
.indexpage .maincontents {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexpage__img {
  aspect-ratio: 16/9;
  max-width: 600px;
  margin-bottom: 20px;
}
.indexpage__text {
  margin-bottom: 1rem;
}
.indexpage__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.indexpage__box {
  text-align: center;
}

.indextitle {
  margin-bottom: 20px;
}
.indextitle__title {
  font-family: var(--font-script);
  font-size: clamp(1.875rem, 1.667rem + 1.04vw, 2.5rem);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 5px;
  /* font-size=>サイズ20px-40px　画面320px-1280px */
}
.indextitle__catch {
  font-family: var(--font-script);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

/*
top.html
_________________________________________*/
@media screen and (min-width: 1024px) {
  #toppage .header__main {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #toppage .header__main.fixed {
    display: block;
  }
}

.toptitle {
  margin-bottom: 20px;
}
.toptitle__title {
  font-family: var(--font-script);
  font-size: clamp(1.875rem, 1.667rem + 1.04vw, 2.5rem);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 5px;
  /* font-size=>サイズ20px-40px　画面320px-1280px */
}
.toptitle__title.jp {
  font-size: clamp(1.125rem, 0.833rem + 1.46vw, 2rem);
  /* font-size=>サイズ18px-32px　画面320px-1280px */
}
.toptitle__catch {
  font-family: var(--font-script);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.toptitle__catch.en {
  font-size: 18px;
}

.mv {
  margin-top: 30px;
}
.mv__img {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .mv__img {
    aspect-ratio: 10/3;
  }
}

.topmenu {
  display: none;
}
@media screen and (min-width: 768px) {
  .topmenu {
    display: block;
    margin-top: 20px;
  }
}
.topmenu__box {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.topmenu .menu__link {
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.topmenu .menu__subitem .menu__link {
  padding: 5px;
}
.topmenu .has-submenu {
  position: relative;
}
.topmenu .submenu {
  position: absolute;
  padding: 5px;
}

.update {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(var(--color-main-rgb), 0.5);
  padding: 30px 15px 15px;
}
@media screen and (min-width: 768px) {
  .update {
    padding: 35px 20px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .update {
    padding: 40px 30px 30px;
  }
}
.update__h2 {
  font-family: var(--font-script);
  line-height: 1.3;
  position: absolute;
  top: -10px;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .update__h2 {
    top: -15px;
  }
}
.update__box {
  width: 100%;
  max-height: 130px;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .update__box {
    max-height: 120px;
  }
}
.update__item {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .update__item {
    flex-direction: row;
    gap: 25px;
  }
}
.update__item:not(:last-child) {
  margin-bottom: 20px;
}
.update time {
  display: grid;
  align-items: center;
  gap: 5px;
  grid-template-columns: 90px auto;
}
.update time::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--color-second);
}

.prof {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .prof {
    grid-template-columns: 260px auto;
    align-items: center;
  }
}
.prof__img {
  display: block;
  position: relative;
  padding-bottom: 10px;
  padding-right: 10px;
  max-width: 250px;
}
.prof__img::after {
  display: block;
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  bottom: 0px;
  right: 0px;
  background-color: var(--color-main);
}
.prof__img img {
  position: relative;
  z-index: 1;
}
.prof__name {
  margin-bottom: 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.prof__name::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0px;
  left: 0px;
  background: var(--back-stripe);
  z-index: -1;
}
.prof__text {
  margin-bottom: 15px;
}
.prof__sns {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .prof__sns {
    gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .prof__sns {
    justify-content: flex-start;
  }
}
.prof__sns li {
  border: 1px solid var(--color-text);
}
.prof__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.prof__link::after {
  display: inline-block;
  position: absolute;
  bottom: -3px;
  right: -3px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-main);
  z-index: -1;
  transition: all 0.3s ease;
}
.prof__link:hover {
  transform: unset;
}
.prof__link:hover::after {
  transform: translate(-3px, -3px);
  background-color: var(--color-second);
}
.prof__link i::before {
  font-size: 25px;
}

/*
gallery.html
_________________________________________*/
.gallery__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .gallery__main {
    justify-content: flex-start;
  }
}
.gallery__item {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 250px;
  padding-bottom: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .gallery__item {
    max-width: 270px;
  }
}
.gallery__item::after {
  display: block;
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  bottom: 0px;
  right: 0px;
  background-color: var(--color-main);
}
.gallery__item a {
  position: relative;
  z-index: 1;
}
.gallery__item img {
  height: 100%;
}
.gallery__item figcaption {
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  padding: 5px 10px;
  background-color: rgba(var(--color-main-rgb), 0.5);
}

/* fuwaimg様　デザイン書き換え */
.fuwaimg {
  display: block;
  width: 100%;
  height: 100%;
}

#fuwaimg {
  transition: 1s;
}

#fuwaimg_inner {
  background-color: var(--color-main);
}

button#fuwaimg_close:before,
button#fuwaimg_close:after {
  background-color: var(--color-text);
}

/*
novel.html
_________________________________________*/
.noveltitle {
  position: relative;
  padding: 20px 15px 15px;
  border: 1px solid var(--color-text);
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .noveltitle {
    padding: 25px 20px 20px;
  }
}
.noveltitle::before {
  display: inline-block;
  position: absolute;
  content: "";
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background-color: var(--color-main);
}
@media screen and (min-width: 1024px) {
  .noveltitle::before {
    width: 35px;
    height: 35px;
  }
}

.novellist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .novellist {
    row-gap: 15px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.novellist__box {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .novellist__box {
    grid-template-columns: 1fr 4fr;
  }
}
.novellist__box:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .novellist__box:not(:last-child) {
    margin-bottom: 35px;
  }
}
.novellist__item {
  display: flex;
  align-items: center;
}
.novellist.conect .novellist__item:not(:last-child) {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .novellist.conect .novellist__item:not(:last-child) {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .novellist.conect .novellist__item:not(:last-child)::after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background-color: var(--color-main);
    transform: rotate(45deg);
  }
}
.novellist.column {
  flex-direction: column;
  align-items: flex-start;
}
.novellist__num {
  display: inline-block;
  font-family: var(--font-sans);
  padding: 5px 10px;
  background-color: var(--color-main);
  margin-right: 10px;
}
.novellist__dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: var(--color-main);
  transform: rotate(45deg);
  margin-right: 10px;
}
.novellist__chapter {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  background-color: rgba(var(--color-main-rgb), 0.5);
}

/*
novelpage.html
_________________________________________*/
.novelpage__metabox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  row-gap: 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 15px;
  background-color: var(--color-main);
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .novelpage__metabox {
    margin-bottom: 50px;
    padding: 20px;
  }
}
.novelpage__metabox::before {
  display: block;
  position: absolute;
  content: "";
  top: 15px;
  left: -3px;
  width: 25px;
  height: 1px;
  border-bottom: 1px solid var(--color-text);
  transform: rotate(-45deg);
  transform-origin: top left;
}
@media screen and (min-width: 1024px) {
  .novelpage__metabox::before {
    top: 15px;
    left: -5px;
    width: 30px;
  }
}
.novelpage__container {
  padding-left: clamp(1.25rem, 0.833rem + 2.08vw, 2.5rem);
  padding-right: clamp(1.25rem, 0.833rem + 2.08vw, 2.5rem);
  /* padding=>サイズ20px-40px　画面320px-1280px */
}
.novelpage__main {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .novelpage__main {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.novelpage__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--color-text);
  border-bottom: 1px solid var(--color-text);
}
@media screen and (min-width: 1024px) {
  .novelpage__pagination {
    gap: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.novelpage__back, .novelpage__index, .novelpage__next {
  padding: 2px 3px;
  background: linear-gradient(transparent 50%, var(--color-main) 50%);
  text-decoration: none;
}

.novelcontainer {
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .novelcontainer {
    margin-bottom: 50px;
  }
}
.novelcontainer p:not(:last-child) {
  margin-bottom: 1rem;
}

/*
offline.html
_________________________________________*/
.offline__main {
  padding-left: clamp(1.25rem, 0.833rem + 2.08vw, 2.5rem);
  padding-right: clamp(1.25rem, 0.833rem + 2.08vw, 2.5rem);
  /* padding=>サイズ20px-40px　画面320px-1280px */
}
.offline__item {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: 20px 10px;
  border-top: 1px solid var(--color-text);
}
@media screen and (min-width: 768px) {
  .offline__item {
    grid-template-columns: 1fr 2fr;
    align-items: center;
    padding: 30px 10px;
    gap: 30px;
  }
}
.offline__item:last-child {
  border-bottom: 1px solid var(--color-text);
}
.offline__img {
  max-width: 320px;
}
.offline__text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.offline__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

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

装飾

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

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

.maker03 {
  background-color: rgba(var(--color-primary-rgb), 0.5);
}

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

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

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

.strong {
  font-weight: 700;
}

.textright {
  text-align: end;
}

.textcenter {
  text-align: center;
}

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

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

.fontsands {
  font-family: var(--font-sans);
}

.fontscript {
  font-family: var(--font-script);
}

.fontmedium {
  font-size: 16px;
}

.fontlarge {
  font-size: 18px;
}

.fontx-large {
  font-size: 20px;
}

/*
コード装飾用
_________________________________________*/
.code {
  position: relative;
  width: 100%;
  background: var(--color-text);
  padding: 25px 15px;
  overflow-x: auto;
  margin-bottom: 1rem;
}
.code::before {
  display: block;
  position: absolute;
  content: attr(data-name);
  top: 0;
  left: 0;
  padding: 2px 10px;
  color: var(--color-text);
  background-color: var(--color-second);
}
.code code {
  width: 100%;
  color: var(--color-white);
}