@charset "utf-8";
/* CSS Document */
.hero {
  display: flex;
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("../images/528/kakou.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-position: 100% 100%;
}
.hero-title {
  display: flex;
  flex-flow: wrap;
  font-size: 4.0rem;
  line-height: 5rem;
  padding: 10px;
  margin: 30px 0 0 50px;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}
.hero-title2 {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  background: #C0A8E6;
  width: 300px;
  height: 300px;
  color: #000;
  font-size: 5.0rem;
  text-align: center;
  margin: 5px;
  line-height: 300px;
  transform: rotate(-10deg);
}
@media(max-width:960px) {
  .hero {
    background-image: url("../images/528/kakou-s.jpg");
  }
  .hero-title2 {
    position: absolute;
    bottom: 0;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    background: #C0A8E6;
    width: 300px;
    height: 150px;
    color: #000;
    font-size: 5.0rem;
    text-align: center;
    margin: 0 auto;
    left: 1px;
    line-height: 150px;
    transform: none;
  }
}
main {
  background-color: rgba(251, 246, 233, 0.50);
}
section {
  max-width: 1440px;
  margin: 0 auto;
}
section h2 {
  padding: 10px;
  margin: 20px 0 0 20px;
  font-weight: 400;
  line-height: 3.0rem
}
.section__introduction {
  display: flex;
  position: relative;
}
section p {
  padding-bottom: 10px;
}
section h3 {
  padding-bottom: 20px;
}
.intro-l, .intro-r {
  width: 50vw;
  padding: 20px;
}
.intro-l {
  background-image: url("../images/528/Red-wine-pouring-into-wine-glass,-close-up-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-position: 100% 100%;
  height: 600px;
  padding: 0;
}
.squar {
  height: 600px;
  background-color: rgba(255, 255, 255, 0.562);
  background-size: 100vh;
}
.intro-l h2 {
  position: absolute;
  top: 30px;
  left: 20px;
  padding: 0;
  margin: 0;
}
.intro-r {
  background-color: rgba(19, 121, 235, 0.1);
}
.ongaku {
  position: absolute;
  left: 50%;
  top: 20%;
  padding: 20px;
  background-color: #fff;
  margin-right: 20px;
}
.intro-r p {
  padding: 20px 60px;
  background-color: #fff;
}
@media(max-width:769px) {
  .section__introduction {
    flex-flow: wrap;
  }
  .intro-l {
    width: 100%;
    flex-flow: wrap;
  }
  .ongaku {
    top: 30%;
    left: 5%;
  }
  .intro-r {
    display: none;
  }
}
.section__introduction2 {
  display: flex;
  background-color: antiquewhite;
}
.intro2-l, .intro2-r {
  height: 730px;
  padding: 20px 0 20px 0;
  margin-left: 20px;
}
.intro2-l {
  width: 55%;
}
.intro2-r {
  width: 45%;
  position: relative;
}
.l-1, .l-2 {
  padding: 20px;
  margin: 20px 0;
  background-color: #fff
}
.intro2-r img {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(15%, 9%);
  width: 100%;
  height: auto;
  min-width: 350px;
  max-width: 400px;
  box-shadow: 15px -15px #91C3CE;
}
@media(max-width:1200px) {
  .intro2-r img {
    transform: translate(10%, 9%);
  }
}
@media(max-width:1080px) {
  .intro2-l {
    width: 100%;
    display: flex;
    margin: 20px;
    height: 600px;
  }
  .l-1, .l-2 {
    width: 50%;
    padding: 10px;
    margin: 10px;
  }
  .intro2-r {
    display: none;
  }
}
@media(max-width:769px) {
  .intro2-l {
    display: block;
    height: auto;
  }
  .l-1, .l-2 {
    padding: 10px;
    margin: 20px 10px;
    width: auto;
  }
}
@media(max-width:700px) {
  .maru, .maru-s {
    display: none;
  }
}
.section__about-528hz {
  display: flex;
  position: relative;
}
.about-528hz-l, .about-528hz-r {
  width: 50vw;
  height: 600px;
}
.about-528hz-l {
  background-image: url("../images/528/keyboad2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.maru {
  position: absolute;
  bottom: 0;
  right: 485px;
  transform: translateX(70%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: aliceblue;
}
.maru2 {
  border-radius: 50%;
  background: #FAC670;
  width: 150px;
  height: 150px;
  font-family: "Comic Sans MS";
  color: #000;
  font-size: 2.4rem;
  text-align: center;
  line-height: 150px;
  position: absolute;
  bottom: 0;
  right: 35px;
  transform: rotate(-10deg);
}
.detail {
  text-align: center;
  width: 364px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-56%, -26%);
}
.detail p {
  padding-bottom: 5px;
}
.about-528hz-r {
  background-color: #91C3CE;
}
.section__society-528hz {
  display: flex;
  position: relative;
}
.society-l, .society-r {
  width: 50vw;
  height: 600px;
}
.society-l {
  background-color: #F5E1BE;
}
.maru2-s {
  border-radius: 50%;
  background: #91C3CE;
  width: 300px;
  height: 300px;
  font-family: "Comic Sans MS";
  color: #000;
  font-size: 4.0rem;
  text-align: center;
  line-height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(50%);
  transform: rotate(10deg);
}
.maru-s {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(58%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: aliceblue;
}
.maru-society {
  text-align: center;
  width: 364px;
  position: absolute;
  bottom: 40px;
  left: 0;
  transform: translateX(100%);
}
.society-r {
  background-image: url("../images/528/onpu.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media(max-width:1080px) {
  .society-r {
    background-position: 28% 0;
  }
  .maru-society {
    transform: translateX(68%);
  }
  .maru-s {
    transform: translateX(36%);
  }
  .maru2-s {
    border-radius: 50%;
    background: #91C3CE;
    width: 200px;
    height: 200px;
    font-family: "Comic Sans MS";
    color: #000;
    font-size: 2.4rem;
    text-align: center;
    line-height: 200px;
    position: absolute;
    bottom: 0;
    left: 10px;
    transform: translateX(50%);
    transform: rotate(10deg);
  }
}
@media(max-width:700px) {
  .about-528hz-l, .about-528hz-r {
    height: 500px;
    flex-flow: wrap;
  }
  .maru, .maru-s {
    display: none;
  }
  .maru2 {
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    background: #FAC670;
    width: 150px;
    height: 300px;
    font-family: "Comic Sans MS";
    color: #000;
    font-size: 2.4rem;
    text-align: center;
    line-height: 300px;
    position: absolute;
    bottom: 80px;
    right: 0;
    transform: rotate(0);
  }
  .maru2-s {
    border-radius: 0 100% 100% 0/0 50% 50% 0;
    background: #91C3CE;
    width: 150px;
    height: 300px;
    font-family: "Comic Sans MS";
    color: #000;
    font-size: 2.4rem;
    text-align: center;
    line-height: 300px;
    position: absolute;
    bottom: 135px;
    left: 0;
    transform: rotate(0);
  }
  .detail {
    text-align: left;
    float: left;
    background: #FFFFFF;
    padding: 10px;
    transform: translate(-35%, -16%);
  }
  .maru-society {
    text-align: left;
    width: 375px;
    position: absolute;
    background: #FFFFFF;
    padding: 10px;
    bottom: 85px;
    left: -128px;
    float: right;
  }
}
@media(max-width:530px) {
  .section__about-528hz {
    display: flex;
  }
  .about-528hz-l {
    height: auto;
  }
  .detail {
    position: static;
    transform: translate(0, 0);
    margin: 20px 0 20px 30px;
    width: 80%;
  }
  .about-528hz-l {
    width: 100vw;
  }
  .about-528hz-r {
    width: 0;
    background-color: none;
  }
  .maru2 {
    border-radius: 0 0 50% 50% /0 0 100% 100%;
    width: 200px;
    height: 100px;
    line-height: 100px;
    top: 0;
    right: 0;
  }
  .maru2-s {
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    width: 200px;
    height: 100px;
    line-height: 100px;
    bottom: 0;
    right: 0;
  }
  .section__society-528hz {
    display: flex;
  }
  .society-l {
    width: 100vw;
    height: auto;
    background: #FAC670;
  }
  .society-l h2 {
    font-size: 2.8rem;
  }
  .society-r {
    display: none;
  }
  .maru-society {
    width: 80%;
    position: static;
    transform: translate(0, 0);
    padding: 10px;
    margin: 20px 20px 75px 30px;
    float: left;
  }
}
.section__action-528hz {
  display: flex;
}
.section__action-528hz h2 {
  margin-left: 0;
  font-size: 2.2rem;
}
.section__action-528hz button {
  float: right;
  margin-right: 40px;
}
.action-l, .action-r {
  width: 50vw;
  height: 600px;
  border: solid 3px #F37925;
  padding-bottom: 50px;
}
.action-l {
  margin: 0 auto;
}
.action-l img {
  width: 375px;
  height: auto;
  padding: 20px 0 20px;
}
.action-r, .action-l {
  display: block;
  text-align: center;
}
.action-r p {
  margin-left: 55px;
}
.action-r img {
  width: 375px;
  height: auto;
  padding: 20px 0 20px;
}
@media(max-width:769px) {
  .section__action-528hz {
    flex-flow: wrap;
  }
  .action-l, .action-r {
    width: 100vw;
    height: auto;
    padding: 20px;
  }
  .action-l img, .action-r img {
    width: 80vw;
    height: auto;
    padding: 20px 0 20px;
  }
}
.section__volunteer {
  margin: 0 auto;
  background-color: #F5E1BE;
}
.section__volunteer h2 {
  margin-top: 0;
  padding-top: 20px;
}
.volunteer-detail, .slider {
  width: 50%;
  height: auto;
}
.volunteer {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
}
.detail-v {
  margin: 0 auto;
  padding: 30px;
}
.v-place {
  background-color: aliceblue;
  padding: 20px;
  margin: 20px auto;
}
.v-place h3 {
  margin: 5px auto 10px;
  padding-bottom: 0;
}
.v-place h4 {
  margin-top: 10px;
}
.slider {
  margin: 20px;
  padding: 20px;
  margin-inline: auto;
  overflow: hidden;
}
.slick-img img {
  width: 90%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@media(max-width:769px) {
  .slick-img {
    margin: 0 auto;
  }
  .section__volunteer h2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    text-align: center;
  }
  .detail-v {
    margin: 0px auto;
    padding: 30px 20px 0;
  }
  .volunteer-detail, .slider {
    width: 100vw;
    height: auto;
  }
  .slider {
    margin: 0;
  }
  .slick-img img {
    width: 100%;
    padding: 10px;
  }
}