*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none
}

html {
    overflow-x: hidden;
    overflow-y: scroll
}

body,
html {
    color: #111;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
    font-size: calc(100vw / 32);
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    vertical-align: bottom
}

.pc {
    display: none
}

.lf,
.sp {
    display: block
}

.u-bold {
    font-weight: 700
}

header {
    background-color: #E2EFBC;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    margin: auto;
    padding-block-start: .5rem;
    position: fixed;
    width: 100vw;
    z-index: 30
}

.logo {
    margin: 10px;
    width: auto
}

.telBn {
    margin-right: 3px;
    width: calc(100% / 2 - 1rem)
}

.telBn a {
    display: inline-block;
    border-radius: 4px;
    padding: 5px;
    text-decoration: none
}

.cmn a {
    background-color: #c31011;
    background: -webkit-linear-gradient(top, #c31011, #c31011, #ff4251);
    background: linear-gradient(to bottom, #c31011, #c31011, #ff4251);
    border-bottom: 2px solid #930203
}

.telBn a:active {
    transform: translateY(4px);
    border-bottom: none
}

main,
section {
    margin: 0 auto
}

.first {
    padding-block-start: 4.8rem;
    margin-bottom: 30px;
}

.cp-notice {
    color: #555;
    font-size: 1.1rem;
    margin: 0 0 0 .8rem
}

.offer>a {
    margin: 1rem auto
}

.offer_announce {
    margin: auto;
    max-width: fit-content
}

.offer_announce p {
    margin: 0;
    white-space: nowrap
}

.offer_announce__open {
    font-size: clamp(20px, 16px + 1vw, 32px);
    line-height: 1.2
}

.offer_announce__close {
    font-size: clamp(11px, 4vw, 21px);
    line-height: 1.4
}

.now {
    display: block;
    margin: 1rem auto -4rem;
    width: 54%;
    max-width: 416px
}

.now span {
    display: block;
    background: url("../img/now.png") 0 0/100% auto no-repeat;
    padding-top: calc(100%*55/416)
}

.bank,
.choose,
.easy,
.feedback,
.rate-card,
.trouble {
    margin: 0 auto;
}

.nice,
.rate-diff,
.sudden {
    color: #393939;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    line-height: 1.1;
    margin: 2rem auto 1rem;
    padding: .5rem 0 .5rem 4rem;
    width: calc(100% - 3rem);
    max-width: 36rem
}

.nice::before,
.rate-diff::before,
.sudden::before {
    background-color: #2658bc;
    border-radius: 50%;
    content: url("../img/trouble.svg");
    position: absolute;
    bottom: 0;
    width: 3.5rem;
    height: 3.5rem;
    padding: .5rem;
    margin: auto;
    background-size: cover
}

.nice::before {
    content: url("../img/nice.svg")
}

.rate-diff::before {
    content: url("../img/rate.svg")
}

.nice::before,
.rate-diff::before,
.sudden::before {
    top: -1rem;
    left: 0
}

.nice::after,
.rate-diff::after,
.sudden::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .5rem;
}

.accent {
    color: #2658bc;
    font-size: 2.2rem;
    font-weight: 700
}

.rf {
    text-align: right
}

.center {
    text-align: center
}

.choosing,
.expense {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 2rem
}

.choosing>div,
.expense>div {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: calc(100vw / 2 - 1rem);
    height: calc(100vw / 2 - 1rem);
    margin-bottom: 1rem;
    text-align: center
}

.expense>div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.choosing>div {
    background-color: #004831;
    border-image: linear-gradient(to right, #004831, rgb(0 72 49), rgb(0 72 49 / 70%), rgb(0 72 49)) 1 / 3px;
    border-style: solid;
    height: auto
}

.payment {
    background: radial-gradient(circle 250px at center, rgba(0, 0, 0, .3) 0, rgb(0 72 49 / 70%) 47%, rgb(0 72 49) 100%),
        url(../img/payment.jpg) 0 0 / 100% auto no-repeat;
}

.ritual {
    background: radial-gradient(circle 250px at center, rgba(0, 0, 0, .3) 0, rgb(0 72 49 / 70%) 47%, rgb(0 72 49) 100%),
        url("../img/ritual.jpg") 0 0/100% auto no-repeat
}

.dating {
    background: radial-gradient(circle 250px at center, rgba(0, 0, 0, .3) 0, rgb(0 72 49 / 70%) 47%, rgb(0 72 49) 100%),
        url(../img/dating.jpg) 0 0 / 100% auto no-repeat;
}

.party {
    background: radial-gradient(circle 250px at center, rgba(0, 0, 0, .3) 0, rgb(0 72 49 / 70%) 47%, rgb(0 72 49) 100%),
        url("../img/party.jpg") 0 0/100% auto no-repeat
}

.betting {
    background: radial-gradient(circle 250px at center, rgba(0, 0, 0, .3) 0, rgb(0 72 49 / 70%) 47%, rgb(0 72 49) 100%),
        url("../img/betting.jpg") 0 0/100% auto no-repeat
}

.living {
    background: radial-gradient(circle 250px at center, rgba(0, 0, 0, .3) 0, rgb(0 72 49 / 70%) 47%, rgb(0 72 49) 100%),
        url("../img/living.jpg") 0 0/100% auto no-repeat
}

.choosing div:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: slide 1.5s infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%)
}

@keyframes slide {
    0% {
        transform: translateX(-400%)
    }

    100% {
        transform: translateX(200%)
    }
}

.keepup {
    background-color: #E2EFBC;
    margin: 1rem auto;
    padding: 1rem 0 2rem
}

.f-box {
    display: flex
}

.brand {
    justify-content: space-between
}

.cards {
    margin: 2rem 1rem
}

.easy {
    background-color: #E2EFBC
}

.rate {
    margin: 2rem 1%;
    color: #555;
    font-size: 2.1rem;
    font-weight: 700;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    line-height: 2.5;
    text-align: center
}

.rate div {
    border: 2px solid #7fc7f4
}

.rate div:nth-child(3n) {
    border-width: 2px 2px 0 0
}

.rate div:nth-child(3n-1) {
    color: #f18400;
    border-width: 2px 4px 0 4px
}

.rate div:first-child,
.rate div:nth-child(3n+4) {
    border-width: 2px 0 0 2px
}

.rate div:last-child,
.rate div:nth-child(13) {
    border-bottom-width: 2px
}

.rate div:nth-child(2) {
    border-top-width: 4px
}

.rate div:nth-child(13) {
    color: red
}

.rate div:nth-child(14) {
    border-bottom-width: 4px
}

.our {
    font-size: 1.7rem;
    line-height: 1.1;
    padding-block-start: .5rem;
    letter-spacing: -1px
}

.notify {
    background: linear-gradient(transparent 60%, #ff0 60%);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem;
    text-align: center
}

.feedback {
    background-color: #E2EFBC;
    padding: 5rem 0
}

.hline {
    margin: 1rem auto;
    position: relative;
    width: 80%;
    max-width: 500px;
    z-index: 3
}

.heading {
    background: url('../img/title_bar.png') no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 2rem;
    padding: 2.7rem 0;
    text-align: center
}

.review-container {
    flex-direction: column;
    justify-content: center
}

/* .reviews {
    background: #fff;
    border: 2px solid #3cb3e4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    margin: 2rem .5rem 0;
    padding: .2em 1em;
    line-height: 1.8
} */

.photo {
    grid-row: 1/2;
    grid-column: 1/2
}

.customers {
    color: #2658bc;
    font-weight: 700;
    grid-row: 1/2;
    grid-column: 2/4;
    padding-left: 1rem
}

.outline {
    font-size: 1.6rem;
    margin: 0
}

.express {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 1rem
}

.context {
    grid-row: 2/4;
    grid-column: 1/4
}

.context {
    grid-row: 2/4;
    grid-column: 1/4;
    font-size: 1.5rem
}

.pagetop {
    background-color: #a9d721;
    border-top: 4px solid rgb(10, 110, 20);
    border-bottom: 4px solid rgb(10, 110, 20);
    color: #fff;
    font-weight: 700;
    display: block;
    padding: .2em .5em;
    text-align: center;
    text-decoration: none
}

.fixed {
    display: none;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    bottom: 0;
    left: 0;
    padding: .3em 0 .2em;
    width: 100%;
    z-index: 30
}

.fixed .sp a {
    width: 32.4%;
    align-self: flex-start
}

.nodial .sp a {
    width: 100%
}

.setdial .sp a {
    width: 45%
}

.forfree {
    position: fixed;
    bottom: 5.5rem;
    left: .5rem;
    width: calc(100vw / 4);
    z-index: 30;
    animation: late 7s infinite
}

.nodial .forfree {
    bottom: 6.5rem
}

.setdial .forfree {
    bottom: 7rem
}

footer {
    margin: 1rem auto;
    padding-block-end: 8rem
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem
}

.around {
    justify-content: space-around
}

footer li {
    font-size: 1.2rem;
    display: block
}

.links {
    background: #2658bc;
    color: #fff;
    position: relative;
    padding: .25em .7em .3em;
    text-decoration: none;
    transition: .4s
}

i.fa {
    margin-right: .2em
}

.twitter a {
    background: url("../img/share-twitter.png") no-repeat 5% 50% #1da1f2;
    border-radius: 2px;
    color: #fff;
    padding: .2rem .5rem .2rem 1.8rem;
    text-align: center;
    text-decoration: none
}

.copyright {
    font-size: .8rem;
    font-weight: 700;
    text-align: center
}

.shake,
.shake2 {
    animation-name: shake;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-duration: 3s
}

.shake2 {
    animation-delay: 1s
}

@keyframes shake {

    0%,
    100%,
    18% {
        transform: translateX(0)
    }

    15%,
    3%,
    9% {
        transform: translateX(-3px)
    }

    12%,
    6% {
        transform: translateX(3px)
    }
}

@keyframes late {

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

    50% {
        transform: translateX(22rem)
    }
}

@media screen and (orientation:landscape) {
    header {
        padding-block-start: .2rem
    }

    .logo,
    .telBn {
        width: calc(100% / 3)
    }

    .fixed .sp a {
        width: calc(100% / 5)
    }

    .nodial .sp a {
        width: calc(100% / 1.7)
    }

    .first {
        padding-block-start: 3rem
    }

    .context {
        font-size: 1rem
    }

    .forfree,
    .setdial .forfree {
        bottom: 3.5rem;
        left: 2.5rem;
        width: calc(100vw / 6)
    }

    .nodial .forfree {
        bottom: 4rem
    }
}

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

    body,
    html {
        font-size: 1rem
    }

    .brand,
    .fixed img,
    img {
        margin: auto
    }

    .brand,
    .choose,
    .first,
    .offer,
    .trouble,
    img {
        max-width: 1000px
    }

    .pc {
        display: block
    }

    .sp {
        display: none
    }

    .logo {
        margin: 10px 0;
        width: auto;
    }

    .telBn {
        width: 300px
    }

    .first {
        padding-block-start: 4.8rem
    }

    .timezone {
        margin: 1rem auto 3rem
    }

    .now {
        margin: 1rem auto -5rem
    }

    .offer a {
        width: calc(100% - 2rem);
        max-width: 700px
    }

    .fixed img {
        max-width: 800px
    }

    .nice,
    .rate-diff,
    .sudden {
        font-size: 3rem;
        padding: .5rem 0 1rem 6rem
    }

    .nice::before,
    .rate-diff::before,
    .sudden::before {
        width: 5rem;
        height: 5rem
    }

    .nice::before,
    .rate-diff::before,
    .sudden::before {
        top: -2rem
    }

    .nice::after,
    .rate-diff::after,
    .sudden::after {
        height: 1rem;
    }

    .accent {
        font-size: 3.5rem
    }

    .cards,
    .expense,
    .what {
        padding: 2rem
    }

    .choosing>div,
    .expense>div,
    .notify,
    .our {
        font-size: 2rem
    }

    .choosing>div,
    .expense>div {
        width: 300px;
        height: 300px
    }

    .cards img {
        max-width: 600px
    }

    .choose img,
    .easy img {
        max-width: 640px
    }

    .rate-card {
        max-width: 800px
    }

    .rate {
        margin: 2rem;
        font-size: 2.2rem
    }

    .feedback {
        max-width: 100%
    }

    /* .reviews {
        margin: 2rem auto 0;
        max-width: 660px
    } */

    .photo img {
        width: 160px
    }

    .customers {
        padding: 0
    }

    .context {
        font-size: 1rem
    }

    footer {
        padding-block-end: 12rem
    }

    .footer-links {
        justify-content: center
    }
}