@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

.sp-visible {
  display: none;
}

.pc-visible {
  display: block;
}

.sp-br-visible {
  display: none;
}

.pc-br-visible {
  display: inline;
}
/*
* Root
*/
html {
  font-size: 62.5%;
}

/*
* Common
*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Mayryo", sans-serif;
  color: #000000;
}

h1, h2, h3 {
  margin-top: 0;
}

p {
  margin-top: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

/*
* Animation
*/
.anim {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s, opacity 0.8s ease 0s;
  transition: transform 0.8s ease 0s, opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  will-change: auto;
}

.anim.in-view {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*
* contents-box
*/

/*
* hd
*/
.hd {
  display: none;
}

/*
* cmn-body
*/
.cmn-body {
  background: #fff;
}

/*
* main
*/
.main {
  position: relative;
  z-index: 1;
}

.ft {
  position: relative;
  background: #fff;
}
.ft-nav-item .btn {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}
.ft-nav-item .btn:hover {
  text-decoration: underline;
}
.ft-mark-item.is-01 {
  width: 60%;
}
.ft-mark-item.is-02 {
  width: 40%;
}

/*
* top-sec
*/
.top-sec {
  background: url(https://cdnec.artnature.co.jp/img/freepage/lp/labomo10th/kv-back.png) no-repeat center top/cover;
}

/*
* kv
*/
.kv {
  padding-top: 9.3vw;
  position: relative;
}
.kv-ttl {
  position: absolute;
  top: 0;
}
.kv-img {
  width: 78.6vw;
  -webkit-transform: translateX(3%);
          transform: translateX(3%);
  margin-left: auto;
  margin-right: auto;
}
.kv-copy {
  position: absolute;
  top: 53%;
  width: 82%;
  left: 8%;
}
.kv-text {
  margin-top: -10%;
}

.anc {
  padding-bottom: 13.3vw;
}
.anc-list {
  margin-left: 2%;
  margin-right: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.anc-item:nth-child(2) {
  width: 50%;
}
.anc-item:nth-child(3) {
  width: 50%;
}
.anc-item .item-02 {
  width: 48%;
}
.anc-item .item-03 {
  width: 48%;
}

/*
* sec1
*/
.sec1 {
  position: relative;
}
.sec1-ttl {
  position: absolute;
  top: -2%;
  width: 66.6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec1-sttl01 {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36vw;
}
.sec1-sttl02 {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36vw;
}
.sec1-sttl03 {
  position: absolute;
  top: 96%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36vw;
}
.sec1-item01 {
  position: absolute;
  top: 13%;
  width: 86%;
  left: 7%;
}
.sec1-item02 {
  position: absolute;
  top: 25.7%;
  width: 86%;
  left: 7%;
}
.sec1-item03 {
  position: absolute;
  top: 34%;
  width: 46.5%;
  left: 4%;
}
.sec1-item04 {
  position: absolute;
  top: 45%;
  width: 86%;
  left: 7%;
}
.sec1-item05 {
  position: absolute;
  top: 53.4%;
  width: 86%;
  left: 7%;
}
.sec1-item06 {
  position: absolute;
  top: 66%;
  width: 48.5%;
  right: 2%;
}
.sec1-item07 {
  position: absolute;
  top: 73.2%;
  width: 86%;
  left: 7%;
}
.sec1-item08 {
  position: absolute;
  top: 81.4%;
  width: 86%;
  left: 7%;
}

/*
* sec2
*/
.sec2 {
  position: relative;
}
.sec2-ttl {
  margin-top: -5%;
}
.sec2-list {
  height: 122vw;
  overflow: hidden;
  position: relative;
  will-change: auto;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.sec2-list.is-active {
  height: auto;
  height: calc-size(auto, size);
}
.sec2-list.is-active .btn-wrap {
  display: none;
}
.sec2-list .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
.sec2-list .btn-wrap .btn {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 400;
  color: #5e344c;
  cursor: pointer;
  margin-top: 20%;
}

/*
* sec3
*/
.sec3 {
  padding-top: 12vw;
  padding-bottom: 12vw;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center top, center bottom, center center;
  background-size: 100% auto, 100% auto, 100% auto;
  background-image: url(https://cdnec.artnature.co.jp/img/freepage/lp/labomo10th/sec3-bk-top.png), url(https://cdnec.artnature.co.jp/img/freepage/lp/labomo10th/sec3-bk-bottom.png), url(https://cdnec.artnature.co.jp/img/freepage/lp/labomo10th/sec3-bk-rep.png);
}
.sec3-ttl {
  padding-top: 8vw;
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
}
.sec3-item {
  background: #fff;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0.2em 0.8em 0.1em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2em 0.8em 0.1em rgba(0, 0, 0, 0.1);
  padding: 6% 8% 4%;
  height: 100%;
}
.sec3-item-headding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sec3-item-headding-text {
  width: 60%;
  padding-top: 2.6vw;
}
.sec3-item-headding-text01 {
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2.6vw;
}
.sec3-item-headding-text02 .name {
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 2;
  font-weight: 400;
  margin-right: 2.6vw;
}
.sec3-item-headding-text02 .year {
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.8;
  font-weight: 400;
  display: inline-block;
}
.sec3-item-headding-text03 {
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 2;
  font-weight: 400;
}
.sec3-item-headding-text03 .date {
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 2;
  font-weight: 400;
}
.sec3-item-headding-text04 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 2px;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 2.2;
  font-weight: 400;
}
.sec3-item-headding-text04 .line-text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(0%, #c7c7c7));
  background: linear-gradient(transparent 95%, #c7c7c7 0%);
  display: inline;
  padding-top: 0;
  padding-bottom: 0.4em;
}
.sec3-item-headding-img {
  width: 40%;
  padding: 0 4%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec3-item-headding-img img {
  width: 90%;
}
.sec3-bottom-text {
  width: 61.3vw;
  margin-top: 2.6vw;
  margin-left: auto;
  margin-right: auto;
}

/*
* buy
*/
.buy-ttl {
  position: relative;
}
.buy-ttl-copy {
  position: absolute;
  top: 19%;
  width: 80%;
  left: 10%;
}
.buy_blk {
  background: #ffedf1;
}
.buy_blk-headding .text {
  display: block;
  width: 66.6vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
}
.buy_blk-headding .box {
  width: 97%;
  margin-left: 2%;
  margin-right: 2%;
}
.buy_3 {
  background: #e7e5e5 !important;
}
.buy-cvarea {
  position: relative;
}
.buy-list {
  width: 92%;
  left: 4%;
  position: absolute;
  bottom: 13%;
}
.buy-list.is-03 {
  bottom: 11%;
}
.buy-item {
  margin-top: 2%;
}

/*
* line
*/
.line {
  background: #ffedf1;
  padding-top: 6.6vw;
  padding-bottom: 9.3vw;
}
.line-box {
  position: relative;
  width: 88%;
  -webkit-transform: translateX(1%);
          transform: translateX(1%);
  margin-left: auto;
  margin-right: auto;
}
.line-box .btn {
  position: absolute;
  bottom: 6%;
  width: 88%;
  left: 6%;
}

/*more*/
.more {
  background: #fff;
  padding-top: 9.3vw;
  padding-bottom: 13.3vw;
}
.more-ttl {
  width: 72vw;
  margin-left: auto;
  margin-right: auto;
}
.more-item {
  margin-bottom: 4%;
}
.more-list {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.more-list-box {
  position: relative;
  padding-top: 24.6vw;
  margin-top: -12%;
}
.more-list-box-acc {
  position: absolute;
  top: -5%;
}

.remodal01 {
  border-radius: 0.8em;
  background: #d1edf0;
  padding: 0 3% 2% 1%;
}
.remodal01 .remodal-close {
  left: auto;
  right: 15px;
  top: 15px;
  background: url(https://cdnec.artnature.co.jp/img/freepage/lp/labomo10th/modal-close01.png) no-repeat center center/60% auto;
}
.remodal01 .remodal-close::before {
  content: "";
}
.remodal02 {
  border-radius: 0.8em;
  padding: 5% 4% 6%;
  border-radius: 0.4em;
  border: 1px solid #c79838;
  background: #fff9eb;
}
.remodal02 .remodal-close {
  left: auto;
  right: 15px;
  top: 15px;
  background: url(https://cdnec.artnature.co.jp/img/freepage/lp/labomo10th/modal-close02.png) no-repeat center center/60% auto;
}
.remodal02 .remodal-close::before {
  content: "";
}

.modal-btn-wrap02 {
  position: relative;
}

.btn-modal01 {
  position: absolute;
  bottom: 7%;
  left: 34%;
  color: #fff;
  opacity: 0;
  width: 30%;
}
.btn-modal02 {
  position: absolute;
  bottom: 15%;
  left: 15%;
  color: #000;
  opacity: 0;
  width: 66%;
}

.swiper {
  padding: 10% 0;
}
.swiper-slide {
  width: 100%;
  height: auto;
}
.swiper-pagination {
  top: 97% !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #de529a;
}

.swiper-button-next {
  background: url(https://cdnec.artnature.co.jp/img/freepage/lp/labomo10th/ar-r.png) no-repeat center center/80% auto;
}
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev {
  background: url(https://cdnec.artnature.co.jp/img/freepage/lp/labomo10th/ar-l.png) no-repeat center center/80% auto;
}
.swiper-button-prev::after {
  content: none;
}

/*
* footer
*/
.ft {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .ft {
  padding-bottom: 30%;
}
}

.ft-nav {
  padding-bottom: 3%;
  border-bottom: solid 2px #26479b;
  margin-bottom: 3%;
}
.ft-nav-item {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.ft-nav-item a {
  color: #000;
}
.ft-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: 0 auto;
}
.ft-mark-item {
  padding: 0 20px;
}
.ft-logo {
  text-align: center;
  display: block;
}
.ft-logo .btn {
  text-align: center;
  display: block;
}
.ft-logo img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 50%;
  margin-top: 3rem;
}
.ft .copyright {
  text-align: center;
  font-size: 1.4rem;
}

body.is-ban-in .fixed-ban {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
body.is-ban-in .fixed-ban.not-action {
  display: none!important;
}

.js-timer-target01,
.js-timer-target03,
.js-timer-target04,
.js-timer-target05,
.js-timer-target06{
  position: relative;
}

.js-timer-target01.is-close{
    display: block;
}

.js-timer-target01.is-close::before {
  content: "キャンペーンは終了しました。";
  color: #fff;
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
  top: 62%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  text-align: center;
}
.js-timer-target01.is-close::after {
  border-radius: 0.8em;
  content: "";
   background: rgba(43,46,56,0.8);
  position: absolute;
  width: 97%;
  height: 50%;
  top: 44%;
  left: 50%;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
}

.js-timer-target06.not-action{
    display: none!important;
}

.js-timer-target03.is-close::before,
.js-timer-target04.is-close::before,
.js-timer-target05.is-close::before {
  content: "キャンペーンは終了しました。";
  color: #fff;
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
  top: 20%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  text-align: center;
}
.js-timer-target03.is-close:after,
.js-timer-target04.is-close:after,
.js-timer-target05.is-close::after {
  border-radius: 0.8em;
  content: "";
 background: rgba(43,46,56,0.8);
  position: absolute;
  width: 95%;
  height: 98.5%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
@media screen and (max-width: 768px) {
  .sp-visible {
    display: block;
  }
  .pc-visible {
    display: none;
  }
  .sp-br-visible {
    display: inline;
  }
  .pc-br-visible {
    display: none;
  }
  .main img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .wrap {
    min-width: 1024px;
  }
  .pc-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(https://cdnec.artnature.co.jp/img/freepage/lp/labomo10th/hd-back.png) no-repeat center center/cover;
  }
  .contents-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .hd {
    display: block;
    width: 50%;
    height: 100vh;
    position: relative;
    max-width: 550px;
    min-width: 508px;
  }
  .hd-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 51%;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .hd-in::after {
    content: "";
    display: block;
    width: 1395px;
    height: 612px;
    background: url(https://cdnec.artnature.co.jp/img/freepage/lp/labomo10th/hd-bk.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    left: -36%;
    top: 4%;
  }
  .hd-in-ttl {
    margin-bottom: 2%;
    display: block;
    position: relative;
    z-index: 1;
  }
  .hd-in-img {
    display: block;
    width: 40%;
    margin-left: 6%;
    position: relative;
    z-index: 1;
  }
  .hd-in-nav {
    width: 50%;
    position: relative;
    z-index: 1;
  }
  .hd-in-nav-item.is-ban {
    margin-top: 40px;
  }
  .hd-in-nav-item + li {
    margin-top: 22px;
  }
  .hd-in-nav-item .btn {
    position: relative;
    padding-left: 2.4em;
    display: inline-block;
    position: relative;
    color: #d50080;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.8;
  }
  .hd-in-nav-item .btn:hover {
    text-decoration: underline;
  }
  .hd-in-nav-item .btn::before {
    position: absolute;
    top: 0.2em;
    left: 0;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    content: "";
    background: url(https://cdnec.artnature.co.jp/img/freepage/lp/labomo10th/pc-nav-acc.png) no-repeat center center;
    background-size: 100% auto;
  }
  .hd-in-nav-item .btn.has-no-icon {
    padding-left: 0;
  }
  .hd-in-nav-item .btn.has-no-icon img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hd-in-nav-item .btn.has-no-icon:hover {
    text-decoration: none;
  }
  .hd-in-nav-item .btn.has-no-icon:hover img {
    opacity: 0.8;
  }
  .hd-in-nav-item .btn.has-no-icon::before {
    display: none;
  }
  .cmn-body {
    margin-left: 4%;
    max-width: 500px;
  }
  .cmn-body-in {
    position: relative;
    -webkit-box-shadow: 0em 0.2em 3em 0.3em rgb(216, 187, 194);
            box-shadow: 0em 0.2em 3em 0.3em rgb(216, 187, 194);
  }
  .ft-nav-item .btn {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 400;
  }
  .kv {
    padding-top: 45.5px;
  }
  .kv-img {
    width: 82%;
  }
  .anc {
    padding-bottom: 65px;
  }
  .sec1-ttl {
    width: 325px;
  }
  .sec1-sttl01 {
    width: 175.5px;
  }
  .sec1-sttl02 {
    width: 175.5px;
  }
  .sec1-sttl03 {
    width: 175.5px;
  }
  .sec2-list {
    height: 585px;
  }
  .sec2-list .btn-wrap .btn {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 400;
  }
  .sec3 {
    padding-top: 0px;
  }
  .sec3 {
    padding-bottom: 58.5px;
  }
  .sec3-ttl {
    padding-top: 104px;
  }
  .sec3-ttl {
    width: 80%;
  }
  .sec3-item-headding-text {
    padding-top: 13px;
  }
  .sec3-item-headding-text01 {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.7;
    font-weight: 600;
  }
  .sec3-item-headding-text01 {
    margin-bottom: 13px;
  }
  .sec3-item-headding-text02 .name {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2;
    font-weight: 400;
  }
  .sec3-item-headding-text02 .name {
    margin-right: 13px;
  }
  .sec3-item-headding-text02 .year {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 2;
    font-weight: 400;
  }
  .sec3-item-headding-text03 {
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 2;
    font-weight: 400;
  }
  .sec3-item-headding-text03 .date {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2;
    font-weight: 400;
  }
  .sec3-item-headding-text04 {
    background-size: 0.5px auto;
  }
  .sec3-item-headding-text04 {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2.1;
    font-weight: 400;
  }
  .sec3-bottom-text {
    width: 299px;
  }
  .sec3-bottom-text {
    margin-top: 13px;
  }
  .buy_blk-headding .text {
    width: 325px;
  }
  .line {
    padding-top: 32.5px;
  }
  .line {
    padding-bottom: 45.5px;
  }
  .more {
    padding-top: 45.5px;
  }
  .more {
    padding-bottom: 65px;
  }
  .more-ttl {
    width: 351px;
  }
  .more-list-box {
    padding-top: 120.25px;
  }
  .fixed-ban {
    display: none;
  }
  .js-timer-target01.is-close::before {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 600;
  }
  .js-timer-target03.is-close::before,
  .js-timer-target04.is-close::before,
  .js-timer-target05.is-close::before {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 600;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1023px) {
  .hd-in {
    min-width: 525px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .hd-in {
    max-width: 50%;
  }
}
@media screen and (min-width: 769px) and (min-width: 1150px) {
  .hd-in {
    width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .remodal01 .remodal-close {
    right: 2vw;
    top: 2vw;
  }
  .remodal02 .remodal-close {
    right: 2vw;
    top: 2vw;
  }
  .fixed-ban {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: auto;
  }
}