* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5% !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    scroll-behavior: smooth;
}
.section9 {
    margin-top: 6rem;
}
body {
    width: 100% !important;
    height: 100%;
    background-color: #FADCE2 !important;
    position: relative;
}

img {
    width: 100%;
    height: auto;
}
div.backtotop {
    right: 2px !important;
    width: 27% !important;
    bottom: 10px !important;
}
.container {
    padding: 0 4.4%;
}

.btns-5grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .7rem;
    margin-top: 3rem;
    position: sticky;
    top: 1rem;
    left: 0;
    width: 100%;
    z-index: 3;
    align-items: end;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

main {
    z-index: 3;
    position: relative;
    background: url(../images/sp_bg.png);
    background-repeat: repeat-y;
    background-size: contain;
}

.btn-more {
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: underline;
    position: relative;
    color: #0b8acc !important;
}

.btn-more::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #0b8acc;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.gap2 {
    gap: 2rem;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mt3 {
    margin-top: 3rem;
}

.mt4 {
    margin-top: 4rem;
}

.mt5 {
    margin-top: 5rem;
}

.bg-white,
.bg-white-abs {
    position: relative;
    padding: 1rem;
}

.bg-white *,
.bg-white-abs * {
    position: relative;
    z-index: 1;
}

.bg-white-abs img.scaledimg {
    position: relative;
    transform: scale(1.06) translate(-10px, -12px);
}

.bg-white::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 102%;
    border-radius: 10px;
    background-color: #fff;
    z-index: 0;
}

.bg-white-abs::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    z-index: 0;
}

.mtb {
    margin: 5.2rem 0;
}

.mtbs {
    margin: 2rem 0;
}

.youtube {
    width: 300px !important;
    height: 540px !important;
    display: grid;
    place-content: center;
    background-color: gray;
    background-image: none;

    p {
        color: #fff;
    }
}

section {
    width: 100%;
}

section.top-banner {
    position: relative;
}

.img-container-full {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.img-container-full img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.br-line {
    width: 100%;
    padding: 3rem 2rem;
}

.br-line img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.w60 {
    width: 60%;
}

.bubble-text {
    position: relative;
    width: 100%;
}

/* .bubble-text-p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 2rem;
    text-align: center;
    font-size: 1.2rem;
} */
.slide-btns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

p.font3 {
    font-size: 1.8rem;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    color: #333 !important;
}

.pink-btn {
    color: #E7447D !important;
    text-decoration: underline !important;
}

.section7 {
    padding-bottom: 4rem;
}

.mtminus {
    margin-top: -1rem;
}

.pb5 {
    padding-bottom: 5rem;
}

.section8 {
    background-color: #EDA0AB;
    padding-top: 5rem;
    position: relative;
    padding-bottom: 6rem;
}

.abs-line-top {
    position: absolute;
    width: 90%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.abs-line-bottom {
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
}

.bg-green {
    padding-top: 4rem;
    background-color: #ACD644;
    padding-bottom: 6rem;
}

.bg-orange {
    padding-top: 5.4rem;
    background-color: #FFC75D;
    position: relative;
    padding-bottom: 4rem;
}

.line-absolute-9 {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    transform: translateY(-50%);
}

.pb2 {
    padding-bottom: 1.8rem !important;
}

.flex-2 {
    display: flex;
    gap: 1rem;
}

.flex-2 img {
    flex: 1;
    width: 47%;
}

.w20 {
    width: 20%;
}

h3 {
    font-size: 1.9rem;
}


.mv-alt {
    position: absolute;
}

.mv-left-bear {
    width: 27%;
    bottom: 0;
    left: 2%;
    animation: rotateleftright .6s linear infinite alternate;
}

.mv-right-bear {
    width: 27%;
    bottom: 0;
    right: 2%;
    animation: moveupdown .8s linear infinite alternate;
    z-index: 2;
}

.mv-left-cup {
    width: 13%;
    top: 30%;
    left: 5%;
    animation: moveupdownlow .7s linear infinite alternate;
}

.mv-right-toffee {
    width: 12%;
    top: 10%;
    right: 16%;
}

.mv-right-ice {
    width: 8%;
    top: 17%;
    right: 4%;
    animation: rotateleftright .7s linear infinite alternate;
}

.mv-right-cookie {
    width: 12%;
    top: 35%;
    right: 6%;
}

.pos-absolute {
    position: absolute;
}


@keyframes moveleftright {
    0% {
        transform: translateX(-.2rem);
    }

    100% {
        transform: translateX(.9rem);
    }
}

@keyframes moveupdownlow {
    0% {
        transform: translateY(-.7rem);
    }

    100% {
        transform: translateY(0rem);
    }
}

.move-ud {
    animation: moveupdown 1s linear infinite alternate;
}

@keyframes moveupdown {
    0% {
        transform: translateY(.7rem);
    }

    100% {
        transform: translateY(-.7rem);
    }
}

.pos-relative {
    position: relative;
}

.img-mt2 {
    display: inline-block;
    margin-top: 2rem;
}

.pb3 {
    padding-bottom: 2.6rem !important;
}

.mv-cone {
    position: absolute;
    top: 15%;
    right: 5%;
    width: 3rem;
    animation: rotateleftright 1s linear infinite alternate;
}

.mv-cloth {
    position: absolute;
    top: 17%;
    left: 2%;
    width: 6rem;
    animation: rotateleftright 1s linear infinite alternate;
}

.pez-brick {
    left: 28%;
    top: 10%;
    width: 7rem;
    animation: rotateleftright 1s linear infinite alternate;
}

.pez-star {
    bottom: 3%;
    left: 11%;
    width: 4rem;
    /* animation: rotateleftright 1s linear infinite alternate; */
}

.pez-candy {
    bottom: -4%;
    right: 8%;
    width: 6rem;
    animation: rotateleftright .7s linear infinite alternate;
}

@keyframes rotateleftright {
    0% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}

@keyframes rotateleftrightupdown {
    0% {
        transform: translateY(-1.5rem) rotate(15deg);
    }

    100% {
        transform: translateY(0rem) rotate(-5deg);
    }
}




.slide-btns img {
    cursor: pointer;
    position: relative;
    animation: moveupdown .99s linear infinite alternate;
}

.height-set-img {
    cursor: pointer;
}

.slide-btns img:nth-child(2) {
    animation-delay: -.2s;
}

.slide-btns img:nth-child(3) {
    animation-delay: -.4s;
}

.slide-btns img:nth-child(4) {
    animation-delay: -.6s;
}

.slide-btns img:nth-child(5) {
    animation-delay: -.8s;
}

.slide-image {
    position: relative;
}

.slide-image img {
    opacity: 0;
    transition: opacity .3s ease-in;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.slide-image img.active {
    opacity: 1;
}

.js-accordion {
    overflow: hidden;
    transition: height .3s ease-in;
}

.flex-2 a {
    flex: 1;
    width: 47%;
}

.flex-2 a img {
    width: 100%;
    height: auto;
}

.pb4 {
    padding-bottom: 4rem;
}

.star-bottom {
    width: 24%;
    height: auto;
    position: absolute;
    bottom: -12%;
    /*left: -5%;*/
    right: 2%;
}

.star-top {
    width: 14%;
    height: auto;
    position: absolute;
    top: -13%;
    /*right: -3%;*/
    left: 3%;
    cursor: pointer;
    animation: rotateleftright .6s linear infinite alternate;
}

.mb2 {
    margin-bottom: 2rem;
}

.mt2 {
    margin-top: 2rem;
}

.backtotop a {
    opacity: 1 !important;
    background-color: transparent !important;
}

.backtotop a img {
    width: 60% !important;
}

.star-bottom {
    cursor: pointer;
    animation: rotateleftright .6s linear infinite alternate;
}

/*0228追加*/
.gap1 {
    gap: 0rem;
}

.text-center {
    text-align: center;
    padding: 0 0 20px;
}

.text-center2 {
    padding-top: 20px;
}

.bg-area {
    padding: 0 4%;
    background-image: url(../images/sp_sec1_btn_bg.png);
    background-size: 100% 65%;
    /*auto 50%*/
    background-position: bottom;
    background-repeat: no-repeat;
    /* 繰り返し防止 */
}
.bg-btn,
.bg-btn-big{
    width: 100%;
    position: relative;
}
.bg-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 2rem);
    height: 17rem;
    background-image: url(../images/sp_sec1_btn_bg.png);
    background-size: 100% 65%;
    background-repeat: no-repeat;
}
.bg-btn-big::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 2rem);
    height: 20.4rem;
    background-image: url(../images/sp_sec1_btn_bg.png);
    background-size: 100% 65%;
    background-repeat: no-repeat;
}
.img-mtlarge{
    display: inline-block;
    margin-top: 6rem;
}
/*pcのみ*/
.text-center a {
    text-decoration: underline !important;
}

.pd04 {
    padding: 0 4%;
    background-image: url(../images/sp_sec1_btn2_bg.png);
    background-size: 100% 65%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.pb36 {
    padding-bottom: 3.65rem !important;
}

.container-relative {
    position: relative;
}

.btn-absolute {
    width: 80%;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mv-txt {
    width: 85%;
    margin: 2rem auto 0rem;
}


header .mdGHD04Logo>img {
    width: 100px !important;
}

.mv-animimg,
.mv-pandaimg{
    top: 0;
    left: 0;
}
.top-banner{
    overflow: hidden;
}
.mv-animimg{
    transform-origin: bottom center;
    animation: rotatemv 1s linear infinite alternate;
}
@keyframes rotatemv {
    0% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(-2deg);
    }
}


.youtube-div{
    aspect-ratio: 9/16;
}
.youtube-div iframe{
    width: 100%;
    height: 100%;
}

/* a.btn-nou.btn-more{
text-decoration: none !important;
}
.btn-nou span{
text-decoration: underline !important;
}

a.btn-more.u29sum2025_tx02{
    text-decoration: none !important;
}
a.btn-more.u29sum2025_tx02 span{
    text-decoration: underline !important;
} */