body {
  max-width: 800px;
  margin: 0 auto;
}

body * {
  font-family: 'Noto Sans JP', 'Playfair Display', serif;
}

h1,
h2,
p {
  margin: 0;
  text-align: center;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

br.pc {
  display: none;
}

br.sp {
  display: block;
}

.pink {
  background-color: #ea5098;
  padding: 10px 0;
}

article#title h1 {
  font-family: 'Playfair Display', 'Noto Sans JP';
  font-weight: 400;
  color: #fff;
  font-size: 9vw;
  text-align: center;
  padding: 20px 0;
}

.logo {
  width: 27%;
  margin: 15px auto;
}

article#contact {
  width: 90%;
  margin: 10px auto;
}


article#contact #email,
article#contact #instagram {
  margin: 10px 0;
}




section#top article#mosaic {
  display: flex;
}

section#top article#mosaic .col {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

section#top article#mosaic .col.left {
  width: 46%;
}

section#top article#mosaic .col.right {
  width: 54%;
  position: relative;
}

section#top article#mosaic .col p {
  position: absolute;
  top: 0;
  left: -3px;
  margin: 0;
  color: white;
  z-index: 1;
  writing-mode: vertical-rl;
  font-size: 7vw;
  font-weight: bold;
  height: 100%;
  letter-spacing: 0.7rem;
  font-family: serif;
  text-shadow: 7px 7px 9px black;
  /* box-shadow: -5px 0px 11px 16px rgba(0, 0, 0, 0.5); */
  /* background-color: rgba(0, 0, 0, 0.5); */
}

section#top article#mosaic .col img {
  transform: scale(1.1);
  flex: 1;
}

section#top article#mosaic .col img.top-left {
  z-index: 2;
}







section#group .text.big {
  margin: 20px 0;
}

section#group .text.big h2 {
  font-size: 7.8vw;
  color: rgb(227, 0, 126);
  font-family: 'Comfortaa', cursive;
  font-weight: 600;
  letter-spacing: -4px;
  line-height: 35px;
  text-align-last: justify;
  width: 87%;
  margin: 0 auto;
  white-space: nowrap;
}

section#group .text.big h2>span {
  font-size: 9vw;
}

section#group article.square {
  background-color: rgb(230, 24, 115);
  padding: 10px;
  margin: 15px;
  border-radius: 20px;
  color: #fff;
  font-size: 10vw;
  text-align: center;
}

section#group article.square p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  height: 67px;
}

section#group article.square p::before {
  display: block;
  content: "";
  width: 40px;
  height: 60px;
  background-image: url("/img/check_icon.png");
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: absolute;
  left: 3px;
}




section#merits article#title h1 {
  font-family: 'Noto Sans JP';
  font-weight: 600;
  color: rgb(249, 235, 241);
  font-size: 5vw;
}

section#merits article.vertical p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 14vw;
  color: rgb(227, 0, 126);
  margin: 30px auto;
  text-align-last: justify;
  line-height: 16vw;
  font-family: Noto Sans JP;
  font-weight: 900;
}

section#merits article.vertical p>span {
  font-size: 15.5vw;
}

section#merits article.with-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 6vw;
  color: #fff;
}

section#merits article.with-arrow>span {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  letter-spacing: 10px;
  margin-top: 15px;
}

section#merits article#merit {
  background-color: #fff;
  margin: 20px 5%;
  padding: 15px;
  border-radius: 18px;
}

section#merits article#merit .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

section#merits article#merit .row .number img {
  width: 60px;
  height: 60px;
}

section#merits article#merit .row .title {
  width: 100%;
  font-size: 4.2vw;
  text-align: center;
  color: rgb(227, 0, 126);
  margin-left: 2px;
  white-space: nowrap;
}

section#merits article#merit .row .title h3 {
  font-weight: 900;
  letter-spacing: 0px;
  transform: scale(1.0, 1.5);
  margin: 0 0 10px 0;
}

section#merits article#merit .row .title-wide h3 {
  font-size: 5.4vw;
  letter-spacing: 8px !important;
}

section#merits article#merit>.text {
  font-size: 3.4vw;
  padding: 10px 0 20px;
}

section#merits article#merit .mosaic {
  display: flex;
}

section#merits article#merit .mosaic .col {
  display: flex;
  flex-direction: column;
}

section#merits article#merit .mosaic .col.left {
  width: 50%;
  margin-right: 5px;
}

section#merits article#merit .mosaic .col.right {
  width: 50%;
}

section#merits article#merit .mosaic .col img {
  flex: 1;
}

section#merits article#merit .mosaic .col.left img:nth-of-type(1) {
  margin-bottom: 5px;
}



section#entry {
  background-color: rgb(230, 24, 115);
  padding: 20px 0;
}

section#entry * {
  font-family: serif;
  font-weight: 600;
}

section#entry article#white-banner h2 {
  background-color: #fff;
  padding: 15px 0;
  font-size: 7vw;
  margin: 20px 0;
}

section#entry article.step {
  color: #fff;
  margin: 30px 0 30px 8%;
}

section#entry article.step h3 {
  font-size: 6vw;
  text-align: start;
  margin: 0;
  font-style: italic;
}

section#entry article.step h4 {
  margin: 0 0 10px 0;
  font-size: 5vw;
}

section#entry article.step p {
  font-size: 4vw;
  text-align: start;
}

section#producer-message * {
  font-family: serif;
  font-weight: 600;
}

section#producer-message .pink {
  color: #fff;
}

section#producer-message .pink p,
section#producer-message .pink li {
  font-size: 4vw;
  text-align: left;
  margin: 25px 5%;
}

section#producer-message .pink li {
  margin: 10px 5%;
}

section#producer-message .pink li span {
  text-align: right;
  width: 80%;
  display: block;
}

section#producer-message h2 {
  font-size: 6vw;
  margin: 10px 4%;
}

section#producer-message h2.entry {
  font-size: 9vw;
  font-family: 'Noto Sans JP';
}

section#producer-message h2.work {
  font-size: 9vw;
}

section#producer-message p {
  text-align: center;
  font-size: 6vw;
  margin: 20px 5%;
}

section#producer-message ul {
  padding-left: 5%;
}

section#producter-message article#contact #email h2,
section#producter-message article#contact #instagram h2 {
  margin: 0;
}

section#producer-message article#work-space {
  background-color: #ea5098;
  color: #fff;
  padding: 15px 0;
}

section#producer-message article#work-space h3 {
  font-size: 7vw;
  margin: 0;
  text-align: left;
}

section#producer-message article#work-space .store {
  text-align: left;
  margin: 0 10%;
}

section#producer-message article#work-space .store-content {
  font-size: 4vw;
  text-align: left;
  margin: 0;
}

section#producer-message article#work-space .store-content span {
  display: flex;
  justify-content: right;
}

/* CONTACT */
main#contact {
  background-color: #ea5098;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5%;
  min-height: 100vh;
}

main#contact .logo {
  margin: 30px 0;
}

main#contact h1#contact-title {
  color: #fff;
  border: 3px solid #fff;
  font-size: 8vw;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
}

main#contact h1#contact-title>small {
  font-size: 6vw;
  font-family: serif;
}

main#contact section#contact-form {
  background-color: rgb(33, 24, 22);
  margin: 40px 0 40px 0;
  width: 100%;
  max-width: 613px;
}

main#contact section#contact-form * {
  color: #fff;
}

main#contact section#contact-form form#mail_form {
  padding: 30px 20px 40px;
}

main#contact section#contact-form form#mail_form dl {
  max-width: 500px;
  margin: 0 auto;
}

main#contact section#contact-form form#mail_form dl dt {
  margin-top: 20px;
  margin-bottom: 3px;
  font-weight: 600;
}

main#contact section#contact-form form#mail_form dl dd {
  margin: 0;
}

main#contact section#contact-form form#mail_form dl dd input {
  width: 100%;
  border-radius: 4px;
  border: none;
  padding: 5px;
  color: #000;
}

main#contact section#contact-form form#mail_form dl dd textarea {
  width: 100%;
  border-radius: 4px;
  border: none;
  color: #000;
}

main#contact section#contact-form form#mail_form p#form_submit {
  margin-top: 30px;
}

main#contact section#contact-form form#mail_form p#form_submit input {
  background-color: #fff;
  color: #000;
  padding: 5px 0;
  border: none;
  width: 70%;
  border-radius: 4px;
  font-weight: 900;
}

.splide__slide {
  text-align: center;
  display: flex;
  align-items: center;
}

.splide__slide>video {
  /* height: 100%; */
  width: auto;
  margin: 0 auto;
  position: relative;
  width: 95%;
  /* height: 200px; */
}

.splide__slide>img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  position: relative;
  width: 95%;
  height: auto;
}

.video_container {
  width: 100%;
  position: relative;
}

.circle_mv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 7;
}

.circle_mv .circle_mv_bg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #FFF;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #FFF;
  transition: all 0.5s;
}

.circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 7;
}

.circle .circle_bg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #FFF;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #FFF;
  transition: all 0.5s;
}


.splide__pagination__page.is-active {
  background: #aaa !important;
}

.splide__pagination__page {
  background: #ccc !important;
}

.festival-name {
  position: absolute;
  width: 100%;
  bottom: 12%;
  left: 0;
  display: flex;
  justify-content: center;
}

.festival-name p {
  font-size: 5vw;
  padding: 2px 5px 5px;
  background-color: #fff;
  color: #000;
  text-align: center;
  width: fit-content;
  border-radius: 5px;
}

.festival-name.up {
  bottom: 20%;
}

.festival-name.up-up {
  bottom: 25%;
}



@media (min-width: 768px) {

  br.pc {
    display: block;
  }

  br.sp {
    display: none;
  }

  .logo {
    margin: 40px auto;
    width: 30%;
  }

  .pink {
    padding: 30px 0;
  }

  section#top article#mosaic .col p {
    font-size: 50px;
    letter-spacing: 1.8rem;
  }
  

  article#title h1 {
    font-size: 60px;
  }

  article#contact #email h2,
  article#contact #instagram h2 {
    font-size: 35px;
  }

  section#group .text.big h2 {
    font-size: 58px;
    line-height: 63px;
    width: 83%;
    letter-spacing: -3px;
  }

  section#group .text.big h2>span {
    font-size: 65px;
  }

  section#group article.square {
    font-size: 40px;
  }

  section#group article.square p {
    font-size: 35px;
    letter-spacing: 3px;
    height: 115px;
  }

  section#group article.square p::before {
    margin-right: 30px;
    background-size: 70px 70px;
    left: 15px;
    width: 60px;
  }

  section#merits article#title h1 {
    font-size: 40px;
  }

  section#merits article.vertical {
    display: flex;
  }

  section#merits article.vertical p {
    font-size: 85px;
    line-height: 115px;
    white-space: nowrap;
    margin: 90px auto;
  }

  section#merits article.vertical p>span {
    font-size: 1.3em;
  }

  section#merits article.with-arrow {
    font-size: 40px;
  }

  section#merits article#merit .row .title {
    font-size: 32px;
  }

  section#merits article#merit .row .title h3 {
    transform: scale(1.0, 1.4);
  }

  section#merits article#merit .row .title-wide h3 {
    font-size: 38px;
    letter-spacing: 14px !important;
  }

  section#merits article#merit .row .number {
    margin: 0 20px;
  }

  section#merits article#merit .row .number img {
    width: 90px;
    height: 90px;
  }

  section#merits article#merit>.text {
    font-size: 25px;
  }





  section#entry article#white-banner h2 {
    padding: 20px 0;
    font-size: 40px;
  }

  section#entry article.step h3 {
    font-size: 30px;
  }

  section#entry article.step p {
    font-size: 25px;
  }

  section#entry article.step h4 {
    font-size: 30px;
    margin: 0 0 15px 0;
  }

  section#producer-message .pink p,
  section#producer-message .pink li {
    font-size: 25px;
  }

  section#producer-message .pink li span {
    width: 62%;
  }

  section#producer-message h2 {
    font-size: 40px;
    margin: 30px 4%;
  }

  section#producer-message p {
    font-size: 25px;
  }

  section#producer-message h2.entry {
    font-size: 45px;
  }

  section#producer-message h2.work {
    font-size: 45px;
  }

  section#producer-message article#work-space h3 {
    font-size: 40px;
  }

  section#producer-message article#work-space .store-content {
    font-size: 25px;
  }

  .festival-name {
    bottom: 4%;
  }

  .festival-name p {
    font-size: 25px;
  }

  .festival-name.up {
    bottom: 12%;
  }

  .festival-name.up-up {
    bottom: 18%;
  }



  /* CONTACT */
  main#contact h1#contact-title {
    font-size: 40px;
  }

  main#contact h1#contact-title>small {
    font-size: 30px;
  }

  main#contact section#contact-form form#mail_form p#form_submit {
    margin-top: 50px;
  }

}