@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  color: #64507C;
}
@media only screen and (max-width: 768px) {
  body {
    position: relative;
  }
}

img, a, svg {
  outline: none;
  border: none;
}

@-webkit-keyframes deco-anime1 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-20px, -20px); /*高さの半分の値にする*/
  }
}

@keyframes deco-anime1 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-20px, -20px); /*高さの半分の値にする*/
  }
}
@-webkit-keyframes deco-anime2 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-5px, -30px); /*高さの半分の値にする*/
  }
}
@keyframes deco-anime2 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-5px, -30px); /*高さの半分の値にする*/
  }
}
@-webkit-keyframes deco-anime3 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(20px, -20px); /*高さの半分の値にする*/
  }
}
@keyframes deco-anime3 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(20px, -20px); /*高さの半分の値にする*/
  }
}
@-webkit-keyframes deco-anime4 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-30px, 0px); /*高さの半分の値にする*/
  }
}
@keyframes deco-anime4 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-30px, 0px); /*高さの半分の値にする*/
  }
}
@-webkit-keyframes deco-anime5 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(15px, 20px); /*高さの半分の値にする*/
  }
}
@keyframes deco-anime5 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(15px, 20px); /*高さの半分の値にする*/
  }
}
.effects {
  position: absolute;
  z-index: 600;
}
@media only screen and (max-width: 768px) {
  .effects {
    display: none;
  }
}
.effects li {
  position: absolute;
  opacity: 0;
}
.effects li.deco1 {
  width: 20px;
  height: 20px;
  background: url("../img/icon/deco_heart02.svg") no-repeat top center;
  background-size: contain;
  top: -12px;
  left: -24px;
}
@media only screen and (max-width: 768px) {
  .effects li.deco1 {
    width: 3.125vw;
    height: 3.125vw;
    top: -3.125vw;
    left: -5.3125vw;
  }
}
.effects li.deco2 {
  width: 20px;
  height: 20px;
  background: url("../img/icon/deco_star01.svg") no-repeat top center;
  background-size: contain;
  top: -21px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .effects li.deco2 {
    width: 3.125vw;
    height: 3.125vw;
    top: -4.6875vw;
    left: -1.5625vw;
  }
}
.effects li.deco3 {
  width: 50px;
  height: 50px;
  background: url("../img/icon/deco_star03.svg") no-repeat top center;
  background-size: contain;
  top: -10px;
  right: -55px;
}
@media only screen and (max-width: 768px) {
  .effects li.deco3 {
    width: 7.8125vw;
    height: 7.8125vw;
    top: -3.125vw;
    right: -10.9375vw;
  }
}
.effects li.deco4 {
  width: 30px;
  height: 30px;
  background: url("../img/icon/deco_star03.svg") no-repeat top center;
  background-size: contain;
  bottom: -40px;
  left: -10px;
}
@media only screen and (max-width: 768px) {
  .effects li.deco4 {
    width: 4.6875vw;
    height: 4.6875vw;
    bottom: -9.375vw;
    left: -3.75vw;
  }
}
.effects li.deco5 {
  width: 30px;
  height: 30px;
  background: url("../img/icon/deco_star02.svg") no-repeat top center;
  background-size: contain;
  bottom: -40px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .effects li.deco5 {
    width: 4.6875vw;
    height: 4.6875vw;
    bottom: -9.375vw;
    left: -1.5625vw;
  }
}
.effects.deco-anime .deco1 {
  -webkit-animation: deco-anime1 0.4s linear 0s;
          animation: deco-anime1 0.4s linear 0s; /*1s はアニメーションにかかる時間*/
}
.effects.deco-anime .deco2 {
  -webkit-animation: deco-anime2 0.4s linear 0s;
          animation: deco-anime2 0.4s linear 0s; /*1s はアニメーションにかかる時間*/
}
.effects.deco-anime .deco3 {
  -webkit-animation: deco-anime3 0.4s linear 0s;
          animation: deco-anime3 0.4s linear 0s; /*1s はアニメーションにかかる時間*/
}
.effects.deco-anime .deco4 {
  -webkit-animation: deco-anime4 0.4s linear 0s;
          animation: deco-anime4 0.4s linear 0s; /*1s はアニメーションにかかる時間*/
}
.effects.deco-anime .deco5 {
  -webkit-animation: deco-anime5 0.4s linear 0s;
          animation: deco-anime5 0.4s linear 0s; /*1s はアニメーションにかかる時間*/
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  background: linear-gradient(90deg, rgba(238, 116, 158, 0.9) 10%, rgba(137, 124, 188, 0.9) 100%);
  z-index: 90;
  min-width: 600px;
}
@media only screen and (max-width: 768px) {
  #header {
    background: transparent;
  }
}
#header .logo {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  #header .logo {
    width: 26.875vw;
    margin-top: 0.78125vw;
    margin-left: 1.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .logo img {
    width: 100%;
  }
}
#header .logo a {
  display: block;
  position: relative;
  z-index: 5;
}
#header #btn-nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header #btn-nav {
    display: block;
    position: fixed;
    top: 1.5625vw;
    right: 1.5625vw;
    width: 10vw;
    height: 10vw;
    border-radius: 1.5625vw;
    border: 0.46875vw solid #64507C;
    background-color: #fff;
    z-index: 30;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav span {
    position: absolute;
    left: 2.34375vw;
    width: 4.375vw;
    height: 0.78125vw;
    background-color: #64507C;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav span:nth-child(1) {
    top: 2.8125vw;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav span:nth-child(2) {
    top: 4.375vw;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav p {
    position: absolute;
    bottom: 0.3125vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.03125vw;
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
  }
}
#header #btn-nav p.txt2 {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #header #btn-nav.active span:nth-child(1) {
    top: 3.125vw;
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav.active span:nth-child(2) {
    top: 3.125vw;
    transform: rotate(-45deg);
  }
}
#header #btn-nav.active p.txt1 {
  opacity: 0;
}
#header #btn-nav.active p.txt2 {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #header .nav-con {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(150deg, rgb(238, 116, 158) 0%, rgb(137, 124, 188) 100%);
    overflow-y: scroll;
    z-index: 5;
  }
}
#header .nav-con nav {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #header .nav-con nav {
    margin: 3.125vw 0 12.5vw;
    padding: 18.75vw 0 15vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .nav-con nav::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 3.125vw;
    width: 93.75vw;
    height: 100%;
    border: 0.46875vw solid #fff;
    border-radius: 10.9375vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .nav-con nav::after {
    content: "";
    position: absolute;
    top: -2.5vw;
    left: 50%;
    width: 81.25vw;
    height: 10.9375vw;
    transform: translateX(-50%);
    background: url("../img/global/nav_deco01-sp.svg") no-repeat top center;
    background-size: contain;
  }
}
#header .nav-con nav ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #header .nav-con nav ul {
    position: relative;
    display: block;
    width: 81.25vw;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (max-width: 768px) {
  #header .nav-con nav ul::before {
    content: "";
    position: absolute;
    top: -3.125vw;
    left: 50%;
    width: 7.1875vw;
    height: 5vw;
    transform: translateX(-50%);
    background: url("../img/global/nav_deco02-sp.svg") no-repeat top center;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  #header .nav-con nav ul::after {
    content: "";
    position: absolute;
    bottom: -3.125vw;
    left: 50%;
    width: 7.1875vw;
    height: 5vw;
    transform: rotate(180deg) translateX(-50%);
    transform-origin: 0 50%;
    background: url("../img/global/nav_deco02-sp.svg") no-repeat top center;
    background-size: contain;
  }
}
#header .nav-con nav ul li {
  margin: 0 28px;
}
@media only screen and (max-width: 768px) {
  #header .nav-con nav ul li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
  }
}
#header .nav-con nav ul li a {
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #header .nav-con nav ul li a {
    display: block;
    font-size: 4.6875vw;
    line-height: 1;
    padding: 6.25vw 0;
  }
}

.wrap-flex {
  display: flex;
}

.btn {
  position: relative;
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn {
    width: 46.875vw;
  }
}
.btn a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #64507C;
  letter-spacing: 0.05em;
  padding: 16px 0;
  background-color: #fff;
  border-radius: 100px;
  border: 3px solid #64507C;
  text-decoration: none;
  box-shadow: 3px 4px 0 #64507C;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .btn a {
    font-size: 4.0625vw;
    padding: 2.5vw 0;
    border-radius: 15.625vw;
    box-shadow: 0.46875vw 0.625vw 0 #64507C;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50px;
  background: linear-gradient(150deg, rgb(238, 116, 158) 0%, rgb(137, 124, 188) 100%);
  transition: all 0.7s ease;
  transform-origin: 80% 0%;
}
@media only screen and (max-width: 768px) {
  .btn a::before {
    width: 5.78125vw;
    height: 5.78125vw;
    right: 2.1875vw;
  }
}
.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/icon/arrow_white.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .btn a::after {
    right: 3.75vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
.btn a span {
  position: relative;
  z-index: 2;
}
.btn.arrow-right a::before {
  left: 14px;
  transform-origin: 20% 0%;
}
@media only screen and (max-width: 768px) {
  .btn.arrow-right a::before {
    left: 2.1875vw;
  }
}
.btn.arrow-right a::after {
  left: 24px;
}
@media only screen and (max-width: 768px) {
  .btn.arrow-right a::after {
    left: 3.75vw;
  }
}
.btn:hover a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn:hover a {
    color: #64507C;
  }
}
.btn:hover a::before {
  transform: scale(15) translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .btn:hover a::before {
    transform: scale(1) translateY(-50%);
  }
}

#share-area {
  position: relative;
  padding: 60px 0;
  font-family: "Fredoka", sans-serif;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #share-area {
    padding: 9.375vw 0;
  }
}
#share-area .txt {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  #share-area .txt {
    font-size: 4.375vw;
    margin-bottom: 3.4375vw;
  }
}
#share-area .btn-share {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #share-area .btn-share {
    margin-bottom: 4.6875vw;
  }
}
#share-area .btn-share a {
  display: inline-block;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  border-radius: 80px;
  padding: 22px 65px;
  background-color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #share-area .btn-share a {
    font-size: 3.75vw;
    padding: 3.4375vw 10.15625vw;
    border-radius: 15.625vw;
  }
}
#share-area .btn-share a:hover {
  transform: scale(1.05);
}
#share-area .sns ul {
  width: 182px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #share-area .sns ul {
    width: 28.4375vw;
  }
}
#share-area .sns ul li {
  width: 52px;
}
@media only screen and (max-width: 768px) {
  #share-area .sns ul li {
    width: 8.125vw;
  }
}
@media only screen and (max-width: 768px) {
  #share-area .sns ul li img {
    width: 100%;
  }
}
#share-area .sns ul li a {
  display: block;
  transition: all 0.3s ease;
}
#share-area .sns ul li a:hover {
  transform: translateY(-10px);
}

#footer {
  position: relative;
  padding: 84px 0 18px;
  background: linear-gradient(90deg, rgb(238, 116, 158) 10%, rgb(137, 124, 188) 100%);
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 14.0625vw 0 1.875vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer img {
    width: 100%;
  }
}
#footer #pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #footer #pagetop {
    bottom: 4.6875vw;
    right: 4.6875vw;
  }
}
#footer #pagetop a {
  display: block;
  width: 89px;
  height: 89px;
  border-radius: 100px;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px #a97ab3;
}
@media only screen and (max-width: 768px) {
  #footer #pagetop a {
    width: 11.5625vw;
    height: 11.5625vw;
  }
}
#footer #pagetop a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 28px;
  height: 29px;
  background: url("../img/icon/arrow_dark.svg") no-repeat top center;
  background-size: contain;
}
#footer #pagetop a:hover {
  transform: scale(1.1);
}
#footer .foot-nav {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #footer .foot-nav {
    margin-bottom: 7.8125vw;
  }
}
#footer .foot-nav ul {
  display: flex;
  justify-content: space-between;
  width: 550px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #footer .foot-nav ul {
    width: 70.3125vw;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  #footer .foot-nav ul li {
    margin: 0 4.6875vw 4.6875vw;
  }
}
#footer .foot-nav ul li a {
  font-size: 20px;
  font-family: "Fredoka", sans-serif;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #footer .foot-nav ul li a {
    font-size: 4.0625vw;
  }
}
#footer .bnr-list {
  margin-bottom: 62px;
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list {
    margin-bottom: 9.6875vw;
  }
}
#footer .bnr-list ul {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list ul {
    flex-wrap: wrap;
    width: 57.8125vw;
    margin: 0 auto;
    gap: 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .bnr-list ul li {
    width: 27.5vw;
  }
}
#footer .copy {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    font-size: 2.8125vw;
  }
}

#modal-block {
  background: url("../img/bg_modal.png") no-repeat top center;
  background-size: cover;
}
#modal-block .close span {
  height: 5px;
  border-radius: 10px;
  background-color: #64507C;
}
@media only screen and (max-width: 768px) {
  #modal-block .close span {
    height: 0.78125vw;
    border-radius: 1.5625vw;
  }
}