@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    font-size: 1.34vw;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #565656;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-feature-settings: "palt";
    position: relative;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

main {
    flex: 1;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.container {
    width: 66rem;
    margin: auto;
}

header {
    padding: 0.8rem 1.2rem;
}

header .pr {
    text-align: right;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}

#kv {
    background: linear-gradient(-45deg, #C79E6F, #EADAB9);
    text-align: center;
    padding-top: 7rem;
    padding-bottom: 10rem;
}

.kv-title {
    width: 56.2rem;
    margin-bottom: 5rem;
}

.kv-card {
    width: 50rem;
}

#preface {
    text-align: center;
    padding-top: 5.4rem;
    margin-bottom: 4rem;
    line-height: 1.3;
}

.transportation-costs {
    margin-top: 3rem;
    margin-bottom: 4.8rem;
}

.transportation-costs img {
    max-width: 67.6rem;
}

.usage-scenarios {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 7.2rem;
}

#cashless {
    background-image: url(../img/cashless_bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 5.4rem;

}

#cashless img {
    width: 72.5rem;
}

#introduction {
    padding-top: 4rem;
    padding-bottom: 5rem;
    text-align: center;
}

#introduction .this-card img {
    width: 39.6rem;
    margin-left: 2rem;
}

#introduction .arrow {
    margin-top: 2.4rem;
}

#introduction .arrow img {
    width: 20.8rem;
}

#introduction .card-img {
    margin-top: 4rem;
}

#introduction .card-img img {
    width: 50rem;
}

#introduction .card-img p {
    font-size: 3.6rem;
    font-weight: bold;
    margin-top: 1.6rem;
    letter-spacing: 0.2rem;
}

#introduction .recommendation {
    margin-top: 8rem;
}

#introduction .recommendation-title {
    width: 48rem;
}

#introduction .recommendation-list {
    list-style: none;
    text-align: left;
    background-color: #FFFFE1;
    border: 0.4rem solid #A67C52;
    border-radius: 1rem;
    padding: 2rem 2.4rem;
    margin-top: 3.6rem;
}

#introduction .recommendation-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
}

#introduction .recommendation-list li .check {
    margin-right: 0.6rem;
}

#introduction .recommendation-list li .check img {
    width: 1.7rem;
}

#introduction .recommendation .text-btm {
    margin-top: 5rem;
    line-height: 1.3;
}

#introduction .recommendation .btn-wrap {
    margin-top: 4rem;
}

.app-btn {
    text-decoration: none;
    position: relative;
    display: block;
}

.app-btn::before {
    content: "";
    position: absolute;
    left: -0.9rem;
    top: -0.9rem;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 3rem;
    border: 1rem solid #fff;
    box-shadow: 0.6rem 0.6rem 0.3rem rgb(0 0 0 / 30%);
}

.app-btn>span {
    background: linear-gradient(180deg, #ED1C24, #C1272D);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.8rem 2.5rem;
    font-size: 4.4rem;
    border-radius: 2rem;
    box-shadow: 0.2rem 0.2rem 0.1rem rgb(0 0 0 / 60%);
    position: relative;
}

.app-btn.gold>span {
    padding: 1.6rem 2.5rem;
}

.app-btn>span::after {
    content: "▶︎";
    font-size: 3.4rem;
}

.app-btn img {
    width: 13.2rem;
}

.app-btn .highlights {
    display: block;
    color: #FFFF00;
    font-size: 3rem;
}

.app-btn.gold .text {
    line-height: 1.2;
}

.btn-wrap .notes {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 2.2rem;
    text-align: justify;
    line-height: 1.2;
    margin-top: 4.4rem;
}

#introduction .about {
    margin-top: 2rem;
}

#introduction .about .heading {
    margin-bottom: 7rem;
}

#introduction .about .title {
    text-align: left;
    margin-bottom: 6rem;
}

#introduction .about .title img {
    height: 7.8rem;
}

#introduction .charge .img-area {
    margin-bottom: 7rem;
}

#introduction .charge .img-area img {
    width: 51.5rem;
}

#introduction .commuter-pass {
    margin-top: 7rem;
}

#introduction .commuter-pass .img-area {
    margin-bottom: 3rem;
}

#introduction .commuter-pass .img-area img {
    width: 29.4rem;
}

#introduction .about-box .detail {
    line-height: 1.4;
}

#introduction .about-box .detail .viewcard {
    width: 8.5rem;
    vertical-align: bottom;
    margin: 0 0.5rem;
}

#introduction .about-box .detail .highlights {
    color: #A67C52;
    font-size: 4rem;
}

#introduction .about .detail-area .notes {
    list-style: none;
    text-align: justify;
    margin-top: 3rem;
}

#introduction .about .detail-area .notes li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: 0.08rem;
}

#introduction .about .detail-area .notes li a {
    color: #A67C52;
}

#introduction .about .top-text {
    font-size: 2.2rem;
    margin-bottom: 5rem;
}

#introduction .about2 {
    margin-top: 9rem;
}

#introduction .about2 .img-area {
    margin-bottom: 6.8rem;
}

#introduction .about2 .img-area img {
    width: 39.6rem;
}

#introduction .about .btn-wrap {
    margin-top: 6.8rem;
}

#introduction .merit {
    margin-top: 10rem;
    line-height: 1.3;
    font-weight: bold;
}

#introduction .merit-list {
    list-style: none;
    margin-top: 3rem;
    margin-bottom: 4.4rem;
}

#introduction .merit-list li {
    border: 0.4rem solid #A67C52;
    background-color: #FFFFE1;
    border-radius: 2rem;
    padding: 1.6rem;
    margin-bottom: 2.6rem;
    height: 49.4rem;
}

#introduction .merit-title {
    background: linear-gradient(180deg, #C2996B, #a67748);
    color: #fff;
    font-size: 1em;
    padding: 0.4rem 0 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.2rem;
}

#introduction .merit1 .merit-title {
    margin-bottom: 3.6rem;
}

#introduction .merit2 .merit-title {
    margin-bottom: 2rem;
}

#introduction .merit3 .merit-title {
    margin-bottom: 2.4rem;
}

#introduction .merit4 .merit-title {
    margin-bottom: 6rem;
}

#introduction .merit5 .merit-title {
    margin-bottom: 4rem;
}

#introduction .merit6 .merit-title {
    margin-bottom: 3.2rem;
}

#introduction .merit7 .merit-title {
    margin-bottom: 2rem;
}

#introduction .merit8 .merit-title {
    margin-bottom: 4rem;
}

#introduction .merit .img-area {
    margin-bottom: 1.6rem;
}

#introduction .merit1 .img-area img {
    width: 54.2rem;
}

#introduction .merit2 .img-area img {
    width: 53rem;
}

#introduction .merit3 .img-area {
    margin-bottom: 2.4rem;
}

#introduction .merit3 .img-area img {
    width: 57.8rem;
}

#introduction .merit4 .img-area {
    margin-bottom: 4rem;
}

#introduction .merit4 .img-area img {
    width: 36rem;
}

#introduction .merit5 .img-area {
    margin-bottom: 2.8rem;
}

#introduction .merit5 .img-area img {
    width: 36rem;
}

#introduction .merit6 .img-area {
    margin-bottom: 2rem;
}

#introduction .merit6 .img-area img {
    width: 40.4rem;
}

#introduction .merit7 .img-area {
    margin-bottom: 2rem;
}

#introduction .merit7 .img-area img {
    width: 40.4rem;
}

#introduction .merit8 .img-area {
    margin-bottom: 3.2rem;
}

#introduction .merit8 .img-area img {
    width: 31rem;
}

#introduction .merit .detail-area {
    margin-bottom: 1rem;
}

#introduction .merit .detail-area dl {
    display: inline-block;
}

#introduction .merit .detail-area dt {
    margin-bottom: 0.8rem;
}

#introduction .merit .detail-area dd {
    text-align: left;
}

#introduction .merit6 h3 {
    font-size: 3rem;
}

#campaign {
    background: linear-gradient(-45deg, #FBB03B, #FFE100);
    padding-top: 4.4rem;
    padding-bottom: 6.8rem;
    text-align: center;
    line-height: 1.3;
}

.campaign-title {
    margin-bottom: 2.4rem;
}

#campaign .text {
    font-weight: bold;
}

#campaign .btn-wrap {
    margin-top: 3rem;
}

#card-info {
    padding-top: 4.4rem;
    padding-bottom: 8rem;
    text-align: center;
}

#card-info .card-box {
    border: 0.4rem solid #808080;
    padding-top: 4rem;
}

#card-info .card-box h2 {
    font-size: 4.2rem;
    margin-bottom: 3.2rem;
    letter-spacing: 0.2rem;
}

#card-info .card-box .card-img {
    margin-bottom: 6.4rem;
}

#card-info .card-box .card-img img {
    width: 50rem;
}

#card-info .card-box dl dt {
    background-color: #CBCBCB;
    border-top: 0.4rem solid #808080;
    border-bottom: 0.4rem solid #808080;
    padding: 0.8rem 0 1rem;
}

#card-info .card-box dl dd {
    display: inline-block;
    text-align: left;
    font-weight: normal;
    line-height: 1.3;
    padding: 2.5rem 0;
}

#card-info .card-box dl dd table {
    border-collapse: collapse;
}

#card-info .card-box dl dd table th {
    font-weight: normal;
    padding-right: 1em;
    vertical-align: top;
}

footer {
    border-bottom: 1rem solid #4D992B;
    background-color: #5C5C5C;
    color: #fff;
    position: relative;
}

.foot-inner {
    padding: 2rem 0;
}

.foot-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-menu li {
    padding: 0 1.6rem;
    border-right: 0.1rem solid #fff;
    line-height: 1;
    padding-bottom: 0.2rem;
}

.foot-menu li:last-child {
    border: none;
}

.foot-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    display: block;
}

#pagetop {
    position: absolute;
    right: 2rem;
    bottom: 0;
    width: 9rem;
    height: 9rem;
    cursor: pointer;
}

@media only screen and (min-width:751px) {
    html {
        font-size: 10px;
    }

    header .pr {
        width: 75rem;
        margin: auto;
        max-width: 100%;
    }

    #cashless {
        text-align: center;
    }

    .foot-inner {
        position: relative;
        width: 104.2rem;
        margin: auto;
        max-width: 100%;
    }
}