@charset "UTF-8";
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    font-family: yu-mincho-pr6n, sans-serif;
}

img,
video,
object {
    width: 100%;
    border: none;
    display: block;
}

@media screen and (min-width: 769px) {
    .spNone {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .spNone {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .pcNone {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .pcNone {
        display: block;
    }
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
    display: block;
    text-decoration: none;
    transition: all 0.4s;
    color: #000;
}
@media screen and (min-width: 769px) {
    a:hover {
        opacity: 0.6;
        transition: all 0.4s;
    }
}
a[href=""] {
    pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
/*-------------------
* コンテンツのスタイル
-------------------*/
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
section {
    margin-top: -1px;
}

main {
    max-width: 375px;
    margin-inline: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.hero {
    aspect-ratio: 375/680;
    background: url("../assets/images/hero.png") no-repeat center/contain;
}

.cta_area {
    aspect-ratio: 375/426;
    position: relative;
}
.cta_area.cta1 {
    background: url("../assets/images/cta1.png") no-repeat center/contain;
}
.cta_area.cta2 {
    background: url("../assets/images/cta2.png") no-repeat center/contain;
}

.btn_wrap {
    position: absolute;
    width: 300px;
    translate: -50% 0;
    left: 50%;
    bottom: 70px;
    display: grid;
    gap: 16px;
}

.retailstore {
    position: relative;
    aspect-ratio: 375/418;
    background: url("../assets/images/retailstore.png") no-repeat center/contain;
}
.retailstore .retailstore_btn {
    position: absolute;
    width: 300px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.wrong {
    aspect-ratio: 375/902;
    background: url("../assets/images/wrong.png") no-repeat center/contain;
}

.strong {
    aspect-ratio: 375/948;
    background: url("../assets/images/strong.png") no-repeat center/contain;
}

.slider1 {
    position: relative;
    aspect-ratio: 375/921;
    background: url("../assets/images/slider1.png") no-repeat center/contain;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.slider1 .mySwiper {
    height: fit-content;
    padding-top: 23px;
    padding-bottom: 38px;
}
.slider1 .mySwiper .swiper-slide {
    width: 300px;
    aspect-ratio: 300/680;
    background-color: #fff;
}
.slider1 .mySwiper .swiper-slide img {
    height: 100%;
    object-fit: contain;
    width: 109.4%;
}
.slider1 .mySwiper:after {
    content: "";
    position: absolute;
    width: 155px;
    height: 42px;
    background-image: url("../assets/images/slider1_label.png");
    background-size: cover;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 99;
}
.slider1 .swiper-pagination {
    bottom: 76px;
}
.slider1 .swiper-pagination-bullet {
    margin: 0 6px !important;
}
.slider1 .swiper-pagination-bullet-active {
    background-color: #b59665;
}

.step {
    aspect-ratio: 375/947;
    background: url("../assets/images/step.png") no-repeat center/contain;
}

.all {
    aspect-ratio: 375/582;
    background: url("../assets/images/all.png") no-repeat center/contain;
}

.voice {
    aspect-ratio: 375/653;
    background: url("../assets/images/voice.png") no-repeat center/contain;
}
.voice .mySwiper2 {
    height: fit-content;
    padding-top: 160px;
    padding-bottom: 38px;
}
.voice .mySwiper2 .swiper-slide {
    width: 300px;
}
.voice .mySwiper2 .swiper-pagination-bullet {
    margin: 0 6px !important;
}
.voice .mySwiper2 .swiper-pagination-bullet-active {
    background-color: #e9c6a7;
}

.plus {
    aspect-ratio: 375/831;
    background: url("../assets/images/plus.png") no-repeat center/contain;
}

.buy {
    aspect-ratio: 375/540;
    background: url("../assets/images/buy.png") no-repeat center/contain;
}

.faq {
    position: relative;
    background-color: #d71718;
    padding-bottom: 26px;
}
.faq:before {
    content: "";
    width: 100%;
    height: 112px;
    background-image: url("../assets/images/faq.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.faq .faq_list {
    position: relative;
    z-index: 99;
    display: grid;
    gap: 14px;
    width: 335px;
    padding: 112px 0 0 0;
    margin-inline: auto;
}
.faq li {
    background-color: #fff;
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: 0.005em;
    text-align: justify;
}
.faq li:has(.answer.open) .question .open:after {
    rotate: 90deg;
    transition: rotate 0.3s;
}
.faq .qa_wrap {
    padding: 10px 20px;
    align-items: center;
}
.faq .question {
    display: grid;
    grid-template-columns: 30px auto 16px;
    gap: 19px;
}
.faq .question .open {
    position: relative;
}
.faq .question .open:before,
.faq .question .open:after {
    transition: rotate 0.3s;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #d71718;
    translate: -50% -50%;
}
.faq .question .open:before {
    width: 16px;
    height: 2px;
}
.faq .question .open:after {
    width: 2px;
    height: 16px;
}
.faq .answer {
    padding: 0 24px 10px 24px;
    display: grid;
    grid-template-columns: 26px auto;
    gap: 10px;
    align-items: flex-start;
}

.access {
    position: relative;
    aspect-ratio: 375/815;
    background: url("../assets/images/access.png") no-repeat center/contain;
}
.access .gmap {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.floating {
    max-width: 375px;
    translate: -50% 0;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 70px;
    background-color: #fff;
}
.floating .floating_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 10px 22px;
} /*# sourceMappingURL=style.css.map */
