@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Sawarabi+Gothic&display=swap");
@import url(https://fonts.googleapis.com/css?family=Fredoka+One);

/*!
 * Template: 27-pastel v1.0.0 (https://klee.mypace.net/)
 * Copyright 2017 klee
 * Licensed under MIT (https://opensource.org/licenses/mit-license.php)
 */


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

全ページ共通

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
:root{
  --heading: #33272a; /* 見出し、主線 */
  --paragraph: #594a4e; /* パラグラフ */
  --caption: #8e7b6f; /* キャプション */
  --background: #faeee7; /*背景色*/
  --secondary: #ffc6c7; /*2番目に強い*/
  --highlight: #ff8ba7; /* 1番目に強い */
  --white: #fffffe; /* 白色 */
  --accent: #c3f0ca; /* アクセントカラー */
  --edge: 3px solid var(--secondary);
}


html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  min-height: 100dvh;
}

body {
  font-family: "Sawarabi Gothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.6rem;
  color: var(--paragraph);
  background-color: var(--background);
  background-image: repeating-linear-gradient(-45deg, var(--white), var(--white) 3px, transparent 0, transparent 20px );
  letter-spacing: 0.8px;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  body {
    font-size: 1.4rem;
  }
}

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


:root {
  --scrollbar-track-color: var(--background);
  --scrollbar-thumb-color: var(--secondary);
}

 img{
    pointer-events: none;
}

hr {
    border: 1px dashed var(--secondary);
    margin: 30px 0;
}

::placeholder {
  color: var(--caption);
}

/* Webkit (Chrome, Safari) */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 5px;
}

*::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
  border-radius: 5px;

}



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

文字

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

a {
    color: inherit;
    text-decoration-color: var(--highlight);
    -moz-text-decoration-color: var(--highlight);
    /* font-weight: bolder; */
    /* text-decoration-style: dashed; */
    text-underline-offset: 3px;
}

/* ホバー時の設定 */
@media (hover: hover) {
  a:hover {
    background-color: #FFEDED;
  }
}

/*fuwaimgでの無効化 */
/*－－－－－－－－－－ 見出し －－－－－－－－－－*/
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Fredoka One', cursive;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: var(--secondary);
}

/*－－－－－－－－－－ 大見出し【ページタイトル見出し】 －－－－－－－－－－*/
.headingL {
  font-size: clamp(2.4rem, 2.28rem + 0.6vw, 3rem);
  margin: clamp(3rem, 2.8rem + 1vw, 4rem) 0;
  /* background: linear-gradient(180deg, var(--highlight) 0%, var(--highlight) 50%, var(--secondary) 50%, var(--secondary) 100%);
  background-size: 8px 100%;
  background-repeat: no-repeat; */
  /* padding-left: 20px; */
}
.headingL.ja {
  font-size: clamp(2.4rem, 2.24rem + 0.8vw, 3.2rem);
}

/*－－－－－－－－－－ 中見出し【コンテンツページ見出し】 －－－－－－－－－－*/
.headingM {
    /* font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem); */
    /* margin: clamp(3rem, 1.8rem + 1vw, 3rem) 0; */
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    background: var(--secondary);
    color: var(--white);
    letter-spacing: inherit;
}

.headingM.ja {
  font-size: clamp(2rem, 1.92rem + 0.4vw, 2.4rem);
}

/*－－－－－－－－－－ 小見出し【コンテンツ以外のページ見出し】 －－－－－－－－－－*/
.headingS {
  font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem);
  margin: 20px 0;
  color: var(--secondary);
}
.headingS.ja {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
}

/*－－－－－－－－－－ 最小見出し【小説のタイトル】 －－－－－－－－－－*/
.headingSS {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
    margin: 2rem 3rem;
    padding: 2rem 0;
    color: var(--heading);
    text-align: center;
    font-family: "Sawarabi Gothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    border-top: 5px double var(--secondary);
    border-bottom: 5px double var(--secondary);
    word-break: auto-phrase;
}



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

.center {
  text-align: center;
}

.marker {
  color: var(--paragraph);
  background: linear-gradient(transparent 70%, var(--secondary) 0%);
}

.marker--label {
    display: block;
    margin: 20px 0;
    padding: 2px 10px;
    background-color: var(--background);
    width: -moz-fit-content;
    width: fit-content;
}

.label--common {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  width: -moz-fit-content;
  width: fit-content;
  word-break: keep-all;
  font-size: smaller;
  border-radius: 5px;
}

.label--basic {
  background-color: var(--secondary);


}

.label--emphasize {
    background-color: var(--highlight);
    color: var(--white);
}

.label--emphasize2 {
    background-color: var(--white);
    color: var(--highlight);
    border: 1px solid var(--highlight);

}

 .colors::first-letter {
  /* font-size: 1.6em; */
  color: var(--highlight);
} 
.colors span:nth-child(3n+1) {
  color: #FFC4C4;
}

summary {
    text-decoration: underline;
    /* text-decoration-style: dashed; */
    text-decoration-color: var(--highlight);
    text-underline-offset: 3px;
    cursor: pointer;
}

details {
    display: inline-block;
}


details > p {
    background: var(--background);
    margin: 0;
    padding: 1rem 1.5rem;
}

.small {
display: block;
 font-size:smaller;
 color:var(--caption);
letter-spacing: 0.75px;
}

.underlined {
  text-decoration: underline;
  text-decoration-color: var(--secondary);
  -moz-text-decoration-color: var(--secondary);
  /* text-decoration-style: dashed; */
  text-underline-offset: 3px;
}

.topic_text {
    background: var(--background);
    font-size: smaller;
    padding: 1rem;
}

small {
  letter-spacing: 0.75px;
  /* display: block; */
}

strong {
  color: var(--highlight);
}

rt {
    transform: translateY(0.1rem);
}



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

アイコン等

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

/* 矢印 */
.arrow {
  width: 20px;
  height: 20px;
  border: 2px solid #FFEDED;
  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,
select {
  border: 1px solid var(--secondary);
  border-radius: 5px;
  background: var(--white);
  color: var(--paragraph);
  letter-spacing: 1.3px;
}

textarea,
select {
  padding: 10px;
  margin: 10px 0;
}

input {
}

textarea {
    width: 100%;
    resize: vertical;
}


select {
    -webkit-appearance: none;
    appearance: none;
}

.select_wrapper {
    position: relative;
}

.select_wrapper::after {
    content: "";
    position: absolute;
    top: 23px;
    left: 15em;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--secondary);
    border-bottom: 2px solid var(--secondary);
    transform: rotate(45deg);
}

/* ボタン */
.btn {
  /* display: block; */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--secondary);
  color: var(--white);
  letter-spacing: 1.8px;
  text-align: center;
  text-decoration: none;
  padding: 3px 10px;
  /* border: 1px solid var(--secondary); */
  border-radius: 5px;
  margin: 3px;
  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: var(--highlight);
}

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

リスト

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

.list li {
  position: relative;
  margin-left: 16px;
  margin-bottom: 10px;
}
.list li::before {
  position: absolute;
  top: 1rem;
  left: -16px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--secondary);
  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; */
  margin-bottom: 0;
} 
.list-number li > :not(:first-child) {
  text-indent: 0;
}

/*－－－－－－－－－－ 表リスト －－－－－－－－－－*/
.gridlist {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 0px;
  width: -moz-fit-content;
  width: fit-content;
}
.gridlist .gridlist__label,
.gridlist .gridlist__text {
  padding: 6px 10px;
  border-bottom: 1px dashed var(--secondary);
}
.gridlist .gridlist__label {
  display: flex;
  align-items: flex-start;
  color: var(--highlight);
}

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

枠組み

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.box {
  margin: 20px 0;
  padding: 40px 20px;
  border: 2px solid var(--highlight);
}
.box > :first-child {
  margin-top: 0;
}
.box > :last-child {
  margin-bottom: 0;
}

/* スマホ */
@media screen and (max-width: 520px) {
  .box {
    padding: 20px;
  }
}
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

SNSアイコンリスト

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.snslist .snslist__item a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #FFEDED;
  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;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  list-style-type: none;

}

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

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

全体のレイアウト

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
/*－－－－－－－－－－ コンテンツ全体の横幅－－－－－－－－－－*/
.header,
.globalnav,
.mainwrapper,
.footer {
  background-color: var(--white);
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
}

/* PC */
@media screen and (min-width: 700px), print {
  .header,
  .globalnav,
  .mainwrapper,
  .footer {
    max-width: 600px;
    margin: 0 auto;
  }
}
/*－－－－－－－－－－ ヘッダー －－－－－－－－－－*/
.header {
  padding: 40px 0 20px 0;
  text-align: center;
  z-index: 999;
  border-left: var(--edge);
  border-right: var(--edge);
}
.header .sitename {
    color: var(--secondary);
    font-size: 3rem;
    /* letter-spacing: 6px; */
    text-decoration: none;

}

.header .header--main {
    color: var(--secondary);
    padding: 1rem 3rem;
    border-top: 3px solid;
    border-bottom: 3px solid;
    display: inline-block;
}


.header .header--sub {
    color: var(--secondary);
    /* margin-bottom: 20px; */
    /* letter-spacing: 0.15em; */
    font-family: 'Fredoka One', cursive;
    margin: 20px 0;
}

/*－－－－－－－－－－ メインコンテンツ－－－－－－－－－－*/
.mainwrapper {
  /* margin-top: 80px; */
  padding: 30px 20px;
  border: var(--edge);
  border-radius: 20px;
}
.mainwrapper > :first-child {
  margin-top: 0;
}

/* PC */
@media screen and (min-width: 700px), print {
  .mainwrapper {
    padding: 50px;
  }
}
/*－－－－－－－－－－ セクション －－－－－－－－－－*/
/* section:first-of-type {
  padding: 0;
} */

section {
  padding: 30px 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: 30px 0;
  }
} */
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

メニューボタン

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.menubtn {
    display: none;
    position: sticky;
    /* bottom: 2vw; */
    right: 2vw;
    width: 25px;
    height: 25px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 999;
}
.menubtn .menubtn__line {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}
.menubtn .menubtn__line::before, .menubtn .menubtn__line::after {
  position: absolute;
  content: "";
  display: block;
}
.menubtn .menubtn__line::before {
  top: calc(50% - 1px);
  width: 50%;
  height: 2px;
}
.menubtn .menubtn__line::after {
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 50%;
}

/* スクロールしたら表示 */
.scroll-nav .menubtn .menubtn__line::before, .scroll-nav .menubtn .menubtn__line::after {
  background-color: var(--white);
}

/*開く*/
.scroll-nav._active .menubtn {
  bottom: calc(-2vw - 30px);
}

.menubtn._active .menubtn__line {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.menubtn._active .menubtn__line::before {
  width: 100%;
}
.menubtn._active .menubtn__line::after {
  height: 100%;
}

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

メニュー

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.globalnav {
  position: static;
  top: 0px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  z-index: 998;
  border-left: var(--edge);
  border-right: var(--edge);
  border-bottom: var(--edge);
  border-radius: 0 0 20px 20px;
}

.globalnav__main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.globalnav__main .globalnav__item {
  position: relative;
    font-size: 1.6rem;
  background: var(--secondary);
  border-radius: 5px;
}
.globalnav__main .globalnav__item:hover {
  background-color: var(--highlight);
}
.globalnav__main .globalnav__item a {
  display: block;
  font-family: 'Fredoka One', cursive;
  color: var(--white);
  /* letter-spacing: 1px; */
  text-decoration: none;
  overflow-wrap: break-word;
  background: none;
  padding: 1px 10px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
}
.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;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  background-color: var(--white);
  text-align: left;
  z-index: 1;
}
.globalnav__main .globalnav__child li {
  margin: 10px;
}
.globalnav__main .globalnav__child li:hover {
  background-color: var(--secondary);
}

/* スクロールしたらメニューのスタイル変更 */
.scroll-nav {
  padding: 10px;
}

/* スマホ */
@media screen and (max-width: 520px) {
  .scroll-nav {
    padding: 10px 0;
    background-color: var(--white);
    /* -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px); */
  }
  .scroll-nav .globalnav__main {
    justify-content: space-around;
    gap: 0;
  }
  .scroll-nav._active {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
}

/* 追加 */
.scroll-nav > .menubtn {
    background: var(--secondary);
    padding: 5px;
}

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

サブメニュー

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.submenu {
  margin-bottom: 40px;
}

.submenu__main {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: start;
}

/* 親メニューのスタイル */
.submenu__item {
  position: relative;
}
.submenu__item a {
  text-decoration: none;
  padding: 4px 10px;
  overflow-wrap: break-word;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
}
.submenu__item > a {
  display: block;
  padding: 8px 10px;
  border-left: 4px solid #FFC4C4;
  background-color: #FFEDED;
  width: -moz-fit-content;
  width: fit-content;
}

/* 子メニューのスタイル */
.submenu__child {
  font-size: 1.4rem;
  border-left: 4px solid #FFEDED;
}
.submenu__child > li > a {
  position: relative;
  display: block;
  padding-left: 12px;
}

/* 孫メニューのスタイル */
.submenu__grandchild li {
  display: grid;
  grid-template-columns: minmax(20px, 1fr) auto;
  align-items: center;
}
.submenu__grandchild li::before {
  content: "";
  display: block;
  height: 2px;
  border-bottom: 1px solid #FFEDED;
}

/* スマホ */
@media screen and (max-width: 520px) {
  .submenu__item a {
    padding: 4px 10px;
  }
  .submenu__child > li {
    grid-template-columns: 1fr;
  }
  .submenu__child > li > a::before {
    top: 16px;
  }
}
/* 親メニューのみの場合の設定 */
.submenu__main:not(:has(.submenu__child)) {
  display: flex;
  justify-content: flex-start;
}
.submenu__main:not(:has(.submenu__child)) .submenu__item {
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
}
.submenu__main:not(:has(.submenu__child)) .submenu__item > a {
  border: none;
}

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

ページUP

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.pageup {
  position: fixed;
  right: 2vw;
  bottom: 2vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  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;
  z-index: 999;
}
.pageup .arrow {
  border-color: #FFC4C4;
  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: #FFEDED;
  }
}
/* スマホ */
@media screen and (max-width: 520px) {
  .pageup {
    bottom: 50px;
  }
}
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

フッター

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.footer {
    padding: 20px;
    font-size: 0.9rem;
    text-align: center;
    margin: 30px auto;
    border-radius: 20px;
    border: var(--edge);
}







img.emoji {
  border: none;
  display: inline;
  height: 1em;
  width: 1em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.1em;
}


button {
    background: var(--secondary);
    color: var(--white);
    border: none;
}

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: var(--secondary);
    /* border: solid 2px #000; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid var(--white);
    border-right: 3px solid var(--white);
    transform: translateY(20%) rotate(-45deg);
}