@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: 1400px（デザイン調整用）
min-width: 1500px（デザイン調整用）

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

@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Quicksand:wght@300..700&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;
}

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

デザインのベース

==================================================*/
/*
root
_________________________________________*/
:root {
  --color-text: #3F3F3F;
  --color-main: #BCCDDB;
  --color-main-09: rgba(188, 205, 219, 0.9);
  --color-main-08: rgba(188, 205, 219, 0.8);
  --color-main-07: rgba(188, 205, 219, 0.7);
  --color-main-06: rgba(188, 205, 219, 0.6);
  --color-main-05: rgba(188, 205, 219, 0.5);
  --color-main-04: rgba(188, 205, 219, 0.4);
  --color-main-03: rgba(188, 205, 219, 0.3);
  --color-main-02: rgba(188, 205, 219, 0.2);
  --color-main-01: rgba(188, 205, 219, 0.1);
  --color-second: #7996B1;
  --color-second-09: rgba(121, 150, 177, 0.9);
  --color-second-08: rgba(121, 150, 177, 0.8);
  --color-second-07: rgba(121, 150, 177, 0.7);
  --color-second-06: rgba(121, 150, 177, 0.6);
  --color-second-05: rgba(121, 150, 177, 0.5);
  --color-second-04: rgba(121, 150, 177, 0.4);
  --color-second-03: rgba(121, 150, 177, 0.3);
  --color-second-02: rgba(121, 150, 177, 0.2);
  --color-second-01: rgba(121, 150, 177, 0.1);
  --color-accent: #FA85CF;
  --color-accent-09: rgba(250, 133, 207, 0.9);
  --color-accent-08: rgba(250, 133, 207, 0.8);
  --color-accent-07: rgba(250, 133, 207, 0.7);
  --color-accent-06: rgba(250, 133, 207, 0.6);
  --color-accent-05: rgba(250, 133, 207, 0.5);
  --color-accent-04: rgba(250, 133, 207, 0.4);
  --color-accent-03: rgba(250, 133, 207, 0.3);
  --color-accent-02: rgba(250, 133, 207, 0.2);
  --color-accent-01: rgba(250, 133, 207, 0.1);
  --color-primary: #BBDBF3;
  --color-primary-09: rgba(187, 219, 243, 0.9);
  --color-primary-08: rgba(187, 219, 243, 0.8);
  --color-primary-07: rgba(187, 219, 243, 0.7);
  --color-primary-06: rgba(187, 219, 243, 0.6);
  --color-primary-05: rgba(187, 219, 243, 0.5);
  --color-primary-04: rgba(187, 219, 243, 0.4);
  --color-primary-03: rgba(187, 219, 243, 0.3);
  --color-primary-02: rgba(187, 219, 243, 0.2);
  --color-primary-01: rgba(187, 219, 243, 0.1);
  --color-dark: #152C49;
  --color-dark-09: rgba(21, 44, 73, 0.9);
  --color-dark-08: rgba(21, 44, 73, 0.8);
  --color-dark-07: rgba(21, 44, 73, 0.7);
  --color-dark-06: rgba(21, 44, 73, 0.6);
  --color-dark-05: rgba(21, 44, 73, 0.5);
  --color-dark-04: rgba(21, 44, 73, 0.4);
  --color-dark-03: rgba(21, 44, 73, 0.3);
  --color-dark-02: rgba(21, 44, 73, 0.2);
  --color-dark-01: rgba(21, 44, 73, 0.1);
  --color-white: rgba(255, 255, 255, 1);
  --color-white-09: rgba(255, 255, 255, 0.9);
  --color-white-08: rgba(255, 255, 255, 0.8);
  --color-white-07: rgba(255, 255, 255, 0.7);
  --color-white-06: rgba(255, 255, 255, 0.6);
  --color-white-05: rgba(255, 255, 255, 0.5);
  --color-white-04: rgba(255, 255, 255, 0.4);
  --color-white-03: rgba(255, 255, 255, 0.3);
  --color-white-02: rgba(255, 255, 255, 0.2);
  --color-white-01: rgba(255, 255, 255, 0.1);
  --color-gray: #C0C6C9;
  --color-glay1: #F8FBF8;
  --color-glay2: #F3F3F3;
  --color-glay3: #E5E4E6;
  --color-glay4: #DCDDDD;
  --color-glay5: #949495;
  --color-glay6: #595857;
  --font-serif: Nanum Myeongjo, Noto Serif JP, serif;
  --font-sans: Quicksand, Noto Sans JP, sans-serif;
}

/*
ページのベーススタイル
_________________________________________*/
body,
html {
  font-family: Roboto, "Segoe UI", Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  box-sizing: border-box;
}

a {
  display: inline-block;
  color: var(--color-main);
  text-decoration: none;
  transition: all 0.3s ease;
}
a img {
  transition: all 0.3s ease;
}
a:hover {
  color: var(--color-primary);
}
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: 24px;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-second);
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-second);
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 18px;
  }
}

h4,
h5,
h6 {
  font-size: 16px;
  color: var(--color-second);
}
@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.2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
  pointer-events: auto;
}

@keyframes Contents-Appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: var(--color-main);
  animation-name: loading-fade;
  animation-duration: 0.4s;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}

@keyframes loading-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.loading-text {
  position: relative;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 52px;
  color: var(--color-white);
  opacity: 0;
  animation-name: Textfade;
  animation-duration: 0.3s;
  animation-delay: 0.1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) {
  .loading-text {
    font-size: 62px;
  }
}
.loading-text::before {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 0%;
  color: transparent;
  background: var(--color-second);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  animation-name: TextSlide;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: "loading...";
}

@keyframes Textfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes TextSlide {
  70%, 100% {
    width: 100%;
  }
}
/*
共通パーツ
_________________________________________*/
/* サイト名 */
.sitename {
  display: block;
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 5px;
  color: var(--color-second);
}
@media screen and (min-width: 768px) {
  .sitename {
    font-size: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .sitename {
    font-size: 52px;
  }
}
@media screen and (min-width: 1280px) {
  .sitename {
    font-size: 62px;
  }
}

/* ページのタイトル */
.pagetitle {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 1280px) {
  .pagetitle {
    padding-top: 40px;
  }
}
.pagetitle::before {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--color-second);
}
@media screen and (min-width: 1280px) {
  .pagetitle::before {
    width: 50px;
  }
}
.pagetitle::after {
  display: block;
  content: "";
  flex-grow: 1;
  width: auto;
  height: 1px;
  background-color: var(--color-second);
}
.pagetitle h1 {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--color-second);
}
@media screen and (min-width: 1024px) {
  .pagetitle h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .pagetitle h1 {
    font-size: 40px;
  }
}

/* ヘッダー */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  height: 65px;
  z-index: 1000;
  transition: all 0.3s ease;
}
.header.fixed {
  background-color: var(--color-white-08);
}
@media screen and (min-width: 1024px) {
  .header {
    height: 90px;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.menu {
  position: fixed;
  top: 0%;
  right: -120%;
  width: 90%;
  height: 100vh;
  padding: 70px 30px;
  z-index: 1100;
  background-color: var(--color-main);
  transition: all 0.3s ease;
}
.menu.panelactive {
  right: 0%;
  box-shadow: -2px 0px 8px 2px rgba(21, 44, 73, 0.3);
}
@media screen and (min-width: 768px) {
  .menu {
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .menu {
    position: static;
    height: -moz-fit-content;
    height: fit-content;
    background-color: transparent;
    padding: 0px;
    box-shadow: none;
  }
}
.menu__box {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .menu__box {
    flex-direction: row;
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .menu__box {
    gap: 40px;
  }
}
.menu__link {
  font-family: var(--font-sans);
  font-size: 20px;
  color: var(--color-white);
  padding: 5px;
}
@media screen and (min-width: 1024px) {
  .menu__link {
    color: var(--color-text);
  }
}
.menu__submenu {
  padding-left: 16px;
}
@media screen and (min-width: 1024px) {
  .menu__submenu {
    background-color: var(--color-white-08);
    padding: 16px;
  }
}

.hamburger {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 1200;
  background: var(--color-main);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  border-radius: 2px;
  background-color: var(--color-white);
  width: 50%;
  transition: all 0.3s ease;
}
.hamburger span:nth-of-type(1) {
  top: 14px;
}
.hamburger span:nth-of-type(2) {
  top: 24px;
}
.hamburger.active span:nth-of-type(1) {
  left: 7.5px;
  transform: translateY(5px) rotate(-45deg);
  width: 60%;
}
.hamburger.active span:nth-of-type(2) {
  left: 7.5px;
  transform: translateY(-5px) rotate(45deg);
  width: 60%;
}

.has-submenu {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .has-submenu {
    position: relative;
  }
}
.has-submenu::after {
  display: block;
  font-family: "Material Symbols Rounded";
  line-height: 0.8;
  font-size: 20px;
  content: "\e313";
  transition: all 0.3s ease;
}
.has-submenu.active::after {
  transform: rotate(180deg);
}

.submenu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .submenu {
    position: absolute;
  }
}
.submenu.active {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

/* フッター */
.footer {
  width: 100%;
  padding: 30px 15px 10px;
  background-color: var(--color-main);
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 50px 15px;
  }
}
.footer__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

.copyright {
  font-family: var(--font-serif);
  font-size: 13px;
  color: var(--color-second);
}
.copyright a {
  color: var(--color-white);
}

/*
ボックス・レイアウト
_________________________________________*/
.maincontainer {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 65px;
}
@media screen and (min-width: 1024px) {
  .maincontainer {
    margin-top: 90px;
  }
}

.section {
  margin: 50px auto;
}
@media screen and (min-width: 1024px) {
  .section {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1280px) {
  .section {
    max-width: 1440px;
    margin: 100px auto;
  }
}
.section__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.box {
  width: 100%;
}
.box:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .box:not(:last-child) {
    margin-bottom: 50px;
  }
}
.box p:not(:last-child) {
  margin-bottom: 1rem;
}

.backbox {
  width: 100%;
  padding: 20px;
  background-color: var(--color-main-03);
}
.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.second {
  background-color: var(--color-second-03);
}
.backbox.accent {
  background-color: var(--color-accent-02);
}
.backbox.primary {
  background-color: var(--color-primary-03);
}
.backbox 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: 235px;
}

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

パーツのデザイン

==================================================*/
/*
見出し
_________________________________________*/
.texth2 {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--color-second);
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .texth2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .texth2 {
    font-size: 40px;
  }
}

.lineh2 {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--color-second);
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .lineh2 {
    max-width: 1000px;
    font-size: 32px;
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .lineh2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.lineh2::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-second);
}

.boxh2 {
  position: relative;
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--color-second);
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .boxh2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .boxh2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.boxh2::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100px;
  height: 15px;
  background-color: var(--color-main-05);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .boxh2::after {
    width: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .boxh2::after {
    width: 200px;
  }
}

.lineh3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-second);
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .lineh3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.lineh3::before {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--color-second);
}

.circleh3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-second);
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .circleh3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.circleh3::before {
  display: block;
  content: "";
  min-width: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--color-second);
}

/*
テーブル
_________________________________________*/
.table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.table__tr {
  display: grid;
  gap: 8px;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  padding: 10px 5px;
  border-bottom: 1px solid var(--color-second);
}
@media screen and (min-width: 768px) {
  .table__tr {
    gap: 0px;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
    padding: 0px;
  }
}
.table__th {
  text-align: start;
  font-weight: 400;
  color: var(--color-second);
}
@media screen and (min-width: 768px) {
  .table__th {
    padding: 10px 40px 10px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .table__th {
    padding: 15px 60px 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .table__td {
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .table__td {
    padding: 15px;
  }
}

/*
リンク
_________________________________________*/
.btnlink {
  display: inline-block;
  font-family: var(--font-sans);
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  padding: 10px 30px;
}
.btnlink:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0px 2px 8px 2px rgba(21, 44, 73, 0.2);
}

.textlink {
  position: relative;
  font-family: var(--font-sans);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
}
@media screen and (min-width: 1024px) {
  .textlink {
    padding-right: 50px;
  }
}
.textlink::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  top: calc(50% - 1px);
  right: 0;
  background-color: var(--color-main);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .textlink::after {
    width: 40px;
  }
}
.textlink:hover::after {
  transform: translateX(8px);
  background-color: var(--color-primary);
}

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

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

input:focus {
  outline: 1px solid var(--color-primary);
}

textarea:focus {
  outline: 1px solid var(--color-primary);
}

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-primary);
  background-color: var(--color-primary);
}
input[type=checkbox]:checked::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-white);
  height: 100%;
  font-family: "Material Symbols Rounded";
  font-size: 18px;
  content: "\e5ca";
}
input[type=checkbox]:focus-visible {
  outline: 2px solid var(--color-primary);
  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-second);
  border-radius: 50%;
}
input[type=radio]:checked {
  border: 1px solid var(--color-second);
}
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-primary);
  content: "";
}
input[type=radio]:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

select {
  border-color: transparent;
  background-color: var(--color-main-03);
  font-size: 1rem;
  line-height: 1.6;
  padding: 8px;
}

input[type=submit],
button {
  color: var(--color-white);
  border-radius: 0px;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
input[type=submit]:hover,
button:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0px 2px 8px 2px rgba(21, 44, 73, 0.2);
}
input[type=submit]:disabled,
button:disabled {
  background-color: var(--color-glay4);
  border-color: var(--color-glay4);
}
input[type=submit]:disabled:hover,
button:disabled:hover {
  transform: unset;
  box-shadow: unset;
}

.form {
  max-width: 600px;
}
.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: 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;
}

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

各ページのデザイン

==================================================*/
/*
index.html
_________________________________________*/
.indexpage {
  height: 100svh;
}
.indexpage__main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column-reverse;
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .indexpage__main {
    flex-direction: row;
    align-items: center;
    padding: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .indexpage__main {
    padding: 100px;
  }
}
.indexpage__box {
  display: flex;
  gap: 15px;
  flex-direction: column;
  position: relative;
  margin-top: -50px;
  padding: 15px;
  background-color: var(--color-white-05);
}
@media screen and (min-width: 1024px) {
  .indexpage__box {
    width: 100%;
    max-width: 500px;
    margin-top: 0px;
    margin-right: -200px;
    padding: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .indexpage__box {
    padding: 50px;
    max-width: 600px;
    margin-right: -250px;
  }
}
.indexpage__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.indexpage__imgbox {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0px;
  max-height: 400px;
}
@media screen and (min-width: 1024px) {
  .indexpage__imgbox {
    height: 100%;
    aspect-ratio: unset;
    max-height: unset;
  }
}
.indexpage__img {
  height: 100%;
}

/*
top.html
_________________________________________*/
@media screen and (min-width: 1024px) {
  #toppage .header.nofixed {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  #toppage .header.fixed {
    opacity: 1;
  }
}

@media screen and (min-width: 1024px) {
  .top-mv {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1280px) {
  .top-mv {
    position: relative;
    max-width: 1654px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .top-mv {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
}
.top-mv__namearea {
  display: none;
}
@media screen and (min-width: 1024px) {
  .top-mv__namearea {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .top-mv__namearea {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.top-mv__img {
  aspect-ratio: 2/1;
  min-height: 150px;
  max-height: 450px;
}
@media screen and (min-width: 1280px) {
  .top-mv__img {
    max-width: 1330px;
  }
}

@media screen and (min-width: 1024px) {
  .top-menu__box {
    display: flex;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .top-menu__link {
    font-family: var(--font-sans);
    font-size: 20px;
    color: var(--color-white);
    padding: 5px;
    color: var(--color-text);
  }
}
@media screen and (min-width: 1024px) {
  .top-menu__submenu {
    background-color: var(--color-white-08);
    padding: 16px;
  }
}

.update {
  position: relative;
  margin-top: -80px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .update {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (min-width: 1280px) {
  .update {
    margin-top: -130px;
  }
}
.update h2 {
  margin-bottom: -15px;
}
@media screen and (min-width: 1280px) {
  .update h2 {
    margin-bottom: -30px;
  }
}
.update__container {
  padding: 20px 15px 15px;
  background-color: var(--color-white-03);
}
@media screen and (min-width: 768px) {
  .update__container {
    padding: 30px 20px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .update__container {
    padding: 50px 60px 30px;
  }
}
.update__box {
  overflow-y: auto;
  height: 110px;
}
.update__item {
  display: flex;
  gap: 3px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .update__item {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.update__item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .update__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.update__item time {
  font-family: var(--font-sans);
}
@media screen and (min-width: 768px) {
  .update__item time {
    min-width: 80px;
  }
}

.prof {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .prof {
    grid-template-columns: 1fr 2fr;
  }
}
.prof__img {
  aspect-ratio: 1/1;
  max-width: 350px;
}
.prof__name {
  margin-bottom: 10px;
}
.prof .backbox {
  margin-bottom: 10px;
}
.prof__sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.prof__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}
.prof__link i {
  font-size: 32px;
}
.prof__link:hover {
  transform: translateY(-5px);
}

/*
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 {
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 500px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gallery__item {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .gallery__item {
    width: calc(33.33333% - 20px);
  }
}
.gallery__item img {
  height: 100%;
}
.gallery__item figcaption {
  display: block;
  position: absolute;
  z-index: 1;
  top: -8px;
  right: -8px;
  padding: 5px 15px;
  color: var(--color-white);
  background-color: var(--color-primary);
  transform: rotate(15deg);
  transform-origin: 0% 50%;
  box-shadow: 0px 2px 10px 2px rgba(21, 44, 73, 0.05);
}

/* 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-white);
}

/*
novel.html
_________________________________________*/
.novel__grid {
  width: 100%;
  display: grid;
}
@media screen and (min-width: 768px) {
  .novel__grid {
    grid-template-columns: 1fr 2fr;
    align-items: start;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .novel__grid h3 {
    margin-bottom: 0px;
  }
}
.novel__grid:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .novel__grid:not(:last-child) {
    margin-bottom: 30px;
  }
}

.novellist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.novellist.column {
  flex-direction: column;
  align-items: flex-start;
}
.novellist.connect li:not(:last-child)::after {
  display: inline-block;
  content: "/";
  font-size: 16px;
  padding-left: 20px;
}
.novellist__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.novellist__item a {
  font-size: 16px;
  color: var(--color-second);
}
.novellist__num {
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: var(--color-main-03);
}

/*
novelpage.html
_________________________________________*/
.metabox {
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 10px;
  background-color: var(--color-main-03);
}
.metabox:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .metabox:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .metabox:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .metabox {
    flex-direction: row;
    align-items: center;
    padding: 15px;
    gap: 30px;
  }
}
.metabox__title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-second);
}
.metabox__title::before {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--color-second);
}
.metabox__text {
  color: var(--color-second);
}

.noveltitle {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--color-second);
  margin-bottom: 15px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .noveltitle {
    max-width: 1000px;
    font-size: 28px;
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .noveltitle {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.noveltitle::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-second);
}

@media screen and (min-width: 768px) {
  .novelpage__main {
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .novelpage__main {
    padding: 20px;
  }
}
.novelpage__main P {
  line-height: 1.8;
}
.novelpage__main P:not(:last-child) {
  margin-bottom: 1rem;
}
.novelpage__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .novelpage__pagination {
    gap: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.novelpage__back {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 16px;
}
.novelpage__back:hover::before {
  transform: translateX(-8px);
  background-color: var(--color-primary);
}
.novelpage__back::before {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--color-main);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .novelpage__back::before {
    width: 40px;
  }
}
.novelpage__index {
  font-family: var(--font-sans);
  font-size: 16px;
}
.novelpage__index:hover {
  transform: translateY(-5px);
}
.novelpage__next {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 16px;
}
.novelpage__next:hover::after {
  transform: translateX(8px);
  background-color: var(--color-primary);
}
.novelpage__next::after {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--color-main);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .novelpage__next::after {
    width: 40px;
  }
}

.novelcontainer {
  margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .novelcontainer {
    margin-bottom: 50px;
  }
}

/*
offline.html
_________________________________________*/
.offline__main {
  width: 100%;
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .offline__main {
    grid-template-columns: 1fr 1fr;
    row-gap: 80px;
  }
}
.offline__img {
  margin-bottom: 20px;
}
.offline__text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.offline__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
}

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

装飾

==================================================*/
/*
装飾
_________________________________________*/
.maker01 {
  background-color: var(--color-primary-05);
}

.maker02 {
  background-color: var(--color-accent-03);
}

.halfmaker01 {
  background: linear-gradient(transparent 50%, var(--color-primary-05) 50%);
}

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

.strong {
  font-weight: 700;
}

.textright {
  text-align: end;
}

.textcenter {
  text-align: center;
}

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

.fontserif {
  font-family: var(--font-serif);
}

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

.fontmedium {
  font-size: 16px;
}

.fontlarge {
  font-size: 18px;
}

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

/*
コード装飾用
_________________________________________*/
.code {
  position: relative;
  width: 100%;
  background: var(--color-dark);
  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-white);
  background-color: var(--color-main-05);
}
.code code {
  width: 100%;
  color: var(--color-white);
}