@charset "UTF-8";
/*
Author: Ann Tachibana
Version: 1.0
*/
/*======================================
common
/*======================================*/
.bgFixd-js {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 120vh;
  transform: translate(0, 0);
  opacity: 0;
}
.bg-white {
  background: #fff;
}
.bgStripe {
  background-color: transparent;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .4) 4px, transparent 0, transparent 8px);
}
.bgStripeThin {
  background-color: transparent;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2) 4px, transparent 0, transparent 8px);
}
.bgStripe-White {
  background-color: rgba(255, 255, 255, .7);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .4) 4px, transparent 0, transparent 8px);
}
.bg-stripe-beige {
  background-color: #f3f0e1;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 14px 14px;
}
.bg-stripe-pink {
  background-color: #fcf1eb;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 14px 14px;
}
/*======================================
SP - TAB
/*======================================*/
#worry-bgFixd {
  background: url(../img/LP05-BG-worry-PC.jpg) no-repeat center top;
  background-size: cover;
  opacity: 1;
}
#lede-bgFixd {
  background: url(../img/LP05-BG-lede-SP.jpg) no-repeat right center;
  background-size: cover;
}
#profile-bgFixd {
  background: url(../img/LP05-BG-profile-SP.jpg) no-repeat center;
  background-size: cover;
}
#method-bgFixd {
  background: url(../img/LP05-BG-method-PC.jpg) no-repeat center top;
  background-size: cover;
}
#scheduleA-bgFixd .bgStripeThin {
  background-color: transparent;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2) 4px, transparent 0, transparent 8px);
  height: 100vh;
}
#present {
  position: relative;
  overflow: visible;
}
#present:before {
  position: absolute;
  content: "";
  background: #fff;
  margin-left: -25%;
  padding: 0 25%;
  transform: rotate(-5deg) translate3d(0, 0, 0);
  width: 150%;
  height: 100%;
}
/*======================================
TAB - PC
/*======================================*/
@media screen and (min-width:768px) {}
/*======================================
TAB - PC
/*======================================*/
@media screen and (min-width:769px) {
  #lede-bgFixd {
    background: url(../img/LP05-BG-lede-PC.jpg) no-repeat right center;
    background-size: cover;
  }
  #profile-bgFixd {
    background: url(../img/LP05-BG-profile-PC.jpg) no-repeat center top;
    background-size: cover;
  }
} /*END-query*/
/*======================================
PC
/*======================================*/
@media screen and (min-width:1025px) {} /*END-query*/