@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*-----------------------------------------
  layout
-----------------------------------------*/
html[data-browse-mode="P"] .for-sp {
    display: none !important;
}

html[data-browse-mode="S"] .for-pc {
    display: none !important;
}

#header {
    margin: 0;
}

.pane-main {
    margin: 0;
}

.pane-left-menu {
    display: none;
}

.page-event .pane-contents .container,
.page-event .pane-contents .container .pane-main {
    width: 100%;
    display: block;
}

html[data-browse-mode="S"] .block-event-page--goods {
    margin: 0;
}

#furusato-tax h1,
#furusato-tax h2,
#furusato-tax h3 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

#furusato-tax a {
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

#furusato-tax a:hover {
    opacity: 0.8;
}

#furusato-tax a:hover img {
    opacity: 1;
}

#furusato-tax img {
    vertical-align: top
}

#furusato-tax .shop-list img {
    background-color: #FFFFFF;
}

/*-----------------------------------------
  共通
-----------------------------------------*/
#furusato-tax {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    color: #111111;
    background: #FFEBCF;
}


#furusato-tax .furusato-tax-wrap {
    width: 100%;
    /* max-width: 1230px;*/
    padding: 0 0px;
    margin: 0 auto;
    font-family: "NotoSansCJKjp";


}

#furusato-tax .furusato-tax-title {
    position: relative;
    margin-bottom: 42px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.46;
}

#furusato-tax .furusato-tax-title::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background-color: #DBB16F;
}

#furusato-tax .furusato-tax-more a {}

#furusato-tax .furusato-tax-more a:hover {
    background: #DBB16F;
    opacity: 1;
}

#furusato-tax .block-thumbnail-t>li {
    width: 210px;
    margin: 0 30px 40px 0;
    display: block;
    text-align: left;
}

.btn_ {
    position: relative;

}

.btn_ a {
    display: block;
    width: 360px;
    padding: 17px 0 15px;
    margin: 50px auto 0;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    border-radius: 40px;
    background: linear-gradient(to right, #FF9A01, #E51411);
    position: relative;
    font-family: "NotoSansCJKjp";
}

html[data-browse-mode="S"] .btn_ a {
    width: 300px;
    padding: 10px 0 8px;
    font-size: 1.2em;
}

.btn_ a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
    display: block;
    transform: rotate(45deg);
}

picture.tit_btm_bar img {
    width: 120px;
    margin: 30px 0;
}

#bg2025atmn {
    background: url('/img/usr/event/2025furusato/PC_bg.jpg?v3') repeat-x bottom;
    background-size: auto 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

html[data-browse-mode="S"] #bg2025atmn {
    background: url('/img/usr/event/2025furusato/SP_bg.jpg?v3') repeat-x bottom;
    background-size: contain;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #feddd4;
}

#sec01 {
    position: relative;
    top: -100px;
    padding-top: 100px;
    margin-top: 65px;
}

#sec02 {
    position: relative;
    top: -100px;
    padding-top: 40px;
    margin-top: 65px;

}

#sec03 {
    background-color: #FFF0E6;
}

html[data-browse-mode="S"] #sec01 {
    top: 0px;
    padding-top: 20px;
}

html[data-browse-mode="S"] #sec02 {
    margin: 100px 0 0 !important;
}

html[data-browse-mode="S"] #sec03 {}


/* sp */
html[data-browse-mode="S"] #furusato-tax {
    padding: 0 0 60px 0;
}

html[data-browse-mode="S"] #furusato-tax section {
    margin: 0px 0;
}

html[data-browse-mode="S"] #furusato-tax section:last-child {
    margin-bottom: 0;
}

html[data-browse-mode="S"] #furusato-tax .furusato-tax-title {
    margin-bottom: 34px;
    font-size: 22px;
    line-height: 1.4545;
}

html[data-browse-mode="S"] #furusato-tax .furusato-tax-title::after {
    bottom: -14px;
    width: 30px;
}

html[data-browse-mode="S"] #furusato-tax .furusato-tax-more a {
    z-index: 1;
}



/*-----------------------------------------
  mv
-----------------------------------------*/
#furusato-tax .sec-mv {
    width: 100%;
    margin: 0 auto;
}

#furusato-tax .sec-mv img {
    width: 100%;
    height: auto;
    display: block;
}

/* sp */
html[data-browse-mode="S"] #furusato-tax .sec-mv {
    margin: 0;
}

/*-----------------------------------------
  menu
-----------------------------------------*/
section.sec-menu {
    margin: -20px auto !important;
}

section.sec-menu {
    -20px 0 auto !important;
    background-color: #FFF;
    height: 100% !important;
    padding: 10px;
    padding-top: 30px !important;
    padding-bopttom: 30px !important;
    font-family: "NotoSansCJKjp";
}

section.sec-menu div {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-left: #7070707a 2px solid;
    border-right: #7070707a 2px solid;
}

section.sec-menu div ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.0;
    font-weight: 700;
}

section.sec-menu div ul li {
    border-left: #7070707a 2px solid;
    padding: 0 5em;
    eight: 64px;
    width: calc((100% - min(100px, 0vw)) / 3);
}

section.sec-menu div ul li:first-child {
    width:50% !important;
    border-left: none;
}

section.sec-menu div ul li a {
    display: block;
    padding: 10px 0;
    position: relative;
}

section.sec-menu div ul li a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #B60D14;
    border-top: 2px solid #B60D14;
    position: absolute;
    right: 112px;
    top: calc(50% - -22px);
    display: block;
    transform: rotate(135deg);
}

html[data-browse-mode=P] section.sec-menu {
    display:none !important;
}
    
html[data-browse-mode=S] section.sec-menu div ul li {
    padding: 0 0.5em;
    font-size: 0.8em;
    height: 55px;
}

html[data-browse-mode=S] section.sec-menu div {
    border-left: unset;
    border-right: unset;
}

html[data-browse-mode=S] section.sec-menu {
    padding: 10px 0 10px;
    height: 76px;
}

html[data-browse-mode=S] section.sec-menu div ul li a::after {
    right: 50%;
}

/*-----------------------------------------
  top
-----------------------------------------*/
#furusato-tax .sec-top {
    padding: 80px 0 80px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.05) 100%)
}

html[data-browse-mode="S"] #furusato-tax section.sec-top picture img {
    width: 90%;
    padding: 0 0px 0 11px;
}

#furusato-tax .sec-top img {
    width: 380px;
}

#furusato-tax .sec-top .top-date {
    width: 90%;
    max-width: 1074px;
    padding: 21px 20px 22px;
    margin: 10px auto 20px;
    background: #fff;
    border: 0.5px double #AE8B32;
    border-radius: 0px;
}

#furusato-tax .sec-top .top-date dl {
    display: flex;
    justify-content: center;
}

#furusato-tax .sec-top .top-date dl dt {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.46;
}

#furusato-tax .sec-top .top-date dl dd {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.45;

}

#furusato-tax .sec-top .top-lead {
    padding: 23px 0 24px;
    /* background: url(/img/usr/event/2024/furusato-tax/logo.png) no-repeat center center / 137px 119px;*/
}

#furusato-tax .sec-top .top-lead p {
    font-size: 18px;
    line-height: 2;
}

#furusato-tax .sec-top .top-lead p span {
    display: inline-block;
    padding: 2px 3px 4px;
    margin: 0 3px;
    line-height: 1.2;
    color: #FFF;
    background: #a070c5;
    font-weight: bold;
    border-radius: 6px;
}

.top-lead-pup {
    font-size: 1.6em;
    font-weight: 700;
    margin: 5px 0 5px;
}

.top-lead-pup span {
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 4px 0 0 #b70812;
    color: #b70812;
}

/* sp */
html[data-browse-mode="S"] #furusato-tax .sec-top {
    padding-top: 50px !important;
    padding-bottom: 20px;
    margin: 0px 0 55px;
}

html[data-browse-mode="S"] #furusato-tax .sec-top .top-date {
    width: calc(100% - 30px);
    padding: 12px 5px 12px;
    margin: 30px 15px 25px;
    border-radius: 8px;
    font-family: "NotoSansCJKjp";
}

html[data-browse-mode="S"] #furusato-tax .sec-top .top-date dl dt {
    margin-bottom: 2px;
    font-size: 14px;
}

html[data-browse-mode="S"] #furusato-tax .sec-top .top-date dl dd {
    font-size: 14px;
    line-height: 1.5;
}

html[data-browse-mode="S"] #furusato-tax .sec-top .top-lead {
    padding: 0 0px;
    background-size: 148px 128px;
    margin: 10px 0 0;
}

html[data-browse-mode="S"] #furusato-tax .sec-top .top-lead p {
    font-size: 15px;
    letter-spacing: -0.02em;
}

html[data-browse-mode="S"] #furusato-tax .sec-top .top-lead p span {
    padding: 2px 3px 4px;
    margin: 0 3px;
}

.entry_ntn {
    margin: 10px 0 0;
}

/*-----------------------------------------
キャンペーン内容
-----------------------------------------*/
.step-wrap {
    max-width: 1200px;
    margin: auto;
}

.cp-lty {
    font-family: "NotoSansCJKjp";
}

.sec-lty h2.sec-tit img {
    max-width: 314px;
    height: auto;
}

html[data-browse-mode="S"] .sec-lty h2.sec-tit img {
    max-width: 280px;
}

html[data-browse-mode="S"] picture.tit_btm_bar img {
    margin: 20px 0 0;
    width: 130px;
}

.lty_txt_1 {
    font-size: 19px;
    margin: 30px 0 10px;
}

html[data-browse-mode="S"] .lty_txt_1 {
    font-size: 14px;
}

.lty_txt_2 {
    color: #C2090F;
    font-size: 32px;
    margin: 0 0 40px;
    font-weight: 450;
}

html[data-browse-mode="S"] .lty_txt_2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.lty-box {
    /* display: flex; */
    /* gap: 20px; */
    max-width: 1200px;
    margin: auto;
}

html[data-browse-mode="S"] .lty-box {
    flex-direction: column;
    padding: 15px;
    gap: 15px;
}

html[data-browse-mode="P"] .howpoint a span {
    font-size: 0.8em;
}

html[data-browse-mode="S"] .howpoint a span {
    font-size: 0.6em;
}

html[data-browse-mode="S"] .ltly-2_3 ul li:nth-of-type(2) .howpoint a {
    top: 90%;
    right: 7px;
    font-size: 0.7em;
    font-weight: 600;
    text-align: right;
}

.howpoint a:hover {
    text-decoration: underline !important;
}

html[data-browse-mode="S"] .ltly-2_3 ul {
    gap: 15px;
    flex-direction: row;
}

section.sec-point {
    font-family: NotoSansCJKjp;
}

section.sec-point {
    font-size: 1.2em;
    font-weight: 700;
    margin: 50px 0 6 0px;
}

section.sec-point img {
    width: 750px;
}

html[data-browse-mode=S] section.sec-point img {
    width: 750px;
}

.step-wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

html[data-browse-mode=S] .step-wrap ul {
    flex-direction: column;
    gap: 0px;
}

.step-wrap ul li {
    width: calc((100% - 20px) / 2);
}

html[data-browse-mode=S] .step-wrap ul li {
    width: 100%;
    padding: 0 15px;
}

.step-wrap ul li:nth-of-type(4) .step_box {
    padding: 20px 20px 10px;
}

html[data-browse-mode=S] .j-tvl-tckt img {
    width: 450px;
}

/*-----------------------------------------
お買い物ポイント
-----------------------------------------*/
.point-box {
    width: 1080px;
    margin: auto;
    background-color: #FFFFFF;
    padding: 50px;
    padding-top: 10px !important;
    border-radius: 10px;
    margin-top: 15px;
}

html[data-browse-mode=S] .point-box {
    width: 100%;
    padding: 20px;
}

.point-box h3 {
    border-bottom: solid 1px #9E9077;
    margin: 20px !important;
    margin-top: -5px !important;
}

.point-box h3 img {
    width: 468px;
    margin-bottom: -10px;
}

.point-box p {
    text-align: left;
    font-size: 16px;
}

.point-box p .red {
    color: #CC0000;
}

html[data-browse-mode=S] .point-box h3 {
    width: 100% !important;
    padding: 0px !important;
    margin-left: 0px !important;

}

html[data-browse-mode=S] .point-box h3 img {
    width: 100% !important;
}

html[data-browse-mode=S] .point-box p {
    text-align: left;
    font-size: 14px;
}



.point-box .links_pnt {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 40px;
    margin: 0;
    list-style: none;
}

.point-box .links_pnt li a {
    display: flex;
    justify-content: center;
    min-width: 414px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
    background-image: url('/img/usr/event/2025furusato/lnk_arrw.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.point-box .links_pnt li a img {
    margin-left: 10px;
    width: 24px;
    height: auto;
}

html[data-browse-mode=S] .point-box .links_pnt {
    display: block;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    list-style: none;
}

html[data-browse-mode=S] .point-box .links_pnt li a {
    display: block;
    min-width: 100%;
    text-decoration: none;
    padding: 12px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    background-image: url('/img/usr/event/2025furusato/lnk_arrw.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    margin-bottom: 10px;
}

html[data-browse-mode=S] .point-box .links_pnt li a img {
    margin-left: 10px;
    width: 24px;
    height: auto;
}

.point-box .subtxt {
    font-size: 14px !important;
}

html[data-browse-mode=S] .point-box .subtxt {
    font-size: 12px !important;
}

/*-----------------------------------------
参加方法
-----------------------------------------*/
section.sec-howtoentry h2.sec-tit img {
    height: 40px;
}

html[data-browse-mode=S] section.sec-howtoentry h2.sec-tit img {
    width: 150px;
}

.step_box {
    background-color: #FFF;
    padding: 30px 30px;
    gap: 0px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    height: 284px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step_box img {
    margin-top: -40px;
}

html[data-browse-mode=S] .step_box {
    height: auto;
}

.step_rnd {
    margin: 30px auto -118px;
    height: 200px;
    width: 200px;
    background-color: #FFF;
    border-radius: 100px;
    padding: 30px 0 0;
    color: #DBB16F;
    font-size: 20px;
    flex-direction: column;
}

html[data-browse-mode=S] ..step_rnd {
    margin: 30px auto -118px;
}

.step_rnd span {
    font-size: 30px;
    padding: 0px 4px 0px;
    font-family: "YuMincho", serif;
}

.step-tit {
    margin: 10px 0 5px;
    font-size: 2em;
    font-family: "YuMincho", serif;
    font-weight: 500;
}

.step-btn-ntn {
    margin: 10px 0 0;
}

.btn_.step-btn a {
    margin: 25px auto 0;
}

/*-----------------------------------------
ふるさと納税とは
-----------------------------------------*/
.furusato-tax-wrap section {
    display: block;
    margin: 0px auto;
}

.howtofrusatotax_tit {
    border-bottom: 2px solid transparent;
    border-radius: 8px;
    border-image: repeating-linear-gradient(to right, #DBB16F, #DBB16F 7px, transparent 7px, transparent 14px) 1 round;
    padding: 0 0 12px;
    margin: auto;
    margin-bottom: 18px;
    font-weight: 700;
    width: 598px;
}

section.sec-howtofrusatotax {
    max-width: 1200px;
    background-color: rgba(255, 255, 255, 0.8);
    border: #DBB16F 15px solid;
    display: block;
    text-align: center;
    font-family: "NotoSansCJKjp";
    padding: 20px;
    margin: 0 auto 0px;
    margin-top: -50px;

}

html[data-browse-mode=S] .howtofrusatotax_tit {
    width: 100%;
}

html[data-browse-mode=S] section.sec-howtofrusatotax {
    padding: 20px 10px;
    margin: 0 0 70px !important;
    margin-top: -30px !important;

}

#furusato-tax section:first-child {
    margin: 0px auto;
}

.howtofrusatotax_txt_1 {
    margin: 10px 0 10px;
    font-size: 15px;
}

html[data-browse-mode=S] .howtofrusatotax_txt_1 {
    margin: 10px 0 10px;
    font-size: 14px;
}

html[data-browse-mode=S] .howtofrusatotax_txt_2 {
    font-size: 14px;
}

.howtofrusatotax .btn_ a {
    margin: 26px auto 0;
}

.furusato_pnt_box {
    width: 1050px;
    margin: auto;
    margin-top: 60px;
    background-color: #FFEBCF;
}

.furusato_pnt_box h4 {
    margin-bottom: 10px;
}

.furusato_pnt_box h4 img {
    margin-top: -20px;
    margin-left: 80px;
}

.furusato_pnt_box .mile_pnt {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 40px;
    margin-bottom: 30px;
}

html[data-browse-mode=S] .furusato_pnt_box {
    width: 100%;
}

html[data-browse-mode=S] .furusato_pnt_box h4 {
    margin-bottom: 10px;
}

html[data-browse-mode=S] .furusato_pnt_box h4 img {
    margin-top: 20px;
    margin-left: 0px;
}

html[data-browse-mode=S] .furusato_pnt_box p {
    padding: 10px;
    font-size: 14px;
}

html[data-browse-mode=S] .furusato_pnt_box .mile_pnt {
    width: 80%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}


/*-----------------------------------------
お買いもの
-----------------------------------------*/
.tojalmall-contents-box {
    padding-bottom: 80px;
}

html[data-browse-mode="S"] .tojalmall-contents-box {
    padding-bottom: 0px;
}

section.sec-tojalmall {
    margin: 100px auto 0px;
}

html[data-browse-mode="S"] #furusato-tax section.sec-tojalmall {
    margin: 50px auto 0px;
}

ul.tojalmall-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 930px;
    margin: 0 auto;
}

html[data-browse-mode=S] ul.tojalmall-list {
    font-size: 0.7em;
    gap: 20px;
    padding: 0 5px;
}

html[data-browse-mode=P] ul.tojalmall-list li {
    width: calc((100% - 20px) / 2);
}

html[data-browse-mode=S] ul.tojalmall-list li {
    width: calc((100% - 20px) / 1);
}

ul.tojalmall-list li a {
    display: block;
    width: 420px;
    padding: 15px 0 20px;
    margin: 20px auto 0;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(to right, #FF9A01, #E51411);
    position: relative;
    font-family: "NotoSansCJKjp";
}

html[data-browse-mode=S] ul.tojalmall-list li a {
    width: auto;
    margin: 0px auto 0;
}

ul.tojalmall-list li a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    position: absolute;
    right: 22px;
    top: calc(50% - 4px);
    display: block;
    transform: rotate(45deg);
}

html[data-browse-mode=S] ul.tojalmall-list li a::after {
    right: 15px;
}

#furusato-tax section.sec-tojalmall h2.title {
    position: relative;
    margin-bottom: 34px;
    line-height: 1.4545;
    font-weight: 700;
    font-size: 30px;
}

html[data-browse-mode="S"] #furusato-tax section.sec-tojalmall h2.title {
    position: relative;
    margin-bottom: 34px;
    font-size: 22px;
}

#furusato-tax section.sec-tojalmall h2.title::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background-color: #DBB16F;
}

html[data-browse-mode="S"] #furusato-tax section.sec-tojalmall h2.title::after {
    content: "";
    position: absolute;
    top: 39px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background-color: #DBB16F;
}

.tojalmall-bnr {
    padding-top: 25px;
}

/*-----------------------------------------
開催中キャンペーン　調整
-----------------------------------------*/
figcaption.campaign-list-detail {
    text-align: left;
}

div#winter_connection {
    max-width: 1200px;
    margin: auto;
}

section.sec-topic {
    margin: 80px auto 100px;
}

html[data-browse-mode=S] section.sec-topic {
    padding-top: 40px;
}

/*-----------------------------------------
  キャンペーン詳細
-----------------------------------------*/

#furusato-tax .sec-info .info-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.46;
}

#furusato-tax .sec-info h2::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background-color: #DBB16F;
}

#furusato-tax .sec-info {
    padding: 80px 0 80px;
    /* background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%); */
}

html[data-browse-mode=S] #furusato-tax .sec-info {
    background: unset;
    padding: 0px 0 0px;
    margin: 0px 0 0px;
}

#furusato-tax .sec-info .info-inner {
    max-width: 1200px;
    margin: 60px auto;
    background-color: #FFF;
    padding: 90px 30px;
}

html[data-browse-mode=S] #furusato-tax .sec-info .info-inner {
    max-width: 1200px;
    margin: 60px auto;
    background-color: #FFF;
    padding: 20px 30px;
}

#furusato-tax .sec-info .info-list {
    width: 100%;
    max-width: 930px;
    margin: 10px auto 0;
    text-align: left;
    margin-bottom: 40px;
}

#furusato-tax .sec-info .info-list>dt {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.458;
}

#furusato-tax .sec-info .info-list>dt::before {}

#furusato-tax .sec-info .info-list>dd {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.625;
}

#furusato-tax .sec-info .info-list>dd a {
    text-decoration: underline;
}

/* sp */
html[data-browse-mode="S"] #furusato-tax .sec-info {}

html[data-browse-mode="S"] #furusato-tax .sec-info .info-title {
    width: 240px;
    padding: 1px 10px 3px;
    margin: 0 auto 20px;
    font-size: 22px;
}

html[data-browse-mode="S"] #furusato-tax .sec-info .info-inner {}

html[data-browse-mode="S"] #furusato-tax .sec-info .info-list>dt {
    padding-left: 12px;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 1.44;
}

html[data-browse-mode="S"] #furusato-tax .sec-info .info-list>dd {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 1.714;
}

.BtnToTop {}

.BtnToTop a {
    background: radial-gradient(circle, #C78D54, #89592B);
}

.block-thumbnail-t--price-infos {
    padding: 0 30px 0 0;
}

.block-thumbnail-t--scomment {
    display: none;
}

html[data-browse-mode="S"] .campaign-contents-box .campaign-list li {
    width: calc((100% - 20px) / 2);
}

.info-inner {
    max-width: 1200px;
    margin: auto;
}

/*  JAL Mallおすすめ特集 */
html[data-browse-mode="S"] .campaign-contents-box .campaign-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

/*  落ち葉 */
.parallax-container {
    position: relative;
    height: 0;
    width: 1000px;
    margin: auto;
    overflow: visible;
    pointer-events: none
}

.leaf {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10
}

.layer1 {
    background-image: url('/img/usr/event/2025furusato/leaf01.png');
    width: 203px;
    height: 197px;
    top: -150px;
    right: -90px;
}

.layer2 {
    background-image: url('/img/usr/event/2025furusato/leaf02.png');
    width: 209px;
    height: 130px;
    top: 140px;
    left: -160px;
}

.layer3 {
    background-image: url('/img/usr/event/2025furusato/leaf03.png');
    width: 184px;
    height: 283px;
    top: 70px;
    left: 1130px;
}

.layer4 {
    background-image: url('/img/usr/event/2025furusato/leaf04.png');
    width: 206px;
    height: 189px;
    top: 700px;
    left: -350px;
}

/*  落ち葉 */
html[data-browse-mode="S"].parallax-container {
    position: relative;
    height: 0;
    width: 100%;
    margin: auto;
    overflow: visible;
    pointer-events: none
}

html[data-browse-mode="S"] .layer1 {
    background-image: url('/img/usr/event/2025furusato/leaf01.png');
    width: 70px;
    height: 68px;
    top: -40px;
    left: 31%;

}

html[data-browse-mode="S"] .layer2 {
    background-image: url('/img/usr/event/2025furusato/leaf02.png');
    width: 70px;
    height: 68px;
    top: 100px;
    left: -1%;
}

html[data-browse-mode="S"] .layer3 {
    background-image: url('/img/usr/event/2025furusato/leaf03.png');
    width: 65px;
    height: 100px;
    top: 90px;
    left: 31%;
}

html[data-browse-mode="S"] .layer4 {
    background-image: url('/img/usr/event/2025furusato/leaf04.png');
    width: 100px;
    height: 92px;
    top: 750px;
    left: -0px;
}


/* MILE UP CAMPAIGN */
html[data-browse-mode="P"] .search-contents {
    text-align: center;
    padding-top:10px;
}

html[data-browse-mode="P"] .search-contents.shop .tab-contents-item:not(:first-child) {
    display: none;
}

html[data-browse-mode="P"] .search-contents.shop ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin: 60px 0 0;
    justify-content: center;
}

html[data-browse-mode="P"] .search-contents.shop li {
    position: relative;
    width: 246px;
}

html[data-browse-mode="P"] .search-contents.shop li a {
    display: block;
}

html[data-browse-mode="P"] .search-contents.shop li figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 218/118;
    border: 1px solid #D5D5D5;
}

html[data-browse-mode="P"] .search-contents.shop li figure img {
    max-width: 95%;
    max-height: 95%;
}

html[data-browse-mode="P"] .search-contents.shop li .name {
    font-size: 12px;
    margin: 5px 0 0;
}

html[data-browse-mode="P"] .search-contents.shop li .label {
    position: absolute;
    top: -24px;
    right: -24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(-45deg, #AC0F14 0%, #AC0F14 50%, #CC090F 50%, #CC090F 100%);
    z-index: 1;
}

html[data-browse-mode="P"] .search-contents.shop li figure,
html[data-browse-mode="S"] .search-contents.shop li figure {
    display: block;
}

html[data-browse-mode="P"] .search-contents.shop li figure img,
html[data-browse-mode="S"] .search-contents.shop li figure img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}


html[data-browse-mode="S"] .search-contents:last-child {
    margin: 0;
}

html[data-browse-mode="S"] .search-contents:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
}


@media screen and (max-width: 400px) {
    html[data-browse-mode="S"] .search .search-contents.shop h2 {
        margin-right: -10px;
        margin-left: -10px;
        width: calc(100% + 20px);
    }
}

html[data-browse-mode="S"] .search-contents.shop {
    display: flex;
    flex-direction: column;
    align-items: center;
}

html[data-browse-mode="S"] .search-contents.shop .tab-contents {
    width: 100%;
    margin: 0px 0 0;
}

html[data-browse-mode="S"] .search-contents.shop .tab-contents-item:not(:first-child) {
    display: none;
}

html[data-browse-mode="S"] .search-contents {
    padding: 30px;
}

html[data-browse-mode="S"] .search-contents.shop ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

html[data-browse-mode="S"] .search-contents.shop li {
    position: relative;
    width: calc((100% - 20px) / 2);
}

html[data-browse-mode="S"] .search-contents.shop li a {
    display: block;
}

html[data-browse-mode="S"] .search-contents.shop li figure {
    display: block;
    text-align: center;
    width: 100%;
    aspect-ratio: 218/118;
    border: 1px solid #D5D5D5;

}

html[data-browse-mode="S"] .search-contents.shop li figure img {
    max-width: 100%;
    max-height: 100%;
    display: block !important;
}

html[data-browse-mode="S"] .search-contents.shop li .name {
    font-size: 12px;
    margin: 5px 0 0;
}

html[data-browse-mode="S"] .search-contents.shop li .label {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(-45deg, #AC0F14 0%, #AC0F14 50%, #CC090F 50%, #CC090F 100%);
    z-index: 1;
}