@charset "UTF-8";
/*---------------------------------------

-   fonts

-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@500&family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
/*---------------------------------------

	constructure

-----------------------------------------*/
/*---------------------------------------

-   mixin

-----------------------------------------*/
/* responsive
-----------------------------------------*/
/*---------------------------------------

-   function

-----------------------------------------*/
/*---------------------------------------

-   placeholder

-----------------------------------------*/
/*	ベースのスタイル
-----------------------------------------*/
#heatsafety {
  color: var(--c-primary);
  font-family: var(--ff-primary);
  font-size: var(--fz-base);
  line-height: 1.8;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
#heatsafety * {
  box-sizing: border-box;
}
@media (min-width: 500px) {
  #heatsafety::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 540px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 30px, rgba(0, 0, 0, 0.3) calc(100% - 30px), rgba(255, 0, 0, 0) 100%);
    opacity: 0.5;
  }
}
#heatsafety {
  background: var(--c-bg-pc);
}
#heatsafety .spWrap {
  max-width: 500px;
  margin: 0 auto;
  background: var(--c-white);
  overflow-x: clip;
}

.maskWrap {
  filter: drop-shadow(10px -3px 0 #CCC);
}

/*	base
-----------------------------------------*/
#heatsafety {
  /*---------------------------------------

  -   プリミティブ

  -----------------------------------------*/
  /*	colors
  -----------------------------------------*/
  --c-red: #f00;
  --c-red-rgb: 255, 0, 0;
  --c-blue: #92D2DC;
  --c-blue-rgb: 146, 210, 220;
  --c-orange: #f90;
  --c-yellow: #FFE450;
  --c-yellow-rgb: 255, 228, 80;
  --c-green: #A5D4AD;
  --c-purple: #D1BADA;
  --c-pink: #F09082;
  --c-navy: #072a6f;
  --c-cream: #FFFCEE;
  --c-black: #000;
  --c-white: #fff;
  --c-gray: #666;
  /*	fonts
  -----------------------------------------*/
  --ff-MPlusR: "M PLUS Rounded 1c", sans-serif;
  --ff-KaiseiOpti: "Kaisei Opti", serif;
  --fz-base: 14px;
  --ff-icon: 'Material Symbols Outlined';
  /*---------------------------------------

  	セマンティック

  ----------------------------------------*/
  /*	colors
  -----------------------------------------*/
  --c-primary: var(--c-black);
  --c-secondary: var(--c-blue);
  --c-accent: var(--c-orange);
  --c-link: var(--c-yellow);
  --c-bg-main: var(--c-green);
  --c-bg-pc: var(--c-cream);
  --c-bg-sp: var(--c-purple);
  --selection-c: var(--c-white);
  --selection-bgc: var(--c-primary);
  /*	fonts
  -----------------------------------------*/
  --ff-primary: var(--ff-MPlusR);
  --ff-secondary: var(--ff-KaiseiOpti);
  /*	可変colors
  -----------------------------------------*/
  --c-variable: var(--c-blue);
  --c-variable-rgb: 146, 210, 220;
}
#heatsafety .c-tdl {
  --c-variable: var(--c-pink);
}
#heatsafety .c-tds {
  --c-variable: var(--c-green);
}
#heatsafety .c-entertainment {
  --c-variable: var(--c-purple);
}

#heatsafety {
  /*	ベースの設計
  -----------------------------------------*/
}
#heatsafety h1 {
  font-weight: normal;
}
#heatsafety h2 {
  font-weight: normal;
}
#heatsafety h3 {
  font-weight: normal;
}
#heatsafety img {
  max-width: 100%;
  height: auto;
}
#heatsafety p:last-child {
  margin-bottom: 0;
}
#heatsafety ul li {
  margin-bottom: 1em;
}
#heatsafety ul li:last-child {
  margin-bottom: 0;
}
#heatsafety ::-moz-selection {
  color: var(--selection-c);
  background-color: var(--selection-bgc);
}
#heatsafety ::selection {
  color: var(--selection-c);
  background-color: var(--selection-bgc);
}
#heatsafety #contentFooter {
  --c-primary: var(--c-black);
  --c-bg: var(--c-yellow-rgb);
  background: rgba(var(--c-bg), 0.3);
  color: var(--c-primary);
}
#heatsafety #contentFooter .snsShare {
  padding: calc(min(4vw, 20px) * 2) min(4vw, 20px);
}
#heatsafety #contentFooter .snsShare h2 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
#heatsafety #contentFooter .officialSNS {
  padding: min(4vw, 20px);
  background: var(--c-blue);
}
#heatsafety #contentFooter .officialSNS h2 {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  opacity: 0.5;
}
#heatsafety #contentFooter .officialSNS .officialSNSLink {
  margin-bottom: 0;
}
#heatsafety #contentFooter .snsLink,
#heatsafety #contentFooter .officialSNSLink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: min(4vw, 20px) 0 2em;
}
#heatsafety #contentFooter .snsLink li,
#heatsafety #contentFooter .officialSNSLink li {
  width: 46px;
  margin: 0;
}
#heatsafety #contentFooter .officialSNSLink li {
  width: 36px;
}
#heatsafety #contentFooter .snsNotice {
  font-size: 13px;
}
#heatsafety #contentFooter .snsNotice > * {
  opacity: 0.5;
}
#heatsafety #contentFooter .snsNotice h3 {
  text-align: center;
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  margin: 2em 0;
  font-weight: 700;
}
#heatsafety #contentFooter .snsNotice .notice {
  padding-top: 0;
}
#heatsafety #contentFooter .snsNotice .notes {
  margin-top: 1em;
}
#heatsafety .globalNav {
  --bgc-menu: var(--c-primary);
  --duration: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: -1000;
  visibility: hidden;
  overflow: hidden;
}
@media (min-width: 940px) {
  #heatsafety .globalNav {
    z-index: 100;
    visibility: visible;
    width: 220px;
    height: -moz-fit-content;
    height: fit-content;
    right: auto;
    left: calc(50vw + 250px + 10px);
  }
}
#heatsafety .globalNav.is-sticky {
  position: fixed;
}
#heatsafety .globalNav.is-show {
  z-index: 100;
  visibility: visible;
}
#heatsafety .globalNav.is-active .linkList {
  translate: 0 0;
}
#heatsafety .globalNav.is-active::after {
  opacity: 0.8;
}
#heatsafety .globalNav::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0, 0, 0);
  opacity: 0;
  transition: opacity 0.8s;
  transition-delay: 0.2s;
}
@media (min-width: 500px) {
  #heatsafety .globalNav::after {
    display: none;
  }
}
#heatsafety .globalNav .linkList {
  position: relative;
  z-index: inherit;
  padding: min(11.2vw, 56px) min(7.2vw, 36px);
}
@media (min-width: 500px) {
  #heatsafety .globalNav .linkList {
    padding: 40px 20px;
  }
}
#heatsafety .globalNav .linkList {
  background: var(--bgc-menu);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  translate: 0 -100%;
}
@media (min-width: 940px) {
  #heatsafety .globalNav .linkList {
    translate: 0 0;
  }
}
#heatsafety .globalNav .linkList {
  transition: translate var(--duration);
}
#heatsafety .globalNav .linkList li {
  margin-bottom: min(7.4vw, 37px);
}
@media (min-width: 500px) {
  #heatsafety .globalNav .linkList li {
    margin-bottom: 28px;
  }
}
#heatsafety .globalNav .linkList li:last-child {
  margin-bottom: 0;
}
#heatsafety .globalNav .linkList li a {
  display: block;
}
#heatsafety .menuBtn {
  width: min(17.5vw, 87.5px);
  height: min(17.5vw, 87.5px);
  position: absolute;
  z-index: 10000;
  top: min(2vw, 10px);
  left: min(50% + 50vw - min(17.5vw, 87.5px) - min(2vw, 10px), 50% + 250px - min(17.5vw, 87.5px) - min(2vw, 10px));
  background-color: var(--c-primary);
  border-radius: 100vh;
}
#heatsafety .menuBtn span {
  display: block;
  width: min(6vw, 30px);
  height: 1px;
  display: block;
  background-color: var(--c-link);
  transform-origin: center;
  transition: rotate 0.3s, opacity 0.2s, translate 0.1s;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#heatsafety .menuBtn span:nth-child(1) {
  translate: -50% -6px;
}
#heatsafety .menuBtn span:nth-child(3) {
  translate: -50% 6px;
}
@media (min-width: 940px) {
  #heatsafety .menuBtn {
    display: none;
  }
}
#heatsafety .menuBtn.is-close span:nth-child(1) {
  translate: -50% -50%;
  rotate: 30deg;
}
#heatsafety .menuBtn.is-close span:nth-child(3) {
  translate: -50% -50%;
  rotate: -30deg;
}
#heatsafety .menuBtn.is-close span:nth-child(2) {
  opacity: 0;
}
#heatsafety .menuBtn.is-sticky {
  position: fixed;
  top: min(2vw, 10px);
}
#heatsafety .parkTicketLink {
  --c-btn-label: var(--c-accent);
  --c-btn-bgc: var(--c-primary);
  position: sticky;
  bottom: 0;
  padding-top: min(7vw, 35px);
  padding-bottom: min(7vw, 35px);
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease-out, visibility 0s 0s;
}
#heatsafety .parkTicketLink.is-hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 1s ease-out, visibility 0s 1s, z-index 0s 1s;
}
#heatsafety .parkTicketLink a {
  position: sticky;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(80vw, 400px);
  max-width: 480px;
  height: min(21.875vw, 109.375px);
  margin: 0 auto;
  border-radius: 100svh;
  color: var(--c-btn-label);
  font-size: min(5vw, 25px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  position: relative;
  padding-bottom: 0.1em;
  background: var(--c-btn-bgc);
}
#heatsafety .parkTicketLink a .icn {
  display: inline-block;
  width: min(18.75vw, 93.75px);
  height: min(16.25vw, 81.25px);
  margin-left: max(-6.25vw, -31.25px);
  margin-right: min(3.125vw, 15.625px);
  rotate: -14deg;
  transform: translateY(-20%);
}
#heatsafety .parkTicketLink a .icn svg {
  width: 100%;
  height: auto;
}
#heatsafety .parkTicketLink a .icn svg path {
  fill: var(--c-btn-label);
}
#heatsafety .linkBtn {
  display: grid;
  place-items: center;
  text-align: center;
  background: color-mix(in srgb, var(--c-variable), white 85%);
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  min-height: min(15.625vw, 78.125px);
  padding: min(1.5625vw, 7.8125px) min(6.25vw, 31.25px);
  border-radius: 100vw;
  border: 2px solid var(--c-variable);
  filter: drop-shadow(0px 0px 5px var(--c-variable));
  font-size: min(4.375vw, 21.875px);
  position: relative;
}
#heatsafety .linkBtn span {
  font-weight: normal;
  font-size: 70%;
  display: block;
}
#heatsafety .linkBtn::after {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-family: var(--ff-icon);
  content: "\e5c8";
  background: var(--c-variable);
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  position: absolute;
  right: min(5.3125vw, 26.5625px);
  top: 50%;
  translate: 0 -50%;
}
#heatsafety .carousel-image {
  position: relative;
  z-index: 0;
}
#heatsafety .carousel-image .swiper {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}
#heatsafety .carousel-image .swiper-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  box-sizing: content-box;
  transition-property: transform, height;
  transform: translate3d(0, 0, 0);
  align-items: flex-start;
}
#heatsafety .carousel-image .swiper-slide {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0);
}
#heatsafety .carousel-image.swiper-autoheight, #heatsafety .carousel-image.swiper-autoheight .swiper-slide {
  height: auto;
}
#heatsafety .carousel-image.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
#heatsafety .carousel-image .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
#heatsafety .carousel-image {
  --c-btn: var(--c-variable);
  --c-icon: #fff;
  --sz-btn: 30px;
  --sz-icon: 22px;
}
#heatsafety .carousel-image .swiper-button-prev,
#heatsafety .carousel-image .swiper-button-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  width: var(--sz-btn);
  height: var(--sz-btn);
  border-radius: 100vh;
  border: none;
  background: var(--c-btn);
  cursor: pointer;
  overflow: hidden;
}
#heatsafety .carousel-image .swiper-button-prev svg,
#heatsafety .carousel-image .swiper-button-next svg {
  display: none;
}
#heatsafety .carousel-image .swiper-button-prev::after,
#heatsafety .carousel-image .swiper-button-next::after {
  font-family: var(--ff-icon);
  font-size: var(--sz-icon);
  line-height: 1;
  color: var(--c-icon);
  position: absolute;
  top: 50%;
  left: 50%;
}
#heatsafety .carousel-image .swiper-button-prev.c-tdl,
#heatsafety .carousel-image .swiper-button-next.c-tdl {
  background-color: var(--c-pink);
}
#heatsafety .carousel-image .swiper-button-prev.c-tds,
#heatsafety .carousel-image .swiper-button-next.c-tds {
  background-color: var(--c-green);
}
#heatsafety .carousel-image .swiper-button-prev {
  left: 0;
  translate: -50% -50%;
}
#heatsafety .carousel-image .swiper-button-prev::after {
  content: "\e5c4";
  translate: -52% -50%;
}
#heatsafety .carousel-image .swiper-button-next {
  right: 0;
  translate: 50% -50%;
}
#heatsafety .carousel-image .swiper-button-next::after {
  content: "\e5c8";
  translate: -48% -50%;
}
#heatsafety .carousel-image-thumb__main {
  position: relative;
  z-index: 0;
}
#heatsafety .carousel-image-thumb__main .swiper {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}
#heatsafety .carousel-image-thumb__main .swiper-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  box-sizing: content-box;
  transition-property: transform, height;
  transform: translate3d(0, 0, 0);
  align-items: flex-start;
}
#heatsafety .carousel-image-thumb__main .swiper-slide {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0);
}
#heatsafety .carousel-image-thumb__main.swiper-autoheight, #heatsafety .carousel-image-thumb__main.swiper-autoheight .swiper-slide {
  height: auto;
}
#heatsafety .carousel-image-thumb__main.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
#heatsafety .carousel-image-thumb__main .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
#heatsafety .carousel-image-thumb__thumbs {
  margin-top: 10px;
}
#heatsafety .carousel-image-thumb__thumbs .swiper {
  position: relative;
  overflow: hidden;
}
#heatsafety .carousel-image-thumb__thumbs .swiper-wrapper {
  display: flex;
}
#heatsafety .carousel-image-thumb__thumbs.is-centered .swiper-wrapper {
  justify-content: center;
}
#heatsafety .carousel-image-thumb__thumbs .swiper-slide {
  flex-shrink: 0;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
}
#heatsafety .carousel-image-thumb__thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#heatsafety .carousel-image-thumb__thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#heatsafety .carousel-content {
  --c-variable: var(--c-blue);
  position: relative;
  z-index: 0;
}
#heatsafety .carousel-content .swiper {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}
#heatsafety .carousel-content .swiper-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  box-sizing: content-box;
  transition-property: transform, height;
  transform: translate3d(0, 0, 0);
  align-items: flex-start;
}
#heatsafety .carousel-content .swiper-slide {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0);
}
#heatsafety .carousel-content.swiper-autoheight, #heatsafety .carousel-content.swiper-autoheight .swiper-slide {
  height: auto;
}
#heatsafety .carousel-content.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
#heatsafety .carousel-content > .swiper {
  padding: min(4vw, 20px);
}
#heatsafety .carousel-content__item {
  padding: min(4vw, 20px);
  background: #FFF;
  border: 2px solid var(--c-variable);
  box-shadow: 0px 0px 10px var(--c-variable);
  border-radius: min(4vw, 20px);
}
#heatsafety .carousel-content {
  --c-btn: var(--c-variable);
  --c-icon: #fff;
  --sz-btn: 30px;
  --sz-icon: 22px;
}
#heatsafety .carousel-content .swiper-button-prev,
#heatsafety .carousel-content .swiper-button-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  width: var(--sz-btn);
  height: var(--sz-btn);
  border-radius: 100vh;
  border: none;
  background: var(--c-btn);
  cursor: pointer;
  overflow: hidden;
}
#heatsafety .carousel-content .swiper-button-prev svg,
#heatsafety .carousel-content .swiper-button-next svg {
  display: none;
}
#heatsafety .carousel-content .swiper-button-prev::after,
#heatsafety .carousel-content .swiper-button-next::after {
  font-family: var(--ff-icon);
  font-size: var(--sz-icon);
  line-height: 1;
  color: var(--c-icon);
  position: absolute;
  top: 50%;
  left: 50%;
}
#heatsafety .carousel-content .swiper-button-prev.c-tdl,
#heatsafety .carousel-content .swiper-button-next.c-tdl {
  background-color: var(--c-pink);
}
#heatsafety .carousel-content .swiper-button-prev.c-tds,
#heatsafety .carousel-content .swiper-button-next.c-tds {
  background-color: var(--c-green);
}
#heatsafety .carousel-content .swiper-button-prev {
  left: 0;
  translate: -50% -50%;
}
#heatsafety .carousel-content .swiper-button-prev::after {
  content: "\e5c4";
  translate: -52% -50%;
}
#heatsafety .carousel-content .swiper-button-next {
  right: 0;
  translate: 50% -50%;
}
#heatsafety .carousel-content .swiper-button-next::after {
  content: "\e5c8";
  translate: -48% -50%;
}
#heatsafety .carousel-content .swiper-button-prev {
  left: min(4vw, 20px);
}
#heatsafety .carousel-content .swiper-button-next {
  right: min(4vw, 20px);
}
#heatsafety .carousel-content .linkBtn {
  margin-top: min(4vw, 20px);
}
#heatsafety .precautions {
  --bgc-summary: var(--c-yellow);
  --bgc-detail: color-mix(in srgb, var(--c-yellow) 20%, #fff);
  margin: min(4vw, 20px) 0 0;
}
#heatsafety .precautions summary {
  background: var(--bgc-summary);
  padding: 1em 1.5em;
  cursor: pointer;
  font-weight: bold;
  color: var(--c-summary);
  text-align: center;
  display: block;
  position: relative;
}
#heatsafety .precautions summary::-webkit-details-marker {
  display: none;
}
#heatsafety .precautions summary::marker {
  display: block;
}
#heatsafety .precautions summary::after {
  content: "\e5c5";
  font-family: "Material Symbols Outlined";
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  transition: rotate ease-out 0.3s;
}
#heatsafety .precautions[open] summary::after {
  rotate: -180deg;
}
#heatsafety .precautions ._detail {
  overflow: hidden;
  color: var(--c-primary);
  background-color: var(--bgc-detail);
  font-weight: 400;
  font-size: 12px;
}
#heatsafety .precautions ._detail a {
  color: var(--c-link);
}
#heatsafety .precautions ._detail ._inner {
  padding: min(4.8vw, 24px);
}
#heatsafety .infoData {
  --c: var(--c-primary);
  --c-rgb: var(--c-primary-rgb);
  color: var(--c);
  background: #ccc;
  margin: 2em auto;
}
#heatsafety .infoData:last-child {
  margin-bottom: 0;
}
#heatsafety .infoData {
  font-size: 12px;
  line-height: 1.6;
  font-weight: normal;
  display: grid;
  grid-template-columns: auto 1fr;
}
#heatsafety .infoData > div {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid rgba(var(--c-rgb), 0.2);
}
#heatsafety .infoData > div:last-child {
  border-bottom: 1px solid rgba(var(--c-rgb), 0.2);
}
#heatsafety .infoData dt {
  padding-right: 1em;
  letter-spacing: 0.4em;
  place-content: center;
}
#heatsafety .infoData dd {
  padding-left: 1em;
}
#heatsafety .infoData .parentheses {
  font-size: 0.8em;
}
#heatsafety .moreLink {
  display: inline-block;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1em;
}
#heatsafety .moreLink::before {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-size: 0.7em;
  vertical-align: 0.05em;
  margin-right: 0.3em;
  opacity: 0.5;
}
#heatsafety .contentTitle {
  background: #0F0;
}
#heatsafety .asideBanner {
  --c-link: var(--c-blue);
  --c-tdl: #30BE69;
  --c-tds: #258BD4;
  --pdng: 14px;
  --pdng-right: 20px;
}
#heatsafety .asideBanner + .asideBanner {
  margin-top: var(--pdng);
}
#heatsafety .asideBanner a {
  position: relative;
  display: flex;
  align-items: center;
  padding: var(--pdng) var(--pdng-right) var(--pdng) var(--pdng);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.34);
}
#heatsafety .asideBanner a > * {
  text-align: left;
}
#heatsafety .asideBanner a ._thumb {
  flex: 0 0 45%;
  margin-right: var(--pdng);
  max-width: 130px;
}
#heatsafety .asideBanner a ._info {
  color: #000;
}
#heatsafety .asideBanner a .shoulder {
  color: var(--c-link);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5em;
}
#heatsafety .asideBanner a h2 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 0;
}
#heatsafety .asideBanner a .subTitle {
  font-weight: 700;
  font-size: 11px;
  line-height: 1.35;
  margin-bottom: 0.3em;
  color: var(--c-link);
}
#heatsafety .asideBanner a .note {
  margin-top: 0.5em;
  font-size: 11px;
}
#heatsafety .asideBanner a::after {
  content: "\e5e1";
  font-family: var(--ff-icon);
  color: var(--c-link);
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}
#heatsafety .asideBanner.u-tdl {
  --c-link: var(--c-tdl);
}
#heatsafety .asideBanner.u-tds {
  --c-link: var(--c-tds);
}
#heatsafety .asideBannerContainer {
  --c-primary: var(--c-black);
  --c-bg: var(--c-blue);
  background-color: var(--c-bg);
  padding: min(4vw, 20px) min(3.2vw, 16px);
}
#heatsafety .asideBannerContainer h5 {
  text-align: center;
  font-size: min(4.6875vw, 23.4375px);
  margin-bottom: 0.8em;
}
#heatsafety .asideBannerContainer.u-parkGuide {
  --c-primary: var(--c-orange);
  --c-bg: #FF2645;
}
#heatsafety .asideBannerContainer.u-parkGuide .asideBanner {
  --c-bg: var(--c-white);
}
#heatsafety .asideBannerContainer.u-parkGuide .asideBanner a {
  overflow: hidden;
  background-color: var(--c-bg);
}
#heatsafety .asideBannerContainer.u-parkGuide .asideBanner a ._info {
  color: var(--c-primary);
}
#heatsafety .asideBannerContainer.u-parkGuide .asideBanner ._thumb {
  margin-top: calc(var(--pdng) * -1);
  margin-left: calc(var(--pdng) * -1);
  margin-bottom: calc(var(--pdng) * -1);
  max-width: 100%;
  flex-basis: 180px;
}
#heatsafety .asideBannerContainer.u-parkGuide .asideBanner ._thumb img {
  width: 100%;
  height: 100%;
  max-height: 41vw;
  aspect-ratio: 185/129;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 30%;
     object-position: 0 30%;
}
#heatsafety .notice {
  font-size: 0.9em;
  line-height: 1.6;
  margin: min(4vw, 20px) auto;
}
#heatsafety .notice:last-child {
  margin-bottom: 0;
}
#heatsafety .notice li::before {
  content: "・";
}
#heatsafety .notice li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
#heatsafety .notice li:last-child {
  margin-bottom: 0;
}
#heatsafety .notice.type-asterisk li::before {
  content: "※";
}
#heatsafety .notice.type-asterisk li {
  padding-left: 1em;
  text-indent: -1em;
}
#heatsafety .tab-wrap .tab-btn {
  display: flex;
  gap: 10px;
  margin: 0 10px;
}
#heatsafety .tab-wrap .tab-btn li {
  width: 100%;
  margin-bottom: 0;
}
#heatsafety .tab-wrap .tab-btn li button {
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: min(4.0625vw, 20.3125px);
  font-weight: bold;
  font-family: var(--ff-primary);
  transition: 0.3s;
  padding: min(3.125vw, 15.625px) 0;
  border-radius: min(1.5625vw, 7.8125px) min(1.5625vw, 7.8125px) 0 0;
  background: #fff;
  color: var(--c-variable);
}
#heatsafety .tab-wrap .tab-btn li.is-active button {
  background: var(--c-variable);
  color: #fff;
}
#heatsafety .tab-wrap .tab-item {
  display: none;
}
#heatsafety .tab-wrap .tab-item.is-active {
  display: block;
}
#heatsafety .tab-wrap .tab-item {
  border-top: 3px solid var(--c-variable);
  padding: min(4vw, 20px);
  padding-bottom: 100px;
}
#heatsafety .main-contents .c-title {
  padding: min(15.625vw, 78.125px) 0 min(6.25vw, 31.25px);
  text-align: center;
  position: relative;
}
#heatsafety .main-contents .c-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: min(53.125vw, 265.625px);
  aspect-ratio: 1/1;
  background: url(../img/bg_sun.webp);
  background-size: contain;
  animation: heroArea-wave-rotate 60s linear infinite;
  height: auto;
}
#heatsafety .main-contents .c-title h2 {
  font-size: min(8.125vw, 40.625px);
  line-height: 1.4;
  font-family: var(--ff-secondary);
}
#heatsafety .main-contents p.txt-lead {
  text-align: center;
  font-size: min(4.0625vw, 20.3125px);
  margin-bottom: min(9.375vw, 46.875px);
}
#heatsafety .carousel-content__item h3 {
  text-align: center;
  font-size: min(5.3125vw, 26.5625px);
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#heatsafety .carousel-content__item * + p {
  margin-top: 1em;
}
#heatsafety .accordion.shop h5 {
  background: var(--c-variable);
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 0.3em 1.5em;
  border-radius: 100vw;
}
#heatsafety .accordion.shop .shop-list + h5 {
  margin-top: min(4vw, 20px);
}
#heatsafety .accordion.shop .shop-list {
  margin-top: min(4vw, 20px);
  list-style-type: disc;
  padding-left: 1.5em;
}
#heatsafety .accordion.shop .shop-list li {
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-size: 13px;
}
#heatsafety .shoulder {
  font-size: min(4.375vw, 21.875px);
  text-align: center;
  color: var(--c-variable);
  font-weight: bold;
  margin-bottom: 0.5em;
}
#heatsafety .global-note {
  margin: min(4vw, 20px);
}
#heatsafety .dormancy-info {
  background: #EEDAC8;
  padding: 30px min(4vw, 20px);
  text-align: center;
}
#heatsafety .dormancy-info h5 {
  font-size: min(4.6875vw, 23.4375px);
  margin-bottom: 0.8em;
}
#heatsafety .dormancy-info p {
  text-align: center;
  margin-bottom: min(4vw, 20px);
}
#heatsafety .dormancy-info .linkBtn {
  --c-variable: #C68449;
  filter: none;
  border: none;
  background-color: #fff;
}
#heatsafety .heroArea {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#heatsafety .heroArea::before, #heatsafety .heroArea::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  transform-origin: center;
  width: min(125vw, 625px);
  aspect-ratio: 1/1;
  background-image: url(../img/img_hero_wave.svg);
  background-size: contain;
  height: auto;
}
#heatsafety .heroArea::before {
  animation: heroArea-wave-rotate 80s linear infinite;
  filter: brightness(0) saturate(100%) invert(86%) sepia(17%) saturate(614%) hue-rotate(141deg) brightness(89%) contrast(93%);
}
#heatsafety .heroArea::after {
  animation: heroArea-wave-rotate 60s linear infinite;
  bottom: 7px;
}
#heatsafety .heroArea hgroup {
  font-family: var(--ff-secondary);
  text-align: center;
  line-height: 1.5;
  text-shadow: 1px 1px 0px var(--c-blue);
  padding: min(6.25vw, 31.25px) 0 min(15.625vw, 78.125px);
  position: relative;
}
#heatsafety .heroArea hgroup p {
  font-size: min(4.6875vw, 23.4375px);
}
#heatsafety .heroArea hgroup h1 {
  font-size: min(8.75vw, 43.75px);
}
#heatsafety .heroArea .illust {
  display: block;
  position: absolute;
}
#heatsafety .heroArea .illust.illust01 {
  top: min(50.3125vw, 251.5625px);
  left: max(-3.4375vw, -17.1875px);
  width: min(22.8125vw, 114.0625px);
}
#heatsafety .heroArea .illust.illust02 {
  bottom: 0;
  right: 0;
  width: min(24.6875vw, 123.4375px);
}
@keyframes heroArea-wave-rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
#heatsafety .maskWrap:has(.navArea) {
  filter: drop-shadow(10px -4px 0 var(--c-pink));
}
#heatsafety .navArea {
  -webkit-mask: url(../img/mask_wave.svg) no-repeat 50% -1px/100% auto, url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20height%3D%22100%22%20width%3D%22100%22%2F%3E%3C%2Fsvg%3E) repeat center/100% 100%;
          mask: url(../img/mask_wave.svg) no-repeat 50% -1px/100% auto, url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20height%3D%22100%22%20width%3D%22100%22%2F%3E%3C%2Fsvg%3E) repeat center/100% 100%;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  margin-top: -20px;
  background: #fff;
  padding: min(4vw, 20px);
}
#heatsafety .navArea a {
  color: #000;
  display: block;
}
#heatsafety .navArea .anchorNav {
  display: flex;
  gap: min(3.75vw, 18.75px);
  margin: min(12.5vw, 62.5px) 0 min(6.25vw, 31.25px);
}
#heatsafety .navArea .anchorNav li {
  width: 100%;
  position: relative;
}
#heatsafety .navArea .anchorNav li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  pointer-events: none;
}
#heatsafety .navArea .anchorNav li:nth-child(1)::before {
  width: min(25.625vw, 128.125px);
  background-image: url(../img/img_nav_01.webp);
  top: 0;
  left: -5%;
}
#heatsafety .navArea .anchorNav li:nth-child(2)::before {
  width: min(16.875vw, 84.375px);
  background-image: url(../img/img_nav_02.webp);
  top: -5%;
  left: 45%;
}
#heatsafety .navArea .anchorNav li:nth-child(3)::before {
  width: min(31.25vw, 156.25px);
  background-image: url(../img/img_nav_03.webp);
  top: 40%;
  left: -5%;
}
#heatsafety .navArea .anchorNav li a {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  text-align: center;
  width: 100%;
  aspect-ratio: 1/1;
  background: #E2FBFF;
  border-radius: 50%;
  border: 2px solid var(--c-blue);
  font-family: var(--ff-secondary);
  font-size: min(4vw, 18px);
  line-height: 1.2;
  letter-spacing: -0.03em;
  padding-top: 0.5em;
  filter: drop-shadow(0px 0px 5px var(--c-blue));
  height: auto;
}
#heatsafety .navArea .anchorNav li a::after {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-family: var(--ff-icon);
  content: "\e5c8";
  background: var(--c-blue);
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  rotate: 90deg;
}
#heatsafety .navArea .eventNav li:nth-child(1) .linkBtn {
  --c-variable: var(--c-yellow);
}
#heatsafety .navArea .eventNav li:nth-child(2) .linkBtn {
  --c-variable: var(--c-purple);
}
#heatsafety .c-video {
  padding: 40px min(14.0625vw, 70.3125px) 60px;
  position: relative;
  isolation: isolate;
}
#heatsafety .c-video__bg {
  display: block;
  width: 100%;
  height: calc(100% + min(56.25vw, 281.25px));
  position: absolute;
  top: max(-56.25vw, -281.25px);
  left: 0;
  background-color: rgba(var(--c-yellow-rgb), 0.3);
  background-image: url(../img/bg_video.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  will-change: transform;
  z-index: -1;
  pointer-events: none;
}
#heatsafety .c-video .carousel-video {
  position: relative;
  z-index: 0;
}
#heatsafety .c-video .carousel-video .swiper {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
}
#heatsafety .c-video .carousel-video .swiper-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  box-sizing: content-box;
  transition-property: transform, height;
  transform: translate3d(0, 0, 0);
  align-items: flex-start;
}
#heatsafety .c-video .carousel-video .swiper-slide {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0);
}
#heatsafety .c-video .carousel-video.swiper-autoheight, #heatsafety .c-video .carousel-video.swiper-autoheight .swiper-slide {
  height: auto;
}
#heatsafety .c-video .carousel-video.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
#heatsafety .c-video .carousel-video__item {
  aspect-ratio: 9/16;
}
#heatsafety .c-video .carousel-video__item iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#heatsafety .c-video .carousel-video {
  --c-btn: var(--c-variable);
  --c-icon: #fff;
  --sz-btn: 30px;
  --sz-icon: 22px;
}
#heatsafety .c-video .carousel-video .swiper-button-prev,
#heatsafety .c-video .carousel-video .swiper-button-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  width: var(--sz-btn);
  height: var(--sz-btn);
  border-radius: 100vh;
  border: none;
  background: var(--c-btn);
  cursor: pointer;
  overflow: hidden;
}
#heatsafety .c-video .carousel-video .swiper-button-prev svg,
#heatsafety .c-video .carousel-video .swiper-button-next svg {
  display: none;
}
#heatsafety .c-video .carousel-video .swiper-button-prev::after,
#heatsafety .c-video .carousel-video .swiper-button-next::after {
  font-family: var(--ff-icon);
  font-size: var(--sz-icon);
  line-height: 1;
  color: var(--c-icon);
  position: absolute;
  top: 50%;
  left: 50%;
}
#heatsafety .c-video .carousel-video .swiper-button-prev.c-tdl,
#heatsafety .c-video .carousel-video .swiper-button-next.c-tdl {
  background-color: var(--c-pink);
}
#heatsafety .c-video .carousel-video .swiper-button-prev.c-tds,
#heatsafety .c-video .carousel-video .swiper-button-next.c-tds {
  background-color: var(--c-green);
}
#heatsafety .c-video .carousel-video .swiper-button-prev {
  left: 0;
  translate: -50% -50%;
}
#heatsafety .c-video .carousel-video .swiper-button-prev::after {
  content: "\e5c4";
  translate: -52% -50%;
}
#heatsafety .c-video .carousel-video .swiper-button-next {
  right: 0;
  translate: 50% -50%;
}
#heatsafety .c-video .carousel-video .swiper-button-next::after {
  content: "\e5c8";
  translate: -48% -50%;
}
#heatsafety .c-video .carousel-video .swiper-button-prev {
  translate: -130% -50%;
}
#heatsafety .c-video .carousel-video .swiper-button-next {
  translate: 130% -50%;
}
#heatsafety .maskWrap:has(#enjoy) {
  filter: drop-shadow(10px -4px 0 var(--c-pink));
}
#heatsafety #enjoy {
  -webkit-mask: url(../img/mask_wave.svg) no-repeat 50% -1px/100% auto, url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20height%3D%22100%22%20width%3D%22100%22%2F%3E%3C%2Fsvg%3E) repeat center/100% 100%;
          mask: url(../img/mask_wave.svg) no-repeat 50% -1px/100% auto, url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20height%3D%22100%22%20width%3D%22100%22%2F%3E%3C%2Fsvg%3E) repeat center/100% 100%;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  margin-top: -20px;
  background: linear-gradient(180deg, #FFE450 0%, #B0DDE4 230px, #fff 50%);
  padding-bottom: 80px;
}
#heatsafety #enjoy .titleArea {
  position: relative;
}
#heatsafety #enjoy .titleArea .illust {
  display: block;
  position: absolute;
}
#heatsafety #enjoy .titleArea .illust.illust02 {
  width: min(17.8125vw, 89.0625px);
  bottom: -30px;
  right: 10px;
}
#heatsafety #enjoy .tab-item {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--c-blue) 100%);
  position: relative;
}
#heatsafety #enjoy .tab-item::before, #heatsafety #enjoy .tab-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 18px;
  background: #fff;
}
#heatsafety #enjoy .tab-item::before {
  bottom: 54px;
}
#heatsafety #enjoy .tab-item::after {
  bottom: 18px;
}
#heatsafety #enjoy .attraction-list {
  margin-top: min(4vw, 20px);
}
#heatsafety #enjoy .attraction-list li {
  font-size: fz_vw(20.3125px);
  line-height: 1.4;
  margin-bottom: 0.8em;
}
#heatsafety #enjoy .cold-menu {
  background: rgba(var(--c-blue-rgb), 0.3);
  padding: 15px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: min(4vw, 20px);
}
#heatsafety #enjoy .cold-menu .ico {
  display: block;
  width: 60px;
  flex: 0 0 auto;
}
#heatsafety #enjoy .cold-menu p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
#heatsafety .maskWrap:has(#coolDown) {
  filter: drop-shadow(10px -4px 0 var(--c-yellow));
}
#heatsafety #coolDown {
  -webkit-mask: url(../img/mask_wave.svg) no-repeat 50% -1px/100% auto, url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20height%3D%22100%22%20width%3D%22100%22%2F%3E%3C%2Fsvg%3E) repeat center/100% 100%;
          mask: url(../img/mask_wave.svg) no-repeat 50% -1px/100% auto, url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20height%3D%22100%22%20width%3D%22100%22%2F%3E%3C%2Fsvg%3E) repeat center/100% 100%;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  margin-top: -20px;
  background: linear-gradient(180deg, #DFCFE5 0%, #BEE4EA 230px, #BEE4EA 100%);
  padding-bottom: 80px;
}
#heatsafety .maskWrap:has(#hydrate) {
  filter: drop-shadow(10px -4px 0 var(--c-pink));
}
#heatsafety #hydrate {
  -webkit-mask: url(../img/mask_wave.svg) no-repeat 50% -1px/100% auto, url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20height%3D%22100%22%20width%3D%22100%22%2F%3E%3C%2Fsvg%3E) repeat center/100% 100%;
          mask: url(../img/mask_wave.svg) no-repeat 50% -1px/100% auto, url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20height%3D%22100%22%20width%3D%22100%22%2F%3E%3C%2Fsvg%3E) repeat center/100% 100%;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  margin-top: -20px;
  background: linear-gradient(180deg, #FFF3C3 0%, #FBDED9 230px, #FBDED9 100%);
  padding-bottom: 80px;
}
#heatsafety .maskWrap:has(#entertainment) {
  filter: drop-shadow(10px -4px 0 var(--c-blue));
}
#heatsafety #entertainment {
  -webkit-mask: url(../img/mask_wave.svg) no-repeat 50% -1px/100% auto, url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20height%3D%22100%22%20width%3D%22100%22%2F%3E%3C%2Fsvg%3E) repeat center/100% 100%;
          mask: url(../img/mask_wave.svg) no-repeat 50% -1px/100% auto, url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20height%3D%22100%22%20width%3D%22100%22%2F%3E%3C%2Fsvg%3E) repeat center/100% 100%;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  margin-top: -20px;
  background: linear-gradient(180deg, #D3BDDC 0%, #E8DDED 230px, #E8DDED 400px, #fff 400px, #fff 100%);
  padding-bottom: 20px;
}
#heatsafety #entertainment .tab-item {
  padding-left: 0;
  padding-right: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #D3BDDC 100%);
  position: relative;
}
#heatsafety #entertainment .tab-item::before, #heatsafety #entertainment .tab-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 18px;
  background: #fff;
}
#heatsafety #entertainment .tab-item::before {
  bottom: 54px;
}
#heatsafety #entertainment .tab-item::after {
  bottom: 18px;
}
#heatsafety #entertainment .passport {
  padding-top: 40px;
}
#heatsafety #entertainment .passport h3 {
  font-size: min(5.3125vw, 26.5625px);
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  background: url(../img/entertainment/bg_shine.svg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 35px;
  padding-bottom: min(4vw, 20px);
  color: var(--c-purple);
}
#heatsafety #entertainment .passport hgroup {
  text-align: center;
  margin: min(4vw, 20px) 0;
}
#heatsafety #entertainment .passport hgroup h4 {
  font-size: min(5.3125vw, 26.5625px);
  line-height: 1.4;
}

/*	scroll-behavior
-----------------------------------------*/
html {
  scroll-behavior: smooth;
}

body.on-menu {
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */