@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 200px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 72.5%;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 82.5%;
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 62.5%;
    width: 100%;
  }
}

@media screen and (min-width: 991px) {
  body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro",
 "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #333333;
    background: #fff;
    width: 100%;
    font-size: 1.4rem;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Quicksand, "ヒラギノ角ゴシック Pro",
 "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-text-size-adjust: none;
    position: relative;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    color: #444;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
  color: #333333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
}

hr {
  display: none;
}

abbr,
acronym {
  border: 0;
}

textarea {
  /*font-family: sans-serif;*/
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  zoom: 1;
  display: block;
}

/* End IE-mac */
.clear {
  clear: both;
}

/*------------------------------------
リンク 
------------------------------------*/
a {
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #0c85f8;
}

area {
  outline: none;
}

a:hover img {
  opacity: 0.8;
}

a:focus {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

/*------------------------------------
リスト２行以降対策 
------------------------------------*/
ol.list li,
ul.list li {
  text-indent: -1em;
  margin-left: 1em;
}

/*------------------------------------
bootstrap調整 
------------------------------------*/
@media (min-width: 768px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1110px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .container2 {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .container2 {
    width: 880px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .container3 {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 1130px) {
  .container3 {
    width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) {
  .container4 {
    width: 1400px;
    margin: 0 auto;
  }
}

/*両端パディングなし*/
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

/*両端パディングなし*/
.container {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 991px) {
  .container {
    width: 88%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
  }
}

/*パディングなし設定*/
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (min-width: 992px) {
  .pc_mb10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
}

/*------------------------------------
ポジション
------------------------------------*/
.relative {
  position: relative;
}

.toAnimate {
  opacity: 0;
}

/*------------------------------------
スマホ　非表示
------------------------------------*/
@media screen and (min-width: 992px) {
  .disp_sp {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .disp_pc {
    display: none !important;
  }
}

.inner {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner {
    padding: 0 6%;
  }
}

#contents {
  color: #444;
}

@media screen and (max-width: 991px) {
  #contents {
    padding: 0 0 12% !important;
  }
}

.h-yato {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.h-yato #contents {
  font-family: "Zen Maru Gothic", serif;
}

.h-yato #wrapper {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .h-yato #wrapper {
    padding-top: 55px;
  }
}

.h-yato .mv {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}

.h-yato .mv-image {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.h-yato .mv-image img {
  min-width: 1726px;
}

@media screen and (max-width: 1350px) {
  .h-yato .mv-image img {
    min-width: 130vw;
  }
}

@media screen and (max-width: 991px) {
  .h-yato .mv-image img {
    min-width: inherit;
  }
}

.h-yato .mv-txt {
  position: absolute;
  max-width: 1375px;
  bottom: 0px;
  left: 80px;
  right: 0;
  margin-inline: auto;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .h-yato .mv-txt {
    bottom: 25vw;
    left: 0px;
  }
  .h-yato .mv-txt img {
    width: 55%;
  }
}

.h-yato .block_lead {
  position: relative;
  padding: 120px 0 0;
  margin-top: -120px;
}

@media screen and (min-width: 992px) {
  .h-yato .block_lead {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .h-yato .block_lead {
    padding: 0;
    margin-top: -12vw;
  }
}

@media screen and (min-width: 992px) {
  .h-yato .block_lead .wave-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/img-h-yato/wave_top01.png) center top no-repeat;
    background-size: contain;
    aspect-ratio: 1920 / 287;
    width: 100%;
    min-width: 1920px;
  }
}

.h-yato .block_lead_main {
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}

@media screen and (min-width: 992px) {
  .h-yato .block_lead_main {
    background: #fcf8f5;
  }
}

@media screen and (max-width: 991px) {
  .h-yato .block_lead_main {
    padding-bottom: 90px;
  }
}

.h-yato .block_lead_main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: calc(100% - 12vw);
  background: #fcf8f5;
}

.h-yato .block_lead .inner {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .h-yato .block_lead .inner {
    padding: 0;
  }
}

.h-yato .block_lead .img01 {
  display: flex;
  justify-content: center;
}

.h-yato .block_lead .img02 {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_lead .img02 {
    flex-direction: column;
  }
}

.h-yato .block_lead .img02 .txt {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

.h-yato .block_lead .img02 .txt .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.35em);
  filter: blur(2px);
}

.h-yato .block_lead .img02 .txt.started .char {
  animation: yatoCharIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--char-index, 0) * 0.05s);
}

@media screen and (min-width: 992px) {
  .h-yato .block_lead .img02 .txt {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    top: 25px;
  }
}

@media screen and (max-width: 991px) {
  .h-yato .block_lead .img02 .txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;	  
  }
}

.h-yato .block_lead .img03 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_lead .img03 {
    padding: 0 6%;
  }
}

.h-yato .block_movie {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
  z-index: 3;
  margin-top: -42px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_movie {
    margin-top: -10vw;
    padding: 11vw 0 0;
  }
}

.h-yato .block_movie .wave-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-h-yato/wave_top02.png) center top no-repeat;
  background-size: contain;
  aspect-ratio: 1920 / 42;
  width: 100%;
  min-width: 1920px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_movie .wave-top {
    background-image: url(../img/img-h-yato/wave_top02_sp.png);
    aspect-ratio: 640 / 112;
    min-width: inherit;
  }
}

.h-yato .block_movie_main {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_movie_main {
    padding-bottom: 60px;
  }
}

.h-yato .block_movie .img01 {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .h-yato .block_movie .img01 img {
    margin-top: -2vw;
  }
}

.h-yato .block_movie .img02 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .h-yato .block_movie .img02 {
    pointer-events: none;
  }
}

.h-yato .block_movie .img02 iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 800 / 453;
  max-width: 800px;
}

@media screen and (min-width: 992px) {
  .h-yato .block_movie .img02 iframe {
    pointer-events: all;
  }
}

@media screen and (min-width: 992px) {
  .h-yato .block_movie .img02 img {
    cursor: pointer;
    pointer-events: all;
  }
}

@media screen and (max-width: 991px) {
  .h-yato .block_movie .img02 {
    margin-top: 10px;
  }
}

.h-yato .block_movie .img03 {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .h-yato .block_movie .img03 {
    margin-top: 20px;
  }
}

.h-yato .block_movie_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .h-yato .block_movie_btn {
    margin-top: 15px;
  }
}

.h-yato .block_movie_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5549c;
  height: 70px;
  border-radius: 50px;
  background: #f5549c;
  font-size: 2.4rem;
  font-weight: 500;
  max-width: 300px;
  width: 75%;
  text-align: center;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 992px) {
  .h-yato .block_movie_btn a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
}

@media screen and (max-width: 991px) {
  .h-yato .block_movie_btn a {
    font-size: 1.4rem;
    height: 60px;
  }
}

.h-yato .block_movie_btn a > span {
  padding-right: 1em;
}

.h-yato .block_movie_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #fff;
}

@media screen and (min-width: 992px) {
  .h-yato .block_movie_btn a::before {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
}

.h-yato .block_movie_btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
  .h-yato .block_movie_btn a::after {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
}

@media screen and (min-width: 992px) {
  .h-yato .block_movie_btn a:hover {
    background: #fff;
    color: #f5549c;
  }
  .h-yato .block_movie_btn a:hover::before {
    background: #f5549c;
  }
  .h-yato .block_movie_btn a:hover::after {
    border-color: transparent transparent transparent #f5549c;
  }
}

.h-yato .block_gallery {
  position: relative;
  overflow: hidden;
  padding: 180px 0 0;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .h-yato .block_gallery {
    padding: 11vw 0 0;
  }
}

.h-yato .block_gallery .wave-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-h-yato/wave_top01.png) center top no-repeat;
  background-size: contain;
  aspect-ratio: 1920 / 287;
  width: 100%;
  min-width: 1920px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_gallery .wave-top {
    background-image: url(../img/img-h-yato/wave_top01_sp.png);
    aspect-ratio: 640 / 79;
    min-width: inherit;
  }
}

.h-yato .block_gallery .inner {
  position: relative;
  z-index: 2;
  max-width: 1270px;
}

@media screen and (min-width: 992px) {
  .h-yato .block_gallery .inner {
    top: -120px;
  }
}

.h-yato .block_gallery_main {
  background: #fcf8f5;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .h-yato .block_gallery_main {
    padding: 20px 0 60px;
  }
}

@media screen and (min-width: 992px) {
  .h-yato .block_gallery_ttl, .h-yato .block_gallery_txt, .h-yato .block_gallery_btn {
    width: 60%;
  }
}

.h-yato .block_gallery_ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_gallery_ttl {
    margin-bottom: 50px;
  }
  .h-yato .block_gallery_ttl img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

.h-yato .block_gallery_txt {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_gallery_txt {
    margin-bottom: 25px;
  }
}

.h-yato .block_gallery_img {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .h-yato .block_gallery_img {
    position: absolute;
    right: 0;
    top: 40px;
    width: 52%;
  }
}

@media screen and (max-width: 991px) {
  .h-yato .block_gallery_img {
    position: relative;
    justify-content: flex-start;
    margin-bottom: 50px;
  }
}

.h-yato .block_gallery_img::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -10px;
  margin: auto;
  aspect-ratio: 604 / 344;
  width: 100%;
  max-width: 604px;
  background: url(../img/img-h-yato/bg_slider_gellery.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .h-yato .block_gallery_img::after {
    aspect-ratio: 582 / 376;
    background-image: url(../img/img-h-yato/bg_slider_gellery_sp.png);
    width: 92vw;
    right: inherit;
    left: -3vw;
    top: -6.5vw;
  }
}

.h-yato .block_gallery_img .image {
  clip-path: url(#movie-clip01);
  -webkit-clip-path: url(#movie-clip01);
  aspect-ratio: 448 / 298;
  width: 448px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.h-yato .block_gallery_img .image > div,
.h-yato .block_gallery_img .image .slick-list,
.h-yato .block_gallery_img .image .slick-track,
.h-yato .block_gallery_img .image .slick-slide,
.h-yato .block_gallery_img .image .slick-slide > div {
  position: relative;
  height: 100%;
}

.h-yato .block_gallery_img .image .slick-slide {
  overflow: hidden;
}

.h-yato .block_gallery_img .image img {
  display: block;
  object-fit: cover;
  width: 100% !important;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .h-yato .block_gallery_img .image {
    width: 80%;
  }
}

.h-yato .block_gallery_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .h-yato .block_gallery_btn {
    align-items: flex-end;
    width: 70%;
    margin: 0 0 0 auto;
  }
}

.h-yato .block_gallery_btn .txt {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.h-yato .block_gallery_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #216c4c;
  height: 60px;
  border-radius: 50px;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 300px;
  width: 75%;
  text-align: center;
  color: #216c4c;
  position: relative;
}

@media screen and (min-width: 992px) {
  .h-yato .block_gallery_btn a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
}

@media screen and (max-width: 991px) {
  .h-yato .block_gallery_btn a {
    font-size: 1.4rem;
    height: 60px;
    width: 100%;
  }
}

.h-yato .block_gallery_btn a > span {
  padding-right: 2em;
}

.h-yato .block_gallery_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #216c4c;
}

@media screen and (min-width: 992px) {
  .h-yato .block_gallery_btn a::before {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
}

.h-yato .block_gallery_btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #216c4c;
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
  .h-yato .block_gallery_btn a::after {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
}

@media screen and (min-width: 992px) {
  .h-yato .block_gallery_btn a:hover {
    background: #216c4c;
    color: #fff;
  }
  .h-yato .block_gallery_btn a:hover::before {
    background: #fff;
  }
  .h-yato .block_gallery_btn a:hover::after {
    border-color: transparent transparent transparent #fff;
  }
}

.h-yato .block_gallery_map {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_gallery_map {
    margin-top: 40px;
  }
}

.h-yato .block_feature {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
  z-index: 3;
  margin-top: -42px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_feature {
    margin-top: -10vw;
    padding: 11vw 0 0;
  }
}

.h-yato .block_feature .wave-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-h-yato/wave_top02.png) center top no-repeat;
  background-size: contain;
  aspect-ratio: 1920 / 42;
  width: 100%;
  min-width: 1920px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_feature .wave-top {
    background-image: url(../img/img-h-yato/wave_top02_sp.png);
    aspect-ratio: 640 / 112;
    min-width: inherit;
  }
}

.h-yato .block_feature_main {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 10px 0 40px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_feature_main {
    padding: 5px 0 40px;
  }
}

.h-yato .block_feature .inner {
  max-width: 1300px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_feature .inner {
    padding: 0;
  }
}

.h-yato .block_feature .flex {
  display: flex;
  justify-content: center;
  gap: 150px;
}

@media screen and (max-width: 1300px) {
  .h-yato .block_feature .flex {
    gap: 8%;
  }
}

@media screen and (max-width: 991px) {
  .h-yato .block_feature .flex {
    flex-direction: column;
    gap: 40px;
  }
}

.h-yato .block_feature .flex .item {
  position: relative;
}

.h-yato .block_feature .flex .item .icon01 {
  position: absolute;
  right: 0;
  bottom: 175px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_feature .flex .item .icon01 {
    animation-delay: 0.3s;
    width: 15vw;
    bottom: 35vw;
    right: 11vw;
  }
}

.h-yato .block_feature .flex .item .icon02 {
  position: absolute;
  left: 25px;
  bottom: 160px;
}

@media screen and (min-width: 992px) {
  .h-yato .block_feature .flex .item .icon02 {
    animation-delay: 0.5s;
  }
}

@media screen and (max-width: 991px) {
  .h-yato .block_feature .flex .item .icon02 {
    animation-delay: 0.3s;
    width: 17vw;
    bottom: 32vw;
    left: 15vw;
  }
}

.h-yato .block_tour {
  position: relative;
  overflow: hidden;
  padding: 180px 0 0;
  z-index: 3;
}

@media screen and (min-width: 992px) {
  .h-yato .block_tour {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .h-yato .block_tour {
    padding: 11vw 0 0;
  }
}

.h-yato .block_tour .wave-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/img-h-yato/wave_top01.png) center top no-repeat;
  background-size: contain;
  aspect-ratio: 1920 / 287;
  width: 100%;
  min-width: 1920px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_tour .wave-top {
    background-image: url(../img/img-h-yato/wave_top01_sp.png);
    aspect-ratio: 640 / 79;
    min-width: inherit;
  }
}

.h-yato .block_tour .inner {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .h-yato .block_tour .inner {
    top: -60px;
  }
}

@media screen and (max-width: 991px) {
  .h-yato .block_tour .inner {
    padding: 0;
  }
}

.h-yato .block_tour_main {
  background: #fcf8f5;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_tour_main {
    padding: 20px 0 60px;
  }
}

.h-yato .block_tour_ttl {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_tour_ttl {
    margin-bottom: 15px;
  }
}

.h-yato .block_tour_ttl .icon {
  position: absolute;
  left: -20px;
  right: 0;
  margin-inline: auto;
  top: -20px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .h-yato .block_tour_ttl .icon {
    top: 0;
    left: 0;
    width: 35vw;
  }
}

.h-yato .block_tour_img {
  display: flex;
  justify-content: center;
}

.h-yato .block_tour_txt {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_tour_txt {
    padding-top: 30px;
    position: relative;
  }
  .h-yato .block_tour_txt::before {
    content: "";
    position: absolute;
    top: 22vw;
    left: 2vw;
    margin: auto;
    aspect-ratio: 127 / 114;
    width: 20vw;
    background: url(../img/img-h-yato/illust_tour01.png) left center no-repeat;
    background-size: contain;
  }
}

.h-yato .block_tour_txt p {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 500px) {
  .h-yato .block_tour_txt p {
    font-size: 4.3999999999999995vw;
  }
}

.h-yato .block_tour_txt p + p {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .h-yato .block_tour_txt p + p {
    position: relative;
  }
}

.h-yato .block_tour_txt p .t1 {
  color: #f69161;
  font-weight: 700;
}

.h-yato .block_tour_txt p .t2 {
  color: #358965;
  font-weight: 700;
}

.h-yato .block_tour_btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .h-yato .block_tour_btn {
    margin-top: 30px;
  }
}

.h-yato .block_tour_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5549c;
  height: 70px;
  border-radius: 50px;
  background: #f5549c;
  font-size: 2.4rem;
  font-weight: 500;
  max-width: 300px;
  width: 75%;
  text-align: center;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 992px) {
  .h-yato .block_tour_btn a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
}

@media screen and (max-width: 991px) {
  .h-yato .block_tour_btn a {
    font-size: 1.4rem;
    height: 60px;
    max-width: 250px;
  }
}

.h-yato .block_tour_btn a > span {
  padding-right: 1em;
}

.h-yato .block_tour_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #fff;
}

@media screen and (min-width: 992px) {
  .h-yato .block_tour_btn a::before {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
}

.h-yato .block_tour_btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
  .h-yato .block_tour_btn a::after {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
}

@media screen and (min-width: 992px) {
  .h-yato .block_tour_btn a:hover {
    background: #fff;
    color: #f5549c;
  }
  .h-yato .block_tour_btn a:hover::before {
    background: #f5549c;
  }
  .h-yato .block_tour_btn a:hover::after {
    border-color: transparent transparent transparent #f5549c;
  }
}

/*----------------------------------
モーダル
----------------------------------*/
#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

#modal-overlay .modal-wrap {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal-overlay .modal-content {
  aspect-ratio: 16/9;
  width: 90%;
  position: relative;
}

#modal-overlay .modal-content iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#modal-overlay .modal_close {
  background: #999999;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  border-radius: 50%;
  z-index: 99999999;
  cursor: pointer;
}

#modal-overlay .modal_close > span::before, #modal-overlay .modal_close > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  margin: auto;
  bottom: 0;
  width: 2px;
  height: 18px;
  background: #fff;
}

#modal-overlay .modal_close > span::before {
  transform: rotate(-45deg);
}

#modal-overlay .modal_close > span::after {
  transform: rotate(45deg);
}

/* 下からふわっと */
.fade_b {
  opacity: 0;
}

.fade_b.started,
.started .fade_b {
  animation: fadeIn_b 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn_b {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes text-slide {
  100% {
    transform: translateX(-50%);
  }
}

@keyframes yatoCharIn {
  0% {
    opacity: 0;
    transform: translateY(0.35em);
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* 縮小 */
.shrink {
  overflow: hidden;
  transform: scale(1.2, 1.2);
  opacity: 0;
}

.shrink.started,
.started .shrink {
  animation: Shrink 1s ease forwards;
}

@keyframes Shrink {
  0% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

/* マウス操作時の不自然な枠線だけを消す */
a:focus:not(:focus-visible) {
    outline: none;
}

/* キーボード操作時はサイトの色に合わせた見やすい枠を出す */
a:focus-visible {
    outline: 2px solid #f5549c; /* サイトのメインカラーなど */
    outline-offset: 2px;
}