@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);
}

/*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);
}

.btnBlockA01 {
  text-align: center;
  margin-top: 30px;
}

.btnBlockA01.active {
  display: none !important;
}

.accordionA01BtnShow.btnBlockA01 {
  display: block;
}

.accordionA01BtnShow.btnBlockA01.active {
  display: none;
}

.repeatdetail {
  margin: 30px;
}

.repeatdetail h3 {
  margin-top: 30px;
  color: #000b64;
}

.txtOrange {
  color: #ff7800;
  font-weight: bold;
}

.repeatdetail table {
  margin-top: 10px;
  border: solid 1px #b6dbff;
  width: 100%;
  text-align: center;
}

.repeatdetail table th {
  padding: 13px 0;
  border: solid 1px #b6dbff;
  background: #d2e9ff;
  color: #000b64;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
}

.repeatdetail table tr th:first-child {
  width: 221px;
}

.repeatdetail table td {
  padding: 13px 0;
  border: solid 1px #b6dbff;
  vertical-align: middle;
  font-size: 18px;
}

.repeatPoint {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.3;
}

.repeatPoint a {
  display: unset;
}

.cpnBlock {
  margin: 60px 0;
  padding: 30px 0;
  border: solid 1px #0a3091;
}

.cpnTxt01 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.cpnCodeTtl {
  margin: 30px 0 40px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.cpnCode {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
}

.repeatTitle {
  margin-top: 40px;
}

.repeatdetail a {
  text-decoration: underline !important;
}

/*左サイド非表示**********************/
.side_bnrList {
  display: none;
}


/*form*/
.formError {
  display: none;
  position: absolute;
}

/*campaign code button*/
.cpnBlock ._fs_couponarea {
  margin: 30px 0 30px;
  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;
}


/* 250801up */
.btnblock01Btn {
  width: 600px;
  margin: 35px auto;
}
.noteBlock {
  margin: 30px;
  text-align: center;
}
.btnblock01Note {
  display: inline-block;
  text-align: left;
  font-size: 16px;
}
.entryBlock01 {
  margin-top: 50px;
  padding: 60px 0 0;
  background: url(https://images.astyle.jp/images/campaignEntry/all2508_11/all2508_11_bg_001_250801.jpg) no-repeat top center;
  background-size: contain;
}
.entryBlock01 .entryBlock01Inner {
  margin: 38px 20px;
}
.entryBlock01 .textImg01 {
  width: 584px;
  margin: 0 auto;
}
.entryBlock01 .entryCourse.col2 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.entryBlock01 .entryCourse.col2 .textImg02 {
  width: 345px;
}
.detailBlock {
  margin-top: 80px;
  padding: 65px 30px;
  background-color: #eaf6fc;
  font-size: 15px;
}
.detailBlock a {
  display: inline;
  text-decoration: underline;
}
.detailTitle {
  width: 248px;
  margin: 0 auto;
}
.detail h3 {
  margin-top: 30px;
  color: #000b64;
}
.detailBlock .detailNote,
.detailBlock .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.repeatPoint {
  font-size: 15px;
}
#CONTENT.system a:link, #CONTENT.system a:visited {
  text-decoration: underline;
  color: #002596;
}
.text01 {
  padding: 20px 0;
  color: #666;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.bannerBlock02 {
  margin-top: 60px;
}