@charset "utf-8";

.m-icn-anc::before {
  content: none;
}

.mv {
  position: relative;
}

.mv .main-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 9%;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  display: none;
}

.mv .main-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  background: rgba(0,0,0,0.7);
  padding: 30px 0;
  display: none;
}

.mv .main-txt span {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 2rem;
}

.mv .main-txt span em {
  font-size: 2.8rem;
  font-weight: normal;
}

.m-accordion-content p {
  font-size: 1.8rem;
}

.js-accordion {
  font-size: 1.8rem;
}

.m-modal-content {
  max-width: 1000px;
}

.point-txt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.point-box {
  border-top: 2px solid #d0d0d0;
  margin-top: 23px;
}

.point-box h3 {
  font-size: 3.6rem;
  font-weight:bold;
  display: table;
}

.point-box h3 span {
  display: table-cell;
}

.point-box h3 .text-h3 {
  padding-left: 30px;
  vertical-align: middle;
}

.point-box h3 .text-h3 .mark1 {
  background: linear-gradient(transparent 65%, #bee4f3 0, #bee4f3 85%, transparent 0);
}

.point-box h3 .text-h3 .mark2 {
  background: linear-gradient(transparent 65%, #c6f3f2 0, #c6f3f2 85%, transparent 0);
}

.point-box h3 .text-h3 .mark3 {
  background: linear-gradient(transparent 65%, #b6ecd3 0, #b6ecd3 85%, transparent 0);
}

.point-box h3 .text-h3 .mark4 {
  background: linear-gradient(transparent 65%, #e0f7bc 0, #e0f7bc 85%, transparent 0);
}

.point-box .m-media-r p, .point-box .m-media-l p {
  font-size: 2.4rem;
}

.point-box .m-media-l__img img, .point-box .m-media-r__img img {
  box-shadow: 7px 7px rgb(0,0,0,0.4);
}

.btn-modal {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  margin-top: 15px;
}

.m-modal-content h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.m-modal-content h5 {
  font-size: 1.8rem;
  font-weight: bold;
}

.info-cpn-txt {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.m-img.catch {
  margin-top: 80px;
  margin-bottom: 50px;
  padding-top: 25px;
}

/* テーブル体裁調整 */

.m-modal-content .m-tbl {
  margin-top: 15px;
}

.m-modal-content table .th2 {
  background-color: #EEEEEE;
  color: #000;
}

.m-modal-content table th {
  font-weight: bold;
}

.m-modal-content table td {
  text-align: center;
}

.m-modal-close {
  top: 15px;
}

@media (max-width: 1024px){
  .mv .main-logo {
    width: 30vw;
  }
  
  .mv .main-txt {
    padding: 6px 0;
    bottom: 0;
    max-width: none;
  }
  
  .mv .main-txt span {
    font-size: 1.8rem;
  }
  
  .mv .main-txt span {
    font-size: 2rem;
  }
  
}

@media (max-width: 767px){
  .mv .main-logo {
    width: 44%;
    top: 3%;
  }
  
  .mv .main-txt {
    padding: 2px 0;
  }
  
  .mv .main-txt span {
    font-size: 1.2rem;
  }
  
  .mv .main-txt span em {
    font-size: 1.6rem;
  }
  
  .m-accordion-content p {
    font-size: 1.6rem;
  }
  
  .point-txt {
    font-size: 2rem;
  }
  
  .point-box h3 {
    font-size: 2rem;
  }
  
  .point-box h3 .text-h3 {
    padding-left: 10px;
    width: 70%;
  }
  
  .point-box .m-media-r p, .point-box .m-media-l p {
    font-size: 1.8rem;
  }
  
  .info-cpn-txt {
    font-size: 2rem;
  }
  
  .m-modal-content {
    padding: 50px 10px;
    display: block;
  }
  
  .m-img.catch {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
}

@media (max-width: 500px){
  .mv .main-logo {
    width: 55%;
  }
}


/* 4/17追加 クーポンの終了対応 */
.coupon_end{
	position: relative;
}
.overlay-end {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	color: #fff;
	font-size: 2em;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000)";
	z-index: 10;
	zoom: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.overlay-end p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1.2em;
	margin: auto;
	text-align: center;
	font-size: 40px;
}