@charset "UTF-8";

/*================================================================
  html
================================================================*/
html {
    font-size: 62.5%;
    /* font-sizeは16pxの62.5%の10px */
    color: #514c41;
    font-family: "ヒラギノ角ゴ ProN", "メイリオ", "MS Gothic", "Arial", sans-serif;
}

/* ==============================
common
================================*/
main {
    max-width: 750px;
    width: 100%;
    margin: 60px auto 0;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.en-title {
    padding-top: 2%;
}

.jp-title {
    margin: 7% auto 5%;
    width: 90%;
}

.note {
    text-align: right;
    font-size: 1.2rem;
    color: #474747;
}

@media screen and (min-width:750px) {
    main {
        margin: 100px auto 0;
    }
}

/* ==============================
header
================================*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 1px 5px rgba(118, 118, 118, .20);
}

.header-inner {
    height: 100%;
    max-width: 750px;
    margin: 0 auto;
}

#header .logo {
    width: 20%;
    height: 100%;
    min-width: 100px;
}

#header .logo img {
    width: 100%;
    height: 100%;
    margin-left: 5%;
    display: block;
    object-fit: contain;
}

header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 1%;
}

header .header-inner div.header-cta {
    width: 50%;
    height: auto;
    max-width: 220px;
}

header .header-inner div.header-cta a {
    display: block;
    width: 100%;
    height: 100%;
}

header .header-inner div.header-cta a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cta {
    position: relative;
    display: inline-block;
    overflow: hidden;
    /* はみ出し防止 */
}

.cta a img {
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.cta:hover a img,
.header-cta:hover a img {
    opacity: 0.9;
}

.cta,
.header-cta {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.pekopeko a img {
    position: relative;
    animation: pekopeko 2s infinite;
}

@keyframes pekopeko {
    0% {
        transform: translateY(0);
    }

    10% {
        transform: translateY(3px);
    }

    20% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(3px);
    }

    40% {
        transform: translateY(0);
    }
}

@media screen and (min-width:750px) {
    #header {
        height: 100px;
    }

    #header .logo {
        width: 170px;
    }

    header .header-inner div.header-cta {
        max-width: 370px;
    }
}

/* ==============================
cta
================================*/
.cta {
    height: auto;
    width: 94%;
    margin: 0 3%;
    padding-bottom: 5%;

}

.cta a {
    display: block;
    height: 100%;
    width: 100%;
}

/* ==============================
offer
================================*/
.offer {
    background: url(../img/offer-bg.png) no-repeat top / cover;
}

/* ==============================
ba
================================*/
.ba {
    background: url(../img/ba-bg.png) no-repeat bottom / cover;
}

.ba-wrapper {
    background-color: #fff;
    border-radius: 30rem 30rem 0 0;
    padding: 20% 0 3%;
    margin: 7% 3% 0;
}

.ba-wrapper img {
    width: 95%;
    margin: 0 auto 5%;
    height: auto;
    display: block;
}

.ba-last-text {
    padding: 5% 0 15%;
    width: 88%;
    margin: 0 auto;
}

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

    .ba-wrapper {
        border-radius: 50rem 50rem 0 0;
    }
}

/* ==============================
popular
================================*/
.popular {
    width: 80%;
    margin: 0 auto 10%;
    height: auto;
}

/* ==============================
whatis
================================*/
.whatis {
    padding-bottom: 1%;
}

video {
    width: 90%;
    margin: 8% auto;
    display: block;
}

.whatis-ba,
.parts {
    width: 90%;
    margin: 0 auto 10%;
    height: auto;
}

/* ==============================
trouble
================================*/
.trouble {
    background: url(../img/trouble-bg.png) no-repeat bottom / cover;
}

.trouble-example {
    width: 95%;
    margin: 0 auto;
    height: auto;
}

/* ==============================
point
================================*/
.point {
    background-color: #d2c4e0;
}

.point02 {
    margin-top: 15%;
}

/* ==============================
difference
================================*/
.difference {
    background: url(../img/difference-bg.png) no-repeat bottom / cover;
    padding-bottom: 5%;
}

.difference .jp-title {
    width: 80%;
    margin: 9% auto 5%;
    max-width: 520px;
}

.table {
    width: 100%;
    margin: 0 auto;
}


@media screen and (min-width:750px) {
    .table {
        width: 95%;
        margin: 0 auto;
    }
}

/* ==============================
offer
================================*/
.offer-price {
    width: 95%;
    margin: 0 auto;
}

.offer-price img {
    margin-bottom: 3%;
    box-shadow: 10% 0px 7px rgba(141, 141, 141, 0.30);
}

.offer-price img:last-child {
    margin-bottom: 10%;
}

/* ==============================
price
================================*/
.price {
    background: url(../img/price-bg.png) no-repeat top / cover;
}

.regular-price {
    width: 90%;
    margin: 5% auto 0;
}

.price .cta {
    padding-top: 5%;
}

/* ==============================
qa
================================*/
.qa {
    background: url(../img/qa-bg.png) no-repeat top / cover;
    padding-bottom: 10%;
}

.qa .jp-title {
    width: 45%;
    margin: 9% auto 7%;
    max-width: 310px;
}

/*アコーディオン*/
.accordion-list {
    width: 93%;
    margin: 0 auto;
}

.accordion-item {
    width: 100%;
    background-color: #fff;
    padding: 0 2rem;
    border-radius: 1rem;
}

.accordion-head {
    padding: 2rem 0;
}

.accordion-head,
.accordion-body {
    width: 90%;
    display: flex;
    align-items: center;
}

.accordion-body {
    align-items: flex-start;
}

.accordion-head img,
.accordion-body img {
    width: 3rem;
    height: 100%;
    display: block;
}

.q-title,
.q-answer {
    width: 100%;
    padding-left: 2rem;
}

.q-title {
    font-weight: 500;
    position: relative;
    font-size: max(2.4vw, 1.6rem);
    padding-left: 1rem;
    padding-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.q-answer {
    font-size: max(2.1vw, 1.4rem);
}

.accordion-item:nth-child(n+2) {
    margin-top: 2rem;
}

.accordion-head {
    position: relative;
    width: 100%;
    background: #fff;
    cursor: pointer;
}

.open-close-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    transition: 0.5s;
}

.open-close-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 0.2rem;
    height: 1.6rem;
    background: #e7abb5;
    transition: all 0.2s 0s ease;
    border-radius: 1rem;
}

.open-close-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 1.6rem;
    height: 0.2rem;
    background: #e7abb5;
    transition: all 0.2s 0s ease;
    border-radius: 1rem;
}


.accordion-item.active .open-close-btn {
    transition: all 0.2s 0s ease;
}

.accordion-body {
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: all .25s ease;
    border: none;
}

.accordion-item.active .accordion-body {
    height: auto;
    border-top: 1px solid #1A1A1A;
    padding: 2rem 0;
}

@media screen and (min-width:750px) {
    .q-title {
        font-size: 2.6rem;
    }

    .q-answer {
        font-size: 2.6rem;
    }

    .accordion-item {
        padding: 0 2rem;
        border-radius: 1rem;
    }

    .accordion-head {
        padding: 3rem 0;
    }

    .accordion-head img,
    .accordion-body img {
        width: 5rem;
    }

    .open-close-btn {
        width: 3rem;
        height: 3rem;
    }

    .q-title {
        padding-right: 4rem;
    }

    .open-close-btn {
        width: 3rem;
        height: 3rem;
    }

    .open-close-btn::before {
        width: 0.3rem;
        height: 2.4rem;
    }

    .open-close-btn::after {
        width: 2.4rem;
        height: 0.3rem;
    }

    .accordion-item:nth-child(n+2) {
        margin-top: 3rem;
    }

    .accordion-item.active .accordion-body {
        padding: 3rem 0;
    }
}

/* ==============================
access
================================*/
.access {
    padding-bottom: 5%;
}

.access .jp-title {
    width: 30%;
    margin: 9% auto 7%;
    max-width: 190px;
}

.shop {
    margin-bottom: 5%;
}

iframe {
    width: 95%;
    height: 40vh;
    margin: 0 auto;
    display: block;
}

.shop-info {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    gap: 20px 10px;
    max-width: 90%;
    margin: 5% auto;
}

.shop-info dt {
    font-weight: bold;
    text-align: left;
    font-size: max(2.4vw, 1.6rem);
}

.shop-info dd {
    margin: 0;
    font-size: max(2.4vw, 1.4rem);
}

.line-url {
    position: relative;
}

.line-url::after {
    position: absolute;
    content: "";
    background-image: url(../img/125_arr_hoso.svg);
    width: 4vw;
    height: 25px;
    object-fit: contain;
    background-repeat: no-repeat;
    margin-left: 5%;
    max-width: 25px;
}

@media screen and (min-width:750px) {
    .shop-info dt {
        font-size: 2.6rem;
    }

    .shop-info dd {
        font-size: 2.4rem;
    }

    iframe {
        height: 45vh;
        width: 90%;
    }
}

/* ==============================
footer
================================*/
footer {
    background-color: #9e9abf;
    text-align: center;
    color: #fff;
    padding: 10% 0 5%;
}

footer div {
    font-size: 1.4rem;
    padding-bottom: 2%;
}

@media screen and (min-width:750px) {
    footer {
        padding: 5% 0 3%;
    }

    footer div {
        font-size: 1.6rem;
        padding-bottom: 1%;
    }
}

/* ==============================
privacy
================================*/
.privacy {
    line-height: 1.8;
    padding: 20px 20px 10%;
}

.privacy h1 {
    font-size: 3rem;
    text-align: center;
}

.privacy h2 {
    font-size: 2rem;
}

.privacy h3 {
    font-size: 1.8rem;
}

.privacy h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-top: 5%;
}

.privacy p,
.privacy address,
.privacy ul li {
    padding-top: 5px;
    font-size: 1.6rem;
}