@charset "utf-8";
/* LP common syle
 ========================================================================================================================================= */
/*---------------------------------------------
   テキストリンク
---------------------------------------------*/
#cp .contentsLinkList p {
  margin-top: 0 !important;
  text-align: left !important;
}
#cp .linkColor {
  font-weight: bold !important;
  text-decoration: underline !important;
  color: #3f6974 !important;
}

/*---------------------------------------------
   common
---------------------------------------------*/
figure {
  margin: 0;
}
#cp #contents .spOnly,
#cp #contents .spOnlyFlex {display: none!important;}
#cp #contents .pcOnly {display: inline-block!important;}
#cp #contents .pcOnlyFlex  {display: flex!important;}
@media screen and (max-width: 767px) {
  #cp #contents .pcOnly,
  #cp #contents .pcOnlyFlex {display: none!important;}
  #cp #contents .spOnly {display: inline-block!important;}
  #cp #contents .spOnlyFlex {display: flex!important;}
}

/* font */
#cp .fs11 { font-size: 11px; }
#cp .fs13 { font-size: 13px; }
#cp .fs15 { font-size: 15px; }
#cp .fs18 { font-size: 18px; }
#cp .fs20 { font-size: 20px; }
#cp .fs34 { font-size: 34px; line-height: 1.35em;}
#cp .fsp01 { font-size: 150%; }
#cp .fsp02 { font-size: 130%; }

#cp .fc01 { color: #005bac; }
#cp .fc02 { color: #dc1c26; }
#cp .fc03 { color: #fff; }
#cp .fc04 { color: #ffba00; }
#cp .fc05 { color: #ff8100; }

#cp .fw0b { font-weight: bold; }
#cp .fw100 { font-weight: 100; }
#cp .fw300 { font-weight: 300; }
#cp .fw900 { font-weight: 900; }
#cp .fwn { font-weight: normal; }

#cp .bc01 { background-color: #005bac; }
#cp .bc02 { background-color: #808080; }
#cp .bc03 { background-color: #ffba00; }
#cp .bc04 { background-color: #ff8100; }
#cp .bc05 { background-color: #dcebf8; }
#cp .bc06 { background-color: #fff8db; }
#cp .bc07 { background-color: #fff6ec; }

#cp .mt24 { margin-top:24px; }



/* ==========================ページ固有  ======================================*/

.containerInner {
  margin-top: 64px;
  padding-bottom: 100px;
}
.containerInner * {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .containerInner {
    margin-top: 48px;
    padding-bottom: 0;
  }
  .containerInner section[class*="Area"] {
    padding: 0 15px;
  }
}

#cp .lp_cnt {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 939px) {
  #cp .lp_cnt {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #cp .lp_cnt {
    padding: 0 15px;
  }
}

#visualArea{
  text-align: center;
}
#visualArea .visualMain {
  position: relative;
}
#visualArea .period {
  background-color: #FFFFE5;
  width: 100%;
}
#visualArea .visualMain img {
  max-width: 696px;
}
#visualArea .period img {
  max-width: 940px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 767px) {
  #visualArea .visualMain .mvRead {
    display: none;
  }
  #visualArea .visualMain .mvImg img {
    width: 100%;
  }
  #visualArea .period {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #visualArea {
    background-color: #E61E1E;
    background-image: url(/campaign/gaikaex/fxcashback_202511/common_fx/images/pc_bg.webp);
    background-size: 1600px;
    background-repeat: no-repeat;
    background-position: center 0;
  } 
  #visualArea .visualMain {
    margin: 0 auto;
  }
  #visualArea .visualMain .mvRead {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 60px;
    line-height: 60px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #visualArea .period {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 104px;
  }
}


/*---------------------------------------------
  PC_エントリーボタン
---------------------------------------------*/
.kouzaBtnArea  {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.kouzaBtnArea .textLink {
  margin-top: 32px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.kouzaBtnArea .list {
  margin-top: 16px;
}
[class*="kouzaBtnType"] {
  color: #ffffff;
  background-color: #00BA00;
  border-radius: 5px;
  box-shadow: 0 4px 0 #008400;
  transition: all 0.1s ease-in-out 0s;
  font-weight: bold;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
[class*="kouzaBtnType"]::after {
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  width: 32px;
  height: 32px;
  background: url(/campaign/gaikaex/fxcashback_202511/common_fx/images/icon_arrow1.svg) 0 0 / 100% auto no-repeat ;
}
[class*="kouzaBtnType"]:hover {
  box-shadow: 0 0 0 #A80D15;
  opacity: 1!important;
  -webkit-transform: translate3d(0, 6px, 0);
  -ms-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
}
[class*="kouzaBtnType"] .txt {
  font-size: 28px;
}
[class*="kouzaBtnType"] .txt span{
  font-size: 20px;
}
.kouzaBtnType02 {
  background-color: #fff;
  border: 1px solid #404040;
  box-shadow: 0 4px 0 #272727;
}
.kouzaBtnType02 .txt{
  color:#404040;
}
.kouzaBtnType02::after{
  background: url(/campaign/gaikaex/fxcashback_202409/common_fx/images/icon_arrow2.svg) 0 0 / 100% auto no-repeat ;
}
.kouzaBtnArea .kouzaTxt{
  font-size: 18px;
  font-weight: bold;
  margin: 32px auto 8px;
  line-height: 1.75;
}

/*---------------------------------------------
  SP_エントリーボタン
---------------------------------------------*/
@media screen and (max-width: 767px) {
  [class*="kouzaBtnType"] {
    height: 60px;
  }
  [class*="kouzaBtnType"]::after {
    width: 24px;
    height: 24px;
    display: none;
  }
  [class*="kouzaBtnType"] .txt {
    font-size: 22px;
    margin-right: 0;
  }
  [class*="kouzaBtnType"] .txt span{
    font-size: 16px;
  }
  .kouzaBtnArea  {
    max-width: auto;
    padding: 0 16px;
  }
  .kouzaBtnArea .textLink {
    font-size: 16px;
  }
  .kouzaBtnArea .kouzaTxt{
    font-size: 16px;
    margin: 32px auto 8px;
  }
  .kouzaBtnArea .kouzaTxt img {
    width: 286px;
  }
}

@media screen and (max-width: 340px) {
  [class*="kouzaBtnType"]::after {
    position: initial;
    margin-left: 6%;
  }
  .kouzaBtnType01,.kouzaBtnType02{
    padding-left: 13%;
  }
  [class*="kouzaBtnType"] .txt {
    font-size: 6.5vw;
  }
  [class*="kouzaBtnType"] .txt span {
    font-size: 4.7vw;
  }
}

/*---------------------------------------------
	共通デザイン
---------------------------------------------*/
.ttl_02 {
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 32px;
}
.ttl_02::after {
  content: '';
  background: #404040;
  width: 100%;
  height: 3px;
  display: block;
  margin: 8px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .ttl_02 {
    font-size: 26px;
  }
  .ttl_02::after {
    margin: 8px auto 0 auto;
  }
}

/*---------------------------------------------
	当選までの流れエリア
---------------------------------------------*/
.stepTitle {
  background-color: #FFF2F2;
}
.stepInner {
  box-sizing: border-box;
  background-color: #FFF2F2;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}
.stepInner > picture {
  position: relative;
}
.stepInner > picture::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  background: url(/campaign/gaikaex/fxcashback_202511/common_fx/images/icon_arrow.svg) 0 0 / 100% auto no-repeat ;
}
.stepInnerBottom {
  background-color: #FFFFE5;
  margin: 0 auto;
}
.stepInnerApp {
  background-color: #F5FBFC;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .stepArea {
    margin: 96px auto 0;
    max-width: 940px;
    width: 100%;
  }
  .stepTitle {
    padding: 48px 0 28px;
  }
  .stepInner {
    margin: 0 auto;
    padding: 0 0 48px;
    row-gap: 52px;
  }
  .stepInner > picture::before {
    top: -35px;
    width: 40px;
    height: 20px;
  }
  .stepInner a {
    transition: all 0.1s ease-in-out 0s;
  }
  .stepInner a:hover {
    opacity: .7;
  }
  .stepInnerBottom {
    padding: 48px 0;
  }
  .stepInnerBottom h3 {
    margin-bottom: 28px;
  }
  .stepInnerBottom .kouzaBtnArea {
    margin-top: 48px;
  }
  .stepInnerApp {
    padding: 48px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .stepArea {
    margin: 56px -15px;
  }
  .stepTitle {
    padding: 36px 0 24px;
  }
  .stepTitle img {
    width: 266px;
  }
  .stepInner {
    padding: 0 16px 40px;
    row-gap: 48px;
  }
  .stepInner a,
  .stepInner picture {
    display: block;
  }
  .stepInner picture img,
  .stepInnerBottom picture img {
    width: 328px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .stepInner > picture::before {
    top: -30px;
    width: 32px;
    height: 16px;
  }
  .stepInnerBottom h3 {
    margin-bottom: 24px;
  }
  .stepInnerBottom h3 img {
    width: 328px;
  }
  .stepInnerBottom {
    padding: 40px 0;
  }
  .stepInnerBottom .kouzaBtnArea {
    margin-top: 40px;
  }
  .stepInnerApp {
    padding: 40px 0;
  }
  .stepInnerApp h3 img {
    width: 242px;
  }
  .stepInnerApp {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    margin: auto;
  }
  .stepInnerApp .spOnly {
    margin: 0 auto;
  }
  .stepInnerApp p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .stepInnerApp .appBtnWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

}

/*---------------------------------------------
	キャンペーン詳細
---------------------------------------------*/
.infoArea {
  margin-top: 96px;
  margin-bottom: 96px;
}
.infoArea a{
  text-decoration: underline;
}
.infoArea > dl *{
  text-align: left;
  font-weight: normal;
}
.infoArea > dl + dl {
  padding-top: 22px;
}
.infoArea > dl > dt{
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 20px;
}
.infoArea > dl > dd{
  font-size: 16px;
  line-height: 1.75;
}
.infoArea .detailTtl{
  display: block;
  margin-top: 6px;
  font-size: 16px;
}
.infoArea dd + dd .detailTtl{
  margin-top: 24px;
}
.infoArea .list > * {
  list-style: disc;
  line-height: 1.75;
  margin-left: 1.7em;
}

.infoArea .listNote li {
  color: #404040;
  font-size: 14px;
  line-height: 1.75;
  margin-left: 14px;
}
.infoArea .listNote li::before {
  content: "※";
  display: inline-block;
  text-indent: -14px;
}
@media screen and (max-width: 767px) {
  .infoArea {
    margin-top: 80px;
    margin-bottom: 56px;
  }
}

/*---------------------------------------------
	その他キャンペーン
---------------------------------------------*/
.campaignArea {
  margin-top: 92px;
}
.campaignArea > a + a,
.campaignArea > a + a,
.campaignArea > a + p {
  display: block;
  margin-top: 24px;
}
.campaignArea .ttl{
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .campaignArea {
    margin-top: 56px;
  }
  .campaignArea p img {
    width: 100%;
    height: auto;
  }
  .campaignArea .ttl{
    font-size:20px;
  }
}

/*---------------------------------------------
	ご注意
---------------------------------------------*/
.cautionArea .ttl{
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 16px;
}
.cautionArea{
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .cautionArea{
    margin-top: 56px;
  }
  .cautionArea .ttl{
    font-size:20px;
  }
}

/*---------------------------------------------
  条件変更の注意喚起
---------------------------------------------*/
.attentionArea {
  max-width: 940px;
  margin: 88px auto 0;
  padding: 0 24px;
}
.attentionArea .attentionTxt {
  border: 2px solid #e61e1e;
  max-width: 100%;
  border-radius: 8px;
  padding: 32px 0;
  font-size: 20px;
}
.attentionArea .attentionTxt p:nth-of-type(n + 2) {
  margin-top: 24px;
}
.attentionArea .attentionTxt p.After {
  margin-top: 8px;
  font-weight: bold;
  color: #e61e1e;
}
.attentionArea .attentionTxt a {
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .attentionArea {
    margin: 48px auto 0;
    padding: 0 16px;
  }
  .attentionArea .attentionTxt {
    padding: 32px 16px;
    font-size: 18px;
  }
  .attentionArea .attentionTxt p:nth-of-type(1) {
    text-align: left;
  }
}