@charset "UTF-8";

/*--------------------------------------------------------------
Html , Body
--------------------------------------------------------------*/
.sp {
  display: block;
}
.pc {
  display: none;
}


/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
header{
  position: relative;
}

.hd__logo{
  top: 2rem;
  width: 12rem;
}
.background-top{
  height: 100px;
  background-image: url(/rebirth_project/images/ae86/bg_sp.png);
  background-size: 375px;
}

.triangle-top {
  height: 6rem;
}

.triangle-bottom {
  height: 6rem;
}


/*--------------------------------------------------------------
contents
--------------------------------------------------------------*/
.contents {
  padding: 0 1.5rem;
}

.contents__inner{
  max-width:none;
}

/*--------------------------------------------------------------
c-sns
--------------------------------------------------------------*/
.c-sns__inner {
  justify-content: center;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
footer{
	font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
  padding: 0 0 1.3rem 0;
}

footer .view-wrap {
  display: block;
  max-width: none;
  padding: 0;
}

.page-footer .upper {
  padding: 0;
  margin: 0 0 2.5rem 0;
}

.page-footer .sns {
  padding: 3.1rem 6.7rem 3.1rem 0;
}

.page-footer .sns li {
  display: inline-block;
  margin:0 0 0 2rem;
}
.page-footer .sns li:first-child {
  margin:0 0 0 1.7rem;
}

.page-footer .sns li img {
  width: auto;
  height: 2.3rem;
}

.page-footer .links {
  margin-top: 2.3rem;
  border-top: 1px solid #6666ae;
}

.page-footer .links a::after {
  content: none;
  margin: 0;
}

.page-footer .links li {
  width: 50%;
  padding: 0;
  border-bottom: 1px solid #6666ae;
  border-left:none;
}
.page-footer .links li:nth-child(odd) {
  border-right: 1px solid #6666ae;
}

.page-footer .links li a {
  display: block;
  padding: 1.2rem 1.2rem 1.3rem;
  width: 100%;
  height: 100%;
  color: white;
  font-size: .9rem;
  box-sizing: border-box;
}

.page-footer .copyright {
  padding: 0;
  text-align: right;
}

.page-footer .copyright .logo {
  margin: 0 2rem 0;
}

.page-footer .copyright .logo img {
  width: 4.4rem;
  height: auto;
}

.page-footer .copyright .text {
  margin:0;
  padding: 1.6rem 1.6rem 0;
  text-align: center;
  font-size: .9rem;
}

/* ----------------------------------------
floating-bn
----------------------------------------*/
.page-footer .page-top {
  right: 1rem;
  bottom: 1.8rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: .2rem;
  padding: 1.0rem 0 1.4rem 0;
}

.page-footer .page-top img {
  width: auto;
  height: 1.2rem;
}

.page-top{
  width: calc(100% - 20px);
  height: auto;
}



