body {
  position: relative; }

.gotop {
  display: none;
  position: fixed;
  bottom: 55px;
  right: 5px;
  width: 55px;
  height: 80px;
  z-index: 101; }

@media (max-width: 740px) {
  .gotop {
    bottom: 65px;
    width: 40px;
    height: 60px; } }

.scroll_fix {
  position: absolute;
  top: calc(100vh - 230px);
  right: 50%;
  margin-right: -600px; }

@media (max-width: 1200px) {
  .scroll_fix {
    right: 0;
    margin-right: 0; } }

.scroll_wrap {
  position: relative;
  width: 20px;
  height: 230px; }

.scroll_wrap .scroll_txt {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -10px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  width: 20px;
  height: 80px;
  -webkit-animation: scroll-text 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  animation: scroll-text 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  font-size: 1.4rem;
  letter-spacing: 3px; }

@media (max-width: 740px) {
  .scroll_wrap .scroll_txt {
    font-size: 1.2rem;
    letter-spacing: 5px; } }

.scroll_wrap .scroll_bar_clip {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 150px;
  top: 90px;
  right: 50%;
  background-color: #ccc; }

.scroll_wrap .pindex_scroll_bar {
  position: absolute;
  width: 1px;
  height: 150px;
  top: -150px;
  right: 0;
  background-color: #000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: scroll-bar 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  animation: scroll-bar 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite; }

@-webkit-keyframes scroll-text {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40%, 50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes scroll-text {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40%, 50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes scroll-bar {
  0%, 5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 400px, 0);
    transform: translate3d(0, 400px, 0); } }

@keyframes scroll-bar {
  0%, 5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 400px, 0);
    transform: translate3d(0, 400px, 0); } }

.h_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0; }

.h_wrap h1 {
  width: 520px; }

.h_wrap .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.h_wrap .boxs .box01 a {
  display: block;
  width: 130px;
  line-height: 30px;
  text-align: center;
  border: 1px #231815 solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.h_wrap .boxs .box01 a:hover {
  background-color: #e3e3e3; }

.h_wrap .boxs .box02 a {
  display: block;
  width: 130px;
  line-height: 69px;
  text-align: center;
  margin-left: 5px;
  background-color: #e71419;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.h_wrap .boxs .box02 a:hover {
  background-color: #fa5b61; }

.h_wrap .boxs .limited_btn {
  display: block;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-left: 5px;
  background-color: #e71419;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }

.h_wrap .boxs .limited_btn:hover {
  background-color: #fa5b61; }

.yokoku_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.yokoku_wrap p {
  line-height: 16px; }

.yokoku_titl {
  width: 120px;
  line-height: 30px !important;
  text-align: center;
  margin-right: 10px;
  border: 1px #231815 solid;
  font-size: 1.4rem !important; }

.h_navi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }

.h_navi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 12.5%;
  padding: 5px 0;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.h_navi a:hover {
  background-color: #e3e3e3; }

.h_navi .on {
  background-color: #e71419 !important;
  color: #fff; }

.h_navi p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 11.11%;
  padding: 5px 0;
  font-size: 1.3rem;
  opacity: 0.3; }

.h_navi .new {
  position: relative; }

.h_navi .new:after {
  position: absolute;
  top: 0;
  right: 5px;
  content: "NEW";
  width: 25px;
  line-height: 25px;
  background-color: #e71419;
  border-radius: 12.5px;
  font-size: 1.0rem;
  color: #fff;
  font-weight: bold; }

.h_navi a:nth-child(9) {
  display: none; }

.sp_navi_menu {
  display: none; }

.h_navi_sp {
  display: none; }

.h_navi_sp .btn01 span {
  margin-right: 10px;
  padding: 5px;
  background-color: #e71419;
  font-size: 1.0rem;
  color: #fff;
  font-weight: bold; }

.footer_bg {
  padding: 50px 0 0;
  background-color: #fff; }

.f_req_cap {
  display: none;
  text-align: center;
  margin: 40px 0 10px;
  font-size: 1.7rem;
  font-weight: bold; }

.f_req_btn {
  display: block;
  width: 360px;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #e71419;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.f_req_btn:hover {
  background-color: #fa5b61; }

.f_req_btn img {
  width: 65%; }

.f_line {
  width: 100%;
  height: 1px;
  background-color: #231815; }

.f_tel {
  width: 360px;
  margin: 30px auto; }

.fc_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px; }

.fc_logos img {
  max-width: 100%;
  height: auto; }

.fc_logos .box01 {
  width: 19%; }

.fc_logos .box02 {
  width: 13.5%;
  margin: 0 5%; }

.fc_logos .box03 {
  width: 17%; }

.bane_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px; }

.bane_btns a {
  display: block;
  width: 180px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.bane_btns a:nth-child(1):hover {
  margin-left: -10px; }

.bane_btns a:nth-child(2):hover {
  margin-right: -10px; }

.bane_btns a img {
  max-width: 100%;
  height: auto; }

.req_con_wrap {
  padding: 70px 0;
  background-color: #fff; }

.req_con {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem; }

.lim_titl {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.req_con .titl01 {
  width: 100%;
  font-size: 1.7rem;
  font-weight: bold; }

.req_qa_btn {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.req_qa_btn:hover {
  opacity: 0.7; }

.req_con .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.req_con .box {
  width: 30%; }

.req_con .box .titl02 {
  font-size: 2.2rem;
  font-weight: bold; }

.toku_btn {
  width: 400px;
  margin: 20px auto 0;
  -webkit-animation: fuwafuwa 2.5s infinite;
  animation: fuwafuwa 2.5s infinite;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.toku_btn:hover {
  opacity: 0.7; }

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

.req_con_cap {
  margin-top: 20px;
  text-align: left;
  font-size: 1.2rem; }

.req_f_wrap {
  padding: 70px 0;
  background: #d7356b;
  background: -webkit-gradient(linear, left top, right top, from(#d7356b), to(#e71f19));
  background: linear-gradient(to right, #d7356b 0%, #e71f19 100%); }

.req_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff; }

.req_f .titl01 {
  width: 100%;
  font-size: 2.5rem; }

.req_f .box01 {
  width: 25%; }

.req_f .box02 {
  width: 35px; }

.mab160 {
  margin-bottom: 160px; }

.mab140 {
  margin-bottom: 140px; }

.mab80 {
  margin-bottom: 80px; }

.mab70 {
  margin-bottom: 70px; }

.mab60 {
  margin-bottom: 60px; }

.mab50 {
  margin-bottom: 50px; }

.mab40 {
  margin-bottom: 40px; }

.mab30 {
  margin-bottom: 30px; }

.mab20 {
  margin-bottom: 20px; }

.mab10 {
  margin-bottom: 10px; }

.mb5 {
  margin-bottom: 5px; }

@media screen and (max-width: 1122px) {
  .h_navi, .h_wrap .boxs, .pankuzu {
    display: none; }
  .h_wrap {
    padding: 10px 0; }
  .sp_navi_menu {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url("../images/common/sp_navi_menu.jpg");
    background-size: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .sp_navi_menu_active {
    background-image: url("../images/common/sp_navi_menu_c.jpg"); }
  .h_navi_sp a {
    display: block;
    font-size: 1.3rem; }
  .h_navi_sp a:nth-child(9) {
    display: none; }
  .h_navi_sp .btn01 {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px #999 solid; }
  .h_navi_sp .btn02 {
    width: 60%;
    line-height: 40px;
    margin: 20px auto;
    text-align: center;
    background-color: #e71419;
    color: #fff; }
  .h_navi_sp .btn03 {
    width: 60%;
    line-height: 40px;
    margin: 0 auto 20px;
    text-align: center;
    background-color: #e71419;
    color: #fff; }
  .yokoku_titl {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0; } }

@media screen and (max-width: 1000px) {
  .req_con {
    width: 90%; }
  .req_f {
    width: 90%; } }

@media screen and (max-width: 768px) {
  .req_con .box .titl02 {
    font-size: 1.8rem; } }

@media screen and (max-width: 740px) {
  .h_wrap h1 {
    width: 220px; }
  .f_req_cap {
    font-size: 1.4rem; }
  .f_req_btn {
    width: 80%;
    padding: 20px 0; }
  .f_tel {
    width: 80%; }
  .footer_bg {
    padding: 50px 0; }
  .fc_logos .box01 {
    width: 60%; }
  .fc_logos .box02 {
    width: 60%;
    margin: 20px 0; }
  .fc_logos .box03 {
    width: 60%; }
  .bane_btns {
    margin-bottom: 40px; }
  .bane_btns a {
    display: block;
    width: 45%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .req_con_wrap {
    padding: 30px 0; }
  .req_con {
    font-size: 1.0rem; }
  .req_con .titl01 {
    font-size: 1.5rem;
    margin-bottom: 20px; }
  .req_qa_btn {
    width: 70%; }
  .req_con .box {
    width: 48%;
    margin: 0 auto 20px; }
  .req_con .box .titl02 {
    font-size: 1.2rem; }
  .toku_btn {
    width: 80%;
    margin: 0 auto; }
  .req_con_cap {
    font-size: 1.0rem; }
  .req_f_wrap {
    padding: 30px 0 10px; }
  .req_f .titl01 {
    width: 100%;
    font-size: 1.3rem; }
  .req_f .box01 {
    width: 51%;
    margin: 0 auto 20px; }
  .req_f .box02 {
    display: none; }
  .mab160 {
    margin-bottom: 80px; }
  .mab140 {
    margin-bottom: 70px; }
  .mab80 {
    margin-bottom: 40px; }
  .mab70 {
    margin-bottom: 35px; }
  .mab60 {
    margin-bottom: 30px; }
  .mab50 {
    margin-bottom: 25px; }
  .mab40 {
    margin-bottom: 20px; }
  .mab30 {
    margin-bottom: 15px; }
  .mab20 {
    margin-bottom: 10px; }
  .mab10 {
    margin-bottom: 5px; } }

#loader_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.loader_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.loader_img {
  width: 800px; }

@media screen and (max-width: 800px) {
  .loader_img {
    width: 90%; } }

.req_login_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.req_login {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.req_login .box {
  padding: 60px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px; }

.req_login .box .titl {
  font-size: 2.4rem;
  font-weight: bold; }

.req_login .box .txt {
  font-size: 1.6rem; }

.req_pw {
  width: 100%;
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #ccc; }

.req_login_btn {
  width: 100%;
  padding: 14px 20px;
  background-color: #e71419;
  color: #fff;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.req_login_btn:hover {
  background-color: #ff5054; }

.req_login_c {
  width: 50%;
  padding: 12px 0;
  margin: 0 auto;
  background-color: #999;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.req_login_c:hover {
  background-color: #888; }

@media screen and (max-width: 740px) {
  .req_login .box {
    padding: 20px;
    margin: 0 5%; }
  .req_login .box .titl {
    font-size: 1.6rem; }
  .req_login .box .txt {
    font-size: 1.2rem; }
  .req_login_btn {
    font-size: 1.2rem; }
  .req_login_c {
    font-size: 1.2rem; } }

.sp_fix_btns {
  display: none; }

@media (max-width: 1122px) {
  .sp_fix_btns {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 101;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px #fff solid; }
  .sp_fix_btns .btn {
    display: block;
    width: 25%;
    text-align: center;
    background-color: #231815;
    border-right: 1px #fff solid; }
  .sp_fix_btns .btn:nth-child(4) {
    border: none; }
  .sp_fix_btns .btn img {
    width: 60px;
    height: 60px; }
  .sp_fix_btns .btn.on01 {
    background: #e0161e;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0161e), to(#810939));
    background: linear-gradient(180deg, #e0161e 0%, #810939 100%); }
  .sp_fix_btns .btn.on02 {
    background: #861b6c;
    background: -webkit-gradient(linear, left top, left bottom, from(#861b6c), to(#492667));
    background: linear-gradient(180deg, #861b6c 0%, #492667 100%); }
  .sp_fix_btns .btn.on03 {
    background: #edac1b;
    background: -webkit-gradient(linear, left top, left bottom, from(#edac1b), to(#ce4c3a));
    background: linear-gradient(180deg, #edac1b 0%, #ce4c3a 100%); } }
