@charset "utf-8";

@media all and (min-width: 740px) {
	.widM_PC { width: 50%; }
	.widL_PC { width: 70%; }
}

.iconTxt_discount { display: inline-block; border: 1px solid #ffae72; border-radius: 4px; color: #ef6500; font-weight: bold; font-size: 1.2rem; padding: 2px 6px 1px; }

/* coupon */
.couponBlock { background: #fdd3f4; display: -webkit-box; display: flex; }
.couponBox { width: 100%; padding: 30px 20px; order: 1; }
.couponBox .couponDetail { background: #fff; width: 100%; padding-top: 20px; padding-bottom: 20px; }
.couponBox .couponDetail .detailHead { font-size: 16px; text-align: center; }
.couponBox .couponDetail .price { font-size: 42px; color: #c00; text-align: center; }
.couponBox .couponDetail .price span.sizeM { font-size: 16px; white-space: nowrap; display: block; }
.couponBox .couponDetail .price span.sizeL { font-size: 30px; }
.couponBox .couponDetail .detailHead span.sizeL { font-size: 24px; white-space: nowrap; display: block; }
.couponBox .couponBtm { margin-top: 20px; }

@media all and (max-width: 739px) {
	.couponBox .couponDetail .price { margin-top: 10px; line-height: 1; }
}

/* attentionBox */
.attentionBox { border: 2px solid #c00; padding: 18px; }
.end-txt { color: #c00; font-weight: bold; text-align: center; }

@media all and (min-width: 740px) {
	.attentionBox { margin-top: 60px; }
	.end-txt { font-size: 2.4rem; }

	.attentionBox .clm_1_3col.colWrap .col { width: 280px; }
	.attentionBox .colWrap { justify-content: center; }
}



@media all and (max-width: 739px) {
	.attentionBox { margin-top: 40px; margin-left: 10px; margin-right: 10px; }
	.end-txt { font-size: 2.0rem; }
}

.attentionBox .ttlLv1 { padding-top: 20px; }
.attentionBox .innerBox { background: #fefce2; padding: 18px; }

.optinBox span.optInCheck { position: relative; display: inline-block; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media all and (min-width: 740px) {
	.optinBox span.optInCheck { width: 20px; height: 20px; }
}

@media all and (max-width: 739px) {
	.optinBox span.optInCheck { width: 18px; height: 18px; }
}

.optinBox span.optInCheck::before {
  background: #fff;
  border: 2px solid #cc0000;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.optinBox span.optInCheck::after {
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (min-width: 740px) {
	.optinBox span.optInCheck::after { width: 8px; height: 12px; left: 6px; margin-top: -8px; }
}

@media all and (max-width: 739px) {
	.optinBox span.optInCheck::after { width: 8px; height: 13px; left: 5px; margin-top: -9px; }
}

.optinBox input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.optinBox label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: auto;
}

@media all and (min-width: 740px) {
	.optinBox label { padding: 5px 0; }
}

@media all and (max-width: 739px) {
	.optinBox label { padding: 5px 10px; }
}

input[type="checkbox"]:focus + span.optInCheck { box-shadow: 0 0 3px 3px #ccc; }

input[type="checkbox"]:checked + span.optInCheck:after { opacity: 1; }

.optinBox span.agreeTxt { display: inline-block; margin-left: 15px; font-size: 18px; font-weight: bold; vertical-align: -2px; }

.areaLink { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media all and (min-width: 740px) {
	.areaLink { -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 15px; }
}

@media all and (max-width: 739px) {
  .areaLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* areaLink_typeB list */
.areaLink li {
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-justify-content: space-between; justify-content: space-between;
	width: 100%; margin: 20px 0 0 0; padding-top: 10px; border-top: 1px solid #ccc; }

@media all and (min-width: 740px) {
	.areaLink li { -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 20px; }
}

@media all and (max-width: 739px) {
	.areaLink li {
    -webkit-box-orient: vertical; -webkit-box-direction: normal;
    -ms-flex-direction: column; flex-direction: column; }
}

.areaLink .linkWrap { position: relative; }

@media all and (min-width: 740px) {
	.areaLink.areaLink_typeA .linkWrap { width: 40%; margin: 0 auto; }
	.areaLink.areaLink_typeB .linkWrap { width: 60%; margin: 0!important; }
}

@media all and (max-width: 739px) {
	.areaLink .linkWrap { width: 100%; margin-top: 15px; }
}

.inActive .linkWrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.areaLink .linkWrap .linkbtn .btn { margin-top: 0; }

@media all and (min-width: 740px) {
.areaLink .linkWrap .linkbtn .btn { height: 100%; display: table; }
.areaLink .linkWrap .linkbtn .btn .btnInr { display: table-cell; vertical-align: middle; }
}