@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  color: #6e4b2b;
  height: 100%;
  font-weight: 500;
}

#main {
  overflow: hidden;
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.contact_btn {
  transition: 0.5s;
  transform: scale(1);
}

.contact_btn:hover {
  transform: scale(1.1);
}

img {
  width: 100%;
  vertical-align: bottom;
}

/* ================================ 
        mv 
================================ */
.mv {
  width: 100%;
}

.mv_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.mv_inner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/leaf_R.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 750px;
  height: 174px;
  z-index: 1;
}

.mv_inner::after {
  content: '';
  position: absolute;
  bottom: -8.3%;
  left: 0;
  background-image: url(../img/leaf_L.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 750px;
  height: 309px;
  z-index: 1;
}

.mv_ttl {
  width: 100%;
  max-width: 32vw;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
}

.back-to-top {
  position: fixed;
  right: 4%;
  bottom: 4%;
  width: 10%;
  max-width: 200px;
  z-index: 2;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 250s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 140vw;
}

.scroll-infinity__item>img {
  width: 100%;
}

/* ================================ 
        共通 
================================ */
.sec_inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

/* スクロールアニメーション */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.desc_txt {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}

.red_txt {
  color: #d31a1a;
}


/* ================================ 
        sec01 
================================ */
.sec_01,
.sec_03 {
  background-image: url(../img/pc_sec01_bg.webp);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
  position: relative;
  width: 100%;
}

.sec_01 .sec_inner {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  width: 100%;
}

.sec_separate {
  width: 100%;
}

.sec_01 .sec_inner::before {
  content: '';
  position: absolute;
  background-image: url(../img/sec01_bird.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 980px;
  height: 481px;
  top: 250px;
  left: -120px;
}

.sec_01 .sec_inner::after {
  content: '';
  position: absolute;
  background-image: url(../img/footprint_R.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 980px;
  height: 154px;
  top: 100%;
  right: 0;
}

.item {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.item_txt {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.item_txt._02 {
  width: 60%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 60px;
}

.sec_01 .item_txt._01::after {
  content: '';
  position: absolute;
  background-image: url(../img/sec01_rainbow.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 430px;
  height: 166px;
  top: 70%;
  left: 40%;
}

.sec_01 .item_txt._02::after {
  content: '';
  position: absolute;
  background-image: url(../img/sec01_img02.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 400px;
  height: 400px;
  top: -130px;
  left: -370px;
}

.item_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 600px;
}

/* ================================ 
        sec02 
================================ */
.sec_02 {
  background-color: #fdf7ea;
}

.sec_02 .sec_inner {
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}

.sec_02 .item_txt._02 {
  margin-right: auto;
  margin-left: 0;
}

.sec_02 .item_txt._01::after {
  content: '';
  position: absolute;
  background-image: url(../img/compass.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 320px;
  height: 320px;
  top: 10%;
  left: -15%;
}

.sec_02 .item_txt._02::before {
  content: '';
  position: absolute;
  background-image: url(../img/sec02_img01.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 290px;
  height: 290px;
  top: -130px;
  right: -310px;
}

.sec_02 .sec_inner::before {
  content: '';
  position: absolute;
  background-image: url(../img/sec02_bird.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 980px;
  height: 301px;
  top: 52%;
  right: -11%;
  z-index: 1;
}

.sec_02 .sec_inner::after {
  content: '';
  position: absolute;
  background-image: url(../img/sec02_rainbow.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 620px;
  height: 166px;
  top: 95%;
  left: 11%;
  z-index: 1;
}

/* ================================ 
        sec03
================================ */

.sec_03 .sec_inner {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
  width: 100%;
}

.sec_03 .sec_inner::before {
  content: '';
  position: absolute;
  background-image: url(../img/sp_nami.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 340px;
  height: 200px;
  top: -10%;
  left: 0;
}

.sec_03 .sec_inner::after {
  content: '';
  position: absolute;
  background-image: url(../img/footprint_L.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 980px;
  height: 154px;
  top: 0%;
  right: 0;
}

/* ================================ 
        sec04
================================ */

.sec_04 {
  background-image: url(../img/sec04_bg.webp);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100%;
  position: relative;
  width: 100%;
  padding: 80px 0;
}

.sec_04 .item_txt {
  background-image: url(../img/base_center.webp);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: contain;
  position: relative;
  width: 100%;
  max-width: 966px;
  padding: 0 66px;
}

.base {
  width: 100%;
  max-width: 966px;
  position: relative;
}

.base._top {
  margin: 0 0 -1px 1px;
}

.base._top::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
}

._01 .base._top::before {
  background-image: url(../img/sec04_label01.webp);
  top: -46%;
  left: -5%;
}

._02 .base._top::before {
  background-image: url(../img/sec04_label02.webp);
  top: -46%;
  right: -65%;
}

.base._top::after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 174%;
}

._01 .base._top::after {
  background-image: url(../img/sec04_leaf_L01.webp);
  top: -136%;
  left: -15%;
}

._02 .base._top::after {
  background-image: url(../img/sec04_leaf_R.webp);
  top: -136%;
  right: -15%;
}

.base._bottom {
  margin: -1px 0 80px 1px;
}

.sec04_item_ttl {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 0 auto 10%;
}

.sec04_item_ttl::after {
  content: '';
  position: absolute;
  background-image: url(../img/sec04_ttl_bottom.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 22%;
  bottom: -30%;
  left: 0;
  right: 0;
  margin: auto;
}

.sec04_item01_img {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 600px;
}

._02 .base._bottom::after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 180%;
  background-image: url(../img/sec04_leaf_L02.webp);
  top: 44%;
  left: -10%;
}


/* ================================ 
        sec05
================================ */

.sec_05 {
  background-image: url(../img/sec05_bg.webp);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100%;
  position: relative;
  width: 100%;
  padding: 80px 0 0;
}

.sec05_ttl {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.sec05_ttl::after {
  content: '';
  position: absolute;
  background-image: url(../img/sec01_rainbow.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 430px;
  height: 166px;
  top: 90%;
  left: 24%;
  z-index: -1;
}

.none {
  display: none;
}

.lead_box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 10px 20px;
  width: 80%;
  margin: 40px auto;
  position: relative;
}

.sec05_deco {
  width: 100%;
  max-width: 180px;
  margin: 10px auto;
}

.ac_ttl {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  width: 100%;
  position: relative;
}

.ac_ttl::after {
  content: '';
  position: absolute;
  background-image: url(../img/map_deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24%;
  height: 160px;
  top: -220%;
  left: 0%;
}

.lead_text {
  width: 100%;
}

.lead_btn {
  font-size: 16px;
  text-align: center;
  margin: 28px auto 0;
}

.lead_btn img {
  width: 20px;
  vertical-align: middle;
}

.lead_anc {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lead_anc .lead_anc_btn img {
  border: none;
}

.acc_list {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  position: relative;
  margin: 28px auto;
}

.acc_list:last-child {
  margin: 28px auto 0;
}

.acc_list .num {
  color: #d31a1a;
  font-style: italic;
}

.new .acc_list::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #c4beb0;
  width: 90%;
  top: 187%;
}

.past .acc_list::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #c4beb0;
  width: 90%;
  top: -100%;
}

.new .acc_list:last-child::after {
  content: '';
  position: absolute;
  border-bottom: none;
  width: 90%;
  top: 187%;
}

.note {
  width: 80%;
  margin: 0 auto 20px;
  max-width: 800px;
}

.note p {
  text-indent: -16px;
  margin-left: 28px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.contact_btn {
  display: block;
  width: 300px;
  height: 70px;
  text-align: center;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  border: 2px solid #4b2a0c;
  margin: 0 auto 20px;
  padding: 10px 0px;
}

.contact_btn span {
  color: #6e4b2b;
  position: relative;
  padding-left: 0px;
}

.contact_btn span::before {
  content: "";
  position: absolute;
  top: 53%;
  right: -32%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #6e4b2b;
  border-right: 2px solid #6e4b2b;
  transform: rotate(45deg);
  margin-top: -5px;
}

/* 地図 */

.zoom_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.zoom_ttl img {
  width: 100%;
  max-width: 45px;
}

.zoomist-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.zoomist-wrapper {
  background-color: #e8deca !important;
  margin-bottom: 40px;
}

.zoomist-slider {
  z-index: 1 !important;
}

.zoomist-zoomer {
  z-index: 1 !important;
}

.zoomist-image {
  width: 100%;
  aspect-ratio: 1;
  pointer-events: all !important;
}

.zoomist-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.zoomist-image .name {
  position: absolute;
  /* z-index: 100; */
  height: auto;
  width: 8.3%;
}

/* 地域位置 */

img.aidubange {
  top: 29.5%;
  left: 17%;
}

img.aidumisato {
  top: 46.9%;
  left: 30%;
}

img.aiduwakamatsu {
  top: 43.9%;
  left: 35%;
}

img.asakawa {
  top: 81%;
  left: 45%;
}

img.bandai {
  top: 35.9%;
  left: 36%;
}

img.date {
  top: 26.9%;
  left: 62%;
}

img.fukushima {
  top: 28%;
  left: 52%;
}

img.furudono {
  top: 60.9%;
  left: 59%;
}

img.futaba {
  top: 42.5%;
  left: 84%;
}

img.hanawa {
  top: 69.9%;
  left: 57%;
}

img.hinoemata {
  top: 63.9%;
  left: 12%;
}

img.hirata {
  top: 63.5%;
  left: 79%;
}

img.hirono {
  top: 60.5%;
  left: 84%;
}

img.iitate {
  top: 31.9%;
  left: 65%;
}

img.inawashiro {
  top: 36.9%;
  left: 44%;
}

img.ishikawa {
  top: 76.9%;
  left: 52%;
}

img.iwaki {
  top: 63.9%;
  left: 68%;
}

img.izumizaki {
  top: 70%;
  left: 30.5%;
}

img.kagamiishi {
  top: 62%;
  left: 34%;
}

img.kaneyama {
  top: 45.9%;
  left: 15%;
}

img.katsurao {
  top: 39.9%;
  left: 65%;
}

img.kawamata {
  top: 35.5%;
  left: 62%;
}

img.kawauchi {
  top: 48.9%;
  left: 68%;
}

img.kitakata {
  top: 30.9%;
  left: 30%;
}

img.kitashiobara {
  top: 30.9%;
  left: 39%;
}

img.kori {
  top: 16.1%;
  left: 56%;
}

img.koriyama {
  top: 45.9%;
  left: 48%;
}

img.kunimi {
  top: 19.9%;
  left: 60%;
}

img.miharu {
  top: 42.9%;
  left: 56%;
}

img.minamiaidu {
  top: 58.9%;
  left: 22%;
}

img.minamisouma {
  top: 34.9%;
  left: 73%;
}

img.mishima {
  top: 44.4%;
  left: 23%;
}

img.motomiya {
  top: 23%;
  left: 44.5%;
}

img.nakajima {
  top: 69%;
  left: 39%;
}

img.namie {
  top: 40.9%;
  left: 73%;
}

img.naraha {
  top: 55.9%;
  left: 84%;
}

img.nihonmatsu {
  top: 37.9%;
  left: 56%;
}

img.nishiaidu {
  top: 36.9%;
  left: 22%;
}

img.nishigou {
  top: 56.9%;
  left: 39%;
}

img.okuma {
  top: 47%;
  left: 84%;
}

img.ono {
  top: 51%;
  left: 61%;
}

img.ootama {
  top: 27.2%;
  left: 40.8%;
}

img.samegawa {
  top: 65.5%;
  left: 58%;
}

img.shimogou {
  top: 52.9%;
  left: 32%;
}

img.shinchi {
  top: 21.9%;
  left: 71.5%;
}

img.shirakawa {
  top: 71.9%;
  left: 41.5%;
}

img.shouwa {
  top: 49.9%;
  left: 22.5%;
}

img.souma {
  top: 27%;
  left: 71.5%;
}

img.sukagawa {
  top: 49.9%;
  left: 47.5%;
}

img.tadami {
  top: 52.9%;
  left: 11.5%;
}

img.tamakawa {
  top: 53.9%;
  left: 54.5%;
}

img.tamura {
  top: 45.4%;
  left: 62.5%;
}

img.tanagura {
  top: 77.9%;
  left: 39.5%;
}

img.tenei {
  top: 49.9%;
  left: 38.5%;
}

img.tomioka {
  top: 51.5%;
  left: 84%;
}

img.yabiki {
  top: 65.9%;
  left: 32%;
}

img.yamatsuri {
  top: 80.9%;
  left: 61.5%;
}

img.yanaidu {
  top: 40.5%;
  left: 26.5%;
}

img.yugawa {
  top: 24.5%;
  left: 19.6%;
}

/* モーダル */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.modal__bg {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal__content_box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}

.modal__content {
  left: 0%;
  right: 0;
  margin: auto;
  padding: 0 0 3% 0;
  position: fixed;
  top: 10%;
}

.modal_content_box {
  background: #f5f5f5;
  width: 90%;
  max-width: 600px;
  max-height: 75vh;
  overflow-y: scroll;
  border-radius: 20px;
  margin: 0 auto;
}

.modal_ttl {
  background-image: url(../img/modal_ttl_bg01.webp), url(../img/modal_ttl_bg02.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: 100%, 100%;
  color: #6e4b2b;
  font-size: 40px;
  text-align: center;
  padding: 3% 0;
  border-radius: 20px 20px 0 0;
}

.modal_txt_box {
  width: 80%;
  margin: 32px auto;
  position: relative;
}

.modal_txt {
  text-align: center;
  margin: 32px auto;
  position: relative;
}

.modal_txt::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #c4beb0;
  width: 80%;
  top: 137%;
  left: 0;
  right: 0;
  margin: auto;
}

.modal_txt:last-child::after {
  content: '';
  position: absolute;
  border-bottom: none;
}

.modal_txt p {
  font-size: 20px;
}

.modal_txt p.visit_date {
  margin-bottom: 10px;
  font-size: 16px;
}

.modal_close_btn {
  position: absolute;
  width: 100%;
  max-width: 600px;
  top: -60px;
  left: 0%;
  right: 0%;
  margin: auto;
  color: #fff;
}

.sec05_bottom {
  margin-top: -120px;
}



/* ================================ 
        footer
================================ */
footer {
  background-color: #fff;
  padding: 20px;
}

footer img {
  transition: 0.5s;
}

footer a:hover {
  opacity: 0.6;
}

.footer_logo {
  width: 20%;
  margin: 0 auto 10px;
}

footer .flex {
  align-items: flex-start;
}

footer p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #231815;
  text-align: center;
}

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

  .sp {
    display: block;
  }

  .back-to-top {
    width: 24%;
  }

  .scroll-infinity__item {
    width: 570vw;
  }

  .scroll-infinity__list--left {
    animation: infinity-scroll-left 450s infinite linear 0.5s both;
  }

  .mv_ttl {
    max-width: 97vw;
    top: 20%;
  }

  .mv_inner::before {
    background-image: url(../img/leaf_R.webp);
    width: 100vw;
    height: 17vw;
  }

  .mv_inner::after {
    background-image: url(../img/leaf_L.webp);
    width: 100vw;
    height: 38vw;
  }

  .sec_inner {
    margin: 0 auto;
  }

  .sec_01 {
    background-image: url(../img/sp_sec01_bg.webp);
    background-position: top center;
  }

  .sec_01 .sec_inner {
    padding-top: 17%;
    padding-bottom: 10%;
  }

  .sec_01 .sec_inner::before {
    width: 200vw;
    height: 66vw;
    top: 72%;
    left: -34%;
  }

  .sec_01 .sec_inner::after {
    background-image: url(../img/sp_footprint_R.webp);
    width: 100vw;
    height: 33vw;
    top: 93%;
    right: 0;
  }

  .desc_txt {
    font-size: 4.54vw;
    text-align: justify;
  }

  .item_txt._02 {
    margin-top: 15px;
  }

  .sec_01 .item_txt._01::after {
    width: 100vw;
    height: 35vw;
    top: 83%;
    left: 16%;
  }

  .sec_01 .item_txt._02::after {
    width: 100vw;
    height: 100vw;
    top: -56%;
    left: -120%;
  }

  .sec_02 .item_txt._01::after {
    width: 76vw;
    height: 86vw;
    top: 3%;
    left: -31%;
  }

  .sec_02 .item_txt._02::before {
    width: 80vw;
    height: 80vw;
    top: -29%;
    right: -110%;
  }

  .sec_02 .sec_inner::before {
    width: 200vw;
    height: 66vw;
    top: 77%;
    left: -61%;
  }

  .sec_02 .sec_inner::after {
    width: 126vw;
    height: 86vw;
    top: 95%;
    left: -4%;
  }

  .sec_03 .sec_inner::after {
    background-image: url(../img/sp_footprint_L.webp);
    width: 100vw;
    height: 53vw;
    top: 20%;
    right: 0;
  }

  .sec_04 {
    background-image: url(../img/sp_sec04_bg.webp);
    width: 100%;
    padding: 80px 0;
  }

  .sec_04 .item_txt {
    padding: 0 8%;
  }

  .sec04_item01_img {
    margin: 0 auto 20px;
  }

  .base._bottom {
    margin: -1px 0 80px 1px;
  }

  .base._top::before {
    width: 100vw;
    height: 19vw;
  }

  ._01 .base._top::before {
    top: -46%;
    left: -13%;
  }

  ._02 .base._top::before {
    top: -81%;
    right: -59%;
  }

  .base._top::after {
    width: 200vw;
    height: 44vw;
  }

  ._01 .base._top::after {
    top: -326%;
    left: -29%;
  }

  ._02 .base._top::after {
    top: -316%;
    right: -19%;
  }

  ._02 .base._bottom::after {
    width: 200vw;
    height: 47vw;
    top: -9%;
    left: -40%;
  }

  .sec05_ttl::after {
    left: -6%;
  }

  .ac_ttl {
    font-size: 5.34vw;
  }

  .ac_ttl::after {
    width: 38%;
    height: 80px;
    top: -440%;
    left: -10%;
  }

  .lead_box {
    width: 100%;
    margin: 20px auto;
  }

  .p20 {
    padding: 0 20px;
  }

  .modal_ttl {
    font-size: 5.34vw;
  }

  .modal_txt p {
    font-size: 5.34vw;
  }

  .modal_txt p.visit_date {
    font-size: 4.27vw;
  }

  .modal_close_btn {
    top: -9vw;
  }

  .sec05_bottom {
    margin-top: 0px;
  }

  .note {
    width: 100%;
  }

  .item {
    width: 90%;
  }

  .footer_logo {
    width: 60%;
    margin: 0 auto 5%;
  }
}

@media screen and (min-width:768px) and (max-width:979px) {
  ._01 .base._top::after {
    top: -186%;
    left: -23%;
  }

  .base._top::after {
    width: 170%;
    height: 44vw;
  }

  ._02 .base._top::after {
    top: -266%;
    right: -19%;
  }

  ._02 .base._bottom::after {
    width: 166%;
    height: 47vw;
    top: -9%;
    left: -30%;
  }

  .ac_ttl::after {
    width: 21%;
    height: 100px;
    top: -250%;
    left: 0%;
  }
}

.pointer-none {
  pointer-events: none;
}