/* ----------------------------------
layout
---------------------------------- */
.pane-main {
  margin: 0;
  padding: 0;
}
html[data-browse-mode="P"] .pane-left-menu {
  display: none;
}
html[data-browse-mode="P"] .page-event .pane-contents .container {
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: unset;
  max-width: unset;
}
html[data-browse-mode="P"] .page-event .pane-contents .container .pane-main {
  width: 100%;
  margin: 0;
}
html[data-browse-mode="P"] #header.pane-header {
  margin: 0;
}

.campaign-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}


html[data-browse-mode=P] #coupon .campaign-list a {
    display: block;
    width: 24%;
}

html[data-browse-mode=S] #coupon .campaign-list a {
    display: block;
    width: 49%;
    margin-bottom: 10px;
}
#coupon .campaign-list a img{
    width: 100%;
}

#coupon picture {
    width: 100%;
    display: block;
    line-height: 1;
}

#coupon .txt {
    display: block;
    width: max-content;
    padding: 1px 8px;
    background: #c30000;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 10px;
}
html[data-browse-mode=S] #coupon .txt{
    width: 55px;
    text-align: center;
    margin-bottom: 8px;
}
#coupon .red {
    color: #c30000;
}

/*-----------------------------------------
  アンカーリンク
-----------------------------------------*/

html[data-browse-mode=P] #coupon .forsec-nl ul li a {
    position: relative;
    border-radius: 10px;
    width: 390px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: #C63F2B;
    display: block;
    padding: 20px 10px;
    transition: opacity .4s;
    margin: 0 auto;
}
html[data-browse-mode=S] #coupon .forsec-nl ul li a {
    position: relative;
    border-radius: 10px;
    width: 360px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: #C63F2B;
    display: block;
    padding: 10px 10px;
    transition: opacity .4s;
    margin: 0 auto;
}
html[data-browse-mode="S"] #sale .forsec-nl ul li a {
    width: 350px;
    font-size: 14px;
}

html[data-browse-mode="S"]  .font-size-point {
 font-size: 14px;
}

#coupon .forsec-nl p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.88;
    color: #483A12;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
}

html[data-browse-mode="S"] #sale .forsec-nl p {
    font-size: min(18px, 3.18vw);
    line-height: 1.5;
}
#coupon .forsec-nl p span {
    font-size: 16px;
}

html[data-browse-mode="S"] #coupon .forsec-nl p span {
    font-size: min(11px, 3.18vw);
}

/*-----------------------------------------
  nav title
-----------------------------------------*/

html[data-browse-mode="S"] .block-event-page--accessory .block-top-event--header a,
.point_nav h2,
#special_feature h2, #block_of_malltop_event_frame h2 {
	color: #111111;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.78125;
	letter-spacing: 0.06em;
	font-feature-settings : "palt";
	display: block;
}


html[data-browse-mode="S"] .block-event-page--accessory .block-top-event--header a,
.point_nav h2,
#special_feature h2, #block_of_malltop_event_frame h2 {
	font-size: 20px;
}

#block_of_malltop_event_frame h2{
	margin: 80px 0 30px;
}
.block-event-page--accessory .block-top-event--header a span,
.point_nav h2 span,
#special_feature h2 span, #block_of_malltop_event_frame h2 span {
	color: #ffb401;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	display: block;
}
.point_nav h2,
#special_feature h2 {
	margin: 40px 0 35px;
}

.freepage-frame h2 {
 background: #FFFFFF;
}


/*-----------------------------------------
  nav
-----------------------------------------*/


html[data-browse-mode="P"] div#point_nav {
		display: block;
    width: 1200px;
    margin: auto;
}
html[data-browse-mode="S"] div#point_nav {
    display: block;
    width: auto;
    margin: auto;
    padding: 0px 15px;
}

html[data-browse-mode="S"] .point_nav {
    width: auto;
    margin: 100px auto 30px;
}


#point_nav ul {
	display: flex;
	justify-content: space-between;
}

html[data-browse-mode="S"] #point_nav ul {
	flex-wrap: wrap;
}
#point_nav ul li {
	width: 232px;
}
html[data-browse-mode="S"] #point_nav ul li {
	width: calc((100% - 5px) / 2);
  margin-bottom: 5px;
}


#point_nav ul li a {
	text-align: center;
	display: block;
	border: 2px solid #ffb401;
	border-radius: 10px;
	padding: 137px 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	transition: all .3s;
}
html[data-browse-mode="S"] #point_nav ul li a {
	border: 2px solid #ffb401;
	border-radius: 10px;
    padding: 63px 0 0;
}

#point_nav ul li a:hover {
	opacity: 0.5;
}
#point_nav ul li a span {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings : "palt";
	line-height: 1.22;
	text-align: center;
	display: block;
	background-color: #fffaee;
	padding: 19px 0 18px;
}
html[data-browse-mode="S"] #point_nav ul li a span {
	font-size: 14px;
	line-height: 1.22;
	background-color: #fffaee;
	padding: 9px 0 8px;
}
#point_nav ul li a span small {
	font-size: 13px;
	line-height: 1.69;
	display: inline-block;
	vertical-align: text-top;
}
#point_nav ul li.no1 a {
	background-image: url("/img/usr/event/rateup/img/nav_point01.png");
	background-position: center 42px;
}
#point_nav ul li.no2 a {
	background-image: url("/img/usr/event/rateup/img/nav_point02.png");
	background-position: center 22px;
}
#point_nav ul li.no3 a {
	background-image: url("/img/usr/event/rateup/img/nav_point03.png");
	background-position: center 40px;
}
#point_nav ul li.no4 a {
	background-image: url("/img/usr/event/rateup/img//nav_point04.png");
	background-position: center 24px;
}
#point_nav ul li.no5 a {
	background-image: url("/img/usr/event/rateup/img/nav_point05.png");
	background-position: center 20px;
}
#point_nav ul li.no6 a {
	background-image: url("/img/usr/event/rateup/img/nav_point06.png");
	background-position: center 20px;
}
#point_nav ul li.no7 a {
	background-image: url("img/usr/event/rateup/img/nav_point07.png");
	background-position: center 20px;
}



html[data-browse-mode="S"] #point_nav ul li.no1 a {
	background-image: url("/img/usr/event/rateup/img/nav_point01.png");
    background-position: center 18px;
    background-size: 29px auto;
}
html[data-browse-mode="S"] #point_nav ul li.no2 a {
	background-image: url("/img/usr/event/rateup/img/nav_point02.png");
    background-position: center 18px;
    background-size: 40px auto;
}
html[data-browse-mode="S"] #point_nav ul li.no3 a {
	background-image: url("/img/usr/event/rateup/img/nav_point03.png");
    background-position: center 18px;
    background-size: 29px auto;
}
html[data-browse-mode="S"] #point_nav ul li.no4 a {
	background-image: url("/img/usr/event/rateup/img/nav_point04.png");
    background-position: center 18px;
    background-size: 29px auto;
}
html[data-browse-mode="S"] #point_nav ul li.no5 a {
	background-image: url("/img/usr/event/rateup/img/nav_point05.png");
    background-position: center 18px;
    background-size: 29px auto;
}
html[data-browse-mode="S"] #point_nav ul li.no6 a {
	background-image: url("/img/usr/event/rateup/img/nav_point06.png");
    background-position: center 18px;
    background-size: 29px auto;
}

html[data-browse-mode="S"] #point_nav ul li.no7 a {
	background-image: url("/img/usr/event/rateup/img/nav_point07.png");
    background-position: center 18px;
    background-size: 29px auto;
}


.shop_item > a {
display: flex;
flex-direction: column;
}


/*-----------------------------------------
  logo
-----------------------------------------*/

.logo-inner {
text-align: center;
}

.pic-mall {
width: 400px;
margin-top: 96px;
}

html[data-browse-mode="S"] .pic-mall {
width: 300px;
margin-top: 56px;
}

.pic-frusato {
width: 700px;
margin-top: 96px;
}

html[data-browse-mode="S"] .pic-frusato {
width: 600px;
margin-top: 40px;
}

/*-----------------------------------------
  mv
-----------------------------------------*/

html[data-browse-mode="P"] .mv img {
width: 100%;
}

.tokusyuu {
text-align: center;
}

.mv{
margin: 0px 0px 20px;
}

html[data-browse-mode="P"] .mv{
margin: 0px 0px 20px;
margin-top: 0px;
}

/*-----------------------------------------
  おすすめ特集
-----------------------------------------*/
.tokusyuu_img {
margin-bottom: 20px;
}

/*-----------------------------------------
  おすすめショップから探す
-----------------------------------------*/
.wm {
display: none;
}

.newly_open {
padding: 26px 16px 32px;
border: solid 1px #ccc;
margin: 0 0 48px 0;

}

html[data-browse-mode=P] #coupon .shop_item  {
display: flex;
flex-direction: row;
gap: 20px;
margin-top: 30px;
}


html[data-browse-mode=S] #coupon .shop_item {
position: relative;
grid-template-rows: 40px 1fr;
grid-template-columns: 320px 1fr;
margin: 26px 0 0;
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: space-between;
}

html[data-browse-mode="S"] #coupon .shop_item a {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}


.section_shop {
padding: 26px 16px 32px;
border: solid 1px #ccc;
margin: 0 0 48px 0;
}

.link {
display: inline-block;
border: solid 1px #000000;
border-radius: 5px;
background: #fff;
width: 100%;
line-height: 48px;
text-decoration: none;
color: #000;
position: relative;
text-align: center;
margin-top: 20px;
}

.link::after {
content: "";
width: 8px;
height: 8px;
border-right: 2px solid #CC0000;
border-top: 2px solid #CC0000;
display: inline-block;
transform: rotate(45deg);
margin-top: 10px;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
vertical-align: middle;
right: 13px;
}

.open_shop_list .pre_opening .shop_info, .open_shop_list .newly_open .shop_info, .open_shop_list .wmile .shop_info {
position: relative;
display: grid;
gap: 20px 25px;
grid-template-rows: 40px 1fr;
grid-template-columns: 320px 1fr;
margin: 0;
}

.shop_name {
grid-row: 1 / 2;
grid-column: 2 / 3;
line-height: 30px;
padding-top: 10px;
font-weight: bold;
font-size: 120%;
}

.shop_description {
grid-row: 2 / 3;
grid-column: 2 / 3;
}

.shop_logo {
grid-row: 1 / 3;
grid-column: 1 / 2;
}

html[data-browse-mode=P] #coupon .shop_info_txt {
position: relative;
display: grid;
gap: 20px 25px;
grid-template-rows: 40px 1fr;
grid-template-columns: 320px 1fr;
margin: 0 0 50px 0;
}

html[data-browse-mode=S] #coupon .shop_info_txt {
position: relative;
gap: 20px 25px;
grid-template-rows: 40px 1fr;
grid-template-columns: 320px 1fr;
margin: 0px 0px 50px 0px;
}

.shop_link action {
margin-left: 0px;
margin-right: 0px;
}

.action {
margin-left: 0px;
margin-right: 0px;
}

.a.btn-btn-primary.block-logout--back-to-home {
width: 350px;
}
/*-----------------------------------------
 ショップのボタン幅
-----------------------------------------*/
html[data-browse-mode=P] .action .btn {
min-width: 400px;
}

/*-----------------------------------------
 #coupon
-----------------------------------------*/
#coupon .campaign-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
/*-----------------------------------------
 開催中のキャンペーン特集
-----------------------------------------*/
.bnr .box-body {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
}
.bnr .box-body.main {
    gap: 30px;
    background: #FFEFE6;
    border-radius: 10px;
    margin-bottom: 40px;
}
.bnr .bnr-img , .bnr .bnr-text {
    width: calc( 50% - 15px );
}
.bnr .bnr-text h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.428;
    margin: 0;
    padding: 0;
    border: none;
}
.bnr .bnr-text p {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.75;
}
.bnr .box-body.main .btn-wrap {
    margin: 30px 0 0;
    display: block;
    text-align: center;
}
.bnr .bnr-text {
    display: flex;
    align-items: center;
}
.bnr .box-title {
    margin-bottom: 0px !important;
    padding-top: 40px;
}
.bnr .small {
    padding-top: 0px !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: none;
}
.bnr .links-item {
    width: calc(255 / 1080 * 100%);
}
.bnr .links-img {
    margin-bottom: 10px;
    border-radius: 5px;
}
.bnr .links-name {
    font-weight: 700;
    font-size: 16px;
}
.bnr .links-item {
    height: 300px;
}
.box + .box, .block-top-event--wrap + .block-top-event--wrap {
    margin-bottom: 60px;
}
.small .box-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.textRed {
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #cc0000;
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .block-top-event--wrap + .block-top-event--wrap {
        margin: 30px 0;
        }
    .bnr .small {
        flex-direction: row !important;
    }
    .bnr .box-body {
        gap: 20px 10px;
        justify-content: flex-start;
        padding: 0;
    }
    .bnr .links-item {
        width: calc((100% - 10px) / 2);
        height: 280px;
    }
    .bnr .links-name {
        font-size: 13px;
    }
    .bnr .box-body.main {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 32px;
        padding: 20px 15px 30px;
    }
    .campaign-contents-box {
        margin-top: 30px !important;
    }
    .bnr .bnr-img {
        width: 100%;
    }
    .bnr .bnr-text {
        width: 100%;
    }
    .bnr .bnr-text h2 {
        font-size: 18px;
    }
    .bnr .bnr-text p {
        margin: 10px 0 0;
        font-size: 14px;
        line-height: 1.71;
    }
    .bnr .btn-wrap {
        margin: 20px 0 0;
    }
    .bnr .btn-wrap a {
        margin: 0 auto;
        padding: 6px 12px;
        font-size: 16px;
    }
}


html[data-browse-mode=P] .freepage-frame .sec-inner {
margin: 0px 0px;
}

.item {
 flex-grow: 1;
}

.item p {
margin: 16px 0 0;
}

.font-family {
 font-size: 16px;
}

/*-----------------------------------------
  商品の金額
-----------------------------------------*/
.font-item {
 font-weight: bold;
 font-size: 19px;
}

/*-----------------------------------------
  アンカー
-----------------------------------------*/

.anc_btn_list {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 30px auto;
}

.anc_btn_list li a {
  width: 350px;
  height: 60px;
  padding: 0 15px 0 0;
  margin: 0 auto;
  border-radius: 5px;
  background: #333333;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: relative;
}

.anc_btn_list li a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  right: 13px;
  top: calc(50% - 6px);
  display: block;
  transform: rotate(135deg);
}

.anc_btn_list li a:after {
  content: "";
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 13px;
  top: calc(50% + 6px);
  display: block;
}

.anc_btn_list li a:hover {
  background: #A19059;
}

[data-browse-mode="S"] .anc_btn_list li a {
  width: 100%;
  height: 50px;
  padding: 0 15px 0 0;
  margin: 0 auto;
  border-radius: 5px;
  background: #333333;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: relative;
}

[data-browse-mode="S"] .anc_btn_list li a:before {
  right: 20px;
}

[data-browse-mode="S"] .anc_btn_list li a:after {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .anc_btn_list {
    margin: 40px 20px;
    flex-wrap: wrap;
  }
  .anc_btn_list li {
    width: 100%;
  }
  .anc_btn_list li:nth-child(2) {
    margin-top: 20px;
  }
}

.anc_btn_list {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 30px auto;
}

.page-contentspages {
font-size: 16px;
}

.tex-koukan {
background-color: #FFEFE6;
padding: 20px 20px;
font-size: 18px;
}

[data-browse-mode="P"] .txt_red {
color: #c30000;
text-align: right;
margin-top: 8px;
}

[data-browse-mode="S"] .txt_red {
color: #c30000;
text-align: right;
margin-top: 8px;
font-size: 13px;
}

[data-browse-mode="P"] .indent{
padding-left: 1em;
text-indent: -1em;
}

[data-browse-mode="S"] .indent{
padding-left: 1em;
text-indent: -1em;
font-size: 14px;
}

[data-browse-mode="P"] .box{
margin-bottom: 50px;
}

.block-top-event--header{
display: none !important;
}

.block-thumbnail-t > li {
    width: 208px;
    margin: 0 0 50px 0;
    display: block;
}

.block-thumbnail-t {
    gap: 30px;
    margin: 0 0 0px 0;
}

.more-btn {
    width: 340px;
    max-width: 90%;
    margin: 0 auto;
}

.more-btn a {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #CC0000;
    border: 2px solid #CC0000;
    border-radius: 100px;
    transition: 0.3s;
}

.block-top-event--goods {
	margin: 0 0 0px 0;
}

.block-top-event--goods + .more-button {
    display: none;
}

.more-button {
    display: none;
}


.action-buttons-02 {
    margin-bottom: 88px;
    text-align: center;
}

[data-browse-mode="S"] .action-buttons {
    margin: 16px 16px 64px 16px;
}

[data-browse-mode="S"] .action-buttons-02 {
    margin: 16px 16px 64px 16px;
}
