/*general
====================================*/
html{
    -webkit-text-size-adjust: 100%;
}
.body_inner{
    margin:0;
    padding:0;
	
}
body {
    font-size: 14px;
    line-height: 1.4em;
    color: #000;
    min-width: 960px;
	background: #ede9dc;
	background:url(../img/c_img/ixa_pc_c1bg.jpg) center top repeat;
    /*background: rgb(194,3,24);
background: linear-gradient(0deg, rgba(194,3,24,1) 0%, rgba(56,17,16,1) 100%);*/
}
.wrapper{
	width:1250px;
	margin: 0 auto;
}
/*.wrapper_c1{
	width:1000px;
	margin: 0 auto;
    padding-top: 40px;
    background:url(../img/c_img/ixa_pc_c1bg.png) no-repeat center top;
}
.wrapper_c2{
	width:1000px;
	margin: 0 auto;
    padding-top: 40px;
    background:url(../img/c_img/ixa_pc_c2bg.png) no-repeat center top;
}*/
a:active,a:hover,a:link,a:visited {
    color: #fde804;
    color:#048296;
    text-decoration: underline
}
a:hover {
    text-decoration: none
}
strong {
    font-weight: 700;
}
.tab .active {
  display: block;
}
.hide-text{
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden
}
.btn a {
    position: relative;
    display: inline-block;
    width: inherit;
    height: inherit
}
.btn a:after,
.btn a:before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    left: 0;
    right: 0
}
.btn a:before {
    background-position: center bottom;
    opacity: 1
}
.btn a:after {
    background-position: center top;
    opacity: 0
}
.btn a:hover:after,
.btn a:hover:before {
    opacity: 1
}
.tab_content {
  display: none;
}
.tab_content.is-active{
  display: block;
  animation: fade 0.5s ease;
}
@keyframes fade {
  from {opacity: 0;}
  to {opacity: 1;}
}
.tab_menu_item_link{
    opacity: 1;
}
/*.tab_menu_item_link:hover{
    opacity: 0.8;
}*/
.tab_menu_item_link.is-active:hover{
    opacity: 1;
}
.body_inner {
	background: #75ebff;
	background:url(../img/c_img/ixa_pc_bg-pc.jpg) center top repeat-y;
}
.pageTop{
    position: relative;
    height: 20px;
    margin:20px 0 50px;
}
.pageTop a{
    position:absolute;
    right:16px;
    color:#000;
    font-weight: bold;
}
.cpn01,
.cpn01_prize dl,
.cpn02,
.mainvisual,
.contents {
    position: relative
}
.contents{
    margin-top:-350px;
    z-index:1;
    padding-bottom:0;
}

/*mainvisual
====================================*/
.mainvisual {
    width: 100%;
    min-height:828px;
    z-index: 1;
   /*background:#a51409;*/
}
.mainvisual_inner {
    min-width: 960px;
    width: 100%;
    height:648px;
    background:url(../img/c_img/ixa_pc_ttl-pc.png) no-repeat center top;
}

/*tab
====================================*/
.tab_area{
    margin-bottom:36px;
    background:url(../img/c_img/ixa_pc_tabbg-pc.png) no-repeat center top;
}
.tab{
    overflow: hidden;
    width:1000px;
    margin:0 auto;
}
.tab_menu_item a{
    display:block;
    width:495px;
    height:340px;
}
.tab_cpn01{
    float:left;
}
.tab_cpn02{
    float:right;
}
.tab_cpn01 a{
    background:url(../img/c_img/tab.png) no-repeat;
    background-position:left top;
}
.tab_cpn02 a{
    background:url(../img/c_img/tab.png) no-repeat;
    background-position:right top;
}
.tab_cpn01 a.is-active{
    background-position:left bottom;
}
.tab_cpn02 a.is-active{
    background-position:right bottom;
}

/*login
====================================*/
.login {
    width: 100%;
    height:90px;
    margin: 0;
    background-image: url(../img/c_img/ixa_pc_m_login-pc.png);
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 60px;
}
.login_bg{
    position: relative;
    z-index: -1;
      width: 100%;
    height:571px;
    margin: 0;  
  background:url(../img/c_img/ixa_pc_footer-pc.png) no-repeat center bottom;
}
.txt{
	width:100%;
	height: auto;
	margin: 0 auto 80px;
	padding: 20px;
	text-align: center;
	font-weight: bold;	
}
.login.btn_center a:after,
.login.btn_center a:before {
    background-image: url(../img/c_img/ixa_m_loginbtn-all.png);
    background-repeat: no-repeat;
}
.login.btn_center a:before {
    background-position: 0 top;
}
.login.btn_center a:after {
    background-position: 0 bottom;
}
.login.btn_center a:nth-child(2):before {
    background-position: -207px top;
}
.login.btn_center a:nth-child(2):after {
    background-position: -207px bottom
}
.login.btn_center a:nth-child(3):before {
    background-position: -207px top
}
.login.btn_center a:nth-child(3):after {
    background-position: -373px bottom
}
.login.btn_center a:nth-child(4):before {
    background-position: -560px top
}
.login.btn_center a:nth-child(4):after {
    background-position: -560px bottom
}
.login.btn_center a:nth-child(5):before {
    background-position: -746px top
}
.login.btn_center a:nth-child(5):after {
    background-position: -746px bottom
}
.login .btn {
    box-sizing: border-box;
    width: 960px;
    margin: 10px auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}
.login .btn a {
    display: inline-block;
    width: 175px;
    height: 76px
}
.btn_area{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.login_title{
	display:block;
    width:757px;
	height:90px;
    margin:0 auto 10px;
	background-image: url(../img/c_img/ixa_pc_m_login-pc.png);
    background-repeat: no-repeat;
	background-position: center;
}
.login_title2{
	display:block;
    width:757px;
	height:90px;
    margin:0 auto 10px;
	background-image: url(../img/c_img/ixa_pc_m_login2-pc.png);
    background-repeat: no-repeat;
	background-position: center;
}
.btn_area a{
	display: block;
	width:316px;
	height: 82px;
	margin: 0 auto 10px;
}
.btn_area a.yahoo{
	background-image: url(../img/c_img/ixa_pc_yahoo-pc.png);
    background-repeat: no-repeat;
}
.btn_area a.yahoo:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn_area a.mixi{
	background-image: url(../img/c_img/ixa_pc_mixi-pc.png);
    background-repeat: no-repeat;
}
.btn_area a.mixi:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn_area a.han{
	background-image: url(../img/c_img/ixa_pc_hange-pc.png);
    background-repeat: no-repeat;
}
.btn_area a.han:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn_area a.gamec{
	background-image: url(../img/c_img/ixa_pc_myganecity-pc.png);
    background-repeat: no-repeat;
}
.btn_area a.gamec:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn_area a.ges{
	background-image: url(../img/c_img/ixa_pc_gesoten-pc.png);
    background-repeat: no-repeat;
}
.btn_area a.ges:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn_area a.dmm{
	background-image: url(../img/c_img/ixa_pc_dmm-pc.png);
    background-repeat: no-repeat;
}
.btn_area a.dmm:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn_area a.sqex{
	background-image: url(../img/c_img/ixa_pc_sqex-pc.png);
    background-repeat: no-repeat;
}
.btn_area a.sqex:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn_area p{
	display: block;
	width:316px;
	height: 82px;
	margin: 0 auto 10px;
}
.btn_area p.sqex{
	background-image: url(../img/c_img/ixa_pc_sqex-pc.png);
    background-repeat: no-repeat;
}
/*cpn01
====================================*/
/*.cpn01_period{
    margin-bottom:50px;
}*/
.cpn01_period .date_campaign{
	width: 1000px;
    background:url(../img/c_img/ixa_pc_date1-pc.png) no-repeat top center;
    height:165px;
	margin: 0 auto;
}
/*.cpn01_period .date_entry{
    background:url(../img/date_entry.png) no-repeat top center;
    height: 54px;
}*/
/*.cpn01_entry{
    margin-bottom:48px;
}*/
.cpn01_entry_title{
    height: 92px;
}
.cpn01_entry_flow{
	width: 1000px;
    height:1050px;
	margin:0 auto 60px;
    background:url(../img/c_img/ixa_pc_entry-pc.png) no-repeat top left;
    position: relative;
}
/*.cpn01_entry_flow ul{
    height: 305px;
    position: relative;
}
.cpn01_entry_flow li{
    position:absolute;
    width:294px;
    height: 336px;
    top:65px;
}
.cpn01_entry_flow li:nth-child(1){
    left:22px;
}
.cpn01_entry_flow li:nth-child(2){
    left:360px;
}
.cpn01_entry_flow li:nth-child(3){
    left:686px;
}
.cpn01_entry_flow p{
    padding:30px 12px 0 12px;
    font-size:14px;
    line-height: 21px;
	color: #333;
}
.cpn01_entry_flow .notes{
    position: absolute;
    bottom:30px;
}
.cpn01_entry_flow .notes p{
    padding:0 10px;
    margin-left:1em;
    text-indent:-1em;
    font-size:10.5px;
    line-height: 13px;
}*/
.cpn01_entry_flow .btn_store{
    position: absolute;
    right:10px;
    width: 630px;
}
.cpn01_entry_flow .btn_store a{
    display:block;
    width:100%;
    height:70px;
    margin-bottom:6px;
}
.cpn01_entry_flow .btn_store a:before {
    background-image: url(../img/c_img/store_btn-pc.png);
    background-repeat: no-repeat;
}
.cpn01_entry_flow .btn_store a:before {
    background-position: top 0 left 0;
}
.cpn01_entry_flow .btn_store a:hover{
	 filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*.cpn01_entry_flow .btn_store a:after {
    filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
*/.cpn01_entry_flow .btn_store a:nth-child(2):before{
    background-position: bottom right 0;
}
/*.cpn01_entry_flow .btn_store a:nth-child(2):after{
    filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}*/

.cpn01_entry_flow .btn_store2{
	position: absolute;
	top:350px;
	left: 50px;
	width:400px;
	height:73px;
	display: flex;
	flex-direction: row;
}
.cpn01_entry_flow .btn_store2 a.law{
	 display:block;
    width:100%;
	max-width: 260px;
    height:73px;
    margin-bottom:6px;
	margin-right: 10px;
	 background-image: url(../img/c_img/store_btn-law.png);
    background-repeat: no-repeat;
}
.cpn01_entry_flow .btn_store2 a.mini{
	 display:block;
    width:100%;
	max-width: 260px;
    height:73px;
    margin-bottom:6px;
	 background-image: url(../img/c_img/store_btn-mini.png);
    background-repeat: no-repeat;
}
.cpn01_entry_flow .btn_store2 a.law:hover{
	 display:block;
    width:100%;
	max-width: 260px;
    height:68px;
	margin-top:6px;
    margin-bottom:0px;
	 background-image: url(../img/c_img/store_btn-law_h.png);
    background-repeat: no-repeat;
}
.cpn01_entry_flow .btn_store2 a.mini:hover{
	 display:block;
    width:100%;
	max-width: 260px;
    height:68px;
	margin-top:6px;
    margin-bottom:0px;
	margin-right: 0px;
	background-image: url(../img/c_img/store_btn-mini_h.png);
    background-repeat: no-repeat;
}
.cpn01_prize{
	 width:1076px;
	margin: 0 auto 60px;
}
.cpn01_prize_list{
    width:1076px;
    background:url(../img/c_img/ixa_pc_shohin1-pc.png) no-repeat top center;
    height: 1752px;
	margin:0 auto 80px;
}
.item_info{
	 width:960px;
    background:url(../img/c_img/ixa_item-pc-pc.png) no-repeat top center;
    height: 367px;
}
.cpn01_prize_btn_entry{
    width:1000px;
    height:141px;
}
.cpn01_prize_btn_entry a{
    display:block;
    width:676px;
    margin:0 auto;
	background-image: url(../img/c_img/ixa_pc_oubobtn1-pc.png);
    background-repeat: no-repeat;
}
.cpn01_prize_btn_entry a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}
/*.cpn01_prize_btn_entry a:after,
.cpn01_prize_btn_entry a:before {
    background-image: url(../img/c_img/ixa_oubo_btn-pc-pc.png);
    background-repeat: no-repeat;
}
.cpn01_prize_btn_entry a:before {
    background-position: 0 top;
}
.cpn01_prize_btn_entry a:after {
    background-position: 0 bottom 
}*/
.cpn01_speed{
	width:1000px;
}
.speed{
 width:1000px;
    background:url(../img/c_img/ixa_pc_kuji-pc.png) no-repeat top center;
    height: 807px;
	margin:0 auto 60px;
}
/*cpn02
====================================*/
/*.cpn02_period{
    margin-bottom:50px;
}*/
.cpn02_period .date_campaign{
	width: 1000px;
    background:url(../img/c_img/ixa_pc_date2-pc.png) no-repeat top center;
    height:74px;
    margin:0 auto 60px;
}
.cpn02_prize{
    background:url(../img/c_img/ixa_pc_wchance-pc.png) no-repeat top center;
    width: 1000px;
	height:1163px;
	margin:0 auto 40px;
}

/*detail
====================================*/
.cpn_detail_title{
	display: block;
	width: 1000px;
	height:127px;
	margin: 0 auto 10px;
	background:url(../img/c_img/ixa_m_about-pc-pc.png) no-repeat top center;
}
.detail_wrapper{
	width:1000px;
	margin: 0 auto -120px;
    box-sizing: border-box;
}
.cpn_detail_section_end{
display: block;
	width: 960px;
	height:39px;
	margin: 0 auto 10px;
	background:url(../img/c_img/ixa_m_about_end-pc-pc.png) no-repeat top center;
}
/*.cpn_detail_section{
    box-sizing: border-box;
    width:874px;
    margin:3px auto 0;
    background:#fff;
    padding:25px 0;
    overflow:hidden;
    box-sizing: border-box;
}*/
.cpn_detail_section h4,
.cpn_detail_section > p,
.cpn_detail_section > ul{
    float:left;
    box-sizing: border-box;
}
.cpn_detail_section h4{
    width:120px;
	margin-left: 2em;
}
.cpn_detail_section h4.long{
    width:160px;
	margin-left: 2em;
}
.cpn_detail_section > p,
.cpn_detail_section > ul{
    width:680px;
    /*padding-left:40px;*/
}
.cpn_detail_section h4{
    background-repeat:no-repeat;
    background-position:top 0 left 8px;
    min-height: 18px;
}

.cpn01_detail .date_buy_text{width:380px;letter-spacing: -1px;}
.cpn01_detail .date_entry{width:97px;}
.cpn01_detail .date_entry_text{
    padding-left:10px;
    width:220px;
}
.cpn01_detail .cpn_detail_date h4 {background-image: url(../img/c_img/ixa_m_konyukikan-pc-pc.jpg);}
.cpn01_detail .cpn_detail_date .date_entry{background-image: url(../img/c_img/ixa_m_kigen-pc-pc-pc.jpg);}
.cpn01_detail .cpn_detail_target h4 {background-image: url(../img/c_img/ixa_m_taisho-pc-pc.jpg);}
.cpn01_detail .cpn_detail_platform h4 {background-image: url(../img/c_img/ixa_m_plat-pc-pc.jpg);}
.cpn01_detail .cpn_detail_item h4 {background-image: url(../img/c_img/ixa_m_uketori-pc-pc.jpg);}
.cpn01_detail .cpn_detail_note h4 {background-image: url(../img/c_img/ixa_m_jikou-pc-pc.jpg);}

.cpn01_detail .cpn_detail_section .getItem{
    width:710px;
    height: 219px;
    background:url(../img/c_img/ixa_uketori_img-pc.png) no-repeat;
    margin-top:20px;
    margin-left:140px;
    padding:0;
}
.cpn01_detail .cpn_detail_section .getItem li{
    float:left;
    width:230px;
    margin-right:10px;
    padding:150px 10px 0;
    color:#fff;
    font-weight: bold;
    box-sizing: border-box;
}
.cpn01_detail .cpn_detail_section .getItem li:last-child{
    margin-right:0;
}


.cpn02_detail .cpn_detail_title{
    background:url(../img/c_img/ixa_m_about-pc-pc.png) no-repeat top center;
}
.cpn02_detail .cpn_detail_date h4 {background-image: url(../img/c_img/ixa_m_konyukikan-pc-pc.jpg);}
.cpn02_detail .cpn_detail_target h4 {background-image: url(../img/c_img/ixa_m_taisho-pc-pc.jpg);}
.cpn02_detail .cpn_detail_platform h4 {background-image: url(../img/c_img/ixa_m_plat-pc-pc.jpg);}
.cpn02_detail .cpn_detail_receipt h4 {background-image: url(../img/c_img/ixa_m_tousen-pc-pc-pc.jpg);}
.cpn02_detail .cpn_detail_note h4 {background-image: url(../img/c_img/ixa_m_jikou-pc-pc.jpg);}


.detail_bg{
	width: 1000px;
	height:959px;
	margin: 0 auto 80px;
	    background:url(../img/c_img/ixa_pc_shosai1-pc.png) no-repeat;

}
.detail2_bg{
	width: 1000px;
	height:731px;
	margin: 0 auto 240px;
	    background:url(../img/c_img/ixa_pc_shosai2-pc.png) no-repeat;

}


/*pagetop*/
.pagetop{
  position: relative;
}
.totop{
  position: fixed;
  display:block;
  width:87px;
  height:87px;
  bottom:80px;
  left:auto;
  margin:0 0 0 1180px;
  background:url(../img/c_img/ixa_pc_retop-pc.png) no-repeat;
  z-index:2;
}
.decoration{
	width: 100%;
	height: 69px;
	margin:0 auto; 
	 background:url(../img/c_img/ixa_pc_footerimg-pc.png) repeat-x center top;
}
/*footer
====================================*/
.footer{
    background:#1c1c1c;
    color:#fff;
    padding:40px 0 ;
	margin:0 auto; 
    position: relative;
}
.footer .wrapper{
    text-align:center;
}
.footer .contact a{
    color: #fde804;
}
.footer .wrapper .banner,
.footer .wrapper .copy{
    margin-top:16px;
}
.footer .wrapper .copy{
    font-size:12px;
    line-height: 20px;
}
.footer .btn-home {
  font-size: 1em;
  margin:16px 0;
}
.footer .btn-home a {
  display: inline-block;
  margin: 0 auto;
  padding: .5em 2em .5em;
  border-radius: 30px;
  text-decoration: none;
  background-color: #fff;
  color:#19374c;
  text-align:center;
}
@media screen and (max-width:768px) { 
	.totop{

  display:none;

}

}