/*------------------------------
  共通設定
-------------------------------- */
:root {
    --sp-width: 430px;
    /*  --sp-width: 393px; */

    --color-bgColor: #F8C7C7;
    --color-btnbk: #0a1421;
    --color-btnOff: #fff;
    --color-mainText: #65412F;
    --color-border: #7c7b75;
    --color-tokai: #ED6D00;
    --color-black: #000;
    --color-white: #fff;
    --color-gray: gray;
}

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

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

/*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-gray);
    margin: 0;
}

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

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

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

#sf table {
    border-collapse: collapse;
    border-spacing: 0;
}

.border {
    border: none;
    /* デフォルトの枠線を消す */
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #000;
}

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

/*ボタン 共通
----------------------------*/
.btn {
    display: inline-block;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: var(--color-white);
    width: 360px;
    max-width: 100%;
    border-radius: 10px;

    text-align: center;
    justify-content: center;
    text-decoration: none;

    border: none;
    /* クリックした際に枠線をnone消す */
    outline: none;
    /* 影を消す */
    box-shadow: none;
    padding: 0;
    /* 必要に応じて初期化 */
    margin: 0 auto;
}

.btn__wrapper {
    display: flex;
    justify-content: center;
    /* 中央寄せ */
}

.btn__text {
    display: flex;
    flex: 40;
    /* 比率b */
    align-items: center;
    font-size: 1.25rem;
    /*20px*/
    font-weight: 900;
    padding: 26px 0 25px;
    letter-spacing: 0.04em;
    justify-content: center;
    /* 中央寄せ */
}

.btn__left-icon {
    display: flex;
    flex: 19;
    /* 比率a */
    justify-content: center;
}

.btn__right-icon {
    display: flex;
    flex: 12;
    /* 比率c */
    justify-content: center;
}

.btn--shadow {
    box-shadow: 4px 4px 0px 0px #000000;
    /* 右下にぼかしのある黒い影 */
    /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 1.0);*/
}


/*  速度測定をしてARフレームを取得！ ボタン
----------------------------*/
.btn-ar-frame {
    display: flex;
    align-items: center;
    width: 89.06%;
    height: 80px;
    border-radius: 30px;
    padding: 10px;
    background-color: #E33C2B;
    border: 3px solid #62181B;
}

.btn-ar-frame__text {
    font-family: Kaisei Opti;
    font-weight: 400;
    font-size: 1.275rem;
    /*22px*/
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
}

/*  まちがい探しゲーム ボタン
----------------------------*/
.btn-search {
    display: flex;
    align-items: center;
    width: 89.06%;
    height: 80px;
    border-radius: 30px;
    padding: 10px;
    background-color: #E33C2B;
    border: 3px solid #62181B;
}

.btn-search__text {
    font-family: Kaisei Opti;
    font-weight: 400;
    font-size: 1.375rem;
    /*22px*/
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
}


/* 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%;
    padding-bottom: 0px;
}

/*------------------------------
  共通設定 ここまで
-------------------------------- */

/* section class="main-visual"
----------------------------------------------- */
.main-Visual {
    background-color: var(--color-bgColor);
}

.visual__inner {}

.visual__image {
    display: block;
    width: var(--sp-width);
    height: auto;
}

.visual__text {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1.25rem;
    /*20px*/
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    padding: 32px 0 26px;
    color: var(--color-mainText);
}


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

.registration {
    padding-top: 0;
    padding-bottom: 14px;
    background-color: var(--color-bgColor);
}

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

/* 認証処理ボタン 
----------------------------------------------- */
.registration__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 0;
    background-color: var();
}

.btn-registration {
    color: #000;
    background-color: #654130;
}

.btn-login {
    color: #000;
    background-color: #654130;
}

/*アカウント新規登録*/
.btn-registration__icon-left {
    flex: 3;
    margin: auto;
    padding-right: 10px;
}

.btn-registration__text {
    flex: 8;
    text-align: center;
    font-size: 1.25rem;
    /*20px*/
    font-weight: bold;
    margin: 15.5px auto;
    color: #fff;
}

.btn-registration__icon-right {
    flex: 1;
}

.btn__registration-icon-size {
    height: auto;
}

/*ログイン*/
.btn-login__icon-left {
    flex: 7;
    margin: auto;
    padding-right: 10px;

}

.btn-login__text {
    flex: 20;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 15.5px auto;
    padding-right: 1rem;
    color: #fff;
}

.btn-login__icon-right {
    flex: 3;
}

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



/* コンテンツ ご注意事項 
----------------------------------------------- */
/*ご注意事項ボタン*/
.warning-content {
    padding: 0 0 20px 0;
    margin: 0 auto;
    transition: 0.5s;
    background-color: var(--color-bgColor);
    padding-bottom: 27px;
}

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

.toggleWarning__title {
    color: var(--color-black);
    text-indent: -3em;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center;
    padding: 9px 0 0 0;
    margin: 0px;
}

/*icon デザイン*/
.open__icon__block {
    position: absolute;
    right: 35%;
    top: 68%;
    transform: translatey(-50%);
    width: 24px;
    height: 24px;
    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);
}


/*  Voice付き
    ARフォトフレーム
----------------------------------------------*/
.ar-frame {
    text-align: center;
    margin: 0 auto;
}

.heading {
    background-image: url(/view/event/sf/img/bk-title-01-81.webp);
    width: 100%;
    height: 122px;
    background-size: cover;
    background-repeat: no-repeat;
}

.heading__wrapper {
    padding-top: 20px;
}

.heading__title {
    font-family: Kaisei Opti;
    font-weight: 700;
    font-size: 2.125rem;
    /*34px*/
    line-height: 38px;
    letter-spacing: -1%;
    text-align: center;
    color: var(--color-mainText);
}

.event {
    display: block;
    margin: auto;
    justify-content: center;
}

.event__wrapper {
    width: 89.06%;
    margin: 0 auto;
    background-color: #fff;

}

.event__title {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1.125rem;
    /*18px*/
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-mainText);
    padding: 18px 0 24px;
}

.frame-item__wrapper {
    display: flex;
    flex-wrap: wrap;
    /* 折り返しを許可 */
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: 2px solid #654130;
    background-color: var(--color-bgColor);
    margin-bottom: 23px;
    padding: 25px 0 29px;
}

.frame-item--img {
    width: calc((100% - 62px) / 2);
    height: 100%;
    z-index: 3;
}

.frame-item--title1 {
    position: relative;
}

.frame-item--title1::before {
    position: absolute;
    content: "";
    top: -8.0%;
    left: 20%;
    width: 60.7%;
    height: 100%;
    background-image: url(/view/event/sf/img/title-02-81.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.frame-item--title2 {
    position: relative;
}

.frame-item--title2::before {
    position: absolute;
    content: "";
    top: -3.5%;
    left: 20%;
    width: 60.7%;
    height: 100%;
    background-image: url(/view/event/sf/img/title-03-81.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.frame-item--title2 .frame-item__wrapper {
    padding: 32px 0 32px;
}

.frame-item--title2 .frame-item__wrapper {
    margin-bottom: 22px;
}


/*ノベリティー　注意事項
-------------------------------*/
.event-warning {
    width: 90%;
    margin: 0 auto;
}

/*リスト*/
.event-warning-list {
    margin: 0;
    padding: 20px 0 20px;
}

.event-warning-list__item {
    position: relative;
    text-align: left;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 0.75rem;
    /*12px*/
    line-height: 20px;
    letter-spacing: 0.05em;

    padding-left: 1.2em;
    /*リスト左スペース調整*/
    padding-right: 0;
    /*リスト右スペース調整*/
}

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

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

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

.ar-frame--bottom {
    margin-top: 8px;
    height: 20px;
    background-color: var(--color-bgColor);
}


/*  Voice付き
    ARフォトフレーム
----------------------------------------------*/
.search {
    text-align: center;
    margin: 0 auto;
}

.search .event {
    padding-bottom: 27px;
}

.search .heading__title {
    font-size: 2.125rem;
    /*34px*/
    padding-top: 23px;
}

.search .event__title {
    line-height: 26px;
}

.search-event__title {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 0.9375rem;
    /*15px*/
    line-height: 23px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #931310;
    padding-top: 7px;
    padding-bottom: 20px;
    position: relative;
}

.search-event__title::before {
    position: absolute;
    content: "";
    top: 12%;
    left: 4%;
    width: 100%;
    height: 100%;
    width: 2px;
    /* 線の太さ（縦線なのでwidthが細く） */
    height: 46.5px;
    /* 線の長さ */
    background-color: #931310;
    /* 線の色 */
    transform: rotate(-19.5deg);
    /* 20度傾ける（時計回り） */
    transform-origin: center;
    /* 回転の基準点（中心） */
}

.search-event__title::after {
    position: absolute;
    content: "";
    top: 12%;
    right: 6%;
    width: 100%;
    height: 100%;
    width: 2px;
    /* 線の太さ（縦線なのでwidthが細く） */
    height: 46.5px;
    /* 線の長さ */
    background-color: #931310;
    /* 線の色 */
    transform: rotate(19.5deg);
    /* 20度傾ける（時計回り） */
    transform-origin: center;
    /* 回転の基準点（中心） */
}

.search .event-warning-list {
    padding: 31px 0 5px;
}

.search .ar-frame--bottom {
    height: 20px;
}

.search--bottom {
    height: 20px;
    background-color: var(--color-bgColor);
}



/*-----------------
  東海道新幹線
乗車ノベルティ
-------------------*/
.novelty .heading {
    background-image: url(/view/event/sf/img/bk-title-02-81.webp);
    height: 151px;
}

.novelty .heading__title {
    padding-top: 10px;
}

.shinkansen__img {
    display: block;
    /* ブロック要素にする */
    width: 93%;
    margin-left: auto;
    /* 右寄せ */
    margin-right: 0;
    padding-top: 10px;
}

.novelty-item {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 19px;
}

.novelty-item__title {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #654130;
    padding-bottom: 10px;
}

.novelty-item__inner {
    background-image: url(/view/event/sf/svg/bg_novelty.svg);
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    /* 中央に配置 */
    background-size: 56%;
}

.novelty-item__image {
    width: 70%;
    height: auto;


}

.novelty-item__note {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 0.75rem;
    /*12px*/
    letter-spacing: 5%;
    text-align: center;
    color: #000;
    padding-top: 3px;
}

.novelty .event-warning-list {
    padding-top: 27px;
    padding-bottom: 27px;
}

.novelty .event-warning-list__item {
    font-family: Noto Sans JP;
    font-weight: 350;
    font-size: 0.6875rem;
    /*11px*/
    line-height: 20px;
    letter-spacing: 0.05em;
}

.redemption-location {
    width: 89.6%;
    margin: 0 auto;
    text-align: center;
    border: 1.0px solid #931310;
    margin-bottom: 18px;
}

.redemption-location__title {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1.125rem;
    /*18px*/
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #931310;
    padding-top: 8px;
}

.redemption-location__name {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1.25rem;
    /*20px*/
    line-height: 30px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #654130;
    padding-top: 11px;
}

.redemption-location__time {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1.125rem;
    /*18px*/
    line-height: 25px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #654130;
    padding-bottom: 5px;
}

.redemption-location__note {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 0.78rem;
    /*12px*/
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #654130;
}

.redemption-location__note:last-child {
    padding-bottom: 11px;
}

.novelty--bottom {
    height: 21px;
    background-color: var(--color-bgColor);
}