@charset "UTF-8";

html {
    overflow: auto;
}

body {
    overflow-x: hidden;
}

#riMainContents {
    overflow: visible;
}

div#contentsWrapper {
    margin: 0 auto;
    width: 100% !important;
    text-align: center;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    font-size: 16px;
    color: #333;
}

#contentsWrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contentsWrapper a {
    /* text-decoration: none !important; */
}

#contentsWrapper a:hover {
    /* text-decoration: none !important; */
}

#contentsWrapper a:hover img {
    opacity: .8;
}

#contentsWrapper img {
    max-width: 100%;
}

#contentsWrapper .sp {
    display: none;
}

#contentsWrapper .inner {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.sec_target {
    display: flex;
}

.sec_target span {
    font-weight: bold;
    background: #ebebeb;
    padding: 0 8px;
    margin: 2px 4px 2px 0;
    line-height: 28px;
    font-size: 14px;
}

.sec_mv {
    /* margin-top: 14px; */
    background: url(../../img/20240801/bg_mv_pc.jpg) no-repeat center top;
    position: relative;
}

#contentsWrapper .sec_mv .inner {}

#contentsWrapper .sec_mv .inner:before {
    position: absolute;
    top: -18px;
    left: 53px;
    content: url(../..//img/20240801/pic_mv_flg.png);
}

.sec_mv h1 {
    padding-top: 34px;
    position: relative;
}

.sec_mv .notes {
    font-size: 14px;
    margin: 1.5em 0 .8em;
    color: #123d75;
}

.sec_mv p.point {
    position: absolute;
    left: 0;
    right: 0;
    top: 166px;
    color: #fff;
    padding-left: 17px;
    font-size: 17px;
    font-weight: bold;
}

.sec_mv p sup {
    font-size: 12px;
    font-weight: normal;
}

.sec_mv p.chance {
    color: #22a2cc;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    display: inline-block;
    background: #fff;
    padding: 10px 1em 10px;
    border: 4px solid #22a2cc;
    border-radius: 10px;
    position: relative;
    margin-top: -5px;
}

.sec_mv p.chance span {
    display: inline-block;
    padding-bottom: 5px;
    vertical-align: bottom;
}

.sec_mv p.chance span.blue {
    color: #22a2cc;
}

.sec_mv p.chance span.red {
    color: #ff0707;
}

.sec_mv p.chance span.num {
    font-size: 45px;
    padding-bottom: 0;
}

.sec_mv p.chance sup {
    position: absolute;
    top: 1em;
    right: 1em;
}

.sec_mv .entry {
    position: absolute;
    z-index: 9;
    top: 0;
    right: -6px;
}

#contentsWrapper .inner.sec_entry {
    margin: 0 auto;
    padding: 30px 0;
}

.sec_entry p {
    text-align: left;
    font-size: 14px;
    padding: 0 65px;
    line-height: 1.5;
}

.sec_entry p.notes {
    padding-bottom: 1em;
}

.Caution_caution__u5aXM {
    /* background: #ebf7fe; */
    /* border: 1px solid #fff4d2; */
    border-radius: 4px;
    /* color: #006497; */
    display: inline-block;
    font-family: Noto Sans, Noto Sans CJK JP, sans-serif;
    /* font-size: 14px; */
    line-height: 1.5;
    margin: 32px 0 0;
    max-width: 488px;
    padding: 16px 24px 16px 44px !important;
    pointer-events: none;
    position: relative;
    text-align: left;
}


.sec_entry .btn {
    padding: 30px 0;
}

.CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh {
    font-size: 24px !important;
}


.CampaignEntryButton_campaignButton__n6hK5 a {
    text-decoration: none !important;
}

/* .sec_entry .checkbox {
    padding-bottom: 40px;
} */

.sec_entry p.notes2 {
    border-top: dashed 2px #e4e4e4;
    padding-top: 3em;
    padding-right: 45px;
}

.sec_entry ul {
    margin-left: 65px;
    margin-top: 15px;
}

.sec_entry ul li {
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}

.sec_point {
    background: #156758;
    padding: 1em 0;
}

.entry_notes {
    margin-top: 1em;
}

.sec_period {
    background-image: linear-gradient(0deg, rgba(255, 214, 51, 1), rgba(255, 214, 51, 1));
    padding: 8px 0;
}

.sec_period div {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.sec_period p {
    padding-top: 5px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.nav {
    background-image: linear-gradient(0deg, rgba(41, 46, 49, 1), rgba(0, 0, 0, 1));
    padding: 1em 0;
}

.nav ul {
    display: flex;
    width: 640px;
    margin: 0 auto
}

.nav ul>li {
    width: 220%;
    border-right: 1px solid #fff;
}

.nav ul>li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    position: relative;
    padding: 5px 0 15px;
}

.nav ul>li a:after {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    content: '';
    color: #fff;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin: 0 auto;
}

.nav ul>li a:hover {
    opacity: .8;
}

.nav ul>li:last-child {
    border-right: none;
}

.nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: .5em 0;
    z-index: 999;
}

.sec_step {
    padding: 3em 0;
}

.sec_step ul {
    display: flex;
    width: 828px;
    margin: 70px auto 0;
    justify-content: space-between;
    background: url(../../img/20240801/pic_step_arrow.png) no-repeat top 59% center;
}

.sec_step ul>li {
    width: 45%;
    height: 262px;
    /* border: 2px solid #a90112; */
    /* border-radius: 10px; */
    position: relative;
    color: #000;
    padding-bottom: 4.5em;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}

.sec_step ul>li:nth-child(1) {
    background: url(../../img/20240801/pic_step01_pc.png) no-repeat top center;
    background-size: contain;
    padding-top: 4.8em;
}

.sec_step ul>li:nth-child(2) {
    background: url(../../img/20240801/pic_step02_pc.png) no-repeat top center;
    background-size: contain;
    padding-top: 3.3em;
    line-height: 1.2;
}

.sec_step ul>li:before {
    position: absolute;
    top: -104px;
    left: 0;
    right: 0;
}

.sec_step p {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    padding: 1em 0;
}

.sec_step p span {
    display: inline-block;
    padding-bottom: 5px;
    vertical-align: bottom;
}

.sec_step p span.red {
    color: #ff0707;
}

.sec_step p span.num {
    font-size: 42px;
    padding-bottom: 2px;
}

.sec_campaign {
    background: #f6eed7 url(../../img/20240801/bg_campaign.png) no-repeat top 100px center;
    padding: 60px 0;
}

.sec_campaign ul {
    border: 2px solid #565656;
    border-radius: 1em;
    width: 700px;
    margin: 2.5em auto 0;
    overflow: hidden;
    background: linear-gradient(90deg, #9c0111 0%, #9c0111 158px, #fff 159px, #fff 100%);
}

.sec_campaign ul li {
    border-bottom: dotted 2px #767676;
    display: flex;
    align-items: center;
}

.sec_campaign ul li:last-child {
    border-bottom: none;
}

.sec_campaign ul li .no {
    background: repeating-linear-gradient(-45deg, #9c0111, #9c0111 2px, #a90112 2px, #a90112 4px);
    padding: 1.5em 0;
    width: 158px;
}

.sec_campaign ul li .text {
    text-align: left;
    padding-left: 3em;
    padding-top: .5em;
    font-weight: bold;
}

.sec_campaign ul li .red {
    color: #ff0707;
    font-size: 30px;
}

.sec_campaign p {
    font-size: 13px;
    text-align: left;
    width: 600px;
    margin: 1.5em auto 0;
}

.sec_case {
    background: #fffbe5;
    padding: 4em 0;
}

.sec_case .caption {
    font-weight: bold;
    padding: 2em 0;
}

.sec_case .inner {
    background: #fff;
    border-radius: 10px;
    width: 826px !important;
    padding: 2em 0;
}

.sec_case .inner h3 {
    background: #a90112;
    color: #fff;
    font-size: 16px;
    width: 680px;
    text-align: center;
    padding: .5em 0;
    margin: 0 auto;
    font-weight: bold;
}

.sec_case .inner ul {
    display: flex;
    width: 680px;
    margin: 1.5em auto;
}

.sec_case .inner ul li:nth-child(1) {
    width: 47%;
}

.sec_case .inner ul li:nth-child(2) {
    width: 53%;
}

.sec_case .inner .label {
    background: #333;
    color: #fff;
    font-size: 16px;
    padding: 5px 2em;
    border-radius: 1em;
    display: inline-block;
    line-height: 1;
}

.sec_case .inner table {
    text-align: left;
    font-weight: bold;
    border-collapse: collapse;
    border-spacing: 0;
    margin: .5em 0;
}

.sec_case .inner table th {
    white-space: nowrap;
}

.sec_case .inner .fukidashi {
    border: 2px solid #ffe65a;
    border-radius: 10px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../../img/20240801/pic_coin.png) no-repeat bottom 4px right 10px;
}

.sec_case .inner .fukidashi:after,
.sec_case .inner .fukidashi:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
}

.sec_case .inner .fukidashi:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 13px;
    border-right-width: 13px;
    margin-top: -5px;
    border-right-color: #FFFFFF;
}

.sec_case .inner .fukidashi:before {
    border-color: rgba(255, 230, 90, 0);
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 18px;
    border-right-width: 18px;
    margin-top: -7px;
    margin-right: 2px;
    border-right-color: #FFE65A;
}

.sec_case .inner .fukidashi p {
    font-weight: bold;
    font-size: 15px;
    padding: 8px 0 5px;
}

.sec_case .inner .notes {
    font-size: 12px;
    text-align: left;
    margin-left: 45px;
}

.sec_case .inner .point {
    color: #ff0707;
    font-weight: bold;
    font-size: 20px;
}

.sec_case .inner .point span {
    font-size: 40px;
    margin-left: -60px;
}

.sec_chance {
    padding: 4em 0;
}

.sec_chance .inner {
    width: 730px !important;
}

.sec_chance .caption {
    font-weight: bold;
    margin-top: 2.5em;
}

.sec_chance .caption2 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 1em;
}

.sec_chance .box {
    background: #f6eed7;
    border-radius: 20px;
    padding: 2em 0;
    width: 730px;
    margin: 2em auto 0;
}

.sec_chance .label>span {
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.sec_chance .label>span:before,
.sec_chance .label>span:after {
    background-color: #000;
    content: "";
    height: 2px;
    width: 20px;
}

.sec_chance .label>span:before {
    margin-right: 5px;
    transform: rotate(65deg);
}

.sec_chance .label>span:after {
    margin-left: 5px;
    transform: rotate(-65deg);
}

.sec_chance .label span.marker {
    background: linear-gradient(transparent 70%, #ffe65a 70%);
}

.sec_chance dl {
    display: flex;
    width: 507px;
    height: 40px;
    margin: 0 auto;
    font-weight: bold;
    background: #fff;
    font-size: 18px;
    margin-top: 1.5em;
    border-radius: 6px;
}

.sec_chance dl+dl {
    margin-top: 1em;
}

.sec_chance dl dt {
    background: #a90112;
    width: 135px;
    color: #fff;
    /* padding: 5px 0; */
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px 0 0 6px;
    position: relative;
}

.sec_chance dl dt::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 16px;
    border-color: transparent transparent transparent #a90112;
    position: absolute;
    right: -32px;
    top: 0px;
}

.sec_chance dl dt span {
    font-size: 22px;
}

.sec_chance dl dd {
    width: calc(100% - 135px);
    text-align: left;
    color: #000;
    background-size: contain;
    /* padding: 5px 0 5px 2em; */
    font-weight: bold;
    border: 2px solid #a19061;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 6px 6px 0;
}

.sec_chance dl .red {
    color: #ff0707;
}

.sec_chance dl .num {
    font-size: 22px;
}

.sec_chance .box .notes {
    font-size: 12px;
    margin-top: 1em;
    text-align: center;
}

.sec_chance .arrow {
    margin: 32px 0 20px;
}

.sec_chance .txt_chance {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
}

.sec_chance .txt_chance span {
    display: inline-block;
    padding-bottom: 5px;
    vertical-align: bottom;
}

.sec_chance .txt_chance .red {
    color: #ff0707;
}

.sec_chance .txt_chance .num {
    /* font-size: 40px; */
    font-size: 50px;
    padding-bottom: 0;
}

.sec_chance .box2 {
    background: #f6eed7 url(../../img/20240801/pic_chance02.png) no-repeat left 1em bottom 2em;
    padding-right: 3em;
}

.sec_chance .box2 ul {
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

.sec_chance .box2 ul li {
    text-align: center;
    margin-right: 32px;
}

.sec_chance .box2 ul li:last-child {
    margin-right: 0;
}

.sec_chance .box2 ul li div {
    font-weight: bold;
}

.sec_chance .box2 ul li .fukidashi {
    background: url(../../img/20240801/pic_fukidashi01.png) no-repeat top center;
    background-size: contain;
    color: #a19061;
    height: 94px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec_chance .box2 ul li .fukidashi small {
    margin-top: -7px;
}

.sec_chance .box2 ul li:last-child .fukidashi {
    background: url(../../img/20240801/pic_fukidashi02.png) no-repeat top center;
    background-size: contain;
    color: #fff;
    height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec_chance .box2 ul li:last-child .fukidashi small {
    font-size: 16px;
    margin-top: -7px;
}

.sec_chance .box2 ul li .fukidashi p {
    font-weight: bold;
    line-height: 1;
    letter-spacing: -4px;
    padding-right: 6px;
    font-size: 20px;
}

.sec_chance .box2 ul li .fukidashi p span {
    font-size: 32px;
}

.sec_chance .box2 ul li:last-child .fukidashi p {
    font-size: 24px;
}

.sec_chance .box2 ul li:last-child .fukidashi p span {
    font-size: 40px;
}

.sec_chance .box2 ul li .base {
    border: 2px solid #d3d3d4;
    background: #fff;
    border-radius: 5px;
    color: #a19061;
    padding: 5px 1.5em;
}

.sec_chance .box2 ul li .add {
    color: #fff;
    background: #a19061;
    border-radius: 5px;
    position: relative;
    margin-bottom: 1em;
    padding: 5px 1.5em;
}

.sec_chance .box2 ul li:last-child .add {
    padding: 3.5em 0;
}

.sec_chance .box2 ul li .add:after {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    content: url(../../img/20240801/plus.png);
}

.sec_chance .box2 ul li .order {
    margin-top: .8em;
}

.sec_chance .box2 ul li .order span.marker {
    background: linear-gradient(transparent 70%, #ffe65a 70%);
}

.sec_chance .notes {
    margin-top: 1em;
    font-size: 13px;
    text-align: left;
}

.sec_item .inner {
    /*    width: 1200px !important;*/
    padding: 2em 0;
}

.goto {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

#contentsWrapper h2 {
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    position: relative;
    padding-bottom: 14px;
}

#contentsWrapper h2:after {
    content: "";
    height: 3px;
    background-color: #a90112;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 64px;
    margin: 0 auto;
}

.boxsearch {
    width: 100%;
    margin: 3em auto 6em;
    padding: 0 10px;
    text-align: center;
}

.search_title {
    margin: 0 auto 8px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #000;
}

.search_title span {
    display: inline-block;
}

.rc-searchForm__inputContainer {
    display: flex;
    border: none !important;
    background: none !important;
}

.rc-searchForm__textInputContainer {
    display: flex;
    align-items: stretch;
    position: relative;
    height: 40px !important;
    border: 1px solid #c4c4c4 !important;
    border-right: none;
    border-radius: 4px !important;
}

.rc-searchForm__textInput {
    display: flex;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    border: none;
    background: #ffffff;
    line-height: 1.5;
    text-indent: 16px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px !important;
}

.rc-searchForm__selectContainer {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
}

.rc-searchForm__selectContainer:before {
    display: block;
    padding: 0 14px 0 0;
}

.rc-searchForm__select {
    height: 100%;
    padding: 0 4px 0 12px;
    border: none;
    border-radius: 0;
    background-color: #f7f7f7;
    color: inherit;
    font-size: 12px;
    text-align: right;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rc-searchForm__select::-ms-expand {
    display: none;
}

.rc-searchForm__button {
    flex: 0 0 auto;
    width: 80px !important;
    height: 40px !important;
    margin-left: 10px !important;
    padding: 0;
    border: none !important;
    border-radius: 4px !important;
    background: #a90112;
    color: #ffffff;
    font-size: 16px !important;
    letter-spacing: 2px !important;
    outline: none;
    cursor: pointer;
}

.rc-searchForm__button::before {
    content: unset !important;
}

.rc-searchForm__form input::placeholder {
    color: #c4c4c4;
}


/* rc-searchKeyword[module] */

.rc-searchKeyword__item {
    position: relative;
    margin: 0 6px 6px 0;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    background: #ffffff;
    font-size: 16px;
}

.rc-searchKeyword[layout] [class*='genreList__icon']:before {
    margin-right: 5px;
    font-size: 24px;
    vertical-align: bottom;
}

.rc-searchKeyword a {
    padding: 7px 12px;
}

.sggstInputWrap {
    position: relative;
    width: 100%;
}

.sec_item .inner .notes {
    margin: .5em 0;
}

.sec_item.item02 {
    background: #fff7f6;
}

.sec_item.item03 {
    margin-bottom: 1em;
}

.sec_item ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
}

.sec_item ul>li {
    width: 23%;
    margin: 0 1% 2em;
    background: #fff;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #aaa;
}

.sec_item ul>li a {
    text-decoration: none !important;
    padding: 1em;
    display: block;
    height: 100%;
    box-sizing: border-box !important;
}

.sec_item ul>li a p {
    color: #666;
    margin-top: .5em;
}

.sec_item ul>li .price {
    color: #f00;
    margin-top: 1em;
}

.sec_item.item00 ul {
    justify-content: center;
}

.sec_item.item00 ul>li {
    width: auto;
    margin: 0 0 2em;
}

.sec_shoplist {
    padding: 4em 0;
    /* background: #f6eed7; */
}

.sec_shoplist ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
}

.sec_shoplist ul li {
    margin-left: 15px;
}

.sec_shoplist ul li a {
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 10px;
    background: url(../../img/arrow_list.png) no-repeat left 5px;
    display: block;
    text-decoration: none !important;
    color: #666 !important;
}

#entry.lock {
    cursor: default;
    pointer-events: none;
    opacity: 0.3;
}

#contentsWrapper .inner.summary {
    padding: 4em 0 2em;
}

.summary table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
    margin-top: 2.5em;
}

.summary table caption {
    background-color: #a19061;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px;
}

.summary table tr th,
.summary table tr td {
    border: 1px solid #a19061;
    padding: 10px 20px;
}

.summary table tr td {
    text-align: left;
}

.summary table tr th {
    background-color: #f6eed7;
    width: 200px;
}

.summary table tr th[colspan="2"] {
    width: 200px;
}

.summary table tr th.second {
    width: 100px;
}

.summary table tr th[rowspan="3"] {
    width: 190px;
}

.summary table span.red {
    color: #d01e1e;
}

.bold {
    font-weight: bold;
}

.bold a {
    text-decoration: underline;
}

.caption2 a {
    color: #1e55a7;
    text-decoration: underline;
}

.summary a {
    color: #1e55a7;
    text-decoration: underline;
}

