@charset "UTF-8";

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-align: left;
    zoom: 1;
    box-sizing: border-box;
    
    }
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    table {
    border-collapse: collapse;
    font-family: inherit;
    }
    h1,h2,h3,h4,h5 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
    }
    input,textarea,select {
    font-family: inherit;
    font-size: 16px;
    }
    input[type="button"],input[type="text"],input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    }
    textarea {
    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
    }
    th,td {
    border-collapse: collapse;
    }
    table th,table td {
    white-space: nowrap;
    }
    ul,ol {
    list-style-type: none;
    }
    img {
    vertical-align: text-bottom;
    max-width: 100%;
    height: auto;
    width /***/:auto;
    }

    h3:before{
    content: none;
    }
    h2:before{
    content: none;
    }

    /* 共通の設定 */
    main{
        font-size: 20px;
        
    }

    .relative{
        position: relative;
    }


/* 共通の設定 */


body {
    /* 全体の基本フォントを Zen Maru Gothic に設定 */
    font-family: "Zen Maru Gothic", sans-serif;
}

.intro{
    background-color: #b0caf4;
    padding: 30px;
    height: 800px;
}

.return{
    padding: 30px;
    position: absolute;
}

.return img{
    width: 120px;    
}

h1{
    text-align: center;
    font-size: 1.2em;
    margin: 30px 0;
    height: 125px;
    width: auto;
}

h1 span{
    display: inline-block;
    margin-bottom: 30px;
}

h1 img{
    display: inline-block;
}

.bgc_b{
    background-color: #b0caf4;
}

.goopal{
    text-align: center;
    position: absolute;
    top: -300px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    width: 450px;
    height: auto;
}
.goopal img{
    display: inline-block;
    width: 450px;

}

@keyframes loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}

.scroll{
    width: 100%;
    position: absolute;
    top: -450px;
    display: flex;
    align-items: center;
    overflow-y: hidden;
    padding: 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 0;
}

.scroll-list {
    display: flex;
    align-items: center;
    animation: loop infinite linear 200s both;
    li {
        min-width: 1500px;
    }
}

.house{
    position: absolute;
    top: -400px;
    overflow: hidden;
    height: 500px;
    width: 100%;
    background-image: url(/Portals/0/images/LP/goo/house.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.hukidashi1{
    width: 300px;
    height: 220.5px;
    position: absolute;
    background-image: url(/Portals/0/images/LP/goo/hukidashi1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px 30px 60px;
    top: 50%;
    left: 50%;
    transform: translate(50%, -270%);
    opacity: 0;
}

.hukidashi2{
    width: 300px;
    height: 222px;
    position: absolute;
    background-image: url(/Portals/0/images/LP/goo/hukidashi2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 60px 30px 60px;
    top: 50%;
    left: 50%;
    transform: translate(-150%, -200%);
    opacity: 0;
}

.hukidashi3{
    width: 300px;
    height: 220.5px;
    position: absolute;
    background-image: url(/Portals/0/images/LP/goo/hukidashi3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 50px 30px 65px;
    top: 50%;
    left: 50%;
    transform: translate(50%, -90%);
    z-index: 50;
    opacity: 0;
}

.relative h2{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #4575ba;
    text-align: center;
}

.animation1 {
  animation: fade-in 4s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;

}
.animation2 {
  animation: fade-in 4s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
.animation3 {
  animation: fade-in 4s;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}

.detail {
    background-image: url(/Portals/0/images/LP/goo/kusa.png);
    background-size: 65%;
    padding: 0 0 3rem 0;
    position: relative;
    z-index: 10;
}

.frame{
    padding: 3rem;
    width: 800px;
    background-color: #fff;
    margin: 100px auto 0;
    border-radius: 20px;
    box-shadow: 0px 5px 15px 0px rgba(144, 216, 97, 0.44);

}

.detail h2{
    font-size: 35px;
    color: #4575ba;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}

.detail h3{
    font-size: 20px;
    font-weight: 600;
    /* text-align: center; */
    margin: 2rem auto 1rem;
    width: 80%;
}

.detail h3 img{
    display: inline-block;
    width: 30px;
    height: auto;
}

.detail ul{
    padding: 1rem 0 2rem;
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
}

.detail ul li{
    display: block;
    width: 30%;
    height: auto;
}

.detail .kabegami_pc{
    flex-wrap: wrap;
}

.detail .kabegami_pc li{
    display: block;
    width: 45%;
    height: auto;
    margin-bottom: 2rem;
    
}

.detail p{
    text-align: center;
    margin-bottom: 3rem;
}

.c_red{
    color: #d45254;
    font-weight: bold;
    display: inline-block;
    padding-right: 2em;
}

.flex{
    display: flex;
    gap: 0;
}

.copy{
    text-align: center;
    margin-top: 50px;
    padding: 0 5%;
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



.fadepopup{
  animation: fadeUpPop 1s ease forwards;
  animation-timeline: view();
  animation-range: entry 10% cover 30%;
}

.cyclingoo {
    position: relative;
    margin-top: -10px;
    width: 100%;
    height: 400px;
    background-image: url(/Portals/0/images/LP/goo/kusa.png);
    background-size: 65%;
    padding: 0 0 3rem 0;
    z-index: 20;
    contain: layout style paint;
}

.runner {
position: absolute;
bottom: 20%;

left: 0;
width: 200px;   /* 画像の表示幅に合わせて調整 */
height: 200px;  /* 画像の高さに合わせて調整 */
transform: translateY(-50%);
animation: move-left 10s linear infinite;
}

.goo {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: contain;
opacity: 0;
animation: swap 1s steps(1, end) infinite;
}

.goo2 {
animation-delay: 0.5s;
}



@keyframes swap {
0%, 49.999% { opacity: 1; }
50%, 100%   { opacity: 0; }
}

@keyframes move-left {
    0% {
        transform: translateY(-50%) translateX(100vw);
    }
    100% {
        transform: translateY(-50%) translateX(-200px);
    }
}
@keyframes fadeUpPop {
0% {
    opacity: 0;
    transform: translateY(300px) scale(1);
}
60% {
    opacity: 0.5;
    transform: translateY(0) scale(1.08); /* ちょい大きく */
}
100% {
    opacity: 1;
    transform: translateY(0) scale(1); /* 元に戻る */
}
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ここからレスポンシブ */

@media screen and (max-width: 768px) {

.intro{
    width: 100%;
    padding: 5% 5% 0;
    height: 600px;
}

.return{
    padding: 0;
    width: 20%;
    max-width: 150px;
    height: auto;

}

.return img{
    width:100%;
}

h1{
    padding: 80px 10% 0;
    max-width: 450px;
    margin: 0 auto;
}

h1 span{
    display: inline-block;
    margin-bottom: 30px;
}

h1 img{
    display: inline-block;
    width: 100%;
    height: auto;
}

.bgc_b{
    background-color: #b0caf4;
}

.goopal{
    top: -160px;
    left: 47%;
    text-align: center;
    z-index: 30;
    width: 80%;
    max-width: 300px;
    height: auto;
}
.goopal img{
    display: inline-block;
    width: 100%;

}
.house{
    top: -500px;
    background-size: 180%;
    z-index: 20;

}

.scroll{
    top: -350px;
}

.scroll-list {
    display: flex;
    align-items: center;
    animation: loop infinite linear 200s both;
    li {
        min-width: 1000px;
    }
}

.hukidashi1{
    position: static;
    transform: none;
    padding: 1em;
    background-image: none;
    background-color: #fff;
    border-radius: 1em;
    margin: 0 auto 1em;
    height: auto;
    width: 80%;
}

.hukidashi2, .hukidashi3{
    position: static;
    padding: 1em;
    transform: none;
    background-image: none;
    background-color: #fff;
    border-radius: 1em;
    margin: 0 auto 1em;
    height: auto;
    width: 80%;
}


.hukidashi_sp{
    background-image: url(/Portals/0/images/LP/goo/kusa.png);
    padding: 100px 0 70px;
    background-size: 65%;
    margin-bottom: -5px;
}

.hukidashi_sp p{
    text-align:justify;
}

.detail{
    width: 100%;
    padding: 0 0 50px;
}

.detail h2{
    font-size: 25px;
}
.detail h3{
    text-align: center;
}


.detail .frame{
    width: 100%;
    margin-top: 0;
}

.detail ul{
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.detail ul li{
    margin-bottom: 2rem;
    width: 100%;
}

.detail h3{
    margin-top: 2rem;
}

ul.kabegami_pc{
    width: 100%;
}

.detail li:last-child{
    margin-bottom: 0;
}

.fadepopup{
  animation: fadeUpPop 1s ease forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 10%;
}



.detail .c_red{
    display: block;
    width: 100%;
}

.detail p{
    text-align: left;
}

.pc{
    display: none;
}

.detail .kabegami_pc li{
    width: 100%;
}

.runner {
animation: move-left 5s linear infinite;
}

}