@charset "utf-8";

.body {
  margin: 0;
  padding: 0;
}

#home {
  background-image: url(../images/background/background_007.jpg);
}
#home::before {
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: fixed;
  position: -webkit-fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.header-inner.change-color {
  background-color: rgb(232, 219, 225);
  transition: 1s;
}

.fade {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.5s, transform 30s;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

.inner-text {
  font-size: 17px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  padding: 20px;
  margin-top: 100px;
  margin-bottom: 150px;
  color: #ffffff;
  position: relative;
}

.goen-view {
  color: rgb(255, 255, 255);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  margin-top: 30px;
  max-width: 850px;
  text-align: justify;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

.goen-view h2 {
  font-size: 19px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  position: sticky;
  top: 50px;
  z-index: 1;
}

h2::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: rgb(255, 255, 255); /*下線の色*/
  width: 220px; /*線の幅*/
  height: 0.5px; /*線の太さ*/
  bottom: -20px; /*線のタテ位置*/
  left: 50%; /*線のヨコ位置*/
  transform: translateX(-50%); /*線のヨコ位置*/
  text-shadow: 1px 0 10px #c1c1c175;
}

.goen-view h3 {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #ffffffb7;
  text-align: center;
  position: sticky;
  top: 200px;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 50px;
}

.goen-view-back {
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #262723;
}

/* backdrop-filter 非対応ブラウザ用 */
@supports not (
  (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))
) {
  .backdrop {
    background: rgba(100, 148, 185, 0.9);
  }
}

.goen-view-back h1 {
  text-align: center;
}

.goen-glid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  margin-top: 30px;
  gap: 15px;
}

.goen-logo img {
  width: 200px;
  padding-top: 30px;
}

.topick li {
  margin-top: 40px;
}

.topick dt {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #ffffffb7;
  padding-top: 20px;
  text-align: justify;
}

.topick dd {
  font-size: 13px;
  line-height: 25px;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: justify;
}

iframe {
  max-width: 100%;
}

.topick dt {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #ffffffb7;
  padding-top: 20px;
}

.topick dd {
  font-size: 13px;
  font-family: "Montserrat", serif;
  font-weight: 100;
  font-style: normal;
  text-align: left;
  line-height: 20px;
  padding-top: 10px;
}

.youtube1 {
  margin-top: 50px;
}
.youtube2 {
  margin-top: 50px;
}

.credit {
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #ffffffb7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.p1 {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #ffffffb7;
  padding-top: 40px;
}

@media (max-width: 769px) {
  #home {
    background-image: url(../images/background_phone/background_phone_005.jpg);
  }
  #home::before {
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
  }

  .inner-text {
    margin-top: 100px;
    margin-bottom: 170px;
    font-size: 15px;
  }

  .goen-view h2 {
    padding-top: 30px;
    top: 30px;
  }

  .goen-view h3 {
    top: 170px;
  }

  .youtube1 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube1 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .youtube2 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
