body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
}

p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 12px;
    line-height: 22px;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}

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

.p-floorleum {
  padding: 0;
}
.p-floorleum__content {
  max-width: 1022px;
  width: 86%;
  margin: auto;
}
.p-floorleum__heading {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 75px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__heading {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 35px;
  }
}

.p-floorleum__mv {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-floorleum__mv {
    height: 650px;
  }
}
.p-floorleum__mv--bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
}
.p-floorleum__mv--bg.is-animation {
  animation: none;
}
.p-floorleum__mv--bg .bg-opa {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.p-floorleum__mv--bg .left {
  animation: fadeup 1s ease-in forwards;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/p-floorleum__mv-left.png") no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .p-floorleum__mv--bg .left {
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    position: absolute;
    top: 0;
  }
}
.p-floorleum__mv--bg .right {
  animation: fadedown 1s ease-in forwards;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/p-floorleum__mv-right.jpg") no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .p-floorleum__mv--bg .right {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    position: absolute;
    top: 0;
  }
}
.p-floorleum__mv--btmtxt {
  position: absolute;
  bottom: 0;
  padding: 0 0 28px 50px;
}
.p-floorleum__mv--btmtxt.lefttxt {
  right: 0;
  padding: 0 50px 28px 0;
}
@media screen and (max-width: 768px) {
  .p-floorleum__mv--btmtxt.lefttxt {
    padding: 0 0 12px 7%;
    left: 0;
  }
}
.p-floorleum__mv--btmtxt.lefttxt p {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-floorleum__mv--btmtxt.lefttxt p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-floorleum__mv--btmtxt.righttxt {
    top: 0;
    right: 0;
    padding: 12px 7% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-floorleum__mv--btmtxt.righttxt p {
    text-align: right;
  }
}
.p-floorleum__mv--btmtxt p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-floorleum__mv--btmtxt p {
    font-size: 12px;
    line-height: 18px;
  }
}
.p-floorleum__mv--btmtxt p span {
  display: block;
  font-size: 12px;
  line-height: 17px;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__mv--btmtxt p span {
    font-size: 10px;
    line-height: 10px;
  }
}
.p-floorleum__mv--inner {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
  top: 0;
}
.p-floorleum__mv--inner-scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  display: inline-flex;
  width: fit-content;
  height: 130px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__mv--inner-scroll {
    left: auto;
    right: 3%;
  }
}
.p-floorleum__mv--inner-scroll::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70px;
  background: #fff;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.p-floorleum__mv--inner-ttl {
  margin: auto;
  position: absolute;
  z-index: 0;
  top: 45%;
  left: 0;
  right: 0;
  transform: translate(-50%, -55%);
  width: 100%;
  text-align: center;
}
.p-floorleum__mv--inner-ttl h1 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  opacity: 0;
  font-size: 2.4vw;
  line-height: 50px;
  letter-spacing: 1px;
  position: relative;
  top: 16px;
}
@media screen and (max-width: 1500px) {
  .p-floorleum__mv--inner-ttl h1 {
    top: 8%;
  }
}
@media screen and (max-width: 768px) {
  .p-floorleum__mv--inner-ttl h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.p-floorleum__mv--inner-ttl .p-floorleum__header-en {
  font-size: 13vw;
  line-height: 0;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  font-family: "Nuosu SIL", serif;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-floorleum__mv--inner-ttl .p-floorleum__header-en {
    font-size: 23vw;
    line-height: 0;
  }
}
.p-floorleum__mv--inner-ttl.is-animation h1 {
  animation: myanimation 0.8s ease-in forwards 1.4s;
}
.p-floorleum__mv--inner-ttl.is-animation .p-floorleum__header-en {
  animation: myanimation 0.8s ease-in forwards 0.8s;
}

.bg-change .bg-opa {
  transition: all 0.4s ease;
  opacity: 1;
}
.bg-change:hover .bg-opa {
  opacity: 0;
}

.p-floorleum__point {
  width: 100%;
  padding: 112px 0 160px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__point {
    padding: 35px 0 50px;
  }
}
.p-floorleum__point h2 {
  color: #696799;
}
.p-floorleum__point--shadowbox {
  display: flex;
  justify-content: flex-start;
  padding: 40px 0 40px 60px;
  align-items: center;
  box-shadow: 0px 5px 20px 0px #e0e0e0;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__point--shadowbox {
    padding: 18px 0 26px 20px;
    margin: 0 auto 34px;
  }
}
.p-floorleum__point--shadowbox img {
  margin: 0 50px 0 0;
  width: 112px;
  height: 94px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__point--shadowbox img {
    width: 65px;
    height: 55px;
    margin: 0 24px 0 0;
  }
}
.p-floorleum__point--shadowbox h3 {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #696799;
}
@media screen and (max-width: 768px) {
  .p-floorleum__point--shadowbox h3 {
    font-size: 16px;
    line-height: 30px;
  }
}
.p-floorleum__point--shadowbox h3 span {
  font-size: 38px;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__point--shadowbox h3 span {
    font-size: 26px;
    line-height: 30px;
  }
}
.p-floorleum__point--antiviral h3 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__point--antiviral h3 {
    font-size: 14px;
    line-height: 40px;
  }
}
.p-floorleum__point--antiviral h3 sup {
  font-size: 10px;
  line-height: 10px;
}
.p-floorleum__point--antiviral-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-floorleum__point--antiviral-box {
    width: 100%;
    display: block;
  }
}
.p-floorleum__point--antiviral .imgArea {
  width: 488px;
  height: 302px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__point--antiviral .imgArea {
    width: 100%;
    height: 100%;
    margin: 0 auto 25px;
  }
}
.p-floorleum__point--antiviral .imgArea img {
  width: 100%;
  height: 100%;
}
.p-floorleum__point--antiviral .attention {
  width: calc(100% - 543px);
}
@media screen and (max-width: 768px) {
  .p-floorleum__point--antiviral .attention {
    width: 100%;
  }
}
.p-floorleum__point--antiviral .attention ul {
  width: 100%;
  padding: 0 0 0 15px;
  margin: 0 0 16px;
}
.p-floorleum__point--antiviral .attention li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 8px;
  list-style: outside;
}
.p-floorleum__point--antiviral .attention li::marker {
  color: #AFADC3;
}
@media screen and (max-width: 768px) {
  .p-floorleum__point--antiviral .attention li {
    font-size: 12px;
    line-height: 22px;
  }
}
.p-floorleum__point--antiviral .attention small {
  font-size: 12px;
  line-height: 20px;
  color: #6D6B6B;
  font-weight: 400;
  display: block;
  margin: 0 0 6px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__point--antiviral .attention small {
    font-size: 10px;
    line-height: 16px;
  }
}

.p-floorleum__merit {
  width: 100%;
  padding: 90px 0 0 0;
  position: relative;
  top: 0;
  background: #fff;
  transition: all 1s ease;
}
@media screen and (max-width: 768px) {
  .p-floorleum__merit {
    padding: 35px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-floorleum__merit img {
    max-width: 100%;
  }
}
.p-floorleum__merit h2 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__merit h2 {
    font-size: 20px;
  }
}
.p-floorleum__merit .p-floorleum__merit--img {
  text-align: center;
  margin-bottom: 10px;
}
.p-floorleum__merit .p-floorleum__merit--txt {
  text-align: center;
}
.p-floorleum__merit .p-floorleum__merit--point {
  text-align: center;
  margin: 20px 0;
}
.p-floorleum__merit h3 {
  background-color: #0281CC;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .p-floorleum__merit h3 {
    font-size: 14px;
  }
}
.p-floorleum__merit h4 {
  font-size: 18px;
  margin: 20px 0 30px 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-floorleum__merit h4 {
    font-size: 12px;
  }
}
.p-floorleum__merit h4 span {
  color: #0281CC;
}
.p-floorleum__merit h4 span.attention {
  font-size: 12px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-floorleum__merit h4 span.attention {
    display: block;
  }
}
.p-floorleum__merit .p-floorleum__merit--no1 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-floorleum__merit .p-floorleum__merit--no1 {
    display: block;
  }
}
.p-floorleum__merit .p-floorleum__merit--no1 img {
  margin-right: 20px;
}
.p-floorleum__merit .p-floorleum__merit--no2 {
  text-align: center;
}
.p-floorleum__merit .p-floorleum__merit--no2 img {
  width: 80%;
  margin: 0 auto;
}
.p-floorleum__merit .p-floorleum__merit--no2 p {
  text-align: left;
}
.p-floorleum__merit--box {
  background: #fff;
  padding: 38px 0 38px 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 84px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__merit--box {
    padding: 20px;
    display: block;
    margin: 0 0 35px;
  }
}
.p-floorleum__merit--box .p-floorleum__merit--img {
  width: 188px;
  margin: 0 52px 0 0;
}
@media screen and (max-width: 768px) {
  .p-floorleum__merit--box .p-floorleum__merit--img {
    width: 120px;
    height: 108px;
    margin: 0 auto 24px;
  }
}
.p-floorleum__merit--box .p-floorleum__merit--img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-floorleum__merit--box-txt {
    border-top: solid 1px #DDDDDD;
    padding: 20px 0 0 0;
  }
}
.p-floorleum__merit--box-txt h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: #2968B0;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-floorleum__merit--box-txt h3 {
    font-size: 16px;
    display: block;
    margin: 0 0 14px;
    text-align: center;
  }
}
.p-floorleum__merit--box-txt h3 img {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__merit--box-txt h3 img {
    width: 106px;
    height: 42px;
    margin: 0;
  }
}
.p-floorleum__merit picture {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.p-floorleum__merit picture img {
  width: 100%;
  height: 100%;
}

.p-floorleum__item {
  position: relative;
  overflow: hidden;
  top: 0;
  width: 100%;
  padding: 95px 0 120px;
  border-bottom: solid 1px #CBCBCB;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item {
    padding: 54px 0 80px;
  }
}
.p-floorleum__item h2 {
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  margin: 0 0 26px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.p-floorleum__item h2 span {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item h2 span {
    font-size: 10px;
    line-height: 24px;
  }
}
.p-floorleum__item--txt {
  text-align: center;
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--txt {
    margin: 0 0 45px;
  }
}
.p-floorleum__item--img {
  display: flex;
  padding: 0 5.8% 0 0;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--img {
    display: block;
    padding: 0;
    margin: 0 0 50px;
  }
}
.p-floorleum__item--img img {
  width: 27vw;
  height: 570px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--img img {
    width: 100%;
    height: 140px;
  }
}
.p-floorleum__item--lists {
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .p-floorleum__item--lists {
    max-width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--lists {
    width: 86%;
    max-width: 86%;
    margin: auto;
  }
}
.p-floorleum__item--lists ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--lists ul {
    margin: -20px 0 38px;
  }
}
.p-floorleum__item--lists ul li {
  width: 48%;
  text-align: center;
}
.p-floorleum__item--lists ul li p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--lists ul li p {
    font-size: 10px;
    line-height: 18px;
    text-align: left;
  }
}
.p-floorleum__item--bg {
  margin: 0 0 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  max-width: 400px;
  height: 260px;
}
.p-floorleum__item--bg:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-floorleum__item--bg:hover:after {
  opacity: 0.8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.p-floorleum__item--bg h3 {
  color: #000;
  z-index: 1;
}
.p-floorleum__item--bg.floorleum__item07:after {
  background: url("../img/p-floorleum__itemlist01.jpg") no-repeat top center/cover;
}
.p-floorleum__item--bg.floorleum__item08:after {
  background: url("../img/p-floorleum__itemlist02.jpg") no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--bg {
    height: 128px;
    margin: 0 0 10px;
  }
}
.p-floorleum__item--bg h3 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--bg h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.p-floorleum__item--bg h3 span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--bg h3 span {
    font-size: 10px;
    line-height: 10px;
  }
}
.p-floorleum__item--point {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  padding: 40px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 5px 20px 0px #e0e0e0;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--point {
    font-size: 12px;
    line-height: 20px;
    padding: 26px 20px;
  }
}
.p-floorleum__item#item2 {
  padding: 120px 0 160px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item#item2 {
    padding: 56px 0 80px;
  }
}
.p-floorleum__item#item2 .p-floorleum__item--img {
  margin: 0 0 132px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item#item2 .p-floorleum__item--img {
    margin: 0 0 75px;
  }
}
.p-floorleum__item#item2 .p-floorleum__item--img img {
  width: 27vw;
  height: 870px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item#item2 .p-floorleum__item--img img {
    width: 100%;
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-floorleum__item#item2 .p-floorleum__item--lists {
    margin: -20px auto 0;
  }
}
.p-floorleum__item#item2 .p-floorleum__item--lists ul {
  margin: 0;
}
.p-floorleum__item#item2 .p-floorleum__item--lists ul li:first-of-type,
.p-floorleum__item#item2 .p-floorleum__item--lists ul li:nth-of-type(2),
.p-floorleum__item#item2 .p-floorleum__item--lists ul li:nth-of-type(3),
.p-floorleum__item#item2 .p-floorleum__item--lists ul li:nth-of-type(4) {
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item#item2 .p-floorleum__item--lists ul li:first-of-type,
.p-floorleum__item#item2 .p-floorleum__item--lists ul li:nth-of-type(2),
.p-floorleum__item#item2 .p-floorleum__item--lists ul li:nth-of-type(3),
.p-floorleum__item#item2 .p-floorleum__item--lists ul li:nth-of-type(4) {
    margin: 0 0 30px;
  }
}
.p-floorleum__item#item2 .p-floorleum__item--bg {
  position: relative;
  overflow: hidden;
  max-width: 400px;
  height: 260px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item#item2 .p-floorleum__item--bg {
    height: 128px;
  }
}
.p-floorleum__item#item2 .p-floorleum__item--bg:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-floorleum__item#item2 .p-floorleum__item--bg:hover:after {
  opacity: 0.8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.p-floorleum__item#item2 .p-floorleum__item--bg.floorleum__item01:after {
  background: url("../img/p-floorleum__itemlist02-1.jpg") no-repeat top center/cover;
}
.p-floorleum__item#item2 .p-floorleum__item--bg.floorleum__item02:after {
  background: url("../img/p-floorleum__itemlist02-2.jpg") no-repeat top center/cover;
}
.p-floorleum__item#item2 .p-floorleum__item--bg.floorleum__item03:after {
  background: url("../img/p-floorleum__itemlist02-3.jpg") no-repeat top center/cover;
}
.p-floorleum__item#item2 .p-floorleum__item--bg.floorleum__item04:after {
  background: url("../img/p-floorleum__itemlist02-4.jpg") no-repeat top center/cover;
}
.p-floorleum__item#item2 .p-floorleum__item--bg.floorleum__item05:after {
  background: url("../img/p-floorleum__itemlist02-5.jpg") no-repeat top center/cover;
}
.p-floorleum__item#item2 .p-floorleum__item--bg.floorleum__item06:after {
  background: url("../img/p-floorleum__itemlist02-6.jpg") no-repeat top center/cover;
}

.p-floorleum__item--btn {
  max-width: 484px;
  width: 86%;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--btn {
    margin: 66px auto 0;
  }
}
.p-floorleum__item--btn.sdlinebtn {
  margin: 30px auto 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--btn.sdlinebtn {
    margin: 20px auto 0;
  }
}
.p-floorleum__item--btn.sdlinebtn .btn {
  color: #000;
  background: #fff;
}
.p-floorleum__item--btn.sdlinebtn .btn a:before {
  background: #000;
}
.p-floorleum__item--btn.sdlinebtn .btn a:hover {
  color: #fff;
}
.p-floorleum__item--btn .btn {
  width: 48%;
  height: 58px;
  color: #fff;
  background: #000;
  border: solid 1px #000;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--btn .btn {
    width: 48%;
    height: 48px;
  }
}
.p-floorleum__item--btn .btn a {
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--btn .btn a {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0px;
  }
}
.p-floorleum__item--btn .btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  background: #fff;
  z-index: -1;
  transition: all 0.4s ease;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-floorleum__item--btn .btn a:hover {
  color: #000;
}
.p-floorleum__item--btn .btn a:hover:before {
  width: 100%;
}

footer {
  background: #F7F7F7;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0;
  }
}
footer .ftr__btnarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 860px;
  margin: auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  footer .ftr__btnarea {
    display: block;
    width: 265px;
  }
}
footer .ftr__btn a {
  display: inline-flex;
  align-items: center;
  z-index: 0;
  width: 420px;
  height: 100px;
  justify-content: center;
  border: solid 1px #989898;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  footer .ftr__btn a {
    width: 100%;
    height: 60px;
    font-size: 12px;
    line-height: 20px;
  }
}
footer .ftr__btn a svg {
  stroke: rgba(0, 0, 0, 0);
  margin: 0 24px 0 0;
}
@media screen and (max-width: 768px) {
  footer .ftr__btn a svg {
    margin: 0 10px 0 0;
  }
}
footer .ftr__btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  background: #000;
  z-index: -1;
  transition: all 0.4s ease;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer .ftr__btn a:hover {
  color: #fff;
}
footer .ftr__btn a:hover svg {
  stroke: rgba(255, 255, 255, 0.6);
}
footer .ftr__btn a:hover:before {
  width: 100%;
}
footer .ftr__btn:first-of-type {
  margin: 0 0 15px;
}
footer .ftr__btn:first-of-type a img {
  width: 22px;
  height: 18px;
}
footer .ftr__btn:nth-of-type(2) {
  margin: 0 0 15px;
}
footer .ftr__btn:nth-of-type(2) a img {
  width: 24px;
  height: 24px;
}

.p-floorleum__item--btn.itembtnsd {
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--btn.itembtnsd {
    max-width: 86%;
  }
}
.p-floorleum__item--btn.itembtnsd .btn {
  width: 16%;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--btn.itembtnsd .btn {
    width: 48%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--btn.itembtnsd.sdlinebtn {
    margin: 0 auto;
  }
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev,
.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 22px;
  color: #ACACAC;
}
.swiper .swiper-button-prev,
.swiper .swiper-rtl .swiper-button-next,
.swiper2 .swiper-button-prev,
.swiper2 .swiper-rtl .swiper-button-next {
  left: 23.5vw;
}
@media screen and (max-width: 768px) {
  .swiper .swiper-button-prev,
.swiper .swiper-rtl .swiper-button-next,
.swiper2 .swiper-button-prev,
.swiper2 .swiper-rtl .swiper-button-next {
    left: 12.5vw;
    top: 56%;
  }
}
.swiper .swiper-button-next,
.swiper .swiper-rtl .swiper-button-prev,
.swiper2 .swiper-button-next,
.swiper2 .swiper-rtl .swiper-button-prev {
  right: 23.5vw;
}
@media screen and (max-width: 768px) {
  .swiper .swiper-button-next,
.swiper .swiper-rtl .swiper-button-prev,
.swiper2 .swiper-button-next,
.swiper2 .swiper-rtl .swiper-button-prev {
    right: 12.5vw;
    top: 56%;
  }
}
.swiper .swiper-button-prev:after,
.swiper .swiper-rtl .swiper-button-next:after,
.swiper2 .swiper-button-prev:after,
.swiper2 .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url(../img/prev.svg) no-repeat top center/cover;
  width: 12px;
  height: 22px;
}
.swiper .swiper-button-next:after,
.swiper .swiper-rtl .swiper-button-prev:after,
.swiper2 .swiper-button-next:after,
.swiper2 .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url(../img/next.svg) no-repeat top center/cover;
  width: 12px;
  height: 22px;
}

.p-floorleum__item--side {
  height: 100%;
  width: 184px;
  position: absolute;
  top: 200px;
  right: 0;
  z-index: -1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--side {
    height: 100px;
    width: 100%;
    top: 0;
  }
}
.p-floorleum__item--side .flowtxt {
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: -40px;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--side .flowtxt {
    top: 0;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--side .flowtxt img {
    display: none;
  }
}
.p-floorleum__item--side .flowtxt p {
  display: none;
  font-family: "Nuosu SIL", serif;
  font-size: 88px;
  line-height: 116px;
  font-weight: 400;
  color: #F0F0F0;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-floorleum__item--side .flowtxt p {
    display: block;
  }
}

.is-animation {
  animation: myanimation 1s ease-in forwards;
}

@keyframes myanimation {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  75% {
    opacity: 0.75;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  75% {
    opacity: 0.75;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadedown {
  0% {
    opacity: 0;
    transform: translateY(-30%);
  }
  75% {
    opacity: 0.75;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#floatbtn {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #floatbtn {
    top: 5px;
    right: 5px;
  }
}

#floatbtn ul {
  width: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #floatbtn ul {
    width: 280px;
  }
}

#floatbtn ul li {
  width: 48%;
  border: solid 1px #989898;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #floatbtn ul li {
    width: fit-content;
  }
}

#floatbtn ul li a {
  font-size: 11px;
  line-height: 16px;
  padding: 8px 0;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #floatbtn ul li a {
    padding: 8px 20px;
  }
}
#floatbtn ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #000;
  z-index: -1;
  transition: all 0.4s ease;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
#floatbtn ul li a:hover {
  color: #fff;
}
#floatbtn ul li a:hover:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #floatbtn ul li a {
    font-size: 10px;
    line-height: 15px;
  }
}
#floatbtn ul li a span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #floatbtn ul li a span {
    display: none;
  }
}
