*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
html, body {
  overflow-x: hidden !important;
}
body {
  width: 100%;
}
img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp {
  display: none;
}
@media (max-width: 425px) {
  .sp {
    display: block;
  }
}

.background {
  position: relative;
  overflow: hidden; /* はみ出し防止 */
  width: 100%;
  clip-path: inset(0);
}

.background::before {
  content: "";
  position: fixed; /* 画面に対して固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* 画面全体の高さ */
  background-image: url(https://025.teny.co.jp/theme/special/hinyari-spot/img/bg.jpg);
  background-size: cover;
  background-position: center;
}

.sns_icon {
  display: block;
  width: 30px;
  position: fixed;
  bottom: 155px;
  right: 5px;
  z-index: 99;
}

.area_tab {
  display: block;
  background-color: #3e8aff;
  position: fixed;
  bottom: 65px;
  right: 5px;
  z-index: 99;
  padding: 15px 8px;
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  transition: opacity .3s ease-out 0s;
}

.area_tab-menu {
  display: grid;
  background-color: #3e8aff;
  place-content: center;
  position: fixed;
  bottom: 65px;
  right: -220px;
  width: 220px;
  height: 130px;
  border-radius: 10px 0 0 10px;
  z-index: 100;
  transition: right 0.3s ease-out;
}

.area_tab-menu.open {
  right: 0px;
}

.area_tab-menu a {
  line-height: 2em;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  transition: opacity .3s ease-out 0s;
}

.page_top {
  position: fixed;
  bottom: 30px;
  right: 5px;
  z-index: 99;
}

.page_top a {
  background-color: #3e8aff;
  font-size: 14px;
  padding: 6px 8px;
  border-radius: 5px;
  color: #fff;
  transition: opacity .3s ease-out 0s;
}

.area_tab-menu a:hover,.page_top a:hover,.area_tab:hover {
  opacity: .7;
}

.bg-wave {
  width: 100%;
  height: auto;
  text-align: center;
  background: url(https://025.teny.co.jp/theme/special/hinyari-spot/img/bg-wave_1.svg) top center repeat-x #ffffff00;
  background-size: 100%;
  padding: 3% 0;
  margin-bottom: -1px;
}

#wrapper {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  font-family: BIZ UDPGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
}

#main_title {
  width: 100%;
  padding: 140px 0;
}
@media (max-width: 767px) {
  #main_title {
    padding: 80px 0;
  }
}

.top_img {
  max-width: 1200px;
  width: 85%;
  margin: auto;
}
@media (max-width: 768px) {
  .top_img {
    width: 100%;
  }
}

picture, img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  position: relative;
}

.penguin {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 18.7%;
  animation: top01 0.8s cubic-bezier(0.17, 0.67, 0.39, 1.47) forwards;
  animation-delay: 0.3s;
  transform: scale(0.5);
	opacity:0;
}
@keyframes top01 {
  0%   { transform: scale(0.5); opacity:0;}
  100% { transform: scale(1); opacity:1;}
}

.penguin img {
  animation: penguin 3s linear infinite;
}
@keyframes penguin {
  0% { transform: rotate(-5deg);}
  50% { transform: rotate(5deg);}
  100% { transform: rotate(-5deg);}
}

#text_area {
  text-align: center;
  width: 100%;
  font-size: min(4vw, 22px);
  line-height: 1.8em;
  font-weight: 700;
  background-color: #fff;
  padding: 100px 20px;
  letter-spacing: 0.3em;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}
@media (max-width: 768px) {
  #text_area {
    text-align: left;
    padding: 70px 20px;
  }
}

.bg-img {
  position: absolute;
  animation-iteration-count: infinite; /* 無限に繰り返す */
  animation-timing-function: ease-in-out; /* 動きを滑らかに（ゆっくり始まってゆっくり終わる） */
}
@media (max-width: 768px) {
  .bg-img {
    opacity: 0.5;
  }
}

.l-1 {
  left: 7%;
  top: 0%;
  animation-name: float-pattern-1;
  animation-duration: 6s; /* 6秒かけて1ループ */
}
@media (max-width: 768px) {
  .l-1 {
    top: 29%;
    left: 5%;
  }
}

.l-2 {
  left: 3%;
  top: 32%;
  animation-name: float-pattern-1;
  animation-duration: 8s; /* 少し遅くする */
  animation-delay: -2s;   /* 最初から動いているように見せるためのマイナス指定 */
}
@media (max-width: 768px) {
  .l-2 {
    display: none;
  }
}

.r-1 {
  right: 6%;
  top: 5%;
  animation-name: float-pattern-1;
  animation-duration: 7s;
  animation-delay: -1s;
}
@media (max-width: 768px) {
  .r-1 {
    right: 1%;
    top: 1%;
  }
}

.r-2 {
  right: 8%;
  top: 45%;
  transform: rotate(5deg);
  animation-name: float-pattern-1;
  animation-duration: 9s;
  animation-delay: -3s;
}
@media (max-width: 768px) {
  .r-2 {
    top: 44%;
    right: 10%;
  }
}

@keyframes float-pattern-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px); /* 上に15px動く */
  }
  100% {
    transform: translateY(0);
  }
}

.text_area_inner {
  color: #36a9e1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.em1 {
  font-size: min(5vw, 24px);
  font-weight: 700;
}

.em2 {
  font-size: min(5vw, 40px);
  font-weight: 900;
  text-shadow: 3px 3px 3px #e2f92e;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.em2::after {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -2px;
  height: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'><path d='M0,5 Q20,2 40,7 T80,4 T100,6 L100,10 L0,10 Z' fill='%2316ffb4'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: 0% 100%;
  transition: background-size 0.3s ease-in-out;
}

.em2.is-active::after {
  background-size: 100% 100%;
}

.link_menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /*grid-template-columns: 1fr 1fr;*/
  gap: 10px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0;
  padding-top: 80px;
  border-top: 5px dotted #0072ff;
}
@media (max-width: 768px) {
  .link_menu {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

.link-area {
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: min(4vw, 18px);
  border-radius: 50px;
  min-height: 60px;
  opacity: 0;
  transform: translateY(20px);
}

.link-area.is-visible:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.link-area.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.link-area:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(135deg);
}

.link_01 {
  background-color: #caddff;
  padding: 30px;
  color: #000;
  font-weight: bold;
}

.link_02 {
  background-color: #c1effa;
  padding: 30px;
  color: #000;
  font-weight: bold;
}

.link_03 {
  background-color: #c5faef;
  padding: 30px;
  color: #000;
  font-weight: bold;
  /*font-size: min(4vw, 17px);*/
  font-size: min(4vw, 15px);
}

.link_04 {
  background-color: #c0f6f9;
  padding: 30px;
  color: #000;
  font-weight: bold;
}

#spot_area, #gourmet_area, #countermeasure_area, #summary_area {
  position: relative;
  color: #36a9e1;
  background-color: #f0faffc7;
  padding: 100px 20px;
}

.spot_area-inner, .gourmet_area-inner, .countermeasure_area-inner, .summary_area-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.spot_area_title, .gourmet_area_title, .countermeasure_area_title, .summary_area_title {
  font-size: min(6vw, 40px);
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.3em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}

.spot_area_title span, .gourmet_area_title span, .countermeasure_area_title span, .summary_area_title span {
  display: block;
  margin-right: 10px;
}

.spot_area_title span img, .gourmet_area_title span img, .countermeasure_area_title span img, .summary_area_title span img {
  width: 75px;
}
.spot_area_title span img, .gourmet_area_title span img, .summary_area_title span img {
  transform: scaleX(-1);
}

.snow_1 {
  position: absolute;
  width: 18%;
  top: -2%;
  right: -4%;
  z-index: 98;
}
@media (max-width: 600px) {
  .snow_1 {
    width: 30%;
    top: -0.7%;
  }
}

.snow_2 {
  position: absolute;
  width: 20%;
  top: -17px;
  left: -4%;
  z-index: 98;
  transform: scaleX(-1) rotate(13deg);
}
@media (max-width: 600px) {
  .snow_2 {
    width: 40%;
    top: -20px;
    left: -5%;
  }
}

.snow_3 {
  position: absolute;
  width: 220px;
  top: -70px;
  right: -2%;
  z-index: 98;
  transform: scaleX(-1) rotate(35deg);
}
@media (max-width: 768px) {
  .snow_3 {
    width: 180px;
    top: -60px;
  }
}
@media (max-width: 450px) {
  .snow_3 {
    width: 150px;
    top: -41px;
  }
}

.inner {
  padding: 100px 20px 0px;
  margin: 0 auto;
  background-color: #ffffffa6;
  border-radius: 24px;
  /*border: 3px solid #36a9e1;*/
  outline: 3px solid #36a9e1;
  outline-offset: -10px;
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.2), 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  gap: 1.4em;
  width: 95%;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .features {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 450px) {
  .features {
    display: block;
  }
}

.features article {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.features article a {
  width: 100%;
  aspect-ratio: 10 / 6.7;
  transition: opacity 0.2s ease;
}

.features article a:hover {
  opacity: 0.7;
}

.features article img {
  /*border-radius: 5px;*/
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-01 {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 1.2em;
}

.text-02 {
  font-weight: bold;
  font-size: 1.4em;
  margin: 5px 0;
}

.text-03 {
  font-weight: bold;
  font-size: 1.2em;
}

.text-04 {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 1.4em;
}

.countermeasure_inner {
  position: relative;
  padding: 100px 20px 20px;
  background-color: #ffffffa6;
  border-radius: 24px;
  margin: 0 0 150px;
  outline: 3px solid #36a9e1;
  outline-offset: -10px;
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.2), 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .countermeasure_inner {
    display: block;
    padding: 50px 20px 20px;
    margin: 0 0 100px;
  }
}

.countermeasure_text-area {
  text-align: left;
  width: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  position: relative;
}
@media (max-width: 768px) {
  .countermeasure_text-area {
    margin: 0 auto;
  }
}

.countermeasure_title {
  display: block;
  position: relative;
  font-size: min(2.8vw, 35px);
  line-height: 1.6em;
  font-weight: bold;
  text-shadow: 2px 2px 3px #e2f92e;
}
@media (max-width: 768px) {
  .countermeasure_title {
    font-size: min(5vw, 35px);
  }
}

.countermeasure_txt-sub {
  margin: 30px 0 40px 1em;
}
@media (max-width: 768px) {
  .countermeasure_txt-sub {
    margin: 30px 0 90%;
  }
}

.countermeasure_explanation {
  display: block;
  font-size: min(2vw, 22px);
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .countermeasure_explanation {
    font-size: min(4vw, 20px);
  }
}

.explanation-span {
  display: block;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 10px;
}

.image_area_1 img, .image_area_2 img, .image_area_3 img {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.image_area_2 img {
  transform: rotate(-11deg);
}
.image_area_3 img {
  transform: rotate(15deg);
}

.image_area_1 {
  width: 95%;
  position: absolute;
  top: 0%;
  left: 102%;
  z-index: 98;
}
@media (max-width: 768px) {
  .image_area_1 {
    width: 70%;
    top: 110%;
    left: -6%;
  }
}
.image_area_2 {
  width: 70%;
  position: absolute;
  top: -15%;
  left: 175%;
  z-index: 97;
}
@media (max-width: 768px) {
  .image_area_2 {
    width: 50%;
    top: 100%;
    left: 53%;
  }
}
.image_area_3 {
  width: 50%;
  position: absolute;
  top: 55%;
  left: 180%;
  z-index: 96;
}
@media (max-width: 768px) {
  .image_area_3 {
    width: 40%;
    top: 147%;
    left: 66%;
  }
}

.image_area img {
  border-radius: 5px;
  object-fit: cover;
}

.js-fade-in {
  opacity: 0;
  transform: translateY(30px); /* 30px 下に下げておく */
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0); /* 元の位置に戻る */
}

.image_area_3.is-visible {
  transition-delay: 0s;
}
.image_area_2.is-visible {
  transition-delay: 0.2s; /* 0.2秒遅れて表示 */
}
.image_area_1.is-visible {
  transition-delay: 0.4s; /* 0.4秒遅れて表示 */
}

.countermeasure_link {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .countermeasure_link {
    text-align: center;
    margin: 50px 0 0;
  }
}

.pc-view {
  display: block;
}
@media (max-width: 768px) {
  .pc-view {
    display: none;
  }
}

.sp-view {
  display: none;
}
@media (max-width: 768px) {
  .sp-view {
    display: block;
  }
}

.countermeasure_under {
  margin-top: 100px;
  text-align: end;
}

.otsuka_page-link {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: flex-end;
  gap: 20px;
}

.otsuka_page-link li a {
  color: #426bba;
  font-size: 15px;
  transition: opacity 0.2s ease;
}

.otsuka_page-link li a:hover {
  opacity: 0.6;
}

.otsuka_page-link li a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background-image: url(https://025.teny.co.jp/theme/special/hinyari-spot/img/link-icon.svg);
}

.cooperation {
  margin-top: 20px;
  color: #000;
}

.countermeasure_link a {
  background-color: #36a9e1;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  color: #fff;
  position: relative;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease;
  font-family: "Zen Maru Gothic", sans-serif;
}

.countermeasure_link a:hover {
  opacity: 0.6;
}

.countermeasure_link a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.link-box {
  background-color: #fff;
  padding: 30px 0;
  font-size: min(2.5vw, 17px);
  font-weight: bold;
  color: #1589bf;
  width: 350px;
  display: block;
  border-radius: 10px;
  border: 2px solid #1589bf;
}
@media (max-width: 430px) {
  .link-box {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto 20px;
    font-size: min(4.4vw, 17px);
  }
}

#movie_area {
  position: relative;
  background-color: #f0faffc7;
  padding-top: 10%;
  background-image: url(https://025.teny.co.jp/theme/special/hinyari-spot/img/bg-wave_2_.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.movie_area_bg {
  position: relative;
  background-color: #bbdbf1;
  padding: 100px 20px;
}

.movie_area_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.heading-title {
  font-size: clamp(18px, 4vw, 30px);
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 50px;
  text-align: center;
  color: #5591ff;
  line-height: 1.5em;
}
@media screen and (max-width: 1100px) {
  .heading-title {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
  }
}

.heading-title::before, .heading-title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .heading-title::before, .heading-title::after {
    width: 30px;
    height: 30px;
  }
}

.heading-title::before {
  background: url(https://025.teny.co.jp/theme/special/hinyari-spot/img/b-l.svg) no-repeat center center / cover;
  left: 0;
}

.heading-title::after {
  background: url(https://025.teny.co.jp/theme/special/hinyari-spot/img/b-r.svg) no-repeat center center / cover;
  right: 0;
}

.mv {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
@media (max-width: 768px) {
  .mv {
    display: block;
  }
}

.movie {
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 0 20px 0;
  border: 3px solid #36a9e1;
}

.movie a {
  background-color: #fff;
  color: #36a9e1;
  margin: 40px auto 0;
  padding: 13px 0;
  display: block;
  width: 50%;
  font-size: 16px;
  border-radius: 50px;
  border: 2px solid #36a9e1;
  font-weight: bold;
  text-align: center;
}
.movie a:hover, .link-box:hover {
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  background-color: #36a9e1;
  color: #fff;
}

iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  border-radius: 7px 7px 0 0;
}

.movie-title-area {
  margin-top: 20px;
  padding: 0 15px;
  color: #000;
  display: block;
}

.movie-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5em;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
}

.movie-overview {
  font-size: 16px;
  line-height: 1.3em;
}

.l_footer {
  margin: 0 0 70px;
}