@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@100..900&display=swap");
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
  transition: all 0.3s;
}

body {
  background: rgb(237, 255, 255);
  background: linear-gradient(137deg, rgb(237, 255, 255) 0%, rgb(237, 247, 255) 50%, rgb(238, 234, 255) 100%);
  font-family: Helvetica Neue, Helvetica, Arial, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  animation: loading 1s;
}

*, ::after, ::before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

a {
  text-decoration: unset;
}
a:hover {
  text-decoration: unset;
}

p {
  font-size: 18px;
  font-family: Helvetica Neue, Helvetica, Arial, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  line-height: 2;
}

.inner {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 80px;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}
.fade-in.is-show {
  opacity: 1;
  transform: translateY(0);
}

/**************************
 *  共通 */
/************************** */
main {
  overflow: hidden;
}
main img {
  width: 100%;
}

.underline {
  font-family: Helvetica Neue, Helvetica, Arial, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  position: relative;
  z-index: 1;
}
.underline::before {
  content: "";
  background: #FFF0C5;
  height: 5px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.din {
  font-family: "din-2014", sans-serif;
}

.attention {
  font-size: 12px !important;
  position: relative;
  top: -10px;
}

.nowrap {
  white-space: nowrap;
}

.color-white {
  color: #fff !important;
}

.bg-lavender {
  background-color: #A4A3FF !important;
}
.bg-violet {
  background-color: #7243F3 !important;
}
.bg-white {
  background-color: #fff !important;
}

.main-btn {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 68px;
  line-height: 68px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(90deg, rgb(36, 226, 255) 0%, rgb(0, 84, 255) 50%, rgb(252, 123, 216) 100%);
  text-align: center;
  margin: 0 auto;
  border-radius: 100vmax;
  transition: 0.3s;
}
.main-btn:hover {
  transform: scale(1.03);
  color: #fff;
  text-decoration: unset;
}
@media (max-width: 767px) {
  .main-btn {
    height: 58px;
    line-height: 58px;
    font-size: 17px;
  }
}

.corner-heading {
  margin-bottom: 40px;
}
.corner-heading > .lead {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .corner-heading > .lead {
    margin-top: 15px;
  }
}
.corner-heading > .lead h3 {
  color: #5C4952;
  text-align: center;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-weight: 600;
  font-size: 22px;
}
@media (max-width: 767px) {
  .corner-heading > .lead h3 {
    font-size: 17px;
  }
}
.corner-heading > .lead h3 span {
  font-family: "sofia-pro", sans-serif;
}
.corner-heading > .lead p {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .corner-heading > .lead p {
    font-size: 14px;
  }
}

.corner-title {
  text-align: center;
}
.corner-title > .title {
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-size: 44px;
}
.corner-title > .title span.min {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #4657D2;
  background: unset;
  margin-bottom: 4px;
}
.corner-title > .title span.min > span {
  font-family: "sofia-pro", sans-serif;
}
@media (max-width: 767px) {
  .corner-title > .title span.min {
    font-size: 16px;
  }
}
.corner-title > .title span.grad {
  background: linear-gradient(342deg, rgb(36, 226, 255) 0%, rgb(0, 84, 255) 50%, rgb(252, 123, 216) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .corner-title > .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .corner-title > .title {
    font-size: 28px;
  }
}

section {
  scroll-margin-top: 110px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  section {
    scroll-margin-top: 160px;
  }
}

.section-container {
  box-shadow: 0px 0px 20px 0px rgba(148, 183, 255, 0.2);
  border-radius: 40px;
  background: #fff;
  padding: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .section-container {
    padding: 40px 20px;
    border-radius: 15px;
  }
}
.section-container .period {
  width: 176px;
  height: 176px;
  position: absolute;
  top: -30px;
  left: -30px;
  border-radius: 100vmax;
  background: #FFA9D0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-container .period {
    width: 80px;
    height: 80px;
    top: -40px;
    left: 10px;
  }
}
.section-container .period__item {
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .section-container .period__item {
    font-size: 16px;
  }
}
.section-container .period__item span {
  font-size: 23px;
}
@media (max-width: 767px) {
  .section-container .period__item span {
    font-size: 10px;
  }
}
.section-container .period__arrow {
  width: 14px;
  position: relative;
  top: -5px;
}
@media (max-width: 767px) {
  .section-container .period__arrow {
    width: 8px;
    top: -10px;
  }
}
.section-container .illust {
  position: absolute;
  top: 5px;
  right: -50px;
  width: 145px;
}
@media (max-width: 767px) {
  .section-container .illust {
    width: 80px;
    top: -20px;
    right: 5px;
  }
}

.section-explan {
  background: #FEF5F9;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-explan {
    padding: 40px 14px;
  }
}
.section-explan__heading {
  text-align: center;
  margin-bottom: 40px;
}
.section-explan__heading h4 {
  color: #5C4952;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-explan__heading h4 {
    font-size: 16px;
  }
}
.section-explan__heading p {
  color: #5C4952;
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-explan__heading p {
    font-size: 14px;
  }
}
.section-explan__heading p span {
  display: inline-block;
  background: #F876B1;
  color: #fff;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 0 8px;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .section-explan__heading p span {
    font-size: 16px;
  }
}

.section-present {
  border: 1px solid #F876B1;
  border-radius: 10px;
  background: #fff;
  padding: 25px 60px 20px;
  position: relative;
}
@media (max-width: 886px) {
  .section-present {
    padding: 40px 20px;
  }
}
.section-present__title {
  width: 100%;
  position: absolute;
  top: -15px;
  left: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .section-present__title {
    top: -20px;
  }
}
.section-present__title h4 {
  display: inline-block;
  color: #F876B1;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #FEF5F9;
  position: relative;
}
@media (max-width: 991px) {
  .section-present__title h4 {
    font-size: 14px;
  }
}
.section-present__title h4::before {
  content: "";
  display: block;
  height: 15px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .section-present__title h4::before {
    height: 25px;
  }
}
@media (max-width: 767px) {
  .section-present__title h4::before {
    height: 20px;
  }
}
.section-present__title h4 span {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}
.section-present__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 886px) {
  .section-present__inner {
    display: block;
  }
}
.section-present__inner .item01 {
  width: 130px;
  padding: 25px 0;
  border-radius: 4px;
  color: #fff;
  background: rgb(255, 193, 221);
  background: linear-gradient(342deg, rgb(255, 193, 221) 0%, rgb(255, 174, 210) 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 886px) {
  .section-present__inner .item01 {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.section-present__inner .item01 > div {
  font-size: 14px;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-weight: 700;
}
.section-present__inner .item01 > div span {
  font-size: 24px;
}
.section-present__inner .item02 .text {
  color: #4657D2;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 886px) {
  .section-present__inner .item02 .text {
    font-size: 16px;
    text-align: center;
  }
}
.section-present__inner .item02 .text span {
  font-size: 24px;
}
@media (max-width: 767px) {
  .section-present__inner .item02 .text span {
    font-size: 21px;
  }
}
.section-present__inner .item02 .text .small {
  font-size: 15px;
}
.section-present__inner .item02 .min {
  font-size: 12px;
  color: #4657D2;
}
@media (max-width: 886px) {
  .section-present__inner .item02 .min {
    text-align: center;
  }
}
.section-present__inner .item02 .min a {
  text-decoration: underline;
}
.section-present__inner .item03 {
  width: 68px;
}
@media (max-width: 886px) {
  .section-present__inner .item03 {
    width: 138px;
    margin: 16px auto 0;
  }
}

.section-bottom > .lead {
  font-weight: 700;
  font-size: 16px;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  text-align: center;
  color: #5C4952;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .section-bottom > .lead {
    font-size: 14px;
  }
}
.section-bottom .note {
  text-align: center;
  font-size: 13px;
}
.section-bottom .main-btn {
  margin: 30px auto;
}
.section-bottom .detail-link {
  text-align: center;
}
.section-bottom .detail-link a {
  display: inline-block;
  color: #FFA9D0;
  text-decoration: underline;
}

/**************************
 *  Header */
/************************** */
body {
  position: relative;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .header {
    padding-top: 20px;
  }
}
.header__inner {
  width: 100%;
  max-width: 1200px;
  padding: 30px 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header__inner {
    padding: 16px;
  }
}
.header .logo {
  width: 140px;
}
@media (max-width: 767px) {
  .header .logo {
    width: 114px;
  }
}

.nav-fixed {
  opacity: 1;
  transition: opacity 0.3s ease;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 8, 97, 0.0392156863);
  z-index: 999;
}
.nav-fixed.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.nav-fixed ul {
  display: flex;
  justify-content: center;
}
.nav-fixed li {
  width: 33.3333333333%;
}
.nav-fixed li + li {
  position: relative;
}
.nav-fixed li + li::after {
  content: "";
  display: block;
  height: 32px;
  width: 1px;
  background: #7FA7FF;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.nav-fixed a {
  text-align: center;
  color: #fff;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 23px 0 20px;
  background: rgb(36, 226, 255);
  background: linear-gradient(90deg, rgb(36, 226, 255) 20%, rgb(0, 84, 255) 50%, rgb(252, 123, 216) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nav-fixed a.end {
  opacity: 0.5;
}
.nav-fixed a.end .notice {
  display: block;
  font-size: 8px;
}

@media (max-width: 767px) {
  .nav-fixed {
    background: rgb(36, 226, 255);
    background: linear-gradient(90deg, rgb(36, 226, 255) 0%, rgb(0, 84, 255) 40%, rgb(0, 84, 255) 60%, rgb(252, 123, 216) 100%);
    top: unset;
    bottom: 0;
  }
  .nav-fixed .inner {
    padding: unset;
  }
  .nav-fixed li + li {
    border-left: 1px solid #7FA7FF;
  }
  .nav-fixed li + li::after {
    display: none;
  }
  .nav-fixed a {
    color: #fff;
    font-size: 12px;
    background: unset;
    -webkit-text-fill-color: unset;
  }
}
.banner-fixed {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 120px;
  height: 120px;
  z-index: 1;
}
.banner-fixed a {
  display: inline-block;
  border-radius: 20px;
  background: #fff;
  box-shadow: 2px 4px 12px 0px rgba(19, 26, 49, 0.2);
}
.banner-fixed a img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.banner-fixed a:hover img {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .banner-fixed {
    width: 90px;
    height: 90px;
    right: 15px;
    bottom: 15px;
    transition: 0.3s;
  }
  .banner-fixed.is-pop {
    bottom: 90px;
  }
}

/********************
 *  メインビジュアル */
/******************** */
.mv {
  padding-top: 150px;
  margin-bottom: 180px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .mv {
    padding-top: 120px;
    padding-bottom: 100px;
    margin-bottom: unset;
  }
}
.mv__bg {
  width: 1757px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .mv__bg {
    width: 1200px;
  }
}
.mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
  margin: 0 auto;
  overflow: visible;
}
.mv__bg.--motion {
  width: 1716px;
}
@media (max-width: 767px) {
  .mv__bg.--motion {
    width: 100%;
  }
}
.mv__bg.--motion img {
  -o-object-position: center;
     object-position: center;
}
.mv__title-img {
  width: 100%;
  max-width: 763px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .mv__title-img {
    padding: 0 16px;
  }
}
.mv__title {
  font-size: 24px;
  font-weight: 700;
  color: #4657D2;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .mv__title {
    font-size: 15px;
  }
}
.mv__lead {
  color: #4657D2;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .mv__lead {
    font-size: 13px;
  }
}

.page-links {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .page-links {
    display: none;
  }
}
.page-links__link {
  transition: 0.3s;
  margin: 0 -18px;
}
.page-links__link:hover {
  transform: scale(1.03);
}

/********** MVのアニメーション設定 */
.mv__title-img,
.mv__leads {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.mv__bg.--motion img {
  width: 80%;
  height: 80%;
  opacity: 0;
  transition: 0.8s;
}
.mv__bg.--motion.is-fadein img {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.mv__leads {
  transform: translateY(20px);
}

.is-fadein {
  opacity: 1;
}

.is-slideup {
  opacity: 1;
  transform: translateY(0);
}

/********************
 *  X投稿 */
/******************** */
.x {
  background-image: url("../../assets/images/bg-x-left.png"), url("../../assets/images/bg-x-right.png");
  background-position: top 200px left calc(50vw - 720px), bottom 300px left calc(50vw + 450px);
  background-repeat: no-repeat, no-repeat;
  background-size: 275px, 252px;
}
@media (max-width: 991px) {
  .x {
    background-position: top 200px left 0, bottom 300px left calc(100vw - 130px);
  }
}
@media (max-width: 767px) {
  .x {
    background-image: none;
  }
}
.x__sns {
  margin-bottom: 30px;
}
.x__sns h3 {
  text-align: center;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #F876B1;
}
@media (max-width: 767px) {
  .x__sns h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.x__sns-inner {
  display: flex;
  justify-content: space-between;
}

/********************
 *  デジタル名刺交換 */
/******************** */
.change {
  background-image: url("../../assets/images/bg-change-left.png");
  background-position: top 400px left calc(50vw - 720px);
  background-repeat: no-repeat, no-repeat;
  background-size: 178px;
}
@media (max-width: 991px) {
  .change {
    background-position: top 400px left 0;
  }
}
@media (max-width: 767px) {
  .change {
    background-image: none;
  }
}
.change .section-container .period {
  background: #B1B0FF;
}
.change .section-container .illust {
  width: 185px;
  top: 30px;
}
@media (max-width: 767px) {
  .change .section-container .illust {
    width: 109px;
    top: -20px;
    right: 5px;
  }
}
.change .section-explan {
  background: #F5F5FF;
}
.change .section-present {
  border-color: #8886F1;
}
.change .section-present__title h4 {
  background: #F5F5FF;
}
@media (max-width: 767px) {
  .change .section-present__title h4 {
    letter-spacing: 1px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .change .section-present__title h4::before {
    height: 13px;
  }
}
.change .section-present__title h4 span {
  color: #8886F1;
}
.change .change-step {
  margin-bottom: 60px;
}
.change .change-step .arw {
  width: 14px;
  margin: 20px auto;
}
.change .change-step__block small {
  font-size: 12px;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.change .change-step__block-explan {
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #8886F1;
  margin: 10px 0;
}
.change .change-step__block-explan span {
  font-family: Helvetica Neue, Helvetica, Arial, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
}
@media (max-width: 767px) {
  .change .change-step__block-explan {
    font-size: 18px;
  }
}
.change .change-step__block-text {
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #5C4952;
  line-height: 1.5;
  margin: 0 0 10px;
}
.change .change-step__block-flex {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .change .change-step__block-flex {
    display: block;
  }
}
.change .change-step__block-flex > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
}
@media (max-width: 767px) {
  .change .change-step__block-flex > div {
    width: 100%;
    margin-bottom: 16px;
  }
}
.change .change-step__block-image {
  width: 100%;
  max-width: 225px;
  margin: 0 auto;
}
.change .change-step .finish {
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.change .change-step small {
  text-align: center;
  font-size: 12px;
  color: #5C4952;
  display: block;
}
.change .section-present {
  padding-top: 35px;
}
.change .section-present__inner {
  align-items: start;
}
.change .section-present .item {
  width: 48%;
}
@media (max-width: 886px) {
  .change .section-present .item {
    width: 100%;
  }
}
.change .section-present .item > h5 {
  background: #BCBAF7;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 8px;
}
.change .section-present .item > h5 span {
  font-size: 24px;
}
.change .section-present .item > p {
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  color: #4657D2;
}
@media (max-width: 767px) {
  .change .section-present .item > p {
    font-size: 14px;
  }
}
.change .section-present .item > p .underline {
  font-size: 24px;
}
@media (max-width: 767px) {
  .change .section-present .item > p .underline {
    font-size: 14px;
  }
}
.change .section-present .item > p .underline .din {
  font-size: 32px;
}
@media (max-width: 767px) {
  .change .section-present .item > p .underline .din {
    font-size: 16px;
  }
}
.change .section-present .item > .image {
  text-align: center;
  margin: 10px auto;
}
.change .section-present .item > .image img {
  width: unset;
  height: 53px;
}
@media (max-width: 767px) {
  .change .section-present .item > .image img {
    width: 100%;
    height: auto;
  }
}
.change .section-present .item small {
  color: #4657D2;
  display: block;
  text-align: center;
  font-size: 12px;
}
.change .section-present .item:first-child .image {
  width: 50px;
}
.change .section-present .item:last-child > .image {
  margin-top: 0;
  max-width: 221px;
}
.change .section-bottom .main-btn {
  margin-bottom: 0;
}

/********************
 *  エイトを鳴らそう♪ */
/******************** */
.sound {
  background-image: url("../../assets/images/bg-sound-left.png"), url("../../assets/images/bg-sound-right.png");
  background-position: bottom 200px left calc(50vw - 760px), top 300px left calc(50vw + 500px);
  background-repeat: no-repeat, no-repeat;
  background-size: 281px, 265px;
}
@media (max-width: 991px) {
  .sound {
    background-position: bottom 200px left -170px, top 300px left calc(100vw - 130px);
  }
}
@media (max-width: 767px) {
  .sound {
    background-image: none;
  }
}
.sound .section-container .illust {
  width: 147px;
  top: -22px;
  right: -12px;
}
.sound .section-explan {
  background: #F5F5FF;
}
.sound .section-explan__heading h4 {
  background: linear-gradient(342deg, rgb(36, 226, 255) 0%, rgb(0, 84, 255) 50%, rgb(252, 123, 216) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin: 52px auto 32px;
}
.sound .section-present {
  border-color: #8886F1;
  padding: 25px 24px 20px;
}
.sound .section-present__title h4 {
  color: #8886F1;
  letter-spacing: 0;
  background: #f5f5f5;
}
.sound .section-present__inner {
  max-width: 600px;
  margin: 0 auto;
  gap: 24px;
}
.sound .section-present__inner .item01 {
  padding: 16px 4px;
  background: linear-gradient(180deg, #BCBAF7 -43.95%, #A09EFE 166.21%);
}
.sound .section-present__inner .item03 {
  width: 126px;
}
.sound-cluster {
  padding: 40px 90px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 28px;
}
.sound-cluster.last {
  margin-bottom: 0;
}
.sound-cluster h5 {
  color: #8886F1;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 40px;
}
.sound-cluster__block {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sound-cluster__block__figure {
  width: 160px;
  flex-shrink: 0;
}
.sound-cluster__block__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sound-cluster__block__text p {
  color: #5C4952;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
.sound-cluster__block__text .point > span {
  border-radius: 99px;
  background: #EDEDFF;
  padding: 10px;
  color: #8886F1;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.sound-cluster__block__text .point > span img {
  width: 40px;
  height: 40px;
}
.sound-cluster__block__text .notice {
  color: #5C4952;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.sound-cluster .arw {
  width: 14px;
  margin: 20px auto;
}
.sound .note {
  font-size: 12px;
  text-align: center;
}
@media (max-width: 991px) {
  .sound-cluster {
    padding: 40px 40px;
  }
}
@media (max-width: 886px) {
  .sound .section-present {
    padding-top: 35px;
  }
  .sound .section-present__inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .sound .section-present__inner .item01 {
    padding: 0;
  }
  .sound .section-present__inner .item02 {
    width: 177px;
    margin: auto;
  }
  .sound .section-present__inner .item03 {
    width: 68px;
    margin: auto;
  }
  .sound .section-container .illust {
    width: 68px;
    right: 3px;
  }
  .sound .section-explan__heading {
    margin-bottom: 24px;
  }
  .sound .section-explan__heading h4 {
    margin: 40px auto 24px;
  }
  .sound-cluster {
    padding: 28px 20px;
  }
  .sound-cluster h5 {
    font-size: 18px;
  }
  .sound-cluster__block {
    flex-direction: column;
  }
  .sound-cluster__block__text p {
    font-size: 16px;
    text-align: center;
  }
  .sound-cluster__block__text .point > span {
    font-size: 14px;
  }
  .sound-cluster__block__text .point > span img {
    width: 32px;
    height: 32px;
  }
}

/********************
 *  プロフィール写真撮影会 */
/******************** */
.profile .section-container .period {
  background: #87B7FF;
}
.profile .section-container .illust {
  width: 192px;
  top: 30px;
}
@media (max-width: 767px) {
  .profile .section-container .illust {
    width: 105px;
    top: -20px;
    right: 5px;
  }
}
.profile .section-explan {
  background: #F0F6FF;
}
.profile .section-explan__heading h4 {
  margin-bottom: 28px;
}
.profile .section-explan ul {
  display: inline-flex;
  flex-direction: column;
  font-size: 16px;
  text-align: left;
  gap: 16px;
}
.profile .section-explan ul li {
  display: flex;
  gap: 20px;
}
.profile .section-explan ul li .head {
  color: #5C9DFF;
  display: flex;
  padding: 2px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  border: 1px solid var(--bule, #5C9DFF);
}
.profile .section-explan ul li .data {
  padding: 3px 0;
}
@media (max-width: 767px) {
  .profile .section-explan ul li {
    text-align: center;
    flex-direction: column;
    gap: 8px;
  }
  .profile .section-explan ul li .head {
    font-size: 14px;
    display: inline-block;
    width: 60px;
    margin: 0 auto;
    padding: 2px 0;
  }
  .profile .section-explan ul li .data {
    padding: 0;
  }
}
.profile .corner-heading .lead h3 {
  font-family: Helvetica Neue, Helvetica, Arial, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
}
.profile .profile-image {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 56px;
}
.profile .section-present {
  gap: 12px;
  padding-right: 20px;
  padding-left: 20px;
  border-color: #5C9DFF;
}
@media (max-width: 991px) {
  .profile .section-present {
    padding-top: 40px;
  }
}
.profile .section-present__title h4 {
  color: #5C9DFF;
  background-color: #F0F6FF;
}
@media (max-width: 991px) {
  .profile .section-present__inner {
    display: block;
  }
}
.profile .section-present__inner .item01 {
  width: 97px;
  background: none;
}
.profile .section-present__inner .item02 {
  text-align: center;
}
@media (max-width: 767px) {
  .profile .section-present__inner .item02 .text {
    font-size: 14px;
  }
  .profile .section-present__inner .item02 .text span {
    font-size: 16px;
  }
}
.profile .section-present__inner .item03 {
  width: 70px;
}
@media (max-width: 991px) {
  .profile .section-present__inner .item04 {
    width: 204px;
    margin: 16px auto 0;
  }
}
.profile .section-bottom .detail-link a {
  color: #5C9DFF;
}

/********************
 *  footer */
/******************** */
footer .logo {
  display: block;
  width: 90px;
  margin: 0 auto 15px;
}/*# sourceMappingURL=style.css.map */