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

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

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

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

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

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

a {
  display: inline-block;
  color: var(--color-main);
  text-decoration: none;
  transition: all 0.3s ease;
}
a img {
  transition: all 0.3s ease;
}
a:hover {
  color: rgba(var(--color-main-rgb), 0.5);
}
a:hover img {
  opacity: 0.8;
}

figure {
  margin: unset;
}

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

h1 {
  font-size: clamp(1.5rem, 1.286rem + 1.07vw, 2.25rem);
  font-weight: 600;
  line-height: 1.3;
  /* font-size=>サイズ24px‐36px　画面320px-1440px */
}

h2 {
  font-family: var(--font-sans);
  font-size: clamp(1.5rem, 1.286rem + 1.07vw, 2.25rem);
  font-weight: 600;
  line-height: 1.3;
  /* font-size=>サイズ24px‐36px　画面320px-1440px */
}

h3 {
  font-family: var(--font-sans);
  font-size: clamp(1.25rem, 1.179rem + 0.36vw, 1.5rem);
  font-weight: 600;
  line-height: 1.3;
  /* font-size=>サイズ20px‐23px　画面320px-1440px */
}

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

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

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

body.appear .body-container {
  animation-name: Contents-Appear;
  animation-duration: 0.2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
  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: var(--color-grad);
  animation-name: loading-fade;
  animation-duration: 0.9s;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.loading__box {
  max-width: 50px;
  aspect-ratio: 1/1;
  opacity: 0;
  animation-name: heart-anime;
  animation-duration: 0.9s;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}

@keyframes loading-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes heart-anime {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
/*
アニメーション
_________________________________________*/
.js-upmove {
  animation: UpAnime 0.5s forwards;
}

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

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

.maincontents {
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .maincontents {
    margin-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .maincontents {
    width: clamp(79.375rem, 38.466rem + 45.45vw, 88.75rem);
    max-width: 1420px;
    margin-left: clamp(10.625rem, -24.83rem + 39.39vw, 18.75rem);
    margin-right: auto;
    padding: 0px;
    /* width=>サイズ1290px-1420px　画面1440px-1770px */
    /* margin-left=>サイズ170px-300px　画面1440px-1770px */
  }
}

.section {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .section__inner {
    max-width: 1420px;
    padding-left: calc(100% - 1000px);
  }
}
@media screen and (min-width: 1440px) {
  .section__inner {
    padding-left: calc(100% - 1110px);
    padding-right: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .section__wide {
    max-width: 1420px;
    margin-left: calc(100% - 1000px);
  }
}
@media screen and (min-width: 1440px) {
  .section__wide {
    margin-left: calc(100% - 1110px);
  }
}

.widesection {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .widesection {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .widesection {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

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

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

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

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

/*
共通パーツ
_________________________________________*/
/* サイト名 */
.sitename {
  font-family: var(--font-cursive);
  font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.625rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--color-text);
  /* font-size=>サイズ28px-42px　画面320px-1440px */
}
.sitename.jp {
  font-size: clamp(1.25rem, 1.036rem + 1.07vw, 2rem);
  /* font-size=>サイズ20px-32px　画面320px-1440px */
}

/* ページのタイトル */
.pagetitle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .pagetitle {
    margin-bottom: 80px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1440px) {
  .pagetitle {
    padding-top: 0px;
  }
}
.pagetitle::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--clear-grad);
}
@media screen and (min-width: 1024px) {
  .pagetitle::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .pagetitle::before {
    width: 50px;
    height: 50px;
  }
}
.pagetitle__title {
  font-family: var(--font-cursive);
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3.75rem);
  font-weight: 400;
  background: var(--color-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-size=>サイズ32px‐60px　画面320px-1440px */
}
.pagetitle__title.jp {
  font-size: clamp(1.75rem, 1.357rem + 1.96vw, 3.125rem);
  /* font-size=>サイズ28px-50px　画面320px-1440px */
}

/* 上部固定メニュー */
.fixheader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background-color: var(--color-white);
  padding-left: 15px;
  padding-right: 15px;
  pointer-events: auto;
}
@media screen and (min-width: 1280px) {
  .header {
    height: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    padding-left: 30px;
    padding-right: 30px;
    justify-content: flex-start;
  }
}

.corner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.corner__left, .corner__right {
  width: clamp(1.875rem, 0.833rem + 5.21vw, 5rem);
  /* 画面min 320px max 1280px  サイズ30px‐80px */
}
@media screen and (min-width: 1280px) {
  .corner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .corner {
    width: clamp(79.375rem, 38.466rem + 45.45vw, 88.75rem);
    max-width: 1420px;
    margin-left: clamp(10.625rem, -24.83rem + 39.39vw, 18.75rem);
    margin-right: auto;
    padding: 0px;
    /* width=>サイズ1290px-1420px　画面1440px-1770px */
    /* margin-left=>サイズ170px-300px　画面1440px-1770px */
  }
}

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

/* サイド固定メニュー */
.fixmenu {
  position: fixed;
  top: calc(-100% - 30px);
  left: 0px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 999;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.8s ease-out;
}
@media screen and (min-width: 1280px) {
  .fixmenu {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .fixmenu {
    display: flex;
    justify-content: center;
    width: clamp(10.625rem, -24.83rem + 39.39vw, 18.75rem);
    max-width: 300px;
    top: unset;
    bottom: 0px;
    padding: 0px;
    /* width=>サイズ170px-300px　画面1440px-1770px */
  }
}
.fixmenu.panelactive {
  top: 0%;
}

.menu {
  background: var(--color-white) var(--middle-grad);
  padding: 30px 20px;
}
@media screen and (min-width: 1280px) {
  .menu {
    padding: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .menu {
    width: -moz-fit-content;
    width: fit-content;
    background: transparent;
    padding: 0px 5px 30px 5px;
  }
}
.menu__title {
  font-family: var(--font-cursive);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-white);
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-white);
}
@media screen and (min-width: 1024px) {
  .menu__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .menu__title {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .menu__title {
    color: var(--color-main);
    border-color: var(--color-main);
  }
}
@media screen and (min-width: 1280px) {
  .menu__box {
    padding-top: 10px;
  }
}
.menu__item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu__item:nth-child(2n) .menu__link::before {
  background-color: var(--color-second);
}
.menu__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-cursive);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-white);
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu__link:hover {
  color: var(--color-text);
}
@media screen and (min-width: 1440px) {
  .menu__link:hover {
    color: var(--color-main);
  }
}
.menu__link:hover::before {
  border-radius: 5px;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .menu__link {
    font-size: 28px;
  }
}
@media screen and (min-width: 1440px) {
  .menu__link {
    color: var(--color-text);
  }
}
.menu__link.jp {
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .menu__link.jp {
    font-size: 24px;
  }
}
.menu__link::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--color-main);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .menu__link::before {
    width: 20px;
    height: 20px;
  }
}

/* フッター */
.footer {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1280px) {
  .footer {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .footer {
    width: clamp(79.375rem, 38.466rem + 45.45vw, 88.75rem);
    max-width: 1420px;
    margin-left: clamp(10.625rem, -24.83rem + 39.39vw, 18.75rem);
    margin-right: auto;
    padding: 0px;
    /* width=>サイズ1290px-1420px　画面1440px-1770px */
    /* margin-left=>サイズ170px-300px　画面1440px-1770px */
  }
}
.footer__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column-reverse;
  width: 100%;
  background: var(--middle-grad);
  padding: 20px 15px 5px;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    padding: 80px 50px;
  }
}
.footer__sitename {
  font-family: var(--font-cursive);
  font-size: clamp(1.875rem, 1.446rem + 2.14vw, 3.375rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 20px;
  /* font-size=>サイズ30px-54px　画面320px-1440px */
}
@media screen and (min-width: 1024px) {
  .footer__sitename {
    text-align: start;
  }
}
@media screen and (min-width: 1024px) {
  .footer__sitename {
    margin-bottom: 5px;
  }
}
.footer__sitename.jp {
  font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.25rem);
  /* font-size=>サイズ22px-36px　画面320px-1440px */
}

.footermenu {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footermenu {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footermenu__title {
  font-family: var(--font-cursive);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-white);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-white);
}
@media screen and (min-width: 1024px) {
  .footermenu__title {
    font-size: 24px;
  }
}
.footermenu__box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .footermenu__box {
    gap: 30px;
    padding-top: 0px;
  }
}
.footermenu__item {
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .footermenu__item {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footermenu__item:nth-child(2n) .footermenu__link::before {
  background-color: var(--color-second);
}
.footermenu__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-cursive);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--color-white);
  padding-top: 10px;
  padding-bottom: 10px;
}
.footermenu__link:hover {
  color: var(--color-text);
}
.footermenu__link:hover::before {
  border-radius: 5px;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .footermenu__link {
    font-size: 24px;
  }
}
.footermenu__link.jp {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .footermenu__link.jp {
    font-size: 20px;
  }
}
.footermenu__link::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--color-main);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .footermenu__link::before {
    width: 20px;
    height: 20px;
  }
}

.topscroll {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-grad);
  opacity: 0;
  transform: translateY(100px);
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .topscroll {
    right: 50px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .topscroll {
    right: 30px;
    bottom: 20px;
  }
}
.topscroll span {
  font-size: 28px;
  color: var(--color-white);
}
@media screen and (min-width: 1280px) {
  .topscroll span {
    font-size: 32px;
  }
}

.copyright {
  font-family: var(--font-cursive);
  color: var(--color-white);
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .copyright {
    text-align: start;
  }
}
.copyright a {
  color: var(--color-white);
}

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

パーツのデザイン

==================================================*/
/*
見出し
_________________________________________*/
.lineh2 {
  position: relative;
  font-family: var(--font-cursive);
  font-size: clamp(1.875rem, 1.375rem + 2.5vw, 3.625rem);
  font-weight: 500;
  line-height: 1.2;
  background: var(--color-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  padding-left: 25px;
  /* font-size=>サイズ30px-58px　画面320px-1440px */
}
@media screen and (min-width: 768px) {
  .lineh2 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .lineh2 {
    padding-left: 110px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .lineh2 {
    padding-left: 0px;
  }
}
.lineh2:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .lineh2:not(:first-child) {
    margin-top: 36px;
  }
}
.lineh2.jp {
  font-size: clamp(1.5rem, 1.179rem + 1.61vw, 2.625rem);
  /* font-size=>サイズ24px-42px　画面320px-1440px */
}
.lineh2::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  width: 20px;
  height: 1px;
  background: var(--color-grad);
}
@media screen and (min-width: 768px) {
  .lineh2::before {
    width: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .lineh2::before {
    width: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .lineh2::before {
    left: calc(clamp(5.625rem, -9.069rem + 18.37vw, 11.25rem) * -1);
    width: clamp(5rem, -9.694rem + 18.37vw, 10.625rem);
    /* left=>サイズ90px‐180px　画面1280px-1770px */
    /* width=>サイズ80px‐170px　画面1280px-1770px */
  }
}

.circleh2 {
  position: relative;
  font-weight: 500;
  background: var(--color-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
  padding-left: 25px;
}
@media screen and (min-width: 1024px) {
  .circleh2 {
    padding-left: 40px;
    margin-bottom: 24px;
  }
}
.circleh2:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .circleh2:not(:first-child) {
    margin-top: 36px;
  }
}
.circleh2.en {
  font-family: var(--font-cursive);
  font-size: clamp(1.875rem, 1.375rem + 2.5vw, 3.625rem);
  line-height: 1.2;
  margin-bottom: 20px;
  /* font-size=>サイズ30px-58px　画面320px-1440px */
}
@media screen and (min-width: 1024px) {
  .circleh2.en {
    margin-bottom: 24px;
  }
}
.circleh2::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--middle-grad);
}
@media screen and (min-width: 1024px) {
  .circleh2::before {
    width: 30px;
    height: 30px;
  }
}

.circleh3 {
  position: relative;
  color: var(--color-main);
  padding-left: 30px;
  margin-bottom: 20px;
}
.circleh3::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-main);
}
.circleh3:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .circleh3:not(:first-child) {
    margin-top: 24px;
  }
}

.normalh3 {
  color: var(--color-main);
  margin-bottom: 20px;
}
.normalh3:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .normalh3:not(:first-child) {
    margin-top: 24px;
  }
}

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

/*
リンク
_________________________________________*/
.btnlink {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  font-family: var(--font-sans);
  color: var(--color-main);
  background-color: var(--color-white);
  border-radius: 5px;
  box-shadow: var(--shadow-btn);
  transition: all 0.3s ease;
}
.btnlink:hover {
  color: var(--color-white);
  background-color: var(--color-main);
  transform: none;
  box-shadow: var(--shadow-btn-hover);
}
.btnlink:hover::after {
  transform: translateX(12px);
  background-color: var(--color-white);
}
@media screen and (min-width: 1280px) {
  .btnlink {
    padding: 15px 40px;
  }
}
.btnlink::after {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--color-main);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .btnlink::after {
    width: 40px;
  }
}

.outlinebtn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  font-family: var(--font-sans);
  color: var(--color-main);
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 1px solid var(--color-main);
}
@media screen and (min-width: 1280px) {
  .outlinebtn {
    padding: 15px 40px;
  }
}
.outlinebtn:hover {
  color: var(--color-white);
  background-color: var(--color-main);
  box-shadow: var(--shadow-btn-hover);
}

.textlink {
  display: inline-block;
  color: var(--color-text);
  padding-left: 2px;
  padding-right: 2px;
  border-bottom: 1px solid var(--color-main);
}
.textlink:hover {
  color: var(--color-text);
  background-color: rgba(var(--color-main-rgb), 0.3);
  transform: translateY(-3px);
}

/*
リスト
_________________________________________*/
.list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.list li::before {
  display: inline-block;
  content: "";
  min-width: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(var(--color-main-rgb), 0.5);
}
.list li:not(:last-child) {
  margin-bottom: 10px;
}
.list li:nth-child(2n)::before {
  background-color: rgba(var(--color-second-rgb), 0.5);
}

/*
フォーム
_________________________________________*/
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
textarea {
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text);
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: rgba(var(--color-main-rgb), 0.3);
}
@media screen and (min-width: 1024px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  input[type=number],
  input[type=date],
  textarea {
    padding: 15px;
  }
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--color-main);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: var(--color-main);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color-main);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color-main);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color-main);
  opacity: 1;
}

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

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

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

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

select {
  color: var(--color-text);
  border: none;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.8;
  padding: 10px;
  background-color: rgba(var(--color-main-rgb), 0.3);
}
select option {
  background-color: rgba(var(--color-main-rgb), 0.3);
}
select:focus-visible {
  outline: 2px solid var(--color-main);
  outline-offset: 1px;
}

input[type=submit],
button {
  padding: 10px 40px;
  font-family: var(--font-sans);
  color: var(--color-main);
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 1px solid var(--color-main);
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  input[type=submit],
  button {
    padding: 15px 40px;
  }
}
input[type=submit]:hover,
button:hover {
  color: var(--color-white);
  background-color: var(--color-main);
  box-shadow: var(--shadow-btn-hover);
}
input[type=submit]:disabled,
button:disabled {
  color: var(--color-glay5);
  border-color: var(--color-glay5);
  background: var(--color-glay3);
}
input[type=submit]:disabled:hover,
button:disabled:hover {
  transform: unset;
  box-shadow: unset;
}

.form {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.form input[type=text],
.form input[type=email],
.form input[type=url],
.form input[type=tel],
.form input[type=number],
.form input[type=date],
.form textarea {
  width: 100%;
}
.form div:not(:last-child) {
  margin-bottom: 15px;
}
.form__item {
  display: grid;
  gap: 10px;
  grid-template-rows: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form__item {
    grid-template-columns: 160px auto;
    align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .form__item {
    grid-template-columns: 180px auto;
  }
}
@media screen and (min-width: 768px) {
  .form__item label {
    display: block;
    padding: 10px;
    background-color: rgba(var(--color-main-rgb), 0.3);
    border-radius: 5px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .form__item label {
    padding: 15px;
  }
}
.form__text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
.form__check {
  display: flex;
  flex-direction: column;
}
.form__check.yoko {
  flex-direction: row;
  flex-wrap: wrap;
}
.form__check.yoko p {
  padding-right: 20px;
  margin-bottom: 5px;
}
.form__check p {
  display: flex;
  align-items: center;
  gap: 5px;
}
.form__check p:not(:last-child) {
  margin-bottom: 5px;
}
.form select {
  min-width: 200px;
}
.form__submit {
  text-align: center;
}

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

各ページのデザイン

==================================================*/
/*
index.html
_________________________________________*/
.indexpage {
  display: grid;
  height: 100svh;
  grid-template-rows: 1fr auto;
}
.indexpage__inner {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .indexpage__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .indexpage__inner {
    width: clamp(79.375rem, 38.466rem + 45.45vw, 88.75rem);
    max-width: 1420px;
    margin-left: clamp(10.625rem, -24.83rem + 39.39vw, 18.75rem);
    margin-right: auto;
    padding: 0px;
    /* width=>サイズ1290px-1420px　画面1440px-1770px */
    /* margin-left=>サイズ170px-300px　画面1440px-1770px */
  }
}
.indexpage__main {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .indexpage__main {
    display: flex;
    justify-content: flex-end;
  }
}
.indexpage__contents {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.indexpage__text {
  margin-bottom: 1rem;
}
.indexpage__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.indexpage__img {
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media screen and (min-width: 1024px) {
  .indexpage__img {
    width: 90%;
    border-top-right-radius: 75px;
    border-bottom-left-radius: 75px;
  }
}
.indexpage__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 15px;
  background: var(--middle-grad);
}

/*
top.html
_________________________________________*/
#toppage .header.nofixed .sitename {
  opacity: 0;
}
#toppage .header.fixed .sitename {
  opacity: 1;
}

.toptitle {
  font-family: var(--font-cursive);
  font-size: clamp(2.25rem, 1.821rem + 2.14vw, 3.75rem);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 5px;
  /* font-size=>サイズ36px‐60px　画面320px-1440px */
}
.toptitle.jp {
  font-size: clamp(1.75rem, 1.357rem + 1.96vw, 3.125rem);
  /* font-size=>サイズ28px-50px　画面320px-1440px */
}

.mv {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .mv {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
}
.mv__main {
  position: absolute;
  top: 80px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .mv__main {
    top: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .mv__main {
    top: 160px;
  }
}
.mv__img {
  height: 80svh;
}
@media screen and (min-width: 1024px) {
  .mv__img {
    width: 90%;
    height: 90svh;
    max-height: 745px;
    border-bottom-left-radius: 75px;
  }
}

.update {
  width: 100%;
  max-width: 700px;
  margin-top: -150px;
}
.update__h2 {
  position: relative;
  font-family: var(--font-cursive);
  font-size: clamp(1.875rem, 1.375rem + 2.5vw, 3.625rem);
  font-weight: 500;
  line-height: 1.2;
  padding-left: 25px;
  color: var(--color-white);
  margin-bottom: -20px;
  /* font-size=>サイズ30px-58px　画面320px-1440px */
}
@media screen and (min-width: 768px) {
  .update__h2 {
    margin-bottom: -25px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .update__h2 {
    margin-bottom: -30px;
    padding-left: 110px;
  }
}
@media screen and (min-width: 1280px) {
  .update__h2 {
    margin-bottom: -35px;
  }
}
.update__h2::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  width: 20px;
  height: 1px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .update__h2::before {
    width: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .update__h2::before {
    width: 100px;
  }
}
.update__area {
  position: relative;
  background-color: var(--color-white-05);
  z-index: 1;
  padding: 20px 0px;
}
@media screen and (min-width: 1024px) {
  .update__area {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .update__area {
    padding: 30px 30px 20px;
  }
}
.update__box {
  overflow-y: scroll;
  max-height: 175px;
}
@media screen and (min-width: 768px) {
  .update__box {
    max-height: 110px;
  }
}
.update__item {
  display: flex;
  align-items: baseline;
  gap: 5px;
  flex-direction: column;
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  .update__item {
    flex-direction: row;
    align-items: baseline;
  }
}
.update time {
  display: block;
  width: 120px;
  font-family: var(--font-cursive);
  font-size: 16px;
}

.prof {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .prof {
    grid-template-columns: 1fr 3fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.prof__img {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 250px;
  border-radius: 50%;
}
.prof__name {
  color: var(--color-main);
  margin-bottom: 10px;
}
.prof__text {
  margin-bottom: 15px;
}

.sns {
  display: grid;
  gap: 10px;
  padding: 15px;
  border-radius: 8px;
  background-color: rgba(var(--color-second-rgb), 0.1);
}
@media screen and (min-width: 768px) {
  .sns {
    grid-template-columns: 1fr 3fr;
    align-items: center;
  }
}
.sns__title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  color: var(--color-second);
}
.sns__title::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color-second);
}
.sns__list {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .sns__list {
    gap: 20px;
    justify-content: flex-start;
  }
}
.sns__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-white);
  border-radius: 5px;
  box-shadow: var(--shadow-btn);
}
.sns__link:hover {
  color: var(--color-white);
  background-color: var(--color-main);
  box-shadow: var(--shadow-btn-hover);
}
.sns__link i::before {
  font-size: 25px;
}

/*
gallery.html
_________________________________________*/
.gallery__main {
  display: grid;
  justify-content: center;
  gap: 30px;
  grid-template-rows: auto;
}
@media screen and (min-width: 768px) {
  .gallery__main {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .gallery__main {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }
}
.gallery__item {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 15px;
  border: 1px solid var(--border-panel);
  border-radius: 5px;
}
.gallery__item:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
}
.gallery__item:hover img {
  opacity: 1;
}
.gallery__img {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 10px;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .gallery__img {
    margin-bottom: 15px;
  }
}
.gallery__img::after {
  display: block;
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: calc(100% - 10px);
  max-width: 410px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: rgba(var(--color-main-rgb), 0.5);
  z-index: 0;
}
.gallery__img img {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 400px;
  z-index: 1;
}
.gallery__img figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: 2;
  padding: 10px;
  border-radius: 10px;
  color: var(--color-text);
  background: var(--clear-grad);
}
@media screen and (min-width: 1024px) {
  .gallery__img figcaption {
    left: -10px;
  }
}

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

#fuwaimg {
  transition: 1s;
}

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

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

/*
novel.html
_________________________________________*/
.noveltitle {
  position: relative;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  font-size: clamp(1.25rem, 1.179rem + 0.36vw, 1.5rem);
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-main);
  box-shadow: 0px 0px 8px 0px rgba(var(--color-main-rgb), 0.5);
  /* font-size=>サイズ20px‐23px　画面320px-1440px */
}
@media screen and (min-width: 1024px) {
  .noveltitle {
    padding: 20px;
  }
}

.novellist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .novellist {
    row-gap: 15px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.novellist__box:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .novellist__box:not(:last-child) {
    margin-bottom: 50px;
  }
}
.novellist__item {
  display: flex;
  align-items: center;
}
.novellist__item a {
  color: var(--color-text);
  text-decoration: underline;
}
.novellist__item a:hover {
  color: var(--color-main);
}
.novellist.conect .novellist__item:not(:last-child) {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .novellist.conect .novellist__item:not(:last-child) {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .novellist.conect .novellist__item:not(:last-child)::after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--color-main);
  }
}
@media screen and (min-width: 768px) {
  .novellist.conect .novellist__item:not(:last-child):nth-child(2n)::after {
    background-color: var(--color-second);
  }
}
.novellist.column {
  flex-direction: column;
  align-items: flex-start;
}
.novellist__num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-cursive);
  font-size: 16px;
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(var(--color-main-rgb), 0.3);
  margin-right: 10px;
}
.novellist__dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--color-main);
  margin-right: 10px;
}
.novellist :nth-child(2n) .novellist__num {
  background-color: rgba(var(--color-second-rgb), 0.3);
}
.novellist :nth-child(2n) .novellist__dot {
  background-color: var(--color-second);
}

/*
novelpage.html
_________________________________________*/
.novelpage__metabox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 15px;
  border-radius: 8px;
  background: var(--clear-grad);
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .novelpage__metabox {
    margin-bottom: 50px;
    padding: 20px;
  }
}
.novelpage__main {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .novelpage__main {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.novelpage__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .novelpage__pagination {
    gap: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.novelpage__back, .novelpage__index, .novelpage__next {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: var(--font-cursive);
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-text);
  transition: all 0.3s ease;
  border: 1px solid var(--border-panel);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .novelpage__back, .novelpage__index, .novelpage__next {
    font-size: 18px;
  }
}
.novelpage__back:hover, .novelpage__index:hover, .novelpage__next:hover {
  color: var(--color-white);
  border-color: var(--color-main);
  background-color: var(--color-main);
  box-shadow: var(--shadow-btn-hover);
  transform: translateY(-3px);
}

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

/*
offline.html
_________________________________________*/
.offline__main {
  display: grid;
  justify-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .offline__main {
    grid-template-columns: 1fr 1fr;
  }
}
.offline__item {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  padding: 15px;
  border: 1px solid var(--border-panel);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .offline__item {
    padding: 30px;
  }
}
.offline__img {
  max-width: 425px;
}
.offline__text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.offline__link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

装飾

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

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

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

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

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

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

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

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

.strong {
  font-weight: 700;
}

.textright {
  text-align: end;
}

.textcenter {
  text-align: center;
}

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

.secondcolor {
  color: var(--color-second);
}

.primarycolor {
  color: var(--color-primary);
}

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

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

.fontcursive {
  font-family: var(--font-cursive);
}

.fontmedium {
  font-size: 16px;
}

.fontlarge {
  font-size: 18px;
}

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

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