@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&family=Noto+Sans+JP&display=swap");
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

全ページ共通

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 2px;
  line-height: 1.8;
  background: url("../images/star.png") no-repeat, linear-gradient(to bottom, #519dc4, rgba(100, 175, 213, 0.8) 120px, rgba(136, 205, 240, 0.6) 240px, rgba(183, 231, 255, 0.3) 340px, rgba(255, 255, 255, 0) 400px);
  background-position: top center;
}
@media screen and (max-width: 520px) {
  body {
    font-size: 1.4rem;
  }
}

*:hover,
*::before,
*::after {
  transition: 0.2s;
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

文字

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
p {
  margin: 20px 0;
  letter-spacing: 1px;
  text-align: justify;
}

a {
  color: inherit;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
}

/*－－－－－－－－－－ リンクホバー時の設定 －－－－－－－－－－*/
@media (hover: hover) {
  a:not([class], .globalnav *, .snslist *, .submenu *):hover,
  a.novellist__title:hover {
    color: #b1c7d4;
  }
}

a img {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
a:hover img {
  filter: saturate(40%);
  -webkit-filter: saturate(40%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
}

/*－－－－－－－－－－ 見出し －－－－－－－－－－*/
h1,
h2,
h3,
h4,
h5 {
  font-family: "Josefin Sans", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.2;
  overflow-wrap: break-word;
}
h1 .ja,
h2 .ja,
h3 .ja,
h4 .ja,
h5 .ja {
  font-size: 0.8em;
}

/*－－－－－－－－－－ 大見出し －－－－－－－－－－*/
.headingL {
  font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
  margin: 2em auto;
  display: block;
  padding-bottom: 20px;
  background-image: linear-gradient(140deg, #b1c7d4, #d9e9e5);
  background-repeat: no-repeat;
  background-size: 40px 4px;
  background-position: center bottom;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 4px;
}

/*－－－－－－－－－－ 中見出し －－－－－－－－－－*/
.headingM {
  font-size: clamp(2rem, 1.92rem + 0.4vw, 2.4rem);
  margin: clamp(2rem, 1.8rem + 1vw, 3rem) 0;
  background-color: #fff;
  background-image: linear-gradient(90deg, #b1c7d4 10%, #d9e9e5 70%);
  margin-left: -30px;
  padding-left: 30px;
  background-size: 0.8em 0.8em;
  background-repeat: no-repeat;
  background-position: left 0.1em;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  .headingM {
    margin-left: -24px;
    padding-left: 24px;
  }
}
/*－－－－－－－－－－ 小見出し －－－－－－－－－－*/
.headingS {
  font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem);
  margin: 20px 0;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(10%, 1fr);
  align-items: center;
  gap: 10px;
}
.headingS::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #d9e9e5;
  width: 100%;
}

/*－－－－－－－－－－ 最小見出し －－－－－－－－－－*/
.headingSS {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  margin: 20px 0;
}

/*－－－－－－－－－－ 文字装飾 －－－－－－－－－－*/
.right {
  text-align: right;
}

.center {
  text-align: center;
}

.marker {
  background: linear-gradient(transparent 60%, rgba(217, 233, 229, 0.6) 60%);
}

.label {
  display: block;
  margin: 20px 0;
  padding: 2px 10px;
  background-color: #d9e9e5;
  width: -moz-fit-content;
  width: fit-content;
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

アイコン等

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.la,
.las {
  font-size: 1.2em;
  color: #b1c7d4;
  position: relative;
  top: 2px;
}

/* 矢印 */
.arrow {
  width: 20px;
  height: 20px;
  border: 2px solid #b1c7d4;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

入力フォーム、ボタン

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
/* 入力フォーム */
input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 20px 8px 20px;
  border: 1px solid #b1c7d4;
  margin: 10px 0;
}

/* ボタン */
.btn {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #b1c7d4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 3px 10px;
  border: 1px solid #b1c7d4;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
}
.btn:hover {
  cursor: pointer;
  background-color: #d9e9e5;
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

リスト

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.list,
.list-number {
  margin: 20px 0;
}

.list li {
  position: relative;
  margin-left: 16px;
}
.list li::before {
  position: absolute;
  top: calc(50% - 4px);
  left: -16px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #d9e9e5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/*－－－－－－－－－－ 数字付きリスト －－－－－－－－－－*/
.list-number {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
}
.list-number li {
  text-indent: -3.4rem;
  padding-left: 3.6rem;
}
.list-number li > :not(:first-child) {
  text-indent: 0;
}

/*－－－－－－－－－－ 表リスト －－－－－－－－－－*/
.gridlist {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 0px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.gridlist .gridlist__label,
.gridlist .gridlist__text {
  padding: 6px 20px 4px;
}
.gridlist .gridlist__label {
  display: grid;
  grid-template-columns: auto minmax(20px, 1fr);
  align-items: center;
  gap: 20px;
  height: -moz-fit-content;
  height: fit-content;
  background: linear-gradient(135deg, #d9e9e5 8px, #fff 8px);
}
.gridlist .gridlist__label::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #d9e9e5;
}
.gridlist .gridlist__text {
  background: linear-gradient(135deg, #fff calc(100% - 8px), #d9e9e5 8px);
}

/* スマホ */
@media screen and (max-width: 520px) {
  .gridlist {
    grid-template-columns: 1fr;
  }
}
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

枠組み

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.box {
  padding: 40px;
  background-color: rgba(217, 233, 229, 0.2);
}
.box > :first-child {
  margin-top: 0;
}
.box > :last-child {
  margin-bottom: 0;
}

.box.grid {
  grid-template-columns: 1fr 2fr;
  align-items: flex-start;
  gap: 30px;
}

/* スマホ */
@media screen and (max-width: 520px) {
  .box {
    padding: 20px;
  }
  .box.grid {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 0px;
  }
}
.left-line {
  border-left: 4px solid #d9e9e5;
  margin-left: 10px;
  padding-left: 1.4em;
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

SNSアイコンリスト

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.snslist .snslist__item a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #d9e9e5;
  border-radius: 50%;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
}
.snslist .snslist__item a:hover {
  color: #fff;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.snslist .snslist__item.twitter:hover a {
  background-color: #1DA1F2;
}
.snslist .snslist__item.instagram:hover a {
  background-color: #CF2E92;
}
.snslist .snslist__item.facebook:hover a {
  background-color: #4267b2;
}
.snslist .snslist__item.youtube:hover a {
  background-color: #DA1725;
}
.snslist .snslist__item .lab {
  margin: 6px 1px 3px 3px;
  font-size: 2rem;
}
@media screen and (max-width: 520px) {
  .snslist {
    justify-content: center;
  }
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

レイアウト

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
/*－－－－－－－－－－ 横並び －－－－－－－－－－*/
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  /* 表示サイズを変えたい場合は200pxの部分を変更 */
  gap: 20px;
  justify-content: center;
  align-items: center;
}

/*－－－－－－－－－－ 2カラム表示 －－－－－－－－－－*/
.--2column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
}

/* タブレット、スマホでは１カラム */
@media screen and (max-width: 768px) {
  .--2column {
    grid-template-columns: 1fr;
  }
}
/*－－－－－－－－－－ 左右反対 －－－－－－－－－－*/
.reverse {
  flex-direction: row-reverse;
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

全体のレイアウト

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
/*－－－－－－－－－－ ヘッダー －－－－－－－－－－*/
.sitename {
  font-size: clamp(2.8rem, 2.56rem + 1.2vw, 3.2rem);
  color: #fff;
  text-align: center;
  margin: 220px auto 140px;
  text-shadow: 0 0 4px #d9e9e5;
  letter-spacing: 4px;
}

/*－－－－－－－－－－ コンテンツ全体の横幅、余白 －－－－－－－－－－*/
.mainwrapper {
  padding: 20px;
}
.mainwrapper > :first-child {
  margin-top: 0;
}

/* PC */
@media screen and (min-width: 1025px), print {
  .mainwrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px;
  }
}
/*－－－－－－－－－－ セクション －－－－－－－－－－*/
section:first-of-type {
  padding-top: 0;
}

section {
  padding: 40px 0;
}
section > :first-child {
  margin-top: 0;
}
section > :last-child {
  margin-bottom: 0;
}
section section:first-of-type {
  padding-top: 0;
}
section section:last-of-type {
  padding-bottom: 0;
}

/* PC */
@media screen and (min-width: 1025px), print {
  section {
    padding: 60px 0;
  }
}
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

メニューボタン

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #b1c7d4;
  border: none;
  cursor: pointer;
  z-index: 999;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.hamburger .hamburger__line {
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #fff;
}
.hamburger .hamburger__line::before, .hamburger .hamburger__line::after {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
}
.hamburger .hamburger__line::before {
  top: -6px;
}
.hamburger .hamburger__line::after {
  bottom: -6px;
}

/*閉じる*/
.hamburger._active .hamburger__line {
  background: transparent;
}
.hamburger._active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger._active .hamburger__line::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* PCで非表示 */
@media screen and (min-width: 1025px), print {
  .hamburger {
    display: none;
  }
}
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

メニュー

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.globalnav {
  position: sticky;
  top: 0;
  margin: 0 auto 100px;
  z-index: 998;
  background-image: linear-gradient(#fff, transparent);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

.globalnav__main {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.globalnav__main .globalnav__item {
  position: relative;
}
.globalnav__main .globalnav__item a {
  display: block;
  font-family: "Josefin Sans", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-decoration: none;
  padding: 4px 10px 2px;
  overflow-wrap: break-word;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
}
.globalnav__main .globalnav__item a:hover, .globalnav__main .globalnav__item a:has(+ .globalnav__child:hover) {
  color: #fff;
  background-color: #d9e9e5;
}
.globalnav__main .globalnav__item._has-child:hover .globalnav__child {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.2s;
  -o-transition: 0.4s;
}
.globalnav__main .globalnav__child {
  position: absolute;
  top: 100%;
  left: 0%;
  background-color: #fff;
  text-align: left;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
}

/*  タブレット、スマホでの表示 */
@media screen and (max-width: 1024px) {
  .globalnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b1c7d4;
    background-image: none;
    opacity: 0;
    transform: translateX(100%);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.2s;
  }
  .globalnav._active {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.2s;
    -o-transition: 0.4s;
  }
  .globalnav__main {
    flex-direction: column;
  }
  .globalnav__main .globalnav__item a {
    color: #fff;
  }
  .globalnav__main .globalnav__item .globalnav__child {
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    margin: 10px;
    background-color: #fff;
    padding: 10px;
    z-index: 1;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのtoggleで表示させるため非表示に*/
  }
  .globalnav__main .globalnav__item .globalnav__child.active {
    display: block;
  }
  .globalnav__main .globalnav__item .globalnav__child li a {
    color: #b1c7d4;
    padding: 10px;
  }
  .globalnav__main .globalnav__item .globalnav__child li:not(:last-child) {
    border-bottom: 1px solid #d9e9e5;
  }
}
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

サブメニュー

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.submenu {
  margin: 100px 0;
}

.submenu__main {
  justify-content: center;
  align-items: flex-start;
}

/* 親項目のスタイル */
.submenu__item {
  position: relative;
}
.submenu__item a {
  display: inline-block;
  padding: 8px 20px 8px 30px;
  text-decoration: none;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
}
.submenu__item > a:hover {
  background: rgba(217, 233, 229, 0.2);
}
.submenu__item:has(.submenu__child:hover) > a {
  background: rgba(217, 233, 229, 0.2);
}

/* 親項目の矢印 */
.submenu__item._has-child::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #b1c7d4;
  border-right: 1px solid #b1c7d4;
  transform: rotate(135deg);
}

/* 子項目のスタイル */
.submenu__item._has-child .submenu__child {
  position: absolute;
  right: 0;
  min-width: 100%;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
}
.submenu__item._has-child .submenu__child li a {
  display: block;
  color: #000;
  border-bottom: solid 1px #d9e9e5;
}
.submenu__item._has-child .submenu__child li a:hover, .submenu__item._has-child .submenu__child li a:active {
  background: rgba(217, 233, 229, 0.2);
}
.submenu__item._has-child .submenu__child li:has(.submenu__grandchild:hover) > a {
  background: rgba(217, 233, 229, 0.2);
}
.submenu__item._has-child .submenu__child li:last-child a {
  border-bottom: none;
}

/* 子項目の矢印 */
.submenu__child ._has-child {
  position: relative;
}
.submenu__child ._has-child::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #b1c7d4;
  border-right: 1px solid #b1c7d4;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.submenu__child ._has-child:hover::before {
  left: 14px;
}

/* 親項目ホバー時に子項目を表示 */
.submenu__item._has-child:hover .submenu__child {
  background-color: #fff;
  visibility: visible;
  opacity: 1;
}

/* 孫項目のスタイル */
.submenu__item._has-child .submenu__child li._has-child .submenu__grandchild {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
}

/* 子項目ホバー時に表示 */
.submenu__item._has-child .submenu__child li._has-child:hover .submenu__grandchild {
  background-color: #fff;
  visibility: visible;
  opacity: 1;
}

/* スマホ、タブレット */
@media screen and (max-width: 768px) {
  .submenu {
    margin: 80px 0;
  }
  .submenu__main {
    justify-content: flex-start;
    gap: 0;
  }
  /* 子、孫メニューの左に余白 */
  /* 親メニューのスタイル */
  .submenu__item a {
    text-align: left;
  }
  .submenu__item._has-child .submenu__child {
    width: auto;
  }
  /* 子項目の矢印 */
  .submenu__child ._has-child::before {
    content: "";
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
  }
  /* タップで表示 */
  .submenu__item._has-child .submenu__child,
  .submenu__item._has-child .submenu__child li._has-child .submenu__grandchild {
    position: relative;
    left: 0;
    top: 0;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    /*JSで制御するためCSSのアニメーションを切る*/
  }
  .submenu__item._has-child .submenu__child.active,
  .submenu__item._has-child .submenu__child li._has-child .submenu__grandchild.active {
    display: block;
  }
}
/* 親メニューのみの場合の設定 */
.submenu__main:not(:has(.submenu__child)) .submenu__item > a {
  padding: 8px 20px;
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

ページUP

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.pageup {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #d9e9e5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.pageup .arrow {
  border-color: #fff;
  margin-top: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.pageup._active {
  opacity: 1;
  visibility: visible;
}

@media (hover: hover) {
  .pageup:hover {
    background-color: #b1c7d4;
  }
}
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

フッター

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
footer {
  font-size: 1rem;
  padding: 20px;
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(183, 231, 255, 0.3));
}