@charset "UTF-8";
/*----------------------------------------
  fv
------------------------------------------*/
.s-pc {
  display: none;
}

.s-sp{
  display: block;
}

.f-section-header .f-heading:first-child{
  margin-top: 0;
}

.f-mv{
  height: auto;
}

.f-mv-message{
  padding: 0;
}

.f-mv::before{
  background-color:rgba(0, 0, 0, 0); 
}

.f-mv-heading{
  margin-bottom: auto;
}

.f-mv-heading img{
  width: 100%;
}

.lineArea .p1{
  background-color:#feff7c;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
    padding-top: 1px;
}
.lineArea .p2{
  background-color:#00b3e0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 28px;
  border-bottom: 5px solid #e2f4f7;
  padding-top: 2px;
}
.lineArea p {
  color: #fff;
  font-size: 13px;
  margin: 0;
}
.lineArea .p1 img{
  width: 58%;
}
.lineArea p span{
  margin: 4px 0;
}
.lineArea p a{
  color: #fff;
}
@media screen and (max-width: 767px) {
  .entry .f-section-inner {
    padding-top: 20px;
  }
}
.entry .f-heading .s-sp{
  margin:0 auto;
}
.entry-ttl{
  text-align: center;
  top: -15px;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.entry-txt{
  text-align: center;
}

.entry-order{
  text-align: center;
  margin: 12px auto;
}

.entry-link{
  text-align: center;
  margin-bottom: 0;
}

.entry-link a{
  color: #333;
}

.entry-step-list{
  position: relative;
  border-radius: 10px;
  padding: 35px 20px 30px;
  background: linear-gradient(135deg, rgb(242, 252, 255), rgb(224, 249, 254));
}


.entry-step-list:first-child{
  margin-bottom: 102px;
}

.entry-step-list:first-child .entry-txt{
  margin: auto;
}

.entry-step-list:last-child:before{
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url('/doc/special/rgc/thanks-campaign/img/ic-entry.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -76px;
  right: 50%;
  left: 50%;
  margin-left: -17.5px;
}
.entry-step-list:last-child:after{
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url('/doc/special/rgc/thanks-campaign/img/ic-entry-bottom.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -56px;
  right: 50%;
  left: 50%;
  margin-left: -17.5px;
}

.entry-step-list .nyukai{
    margin-bottom:10px;
}
.entry-step-list .nyukai .f-btn{
  transition: .3s;
  margin-bottom:10px;
}
.entry-step-list .nyukai .f-btn:before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('/doc/special/rgc/thanks-campaign/img/ic-pen.png');
  background-repeat: no-repeat;
  padding-right: 8px;
}
.entry-step-list .order-date{
  width: 54%;
  margin: 0 auto;
}

.present-inner{
  margin: 20px auto 0;
  padding-top: 50px;
}

.present-inner .f-annotation{
    margin: 12px auto 0;
    text-shadow: #fff 1px 0 10px;
}
.txt-jouken{
  width: 90%;
  margin: 10px auto 0;
}
.entry{
  background: #fff url(/doc/special/rgc/thanks-campaign/img/bg-entry-section.png) no-repeat center bottom;
  background-size: 100% auto;
}
.entry-present img{
  border-radius: 10px;
  margin-top: 16px;
  box-shadow: 0 1px 1px 1px rgba(150, 150, 150, 0.3),0 6px 6px 12px rgba(255, 255, 255, 0.5);
}

.rgc{
    background: #000 url(/doc/special/rgc/thanks-campaign/img/bg-history.jpg) no-repeat bottom left;
    background-size: cover;
    letter-spacing: 0;
}
.rgc .f-section-header{
  background-color: #072151;
  padding:20px 0;
  margin-bottom: 5px;
}
.rgc .f-section-header p{
  color: #fff;
  text-align: center;
}
.rgc h2.f-heading {
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.rgc h3.f-heading{
  font-size: 23px;
  color: #fff;
  text-shadow: 1px 1px 2px rgb(53, 53, 53);
  text-align: center;
  margin: 40px auto 50px;
  line-height: 1.6;
}
.rgc h3.f-heading.tokutenex{
  margin: 10px auto 40px;
}
.rgc h3 span{
  background: linear-gradient(transparent 76%, #fadf00 76%);
  padding: 2px 6px;
}
.rgc h3.f-heading:before{
  background: none;
}
.hero-privilege {
  margin: calc(-120 / 750* 100vw) calc(40 / 750* 100vw) calc(30 / 750* 100vw);
}

.hero-privilege-inner {
  background: #fff;
  padding: calc(10 / 750* 100vw) calc(30 / 750* 100vw);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.hero-privilege-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: calc(20 / 750* 100vw) calc(10 / 750* 100vw);
}

.hero-privilege-item:not(:last-child) {
  border-bottom: 2.5px dotted #bbbbbb;
}

.hero-privilege-item-txt {
  width: calc(320 / 750* 100vw);
  font-size: calc(34 / 750* 100vw);
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1.2;
  color: #14223f;
}

.hero-privilege-item-txt .comment {
  display: block;
  padding: calc(10 / 750* 100vw) calc(30 / 750* 100vw) calc(6 / 750* 100vw);
  margin-bottom: calc(6 / 750* 100vw);
  background: #14223f;
  color: #fff;
  font-size: calc(23 / 750* 100vw);
  font-weight: 700;
  border-radius: 3px;
}

.hero-privilege-item-txt .comment span {
  color: #fadf00;
}

.hero-privilege-item-txt small {
  display: block;
  font-size: calc(22 / 750* 100vw);
  font-weight: 700;
  line-height: 1.5;
}

.hero-privilege-item-txt sub {
  font-size: calc(20 / 750* 100vw);
}

.hero-privilege-item-img {
  width: calc(245 / 750* 100vw);
}

.hero-privilege-item-img img {
  width: 100%;
}
.notes {
  margin: calc(25 / 750 * 100vw) 0 0;
  text-align: left;
  color: #fff;
  padding: 0 20px;
}
.rgc .rgc-txt{
  color: #fff;
  line-height: 1.8;
}
.hero-sub {
  display: flex;
  align-items: center;
  margin-bottom: calc(10 / 750* 100vw);
  justify-content: center;
}

.hero-sub .hero-sub-ttl {
  margin-right: calc(10 / 750* 100vw);
  margin-top: calc(-20 / 750* 100vw);
  
}
@media screen and (max-width: 767px) {
  .hero-sub-badge {
    margin-top:-20px;
  }
}

#detail.f-section::before {
  background: #00b3e0;
}
.rgc .recommend{
  margin-bottom: 50px;
}
.rgc .recommend li{
  position: relative;
  padding-left: 1.8em;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.rgc .recommend li::before {
  content: "";
  background-image: url(/doc/special/rgc/thanks-campaign/img/ic-check.png);
  background-size: 25px 23px;
  width: 25px;
  height: 23px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

/*------------------------------------
  エントリ―ボタン
------------------------------------*/
.CampaignEntryButton_campaignButton__n6hK5 {
  margin: 32px auto 20px !important;
}
.CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh .CampaignEntryButton_rexButtonMessage__o1qbU {
  font-size: 18px !important;
}
.CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh.CampaignEntryButton_wide__b6abC{
  min-width: auto;
  width: 100% !important;
}
.CommonEnteredList{
  text-align: center;
}
.CommonEnteredList a {
  line-height: 1.25;
  color: #404040;
}
a#rex-ceb-01.EntryCustomNomove{
  text-decoration: none !important;
}

/*-----------------------------------------
-----------------------------------
  style PC
-----------------------------------
------------------------------------------*/
@media screen and (min-width: 768px) {
  .s-pc {
    display: inline-block;
  }

  .s-sp{
    display: none;
  }

  .f-mv {
    background: #e5e5e5 url(/doc/special/rgc/thanks-campaign/img/bg-main.png) no-repeat top center;
    background-size: 1920px 430px;
    letter-spacing: 0;
  }

  .f-mv-heading-wrap{
    position: relative;
  }

  .f-mv-heading{
    width: 620px;
    height: 285px;
    padding: 32px 0 20px;
  }

  .sub{
      position: absolute;
      bottom: 55px;
      left: -82px;
      width: 110px;
      height: 107px;
    }

  .lineArea {
    background: linear-gradient(120deg, #feff7c 0%, #feff7c 50%, #00b3e0 50%, #00b3e0 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
    border-bottom: 5px solid #e2f4f7;
  }

  .lineArea p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    vertical-align: middle;
  }
  .lineArea p img{
    width: 278px;
    height: 20px;
    margin: 8px 0 13px;
  }
  .lineArea p span{
    width: 278px;
    padding-left: 40px;
    display: inline-block;
    margin: 10px 0 10px;
  }
  .lineArea p span a{
    color: #fff;
  }

  .entry{
    background: #fff url(/doc/special/rgc/thanks-campaign/img/bg-entry-section.png) no-repeat center bottom;
    background-size: 1920px 502px;
  }

  .entry-ttl{
    width: 800px;
    height: 47px;
  }
  .entry-order{
    text-align: center;
    margin: 20px auto;
  }
  .entry-step-list:first-child .entry-txt{
    width: auto;
    margin: 10px auto 0;
  }
  .entry-step-list:first-child{
  margin-bottom: 126px;
  }

  .entry-step-list:first-child .entry-txt{
    margin: auto;
  }

  .entry-step-list:last-child {
    margin-top: 90px;
  }
    
  .entry-step-list:last-child:before{
    width: 50px;
    height: 50px;
    top: -98px;
    margin-left: -27.5px;
  }
  .entry-step-list:last-child:after{
    width: 50px;
    height: 50px;
    bottom: -78px;
    margin-left: -27.5px;
  }

  .entry-step{
    max-width: 800px;
    margin: 0 auto 64px;
    padding-top:10px;
  }

  .entry-step-list{
    padding-top:55px;
  }
  .entry-order{
    margin: 20px auto;
  }
  .entry-step-list .order-date{
  padding-top: 6px;
  }
  .present-inner{
    margin: 0 auto 30px;
  }
  .entry-present img{
    border-radius: 17px;
    margin-top: 20px;
    box-shadow: 0 1px 2px 2px rgba(150, 150, 150, 0.2),0 10px 20px 25px rgba(255, 255, 255, 0.7);
  }
  .present-inner .f-annotation{
    max-width: 640px;
    margin: 20px auto;
  }
  .rgc .f-section-inner {
    padding: 0 0 60px;
  }
  .rgc-txt{
    font-size: 15px;
  }

   .hero-privilege-inner {
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }

  .hero-privilege-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .hero-privilege-item {
    position: relative;
    background: #fff;
    width: 19.35%;
    flex-direction: column;
    justify-content: start;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 26px 10px 10px;
    text-align: center;
    border-bottom: none;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .hero-privilege-item:not(:last-child) {
    border-bottom: none;
  }

  .hero-privilege-item-txt {
    width: 100%;
    font-size: 18px;
    line-height: 1.1;
  }

  .hero-privilege-item-txt.height{
    margin-top: -10px;
    margin-bottom: 6px;
  }

  .hero-privilege-item:not(:first-child) .hero-privilege-item-txt {
    margin-bottom: 20px;
  }

  .hero-privilege-item-txt small {
    font-size: 15px;
  }

  .hero-privilege-item-txt sub {
    font-size: 12px;
  }

  .hero-privilege-item-txt .comment {
    position: absolute;
    font-size: 14px;
    padding: 7px;
    text-align: center;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -30px;
    width: 160px;
  }

  .hero-privilege-item-txt .comment::before{
    position: absolute;
    content: "";
    vertical-align: middle;
    left: 45%;
    bottom: -13px;
    transform: translateX(-45%);
    -webkit-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 10px solid #14223f;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .hero-privilege-item-img {
    max-width: 203px;
    width: 100%;

  }
  .notes {
  margin: 10px 0 0;
  padding: 0 20px;
  text-align: right;
  }
  .notes  li {
    font-size: 11px;
    padding-bottom: 4px;
  }
  .rgc .rgc-txt{
  text-align: center;
  font-size: 16px;
  }
  .hero-sub {
    padding: 10px 0 0;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-sub .hero-sub-ttl {
    margin-top: 0;
    margin-left: 21%;
  }

  .hero-sub .hero-sub-badge {
    margin-top: -15px;
  }
  .rgc h3.f-heading.tokutenex {
    margin-top:-40px;
    margin-bottom:50px;
  }
  .rgc .f-section-header{
    margin-bottom: 40px;
  }
  .rgc .recommend li{
  font-size: 18px;
  }
  .rgc .recommend{
  margin: 0 auto 50px;
  width: 500px;
  }

  /*------------------------------------
  　エントリ―ボタン
  ------------------------------------*/
  .CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh.CampaignEntryButton_wide__b6abC{
    width: 500px !important;
  }

}