/* @CHARSET "ISO-8859-1"; */
@charset "utf-8";

.add-control {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.add-control {
  font-size: 62.5%;
}

.add-control {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 101%;
  line-height: 1.6;
  background: #fff;
  color: #111;
}

/*
 common
=====================================================================================*/
.dp_pc{
  display: block;
}
.dp_sp{
  display: none;
}

@media (max-width: 768px) {
  .l-contents {
    padding: 10.8vw 0;
  }
  .dp_pc{
    display: none;
  }
  .dp_sp{
    display: block;
  }
}

/*
 l-alartArea
=====================================================================================*/

/* Top screen */
#alertHeaderWishlistPopup {
    border-bottom: 3px solid #000;
}

/* Wishlist screen */
#alertBodyWishPopup {
    margin-bottom: -20px;
    border-radius: 5px;
}
#alertBodyWishPopup > div > label {
  right: 1%;
}

#alertBodyWishPopup > div > div > div {
  margin: auto;
  padding: 10px 0;
}

.l-alartArea{
  height: 39.19px;
}
.add-control{
  background: #d20001;
  color: #fff;
}
.l-alartContents{
  margin: auto;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.el-alartLink{
  position: relative;
  text-decoration: underline;
  display: inline-block;
}
.el-alartLink::after{
  position: absolute;
  content: "";
  top: 50%;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}
.el-text{
  flex: 1;
}
.el-alartLink:hover{
  text-decoration: none;
}
/* FAQへ遷移させるリンクを追加する */
.link-alert {
  display: block;
  position: absolute;
  text-align: right;
  top: 8px;
  right: 10px;
}
.link-alert:before {
  content: '？';
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 5px;
  color: #d20001;
  background: #fff;
  font-size: 14px;
  padding-left: 1px;
  text-decoration: none;
}
.link-alert p:hover {
  color: #ddd;
}
.link-alert:hover:before {
  background: #ddd;
}
.link-alert p {
  display: inline;
  font-size: 15px;
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}

@media (max-width: 1000px) {
  .l-alartContents{
    width: 93vw;
    flex-direction: column;
  }
  .el-text{
    width: 100%;
  }
  .el-alartLink{
    margin-right: 10px;
  }
}


/*
 l-closeBtn
=====================================================================================*/
.l-closeBtnArea{
  position: relative;
  margin: auto;
}
.label.l-closeBtn{
  position: absolute;
  right: 0;
}
.l-alartArea{
  position: relative;
}
.l-closeBtn {
    color: #fff;
    padding: 0 5px;
    border-radius: .3em;
    border: 1px solid currentColor;
    text-align: center;
    display: table;
    cursor: pointer;
    z-index: 10;
    margin-bottom: 0;
}
.l-alartBtn{
  position: absolute;
  top: 0;
  right: 0;

}
.l-closeBtn:hover {
    cursor: pointer;
}
.l-closeBtn:active {
    background: #f4d600;
}

/* close button */
.action-close {
  position: relative;
  margin: auto;
  height: 39.19px;
}
.action-close .l-closeBtn {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
}

/* ! icon alert */
#alertWishlistIcon {
	font-size: 20px;
	position: absolute;
	top: 10px;
	margin-left: 25px;
}
#alertWishlistIconSP {
	font-size: 17px;
	position: absolute;
	top: 12px;
	right: 55px;
}

/* checkbox */
.add-control .checkbox {
    display: none;
}
@media (max-width: 1000px) {
  .action-close {
    width: 93vw;
  }
  .l-closeBtnArea{
    width: 93vw;
  }
  #alertBodyWishPopup .action-close {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .action-close .l-closeBtn {
    right: 0;
    line-height: 1;
    padding: 6px 5px;
  }
  /* Wishlist screen */
  #alertBodyWishPopup {
    font-size: 101%;
    margin-top: 5px;
    margin-bottom: -6px;
  }
  #alertBodyWishPopup {
    border-radius: unset;
  }
  .link-alert p {
    display: none;
  }
}

@media (max-width: 768px) {
  .action-close .l-closeBtn {
    line-height: 0.5;
  }
  .add-control {
    font-size: 125%;
  }
  /* Wishlist screen */
  #alertBodyWishPopup {
    font-size: 125%;
  }
  .action-close {
    height: 58.38px;
  }
  #alertHeaderWishlistPopup {
    border-bottom: 1px solid #000;
  }
  .link-alert {
    top: 19px;
  }
}

@media (max-width: 369.98px) {
  .l-alartContents {
    font-size: 11px;
  }
  .action-close {
    height: 52.38px;
  }
  .action-close .l-closeBtn {
    padding: 5px 3px;
  }
  .link-alert {
    top: 16px;
    right: 5px;
  }
}

@media (max-width: 339.98px) {
  .l-alartContents {
    font-size: 10px;
  }
}