@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Lora&display=swap");
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

全ページ共通

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

body {
  font-family: "Hina Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "serif";
  font-size: 1.6rem;
  color: #020104;
  letter-spacing: 2px;
  line-height: 1.8;
}
@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;
}

a:not([class]) {
  /* ホバー時の設定 */
}
@media (hover: hover) {
  a:not([class]):hover {
    background-color: #c3c4c6;
  }
}

/*－－－－－－－－－－ 見出し －－－－－－－－－－*/
h1,
h2,
h3,
h4,
h5 {
  font-family: "Lora", "Hina Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "serif";
  font-weight: normal;
  letter-spacing: 4px;
  line-height: 1;
  word-break: break-all;
}

/*－－－－－－－－－－ 大見出し －－－－－－－－－－*/
.headingL {
  position: fixed;
  top: 10px;
  right: 10px;
  color: #c3c4c6;
  font-size: clamp(3rem, 2.8rem + 1vw, 4rem);
  text-transform: uppercase;
  margin: clamp(3rem, 2.8rem + 1vw, 4rem) 0;
  z-index: 1;
}
.headingL.ja {
  font-size: clamp(2.4rem, 2.24rem + 0.8vw, 3.2rem);
}

/* タブレット */
@media screen and (max-width: 1180px) {
  .headingL {
    position: static;
  }
}
/*－－－－－－－－－－ 中見出し －－－－－－－－－－*/
.headingM {
  position: relative;
  font-size: clamp(2.2rem, 1.815rem + 1.58vw, 3rem);
  margin: clamp(2rem, 1.745rem + 1.05vw, 3rem) 0;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #c3c4c6;
  padding-left: 40px;
  padding-right: 20px;
  margin-left: -40px;
}
.headingM.ja {
  font-size: clamp(2rem, 1.92rem + 0.4vw, 2.4rem);
}

/*－－－－－－－－－－ 小見出し －－－－－－－－－－*/
.headingS {
  font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem);
  text-transform: uppercase;
  margin: clamp(2rem, 1.745rem + 1.05vw, 3rem) 0;
  padding-bottom: 4px;
  border-bottom: 4px double #020104;
  width: -moz-fit-content;
  width: fit-content;
}
.headingS.ja {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
}

/*－－－－－－－－－－ 最小見出し －－－－－－－－－－*/
.headingSS {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  text-transform: uppercase;
  margin: 20px 0;
  padding-left: 10px;
  border-left: 8px solid #c3c4c6;
}

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

.center {
  text-align: center;
}

.marker {
  background: linear-gradient(transparent 60%, #f7f7f6 60%);
}

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

.font-smaller {
  font-size: 0.8em;
}

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

アイコン等

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

/* 矢印 */
.arrow {
  width: 20px;
  height: 20px;
  border: 2px solid #c3c4c6;
  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;
  margin: 10px 0;
  background-color: #f7f7f6;
  border: none;
}

/* ボタン */
.btn {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #c3c4c6;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 4px 16px 2px;
  border: 1px solid #c3c4c6;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  /* ホバー時の設定 */
}
@media (hover: hover) {
  .btn:hover {
    cursor: pointer;
    background-color: #f7f7f6;
    color: #020104;
  }
}

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

リスト

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

.list li {
  position: relative;
  margin-left: 16px;
}
.list li::before {
  position: absolute;
  top: 11px;
  left: -16px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #c3c4c6;
  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;
  background-color: #f7f7f6;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.gridlist .gridlist__label,
.gridlist .gridlist__text {
  padding: 6px 12px 4px;
  border-bottom: 1px solid #fff;
}
.gridlist .gridlist__label {
  display: flex;
  align-items: center;
}

/* スマホ */
@media screen and (max-width: 520px) {
  .gridlist {
    grid-template-columns: 1fr;
  }
  .gridlist .gridlist__label {
    background-color: #fff;
    border: none;
  }
  .gridlist .gridlist__text {
    border: none;
  }
}

/*－－－－－－－－－－ 表リスト2 －－－－－－－－－－*/
.gridlist2 {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 10px 0px;
  background-color: #f7f7f6;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.gridlist .gridlist__label,
.gridlist .gridlist__text,{
  padding: 6px 12px 4px;
  border-bottom: 1px solid #fff;
}
.gridlist .gridlist__label {
  display: flex;
  align-items: center;
}

/* スマホ */
@media screen and (max-width: 520px) {
  .gridlist {
    grid-template-columns: 1fr;
  }
  .gridlist .gridlist__label {
    background-color: #fff;
    border: none;
  }
  .gridlist .gridlist__text {
    border: none;
  }
}
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

枠組み

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.box {
  padding: 40px;
  border: 1px solid #c3c4c6;
  border-left: none;
  border-right: none;
}
.box > :first-child {
  margin-top: 0;
}
.box > :last-child {
  margin-bottom: 0;
}

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

SNSアイコンリスト

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.snslist .snslist__item a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #f7f7f6;
  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.other:hover a {
  background-color: #CF2E92;
}
.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;
}

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

全体のレイアウト

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
/*－－－－－－－－－－ メインビジュアル －－－－－－－－－－*/
.mainvisual {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.mainvisual .mainvisual__img img {
  height: 100dvh;
  width: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  .mainvisual .mainvisual__img img {
    height: 70dvh;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    /* 画像の位置調節 */
  }
}
/*－－－－－－－－－－ コンテンツ全体の横幅、余白 －－－－－－－－－－*/
.mainwrapper {
  position: relative;
  padding: 40px 10px;
  background-color: #fff;
  scroll-behavior: smooth;
}
.mainwrapper > :first-child {
  margin-top: 0;
}

/* タブレット */
@media screen and (min-width: 521px) and (max-width: 1180px) {
  .mainwrapper {
    padding: 40px;
  }
}
/* PC */
@media screen and (min-width: 1181px), print {
  .mainwrapper {
    height: calc(100dvh - 80px);
    width: 60.4%;
    max-width: 1160px;
    margin: 40px 0 0px auto;
    margin-left: auto;
    padding: 40px;
    outline: 1px solid #c3c4c6;
    outline-offset: 5px;
    overflow: auto;
  }
}
/*－－－－－－－－－－ セクション －－－－－－－－－－*/
section:first-of-type {
  padding-top: 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: 1181px), print {
  section {
    padding: 40px 0;
  }
}
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

ヘッダー

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
header {
  position: fixed;
  bottom: 8vh;
  max-width: 40%;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  header {
    position: relative;
    bottom: 0;
    max-width: 100%;
  }
}
/*－－－－－－－－－－ メニューボタン －－－－－－－－－－*/
.hamburger {
  position: fixed;
  top: 2vw;
  right: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #c3c4c6;
  border: none;
  outline: 2px solid #c3c4c6;
  outline-offset: 2px;
  cursor: pointer;
  z-index: 999;
}
.hamburger .hamburger__line {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
}
.hamburger .hamburger__line::before, .hamburger .hamburger__line::after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
}
.hamburger .hamburger__line::before {
  top: -8px;
}
.hamburger .hamburger__line::after {
  bottom: -8px;
}

/*閉じる*/
.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: 1181px), print {
  .hamburger {
    display: none;
  }
}
/*－－－－－－－－－－ サイト名 －－－－－－－－－－*/
.sitename {
  position: relative;
  font-size: max(5.7vw, 3.6rem);
  line-height: 0.8;
  text-transform: none;
  padding: 0px 10px 0px 60px;
  margin-bottom: 40px;
}
.sitename::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 104%;
  background-color: #fff;
  z-index: -1;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  .sitename {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 60dvh;
    padding-left: 40px;
  }
}
/* スマホ */
@media screen and (max-width: 520px) {
  .sitename {
    padding-left: 10px;
  }
}
/*－－－－－－－－－－ メニュー －－－－－－－－－－*/
.globalnav {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  z-index: 998;
}

.globalnav__main {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.8);
}
.globalnav__main .globalnav__item {
  position: relative;
  padding: 4px 0;
}
.globalnav__main .globalnav__item:hover {
  background-color: #fff;
}
.globalnav__main .globalnav__item a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  background: none;
  padding: 0px 20px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
}
.globalnav__main .globalnav__item:not(:last-child) > a {
  border-right: 1px solid #020104;
}
.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;
  bottom: 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: #fff;
  padding-bottom: 20px;
}
.globalnav__main .globalnav__child li {
  padding: 10px 0;
}
.globalnav__main .globalnav__child li:hover {
  background-color: #f7f7f6;
}

/*  タブレット、スマホでの表示 */
@media screen and (max-width: 1180px) {
  .globalnav {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c3c4c6;
    opacity: 0;
    transform: translateX(100%);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.2s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  .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 {
    display: block;
    background: none;
  }
  .globalnav__main .globalnav__item:not(:last-child) > a {
    border: none;
  }
  .globalnav__main .globalnav__item a {
    padding: 10px;
  }
  .globalnav__main .globalnav__child {
    top: 100%;
    bottom: auto;
    left: auto;
    right: 0%;
    z-index: 1;
  }
}
/* タブレット,スマホでメニューを開いた時に黒くする */
@media screen and (max-width: 1180px) {
  .mainwrapper::after {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100vw;
    height: 100dvh;
    background-color: #020104;
    visibility: hidden;
    opacity: 0;
  }
  .mainwrapper._darker::after {
    visibility: visible;
    opacity: 0.6;
    z-index: 1;
  }
}
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

サブメニュー

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.submenu {
  margin-bottom: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: -40px;
}

.submenu__main {
  gap: 0;
  align-items: start;
}

/* 親項目のスタイル */
.submenu__item {
  position: relative;
  background-color: #f7f7f6;
  /* ホバー時の設定 */
}
.submenu__item a {
  display: inline-block;
  padding: 0px 20px;
  text-decoration: none;
  line-height: 1;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
}
@media (hover: hover) {
  .submenu__item:hover {
    background-color: #c3c4c6;
  }
}

.submenu__item:not(:last-child) > a {
  border-right: 1px solid #020104;
}

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

.submenu__item._has-child.active::before {
  opacity: 0;
}

/* 子項目のスタイル */
.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: #020104;
  border-bottom: solid 1px #c3c4c6;
  padding: 6px 20px;
  padding-left: 40px;
  /* ホバー時の設定 */
}
@media (hover: hover) {
  .submenu__item._has-child .submenu__child li a:hover {
    background-color: #c3c4c6;
  }
}
.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: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #c3c4c6;
  border-right: 1px solid #c3c4c6;
  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: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* 親項目ホバー時に子項目を表示 */
.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 .submenu__grandchild li a {
  padding-left: 30px;
}

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

/* スマホ、タブレット */
@media screen and (max-width: 1180px) {
  .submenu {
    margin: 0 -10px 40px;
    padding: 0;
    width: auto;
  }
  .submenu__main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
  .submenu__item a {
    display: block;
    padding: 4px 10px;
  }
  .submenu__item:not(:last-child) > a {
    border: none;
  }
  .submenu__item._has-child .submenu__child li a {
    padding-left: 30px;
  }
  /* 子項目の矢印 */
  .submenu__child ._has-child::before {
    content: "";
    top: 8px;
    left: 10px;
    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;
  }
}
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

ページUP

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
.pageup {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #f7f7f6;
  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;
}
.pageup .arrow {
  border-color: #020104;
  border-width: 1px;
  margin-top: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

@media (hover: hover) {
  .pageup:hover {
    background-color: #c3c4c6;
  }
  .pageup:hover .arrow {
    border-color: #fff;
  }
}
/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－

フッター

－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
footer {
  font-size: 1rem;
  text-align: right;
  padding: 10px;
}

/* タブレット */
@media screen and (max-width: 1180px) {
  footer {
    text-align: left;
  }
}