@charset "shift_jis";
/*
 float clear
-----------------*/
.clrF:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clrF{
	/*display:inline-table;*/
	min-height:1%;
}
/* \*/
html .clrF{
	height:1%;
}
.clrF{
	display:block;
}

/*loginBox非表示**********************/
/* .loginSelect .loginBox2018 li:last-child {
	display:none!important;
}
.loginSelect .loginBox2018 li .box .btn,
.loginSelect .loginBox2018 li .box .pass{
	text-align: center;
} */


/* バナーエリア */
.bannerWrap {
  margin-block-start: 62px;
}
.bannerList {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
}
.justify-content-center .bannerList {
  justify-content: center !important;
}
.bannerWrap .bannerItem img {
  width: 100%;
}
/* 750_90バナー 1カラム */
.col1-750_90 .bannerList {
  width: 750px;
  --gap: 20px;
  gap: var(--gap);
}
/* imageバナー 3カラム */
.col3-image_220_255 .bannerList {
  width: 690px; /* 調整 */
  --gap: 15px; /* 調整 */
  gap: var(--gap);
}
.col3-image_220_255 .bannerItem {
  width: calc((100% / 3) - var(--gap) * 2 / 3);
}
/* imageバナー 4カラム */
.col4-image_220_255 .bannerList {
  width: 750px; /* 調整 */
  --gap: 20px; /* 調整 */
  gap: var(--gap);
}
.col4-image_220_255 .bannerItem {
  width: calc(25% - var(--gap) * 3 / 4);
}

#entry_form {
  color:#000000;
}
.kvNotation {
  margin-top: 6px;
  font-size: 17px;
  line-height: calc(46 / 17);
  text-align: right;
}
.entryButton {
  margin-block-start: 50px;
  margin-inline: auto;
  inline-size: fit-content;
}
.entryImage {
  margin-block-start: 60px;
}
.gift {
  margin-block-start: 80px;
  /* background-color: #e7fcff; */
}
/* .giftInner {
  padding-block: 60px;
  padding-inline: 20px;
} */
.description {
  /* display: flex; */
  /* gap: 20px; */
  /* inline-size: 670px; */
  margin-inline: auto;
}
.descriptionBox {
  margin: 60px 40px 0;
  /* display: flex;
  flex-direction: column; */
  /* gap: 18px; */
}
.descriptionText {
  font-size: 20px;
  line-height: calc(36 / 20);
  font-weight: bold;
  color: #000;
  padding-left: calc(1em + 10px);
  text-indent: calc(-1em - 10px);
  font-feature-settings: "palt";
}
.descriptionText a {
  color: #000 !important;
  text-decoration: none !important;
}
.descriptionText:before {
  content:  "";
  width:  18px;
  height:  18px;
  display:  inline-block;
  background-color: #001367;
  border-radius:  50%;
  position:  relative;
  top: 1px;
  margin-right: 10px;
}
.giftImageBox {
  display: flex;
  /* gap: 12px; */
  margin-block-start: 56px;
  justify-content: space-between;
}
.entry {
  margin-block-start: 70px;
}
.entryInner {
  padding-block-start: 41px;
  padding-block-end: 30px;
  padding-inline: 28px;
  /* background-color: #fff5f9; */
}
.entryBox {
}
.period {
}
.periodText {
  margin-block-start: 40px;
  background-color: #fff;
  font-size: 24px;
  /* block-size: 105px; */
  /* line-height: 105px; */
  color: #001367;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
}
.periodNotation {
  margin-block-start: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.periodNotation li {
}

.rule {
  margin-top: 38px;
}
.ruleBox {
  /* padding-block-start: 26px;
  padding-block-end: 45px;
  padding-inline: 20px;
  background-color: #fff; */
  font-size: 16.37px;
}
.ruleBoxTitle {
  line-height: 1;
	font-weight: bold;
}
.ruleBoxTitle {
  margin-block-start: 34px;
}
.ruleBoxText {
  margin-block-start: 8px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
/* .ruleBoxText a {
  color: #000 !important;
} */
.entryCode {
	margin-block-start: 30px;
	margin-block-end: 60px;
	padding-block-start: 22px;
	padding-block-end: 19px;
	background-color: #062663;
	text-align: center;
}
.entryCodeText {
	font-size: 20px;
	line-height: calc(26 /20);
	color: #fff;
	font-weight: bold;
}
.entryCodeNote {
	font-size: 16px;
	line-height: calc(26 /16);
	color: #fff;
	font-weight: bold;
}

/*kv_ボタングレーアウト**********************/
.kvImage.grayOut {
  position: relative;
}
.kvImage.grayOut::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 10;
}
.kvImage.grayOut::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 518px;
  height: 61px;
  background: url(https://images.astyle.jp/images/campaignEntry/all2405_04/cpn_end_001_240614.png) no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 20; 
}

.entryButton.disabled {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.entryButton.disabled::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}


/* 250828up */
.gift .description .descriptionIcon {
text-align: center;
}
.descriptionText {
margin-top: 30px;
}
.giftImageBox {
padding: 0 20px;
}
.entryInner {
border: 2px solid #cef2fe;
border-top: 0;
}
.entryBox .noticeText {
text-align: center;
}
.entryBox .noticeText .noticeTextInner {
margin-top: 10px;
display: inline-block;
text-align: left;
}
.entryBox .noticeText .noticeTextInner p {
margin-top: 10px;
}
.ruleBox {
text-indent: -1em;
padding-left: 1em;
}
#CONTENT.system a:link, #CONTENT.system a:visited {
color: #002596;
text-decoration: underline;
}


/*form*/
.formError {
  display: none;
  position: absolute;
}
/*campaign code button*/
.cpnBlock{
margin: 43px 0;
padding: 40px 0;
border: solid 1px #0a3091;
}
.cpnTxt01{
font-size: 22px;
font-weight: bold;
text-align: center;
}
.cpnCode{
margin-top: 10px;
font-size: 59px;
text-align: center;
font-weight: bold;
}
.cpnBlock ._fs_couponarea {
  margin-top: 12px;
  text-align: center;  
}
.cpnBlock #_fs_clipboard-info {
  position: relative;
  display: inline-block;
  width: 455px;
  box-sizing: border-box;
  padding: 15px 80px 15px 39px;
  font-size: 20px;
  background: #012794;
  border-radius: 11px;
  color: #fff;
}
#_fs_clipboard-info::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 5px;
  top: 13px;
  right: 50px;
  z-index: 2;
  border: 3px solid #012794;
}
#_fs_clipboard-info::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 15px;
  right: 43px;
  border: 2px solid #fff;
  border-radius: 2px;
  z-index: 1;
}
#_fs_clipboard-info._fs_clipboard-info--copied {
  width: 246px;
  padding-right: 39px;
  background-color: #008ecc;
}
#_fs_clipboard-info._fs_clipboard-info--copied::after,
#_fs_clipboard-info._fs_clipboard-info--copied::before {
  content: none;
}
.cpnCodeBtn {
  text-decoration: none;
}

/*完了ページ*/
.login div#entry_form #kv p.kv_txt {
padding: 30px 0;
}
.headingBlock {
margin-top: 30px;
font-size: 18px;
font-weight: bold;
color: #666;
}