@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    font-family: 'Meiryo', "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

html {
    height: 100%;
}

body {
    background-color: #fff;
    background-image: url('../images/background.jpg');
    /* 背景画像のURLを設定 */
    background-size: contain;
}

a {
    text-decoration: none;
}

@media(min-width:721px) {

    /*PCのとき非表示*/
    .sp {
        display: none !important;
    }
}

@media(max-width:720px) {

    /*スマホのとき非表示*/
    .pc {
        display: none !important;
    }
}

#shoplist h3 {
    color: #828284;

}

#shoplist p {
    color: #828284;

}


/* =================================
                Content
================================= */

.lineup-background {
    background-image: url(./img/line-03.jpg);
    background: cover;
    padding: 2rem 0rem 0rem 0rem;
    background-size: 640px;
    background-size: contain;
}

body {
    background-image: url(./img/background.jpg);
    background-size: cover;
}

.container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 0px;
    background-color: #fff;
    text-align: center;
    /*border-radius: 10px;*/
    /* コンテナ全体に角丸を適用 */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    /* シャドウを追加 */
}

img {

    height: auto;
    vertical-align: top;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    /*margin-bottom: 20px;*/
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);*/
    /* 画像にシャドウを追加 */
    /*border-radius: 10px;*/
    /* 画像にも角丸を適用 */
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.sticky-banner {
    position: fixed;
    bottom: -300px;
    /* バナーを初期状態では画面外に隠す */
    left: 50%;
    transform: translateX(-50%);
    max-width: 640px;
    width: 100%;
    padding: 15px 0;
    background-color: #115a71;
    color: #fff;
    text-align: center;
    transition: bottom 0.5s ease;
    /* アニメーションの設定 */
    z-index: 999;
    /* 他の要素よりも上に表示 */
}

.sticky-banner a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .container {
        padding: 0px;
    }
}

/* =================================
                shoplist
================================= */

section#shoplist {
    padding: 10px;
}

#shoplist p {
    font-size: 13px;
    text-align: center;
    padding: 10px 0 15px;
    line-height: 1.5;
}

.shop-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1% 30px;
    padding: 0px;
    font-size: 12px;
    text-align: center;
}

.shop-grid li {
    flex: 0 1 48%;
    margin: 0 1% 10px;
    background: #97dff7;
    transition: 0.5s;
    border-radius: 5px;
}

.shop-grid li:hover {
    opacity: 0.5;
}

.shop-grid a {
    padding: 10px 0;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

@media (min-width: 800px) {
    .shop-grid-1-2-3 li {
        flex: 0 1 31.3333%;
        font-size: 14px;
    }
}


/* =================================
                move
================================= */

.top-animation {
  animation: fade-in 2s;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.back-animation {
  animation: fade-in-down 2s;
  animation-fill-mode: forwards;
}
@keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
    opacity: 0;
    transition-duration: 2s;
    transition-property: opacity, transform;
}

.fade-in-button {
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity, transform;
}

.fade-in-up {
    transform: translate(0, 50px);
}

.fade-in-down {
    transform: translate(0, -50px);
}

.fade-in-left {
    transform: translate(-50px, 0);
}

.fade-in-right {
    transform: translate(50px, 0);
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}



.product-background {
    background-color: #cbe4f2;
}

.boxpadi {

    padding: 3rem 2.8rem 0rem 2.8rem;
}



@media screen and (max-width: 550px) {
    .boxpadi {

        padding: 2rem 1.4rem 0rem 1.4rem;
    }
}

@media screen and (max-width: 376px) {
    .boxpadi {

        padding: 2rem 1.5rem 0rem 1.5rem;
    }
}

.product-box {
    background-color: #fff;

    border-radius: 1rem;
    padding: 5rem 2rem 4rem 2rem;
}

@media screen and (max-width: 550px) {
    .product-box {

        padding: 3rem 1.5rem;
    }
}

@media screen and (max-width: 375x) {
    .product-box {

        padding: 7rem 2rem 4rem 2rem;
    }
}

.no1 {
    max-width: 80%;
    margin-bottom: 1rem;
}


.card-slider {

    background: #115a71;
    height: 400px;
    margin: 3rem 1rem 0rem 1rem;

}




.btn {
    margin: auto;
}

.btn a {
    position: relative;
    top: 0;
    display: block;
    padding: 0.3rem 1rem;
    background-color: #e788a6;
    box-shadow: 0px 6px rgba(90, 90, 90, 0.35);
    border-radius: 9999px;
    color: #d3af71;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in-out;
}

.btn a:hover {
    top: 6px;
    /* 元の位置から9px分下げる */
    box-shadow: 0 0 rgba(90, 90, 90, 0.25);
    /* 影を0pxにする */
}



.cv1 {
    max-width: 60%;

}

@media(max-width:550px) {


    .cv1 {
        max-width: 70%;
    }
}


.cv2 {
    max-width: 80%;
}

@media(max-width:550px) {


    .cv2 {
        max-width: 90%;
    }
}


div .text {

    color: #828284;
    text-align: right;
    font-size: 0.6em;
    margin-top: 4rem;
    padding: 0.3rem;

}

p.text-2 {

    color: #828284;
    font-size: 0.6em;
    margin-top: 4rem;
    padding: 0.3rem;

}

@media(max-width:550px) {

    div.text {

        font-size: 0.4rem;
        margin-top: 1.5rem;
    }
}

@media(max-width:550px) {

    p.text-2 {

        font-size: 0.4rem;
        margin-top: 1.5rem;

    }
}




.slideinLeft {
    animation: slideinLeft 2.5s infinite;
    animation-iteration-count: 1;
}

@keyframes slideinLeft {
    0% {
        transform: translateX(-80px);
    }

    100% {
        transform: translateX(0);
    }
}

.slideinRight {
    animation: slideinRight 3s infinite;
    animation-iteration-count: 1;
}

@keyframes slideinRight {
    0% {
        transform: translateX(80px);
    }

    100% {
        transform: translateX(0);
    }
}


/* =================================
                move
================================= */

.example {
    width: 100%;
    overflow: hidden;
}


.frog {
    transform-origin: center bottom;
    animation: yurayura1 1.8s ease-in-out infinite alternate-reverse;
}

.frog2 {
    transform-origin: center bottom;
    animation: yurayura2 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes yurayura1 {
   0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes yurayura2 {
   0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}



/* =================================
                test
================================= */


.wrapper {
    width: 100%;
    height: 355px;
    margin: 0rem auto;
    overflow-x: hidden;

}

@media(max-width:550px) {

    .wrapper {

        height: 300px;

    }
}

@media(max-width:400px) {

    .wrapper {

        height: 200px;

    }
}



.item {
    display: flex;
    justify-content: center;
    height: 355px;
    text-align: center;
}

@media(max-width:550px) {

    .item {

        height: 300px;

    }
}

@media(max-width:400px) {

    .item {

        height: 200px;

    }
}


.swiper-button-next, .swiper-button-prev {
    background-color: #96dff7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.swiper-button-next::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 1.5rem;
    content: '\f054';
    /* FontAwesomeの右矢印 */
}

.swiper-button-prev::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 1.5rem;
    content: '\f053';
    /* FontAwesomeの左矢印 */
}

.series {
    margin: 1.5rem 0rem 3rem 0rem;
}

.copy {
    margin: 0.2rem 0rem;
}


@media screen and (max-width: 550px) {
    .series {
        margin: 1rem 0rem 1.5rem 0rem;
    }

}

.clayge-text {
    max-width: 90%;
    margin-bottom: 2rem;
}



.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 7px;
    left: 0;
    width: 100%;

}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 5px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px));
}

