@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@1,500&display=swap');
/* loading */
#splash {
position: fixed;
width: 100%;
height: 100%;
background: #fff;
z-index: 9999999;
text-align: center;
}
#splash-logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
/* splash */
body {
background: #f578c5;
}
body.appear {
background: #f578c5;
}
.splashbg1,
.splashbg2 {
display: none;
}
body.appear .splashbg1,
body.appear .splashbg2 {
display: block;
}
body.appear .splashbg1 {
animation-name: PageAnime;
animation-duration: 1.6s;
animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
content: "";
position: fixed;
z-index: 999;
width: 100%;
height: 100vh;
bottom: 50%;
left: 0;
transform: scaleY(1);
background: #f578c5;
}
@keyframes PageAnime {
0% {
transform-origin: top;
transform: scaleY(1);
}
100% {
transform-origin: top;
transform: scaleY(0);
}
}
body.appear .splashbg2 {
animation-name: PageAnime2;
animation-duration: 1.6s;
animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
content: "";
position: fixed;
z-index: 999;
width: 100%;
height: 100vh;
top: 50%;
left: 0;
transform: scaleY(1);
background: #f578c5;
}
@keyframes PageAnime2 {
0% {
transform-origin: bottom;
transform: scaleY(1);
}
100% {
transform-origin: bottom;
transform: scaleY(0);
}
}
#container {
opacity: 0;
}
body.appear #container {
animation-name: PageAnimeAppear;
animation-duration: 1s;
animation-delay: 0.2s;
animation-fill-mode: forwards;
opacity: 0;
}
@keyframes PageAnimeAppear {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* layout */
.pc {
display: none !important;
}
.sp {
display: block !important;
}
* {
box-sizing: border-box;
}
.box {
width: 100%;
padding: 3.125vw;
margin: 0 3.125vw 3.125vw 0;
box-sizing: border-box;
}
h1 {
font-size: 1.2rem;
}
h2 {
font-size: 1.2rem;
text-align: center;
margin: 3.125vw 0;
}
.wrapper {
font-size: 1rem;
line-height: 1.85;
letter-spacing: 0.05em;
background: url(../img/star-sp.png) repeat center -15vw/ contain, url(../img/star.gif) repeat center top, linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 65%), url(../img/bg-line.png), url(../img/bg-dot.png), linear-gradient(25deg, rgba(0, 183, 238, 0.9) 0%, rgba(245, 120, 197, 0) 45%, rgba(245, 120, 197, 0) 65%, rgba(255, 255, 0, 0.9) 100%), linear-gradient(180deg, rgba(245, 120, 197, 1) 5%, rgba(245, 120, 197, 0) 25%, rgba(245, 120, 197, 0) 80%, rgba(245, 120, 197, 1) 100%), url(../img/bg.jpg), #f578c5;
box-sizing: border-box;
position: relative;
overflow-x: hidden;
}
.top-logo {
padding: 4vw;
width: 50%;
margin: 0 auto;
}
address {
color: #e63296;
display: block;
text-align: center;
font-style: normal;
font-size: 2.4vw;
}
address a {
color: #e63296;
text-decoration: none;
}
.bnp img {
width: 150px;
height: auto;
padding: 20px 0;
}
#header {
width: 100%;
text-align: center;
position: relative;
}
section {
padding: 100px 30px;
}
#footer {
padding: 20px;
width: 100%;
margin: 0 auto;
text-align: center;
}
img {
width: 100%;
height: auto;
}
a:hover {
opacity: 0.6;
}
/* counter */
.count {
font-family: 'Noto Serif JP', serif;
font-size: 7vw;
line-height: 1;
font-weight: 900;
color: #e63296;
text-shadow: 0 0 10px #fff,
0 0 20px #fff,
0 0 30px #fff,
0 0 40px #fff;
}
.days {
/* font-family: 'Bodoni Moda', serif; */
font-size: 12vw;
line-height: 1;
}
/* PV */
.video-frame {
width: 100%;
height: auto;
margin: 0 auto;
padding: 10px;
border-radius: 10px;
background: linear-gradient(0deg, rgba(230, 30, 75, 1) 35%, rgba(230, 50, 150, 1) 65%);
box-shadow: 0 0 10px #fff,
0 0 20px #fff,
0 0 30px #fff,
0 0 40px #fff;
}
.video-movie {
position: relative;
width: 100%;
padding-top: 56.25%;
margin: 0 auto;
}
.video-movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.bnr {
width: 60%;
margin: 0 auto;
list-style-type: none;
text-align: center;
}
.bnr img {
width: 80%;
}
/* PC */
@media only screen and (min-width:768px) {
/* layout */
img {
width: auto;
}
.wrapper {
background: url(../img/star-ring.png) no-repeat center top, url(../img/star.gif) repeat center top, linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 65%), url(../img/bg-line.png), linear-gradient(25deg, rgba(0, 183, 238, 0.7) 0%, rgba(245, 120, 197, 0) 45%, rgba(245, 120, 197, 0) 65%, rgba(255, 255, 0, 0.7) 100%), linear-gradient(180deg, rgba(245, 120, 197, 1) 5%, rgba(245, 120, 197, 0) 25%, rgba(245, 120, 197, 0) 80%, rgba(245, 120, 197, 1) 100%), url(../img/bg.jpg), #f578c5;
}
.sp {
display: none !important;
}
ul {
list-style-type: none;
}
.box {
width: 100%;
padding: 20px;
box-sizing: border-box;
}
.box-inner {
width: 90%;
margin: 0 auto;
}
.top-logo {
padding: 30px;
}
h2 {
margin: 10px 0;
}
/* counter */
.count {
font-size: 50px;
}
.days {
font-size: 100px;
}
.bnr {
width: 60%;
margin: 30px auto 50px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.bnr li {
padding: 10px 20px;
}
.bnr img {
width: auto;
}
address {
color: #e63296;
display: block;
text-align: center;
font-style: normal;
font-size: 0.8rem;
}
}
/* anime */
.zoomIn {
animation-name: zoomIn;
animation-duration: 2s;
animation-iteration-count: 1;
animation-timing-function: ease-in;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: translateY(150px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.fadeUp {
animation-name: fadeUpAnime;
animation-duration: 1.0s;
animation-fill-mode: forwards;
animation-timing-function: ease-out;
opacity: 0;
}
@keyframes fadeUpAnime {
from {
opacity: 0;
transform: translateY(100px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.delay0 {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s;
}
.delay1 {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.delay2 {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
#countdown-day {
display: none;
}