@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.p-visual {
  position: relative;
  margin: 0px;
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  height: calc(100vh - 50px);
}
@media (max-width: 767px) {
  .p-visual {
    display: block;
    padding-top: 15px;
    height: 580px;
  }
}
.p-visual__header {
  flex: 0 0 280px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .p-visual__header {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  .p-visual__header {
    padding-top: 15px;
  }
}
.p-visual__pics {
  flex: 1;
  min-width: 0;
  position: relative;
}
.p-visual__pics::before {
  content: "";
  display: block;
  position: absolute;
  left: -60px;
  bottom: 10%;
  background: url(../img/visual-stick-1.png) 0 0 no-repeat;
  background-size: contain;
  width: 85px;
  height: 278.5px;
  z-index: 5;
}
@media (max-width: 767px) {
  .p-visual__pics::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-visual__swiper {
    width: 90%;
    margin: 0 auto;
  }
}
.p-visual__swiper .swiper-wrapper {
  padding-bottom: 20px;
}
.p-visual__swiper .swiper-slide {
  width: 680px;
}
.p-visual__swiper .swiper-slide img {
  width: 100%;
  height: calc(100vh - 50px - 100px);
  border-radius: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-visual__swiper .swiper-slide img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .p-visual__swiper .swiper-slide {
    width: 100%;
  }
}
.p-visual__swiper .swiper-slide--lg {
  width: 1360px;
}
.p-visual__swiper .swiper-button-prev {
  background: url(../img/prev.png) 0 0 no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  margin: 0;
  left: auto;
  top: auto;
  bottom: 0;
  right: 70px;
}
.p-visual__swiper .swiper-button-prev:after {
  content: none;
}
.p-visual__swiper .swiper-button-next {
  background: url(../img/next.png) 0 0 no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: 0;
  left: auto;
  top: auto;
  bottom: 0;
  right: 10px;
}
.p-visual__swiper .swiper-button-next:after {
  content: none;
}
.p-visual__logo {
  width: 187.5px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .p-visual__logo {
    display: none;
  }
}
@media (min-width: 768px) and (max-height: 730px) {
  .p-visual__logo {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-height: 670px) {
  .p-visual__logo {
    display: none;
  }
}
.p-visual__links {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .p-visual__links {
    display: none;
  }
}
.p-visual__link {
  text-align: center;
  display: block;
  color: #221815;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
.p-visual__link:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .p-visual__link {
    text-align: center;
    margin-bottom: 10px;
  }
}
.p-visual__lead {
  position: absolute;
  left: 40px;
  bottom: 15px;
  font-size: 4.6rem;
  line-height: 1.3043478261em;
  z-index: 6;
}
@media (max-width: 767px) {
  .p-visual__lead {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-height: 730px) {
  .p-visual__lead {
    font-size: 3rem;
  }
}
.p-visual .c-stick--dot-1 {
  left: 150px;
  top: 40%;
  z-index: 0;
  pointer-events: none;
}
.p-visual .c-stick--dot-2 {
  left: 50px;
  top: 70%;
  pointer-events: none;
}

/*
ABOUT
*/
.p-about {
  position: relative;
  padding-top: 90px;
}
.p-about__grid {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .p-about__grid {
    display: block;
  }
}
.p-about__content {
  flex: 1;
}
.p-about__pics {
  flex: 1;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  position: relative;
}
.p-about__pics img {
  border-radius: 40px;
}
.p-about__pics-l {
  flex: 1;
  margin-top: 100px;
}
.p-about__pics-r {
  flex: 1;
}
.p-about__title {
  color: white;
  font-size: 10rem;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-about__title {
    text-align: center;
  }
}
.p-about__text {
  font-size: 1.8rem;
  line-height: 2.5555555556em;
}
@media (max-width: 767px) {
  .p-about__text br {
    display: none;
  }
}
.p-about .c-stick--leaf-l {
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .p-about .c-stick--leaf-l {
    left: -20px;
  }
}
.p-about .c-stick--leaf-1 {
  right: 30px;
  top: -10px;
}
.p-about .c-stick--guitar {
  left: -120px;
  bottom: -20px;
}

/*
TOP FEATURE
*/
.p-top-feature {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-top-feature .c-stick--leaf-1-2 {
  left: -20px;
  bottom: -20px;
}
.p-top-feature .c-stick--flower-2 {
  right: -20px;
  bottom: -20px;
}

/*
TOP SUPPORT
*/
.p-support {
  position: relative;
}
.p-support__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .p-support__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-support__content {
  position: relative;
  background: #fff;
  padding: 1em;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-support__content {
    padding: 2em 1em;
  }
}
.p-support__title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0px;
  margin: 0;
}
.p-support__en {
  text-align: center;
  color: #eb3560;
  font-size: 1.8rem;
  margin-top: 10px;
  margin-bottom: 1em;
}
.p-support__note {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2em;
  margin-bottom: 40px;
}
.p-support__pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-support .c-stick--flower-6 {
  left: 1em;
  bottom: -15px;
}
.p-support .c-stick--back {
  right: 1em;
  bottom: -25px;
}

/*
TOP NEWS
*/
.p-news {
  position: relative;
  padding-top: 100px;
  padding-bottom: 1px;
  display: flex;
}
@media (max-width: 767px) {
  .p-news {
    padding-top: 50px;
    display: block;
  }
}
.p-news__header {
  position: relative;
  width: 410px;
  flex: 0 0 410px;
}
.p-news__en {
  text-align: center;
  color: #fff;
  font-size: 8rem;
  margin: 0;
}
.p-news__title {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  margin-top: -70px;
}
.p-news__title::after {
  content: "";
  display: block;
  background: url(../img/news-stick.png) center top no-repeat;
  background-size: contain;
  width: 99.5px;
  height: 221.5px;
  margin: 40px auto 25px;
}
@media (max-width: 767px) {
  .p-news__title::after {
    display: none;
  }
}
.p-news__content {
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .p-news__content {
    padding-top: 60px;
  }
}
.p-news__swiper {
  position: relative;
  padding-left: 15px;
}
.p-news .c-entry {
  width: 300px;
}
.p-news .swiper-button-prev {
  background: url(../img/prev.png) 0 0 no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  margin: 0;
  left: 0px;
  top: 240px;
  bottom: auto;
}
.p-news .swiper-button-prev:after {
  content: none;
}
.p-news .swiper-button-next {
  background: url(../img/next.png) 0 0 no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: 0;
  right: auto;
  left: 60px;
  top: 240px;
  bottom: auto;
}
.p-news .swiper-button-next:after {
  content: none;
}

/*
TOP BANNERS
*/
.p-banners {
  position: relative;
  padding: 80px 0 100px;
}
.p-banners__grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
}
@media (max-width: 767px) {
  .p-banners__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-banners .c-stick--leaf-1-r {
  left: -20px;
  top: -10px;
}
.p-banners .c-stick--flower-1 {
  right: 20px;
  bottom: -15px;
}
@media (max-width: 767px) {
  .p-banners .c-stick--flower-1 {
    bottom: -25px;
  }
}
