body.fixed {
  overflow: hidden;
}

#tottori {
  background-color: #140E28;
  max-width: 1500px;
  margin: auto;
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #tottori {
    padding-top: 50px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}
#tottori #visual-bg {
  background: url(/assets/image/page-visual.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #tottori #visual-bg {
    background: url(/assets/image/visual-sp.png) no-repeat top center;
    background-size: 100% 100%;
  }
}
#tottori #visual {
  text-align: center;
  padding: 0px 5% 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #tottori #visual {
    padding-top: 80px;
  }
}
#tottori #visual h1 {
  font-size: 4.3rem;
  font-weight: bold;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  #tottori #visual h1 {
    font-size: 6vw;
    margin-bottom: 15px;
    line-height: 1;
  }
}
#tottori #visual h1 span {
  font-size: 6.2rem;
}
@media screen and (max-width: 767px) {
  #tottori #visual h1 span {
    font-size: 8vw;
  }
}
#tottori #visual .en {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #tottori #visual .en {
    width: 60%;
    margin: 0 auto 10px;
  }
}
#tottori #visual .copy {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(120deg, #fff 0%, #b2e6fd 32%, #9486fc 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  #tottori #visual .copy {
    font-size: 5vw;
  }
}
#tottori #visual .copy span {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  #tottori #visual .copy span {
    font-size: 5.8vw;
  }
}
#tottori #visual .calendar {
  text-align: center;
}
#tottori #visual .calendar a {
  display: inline-flex;
  background-color: #915DA3;
  border-radius: 6px;
  padding: 20px 30px 20px 50px;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  #tottori #visual .calendar a {
    padding-inline: 20px;
  }
}
#tottori #visual .calendar a:hover {
  background-color: #A67BBE;
}
#tottori #visual .calendar a .txt {
  flex: 1;
}
#tottori #visual .calendar a .mark {
  width: 34px;
  display: inline-block;
  line-height: 0;
}
#tottori #checkpoint {
  position: relative;
}
#tottori #checkpoint .inner {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: rgba(145, 93, 163, 0.3);
  padding: 70px 5%;
}
@media screen and (max-width: 767px) {
  #tottori #checkpoint .inner {
    background: none;
  }
}
#tottori #checkpoint .inner .block h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #tottori #checkpoint .inner .block h2 {
    margin-bottom: 10px;
  }
}
#tottori #checkpoint .inner .block .lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #tottori #checkpoint .inner .block .lead {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
#tottori #checkpoint .inner .block .lead .note {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #tottori #checkpoint .inner .block .lead .note {
    font-size: 1.2rem;
  }
}
#tottori #checkpoint .inner .block .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#tottori #checkpoint .inner .block .layout .box {
  position: relative;
  width: 30%;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #tottori #checkpoint .inner .block .layout .box {
    width: 49%;
  }
}
#tottori #checkpoint .inner .block .layout .box .area {
  display: inline-block;
  padding: 8px 20px;
  line-height: 1;
  color: #fff;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}
#tottori #checkpoint .inner .block .layout .box .area.a1 {
  background-color: #0099BD;
}
#tottori #checkpoint .inner .block .layout .box .area.a2 {
  background-color: #4ABD48;
}
#tottori #checkpoint .inner .block .layout .box .area.a3 {
  background-color: #E24A4A;
}
#tottori #checkpoint .inner .block .layout .box figure {
  line-height: 0;
}
#tottori #checkpoint .inner .block .layout .box .text {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 12px 16px 20px;
  text-shadow: none;
}
#tottori #checkpoint .inner .block .layout .box .text h3 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  height: 62px;
}
@media screen and (max-width: 767px) {
  #tottori #checkpoint .inner .block .layout .box .text h3 {
    height: 30px;
    margin-bottom: 15px;
  }
}
#tottori #checkpoint .inner .block .layout .box .text h3 .num {
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  aspect-ratio: 1;
  width: 26px;
  line-height: 26px;
  border-radius: 50%;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #tottori #checkpoint .inner .block .layout .box .text h3 .num {
    font-size: 10px;
    line-height: 18px;
    width: 18px;
    margin-top: 2px;
  }
}
#tottori #checkpoint .inner .block .layout .box .text h3 .title {
  flex: 1;
  font-size: clamp(1.6rem, 1.7vw, 2.4rem);
  font-weight: bold;
  line-height: 1.3;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #tottori #checkpoint .inner .block .layout .box .text h3 .title {
    font-size: 2.8vw;
  }
}
#tottori #checkpoint .inner .block .layout .box .text a {
  display: block;
  width: 90%;
  margin: auto;
  border: 1px solid #000;
  border-radius: 30px;
  text-align: center;
  line-height: 1;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #tottori #checkpoint .inner .block .layout .box .text a {
    font-size: 1.2rem;
  }
}
#tottori #checkpoint .inner .block .layout .box .text a:hover {
  background-color: #000;
  color: #fff;
}
#tottori #checkpoint .inner #block1 {
  margin-bottom: 120px;
}
#tottori #checkpoint .inner #block1 .layout .box .text .num {
  background-color: #f00;
}

#modal-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  max-width: 1080px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 5px 0;
}
.modal .scroll-area {
  overflow-y: scroll;
  height: 100%;
}
.modal .scroll-area::-webkit-scrollbar {
  width: 2px;
}
.modal .scroll-area::-webkit-scrollbar-thumb {
  background-color: #ccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.modal .scroll-area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.modal .modal-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 8%;
}
.modal .modal-content .title {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .title {
    display: block;
  }
}
.modal .modal-content .title .area {
  display: inline-block;
  padding: 8px 20px;
  line-height: 1;
  color: #fff;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  font-weight: bold;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .title .area {
    margin-bottom: 10px;
  }
}
.modal .modal-content .title .area.a1 {
  background-color: #0099BD;
}
.modal .modal-content .title .area.a2 {
  background-color: #4ABD48;
}
.modal .modal-content .title .area.a3 {
  background-color: #E24A4A;
}
.modal .modal-content .title h3 {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: clamp(2rem, 2.2vw, 3.2rem);
  font-weight: bold;
  line-height: 1.3;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .title h3 {
    padding-left: 0;
  }
}
.modal .modal-content .title h3 .num {
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  aspect-ratio: 1;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
}
.modal .modal-content .title h3 .num.c {
  background-color: #f00;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .title h3 .num {
    font-size: 10px;
    line-height: 18px;
    width: 18px;
    margin-top: 2px;
  }
}
.modal .modal-content .title h3 .title {
  line-height: 1.3;
  margin-bottom: 0;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .title h3 .title {
    font-size: 2rem;
  }
}
.modal .modal-content figure {
  line-height: 0;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
.modal .modal-content p {
  font-size: 2rem;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content p {
    font-size: 1.8rem;
  }
}
.modal .modal-content .info {
  max-width: 640px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.modal .modal-content .info > dt {
  width: 100px;
  font-size: 2rem;
  font-weight: bold;
}
.modal .modal-content .info > dd {
  width: calc(100% - 100px);
  padding-top: 4px;
  font-size: 1.6rem;
}
.modal .modal-content .info .access {
  width: 100%;
}
.modal .modal-content .info .access dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 10px;
}
.modal .modal-content .info .access dl > dt {
  width: 60px;
}
.modal .modal-content .info .access dl > dd {
  width: calc(100% - 100px);
}
.modal .modal-close {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  width: 56px;
  height: 52px;
  right: 25px;
  top: 25px;
  border: none;
}
@media screen and (max-width: 767px) {
  .modal .modal-close {
    width: 40px;
    height: 38px;
  }
}
.modal .modal-close:focus-visible {
  outline: solid 2px #000;
}