@charset "UTF-8";

/*====================================================================
footer
====================================================================*/
/* フッター全体 */
.Footer_over {
  width:100%;
  margin: 0 auto;
  display: block;
  padding:3em 0;
  background-color:#414141;
  color:#fff;
}
.Footer_over a,.Footer_over a:link,.Footer_over a:visited,.Footer_over a:hover,.Footer_over a:active {
  color:#fff;
}
.footer-sns a,.footer-sns a:link,.footer-sns a:visited,.footer-sns a:hover,.footer-sns a:active {
  color: #414141;
}
.footer-inner {
  width:80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em;
}
/* ロゴ設定 */
.footer-logoarea {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-logoarea a.logo {
  width: 15%;
  height: auto;
  display: block;
  margin: 0 1.5em 0 0;
}
.footer-logoarea a.logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-logoarea p {
  white-space: pre-line;
  font-size: 0.8em;
}
/* SNSのアイコン設定 */
.footer-sns {
  display: flex;
  gap: 0.5em;
  margin-left: auto;
  list-style: none;
  padding: 0;
}
.footer-sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  background-color: #fff;
  color: #414141;
  font-size: 1.2em;
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
}
.footer-sns li a::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  content: "";
}
.footer-sns a.sns-instagram::before {
  content: "\f16d"; /* Instagram */
}
.footer-sns a.sns-tiktok::before {
  content: "\e07b"; /* TikTok */
}
.footer-sns a.sns-youtube::before {
  content: "\f167"; /* YouTube */
}
.footer-sns a.sns-Spotify::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  content: "\f1bc";
  font-size: 2.3em;
  color: #fff;
  background-color: #414141;
}
.footer-sns a.sns-x::before {
  content: "\e61b"; /* X (formerly Twitter) */
}
.footer-sns li a:hover {
  opacity: 0.7;
  transform: scale(1.1);
}
/* ========================
   footer-bottomarea レイアウト
   ======================== */
.footer-bottomarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
  font-size: 0.85em;
}
.footer-bottomarea .bottom_left {
  width: 40%;
  letter-spacing: 0.06em;
}

.footer-bottomarea .bottom_left b {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}

.footer-bottomarea .bottom_left b + p {
  margin-top: 0.2em;
}

.footer-bottomarea .bottom_left b:nth-of-type(n+2) {
  margin-top: 1em;
}

.footer-bottomarea .bottom_left p {
  margin-bottom: 0.5em;
  white-space: pre-line;
}

.footer-bottomarea .bottom_right {
  width: 60%;
  text-align: right;
}

.footer-bottomarea .bottom_right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; /* リスト項目も右寄せ */
  width: 100%;
  margin-bottom: 0.8em;
  gap: 1em 2em;
  list-style: none;
  padding: 0;
}
.footer-bottomarea .bottom_right ul.bottom_ul {
  margin-bottom: 2em;
}
.footer-bottomarea .bottom_right ul li {
  white-space: nowrap;
}

.footer-bottomarea .bottom_right p {
  margin-bottom: 1em;
}
 .bottom_right .copy {
  margin:3em 0 0 0;
}
@media screen and (max-width: 1199px) {
.footer-inner {
  width: 90%;
}
.footer-logoarea a.logo {
  width: 30%;
}
.footer-logoarea p {
  font-size: 1.3vw;
  width: 65%;
}
.footer-sns {
  margin-top: 1em;
}
.footer-bottomarea {
  margin-top: 0;
  font-size: 1.5vw;
}
}
@media screen and (max-width: 767px){
.Footer_over {
  padding: 3em 0 8em 0;
}
  .footer-inner {
    display: block;
  }
.footer-logoarea,.footer-bottomarea {
  display: block;
  margin-bottom: 1em;
}
  .footer-logoarea a.logo {
    width: 50%;
    margin: 0 0 1em 0;
  }
  .footer-logoarea p {
    font-size: 3vw;
    width: 100%;
	line-height: 1.5em;
	white-space: normal;
  }
  .footer-sns {
    margin: 1em 0;
  } 
  .footer-bottomarea {
    margin-top: 0;
    font-size: 3vw;
  }
.footer-bottomarea .bottom_left,.footer-bottomarea .bottom_right {
  width: 100%;
  text-align: left;
}
.footer-bottomarea .bottom_left {
  line-height:1.4em;
}
.bottom_right ul {
  display: flex;
  flex-wrap: wrap; /* 折り返し */
  justify-content: flex-start;
  padding: 0;
  list-style: none;
  width: 80%;
  margin: 0 auto 2em auto;
  font-weight: bold;
}
.bottom_right ul li {
  flex: 1 1 auto; /* 幅は自由 */
  min-width: 0;   /* はみ出し防止 */
  margin-bottom: 0.5em;
}
/* 3個ごとに改行 */
.bottom_right ul li:nth-child(3n+1) {
  clear: left;
}
ul.last-ul {
  font-weight: normal;
  width: 95%;
}
ul.last-ul li{
  text-align: center;
  font-size: 0.9em; 
}
.bottom_right .copy {
  text-align: center;
}
/* ページアップアイコン位置とサイズ */
.c-fixBtn {
  height: 35px !important;
  width: 35px !important;
}
  .p-fixBtnWrap {
    padding-bottom: 7em !important;
  }
}
