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

ーーーーーーーーーーーー */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&family=Zen+Maru+Gothic:wght@400;500;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;
}

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

デザインのベース

==================================================*/
/*
ページのベーススタイル
_________________________________________*/
body,
html {
  font-family: "Zen Maru Gothic", 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;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}
@media screen and (min-width: 1280px) {
  html {
    scroll-padding-top: 20px;
  }
}

a {
  display: inline-block;
  color: var(--color-main);
  text-decoration: none;
  transition: text-shadow var(--transition-all);
}
a img {
  transition: opacity var(--transition-all);
}
a:hover {
  text-shadow: var(--shadow-link);
}
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;
}

h1 {
  font-size: clamp(1.75rem, 1.458rem + 1.46vw, 2.625rem);
  font-weight: 500;
  line-height: 1.3;
  /* font-size=>サイズ28px‐42px　画面320px-1280px */
}

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

h3 {
  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 */
}

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

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

.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.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  pointer-events: auto;
}

@keyframes Contents-Appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: var(--color-navy);
  pointer-events: none;
  animation-name: loading-fade;
  animation-duration: 0.4s;
  animation-delay: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.loading__box {
  width: 80px;
  aspect-ratio: 1/1;
  opacity: 1;
  animation-name: star-anime;
  animation-duration: 0.4s;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.loading__box img {
  filter: drop-shadow(var(--filter-gold));
}

@keyframes loading-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes star-anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
/*
ボックス・レイアウト
_________________________________________*/
body {
  background-color: var(--color-back);
}

.body-container {
  position: relative;
  min-height: 100dvh;
  font-size: 14px;
  display: grid;
  background-color: var(--color-back);
}
@media screen and (min-width: 1280px) {
  .body-container {
    font-size: 15px;
    grid-template-columns: 25% 1fr;
  }
}
@media screen and (min-width: 1620px) {
  .body-container {
    grid-template-columns: 460px 1fr;
  }
}

/* 背景固定 */
.backimg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100dvh;
  opacity: 0.1;
}

/* コンテンツのレイアウト */
.main-container {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 1px;
  min-height: calc(100dvh - 75px);
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .main-container {
    min-height: 100dvh;
  }
}

/* サイド固定 */
.fixcontents {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  min-width: 1px;
  background: linear-gradient(180deg, rgba(var(--color-navy-rgb), 0.8) 0%, rgba(var(--color-navy-rgb), 0.1) 100%);
  z-index: 1100;
}
@media screen and (min-width: 1280px) {
  .fixcontents {
    background: var(--color-navy);
    height: 100dvh;
    border-right: 1px solid var(--color-main);
  }
}
@media screen and (min-width: 1280px) {
  .fixcontents::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/back-dots.png");
    background-size: 13%;
    background-repeat: repeat;
    opacity: 0.4;
    pointer-events: none;
    z-index: 1;
  }
}

/* メインコンテンツ部分 */
.maincontents {
  display: block;
  position: relative;
  width: 100%;
  min-width: 1px;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .maincontents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .maincontents {
    width: 100%;
    max-width: var(--main-width);
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/*
共通パーツ
_________________________________________*/
/* サイト名 */
.sitename {
  position: relative;
  width: 75%;
  max-width: 265px;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sitename {
    position: fixed;
    top: 0;
    left: 20px;
    width: 320px;
    max-width: unset;
    z-index: 1000;
  }
}
@media screen and (min-width: 1280px) {
  .sitename {
    width: calc(25% - 10px);
  }
}
@media screen and (min-width: 1620px) {
  .sitename {
    width: 450px;
  }
}
@media screen and (min-width: 1800px) {
  .sitename {
    width: 530px;
  }
}
.sitename__pole {
  display: flex;
  justify-content: space-between;
  width: 80px;
  height: 15px;
}
@media screen and (min-width: 1280px) {
  .sitename__pole {
    width: 150px;
    height: 20px;
  }
}
@media screen and (min-width: 1620px) {
  .sitename__pole {
    width: 255px;
    height: 30px;
  }
}
.sitename__pole span {
  content: "";
  display: block;
  width: 4px;
  height: 15px;
  background-color: var(--color-main);
  box-shadow: var(--shadow-main80);
}
@media screen and (min-width: 1280px) {
  .sitename__pole span {
    width: 5px;
    height: 20px;
  }
}
@media screen and (min-width: 1620px) {
  .sitename__pole span {
    height: 30px;
  }
}
.sitename__name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 45px;
  border: 3px solid var(--color-main);
  border-radius: 5px;
  padding-top: 3px;
  box-shadow: var(--shadow-main80), var(--shadow-main80) inset;
}
@media screen and (min-width: 768px) {
  .sitename__name {
    height: 55px;
  }
}
@media screen and (min-width: 1280px) {
  .sitename__name {
    padding-top: 7px;
    height: 70px;
  }
}
@media screen and (min-width: 1620px) {
  .sitename__name {
    height: 75px;
  }
}
.sitename__name span {
  position: relative;
  font-family: var(--font-en);
  font-size: 24px;
  color: var(--color-light);
  text-shadow: var(--shadow-link);
  z-index: 1;
  transition: color var(--transition-all), text-shadow var(--transition-all);
}
@media screen and (min-width: 768px) {
  .sitename__name span {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .sitename__name span {
    font-size: 40px;
  }
}
@media screen and (min-width: 1620px) {
  .sitename__name span {
    font-size: 48px;
  }
}
.sitename__name::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 8px;
  left: 0;
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  z-index: 0;
  box-shadow: 0 0 8px 0 rgba(var(--color-main-rgb), 0.3), 0 0 8px 0 rgba(var(--color-main-rgb), 0.3) inset;
}
@media screen and (min-width: 768px) {
  .sitename__name::after {
    bottom: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .sitename__name::after {
    height: 7px;
  }
}
.sitename__name:hover span {
  color: var(--color-white);
  text-shadow: 0 0 8px var(--color-white);
}

/* ヘッダー・固定メニュー部分 */
.header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .header {
    justify-content: flex-end;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    height: 100dvh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 100px;
    overflow: auto;
  }
}
@media screen and (min-width: 1620px) {
  .header {
    padding-top: 125px;
  }
}
.header__contents {
  position: fixed;
  top: 0;
  right: -110%;
  width: 90%;
  max-width: 350px;
  height: 100dvh;
  background-color: var(--color-navy);
  border-left: 1px solid var(--color-main);
  overflow: auto;
  scrollbar-color: var(--color-glay) var(--color-navy);
  scrollbar-width: thin;
  padding: 100px 30px 30px 15px;
  opacity: 0;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1280px) {
  .header__contents {
    position: static;
    width: 100%;
    max-width: 360px;
    height: -moz-fit-content;
    height: fit-content;
    background-color: transparent;
    border-left: none;
    padding: 30px 0px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
  }
}
@media screen and (min-width: 1620px) {
  .header__contents {
    padding: 70px 0px 30px 0px;
  }
}
.header__contents::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/back-dots.png");
  background-size: 12%;
  background-repeat: repeat;
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  .header__contents::after {
    display: none;
  }
}
.header__contents.active {
  right: 0%;
  opacity: 1;
}
.header__back {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-black-rgb), 0.5);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 1280px) {
  .header__back {
    display: none;
  }
}
.header__back.active {
  opacity: 1;
  pointer-events: all;
}
.header__ornament {
  margin-left: 25px;
  padding-top: 20px;
  border-top: 1px dashed var(--color-main);
}
@media screen and (min-width: 1620px) {
  .header__ornament {
    margin-left: 30px;
  }
}
.header__text {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .header__text {
    margin-bottom: 20px;
  }
}
.header__text p {
  font-family: var(--font-en);
  font-size: 12px;
  line-height: 1.3;
  color: var(--color-light);
}

.menu {
  margin-bottom: 25px;
}
.menu__box {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .menu__box {
    gap: 7px;
  }
}
.menu__item {
  position: relative;
}
.menu__item::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/gold.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0px 0px 5px rgba(var(--color-main-rgb), 1));
  opacity: 0;
  transition: opacity var(--transition-all);
}
.menu__item.current::before {
  opacity: 1;
}
.menu__item.current .menu__link {
  text-shadow: var(--shadow-link);
}
.menu__item:has(:hover)::before {
  opacity: 1;
}
.menu__link {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 22px;
  line-height: 1.3;
  padding-top: 5px;
  padding-left: 25px;
  padding-bottom: 2px;
  transition: text-shadow var(--transition-all);
}
@media screen and (min-width: 1280px) {
  .menu__link {
    font-size: 24px;
    padding-top: 3px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1620px) {
  .menu__link {
    padding-left: 30px;
  }
}

/* ハンバーガーメニュー(SPメニューボタン) */
.hamburger {
  position: relative;
  width: 45px;
  min-width: 45px;
  height: 45px;
  border: 1px solid var(--color-main);
  border-radius: 5px;
  background-color: rgba(var(--color-black-rgb), 0.5);
  box-shadow: var(--shadow-inset);
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .hamburger {
    display: none;
  }
}
.hamburger::before, .hamburger::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity var(--transition-all);
  filter: drop-shadow(0px 0px 5px rgba(var(--color-main-rgb), 1));
}
.hamburger::before {
  width: 17px;
  height: 17px;
  content: "";
  background-image: url("../img/gold.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.hamburger::after {
  font-family: "Material Symbols Rounded";
  content: "\e5cd";
  font-size: 24px;
  color: var(--color-main);
  opacity: 0;
}
.hamburger.active::before {
  opacity: 0;
}
.hamburger.active::after {
  opacity: 1;
}

/* フッター */
.footer {
  min-width: 1px;
  background-color: rgba(var(--color-navy-rgb), 0.7);
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 15px;
  border-top: 1px solid var(--color-main);
}
@media screen and (min-width: 768px) {
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.footer__text {
  font-family: var(--font-en);
  line-height: 1.3;
  font-size: 13px;
}

/* トップスクロール */
.topscroll {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 15px;
  border: 1px solid var(--color-main);
  border-radius: 5px;
  background-color: rgba(var(--color-black-rgb), 0.5);
  cursor: pointer;
  transition: opacity var(--transition-all), box-shadow var(--transition-all);
  z-index: 100;
}
@media screen and (min-width: 1280px) {
  .topscroll {
    width: 55px;
    height: 55px;
    right: 25px;
  }
}
.topscroll__img {
  width: 18px;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .topscroll__img {
    width: 20px;
  }
}
.topscroll:hover {
  box-shadow: var(--shadow-main80);
}
.topscroll.js-noappear {
  opacity: 0;
  pointer-events: none;
}
.topscroll.js-appear {
  opacity: 1;
  pointer-events: all;
}

/* ページのタイトル */
.pagetitle {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  border: 3px solid var(--color-main);
  border-radius: 5px;
  box-shadow: var(--shadow-main80), var(--shadow-main80) inset;
  padding: 25px 15px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .pagetitle {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .pagetitle {
    margin-bottom: 100px;
  }
}
.pagetitle__title {
  font-family: var(--font-en);
  text-align: center;
  font-weight: 700;
  color: var(--color-light);
}
.pagetitle__line {
  display: block;
  width: clamp(3.75rem, 2.917rem + 4.17vw, 6.25rem);
  height: 5px;
  background-color: var(--color-main);
  border-radius: 10px;
  box-shadow: var(--shadow-main);
  /* width=>サイズ60px‐100px　画面320px-1280px */
}
.pagetitle__line.gold {
  background-color: var(--color-gold);
  box-shadow: var(--shadow-gold);
}
.pagetitle__line.blue {
  background-color: var(--color-blue);
  box-shadow: var(--shadow-blue);
}
.pagetitle__line.pink {
  background-color: var(--color-pink);
  box-shadow: var(--shadow-pink);
}
.pagetitle__line.yellow {
  background-color: var(--color-yellow);
  box-shadow: var(--shadow-yellow);
}
.pagetitle__subtitle {
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  text-align: center;
  color: var(--color-light);
  /* font-size=>サイズ16px‐20px　画面320px-1280px */
}
@media screen and (min-width: 1024px) {
  .pagetitle__subtitle {
    padding-top: 5px;
  }
}

/* section */
:root :where(.section) > * {
  margin-bottom: 1rem;
}
:root :where(.section) > :last-child {
  margin-bottom: 0rem;
}

.section:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .section:not(:first-of-type) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .section:not(:first-of-type) {
    margin-top: 100px;
  }
}
.section:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .section:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .section:not(:last-of-type) {
    margin-bottom: 100px;
  }
}

:root :where(.box) > * {
  margin-bottom: 1rem;
}
:root :where(.box) > :last-child {
  margin-bottom: 0rem;
}

.box:not(:last-child) {
  margin-bottom: 35px;
}
@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: 45px;
  }
}

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

パーツのデザイン

==================================================*/
/*
コンテンツパーツ
_________________________________________*/
/* ライン型ボックス */
:root :where(.linebox) > * {
  margin-bottom: 1rem;
}
:root :where(.linebox) > :last-child {
  margin-bottom: 0rem;
}

.linebox {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  background-color: rgba(var(--color-black-rgb), 0.5);
  border: 1px solid var(--color-main);
  border-radius: 5px;
  box-shadow: var(--shadow-inset);
}
@media screen and (min-width: 768px) {
  .linebox {
    padding: 35px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .linebox {
    padding: 45px 40px;
  }
}
.linebox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, var(--color-main) 4px, transparent 4px), radial-gradient(circle, var(--color-main) 4px, transparent 4px), radial-gradient(circle, var(--color-main) 4px, transparent 4px), radial-gradient(circle, var(--color-main) 4px, transparent 4px);
  background-position: 8px 8px, calc(100% - 8px) 8px, 8px calc(100% - 8px), calc(100% - 8px) calc(100% - 8px);
  background-repeat: no-repeat;
  background-size: 8px 8px;
}
@media screen and (min-width: 1280px) {
  .linebox::after {
    background-position: 10px 10px, calc(100% - 10px) 10px, 10px calc(100% - 10px), calc(100% - 10px) calc(100% - 10px);
  }
}
.linebox.gold {
  border-color: var(--color-gold);
}
.linebox.gold::after {
  background-image: radial-gradient(circle, var(--color-gold) 4px, transparent 4px), radial-gradient(circle, var(--color-gold) 4px, transparent 4px), radial-gradient(circle, var(--color-gold) 4px, transparent 4px), radial-gradient(circle, var(--color-gold) 4px, transparent 4px);
}
.linebox.blue {
  border-color: var(--color-blue);
}
.linebox.blue::after {
  background-image: radial-gradient(circle, var(--color-blue) 4px, transparent 4px), radial-gradient(circle, var(--color-blue) 4px, transparent 4px), radial-gradient(circle, var(--color-blue) 4px, transparent 4px), radial-gradient(circle, var(--color-blue) 4px, transparent 4px);
}
.linebox.pink {
  border-color: var(--color-pink);
}
.linebox.pink::after {
  background-image: radial-gradient(circle, var(--color-pink) 4px, transparent 4px), radial-gradient(circle, var(--color-pink) 4px, transparent 4px), radial-gradient(circle, var(--color-pink) 4px, transparent 4px), radial-gradient(circle, var(--color-pink) 4px, transparent 4px);
}
.linebox.yellow {
  border-color: var(--color-yellow);
}
.linebox.yellow::after {
  background-image: radial-gradient(circle, var(--color-yellow) 4px, transparent 4px), radial-gradient(circle, var(--color-yellow) 4px, transparent 4px), radial-gradient(circle, var(--color-yellow) 4px, transparent 4px), radial-gradient(circle, var(--color-yellow) 4px, transparent 4px);
}

/* ペーパー型ボックス */
:root :where(.paperbox) > * {
  margin-bottom: 1rem;
}
:root :where(.paperbox) > :last-child {
  margin-bottom: 0rem;
}

.paperbox {
  width: 100%;
  max-width: 900px;
  position: relative;
  padding: 30px 20px 15px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/line.png");
  background-size: 18%;
  background-color: #FDFBF0;
  border: 1px solid;
  border-color: var(--color-main);
  border-radius: 5px;
  color: var(--color-dark);
}
@media screen and (min-width: 768px) {
  .paperbox {
    padding: 30px 30px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .paperbox {
    padding: 35px 40px 20px;
  }
}
.paperbox::before, .paperbox::after {
  content: "";
  width: 15px;
  height: 15px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 8px;
  border-radius: 50%;
  background-color: var(--color-main);
  box-shadow: 1px 2px 2px 0 rgba(var(--color-dark-rgb), 0.25);
}
@media screen and (min-width: 1280px) {
  .paperbox::before, .paperbox::after {
    width: 18px;
    height: 18px;
    top: 10px;
  }
}
.paperbox::before {
  left: 8px;
}
@media screen and (min-width: 1280px) {
  .paperbox::before {
    left: 10px;
  }
}
.paperbox::after {
  right: 8px;
}
@media screen and (min-width: 1280px) {
  .paperbox::after {
    right: 10px;
  }
}
.paperbox.gold {
  border-color: var(--color-gold);
}
.paperbox.gold::before, .paperbox.gold::after {
  background-color: var(--color-gold);
}
.paperbox.blue {
  border-color: var(--color-blue);
}
.paperbox.blue::before, .paperbox.blue::after {
  background-color: var(--color-blue);
}
.paperbox.pink {
  border-color: var(--color-pink);
}
.paperbox.pink::before, .paperbox.pink::after {
  background-color: var(--color-pink);
}
.paperbox.yellow {
  border-color: var(--color-yellow);
}
.paperbox.yellow::before, .paperbox.yellow::after {
  background-color: var(--color-yellow);
}

/* 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.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;
  }
}
.gridbox > * {
  min-width: 1px;
}

/* Flexボックス */
.flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .flexbox {
    gap: 30px;
  }
}
.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;
  }
}
@media screen and (min-width: 425px) {
  .flexbox > div img {
    max-width: 363px;
  }
}
@media screen and (min-width: 425px) {
  .flexbox.col-2 > div img {
    max-width: 565px;
  }
}
@media screen and (min-width: 425px) {
  .flexbox.col-4 > div img {
    max-width: 267px;
  }
}

/*
小さい星アイコン
_________________________________________*/
.smallicons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.smallicons.min {
  gap: 8px;
}
.smallicons span {
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.smallicons span.blue {
  background-image: url("../img/small-blue.svg");
  filter: drop-shadow(0px 0px 5px rgba(var(--color-blue-rgb), 1));
}
.smallicons span.pink {
  background-image: url("../img/small-pink.svg");
  filter: drop-shadow(0px 0px 5px rgba(var(--color-pink-rgb), 1));
}
.smallicons span.yellow {
  background-image: url("../img/small-yellow.svg");
  filter: drop-shadow(0px 0px 5px rgba(var(--color-yellow-rgb), 1));
}

/*
アクセスカウンター
_________________________________________*/
.counter {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.counter.pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .counter.pc {
    display: flex;
  }
}
.counter.sp {
  display: flex;
}
@media screen and (min-width: 1280px) {
  .counter.sp {
    display: none;
  }
}
.counter img {
  max-width: 50px;
  height: auto;
}

/*
見出し
_________________________________________*/
/* 通常の見出し2 */
.mainh2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .mainh2 {
    margin-bottom: 30px;
  }
}
.mainh2 h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
  position: relative;
  border-bottom: 1px solid var(--color-main);
  margin-bottom: 5px;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: var(--color-light);
}
@media screen and (min-width: 768px) {
  .mainh2 h2 {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .mainh2 h2 {
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding-left: 26px;
    padding-top: 12px;
    padding-bottom: 0px;
  }
}
.mainh2 h2::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-main);
  border-radius: 20px;
}
.mainh2__title {
  font-family: var(--font-en);
  font-weight: 700;
}
.mainh2__sub {
  font-size: clamp(0.938rem, 0.833rem + 0.52vw, 1.25rem);
  font-weight: 500;
  /* font-size=>サイズ15px‐20px　画面320px-1280px */
}
.mainh2 .smallicons {
  justify-content: flex-end;
}

/* 通常の見出し3 */
.mainh3 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  color: var(--color-accent);
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .mainh3 {
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-bottom: 20px;
  }
}
.mainh3 > span {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .mainh3 > span {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.mainh3__en {
  font-family: var(--font-en);
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  /* font-size=>サイズ14px‐16px　画面320px-1280px */
}
.mainh3::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 2px;
  line-height: 1;
  background-image: linear-gradient(to right, var(--color-accent), var(--color-accent) 4px, transparent 2px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.mainh3.gold {
  color: var(--color-gold);
}
.mainh3.gold::after {
  background-image: linear-gradient(to right, var(--color-gold), var(--color-gold) 4px, transparent 2px);
}
.mainh3.blue {
  color: var(--color-blue);
}
.mainh3.blue::after {
  background-image: linear-gradient(to right, var(--color-blue), var(--color-blue) 4px, transparent 2px);
}
.mainh3.pink {
  color: var(--color-pink);
}
.mainh3.pink::after {
  background-image: linear-gradient(to right, var(--color-pink), var(--color-pink) 4px, transparent 2px);
}
.mainh3.yellow {
  color: var(--color-yellow);
}
.mainh3.yellow::after {
  background-image: linear-gradient(to right, var(--color-yellow), var(--color-yellow) 4px, transparent 2px);
}

/* 通常の見出し4 */
.mainh4,
.subh4 {
  position: relative;
  padding-left: 25px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .mainh4,
  .subh4 {
    padding-left: 30px;
    margin-bottom: 20px;
  }
}
.mainh4::before,
.subh4::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  border: 2px solid;
  border-color: var(--color-accent);
  border-radius: 1px;
  transform: rotate(45deg) translateY(-50%);
  box-shadow: var(--shadow-accent), var(--shadow-accent) inset;
}
@media screen and (min-width: 1024px) {
  .mainh4::before,
  .subh4::before {
    width: 15px;
    height: 15px;
  }
}
.mainh4.gold::before,
.subh4.gold::before {
  border-color: var(--color-gold);
  box-shadow: var(--shadow-gold), var(--shadow-gold) inset;
}
.mainh4.blue::before,
.subh4.blue::before {
  border-color: var(--color-blue);
  box-shadow: var(--shadow-blue), var(--shadow-blue) inset;
}
.mainh4.pink::before,
.subh4.pink::before {
  border-color: var(--color-pink);
  box-shadow: var(--shadow-pink), var(--shadow-pink) inset;
}
.mainh4.yellow::before,
.subh4.yellow::before {
  border-color: var(--color-yellow);
  box-shadow: var(--shadow-yellow), var(--shadow-yellow) inset;
}

.mainh4 {
  color: var(--color-accent);
}
.mainh4.gold {
  color: var(--color-gold);
}
.mainh4.blue {
  color: var(--color-blue);
}
.mainh4.pink {
  color: var(--color-pink);
}
.mainh4.yellow {
  color: var(--color-yellow);
}

.subh4 {
  color: var(--color-light);
}

/* 漫画ページ用見出し */
.boxheadline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  font-weight: 400;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  /* font-size=>サイズ18px‐20px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .boxheadline {
    padding: 15px;
    gap: 15px;
  }
}
.boxheadline::before {
  content: "";
  display: block;
  width: 18px;
  min-width: 15px;
  aspect-ratio: 1/1;
  background-image: url("../img/gold.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(0px 0px 5px rgba(var(--color-main-rgb), 1));
}
@media screen and (min-width: 768px) {
  .boxheadline::before {
    width: 22px;
    min-width: 20px;
  }
}
.boxheadline.gold {
  color: var(--color-gold);
  border-color: var(--color-gold);
}
.boxheadline.gold::before {
  background-image: url("../img/gold.svg");
  filter: drop-shadow(0px 0px 5px rgba(var(--color-gold-rgb), 1));
}
.boxheadline.blue {
  color: var(--color-blue);
  border-color: var(--color-blue);
}
.boxheadline.blue::before {
  background-image: url("../img/blue.svg");
  filter: drop-shadow(0px 0px 5px rgba(var(--color-blue-rgb), 1));
}
.boxheadline.pink {
  color: var(--color-pink);
  border-color: var(--color-pink);
}
.boxheadline.pink::before {
  background-image: url("../img/pink.svg");
  filter: drop-shadow(0px 0px 5px rgba(var(--color-pink-rgb), 1));
}
.boxheadline.yellow {
  color: var(--color-yellow);
  border-color: var(--color-yellow);
}
.boxheadline.yellow::before {
  background-image: url("../img/yellow.svg");
  filter: drop-shadow(0px 0px 5px rgba(var(--color-yellow-rgb), 1));
}

/*
リンク
_________________________________________*/
/* ボタン */
.btnlink {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border: 2px solid var(--color-main);
  border-radius: 5px;
  background-color: var(--color-main);
  color: var(--color-light);
  padding: 10px 30px;
  transition: all var(--transition-all);
}
@media screen and (min-width: 1024px) {
  .btnlink {
    padding: 15px 40px;
  }
}
.btnlink:hover {
  color: var(--color-main);
  background-color: var(--color-white);
  border-color: var(--color-white);
  text-shadow: none;
  box-shadow: var(--shadow-button);
}
.btnlink.outline {
  background-color: transparent;
  color: var(--color-main);
}
.btnlink.outline:hover {
  background-color: var(--color-white);
}
.btnlink.small {
  padding: 5px 15px;
}
@media screen and (min-width: 1024px) {
  .btnlink.small {
    padding: 8px 20px;
  }
}

/* テキスト */
.textlink {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 5px;
  text-decoration-color: var(--color-main);
  transition: text-decoration-color var(--transition-all);
}
.textlink:hover {
  text-decoration-color: transparent;
}

/*
ページネーション
_________________________________________*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--color-main);
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 40px;
    padding-top: 40px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .pagination {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.pagination__btn, .pagination__num {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  font-family: var(--font-en);
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  color: var(--color-main);
  border: 2px solid var(--color-main);
  border-radius: 5px;
  transition: all var(--transition-all);
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .pagination__btn, .pagination__num {
    height: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .pagination__btn, .pagination__num {
    height: 48px;
  }
}
.pagination__btn:hover, .pagination__num:hover {
  color: var(--color-main);
  background-color: var(--color-white);
  border-color: var(--color-white);
  text-shadow: none;
  box-shadow: var(--shadow-button);
}
.pagination__btn {
  padding: 5px 15px 2px;
}
@media screen and (min-width: 768px) {
  .pagination__btn {
    padding: 5px 20px 2px;
  }
}
.pagination__num {
  width: 38px;
  padding-top: 5px;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .pagination__num {
    width: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .pagination__num {
    width: 48px;
  }
}
.pagination__num.current {
  background-color: rgba(var(--color-main-rgb), 0.3);
}
.pagination__num.current:hover {
  border-color: var(--color-main);
  box-shadow: none;
}

/*
リスト
_________________________________________*/
.mainlist li {
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .mainlist li {
    padding-left: 20px;
  }
}
.mainlist li:not(:last-child) {
  margin-bottom: 5px;
}
.mainlist li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
  background-color: var(--color-main);
}
.mainlist li.gold::before {
  background-color: var(--color-gold);
}
.mainlist li.blue::before {
  background-color: var(--color-blue);
}
.mainlist li.pink::before {
  background-color: var(--color-pink);
}
.mainlist li.yellow::before {
  background-color: var(--color-yellow);
}

/*
水平線
_________________________________________*/
/* 通常 */
hr {
  border: none;
  border-bottom: 1px dashed;
  border-color: var(--color-glay);
}
hr.hr-main {
  border-color: var(--color-main);
}
hr.hr-accent {
  border-color: var(--color-accent);
}
hr.hr-gold {
  border-color: var(--color-gold);
}
hr.hr-blue {
  border-color: var(--color-blue);
}
hr.hr-pink {
  border-color: var(--color-pink);
}
hr.hr-yellow {
  border-color: var(--color-yellow);
}

/* 疑似水平線 */
.hr-line {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hr-line span:not(.hr-icon) {
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  line-height: 1;
  background-image: linear-gradient(to right, var(--color-main), var(--color-main) 3px, transparent 2px);
  background-size: 5px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.hr-line span.hr-icon, .hr-line::before, .hr-line::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
  background-image: url("../img/gold.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(var(--filter-main));
}
.hr-line.gold span:not(.hr-icon) {
  background-image: linear-gradient(to right, var(--color-gold), var(--color-gold) 3px, transparent 2px);
}
.hr-line.gold span.hr-icon, .hr-line.gold::before, .hr-line.gold::after {
  background-image: url("../img/gold.svg");
  filter: drop-shadow(var(--filter-gold));
}
.hr-line.blue span:not(.hr-icon) {
  background-image: linear-gradient(to right, var(--color-blue), var(--color-blue) 3px, transparent 2px);
}
.hr-line.blue span.hr-icon, .hr-line.blue::before, .hr-line.blue::after {
  background-image: url("../img/blue.svg");
  filter: drop-shadow(var(--filter-blue));
}
.hr-line.pink span:not(.hr-icon) {
  background-image: linear-gradient(to right, var(--color-pink), var(--color-pink) 3px, transparent 2px);
}
.hr-line.pink span.hr-icon, .hr-line.pink::before, .hr-line.pink::after {
  background-image: url("../img/pink.svg");
  filter: drop-shadow(var(--filter-pink));
}
.hr-line.yellow span:not(.hr-icon) {
  background-image: linear-gradient(to right, var(--color-yellow), var(--color-yellow) 3px, transparent 2px);
}
.hr-line.yellow span.hr-icon, .hr-line.yellow::before, .hr-line.yellow::after {
  background-image: url("../img/yellow.svg");
  filter: drop-shadow(var(--filter-yellow));
}

/*
入力系
_________________________________________*/
/* ベース */
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%;
  padding: 10px 15px;
  color: var(--color-text);
  line-height: 1.6;
  border: 1px solid var(--color-main);
  border-radius: 5px;
  background-color: rgba(var(--color-black-rgb), 0.5);
  box-shadow: var(--shadow-inset);
}
@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 {
    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);
}

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

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

select {
  width: 100%;
  padding: 10px 15px;
  color: var(--color-text);
  line-height: 1.6;
  border: 1px solid var(--color-main);
  border-radius: 5px;
  background-color: rgba(var(--color-black-rgb), 0.5);
  box-shadow: var(--shadow-inset);
  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-black);
}
select:focus-visible {
  outline: 2px solid var(--color-main);
  outline-offset: 1px;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid var(--color-main);
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  input[type=checkbox] {
    height: 24px;
    width: 24px;
  }
}
input[type=checkbox]:checked {
  border: 1px solid var(--color-main);
  background-color: rgba(var(--color-main-rgb), 0.5);
}
input[type=checkbox]:checked::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-light);
  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: 20px;
  width: 20px;
  border: 1px solid var(--color-main);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  input[type=radio] {
    height: 24px;
    width: 24px;
  }
}
input[type=radio]:checked {
  border: 1px solid var(--color-main);
}
input[type=radio]:checked::before {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-main);
  content: "";
}
@media screen and (min-width: 768px) {
  input[type=radio]:checked::before {
    height: 14px;
    width: 14px;
  }
}
input[type=radio]:focus-visible {
  outline: 1px solid var(--color-main);
  outline-offset: 2px;
}

input[type=button],
input[type=submit],
button {
  text-align: center;
  border: 2px solid var(--color-main);
  border-radius: 5px;
  background-color: var(--color-main);
  color: var(--color-light);
  padding: 10px 30px;
  cursor: pointer;
  transition: all var(--transition-all);
}
@media screen and (min-width: 1024px) {
  input[type=button],
  input[type=submit],
  button {
    padding: 15px 40px;
  }
}
input[type=button]:hover,
input[type=submit]:hover,
button:hover {
  color: var(--color-main);
  background-color: var(--color-white);
  border-color: var(--color-white);
  box-shadow: var(--shadow-button);
}
input[type=button]:disabled,
input[type=submit]:disabled,
button:disabled {
  background-color: var(--color-glay);
  border-color: var(--color-glay);
  cursor: not-allowed;
}
input[type=button]:disabled:hover,
input[type=submit]:disabled:hover,
button:disabled:hover {
  color: var(--color-light);
  box-shadow: unset;
}

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

各ページのデザイン

==================================================*/
/*
top.html
_________________________________________*/
/* 電光掲示板 */
.neon-board {
  display: flex;
  align-items: center;
  border: 2px solid var(--color-main);
  border-radius: 50px;
  background-color: rgba(var(--color-black-rgb), 0.5);
  padding-top: 13px;
  padding-bottom: 13px;
  box-shadow: var(--shadow-main80), var(--shadow-inset);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .neon-board {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.neon-board__content {
  display: flex;
  align-items: center;
  color: var(--color-yellow);
  white-space: nowrap;
  animation-name: marquee-boad;
  /* ▼スピード調整はこちらで▼ */
  animation-duration: 16s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media screen and (min-width: 1024px) {
  .neon-board__content {
    font-size: 1rem;
  }
}

@keyframes marquee-boad {
  100% {
    transform: translateX(-100%);
  }
}
/* 更新履歴 */
@media screen and (min-width: 768px) {
  .update__inner {
    padding: 10px;
  }
}
.update__h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
  color: var(--color-accent);
  font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  /* font-size=>サイズ18px‐20px　画面320px-1280px */
}
@media screen and (min-width: 1024px) {
  .update__h2 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.update__h2 span {
  font-family: var(--font-en);
  font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
  /* font-size=>サイズ14px‐16px　画面320px-1280px */
}
.update__h2::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  line-height: 1;
  background-image: linear-gradient(to right, var(--color-accent), var(--color-accent) 4px, transparent 2px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.update__list {
  height: 180px;
  margin-top: 25px;
  overflow-y: auto;
  scrollbar-color: var(--color-glay) var(--color-navy);
  scrollbar-width: thin;
}
@media screen and (min-width: 768px) {
  .update__list {
    height: 100px;
  }
}
.update__item {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
  position: relative;
  color: var(--color-light);
}
@media screen and (min-width: 768px) {
  .update__item {
    flex-direction: row;
    align-items: baseline;
  }
}
.update__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .update__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .update__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.update__date {
  display: inline-block;
  position: relative;
  font-family: var(--font-en);
  font-size: 15px;
  line-height: 1;
  padding-left: 16px;
}
.update__date::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.update__item:nth-child(3n+1) .update__date::before {
  background-color: var(--color-blue);
  box-shadow: 0 0 5px 0 var(--color-blue);
}
.update__item:nth-child(3n+2) .update__date::before {
  background-color: var(--color-pink);
  box-shadow: 0 0 5px 0 var(--color-pink);
}
.update__item:nth-child(3n) .update__date::before {
  background-color: var(--color-yellow);
  box-shadow: 0 0 5px 0 var(--color-yellow);
}
@media screen and (min-width: 768px) {
  .update__text {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .update__text::before {
    content: "ー";
    display: inline-block;
  }
}

/* カルーセル */
.carousel {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 12px;
}
.carousel__item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  position: relative;
  background-color: var(--color-white);
  border-radius: 5px;
  padding: 10px 10px 30px;
  transform: rotate(-1.6deg);
  transition: transform var(--transition-all), box-shadow var(--transition-all);
}
@media screen and (min-width: 1024px) {
  .carousel__item {
    padding: 15px 15px 30px;
  }
}
.carousel__item:hover {
  transform: rotate(0deg) translateY(-10px);
  text-shadow: none;
  box-shadow: 0 0 8px 0 rgba(var(--color-white-rgb), 0.5);
}
.carousel__item:hover img {
  opacity: 1;
}
.carousel__img {
  aspect-ratio: 3/2;
  border: 1px solid rgba(var(--color-glay-rgb), 0.1);
}
.carousel__date {
  font-family: var(--font-en);
  color: var(--color-glay);
  font-weight: 500;
  line-height: 1;
  padding: 7px 10px 5px;
  border-top: 1px dashed var(--color-glay);
  border-bottom: 1px dashed var(--color-glay);
}
.carousel__title {
  position: relative;
  width: 100%;
  color: var(--color-dark);
  font-weight: 500;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .carousel__title {
    font-size: 16px;
  }
}
.carousel__check {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 5px;
  bottom: 3px;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 600;
  color: var(--color-pink);
  border: 2px solid var(--color-pink);
  border-radius: 50%;
  padding-top: 2px;
  transform: rotate(-15deg);
  z-index: 0;
}
.carousel__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15px;
  background-color: var(--color-main);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  cursor: pointer;
  transition: box-shadow var(--transition-all), background-color var(--transition-all);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .carousel__btn {
    width: 50px;
    height: 50px;
  }
}
.carousel__btn:hover {
  box-shadow: var(--shadow-main);
}
.carousel__btn.carousel-prev {
  background-image: url("../img/btn-prev.svg");
  left: 0px;
}
.carousel__btn.carousel-next {
  background-image: url("../img/btn-next.svg");
  right: 0px;
}
.carousel__btn.swiper-button-disabled {
  background-color: var(--color-glay);
}
.carousel__btn.swiper-button-disabled:hover {
  box-shadow: none;
}

/* プロフィール */
.prof {
  display: grid;
  justify-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .prof {
    grid-template-columns: 200px 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .prof {
    grid-template-columns: 250px 1fr;
    gap: 20px;
  }
}
.prof__img {
  aspect-ratio: 1/1;
  min-width: 1px;
  max-width: 250px;
  border-radius: 8px;
}
.prof__box {
  width: 100%;
  min-width: 1px;
}
.prof__sns {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .prof__sns {
    justify-content: flex-start;
    gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .prof__sns {
    margin-top: 20px;
    gap: 20px;
  }
}
.prof__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-main);
  border-radius: 5px;
  transition: all var(--transition-all);
}
.prof__link:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  text-shadow: none;
  box-shadow: var(--shadow-button);
}
.prof__link i::before {
  color: var(--color-main);
  font-size: 25px;
  transition: all var(--transition-all);
}

/* リンク */
.paperbox.linktbl {
  max-width: 670px;
  margin-left: 0;
}

.linktbl__tr {
  display: grid;
}
@media screen and (min-width: 768px) {
  .linktbl__tr {
    grid-template-columns: 135px 1fr;
    margin-bottom: 0;
  }
}
.linktbl__th, .linktbl__td {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
  flex-direction: column;
  min-width: 1px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .linktbl__th, .linktbl__td {
    padding: 10px 15px;
  }
}
.linktbl__th {
  color: var(--color-main);
  font-weight: 500;
  border-bottom: 1px dashed var(--color-glay);
}
@media screen and (min-width: 768px) {
  .linktbl__th {
    justify-content: center;
    align-items: flex-end;
    border-right: 1px dashed var(--color-glay);
    border-bottom: none;
  }
}

/*
gallery.html
_________________________________________*/
.gallery__main {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 20px;
}
@media screen and (min-width: 425px) {
  .gallery__main {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .gallery__main {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
.gallery__item {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: 365px;
}
.gallery__item:has(.right2, .right4, .left2, .left4) {
  max-width: 340px;
}
.gallery__item:hover {
  text-shadow: none;
}
.gallery__item:hover img {
  opacity: 1;
}
.gallery__item:hover .gallery__img {
  box-shadow: var(--shadow-main80);
}
.gallery__item:hover .gallery__img.right2, .gallery__item:hover .gallery__img.right4, .gallery__item:hover .gallery__img.left2, .gallery__item:hover .gallery__img.left4 {
  transform: rotate(0deg);
}
.gallery__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-main);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow var(--transition-all), transform var(--transition-all);
}
.gallery__img.right2 {
  transform: rotate(2deg);
}
.gallery__img.right4 {
  transform: rotate(4deg);
}
.gallery__img.left2 {
  transform: rotate(-2deg);
}
.gallery__img.left4 {
  transform: rotate(-4deg);
}
.gallery__img figcaption {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 600;
  color: var(--color-light);
  background-color: rgba(var(--color-navy-rgb), 0.8);
  border-radius: 5px;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .gallery__img figcaption {
    padding: 10px 20px;
  }
}
.gallery__img img {
  height: 100%;
}

/* fuwaimg様　デザイン書き換え */
#fuwaimg_inner {
  background-color: var(--color-black);
}

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

/*
漫画関連　共通パーツ
_________________________________________*/
/* Reset */
a.comicpanel {
  color: var(--color-text);
}
a.comicpanel:hover {
  text-shadow: none;
}
a.comicpanel:hover img {
  opacity: 1;
}

/* 一覧 */
.comiclist {
  display: grid;
  justify-items: center;
  gap: 30px;
}
@media screen and (min-width: 425px) {
  .comiclist {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .comiclist {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* パネル */
.comicpanel {
  display: grid;
  gap: 10px;
  width: 100%;
  min-width: 1px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .comicpanel.column {
    align-items: end;
    grid-template-columns: 1fr 1.5fr;
    grid-column-end: span 3;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .comicpanel.column {
    grid-template-columns: 400px 1fr;
  }
}
.comicpanel__img {
  position: relative;
  width: 100%;
  min-width: 1px;
  max-width: 400px;
  aspect-ratio: 2/1;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--color-main);
  transition: box-shadow var(--transition-all);
}
.comicpanel__img figcaption {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 600;
  color: var(--color-light);
  background-color: rgba(var(--color-navy-rgb), 0.8);
  border-radius: 5px;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .comicpanel__img figcaption {
    padding: 10px 20px;
  }
}
.comicpanel__img img {
  height: 100%;
}
.comicpanel__box {
  min-width: 1px;
}
.comicpanel__box.line {
  background-color: rgba(var(--color-black-rgb), 0.5);
  border: 1px solid var(--color-main);
  border-radius: 5px;
  padding: 10px;
  transition: box-shadow var(--transition-all);
}
@media screen and (min-width: 768px) {
  .comicpanel__box.line {
    padding: 15px;
  }
}
.comicpanel__title {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-light);
  transition: text-shadow var(--transition-all);
}
.comicpanel__num {
  display: inline-block;
  font-family: var(--font-en);
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 1.75rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--color-main);
  padding-right: 10px;
  transition: text-shadow var(--transition-all);
  /* font-size=>サイズ22px‐28px　画面320px-1280px */
}
@media screen and (min-width: 1024px) {
  .comicpanel__num {
    padding-right: 15px;
  }
}
.comicpanel__num.gold {
  color: var(--color-gold);
}
.comicpanel__num.blue {
  color: var(--color-blue);
}
.comicpanel__num.pink {
  color: var(--color-pink);
}
.comicpanel__num.yellow {
  color: var(--color-yellow);
}
.comicpanel__text:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--color-glay);
}
.comicpanel__text > * {
  margin-bottom: 10px;
}
.comicpanel__text > *:last-child {
  margin-bottom: 0px;
}
.comicpanel:hover .comicpanel__img {
  box-shadow: var(--shadow-main80);
}
.comicpanel:hover .comicpanel__title {
  text-shadow: var(--shadow-link);
}
.comicpanel:hover .comicpanel__num {
  text-shadow: var(--shadow-link);
}
.comicpanel:hover .comicpanel__num.gold {
  text-shadow: 0 0 8px rgba(var(--color-gold-rgb), 0.8);
}
.comicpanel:hover .comicpanel__num.blue {
  text-shadow: 0 0 8px rgba(var(--color-blue-rgb), 0.8);
}
.comicpanel:hover .comicpanel__num.pink {
  text-shadow: 0 0 8px rgba(var(--color-pink-rgb), 0.8);
}
.comicpanel:hover .comicpanel__num.yellow {
  text-shadow: 0 0 8px rgba(var(--color-yellow-rgb), 0.8);
}
.comicpanel:hover .comicpanel__box.line {
  box-shadow: var(--shadow-main80);
}
.comicpanel:hover .comicpanel__box.line .comicpanel__title {
  text-shadow: none;
}

/* 漫画タイトル */
.comictitle {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
}
.comictitle::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-main);
  border-radius: 20px;
  box-shadow: var(--shadow-main);
}
.comictitle__title {
  position: relative;
  font-family: var(--font-jp);
  font-size: clamp(1.125rem, 1.042rem + 0.42vw, 1.375rem);
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 5px;
  padding: 15px 17px 15px 15px;
  text-shadow: var(--shadow-link);
  box-shadow: var(--shadow-main), var(--shadow-main) inset;
  /* font-size=>サイズ18px‐22px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .comictitle__title {
    padding: 20px 25px 20px 20px;
  }
}
.comictitle__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 5px;
  height: 100%;
  border-left: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  box-shadow: 0 0 8px 0 rgba(var(--color-main-rgb), 0.3), 0 0 8px 0 rgba(var(--color-main-rgb), 0.3) inset;
}
@media screen and (min-width: 768px) {
  .comictitle__title::after {
    right: 20px;
  }
}

/* あらすじボックス */
.comicbox {
  background-color: rgba(var(--color-black-rgb), 0.5);
  border: 1px solid var(--color-main);
  border-radius: 5px;
  padding: 10px;
  transition: box-shadow var(--transition-all);
}
@media screen and (min-width: 768px) {
  .comicbox {
    padding: 15px;
  }
}
.comicbox:not(:last-child) {
  margin-bottom: 30px;
}
.comicbox__title {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-light);
  transition: text-shadow var(--transition-all);
}
.comicbox__text:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--color-glay);
}
.comicbox__text > * {
  margin-bottom: 10px;
}
.comicbox__text > *:last-child {
  margin-bottom: 0px;
}

.laymicitem {
  min-width: 1px;
}

/*
comicpage.html
_________________________________________*/
/* キャラクター */
.charalist__item, .charalist__sublist {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 20px;
  background-color: rgba(var(--color-black-rgb), 0.3);
  border-radius: 10px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .charalist__item, .charalist__sublist {
    gap: 30px;
    padding: 20px;
  }
}
.charalist__item:not(:last-child), .charalist__sublist:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .charalist__item:not(:last-child), .charalist__sublist:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 425px) {
  .charalist__item {
    grid-template-columns: 160px 1fr;
  }
}
@media screen and (min-width: 768px) {
  .charalist__item {
    grid-template-columns: 170px 1fr;
  }
}
@media screen and (min-width: 425px) {
  .charalist__sublist {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
.charalist__sublist.fit {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
.charalist__img {
  min-width: 1px;
  max-width: 170px;
  aspect-ratio: 1/1;
  border: 2px solid var(--color-main);
  border-radius: 50%;
}
.charalist__img.sub {
  max-width: 160px;
}
.charalist__box {
  width: 100%;
  min-width: 1px;
}
.charalist__name {
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  font-weight: 500;
  color: var(--color-light);
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}
.charalist__text {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--color-glay);
}
.charalist__text > * {
  margin-bottom: 10px;
}
.charalist__text > *:last-child {
  margin-bottom: 0px;
}

/* 漫画 */
.comicitem {
  display: grid;
  gap: 10px;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .comicitem {
    align-items: end;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.comicitem__img {
  min-width: 1px;
  aspect-ratio: 16/9;
  border-radius: 8px;
  border: 1px solid var(--color-main);
  transition: box-shadow var(--transition-all);
}
.comicitem__box {
  min-width: 1px;
}
.comicitem__title {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-light);
  transition: text-shadow var(--transition-all);
}
.comicitem__text:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--color-glay);
}
.comicitem__text > * {
  margin-bottom: 10px;
}
.comicitem__text > *:last-child {
  margin-bottom: 0px;
}
.comicitem:hover .comicitem__img {
  box-shadow: var(--shadow-main80);
}

/* 漫画 画像のみ */
.comicimg {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--color-main);
  transition: box-shadow var(--transition-all);
  cursor: pointer;
}
.comicimg img {
  height: 100%;
}
.comicimg:hover {
  box-shadow: var(--shadow-main80);
}

/*
event.html
_________________________________________*/
/* サークル情報 */
.circlebox {
  width: 100%;
  max-width: 900px;
  border: 1px solid var(--color-main);
  border-radius: 5px;
  background-color: rgba(var(--color-black-rgb), 0.5);
  padding: 15px 10px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: var(--shadow-inset);
}
@media screen and (min-width: 425px) {
  .circlebox {
    padding: 20px 25px;
  }
}
@media screen and (min-width: 1024px) {
  .circlebox {
    padding: 30px 45px;
  }
}
.circlebox:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .circlebox:not(:last-child) {
    margin-bottom: 80px;
  }
}
.circlebox__box {
  display: grid;
  justify-items: center;
  gap: 15px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 425px) {
  .circlebox__box {
    grid-template-columns: 160px 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .circlebox__box {
    grid-template-columns: 200px 1fr;
    gap: 0px;
  }
}
.circlebox__img {
  min-width: 1px;
  max-width: 200px;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-main);
  border-radius: 8px;
}
.circlebox__tbl {
  width: 100%;
  min-width: 1px;
}
.circlebox__tr {
  display: grid;
}
@media screen and (min-width: 768px) {
  .circlebox__tr {
    grid-template-columns: 135px 1fr;
  }
}
.circlebox__th, .circlebox__td {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
  flex-direction: column;
  min-width: 1px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .circlebox__th, .circlebox__td {
    padding: 10px 15px;
  }
}
.circlebox__th {
  color: var(--color-main);
  font-weight: 500;
  border-bottom: 1px dashed var(--color-glay);
}
@media screen and (min-width: 768px) {
  .circlebox__th {
    justify-content: center;
    align-items: flex-end;
    border-right: 1px dashed var(--color-glay);
    border-bottom: none;
  }
}
.circlebox__td {
  color: var(--color-light);
}
.circlebox__td.name {
  font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  font-weight: 500;
  /* font-size=>サイズ18px‐20px　画面320px-1280px */
}

/* 発行物リスト制御 */
.publiclist {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .publiclist {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .publiclist {
    gap: 40px;
  }
}

/* 発行物パネル */
.itempanel {
  display: grid;
  justify-items: center;
  gap: 20px;
  min-width: 1px;
}
@media screen and (min-width: 768px) {
  .itempanel.column {
    grid-template-columns: 35% 1fr;
    align-items: end;
    grid-column-end: span 2;
  }
}
@media screen and (min-width: 1024px) {
  .itempanel.column {
    grid-template-columns: 400px 1fr;
  }
}
.itempanel__img {
  min-width: 1px;
  max-width: 400px;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-main);
  border-radius: 8px;
}
.itempanel__container {
  width: 100%;
  min-width: 1px;
  background-color: rgba(var(--color-black-rgb), 0.5);
  border: 1px solid var(--color-main);
  border-radius: 5px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .itempanel__container {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: unset;
  }
}
.itempanel__box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .itempanel__box {
    background-color: rgba(var(--color-black-rgb), 0.5);
    border: 1px solid var(--color-main);
    border-radius: 5px;
    padding: 20px;
  }
}
.itempanel__box .subh4 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .itempanel__box .subh4 {
    margin-bottom: 18px;
  }
}
.itempanel__label {
  display: inline-block;
  position: relative;
  font-family: var(--font-en);
  color: var(--color-light);
  background-color: var(--color-main);
  border-radius: 2px;
  padding: 6px 20px 4px 25px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .itempanel__label {
    margin-bottom: 15px;
  }
}
.itempanel__label::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  background-color: var(--color-dark);
  border-radius: 50%;
}
.itempanel__label.gold {
  background-color: var(--color-gold);
}
.itempanel__label.blue {
  background-color: var(--color-blue);
}
.itempanel__label.pink {
  background-color: var(--color-pink);
}
.itempanel__label.yellow {
  background-color: var(--color-yellow);
}
.itempanel__text:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--color-glay);
}
@media screen and (min-width: 768px) {
  .itempanel__text:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.itempanel__text > * {
  margin-bottom: 10px;
}
.itempanel__text > *:last-child {
  margin-bottom: 0px;
}
.itempanel__price {
  font-family: var(--font-en);
  font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  font-weight: 600;
  line-height: 1.2;
  text-align: end;
  /* font-size=>サイズ18px‐20px　画面320px-1280px */
}
.itempanel__price:not(:first-child) {
  margin-top: 15px;
}
.itempanel__price span {
  padding-left: 5px;
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}

/* 最新イベント */
.latest-event {
  width: 100%;
  border: 1px solid var(--color-main);
  border-radius: 5px;
  background-color: rgba(var(--color-black-rgb), 0.5);
  padding: 15px 10px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: var(--shadow-inset);
}
@media screen and (min-width: 425px) {
  .latest-event {
    padding: 20px 25px;
  }
}
@media screen and (min-width: 1024px) {
  .latest-event {
    padding: 30px 45px;
  }
}
.latest-event__tbl {
  width: 100%;
}
.latest-event__tr {
  display: grid;
}
@media screen and (min-width: 768px) {
  .latest-event__tr {
    grid-template-columns: 135px 1fr;
  }
}
.latest-event__th, .latest-event__td {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
  flex-direction: column;
  min-width: 1px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .latest-event__th, .latest-event__td {
    padding: 10px 15px;
  }
}
.latest-event__th {
  color: var(--color-main);
  font-weight: 500;
  border-bottom: 1px dashed var(--color-glay);
}
@media screen and (min-width: 768px) {
  .latest-event__th {
    justify-content: center;
    align-items: flex-end;
    border-right: 1px dashed var(--color-glay);
    border-bottom: none;
  }
}
.latest-event__td {
  color: var(--color-light);
}
.latest-event__td.name {
  font-size: clamp(1.125rem, 1.083rem + 0.21vw, 1.25rem);
  font-weight: 500;
  /* font-size=>サイズ18px‐20px　画面320px-1280px */
}
.latest-event__text:not(:first-child) {
  margin-top: 1rem;
}
.latest-event__text > * {
  margin-bottom: 10px;
}
.latest-event__text > *:last-child {
  margin-bottom: 0px;
}

/* イベントパネル */
.eventpanel {
  padding: 25px 5px;
}
@media screen and (min-width: 768px) {
  .eventpanel {
    padding: 30px 5px;
  }
}
@media screen and (min-width: 1024px) {
  .eventpanel {
    padding: 40px 10px;
  }
}
.eventpanel:not(:last-child) {
  border-bottom: 1px dashed var(--color-glay);
}
.eventpanel__list {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media screen and (min-width: 425px) {
  .eventpanel__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .eventpanel__list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.eventpanel__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 5px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (min-width: 425px) {
  .eventpanel__item {
    flex-direction: row;
    align-items: center;
  }
}
.eventpanel__label {
  background-color: var(--color-main);
  border-radius: 5px;
  padding: 5px 10px;
}
@media screen and (min-width: 425px) {
  .eventpanel__label {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .eventpanel__label {
    padding: 5px 15px;
  }
}
.eventpanel__value {
  color: var(--color-light);
}
.eventpanel__text:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .eventpanel__text:not(:first-child) {
    margin-top: 20px;
  }
}
.eventpanel__text > * {
  margin-bottom: 10px;
}
.eventpanel__text > *:last-child {
  margin-bottom: 0px;
}

/*
日記関連
_________________________________________*/
/* レイアウト制御 */
.note-container {
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 1024px) {
  .note-container {
    grid-template-columns: 1fr 280px;
  }
}

/* メイン部分 */
.note-main {
  min-width: 1px;
}

/* サイド部分 */
.note-side {
  min-width: 1px;
}
.note-side__item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .note-side__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.note-side__title {
  font-family: var(--font-en);
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 3px;
  padding: 10px 15px;
  margin-bottom: 15px;
  text-shadow: var(--shadow-link);
  box-shadow: var(--shadow-main), var(--shadow-main) inset;
  /* font-size=>サイズ16px‐18px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .note-side__title {
    margin-bottom: 20px;
  }
}
.note-side__list {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .note-side__list {
    gap: 20px;
  }
}
.note-side__link {
  display: inline-block;
  font-weight: 500;
}
.note-side__link:hover {
  text-shadow: none;
}

/* タグバージョン */
.note-side__list.tagstyle {
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .note-side__list.tagstyle {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .note-side__list.tagstyle {
    flex-direction: column;
  }
}
.note-side__list.tagstyle .note-side__link {
  position: relative;
  color: var(--color-dark);
  background-color: var(--color-main);
  border-radius: 2px;
  padding: 5px 20px 5px 25px;
  transition: transform var(--transition-all);
}
@media screen and (min-width: 768px) {
  .note-side__list.tagstyle .note-side__link {
    padding: 8px 25px 8px 30px;
  }
}
.note-side__list.tagstyle .note-side__link::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  background-color: var(--color-dark);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .note-side__list.tagstyle .note-side__link::before {
    left: 10px;
  }
}
.note-side__list.tagstyle .note-side__link:hover {
  transform: rotate(-2deg);
}
.note-side__list.tagstyle .note-side__link.gold {
  background-color: var(--color-gold);
}
.note-side__list.tagstyle .note-side__link.blue {
  background-color: var(--color-blue);
}
.note-side__list.tagstyle .note-side__link.pink {
  background-color: var(--color-pink);
}
.note-side__list.tagstyle .note-side__link.yellow {
  background-color: var(--color-yellow);
}

/* アイコンバージョン */
.note-side__list.iconstyle .note-side__link {
  position: relative;
  font-family: var(--font-en);
  font-size: 15px;
  font-weight: 500;
  color: var(--color-light);
  padding-left: 30px;
  transition: color var(--transition-all);
}
@media screen and (min-width: 768px) {
  .note-side__list.iconstyle .note-side__link {
    font-size: 16px;
    padding-left: 35px;
  }
}
.note-side__list.iconstyle .note-side__link::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  border: 2px solid;
  border-color: var(--color-main);
  border-radius: 1px;
  transform: rotate(45deg) translateY(-50%);
  box-shadow: var(--shadow-main), var(--shadow-main) inset;
}
@media screen and (min-width: 768px) {
  .note-side__list.iconstyle .note-side__link::before {
    width: 15px;
    height: 15px;
  }
}
.note-side__list.iconstyle .note-side__link:hover {
  color: var(--color-main);
}
.note-side__list.iconstyle .note-side__link.gold:hover {
  color: var(--color-gold);
}
.note-side__list.iconstyle .note-side__link.gold::before {
  border-color: var(--color-gold);
  box-shadow: var(--shadow-gold), var(--shadow-gold) inset;
}
.note-side__list.iconstyle .note-side__link.blue:hover {
  color: var(--color-blue);
}
.note-side__list.iconstyle .note-side__link.blue::before {
  border-color: var(--color-blue);
  box-shadow: var(--shadow-blue), var(--shadow-blue) inset;
}
.note-side__list.iconstyle .note-side__link.pink:hover {
  color: var(--color-pink);
}
.note-side__list.iconstyle .note-side__link.pink::before {
  border-color: var(--color-pink);
  box-shadow: var(--shadow-pink), var(--shadow-pink) inset;
}
.note-side__list.iconstyle .note-side__link.yellow:hover {
  color: var(--color-yellow);
}
.note-side__list.iconstyle .note-side__link.yellow::before {
  border-color: var(--color-yellow);
  box-shadow: var(--shadow-yellow), var(--shadow-yellow) inset;
}

/*
/note/index.html
_________________________________________*/
.note-item {
  display: grid;
  gap: 20px;
  background-color: rgba(var(--color-navy-rgb), 0.4);
  border: 1px solid var(--color-main);
  border-radius: 20px;
  padding: 15px;
  transition: box-shadow var(--transition-all), background-color var(--transition-all);
}
@media screen and (min-width: 425px) {
  .note-item {
    grid-template-columns: 1fr 2.5fr;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .note-item {
    grid-template-columns: 200px 1fr;
    gap: 30px;
    border-radius: 25px;
    padding: 20px;
  }
}
.note-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .note-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.note-item__img {
  min-width: 1px;
  max-width: 130px;
  aspect-ratio: 1/1;
  border: 2px solid var(--color-main);
  border-radius: 50%;
}
@media screen and (min-width: 425px) {
  .note-item__img {
    max-width: 200px;
  }
}
.note-item__box {
  min-width: 1px;
}
.note-item__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .note-item__meta {
    margin-bottom: 20px;
  }
}
.note-item__category {
  display: inline-block;
  font-size: 13px;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 20px;
  padding: 5px 20px;
}
.note-item__category.gold {
  color: var(--color-gold);
  border-color: var(--color-gold);
}
.note-item__category.blue {
  color: var(--color-blue);
  border-color: var(--color-blue);
}
.note-item__category.pink {
  color: var(--color-pink);
  border-color: var(--color-pink);
}
.note-item__category.yellow {
  color: var(--color-yellow);
  border-color: var(--color-yellow);
}
.note-item__date {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 15px;
  color: var(--color-main);
}
.note-item__date.gold {
  color: var(--color-gold);
}
.note-item__date.blue {
  color: var(--color-blue);
}
.note-item__date.pink {
  color: var(--color-pink);
}
.note-item__date.yellow {
  color: var(--color-yellow);
}
.note-item__title {
  color: var(--color-light);
  font-size: clamp(0.938rem, 0.875rem + 0.31vw, 1.125rem);
  /* font-size=>サイズ15px‐18px　画面320px-1280px */
}
.note-item__more {
  display: block;
  font-family: var(--font-en);
  font-weight: 600;
  color: var(--color-main);
  text-align: end;
  text-decoration: underline;
  margin-top: 15px;
  transition: text-shadow var(--transition-all);
}
@media screen and (min-width: 768px) {
  .note-item__more {
    margin-top: 20px;
  }
}
.note-item:hover {
  text-shadow: none;
  box-shadow: var(--shadow-button);
  background-color: rgba(var(--color-navy-rgb), 1);
}
.note-item:hover img {
  opacity: 1;
}
.note-item:hover .note-item__more {
  text-shadow: var(--shadow-link);
}

/*
/note/notepage.html
_________________________________________*/
/* タイトル部分 */
.note-titlebox {
  background-color: rgba(var(--color-navy-rgb), 0.4);
  border: 1px solid var(--color-main);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .note-titlebox {
    border-radius: 25px;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .note-titlebox {
    margin-bottom: 40px;
  }
}
.note-titlebox:has(.note-titlebox__img) {
  display: grid;
  gap: 20px;
  padding: 15px;
}
@media screen and (min-width: 425px) {
  .note-titlebox:has(.note-titlebox__img) {
    grid-template-columns: 150px 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .note-titlebox:has(.note-titlebox__img) {
    gap: 30px;
    padding: 20px;
  }
}
.note-titlebox__img {
  min-width: 1px;
  max-width: 130px;
  aspect-ratio: 1/1;
  border: 2px solid var(--color-main);
  border-radius: 50%;
}
@media screen and (min-width: 425px) {
  .note-titlebox__img {
    max-width: 150px;
  }
}
.note-titlebox__box {
  min-width: 1px;
}
.note-titlebox__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .note-titlebox__meta {
    margin-bottom: 20px;
  }
}
.note-titlebox__category {
  display: inline-block;
  font-size: 13px;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 20px;
  padding: 5px 20px;
}
.note-titlebox__category.gold {
  color: var(--color-gold);
  border-color: var(--color-gold);
}
.note-titlebox__category.blue {
  color: var(--color-blue);
  border-color: var(--color-blue);
}
.note-titlebox__category.pink {
  color: var(--color-pink);
  border-color: var(--color-pink);
}
.note-titlebox__category.yellow {
  color: var(--color-yellow);
  border-color: var(--color-yellow);
}
.note-titlebox__date {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 15px;
  color: var(--color-main);
}
.note-titlebox__date.gold {
  color: var(--color-gold);
}
.note-titlebox__date.blue {
  color: var(--color-blue);
}
.note-titlebox__date.pink {
  color: var(--color-pink);
}
.note-titlebox__date.yellow {
  color: var(--color-yellow);
}
.note-titlebox__title {
  color: var(--color-light);
  font-size: clamp(0.938rem, 0.875rem + 0.31vw, 1.125rem);
  /* font-size=>サイズ15px‐18px　画面320px-1280px */
}

/* 本文 */
:root :where(.note-contents) * {
  margin-bottom: 1rem;
}
:root :where(.note-contents) *:last-child {
  margin-bottom: 0px;
}
:root :where(.note-contents) img {
  width: auto;
  max-width: 100%;
}

.note-contents__box:not(:first-child) {
  margin-top: clamp(1.875rem, 1.667rem + 1.04vw, 2.5rem);
  /* margin-top=>サイズ30px‐40px　画面320px-1280px */
}
.note-contents__box:not(:last-child) {
  margin-bottom: clamp(1.875rem, 1.667rem + 1.04vw, 2.5rem);
  /* margin-bottom=>サイズ30px‐40px　画面320px-1280px */
}

/*
contact.html
_________________________________________*/
.form {
  display: block;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(var(--color-black-rgb), 0.4);
  border: 1px solid var(--color-main);
  border-radius: 5px;
  box-shadow: var(--shadow-inset);
  padding: 15px;
}
@media screen and (min-width: 425px) {
  .form {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .form {
    padding: 60px;
  }
}
.form__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.form__label {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .form__label {
    padding-left: 22px;
  }
}
.form__label::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--color-pink);
  box-shadow: var(--shadow-pink);
}
@media screen and (min-width: 768px) {
  .form__label::before {
    width: 12px;
    height: 12px;
  }
}
.form__label label {
  display: inline-block;
  font-family: var(--font-en);
  font-size: clamp(1.125rem, 1.042rem + 0.42vw, 1.375rem);
  color: var(--color-accent);
  /* font-size=>サイズ18px‐22px　画面320px-1280px */
}
.form__rq {
  display: inline-block;
  font-size: 13px;
  color: var(--color-light);
}
.form__submitarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .form__submitarea {
    margin-top: 50px;
  }
}
.form__text:not(:first-child) {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .form__text:not(:first-child) {
    margin-top: 10px;
  }
}
.form__text:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .form__text:not(:last-child) {
    margin-bottom: 10px;
  }
}
.form__list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.form__list.yoko {
  flex-direction: row;
  flex-wrap: wrap;
}
.form__list p {
  display: flex;
  align-items: center;
  gap: 5px;
}

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

装飾

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

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

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

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

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

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

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

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

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

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

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

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

.strong {
  font-weight: 700;
}

.textright {
  text-align: end;
}

.textcenter {
  text-align: center;
}

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

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

.lightcolor {
  color: var(--color-light);
}

.darkcolor {
  color: var(--color-dark);
}

.goldcolor {
  color: var(--color-gold);
}

.bluecolor {
  color: var(--color-blue);
}

.pinkcolor {
  color: var(--color-pink);
}

.yellowcolor {
  color: var(--color-yellow);
}

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

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

.fontmedium {
  font-size: 16px;
}

.fontlarge {
  font-size: 18px;
}

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

.no-margin {
  margin-bottom: 0px;
}

.has-top-margin {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .has-top-margin {
    margin-top: 30px;
  }
}

.has-bottom-margin {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .has-bottom-margin {
    margin-bottom: 30px;
  }
}

/*
サンプルのコード装飾用
_________________________________________*/
.code {
  position: relative;
  width: 100%;
  background: var(--color-black);
  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-gold);
  background-color: var(--color-dark);
}
.code code {
  display: block;
  position: relative;
  width: 100%;
  color: var(--color-white);
}/*# sourceMappingURL=style.css.map */