@charset "UTF-8";

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
}

.page_wrap {
    font-size: 16px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: "palt" 1;
    letter-spacing: .02em;
    overflow: hidden;
    color: #091b39;
    text-align: center;
}

.page_wrap * {
    margin: 0;
    padding: 0;
}

.page_wrap ul,
.page_wrap ol {
    list-style: none;
}

.page_wrap img {
    max-width: 100%;
}

.page_wrap {
    background: url("/hatsumimi_kaidan/expo/images/mv_bg.jpg") center / 8% repeat;
}

.content_wrap {
    background: url("/hatsumimi_kaidan/expo/images/content_bg.png") center / 25% repeat;
    border-top-right-radius: 2000px 1000px;
    border-top-left-radius: 2000px 1000px;
    margin-left: -5%;
    margin-right: -5%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 25%;
    padding-bottom: 10%;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

@media screen and (min-width: 768px) {
    
    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .content_wrap {
        background: url(/hatsumimi_kaidan/expo/images/content_bg.png) center / 12% repeat;
        padding-top: clamp(110px, 12vw, 180px);
        padding-bottom: clamp(80px, 10vw, 120px);
    }

    .inner_wrap {
        max-width: 1300px;
        margin: 0 auto;
    }


}


/* =========================================
    　　　　　　メインビジュアル
============================================*/

.mv {
    position: relative;
    height: 105vw;
}


/* ---ガーランドここから--- */
.mv ol {
    display: flex;
    justify-content: space-between;
    column-gap: 10%;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

.mv ol li {
    opacity: 0;
}

.mv ol .garland-left {
    animation: garlandLeft 1s cubic-bezier(.17, .67, .35, 1.4) 0.3s forwards;
}

.mv ol .garland-right {
    transform: scaleX(-1);
    animation: garlandRight 1s cubic-bezier(.17, .67, .35, 1.4) 0.4s forwards;
}

@keyframes garlandLeft {
    0% {
        opacity: 0;
        transform: translateX(-40%) scale(0.7) rotate(-8deg);
    }

    60% {
        opacity: 1;
        transform: translateX(0) scale(1) rotate(3deg);
    }

    80% {
        transform: translateX(0) scale(0.98) rotate(-1deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1) rotate(0);
    }
}

@keyframes garlandRight {
    0% {
        opacity: 0;
        transform: translateX(40%) scaleX(-1) scale(0.7) rotate(8deg);
    }

    60% {
        opacity: 1;
        transform: translateX(0) scaleX(-1) scale(1) rotate(-3deg);
    }

    80% {
        transform: translateX(0) scaleX(-1) scale(0.98) rotate(1deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scaleX(-1) scale(1) rotate(0);
    }
}
/* ---ガーランドここまで--- */

/* ---ロゴここから--- */
.mv h1 {
    position: absolute;
    left: 50%;
    bottom: -15%;
    transform: translateX(-50%);
    width: 100%;
}

.mv h1 div {
    width: 90%;
    margin: 0 auto;
}

.mv h1 div::before {
    content: "";
    display: block;
    background: url(/hatsumimi_kaidan/expo/images/mv_logo_sub.png) no-repeat center center / 100%;
    aspect-ratio: 537 / 80;
    width: 80%;
    transform: translateX(-10px);
    margin-bottom: 1%;
}

.mv-logo {
    animation: logoJelly 1.1s ease-out 0.7s both;
}

@keyframes logoJelly {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    40% {
        opacity: 1;
        transform: scale(1.08, 0.94);
    }

    55% {
        transform: scale(0.95, 1.06);
    }

    70% {
        transform: scale(1.03, 0.98);
    }

    85% {
        transform: scale(0.99, 1.01);
    }

    100% {
        transform: scale(1);
    }
}

/* ---ロゴここまで--- */


/* ---ミャクミャクここから--- */
.mv h1 p {
    width: 60%;
    margin: 0 auto;
    filter: drop-shadow(1px 1px 2px rgba(9, 27, 57, 0.5));
}

/* --フェードイン-- */
.fadeIn {
    opacity: 0;
    animation: fadeUp .8s ease-out 1.2s forwards;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --ふわふわ-- */
.floating-y {
    display: inline-block;
    animation: floating-y 3s ease-in-out infinite;
    will-change: transform;
}
  
@keyframes floating-y {
    0%,
    100% {
      transform: translate3d(0, 0, 0);
    }
  
    50% {
      transform: translate3d(0, 3%, 0);
    }
}
  
.floating-y img {
    display: block;
}
/* ---ミャクミャクここまで--- */


/* ---火の玉ここから--- */
.mv_fire-left,
.mv_fire-right {
    position: relative;
}

.mv_fire-left li,
.mv_fire-right li {
    position: absolute;
}

.mv_fire-left li:first-of-type {
    top: 44vw;
    left: 4%;
    width: 7%;
}

.mv_fire-left li:nth-of-type(2) {
    top: 70vw;
    left: 7%;
    width: 10%;
}

.mv_fire-right li:first-of-type {
    top: 35vw;
    right: 8%;
    width: 9%;
}

.mv_fire-right li:nth-of-type(2) {
    top: 75vw;
    right: 12%;
    width: 7%;
}

/* --フェードイン-- */
.fadeIn-fire {
    opacity: 0;
    animation: fadeIn-fire .9s ease-out 1.6s forwards;
}

@keyframes fadeIn-fire {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --ふわふわ-- */
.fuwafuwa_1 {
    animation: fuwafuwa_1 3s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
}
   
@keyframes fuwafuwa_1 {
    0% {
      transform:translate(0, 0) rotate(-7deg);
    }
    50% {
      transform:translate(0, -7px) rotate(0deg);
    }
    100% {
      transform:translate(0, 0) rotate(7deg);
    }
}

.fuwafuwa_2 {
    animation: fuwafuwa_2 4s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa_2 {
    0% {
        transform: translate(0, 0) rotate(7deg);
    }
    50% {
        transform: translate(0, -7px) rotate(0deg);
    }
    100% {
        transform: translate(0, 0) rotate(-7deg);
    }
}

.fuwafuwa_3 {
    animation: fuwafuwa_3 5s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa_3 {
    0% {
        transform: translate(0, 0) rotate(7deg);
    }
    50% {
        transform: translate(0, -7px) rotate(0deg);
    }
    100% {
        transform: translate(0, 0) rotate(-7deg);
    }
}
/* ---火の玉ここまで--- */

@media screen and (min-width: 768px) {

    .mv {
        height: 56vw;
        max-height: 800px;
    }

    .mv ol {
        column-gap: 25%;
    }

    .mv h1 {
        width: 50%;
    }

    .mv h1 div {
        width: fit-content;
        margin-bottom: 2%;
    }

    .mv h1 div::before {
        transform: translateX(-18%);
        width: 75%;
    }
    

    /* -----火の玉----- */
    .mv_fire-left li:first-of-type {
        top: clamp(220px, 27vw, 320px);
        left: 4%;
        width: 4.5%;
        min-width: 50px;
    }

    .mv_fire-left li:nth-of-type(2) {
        top: clamp(110px, 16vw, 210px);
        left: 18%;
        width: 6%;
        min-width: 55px;
    }

    .mv_fire-left li:last-of-type {
        top: clamp(290px, 37vw, 500px);
        left: 16%;
        width: 4%;
        min-width: 40px;
    }


    .mv_fire-right li:first-of-type {
        top: clamp(150px, 20vw, 250px);
        right: 24%;
        width: 4.5%;
        min-width: 50px;
    }

    .mv_fire-right li:nth-of-type(2) {
        top: clamp(200px, 25vw, 350px);
        right: 4%;
        width: 4%;
        min-width: 40px;
    }

    .mv_fire-right li:last-of-type {
        top: clamp(280px, 36vw, 500px);
        right: 14%;
        width: 6%;
        min-width: 55px;
    }


}

/* =========================================
    　　　　　　イントロ
============================================*/

.intro div {
    width: fit-content;
    margin: 0 auto 20% auto;
}

.intro p {
    font-size: clamp(18px, 4vw, 24px);
}

.intro p::after {
    content: "";
    padding: 6px;
    background: radial-gradient(circle,var(--dot-color,#7b828e) 1.3px,transparent 1.3px) repeat-x 50%;
    background-size: 12px 2.6px;
    border: none;
    display: block;
    height: 2.6px;
    width: 100%;
}

@media screen and (min-width: 768px) {

    .intro div {
        margin: 0 auto clamp(120px, 11vw, 150px) auto;
    }

    .intro p {
        font-size: clamp(16px, 3vw, 30px);
    }

}


/* =========================================
    　　　　　　グッズ
============================================*/

.goods {
    position: relative;
    background-color: #091b39;
    border-radius: 20px;
    padding: 13% 5% 10% 5%;
}

.goods h2 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 105%;
}

.goods_link {
    color: #fff;
    margin-bottom: 10%;
}

.goods_link dt {
    font-size: clamp(14px, 3vw, 22px);
    margin-bottom: .5%;
}

.goods_link span {
    color: #d93232;
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 800;
}

.goods_link dd a {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .3em;
    max-width: 330px;
    color: #fff;
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 800;
    text-decoration: none;
    line-height: 1.3em;
    background-color: #d93232;
    border-radius: 50px;
    box-shadow: 2px 4px 0px 0px rgba(147, 36, 36, 1);
    padding: 3% 5%;
    margin: 0 auto;
    transition: .3s;
}

.goods_link dd a:hover {
    box-shadow: unset;
    transform: translateY(4px);
}

.goods_link dd i {
    display: flex;
    width: .9em;
}

.goods_lineup dl {
    background-color: #c7c7c7;
    border-radius: 10px;
    padding: 5%;
}

.goods_lineup dl:not(:last-of-type) {
    margin-bottom: 5%;
}

.goods_lineup dl dd {
    font-size: clamp(16px, 3vw, 24px);
}

.goods_lineup dl dd i {
    font-style: normal;
    color: #fff;
    background-color: #091b39;
    border-radius: 50px;
    padding: .1em .5em;
}

.goods_lineup dl dd span {
    display: block;
    margin-top: .5em;
}

@media screen and (min-width: 768px) {

    .goods {
        padding: clamp(90px, 10vw, 105px) 5% 6% 5%;
    }

    .goods h2 {
        width: 95%;
        max-width: 900px;
    }

    .goods_link {
        margin-bottom: 5%;
    }

    .goods_link span {
        font-size: clamp(18px, 3vw, 30px);
    }

    .goods_link dt {
        font-size: clamp(14px, 3vw, 26px);
    }

    .goods_link dd a {
        width: 70%;
        max-width: 450px;
        font-size: clamp(15px, 3vw, 30px);
        box-shadow: 3px 5px 0px 0px rgba(147, 36, 36, 1);
        padding: 2% 5%;
    }

    .goods_lineup {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 3%;
        row-gap: 3vw;
    }

    .goods_lineup dl {
        width: 43%;
        padding: 4% 2%;
    }

    .goods_lineup dl:not(:last-of-type) {
        margin-bottom: 0;
    }

    .goods_lineup dl dd {
        font-size: clamp(16px, 1.5vw, 24px);
        margin-top: 1%;
    }

}


/* =========================================
    　　　　　　トップボタン
============================================*/

#page-top {
    position: fixed;
    bottom: 3%;
    right: 1.5%;
    width: 18%;
    max-width: 110px;
    aspect-ratio: 1 / 1;
    background: url(/hatsumimi_kaidan/expo/images/topbtn.png) no-repeat center / 100%;
    z-index: 100;
}

@media screen and (min-width: 768px) {

    #page-top {
        transition-duration: .2s;
    }

    #page-top:hover {
        opacity: .7;
    }

}

/* =========================================
    　　　　　　　スライドイン
============================================*/

.slide-in {
    opacity: 0;
    transform: translateY(50px);
    transition:
        opacity 1s ease,
        transform 1s cubic-bezier(.22, 1, .36, 1);
}

.slide-in.is-active {
    opacity: 1;
    transform: translateY(0);
}

