/* Common **********************/

html {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  scroll-behavior: smooth;
}
p {
  font-size: 14px;
}
.megamenu__sitemap-footer{
  width: 100%;
  margin-top: 40px;
}
.p-service__area--mvBody {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 80px 30px;
  position: relative;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.top_banner {
  width: 300px;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 100px;
  left: 50%;
  margin-left: -610px;
  z-index: 100;
}
.mb100 {
  margin-bottom: 100px;
}

#gHeader {
  transition: all .4s cubic-bezier(1,0,0,1);
  -webkit-transition: all .4s cubic-bezier(1,0,0,1);
}
#gHeader.hidden {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
@media all and (min-width: 1000px) {
  #gHeader.is-hidden {
    transform: translate(0, -101%);
  }
}
#foot-band{
  transition: all .4s cubic-bezier(1,0,0,1);
  -webkit-transition: all .4s cubic-bezier(1,0,0,1);
}
#foot-band.is-hidden { 
  transform: translate(0, 101%) translate(0, 22px); 
}

@media screen and (max-width: 767px) {
  .top_banner {
    animation: bannerSp 4s ease-out infinite;
  }
}

@keyframes bannerPc {
  0% {
    bottom: 8%;
  }
  50% {
    bottom: 9%;
  }
  100% {
    bottom: 8%;
  }
}
@keyframes bannerSp {
  0% {
    bottom: 12%;
  }
  50% {
    bottom: 13%;
  }
  100% {
    bottom: 12%;
  }
}

@media screen and (min-width: 1000px){
  .p-service__area--mvBody {
    margin: 0 auto;
    max-width: 1000px;
    padding: 70px 20px;
  }
}

.area--mvBodyInner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.tokurei--part{
  position: relative;
  padding-top: 85px;
  width: 1000px;
  box-sizing: border-box;
  line-height: 1.15;
  margin: 0 auto;
}
.tokurei--mv, .tokurei--part{
  color: #000C2C;
  font-family: "Roboto", sans-serif;
}
.tokurei__heading--section{
  font-size: 32px;
  color: #222;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 20px;
  text-align: center;
  display: grid;
  letter-spacing: 1px;
}
.tokurei__heading--section img{
  padding-bottom: 12px;
  width: 200px
}

@media (max-width: 999px){
  .header {
    height: 50px;
  }
  .p-service__area--mvBody {
    margin: 0;
    max-width: 100%;
    min-width: 100%;
  }
  .tokurei--part {
    margin: 0;
    padding: 35px 25px;
    width: 100%;
  }
  .tokurei__heading--section {
    font-size: 22px;
  }
  .tokurei__heading--section img {
    width: 162px;
  }
  .tokurei--mv .p-service__area--mvBody {
    padding: 70px 30px 40px;
  }
}


/* base **********************/
.btn_orange {
  background-color: #F8B602;
  border: 2px solid #F8B602;
  color: #fff !important;
}
.btn_orange:hover {
  background-color: #fff;
  color: #F8B602 !important;
}
.btn_black {
  background-color: #6D6D6D;
  border: 2px solid #6D6D6D;
  color: #fff !important;
}
.btn_black:hover {
  background-color: #fff;
  color: #6D6D6D !important;
}
.btn__lp {
  max-width: none;
  width: 450px;
  background-color: #FEFAF5;
  border: 2px solid #E50012;
  color: #E50012;
  padding: 16px 0 14px;
}
.btn__lp:hover {
  background-color: #E50012;
  color: #fff;
}
.mv__maintext {
  color: #fff;
  font-size: 44px;
  margin: 10px 0 53px;
  line-height: 57px;
  letter-spacing: 3px;
}
.mv__maintext span {
  font-size: 44px;
}
.mv__subtext{
  color: #fff;
  font-size: 20px;
  line-height: 42px;
}
.service_img{
  position: absolute;
  bottom: 0;
  right: 0;
}
.service_img img {
  width: 340px;
}

@media (max-width: 999px){
  .btn__lp {
    width: 83%;
    margin: 40px auto 0px;
  }
  .mv__maintext {
    font-size: 28px;
    margin: 10px 0;
    line-height: 40px;
  }
}


/* MV **********************/
.tokurei--mv {
  background: url(https://www.hammock.jp/hpr/landing/img/tokurei_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  padding-top: 73px;
}
.mv_txt_img {
  width: 430px;
  margin-bottom: 30px;
}
.tokurei__button{
  display: flex;
  width: 35%;
}
.tokurei__button--size{
  font-size: 14px;
  color: #fff;
  width: 206px;
  height: 50px;
  box-shadow: 0px 5px 10px #00000029;
  border-radius: 5px;
  opacity: 1;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.tokurei__button--download{
  position: relative;
  text-align: center;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  margin-right: 20px;
  padding: 16px 60px 16px 0;
}
.tokurei__button--size.btn_white {
  color: #E50012;
  background-color: #FFFBF6;
  border: 2px solid #F8B602
}
.tokurei__button--size.btn_white:hover {
  color: #FFFBF6;
  background-color: #008fff;
}
.tokurei__button--download img {
  height: 30px;
  position: absolute;
  top: 8px;
  right: 6px;
}
.tokurei__button a{
  color: #fff;
}
.tokurei__button a:hover{
  color: #CD0018;
  background: #fff;
}
.tokurei__button span {
  color: #fff;
  font-weight: bold;
  display: flex;
  padding-bottom: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.tokurei__button span::before,
.tokurei__button span::after {
  background-color: #fff;
  content: "";
  height: 1.4px;
  width: 20px;
}
.tokurei__button span::before {
  margin-right: 2px;
  transform: rotate(60deg);
}
.tokurei__button span::after {
  margin-left: 2px;
  transform: rotate(-60deg);
}

@media screen and (max-width:999px) {
  .tokurei--mv {
    background-size: cover;
    padding-top: 0;
  }
  .service_img {
    position: static;
    margin: 0 auto -40px;
  }
  .service_img img {
    width: 230px;
  }
  .mv__subtext {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .center-sp{
    text-align: center;
  }
  .tokurei__button {
    padding: 26px 0 0;
    width: 100%;
  }
  .tokurei__button--download {
    margin: 0 10%;
  }
}

/* Problem **********************/
.problem_area, .features_area {
  background: #F5F5F5;
  padding: 80px 20%;
}
.problem_area h3{
  display: grid;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.7;
  margin: 30px 0;
  text-align: center;
}
.problem_area h3 span{
  font-size: 24px;
}
.problem_area figure{
  margin: auto;
  max-width: 800px;
}
.img_speech_bubble{
  padding-left: 35px;
}

@media screen and (min-width:1000px) {
  .problem_area h3 {
    margin: 50px 0 30px;
  }
  .img_speech_bubble{
    width: 80%;
  }
  .img_people{
    width: 18%;
  }
}

@media screen and (max-width:999px) {
  .problem_area, .features_area {
    background: #F5F5F5;
    padding: 40px 25px;
  }
  .problem_area h3 {
    font-size: 24px;
  }
  .problem_area figure{
    display: grid;
  }
  .img_speech_bubble, .img_people{
    margin: 0 auto;
  }
  .img_speech_bubble {
    margin-bottom: 0;
    padding: 30px 0 0;
  }
}

.white_area {
  position: relative;
  padding: 30px 70px;
  background: #fff;
  border-radius: 14px;
  font-size: 13px;
  line-height: 2;
}
.white_area .title {
  color: rgb(41, 41, 41);;
  font-weight: 600;
  font-size: 24px;
  margin: 5px 0;
}
.white_area img {
  display: block;
  margin: 20px auto 0;
  width: 100%;
  max-width: 550px;
}

@media screen and (max-width: 999px){
  .white_area {
    margin: 0 0 30px;
    padding: 30px 40px;
  }
  .white_area .title {
    font-size: 20px;
  }
  .white_area .title:before {
    background-size: 14px;
    padding-left: 24px;
  }
  .white_area img {
    margin-top: 20px;
    padding: 0px;
  }
}


/* Features **********************/
.features_area {
  position: relative;
  background: #FEFAF5;
  padding: 120px 20% 110px;
}

@media screen and (min-width: 1000px) {
  .features_area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 60px 60px 0 60px;
    border-color: #F5F5F5 transparent transparent transparent;
  }
}
.features_area .tokurei__heading--section {
  display: block;
}
.features_area .tokurei__heading--section .redscale {
  color: #E50012;
}
.features_area .tokurei__heading--section .underline {
  position: relative;
  z-index: 1;
  text-decoration: unset !important;
}
.features_area .tokurei__heading--section .underline:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 13px;
  background: #FFD6D6;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
.features_area p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 50px;
}
.cta__btn {
  width: 100%;
  max-width: 850px;
  margin: auto;
}
.cta__btn:hover {
  opacity: .8;
}
.base_area .cta__btn img,
.cta__btn img {
  max-width: none;
  width: 100%;
}

.base_area {
  position: relative;
  padding: 110px 0;
}
.base_area .shadow_dt_list {
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.10);
}
.base_area .white_area .title {
  color: #E51118;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.base_area .white_area img {
  position: absolute;
  width: 140px;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.base_area img {
  max-width: 560px;
  margin: auto;
  display: block;
}

@media screen and (min-width: 1000px) {
  .base_area .white_area.col3 {
    width: calc(100%/3 - 30px);
    position: relative;
    padding: 30px;
    border-radius: 14px;
  }
  .base_area .flex_white_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px 0;
  }
}

@media screen and (max-width: 999px) {
  .base_area .flex_white_list {
    margin: 70px auto 40px;
    max-width: 250px;
  }
  .base_area .shadow_dt_list {
    padding: 20px;
    border-radius: 18px;
  }
  .base_area .white_area p {
    font-size: 14px;
  }
}


.base_area h5, .features_area h5{
  font-size: 22px;
  line-height: 2;
  text-align: center;
  letter-spacing: 1px;
}
.csr{
  font-size: 18px;
}
.about_logo_area {
  position: relative;
  line-height: 0;
  margin: 0 0 10px;
  padding-right: 60px;
}
.about_logo_area .logo {
  width: 340px;
}
.about_logo_area span{
  font-size: 30px;
  position: absolute;
  line-height: 2.2;
  margin-left: 9px;
}

@media screen and (max-width:999px) {
  .base_area {
    padding: 40px 30px 50px;
  }
  .base_area img {
    max-width: 89%;
  }
  .base_area h5 {
    position: relative;
    font-size: 17px;
    margin: auto;
  }
  .csr{
    font-size: 14px;
  }
  .cta__btn {
    width: 100%;
  }
  .about_logo_area .logo {
    width: 80%;
  }
  .features_area .tokurei__heading--section .redscale {
    font-size: 23px;
  }
  .about_logo_area {
    padding-right: 14%;
  }
  .about_logo_area span {
    font-size: 21px;
    top: 0;
    margin-left: 5px;
  }
  .features_area {
    padding: 40px 30px 50px;
  }
  .features_area h5 {
    text-align: left;
    font-size: 17px;
    line-height: 1.8;
  }
  .features_area p {
    font-size: 14px;
    line-height: 1.8;
  }
}


/* About **********************/
.hot_base_area {
  position: relative;
  padding: 80px 20% 60px;
  background: #FEFAF5;
}
.hot_base_area img {
  position: sticky;
  z-index: 1;
}
.hpr_area img.txt {
  width: 480px;
  padding-left: 20px;
  margin-bottom: 50px;
}
.hpr_area img.pc {
  position: absolute;
  width: 600px;
  top: -34px;
}
@media screen and (max-width: 1363px) {
  .hpr_area img.pc {
    right: 0;
  }
}
img.fire__bg {
  position: absolute;
  width: 220px;
  top: -60px;
  z-index: 0;
}

@media screen and (max-width:999px) {
  .hpr_area {
    padding: 40px 0 60px;
    border-radius: 30px;
    margin-bottom: 110px;
  }
  .hot_base_area {
    padding: 0;
  }
  .hpr_area .btn_main {
    left: 13%;
  }
  .hpr_area img.txt {
    display: block;
    width: 70%;
    margin: 0 auto 30px;
  }
  .hpr_area img.pc {
    top: 307px;
  }
  img.fire__bg {
    width: 120px;
    left: 6%;
    top: -36px;
  }
}


/* footer **********************/
.footer_content {
  width: 100%;
}
.footer .footer_logo {
  margin: 0 auto 30px;
}
.footer_text {
  text-align: center;
}
.footer_logo_list {
  margin: 0px 42.8% 30px;
}
@media screen and (min-width: 767px){
  .footer_logo_list li {
    margin: 0 12px;
  }
}
footer .inner{
  padding: 50px 80px;
}

@media screen and (max-width:1150px) {
  footer{
      width: 1150px;
  }
}
@media screen and (max-width:999px) {
  footer{
      width: 100%;
  }
}
@media screen and (max-width: 768px){
  footer{
      width: 100%;
  }
  .footer .footer_logo {
      margin: 0 auto 20px;
  }
  .footer_text {
      text-align: inherit;
  }
  .footer_logo_list {
      margin: 0;
  }
  footer .inner {
      padding: 50px 20px;
  }
}
@media screen and (max-width:999px) {
  footer{
    width: 100%;
    padding-bottom: 86px;
  }
  .flexdBox {
    position: fixed;
    bottom: 0;
    padding: 18px;
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    background-color: #18354C;
  }
  .flexdBox .tokurei__button {
    justify-content: space-between;
    padding: 0;
  }
  .flexdBox .tokurei__button a {
    width: 100%;
    margin: 0;
    font-size: 13px;
  }
  .flexdBox .tokurei__button .tokurei__button--download img {
    height: 27px;
  }
}

@media screen and (min-width: 1000px){
  .forSP{
    display: none !important;
  }
}
@media screen and (max-width: 999px){
  .forPC{
    display: none !important;
  }
}