@charset "UTF-8";

/*共通*/
:root{
  --color-navy:#142D7A;
  --fs-12:12px;
  --fs-14:14px;
  --fs-15:15px;
  --fs-16:16px;
  --fs-18:3vw;
  --fs-22:22px;
  --fs-24:24px;
  --fs-26:26px;
  --fs-32:32px;
  --fs-48:48px;
}
@media screen and (min-width: 641px) {
  :root{
    --fs-12:12px;
    --fs-14:14px;
    --fs-15:15px;
    --fs-16:16px;
    --fs-18:18px;
    --fs-22:22px;
    --fs-24:24px;
    --fs-26:26px;
    --fs-32:32px;
    --fs-48:48px;
  }
}
html,
body{
  height: 100%;
  font-family: 'Noto Sans JP',sans-serif;
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
}
html {
  scroll-behavior: smooth;
}
body{
  scroll-padding-top: -56px;
}
.btn {
  display: block;
}
.dis-inline{
  display: inline;
}
.bg-unset{
  background-color: unset !important;
}
.invisibleTxt {
  display: none !important;
}
.ta-c{
  text-align: center !important;
}
.ta-l{
  text-align: left !important;
}
.contents{position:relative;}
.contents p,
.contents h2 {
  line-height: 1.5;
  color: #333;
}
a {
  display: block;
  text-decoration: none;
}
p {
  font-size: 3.7500vw;
}
p.txtIndent {
  font-size: 2.9vw !important;
}
.txtIndent{
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
}
.font-white{
  color: #ffffff !important;
}
.font-red{
  color: #D00E31 !important;
}
.font-b{
  font-weight: bold !important;
}
.fs-0{
  font-size: 0 !important;
}
.mt-0{
  margin-top: 0 !important;
}
.mb-0{
  margin-bottom: 0 !important;
}
.mt-20{
  margin-top: 2vw !important;
}
.mt-30{
  margin-top: 3vw !important;
}
.pad-0{
  padding: 0 !important;
}

/*pc*/
@media screen and (min-width: 641px) {
  p {
    font-size: var(--fs-22);
  }

  p.txtIndent {
    font-size: var(--fs-16) !important;
  }

  .mt-20{
    margin-top: 20px !important;
  }
  .mt-30{
    margin-top: 30px !important;
  }
}

.next {
  margin: 0 auto;
}

/*フローティングボタン*/
.go_to_top_wrap{
    position: absolute;
    bottom: -1%;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
.go_to_top,.go_to_top a{
  display: inline-block;
}
.go_to_top a{
  width: 20vw;
}

@media screen and (min-width: 641px) {
  .go_to_top_wrap{
    margin-bottom: 25px;
  }
  .go_to_top a{
    max-width: 100px;
    width: 100%;
  }
}
.float_btn_wrap {
  position: fixed;
  max-width: 640px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  transition-duration: .3s;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  padding: 0 10px;
}

.float_btn_wrap.isActive {
  transition-duration: .3s;
  opacity: 1;
  visibility: visible;
}

.float_btn_wrap p::after {
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
}

.float_btn_wrap p span {
  font-size: 2vw;
}

/* 開始時ラベル */
.label_start {
  background: #F3E7EA;
}

.label_start p {
  width: 50%;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  background-color: #DB7080;
  text-align: center;
  font-size: 3.8vw;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.6;
}

/* メインビジュアル */
.mainVisual {
  background: #F7F5F5;
}

.mainVisual h1 {
  background: #F3E7EA;
}

.mainVisual h1 img {
  display: block;
  margin: 0 auto;
}
.section {
  padding: 6.2500vw 5vw;
}
.section .mod-section-head{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  background: var(--color-navy);
  border-radius: 10px;
  margin-top: 5vw;
}
.section .mod-section-head p{
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
}

/*pc*/
@media screen and (min-width: 641px) {
  .section {
    padding: 40px 32px;
  }
  .section .mod-section-head{
    padding: 20px;
    margin-top: 50px;
  }
  .section .mod-section-head p{
    font-size: var(--fs-26);
  }
}
.sec_intro .sec_content {
  background-color: #fff;
  border-radius: 2.9688vw;
  overflow: hidden;
}
.sec_intro .sec_content .txtBlock {
  padding-top: 3.9063vw;
  padding-bottom: 5vw;
}
.txtBlock {
  padding: 0 5vw;
}
.imgBlock{
  max-width: 400px;
  margin: 0 auto;
  width: 80%;
}
.btn--kisekae_wrap>div {
  width: 49%;
}
.btn--kisekae_wrap a {
  display: inline-block;
}

/*pc*/
@media screen and (min-width: 641px) {
  .imgBlock{
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
}

/*section_01 start*/

.sec_intro01 {
  background-image: url('../img/promo_banner_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.section.sec_intro01+.sec01_content_txtBlock,.section.sec_intro04+.sec04_content_txtBlock{
  padding: 8vw 10vw 12vw;
}

.sec01_content_txtBlock,.sec04_content_txtBlock{
  background-color: var(--color-navy);
}

.sec01_content_txtBlock .flexBlock,.sec04_content_txtBlock .flexBlock{
  display: flex;
  flex-direction: column;
  gap: 8vw;
}

.flexBlock01,.flexBlock02{
  display: flex;
  flex-direction: column;
  gap: 4vw;
}

.banner_img_wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.333vw;
  margin-bottom: 4vw;
}

@media screen and (min-width: 641px) {
  .section.sec_intro01{
    padding: 70px 30px 25px;
  }
  .sec01_content_txtBlock .flexBlock,.sec04_content_txtBlock .flexBlock{
    gap: 50px;
  }
  .section.sec_intro01+.sec01_content_txtBlock,.section.sec_intro04+.sec04_content_txtBlock{
    padding: 30px 55px 70px;
  }

  .banner_img_wrap{
    gap: 20px;
    margin-bottom: 40px;
  }
  .flexBlock01,.flexBlock02{
    gap: 15px;
  }
}


/*section_01 end*/

/*section_02 start*/

.sec_intro02>.bg-unset{
  border-radius: 0 !important;
}

/*section_02 end*/

/*section_03 start*/

.lineup_box{
  width: 90%;
  position: absolute;
  top: 1.8%;
  left: 0;
}

.sec_intro03{
  background-image: url('../img/sec03_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.sec_intro03>.sec_content.bg-unset{
  border-radius: 0 !important;
}

.goods{
  padding: 4vw 3vw;
  text-align: center;
  border: 3px solid transparent;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
  border-top-left-radius: 10px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 10px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(
      180deg,
      #8AE5F5 0%,
      #BCADFF 40%,
      #F2AFEB 80%,
      #FFB8E2 100%
    ) border-box;
}
.goods01{
  padding-top: 19vw;
}
.goods.goods02{
  position: relative;
}
.goods.goods02::before{
  content: "";
  position: absolute;
  display: block;
  width: 130px;
  height: 130px;
  background-image: url('../img/double_chance.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -44px;
  left: 20px;
}
.prize_divider{
  margin: 3vw auto;
}

.prize_size{
  font-size: var(--fs-16);
  margin-top: 2.4vw;
}

.prize_img{
  max-width: 160px;
  width: 30.84%;
  margin: 0 auto;
  margin-bottom: 2.4vw;
}

.pt_alert{
  font-weight: 900;
}
.pt_alert span{
  color: #BE1E3E;
}
.pt_alert span:nth-child(1){
  font-size: var(--fs-48);
}
.pt_alert span:nth-child(2){
  font-size: var(--fs-32);
}

.prize_title{
  font-weight: 900;
  font-size: var(--fs-24);
  line-height: 1.5;
  color: #292929;
}

.capacity-limit{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.4vw auto;

  max-width: 165px;
  height: 36px;
  font-weight: bold;
  background-color: #F0F0F0 !important;
  color: #585858 !important;
  border-radius: 6px;
  font-size: var(--fs-22);
}
.comment-txt_wrap p,.comment-txt{
  font-weight: 500;
  font-size: var(--fs-16);
  color: #323232;
}
.comment-txt_wrap{
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4vw;
  gap: 1.2vw;
}
.comment-txt{
  margin-bottom: 2.4vw;
}

.goods02{
  padding: 26px 30px 40px;
  margin: 0 auto;
  margin-top: 14vw;
}
.special_chance{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4vw;
}

@media screen and (min-width: 641px) {
  .lineup_box{
    position: absolute;
    top: 75px;
    left: 0;
  }
  .goods01{
    padding-top: 113px;
  }
  .goods02{
    padding: 26px 30px 40px;
    margin-top: 80px;
  }
  .special_chance{
    max-width: 280px;
    width: 100%;
    margin-bottom: 40px;
  }
  .prize_size{
    margin-top: 24px;
  }
  .prize_divider{
    margin: 30px auto;
  }
  .prize_img{
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .pt_alert{
    font-weight: 900;
  }
  .pt_alert span{
    color: #BE1E3E;
  }
  .pt_alert span:nth-child(1){
    font-size: var(--fs-48);
  }
  .pt_alert span:nth-child(2){
    font-size: var(--fs-32);
  }
  .prize_title{
    font-weight: 900;
    font-size: var(--fs-24);
    line-height: 1.5;
    color: #292929;
  }
  .capacity-limit{
    margin: 24px auto;
  }
  .comment-txt{
    margin-bottom: 24px;
  }
  .comment-txt_wrap{
    margin-bottom: 24px;
    gap: 12px;
  }
}

/*section_03 end*/

/*section_04 start*/

.sec_intro04{
  padding: 6vw 3vw;
  background-color : #F1F4FF
}

.sec_intro04 .mod-section-head+.txtBlock{
  margin-top: 3.3vw;
}
.sec_intro04 .mod-section-head+.txtBlock p{
  font-size: var(--fs-18);
}
.scroll-area{
  padding: 3vw !important;
  max-width: 580px;
  max-height: 298px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow-y: scroll;
  line-height: 1.4 !important;
}
.scroll-area p{
  font-size: var(--fs-14) !important;
}
.scroll-area a{
  display: inline !important;
  text-decoration: underline;
}
.campaign_rule_section>.font-b{
  font-size: var(--fs-15);
}
.campaign_rule_section{
  margin-top: 2vw;
}
.campaign_rule_section>.font-b.prize{
  font-size: var(--fs-18) !important;
}

@media screen and (min-width: 641px) {
  .sec_intro04{
    padding: 60px 30px;
  }
  .sec_intro04 .mod-section-head+.txtBlock{
    margin-top: 33px;
  }
  .sec_intro04 .mod-section-head+.txtBlock p{
    font-size: var(--fs-18);
  }
  .scroll-area{
    padding: 30px !important;
  }
  .scroll-area p{
    font-size: var(--fs-14) !important;
  }
  .campaign_rule_section>.font-b{
    font-size: var(--fs-15) !important;
  }
  .campaign_rule_section>.font-b.prize{
    font-size: var(--fs-14) !important;
  }
  .campaign_rule_section{
    margin-top: 20px;
  }
}
/*section_04 end*/

/*section_05 start*/

.sec_intro05 .mod-section-head{
  margin-bottom: 3.3vw;
}

.sec_intro05{
  background-color : #F1F4FF
}

.sec_intro05 .imgBlock.imgBlock01{
  max-width: unset;
  width: 100%;
  margin: 7vw auto 5vw;
}

.sec_intro05 .imgBlock.imgBlock02{
  display: flex;
  flex-direction: column;
  gap: 4vw;
  max-width: 530px;
  width: 100%;
}

.footer-copyright{
  font-size: var(--fs-18);
  text-align: center;
  letter-spacing: -0.01em;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 6vw;
}

@media screen and (min-width: 641px) {
  .sec_intro05 .mod-section-head{
    margin-bottom: 33px;
  }
  .sec_intro05 .imgBlock.imgBlock01{
    max-width: unset;
    width: 100%;
    margin: 70px auto 50px;
  }
  .sec_intro05 .imgBlock.imgBlock02{
    gap: 40px;
  }
  .footer-copyright{
    font-size: var(--fs-18);
    margin-top: 60px;
  }
}

/*section_05 end*/

.btn--kisekae_wrap{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .goods.goods02::before{
    top:-9%;
  }
}

/*qa_area02_btn_wrap*/

/*2026-02-20*/

.disabled-link {
	pointer-events: none;
	cursor: not-allowed;
}

#syc_campaign_end{
    padding: 20px 0;
    background-color: #F5F5F5;
}

#syc_campaign_end .campaign_end {
    overflow: hidden;
    width: 285px;
    margin: 0 auto;
    line-height: 1.5;
}

@media screen and (min-width: 641px) {
    #syc_campaign_end .campaign_end {
        width: 350px;
    }
}

#syc_campaign_end .campaign_img {
    float: left;
    width: 33px;
}

#syc_campaign_end .campaign_end p {
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding-left: 3%;
    width: 240px;
}

@media screen and (min-width: 641px) {
    #syc_campaign_end .campaign_end p {
        width: 300px;
        font-size: 18px;
    }
}

#syc_campaign_end .campaign_current {
    margin-top: 10px;
    padding: 0 4%;
}

#syc_campaign_end .campaign_current a {
    color: #444444;
    max-width: 280px;
    display: block;
    margin: 0 auto;
    border: solid 1px #808080;
    padding: 12px;
    border-radius: 5px;
    background-color: white;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}

#syc_campaign_end .campaign_current p {
    position: relative;
    font-size:14px;
}

#syc_campaign_end .campaign_current p::after{
	position: absolute;
    top: 42%;
    right: 5px;
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

/*2026-02-20*/