.lp_wrap {width:940px;margin-left:auto;margin-right:auto;}
.s .lp_wrap {width:100%; padding-bottom: 30px;}

.m_font{font-family: 'M PLUS 1p', sans-serif;}

/* ----- フォントカラー指定 ----- */
.text_red{color:#e60012;}

.link{color: #0285c2;}
.link:hover {opacity: 0.5;}
.link_text {
	text-decoration: underline;
	cursor: pointer;
	transition: 0.5s;
}
.link_text:hover {
	transition: 0.5s;
	opacity: 0.5;
}

/* ----- 背景色のみ指定 ----- */
.bg_bl{
  background-color: #000000;
}
.bg_br {
  background-color: #000000;

}

.header {
  text-align: center;
  padding: 10px 0;
  background-image: url(../img/bg_g.png);
  background-size: cover;
}
.header img {
  max-width: 70%;
}
.bg_br .inner {
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 29px;
  padding-bottom: 30px;
  text-align: center;
}
.s .bg_br .inner {
  width: 90%;
}
.bg_br .inner img {
  width: 100%;
}

/* ----------注記---------- */
.line_item {
	width: 100%;
	background-image: url(../img/line.png);
  background-size: 1.4px;
	background-position: center 54%;
	background-repeat: repeat-x;
  margin: 20px auto 12px;
}
.text_l{
  color: #000;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.3;
}
.text_m{
  background-color: #fff;
  padding: 0 4px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.text_s{
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
.text_s._indent{
  line-height: 1.8;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}

/* .text_s._indent.left_p_none {
  padding-left: 0;
} */

.cp_info{
  background-color: #fff;
  width: 94%;
  margin: 40px auto;
  border: 3px solid #000;
  border-radius: 20px;
  overflow: hidden;
}
.cp_info h5{
  background-color: #000;
  padding: 12px 0;
  color: #fff;
  font-size: 3.0rem;
  font-weight: 600;
}
.cp_info .inner_note{
  padding: 20px;
}
.cp_info .inner_note .note_box{
  margin-top: 20px;
  padding: 0;
  display: inline-block;
  list-style: none;
  color: #000;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
}

.cp_info .inner_note .note_box .tel,.cp_info .inner_note .note_box .email{
  display: inline-block;
  padding-left: 60px;
  position: relative;
  margin: 0 0 12px;
  text-align: left;
  line-height: 1;
  white-space: nowrap;
}
.cp_info .inner_note .note_box .tel::after,.cp_info .inner_note .note_box .email::after{
  content: '';
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cp_info .inner_note .note_box .tel{
  font-size: 4.8rem;
}
.cp_info .inner_note .note_box .tel::after{
  background-image: url(../img/icon1.png);
}
.cp_info .inner_note .note_box .email{
  font-size: 3.0rem;
}
.cp_info .inner_note .note_box .email::after{
  background-image: url(../img/icon2.png);
  height: 36px;
}
.note_box .reception{
  padding-right: 8px;
}
.note_box p small{
  font-size: 80%;
  vertical-align: 2px;
}
.note_box p small .dot{
  padding: 0 3px;
  width: 10px;
  vertical-align: 4px;
}
.l .yearend-support{
	display: table;
	border-collapse: separate;
	border-spacing: 0 10px;
	border: 1px solid #686868;
	width:830px;
	margin: 10px auto;
}
.l .yearend-support-ttl{
	width:150px;
	background-color: #686868;
	color: #fff;
	padding: 10px 5px 5px 5px;
	font-size: 18px;
	line-height: 170%;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	margin-right: 15px;
	vertical-align: top;
}
.l .yearend-support-txt{
	width:665px;
	padding: 0 10px;
	display: table-cell;
	font-size: 15px;
	line-height: 170%;
	text-align: left;
	vertical-align: top;
}
/* ----------注記 SP調整---------- */
.s .sec5 .lp_wrap{
  width: 94%;
  margin: 0 auto;
}
.s .line_item {
  background-position: center;
  margin: 4% auto 2%;
}
.s .text_l{
  font-size: 4.8vw;
  line-height: 1.3;
  font-feature-settings: "palt";
}
.s .text_m{
  padding: 0 1vw;
  font-size: 3.6vw;
}
.s .text_s{
  font-size: 2.9vw;
}
.s .text_s._indent{
  padding-left: 2.9vw;
  text-indent: -2.9vw;
}

/* .s .text_s._indent.left_p_none {
  padding-left: 0;
} */

.s .cp_info{
  margin: 12vw auto 2vw;
}
.s .cp_info h5{
  padding: 2vw 0;
  font-size: 4.2vw;
}
.s .cp_info .inner_note{
  padding: 4vw 2vw;
}
.s .cp_info .inner_note .note_box{
  margin-top: 3vw;
  font-size: 3.2vw;
  display: block;
}
.s .cp_info .inner_note .note_box .tel,.s .cp_info .inner_note .note_box .email{
  padding-left: 12%;
  margin: 0 0 2vw;
}
.s .cp_info .inner_note .note_box .tel::after,.s .cp_info .inner_note .note_box .email::after{
  width: 7.2vw;
  height: 4.6vw;
}
.s .cp_info .inner_note .note_box .tel{
  font-size: 7.4vw;
}
.s .cp_info .inner_note .note_box .email{
  font-size: 4.4vw;
}
.s .cp_info .inner_note .note_box .email::after{
  height: 4.8vw;
}
.s .note_box .reception{
  padding-right: 1.6vw;
}
.s .note_box p small{
  font-size: 80%;
  vertical-align: 0.2vw;
}
.s .note_box p small .dot{
  padding: 0 0.7vw;
  width: 2vw;
  vertical-align: 0.8vw;
}
.s .yearend-support{
	display: block;
	border-collapse: separate;
	border: 1px solid #686868;
	width:94%;
	padding: 2%;
	margin: 2% auto;
}
.s .yearend-support-ttl{
	width:100%;
	background-color: #686868;
	color: #fff;
	padding: 2%;
	font-size: 3.2vw;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-right: 5%;
}
.s .yearend-support-txt{
	width:100%;
	padding: 3% 0;
	display: block;
	font-size: 2.8vw;
	line-height: 170%;
	text-align: left;
}


/* ----------nanacoギフトモーダル---------- */
.js_modal_store,.js_modal_store_second {
	display: none;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 4;
}
.js_modal_store_bg{
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	height: 100vh;
	width: 100%;
}
body .js_open,html .js_open {
	height: 100%;
	overflow: hidden;
}
.c-headerModal {
	display: none;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 4;
}
.c-headerModal_Bg {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	height: 100vh;
	width: 100%;
}
.c-headerModal_Contact {
	background: #ffffff;;
	position: absolute;
	height:90vh;
	max-height: 750px;
	overflow-y: scroll;
	width:920px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: 0.5s;
	border-radius: 24px;
}
.modal_content {
	word-break: break-all;
	color: #000000;
}
.modal_link {
  word-wrap:break-word;
	color: #009cff;
}
.modal_note div {
	padding-left:1em;
	text-indent:-1em;
}
.c-headerModal_Contact_Close {
	width: 200px;
	margin: 20px auto 0 ;
	cursor: pointer;
}
.Js_modal_open {
	cursor: pointer;
	transition: 0.5s;
}
.Js_modal_open:hover {
	opacity: 0.8;
}

.s .c-headerModal_Contact {
	background: #ffffff;;
	position: absolute;
	height:80vh;
	width:90vw;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
	border-radius: 24px;
	overflow-y:scroll;
}

/* 応募規約モーダル */

.js-modal_third {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 4;
}

.js-modal_third_bg {
  background: rgba(0, 0, 0, 0.8);
	position: absolute;
	height: 100vh;
	width: 100%;
}

.js-modal_third_content {
  background: #ffffff;;
	position: absolute;
	padding:50px;
	overflow-y: scroll;
  height: 80vh;
	max-height:700px;
	width:900px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: 0.5s;
	border-radius: 24px;
}

.js-modal_third_content h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.js-modal_third_content p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.js-modal_third_content .point {
  margin-top: 2.5rem;
}

.js-modal_third_content .point:nth-of-type(1) {
  margin-top: 4rem;
}

.long_text p {
  margin-top: 1.6rem;
}

.js_modal_bottom_close {
  margin-top: 4rem;
}

.js_modal_bottom_close img {
  width: 184px;
}

.js_modal_bottom_close img:hover {
  cursor: pointer;
}


/* ----------専門店 実施店舗モーダル---------- */
.js_modal_store_content{
	background: #ffffff;;
	position: absolute;
	padding:36px 30px 50px 30px;
	overflow-y: scroll;
  height: 80vh;
	max-height:700px;
	width:900px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: 0.5s;
	border-radius: 24px;
}
.js_modal_store_content h3{
  background-color: #c00817;
  border-radius: 36px;
  margin: 0 0 16px;
  padding: 4px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}

.js_modal_store_content h4 {
  font-size: 2rem;  
  text-align: left;
  font-weight: 600;
  margin: 4% 0 2%;
}

.js_modal_store_content ul{
  width: 100%;
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
}
.js_modal_store_content ul li{
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: stretch;
  margin: 12px 0;
}
.js_modal_store_content ul li p{
  display: flex;
  align-items: center;
  width: 704px;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
}
.js_modal_store_content ul li p:first-child{
  justify-content: center;
  width: 112px;
  background-color: #e75b67;
  border-radius: 8px;
  color: #fff;
  padding: 8px 4px;
}
.Js_modal_store_close img{
  width: 184px;
}

@media screen and (max-width:768px) {
  .js-modal_third_content{
    height:74vh;
    padding: 8% 6%;
    width:90vw;
  }

  .js_modal_bottom_close img {
    width: 44%;

  }
}
/* ----------専門店 実施店舗モーダル SP調整---------- */
.s .js_modal_store_content {
  height:74vh;
  padding: 5% 2.8%;
  width:90vw;
}
.s .js_modal_store_content h3{
  margin: 0 0 3vw;
  padding: 0.8vw;
  font-size: 4.0vw;
}

.s .js_modal_store_content h4 {
  font-size: 3vw;
}

.s .js_modal_store_content ul{
  margin-bottom: 6vw;
}
.s .js_modal_store_content ul li{
  margin: 2vw 0;
}
.s .js_modal_store_content ul li p{
  width: 81%;
  font-size: 2.88vw;
}
.s .js_modal_store_content ul li p:first-child{
  width: 17%;
  padding: 1.2vw 0.8vw;
}
.s .Js_modal_store_close img{
  width: 44%;
}

@media screen and (max-width: 960px) {
  .nanaco_close {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}




/*------------ sns ------------*/
.snsBox{
  width: 980px;
  margin: 0px auto;
}
.snsBox ul{
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
.snsBox li{
  float: left;
  margin: 0 10px;
  list-style: none;
}
.lp_wrap div.sns_bg{
	background-color:#d7d7d7;
	padding:40px 0;
	margin:40px 0;
}
/*------------ sns SP調整 ------------*/
.s .snsBox{
	width: 100%;
	margin: 0px auto;
	padding: 20px 0;
	}
.s .snsBox ul{
	width: 90%;
	overflow: hidden;
	text-align: center;
	letter-spacing: -0.4em;
	}
.s .snsBox ul li{
	width: 33.3333%;
	margin: 0;
	display: inline-block;
	letter-spacing: normal;
	}
.s .snsBox ul li img{
	width: 100%;
	height: auto;
	}
.s .lp_wrap div.sns_bg{
	padding:0;
	margin: 30px 0 0;
	}

  .Js_modal_emg .c-headerModal_Contact{
    height: auto;
    position: relative;
  }
  .c-headerModal_Contact_emg_Close{
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height:45px;
    border-radius: 50%; 
    background: #e4000b;
  }
  .c-headerModal_Contact_emg_Close::before,.c-headerModal_Contact_emg_Close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 21px;
    background: #fff; /* バツ印の色 */
  }
  .c-headerModal_Contact_emg_Close::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .c-headerModal_Contact_emg_Close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
  .emg{
    font-size: 38px;
    font-weight: 600;
    font-family: 'M PLUS 1p', sans-serif;
  }
  .emg ._large{
    font-size: 52px;
    font-weight: 800;
    color: #e4000b;
  }
  .s .c-headerModal_Contact_emg_Close{
    top: 3%;
    right: 3%;
  }
  .s .emg{
    font-size: 8.0vw;
  }
  .s .emg ._large{
    font-size: 11.8vw;
  }

  .time{
    text-align: center;
  }

