/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
}
#page-top a:hover {
  animation: arrowrotate .3s;
}
#page-top a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
@keyframes arrowrotate {
  100% {
    transform: rotate(360deg);
  }
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.f-bg {}
.footer {
  padding: 2em 5%;
  background: linear-gradient(90deg, rgba(43, 40, 106, 1) 0%, rgba(80, 37, 87, 1)100%);
}
.footer div {
  text-align: left;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 1.7rem;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0 auto 10px;
}
.footer div span {
  display: block;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 10px auto 0;
}
.footer div a {
  color: #fff;
}
.cr {
  font-size: 1.0rem;
  background: #8C629E;
  color: #fff;
  font-family: "adobe-caslon-pro", serif;
  letter-spacing: 2px;
  padding: 10px 0 5px;
}
/*== ボタン設定 */
.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff; /* ボーダーの色と太さ */
  padding: 10px 30px;
  text-align: center;
  outline: none;
  font-family: "adobe-caslon-pro", serif;
  letter-spacing: 2px;
  /*アニメーションの指定*/
  transition: ease .2s;
}
/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #fff;
}
.btn i {
  padding: 0 10px 0 0;
}
.btn:hover span {
  color: #fff;
}
/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #8C629E; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.f_logo {
  padding: 2em 0 2em;
}
.f_logo > p {
  display: inline-block;
  padding: 3px 15px;
  background: #5A3C68;
  color: #fff;
}
.f_logo01 {
  margin: 1em auto 3em;
}
.f_logo01 img {
  width: auto;
  height: 45px;
  margin: 0 auto 10px;
  display: block;
}
.f_logo01 img:first-of-type {
  height: 40px;
  margin: 0 auto 20px;
}
.f_logo02 {
  width: 90%;
  margin: 1em auto 0;
}
.f_logo02 img:last-of-type {
  margin: 2em auto 0;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .footer {
    padding: 4em 5%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .footer div {
    width: 700px;
    margin: 0;
    font-size: 2.5rem;
  }
  .footer div span {
    font-size: 2.0rem;
  }
  .footer p {
    width: 300px;
    font-size: 2.5rem;
    line-height: 1;
  }
  .cr {
    font-size: 1.2rem;
  }
  .btn {
    padding: 15px 30px;
  }
  .f_logo {
    padding: 3em 0 4em;
  }
  .f_logo p {
    padding: 2px 25px;
    letter-spacing: 4px;
    font-size: 1.8rem;
  }
  .f_logo01 {
    margin: 2em auto 4em;
  }
  .f_logo01 img {
    height: 65px;
    display: inline-block;
    margin: 0;
  }
  .f_logo01 img:first-of-type {
    height: 65px;
    margin: 0 100px 0px 0;
  }
  .f_logo02 {
    width: 90%;
    max-width: 1200px;
    margin: 0em auto 0;
  }
  .f_logo02 img:first-of-type {
    margin: 0 auto;
    max-width: 850px;
  }
  .f_logo02 img:last-of-type {
    margin: 4em auto 0;
  }
}