@charset "UTF-8";
/*reset */
* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

* {
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
}

body {
  color: #354159;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  overflow-x: hidden;
}

a {
  color: #354159;
}

a:hover {
  color: #354159;
}

.en {
  font-family: "Inter", serif;
  font-weight: 400;
}

.inner {
  max-width: 1200px;
  min-width: 1100px;
  margin: auto;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px);
}

.fadein.animated {
  opacity: 1;
  transform: translatey(0px);
}

img {
  width: 100%;
  height: auto;
}

/* =================================================================

    ヘッダー

================================================================= */
header {
  display: flex;
  position: relative;
  z-index: 9999;
  min-width: 1200px;
}
header .logo {
  width: 337px;
  min-width: 200px;
  margin: 46px auto 0 70px;
  z-index: 9999;
}
header .logo a {
  display: block;
}
header .gnav {
  margin-right: 50px;
  display: block;
}
header .gnav .gnav__wrap .gnav__menu {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
header .gnav .gnav__wrap .gnav__menu li a {
  font-weight: 600;
  display: block;
  padding: 15px 0;
}
header .gnav .gnav__wrap .gnav__menu li a:hover {
  opacity: 0.6;
}
header .gnav .gnav__wrap .gnav__menu li.contact a {
  border: #354159 solid 1px;
  border-radius: 100px;
  padding: 14px 0;
  width: 180px;
  text-align: center;
}
header .gnav .gnav__wrap .gnav__menu li.contact a i {
  line-height: 0;
  display: inline-flex;
}
header .gnav .gnav__wrap .gnav__menu li.contact a i img {
  width: 19px;
  margin-left: 12px;
}
@media screen and (max-width: 1400px) {
  header .logo {
    width: 300px;
    margin: 46px auto 0 35px;
  }
  header .gnav {
    margin-right: 25px;
  }
  header .gnav .gnav__wrap .gnav__menu {
    gap: 2vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    display: block;
    position: relative;
    z-index: 9999;
  }
  header .logo {
    width: 160px;
    margin: 22px auto 0 27px;
  }
  header .logo a {
    display: block;
  }
  header .menu {
    height: 17px;
    position: absolute;
    right: 25px;
    top: 7px;
    width: 35px;
    z-index: 99;
  }
  header .menu__line {
    background: #354159;
    display: block;
    height: 1px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%;
  }
  header .menu__line--center {
    top: 8px;
  }
  header .menu__line--bottom {
    bottom: 0;
  }
  header .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
  }
  header .menu__line--center.active {
    transform: scaleX(0);
  }
  header .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }
  header .gnav {
    background: rgb(255, 255, 255);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
  }
  header .gnav .gnav__wrap {
    display: block;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    padding: 0 15px;
  }
  header .gnav .gnav__wrap .gnav__menu {
    display: block !important;
    margin-top: 70px !important;
  }
  header .gnav .gnav__wrap .gnav__menu li {
    margin: 0;
  }
  header .gnav .gnav__wrap .gnav__menu li a {
    color: #354159;
    font-weight: bold;
    padding: 13px;
    text-decoration: none;
    transition: 0.5s;
    font-size: 13px;
    border-top: #EFEFEF solid 1px;
  }
  header .gnav .gnav__wrap .gnav__menu li.contact {
    border-top: #EFEFEF solid 1px;
    padding-top: 24px;
  }
  header .gnav .gnav__wrap .gnav__menu li.contact a {
    border: #354159 solid 1px;
    border-radius: 100px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
  header .gnav .gnav__wrap .gnav__menu li.contact a i {
    line-height: 0;
    display: inline-flex;
  }
  header .gnav .gnav__wrap .gnav__menu li.contact a i img {
    width: 19px;
    margin-left: 12px;
  }
  header .sub_navi {
    display: flex;
    gap: 16px;
    margin: 16px 0;
  }
  header .sub_navi a {
    font-size: 13px;
  }
  header p {
    font-size: 13px;
    line-height: 150%;
  }
}

/* =================================================================

    パーツ

================================================================= */
.ttl_base {
  padding-bottom: 68px;
}
.ttl_base h2 {
  font-size: 44px;
  margin-bottom: 28px;
  font-weight: bold;
}
.ttl_base .en {
  font-size: 18px;
}

.btn a {
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  color: #354159;
}
.btn a span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-left: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: #354159 solid 1px;
}
.btn a span::before {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  background: url(/assets/images/common/SVG/btn.svg) no-repeat center/contain;
  z-index: 2;
  position: relative;
}
.btn a span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #354159;
  transition: 0.3s;
  border-radius: 50%;
}
.btn a:hover {
  opacity: 1;
}
.btn a:hover span::before {
  background-image: url(/assets/images/common/SVG/btn_white.svg);
}
.btn a:hover span::after {
  width: 100%;
  height: 100%;
}

/* =================================================================

    トップページ

================================================================= */
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  background-image: url(/assets/images/common/1x/head_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 50% 95%;
  background-size: 50%, 100px;
  z-index: 99999;
  opacity: 1;
  transition: opacity 2s ease;
  /* メインコンテンツのスタイル */
}
#splash ul li {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#splash ul li.l1 {
  animation: fadeIn 4s ease 0.8s forwards;
}
#splash ul li.l2 {
  animation: fadeIn 1s ease 4s forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
#splash .splash-logo {
  width: 712px;
  height: auto;
}
#splash .splash-img {
  width: 100px;
  height: auto;
  margin: auto;
  display: block;
  position: fixed;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#splash .hidden {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#splash .visible {
  display: block;
  opacity: 1;
}

.home_img {
  position: absolute;
  top: -50px;
  z-index: 0;
  /* @keyframesの用意 */
}
.home_img img.girl-animation {
  animation: girl-animation 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes girl-animation {
  0% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(12px);
  }
}

.home {
  position: relative;
  z-index: 1;
}
.home .mv {
  display: flex;
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .home .mv {
    padding: 100px 80px;
  }
}
.home .mv .left {
  width: 50%;
  padding: 40px 0;
}
.home .mv .left .en {
  font-size: 86px;
}
.home .mv .left .en p {
  line-height: 120%;
}
.home .mv .left .txt {
  padding-top: 40px;
  font-size: 28px;
}
.home .mv .right {
  width: 50%;
  padding: 100px 0;
  position: relative;
}
.home .mv .right .round-wrap {
  position: absolute;
  top: 0px;
  left: 0;
  width: 600px;
  height: 600px;
}
.home .mv .right .round-wrap .rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 30s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360degc);
  }
}
.home .mv .right .round-wrap .round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  animation: round_anime 30s linear infinite;
  overflow: hidden;
}
@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 30% 70% 20% 80%/30% 40% 60% 70%;
  }
  50% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  75% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
.home .mv .right .round-wrap .round-inner {
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/home/2x/mv.jpg);
  background-position: center center;
  background-size: cover;
  transform: scale(1.1, 1.1) rotate(0);
  animation: round-inner-anime 30s linear infinite;
}
@keyframes round-inner-anime {
  0% {
    transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    transform: scale(1.1, 1.1) rotate(360deg);
  }
}
.home .mv .right .round-wrap-back {
  position: absolute;
  top: -24px;
  left: 0;
  width: 620px;
  height: 640px;
}
.home .mv .right .round-wrap-back .rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.home .mv .right .round-wrap-back .round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 90% 10% 30% 70%/30% 80% 20% 70%;
  animation: round_anime 20s linear infinite;
  overflow: hidden;
}
@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: 80% 20% 20% 80%/80% 20% 20% 80%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
.home .mv .right .round-wrap-back .round-inner {
  width: 100%;
  height: 100%;
  background-color: #EEBBC8;
  background-position: center center;
  background-size: cover;
  transform: scale(1.1, 1.1) rotate(0);
  animation: round-inner-anime 20s linear infinite;
}
@keyframes round-inner-anime {
  0% {
    transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    transform: scale(1.1, 1.1) rotate(360deg);
  }
}
.home .sec1 {
  background: url(/assets/images/home/2x/sec1_2.png) no-repeat 100% 0/770px;
  margin-top: -100px;
  padding-bottom: 112px;
}
.home .sec1 .base {
  display: flex;
  padding-top: 160px;
}
.home .sec1 .base .right {
  width: 56%;
  order: 2;
  padding-top: 80px;
}
.home .sec1 .base .right h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 150%;
}
.home .sec1 .base .right p {
  padding-bottom: 40px;
}
.home .sec1 .base .left {
  width: 44%;
  order: 1;
}
.home .sec1 .base .left .sec1_round-wrap {
  top: 10px;
  width: 420px;
  height: 420px;
}
.home .sec1 .base .left .sec1_round-wrap .rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.home .sec1 .base .left .sec1_round-wrap .round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  animation: round_anime 20s linear infinite;
  overflow: hidden;
}
@keyframes round_anime {
  0% {
    border-radius: 70% 30% 30% 70%/70% 30% 30% 70%;
  }
  25% {
    border-radius: 20% 80% 50% 50%/50% 50% 80% 20%;
  }
  50% {
    border-radius: 30% 70% 60% 40%/30% 70% 60% 40%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
.home .sec1 .base .left .sec1_round-wrap .round-inner {
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/home/2x/sec1_1.jpg);
  background-position: center center;
  background-size: cover;
  transform: scale(1.1, 1.1) rotate(0);
  animation: round-inner-anime 20s linear infinite;
}
@keyframes round-inner-anime {
  0% {
    transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    transform: scale(1.1, 1.1) rotate(-360deg);
  }
}
.home .sec1 .base .left .sec1_round-wrap-back {
  position: absolute;
  width: 460px;
  height: 460px;
}
.home .sec1 .base .left .sec1_round-wrap-back .rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 30s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home .sec1 .base .left .sec1_round-wrap-back .round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 90% 10% 30% 70%/30% 80% 20% 70%;
  animation: round_anime 30s linear infinite;
  overflow: hidden;
}
@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%;
  }
}
.home .sec1 .base .left .sec1_round-wrap-back .round-inner {
  width: 100%;
  height: 100%;
  background-color: #EEBBC8;
  background-position: center center;
  background-size: cover;
  transform: scale(1.1, 1.1) rotate(0);
  animation: round-inner-anime 30s linear infinite;
}
@keyframes round-inner-anime {
  0% {
    transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    transform: scale(1.1, 1.1) rotate(-360deg);
  }
}
.home .sec2 {
  padding-bottom: 112px;
}
.home .sec2 .base {
  display: flex;
}
.home .sec2 .base .ttl_base {
  width: 24%;
}
.home .sec2 .base .body {
  width: 76%;
  border-top: #EFEFEF solid 1px;
}
.home .sec2 .base .body .box a {
  display: block;
  border-bottom: #EFEFEF solid 1px;
  padding: 32px 18px;
}
.home .sec2 .base .body .box a .date {
  color: #EEBBC8;
}
.home .sec2 .base .body .box a:hover {
  background-color: #f9f9f9;
}
.home .sec2 .base .body .btn {
  padding-top: 45px;
}
.home .sec3 {
  padding: 137px 0;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.home .sec3 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.home .sec3 .scroll-infinity__list {
  display: flex;
  list-style: none;
  gap: 20px;
  margin-left: 20px;
}
.home .sec3 .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.home .sec3 .scroll-infinity__item {
  width: 20vw;
}
.home .sec3 .scroll-infinity__item > img {
  width: 100%;
}
.home .sec4 {
  margin-bottom: 100px;
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.home .sec4 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.home .sec4 .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.home .sec4 .scroll-infinity__list--right {
  animation: infinity-scroll-right 300s infinite linear 0.5s both;
}
.home .sec4 .scroll-infinity__item {
  width: 100vw;
}
.home .sec4 .scroll-infinity__item > img {
  width: 100%;
}
.home .sec5 {
  position: relative;
  padding: 150px 0 380px;
  margin-bottom: 185px;
}
.home .sec5::after {
  content: "";
  display: block;
  width: 200%;
  height: calc(100% - 57px);
  background-color: #F3EEEA;
  position: absolute;
  right: 10vw;
  bottom: 0;
  z-index: -1;
  border-radius: 0 50px 50px 0;
}
.home .sec5 .ttl_base {
  text-align: center;
}
.home .sec5 .base1 {
  background: url(/assets/images/home/SVG/sec5_7.svg) no-repeat 0 0/60%;
  display: flex;
}
.home .sec5 .base1 .left {
  padding: 158px 0 178px 135px;
  width: 50%;
}
.home .sec5 .base1 .left h3 {
  font-size: 30px;
  margin-bottom: 24px;
  line-height: 150%;
}
.home .sec5 .base1 .right {
  padding: 80px 0 0 40px;
  width: 50%;
}
.home .sec5 .base1 .sec5_round-wrap {
  top: 10px;
  width: 420px;
  height: 420px;
}
.home .sec5 .base1 .sec5_round-wrap .rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.home .sec5 .base1 .sec5_round-wrap .round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  animation: round_anime 20s linear infinite;
  overflow: hidden;
}
@keyframes round_anime {
  0% {
    border-radius: 70% 30% 30% 70%/70% 30% 30% 70%;
  }
  25% {
    border-radius: 20% 80% 50% 50%/50% 50% 80% 20%;
  }
  50% {
    border-radius: 30% 70% 60% 40%/30% 70% 60% 40%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
.home .sec5 .base1 .sec5_round-wrap .round-inner {
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/home/2x/sec5_8.png);
  background-position: center center;
  background-size: cover;
  transform: scale(1.1, 1.1) rotate(0);
  animation: round-inner-anime 20s linear infinite;
}
@keyframes round-inner-anime {
  0% {
    transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    transform: scale(1.1, 1.1) rotate(-360deg);
  }
}
.home .sec5 .base1 .sec5_round-wrap-back {
  position: absolute;
  width: 460px;
  height: 460px;
}
.home .sec5 .base1 .sec5_round-wrap-back .rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 30s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home .sec5 .base1 .sec5_round-wrap-back .round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 90% 10% 30% 70%/30% 80% 20% 70%;
  animation: round_anime 30s linear infinite;
  overflow: hidden;
}
@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%;
  }
}
.home .sec5 .base1 .sec5_round-wrap-back .round-inner {
  width: 100%;
  height: 100%;
  background-color: #EEBBC8;
  background-position: center center;
  background-size: cover;
  transform: scale(1.1, 1.1) rotate(0);
  animation: round-inner-anime 30s linear infinite;
}
@keyframes round-inner-anime {
  0% {
    transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    transform: scale(1.1, 1.1) rotate(-360deg);
  }
}
.home .sec5 .base2 {
  position: relative;
  z-index: 0;
}
.home .sec5 .base2 .img1 {
  position: relative;
  z-index: 1;
}
.home .sec5 .base2 .img_wrap {
  position: relative;
  z-index: 0;
  height: 600px;
}
.home .sec5 .base2 .img_wrap .img2 {
  position: absolute;
  z-index: 2;
  width: 80%;
  left: -25%;
  top: -124px;
}
.home .sec5 .base2 .img_wrap .img3 {
  position: absolute;
  z-index: 2;
  width: 70%;
  right: -27%;
  top: 80px;
}
.home .sec5 .base2 .img4 {
  width: 240px;
  padding-top: 64px;
  position: absolute;
  right: -4%;
}
.home .sec5 .base2 .btn {
  padding-top: 140px;
  position: absolute;
  right: 500px;
}
.home .sec6 .body .content_area,
.home .sec7 .body .content_area {
  max-width: 1500px;
  min-width: 1100px;
  margin: auto;
  margin: 0 auto;
}
.home .sec6 .body .slick-list,
.home .sec7 .body .slick-list {
  overflow: visible;
}
.home .sec6 .body .slick-item p,
.home .sec7 .body .slick-item p {
  font-size: 18px;
  line-height: 150px;
  text-align: center;
  margin: 10px;
  padding: 2%;
  background: white;
  position: relative;
}
.home .sec6 .body .slick-prev,
.home .sec6 .body .slick-next,
.home .sec7 .body .slick-prev,
.home .sec7 .body .slick-next {
  z-index: 100;
}
.home .sec6 .body .slick-prev:before,
.home .sec6 .body .slick-next:before,
.home .sec7 .body .slick-prev:before,
.home .sec7 .body .slick-next:before {
  color: #75E1D6;
}
@media screen and (max-width: 560px) {
  .home .sec6 .body .content_area,
  .home .sec7 .body .content_area {
    padding: 0 30px;
  }
  .home .sec6 .body .slick-item p,
  .home .sec7 .body .slick-item p {
    font-size: 15px;
    line-height: 100px;
    margin: 5px;
    padding: 1.5%;
  }
}
.home .sec6 {
  padding-bottom: 117px;
}
.home .sec6 .body .content_area .slick-slider-works {
  padding-bottom: 54px;
}
.home .sec6 .body .content_area .slick-slider-works .slick-item {
  margin-right: 55px;
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a {
  display: block;
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a .thum {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a .thum img {
  height: auto;
  transition: transform 0.6s ease;
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a .spec {
  display: flex;
  padding: 24px 0 10px;
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a .spec .tag span {
  background-color: #DF7CA0;
  color: #fff;
  border-radius: 100px;
  padding: 3px 24px 4px;
  font-size: 14px;
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a .spec .date {
  color: #DF7CA0;
  padding: 3px 16px;
}
.home .sec6 .body .content_area .slick-slider-works .slick-item a:hover img {
  transform: scale(1.1);
}
.home .sec7 {
  padding-bottom: 117px;
}
.home .sec7 .body .content_area .slick-slider-property {
  padding-bottom: 54px;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item {
  margin-right: 40px;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a {
  display: block;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .thum {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .thum img {
  height: auto;
  transition: transform 0.6s ease;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .spec {
  display: flex;
  padding: 24px 0 6px;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .spec .tag span {
  border: #354159 solid 1px;
  color: #354159;
  border-radius: 100px;
  padding: 3px 24px 4px;
  font-size: 14px;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .spec .price {
  padding: 3px 16px;
  font-size: 26px;
  font-family: "Inter", serif;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .spec .price span {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a .room {
  font-weight: bold;
  padding-bottom: 8px;
}
.home .sec7 .body .content_area .slick-slider-property .slick-item a:hover img {
  transform: scale(1.1);
}

/* dotsを丸くカスタマイズするCSS */
.slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 48px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
  background: #000;
}

.slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* =================================================================

    フッター

================================================================= */
.foot_banner {
  display: flex;
}
.foot_banner .box a {
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: 400px;
  width: 100%;
}
.foot_banner .box a img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}
.foot_banner .box a:hover img {
  transform: scale(1.05);
}
.foot_banner .box a .txt {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
}
.foot_banner .box a .txt .in {
  text-align: center;
}
.foot_banner .box a .txt .in p {
  font-size: 36px;
  font-weight: bold;
  width: 100%;
  padding-bottom: 24px;
}
.foot_banner .box a .txt .in .en {
  font-size: 18px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .foot_banner .box a {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 360px;
    width: 100%;
  }
}

footer {
  position: relative;
  padding: 196px 0 280px;
}
footer::after {
  content: "";
  display: block;
  width: 200%;
  height: calc(100% - 0px);
  background-color: #F3EEEA;
  position: absolute;
  right: 10vw;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 50px 0;
  margin-bottom: 160px;
}
footer .inner {
  max-width: 1200px;
  min-width: 1100px;
}
footer .inner a:hover {
  opacity: 0.6;
}
footer .base {
  display: flex;
  padding: 0 0 80px;
}
footer .base .left {
  width: 50%;
}
footer .base .left .f_logo {
  width: 335px;
  margin-bottom: 47px;
}
footer .base .left .info p {
  margin-bottom: 10px;
}
footer .base .right {
  width: 50%;
  display: flex;
  gap: 95px;
  font-size: 14px;
}
footer .base .right .menu {
  display: flex;
  gap: 78px;
}
footer .base .right .menu ul li a {
  display: block;
  padding: 8px 0;
  font-weight: bold;
}
footer .base .right .menu ul li.s a {
  font-weight: normal;
  padding: 0;
}
footer .base .right .contact {
  padding-top: 16px;
}
footer .base .right .contact a {
  border: #354159 solid 1px;
  border-radius: 100px;
  padding: 10px 0;
  width: 180px;
  text-align: center;
  display: block;
}
footer .base .right .contact a i {
  line-height: 0;
  display: inline-flex;
}
footer .base .right .contact a i img {
  width: 19px;
  margin-left: 12px;
}
footer .sub_navi {
  display: flex;
  gap: 16px;
  margin: 16px 0;
  justify-content: flex-end;
}
footer .sub_navi a {
  font-size: 13px;
}
footer p.f_txt {
  font-size: 13px;
  line-height: 150%;
  text-align: right;
}
footer .pagetop {
  position: fixed;
  width: 57px;
  text-align: right;
  bottom: 26px;
  right: 48px;
  z-index: 9999;
}
@media screen and (max-width: 1300px) {
  footer::after {
    content: "";
    display: block;
    width: 200%;
    height: calc(100% - 0px);
    background-color: #F3EEEA;
    position: absolute;
    right: 2vw;
    bottom: 0;
    z-index: -1;
    border-radius: 0 0 50px 0;
    margin-bottom: 160px;
  }
  footer .inner {
    width: 960px;
  }
}

/* =================================================================

    スマホ

================================================================= */
@media screen and (max-width: 768px) {
  body {
    font-size: 11px;
  }
  .inner,
  header {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding: 0 30px;
  }
  header {
    padding: 0;
  }
  .home_img {
    top: -12px;
    width: 100%;
  }
  .home_img img.girl-animation {
    animation: girl-animation 1.8s ease-in-out infinite alternate-reverse;
    width: 90%;
  }
  /* =================================================================

      パーツ

  ================================================================= */
  .ttl_base {
    padding-bottom: 32px;
  }
  .ttl_base h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .ttl_base .en {
    font-size: 10px;
  }
  .btn a {
    font-size: 14px;
  }
  .btn a span {
    width: 36px;
    height: 36px;
  }
  .btn a span::before {
    background-image: url(/assets/images/common/SVG/btn.svg);
    width: 5px;
  }
  .btn a:hover {
    opacity: 1;
  }
  .btn a:hover span::before {
    background-image: url(/assets/images/common/SVG/btn_white.svg);
    width: 5px;
  }
  .btn a:hover span::after {
    width: 100%;
    height: 100%;
  }
  /* =================================================================

      トップページ

  ================================================================= */
  .home_img {
    position: absolute;
    top: -50px;
    z-index: 0;
    width: 120%;
    /* @keyframesの用意 */
  }
  .home_img img.girl-animation {
    animation: girl-animation 1.8s ease-in-out infinite alternate-reverse;
  }
  @keyframes girl-animation {
    0% {
      transform: translateY(-12px);
    }
    100% {
      transform: translateY(12px);
    }
  }
  #splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    background-image: url(/assets/images/common/1x/head_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 50% 95%;
    background-size: 100%, 60px;
    z-index: 99999;
    opacity: 1;
    transition: opacity 2s ease;
  }
  #splash .splash-logo {
    width: 70%;
    height: auto;
    display: block;
    margin: auto;
  }
  #splash .splash-img {
    width: 64px;
    height: auto;
    margin: auto;
    display: block;
    position: fixed;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  /* メインコンテンツのスタイル */
  .hidden {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .visible {
    display: block;
    opacity: 1;
  }
  .home {
    position: relative;
    z-index: 1;
  }
  .home .mv {
    display: block;
  }
}
@media screen and (max-width: 768px) and (max-width: 1500px) {
  .home .mv {
    padding: 100px 4vw;
  }
}
@media screen and (max-width: 768px) {
  .home .mv .left {
    width: 100%;
    padding: 0 8vw 80px;
  }
  .home .mv .left .en {
    font-size: 14vw;
  }
  .home .mv .left .en p {
    line-height: 120%;
  }
  .home .mv .left .txt {
    padding-top: 40px;
    font-size: 18px;
  }
  .home .mv .right {
    width: 100%;
    padding: 100px 0;
    position: relative;
  }
  .home .mv .right .round-wrap {
    position: absolute;
    top: 0px;
    left: 0;
    width: 280px;
    height: 280px;
  }
  .home .mv .right .round-wrap-back {
    position: absolute;
    top: -24px;
    left: 0;
    width: 300px;
    height: 300px;
  }
  .home .sec1 {
    background: url(/assets/images/home/2x/sec1_2.png) no-repeat 100% 0/400px;
    margin-top: -150px;
    padding-bottom: 112px;
  }
  .home .sec1 .base {
    display: block;
    padding-top: 160px;
  }
  .home .sec1 .base .right {
    width: 100%;
    order: 2;
    padding-top: 80px;
  }
  .home .sec1 .base .right h3 {
    font-size: 15px;
    margin-bottom: 16px;
    line-height: 150%;
  }
  .home .sec1 .base .right p {
    padding-bottom: 40px;
  }
  .home .sec1 .base .left {
    width: 100%;
    order: 1;
    padding: 60px 0 0 20px;
  }
  .home .sec1 .base .left .sec1_round-wrap {
    width: 240px;
    height: 240px;
  }
  .home .sec1 .base .left .sec1_round-wrap-back {
    width: 260px;
    height: 260px;
  }
  .home .sec2 {
    padding-bottom: 112px;
  }
  .home .sec2 .base {
    display: block;
  }
  .home .sec2 .base .ttl_base {
    width: 100%;
  }
  .home .sec2 .base .body {
    width: 100%;
    border-top: #EFEFEF solid 1px;
  }
  .home .sec2 .base .body .box a {
    display: block;
    border-bottom: #EFEFEF solid 1px;
    padding: 16px;
  }
  .home .sec2 .base .body .box a .date {
    color: #EEBBC8;
  }
  .home .sec2 .base .body .box a:hover {
    background-color: #f9f9f9;
  }
  .home .sec2 .base .body .btn {
    padding-top: 45px;
  }
  .home .sec3 {
    padding: 0 0;
  }
  .home .sec3 .scroll-infinity__item {
    width: 50vw;
  }
  .home .sec4 {
    margin: 80px 0 0;
  }
  @keyframes infinity-scroll-right {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0%);
    }
  }
  .home .sec4 .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .home .sec4 .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
  }
  .home .sec4 .scroll-infinity__list--right {
    animation: infinity-scroll-right 300s infinite linear 0.5s both;
  }
  .home .sec4 .scroll-infinity__item {
    width: 150vw;
  }
  .home .sec4 .scroll-infinity__item > img {
    width: 100%;
  }
  .home .sec5 {
    position: relative;
    padding: 100px 0 65vw 0;
    margin-bottom: 80px;
  }
  .home .sec5 .inner {
    padding: 0;
  }
  .home .sec5::after {
    content: "";
    display: block;
    width: 200%;
    height: calc(100% - 57px);
    background-color: #F3EEEA;
    position: absolute;
    right: 0vw;
    bottom: 0;
    z-index: -1;
    border-radius: 0 25px 25px 0;
  }
  .home .sec5 .ttl_base {
    text-align: center;
  }
  .home .sec5 .base1 {
    background: url(/assets/images/home/SVG/sec5_7.svg) no-repeat 0 0/100%;
    display: block;
  }
  .home .sec5 .base1 .left {
    padding: 60px 60px 0;
    width: 100%;
  }
  .home .sec5 .base1 .left h3 {
    font-size: 15px;
    margin-bottom: 16px;
    line-height: 150%;
  }
  .home .sec5 .base1 .right {
    padding: 80px 0 60px 30px;
    width: 100%;
  }
  .home .sec5 .base1 .sec5_round-wrap {
    top: 10px;
    width: 300px;
    height: 300px;
  }
  .home .sec5 .base1 .sec5_round-wrap .rotate {
    width: 100%;
    height: 100%;
    animation: rotate-anime 20s linear infinite;
  }
  @keyframes rotate-anime {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  .home .sec5 .base1 .sec5_round-wrap .round {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
    animation: round_anime 20s linear infinite;
    overflow: hidden;
  }
  @keyframes round_anime {
    0% {
      border-radius: 70% 30% 30% 70%/70% 30% 30% 70%;
    }
    25% {
      border-radius: 20% 80% 50% 50%/50% 50% 80% 20%;
    }
    50% {
      border-radius: 30% 70% 60% 40%/30% 70% 60% 40%;
    }
    75% {
      border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
    100% {
      border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
    }
  }
  .home .sec5 .base1 .sec5_round-wrap .round-inner {
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/home/2x/sec5_8.png);
    background-position: center center;
    background-size: cover;
    transform: scale(1.1, 1.1) rotate(0);
    animation: round-inner-anime 20s linear infinite;
  }
  @keyframes round-inner-anime {
    0% {
      transform: scale(1.1, 1.1) rotate(0);
    }
    100% {
      transform: scale(1.1, 1.1) rotate(-360deg);
    }
  }
  .home .sec5 .base1 .sec5_round-wrap-back {
    position: absolute;
    width: 320px;
    height: 320px;
  }
  .home .sec5 .base1 .sec5_round-wrap-back .rotate {
    width: 100%;
    height: 100%;
    animation: rotate-anime 30s linear infinite;
  }
  @keyframes rotate-anime {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .home .sec5 .base1 .sec5_round-wrap-back .round {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 90% 10% 30% 70%/30% 80% 20% 70%;
    animation: round_anime 30s linear infinite;
    overflow: hidden;
  }
  @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%;
    }
  }
  .home .sec5 .base1 .sec5_round-wrap-back .round-inner {
    width: 100%;
    height: 100%;
    background-color: #EEBBC8;
    background-position: center center;
    background-size: cover;
    transform: scale(1.1, 1.1) rotate(0);
    animation: round-inner-anime 30s linear infinite;
  }
  @keyframes round-inner-anime {
    0% {
      transform: scale(1.1, 1.1) rotate(0);
    }
    100% {
      transform: scale(1.1, 1.1) rotate(-360deg);
    }
  }
  .home .sec5 .base2 {
    position: relative;
    z-index: 0;
  }
  .home .sec5 .base2 .img1 {
    position: relative;
    z-index: 1;
  }
  .home .sec5 .base2 .img_wrap {
    position: relative;
    z-index: 0;
    height: 114vw;
  }
  .home .sec5 .base2 .img_wrap .img2 {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: -25%;
    top: -10vw;
  }
  .home .sec5 .base2 .img_wrap .img3 {
    position: absolute;
    z-index: 2;
    width: 70%;
    right: 0%;
    top: 60vw;
  }
  .home .sec5 .base2 .img4 {
    width: 40%;
    padding-top: 0;
    position: absolute;
    right: 30px;
  }
  .home .sec5 .base2 .btn {
    padding-top: 140px;
    position: absolute;
    right: 35%;
  }
  .home .sec6 .body .content_area,
  .home .sec7 .body .content_area {
    max-width: 100%;
    min-width: 100%;
    margin: auto;
    margin: 0 auto;
  }
  .home .sec6 .body .slick-list,
  .home .sec7 .body .slick-list {
    overflow: visible;
  }
  .home .sec6 .body .slick-item p,
  .home .sec7 .body .slick-item p {
    font-size: 18px;
    line-height: 150px;
    text-align: center;
    margin: 10px;
    padding: 2%;
    background: white;
    position: relative;
  }
  .home .sec6 .body .slick-prev,
  .home .sec6 .body .slick-next,
  .home .sec7 .body .slick-prev,
  .home .sec7 .body .slick-next {
    z-index: 100;
  }
  .home .sec6 .body .slick-prev:before,
  .home .sec6 .body .slick-next:before,
  .home .sec7 .body .slick-prev:before,
  .home .sec7 .body .slick-next:before {
    color: #75E1D6;
  }
}
@media screen and (max-width: 768px) and (max-width: 560px) {
  .home .sec6 .body .content_area,
  .home .sec7 .body .content_area {
    padding: 0;
  }
  .home .sec6 .body .slick-item p,
  .home .sec7 .body .slick-item p {
    font-size: 15px;
    line-height: 100px;
    margin: 5px;
    padding: 1.5%;
  }
}
@media screen and (max-width: 768px) {
  .home .sec6 {
    padding-bottom: 60px;
  }
  .home .sec6 .body .content_area .slick-slider-works {
    padding-bottom: 40px;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item {
    margin-right: 16px;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item a {
    display: block;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item a .thum {
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    border-radius: 16px;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item a .thum img {
    height: auto;
    transition: transform 0.6s ease;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item a .spec {
    display: flex;
    padding: 24px 0 10px;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item a .spec .tag span {
    background-color: #DF7CA0;
    color: #fff;
    border-radius: 100px;
    padding: 3px 10px 4px;
    font-size: 10px;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item a .spec .date {
    color: #DF7CA0;
    padding: 3px 0 3px 8px;
  }
  .home .sec6 .body .content_area .slick-slider-works .slick-item a:hover img {
    transform: scale(1.1);
  }
  .home .sec7 {
    padding-bottom: 60px;
  }
  .home .sec7 .body .content_area .slick-slider-property {
    padding-bottom: 40px;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item {
    margin-right: 10px;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a {
    display: block;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a .thum {
    cursor: pointer;
    max-width: 500px;
    overflow: hidden;
    width: 100%;
    border-radius: 16px;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a .thum img {
    height: auto;
    transition: transform 0.6s ease;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a .spec {
    display: flex;
    padding: 24px 0 6px;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a .spec .tag span {
    border: #354159 solid 1px;
    color: #354159;
    border-radius: 100px;
    padding: 3px 10px 4px;
    font-size: 9px;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a .spec .price {
    padding: 3px 0 3px 6px;
    font-size: 16px;
    font-family: "Inter", serif;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a .spec .price span {
    font-size: 9px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a .room {
    font-weight: bold;
    padding-bottom: 8px;
  }
  .home .sec7 .body .content_area .slick-slider-property .slick-item a:hover img {
    transform: scale(1.1);
  }
  .foot_banner {
    display: flex;
  }
  .foot_banner .box a {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 110px;
    width: 100%;
  }
  .foot_banner .box a img {
    width: 100%;
    height: auto;
    transition: transform 0.6s ease;
  }
  .foot_banner .box a:hover img {
    transform: scale(1.05);
  }
  .foot_banner .box a .txt {
    align-items: center;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .foot_banner .box a .txt .in {
    text-align: center;
  }
  .foot_banner .box a .txt .in p {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    padding-bottom: 0px;
  }
  .foot_banner .box a .txt .in .en {
    font-size: 9px;
    width: 100%;
  }
  footer {
    position: relative;
    padding: 80px 25px 120px;
    font-size: 13px;
  }
  footer::after {
    content: "";
    display: block;
    width: 200%;
    height: calc(100% - 0px);
    background-color: #F3EEEA;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0 0 0 0;
    margin-bottom: 0;
  }
  footer .inner {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  footer .inner a:hover {
    opacity: 0.6;
  }
  footer .base {
    display: block;
    padding: 0 0 40px;
  }
  footer .base .left {
    width: 100%;
  }
  footer .base .left .f_logo {
    width: 260px;
    margin-bottom: 36px;
  }
  footer .base .left .info {
    line-height: 150%;
  }
  footer .base .left .info p {
    margin-bottom: 10px;
  }
  footer .base .right {
    display: block;
    padding-top: 24px;
    width: 100%;
  }
  footer .base .right .menu {
    display: flex;
    gap: 54px;
  }
  footer .base .right .menu ul li a {
    display: block;
    padding: 8px 0;
    font-weight: bold;
  }
  footer .base .right .menu ul li.s a {
    font-weight: normal;
    padding: 0;
  }
  footer .base .right .contact {
    padding-top: 16px;
  }
  footer .base .right .contact a {
    width: 100%;
  }
  footer .sub_navi {
    justify-content: flex-start;
  }
  footer .sub_navi a {
    font-size: 12px;
  }
  footer p.f_txt {
    font-size: 12px;
    text-align: left;
  }
  footer .pagetop {
    position: absolute;
    width: 48px;
    text-align: right;
    bottom: 26px;
    right: 48px;
  }
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #942D2F;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* =================================================================

    その他

================================================================= */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
br.is-sp-only {
  display: none;
}/*# sourceMappingURL=style.css.map */