main {
    margin-top: 66px;
    /* padding-top: 35px !important; */
    position: relative;
}

p {
    font-size: 18px;
    font-weight: 550;
}

.page-content {
    width: 430px;
    max-width: 430px;
    padding-bottom: 20px;
}

main::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--image-bg) repeat top left / 500px 500px;
    background-color: var(--color-main);
    z-index: -2;
}

@media (min-width: 500px) {
    body {
        background: var(--image-bg) repeat top left / 500px 500px;
    }

    main {
        background: unset;
    }
}


/* main:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#006FBC), color-stop(#EA608E), color-stop(#FABE00), to(#E5004A));
    background: linear-gradient(90deg, #006FBC, #EA608E, #FABE00, #E5004A);
    background-size: cover;
    z-index: -1;
    mix-blend-mode: screen;
} */

.content-holder {
    position: relative;
}

/* section .content-holder::before {
    content: "";
    background: url(/view/event-btr/img/img_border_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3vw;
}

section .content-holder::after {
    content: "";
    background: url(/view/event-btr/img/img_border_sp.png) center bottom no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3vw;
} */

.shinkansen {
    position: relative;
    top: 20px;
    left: 20px;
}

.shinkansen img {
    width: 380px;
    left: 20px;
    height: auto;
    z-index: 2;
}

.placeName {
    /* display: flex; */
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.itemDescription {
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 15px;
    padding: 10px;
}

.titleText {
    display: flex;
    align-items: center;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 10px;
}

.placeName svg {
    margin-top: 1px;
    margin-right: 10px;
    width: 18px;
    z-index: 10;
}


ul {
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style: none;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
}

ul.caution {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
}

ul.caution li {
    position: relative;
    padding: 0 0 0 1.1em;
}

ul.caution li::after {
    position: absolute;
    display: block;
    content: "※";
    top: 0;
    left: 0;
}

ul.caution li {
    list-style: none;
}


/* Exchange places */

.location-info {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.location-title {
    text-align: center;
    margin-bottom: 20px;
}

.spacer {
    margin: 5px 0;
}

.location-details {
    display: flex;
    margin-bottom: 10px;
    text-align: left;
}

.detail-label {
    min-width: 100px;
    font-size: 14px;
    font-weight: 600;
    text-align: justify;
    text-align-last: justify;
}


.detail-value {
    margin-left: 10px;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.detail-value a {
    text-decoration: underline;
    color: inherit;
    word-break: break-word;
    overflow-wrap: anywhere;
    display: inline-block;
    max-width: 100%;
}

.detail-value a:hover {
    color: #007BFF;
}


/*------------------------------
  共通設定
-------------------------------- */
:root {
    --sp-width: 430px;
    /*  --sp-width: 393px;*/
    --color-MV: #02501E;
    --color-bgColor: #B8394A;
    --color-bgColorG: #0B7C3A;
    --color-locationBorder: #137836;
    --color-btnOn: #000;
    --color-btnOff: #fff;
    --color-btmOffborder: #c4c4c4;
    --color-iconBK: #d9d9d9;
    --color-canvas: #efefef;
    --color-tokai: #ED6D00;
    --color-black: #000;
    --color-white: #fff;
}



/* --------------------------------
  Layout
-------------------------------- */

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

/*iOS Safari のフォントサイズ自動調整機能off*/
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
        "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
        "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
    font-weight: normal;
    color: var(--color-black);
    background-color: var(--color-black);
}

main img {
    width: 100%;
}

a {
    text-decoration: none;
    color: var(--color-black);
    margin: 0;
}

main {
    margin-top: 66px;
    background-color: var(--color-bgColor);
}

ul {
    list-style: none;
    padding-left: 0;
}

.underline {
    text-decoration: underline solid var(--color-black);
    /*iOS Safari でアンダーバー表示が適用されない挙動の対応*/
    -webkit-text-decoration: underline solid var(--color-black);
}

/*三本線ボーダー*/
path {
    /*fillはプレゼンテーション属性なので, CSSから値を指定できる*/
    fill: url(#g);
}

.underline__Three {
    margin: 0 auto;
}

svg line {
    fill: none;
}

.line1 {
    stroke: var(--color-white);
    stroke-width: 2px;
    stroke-opacity: 0.4
}

.line2 {
    stroke: var(--color-white);
    stroke-width: 2px;
    stroke-opacity: 0.4
}

.line3 {
    stroke: var(--color-white);
    stroke-width: 2px;
    stroke-opacity: 0.4
}

/* main class="page-content"
----------------------------------------------- */
.page-content {
    width: var(--sp-width);
    max-width: 430px;
    padding-top: 60px;
    min-height: calc(100vh - 150px);
    margin: auto;
    display: block;
    overflow: hidden;
    background-color: var(--color-white);
    background-image: 100%;
}

.page-content__wrapper {
    width: 94.1%;
    margin-left: auto;
    margin-right: auto;
}


/* section class="main-visual"
----------------------------------------------- */
.main-Visual {
    background-color: var(--color-MV);
    margin-bottom: 20px;
    position: relative;
}

.visual__image {
    width: var(--sp-width);
}

.visual__text {
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.6em;
    padding: 20px 0 40px 0;
    text-align: center;
}

.main-Visual::after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: var(--sp-width);
    height: 34px;
    background-size: cover;
    background-image: url("/view/event/windbreaker/img/01_MV_Border_81.webp");
    background-repeat: no-repeat;
}

/*認証セクション
----------------------------------------------- */
/*非表示*/
.registration-off {
    display: none;
}

.registration__inner {
    width: 91.6%;
    margin: 0 auto;
}

/* 認証処理ボタン 
----------------------------------------------- */
.btn {
    display: flex;
    justify-content: center;
    color: var(--color-white);
    background-color: var(--color-black);
    /* 基本色 */
}

.btn--registration {
    padding: 17px 35px 18px 30px;
}

.btn--off {
    background-color: var(--color-btnOff);
}

.btn__icon {
    flex-basis: 18%;
    text-align: left;
}

.btn__registration-icon-size {
    width: 24px;
    height: auto;
}

.btn__login-icon-size {
    width: 18px;
    height: auto;
}

.btn__text {
    font-size: 1.25rem;
    font-weight: bold;
    margin: auto;
}

.registration__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px 0 10px 0;
}

/* コンテンツ ご注意事項 
----------------------------------------------- */
/*リスト展開後 コンテンツ背景色の指定*/
.bgcolor-white.warning-content {}

/*リスト展開 外枠を追加*/
.bgcolor-white>.warning-list {
    border: 1px solid var(--color-border);
}

/*ご注意事項ボタン*/
.warning-content {
    padding: 0 0 15px 0;
    margin: 0 auto 10px auto;
    transition: 0.5s;
}

.toggleWarning {
    cursor: pointer;
    position: relative;
}

.toggleWarning__title {
    text-indent: -3em;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 5px;
    text-align: center;
    padding: 8px 0 0px 0;
}

/*icon デザイン*/
.open__icon__block {
    position: absolute;
    right: 35%;
    top: 68%;
    transform: translatey(-50%);
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    z-index: 2;
}

.open__icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.open__icon::before,
.open__icon::after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.3s;
    background: #fff;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
}

.open__icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.open__icon.open::before {
    transform: translate(-50%, -50%) rotate(0deg);
}

.open__icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

/*ご注意事項リスト デザイン*/
.warning-list {
    height: 0;
    /* ← 最初は非表示（高さ0） */
}

.warning-list {
    list-style-type: disc;
    padding-left: 20px;
    padding-right: 10px;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    transition: height 0.3s ease;
}

.warning-list__item::marker {
    font-size: 0.7em;
}

/*ご注意事項リスト上部のスペース調整*/
.warning-list__item:first-child {
    margin-top: 1.5em;
}

/*ご注意事項リスト下部のスペース調整*/
.warning-list__item:last-child {
    margin-bottom: 1em;
}


/* スタンプラリーボタン 
----------------------------------------------- */
.stamp-rally-btm__outer {
    background: var(--color-white);
    border: 2px solid var(--color-black);
}

.btm--arrow-right::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 13px;
    height: 13px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 1;
}

/*背景 内枠*/
.stamp-rally-btm {
    display: flex;
    border-radius: 10px;
    justify-content: center;
    color: var(--color-white);

    border-radius: 0;
    border: 1px solid #000;
    margin: 4px;
    filter: brightness(170%);
    /*ボタンの明るさ調整*/
    background-size: 100%;
    position: relative;
}

/*雲左*/
.stamp-rally-btm::before {
    position: absolute;
    content: "";
    top: -6px;
    left: -5px;
    width: 61px;
    height: 27px;
    background-image: url("/view/event/windbreaker/img/01_ChineseStyleClouds01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    /* 画像がクリックを邪魔しないように */
    z-index: 1;
}

/*雲右*/
.stamp-rally-btm::after {
    position: absolute;
    content: "";
    bottom: -6px;
    right: -5px;
    width: 61px;
    height: 27px;
    background-image: url("/view/event/windbreaker/img/01_ChineseStyleClouds02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    /* 画像がクリックを邪魔しないように */
    z-index: 1;
}

.stamp-rally-btm__text>span {
    font-size: 1.5rem;
    letter-spacing: 0.001em;
}

.stamp-rally-btm__outer {
    background: var(--color-white);
    border: 2px solid var(--color-black);
}

.stamp-rally-btm__text {
    font-family: "Noto Serif JP", serif;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin: 0.8rem;
    /*-webkit-text-stroke:2px#000;*/
    color: var(--color-white);
}

/*シャドウの作成*/
.stamp-rally-btm__text--shadow {
    position: absolute;
    content: "";
    inset: 0;
    z-index: -1;
    color: black;
    -webkit-text-stroke: 0.2rem black;
}

.stamp-rally-btm__text>span {
    font-size: 1.5rem;
    letter-spacing: 0.001em;
}

/*ボタンここまで*/



/*メインコンテンツ
----------------------------------------------- */
.event {
    text-align: center;
    background-color: var(--color-bgColor);
    margin-top: 40px;
    margin-bottom: 35px;
    position: relative;
}

.event__wrapper {
    width: 89.1%;
    margin-left: auto;
    margin-right: auto;
}

.event::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 10px;
    background-size: cover;
    /* 横いっぱい＋縦も埋める */
    background-image: url("/view/event/windbreaker/img/01_transom_red.png");
    background-repeat: no-repeat;
    z-index: 1;
}

/*東海道新幹線　車内コンテンツ*/
.voice-event {
    padding-top: 30px;
}

.event__font {
    color: var(--color-white);
    font-size: 1.185rem;
    font-weight: 700;
}

.voice-event-title__wrapper {
    width: 306px;
    height: auto;
}

.shinkansen-img__wrapper {
    padding: 15px 0 20px 8px;
}

.voice-event__text {
    background-color: var(--color-black);
    padding: 0.56em 0;
}

.event-list {
    margin: 15px auto 10px auto;
}

.event-list__item {
    border: 1px solid var(--color-white);
    padding: 9px 0;
    margin-bottom: 10px;
}

.event-list__item:last-child {
    margin-bottom: 0;
}

.event-list__text {
    line-height: 1.5em;
}

.event-list__text>span {
    font-weight: 400;
}


/*限定ボイス ボタン*/
.campaign-btn-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
}

.campaign-btn-list__wrapper {
    width: 90.34%;
    margin: 0 auto;
}

.campaign-btn {
    display: flex;
    border-radius: 6px;
    justify-content: center;
    color: var(--color-white);
    padding: 12px 0;
    border: 3px solid var(--color-black);
}

.campaign-btn__icon {
    margin: auto 8px auto 0;
}

.campaign-btn__text {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 15px 0;
}

.campaign-btn__inside-line {
    background-image: linear-gradient(0deg, #000000, #3a3939);
    position: relative;
    z-index: 0;
}

.campaign-btn__inside-line::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    pointer-events: none;
    z-index: 1;
}

/*各ボタンのアイコンサイズ*/
.campaign-btn__voice-icon-size {
    width: 20px;
    height: auto;
}

.campaign-btn__meter-icon-size {
    width: 32px;
    height: auto;
}

.campaign-btn__QA-icon-size {
    width: 25.4px;
    height: auto;
}

/*btn-off ボタンオフデザイン
---------------------------------*/

.campaign-btn--off {
    background-color: var(--color-white);
    background-image: linear-gradient(#B2B2B2, #5B5B5B);
    border: 3px solid var(--color-btmOffborder);
    color: #bbbbbb;
}

/*btn-onの時 アイコングレー非表示*/
.btn-img--gray {
    display: none;
}

/*btn-offの時 アイコン赤非表示 グレー表示*/
.campaign-btn--off>.campaign-btn__icon>.btn-img--red {
    display: none;
}

.campaign-btn--off>.campaign-btn__icon>.btn-img--gray {
    display: block;
}



/*乗車証明　ノベルティプレゼント
--------------------------------*/
.novelty-title--wrapper {
    display: flex;
    justify-content: center;
    /* 横中央 */
}

.novelty-title__inner {
    display: flex;
    flex-direction: column;
    /* 縦並び */
    align-items: center;
    /* 横方向も中央ぞろえ */
    position: relative;
    z-index: 1;
}

.novelty__title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.65rem;
    line-height: 1.2;

}

.novelty__title>span {
    letter-spacing: 0.15em;
}

/*シャドウの作成*/
.novelty__title--shadow {
    position: absolute;
    content: "";
    inset: 0;
    z-index: -1;
    color: black;
    -webkit-text-stroke: 0.2rem black;
}

/*マーカーの設定*/
.novelty__title--marker {
    background: linear-gradient(transparent 55%,
            /* 上半分は透明 */
            rgba(0, 0, 0, 1) 45%
            /* 下半分に色を塗る */
        );
    padding: 0 0.2em 0.1em 0.2em;
    /* マーカーのはみ出し調整 */
    display: inline-block;
    z-index: 0;
}

.novelty__title--marker-short {
    padding: 0 0 0.1em 0.2em;
    /* マーカーのはみ出し調整 */
}

.novelty__text {
    color: var(--color-white);
    line-height: 1.5em;
    padding-top: 15px;
    text-align: center;
}

.event-list__item--narrow {
    padding: 5.3px 0;
}

/*ノベリティー 画像*/
.novelty-list {
    display: flex;
    /*padding: 0 4px;*/
}

.novelty-list__item-left {
    position: relative;
    margin: 0 auto;
}

.novelty-list__item-right {
    position: relative;
    margin: 0 auto;
}

/*背景キャンパスの表示*/
.novelty-list__item-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 51%;
    width: 90%;
    height: 86%;
    background-color: var(--color-canvas);
    transform: translate(-50%, -50%);
    /* 中央寄せ */
    z-index: 0;
}

.novelty-list__item-right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 49%;
    width: 89%;
    height: 86%;
    background-color: var(--color-canvas);
    transform: translate(-50%, -50%);
    /* 中央寄せ */
    z-index: 0;
}

/*ノベリティーの表示*/
.novelty-img-left {
    position: relative;
    top: 50%;
    left: 52%;
    width: 105%;
    transform: translate(-50%, -50%);
    /* 中央寄せ */
    z-index: 1;
}

.novelty-img-right {
    position: relative;
    top: 50%;
    left: 49%;
    width: 105%;
    transform: translate(-50%, -50%);
    /* 中央寄せ */
    z-index: 1;
}

.novelty__note {
    font-size: 0.75rem;
    font-weight: 400;
    padding: 5px 0 10px 0;
}

.novelty__note>span {
    font-size: 0.55rem;
}

/*ノベリティー　注意事項
-------------------------------*/
/*リスト*/
.event-warning-list {
    font-size: 0.687rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-align: left;
    line-height: 1.7;
    padding-left: 5px;
}

.event-warning-list__item {
    position: relative;
    padding-left: 13px;
    /*リスト左スペース調整*/
    padding-right: 0;
    /*リスト右スペース調整*/
}

.event-warning-list__item::before {
    content: "※";
    position: absolute;
    left: 0.0em;
    /*ドット位置調整*/
}

/*リスト上部のスペース調整*/
.event-warning-list__item:first-child {
    margin-top: 1em;
}

/*リスト下部のスペース調整*/
.event-warning-list__item:last-child {
    margin-bottom: 0;
}



/*  期末テスト
------------------------------------*/
.novelty__text--space {
    padding-top: 20px;
    padding-bottom: 15px;
}

.novelty__note--fs15 {
    font-size: 0.96rem;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: -1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*ノベリティー　画像*/
.final-exam-novelty-list {
    display: flex;
    gap: 30px;
    padding: 0 45px;
}

.final-exam-novelty-list__item {
    flex: 1;
}

.final-exam-novelty-img {
    width: 100%;
}

.final-exam-novelty-text {
    font-size: 1.25rem;
    font-weight: 300;
    padding: 5px 0;
}

.novelty__note--fs13-space {
    font-size: 0.812rem;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 25px;
}

/*下のボタン*/
.btn-under {
    margin-bottom: 40px;
}
