@charset "UTF-8";
/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
*, *:before, *:after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  font-weight: 400;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/*Font
---------------------------------------------------------------------------*/
.en {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  -webkit-text-size-adjust: none;
  background: #F2F2EA;
  color: #3B4449;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

a {
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  color: #7564A5;
}

.flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  background-color: #7564A5;
  border: 1px #7564A5 solid;
  border-radius: 30px;
  position: relative;
  transition: 0.3s;
  margin: 0 auto;
}
.button:before {
  content: "";
  width: 21px;
  height: 20px;
  background: url(https://www.hascasa.com/hastopia-form/img/ico_arrow_white.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: 0.3s;
  transform: translateY(-50%);
}
.button:hover {
  color: #7564A5;
  background-color: #fff;
}
.button:hover:before {
  background: url(https://www.hascasa.com/hastopia-form/img/ico_arrow_purple.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .button {
    width: 85%;
    font-size: 1.4rem;
  }
  .button:before {
    right: 25px;
  }
}
.button.white {
  color: #3B4449;
  background-color: #fff;
  border: 1px #fff solid;
}
.button.white:before {
  background: url(https://www.hascasa.com/hastopia-form/img/ico_arrow_purple.svg) no-repeat center center/cover;
}
.button.white:hover {
  color: #fff;
  background-color: #7564A5;
}
.button.white:hover:before {
  background: url(https://www.hascasa.com/hastopia-form/img/ico_arrow_white.svg) no-repeat center center/cover;
}
.button.blank:before {
  width: 18px;
  height: 17px;
  background: url(https://www.hascasa.com/hastopia-form/img/ico_blank_purple.svg) no-repeat center center/cover;
}
.button.blank:hover:before {
  background: url(https://www.hascasa.com/hastopia-form/img/ico_blank_white.svg) no-repeat center center/cover;
}
.button.dl {
  border: 1px #FF5F20 solid;
  background-color: #FF5F20;
}
.button.dl:before {
  width: 24px;
  height: 24px;
  background: url(https://www.hascasa.com/hastopia-form/img/ico_dl_white.svg) no-repeat center center/cover;
}
.button.dl:hover {
  color: #FF5F20;
  background-color: #fff;
}
.button.dl:hover:before {
  background: url(https://www.hascasa.com/hastopia-form/img/ico_dl_orange.svg) no-repeat center center/cover;
}

.contactBtn, .telBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 100px;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .contactBtn, .telBtn {
    width: 100%;
    height: 110px;
  }
}

.contactBtn {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background-color: #00557A;
  position: relative;
}
.contactBtn:after, .contactBtn:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contactBtn:after {
  content: "無料";
  width: 48px;
  height: 48px;
  color: #00557A;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  background-color: #fff;
  border-radius: 50%;
  left: 20px;
}
.contactBtn:before {
  content: "";
  width: 19px;
  height: 18px;
  background: url(https://www.hascasa.com/hastopia-form/img/ico_arrow01.svg) no-repeat center center/contain;
  right: 20px;
}
.contactBtn:hover {
  color: #00557A;
  background-color: #fff;
  border: 1px #00557A solid;
}
.contactBtn:hover:after {
  color: #fff;
  background-color: #00557A;
}
.contactBtn:hover:before {
  background: url(https://www.hascasa.com/hastopia-form/img/ico_arrow01_blue.svg) no-repeat center center/contain;
}

.telBtn {
  flex-direction: column;
  color: #3B4449;
  font-size: 1.4rem;
  background-color: #D3D7D9;
  pointer-events: none;
}
.telBtn p {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  margin-top: 7px;
}
.telBtn p span {
  font-size: 1.6rem;
}
.telBtn p em {
  font-size: 3.2rem;
  font-style: normal;
  line-height: 1;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .telBtn {
    font-weight: 700;
    background-color: #fff;
    border: 2px #8B7EAF solid;
    pointer-events: auto;
  }
  .telBtn p {
    margin-top: 7px;
  }
  .telBtn p span {
    color: #8B7EAF;
    font-size: 1.6rem;
  }
  .telBtn p em {
    color: #8B7EAF;
    font-size: 2.8rem;
  }
}

#pageTop a {
  display: block;
  width: 58px;
  height: 58px;
  background: url("https://www.hascasa.com/hastopia-form/img/pagetop.png") center center no-repeat;
  background-size: cover;
  position: fixed;
  bottom: 80px;
  right: 60px;
  z-index: 10;
}
#pageTop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #pageTop a {
    width: 54px;
    height: 54px;
    right: 5vw;
    bottom: 95px;
  }
}

#floating {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#floating * {
  font-weight: 700;
}
#floating a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3B4449;
  text-align: center;
  width: 380px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(180deg, #FCD475 0%, #FCD475 50%, #EABE55 50%, #EABE55 100%);
  margin: 0 10px;
}
#floating a:hover {
  opacity: 0.8;
}
#floating a:nth-child(2) {
  color: #fff;
  background: linear-gradient(180deg, #FF5F20 0%, #FF5F20 50%, #F24B09 50%, #F24B09 100%);
}
@media screen and (max-width: 767px) {
  #floating {
    justify-content: space-between;
    height: 90px;
    padding: 0 5vw;
  }
  #floating p {
    width: 47%;
  }
  #floating a {
    width: 48%;
    height: 70px;
    margin: 0px;
  }
}

.fadeUp {
  opacity: 0;
}
.fadeUp.fade {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.popup {
  opacity: 0;
}
.popup.fade {
  animation-name: zoomInAnime;
  animation-duration: 0.6s;
  animation-fill-mode: ease-in-out;
  opacity: 1;
}

@keyframes zoomInAnime {
  0% {
    transform: scale(0.6);
  }
  70%, 100% {
    transform: scale(1);
  }
  60%, 90% {
    transform: scale(0.99);
  }
}
header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
header .inner {
  max-width: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  height: 80px;
  padding: 0 60px;
  position: relative;
}
header a {
  color: #fff;
}
header #logo a {
  display: block;
  width: 155px;
  height: 26px;
  background: url(https://www.hascasa.com/hastopia-form/img/logo_white.png) no-repeat center center/cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header #gnav {
  display: block;
}
header #gnav ul {
  display: flex;
}
header #gnav ul li {
  font-weight: 700;
  margin-left: 30px;
}
header.scroll {
  position: fixed;
  animation-name: anime;
  animation-duration: 0.3s;
  background-color: rgba(255, 255, 255, 0.7);
}
header.scroll a {
  color: #7564A5;
}
header.scroll #logo a {
  background: url(https://www.hascasa.com/hastopia-form/img/logo_purple.png) no-repeat center center/cover;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header .menu, header .menuBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  header .inner {
    height: 76px;
    padding: 0 0 0 5vw;
  }
  header #headerInner .menu {
    display: flex;
    width: 100%;
    height: 100vh;
    padding-top: 120px;
    position: fixed;
    top: 0;
    left: 0;
    background: #8B7EAF;
    visibility: hidden;
    transition: opacity 0.2s ease;
    z-index: 5;
    opacity: 0;
  }
  header #headerInner .menu nav {
    width: 100%;
  }
  header #headerInner .menu ul {
    display: block;
    padding-bottom: 10px;
    position: relative;
  }
  header #headerInner .menu ul:before {
    content: "";
    width: calc(100% - 10vw);
    border-bottom: 2px dashed #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  header #headerInner .menu ul li {
    margin-bottom: 40px;
  }
  header #headerInner .menu ul li a {
    color: #fff;
    font-size: 2rem;
  }
  header #headerInner .menu .link {
    color: #fff;
    display: block;
    width: calc(100% - 10vw);
    margin: 50px auto 0;
  }
  header #headerInner.active #logo {
    display: flex;
    z-index: 100;
  }
  header #headerInner.active #logo a {
    background: url(https://www.hascasa.com/hastopia-form/img/logo_white.png) no-repeat center center/cover;
  }
  header #headerInner.active .menu {
    opacity: 1;
    visibility: visible;
  }
  header #headerInner.active .menuBtn {
    z-index: 100;
  }
  header #headerInner.active .menuBtn span:nth-child(1) {
    top: 35px;
    transform: rotate(45deg);
  }
  header #headerInner.active .menuBtn span:nth-child(2) {
    top: 35px;
    transform: rotate(-45deg);
  }
  header #headerInner.active .menuBtn span:nth-child(3) {
    opacity: 0;
  }
  header .menuBtn {
    display: flex;
    justify-content: center;
    width: 75px;
    height: 75px;
    background: #8B7EAF;
    position: relative;
    cursor: pointer;
  }
  header .menuBtn span {
    position: absolute;
  }
  header .menuBtn span:nth-child(1) {
    top: 25px;
    transition: opacity 0.2s ease;
  }
  header .menuBtn span:nth-child(2) {
    top: 38px;
    transition: all 0.2s ease;
  }
  header .menuBtn span:nth-child(3) {
    top: 45px;
    font-size: 1rem;
    color: #fff;
  }
  header .menuBtn span:nth-child(-n+2) {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
  }
}

main .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  main .inner {
    padding: 0 5vw;
  }
}
main .secTtl {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main .secTtl {
    font-size: 2.4rem;
  }
}
main .bnrArea {
  padding: 100px 0;
}
main .bnrArea .secTtl {
  text-align: center;
  margin-bottom: 40px;
}
main .bnrArea .flex {
  justify-content: space-between;
}
main .bnrArea .flex a {
  display: block;
  max-width: 310px;
  width: 33.3333333333%;
  position: relative;
  top: 0;
  transition: 0.3s;
}
main .bnrArea .flex a:nth-child(2) {
  margin: 0 17px;
}
main .bnrArea .flex a:hover {
  top: -10px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  main .bnrArea {
    padding: 80px 0;
  }
  main .bnrArea .flex a {
    max-width: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
  main .bnrArea .flex a:nth-child(2) {
    margin: 0 0 20px;
  }
}
main .pickup .itemArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .pickup .itemArea .item {
  max-width: 470px;
  width: 47%;
  height: 352px;
  border-radius: 20px;
  background-color: #000;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
main .pickup .itemArea .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main .pickup .itemArea .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  border-radius: 20px;
  position: absolute;
  transition: 0.3s;
}
main .pickup .itemArea .item p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  position: absolute;
  left: 30px;
}
main .pickup .itemArea .item p.tag {
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 8px 16px;
  background-color: #8B7EAF;
  border-radius: 5px;
  top: 30px;
}
main .pickup .itemArea .item p.txt {
  padding-right: 30px;
  top: 70px;
}
main .pickup .itemArea .item p.price {
  font-size: 4rem;
  line-height: 1;
  bottom: 30px;
}
main .pickup .itemArea .item p.price span {
  font-size: 2.4rem;
  padding-left: 5px;
}
main .pickup .itemArea .item:before {
  content: "";
  width: 19px;
  height: 18px;
  background: url(https://www.hascasa.com/hastopia-form/img/ico_arrow01.svg) no-repeat center center/contain;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}
main .pickup .itemArea .item:hover img {
  opacity: 0.3;
}
@media screen and (max-width: 898px) {
  main .pickup .itemArea {
    justify-content: center;
  }
  main .pickup .itemArea .item {
    max-width: 350px;
    height: 264px;
    margin: 0 10px 20px;
  }
  main .pickup .itemArea .item img {
    height: 264px;
  }
}
@media screen and (max-width: 767px) {
  main .pickup .itemArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  main .pickup .itemArea .item {
    max-width: inherit;
    width: 100%;
    height: 264px;
    border-radius: 5vw;
    margin: 0 0 20px;
  }
  main .pickup .itemArea .item img {
    width: 100%;
    height: 264px;
    border-radius: 5vw;
  }
  main .pickup .itemArea .item p {
    left: 7.634vw;
  }
  main .pickup .itemArea .item p.tag {
    padding: 8px 16px;
    top: 7.634vw;
  }
  main .pickup .itemArea .item p.txt {
    padding-right: 7.634vw;
    top: 75px;
  }
  main .pickup .itemArea .item p.price {
    bottom: 7.634vw;
  }
  main .pickup .itemArea .item:before {
    right: 7.634vw;
    bottom: 7.634vw;
  }
}

footer {
  padding: 70px 0 100px;
  background-color: #E8E5D3;
}
footer * {
  color: #3B4449;
}
footer .flex {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 60px 70px;
  position: relative;
}
footer .flex:before {
  content: "";
  width: 100%;
  border-bottom: 2px dashed #D4D2C0;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
footer .flex #fLogo {
  width: 180px;
  height: 90px;
}
footer .flex #fNav {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 218px);
}
footer .flex #fNav li {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 4%;
}
footer .flex #fNav li a:hover {
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 898px) {
  footer .flex #fNav {
    width: 100%;
    justify-content: flex-start;
    margin-top: 40px;
  }
  footer .flex #fNav li {
    margin: 0 4% 0 0;
  }
}
@media screen and (max-width: 767px) {
  footer .flex #fNav .itemArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  footer .flex #fNav .itemArea .item {
    max-width: inherit;
    width: 100%;
    height: 264px;
    border-radius: 5vw;
    margin-bottom: 20px;
  }
  footer .flex #fNav .itemArea .item img {
    width: 100%;
    height: 264px;
    border-radius: 5vw;
  }
  footer .flex #fNav .itemArea .item p {
    left: 7.634vw;
  }
  footer .flex #fNav .itemArea .item p.tag {
    padding: 8px 16px;
    top: 7.634vw;
  }
  footer .flex #fNav .itemArea .item p.txt {
    padding-right: 7.634vw;
    top: 75px;
  }
  footer .flex #fNav .itemArea .item p.price {
    bottom: 7.634vw;
  }
  footer .flex #fNav .itemArea .item:before {
    right: 7.634vw;
    bottom: 7.634vw;
  }
}
footer .btmArea {
  padding: 40px 60px 0;
}
footer .btmArea * {
  font-size: 1.3rem;
}
footer .btmArea a {
  color: #3B4449;
  font-weight: 700;
}
footer .btmArea small {
  display: block;
  margin-top: 50px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 70px 0 40px;
  }
  footer .flex {
    width: calc(100% - 10vw);
    padding: 0 0 20px;
    margin: 0 auto;
    position: relative;
  }
  footer .flex #fLogo {
    width: 55.471vw;
    height: 17.812vw;
    margin-bottom: 40px;
  }
  footer .flex #fNav {
    display: block;
  }
  footer .flex #fNav li {
    font-size: 2rem;
    margin: 0 0 40px;
  }
  footer .btmArea {
    padding: 40px 5vw 0;
  }
  footer .btmArea small {
    margin-top: 50px;
  }
}

#subPage header a {
  color: #7564A5;
}
#subPage header #logo a {
  background: url(https://www.hascasa.com/hastopia-form/img/logo_purple.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  #subPage header #logo a {
    width: 155px;
    height: 26px;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 10;
}
.breadcrumb li a {
  color: #7564A5;
}
.breadcrumb li:not(:last-of-type) {
  padding-right: 24px;
  position: relative;
}
.breadcrumb li:not(:last-of-type):after {
  content: "";
  width: 12px;
  height: 2px;
  border-top: 2px solid #7564A5;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}

/*
  トップページ
----------------------------------------- */
#topPage {
  position: relative;
}
#topPage header {
  opacity: 0;
  position: absolute;
  transition: 0.3s;
}
#topPage header.scroll {
  position: fixed;
}
#topPage.active header {
  opacity: 1;
  transition: opacity 1s 2.6s ease-out;
}
#topPage #mv {
  height: 100vw;
  background: url(https://www.hascasa.com/hastopia-form/img/top/mv.jpg) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
#topPage #mv:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#topPage #mv.active:before {
  transform: translateX(-100%);
}
#topPage #mv.active:after {
  display: none;
}
#topPage #mv.active .ttlArea {
  overflow: hidden;
}
#topPage #mv.active .ttlArea .txt, #topPage #mv.active .ttlArea .ttl span {
  opacity: 0;
  transform: translateY(100%);
}
#topPage #mv.active .ttlArea .txt {
  animation: txtup 1s 1.3s ease-out forwards;
}
#topPage #mv.active .ttlArea .ttl span {
  animation: txtup 0.8s 1.6s ease-out forwards;
}
#topPage #mv.active .ttlArea .ttl span:nth-child(2) {
  animation: txtup 1s 1.7s ease-out forwards;
}
#topPage #mv.active .scrolldown {
  opacity: 1;
  transition: opacity 1s 3.4s ease-out;
}
#topPage #mv:before {
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  transform: translateX(0);
  transition: 1s cubic-bezier(0.5, 0, 0, 1);
}
#topPage #mv .ttlArea {
  position: absolute;
  left: 60px;
  top: 47%;
  transform: translateY(-50%);
}
#topPage #mv .ttlArea .txt, #topPage #mv .ttlArea .ttl {
  color: #fff;
  font-weight: 700;
}
#topPage #mv .ttlArea .txt {
  line-height: 1;
  margin-bottom: 25px;
}
#topPage #mv .ttlArea .ttl {
  font-size: 4.6rem;
}
#topPage #mv .ttlArea .ttl span {
  display: block;
}
@keyframes txtup {
  0% {
    opacity: 1;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
#topPage #mv .scrolldown {
  position: absolute;
  bottom: 40px;
  left: 85px;
  opacity: 0;
}
#topPage #mv .scrolldown span {
  height: 120px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  position: absolute;
  left: -28px;
  bottom: 0;
}
#topPage #mv .scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 120px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#topPage #mv .scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 120px;
  background: #fff;
}
#topPage #mv:after {
  content: "";
  border: 4px solid #ddd;
  border-radius: 50%;
  border-top: 4px solid #003300;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  z-index: 20;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    opacity: 0.6;
  }
  65% {
    transform: rotate(180deg);
    opacity: 0.4;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #topPage #mv {
    height: 164.377vw;
    background: url(https://www.hascasa.com/hastopia-form/img/top/mv_sp.jpg) no-repeat center center/cover;
  }
  #topPage #mv .ttlArea {
    left: 5vw;
    top: 36%;
  }
  #topPage #mv .ttlArea .txt {
    margin-bottom: 10px;
  }
  #topPage #mv .ttlArea .ttl {
    font-size: 2.8rem;
  }
  #topPage #mv .scrolldown {
    bottom: 15.267vw;
    left: calc(5vw + 28px);
  }
}
#topPage #cont01 {
  padding: 80px 0 120px;
}
#topPage #cont01 .secTtl {
  text-align: center;
  margin-bottom: 60px;
}
#topPage #cont01 .secTtl span {
  padding-bottom: 20px;
  position: relative;
}
#topPage #cont01 .secTtl span:before {
  content: "";
  width: 100%;
  border-bottom: 2px dashed #DBD3C3;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#topPage #cont01 .illust {
  max-width: 1000px;
  height: 274px;
  margin: 0 auto;
  position: relative;
}
#topPage #cont01 .illust:before {
  content: "";
  width: 359px;
  height: 274px;
  background: url(https://www.hascasa.com/hastopia-form/img/top/img_cont01.png) no-repeat top center/contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#topPage #cont01 .illust li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 306px;
  height: 100px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
}
#topPage #cont01 .illust li span {
  color: #8B7EAF;
}
#topPage #cont01 .illust li:nth-child(1) {
  top: 30px;
  left: 0;
}
#topPage #cont01 .illust li:nth-child(2) {
  bottom: 5px;
  left: 0;
}
#topPage #cont01 .illust li:nth-child(3) {
  top: 30px;
  right: 0;
}
#topPage #cont01 .illust li:nth-child(4) {
  bottom: 5px;
  right: 0;
}
#topPage #cont01 .illust p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #topPage #cont01 {
    padding: 60px 0 30px;
  }
  #topPage #cont01 .secTtl {
    margin-bottom: 60px;
  }
  #topPage #cont01 .secTtl span {
    display: block;
    padding-bottom: 0;
  }
  #topPage #cont01 .illust {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 200px;
  }
  #topPage #cont01 .illust:before {
    width: 82.697vw;
    height: 46.819vw;
  }
  #topPage #cont01 .illust li {
    width: calc(50% - 5px);
    border-radius: 20px;
    margin-bottom: 10px;
    position: relative;
  }
  #topPage #cont01 .illust li:nth-child(1) {
    top: auto;
    left: auto;
  }
  #topPage #cont01 .illust li:nth-child(2) {
    bottom: auto;
    left: auto;
  }
  #topPage #cont01 .illust li:nth-child(3) {
    top: auto;
    right: auto;
  }
  #topPage #cont01 .illust li:nth-child(4) {
    bottom: auto;
    right: auto;
  }
  #topPage #cont01 .illust p {
    font-size: 1.5rem;
  }
}
#topPage #cont02 {
  padding: 40px 0 80px;
  background-color: #8B7EAF;
  position: relative;
}
#topPage #cont02:before, #topPage #cont02:after {
  content: "";
  width: 100%;
  height: 80px;
  background: url(https://www.hascasa.com/hastopia-form/img/top/bg_cont02.png) no-repeat top center/cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#topPage #cont02:before {
  top: -40px;
}
#topPage #cont02:after {
  bottom: -40px;
  transform: rotateX(180deg) translateX(-50%);
}
#topPage #cont02 .secTxt {
  width: 250px;
  height: 40px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 auto 30px;
  color: #8B7EAF;
}
#topPage #cont02 .secTtl {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#topPage #cont02 .flex {
  align-items: center;
  justify-content: space-between;
}
#topPage #cont02 .flex figure {
  max-width: 470px;
  width: 47%;
}
#topPage #cont02 .flex img {
  width: 100%;
  border-radius: 20px;
}
#topPage #cont02 .flex .txtArea {
  max-width: 470px;
  width: 47%;
}
#topPage #cont02 .flex .txtArea p {
  color: #fff;
  line-height: 2.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #topPage #cont02 {
    padding: 40px 0;
  }
  #topPage #cont02:before, #topPage #cont02:after {
    content: "";
    width: 100%;
    height: 80px;
    background: url(https://www.hascasa.com/hastopia-form/img/top/bg_cont02_sp.png) no-repeat top center/cover;
  }
  #topPage #cont02 .secTxt {
    width: 200px;
    height: 30px;
    font-size: 1.6rem;
    line-height: 30px;
    margin: 0 auto 15px;
  }
  #topPage #cont02 .secTtl {
    margin-bottom: 25px;
  }
  #topPage #cont02 .flex {
    display: flex;
    flex-direction: column;
  }
  #topPage #cont02 .flex figure {
    max-width: inherit;
    width: 100%;
  }
  #topPage #cont02 .flex img {
    margin: 0 auto;
    border-radius: 5vw;
  }
  #topPage #cont02 .flex .txtArea {
    width: 100%;
  }
  #topPage #cont02 .flex .txtArea p {
    margin: 25px 5vw 35px;
  }
}
#topPage #cont03 {
  padding: 0 0 160px;
}
#topPage #cont03 .flex {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
#topPage #cont03 .flex .ttlArea {
  width: 470px;
  text-align: center;
  padding-top: 190px;
  position: relative;
}
#topPage #cont03 .flex .ttlArea img {
  position: absolute;
  margin: -190px 0 0 125px;
}
#topPage #cont03 .flex .ttlArea .en {
  display: inline-block;
  color: #8B7EAF;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 30px;
  margin-bottom: 25px;
  position: relative;
}
#topPage #cont03 .flex .ttlArea .en:before, #topPage #cont03 .flex .ttlArea .en:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #8B7EAF;
  border-radius: 3px;
  position: absolute;
  top: 0;
}
#topPage #cont03 .flex .ttlArea .en:before {
  left: 0;
  transform: rotate(-25deg);
}
#topPage #cont03 .flex .ttlArea .en:after {
  right: 0;
  transform: rotate(25deg);
}
#topPage #cont03 .flex .ttlArea p {
  font-size: 2.4rem;
  font-weight: 700;
}
#topPage #cont03 .flex .txt {
  width: 470px;
  line-height: 2.4;
}
@media screen and (max-width: 898px) {
  #topPage #cont03 .flex .ttlArea img {
    margin: -190px 0 0 65px;
  }
}
@media screen and (max-width: 767px) {
  #topPage #cont03 {
    padding: 0 0 160px;
  }
  #topPage #cont03 .flex {
    margin-bottom: 0;
  }
  #topPage #cont03 .flex .ttlArea {
    width: 100%;
    text-align: center;
    padding-top: 48.346vw;
    margin-bottom: 20px;
  }
  #topPage #cont03 .flex .ttlArea:before {
    width: 74.046vw;
    height: 47.837vw;
  }
  #topPage #cont03 .flex .ttlArea .image {
    display: flex;
    justify-content: flex-end;
  }
  #topPage #cont03 .flex .ttlArea .image img {
    width: 74.046vw;
    height: 47.837vw;
    margin: -48.346vw 0 0;
  }
  #topPage #cont03 .flex .ttlArea .en {
    padding: 0 30px;
    margin-bottom: 15px;
  }
  #topPage #cont03 .flex .txt {
    width: 100%;
    padding: 0 5vw 25px;
  }
}
#topPage #cont04 {
  padding: 60px 0;
  background-color: #fff;
  position: relative;
}
#topPage #cont04:before {
  content: "";
  width: 100%;
  height: 80px;
  background: url(https://www.hascasa.com/hastopia-form/img/top/bg_cont04_mask.png) no-repeat top center/cover;
  position: absolute;
  left: 50%;
  top: -80px;
  transform: rotateX(180deg) translateX(-50%);
}
#topPage #cont04 .inner {
  position: relative;
}
#topPage #cont04 .inner:after {
  content: "";
  width: 180px;
  height: 114px;
  background: url(https://www.hascasa.com/hastopia-form/img/top/ico_cont04.png) no-repeat top center/cover;
  position: absolute;
  right: 0;
  top: -185px;
}
#topPage #cont04 .flex {
  justify-content: space-between;
}
#topPage #cont04 .flex figure {
  max-width: 470px;
  width: 47%;
}
#topPage #cont04 .flex img {
  width: 100%;
  border-radius: 20px;
}
#topPage #cont04 .flex .txtArea {
  max-width: 470px;
  width: 47%;
}
#topPage #cont04 .flex .txtArea .ttl {
  font-size: 3rem;
  font-weight: 700;
}
#topPage #cont04 .flex .txtArea p {
  line-height: 2.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #topPage #cont04 {
    padding: 40px 0;
  }
  #topPage #cont04:before {
    content: "";
    width: 100%;
    height: 80px;
    background: url(https://www.hascasa.com/hastopia-form/img/top/bg_cont04_mask_sp.png) no-repeat top center/cover;
  }
  #topPage #cont04 .inner {
    position: relative;
  }
  #topPage #cont04 .inner:after {
    width: 49.109vw;
    height: 30.025vw;
    right: 5vw;
    top: -135px;
  }
  #topPage #cont04 .flex {
    display: flex;
    flex-direction: column;
  }
  #topPage #cont04 .flex figure {
    max-width: inherit;
    width: 100%;
    order: 2;
  }
  #topPage #cont04 .flex img {
    width: 100%;
    border-radius: 5vw;
  }
  #topPage #cont04 .flex .txtArea {
    width: 100%;
    display: contents;
  }
  #topPage #cont04 .flex .txtArea .ttl {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 25px;
    order: 1;
  }
  #topPage #cont04 .flex .txtArea p {
    font-weight: 700;
    padding: 25px 5vw 0;
    margin-bottom: 30px;
    order: 3;
  }
  #topPage #cont04 .flex .txtArea .button {
    order: 4;
  }
}
#topPage #cont05 {
  padding: 160px 0 80px;
  background: url(https://www.hascasa.com/hastopia-form/img/top/bg_cont05.png) repeat center center/contain;
  position: relative;
}
#topPage #cont05:before {
  content: "";
  width: 100%;
  height: 80px;
  background: url(https://www.hascasa.com/hastopia-form/img/top/bg_cont04_mask.png) no-repeat top center/cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#topPage #cont05 .inner {
  position: relative;
}
#topPage #cont05 .inner:after {
  content: "";
  width: 275px;
  height: 108px;
  background: url(https://www.hascasa.com/hastopia-form/img/top/ico_cont05.png) no-repeat top center/cover;
  position: absolute;
  left: 0;
  top: -150px;
}
#topPage #cont05 .secTxt {
  width: 300px;
  height: 40px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 auto 30px;
  color: #8B7EAF;
}
#topPage #cont05 .secTtl {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#topPage #cont05 .flex {
  justify-content: space-between;
}
#topPage #cont05 .flex figure {
  max-width: 470px;
  width: 47%;
}
#topPage #cont05 .flex figure img {
  margin: 0 auto;
}
#topPage #cont05 .flex .txtArea {
  max-width: 470px;
  width: 47%;
}
#topPage #cont05 .flex .txtArea p {
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #topPage #cont05 {
    padding: 160px 0 80px;
    background: url(https://www.hascasa.com/hastopia-form/img/top/bg_cont05.png) repeat center center/contain;
  }
  #topPage #cont05:before {
    width: 100%;
    height: 80px;
    background: url(https://www.hascasa.com/hastopia-form/img/top/bg_cont04_mask.png) no-repeat top center/cover;
  }
  #topPage #cont05 .inner {
    padding: 0 10vw;
    position: relative;
  }
  #topPage #cont05 .inner:after {
    content: "";
    width: 275px;
    height: 108px;
    background: url(https://www.hascasa.com/hastopia-form/img/top/ico_cont05.png) no-repeat top center/cover;
    position: absolute;
    left: 0;
    top: -150px;
  }
  #topPage #cont05 .secTxt {
    width: 230px;
    height: 30px;
    font-size: 1.6rem;
    line-height: 30px;
    margin: 0 auto 15px;
  }
  #topPage #cont05 .secTtl {
    margin-bottom: 20px;
  }
  #topPage #cont05 .flex figure {
    max-width: inherit;
    width: 100%;
  }
  #topPage #cont05 .flex figure img {
    width: 80%;
    margin: 0 auto 30px;
  }
  #topPage #cont05 .flex .txtArea {
    max-width: inherit;
    width: 100%;
  }
  #topPage #cont05 .flex .txtArea p {
    color: #fff;
    margin-bottom: 40px;
  }
}

/*
  物件一覧・物件詳細
----------------------------------------- */
#property .ttlArea {
  text-align: center;
}
#property .ttlArea .en {
  color: #8B7EAF;
  font-size: 2rem;
  font-weight: 600;
}
#property .pickup {
  padding: 80px 0;
  background-color: #fff;
}
#property .pickup .itemArea {
  margin: 40px auto 0;
}
#property .pickup .itemArea .item {
  max-width: 320px;
  height: 240px;
}
#property .pickup .itemArea .item img {
  height: 240px;
}
#property .pickup .itemArea .item p {
  left: 20px;
}
#property .pickup .itemArea .item p.tag {
  top: 20px;
}
#property .pickup .itemArea .item p.txt {
  padding-right: 20px;
  top: 60px;
}
#property .pickup .itemArea .item p.price {
  bottom: 20px;
}
#property .pickup .itemArea .item:before {
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  #property .pickup {
    padding: 60px 0;
  }
  #property .pickup .itemArea {
    margin: 40px auto 0;
  }
  #property .pickup .itemArea .item {
    max-width: 320px;
    height: 240px;
  }
  #property .pickup .itemArea .item img {
    height: 240px;
  }
  #property .pickup .itemArea .item p {
    left: 20px;
  }
  #property .pickup .itemArea .item p.tag {
    top: 20px;
  }
  #property .pickup .itemArea .item p.txt {
    padding-right: 20px;
    top: 60px;
  }
  #property .pickup .itemArea .item p.price {
    bottom: 20px;
  }
  #property .pickup .itemArea .item:before {
    right: 20px;
    bottom: 20px;
  }
}
#property #listArea {
  background-color: inherit;
}
#property #listArea.pickup .ttlArea .en {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #property #listArea.pickup .ttlArea .en {
    margin-bottom: 15px;
  }
}
#property #listArea.pickup .itemArea .item {
  max-width: 470px;
  width: 47%;
  height: 352px;
}
#property #listArea.pickup .itemArea .item img {
  height: 352px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}
#property #listArea.pickup .itemArea .item p {
  left: 30px;
}
#property #listArea.pickup .itemArea .item p.tag {
  top: 30px;
}
#property #listArea.pickup .itemArea .item p.txt {
  padding-right: 30px;
  top: 70px;
}
#property #listArea.pickup .itemArea .item p.price {
  bottom: 30px;
}
#property #listArea.pickup .itemArea .item:before {
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  #property #listArea.pickup {
    padding: 50px 0 0;
  }
  #property #listArea.pickup .itemArea .item {
    max-width: 100%;
    width: 100%;
    height: 264px;
    margin-bottom: 20px;
  }
  #property #listArea.pickup .itemArea .item img {
    width: 100%;
    height: 264px;
  }
  #property #listArea.pickup .itemArea .item p {
    left: 7.634vw;
  }
  #property #listArea.pickup .itemArea .item p.tag {
    padding: 8px 16px;
    top: 7.634vw;
  }
  #property #listArea.pickup .itemArea .item p.txt {
    padding-right: 7.634vw;
    top: 75px;
  }
  #property #listArea.pickup .itemArea .item p.price {
    bottom: 7.634vw;
  }
  #property #listArea.pickup .itemArea .item:before {
    right: 7.634vw;
    bottom: 7.634vw;
  }
}
#property #mainArea {
  margin: 30px 0 60px;
}
#property #mainArea .tag {
  width: 140px;
  height: 32px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
  margin-bottom: 15px;
  background-color: #8B7EAF;
  border-radius: 5px;
}
#property #mainArea .pageTtl {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#property #mainArea .flex {
  justify-content: space-between;
}
#property #mainArea .flex figure {
  width: 470px;
}
#property #mainArea .flex figure img {
  border-radius: 20px;
}
#property #mainArea .flex .txtArea {
  width: 480px;
}
#property #mainArea .flex .txtArea .price {
  display: flex;
  margin-bottom: 20px;
}
#property #mainArea .flex .txtArea .price dt {
  width: 88px;
  height: 46px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 46px;
  background-color: #FF5F20;
  border-radius: 5px;
}
#property #mainArea .flex .txtArea .price dd {
  color: #FF5F20;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 20px;
}
#property #mainArea .flex .txtArea .price dd span {
  font-size: 3.2rem;
}
#property #mainArea .flex .txtArea .data {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#property #mainArea .flex .txtArea .data dt, #property #mainArea .flex .txtArea .data dd {
  line-height: 2;
}
#property #mainArea .flex .txtArea .data dt {
  width: 86px;
  height: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  background-color: #D3D7D9;
  border-radius: 5px;
  margin: 2px 0 10px;
}
#property #mainArea .flex .txtArea .data dd {
  width: calc(100% - 106px);
  padding-left: 20px;
}
#property #mainArea .flex .txtArea .contactBtn {
  width: 480px;
  height: 76px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
#property #mainArea .flex .txtArea .telBtn {
  width: 480px;
  height: 46px;
  flex-direction: row;
}
#property #mainArea .flex .txtArea .telBtn p {
  display: block;
  width: 50%;
  text-align: center;
  margin: 0;
}
#property #mainArea .flex .txtArea .telBtn p:first-child {
  font-weight: 400;
  position: relative;
}
#property #mainArea .flex .txtArea .telBtn p:first-child:before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #B7BABB;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#property #mainArea .flex .txtArea .telBtn p span {
  font-size: 1.6rem;
}
#property #mainArea .flex .txtArea .telBtn p em {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #property #mainArea {
    margin: 30px 0 60px;
  }
  #property #mainArea .pageTtl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  #property #mainArea .flex figure {
    width: 100%;
    margin-bottom: 20px;
  }
  #property #mainArea .flex figure img {
    width: 100%;
    border-radius: 5vw;
  }
  #property #mainArea .flex .txtArea {
    width: 100%;
  }
  #property #mainArea .flex .txtArea .price {
    margin-bottom: 20px;
  }
  #property #mainArea .flex .txtArea .contactBtn {
    width: 100%;
    height: 110px;
  }
  #property #mainArea .flex .txtArea .telBtn {
    width: 100%;
    height: 110px;
    flex-direction: column;
  }
  #property #mainArea .flex .txtArea .telBtn p {
    width: 100%;
  }
  #property #mainArea .flex .txtArea .telBtn p:first-child {
    font-weight: 700;
    margin-bottom: 7px;
  }
  #property #mainArea .flex .txtArea .telBtn p:first-child:before {
    display: none;
  }
  #property #mainArea .flex .txtArea .telBtn p em {
    font-size: 2.8rem;
  }
}
#property #dataArea .tabArea {
  border-bottom: 3px solid #8B7EAF;
}
#property #dataArea .tabArea ul {
  max-width: 1000px;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
}
#property #dataArea .tabArea ul .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 36px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-right: 5px;
  background-color: #00557A;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
#property #dataArea .tabArea ul .tab.active {
  height: 44px;
  background-color: #8B7EAF;
}
#property #dataArea .panel {
  display: none;
  padding: 30px 0;
  background-color: #fff;
}
#property #dataArea .panel.active {
  display: block;
}
#property #dataArea .panel .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
#property #dataArea .panel .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#property #dataArea .gallery {
  width: 600px;
  margin: 0 auto;
}
#property #dataArea .gallery li {
  margin-bottom: 25px;
}
#property #dataArea .gallery li img {
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 12px;
}
#property #dataArea .gallery li p {
  line-height: 2;
}
#property #dataArea .slick-prev,
#property #dataArea .slick-next {
  width: 50px;
  height: 50px;
  background-color: #3B4449;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
  position: absolute;
  top: 200px;
}
#property #dataArea .slick-prev:before,
#property #dataArea .slick-next:before {
  content: "";
  width: 17px;
  height: 16px;
  background: url(https://www.hascasa.com/hastopia-form/img/ico_arrow_white.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#property #dataArea .slick-prev:hover,
#property #dataArea .slick-next:hover {
  opacity: 0.8;
}
#property #dataArea .slick-prev {
  left: -80px;
}
#property #dataArea .slick-prev:before {
  right: 50%;
  left: auto;
  transform: scale(-1, 1) translate(-50%, -50%);
}
#property #dataArea .slick-next {
  right: -80px;
}
#property #dataArea .thumbnail {
  width: 720px;
  margin: 0 auto;
}
#property #dataArea .thumbnail li {
  width: 100px;
  height: 75px;
  cursor: pointer;
  margin: 0 5px;
}
#property #dataArea .thumbnail li img {
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
#property #dataArea .thumbnail li.slick-current {
  outline: 2px solid #8B7EAF;
  outline-offset: -2px;
}
#property #dataArea .thumb-prev,
#property #dataArea .thumb-next {
  width: 30px;
  height: 73px;
  background-color: #8B7EAF;
  border-radius: 6px;
  transition: 0.3s;
  position: absolute;
  top: 0;
}
#property #dataArea .thumb-prev:before,
#property #dataArea .thumb-next:before {
  content: "";
  width: 17px;
  height: 16px;
  background: url(https://www.hascasa.com/hastopia-form/img/ico_arrow_white.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#property #dataArea .thumb-prev:hover,
#property #dataArea .thumb-next:hover {
  opacity: 0.8;
}
#property #dataArea .thumb-prev {
  left: -40px;
}
#property #dataArea .thumb-prev:before {
  right: 50%;
  left: auto;
  transform: scale(-1, 1) translate(-50%, -50%);
}
#property #dataArea .thumb-next {
  right: -40px;
}
@media screen and (max-width: 767px) {
  #property #dataArea .tabArea ul {
    padding: 0 5vw;
  }
  #property #dataArea .panel {
    padding: 30px 5vw;
  }
  #property #dataArea .gallery {
    width: 100%;
  }
  #property #dataArea .gallery li {
    margin-bottom: 25px;
  }
  #property #dataArea .gallery li img {
    height: 255px;
    margin: 0 auto 12px;
  }
  #property #dataArea .thumbnail {
    width: 100%;
  }
}
#property #detailArea {
  padding: 80px 0;
}
#property #detailArea .inner {
  width: 840px;
}
#property #detailArea .point {
  margin: 40px auto 60px;
  padding: 38px 30px 30px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
#property #detailArea .point .ttl {
  width: 210px;
  height: 36px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  background-color: #8B7EAF;
  border-radius: 8px 8px 8px 0;
  position: absolute;
  top: -18px;
  left: 0;
}
#property #detailArea .point .txt {
  line-height: 2;
}
#property #detailArea .data table {
  margin-bottom: 60px;
  width: 100%;
}
#property #detailArea .data table th, #property #detailArea .data table td {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
  padding: 10px;
  border: 1px solid #D9D9D9;
}
#property #detailArea .data table th {
  color: #fff;
  font-weight: 700;
  background-color: #A0B8C3;
  width: 20%;
}
#property #detailArea .data table td {
  background-color: #fff;
  width: 30%;
}
#property #detailArea .contactArea {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  #property #detailArea .contactArea {
    display: block;
  }
  #property #detailArea .contactArea a + a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #property #detailArea {
    padding: 60px 0;
  }
  #property #detailArea .inner {
    width: 100%;
  }
  #property #detailArea .point {
    margin: 40px auto 30px;
    padding: 38px 5vw 30px;
    border-radius: 5vw;
  }
  #property #detailArea .data table {
    margin-bottom: 30px;
  }
  #property #detailArea .data table th, #property #detailArea .data table td {
    display: block;
    width: 100%;
  }
  #property #detailArea .contactArea {
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #property #detailArea .contactArea {
    display: block;
    margin: 40px auto;
  }
  #property #detailArea .contactArea a + a {
    margin-top: 20px;
  }
}

/*
  コンセプト
----------------------------------------- */
body.concept {
  background-color: #ADCCD9;
}
body.concept header {
  background-color: #ADCCD9;
}
body.concept header.scroll {
  background-color: rgba(255, 255, 255, 0.7);
}
body.concept .bnrArea {
  background-color: #F2F2EA;
}
body.concept #conceptMv {
  margin-top: -40px;
  position: relative;
  overflow: hidden;
}
body.concept #conceptMv .inner {
  max-width: 1270px;
  position: relative;
}
body.concept #conceptMv .mvImg img {
  margin: 0 auto 100px;
}
body.concept #conceptMv .ttlArea {
  width: 600px;
  position: absolute;
  top: 145px;
  left: 22%;
}
body.concept #conceptMv .ttlArea h2 {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 25px;
  margin-bottom: 20px;
}
body.concept #conceptMv .ttlArea:before {
  content: "";
  width: 189px;
  height: 108px;
  background: url(https://www.hascasa.com/hastopia-form/img/concept/concept.png) no-repeat center center/contain;
  position: absolute;
  top: -80px;
  left: -85px;
}
@media screen and (max-width: 767px) {
  body.concept #conceptMv {
    margin-top: 0;
  }
  body.concept #conceptMv .inner {
    padding: 0;
  }
  body.concept #conceptMv .mvImg img {
    height: 153.944vw;
    margin: 0 auto 7.125vw;
  }
  body.concept #conceptMv .ttlArea {
    width: 100%;
    text-align: center;
    top: 14.504vw;
    left: 50%;
    transform: translateX(-50%);
  }
  body.concept #conceptMv .ttlArea h2 {
    font-size: 5.089vw;
    padding: 10px 15px;
    margin: 0 auto 10px;
  }
  body.concept #conceptMv .ttlArea:before {
    width: 28.499vw;
    height: 13.74vw;
    top: -10vw;
    left: 0;
  }
}
body.concept #cont01 {
  padding: 140px 0 20px;
  background-color: #F2F2EA;
  position: relative;
}
body.concept #cont01:before {
  content: "";
  width: 100%;
  height: 40px;
  background: url(https://www.hascasa.com/hastopia-form/img/concept/line_mv.png) repeat-x center center/contain;
  position: absolute;
  top: 0;
}
body.concept #cont01 .inner {
  max-width: 1169px;
}
@media screen and (max-width: 767px) {
  body.concept #cont01 {
    padding: 80px 0 40px;
  }
  body.concept #cont01 img {
    width: 100%;
    margin: 0 auto;
  }
}
body.concept #message {
  padding: 68px 0;
  background-color: #fff;
}
body.concept #message img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.concept #message {
    padding: 68px 5vw;
  }
}
body.concept #cont02 {
  padding: 120px 0 20px;
  background-color: #8B7EAF;
}
body.concept #cont02 * {
  color: #fff;
}
body.concept #cont02 .secTtl {
  text-align: center;
  margin-bottom: 60px;
}
body.concept #cont02 .itemArea .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
body.concept #cont02 .itemArea .item figure {
  max-width: 470px;
  width: 47%;
}
body.concept #cont02 .itemArea .item .txtArea {
  max-width: 470px;
  width: 47%;
}
body.concept #cont02 .itemArea .item .txtArea .ttl {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 25px;
}
body.concept #cont02 .itemArea .item .txtArea .txt {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body.concept #cont02 {
    padding: 80px 0 40px;
  }
  body.concept #cont02 .secTtl {
    margin-bottom: 30px;
  }
  body.concept #cont02 .itemArea .item {
    display: block;
    justify-content: space-between;
    margin: 0 auto 40px;
  }
  body.concept #cont02 .itemArea .item figure {
    width: 100%;
    margin: 0 auto 15px;
  }
  body.concept #cont02 .itemArea .item .txtArea {
    width: 100%;
    margin: 0 auto;
  }
  body.concept #cont02 .itemArea .item .txtArea .ttl {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 15px;
  }
}
body.concept #cont03 {
  padding: 90px 0 100px;
  background-color: #fff;
}
body.concept #cont03 .ttlArea {
  max-width: 804px;
  text-align: center;
  margin: 0 auto 35px;
  position: relative;
}
body.concept #cont03 .ttlArea .en {
  color: #8B7EAF;
  font-size: 2rem;
  margin-bottom: 5px;
}
body.concept #cont03 .ttlArea:before, body.concept #cont03 .ttlArea:after {
  content: "";
  position: absolute;
  top: 0;
}
body.concept #cont03 .ttlArea:before {
  width: 199px;
  height: 108px;
  background: url(https://www.hascasa.com/hastopia-form/img/concept/ico_cont03_01.png) no-repeat center center/contain;
  left: 0;
}
body.concept #cont03 .ttlArea:after {
  width: 171px;
  height: 98px;
  background: url(https://www.hascasa.com/hastopia-form/img/concept/ico_cont03_02.png) no-repeat center center/contain;
  right: 0;
}
body.concept #cont03 .secTxt {
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}
body.concept #cont03 img {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  body.concept #cont03 {
    padding: 80px 0;
  }
  body.concept #cont03 .ttlArea {
    max-width: inherit;
    margin: 0 auto 25px;
    padding-top: 55px;
  }
  body.concept #cont03 .ttlArea .en {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  body.concept #cont03 .ttlArea:before {
    width: 119px;
    height: 65px;
  }
  body.concept #cont03 .ttlArea:after {
    width: 105px;
    height: 60px;
  }
  body.concept #cont03 .secTxt {
    text-align: left;
    margin-bottom: 30px;
  }
  body.concept #cont03 img {
    margin: 0 auto 60px;
  }
}
body.concept .bottomArea {
  padding: 100px 0 0;
  background-color: #F2F2EA;
}
body.concept .bottomArea .flex {
  justify-content: space-between;
}
body.concept .bottomArea .flex figure {
  max-width: 470px;
  width: 47%;
}
body.concept .bottomArea .flex img {
  width: 100%;
  border-radius: 20px;
}
body.concept .bottomArea .flex .txtArea {
  max-width: 470px;
  width: 47%;
}
body.concept .bottomArea .flex .txtArea .ttl {
  font-size: 3rem;
  font-weight: 700;
}
body.concept .bottomArea .flex .txtArea p {
  line-height: 2.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  body.concept .bottomArea {
    padding: 60px 0 0;
  }
  body.concept .bottomArea .flex {
    display: flex;
    flex-direction: column;
  }
  body.concept .bottomArea .flex figure {
    max-width: inherit;
    width: 100%;
    order: 2;
  }
  body.concept .bottomArea .flex img {
    width: 100%;
    border-radius: 5vw;
  }
  body.concept .bottomArea .flex .txtArea {
    width: 100%;
    display: contents;
  }
  body.concept .bottomArea .flex .txtArea .ttl {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 25px;
    order: 1;
  }
  body.concept .bottomArea .flex .txtArea p {
    font-weight: 700;
    padding: 25px 5vw 0;
    margin-bottom: 30px;
    order: 3;
  }
  body.concept .bottomArea .flex .txtArea .button {
    order: 4;
  }
}

/*
  土地・不動産のご売却
----------------------------------------- */
#land-sales #land-salesMv {
  padding: 100px 0 120px;
}
#land-sales #land-salesMv .flex {
  justify-content: space-between;
  margin-right: -60px;
}
#land-sales #land-salesMv .flex .txtArea {
  max-width: 500px;
  width: 50%;
}
#land-sales #land-salesMv .flex .txtArea * {
  font-weight: 700;
}
#land-sales #land-salesMv .flex .txtArea .pageTtl {
  font-size: 2rem;
  margin-bottom: 20px;
}
#land-sales #land-salesMv .flex .txtArea .ttl {
  font-size: 4rem;
  margin-bottom: 40px;
}
#land-sales #land-salesMv .flex .txtArea .ttl span {
  color: #8B7EAF;
}
#land-sales #land-salesMv .flex .txtArea .txt {
  font-weight: 400;
  line-height: 2;
}
#land-sales #land-salesMv .flex .imgArea {
  max-width: 520px;
  margin-left: 40px;
}
#land-sales #land-salesMv .flex .imgArea .button {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  #land-sales #land-salesMv {
    padding: 50px 0 80px;
  }
  #land-sales #land-salesMv .flex {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
  #land-sales #land-salesMv .flex .txtArea {
    display: contents;
    max-width: inherit;
    width: 100%;
  }
  #land-sales #land-salesMv .flex .txtArea .pageTtl {
    text-align: center;
    margin-bottom: 15px;
    order: 1;
  }
  #land-sales #land-salesMv .flex .txtArea .ttl {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 40px;
    order: 2;
  }
  #land-sales #land-salesMv .flex .txtArea .txt {
    order: 4;
  }
  #land-sales #land-salesMv .flex .imgArea {
    display: contents;
    max-width: inherit;
    margin-left: 0;
  }
  #land-sales #land-salesMv .flex .imgArea img {
    order: 3;
    margin-bottom: 30px;
  }
  #land-sales #land-salesMv .flex .imgArea .button {
    margin: 40px auto 0;
    order: 5;
  }
}
#land-sales #cont01 {
  padding: 80px 0 160px;
  background-color: #fff;
}
#land-sales #cont01 .ttlArea {
  text-align: center;
  margin-bottom: 40px;
}
#land-sales #cont01 .ttlArea * {
  font-size: 3rem;
  font-weight: 700;
}
#land-sales #cont01 .ttlArea .ttl span {
  color: #8B7EAF;
  font-size: 4.8rem;
}
#land-sales #cont01 .ttlArea .ttl span:nth-child(2) {
  color: #F1906A;
}
#land-sales #cont01 .flex {
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
}
#land-sales #cont01 .flex figure {
  max-width: 257px;
}
#land-sales #cont01 .flex .txt {
  line-height: 2;
  margin-left: 50px;
}
#land-sales #cont01 .block .ttl {
  text-align: center;
  margin-bottom: 40px;
}
#land-sales #cont01 .block .ttl h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#land-sales #cont01 .block .ttl h3 span {
  color: #8B7EAF;
}
#land-sales #cont01 .block .itemArea {
  display: flex;
  justify-content: space-between;
}
#land-sales #cont01 .block .itemArea .item {
  width: 470px;
}
#land-sales #cont01 .block .itemArea .item h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
#land-sales #cont01 .block .itemArea .item h4:before {
  content: "1";
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  background-color: #8B7EAF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#land-sales #cont01 .block .itemArea .item .txtArea {
  padding: 20px;
  background-color: #F5FAFD;
  border-radius: 20px;
}
#land-sales #cont01 .block .itemArea .item .txtArea .txt {
  line-height: 2;
}
#land-sales #cont01 .block .itemArea .item:nth-child(2) h4:before {
  content: "2";
}
#land-sales #cont01 .block:nth-child(2) {
  margin-top: 120px;
}
#land-sales #cont01 .block:nth-child(2) .ttl h3 span {
  color: #F1906A;
}
#land-sales #cont01 .block:nth-child(2) .itemArea .item h4:before {
  background-color: #F1906A;
}
#land-sales #cont01 .block:nth-child(2) .itemArea .item .txtArea {
  min-height: 220px;
  background-color: #FFF5F1;
}
@media screen and (max-width: 767px) {
  #land-sales #cont01 {
    padding: 50px 0;
  }
  #land-sales #cont01 .ttlArea {
    margin-bottom: 20px;
  }
  #land-sales #cont01 .ttlArea .ttl span {
    font-size: 3.8rem;
  }
  #land-sales #cont01 .flex {
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
  }
  #land-sales #cont01 .flex figure {
    max-width: inherit;
  }
  #land-sales #cont01 .flex figure img {
    margin: 0 auto 30px;
  }
  #land-sales #cont01 .flex .txt {
    line-height: 2;
    margin-left: 0;
  }
  #land-sales #cont01 .block .itemArea {
    display: block;
  }
  #land-sales #cont01 .block .itemArea .item {
    width: 100%;
  }
  #land-sales #cont01 .block .itemArea .item h4 {
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 20px;
    padding-left: 70px;
  }
  #land-sales #cont01 .block .itemArea .item h4:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #land-sales #cont01 .block .itemArea .item .txtArea {
    padding: 20px;
    margin-bottom: 40px;
  }
  #land-sales #cont01 .block .itemArea .item .txtArea .txt {
    line-height: 2;
  }
  #land-sales #cont01 .block:nth-child(2) {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px #D1D1D1 dashed;
  }
  #land-sales #cont01 .block:nth-child(2) .itemArea .item .txtArea {
    min-height: auto;
  }
}
#land-sales #cont02 {
  padding-bottom: 20px;
  position: relative;
}
#land-sales #cont02 .stepImg {
  position: absolute;
  top: -45px;
  right: 0;
}
#land-sales #cont02 .inner {
  display: flex;
  align-items: flex-start;
  position: relative;
}
#land-sales #cont02 .secTtl {
  width: clamp(112px, 11.5943%, 160px);
  margin-top: -100px;
  padding-top: 120px;
  margin-left: clamp(20px, 2.6667vw, 40px);
  position: sticky;
  top: 0;
}
#land-sales #cont02 .rightArea {
  padding-top: 320px;
  margin-left: 90px;
}
#land-sales #cont02 .rightArea .secTxt {
  line-height: 2;
}
#land-sales #cont02 .rightArea .secTxt + .secTxt {
  margin-bottom: 60px;
}
#land-sales #cont02 .rightArea .stepArea {
  counter-reset: number 0;
}
#land-sales #cont02 .rightArea .stepArea .step {
  display: flex;
  margin-bottom: 40px;
}
#land-sales #cont02 .rightArea .stepArea .step img {
  max-width: 270px;
}
#land-sales #cont02 .rightArea .stepArea .step .txtArea {
  max-width: 454px;
  margin-left: 40px;
}
#land-sales #cont02 .rightArea .stepArea .step .txtArea .ttl {
  font-size: 2.6rem;
  font-weight: 700;
  padding-left: 140px;
  margin-bottom: 25px;
  position: relative;
}
#land-sales #cont02 .rightArea .stepArea .step .txtArea .ttl:before {
  counter-increment: number 1;
  content: "STEP " counter(number, decimal-leading-zero);
  width: 120px;
  height: 40px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  background-color: #8B7EAF;
  border-radius: 5px;
  position: absolute;
  left: 0;
}
#land-sales #cont02 .rightArea .stepArea .step .txtArea .txt {
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #land-sales #cont02 {
    padding-top: 200px;
    padding-bottom: 20px;
  }
  #land-sales #cont02 .stepImg {
    top: -40px;
  }
  #land-sales #cont02 .inner {
    display: block;
  }
  #land-sales #cont02 .secTtl {
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 0;
    position: relative;
    text-align: center;
  }
  #land-sales #cont02 .secTtl * {
    font-weight: 700;
  }
  #land-sales #cont02 .secTtl .en {
    color: #8B7EAF;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  #land-sales #cont02 .secTtl .ttl {
    font-size: 3rem;
  }
  #land-sales #cont02 .secTtl .ttl span {
    color: #8B7EAF;
  }
  #land-sales #cont02 .rightArea {
    padding-top: 0;
    margin-left: 0;
  }
  #land-sales #cont02 .rightArea .secTxt {
    text-align: center;
    margin-bottom: 0;
  }
  #land-sales #cont02 .rightArea .secTxt + .secTxt {
    margin: 30px auto 50px;
  }
  #land-sales #cont02 .rightArea .stepArea {
    counter-reset: number 0;
  }
  #land-sales #cont02 .rightArea .stepArea .step {
    display: block;
  }
  #land-sales #cont02 .rightArea .stepArea .step img {
    max-width: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
  #land-sales #cont02 .rightArea .stepArea .step .txtArea {
    max-width: inherit;
    margin-left: 0;
  }
  #land-sales #cont02 .rightArea .stepArea .step .txtArea .txt {
    margin-bottom: 30px;
  }
}
#land-sales #cont03 {
  padding: 80px 0;
  background-color: #fff;
}
#land-sales #cont03 .inner {
  max-width: 700px;
}
#land-sales #cont03 .ttlArea {
  text-align: center;
}
#land-sales #cont03 .ttlArea .ttl {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
}
#land-sales #cont03 .ttlArea .ttl span {
  color: #8B7EAF;
  font-size: 4.8rem;
}
#land-sales #cont03 .ttlArea .ttl span.pc {
  color: #3B4449;
  font-size: 3rem;
}
#land-sales #cont03 img {
  margin: 0 auto 40px;
}
#land-sales #cont03 .txt {
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #land-sales #cont03 {
    padding: 50px 0;
  }
  #land-sales #cont03 .inner {
    max-width: inherit;
  }
  #land-sales #cont03 .ttlArea .ttl span {
    font-size: 3rem;
  }
  #land-sales #cont03 img {
    margin: 0 auto 40px;
  }
  #land-sales #cont03 .txt {
    margin-bottom: 40px;
  }
}

/*
  物件問い合わせフォーム・売却物件募集フォーム
----------------------------------------- */
.formArea {
  padding: 40px 0 120px;
}
.formArea .inner {
  max-width: 840px;
}
.formArea .ttlArea .en {
  margin-bottom: 20px;
}
.formArea .ttlArea .txt {
  max-width: 430px;
  margin: 20px auto 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .formArea .ttlArea .txt {
    max-width: inherit;
    text-align: left;
  }
}
.formArea #form .error {
  display: block;
  color: #FA6024;
  margin-top: 5px;
}
.formArea #form input[type=text], .formArea #form input[type=number], .formArea #form input[type=email], .formArea #form input[type=tel], .formArea #form input[type=date], .formArea #form select, .formArea #form textarea {
  width: 100%;
  height: 46px;
  padding: 1% 20px;
  border-radius: 5px;
  border: 1px solid #D1D1D1;
}
.formArea #form input[type=text]:focus, .formArea #form input[type=number]:focus, .formArea #form input[type=email]:focus, .formArea #form input[type=tel]:focus, .formArea #form input[type=date]:focus, .formArea #form select:focus, .formArea #form textarea:focus {
  border: 1px solid #3B4449;
  outline: 0;
}
.formArea #form input[type=text].narrow, .formArea #form input[type=number].narrow, .formArea #form input[type=email].narrow, .formArea #form input[type=tel].narrow, .formArea #form input[type=date].narrow, .formArea #form select.narrow, .formArea #form textarea.narrow {
  width: 390px;
}
.formArea #form input[type=text]:invalid, .formArea #form input[type=number]:invalid, .formArea #form input[type=email]:invalid, .formArea #form input[type=tel]:invalid, .formArea #form input[type=date]:invalid, .formArea #form select:invalid, .formArea #form textarea:invalid {
  background-color: #FFEAE1;
}
.formArea #form input[type=text]:-moz-placeholder + .check, .formArea #form input[type=number]:-moz-placeholder + .check, .formArea #form input[type=email]:-moz-placeholder + .check, .formArea #form input[type=tel]:-moz-placeholder + .check, .formArea #form input[type=date]:-moz-placeholder + .check, .formArea #form select:-moz-placeholder + .check, .formArea #form textarea:-moz-placeholder + .check {
  display: none;
}
.formArea #form input[type=text]:placeholder-shown + .check, .formArea #form input[type=number]:placeholder-shown + .check, .formArea #form input[type=email]:placeholder-shown + .check, .formArea #form input[type=tel]:placeholder-shown + .check, .formArea #form input[type=date]:placeholder-shown + .check, .formArea #form select:placeholder-shown + .check, .formArea #form textarea:placeholder-shown + .check {
  display: none;
}
@media screen and (max-width: 767px) {
  .formArea #form input[type=text], .formArea #form input[type=number], .formArea #form input[type=email], .formArea #form input[type=tel], .formArea #form input[type=date], .formArea #form select, .formArea #form textarea {
    width: 100%;
    height: 46px;
    font-size: 16px;
    padding: 1% 60px 1% 2vw;
    border-radius: 5px;
  }
  .formArea #form input[type=text].narrow, .formArea #form input[type=number].narrow, .formArea #form input[type=email].narrow, .formArea #form input[type=tel].narrow, .formArea #form input[type=date].narrow, .formArea #form select.narrow, .formArea #form textarea.narrow {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.formArea #form textarea {
  height: 100px;
}
.formArea #form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #D1D1D1;
  background-color: #fff;
}
.formArea #form .checkbox .cklabel {
  display: block;
  position: relative;
}
.formArea #form .checkbox .cklabel + .cklabel {
  margin-top: 20px;
}
.formArea #form .checkbox .cklabel input {
  display: none;
}
.formArea #form .checkbox .cklabel input:checked + .mark {
  background: #189cbe;
  border-color: #189cbe;
}
.formArea #form .checkbox .cklabel input:checked + .mark:after {
  opacity: 1;
}
.formArea #form .checkbox .cklabel .mark {
  height: 20px;
  width: 20px;
  background: #fff;
  border: solid 1px #999;
  border-radius: 5px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.formArea #form .checkbox .cklabel .mark:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(38deg);
  opacity: 0;
}
.formArea #form .checkbox .cklabel .txt {
  padding-left: 28px;
}
.formArea #form .checkbox.flex {
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  max-width: 300px;
  margin: 10px 0 5px;
}
.formArea #form .checkbox.flex .cklabel {
  width: 50%;
}
.formArea #form .checkbox.flex .cklabel + .cklabel {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .formArea #form .checkbox .cklabel {
    width: 100%;
    height: auto;
    line-height: 20px;
    display: block;
  }
  .formArea #form .checkbox .cklabel .mark, .formArea #form .checkbox .cklabel .txt {
    display: block;
  }
  .formArea #form .checkbox.flex .cklabel + .cklabel {
    margin-top: 20px;
  }
}
.formArea #form .button {
  width: 350px;
  height: 70px;
  border-radius: 35px;
}
.formArea #form .button.return {
  color: #3B4449;
  border-color: #fff;
  background-color: #fff;
}
.formArea #form .button.return:before {
  right: auto;
  left: 30px;
  background: url(https://www.hascasa.com/hastopia-form/img/ico_arrow_black.svg) no-repeat center center/cover;
}
.formArea #form .button.return:hover {
  color: #fff;
  background-color: #8B7EAF;
}
.formArea #form .button.return:hover:before {
  background: url(https://www.hascasa.com/hastopia-form/img/ico_arrow_white02.svg) no-repeat center center/cover;
}
.formArea #form .button + .button {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .formArea #form .button {
    width: 85%;
  }
}
.formArea #form dl {
  padding: 50px 0 30px;
  margin: 0 auto;
}
.formArea #form dl dt {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 15px;
}
.formArea #form dl dt .required {
  width: 42px;
  height: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  background-color: #F1906A;
  border-radius: 5px;
  margin-left: 10px;
}
.formArea #form dl dd {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.formArea #form dl dd .ttl {
  width: 100%;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.formArea #form dl dd .txt {
  padding: 0 10px;
}
.formArea #form dl dd .flex {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.formArea #form dl dd .flex.w-390 {
  justify-content: flex-start;
}
.formArea #form dl dd .flex.w-390 .ttl {
  width: 75px;
  font-weight: normal;
}
.formArea #form dl dd .flex.w-390 input {
  width: 390px;
}
.formArea #form dl dd .flex.w-390:first-child {
  margin-top: 0;
}
.formArea #form dl dd .flex.w-500 {
  width: 500px;
  margin-top: 0;
}
.formArea #form dl dd .flex.w-500 > * {
  width: 50%;
}
.formArea #form dl dd .inputArea {
  width: 100%;
  position: relative;
}
.formArea #form dl dd .inputArea + .inputArea {
  margin-left: 30px;
}
.formArea #form dl dd .inputArea.w-555 {
  width: 555px;
}
.formArea #form dl dd .inputArea.w-555 .radiolabel:nth-child(5) {
  width: 129px;
}
.formArea #form dl dd .inputArea.w-555 .radiolabel:nth-child(4), .formArea #form dl dd .inputArea.w-555 .radiolabel:nth-child(7) {
  width: 233.25px;
}
.formArea #form dl dd .inputArea.w-385 {
  width: 385px;
}
.formArea #form dl dd .inputArea.w-385 .radiolabel {
  width: 33.33%;
}
.formArea #form dl dd .inputArea.select {
  width: 390px;
  position: relative;
}
.formArea #form dl dd .inputArea.select:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #3B4449;
  border-right: 2px solid #3B4449;
  top: calc(50% - 15px);
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
.formArea #form dl dd .inputArea.select:not([data-error-text]):before {
  top: calc(50% - 4px);
}
.formArea #form dl dd .inputArea.radiobox {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-bottom: 5px;
}
.formArea #form dl dd .inputArea.radiobox input[type=radio] {
  display: none;
}
.formArea #form dl dd .inputArea.radiobox .radiolabel {
  position: relative;
  cursor: pointer;
  height: 15px;
}
.formArea #form dl dd .inputArea.radiobox .radiolabel .txt {
  padding-left: 24px;
  padding-right: 0;
  line-height: 1;
  display: block;
}
.formArea #form dl dd .inputArea.radiobox .radiolabel:before {
  border: #D1D1D1 1px solid;
  border-radius: 50%;
  background: #fff;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.formArea #form dl dd .inputArea.radiobox .radiolabel:after {
  background: #1E759B;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  content: "";
  transform: scale(0);
  transition: 0.1s;
}
.formArea #form dl dd .inputArea.radiobox .radiolabel.checked:after {
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .formArea #form dl {
    padding: 20px 0 0;
  }
  .formArea #form dl dt {
    margin-bottom: 10px;
    height: 36px;
  }
  .formArea #form dl dd {
    display: block;
  }
  .formArea #form dl dd .flex {
    margin-top: 0;
  }
  .formArea #form dl dd .flex > div {
    margin-top: 25px;
  }
  .formArea #form dl dd .flex.w-390 .ttl {
    width: 100%;
    margin-bottom: 10px;
  }
  .formArea #form dl dd .flex.w-390 input {
    width: 100%;
  }
  .formArea #form dl dd .flex.w-390 + .w-390 {
    margin-top: 20px;
  }
  .formArea #form dl dd .flex.w-390:last-child {
    margin-bottom: 30px;
  }
  .formArea #form dl dd .flex.w-500 {
    width: 100%;
  }
  .formArea #form dl dd .flex.w-500 > * {
    width: 100%;
  }
  .formArea #form dl dd .inputArea {
    width: 100%;
  }
  .formArea #form dl dd .inputArea + .inputArea {
    margin-left: 0;
    margin-top: 15px;
  }
  .formArea #form dl dd .inputArea.w-555 {
    width: 100%;
  }
  .formArea #form dl dd .inputArea.w-555 .radiolabel:nth-child(5) {
    width: 100%;
  }
  .formArea #form dl dd .inputArea.w-555 .radiolabel:nth-child(4), .formArea #form dl dd .inputArea.w-555 .radiolabel:nth-child(7) {
    width: 100%;
  }
  .formArea #form dl dd .inputArea.w-385 {
    width: 100%;
  }
  .formArea #form dl dd .inputArea.w-385 .radiolabel {
    width: 100%;
  }
  .formArea #form dl dd .inputArea.select {
    width: 100%;
  }
  .formArea #form dl dd .inputArea.select:before {
    right: 15px;
  }
  .formArea #form dl dd .inputArea.select:not([data-error-text]):before {
    top: calc(50% - 2px);
  }
  .formArea #form dl dd .inputArea.radiobox {
    row-gap: 20px;
    margin-bottom: 5px;
  }
  .formArea #form dl dd .inputArea.radiobox .radiolabel {
    height: 20px;
    width: 100%;
  }
  .formArea #form dl dd .inputArea.radiobox .radiolabel .txt {
    padding-left: 30px;
    line-height: 20px;
  }
  .formArea #form dl dd .inputArea.radiobox .radiolabel:before {
    width: 20px;
    height: 20px;
  }
  .formArea #form dl dd .inputArea.radiobox .radiolabel:after {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
  }
}
.formArea #form.confirm dl dd .flex {
  flex-wrap: wrap;
  margin-top: 10px;
}
.formArea #form.confirm dl dd .flex > div {
  width: 100%;
}
.formArea #form.confirm dl dd .flex > div + div {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .formArea #form.confirm dl dd .flex {
    margin-top: 15px;
  }
  .formArea #form.confirm dl dd .flex > div {
    margin-top: 15px;
  }
  .formArea #form.confirm dl dd .flex > div + div {
    margin-top: 15px;
  }
}
.formArea #form .privacyCheck {
  text-align: center;
  margin-bottom: 50px;
}
.formArea #form .privacyCheck .cklabel {
  display: inline;
}
.formArea #form .privacyCheck a {
  color: #7564A5;
  margin-left: 28px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .formArea {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.formArea #thanks {
  text-align: center;
  padding: 40px;
}
.formArea #thanks .txt {
  max-width: 430px;
  margin: 0 auto 60px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .formArea #thanks {
    text-align: left;
    padding: 30px 0;
  }
  .formArea #thanks .txt {
    max-width: inherit;
  }
}

.formArea #form form .checkbox .cklabel .mark.un-check {
  background: #FFEAE1;
}
.formArea #form form dd {
  position: relative;
}
.formArea #form form.confirm dl dd .flex {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.formArea #form form.confirm dl dd .flex.w-390 {
  margin-top: 0;
  gap: 0;
}
.formArea #form form.confirm dl dd .flex.w-390 + .w-390 {
  margin-top: 20px;
}
.formArea #form form.confirm dl dd .inputArea.select:not([data-error-text]):before {
  display: none;
}/*# sourceMappingURL=style.css.map */