   /**
 * ------------------------------------------------------------
 * SP
 * ------------------------------------------------------------
 */
.main {
  background-color: #fff;
}
.main_inner {
  padding: 15px 15px;
}
.pageContainer {
  position: relative;
  padding: 20px 20px 40px;
  min-height: calc(100vh - 30px);
  background-color: #f4eee1;
  border-radius: 20px;
}
.hero {
  margin-top: calc((100vh/2) - 144px);
  opacity: 0;
  transition: all 1.0s;
}

.fr-snsButtons_inner {
  box-shadow: none;
  margin-bottom: 0;
}
.fr-globalHeader_inner {
  text-align: left;
}
.text_bottom {
  width: 100%;
}
.text_bottom_inner {
  margin: 24px auto 6px;
  height: 16px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}
.fr-snsButtons_item {
  margin: 0;
}

@media screen and (max-device-width: 320px){
  .hero {
    margin-top: calc((100vh/2) - 132px);
  }
}
.hero.-loaded {
  opacity: 1;
}
.hero.-loaded.-animated {
  margin-top: 0;
}
.hero_heading {
  font-size:0;
  text-align: center;
}
.hero_headingText {
  margin-top: 20px;
  height: 24px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

@media screen and (max-device-width: 320px){
.hero_headingText {
    height: 24px;
}
}
.hero_headingText img {
  height: 100%;
}

.hero_headingText.-loaded:before {
  width: 100%;
}
.pageBody {
  transition: all 1.0s;
  margin-top: 30px;
  opacity: 0;
  height: 0;
}
.pageBody.-loaded {
  opacity: 1;
  height: auto;
}
.pageBody_text {
  line-height: 1.8;
}
.pageBody_img {
  width: 90%;
  margin: 0 auto;
}

.pageBody_img img{
  width: 100%;
  margin-bottom:24px;
}

.sup {
  display: inline;
  position: absolute;
  font-size: 10px;
  color: #888;
}
.note {
  margin-top: 20px;
  font-size: 10px;
  color: #888;
}
.logo {
  margin: 30px auto 0;
  width: 100px;
}
.logo_image {
  width: 100%;
}
.link_contaier {
  margin-top: 30px;
}

/**
 * ------------------------------------------------------------
 * PC
 * ------------------------------------------------------------
 */
@media screen and (min-width: 813px) {
  a,
  .fr-anchorButton_itemLink {
    transition: opacity 0.5s;
  }
  a:hover,
  .fr-anchorButton_itemLink:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .main_inner {
    padding: 15px 25px;
  }
  .hero {
    margin-top: calc((100vh/2) - 140px);
  }
  .hero_headingText {
    height: 33px;
  }
  .pageContainer {
    padding: 60px 130px 80px;
  }
  .pageBody {
    margin-top: 60px;
    font-size: 15px;
  }
  
  .pageBody_img {
  width: 60%;
  margin: 0 auto 32px;
  }

  .pageBody_img img{
  width: 100%;
  }
  
  .link_contaier {
    width: 960px;
    margin: 30px auto 0;
  }

  .fr-snsButtons_inner {
    margin-bottom: 20px;
  }
  .text_bottom_inner {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 26px;
  }
  .u-only-sp {
    display: none;
  }
} 