@charset "UTF-8";

html{
 scroll-padding-top: 80px;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a{
  color: #415A9E;
}

a:hover{
  text-decoration: none;
}

p,h2,h3,li,th,td{
  font-feature-settings: "palt";
}

p{
  font-size: 13px;
  text-align: justify;
}

li{
  list-style: none;
  text-align: justify;
}

ul{
  padding-left: 12px;
}

img{
  width: 100%;
}

.img_link{
  margin-bottom: 14px;
}

.img_link:hover{
  opacity: 0.8;
  transition-duration: 0.4s;
}

.pc{
  display: none !important;
}
.sp{
  display: block !important;
}

.ttl{
  width: auto;
  height: 80px;
}

h3{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #213775;
  font-size: 18px;
  font-family: "ruika","noto-sans-jp",sans-serif;
  font-weight: 100;
  line-height: 22px;
  gap: 14px;
  margin-bottom: 10px;
}

h4{
  font-size: 16px;
  color: #213775;
  font-weight: 800;
  border-bottom: 1px solid;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: -8px;
}

/* 固定ボタン */

.btn_floting {
  display: block;
  width: 300px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(#ff7b00, #ff4800);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
  border-radius: 50px;
  color: #fbfbfb;
  text-align: center;
  overflow: hidden;
}

.btn_floting:hover{
  opacity: 0.9;
}

.btn_floting:visited{
  color: #fff
}

.btn_floting{
  text-align: center;
  height: 60px;
}

#btn-fixed-wrap {
  opacity: 0; /* 初期は透明 */
  pointer-events: none; /* 非表示時はクリック不可 */
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  z-index: 2000;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px;
  transition: opacity 0.5s ease; /* フェードインのアニメーション */
  width: 430px;
}

#btn-fixed-wrap.active {
  opacity: 1; /* 表示 */
  pointer-events: auto; /* クリック可能 */
}

.btn-fixed {
  display: flex;
  justify-content: space-around;
  align-items: center;
  }

#btn-fixed-wrap:not(.active) {
  transition: none;
}


/* 固定ボタンここまで */


/****参加方法*****/

#participation{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background-color: #F7EED4;
  gap: 20px;
}

.participation_content_group{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.participation_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background-color: #FFFCF3;
  border: 1px solid #D5AE57;
  border-radius: 20px;
  padding: 20px;
}

.participation_anker{
  background: linear-gradient(#AFBCDF, #7C91CC);
  color: #fff;
  padding:12px 26px;
  border-radius: 20px;
  margin-top: 8px;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
}


/****特典内容*****/

#bonus{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background-color: #F2E6BE;
  gap: 20px;
}

.bonus_content_group{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.bonus_content_ttl{
  display: flex;
  flex-direction: row;
  gap: 80px;
  margin-bottom: -10px;
  margin-left: -10px;
}

.bonus_content_ttl p{
  color: #213775;
  font-family: "ruika","noto-sans-jp",sans-serif;
  font-weight: 100;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}


/****キャンペーン*****/

#campaign{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background-color: #F7EED4;
  gap: 20px;
}

#campaign ul{
  padding-left: 7px;
}

.cp_attention{
  font-size: 13px;
  text-indent: -7px;
  text-align: justify;
  margin-bottom: 10px;
}


/****サイフシリーズ*****/

#wallet{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background-color: #F2E6BE;
  gap: 20px;
}

.wallet_content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 26px;
  padding: 20px;
  gap: 10px;
  width: 90%;
}

.wallet_content_group{
  display: flex;
  gap: 10px;
  align-items: center;
}

.wallet_content_left{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  gap: 8px;
}

.wallet_illust{
  width: 140%;
  margin-top: 4px;
}

.wallet_content_right{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}

.wallet_content_right_content{
  display: flex;
  flex-direction: column;
  align-items: center;
}

/****はたらく*****/

.wallet_content_left_sub_hataraku{
  font-size: 14px;
  font-weight: 700;
  color: #00A1AD;
}

.wallet_content_right_coupon_hataraku{
  font-weight: 800;
  color: #00A1AD;
}

.wallet_content_right_content_ttl_hataraku{
  line-height: 16px;
  background-color: #00A1AD;
  color: #fff;
  padding: 8px 10px;
  font-weight: 600;
  width: 80%;
  text-align: center;
}

.wallet_content_right_content_text_hataraku{
  font-size: 20px;
  font-weight: 900;
  color: #006E7B;
}

.wallet_btn_hataraku{
  background: linear-gradient(#3AA6B2,#006E7B);
  padding: 14px 0;
  width: 70%;
  color: #fff;
  font-weight: 700;
  border-radius: 40px;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
}

.color_hataraku{
  background-color: #F5FEFF;
  border: 1px solid #00A1AD;
}

/****まもり*****/

.wallet_content_left_sub_mamori{
  font-size: 14px;
  font-weight: 700;
  color: #FF9F00;
}

.wallet_content_right_coupon_mamori{
  font-weight: 800;
  color: #00A1AD;
}

.wallet_content_right_content_ttl_mamori{
  line-height: 16px;
  background-color: #F5B140;
  color: #fff;
  padding: 8px 10px;
  font-weight: 600;
  width: 80%;
  text-align: center;
}

.wallet_content_right_content_text_mamori{
  font-size: 20px;
  font-weight: 900;
  color: #E76400;
}

.wallet_btn_mamori{
  background: linear-gradient(#FF9A4D,#E76400);
  padding: 14px 0;
  width: 70%;
  color: #fff;
  font-weight: 700;
  border-radius: 40px;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
}

.color_mamori{
  background-color: #FFFCF7;
  border: 1px solid #F58200;
}

/****女神*****/

.wallet_content_left_sub_megami{
  font-size: 14px;
  font-weight: 700;
  color: #FF7AB6;
}

.wallet_content_right_coupon_megami{
  font-weight: 800;
  color: #00A1AD;
}

.wallet_content_right_content_ttl_megami{
  line-height: 16px;
  background-color: #FF7AB6;
  color: #fff;
  padding: 8px 10px;
  font-weight: 600;
  width: 80%;
  text-align: center;
}

.wallet_content_right_content_text_megami{
  font-size: 20px;
  font-weight: 900;
  color: #C50059;
  text-align: center;
}

.wallet_content_right_content_text_megami span{
  font-size: 12px;
  font-weight: 500;
}

.wallet_btn_megami{
  background: linear-gradient(#E15C98,#C50059);
  padding: 14px 0;
  width: 70%;
  color: #fff;
  font-weight: 700;
  border-radius: 40px;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
}

.color_megami{
  background-color: #FFFCF7;
  border: 1px solid #FF7AB6;
}


/****コンタクトセンター*****/
#contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  background-color: #F7EED4;
  gap: 20px;
  width: 100%;
}

.contact_telephone_number{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #213775;
  padding-bottom: 20px;
}

.contact_telephone_number p{
  font-size: 28px;
  font-weight: 800;
  color: #213775;
}

.contact_guidance_number{
  text-align: center;
  margin-bottom: 8px;
}

.contact_time{
  text-align: center;
}


/****フッター*****/

#footer{
  background-color: #213775;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

/****注意文言*****/

.attention{
  font-size: 11px;
  text-indent: -12px;
  margin-left: 12px;
  text-align: justify;
  margin-bottom: 4px;
}

/****fv*****/

.anker_group {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-evenly;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
}

.anker_1,.anker_2,.anker_3,.anker_4,.anker_5 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 8px;
  text-decoration: none;
}

.anker_1{
  background: linear-gradient(#FFB159,#FF8800);
}

.anker_2{
  background: linear-gradient(#FFD063,#F4AB00);
}

.anker_3{
  background: linear-gradient(#FF81BA,#FF2989);
}

.anker_4{
  background: linear-gradient(#61C8FF,#00A6FF);
}

.anker_5{
  background: linear-gradient(#20D6E3,#00A1AD);
}

.anker_1 span,.anker_2 span,.anker_3 span,.anker_4 span,.anker_5 span {
  font-size: 10px;
  font-family: "Gamay-Editorial", sans-serif;
  font-weight: 500;
  color: #FFFF76;
  line-height: 12px;
  text-align: center;
  margin-bottom: 4px;
}

.anker_1 p,.anker_2 p,.anker_3 p,.anker_4 p,.anker_5 p {
  font-weight: 900;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  color: #fff;
}

.now_anker{
  display: flex;
  justify-content: center;
  width: 85%;
}


/****ボタンなど*****/

.conversion{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
}

.conversion_attention{
  background-color: #DF3C3C;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}

.conversion_attention::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 45%;
  background: #DF3C3C;
  height: calc(tan(30deg) * 50px / 2);
  width: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
}

.btn_download{
  position: relative;
  text-decoration: none;
  background: linear-gradient(#FF9558,#FF5E00);
  padding: 20px;
  width: 80%;
  text-align: center;
  border-radius: 100px;
  box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.1);
}

.btn_download p{
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  margin-right: 18px;
}

.btn_download p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 28px;
  right: 90px;
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(225deg);
}

.btn_entry{
  position: relative;
  text-decoration: none;
  background: linear-gradient(#fff,#F2F2F2);
  padding: 20px;
  width: 80%;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #FF5E00;
}

.btn_entry p{
  color: #FF5E00;
  font-size: 16px;
  font-weight: 900;
  margin-right: 18px;
}

.btn_entry p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 28px;
  right: 90px;
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(225deg);
}


/*shugo*/

.shugo_bnr{
	background-image: url("../img/bg-image.png");
	background-size: cover;
	text-align: center;
	padding:20px 0;
}
.shugo_bnr.txt{
    width: 80%;
    margin: 10px 20px;
	color: #273C71;
}
.shugo_title{
    width: 84%;
    margin: 10px 0 0;
}


@media screen and (min-width:451px) {
  html{
    background-color: #f4f0d8;
  }

  body{
    max-width:450px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
  }

  h1{
    margin-bottom: -80px;
  }

  .sp{
    display: none !important;
  }
  .pc{
    display: block !important;
  }

  .fv_img{
    margin-bottom: 80px;
  }

  .anker_group {
    width: 450px;
    margin: 0 auto;
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }

  .now_anker{
    width: 70%;
  }

}
