*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, p, blockquote, dl, dd,
ol, ul, figure, hr, fieldset, legend {
  margin: 0;
}

ol, ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

img, picture, video, canvas, svg {
  display: block;
}

img, picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

section.section-default {
  padding: 120px 0;
}
@media (max-width: 768px) {
  section.section-default {
    padding: 80px 0;
  }
}
section.section-default .section_inner {
  padding: 0 50px;
}
@media (max-width: 768px) {
  section.section-default .section_inner {
    padding: 0 30px;
  }
}
section.section-default .section_inner .section_main {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.section-default .section_inner .section_main {
    max-width: 500px;
  }
}

h2.h2-default {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  h2.h2-default {
    margin-bottom: 30px;
  }
}

.contents-wrapper {
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.br-pc {
  display: block;
}
@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.js-inview {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease, clip-path 0.8s ease;
}
.js-inview.is-inview {
  opacity: 1;
  transform: none;
  clip-path: inset(0);
}

.fadeInUp {
  transform: translateY(40px);
}

.fadeInDown {
  transform: translateY(-40px);
}

.fadeInLeft {
  transform: translateX(-40px);
}

.fadeInRight {
  transform: translateX(40px);
}

.scaleDown {
  transform: scale(1.05);
}

.clipInUp {
  clip-path: inset(100% 0 0 0);
}

.clipInDown {
  clip-path: inset(0 0 100% 0);
}

.clipInLeft {
  clip-path: inset(0 100% 0 0);
}

.clipInRight {
  clip-path: inset(0 0 0 100%);
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

.delay-6 {
  transition-delay: 0.6s;
}

.delay-7 {
  transition-delay: 0.7s;
}

.delay-8 {
  transition-delay: 0.8s;
}

.delay-9 {
  transition-delay: 0.9s;
}

.delay-10 {
  transition-delay: 1s;
}

#top.mv {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 50px 120px;
  background: linear-gradient(270deg, #faf5ff 0%, #fff4fa 35%, #fff9f6 65%, #fffcf4 100%);
  border-left: 20px solid #25a5ab;
  border-right: 20px solid #25a5ab;
}
@media (max-width: 768px) {
  #top.mv {
    padding: 50px 20px 120px;
    border-left-width: 10px;
    border-right-width: 10px;
  }
}

.mv__inner {
  width: 100%;
  min-width: 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.mv__title {
  width: 100%;
  margin: 120px auto 40px;
}
@media (max-width: 768px) {
  .mv__title {
    margin: 0 auto 30px;
  }
}

.mv__release {
  max-width: 720px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .mv__release {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}

.mv__badge {
  width: 130px;
  margin: 0 auto 20px;
}
.mv__badge a {
  position: relative;
  display: block;
}
.mv__badge-icon {
  display: block;
  width: 100%;
}
.mv__badge-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.6s ease;
}
@media (hover: hover) and (pointer: fine) {
  a:hover .mv__badge-base {
    transform: rotate(20deg);
  }
}
@media (max-width: 768px) {
  .mv__badge {
    width: 110px;
  }
}

.mv__credit {
  width: 100%;
  max-width: 695px;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .mv__credit {
    max-width: 331px;
  }
}

.mv__share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .mv__share {
    flex-direction: column;
    gap: 12px;
  }
}

.mv__share-sns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mv__share-label {
  font-weight: 700;
  font-size: 13px;
  color: #000;
}

.mv__share-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mv__share-icons li {
  line-height: 0;
}
.mv__share-icons a {
  display: block;
  transition: opacity 0.3s ease;
}
.mv__share-icons img {
  width: auto;
  height: 22px;
}
@media (hover: hover) and (pointer: fine) {
  .mv__share-icons:hover a:hover {
    opacity: 0.7;
  }
}

.mv__share-banners {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mv__share-banner {
  display: block;
  transition: opacity 0.3s ease;
}
.mv__share-banner:nth-child(1) {
  width: 92px;
  border-radius: 5px;
  overflow: hidden;
}
.mv__share-banner:nth-child(2) {
  width: 119px;
}
@media (hover: hover) and (pointer: fine) {
  .mv__share-banner:hover:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */