@charset "utf-8";


.bgc-daecf2{
}

.coupon_header a{
    display: flex;
    justify-content: center;
    align-items: center;
    height:13.28125px ;
    background-color: #bf0000;
    color:#ffffff;
    font-weight:bold ;
    font-size:3.25px;
}

.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi{
    background-color: #ffffff;
    gap:10px;
    align-items:end ;
    padding: 24px 0px;
    height:128px ;
}

.ecm-floating-navi-container.-sw_mt4[data-sticky="true"] {
  background-color: transparent;
  box-shadow:none ;
  top:64px;
}

.ecm-floating-navi-container.-sw_mt4[data-sticky="true"] .ecm-floating-navi{
  background-color: transparent;
  padding: 0;
  height: 90px;
  overflow: visible;
}

.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item{
    vertical-align: baseline;
    width: 153px;
    height: 80px;
    display: flex;
    flex-shrink: 0;
    padding: 0;
    box-sizing: content-box;
  border-bottom: none;
}
.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item span{
    color:#333333 ;
    font-size:16px;
    width: 153px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: content-box;
  background-image:radial-gradient(#444444 0%,#444444 20%, #222222 100%) ;
}
.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item:nth-child(1) span,
.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item:nth-child(3) span{
  padding-top: calc(16px);
  mask-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/nav_bg_double.png) ;
  mask-size: 100% auto;
  mask-position: center;
  mask-repeat: no-repeat;
  color:#ffffff;
  /* filter:drop-shadow(1px 1px#444444)
         drop-shadow(-1px 1px#444444)
         drop-shadow(1px -1px#444444)
         drop-shadow(-1px -1px#444444)
  ; */
}
.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item:nth-child(2) span,
.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item:nth-child(4) span{
  padding-top: calc(16px);
  mask-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/nav_bg_single.png) ;
  mask-size: 100% auto;
  mask-position: center;
  mask-repeat: no-repeat;
  color:#ffffff;
  /* filter:drop-shadow(1px 1px#444444)
         drop-shadow(-1px 1px#444444)
         drop-shadow(1px -1px#444444)
         drop-shadow(-1px -1px#444444) */
  ;
}
.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item:nth-child(5) span,
.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item:nth-child(6) span{
  border: 1px solid #333333;
  height: 64px;
  margin-top: 16px;
  background: #ffffff;
  border-radius: 4px;
  color:#333333 !important;
}
.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item{
 transition: filter ease-in-out 0.3s;
}
.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item[data-in-viewport=true]{
 transition: filter ease-in-out 0.3s;
}

.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item:nth-child(1)[data-in-viewport=true]{

  filter:drop-shadow(1px 1px 4px rgba(254,196,0,1))
         drop-shadow(-1px -1px 4px rgba(254,196,0,1))
  ;
}
.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item:nth-child(2)[data-in-viewport=true]{

  filter:drop-shadow(1px 1px 4px rgba(80,220,255,1))
         drop-shadow(-1px -1px 4px rgba(80,220,255,1))
  ;
}
.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item:nth-child(4)[data-in-viewport=true]{

  filter:drop-shadow(1px 1px 4px rgba(74,144,226,1))
         drop-shadow(-1px -1px 4px rgba(74,144,226,1))
  ;
}
.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item:nth-child(3)[data-in-viewport=true],
.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item:nth-child(5)[data-in-viewport=true],
.ecm-floating-navi-container.-sw_mt4 .ecm-floating-navi-item:nth-child(6)[data-in-viewport=true]{

  filter:drop-shadow(1px 1px 4px rgba(255,255,255,1))
         drop-shadow(-1px -1px 4px rgba(255,255,255,1))
  ;
}

.ecm-floating-menu.-sw_mt4 .ecm-floating-nav-pill{
  padding: 0px;
  background-color: transparent;
}

/*  contents  */

.top_days_lead{
  background-color: #000000;
  padding: 20px 0px;
}
.top_days_lead p{
  font-size:40px;
  color:#f7fbfd;
  text-align: center;
  text-shadow:1px 1px 0 #0d5077,
              1px -1px 0 #0d5077,
              -1px 1px 0 #0d5077,
              -1px -1px 0 #0d5077;
  filter:drop-shadow(0 0 5px rgba(9,178,255,0.8)) ;
}
.top_days_lead p span{
  font-weight: bold;
}

.pointup_top{
  background-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/pointup_top_bg.png) ;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat;
  padding:80px 0 76px;
}
.pointup_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 590px;
  height: 122px;
  background-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/pointup_top_ttl_deco.png) ;
  background-size: 100% auto;
  background-position:center;
  background-repeat: no-repeat;
  margin:0 auto 16px;
}
.pointup_ttl > span{
    color:#ffdd00;
    font-size: 22px;
    text-align: center;
}
.pointup_ttl > span span{
    font-size: 32px;
}


.-pointup_anc{
  width: 480px;
  margin:0 auto 24px;
  gap: 20px;
}

.pointup_subttl{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color:#ffdd00;
  font-size:22px;
  text-align: center;
  margin-bottom: 32px;
}
.pointup_subttl span{
  padding: 0 1em;
}


.pointup_subttl:before{
  display: block;
  content: "";
  width: 82px;
  height: 85px;
  background-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/pointup_subtitle_before.png) ;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.pointup_subttl:after{
  display: block;
  content: "";
  width: 86px;
  height: 91px;
  background-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/pointup_subtitle_after.png) ;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}


.pointup_period{
  color:#ffffff;
  font-size:18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.8em;
}

.coupon_period{
  color:#ffffff;
  font-size:18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.8em;
}
.pointup_lead{
  color:#ffffff;
  font-size:14px;
  text-align: center;
  margin-bottom: 1em;
}

.pointup_link{
  font-size:14px;
  text-align: center;

}
#shop01 .pointup_link{
  font-size:22px;
   /* --- 追記分 --- */
    color: #003366;                 /* 濃い青色に変更（可読性確保） */
    font-weight: bold;              /* 太字で強調 */
    text-decoration: underline;     /* 下線を明示 */
    text-underline-offset: 4px;     /* 下線の隙間を調整 */
    text-decoration-thickness: 2px; /* 下線を少し太く */
    transition: 0.3s;               /* ホバー時の変化を滑らかに */
}

/* マウスホバー時の装飾変化 */
#shop02 .pointup_link:hover {
    color: #000000;                 /* ホバーで色を少し変える（反応の明示） */
    text-decoration: underline;     /* 下線は残す */
}


#shop02 .pointup_link{
  font-size:22px;
  /* color: ; */
   /* --- 追記分 --- */
    color: #003366;                 /* 濃い青色に変更（可読性確保） */
    font-weight: bold;              /* 太字で強調 */
    text-decoration: underline;     /* 下線を明示 */
    text-underline-offset: 4px;     /* 下線の隙間を調整 */
    text-decoration-thickness: 2px; /* 下線を少し太く */
    transition: 0.3s;               /* ホバー時の変化を滑らかに */
}

/* マウスホバー時の装飾変化 */
#shop02 .pointup_link:hover {
    color: #000000;                 /* ホバーで色を少し変える（反応の明示） */
    text-decoration: underline;     /* 下線は残す */

}

.shop_wrap{
    padding:72px 0;
}

.shop_wrap .shop_ttl{
    text-align: center;
    margin-bottom: 64px;
}
.shop_wrap .shop_ttl div{
    width: 320px;
    margin: 0 auto 40px;
}
.shop_wrap .shop_ttl .shop_lead{
  background-color: rgba(0,0,0,0.2);
  width: 560px;
  padding: 18px;
  margin: 0 auto 64px;
  font-size: 16px;
  color:#ffffff;
  line-height: 1.5;
  text-align: center;
}

.pointup_end_alt{
    background-color: rgba(0,0,0,0.2);
  width: 560px;
  padding: 18px;
  margin: 0 auto 64px;
  font-size: 16px;
  color:#ffffff;
  text-align: center;
}

.content{
    padding:3.125px 5px 11.875px;
}

.white_box{
  background-color: #ffffff;
  width:100%;
  border-radius:16px;
  padding:64px 16px 48px;
  margin: 0 auto 40px;
}
.shadow_box{
  background-color: rgba(0,0,0,0.2);
  width: 560px;
  padding: 18px;
  margin: 0 auto 64px;
  font-size: 16px;
  color:#ffffff;
  text-align: center;
}
.shadow_box._right{
  background-color: rgba(255,255,255,0.2);
}
.shadow_box._text-black{
  color:#333333;
}
.shadow_box._text-black .content_subtitles{
  color:#000000;
}


.pointup_con_subttl h3{
  text-align: center;
  font-size: 22px;
}


.cnt-headline.-sw_mt4 {

  }
.cnt-headline.-sw_mt4 .text-en{
  text-align: center;
  margin-bottom:calc(24px);
  }
.cnt-headline.-sw_mt4 .ecm-commentary-headline{
  font-size: 32px;
  color:#ffffff;
  padding-bottom: 30px;
  margin-bottom: 36px;
  }
.article[bg="cnt01"] .cnt-headline.-sw_mt4 .ecm-commentary-headline{
  color:#ffdd00;
}

.white_box .cnt-headline.-sw_mt4 .ecm-commentary-headline{
  color:#000000;
  }

.cnt-headline.-sw_mt4 .ecm-commentary-headline:after{
  width:120px;
  height:6px ;
  border-radius: 3px;
  margin-left: -60px;
  background-color: #ffffff;
    filter:
         drop-shadow(1px 1px 2px #ffeb9b)
         /* drop-shadow(-1px 1px 2px #ffeb9b)
         drop-shadow(1px -1px 2px #ffeb9b) */
         drop-shadow(-1px -1px 2px #ffeb9b)
  ;
}

.white_box .cnt-headline.-sw_mt4 .ecm-commentary-headline:after,
.article[bg="cnt05"] .cnt-headline.-sw_mt4 .ecm-commentary-headline:after,
.article[bg="cnt06"] .cnt-headline.-sw_mt4 .ecm-commentary-headline:after{
    filter:
         drop-shadow(1px 1px 3px #2ba8ff)
         /* drop-shadow(-1px 1px 3px #2ba8ff)
         drop-shadow(1px -1px 3px #2ba8ff) */
         drop-shadow(-1px -1px 3px #2ba8ff)
  ;
}

.content_subtitles{
      font-size: calc(32px);
  color:#ffffff;
  margin-bottom: 0.6em;
}

.swConBtn.-sw_mt4 a{
  background-color: #ffdd00;
  color:#333333 !important;
  font-weight: bold;
}

.swConBtn.-sw_mt4 a:after{
  border-color: #333333;;
}

.movie_wrap{
  background-color: rgba(0,0,0,0.2);
  width: 100%;
  padding: 32px;
  margin: 48px auto 0;
  font-size: 16px;
  color:#ffffff;
}
.movie_area_ttl{
  font-size:22px;
  color:#ffffff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8em;
}
.movie_copy_right{
  font-size: 14px;
  color:#ffffff;
  text-align: left;
  margin-top: 0.6em;
  margin-bottom: 1.4em;
}
.movie_about{
  font-size:16px;
  color:#ffffff;
  text-align: left;
}
.movie_about span{
  font-weight: bold;
}


.coupon_btn_wrap{
    width:400px;
    margin:0 auto 3.75px;
}

.coupon_btn_wrap .ecm-coupon-link{
  padding-top: 16px;
}


  /* .coupon_btn_wrap .ecm-coupon-link:after {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at center left, transparent 0px, transparent 10px,#bf0000 11px), radial-gradient(circle at center right, transparent 0px, transparent 10px,#bf0000 11px);
    background-size: calc(55% + 1px) 100%, calc(55% + 1px) 100%;
    background-repeat: no-repeat;
    background-position: -1px 50%, calc(100% + 1px) 50%;
    border-radius: 4px;
  }
  
.coupon_btn_wrap .ecm-coupon-link:before {
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
    width: calc( 100% - 2px);
    height: calc( 100% - 2px);
    background-image: radial-gradient(circle at center left, transparent 0px, transparent 10px,#bf0000 10px,#bf0000 11px, #fff 12px), radial-gradient(circle at center right, transparent 0px, transparent 10px,#bf0000 10px,#bf0000 11px, #fff 12px);
    background-size: calc(55% + 1px) 100%, calc(55% + 1px) 100%;
    background-repeat: no-repeat;
    background-position: -1px 50%, calc(100% + 1px) 50%;
    border-radius: 4px;
  }
   */
  .coupon_btn_wrap .ecm-coupon-discount{
    color:#bf0000;
    font-size: 32px;
    margin-bottom: 16px;
  }
  .coupon_btn_wrap .ecm-coupon-discount em{
      font-size:56px;
  }
  
  .coupon_btn_wrap .ecm-coupon-title{
    color:#333333;
    font-size: 20px;
    margin-bottom: 16px;
  }
  
  .coupon_btn_wrap .ecm-coupon-text{
    border-top-color:#bf0000;
    background-color:#bf0000;
    color:#ffffff;
    font-size:24px;
    font-weight: normal;
    padding: 18px 0 18px;
  }
  
  .coupon_btn_wrap .ecm-coupon-text i{
    color:#ffffff;
  }
  
  .coupon_btn_wrap .ecm-coupon-note{
    /* color:#333333; */
    color:#ffffff;
    font-size: 16px;
    margin-top: 8px;
  } 
  
  
.d-grid.-sw_mt4-banner{
  
}
.d-grid.-sw_mt4-banner a{
  border-radius: 8px;
  border:1px solid #cccccc;
  overflow: hidden;
}

/* bg */
.shop_wrap._01{
    background-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/shop01_bg_top_img.png),url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/shop01_bg_bottom_img.png) ;
  background-size: 1920px auto,1920px auto;
  background-position: top center, bottom center;
  background-repeat: repeat-x;
  background-color: #000000;

}
.shop_wrap._02{
    background-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/shop02_bg_top_img.png),url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/shop02_bg_bottom_img.png) ;
  background-size: 1920px auto,1920px auto;
  background-position: top center, bottom center;
  background-repeat: repeat-x;
  background-color: #d47441;
  padding-bottom:calc(24px) ;
}

.article[bg="osusume"]{
      background-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/osusume_bg.png) ;
  background-size: 1920px auto;
  background-position:  bottom center;
  background-repeat: repeat;
  background-color: #000000;
}
.article[bg="cnt01"]{
  background-color: #000000;
}

.con01_lead{
        background-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/con01_lead_bg.png) ;
  background-size: 468px auto;
  background-position:  bottom right;
  background-repeat: no-repeat;
  height: 285px;
  padding: 0 550px 0 0;
  margin: 0 0 24px;
}
.con01_lead h3{
  color:#ffffff;
  font-size:18px ;
  line-height: 1.5;
  margin-bottom: 8px;
}
.con01_lead p{
  color:#ffffff;
  font-size:14px ;
  line-height: 1.5;
}
.article[bg="cnt02"]{
    background-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/con02_bg.png) ;
  background-size: 1920px auto;
  background-position: bottom center;
  background-repeat:repeat;
  background-color: #0f848c;
  padding-bottom:64px ;
}
.article[bg="cnt03"]{
    background-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/con03_top_bg.png),url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/con03_bottom_bg.png) ;
  background-size: 1920px auto,1920px auto;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  background-color: #ede0d0;
  padding-bottom:calc(80px) ;
}
.article[bg="cnt04"]{
    background-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/con04_top_bg.png),url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/con04_bottom_bg.png) ;
  background-size: 1920px auto,1920px auto;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  background-color: #000000;
  padding-bottom:calc(80px) ;
}
.article[bg="cnt05"]{
    background-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/con05_top_bg.png),url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/con05_bottom_bg.png) ;
  background-size: 1920px auto,1920px auto;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  background-color: #94afc5;
  padding-bottom:calc(80px) ;
}
.article[bg="cnt06"]{
    background-image:url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/con06_top_bg.png),url(https://r.r10s.jp/evt/event/starwars/mt4/_pc/img/20260427/con06_bottom_bg.png) ;
  background-size: 1920px auto,1920px auto;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  background-color: #000000;
  padding-bottom:calc(80px) ;
}
/* --- おすすめ企画バナーのレイアウト調整 --- */
.-sw_mt4-banner {
  display: grid;
  grid-template-columns: 1fr 1fr; /* PCなので常に2列 */
  gap: 24px; /* 指定されていたmd-d-grid-gap-24相当 */
  align-items: stretch;
}

/* バナーと注記をセットにするコンテナ */
.banner-with-lead {
  display: flex;
  flex-direction: column;
}

/* 画像を枠いっぱいにフィットさせる */
.-sw_mt4-banner a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 注記のスタイル */
.pointup_lead {
  margin-top: 8px;
  font-size: 12px;
  color: #ffffff; /* 背景が黒系なので白文字にしています */
  line-height: 1.4;
}
/* 左の注記用コンテナのスタイル */
.banner-with-lead {
  display: flex;
  flex-direction: column;
}

/* 注記の文字スタイル */
.banner-with-lead .pointup_lead {
  margin-top: 8px;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.4;
}

/* グリッド自体の設定（崩れ防止） */
.-sw_mt4-banner {
  align-items: start; /* バナーの高さが揃わない場合はここを調整 */
}
