@charset "UTF-8";
/* reset */
* {
    outline: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

p,
figure,
dl,
dd,
dt {
    padding: 0;
    margin: 0;
}

a {
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", Meiryo, sans-serif;
    background: #f2ede6;
    color: #444;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    font-variant-ligatures: none;
    padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px)
        env(safe-area-inset-bottom, 20px) env(safe-area-inset-left, 20px);
}

.layout {
    width: 100%;
    max-width: 480px;
    background-color: #fff;
    height: auto !important;
    margin: 0 auto;
    position: relative;
}

/* header */
.as-tp-storelink {
    position: fixed;
    width: 100%;
    max-width: 480px;
    background: #f1e5cb;
    z-index: 40;
}

.as-tp-storelink a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 52px;
    width: 100%;
}

.as-tp-storelink__icon {
    flex-shrink: 0;
}

.as-tp-storelink__icon img {
    display: block;
    width: 36px;
}

.as-tp-storelink__txt {
    box-sizing: border-box;
    color: #444;
    line-height: 1.5;
    margin-top: 0.1em;
    padding: 0 8px;
    overflow: hidden;
    width: 100%;
}

.as-tp-storelink__txt--weak {
    font-size: 11px;
    white-space: nowrap;
}

.as-tp-storelink__txt--strong {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}

.as-tp-storelink__btn {
    flex-shrink: 0;
    background: #f19390;
    border-radius: 14px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 29px;
    padding: 0 12px;
    height: 28px;
}

.as-tp-main {
    position: relative;
    background-color: #fff;
    background-image: url("./images/lp/tp_main_back.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 52px;
    padding-top: 95%;
    min-height: 100vh;
}

.as-tp-mv__info {
    position: relative;
}

.as-tp-mv__catch {
    position: absolute;
    top: 10vh;
    width: 14%;
    left: 0;
    right: 0;
    margin: auto;
}
.as-tp-mv__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    margin: 0 auto;
}

.as-tp-mv__text {
    width: 45%;
}

.as-tp-mv__logo {
    width: 50%;
    margin-bottom: 13px;
}

.as-tp-mv__txt {
    color: #828282;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-align: center;
    width: 100%;
}

.as-tp-mv-cta {
    width: 85%;
    margin: 30px auto;
}

.as-tp-mv-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: 58px;
    background: #ed7c7c;
    color: #fff;
}

/* store badge */
.as-tp_storeLink {
    margin-bottom: 20px;
}

.as-tp_store-badge {
    display: flex;
    justify-content: center;
}

.as-tp_store-badge__item + .as-tp_store-badge__item {
    margin-left: 16px;
}

.as-tp_store-badge__item a {
    display: block;
    height: 40px;
    width: auto;
}

.as-tp_store-badge__item img {
    height: 100%;
}

.as-tp-text--caption {
    color: #828282;
    font-size: 13px;
    text-align: center;
}

/* footer */
.as-footerContainer {
    color: #ad9362;
    padding: 0px 30px 12px;
}

.as-footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
}

.as-footer__listItem {
    line-height: 2.3;
}

.as-footer__listItem a {
    color: #ad9362;
    font-size: 12px;
    text-decoration: underline;
}

.as-footer--copy p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 12px;
}
