#wrap,
  #wrap div,
  #wrap dt,
  #wrap dl,
  #wrap ul,
  #wrap li,
  #wrap input,
  #wrap textarea{
  box-sizing: border-box;
  line-height: 1.5;
  }
  #wrap input:focus,
  #wrap select:focus,
  #wrap textarea:focus{
  outline: auto #555 1px;
  }
  #wrap input[type="submit"]:focus {
  outline: 0;
  }
  #wrap img{
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  }
  _::-webkit-full-page-media, _:future, :root #wrap img {
    image-rendering: auto;
  }
  @media screen and (max-width: 767px) {
    #wrap img{
    max-width:auto;
    }
  }
  .logo_area{
    display: none;
  }
  #content_area {
    flex-direction: row;
    justify-content: center;
    align-items: normal;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(#ffffff,#E0F4FC ) fixed;
  }

  @media screen and (max-width: 767px) {
  #content_area{
  flex-direction: column;
  }
  }
  @media screen and (max-width: 767px) {
  .inquiry-html {
  width: 100%;
  }
  }

  .inquiry-form {
  width: 100%;
  height: 110vh;
  background:radial-gradient(#5aa3c3, #fff);/*グラデーションを定義*/
  background-size: 200% 200%;/*サイズを大きくひきのばす*/
  border-radius: 50%;
  animation: round_anime 20s linear infinite,bggradient 20s ease infinite;
  margin: 0 auto;
  position: relative;
  }
  @keyframes round_anime {
    0% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%;}
   25% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;}
   50% { border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%;}
   75% { border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;}
  100% { border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%;}
  }
  @keyframes bggradient{
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
  }

/*　上に上がる動き　*/
/*#header.UpMove{
	position: fixed;
	width:100%;
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}*/
/*　下に下がる動き　*/
/*#header.DownMove{
	position: fixed;
	width:100%;
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}*/

@media screen and (max-height: 900px) {
  .inquiry-form {
  width: 110vh;
  height: 110vh;
  }
}

.inquiry-form::before {
    content: attr();
}
  

  @media screen and (max-width: 767px) {
  h1#page-name{
  font-size: 20px;
  line-height: 1.2;
  }
  }
  h1.page-name_small{
  font-size: 23px!important;
  }
  .gray_box,
  .gray_box_tx {
  background: #f5f5f5;
  padding: 20px;
  margin: 24px 0;
  }
  #wrap .title_tx {
  font-size: 20px;
  font-weight: bold;
  padding-bottom:10px;
  }

  @media screen and (max-width: 767px) {
  .gray_box,
  .gray_box_tx {
  margin: 5px 0;
  padding: 5px;
  }
  }
  .gray_box h2{
  font-size: 18px;
  margin: 0;
  padding: 0;
  }
  .gray_box ul{
  margin: 0;
  padding: 14px 19px 0;
  list-style-position: initial;
  }
  @media screen and (max-width: 767px) {
  .gray_box ul{
  padding: 4px 20px;
  }
  }
  .gray_box ul li{
  padding-bottom: .5em;
  }
  #wrap .gray_box p{
  padding: 4px 19px;
  }
  #wrap .gray_box_tx p{
    padding: 0;
    margin:0;
  }
  @media screen and (max-width: 767px) {
  #wrap .gray_box p{
  padding: 0 10px;
  }
  #wrap .gray_box_tx p{
  padding: 10px 0;
  }
  }
  fieldset.column .label {
  font-size: 12px;
  font-weight:bold;
  }
  .column {
  margin:0;
  padding: 0;
  }
  .column:last-child .fields {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    justify-items: baseline;
    align-items: center;
  }
  .separate2 {
  display: inline-block;
  width: 49.2%;
  }
  @media screen and (max-width: 767px) {
  .separate2 {
  display: block;
  width: 100%;
  }
  }
  .separate3 {
  display: inline-block;
  width: 32.7%;
  }
  @media screen and (max-width: 767px) {
  .separate3 {
  display: block;
  width: 100%;
  }
  }
  .column legend label {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  }
  .column legend {
  margin: 0;
  }
  .column .fields {
  margin: 0;
  }
  .column .fields.select_arrow{
  overflow: hidden;
  position: relative;
  }
  .column .fields.select_arrow::before {
  position: absolute;
  top: 5px;
  right: 7px;
  content: '\f13a';
  color: #ccc;
  font-size: 14px;
  font-family: 'FontAwesome';
  pointer-events: none;
  }
  select::-ms-expand {
  display: none;
  }
  select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }
  .column .fields input,
  .column .fields select,
  .column .fields textarea {
  border: solid 1px #cccccc;
  background: #f8f8f8;
  border-radius: 3px;
  padding: 20px;
  font-size: 13px;
  width: 100%;
  }
  @media screen and (max-width: 767px) {
  .column .fields input,
  .column .fields select,
  .column .fields textarea {
  font-size: 14px;
  padding: 10px;
  }
  }
  textarea,
  .column .fields input[type="text"],
  .column .fields input[type="email"],
  .column .fields input[type="tel"],
  .send input[type="submit"] {
  -webkit-appearance: none;
  }
  .column .fields input[type="checkbox"] {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 6px;
  z-index: 1000;
  }
  @media screen and (max-width: 767px) {
  .column .fields input[type="checkbox"] {
  margin-right: 12px;
  }
  .column legend label {
    color: #0B323B;
  }
  }
  .column .fields input[type="radio"] {
  width: auto;
  margin-right: 3px;
  }
  @media screen and (max-width: 767px) {
  .column .fields input[type="radio"] {
  width: auto;
  margin-right: 6px;
  }
  }
  .column .fields select,
  .column .fields input[type="text"] {
  height: 20%;
  }
  .column .fields textarea {
  height: 80px;
  resize: vertical;
  }
  .column .fields ::placeholder{
  color: #ccc;
  }
  #wrap .column .fields .postal_code{
  font-size: 12px;
  margin: 0;
  }
  #wrap .column .fields .address_note{
  font-size: 12px;
  margin: 0;
  color: #bc1224;
  }
  .label_margin{
  margin: 0;
  display: inline-block;
  }
  .label_margin span {
    font-size: 13px;
  }
  .column:last-child legend{
  display: none;
  }
  .column:last-child .fields{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  justify-items: baseline;
  align-items: center;
  }
  #wrap .column .personal_information_link{
  display: inline-block;
  padding: 0;
  margin: 0.5em 0 0 -1em;
  font-size: 12px;
  color: #fff;
  }
  #wrap .column .personal_information_link .required{
  padding: 0 0 0 5px;
  }
  #wrap .column .personal_information_link+.label_margin{
  margin: 0 1em 0 0;
  }
  .column .personal_information{
  display: inline-block;
  width: auto;
  }
  .column .personal_information+span{
  display: none;
  }
  .send{
  text-align: center;
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-flow: wrap-reverse;
  }
  .send::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 200px;
    background:url(https://www.hammock.jp/web-tools_biz/img/nwscs/assetviewcloudplus/hmk_logo.png) center center no-repeat;
    z-index: 1;
    top: 80%;
  }
  .send input[type="submit"] {
  padding: 8px;
  border: none;
  border-radius: 20px;
  color: #fff;
  width: 80%;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  }

  .nws .send input[type="submit"],
  .nws_ap .send input[type="submit"] {
  background: #FF531F;
  transition: 1.0s ;
  }

  @media screen and (max-width: 767px) {
  .send input[type="submit"] {
  font-size: 13px;
  width: 100%;
  }
  #wrap .column .personal_information_link{
  color: #0B323B;
  }
  }
  .send input[type="submit"]:hover {
  background-color: #0B323B;
  }
  .column2+dt{
  width: 200px;
  }
  .space {
    margin-left: 8px;
  }
  .required {
  font-size: 0;
  }
  .required:before {
  color: #FFFF00;
  font-size: 12px;
  content: "※必須";
  }
  @media screen and (max-width: 767px) {
  .space {
    margin-left: 0;
  }
  }
  @media screen and (max-width: 320px) {
  .send input[type="submit"] {
  font-size: 10px;
  }
}
  .kome{
  font-size: 12px;
  }
  @media screen and (max-width: 767px) {
  .nws a,
  .nws_ap a {
  color: #0B323B;
  }
  }
  #wrap #errorExplanation li{
  font-size: 14px;
  line-height: 1.8;
  }

  .nws #wrap #errorExplanation li,
  .nws_ap #wrap #errorExplanation li {
  color: #FFFF00;
  }

  .post-send_title_footer{
  display: none;
  }
  .tel_link{
  cursor: default;
  }
  .t_center{
  text-align: center;
  }

  /*確認画面*/
  body[id*="-confirm"] .confirm {
  padding: 24px 40px 24px;
  /*margin: 0;*/
  }
  @media screen and (max-width: 767px) {
  body[id*="-confirm"] .confirm {
  padding: 15px;
  margin: 50px 0 0;
  }
  }
  .confirm{
  width: 40%;
  margin: 50px auto;
  padding: 24px 40px;
  border-radius: 20px;
  }
  .confirm .columns {
    margin-top: 54px;
  }
  .confirm .column{
    padding: 6px 0;
    display: flex;
  }
  .confirm .column dd::before{
    content: ":";
    padding-left: 20px;
  }
  @media screen and (max-width: 767px) {
  .confirm{
  width: 100%;
  margin: 24px 0 0;
  padding: 15px 15px 5px;
  }
  }
  .confirm .send input[type="submit"] {
  margin: 10px 0;
  }
  .confirm .send input[type="submit"]:first-child {
  background: #fff;
  color: #666;
  border: solid 1px;
  padding: 6px;
  }
  .confirm .inquiry-confirm-message{
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  }
  @media screen and (max-width: 767px) {
  .confirm .inquiry-confirm-message{
  font-size: 14px;
  top: -46px;
  }
  }

  /*フッター*/
  body[id*="-sen"] .post-send_title_footer{
  display: block;
  background: #f8f8f8;
  }
  .post-send_title_footer a{
  text-decoration: none;
  color: #00744a;
  }
  .post-send_title_footer a:visited{
  color: #00744a;
  }
  .post-send_title_footer a:hover{
  text-decoration: underline;
  }
  .post-send_title_footer_wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 10px;
  }
  @media screen and (max-width: 767px) {
  .post-send_title_footer_wrapper {
  width: 100%;
  padding: 24px 15px 15px;
  box-sizing: border-box;
  margin: 20px 0 0;
  }
  }
  .post-send_title_footer_wrapper h2 {
  border-left: solid 10px #727272;
  padding-left: 15px;
  font-size: 20px;
  margin: 0;
  }
  @media screen and (max-width: 767px) {
  .post-send_title_footer_wrapper h2 {
  font-size: 18px;
  }
  }
  .post-send_title_footer_wrapper p {
  padding: 0 0 20px;
  font-size: 16px;
  }
  @media screen and (max-width: 767px) {
  .post-send_title_footer_wrapper p {
  font-size: 14px;
  }
  }
  .post-send_title_footer_wrapper ul {
  color: #00744a;
  padding: 0;
  list-style-position: inside;
  }
  .post-send_title_footer_wrapper ul li a {
  color: #00744a;
  font-size: 16px;
  }
  .post-send_title_footer_wrapper ul li a:visited {
  color: #00744a;
  }
  @media screen and (max-width: 767px) {
  .post-send_title_footer_wrapper ul li a {
  font-size: 14px;
  }
  }

  fieldset {
      border: none;
      margin-top: 40px;
  }
  span.required {
    margin-left: 10px;
  }
  .mt_0{
  margin-top: 0!important;
  }
  .mt_05{
  margin-top: 0.5em!important;
  }
  .mt_1em{
  margin-top: 1em!important;
  }
  .mt_2em{
  margin-top: 2em!important;
  }
  .mb_0{
  margin-bottom: 0!important;
  }
  .mb_05{
  margin-bottom: 0.5em!important;
  }
  .mb_1em{
  margin-bottom: 1em!important;
  }
  .mb_2em{
  margin-bottom: 2em!important;
  }
  .t_normal {
      font-weight: normal;
  }
  .t_bold {
      font-weight: bold;
  }
  .font_size_small{
      font-size: .8em;
  }
  .font_size_nomarl{
      font-size: 1em;
  }
  .font_size_big{
      font-size: 1.2em;
  }
  #wrap .document_list {
  margin: 24px 0;
  }
  @media screen and (max-width: 767px) {
  #wrap .document_list {
  margin: 16px 0;
  }
  }
  #wrap .document_list {
  margin: 24px 0;
  }
  @media screen and (max-width: 767px) {
  #wrap .document_list {
  margin: 16px 0;
  }
  }
  #wrap .document {
  display:flex;
  padding:30px 0;
  border-top:1px solid #eee;
  }


  #wrap .document h3{
  width:50%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  }

  #wrap .document h3 span {
  font-size: 14px;
  }

  #wrap .document p{
  width: 40%;
  margin:0 0 0 40px;
  }

  #wrap .document p img{
  box-shadow: 1px 1px 10px #ccc;
  }

  fieldset > div.fields > select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

  .frame-box {
    background:url(https://www.hammock.jp/item/icon-loader.gif) center center no-repeat;
  }

  .c-buttonWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-buttonWrap a.c-button {
    color: #fff;
  }
  .c-button {
    display: block;
    width: 300px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 8px;
    box-sizing: border-box;
    transition: all .1s ease-in-out;
  }
  .c-button:hover {
    text-decoration: none;
    opacity: .8;
  }
  .c-button.sp_only {
    display: none;
  }
  .nws .c-button,
  .nws_ap .c-button {
    background: #015e4a;
  }

  @media screen and (max-width: 767px) {
    .c-button {
      width: 100%;
    }
    .c-button.sp_only {
      display: block;
    }
    .c-button.pc_only {
      display: none;
    }
  }

/*フォーム一体型CSS_20211004_共通*/
body {
  margin: 0;
}

h2 {
  margin: 0;
}

.hpr-feature h2,
.hpr-product h2,
.hpr-jirei h2,
.faq h2 {
  font-size: 32px;
  color: #bc1124;
  margin-bottom: 40px;
}

.hpr-feature h2::after,
.hpr-product h2::after,
.hpr-jirei h2::after,
.faq h2::after{
  content: "";
  display: block;
  height: 3px;
  width: 36px;
  margin: 10px auto 0;
  border-bottom:solid 3px #bc1124;
}

p {
  text-align: left;
  line-height: 2.0em;
  font-size: 14px;
}

/*a:hover {
  opacity: .6;
  transition: 0.5s ;
}*/

@media screen and (max-width: 767px) {
  section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
body {
  background-size: cover;
}
}

/*フォーム一体型CSS_20211004_パーツ*/

.l-mv {
  padding-top: 0;
  position: relative;
  height: 90vh;
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;
  background: linear-gradient(#ffffff,#9dd2e9 ) fixed;
}
.l-mv.top {
  height: 80vh;
  background: none;
}

.l-mv .l-mv-title {
  width: 1000px;
  margin: 5% auto 0;
  opacity: 0;
  -webkit-animation: example 0.5s ease 1s 1 forwards;
  animation: example 1s ease 14s 1 forwards;
  position: relative;
  overflow: unset;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

.l-mv .l-mv-title h1 {
  position: absolute;
  width: 100%;
  top: 5%;
  left: 0;
  font-size: 44px;
  font-weight: normal;
  letter-spacing: 0.3em;
}

.l-mv .l-mv-title h1 span.mv_logo {
  position: absolute;
  width: 300%;
  top: 122%;
  left: 0;
}

.l-mv .l-mv-title h1 span.mv_logo::after {
  content: "";
  background-image: url(https://www.hammock.jp/web-tools_biz/img/nwscs/assetviewcloudplus/symbol.svg);
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -62px;
  left: 925px;
  z-index: -1;
  animation: rotate-anime 3s linear infinite;
}

@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}

.l-mv .l-mv-title p {
  padding-top: 250px;
  padding-right: 46px;
  text-align: right;
}

.l-mv #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.0);
}

@keyframes load {
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1700px) {
  .l-mv #video {
    transform: translate(-50%, -50%) scale(0.9);
  }
}

@media screen and (max-width: 1500px) {
  .l-mv #video {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media screen and (max-width: 1300px) {
  .l-mv #video {
    transform: translate(-50%, -50%) scale(0.7);
  }
}

@media screen and (max-width: 1100px) {
  .l-mv #video {
    transform: translate(-50%, -50%) scale(0.6);
  }
}

@media screen and (max-width: 768px) {
  .l-mv {
    height: 60vh;
  }
  .l-mv .l-mv-title {
    width: 700px;
    margin: 30px auto 0;
  }
  .l-mv .l-mv-title h1 span.mv_logo {
    width: 90%;
  }
  .l-mv .l-mv-title p {
    padding-top: 200px;
    padding-right: 69px;
  }
  .l-mv .l-mv-title h1 span.mv_logo::after {
    left: 600px;
  }
}

@media screen and (max-width: 767px) {
  .l-mv {
    height: 30vh;
  }
  .l-mv #video {
    transform: translate(-50%, -50%) scale(0.3);
  }
  .l-mv .l-mv-title {
    width: 100%;
    margin: 20px auto 0;
    animation: example 1s ease 15s 1 forwards;
  }
  .l-mv .l-mv-title h1 span.mv_logo {
    width: 70%;
    top: 139%;
    left: 46px;
}
  .l-mv .l-mv-title h1 span.mv_logo::after {
    width: 30px;
    height: 30px;
    top: -17px;
    left: 255px;
  }
  .l-mv .l-mv-title p {
    padding-top: 85px;
    padding-right: 64px;
    font-size: 10px;
}
}
@media screen and (max-width: 320px) {
.l-mv .l-mv-title h1 span.mv_logo::after {
  left: 217px;
}
.l-mv .l-mv-title p {
  padding-right: 50px;
}
}

.concept {
  display: flex;
  width: 2000px;
  justify-content: space-between;
  margin: 0 auto 100px;
  text-align: center;
}

.concept div {
    width: 100%;
    text-align: left;
    padding-left: 100px;
    font-weight: normal;
}

.concept h2.concept-title {
  font-size: 50px;
}

.concept .concept-tx {
  display: flex;
  line-height: 1.0;
  position: relative;
  padding-left: 0;
}

.concept .concept-tx p.concept-title-function {
  font-size: 60px;
  font-weight: normal;
  margin-top: 50px;
  padding-right: 20px;
}

.concept .concept-tx p.concept-title-function span{
  font-size: 40px;
}

.concept .concept-tx p.concept-title-function::after {
  content: "";
  background-image: url(https://www.hammock.jp/web-tools_biz/img/nwscs/assetviewcloudplus/sign.svg);
  width: 200px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 115px;
}

.concept div p.concept-title-business{
  font-size: 150px;
  margin-top: 0;
  margin-bottom: 0;
}

.concept div p.concept-tx-sub{
  font-size: 18px;
}

.concept div p.concept-tx-sub span{
  font-weight: bold;
  font-size: 22px;
}


.concept .screen {
  width: 150%;
}

.concept .screen img {
  width: 100%;
}

@media screen and (max-width: 1700px) {
  .concept {
    width: 1500px;
  }
  .concept h2.concept-title {
    font-size: 38px;
  }
  .concept div p.concept-title-business{
    font-size: 110px;
  }
  .concept .concept-tx p.concept-title-function {
    font-size: 38px;
  }
  .concept .concept-tx p.concept-title-function::after {
    width: 154px;
    height: 100px;
    right: 23px;
    top: 81px;
  }
}

@media screen and (max-width: 768px) {
  .concept {
    width: 700px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
    .concept {
      width: 100%;
      margin: 50px 0;
  }
  .concept div {
      text-align: center;
      padding-left: 0;
  }
  .concept h2.concept-title {
    font-size: 24px;
  }
  .concept .concept-tx {
    display: block;
  }
  .concept .concept-tx p.concept-title-function {
    padding-top: 0;
    font-size: 46px;
    margin-top: 4px;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 32px;
    padding-bottom: 0;
  }
  .concept .concept-tx p.concept-title-function span {
    font-size: 16px;
  }
  .concept .concept-tx p.concept-title-function::after {
    right: 40px;
    top: 30px;
  }
  .concept div p.concept-title-business {
    font-size: 100px;
    text-align: center;
    line-height: 1.0em;
    margin-bottom: 20px;
  }
  .concept div p.concept-tx-sub{
    width: 80%;
    margin: 0 auto 20px;
    font-size: 16px;
  }

  .concept div p.concept-tx-sub span{
    font-size: 20px;
  }
  .concept .screen {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .concept h2.concept-title {
    font-size: 20px;
}
  .concept .concept-tx p.concept-title-function {
    font-size: 32px;
    padding-left: 18px;
  }
  .concept .concept-tx p.concept-title-function::after {
    top: 15px;
}
}

@media screen and (max-width: 767px) {
  .sp-cta {
    z-index: 50;
    display: inline;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
    background-color: #fff;
    border: 1px solid #AB001B;
  }
  .sp-cta p {
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }

  .sp-cta a {
    padding: 10px 80px;
    color: #fff;
    text-decoration: none;
    background-color: #AB001B;
    border-radius: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 376px) {
  .sp-cta a {
    padding: 10px 70px;
  }
}

@media screen and (max-width: 320px) {
  .sp-cta a {
    padding: 10px 44px;
  }
}

/* フェードイン用のCSS */

 /* 左からフェードイン */
 .fadein {
	opacity: 0;
	transition: all 1000ms;
}
.fadein.scrollin {
	opacity: 1;
}

/*========= 広がる円 ===============*/

.ripples div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  animation: ripples_anim 3s linear infinite;
  z-index: 1;
}

.ripples div:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #BEE5EA;
  border-radius: 50%;
  opacity: 0;
  animation: ripples_anim 3s linear infinite 0.1s;
}

.ripples div:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #DFF0F7;
  border-radius: 50%;
  opacity: 0;
  animation: ripples_anim 3s linear infinite 0.2s;
}

@keyframes ripples_anim {
	0% {
		opacity: 1;
	}

	50% {
		transform: translate(-200px,-200px);
		width: 400px;
		height: 400px;
		opacity: 0;
	}
}

.ripples div.ripples_01 {
	left: 0;
	top: 0;
	animation-delay: 0s;
}

.ripples div.ripples_02 {
	left: 90%;
	top: 10%;
	animation-delay: 2.5s;
}

.ripples div.ripples_03 {
	left: 10%;
	top: 30%;
	animation-delay: 3.5s;
}

.ripples div.ripples_04 {
	left: 70%;
	top: 50%;
	animation-delay: 2.5s;
}

.ripples div.ripples_05{
	left: 20%;
	top: 60%;
	animation-delay: 1.5s;
}

.ripples div.ripples_06{
	left: 80%;
	top: 70%;
	animation-delay: 3.0s;
}

.ripples div.ripples_07{
	left: 10%;
	top: 83%;
	animation-delay: 1.0s;
}

.ripples div.ripples_08{
	left: 20%;
	top: 80%;
	animation-delay: 2.0s;
}

.ripples div.ripples_09{
	left: 80%;
	top: 90%;
	animation-delay: 4.0s;
}

.ripples div.ripples_10 {
	left: 90%;
	top: 100%;
	animation-delay: 5s;
}

@media screen and (max-width: 767px) {
  .ripples div.ripples_01,
  .ripples div.ripples_05,
  .ripples div.ripples_06,
  .ripples div.ripples_07,
  .ripples div.ripples_08,
  .ripples div.ripples_09,
  .ripples div.ripples_10 {
    display: none;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animation_item {
  opacity: 0;
}
.animation_fadeup {
  animation: fadeUp 2s ease 0s 1 forwards;
  animation-fill-mode: both;
}
.animation_fadeleft {
  animation: fadeleft 2s ease 0s 1 forwards;
  animation-fill-mode: both;
}
.animation_fadeRight {
  animation: fadeRight 2s ease 0s 1 forwards;
  animation-fill-mode: both;
}
.animation_delay_01 {
  animation-delay: 0.4s;
}
.animation_delay_02 {
  animation-delay: 0.8s;
}