/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.mv {
  position: relative;
  height: calc(100vh - 191px);
}
.mv_txt {
  position: absolute;
  z-index: 3;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.mv_slider {
  position: relative;
  z-index: 1;
  height: calc(100vh - 191px);
}
/*　背景画像設定　*/
.slider-item01 {
  background: url("/flowerfestival/img/top/mv01.webp");
}
.slider-item02 {
  background: url("/flowerfestival/img/top/mv02.webp");
}
.slider-item03 {
  background: url("/flowerfestival/img/top/mv03.webp");
}
.slider-item04 {
  background: url("/flowerfestival/img/top/mv04.webp");
}
.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: calc(100vh - 191px); /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
.mv_slider .slick-slide {
  min-height: calc(100vh - 191px) !important;
}
.about_bg {
  position: relative;
  z-index: 3;
  margin: -7em auto 0;
  padding: 1em 0 3em;
}
.about_bg::before {
  position: absolute;
  top: 2em;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url("/flowerfestival/img/top/bg01.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}
.mv_ttl {
  margin: 0em auto 2em;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  align-items: flex-end;
}
.mv_ttl p {
  width: 60%;
  margin: 0 0 1em 0;
}
.mv_ttl div {
  width: 35%;
}
.about {
  width: 90%;
  margin: auto;
}
.about_l {}
.about_l img {
  width: 90%;
  margin: auto;
}
.about_l p {
  display: none;
}
.about_r {
  text-align: left;
}
.about_r h2 {
  width: 90%;
  font-family: ten-mincho, serif;
  font-weight: 400;
  color: #EB71AA;
  font-size: 2.3rem;
  margin: 0 auto 0.2em;
}
.about_r div {
  position: relative;
  width: 90%;
  margin: 0 auto 1em;
  font-family: ten-mincho, serif;
  color: #6E6E6E;
  font-size: 1.4rem;
  line-height: 1.8;
}
.about_r div::before, .about_r div::after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.about_r div::before {
  top: -30px;
  right: -10px;
  width: 40px;
  height: 40px;
  background-image: url("/flowerfestival/img/top/shape01.webp");
}
.about_r div::after {
  top: 50px;
  right: -20px;
  width: 40px;
  height: 40px;
  background-image: url("/flowerfestival/img/top/shape02.webp");
}
.about_r p {
  width: 90%;
  margin: 1em auto 0;
}
.link_bg {
  padding: 2em 0 3em;
  position: relative;
  background: url("/flowerfestival/img/top/bg02sp.webp") center / cover;
}
.link_bg h2 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
}
.link_bg h2 span {
  font-family: "cochin-lt-pro", sans-serif;
  display: block;
}
.link_bg h2::before, .link_bg h2::after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.link_bg h2::before {
  top: 10px;
  left: -70px;
  width: 60px;
  height: 60px;
  background-image: url("/flowerfestival/img/top/petal01.webp");
}
.link_bg h2::after {
  top: 10px;
  right: -70px;
  width: 60px;
  height: 60px;
  background-image: url("/flowerfestival/img/top/petal02.webp");
}
.link {
  width: 80%;
  margin: auto;
}
.link li {
  position: relative;
  margin: 1em auto 0;
}
.link li a {
  position: relative;
  display: block;
}
.link li a::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  content: '';
  background: #5C002B;
  opacity: 0.4;
  mix-blend-mode: multiply;
  transition: ease .2s;
}
.link li a:hover::before {
  opacity: 0.2;
}
.link li a::after {
  position: absolute;
  z-index: 3;
  content: '';
  bottom: 15px;
  right: 15px;
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("/flowerfestival/img/top/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transition: ease .2s;
}
.link li a:hover::after {
  right: 10px;
}
.link li a p {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 20px;
  text-align: left;
  color: #fff;
}
.link li a p span {
  display: block;
  font-family: ten-mincho, serif;
  font-size: 3.5rem;
  line-height: 1.3;
}
.link li img {
  border-radius: 10px;
}
.top_contents {
  width: 90%;
  margin: auto;
}
.top_contents > li {
  margin: 6em auto 0;
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 3em 10px 2em;
}
.top_contents > li:first-child {
  margin: 3em auto 0;
}
.top_contents_ttl {
  position: absolute;
  top: -4em;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
}
.top_contents_ttl p {
  font-family: ten-mincho, serif;
  color: #14BEE6;
  font-size: 1.6rem;
  margin: 0 auto 0.2em;
}
.top_contents_ttl h2 {
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  color: #fff;
  margin: auto;
  padding: 7px 0px;
  background: url("/flowerfestival/img/top/line.webp");
  background-position: center;
  background-size: 300px;
  background-repeat: no-repeat;
}
.top_contents_ttl h2::before, .top_contents_ttl h2::after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.top_contents_ttl h2::before {
  top: 20px;
  left: calc(50% - 90px);
  width: 15px;
  height: 15px;
  background-image: url("/flowerfestival/img/top/petal03.webp");
}
.top_contents_ttl h2::after {
  top: 10px;
  right: calc(50% - 90px);
  width: 15px;
  height: 15px;
  background-image: url("/flowerfestival/img/top/petal04.webp");
}
.top_contents .news img {
  border-radius: 10px;
}
@media (max-height: 900px) {
  /* 高さ900px以下の場合 */
  .mv_txt {
    top: 35% !important;
    width: 40px !important;
  }
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv {
    height: calc(100vh - 167px);
  }
  .mv_txt {
    width: 50px;
  }
  .mv_slider {
    height: calc(100vh - 167px);
  }
  .slider-item {
    height: calc(100vh - 167px);
  }
  .mv_slider .slick-slide {
    min-height: calc(100vh - 167px) !important;
  }
  .about_bg {
    margin: -21em auto 0;
    padding: 0em 0 6em;
  }
  .about_bg::before {
    top: 2em;
  }
  .mv_ttl {
    width: 90%;
  }
  .mv_ttl p {
    width: 55%;
    margin: 0 0 1.5em 0;
  }
  .mv_ttl div {
    width: 30%;
  }
  .about {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .about_l {
    width: 47%;
  }
  .about_l img {
    width: 100%;
    margin: auto;
  }
  .about_l p {
    display: block;
    text-align: left;
    margin: 1em 0 0 10%;
  }
  .about_r {
    width: 50%;
  }
  .about_r h2 {
    width: 100%;
    font-size: 3.8rem;
    line-height: 1.4;
    margin: 1em 0 0.5em 10%;
  }
  .about_r div {
    width: 100%;
    margin: 0 0 2em 10%;
    font-size: 1.9rem;
    line-height: 2;
  }
  .about_r div::before {
    top: -40px;
    right: 5%;
    width: 70px;
    height: 70px;
  }
  .about_r div::after {
    top: 100px;
    right: 15%;
    width: 60px;
    height: 60px;
  }
  .about_r p {
    display: none;
  }
  .link_bg {
    padding: 3em 0 4em;
    background: url("/flowerfestival/img/top/bg02.webp") center / cover;
  }
  .link_bg h2 {
    font-size: 3rem;
  }
  .link_bg h2 span {
    font-size: 2.5rem;
    line-height: 1.3;
    letter-spacing: 2px;
  }
  .link_bg h2::before {
    top: 10px;
    left: -80px;
    width: 80px;
    height: 80px;
  }
  .link_bg h2::after {
    top: 10px;
    right: -70px;
    width: 80px;
    height: 80px;
  }
  .link {
    width: 90%;
    margin: 1em auto 0;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .link li {
    margin: 0 8px 0em;
    width: calc(100% / 3 - 16px);
  }
  .link li a::after {
    bottom: 20px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .link li a:hover::after {
    right: 10px;
  }
  .link li a p {
    bottom: 15px;
    left: 20px;
  }
  .link li a p span {
    font-size: 4rem;
  }
  .top_contents {
    max-width: 1200px;
  }
  .top_contents > li {
    margin: 8em auto 0;
    border-radius: 30px;
    padding: 4.5em 0 3em;
  }
  .top_contents > li:first-child {
    margin: 3em auto 0;
  }
  .top_contents_ttl {
    top: -5em;
  }
  .top_contents_ttl p {
    font-size: 2.5rem;
    margin: 0 auto 0.1em;
  }
  .top_contents_ttl h2 {
    font-size: 2.5rem;
    padding: 7px 0px;
    background-size: 450px;
  }
  .top_contents_ttl h2::before {
    top: 25px;
    left: calc(50% - 160px);
    width: 20px;
    height: 20px;
  }
  .top_contents_ttl h2::after {
    top: 15px;
    right: calc(50% - 160px);
    width: 20px;
    height: 20px;
  }
  .top_contents .news {
    max-width: 1000px;
  }
}