@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;
}


.entryBlock{
margin-top: 40px;
}
.entryBlockItem{
display: flex;
padding: 20px 38px 20px 28px;
justify-content: space-between;
border: solid 2px #274198;
border-top-style: none;
}
.entryBlockTxt{
width: 400px;
}
.entryBlockImg{
width: 240px;
}
.entryBlockTxt h3{
padding: 13px 0 11px;
background: #30a8e5;
color: #fff;
font-size: 24px;
border-radius: 30px;
text-align: center;
}
.entryBlockTxt .entryTxt{
font-size: 22px;
padding: 20px 10px;
font-weight: bold;
}
.entryBlockTxt .entryNote{
padding-left: 10px;
padding-bottom: 20px;
}
.entryBlockTxt .entryPeriod{
padding-left: 10px;
font-size: 18px;
font-weight: bold;
}
.entryBlockBtn{
text-align: center;
margin-top: 20px;
}
.entryBlockBtn a{
display: inline-block;
}
.entryBlockNote{
margin-top: 20px;
}
.cpnDetail{
margin-top: 40px;
}
.cpnDetailWrap{
padding: 30px;
}
.cpnDetailWrap h3{
color: #274198;
}
.cpnDetailWrap h3:not(:first-child){
margin-top: 30px;
}
.cpnDetailWrap a{
text-decoration: underline !important;
color: #002596 !important;
}
