@charset "shift_jis";

/* 終了対応 */
.kv_img.grayOut {
position: relative;
z-index: 1;
}
.kv_img.grayOut::before {
position: absolute;
top: 0;
left: 0;
content: "";
display: block;
width: 100%;
height: 100%;
background: #000;
opacity: 0.5;
z-index: 10;
}
.kv_img.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/all2510_10/kv_end_001.png") no-repeat;
background-position: center center;
background-size: cover;
z-index: 20;
}
.btnBlockA01 .disabled {
position: relative;
z-index: 1;
pointer-events: none;
}
.btnBlockA01 .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);
border-radius: 33px;
}


.note01 {
margin-top: 25px;
}
.indent {
text-indent: -1em;
padding-left: 1em;
}
.btnBlockA01 {
text-align: center;
margin-top: 30px;
}
.btnBlockA01 img {
filter: drop-shadow(5px 5px 4px rgba(0,0,0,0.2));
}

/*couponBlockA01******************************************************/
.couponBlockA01 {
margin-top: 30px;
}

.couponBlockA01 a {
color: #0a3091;
}
.couponBlockA01 {
text-align: center;
color: #333;
font-size: 14px;
}
.couponBlockA01 .text {
margin-top: 14px;
}

.couponBlockA01 .image01 {
margin-top: 40px;
}

.clRed {
color: #ca201a;
}
.clBlue {
color: #193b95;
}

.bold {
font-weight: bold;
}
.ttl {
text-align: center;
}

.couponContent {
background-color: #eaf6fc;
padding: 60px 40px 33px;
font-size: 16px;
text-align: left;
}

.couponContent .ttl {
margin-bottom: 38px;
}

.textGroup {
margin-bottom: 21px;
}
.textGroup .textGroupTitle {
font-size: 18px;
margin-bottom: 8px;
font-weight: bold;
}


/*loginSelect******************************************************/

/* .loginSelect .loginBox2018 li:last-child {
display: none!important;
} */
.loginSelect .loginBox2018 li .box .btn,
.loginSelect .loginBox2018 li .box .pass {
text-align: center;
}

.btnBlockA01 a {
display: inline-block;
}

.bnr {
margin-block-end: 50px;
inline-size: fit-content;
margin-inline: auto;
}

.product {
margin-block-end: 50px;
inline-size: fit-content;
margin-inline: auto;
}
.productTitle {
margin-block-end: 30px;
text-align: center;
}
.productList {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto;
grid-column-gap: 30px;
grid-row-gap: 40px;
}
.productImg {
margin-block-end: 10px;
}
.productName {
margin-block-end: 10px;
font-size: 16px;
font-weight: bold;
color: #333;
line-height: calc(22 / 16);
}
.productName span {
font-size: 14px;
line-height: calc(22 / 16);
}
.productPrice {
margin-block-end: 10px;
font-size: 16px;
color: #333;
line-height: calc(22 / 16);
}

.bnrBBlock {
margin-bottom: 30px;
}
.bnrBBlock a {
display: inline-block;
}
.bnrTtl {
text-align: center;
margin-bottom: 20px;
}


/*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;
}


/* バナーエリア */
.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%;
}
.col3-image_220_255 .bannerList {
  width: 690px;
  gap: 15px;
}
.col3-image_220_255 .bannerItem {
  width: calc((100% / 3) - 15px * 2 / 3);
}
.col4-image_220_255 .bannerList {
  width: 750px;
  gap: 20px;
}
.col4-image_220_255 .bannerItem {
  width: calc(25% - 20px * 3 / 4);
}

/* 250828up */
.indent01 {
text-indent: -0.5em;
padding-left: 1.5em;
}
#CONTENT.system a:link, #CONTENT.system a:visited {
color: #002596;
text-decoration: underline;
}
.side_bnrList li {
margin-bottom: 0.5em;
}
.bannerBlock02 .headingBlock02 {
margin: 40px 10px 0;
font-size: 22px;
font-weight: bold;
color: #666;
}

.backBtn {
text-align: center;
}
.backBtn a {
display: inline-block;
position: relative;
width: 400px;
margin: 0 auto;
border: 2px solid #0B318F;
border-radius: 40px;
padding: 15px 5px 12px 0;
color: #0B318F !important;
font-size: 17px;
box-sizing: border-box;
transition: all 0.3s ease;
}
.backBtn a:hover {
background-color: #0B318F;
color: #fff !important;
text-decoration: none !important;
}
.backBtn a:after {
content: "";
display: block;
background: url(https://images.astyle.jp/images/cmn/icon/arw_blue_r.png) center center no-repeat;
background-size: 100%;
position: absolute;
top: 0;
bottom: 0;
right: 1em;
width: 9px;
height: 15px;
margin: auto;
}
.backBtn a:hover:after {
background: url(https://images.astyle.jp/images/cmn/icon/arw_white_r.png) center center no-repeat;
background-size: 100%;
}
#CONTENT.system .backBtn a:link, #CONTENT.system .backBtn a:visited {
text-decoration: none;
}
