@charset "utf-8";

/*.news{
	margin-top: 10.2rem;
    @media (max-width: 767px) {
		margin-top: 5rem;
    }
}*/

.mv {
    margin-bottom: 10.2rem;
}

.title_flex {
    justify-content: center;
    margin-bottom: 6rem;
}
.xxx {   /*←文字化け防止のためのスペース*/
    display: inline-block;
    width: 1px;
}
@media screen and (max-width: 768px) {
    .title_flex {
        justify-content: flex-start;
        align-items: flex-end;
        margin-bottom: 4rem;
    }
}


/*---------------------*/
/* Official App        */
/*---------------------*/
.officialApp {
    margin-bottom: 8rem;
}
.officialApp_inner {
}
.officialApp_title {
}
.officialApp .mainv {
    max-width: 92rem;
    margin: 0 auto 5rem;
    background-image: url("../img/point/app-bg.png");
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 3rem 5% 0;
}
.officialApp .mainv_img {
    width: 50%;
    max-width: 34rem;
}
.officialApp .mainv_text  {
    color: var(--main-color);
}
.officialApp .mainv_text_eng {
    font-family: ivymode, sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.officialApp .mainv_text_jp {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 3px;
}
.officialApp .list,
.system .list {           /* ← .listはポイントシステムと共通*/
    max-width: 70rem;
    margin: 0 auto 5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
}
.officialApp .list_item,
.system .list_item {
    width: calc((100% - 4rem) / 3);
    background-color: rgba(219,245,240,0.5);
    border-radius: 11px;
    text-align: center;
    padding: 2rem 2rem 3rem 2rem;
}
.officialApp .list_item_icon,
.system .list_item_icon {
    background-color: var(--main-color);
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    margin: 0 auto 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.officialApp .list_item_icon .image,
.system .list_item_icon .image {
    width: 60%;
}
.officialApp .list_item_text,
.system .list_item_text {
    color: var(--main-color);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
}
.officialApp .download {
    color: var(--main-color);
    text-align: center;
}
.officialApp .download_title {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 3rem;
    margin-bottom: 4rem;
}
.officialApp .download_title_pic {
    width: 30%;
    max-width: 13rem;
}
.officialApp .download_title_text {
    font-size: 2.4rem;
    line-height: 1.7;
    font-weight: 600;
    text-align: left;
}
.officialApp .download_qr {
    margin-bottom: 4rem;
}
.officialApp .download_qr_pic {
    width: 30%;
    max-width: 12rem;
    margin: 0 auto 2rem;
}
.officialApp .download_qr_text {
    font-size: 1.7rem;
    line-height: 1.7;
}
.officialApp .download_site {
    margin-bottom: 4rem;
}
.officialApp .download_site_title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.officialApp .download_site_btn {
    display: flex;
    justify-content: center;
    column-gap: 1rem;
    max-width: 40rem;
    margin: 0 auto;
}
.officialApp .download_alert {
    max-width: 78rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.5rem 5rem;
    border: 1px solid #9B9B9B;
    border-radius: 1.1rem;
    padding: 3rem 4rem;
}
.officialApp .download_alert_text {
    flex: 1;
    font-size: 1.7rem;
    line-height: 1.7;
    color: #1E1E1E;
    text-align: left;
}
.officialApp .download_alert_text .em {
    font-weight: 600;
    font-style: normal;
    color: var(--main-color);
}
.officialApp .download_alert_pic {
    width: 34%;
}
@media screen and (max-width: 768px) {
    .officialApp .mainv {
        flex-direction: column-reverse;
    }
    .officialApp .mainv_text_jp {
        font-size: 2.5rem;
        line-height: 1.4;
    }
    .officialApp .list_item,
    .system .list_item {
        width: 44%;
        padding: 1rem 1rem 2rem 1rem;
    }
    .officialApp .list_item_text,
    .system .list_item_text {
        font-size: 1.2rem;
    }
    .officialApp .download_title_text {
        font-size: 2rem;
        line-height: 1.4;
    }
    .officialApp .download_alert {
        flex-direction: column-reverse;
        padding: 3rem;
    }
    .officialApp .download_alert_pic {
        width: 100%;
    }
}


/*---------------------*/
/* ポイントシステム    */
/*---------------------*/
.system { 
    margin-bottom: 10rem;
}
.system_inner { 
    max-width: 78rem;
    margin: 0 auto;
}
.system_title {
}
.system .about {
    color: var(--main-color);
}
.system .about_head {
    background-color: rgba(219,245,240,0.5);
    border-radius: 11px;
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 3rem;
}
.system .about_head_icon {
    background-color: var(--main-color);
    border-radius: 50%;
    width: 9.8rem;
    height: 9.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.system .about_head_icon .image {
    width: 55%;
}
.system .about_head_text {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.7;
}
.system .about_text {
    font-size: 1.7rem;
    line-height: 1.7;
    text-align: center;
    margin: 3rem 0;
}
.system .list_item_icon .image.big {
    width: 73%;
}
.system .menu {
    margin-bottom: 6rem;
}
.system .menu_title {
    justify-content: space-between;
    border-bottom: .1rem solid rgb(30 30 30 / .2);
    padding-bottom: 2rem;
    margin-bottom: 4rem;
}
.system .menu_title .title_en {
    font-size: 2.8rem;
    color: var(--main-color);
}
.system .menu_title .title_ja {
    font-size: 1.25rem;
}
.system .menu_title .title_ja:before {
    content: none;
}
.system .menu_cont {
}
.system .menu_cont:not(:last-of-type) {
    margin-bottom: 6rem;
}
.system .menu_cont_tit {
    font-size: 1.8rem;
    color: var(--main-color);
    font-weight: normal;
    position: relative;
    padding-left: 3.5rem;
    margin-bottom: 3rem;
}
.system .menu_cont_tit::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 1px;
    background-color: var(--main-color);
    position: absolute;
    top: 40%;
    left: 0;
}
.system .menu_cont_text {
}
.system .menu_cont_text_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 5rem;
}
.system .menu_cont_text_list_item {
    font-size: 1.7rem;
    line-height: 1.4;
}
.system .info {
    font-size: 1.7rem;
    line-height: 1.4;
    border: 1px solid #9B9B9B;
    border-radius: 1.1rem;
    padding: 4rem 5rem;
}
.system .info_cont { 
}
.system .info_cont:not(:last-child) { 
    margin-bottom: 4.5rem;
}
.system .info_cont_title {
    font-weight: bold;
    margin-bottom: 1rem;
}
.system .info_cont_txt {
    padding-left: 1.3em;
    position: relative;
}
.system .info_cont_txt:not(:last-child) {
    margin-bottom: 1rem;
}
.system .info_cont_txt::before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 768px) {
    .system .about_head_text {
        flex: 1;
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .system .about_head_icon {
        width: 8rem;
        height: 8rem;
    }
    .system .about_text {
        text-align: left;
    }
    .system .list {
        margin-bottom: 7rem;
    }
    .system .menu_cont_text_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    .system .info {
        padding: 3rem 5%;
    }
    .breadcrumb > .inner {
        padding: 0;
        padding: 0 2.4rem;
    }
}

