@charset "UTF-8";
/* CSS Document */
body {
  background-color: #CFEEFE;
  max-width: 1500px;
  margin: 0 auto;
}
main {
  max-width: 80%;
  margin-right: 0;
  margin-left: auto;
}
.box {
  display: flex;
  justify-content: space-between;
  width: 80%；
}
.section-top__image_oya {
  width: 70%;
}
.section-top__title h1 {
  font-family: 'Shippori Mincho', serif;
  text-align: right;
  font-size: 5rem;
  line-height: 16rem;
}
.section-top__image {
  padding-top: 0%;
  padding-right: 0%;
  padding-bottom: 30px;
  max-width: 890px;
  width: 100%;
  height: auto;
}
.wrapper {
  width: 80%;
  text-align: left;
  color: #333;
}
.wrapper h3 {
  font-size: 26px;
  font-family: 'Shippori Mincho', serif;
  margin-top: 10px;
  line-height: 1.5;
}
.musictitle p {
  font-size: 32px;
  font-family: 'Shippori Mincho', serif;
}
.ending {
  text-align: left;
  display: inline-block;
}
.section_about_lead {
  margin-top: 20px;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 4px;
}
.wrap {
  max-width: 1525px;
}
.footer__sns_links {
  padding-bottom: 30px;
}
.footer__sns_links p {
  text-align: left;
  margin-top: 10px;
}
.footer__sns_links a {
  display: inline-block;
  width: 15px;
  margin-right: 15px;
}
.footer__sns_links a img {
  width: 100%;
  height: 100%;
}
.comment.wrapper {
  position: relative;
}
.flex {
  display: grid;
  grid-template-columns: 0 33% 33% 33%;
  grid-template-rows: 48% 48%;
}
.flex1 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.flex2 {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
.flex3 {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}
.flex1 img,.flex2 img,.flex3 img{
	width: 100%;
	height: auto;
}
.flex4 {
  display: none;
}
.text-wrap {
	margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  letter-spacing: 4px;
  color: #333;
  text-align: left;
  left: 0;
  padding: 40px;
  box-sizing: border-box;
  font-family: 'Shippori Mincho', serif;
}
.text-wrap span {
  text-align: left;
}
.text-wrap h2 {
  font-size: 26px;
  font-family: 'Shippori Mincho', serif;
  margin-top: 10px;
  padding-bottom: 20px;
}
.images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.images1 {
  width: 43%;
}
.images1content {
  width: 100%;
  height: 278px;
  object-fit: cover;
}
.images2 {
  width: 55%;
}
.images2content {
  width: 100%;
  height: 278px;
  object-fit: cover;
}
@media (max-width: 1080px) {
  body {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .section-top__title h1 {
    text-align: left;
    margin: 0 auto;
    margin-left: 3%;
    font-size: 50px;
  }
  main {
    margin: 0 auto;
  }
  .box {
    display: block;
  }
  .section-top__image_oya {
    width: 90%;
    margin-right: 0;
    margin-left: auto;
  }
  .section-top__image {
    width: 100%;
  }
  .wrapper {
    padding: 0 2px;
    width: 90%;
    margin: 0 auto;
  }
  .wrapper h3 {
    max-width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  .wrapper p {
    text-align: justify;
  }
  .footer__sns_links p {
    padding-left: 5%;
  }
  .flex4 {
    display: block;
    margin-bottom: 30px;
  }
  .comment.wrapper {
    position: static;
  }
  .text-wrap {
    width: 100%;
    position: static;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .text-wrap span {
    display: block;
    text-align: right;
  }
  .text1 {
    max-width: 890px;
    margin: 0 auto;
    text-align: left;
    color: #333;
    margin-top: calc(40px - 0.5rem);
  }
  .text-wrap h3 {
    font-size: 26px;
    font-family: 'Shippori Mincho', serif;
    margin-top: 10px;
  }
  .text-wrap p {
    font-family: 'Shippori Mincho', serif;
  }
  .images2content {
    width: 100%;
  }
  .flex,.flex1, .flex2, .flex3 {
    display: none;
  }
  .flex4content {
    width: 100%;
  }
  .images {
    display: none;
  }
}