<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_jis";

/*ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

    2020/12 旅カード入会ページ修正に伴って既存のCSSの上書きと、新規CSSの追記用に作成
    以降の上書きと追記はこのCSSファイル内で行う事

ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ*/

/*ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

	汎用クラス

ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ*/

.ilb {
	display: inline-block;
}

.pcnone {
	display: none;
}

/* 一時的に非表示（20210927） */
.display_none {
    display: none;
}

/*ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

コンテンツ部分

ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ*/

/************************************MV内終了対応************************************/
.cpn_end {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1em;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.end_txt {
    margin-bottom: 0.5em;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

#contents_area .cpn_end a.linkBtn {
    position: relative;
    width: 100%;
    max-width: 560px;
    padding: 0.5em 3em;
    background: #ff0000;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.15s;
}

#contents_area .cpn_end a.linkBtn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#contents_area .cpn_end a.linkBtn:hover {
    box-shadow: 0 0 1000px rgba(255, 255, 255, 0.33) inset;
}

.balloon__mv--endOverlay {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/*****************************************特典一覧*****************************************/

#points nav ul li.round4 p {
    position: relative;
    display: block;
    margin: 1px;
    border: 2px solid #3d62c8;
    height: 96px;
    font-size: 22px;
    color: #b11e27;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    padding-left: 90px;
    text-align: left;
    cursor: pointer;
}

#points nav ul li.round4 p:hover {
    opacity: 0.8;
}

#points nav ul li.round4 p span {
    position: absolute;
    top: 0;
    left: 0;
}

#points nav ul li.round4 p span.pnum {
    width: 60px;
    height: 60px;
    font-size: 36px;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ff6d17;
    border-radius: 50% 50%;
    color: #fff;
    font-weight: 800;
    line-height: 60px;
    text-align: center;
}

#points nav ul li.round4 p span.pTitle {
    line-height: 1.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 90px;
    font-weight: 900;
    font-size: 21px;
}

span.tri_b:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 0 12px;
    border-color: #221815 transparent transparent transparent;
}

#points nav ul li.round4 p span.tri_b:after {
    position: relative;
    left: 400px;
    top: 55px;
}

/************************************特典3************************************/

/* レイアウト変更に伴う位置の調整など */

.point #p3 .p3_bh .areaL {
    width: 440px;
}

.point #p3 .p3_bh .areaR {
    width: 445px;
}

#p3 .p3_bh div.round4 {
    width: 422px;
    height: 166px;
}

#p3 .p3_bh div.round4b {
    width: 420px;
    height: 164px;
}

#p3 table {
    width: 680px;
}

.point #p3 #p3_2_detail {
    left: -440px;
}

/************************************アコーディオン内部************************************/

.point_wrap {
    margin-bottom: 70px;
    padding: 20px 0;
    background: #f0e9ff;
}

/*注釈の設置*/

.txt_anno01 {
    position: absolute;
    right: 1em;
    bottom: 1em;
    color: #fff;
    font-size: 14px;
}

.txt_anno02 {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
    font-weight: normal;
}

.txt_anno03 {
    position: absolute;
    right: 1em;
    bottom: 1em;
    color: #fff;
    font-size: 14px;
}

.txt_anno04 {
    position: absolute;
    right: 1em;
    bottom: 1em;
    color: #fff;
    font-size: 14px;
}

.txt_anno05 {
    display: inline-block;
    margin-left: 0.5em;
}

/************************************カード基本情報************************************/

.box10 {
    position: relative;
    z-index: 5;
    background: #fff;
    color: #222;
    text-align: left;
    padding: 10px 15px;
    line-height: 1.8em;
}

.box10 ul {
    margin-bottom: 0;
}

.box10 .annotation li {
    text-indent: -1.5em;
    padding-left: 1.5em;
}
</pre></body></html>