@charset "UTF-8";
/* ==========================================
   Template: modern（https://do.gt-gt.org/）
   Copyright: 2020 do.
   利用規約を遵守の上お使いください。二次配布・販売を禁じます
   ========================================== */
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;500&family=Kosugi&display=swap");
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* -------------------- */
/* カスタム用色変更欄 */
/* -------------------- */
:root{
	--shiro: #ffffff; /* 白かほぼ白　記事ひとつの背景など */
	--haikei-iro: #e9e9e9; /* 全体背景色 */
	--usu-iro: #a3a3a3; /* 薄いアクセント色 */
	--koi-iro: #4f4f4f; /* 濃いアクセント色 */
	--hobo-kuro: #242424; /* 黒かほぼ黒　文字色 */
	--usu-mozi-iro: #979797; /* ↑よりちょっと薄い文字色など */
	--link-iro: #09B2BF; /* リンク、カテゴリの色など */
	--link-hover-iro: #21DCEB; /* リンクにマウス乗せたときの色と強調のマーカー色 */
    --key: #b59762; /* キーカラー */
    --main: #dddcd6; /* メインカラー */
    --base: #262645; /* ベースカラー */
    --base1: linear-gradient(to top,#262645,#000000); /* ベースカラー#262645 */
    --base2: linear-gradient(to top,#000000,#262645); /* ベースカラー#262645 */
    --shime: #000; /* 締め色 */
    --hover: #4d4398; /* マウスオーバー */
    --high: #c82c55; /* 強調 */
	--gray-hover: #a3a3a3; /* グレーリンクマウスオーバー */
	--gray: #4f4f4f; /* グレーリンク */
	--usu-moji: #979797; /* ↑よりちょっと薄い文字色など */
	--shiro-haikei: #e9e9e9; /* 全体背景色 */
    --btn-hover: rgba(255,255,255,0.2); /* ボタンマウスオーバー */
    --totop: rgba(165,154,202,0.6);
    --totop-hover: #a59aca;
    --topmenu: rgba(255,255,255,0.3); /* ボタンマウスオーバー */
    --link: #a6a5c4; /* リンク、カテゴリの色など */
}

/*
:root{
	--shiro: #f8f4e6; /* 白かほぼ白　記事ひとつの背景など 
	--haikei-iro: #e9e9e9; /* 全体背景色 
	--usu-iro: #a3a3a3; /* 薄いアクセント色 
	--koi-iro: #4f4f4f; /* 濃いアクセント色 
	--hobo-kuro: #242424; /* 黒かほぼ黒　文字色 
	--usu-mozi-iro: #979797; /* ↑よりちょっと薄い文字色など 
	--link-iro: #09B2BF; /* リンク、カテゴリの色など 
	--link-hover-iro: #21DCEB; /* リンクにマウス乗せたときの色と強調のマーカー色 
    --key: #80aba9; /* キーカラー 
    --main: #94846a; /* メインカラー 
    --base: #202020; /* ベースカラー 
    --shime: #000; /* 締め色 
    --hover: #ccffff; /* マウスオーバー 
    --high: #f09199; /* 強調 
	--gray-hover: #a3a3a3; /* グレーリンクマウスオーバー 
	--gray: #4f4f4f; /* グレーリンク 
	--usu-moji: #979797; /* ↑よりちょっと薄い文字色など 
	--shiro-haikei: #e9e9e9; /* 全体背景色 
}
    */

/* <span class="at">gmail.com.com</span>でアットマーク挿入 */
.at::before {
   content: '@';
}


html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

ol,
ul {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

hr {
  border: 0;
	height: 10px;
	background-image: repeating-linear-gradient(135deg, #aaa 0px, #aaa 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
    content: '';
    display: block;
	bottom: 0;
	left: 0;
	width: 300px;
    margin: 10px auto 20px;
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.6em;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: -webkit-box;
  display: flex;
}

.wrap {
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media (min-width: 768px) {
  .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

@media (min-width: 768px) and (max-width: 1029px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1030px) {
  .container {
    max-width: 960px;
  }
}

body {
  background: var(--shime);
  overflow-x: hidden;
  color: var(--shiro);
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
    letter-spacing: 0.1em; //広げる
}

section {
  padding: 30px 0;
}

section.bgcolor1 { 
  color:  var(--key);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.bgcolor2 {
  background: var(--main);
  color:  var(--base);
}

section.bgcolor3 {
  background: var(--base);
    //*background: transparent;*//
}

ul.list {
  list-style: none;
  margin: 1.5em 0;
}

ul.list li {
  position: relative;
  margin-left: 25px;
  margin-bottom: 5px;
}

ul.list li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: var(--key);
  position: absolute;
  margin: auto;
  top: 9px;
  left: -20px;
}

ol.list {
  list-style: none;
  list-style-type: none !important;
  counter-reset: number;
  margin: 1.5em 0;
}

ol.list li {
  position: relative;
  margin-left: 25px;
  margin-bottom: 5px;
}

ol.list li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  position: absolute;
  margin: auto;
  top: 6px;
  left: -25px;
  background: var(--key);
  width: 18px;
  height: 18px;
  border-radius: 2px;
  text-align: center;
  line-height: 18px;
}

dl.list dt {
  position: relative;
  margin-left: 25px;
  font-weight: bold;
  font-size: 110%;
}

dl.list dt:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: var(--kay);
  position: absolute;
  margin: auto;
  top: 9px;
  left: -20px;
}

dl.list dd {
  margin: 10px 0 1em 1em;
}

dl.list dd > *:first-of-type {
  margin-top: 0;
}

small {
  font-size: 80%;
}

strong.large {
  font-size: 150%;
}

strong.marker {
  background: var(--hover);
}

.wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.wrap .inner {
  -webkit-box-flex: 1;
          flex: 1;
  margin-bottom: 30px;
}

.wrap-3col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.wrap-3col .inner {
  -webkit-box-flex: 1;
          flex: 1;
  margin-bottom: 30px;
}

h1 {
  font-family: "Moon Dance", cursive;
  font-style: normal;
  color: var(--key);
    font-size: 2em;
    line-height:1.2em;
  margin: 0 0 1em;
}

h2 {
  font-family: "Moon Dance", cursive;
  font-style: normal;
  text-align: center;
    font-size: 2em;
}

h3 {
  font-family: "Moon Dance", cursive;
  border-left: 3px solid var(--key);
  padding: 0px 15px;
    font-weight:normal;
  margin: 2em 0 1em;
    font-size: 1.5em;
}

h4 {
  margin: 1em 0 0em;
    padding: 0.1em 0;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid var(--key);
    font-weight: bold;
}

h5 {
  margin: 10px auto 5px;
}

p.center {
  text-align: center;
}

blockquote {
  background: #f5f4f4;
  margin: 2em 0;
  padding: 15px;
  border-left: 3px solid #ada5a5;
}

blockquote > *:first-of-type {
  margin-top: 0;
}

blockquote > *:last-of-type {
  margin-bottom: 0;
}

table, td, th {
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
}

td, th {
  padding: 5px 10px;
}

th {
  background: var(--key);
}

table.center {
  margin: 20px auto;
}
/*
.box {
  background: var(--hover);
  margin: 2em 0;
  padding: 15px;
}

.box > *:first-of-type {
  margin-top: 0;
}

.box > *:last-of-type {
  margin-bottom: 0;
}
*/
/* リンクカラー */
a {
  color: var(--link);
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

a:focus, a:visited, a:active {
  color: var(--link);
}

a:hover {
  color: var(--hover);
}

ul ul {
  margin-left: 1em;
  margin-bottom: 10px;
}

/* ボタンデザイン */
a.btn {
  display: block;
  border: 1px solid var(--key);
  color: var(--key);
  background: transparent; /* 背景透過 */
  padding: 10px 30px;
  text-align: center;
  min-width: 250px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 35px;　/* 角丸 */
}

a.btn:hover {
  background: var(--btn-hover);
}


p {
  margin: 1.5em 0;
}

dl.news {
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border-bottom: 1px dotted #b8b8b8;
}

dl.news dt {
  font-weight: bold;
  padding: 0;
  line-height: 1.2;
}

dl.news dd {
  padding: 5px 0 10px 0;
  margin: 0;
}

nav#globalnav {
  position: fixed;
  z-index: 9;
  position: fixed;
  top: 0;
  width: 100%;
}

nav#globalnav .globalnav_bg {
  height: 70px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, 0.9)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 1%, rgba0, 0, 0, 0.9) 50%);
}

nav#globalnav h1 a {
  color: var(--shiro);
  display: block;
  padding: 18px 15px;
  font-size: 30px;
}

nav#globalnav h1 a:hover {
  color: var(--key);
}

nav#globalnav p#menubtn {
  color: var(--shiro);
  margin: 0;
  cursor: pointer;
}

nav#globalnav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

nav#globalnav ul li a {
  display: block;
  text-decoration: none;
  color: var(--shiro);
  padding: 8px 0;
}

nav#globalnav ul li a:hover {
  color: var(--key);
}

nav#globalnav ul#navmenu {
  list-style: none;
  position: fixed;
  background: var(--shime);
  width: 60vw;
  max-width: 300px;
  height: 100vh;
  top: 0;
  right: -100%;
  margin: 0;
  padding: 60px 20px 20px;
  overflow-x: auto;
  overflow-y: scroll;
  box-shadow: 0 0 6px #00000040;
  -webkit-transition: right .5s;
  transition: right .5s;
}/* ▲右から出てくるナビメニューデザイン */

nav#globalnav ul#navmenu.checked {
  right: 0;
}

nav#globalnav ul#navmenu ul {
  list-style: none;
}

nav#globalnav.colorchange {
  background: transparent;
  /*background: linear-gradient(0deg, rgba(20, 20, 20, 0) 1%, rgba(20, 20, 20, 0.9) 50%);*/
}

nav#globalnav.colorchange .globalnav_bg {
  opacity: 0;
}

nav#globalnav.colorchange h1 a {
  color: var(--shiro);
  -webkit-filter: drop-shadow(0px 0px 3px #00000066);
          filter: drop-shadow(0px 0px 3px #00000066);
}

nav#globalnav.colorchange h1 a:hover {
  color: var(--key);
}

nav#globalnav.colorchange p#menubtn {
  color: var(--shiro);
}

header {
  background-color: var(--shime);
}

header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header img.top-pc {
  display: none; 
}

main.subpage {
  margin-top: 50px;
}

input[type=checkbox]#menubtncheck {
  display: none;
}

input[type=checkbox]#menubtncheck:checked + nav#globalnav {
  opacity: 1;
  z-index: 9;
}

p#menubtn {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  position: fixed;
  color: var(--shime);
  top: 10px;
  right: 20px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  z-index: 9;
}

p#menubtn:hover {
  cursor: pointer;
}

p#menubtn#inmenu {
  color: var(--shiro);
}

p#menubtn#inmenu-back {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: -1;
}

ul.illust {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  list-style: none;
}

ul.illust li {
  position: relative;
  height: 120px;
  width: calc(100% / 3 - 5px);
  margin-bottom: 5px;
  padding: 0;
}

ul.illust li:before {
  display: none;
}

ul.illust li:not(:nth-of-type(3n)) {
  margin-right: 5px;
}

ul.illust li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

ul.illust li a:hover {
  opacity: .7;
}

ul.illust li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-wrapper .card {
  text-align: center;
}

.card-wrapper .card p {
  font-size: 15px;
  max-width: 300px;
  margin: auto;
  text-align: left;
}

.card-wrapper img.prof {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 20px auto 10px;
}

ul.sns {
  list-style: none;
  display: -webkit-box;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

ul.sns li a {
  display: block;
  font-size: 20px;
  padding: 5px;
  margin: 0 3px;
}

footer {
  background: var(--shime);
  color: var(--main);
  padding: 30px 0 10px;
}

footer p.memo {
  margin: 0 auto 10px;
  font-size: 12px;
}

footer ul.menu {
  list-style: none;
}

footer ul.menu li a {
  font-size: 14px;
  display: block;
  padding: 5px 0;
}

footer ul.menu li a {
  color: var(--main);
}
footer a {
  color: var(--main);
}
footer ul.menu li a:hover {
  color: var(--link);
}

footer ul.menu ul {
  list-style: none;
}

footer p#copyright {
  margin: 0;
  font-size: 12px;
  opacity: .8;
}

footer p#copyright a:hover {
  color: var(--link);
}

form.mailform {
  text-align: center;
  max-width: 800px;
  margin: 30px auto;
}

form.mailform textarea {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.6em;
  border: none;
  padding: 10px;
  width: 100%;
  height: 200px;
  border-radius: 5px;
  vertical-align: bottom;
  border: 1px solid #e5e4e4;
  background: #fcfcfc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Josefin Sans", "Kosugi", cursive;
}

form.mailform textarea:focus {
  outline: none;
  background: #ffffff;
}

form.mailform input {
  margin: 0 0 15px;
  font-size: 16px;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e5e4e4;
  background: #fcfcfc;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-family: "Josefin Sans", "Kosugi", cursive;
}

form.mailform input:focus {
  outline: none;
  background: #ffffff;
}

form.mailform input[type="submit"] {
  display: block;
  border: 1px solid var(--key);
  color: var(--key);
  background: transparent; /* 背景透過 */
  padding: 10px 30px;
  text-align: center;
  min-width: 250px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 35px;　/* 角丸 */
}

form.mailform input[type="submit"]:focus, form.mailform input[type="submit"]:hover {
  background: var(--btn-hover);
  cursor: pointer;
}

a#totop {
  display: block;
  position: fixed;
  z-index: 9;
  bottom: 1vmin;
  right: 1vmin;
  width: 50px;
  height: 50px;
  background: var(--totop);
  border-radius: 50%;
}

a#totop:hover {
  display: block;
  position: fixed;
  z-index: 9;
  bottom: 1vmin;
  right: 1vmin;
  width: 50px;
  height: 50px;
  background: var(--totop-hover);
  border-radius: 50%;
}
a#totop:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

a#totop:hover:before {
  -webkit-transform: translateY(-3px) rotate(-45deg);
          transform: translateY(-3px) rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .wrap .inner {
    width: 46%;
    -webkit-box-flex: 0;
            flex: none;
  }
  .wrap-3col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .wrap-3col .inner {
    width: 31%;
    -webkit-box-flex: 0;
            flex: none;
  }
  section {
    padding: 30px 0;
  }
  h2 {
    position: relative;
	padding: 20px;
	font-size: 26px;
      
  }
  h2:after {
    content: '';
    display: block;
	bottom: 0;
	left: 0;
	width: 89px;
	height: 8px;
	background-image:
		repeating-linear-gradient(45deg, var(--key) 0px, var(--key) 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
		repeating-linear-gradient(135deg, var(--key) 0px, var(--key) 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
    margin: 10px auto 20px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  
  dl.news {
    max-width: 700px;
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  dl.news dd, dl.news dt {
    padding: 10px;
    line-height: 1.6;
  }
  p#menubtn {
    display: none;
  }
  header {
    max-height: 100vh;
  }
  header img.top-pc {
    display: block;
  }
  header img.top-phone {
    display: none;
  }
  nav#globalnav {
    position: fixed;
    top: 0;
    z-index: 9;
  }
  nav#globalnav h1 a {
    font-size: 35px;
  }
  nav#globalnav > .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  nav#globalnav ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  nav#globalnav ul li a {
    text-decoration: none;
  }
  nav#globalnav ul#navmenu {
    position: relative;
    background: transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80%;
    height: auto;
    right: auto;
    padding: 0;
    overflow: visible;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  nav#globalnav ul#navmenu ul {
    list-style: none;
    background: #000000;
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 0;
    top: calc(100% - 13px);
    position: absolute;
    pointer-events: none;
  }
  nav#globalnav ul#navmenu ul li a {
    padding: 10px 20px;
    text-align: left;
    color: #ffffff;
    height: 0;
    text-align: center;
    margin: 0;
    font-size: 16px;
  }
  nav#globalnav ul#navmenu li:hover ul {
    opacity: 1;
    z-index: 10;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all .3s;
    transition: all .3s;
    height: auto;
    pointer-events: all;
  }
  nav#globalnav ul#navmenu li:hover ul li a {
    height: auto;
  }
  nav#globalnav ul#navmenu li a {
    display: block;
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 15px;
    margin: auto;
    font-size: 20px;
  }
  nav#globalnav ul#navmenu li a:hover {
    color: var(--key);
  }
  nav#globalnav.colorchange ul#navmenu li a {
    color: #ffffff;
    -webkit-filter: drop-shadow(0px 0px 3px #00000066);
            filter: drop-shadow(0px 0px 3px #00000066);
  }
  nav#globalnav.colorchange ul#navmenu li a:hover {
    color: var(--key);
  }
  ul.illust li {
    position: relative;
    height: 200px;
    width: calc(100% / 4 - 4px);
    margin-bottom: 5px;
    padding: 0;
  }
  ul.illust li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  ul.illust li:not(:nth-of-type(4n)) {
    margin-right: 5px;
  }
  .card-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .card-wrapper .card {
    width: 43%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1030px) {
  footer p.copyright {
    text-align: right;
  }
  .card-wrapper .card {
    width: 31%;
  }
}

/*アコーディオン*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: .5em;
	display: block;
	/*background:#000;*/
    border-bottom: 1px solid #fff;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}



/*==================================================
一枚ずつ表示 参考(https://coco-factory.jp/ugokuweb/move02/4-12/)
===================================*/
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.fadein{
	opacity: 0;
}

/*その場でふわっと*/

.fadein.active {
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/*　下からふわっと　*/
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* じわっ */
.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  }
}

/* 左からふわっと */
.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}


/*==================================================
パララックス
===================================*/
/* 背景画像の見えている高さ */
.parallax {
    padding:5%;
    position: relative;
}

/* 背景画像 */
.parallax::before {
  background-image: url(../img/top.png);
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  position: fixed;
    /*background-attachment: fixed;*/
}

.topmenu {
  /*background-color: var(--topmenu);
  backdrop-filter: blur(8px);*/
  padding: 30px;
  align-items: center;
  justify-content: center;
  /*-webkit-filter: drop-shadow(0px 0px 1px #00000066);
          filter: drop-shadow(0px 0px 1px #00000066);*/
}

/* googleフォント */
.moon-dance-regular {
  font-family: "Moon Dance", cursive;
  font-weight: 400;
  font-style: normal;
}
.fredericka-the great-regular {
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  font-style: normal;
}
