@charset "UTF-8";

/* ----------------------------------
 COMMON
---------------------------------- */
#header { margin-bottom: 0;}
.eng { font-family: 'Noto Sans Japanese', sans-serif;}

/* ----------------------------------
 SHOP HEADER
---------------------------------- */
#shop_header_bg { min-height: 160px; margin:40px 0; display: flex; justify-content: center; align-items: center;}
#shop_header_bg .shop-header-inner { width: 1200px; margin: 0 auto; display: flex; align-items: center;}
#shop_header_banner { margin: 0 0 40px 0;}
#shop_header_banner .shop-header-inner { width: 1200px; margin: 0 auto; display: flex; align-items: center;}

/* ----------------------------------
 SHOP LEFT
---------------------------------- */
#left_connect .banners {}
#left_connect .banners li { margin: 0 0 10px 0; text-align: center;}

/* ----------------------------------
 SHOP FOOTER
---------------------------------- */
/*
#shop_footer { padding: 60px 0; border-top: #E0E0E0 1px solid;}
#shop_footer .shop-footer-inner { width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
#shop_footer .shop-footer-logo { width: 260px; padding: 0 40px 0 0; border-right: #E0E0E0 1px solid;}
#shop_footer .shop-footer-logo img { width: 220px; vertical-align: top;}
#shop_footer .shop-footer-menu { width: calc(100% - 260px); display: flex; flex-wrap: wrap; align-items: center;}
#shop_footer .shop-footer-menu li { margin: 0 0 0 40px; font-size: 16px;}
#shop_footer .shop-footer-menu li a { padding: 0 0 0 20px; transition: 0.3s; position: relative; display: block;}
#shop_footer .shop-footer-menu li a::before { content: ""; width: 8px; height: 8px; border-right: 1px solid #111; border-top: 1px solid #111; display: inline-block; transform: rotate(45deg); position: absolute; top: calc(50% - 4px); left: 0;}
#shop_footer .shop-footer-menu li a:hover { text-decoration: underline;}*/

/* ----------------------------------
 SHOP TOP
---------------------------------- */
#shop_top .shop-top-banner { margin: 0 0 40px 0; text-align: center;}
.pane-contents { background: #f4f5f6;}
.wrapper { background: #f4f5f6!important;}

/* mainvisual */
#top_mainvisual { margin: 0 0 20px 0;}
#top_mainvisual #slide_mv li { height: 310px;}
#top_mainvisual .bx-wrapper .bx-pager { padding-top: 20px; text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #E0E0E0;}
#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a { width: 12px; height: 12px; margin: 0 10px; outline: 0; border-radius: 12px; background: #E0E0E0; text-indent: -9999px; display: block;}
#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a.active,
#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a:focus { background: #111111;}
#top_mainvisual .bx-wrapper .bx-pager-item,
#top_mainvisual .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; vertical-align: bottom;}
#top_mainvisual .bx-wrapper .bx-pager-item { font-size: 0; line-height: 0;}

/* lead */
#top_lead { margin: 0 0 60px 0;}
html[data-browse-mode="S"] #top_lead { padding: 0 15px;}

/* pickup */
#top_pickup { margin: 0 0 60px 0;}
html[data-browse-mode="S"] #top_pickup { padding: 0 15px;}
#top_pickup .banners { display: flex; flex-wrap: wrap; justify-content: space-between; margin: auto!important;}
#top_pickup .banners li { margin: 0 0 10px 0; width: 100%!important;}
#top_pickup .banners li.short { max-width: 450px;}
#top_pickup .banners li:nth-child(2n) { margin: 0 0 10px 0;}
html[data-browse-mode="S"] #top_pickup .banners li.short { width: calc(50% - 5px);}

/* features */
#top_features { padding: 40px 19px 20px; margin: 0 0 80px 0; border: #E0E0E0 1px solid; border-radius: 10px; background: #F8F8F8; box-sizing: border-box;}
#top_features .headline { margin: 0 0 30px 0;}
#top_features .eng { padding: 0; margin: 0 0 10px 0; font-size: 32px; font-weight: bold; text-align: center; line-height: 1.0; color: #111111;}
#top_features .jpn { font-size: 12px; font-weight: bold; text-align: center; color: #666666;}
#top_features .banners { display: flex; flex-wrap: wrap;}
#top_features .banners li { width: 290px; margin: 0 10px 10px 0;}
#top_features .banners li img { vertical-align: top;}
#top_features .banners li a { transition: 0.3s;}
#top_features .banners li a:hover { opacity: 0.7;}
#top_features .banners li:nth-child(3n) { margin: 0 0 10px 0;}

/* coupon */
#top_coupon { margin: 0 0 60px 0;}
.coupon-block { background: #fff; width: 80%; max-width:330px; border-radius: 8px; margin: 0 auto; text-align: center; font-weight: bold; font-size:20px; padding: 10px 0;}
.coupon-block span { font-size: 14px;}



/* キャンペーン詳細 */
.section-cp-note {
  background-color: #F8F8F8;
  padding-block: 24px 40px;
}
.section-cp-note .section-inner {
  /* max-width: 840px; */
}
.section-cp-btm .section-inner {
  /* max-width: 840px; */
}

html[data-browse-mode="P"] .section-cp-note {
  padding-block: 40px;
}
.cp-note {
/*  background-color: #F8F8F8;*/
}
.cp-note__hdg {
/*  border-bottom: 2px solid #BCA14E;*/
  color: var(--theme-red);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.cp-note__txt {
  font-size: 16px;
  line-height: 1.625;
}
html[data-browse-mode="P"] .cp-note__hdg {
  font-size: 24px;
}

html[data-browse-mode="P"] .contentContainer {
  width: 100%;
}
html[data-browse-mode="P"] .contentContainer {
  background: #fff;
  padding: 50px;
  margin-bottom: 40px;
}
html[data-browse-mode="P"] .precautionsTxt {
  margin-bottom: 30px;
}
html[data-browse-mode="P"] .precautionsTxt dt {
  font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}
html[data-browse-mode="P"] .precautionsTxt dd {
  font-size: 16px;
  font-weight: normal;
}

html[data-browse-mode="S"] .contentContainer {
  width: 100%;
}
html[data-browse-mode="S"] .contentContainer {
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
}
html[data-browse-mode="S"] .precautionsTxt {
  margin-bottom: 20px;
}
html[data-browse-mode="S"] .precautionsTxt dt {
  font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
}
html[data-browse-mode="S"] .precautionsTxt dd {
  font-size: 10px;
}
.precautionsTxt dd a {
    text-decoration: underline;
}

/* ----------------------------------
戻るボタン
---------------------------------- */
.BtnToTop a {
    background-color: #C01C28;
    border-radius: 23px;
    color: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    text-align: center;
    padding: 0;
    min-height: 46px;
    max-width: 350px;
    margin-inline: auto;
    transition: opacity .3s;
    margin: 0 auto 30px;
}