html {
    font-size: 14px
}

body {
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0 0;
    background-color: #fff;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px
}

pre {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}

.page-body--fixed {
    position: fixed
}

.payment-information__cancellation-fee:after,
.payment-information__total:after,
.page-header__message-contents:after,
.page-header__notifications:after,
.page-header__menu-favorite:after,
.page-header__menu-point:after {
    content: "";
    display: block;
    clear: both
}

.user-information__repurchase-button,
.purchase-information__repurchase-button,
.purchase-information__history-link-text,
.action-contents__button {
    border: none;
    appearance: none;
    background: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.popular-plan__rating-star:after,
.popular-plan__rating-star:before,
.page-header__notification-application-login,
.page-header__notification-search-icon,
.page-header__notification-application-history {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Material Icons";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    font-display: swap;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

.popular-plan__rating-star,
.popular-plan__ranking-icon,
.page-header__notification-application-login,
.page-header__notification-search-icon,
.page-header__notification-application-history,
.page-header__main-heading {
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap
}

.popular-plan__location,
.popular-plan__base-name,
.plan-detail__base-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page-header {
    position: relative;
    top: 0;
    z-index: 1000;
    box-sizing: border-box;
    width: 100%;
    min-width: 320px;
    height: 50px
}

.page-header__link-back {
    position: relative;
    display: inline-block;
    height: 50px;
    padding: 0 0 0 30px;
    color: #242424;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none
}

.page-header__link-back::before {
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    color: #242424;
    line-height: 50px;
    content: "＜"
}

.page-header__main-contents-wrap {
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 52px;
    background-color: #fff;
    border-bottom: 1px solid red
}

.page-header__main-contents-wrap--top-fixed {
    position: relative
}

.page-header__navigation-log {
    width: 150px;
    height: 100%;
    padding: 0 14px
}

.page-header__main-heading {
    position: relative;
    display: block;
    width: 128px;
    height: 100%;
    margin: 0;
    padding: 0;
    text-indent: 128px;
    background-color: #fff;
    background-image: url(/img/sp/common/logo-image_kana-a5c45b842cea56b781f663a7d536559e.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 128px;
    color: #fff
}

.page-header__main-heading-link {
    text-decoration: none
}

.page-header__navigation--actived {
    z-index: 1
}

.page-header__navigation-checkbox-title {
    font-size: 10px;
    color: #242424
}

.page-header__navigation-checkbox {
    display: none
}

.page-header__menu-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 18px 0 8px;
    height: 40px
}

.page-header__menu-icon {
    width: 24px;
    height: 24px;
    color: #242424;
    border-radius: 5px;
    margin: 0 0 3px 0
}

.page-header__menu-icon::before {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 0;
    background-image: url(/img/icon/menubar-7ab26c69708fa31fc38b2c5ccf3e0774.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    content: ""
}

.page-header__close-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 5px
}

.page-header__close-icon--hidden {
    opacity: 0
}

.page-header__close-icon::before {
    position: absolute;
    top: 10px;
    width: 24px;
    height: 2px;
    background-color: currentColor;
    border-radius: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: ""
}

.page-header__close-icon::after {
    position: absolute;
    top: 10px;
    width: 24px;
    height: 2px;
    background-color: currentColor;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ""
}

.page-header__navigation-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    background-color: #fff;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1)
}

.page-header__navigation-sidebar--actived {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1)
}

.page-header__navigation-mypage {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 95%;
    padding: 16px 20px;
    background-color: #f2f2f2
}

.page-header__navigation-mypage--text {
    margin: 0
}

.page-header__navigation-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.page-header__navigation-link-wrapper {
    display: -webkit-box;
    display: flex
}

.page-header__navigation-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 12px 20px;
    text-decoration: none
}

.page-header__navigation-link-below {
    padding: 12px 50px
}

.page-header__navigation-link-title {
    width: 90%;
    color: #242424
}

.page-header__navigation-logout-link-title {
    color: #f44336
}

.page-header__navigation-breakline {
    height: 20px;
    background-color: #f2f2f2;
    border: none
}

.page-header__navigation-icon {
    padding: 0 10px 0 0
}

.page-header__navigation-icon::before {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    content: ""
}

.page-header__navigation-icon--booking::before {
    background-image: url(/img/icon/note_gray-df620cb5e34a819b389a7792e071df68.svg)
}

.page-header__navigation-icon--message::before {
    background-image: url(/img/icon/message__gray-9e893d0eca7a504449e2fc596eef458e.svg)
}

.page-header__navigation-icon--recently-plans::before {
    background-image: url(/img/icon/view-history__gray-df966db6f404a43f98c74009ef2c2611.svg)
}

.page-header__navigation-icon--favorites-plan::before {
    background-image: url(/img/icon/favorite-border__gray-4e80f03dabba9a1dac5ed7f5471078e2.svg)
}

.page-header__navigation-icon--asorepo::before {
    background-image: url(/img/icon/asorepo__gray-a2939c1b799e9b474f2a3595f2aec1c8.svg)
}

.page-header__navigation-icon--point::before {
    background-image: url(/img/icon/point__gray-95e3bd546bc66aacd624a419e51f1eb4.svg)
}

.page-header__page-body-veil {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%
}

.page-header__page-body-veil--dark {
    display: block;
    background-color: #000;
    opacity: .5
}

.page-header__mypage-menu-list {
    margin: 0;
    padding: 0
}

.page-header__mypage-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.page-header__menu-personal-history {
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
    color: #242424;
    font-size: 1rem;
    line-height: 2.9285;
    text-decoration: none
}

.page-header__menu-personal-history::before {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 10px 5px 10px 0;
    padding: 3px;
    text-indent: 0;
    background-image: url(/img/icon/note-1720fea2d8fdd641dd180419a60d26ae.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    content: ""
}

.page-header__menu-message {
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
    color: #242424;
    font-size: 1rem;
    line-height: 2.9285em;
    text-decoration: none
}

.page-header__menu-message::before {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 10px 5px 10px 0;
    padding: 3px;
    text-indent: 0;
    background-image: url(/img/icon/message-fffb09f9b942b478f9772a46a543bdf2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    content: ""
}

.page-header__menu-point {
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
    color: #242424;
    font-size: 1rem;
    line-height: 2.9285;
    text-decoration: none
}

.page-header__menu-point::before {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 10px 5px 10px 0;
    padding: 3px;
    text-indent: 0;
    background-image: url(/img/icon/point__gray-95e3bd546bc66aacd624a419e51f1eb4.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    content: ""
}

.page-header__menu-favorite {
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
    color: #242424;
    font-size: 1rem;
    line-height: 2.9285;
    text-decoration: none
}

.page-header__menu-favorite::before {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 10px 5px 10px 0;
    padding: 3px;
    text-indent: 0;
    background-image: url(/img/icon/favorite-border-a2efbb1d27f3fa690722e6e6df401ccf.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    content: ""
}

.page-header__season-image {
    position: relative;
    width: 100%;
    height: 92px;
    background-image: url(/img/sp/common/season-image-spring-bebd91bab20d7bcafbe041f3f9ae85f9.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.page-header__season-image--spring {
    background-image: url(/img/sp/common/season-image-spring-bebd91bab20d7bcafbe041f3f9ae85f9.jpg)
}

.page-header__season-image--summer {
    background-image: url(/img/sp/common/season-image-summer-1fe00f53fbb53e447e7b4050bf513428.jpg)
}

.page-header__season-image--autumn {
    background-image: url(/img/sp/common/season-image-autumn-c6f573699d1dd4fec1a3c56c4e261091.jpg)
}

.page-header__season-image--winter {
    background-image: url(/img/sp/common/season-image-winter-30c285c48095bacf433f2626f68d1d90.jpg)
}

.page-header__login-member {
    position: absolute;
    bottom: 10px;
    right: 12px
}

.page-header__login-member-nickname {
    text-align: right;
    font-size: .8571rem;
    font-weight: 600;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, .5);
    color: #fff
}

.page-header__member-notifications {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    width: 20px;
    height: 15px;
    margin: 0 0 0 110px;
    padding: 1px 0 0;
    color: #fff;
    font-size: .714rem;
    line-height: 20px;
    text-align: center;
    background-color: #f44336;
    border-radius: 10px
}

.page-header__point {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    text-decoration: none;
    color: #242424
}

.page-header__point-wrap {
    display: -webkit-box;
    display: flex
}

.page-header__point-available {
    border-right: 2px solid #c8c8c8
}

.page-header__point-title {
    font-size: .7142rem
}

.page-header__point-icon {
    display: block;
    margin: 0 2px 2px 0;
    width: 20px;
    height: 20px;
    background-image: url(/img/icon/point__gray-95e3bd546bc66aacd624a419e51f1eb4.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    content: ""
}

.page-header__point-number {
    font-size: 1.7142rem
}

.page-header__point-number-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.page-header__point-summary {
    display: block;
    margin: 0 0 11px;
    padding-left: 20px;
    color: #242424;
    text-decoration: none
}

.page-header__point-summary::before {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 5px 8px 3px 3px;
    text-indent: 0;
    background-image: url(/img/icon/point__gray-95e3bd546bc66aacd624a419e51f1eb4.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    content: ""
}

.page-header__point-summary::after {
    display: block;
    clear: both;
    content: ""
}

.page-header__future-point-grant {
    color: #888;
    font-size: 12px
}

.page-header__guest-links {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.page-header__guest-link-view-history {
    margin: 0 8px 0 0
}

.page-header__guest-link-view-history::before {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: 0;
    background-image: url(/img/icon/view-history__gray-df966db6f404a43f98c74009ef2c2611.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    content: ""
}

.page-header__guest-link-signup {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 78px;
    height: 32px;
    margin: 0 8px 0 0;
    padding: 1px 0 0;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background-color: #f44336;
    border: 1px solid;
    border-color: #f44336;
    border-radius: 4px
}

.page-header__guest-link-login {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 78px;
    height: 32px;
    margin: 0 8px 0 0;
    padding: 1px 0 0;
    color: #00a0d0;
    font-size: 14px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid;
    border-color: #00a0d0;
    border-radius: 4px
}

.page-header__guest-link-label {
    margin: 0
}

.page-header__notifications {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 10px 0 0;
    padding: 0
}

.page-header__notification {
    float: left;
    width: 32px;
    height: 49px;
    margin: 0;
    padding: 0;
    list-style: none
}

.page-header__notification-application-history {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 15px 7px;
    color: #757575;
    line-height: 50px;
    text-decoration: none
}

.page-header__notification-application-history::before {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: 0;
    background-image: url(/img/icon/note_gray-df620cb5e34a819b389a7792e071df68.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    content: ""
}

.page-header__notification-search {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 45px;
    margin: 0 0 0 auto
}

.page-header__notification-search--opened {
    border-bottom: 4px solid #00a0d0
}

.page-header__notification-search-icon {
    position: absolute;
    top: 11px;
    left: 22%;
    width: 14px;
    height: 14px;
    overflow: unset;
    color: #242424;
    border: solid 2px currentColor;
    border-radius: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.page-header__notification-search-icon::before {
    position: absolute;
    top: 14px;
    left: 6px;
    width: 2px;
    height: 10px;
    background-color: currentColor;
    border-radius: 5px;
    content: ""
}

.page-header__notification-search-title {
    position: absolute;
    top: 33px;
    width: 55px;
    margin: 0;
    font-size: 10px;
    text-align: center
}

.page-header__notification-application-login {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 15px 7px;
    color: #757575;
    line-height: 50px;
    text-decoration: none
}

.page-header__notification-application-login::before {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: 0;
    background-image: url(/img/icon/guest__gray-4338fe18f84a60e30a1d45f672ddb4f3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    content: ""
}

.page-header__search-contents-wrap {
    position: fixed;
    top: 50px;
    left: 0;
    display: none;
    width: 100%;
    background-color: #c8c8c8;
    box-shadow: 0 1px 6px 0 rgba(36, 36, 36, .3)
}

.page-header__search-contents-wrap--opened {
    display: block
}

.page-header__main-contents-wrap--top-fixed~.page-header__search-contents-wrap {
    position: absolute
}

.page-header__mypage {
    margin: 0 0 0 20px;
    padding: 0;
    color: #6e6e6e;
    font-size: 11px;
    line-height: 3.18
}

.page-header__message-contents-wrap {
    position: fixed;
    top: 50px;
    left: 0;
    display: none;
    box-sizing: border-box;
    width: calc(100% - 20px);
    min-width: 290px;
    height: 103px;
    margin: 0 10px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 6px 0 rgba(36, 36, 36, .3)
}

.page-header__message-contents-wrap--opened {
    display: block
}

.page-header__main-contents-wrap--top-fixed~.page-header__message-contents-wrap {
    position: absolute
}

.page-header__message-contents {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff
}

.page-header__message-content {
    margin: 0 10px 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #c8c8c8
}

.page-header__message-content--no-border {
    border-bottom: none
}

.page-header__message-content--no-margin-right {
    margin: 0 0 0 10px
}

.page-header__message-content-link {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 15px 20px;
    color: #242424;
    font-size: 1rem;
    text-decoration: none
}

.page-header__point-worthless {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 0 10px
}

.page-header__earliest-expire-point {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    padding: 4px 14px;
    color: #000;
    font-size: .8571rem;
    background-color: #f2f2f2;
    border-radius: 14px
}

.page-header__earliest-expire-point-amount {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    font-weight: bold;
    text-align: center
}

.page-header__earliest-expire-point-amount::before {
    width: 12px;
    height: 12px;
    background-image: url(/img/icon/point__gray-95e3bd546bc66aacd624a419e51f1eb4.svg);
    background-repeat: round;
    content: ""
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

ol,
ul {
    list-style: none
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

svg {
    fill: currentColor
}

.page-footer {
    width: 100%
}

.page-footer__copyright {
    display: block;
    padding: 4px 0;
    color: #fff;
    text-align: center;
    background-color: #f44336
}

.page-footer__copyright--gray {
    background-color: #c8c8c8
}

@-webkit-keyframes snackbar-hide {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes snackbar-hide {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes snackbar-show {
    from {
        top: -38px
    }

    to {
        top: 70px
    }
}

@keyframes snackbar-show {
    from {
        top: -38px
    }

    to {
        top: 70px
    }
}

.complete-message {
    position: fixed;
    z-index: 5;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-animation: .4s ease .4s 1 normal both running snackbar-show, .8s ease 2.6s 1 normal both running snackbar-hide;
    animation: .4s ease .4s 1 normal both running snackbar-show, .8s ease 2.6s 1 normal both running snackbar-hide
}

.complete-message__message {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: rgba(110, 110, 110, .7);
    color: #fff;
    font-size: .8571rem;
    font-weight: normal;
    text-align: center
}

.complete-message__message:before {
    content: "";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 11px;
    margin: 0 6px 0 0;
    padding: 0;
    border-right: 3px solid #00a0d0;
    border-bottom: 3px solid #00a0d0
}

.slide-in-modal--enter {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 100;
    width: 100%;
    height: 100%
}

.slide-in-modal--enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.slide-in-modal--leave {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 100;
    width: 100%;
    height: 100%
}

.slide-in-modal--leave-active {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.member-footer {
    width: 100%;
    margin: 0;
    padding: 20px 10px 10px;
    border-top: solid 1px #c8c8c8;
    box-sizing: border-box
}

.member-footer__navigation-title {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    color: #757575;
    font-size: 1.1428rem;
    font-weight: normal;
    line-height: 1em
}

.member-footer__navigations {
    margin: 0;
    padding: 0
}

.member-footer__navigation-item {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
    list-style: none
}

.member-footer__navigation-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px
}

.member-footer__navigation-item--history::before {
    background-image: url(/img/icon/note_gray-df620cb5e34a819b389a7792e071df68.svg)
}

.member-footer__navigation-item--message::before {
    background-image: url(/img/icon/message__gray-9e893d0eca7a504449e2fc596eef458e.svg)
}

.member-footer__navigation-item--favorite::before {
    background-image: url(/img/icon/favorite-border__gray-4e80f03dabba9a1dac5ed7f5471078e2.svg)
}

.member-footer__navigation-item--asorepo::before {
    background-image: url(/img/icon/asorepo__gray-a2939c1b799e9b474f2a3595f2aec1c8.svg)
}

.member-footer__navigation-item--point::before {
    background-image: url(/img/icon/point__gray-95e3bd546bc66aacd624a419e51f1eb4.svg)
}

.member-footer__navigation-item--setting::before {
    background-image: url(/img/icon/setting-1d96756c02e0e493f2bedded6ee3adbd.svg)
}

.member-footer__navigation-item--setting:last-child {
    border-bottom: none
}

.member-footer__navigation-link {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 24px 0 28px;
    box-sizing: border-box;
    color: #242424;
    text-decoration: none
}

.member-footer__navigation-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 14px;
    height: 14px;
    background-image: url(/img/icon/arrow-right__gray-88616ceae61c2b74804ccf5c0990476c.svg);
    background-repeat: no-repeat
}

.plan-detail {
    margin: 0 0 30px;
    padding: 0
}

.plan-detail__detail-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 46.875% 0 0;
    border-radius: 3px 3px 0px 0px;
    overflow: hidden
}

.plan-detail__plan-image-wrap {
    width: 100%;
    margin: 0;
    padding: 0
}

.plan-detail__plan-image-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.plan-detail__base-name-wrap {
    display: -webkit-box;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    align-items: center;
    font-size: 0;
    line-height: 1
}

.plan-detail__rating-star {
    display: inline-block;
    float: left;
    width: 30px;
    margin: 0 2px 0 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .8571rem;
    font-style: normal;
    line-height: 14px
}

.plan-detail__rating-asorepo {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: .8571rem;
    font-style: normal;
    line-height: 14px;
    vertical-align: super;
    margin: 0 10px 0 0
}

.plan-detail__base-name {
    display: inline-block;
    position: relative;
    width: calc(100% - 96px);
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: .8571rem;
    font-weight: normal;
    line-height: 1rem;
    vertical-align: sub
}

.plan-detail__asorepo-icon {
    padding: 0 0 0 16px;
    background-image: url(/img/icon/asorepo__blue-0cb2b12bb7e43d5bb1735bc99dd29798.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px 12px
}

.plan-detail__plan-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    height: auto;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.plan-detail__text-wrap {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 0 20px 10px;
    box-sizing: border-box
}

.plan-detail__plan-title {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1rem;
    font-weight: normal;
    line-height: 18px
}

.popular-plan {
    padding: 16px
}

.popular-plan__heading {
    margin: 0;
    padding: 15px 0 20px;
    color: #242424;
    font-size: 1.1428rem;
    font-weight: bold
}

.popular-plan__plan-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px
}

.popular-plan__plan {
    position: relative;
    width: calc(50% - 5px);
    padding: 0;
    box-sizing: border-box;
    list-style: none
}

.popular-plan__plan-link {
    display: block;
    position: relative;
    text-decoration: none
}

.popular-plan__ranking-icon {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 20;
    width: 24px;
    height: 24px;
    border-radius: 30px;
    background-color: #fff;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    text-indent: 47px
}

.popular-plan__ranking-icon:before {
    content: "";
    display: inline-block;
    color: #242424;
    font-size: 12px;
    text-indent: -70px
}

.popular-plan__ranking-icon--1 {
    background-color: #cc8604
}

.popular-plan__ranking-icon--1:before {
    content: "1";
    color: #fff
}

.popular-plan__ranking-icon--2 {
    background-color: #757575
}

.popular-plan__ranking-icon--2:before {
    content: "2";
    color: #fff
}

.popular-plan__ranking-icon--3 {
    background-color: #bf360c
}

.popular-plan__ranking-icon--3:before {
    content: "3";
    color: #fff
}

.popular-plan__ranking-icon--4:before {
    content: "4"
}

.popular-plan__ranking-icon--5:before {
    content: "5"
}

.popular-plan__ranking-icon--6:before {
    content: "6"
}

.popular-plan__ranking-icon--7:before {
    content: "7"
}

.popular-plan__ranking-icon--8:before {
    content: "8"
}

.popular-plan__ranking-icon--9:before {
    content: "9"
}

.popular-plan__ranking-icon--10:before {
    content: "10"
}

.popular-plan__ranking-icon--11:before {
    content: "11"
}

.popular-plan__ranking-icon--12:before {
    content: "12"
}

.popular-plan__ranking-icon--13:before {
    content: "13"
}

.popular-plan__ranking-icon--14:before {
    content: "14"
}

.popular-plan__ranking-icon--15:before {
    content: "15"
}

.popular-plan__ranking-icon--16:before {
    content: "16"
}

.popular-plan__ranking-icon--17:before {
    content: "17"
}

.popular-plan__ranking-icon--18:before {
    content: "18"
}

.popular-plan__ranking-icon--19:before {
    content: "19"
}

.popular-plan__ranking-icon--20:before {
    content: "20"
}

.popular-plan__image-wrap {
    position: relative;
    width: 100%;
    margin: 0 0 4px;
    padding: 66.6666% 0 0;
    overflow: hidden
}

.popular-plan__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    border-radius: 3px
}

.popular-plan__plan-name {
    display: block;
    height: 32px;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    color: #000;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2857em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.popular-plan__price {
    display: block;
    margin: 0;
    padding: 0 0 6px;
    color: #242424;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: .7857rem;
    font-weight: bold;
    vertical-align: middle
}

.popular-plan__price--sale {
    color: #f44336
}

.popular-plan__cost {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #242424;
    font-size: .7857rem;
    font-weight: normal
}

.popular-plan__price-number {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1.1428rem;
    font-weight: bold;
    line-height: 1em
}

.popular-plan__price-currency {
    margin: 0;
    padding: 0
}

.popular-plan__price-suffix {
    margin: 0 0 0 2px;
    color: #6e6e6e;
    font-weight: normal
}

.popular-plan__base-data {
    display: block;
    position: relative;
    width: 100%;
    max-height: 30px;
    margin: 0;
    padding: 0 0 0 14px;
    box-sizing: border-box;
    overflow: hidden;
    background-image: url(/img/icon/shop__gray-2b17c64c5260c5c3a8ec0e583152a525.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 11px
}

.popular-plan__rating-wrap {
    display: block;
    width: 100%;
    height: 18px
}

.popular-plan__rating-star {
    display: inline-block;
    position: relative;
    width: 64px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #00a0d0;
    font-size: .8571rem;
    letter-spacing: -1px;
    line-height: 1.3em;
    text-indent: 100%;
    vertical-align: top
}

.popular-plan__rating-star:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #00a0d0;
    text-indent: 0
}

.popular-plan__rating-star:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #00a0d0;
    text-indent: 0
}

.popular-plan__rating-star--10point:after {
    content: ""
}

.popular-plan__rating-star--15point:after {
    content: ""
}

.popular-plan__rating-star--20point:after {
    content: ""
}

.popular-plan__rating-star--25point:after {
    content: ""
}

.popular-plan__rating-star--30point:after {
    content: ""
}

.popular-plan__rating-star--35point:after {
    content: ""
}

.popular-plan__rating-star--40point:after {
    content: ""
}

.popular-plan__rating-star--45point:after {
    content: ""
}

.popular-plan__rating-star--50point:after {
    content: ""
}

.popular-plan__rating-asorepo-count {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #6e6e6e;
    font-size: .7142rem;
    font-style: normal;
    vertical-align: top
}

.popular-plan__base-name {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #6e6e6e;
    font-size: .7142rem;
    font-weight: normal;
    line-height: 1.2857em
}

.popular-plan__location {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-image: url(/img/icon/location__gray-8c455339e1dd48ac119d668e48ceed9b.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px;
    list-style: none;
    font-size: 0
}

.popular-plan__prefecture {
    display: inline-block;
    padding: 0 0 0 14px;
    box-sizing: border-box;
    color: #6e6e6e;
    font-size: .7142rem;
    line-height: 1.2857em;
    vertical-align: super
}

.popular-plan__area {
    display: inline-block;
    color: #6e6e6e;
    font-size: .7142rem;
    line-height: 1.2857em;
    vertical-align: super
}

.popular-plan__area:before {
    content: "＞";
    display: inline-block;
    margin: 0;
    padding: 0
}

.popular-plan__sponsored-item-position {
    list-style: none;
    display: none;
    width: calc(50% - 5px)
}

.popular-plan__sponsored-item-position--layout {
    display: none
}

.popular-plan__experience-count {
    margin: 2px 0 0;
    line-height: 14px
}

.popular-plan__experience-count__text {
    color: #f44336;
    font-size: .7142rem
}

.popular-plan__favorite-action-icon {
    position: absolute;
    top: 4px;
    right: 4px
}

.popular-plan__freakout_plan {
    position: relative;
    width: calc(50% - 5px);
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    display: none
}

.popular-plan {
    border-top: solid 1px #c8c8c8
}

.plan-detail {
    margin: 0 0 14px
}

.page-heading {
    margin: 0;
    color: #242424;
    font-size: 1.1428rem;
    font-weight: bold;
    line-height: 56px
}

.page-heading__back-link {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 0 0 48px;
    color: #242424;
    font-size: 1.1428rem;
    font-weight: normal;
    line-height: 1.2857em;
    text-decoration: none
}

.page-heading__back-link:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 20px;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background-image: url(/img/icon/note-1720fea2d8fdd641dd180419a60d26ae.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20px
}

.page-heading__heading {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    color: #242424;
    font-size: 16px;
    font-weight: normal;
    line-height: 1
}

.page-heading__heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
    background-image: url(/img/icon/arrow-right__gray-88616ceae61c2b74804ccf5c0990476c.svg);
    background-repeat: no-repeat
}

.action-contents {
    margin: 0 10px 20px;
    padding: 0 10px 0;
    border-bottom: solid 1px #c8c8c8
}

.action-contents--footer {
    margin: 20px 0 0;
    padding: 0 20px 14px;
    border-bottom: none
}

.action-contents__button {
    display: block;
    width: 100%;
    margin: 0 0 14px;
    padding: 8px 8px;
    border: solid 1px #f44336;
    border-radius: 4px;
    background-color: #f44336;
    color: #fff;
    font-size: 1.1428rem;
    font-weight: normal;
    text-align: center
}

.action-contents__button--disable {
    border: solid 1px #ffcdd2;
    background-color: #ffcdd2
}

.action-contents__start-time {
    margin: 0 0 10px;
    color: #242424;
    font-size: 12px;
    line-height: 1.1428em
}

.action-contents__guide-text {
    margin: 0 0 14px;
    padding: 0;
    color: #6e6e6e;
    font-size: 12px
}

.purchase-information {
    position: relative;
    margin: 0 10px;
    padding: 0 10px 36px;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box;
    text-decoration: none
}

.purchase-information__heading {
    margin: 0 0 20px;
    color: #242424;
    font-size: 1.1428rem;
    font-weight: bold
}

.purchase-information__purchase-basic-information {
    display: -webkit-box;
    display: flex;
    margin: 0 0 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.purchase-information__purchase-status {
    -webkit-box-flex: 0;
    flex-grow: 0
}

.purchase-information__purchase-status-inner {
    padding: 6px 10px;
    background-color: #f44336;
    color: #fff;
    font-size: 1rem;
    font-weight: normal
}

.purchase-information__purchase-status-inner--fail {
    background-color: #c8c8c8
}

.purchase-information__information {
    -webkit-box-flex: 1;
    flex-grow: 1;
    color: #757575;
    font-size: .8571rem
}

.purchase-information__information-list {
    display: block;
    margin: 0 0 4px;
    color: #757575;
    font-size: .8571rem;
    line-height: 1
}

.purchase-information__information-list:last-child {
    margin: 0
}

.purchase-information__information-heading {
    display: inline-block;
    float: left;
    width: 40px;
    margin: 0;
    padding: 0 10px 0 0
}

.purchase-information__information-detail {
    display: inline-block;
    width: calc(100% - 50px);
    margin: 0
}

.purchase-information__contents {
    margin: 0 0 30px
}

.purchase-information__contents-heading {
    display: inline-block;
    margin: 0 0 8px;
    color: #242424;
    font-size: 14px;
    line-height: 1
}

.purchase-information__contents-detail {
    margin: 0;
    color: #6e6e6e;
    font-size: 12px;
    line-height: 1
}

.purchase-information__contents-detail--history {
    margin: 0 0 8px;
    font-size: 0
}

.purchase-information__contents-detail--history:last-child {
    margin: 0
}

.purchase-information__contents-detail__cancellation-rules {
    margin-top: 0px;
    padding-top: 5px
}

.purchase-information__detail-contents {
    color: #6e6e6e;
    font-size: 12px;
    line-height: 16px
}

.purchase-information__history {
    display: inline-block;
    width: calc(100% - 100px);
    font-size: 12px
}

.purchase-information__history-link {
    display: inline-block;
    width: 100px;
    font-size: 12px;
    text-align: right
}

.purchase-information__history-link-text {
    margin: 0;
    padding: 0;
    color: #00a0d0;
    font-size: 12px;
    text-decoration: underline
}

.purchase-information__history-link-text:after {
    content: "＞";
    display: inline-block
}

.purchase-information__repurchase-button {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0 auto 16px;
    padding: 0;
    border: 1px solid #00a0d0;
    border-radius: 4px;
    background-color: #fff;
    color: #00a0d0;
    font-size: 1.1428rem;
    font-weight: normal;
    line-height: 1em
}

.purchase-information__note {
    margin: 0 0 10px;
    color: #6e6e6e;
    font-size: 1rem
}

.purchase-information__use-history-list {
    margin-top: 0px;
    padding-top: 5px
}

.purchase-information__use-history-list-item {
    margin: 0;
    color: #6e6e6e;
    font-size: 12px;
    line-height: 1
}

.payment-information {
    position: relative;
    margin: 0 8px;
    padding: 12px 8px;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box
}

.payment-information__wrap {
    display: none;
    margin: 20px 0 0
}

.payment-information__title {
    width: 100%;
    padding: 0;
    color: #242424;
    font-size: 14px;
    font-weight: normal
}

.payment-information__title::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 14px;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-image: url(/img/icon/arrow-bottom-c80c614e85e5c27fb2583d170d1e3c69.svg);
    background-size: cover;
    pointer-events: none;
    color: #242424;
    font-size: 32px
}

.payment-information__title--open {
    font-size: 16px;
    font-weight: bold
}

.payment-information__title--open::after {
    top: 6px;
    -webkit-transform: rotate(180deg) translateY(-4px);
    transform: rotate(180deg) translateY(-4px)
}

.payment-information__type-name {
    color: #6e6e6e;
    font-size: 12px
}

.payment-information__type-detail {
    color: #242424;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2857em;
    text-align: right
}

.payment-information__contents-type {
    margin: 0 0 10px
}

.payment-information__cancel-details {
    margin: 0 0 10px
}

.payment-information__cancel-details-title {
    color: #f44336;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0
}

.payment-information__cancel-details-refund-amount {
    color: #f44336
}

.payment-information__cost {
    margin: 0 10px 0 0;
    color: #6e6e6e;
    font-weight: normal
}

.payment-information__count {
    margin: 0 10px 0 0;
    color: #6e6e6e;
    font-weight: normal
}

.payment-information__total {
    margin: 0 0 30px;
    padding: 14px 10px;
    background-color: #f2f2f2;
    line-height: 1
}

.payment-information__total-item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.payment-information__total-item:not(:first-child) {
    margin: 10px 0 0
}

.payment-information__cancellation-fee {
    margin: 0 0 30px;
    padding: 0 10px;
    color: #f44336;
    line-height: 1
}

.payment-information__total-heading {
    margin: 0;
    color: #757575;
    font-size: 12px
}

.payment-information__total-heading-refund-amount {
    color: #f44336
}

.payment-information__total-detail {
    -webkit-box-flex: 1;
    flex: 1;
    text-align: right;
    margin: 0;
    color: #242424;
    font-size: 20px;
    font-weight: bold
}

.payment-information__total-detail-refund-amount {
    color: #f44336
}

.payment-information__payment-currency {
    margin: 0 0 0 4px;
    color: #242424;
    font-size: 12px;
    font-weight: normal
}

.payment-information__payment-currency-refund-amount {
    color: #f44336
}

.payment-information__payment-tax {
    color: #6e6e6e;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle
}

.payment-information__contents {
    margin: 0 0 30px;
    line-height: 1
}

.payment-information__heading {
    display: inline-block;
    margin: 0 0 8px;
    color: #242424;
    font-size: 14px;
    line-height: 1
}

.payment-information__detail {
    margin: 0;
    color: #6e6e6e;
    font-size: 12px;
    line-height: 1.3333
}

.payment-information__method-description {
    margin: 20px 0 0;
    padding: 0;
    list-style: none
}

.payment-information__method-description-item {
    margin: 10px 0 0;
    padding: 0 0 0 12px
}

.payment-information__method-description-item::before {
    content: "・";
    margin: 0 0 0 -12px
}

.payment-information__method-description-item:first-child {
    margin: 0
}

.payment-information__method-description-detail {
    display: block
}

.payment-information__faq-link {
    display: block;
    margin: 10px 0 0;
    color: #00a0d0
}

.payment-information__content-definition-description {
    margin: 0 10px 10px
}

.payment-information__discount-wrap {
    margin: 0 0 10px;
    color: #f44336;
    font-size: .8571rem
}

.payment-information__discount {
    font-weight: bold;
    line-height: 1.2857em;
    text-align: right
}

.point-information {
    position: relative;
    margin: 0 8px;
    padding: 12px 8px;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box
}

.point-information__wrap {
    display: none;
    margin: 20px 0 0
}

.point-information__title {
    padding: 0;
    color: #242424;
    font-size: 14px;
    font-weight: normal
}

.point-information__title::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 14px;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-image: url(/img/icon/arrow-bottom-c80c614e85e5c27fb2583d170d1e3c69.svg);
    background-size: cover;
    pointer-events: none;
    color: #242424;
    font-size: 32px
}

.point-information__title--open {
    font-size: 16px;
    font-weight: bold
}

.point-information__title--open::after {
    top: 6px;
    -webkit-transform: rotate(180deg) translateY(-4px);
    transform: rotate(180deg) translateY(-4px)
}

.point-information__earned-point-wrap {
    display: -webkit-box;
    display: flex;
    margin: 0 0 20px;
    padding: 14px 10px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-color: #f2f2f2;
    color: #757575;
    font-size: .8571rem;
    line-height: 1
}

.point-information__earned-point-number {
    color: #242424;
    font-size: 1.7142rem;
    font-weight: bold
}

.point-information__max-earn-point {
    padding: 0 4px;
    color: #242424;
    font-size: 1.1428rem
}

.point-information__explanatory-text {
    margin: 0 0 20px;
    color: #6e6e6e;
    font-size: .8571rem;
    line-height: 1.4
}

.access-information {
    position: relative;
    margin: 0 8px;
    padding: 12px 8px;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box
}

.access-information__wrap {
    display: none;
    margin: 20px 0 0
}

.access-information__title {
    width: 100%;
    padding: 0;
    color: #242424;
    font-size: 14px;
    font-weight: normal
}

.access-information__title::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 14px;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-image: url(/img/icon/arrow-bottom-c80c614e85e5c27fb2583d170d1e3c69.svg);
    background-size: cover;
    pointer-events: none;
    color: #242424;
    font-size: 32px
}

.access-information__title--open {
    font-size: 16px;
    font-weight: bold
}

.access-information__title--open::after {
    top: 6px;
    -webkit-transform: rotate(180deg) translateY(-4px);
    transform: rotate(180deg) translateY(-4px)
}

.access-information__contents {
    margin: 0 0 30px
}

.access-information__heading {
    display: inline-block;
    color: #242424;
    font-size: 1rem
}

.access-information__detail {
    width: 100%;
    margin: 0;
    color: #6e6e6e;
    font-size: 12px;
    line-height: 16px
}

.access-information__map {
    width: 100%
}

.plan-information {
    position: relative;
    margin: 0 8px;
    padding: 12px 8px;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box
}

.plan-information__wrap {
    display: none;
    margin: 20px 0 0
}

.plan-information__title {
    width: 100%;
    padding: 0;
    color: #242424;
    font-size: 14px;
    font-weight: normal
}

.plan-information__title::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 14px;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-image: url(/img/icon/arrow-bottom-c80c614e85e5c27fb2583d170d1e3c69.svg);
    background-size: cover;
    pointer-events: none;
    color: #242424;
    font-size: 32px
}

.plan-information__title--open {
    font-size: 16px;
    font-weight: bold
}

.plan-information__title--open::after {
    top: 6px;
    -webkit-transform: rotate(180deg) translateY(-4px);
    transform: rotate(180deg) translateY(-4px)
}

.plan-information__contents {
    margin: 0 0 30px
}

.plan-information__heading {
    display: inline-block;
    color: #242424;
    font-size: 1rem
}

.plan-information__detail {
    width: 100%;
    margin: 0;
    color: #6e6e6e;
    font-size: 12px;
    line-height: 16px
}

.plan-information__detail--break-line {
    white-space: pre-line
}

.personal-information {
    position: relative;
    margin: 0 8px;
    padding: 12px 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #c8c8c8
}

.personal-information__wrap {
    display: none;
    margin: 20px 0 0
}

.personal-information__title {
    width: 100%;
    padding: 0;
    color: #242424;
    font-size: 14px;
    font-weight: normal
}

.personal-information__title::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 14px;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-image: url(/img/icon/arrow-bottom-c80c614e85e5c27fb2583d170d1e3c69.svg);
    background-size: cover;
    pointer-events: none;
    color: #242424;
    font-size: 32px
}

.personal-information__title--open {
    font-size: 16px;
    font-weight: bold
}

.personal-information__title--open::after {
    top: 6px;
    -webkit-transform: rotate(180deg) translateY(-4px);
    transform: rotate(180deg) translateY(-4px)
}

.personal-information__contents {
    margin: 0 0 30px
}

.personal-information__heading {
    display: inline-block;
    margin: 0 0 8px;
    color: #242424;
    font-size: 14px;
    line-height: 1
}

.personal-information__detail {
    width: 100%;
    margin: 0;
    color: #6e6e6e;
    font-size: 12px;
    line-height: 16px
}

.personal-information__user {
    margin: 0 0 30px;
    padding: 0;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box
}

.personal-information__user:last-child {
    border-bottom: none
}

.user-information {
    position: relative;
    margin: 0 8px;
    padding: 12px 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #c8c8c8
}

.user-information__wrap {
    display: none;
    margin: 20px 0 0
}

.user-information__title {
    width: 100%;
    padding: 0;
    color: #242424;
    font-size: 14px;
    font-weight: normal
}

.user-information__title::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 14px;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-image: url(/img/icon/arrow-bottom-c80c614e85e5c27fb2583d170d1e3c69.svg);
    background-size: cover;
    pointer-events: none;
    color: #242424;
    font-size: 32px
}

.user-information__title--open {
    font-size: 16px;
    font-weight: bold
}

.user-information__title--open::after {
    top: 6px;
    -webkit-transform: rotate(180deg) translateY(-4px);
    transform: rotate(180deg) translateY(-4px)
}

.user-information__contents {
    margin: 0 0 30px
}

.user-information__heading {
    display: inline-block;
    margin: 0 0 8px;
    color: #242424;
    font-size: 14px;
    line-height: 1
}

.user-information__headline {
    width: 100%;
    margin: 8px 0 8px;
    padding: 0;
    color: #242424;
    font-size: 18px;
    font-weight: normal
}

.user-information__detail {
    width: 100%;
    margin: 0;
    color: #6e6e6e;
    font-size: 12px;
    line-height: 16px
}

.user-information__user {
    margin: 0 0 30px;
    padding: 0;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box
}

.user-information__user:last-child {
    border-bottom: none
}

.user-information__purchase-status-valid {
    padding: 6px 10px;
    background-color: #f44336;
    color: #fff;
    font-size: 1rem;
    font-weight: normal
}

.user-information__purchase-status-invalid {
    padding: 6px 10px;
    background-color: #c8c8c8;
    color: #fff;
    font-size: 1rem;
    font-weight: normal
}

.user-information__repurchase-button {
    display: block;
    width: 100%;
    height: 42px;
    margin: 16px auto 16px;
    padding: 0;
    border: 1px solid #00a0d0;
    border-radius: 4px;
    background-color: #fff;
    color: #00a0d0;
    font-size: 1.1428rem;
    font-weight: normal;
    line-height: 1em
}

.user-information__face-image {
    display: inline-block;
    max-width: 150px;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px
}

.participant-information {
    position: relative;
    margin: 0 8px;
    padding: 12px 8px;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box
}

.participant-information__wrap {
    display: none;
    margin: 20px 0 0
}

.participant-information__title {
    width: 100%;
    padding: 0;
    color: #242424;
    font-size: 14px;
    font-weight: normal
}

.participant-information__title::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: 14px;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-image: url(/img/icon/arrow-bottom-c80c614e85e5c27fb2583d170d1e3c69.svg);
    background-size: cover;
    pointer-events: none;
    color: #242424;
    font-size: 32px
}

.participant-information__title--open {
    font-size: 16px;
    font-weight: bold
}

.participant-information__title--open::after {
    top: 6px;
    -webkit-transform: rotate(180deg) translateY(-4px);
    transform: rotate(180deg) translateY(-4px)
}

.participant-information__participant-number {
    margin: 0 0 20px;
    padding: 0;
    color: #242424;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2em
}

.participant-information__contents {
    margin: 0 0 30px
}

.participant-information__heading {
    display: inline-block;
    margin: 0 0 8px;
    color: #242424;
    font-size: 14px;
    line-height: 1
}

.participant-information__detail {
    width: 100%;
    margin: 0;
    color: #6e6e6e;
    font-size: .8571rem;
    line-height: 16px
}

.participant-information__caution {
    width: 100%;
    margin: 4px 0 0;
    color: #6e6e6e;
    font-size: .8571rem;
    line-height: 16px
}

.purchase-notification {
    position: relative;
    margin: 0 10px;
    padding: 0 10px 36px;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box;
    text-decoration: none
}

.purchase-notification__contents {
    margin: 0 0 30px
}

.purchase-notification__contents-heading {
    display: inline-block;
    margin: 0 0 8px;
    color: #242424;
    font-size: 14px;
    line-height: 1
}

.purchase-notification__contents-detail {
    margin: 0;
    color: #6e6e6e;
    font-size: 12px;
    line-height: 1.5
}

.purchase-notification__contents-detail p {
    display: block;
    white-space: pre-wrap
}

.purchase-notification__contents-detail ol {
    display: block;
    list-style-type: decimal
}

.purchase-notification__contents-detail ul {
    display: block;
    list-style-type: disc
}

.purchase-notification__contents-detail ol,
.purchase-notification__contents-detail ul {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px
}

.purchase-notification__contents-detail em {
    font-style: italic
}

.purchase-notification__contents-detail a {
    color: #6e6e6e
}

.purchase-notification__contents-detail p>a {
    color: #6e6e6e
}