@charset "utf-8";
/* CSS Document */

img[alt="電話占い"]{
	width: 500px;
	height:auto;
}
img[alt="チャット占い"]{
	width: 500px;
	height:auto;
}
img[alt="銀行振込"]{
	width: 500px;
	height:auto;
}

.TopReco_Bg {
    background: url(../img/Bg_RecoBack.png);
    background-size: contain;
	background-repeat: no-repeat;
    width: 783px;
    height: 0;
    padding-bottom: calc(783px*242/965);
	margin-bottom: 30px;
}
.TopReco_Bg .TopReco_CardZone {
    width: 763px;
    margin-left: 146px;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
}
.TopReco_Bg .TopReco_CardZone .TopReco_Card {
    background: url(../img/Bg_Recommend2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 0;
    margin-top:7px;
    margin-right: 7px;
    padding-bottom: calc(783px*145/220);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.TopReco_Bg .TopReco_CardZone .TopReco_Card a{
	text-decoration: none;
    height: 154px;
}
.TopReco_Bg .TopReco_CardZone .TopReco_Card img {
    margin: 12px 0 0;
    width: 98px;
    height: auto;
}
.TopReco_Bg .TopReco_CardZone .TopReco_Card .Card_Name{
	text-align: center;
    font-size: 12px;
    color: #654a1b;
    margin: 6px 0;
	position: relative;
    z-index: 10;
    top: -15px;
    background: #fff;
    width: 100%;
}
.TopReco_Bg .TopReco_CardZone .TopReco_Card .Card_Status1{
	margin:0;

}

.btn-wrap{width: 80%;}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}

a.btn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 1.25rem 0;

  color: #ffff;
}

a.btn--contact.tel {
  display: block;
    padding: 1.5rem 0;
    color: #fff;
    background: #18b79a;
    -webkit-box-shadow: 0 5px 0 #0c5447;
    box-shadow: 0 5px 0 #0c5447;
    margin-bottom: 30px;
}
a.btn--contact.chat {
	display: block;
    padding: 1.5rem 0;
    color: #fff;
    background: #f759ce;
    -webkit-box-shadow: 0 5px 0 #a9338a;
    box-shadow: 0 5px 0 #a9338a;
    margin-bottom: 30px;
}
a.btn--contact.bank {
	display: block;
    padding: 1.5rem 0;
    color: #fff;
    background: #8059f7;
    -webkit-box-shadow: 0 5px 0 #a9338a;
    box-shadow: 0 5px 0 #362079;
    margin-bottom: 30px;
}

a.btn--contact i {
  font-size: 2rem;
}

a.btn--contact i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--contact :hover {
  color: #fff;
}

a.btn--tel {
  display: block;

  margin-top: 15px;
  padding: 1rem 0;

  color: #fff;
  background: #094;
  -webkit-box-shadow: 0 5px 0 #008039;
  box-shadow: 0 5px 0 #008039;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--tel .number {
  line-height: 1;

  display: inline-block;

  margin-top: 0.5rem;
  padding: 0.25rem 2rem;

  letter-spacing: 0;

  color: #094;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.marker{background: linear-gradient(transparent 50%, yellow 50%);}


.kakomi-box13 {
	 position: relative;
    margin: 0 auto;
    padding: 30px 20px;
    width: 85%;
    color: #555555;
    background-color: #fff;
    border: 2px solid #f09199;
    box-shadow: 0 0 5px 2px #fce2c4 inset;
}
.title-box13 {
	font-size: 18px;
    position: absolute;
    padding: 0 .5em;
    left: 20px;
    top: -9px;
    font-weight: bold;
    background-color: #fff;
    color: #f09199;
}

ul.list01{width: 90%;}
ul.list01 li{
	font-size:19px;
	list-style-type: none;
    line-height: 150%;
    display: flex;
}
ul.list01 li:before{
	content: "";
    background: #000;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 100px;
    position: relative;
    top: 8px;
    margin-right: 10px;
}

.box{
	width: 90%; 
    margin: 0 auto 30px;
    /* padding: 25px 0; */
    position: relative;
    /* background: #ff9883; */
    background: -moz-linear-gradient(-45deg, #ff9883 0%, #ff9883 37%, #ff6c88 47%, #ff5193 54%, #ff3da0 61%, #ff25ac 67%, #df18bb 73%, #c00ac5 78%, #a004cf 83%, #7b02d4 89%, #7b02d4 100%);
    /* background: -webkit-linear-gradient(
-45deg
, #ff9883 0%,#ff9883 37%,#ff6c88 47%,#ff5193 54%,#ff3da0 61%,#ff25ac 67%,#df18bb 73%,#c00ac5 78%,#a004cf 83%,#7b02d4 89%,#7b02d4 100%); */
    /* background: linear-gradient(
135deg
, #ff9883 0%,#ff9883 37%,#ff6c88 47%,#ff5193 54%,#ff3da0 61%,#ff25ac 67%,#df18bb 73%,#c00ac5 78%,#a004cf 83%,#7b02d4 89%,#7b02d4 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9883', endColorstr='#7b02d4',GradientType=1 );

}
.box:after{
	content: "";
    background: #fff;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.CampaignFlame .box p{
	width: 100%;
    position: relative;
    z-index: 1;
    margin: auto;
	margin: 0 auto 10px;
}
.CampaignFlame .box p span{
	color: #e04b71;
    font-weight: bold;
    display: block;
}


.sample-box-11 {
	width: 85%;
    background-color: #fff;
    margin: 0 0 30px;
    padding: 20px 14px;
    position: relative;
    z-index: 1;
}
.sample-box-11::before,
.sample-box-11::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.sample-box-11::before {
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    top: 0;
    z-index: -1;
}
.sample-box-11::after {
    background-color: #feffe9;
    top: 5px;
    left: 5px;
    z-index: -2;
}
.CampaignFlame .sample-box-11 p{
	width: 100%;
    margin: 0 0 30px;
}
.CampaignFlame .sample-box-11 p span{
	font-size: 19px;
    color: #ff4176;
    font-weight: bold;
    display: block;
}

.sample-box-11 ul{}
.sample-box-11 li{ 
	font-size: 20px;
    font-weight: bold;
    list-style-type: none;
    margin-bottom: 15px;
}
.sample-box-11 li:last-child{ margin-bottom:0;}
.sample-box-11 li span{color: #e04b71;}




img[alt="フレーム飾り左上"]{
	position: absolute;
    top: -15px;
    left: -21px;
}
img[alt="フレーム飾り右上"]{
	position: absolute;
    top: -15px;
    right: -21px;
}
img[alt="フレーム飾り右下"]{
	position: absolute;
    bottom: -15px;
    right: -21px;
}
img[alt="フレーム飾り左下"]{
	position: absolute;
    bottom: -15px;
    left: -21px;
}
img[alt="さらにポイント10％もポイントバック"]{
	position: absolute;
    margin: auto;
    top: -40px;
    left: 0;
    right: 0;
}

ul.TermsList{width: 80%;}
ul.TermsList li{
    list-style-type: none;
    margin-bottom: 10px;
}

table.PinkTable{width: 80%; margin: 30px 0;}
table.PinkTable tr{
	border: 1px solid #a18851;
    border-bottom: none;
    display: flex;
}
table.PinkTable th{
	width: 25%;
    height: 50px;
    color: #654a1b;
    font-weight: bold;
    background: #EFEFEF;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-right: 1px solid #a18851;
    border-bottom: 1px solid #fff;
}
table.PinkTable tr:nth-child(3){border-bottom: 1px solid #a18851;}
table.PinkTable tr:nth-child(4){border: none;}
table.PinkTable tr:nth-child(3) th{border-bottom: none;}
table.PinkTable tr:nth-child(4) th{
	background: none;
    border: none;
}
table.PinkTable tr:last-child th{ border-bottom:none;}
table.PinkTable th:before{
	content: "1";
    color: #654a1b;
	font-size: 13px;
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-right: 10px;
    /* border: 1px solid #985f3f; */
}
table.PinkTable tr:nth-child(2) th:before{content: "2";}
table.PinkTable tr:nth-child(3) th:before{content: "3";}
table.PinkTable tr:nth-child(4) th:before{ display:none;}
table.PinkTable tr:nth-child(5) th:before{content: "10";}

table.PinkTable tr:last-child{border-bottom: 1px solid #a18851;}
table.PinkTable td{
	width: 70%;
	display: flex;
    align-items: center;
	padding-left: 10px;
}
table.PinkTable tr:nth-child(4) td{justify-content: center; color:#654a1b;}

table.PinkTable2{
	width: 80%;
	margin: 30px 0 0;
}
table.PinkTable2 tr{border: 1px solid #a18851;}
table.PinkTable2 th{
	height: 50px;
    color: #654a1b;
    font-weight: bold;
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
}
table.PinkTable2 td{padding: 10px 15px;}
table.PinkTable2 td ul{margin: 0 0 30px;}
table.PinkTable2 td ul li{
	list-style-type: none;
	margin-bottom: 10px;
}
table.PinkTable2 td ul li:before{
	position: relative;
    top: -1px;
    left: -3px;
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    content: '';
    border-radius: 100%;
    background: #8b5033;
}
table.PinkTable2 td span.span01{
	display: flex;
    margin-bottom: 10px;
	line-height:130%;
	width: 670px;
}
table.PinkTable2 td span.span01:before{
	content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    color: #ee2884;
}


#MyEvent2,#Usually2{margin-bottom: 15px;}

.CampaignFlame p.reg_PR{
	color: #ee2884;
    font-size: 20px;
    font-weight: bold;
    width: 80%;
    line-height: 130%;
    text-align: center;
    margin: 50px 0 10px;
}

.btnWrap{
	display: flex;
    margin: 0 auto 0px;
    width: 50%;
    text-align: center;
    padding: 7px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px 1px #979797;
    box-shadow: 1px 1px 2px 1px #979797;
    background: #c5ac5e;
    background: linear-gradient(135deg, #c5ac5e 0%, #fffce9 51%, #c6ad61 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ac5e', endColorstr='#c6ad61',GradientType=1 );
    position: relative;
}
a.reg_btn{
	font-size: 25px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    background: #ddc03a;
    /* margin: 0 auto 30px; */
    padding: 25px 0;
    text-shadow: 1px 1px 0px #2a5a03;
    border-radius: 2px;
    border: #23af20 1px solid;
    background: #027d00;
    background: -webkit-gradient(linear, left top, left bottom, from(#12d00f), color-stop(14%, #20d81d), color-stop(76%, #19ad16), to(#198617));
    background: linear-gradient(to bottom, #12d00f 0%, #20d81d 14%, #19ad16 76%, #198617 100%);
}
a.reg_btn:before{
	content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	margin-right: 5px;
}
a.reg_btn img{
	width: 100%;
    height: auto;
}

.Main .Main_Wrap section .MainTitle_Wrap{ 
	margin-bottom:0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.Main .Main_Wrap section .MainTitle_Wrap .MainTitle_L{padding: 0;}

.Header,.GlobalNavi,.MainTitle_Wrap,.Free10min_Top,.CampaignFlame{position:relative; z-index:20;}
.Main .Main_Wrap{
	width: 100%;
}
.Main{padding: 0 200% 0 200%;}
.content_wrap{
	width: 1000px;
    margin: auto;
    padding: 60px 0 0;
    position: relative;
}
.Main .Main_Wrap .Breadcrumb{
    width: 100%;
    padding: 12px;
    background: url(https://d-ny.jp/ssl/img/Bg_Main.png);
}
.Main .Main_Wrap .Breadcrumb ol{
	width: 1000px;
    margin: auto;
}
.Campaign{padding-bottom: 30px; background-color:#9dd6f7;}
.Registration_btn{margin: auto; display: block;}
.Registration_btn_02{margin: auto; display: table;}
.CampaignFlame .Registration_btn_02 + p{
	text-align: center;
    font-weight: bold;
    margin: 20px 0 5px;
}
.CampaignFlame {
    width: 870px;
    margin: 30px auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 60px 0 100px;
    background: url(https://d-ny.jp/ssl/img/cp_rainy_f_side.jpg),url(https://d-ny.jp/ssl/img/cp_rainy_f_side.jpg),url(https://d-ny.jp/ssl/img/cp_rainy_f_top.jpg),url(https://d-ny.jp/ssl/img/cp_rainy_f_top.jpg)#fff;
    background-repeat: repeat-y,repeat-y,repeat-x,repeat-x;
    background-position: left,right,top,bottom;
}
.CampaignFlame img.ValentineIntro{
	width: 85%;
    height: auto;
}
.CampaignFlame:before{
    /*content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #d1c382;
    display: block;
    position: absolute;
    top: 15px;
	pointer-events: none;*/
}
.FlameInner{ background:#fff; padding: 30px;}
.campaign_img01{margin-bottom: 20px;}
.CampaignFlame p,.CampaignFlame li,.CampaignFlame td{	color: #713838;}
.CampaignFlame p{
	font-size: 19px;
    width: 90%;
    line-height: 150%;
    margin: 0 0 30px;
}
.mainImg_wrap{
	width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    position: relative;
    background: #f6e1e6;
    background: -moz-linear-gradient(left, #f6e1e6 0%, #f8e8ec 15%, #fdf9fa 37%, #ffffff 49%, #fdf9fa 64%, #f8e8ec 86%, #f6e1e6 100%);
    background: -webkit-linear-gradient(left, #f6e1e6 0%,#f8e8ec 15%,#fdf9fa 37%,#ffffff 49%,#fdf9fa 64%,#f8e8ec 86%,#f6e1e6 100%);
    background: linear-gradient(to right, #f6e1e6 0%,#f8e8ec 15%,#fdf9fa 37%,#ffffff 49%,#fdf9fa 64%,#f8e8ec 86%,#f6e1e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e1e6', endColorstr='#f6e1e6',GradientType=1 );
}
.mainImg_wrap:before{
	content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: url(https://d-ny.jp/ssl/img/cp_rainy_mainimg.jpg),url(https://d-ny.jp/ssl/img/cp_rainy_mainimg_bg.jpg);
    background-repeat: no-repeat,repeat-x;
    background-position: center;
}
.mainImg_wrap p{
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 30px;
    background: #fff;
    border: 1px solid #ee2884;
    border-radius: 5px;
    padding:0;
    width: 550px;
    color: #92184d;
	flex-wrap: wrap;
}
.mainImg_wrap p span:nth-of-type(1){
	width: 18%;
    height: 35px;
    background: #ee2884;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainImg_wrap p span:nth-of-type(2){
	width: calc(82% - 10px);
    font-size: 19px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.mainImg_wrap + h2,.mainImg_wrap + h2 + h2{
	height: 70px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background: #db6784;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.mainImg_wrap + h2:after,.mainImg_wrap + h2 + h2:after{
	content: '';
    position: absolute;
    border-top: 20px solid #db6784;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    bottom: -20px;
}

h3.Campaign_Headline{
	width: 90%;
    font-size: 23px;
    color: #713838;
    height: 0;
    padding-bottom: calc(90%*75/760);
    text-align: center;
    background: url(https://d-ny.jp/ssl/img/cp_rainy_Heading.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin: 20px 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
h3.Campaign_Headline span {
    display: block;
    padding: 29px 0 0;
}
h3.Campaign_Headline:before {
    content: "";
    background: url(https://d-ny.jp/ssl/img/cp_rainy_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    position: relative;
    top: 13px;
    margin-right: 15px;
}
h3.Campaign_Headline:after {
    /*content: "";
    background: url(https://d-ny.jp/ssl/img/cp_rainy_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    position: relative;
    top: 13px;
    margin-left: 15px;*/
}
ul.Daylist li{
	list-style-type: none;
	padding: 0 10px;
    margin: 10px 0;
	display: table;
}

ul.point_list{width: 80%;}
ul.point_list li{}
ul.point_list li,ul.list_red li{
	list-style-type: none;
	padding: 0 10px;
    margin: 10px 0;
	display: table;
}
ul.point_list li span{
	display: table-cell;
    vertical-align: middle;
	line-height: 130%;
}
ul.point_list li::before {
	position: relative;
    top: -1px;
    left: -13px;
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    content: '';
    border-radius: 100%;
    background: #8b5033;
}

.list_red li::before{
	position: relative;
    top: -1px;
    left: -13px;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 100%;
    background: #ff0000;
}
.PresentInfo_wrap{
	width: 804px;
    /*height: 392px;*/
    margin: 0 auto 20px;
    background: #fff;
    background-repeat: no-repeat;
    border: 8px solid #148f14;
}
.PresentInfo_wrap h4{
	background: #148f14;
    font-size: 21px;
    color: #fff;
    padding: 8px 0 8px 10px;
}
.PresentInfo_wrap h4::before{
	content: '';
    background: url(../img/icon_Present.png);
	display:inline-block;
	vertical-align:middle;
	width:41px;
	height:45px;
	background-repeat:no-repeat;
	background-size:cover;
	margin: 0 10px 0 0;
}
.PresentInfo_wrap h4 span{}
.PresentInfo_wrap h4 span.text{
	display: inline-block;
    vertical-align: middle;
	width: 92%;
	line-height: 130%;

}
.PresentInfo_inner{padding: 10px 0 20px;}
.PresentInfo_inner h5{
    background: url(../img/gold_ribbon_01.png);
    background-repeat: no-repeat;
    width: 804px;
    height: 70px;
    color: #c60000;
    text-align: center;
    line-height: 75px;
    font-size: 25px;
    margin: 20px auto 20px;
}
.TellerImg{
	width: 18%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}
.Present_info{
	display: inline-block;
    margin-left: 4px;
    width: 77.5%;
    background: #fffddc;
    border: 3px solid #dab945;
    padding: 10px 0;
}
.Present_info_p{
    display: inline-block;
    vertical-align: middle;
    width: 71%;
    line-height: 140%;
    font-size: 17px;
}
.Present_info_title{
    display: block;
    vertical-align: middle;
    width: 97%;
    line-height: 140%;
    font-size: 17px;
}
.Present_info_title span.Subheading{
	display: inline-block;
    width: 14%;
    padding: 0;
    text-align: center;
    margin: 0 5px 0 0;
    vertical-align: top;
    font-size: 14px;
}
.Present_info_title span.item_name{
	display: inline-block;
    /* background: #ffcdcd; */
    width: 84%;
    vertical-align: top;
}
.Present_info_title::after {
    content: "";
    display: block;
    width: 95%;
    border-bottom: 1px dotted #8c861e;
    margin: 7px auto;
}

.Present_info_p2{
	text-align: left;
    margin: 0;
    padding: 0 !important;
}
.Present_info img{
	border: 5px solid #fff;
}
.Present_img_wrap{
	display: inline-block;
    vertical-align: top;
    width: 140px;
}
.Subheading{
	background: #ea0000;
    color: #fff;
    padding: 1px 18px;
    border-radius: 7px;
    margin: 0 7px 0 8px;
}

.AppealArea{
    width: 85%;
    margin: 50px 0 0;
}
.AppealArea h4{
	color: #fff;
    text-align: center;
    background: #db6784;
    padding: 10px 0;
}
.info3 {
    border: 2px solid #db6784;
}
.info3 + p{width:100%; margin: 10px 0 0;}
.info3 p {
    color: #8b5133;
    display: table;
    margin: 10px auto 15px;
	text-align: center;
}
.info3 a{
	color: #8b5033;
	font-weight: bold;
    margin: 10px 0;
    display: block;

}

#ptop {
    text-align: center;
    height: 37px;
    background: url(../img/top_bg.png) repeat-x left bottom,url(../img/bg_Otoshidama.png) repeat top;
    /* margin-top: 30px; */
    padding-top: 30px;
	display:none;
}


.info{
	width: 920px;
    background: url(../img/frame02Top_b.png.png),url(../img/frame02Bottom_b.png),url(../img/frame02Middle_b.png.png);
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-position: top,bottom,center;
    padding: 30px 0;
    position: relative;
    margin: 40px 0;
}
.info_img_01{margin: 0 0 20px;}
.infoInner p {
    font-size: 16px;
}
.infoInner{
	/* background: #fff; */
    width: 87%;
    margin: auto;
    height: 100%;
    padding: 10px;
}
.infoInner p {
    font-size: 18px;
    line-height: 22px;
    margin: 22px 0 22px 0;
    color: #654a1b;
}

.infoInner > div{
	/*border: 3px solid #ecdb6c;*/
	padding: 15px;
}
.infoInner h5{
	margin: auto;
    display: table;
}
.infoInner a{color: #a91800;}
.info2{
	/*background: #fffdf5;
    border: #c3bc6f solid 1px;*/
    position: relative;
    padding: 10px 0;
}
.info2 h5{
	text-align: center;
    font-size: 23px;
    /* background: #b98b2a; */
    color: #a27a25;
    padding: 10px 0;
}
.info2 div{
	display: table;
    margin: 10px auto;
}
.info2 p{
	/*display: table;*/
    /*margin: 20px auto;*/
	display: inline-block;
    vertical-align: middle;
}
.info2 img{
    display: block;
    margin: auto;
}
.info + a{
	margin: 20px auto 0;
    display: table;
}
.info + a + p{
	text-align: center;
	font-weight: bold;
	margin: 20px 0 5px;
}
.info3 + p{margin: 7px 0 0;}
.infoInner p{font-size: 16px;}
.CampaignFlame p.example{
	border: 1px solid #a2a2a2;
    border-radius: 5px;
    padding: 10px 10px;
    width: 80%;
}
.CampaignFlame p.example span.example_title{
	display: block;
    border-bottom: 1px solid #a2a2a2;
    margin: 0 0 10px;
    padding: 0 0 5px;
	font-weight: bold;
}
.search_btn{margin: 30px auto;}
.left{
	width: 1000px;
    height: 277px;
    position: absolute;
    /* background: #00000030; */
    left: -50%;
}
.right{
	width: 1000px;
    height: 277px;
    position: absolute;
    /* background: #00000030; */
    left: 50%;
}
.center{ text-align:center;}
.bold{font-weight:bold !important;}
.big{font-size: 25px !important;}
.small{font-size: 14px;}
.red{color: #e04b71 !important;}
.yellow{ color:#db6784 !important;}

/* 雪を降らせる */
.snowfall{
   	background-image: url(../img/snow1.png), url(../img/snow2.png), url(../img/snow3.png);
	-webkit-animation: snow 20s linear infinite;
	animation: snow 20s linear infinite;
}
.snowfall2 {
	background: url(../img/snow1.png), url(../img/snow2.png), url(../img/snow3.png),#2ca1e6;
    -webkit-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
	padding-top: 30px;
} 
@-webkit-keyframes snow {
	0% { background-position: 0px 0px, 0px 0px, 0px 0px }
	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}
@keyframes snow {
	0% { background-position: 0px 0px, 0px 0px, 0px 0px }
	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}
/*飛び出るタイトル*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.bounceIn {
    animation-name: bounceIn;
}
.animated.bounceIn{animation-duration: .75s;}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/*-----IEのみ-----*/

	
@media all and (-ms-high-contrast: none){
.CampaignFlame::before{left:13px;}
.mainImg_wrap + h2::after, .mainImg_wrap + h2 + h2::after{ left:50%;}
.btnWrap{ margin:0;}
table.PinkTable2 td span.span01{ width:600px; }
h3.Campaign_Headline span{position: relative;top: 25px;}
h3.Campaign_Headline::before{position: relative !important;top: 37px !important;}
}







