
.other_link.btn_pdg_btm{
  padding-bottom:10px;
}

/* --------------- new_modal ----------------*/
#modal_select{
	display:none;
  position: fixed;
	margin: auto;
  width:850px;
  min-height:200px;
  left:50%;
  top:50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background:#fff;
  z-index:999999;
}
.mdl_select1{
	height:90vh!important;
}

#modal_select .mdl_hd_copy{
	margin:0 auto 25px auto;
	padding:0;
	width:100%;
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
}
#modal_select .mdl_select_inner {
	margin:auto;
	padding:60px 20px 20px 20px;
  height:100%;
	width:100%;
  overflow-y:auto;
  position:absolute;
  top:0;
  bottom:0;
  box-sizing:border-box;
}
/*color_item*/
#modal_select .mdl_item_detail{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:120px;
}
#modal_select .mdl_item_img{
	margin:0;
	padding:0;
	width:100px;
	height:100px;
}
#modal_select .mdl_item_slt_img{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
}
#modal_select .mdl_item_slt_img img{
	margin:0 auto;
	width:70px;
	height:auto;
}
#modal_select .mdl_item_slt_name{
	margin:7px 0 0 0;
	padding:0;
	width:100%;
	text-align:center;
	font-size:12px;
	line-height:15px;
}
#modal_select .mdl_item_slt_name .txt_red{
  display:block;
  font-weight:600;
  color: #ff0000;
}
#modal_select .mdl_item_check{
	position:relative;
	margin:10px 0;
	padding:0;
	width:110px;
	font-size:12px;
	line-height:25px;
	text-align:center;
	margin-left:25px;
	color:#fff;
	background-color:#c9004d;
}
#modal_select .mdl_item_check::before{
	content:'';
	position:absolute;
	margin:0;padding:0;
	width:18px;
	height:18px;
	top:3px;
	left:4px;
	background-image:url("../img/special/modal/radio_off.png");
	background-repeat:no-repeat;
	background-size:cover;
}
#modal_select .mdl_item_check a{
	display:block;
	text-decoration:none;
	color:#fff;
}

/*mdl_card_btn*/
#modal_select .mdl1_card_btn{}
#modal_select .mdl_card_btn_off{
	pointer-events:none;
	opacity:0.4;
}

/*no_select*/
#modal_select .no_select{
	color:#fff;
	background-color:#c2c2c2;
}
#modal_select .no_select a{
	pointer-events:none;
}
/*yes_select*/
#modal_select .yes_select{
	margin-left:25px;
	color:#fff;
}
#modal_select .yes_select::before{
	content:'';
	position:absolute;
	margin:0;padding:0;
	width:18px;
	height:18px;
	top:3px;
	left:4px;
	background-image:url("../img/special/modal/radio_on.png");
	background-repeat:no-repeat;
	background-size:cover;
}
#modal_select .mdl_item_name{
	position:absolute;
	margin:0;
	padding:0;
	width:600px;
	height:110px;
	top:0;
	left:130px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
#modal_select .mdl_item_name span{
	font-size:14px;
	font-weight:normal;
}
#modal_select .mdl_item_name .mdl_price{
	margin-top:5px;
	font-size:18px;
}
#modal_select .mdl_item_name .mdl_price span{
	margin-left:10px;
	font-size:14px;
}
#modal_select .mdl_item_select{
	margin:10px 0 30px 0;
	padding:0;
	width:100%;
}
#modal_select .mdl_item_select ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
#modal_select .mdl_item_select ul li{
	margin:0;
	padding:0 0 10px 0;
	display:inline-block;
	width:19%;
	vertical-align:top;
}

/*type_item*/
#modal_select .mdl_type_box{
	position:relative;
	margin:0 auto;
	padding:0;
	width:100%;
	text-align:center;
}
#modal_select .mdl_item2_detail{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	top:0;
	height:auto;
}
#modal_select .mdl_item2_img{
	margin:0 auto;
	padding:20px 0;
	width:150px;
	height:150px;
}
#modal_select .mdl_item2_name{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
}
#modal_select .mdl_item2_name span{
	font-size:14px;
	font-weight:normal;
}
#modal_select .mdl_item2_name .mdl_price{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-top:5px;
	font-size:18px;
}
#modal_select .mdl_item2_name .mdl_price span{
	margin-left:10px;
	font-size:14px;
}
#modal_select .mdl_item2_select{
	margin:0 auto;
	padding:0;
	width:100%;
}
#modal_select .mdl_item2_select ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
#modal_select .mdl_item2_select ul li{
	margin:0;
	padding:0 0 10px 0;
	display:inline-block;
	width:45%;
	vertical-align:top;
	text-align:center;
}
#modal_select .type_check1{
	margin:10px auto!important;
}
/*type_item2*/
#modal_select .mdl_item3_detail{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
}
#modal_select .mdl_item3_img{
	margin:0 auto;
	padding:0;
	width:150px;
	height:150px;
}
#modal_select .mdl_item3_name{
	margin:10px 0 20px 0;
	padding:0;
	width:100%;
	height:auto;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
}
/*type_item3*/
#modal_select .mdl_item4_detail{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
}
#modal_select .mdl_item3_select{
	margin:0 auto;
	padding:0;
	width:100%;
}
#modal_select .mdl_item3_select ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	text-align:center;
}
#modal_select .mdl_item3_select ul li{
	margin:0;
	padding:0 0 10px 0;
	display:inline-block;
	width:40%;/*32%;*/
	vertical-align:top;
	text-align:center;
}
#modal_select .btn_set_special{
  margin:20px auto!important;
  width:335px!important;
}
/*close_special*/
#modal_select .close_special {
  position:fixed;
  top:15px;
  right:20px;
  width:20px;
  height:20px;
  margin:0;
  cursor:pointer;
	z-index:10;
}
#modal_select .close_special span {
  position: relative;
}
#modal_select .close_special span:before,
#modal_select .close_special span:after {
  position:absolute;
  top:7.5px;
  right:-15px;
  display:block;
  width:15px;
  height:2px;
  background-color: #888888;
  content:"";
}
#modal_select .close_special span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
#modal_select .close_special span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
#modal_select .mdl_cart_btn{
  margin:0 auto;
  padding:0 0 30px 0;
  width:335px;
  height:50px;
}

/*--------------------------------
mdl_disp_list
--------------------------------*/
.mdl_disp_list{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
}
.mdl_disp_list ul{
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
}
.mdl_disp_list ul li{
	position:relative;
	margin:0;
	padding:0;
	top:0;
	left:0;
}
.mdl_no_active{
	display:none;
}

.modalbg_special{
	display:none;
	position:fixed;
	margin:0;padding:0;
	width:100%;/*100vw;*/
	height:100%;/*100vh;*/
	top:0;
	left:0;
	z-index:99999;
	background-color:rgba(0,0,0,0.6);
}

.modalContent{
  width:680px!important;
}
.modalContent .mdl_cart_btn{
  margin:20px auto 0 auto!important;
	width:320px;
  height:60px;
}

/* ---------------- modalContent ---------------- */
.modalContent{
  width:680px!important;
}
.modalContent .mdl_cart_btn{
  margin:20px auto 0 auto!important;
	width:400px;
  height:60px;
}
.modalcase{
  margin:0 auto;
  padding:0;
  width:680px;
}
.modal_detail_conts{
  margin:0;
  padding:40px 30px;
  text-align:center;
}

.mdl_cart_name{
  font-size:16px!important;
  line-height:24px!important;
  text-align:center!important;
}
.mdl_base_ttl{
  margin:0;
  padding:0 0 10px 0;
  font-size:18px;
  line-height:28px;
  text-align:left;
}
.modal_detail_conts ul{
  margin:0;padding:0;
  list-style:none;
}
.modal_detail_conts ul li{
  margin:0;
  padding:0 0 10px 0;
  display:block;
  text-align:left;
  font-size:12px;
  line-height:20px;
}
.modal_detail_conts ul li p{
  padding-left: 1em;
  text-indent: -1em;
}
.modal_detail_conts ul li span{
  font-size:14px;
  line-height:24px;
  font-weight:bold;
}
.delmgbtm{
  padding-bottom:35px!important;
}
.btnmgn{
  padding-bottom:10px;
}
.sp_shiagaricheck_ttl{
  margin:0 auto;
  padding:70px 0 50px 0;
  width:354px;
}
.sp_mode_img{
  margin:0 auto;
  padding:0 0 33px 0;
  width:370px;
}
.modal_detail_conts .special_price{
	padding-top:20px;
  text-align:center!important;
}
.modal_detail_conts .special_name span{
  padding-top:10px;
}

.mdl_cart_name{
	margin:0;padding:0;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	text-align:center;
}
.mdl_cart_name ul{
  margin:0;
  padding:0;
  list-style:none;
}
.mdl_cart_name ul li{
  margin:0;
  padding:0 0 10px 0;
  display:block;
  font-size:14px;
  line-height:24px;
  text-align:center;
}
.mdl_set_ttl{
  margin: 0 auto 15px auto;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  width:100%;
}

/*---------item_detail---------*/
.item_detail{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
}
.item_ossm_detail{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
}
/*---------check_item_detail---------*/
.check_item_detail{
  position:relative;
  margin:0 auto;
  padding:0 0 40px 0;
  width:320px;
  height:auto;
  text-align:left;
}
.check_img{
  margin:0;
  padding:0 0 10px 0;
  width:400px;
  height:auto;
}
.check_img img{
  width:100%;
}
.check_detail{
  position:relative;
  margin:0;
  padding:0;
  width:100%;
  height:auto;
  text-align:left;
}
.check_ossm_detail{
	position:absolute;
	margin:0;
  padding:0;
	width:400px;
	height:auto;
	top:40px;
	left:500px;
}

/*cartBtn_sp*/
.cartBtn_sp a{
  background-color:#4b2b13;
}

/* ---------------- special_detail_txt ---------------- */
.special_detail_txt{
  position:relative;
  margin:0;
  padding:10px 0 20px 0;
  width:100%;
  height:auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size:20px;
  line-height:30px;
  text-align:left;
	font-weight:bold;
  color:#000;
}
.special_name{
  margin:0;
  padding:0 0 15px 0;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size:14px;
  line-height:22px;
  font-weight:600;
  text-align:left;
  color:#000;
}
.special_name p{
  margin:10px 0 4px 0;
  font-size:14px;
  line-height:22px;
  font-weight:normal;
  color:#a88b83;
}
.special_name span{
  margin:20px 0 0 0;
  padding:0;
  display:block;
  font-size:12px;
  line-height:20px;
  color:#666;
  font-weight:normal;
}
.special_name2{
  margin:0;
  padding:0 0 15px 0;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size:14px;
  line-height:22px;
  font-weight:600;
  text-align:left;
  color:#000;
}
.special_name2 span{
  margin:0 0 10px 0;
  padding:0;
  display:block;
  font-size:12px;
  line-height:20px;
  color:#666;
  font-weight:normal;
}

.special_name span.txt_red {
  margin-top:0;
  margin-bottom:5px;
  padding-top:0;
  display: block;
  color: #ff0000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.special_name span.color_bold_txt{
  display:block;
  margin:5px 0 10px 0;
  padding:0;
  font-size:13px;
  line-height:20px;
  font-weight:600;
  color:#000;
}
.special_price{
  position:relative;
  margin:0;
  padding:10px 0 0 0;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size:13px;
  line-height:20px;
  font-weight:normal;
  text-align:left;
  color:#000;
}
.special_price span{
  font-size:22px;
  line-height:32px;
  font-weight:600;
}

/*---------item_list---------*/
.item_list{
	margin:0 auto;
	padding:0 0 40px 0;
	width:920px;
}
.item_list ul{
	margin:0;
	padding:0;
	list-style:none;
  font-size:0;
}
.item_list ul li{
	margin:0;
	padding:0 110px 0 0;
	display:inline-block;
	width:400px;
	vertical-align:top;
}
.item_list ul li:last-child{
	padding-right:0;
}

hr.special_tec_line{
	margin:50px auto 0 auto;
	padding:0;
	width:100%;
	border-top:1px solid #cccccc;
}

/*special_item*/
.special_item{
  position:relative;
  margin:0 auto;
  padding:30px 0 0 0;
  width:850px;
  height:auto;
}
.special_item img{
  width:100%;
}
.special_item ul{
  margin:0 auto;
  padding:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:860px;
}
.special_item ul li{
  margin:0;padding:0;
  vertical-align:top;
  width:400px;
}
.special_item ul li.special_item_list1{
  margin:0;
  padding:0;
}
.special_item ul li.special_item_list2{
  margin:0;
  padding-left:80px;
}
.special_item_img{
  position:relative;
  margin:0;padding:0;
  width:400px;
  height:auto;
  top:0;
  left:0;
}
/*special_item2*/
.special_item2{
  position:relative;
  margin:0 auto;
  padding:25px 0 0 0;
  width:890px;
  height:auto;
}
.special_item2 img{
  width:100%;
}
.special_item2 ul{
  margin:0 auto;
  padding:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.special_item2 ul li{
  margin:0 auto;
  padding:0;
  vertical-align:top;
  width:400px;
}
.special_item2 ul li.special_item_list1{
  padding:0;
}
.special_item2 ul li.special_item_list2{
  padding-left:50px;
}

/*---------special_main_kv---------*/
.special_main_kv{
  position:relative;
  margin:0;padding:0;
  width:100%;
  height:491px;
  background-image:url(../img/special/special_main_kv.jpg);
  background-repeat:no-repeat;
  background-position:top 0 center;
  background-size:auto;
  background-color:#5e3d27;
}
.special_main_kv .special_main_ttl{
  position:absolute;
  margin:0;padding:0;
  width:500px;
  height:320px;
  top:50%;
  left:50%;
  transform:translate(0,-50%);
  margin-left:100px;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color:#fff;
  font-weight:500;
  text-align:left;
  /*background-image:url(../img/special/special_main_ttl_bg.png);
  background-repeat:no-repeat;
  background-position:top 0 center;*/
  background-color:#e3a4aa;
  /*box-shadow: 0 0 15px rgba(0,0,0,0.1);*/
  z-index:2;
}
.main_sub_ttl{
  position: absolute;
  margin:0;
  padding:0;
  width:301px;
  height:47px;
  top:42px;
  left:35px;
  /*font-size:14px;
  line-height:24px;
  letter-spacing:0;
  text-align:center;*/
}
.main_lead_txt{
  position: absolute;
  margin:0;
  padding:0;
  width:auto;
  top:110px;
  left:35px;
  font-size:30px;
  line-height:50px;
  color:#333;
  letter-spacing:0;
  text-align:left;
  font-feature-settings:"palt";
}
.main_lead_txt span{
  display:block;
  padding-bottom: 5px;
  font-size:21px;
  line-height:36px;
  color:#333;
}
.main_sub_ttl span.special_tips_ttl{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing:1.4px;
  color:#fff;
}
/*---------special_conts---------*/
.special_conts{
  margin:0 auto;
  padding:0 0 100px 0;
  width:100%;
  text-align:center;
  max-width:1680px;
  /*background-image:url("../img/special/special_bg.jpg");
  background-repeat:repeat-y;
  background-position:top 0 center;
  background-size:auto;*/
  background-color:#f4e1e7;
}
/*---------special_conts_innr---------*/
.special_conts_innr{
  position:relative;
  margin:0 auto;
  padding:0;
  width:100%;
  max-width:1680px;
  /*background-image:url("../img/special/special_bg.jpg");
  background-repeat:repeat-y;
  background-position:top 0 center;
  background-size:auto;*/
}
.special_intro_txt{
  position:relative;
  margin:0 auto;
  padding:60px 0 45px 0;
  width:100%;
  background-color:#5e3d27;
  z-index:1;
}
.special_intro_txt .special_intro_txt_p{
  margin:0 auto;
  padding:0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size:20px;
  line-height:44px;
  font-weight:500;
  color:#fff;
}
.special_intro_txt span{
  font-weight:600;
}
.special_intro_txt span.fntlrge{
  padding:0;
  font-size:25px;
  border:none;
}
.special_intro_txt span.txt_pink{
  padding:0;
  color:#fa5f96;
  border:none;
}
.special_point_area{
  position:relative;
  margin:20px auto 0 auto;
  padding:0;
}
.special_point_ttl{
  position:absolute;
  margin:0 auto;
  padding:0;
  width:890px;
  height:auto;
  top:0;
  left:50%;
  margin-left:-445px;
}
/*special_point_list*/
.special_point_list{
  position:relative;
  margin:0 auto;
  padding:115px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:1050px;
}
.special_point_list li{
  position:relative;
  margin:0;
  padding:0;
}
.special_point_list li.special_point_list_left{
  width:540px;
}
.special_point_list li.special_point_list_right{
  width:500px;
}
.special_point_ph{
  position:absolute;
  margin:0 15px 0 0;
  padding:0;
  width:536px;
  height:auto;
}
.special_point_detail{
  margin:0;
  padding:0;
  text-align:left;
}
.special_point_icon{
  margin:0;
  padding:64px 0 33px 0;
  width:258px;
  height:auto;
}
.special_point_detail_ttl{
  margin:0!important;
  padding:0 0 20px 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size:30px!important;
  line-height:50px!important;
  font-weight:600;
  color:#fff;
}
.special_point_detail_txt{
  margin:0;
  padding:0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size:18px;
  line-height:38px;
  font-weight:500;
  color:#fff;
}

/*point_conts*/
.point_conts{
  position:relative;
  margin:0;padding:0;
  width:100%;
}
#eye_point{
  margin:132px 0 0 0;
  padding:0;
  background-image:url("../img/special/point_main_bg1.png");
  background-repeat:no-repeat;
  background-position:top 313px center;
  background-size:auto;
}
#basemakeup_point{
  margin:132px 0 0 0;
  padding:0;
  background-image:url("../img/special/point_main_bg2.png");
  background-repeat:no-repeat;
  background-position:top 313px center;
  background-size:auto;
}
#lip_point{
  margin:132px 0 0 0;
  padding:0;
  background-image:url("../img/special/point_main_bg3.png");
  background-repeat:no-repeat;
  background-position:top 313px center;
  background-size:auto;
}
.eye_main_ttl{
  margin:0 auto;
  padding:0 0 59px 0;
  width:1039px;
  height:auto;
}
.eye_main_img{
  margin:0 auto;
  padding:0 0 38px 0;
  width:1052px;
  height:auto;
}
.eye_main_list{
  margin:0 auto;
  padding:0;
  width:1000px;
  list-style:none;
  color:#333;
}
.eye_main_list li{
  position:relative;
  display:block;
  margin:0 0 40px 0;
  padding:0 0 0 205px;
  vertical-align:top;
  text-align:left;
}
.eye_main_list li.icon_point1::before{
  content:'';
  position:absolute;
  top:-17px;
  left:0;
  width:159px;
  height:84px;
  background-image:url("../img/special/icon_point01.png");
  background-repeat:no-repeat;
  background-position:center left 0;
  background-size:auto;
}
.eye_main_list li.icon_point2::before{
  content:'';
  position:absolute;
  top:-17px;
  left:0;
  width:171px;
  height:84px;
  background-image:url("../img/special/icon_point02.png");
  background-repeat:no-repeat;
  background-position:center left 0;
  background-size:auto;
}
.eye_main_list li.icon_point3::before{
  content:'';
  position:absolute;
  top:-17px;
  left:0;
  width:166px;
  height:84px;
  background-image:url("../img/special/icon_point03.png");
  background-repeat:no-repeat;
  background-position:center left 0;
  background-size:auto;
}
.eye_main_list .point_ttl{
  margin:0;padding:0;
  text-align:left;
  font-size:28px;
  line-height:52px;
  font-weight:600;
}
.eye_main_list .point_txt{
  margin:0;padding:0;
  text-align:left;
  font-size:18px;
  line-height:38px;
  font-weight:500;
}
.useitem_ttl{
  position:absolute;
  margin:0;
  padding:0;
  width:173px;
  height:auto;
  top:-15px;
  left:50%;
  transform:translate(-50%,0);
  z-index:2;
}
.basemakeup_sub_txt{
  margin:0 auto;
  padding:0 0 20px 0;
  width:690px;
  font-size:18px;
  line-height:38px;
  text-align:left;
}
.basemakeup_point_sub{
  position:relative;
  margin:0 auto;
  padding:0 0 10px 0;
  width:1135px;
}
.basemake_main_ph2{
  position:relative;
  margin:0;padding:0;
  width:464px;
  height:auto;
}
.basemakeup_point_sub_detail{
  position:absolute;
  margin:0;padding:0;
  left:525px;
  top:162px;
  text-align:left;
  z-index:2;
}
.basemakeup_point_sub_detail_ttl{
  margin:0;
  padding:0 0 30px 0;
  font-size:28px;
  line-height:46px;
  font-weight:600;
  color:#c84a64;
}
.basemakeup_point_sub_detail_txt{
  margin:0;padding:0;
  font-size:18px;
  line-height:38px;
  color:#333;
}
.lip_point_sub_detail{
  position:absolute;
  margin:0;padding:0;
  left:525px;
  top:210px;
  text-align:left;
  z-index:2;
}
.lip_main_ph{
  position:relative;
  margin:0;padding:0;
  width:617px;
  height:auto;
}
/*selfiepoint_conts*/
.selfiepoint_conts{
  position:relative;
  margin:185px auto 0 auto;
  padding:0;
  width:1200px;
  height:1179px;
  background-image:url("../img/special/selfiepoint_bg.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:auto;
}
.selfiepoint_ph{
  position:absolute;
  margin:0;padding:0;
  width:485px;
  height:auto;
  top:-90px;
  right:-35px;
  z-index:2;
}
.selfiepoint01{
  position:absolute;
  margin:0;padding:0;
  top:261px;
  left:95px;
  z-index:2;
}
.selfiepoint02{
  position:absolute;
  margin:0;padding:0;
  top:370px;
  left:640px;
  z-index:2;
}
.selfiepoint03{
  position:absolute;
  margin:0;padding:0;
  top:555px;
  left:95px;
  z-index:2;
}
.selfiepoint04{
  position:absolute;
  margin:0;padding:0;
  top:730px;
  left:640px;
  z-index:2;
}
.selfiepoint05{
  position:absolute;
  margin:0;padding:0;
  top:853px;
  left:95px;
  z-index:2;
}
.selfiepoint_ttl{
  margin:0;
  padding:0 0 26px 0;
  width:460px;
  height:auto;
}
.selfiepoint_txt{
  margin:0;
  padding:0 0 0 60px;
  font-size:17px;
  line-height:38px;
  text-align:left;
  width:380px;
}


/*special_lead*/
.special_lead{
  position:relative;
  margin:0 auto;
  padding:0;
  width:953px;
  height:569px;
  background-image:url("../img/special/special_lead_bg.jpg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:auto;
}
.special_lead .hanabira_obj1{
  position:absolute;
  margin:0;padding:0;
  width:189px;
  height:200px;
  top:-70px;
  right:-100px;
  z-index:2;
}
.special_lead .hanabira_obj2{
  position:absolute;
  margin:0;padding:0;
  width:150px;
  height:147px;
  bottom:-40px;
  left:-110px;
  z-index:2;
}
.special_lead_ttl{
  margin:0 auto;
  padding:50px 0 33px 0;
  width:510px;
  height:auto;
}
.special_lead_ph{
  position:absolute;
  margin:0;padding:0;
  width:355px;
  height:auto;
  top:250px;
  left:-70px;
}
.special_lead_list{
  margin:0;
  padding:50px 0 0 340px;
  list-style:none;
  width:600px;
}
.special_lead_list li{
  position:relative;
  margin:0;
  padding:0 0 5px 5px;
  vertical-align:top;
  text-align:left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size:18px;
  line-height:38px;
  color:#000;
}
.special_lead_list li::before{
  content:'■';
  position:absolute;
  margin:0;padding:0;
  width:10px;
  height:10px;
  top:0;
  left:-20px;
  color:#dd5a58;
}
.special_select_ttl{
  margin:0 auto;
  padding:80px 0 30px 0;
  width:491px;
  height:auto;
}
/*type_main_ttl*/
.type_main_ttl{
  position:relative;
  margin:0 auto;
  padding:80px 0 50px 0;
  width:650px;
  height:auto;
  z-index:3;
}

/*sp_select_list*/
.sp_select_list{
  margin:0 auto;
  padding:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:960px;
}
.sp_select_list li{
  margin:0 auto;
  padding:0;
  text-align:center;
  vertical-align:top;
}
.select_btn_img{
  margin:0;padding:0;
  width:314px;
  height:auto;
  cursor:pointer;
}

/*topic_conts*/
.topic_conts{
  position:relative;
  margin:100px auto 0 auto;
  padding:0;
  width:1200px;
  background-color:#fff;
  box-shadow: 20px 20px #5e3d27;
  /*box-shadow: 0 0 15px rgba(0,0,0,0.1);*/
}
.type_main_bg{
  position:absolute;
  margin:0;padding:0;
  width:450px;
  height:auto;
}
.topic_conts.topic_conts_end{
  margin:20px auto 0 auto;
}
.topic_ttl_icon{
  position:absolute;
  margin:0;padding:0;
  width:520px;
  height:160px;
  top:-60px;
  left:5px;
  z-index:2;
}
.topic_ttl_conts{
  position:relative;
  margin:0;padding:0;
  width:100%;
  height:680px;
  background-repeat:no-repeat;
  background-position:top 0 right 0;
  background-size:auto;
  background-color:#eae8e0;
}
.topic_ttl_conts.eye_main_ttl{
  background-image:url("../img/special/eye_ph.png");
}
.topic_ttl_conts.faceline_main_ttl{
  background-image:url("../img/special/faceline_ph.png");
}
.topic_ttl_conts.finish_main_ttl{
  background-image:url("../img/special/finish_ph.png");
}
.topic_ttl_conts .topic_ttl_img{
  margin:0;
  padding:145px 0 0 75px;
  width:740px;
  height:auto;
}
.topic_ttl_conts .topic_ttl_txt{
  margin:0;
  padding:70px 0 0 75px;
  text-align:left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size:19px;
  line-height:43px;
}
.topic_ttl_lead{
  position:relative;
  margin:0;
  padding:0;
  width:1200px;
  height:104px;
  background-image:url("../img/special/arrow_icon.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:auto;
  background-color:#f7f6f3;
}
.topic_ttl_lead .topic_ttl_lead_img{
  position:absolute;
  margin:0 auto;
  padding:0;
  width:500px;
  height:auto;
  top:-15px;
  left:50%;
  margin-left:-250px;
}
/*special_step*/
.special_step{
  margin:0;
  padding:0;
  width:100%;
  height:auto;/*840px;*/
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.special_step.eye_step_bg{
  background-image:url("../img/special/eye_step_bg.png")
}
.special_step.faceline_step_bg{
  background-image:url("../img/special/faceline_step_bg.png")
}
.special_step.finish_step_bg{
  background-image:url("../img/special/finish_step_bg.png")
}
.special_step .special_step_ttl{
  margin:0 auto;
  padding:40px 0 50px 0;
  width:775px;
  height:auto;
}
.special_step .special_step_img{
  margin:0 auto;
  padding:0 0 20px 0;
  width:640px;
  height:auto;
}
.special_step .special_step_txt{
  position:relative;
  margin:0 auto;
  padding:0;
  width:640px;
  text-align:left;
}
.special_step .special_step_txt .step_icon{
  display:block;
  margin:0;padding:0;
  width:60px;
  height:auto;
}
.special_step .special_step_txt p{
  margin:0;
  padding:30px 180px 60px 0;
  font-size:16px;
  line-height:32px;
  text-align:left;
}
.special_step .special_step_txt .step_hand_icon{
  position:absolute;
  margin:0;
  padding:0;
  width:147px;
  height:auto;
  top:0;
  right:0;
}



.topic_conts .topic_icon{
  position:absolute;
  margin:0;padding:0;
  top:-33px;
  left:0;
  width:175px;
  height:33px;
}
.topic_conts .topic_ttl{
  position:relative;
  margin:0 auto;
  padding:0;
  width:100%;
}
.topic_conts .topic_ttl .topic_ttl_img{
  position:relative;
  margin:0;
  padding:97px 0 134px 42px;
  width:610px;
  z-index:1;
}
.topic_conts .topic_ttl .topic_ttl_ph{
  position:absolute;
  margin:0;padding:0;
  width:564px;
  height:auto;
  top:0;
  right:0;
}
.topic_list{
  margin:0 auto;
  padding:60px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:100%;
}
.topic_list li{
  margin:0 50px 0 0;
  padding:0;
}
.topic_list li:last-child{
  margin-right:0;
}
.topic_list .topic_list_img{
  margin:0;
  padding:0;
  width:595px;
  height:auto;
}
.topic_list .topic_list_txt{
  margin:0;
  padding:0;
  text-align:left;
}
.topic_list_detail{
  margin:0;padding:0;
  text-align:left;
}
.topic_list_ttl{
  margin:0;
  padding:30px 0;
  width:467px;
  height:auto;
}
.topic_list_txt{
  margin:0;padding:0;
  width:480px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size:18px;
  line-height:38px;
  color:#000;
  text-align:left;
}
.topic_list_detail2{
  margin:0;padding:0;
  text-align:center;
}
.topic_list_ttl2{
  margin:0 auto;
  padding:30px 0;
  width:467px;
  height:auto;
}
.topic_list_txt2{
  margin:0 auto;
  padding:0;
  width:100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size:18px;
  line-height:38px;
  color:#000;
  text-align:center;
}
/*topic_howto*/
.topic_howto{
  position:relative;
  margin:0 auto;
  padding:0 0 35px 0;
  width:auto;
}
.topic_howto .howto_ttl{
  margin:0 auto;
  padding:0 0 23px 0;
  width:106px;
  height:auto;
}
.topic_howto .howto_list{
  margin:0 auto;
  padding:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:830px;
  list-style:none;
}
.topic_howto .howto_list li{
  margin:0 50px 0 0;
  padding:0;
  width:50%;
  vertical-align:top;
}
.topic_howto .howto_list li:last-child{
  margin-right:0;
}
.topic_howto .howto_img{
  margin:0 0 0 auto;
  padding:0;
  width:311px;
  height:auto;
}
.topic_howto .howto_txt{
  margin:0;
  padding:60px 0 0 0;
  width:100%;
  text-align:left;
  font-size:16px;
  line-height:34px;
}


.item_main_ttl{
  margin:0 auto;
  padding:45px 0 30px 0;
  width:100%;
  text-align:center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size:22px;
  line-height:31px;
}
.anch_link{
  margin:0 auto;
  padding:0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:970px;
  list-style:none;
}
.anch_link li{
  margin:0 auto;
  padding:0;
}
.item_special_detail{
  margin:0;
  padding:45px 0 80px 0;
  width:100%;
}
.item_special_ttl{
  margin:0;
  padding:60px 0 40px 0;
  width:100%;
}


/*special_artist*/
.special_artist{
  margin:0 auto;
  padding:90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:920px;
}
.special_artist li{
  margin:0 30px 0 0;
  padding:0;
}
.special_artist li:last-child{
  margin-right:0;
}
.special_artist .artist_img{
  margin:0;padding:0;
  width:256px;
  height:auto;
}
.special_artist .artist_name{
  margin:0;padding:0;
  width:650px;
  text-align:left;
  color:#000;
}
.special_artist .artist_name_ttl{
  margin:0;
  padding:56px 0 0 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size:30px!important;
  line-height:40px!important;
  font-weight:500!important;
}
.special_artist .artist_name_ttl span{
  display:block;
  margin:0;
  padding:0 0 3px 0;
  font-size:19px;
  line-height:35px;
}
.special_artist .artist_name_txt{
  margin:0;padding:0;
  font-size:16px;
  line-height:30px;
}

/*useitem*/
.useitem{
  position:relative;
  margin:0 auto 40px auto;
  padding:0;
  width:960px;
  height:450px;
  background-color:#c9b8b8;
}
.useitem .useitem_ttl{
  position:absolute;
  margin:0;padding:0;
  width:162px;
  height:auto;
  top:0;
  left:30px;
}
.useitem .item_alf_icon{
  position:absolute;
  margin:0;padding:0;
  width:70px;
  height:70px;
  top:0;
  right:0;
}
.useitem .item_frame_obj{
  position:absolute;
  margin:0;padding:0;
  width:32px;
  height:32px;
  bottom:0;
  right:0;
}

/*---------tips_arrow---------*/
.tips_arrow{
  position:relative;
  margin:0 auto;
  padding:0;
  text-align:center;
  font-size:16px;
  line-height:50px;
  font-weight:500;
  color:#fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  opacity:1!important;
}
.tips_arrow{
  display:block;
  /*color:#fff;*/
  text-decoration:none;
  opacity:1!important;
}
.tips_arrow a{
  color:#303030;
  opacity:1!important;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background-color:#ef4f8f;
}
.tips_arrow a:hover{
  background-color:#f595bc;
}
.tips_arrow a::after{
  content:"";
  position:absolute;
  width:50px;
  height:50px;
  right:5px;
  background-image:url("../img/arrow_blk2.png");
  background-repeat:no-repeat;
  background-position:center;
  -moz-transition:0.5s ease;
  -webkit-transition:0.5s ease;
  -o-transition:0.5s ease;
  -ms-transition:0.5s ease;
}
.tips_arrow2{
  display:block;
  text-decoration:none;
  position:relative;
  margin:0 auto;
  padding:0;
  text-align:center;
  font-size:16px;
  line-height:50px;
  font-weight:500;
  letter-spacing:1.4px;
  color:#fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  opacity:1!important;
}
.tips_arrow2 a{
  color:#fff;
  opacity:1!important;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background-color:#ef4f8f;
}
.tips_arrow2 a:hover{
  background-color:#f595bc;
}
.tips_arrow2 a::after{
  content:"";
  position:absolute;
  width:50px;
  height:50px;
  right:5px;
  background-image:url("../img/arrow_wht.png");
  background-repeat:no-repeat;
  background-position:center;
  -moz-transition:0.5s ease;
  -webkit-transition:0.5s ease;
  -o-transition:0.5s ease;
  -ms-transition:0.5s ease;
}

/*section_conts*/
.section_conts{
  position:relative;
  margin:0 auto;
  padding:0;
  width:1200px;
  background-color:#fff;
  box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.section_conts .contents_lead_ttl{
  position:absolute;
  margin:0;padding:0;
  width:945px;
  height:auto;
  top:-70px;
  left:50%;
  margin-left:-472.5px;
  z-index:2;
}
.section_conts .section_care_ttl{
  position:relative;
  margin:0;
  padding:0;
  width:1200px;
}
.section_conts .care_lead_ttl{
  position:relative;
  margin:0;
  padding:160px 0 0 0;
  width:100%;
  height:auto;
  font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size:21px;
  line-height:43px;
  text-align:center;
}
.section_conts .care_lead_ttl span.underline_blue{
  padding-bottom:5px;
  border-bottom:1px solid #addbfc;
}
.section_conts .care_lead_ttl span.underline_green{
  padding-bottom:5px;
  border-bottom:1px solid #c5e2be;
}
.section_conts .care_ttl{
  position:relative;
  margin:0;
  padding:55px 0 60px 0;
  width:100%;
  height:auto;
}
.section_conts .care_ph_list{
  margin:0 auto;
  padding:0;
}
.section_conts .care_ph_list ul{
  margin:0 auto;
  padding:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:1100px;
}
.section_conts .care_ph_list ul li{
  position:relative;
  margin:0 auto;
  padding:0;
  display:inline-block;
  text-align:left;
}
.section_conts .care_ph_list .care_ph{
  margin:0;
  padding:0;
  width:550px;
}
.section_conts .care_ph_list .care_ph_txt{
  margin:0;
  padding:90px 0 0 30px;
  width:530px;
  font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size:19px;
  line-height:43px;
  font-weight:500;
}

.section_conts .check_ttl .check_ttl_ph{
  position:absolute;
  margin:0;padding:0;
  width:630px;
  height:auto;
  top:280px;
  left:-12px;
}

/*special_end_artist*/
.special_end_artist{
  display:inline-block;
  margin:0 auto;
  padding:0;
  width:960px;
  text-align:center;
}
.special_end_artist ul{
  margin:0 auto;
  padding:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:960px;
}
.special_end_artist ul li{
  position:relative;
  margin:0 auto;
  padding:0;
  display:inline-block;
  text-align:left;
  vertical-align:top;
}
.special_end_artist .artist_img{
  margin:0;
  padding:0 30px 0 0;
  width:400px;
  height:auto;
}
.special_end_artist .artist_name{
  margin:0;
  padding:125px 0 25px 0;
  width:319px;
  height:auto;
}
.special_end_artist .artist_txt{
  margin:0;padding:0;
  text-align:left;
  font-size:15px;
  line-height:30px;
}
/*facemuscle_conts*/
.facemuscle_conts{
  position:relative;
  margin:80px auto 0 auto;
  padding:80px 0;
  width:1110px;
  background-color:#f9f6f1;
}
.facemuscle_conts .special_end_ttl{
  margin:0 auto;
  padding:0;
  width:708px;
  height:auto;
}
.facemuscle_conts .special_end_txt{
  margin:0 auto;
  padding:50px 0 70px 0;
  width:830px;
  font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size:17px;
  line-height:36px;
  font-feature-settings:"palt";
}
.facestretch_conts{
  position:relative;
  margin:0 auto;
  padding:0 0 50px 0;
  width:920px;
  border:1px solid #969492;
}
.facestretch_ttl{
  position:absolute;
  margin:0;padding:0;
  width:680px;
  height:auto;
  top:-25px;
  left:50%;
  margin-left:-340px;
  z-index:2;
}
.facestretch_txt{
  position:relative;
  margin:0;
  padding:60px 0 40px 0;
  font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size:17px;
  line-height:36px;
  font-feature-settings:"palt";
}
.facestretch_txt span{
  position:relative;
  display:inline-block;
  z-index:2;
}
.facestretch_txt span::after{
  content:'';
  display:inline-block;
  position:absolute;
  margin:0;padding:0;
  width:100%;
  height:12px;
  bottom:5px;
  left:0;
  z-index:-1;
  background-color:#f5e0dc;
}
.facestretch_top_list{
  position:relative;
  margin:0 0 0 350px;
  padding:0 0 35px 0;
  width:520px;
}
.facestretch_img1{
  margin:0;padding:0;
  width:336px;
  height:auto;
}
.facestretch_txt1{
  position: absolute;
  margin:0;padding:0;
  top:125px;
  left:280px;
  text-align:left;
  font-size:15px;
  line-height:28px;
}
.facestretch_list{
  position:relative;
  margin:0 auto;
  padding:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width:820px;
}
.facestretch_list li{
  margin:0;
  padding:0 6px 45px 6px;
  text-align:center;
  vertical-align:top;
  width:260px;
}
.facestretch_detail{
  position:relative;
  margin:0;padding:0;
}
.facestretch_img2{
  position:relative;
  margin:0;
  padding:0 0 20px 0;
  width:260px;
  height:auto;
}
.facestretch_txt2{
  margin:0;padding:0;
  text-align:left;
  font-size:15px;
  line-height:28px;
}
.facestretch_arr1_1::after{
  content:'';
  position:absolute;
  margin:0;padding:0;
  width:40px;
  height:20px;
  bottom:0;
  left:97px;
  background-image:url("../img/special/facestretch_arrw1.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:auto;
}
.facestretch_arr1_2::before{
  content:'';
  position:absolute;
  margin:0;padding:0;
  width:40px;
  height:20px;
  top:0;
  left:97px;
  background-image:url("../img/special/facestretch_arrw1.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:auto;
}
.facestretch_arr2::after{
  content:'';
  position:absolute;
  margin:0;padding:0;
  width:12px;
  height:24px;
  top:97px;
  right:-25px;
  background-image:url("../img/special/facestretch_arrw2.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:auto;
}


/*special_item_end*/
.special_item_end{
  position:relative;
  margin:30px auto 0 auto;
  padding:85px 0 40px 0;
  background-color:#fff;
  width:940px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.special_item_end .bosyu_icon{
  position:absolute;
  margin:0;
  padding:0;
  width:115px;
  top:-30px;
  left:-30px;
  z-index:2;
}
.bosyuu_txt{
  margin:0 auto;
  padding:0;
  width:794px;
  height:auto;
}
.special_end_btn{
  margin: 35px auto 0 auto!important;
  padding: 0;
  width: 312px;
  height: 60px;
  color: #fff;
}
.special_end_btn a{
  display:block;
  color:#fff;
  text-decoration:none;
}
.special_end_btn a:hover{
}
.special_end_btn_arrow{
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height:60px;
  font-weight:500;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.special_end_btn_arrow a{
  color:#fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-color:#5e3d27;
}
.special_end_btn_arrow a::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 4px;
  right: 5px;
  background-image: url(../img/arrow_wht.png);
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}

/*special_end_copy*/
.special_end_copy{
  display:inline-block;
  margin:80px auto;
  padding:0;
  width:923px;
  text-align:center;
  background-color:#efc1c6;
}
.special_end_copy p{
  display:inline-block;
  margin:0;
  padding:50px 0;
  font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size:28px;
  line-height:53px;
  font-weight:500;
  color:#000;
  letter-spacing:0;
  font-feature-settings:"palt";
}
.special_end_copy span{
  font-weight:600;
}
.special_end_copy span.txt_color{
  color:#0094d9;
}
