
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){
	
	.ttl{
		font-family: "Noto Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.6rem;
		text-align: left;
		line-height: 138%;
		background: linear-gradient( to right,  #0d096c 25%, #66339f 75% );
		-webkit-background-clip: text;
		color: transparent;
	}
	
	.ttl span{
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		letter-spacing: 0;
		font-size: 1.8rem;
		display:
		block;
		color:#9b9b9b;
		margin: 0 0 0;
	}
	
	.ttl_center{
		text-align:center;	
	}	
	/* ============================================================
 	main vi 
	==============================================================*/
       
	#main_wrap{
		width: 100%;
		position: relative;
		overflow: hidden;
		background: url("../img/hero_sp.jpg") no-repeat top center;
		background-size: cover;
		margin: 0 0 0;
		height: 100vh;
	}

	#main_copy_wrap{
		width: 69%;
		position: absolute;
		top: 26%;
		left: 50%;
		transform:
		translate(-50%, -50%);
	}
	
	#main_copy_wrap h1{
		font-family: 'Noto Serif JP', serif;
		font-weight:200;
		font-size: 3.8rem;
		color: #fff;
		text-align: center;
		letter-spacing: 2px;
		filter: drop-shadow(0px 0px 120px #000);
	}
	#main_copy_wrap h1 span{
		letter-spacing:-16px;
	}
	
	#main_copy_wrap p{
		font-size: 1.2em;
		line-height: 180%;
		letter-spacing: 0em;
		margin: 27px 0 0;
		text-align: center;
		color: #fff;
		position: relative;
		/* white-space: nowrap; */
		font-family: "Noto Sans", sans-serif;
		filter: drop-shadow(0px 0px 6px #000);
	}

	#main_copy_wrap p span{
		letter-spacing:-4px;
	}
	
	#main_copy_wrap .copy_body{
		position: relative;
	}
	
	#main_copy_wrap .copy_body:before{
		left: 50%;
	}
	#main_copy_wrap .copy_body:after{
		right: 50%;
	}
	
	#main_copy_wrap .copy_body_act:before{
		width: 20px;
		left: 7%;
		opacity:1;
	}
	#main_copy_wrap .copy_body_act:after{
		width: 20px;
		right:9%;
		opacity:1;
	}

	
    
	/* ============================================================
 	tab_btn_wrap
	==============================================================*/

	#tab_btn_wrap {
		transition: all 0.6s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
		z-index: 9999;
		position: absolute;
		background: linear-gradient( to top, #67339f 0%, #415bb7 51%, rgb(1 14 66 / 0%) 100%);
	}	
	
	#tab_btn_wrap .top_tab_wrap{
		width:100vw;
		position:
		relative;
		height: 26vh;
	}

	#tab_btn_wrap .top_follow_wrap{
		height: 100%;
		box-shadow: 25px 25px 20px 0 rgb(8,8,8,0.2);
	}
	#tab_btn_wrap .top_follow_wrap .row{
		width: 94%;
		justify-content: space-between;
		position:
		absolute;
		text-align:
		center;
		bottom: 11px;
		left:50%;
		transform: translate(-50%, 0%);
		display: flex;
	}

	#tab_btn_wrap .top_follow_wrap .row li{
		position:
		relative;
	}
	
	#tab_btn_wrap .top_follow_wrap .row li:before{
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-right:
		solid 1px #fff;
		border-bottom:
		solid 1px #fff;
		position: absolute;
		bottom: 14px;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
		transition: all 0.2s ease-out 0s;
	}
	
	#tab_btn_wrap .top_follow_wrap .row li a{
		font-family: "Noto Sans", sans-serif;
		display:
		block;
		font-weight: 300;
		font-size: 1.2rem;
		line-height: 159%;
		color: #fff;
		letter-spacing: 0.14em;
		text-align:	center;
		padding: 31px 5% 40px;
		white-space: nowrap;
	}

	#tab_btn_wrap .top_follow_wrap .row li:nth-child(3) a, #tab_btn_wrap .top_follow_wrap .row li:nth-child(4) a{
		line-height: 288%;
	}
	
	
	
	#tab_btn_wrap.DownMove{
		transform:
		translate(0,0);
	}

	#tab_btn_wrap.UpMove{
		transform: translate(0,-240px);
	}
	
		
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		padding: 39px 0 50px;
		position: relative;
		z-index: 1;
	}
	
	#sec01 .wrapper{
	padding: 60px 7%;
	}
	
	#sec01 h3{
		font-family: "Noto Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 0.1em;
		font-size: 2.2rem;
		color:#000;
		margin: 5px 0 17px;
		line-height: 145%;
	}
	
	#sec01 h4{
		font-family: "Noto Sans", sans-serif;
		text-align: center;
		margin: 17px 0 15px;
		font-size: 2.2rem;
		font-weight:400;
		color:#000;
	}
	
	#sec01 h4 span{
		display: block;
		font-size: 1.6rem;
		margin: 0 0 -4px;
	}

	#sec01 ul.btn_list{
		text-align:center;
	}

	#sec01 ul.btn_list a{
		width:100%;
	}

	#sec01 .l_box{
		width: 70%;
		margin: 41px auto;
	}
	
	#sec01 .img_box_01{
		margin: 0 auto;
	}
	
		
	/* ============================================================
 	section 02
	==============================================================*/
	
	#sec02{
		width: 100%;
		padding: 38px 0 40px;
		position: relative;
		background: linear-gradient( to right,  #00b38b 0%,  #119696 28%, #1b7b9c 71%, #245ba1 100%);
		background-color: #f0f3fa;
		background-size: cover;
	}
	
	#sec02 .wrapper{
		text-align: center;
	}

	#sec02 h2 {
        font-family: "Noto Sans", sans-serif;
        font-weight: 500;
        font-size: 2.2rem;
        line-height: 120%;
        text-align: left;
        color: #ffffff;
    }

	#sec02 h2 span{
		font-size: 2.0rem;
	}

	#sec02 p{
        color: #ffffff;
        font-family: "Noto Sans", sans-serif;
        font-size:1.5rem;
        text-align: left;
        margin: 20px 0;
 }

	#sec02 .btn_list a{
		width: 80%;
		background: #fff;
		color: #02af8c;
		font-weight: 500;
	}

	#sec02 .btn_list {
		width:100%;
		margin: 20px 0 0;
	}


		
	/* ============================================================
 	sec_strategy
	==============================================================*/
	
	#sec_strategy{
		padding: 100px 0 100px;
		background: #0e7f80 url(../img/bg_tech.png) no-repeat top left;
	}

	#sec_strategy .wrapper{
	padding: 0;
	}

	#sec_strategy .f_box{
		padding:0 6%;
	}

	#sec_strategy .ttl{
		color:#fff;
	}

	#sec_strategy .ttl span{
		color:#fff;
	}

	#sec_strategy .ttl span:before{
		background:#fff;
	}

	#sec_strategy p{
		color:#fff;
	}

	#sec_strategy .img_box{
		width: 100%;
		position: relative;
		padding: 0 2%;
		margin: 39px 0 0;
	}

	#sec_strategy .dx_bottun{
		position:absolute;
		top: 37%;
		left: 15%;
		background: linear-gradient(to right, #1ede74 0%, #29c6a3 100%);
		width: 90px;
		height: 90px;
		border-radius:100px;
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}

	#sec_strategy .dx_bottun2{
		position:absolute;
		top: 37%;
		left: 62%;
		background: linear-gradient(to right, #32c0ed 0%, #1f86ef 100%);
		width: 90px;
		height: 90px;
		border-radius: 100%;
		transition: all 0.4s cubic-bezier(0.03, 0.36, 0.18, 1) 0s;
	}

	#sec_strategy .dx_bottun {
	  animation: anime1 0.8s ease 0s infinite alternate;
	  transform-origin:center;
	}

	#sec_strategy .dx_bottun a{
		display:block;
	}

	#sec_strategy .dx_bottun h3{
        font-family: "Noto Sans", sans-serif;
        font-size: 1.2rem;
        color:#fff;
        text-align:center;
        margin: 26px 0 3px;
 }

	#sec_strategy .dx_bottun h3:before{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-right:
		solid 1px #fff;
		border-bottom:
		solid 1px #fff;
		position: absolute;
		top: 73%;
		right: 50%;
		transform: translate(0, -50%) rotate(-45deg);
		transition: all 0.3s cubic-bezier(0.13, 0.36, 0.22, 0.96) 0s;
	}

	#sec_strategy .dx_bottun .hide_p{
		display:none;
	}

	#sec_strategy .dx_bottun h4{
        display:none; 
	}

	#sec_strategy .f_box img{
		width:166px;
		margin: 30px 0 0;
	}



	/* ============================================================
 	sec_platform
	==============================================================*/
	
	#sec_platform{
		padding: 100px 0 100px;
		background: #007db9 url(../img/bg_tech.png) no-repeat top left;
	}

	#sec_platform .wrapper{
	}

	#sec_platform .ttl{
		color:#fff;
	}

	#sec_platform .ttl span{
		color:#fff;
	}

	#sec_platform .ttl span:before{
		background:#fff;
	}

	#sec_platform p{
		color:#fff;
	}

	#sec_platform .flex{
		justify-content:space-between;
	}

	#sec_platform h3{
        font-family: "Noto Sans", sans-serif;
        font-size: 1.4rem;
        color:#007db9;
        background:#fff;
        border-radius:100px;
        text-align:center;
        margin: 0 0 34px;
        font-weight: 600;
 }

	#sec_platform h4{
        font-family: "Noto Sans", sans-serif;
        font-size: 1.7rem;
        color:#fff;
        line-height:120%;
        font-weight: 500;
        padding: 12px 0 3px;
 }

	#sec_platform .plat_wrap2 h4{
		text-align:left;
	}

	#sec_platform ul.btn_list{
		text-align:center;
	}

	#sec_platform ul.btn_list a{
		padding: 10px 12%;
		font-size: 1.6rem;
		font-weight: 500;
		margin: 14px 0;
		width: 70%;
		border: 1px solid #fff;
	}

	#sec_platform ul.btn_list a:before{
		right: 16px;
	}

	#sec_platform ul.btn_list_plus a:before{
        border-right: solid 1px #fff;
        border-bottom:none;
        transform: translate(0, -50%) rotate(0deg);
        height: 11px;
        top: 52%;
        right: 19px;
 }

	#sec_platform ul.btn_list_plus a:after{
		content: "";
		display: block;
		width: 11px;
		height: 11px;
		border-bottom:solid 1px #fff;
		position: absolute;
		top: 38%;
		right: 14px;
		transform: translate(0, -50%) rotate(0deg);
		transition: all 0.3s cubic-bezier(0.13, 0.36, 0.22, 0.96) 0s;
	}

	#sec_platform .plat_wrap{
		width: 100%;
		margin: 51px 0 64px;
	}

	#sec_platform .plat_wrap .flex li{
		width: 80%;
		margin: 0 auto 28px;
		text-align: center;
	}

	#sec_platform .plat_wrap .btn_list li{
		width: 100%;
	}

	#sec_platform .plat_wrap1 .flex li img{
		width: 80%;
	}

	#sec_platform .plat_wrap2{
		margin:0 auto;
		text-align:center;
	}

	#sec_platform .plat_wrap2 .img_box{
		width: 100%;
		margin: 28px auto 20px;
	}
	#sec_platform .plat_wrap2 p{
		font-family: "Noto Sans", sans-serif;
		font-size: 1.4rem;
		font-weight: 300;
		margin: 10px 0;
		text-align: left;
	}
	#sec_platform .plat_wrap2 ul.btn_list a{
		width:200px;
	}
	

		
	/* ============================================================
 	sec_case
	==============================================================*/
	
	#sec_case{
		width: 100%;
		padding: 100px 0 100px;
		position: relative;
		z-index: 1;
		filter: drop-shadow(25px 25px 20px #8c899333);
	}

	#sec_case .wrapper{
	}
	
	#sec_case .ttl{
		margin: 0 0 33px;
	}
	
	#sec_case .txt{
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 211%;
		margin: 10px 0 51px;
	}
	
	#sec_case .flex{
		justify-content:space-between
	}

	#sec_case "fle_li2"{
		width:600px;
	}
	
	#sec_case h4{
		font-family: "Noto Sans", sans-serif;
		font-size: 1.5rem;
		position:relative;
		font-weight: 600;
		text-align:left;
		color: #252525;
		margin: 18px 0 0 49px;
		padding: 0 0 9px;
		line-height: 150%;
		border-bottom: 1px solid #252525;
	}	
	
	#sec_case h4:before{
		content: "";
		display:block;
		position:absolute;
		top: 50%;
		left: -48px;
		width: 34px;
		height: 34px;
		background: url(../img/icon_01.svg) no-repeat top left;
		border-radius:10px;
		transform: translate(0%, -50%);
	}
	
	#sec_case li:nth-child(2) h4:before{
		background: url(../img/icon_02.svg) no-repeat top left;		
	}
	
	#sec_case h5{
		font-family: "Noto Sans", sans-serif;
		font-size: 2.2rem;
		position:relative;
		font-weight: 600;
		text-align:left;
		color: #252525;
		margin: 18px 0 0;
		line-height: 150%;
	}	

	

	#sec_case .row{
		margin: 52px 0 0;
		justify-content: space-between;
	}

	#sec_case h3{
		font-family: "Noto Sans", sans-serif;
		font-size: 1.6rem;
		text-align:center;
		color: #252525;
		margin: 18px 0 0;
	}

	#sec_case h3{
		color: #000000;
		font-family: "Noto Sans", sans-serif;
		font-size: 1.6rem;
		text-align:center;
		margin: 18px 0 0;
		font-weight: 500;
	}

	#sec_case .txt_box{
		border-bottom: 1px solid #000000;
		padding:0 0 13px;
		position: relative;
	}

	#sec_case .txt_box:before{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-right: solid 1px #000000;
		border-bottom: solid 1px #000000;
		position: absolute;
		top: 46%;
		right: 6%;
		transform: translate(0, -50%) rotate(-45deg);
		transition: all 0.3s cubic-bezier(0.13, 0.36, 0.22, 0.96) 0s;
	}
	

    #sec_case .swiper-container_product{
    	overflow-x:
    	hidden;
    	margin: 16px auto 0;
    	width: 90%;
    }

    #sec_case .swiper-container_product a{
    	display:block;
    	transition: all 0.5s cubic-bezier(0, 0, 0.19, 1) 0s;
    }

	#sec_case .swiper-slide{
		margin:0 0 16px;
	}

	#sec_case .swiper-pagination_p{
		width:90%;
		margin: 0 auto;
	}

/* Bullets */
	#sec_case .swiper-pagination-bullet {
	  width: 6px;
	  height: 6px;
	  display: inline-block;
	  border-radius: 100%;
	  background: #000000;
	  margin: 0 8px !important;
	}
	
	#sec_case .swiper-pagination-bullet-active {
	  background: #736565;
	}
	/* ============================================================
 	sec_recruit
	==============================================================*/
	
	#sec_recruit{
		padding: 130px 0 83px;
		background: url("../img/bg_recruit.jpg") no-repeat top center;
		background-size: cover;
	}

	#sec_recruit .wrapper{
	}

	#sec_recruit .white_box{
		background:#fff;
		padding: 21px 11%;
		border-radius: 40px;
	}
	
	#sec_recruit .ttl{
		margin: 10px 0px 0 0;
		font-size: 5rem;
		font-size: 3.2rem;
	}
	
	#sec_recruit .ttl span{
		margin: 0 0 -10px 23px;
	}
	
	#sec_recruit .txt{
		margin: 10px 0 21px;
		line-height:160%;
		font-weight: 500;
	}

	#sec_recruit .flex{
		display:flex;
		justify-content: left;
		flex-wrap: wrap;
	}

	#sec_recruit .glay li{
		font-family: "Noto Sans", sans-serif;
		font-size: 1.5rem;
		line-height: 245%;
		color: #000;
		font-feature-settings: "palt";
		background: #e5e8eb;
		border-radius: 20px;
		padding: 0 20px;
		margin: -4px 11px 19px 0;
	}
	
	#sec_recruit a{
	width: 100%;
	font-size: 1.2rem;
	}
	
	
	




		
	/* ============================================================
 	section 08
	==============================================================*/
	
	#sec_news{
		width: 100%;
		padding: 86px 0 0;
		z-index: 2;
		display: block;
	}
	

	#sec_news ul.btn_list a{
		width:60%;
		margin: 0 0 13px;
	}
	
	.ttl{
		font-family: "Noto Sans", sans-serif;
		font-weight: 700;
		font-size: 3.2rem;
		text-align: left;
		margin: 0 0 12px;
		color: #252525;
		line-height: 140%;
	}
	
	.ttl span{
		font-family: 'Roboto', sans-serif;
		font-weight: 456;
		letter-spacing: 0;
		font-size: 1.6rem;
		display:
		block;
		color: #252525;
		margin: 0 0 0 25px;
		position: relative;
	}
	
	.ttl span:before{
		content: "";
		display:block;
		position:absolute;
		top: 49%;
		left: -21px;
		width:10px;
		height:10px;
		background: linear-gradient(to right, #00b38b 0%, #00b38b 30%, #1b799c 100%);
		border-radius:10px;
		transform: translate(0%, -50%);
	}
	
	
	#sec_news .row{
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#sec_news .row li{
		margin: 0 0 16px;
		border-bottom: 1px solid #000;
		transition: all 0.3s cubic-bezier(0.13, 0.36, 0.22, 0.96) 0s;
	}
	
	#sec_news .row li a{
		display:
		block;
		padding: 20px 5% 21px;
	}
	
	#sec_news .row time{
		font-size: 1.9rem;
		font-weight: 700;
		letter-spacing: 0.1rem;
		margin: 0 22px 0 0;
		font-family: 'Roboto', sans-serif;
	}
	
	#sec_news .row mark{
		padding: 1px 32px 2px;
		font-family: "Noto Sans", sans-serif;
		font-size: 1.4rem;
		font-weight: 400;
		margin: 4px 0 1px;
		letter-spacing: 0.1rem;
		background: linear-gradient( to right, #67339f 0%, #253e97 28%, #0d086c 51%, #e72b8a 100%);
		background-position: 1% 50%;
		background-size: 200% auto;
		color: #fff;
		white-space: nowrap;
	}

	#sec_news .row li .event{
		background: #e6bc00;
	}

	#sec_news .row li .news{
		background:#245da1;
		padding: 2px 12px 0px;
	}

	#sec_news .row li .other{
		background: #0e7f80;
	}
	
	#sec_news .row li .row{
		justify-content: left;
		flex-wrap: nowrap;
	}
	
	#sec_news .row .txt{
		font-family: "Noto Sans", sans-serif;
		font-size: 1.5rem;
		font-weight: 300;
		line-height: 184%;
		letter-spacing: 0;
		margin: 10px 0 0;
		font-feature-settings: "palt";
	}
	
	#sec_news span.other_icon{
    	display:
    	inline-block;
    	background: url("/company/dx/global/img/gaibu.svg") no-repeat 9px 1px;
    	background-size: 12px auto;
    	padding: 0 0 0 33px;
    	font-size:1.2rem;
    	height: 14px;
    }
	
	#sec_news span.other_pdf{
    	display:
    	inline-block;
    	background: url("/company/dx/global/img/pdf_pc.png") no-repeat 7px 6px;
    	background-size: 14px auto;
    	padding: 0 0 0 33px;
    	font-size:1.2rem;
    	height: 22px;
    }
	
		
	
	 
    
    /* ============================================================
 	Modal
	==============================================================*/
	
	#modal_win {
		position: fixed;
		top: 0;
		left: 0;
		background: rgb(0 0 0 / 100%);
		width: 100vw;
		height: 100vh!important;
		z-index: 10000;
		display: none;
		cursor: pointer;
	}

	#modal_win .m_n_wrap {
		position: relative;
		width: 100%;
		height: 100vh!important;
	}

	#modal_win .m_n_box {
		position: absolute;
		top: 42%;
		left: 50%;
		transform:
		translate(-50%, -20%);
		opacity:0;
		width: 90%;
		height: 60%;
		overflow: scroll;
		box-sizing: border-box;
		background: #fff;
		border-radius: 30px;
		padding: 49px 4%;
		box-shadow: 0 0 30px 6px rgba(0,0,0,0.1);
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#modal_win .m_n_box .keyword_wrap{
		position:relative;
	}

	#modal_win .m_n_box .row{
		justify-content: left;
	}

	#modal_win .m_n_box .name_wrap{
		margin: 20px 0 0;
		font-family: "Noto Sans", sans-serif;
		color: #fff;
	} 

	#modal_win .m_n_box .keyword_wrap h2{
		font-family: "Noto Sans", sans-serif;
		font-size: 2.2rem;
		color: #ffffff;
		background: #00b38b;
		font-weight: 500;
		border-radius: 30px;
		text-align: center;
	}

	#modal_win .m_n_box2 .keyword_wrap h2{
		background: #2d4d88;
	}

	#modal_win .m_n_box .keyword_wrap h3{
		font-family: "Noto Sans", sans-serif;
		font-size: 2.0rem;
		color: #000000;
		text-align: center;
		line-height: 147%;
		font-weight: 700;
		margin: 20px 0 42px;
	}
	
	#modal_win .m_n_box .keyword_wrap h4{
		font-family: "Noto Sans", sans-serif;
		color: #000000;
		font-size:1.5rem;
		font-weight: 700;
		letter-spacing: 0.1rem;
		position:relative;
		text-align: center;
	}

	#modal_win .m_n_box3 .keyword_wrap h2{
		font-family: "Noto Sans", sans-serif;
		font-size: 2.1rem;
		color: #000000;
		line-height: 139%;
		background: none;
		font-weight: 600;
		border-radius: 30px;
		text-align: left;
	}

	#modal_win .m_n_box .keyword_wrap p{
		font-family: "Noto Sans", sans-serif;
		font-weight: 400;
		font-size:1.4rem;
		line-height: 170%;
		color: #000000;
		margin: 8px 0 29px;
	}

	#modal_win .m_n_box3{
		padding: 50px 6%;
	}
	
	#modal_win .m_n_box3 .keyword_wrap h3{
		font-family: "Noto Sans", sans-serif;
		color: #000000;
		font-size: 1.7rem;
		font-weight: 700;
		position:relative;
		text-align:left;
		margin: 23px 0 0 20px;
	}
	
	#modal_win .m_n_box3 .keyword_wrap h3:before{
		content: "";
		display:block;
		position:absolute;
		top: 50%;
		left: -18px;
		width:10px;
		height:10px;
		background: linear-gradient(to right, #00b38b 0%, #00b38b 30%, #1b799c 100%);
		border-radius:10px;
		transform: translate(0%, -50%);
	}

	#modal_win .m_n_box3 .keyword_wrap .img_box{
		width: 300px;
	}


	.row_box{
		margin: 0 20px 46px;
	}

	#modal_win .m_n_box .keyword_wrap .img_box{
	width: 100%;
	margin: 0 auto;
	}

	#modal_win .m_n_box_act{
		opacity:1;
		transform:
		translate(-50%, -50%);
	}
	
	#modal_win .m_n_box > ul{
		position:relative;
	}
	#modal_win .m_n_box > ul > li{
		background: #000;
		border: 1px solid #000;
		position:
		absolute;
		top: -76px;
		right: -80px;
		border-radius: 100px;
	}
	#modal_win a.xCloseSp{
		display:block;
		font-family: "Noto Sans", sans-serif;
		font-weight:300;
		font-size: 0;
		text-align:center;
		margin: 10px 10px 0 auto;
		position: relative;
		color: transparent;
		width: 40px;
		height: 40px;
		border: 2px solid #fff;
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
	#modal_win a.xCloseSp:before{
		content: "";
		display: block;
		width: 24px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -50%) rotate(-45deg);
	}
	#modal_win a.xCloseSp:after{
		content: "";
		display: block;
		width: 24px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -50%) rotate(45deg);
	}
	
	
	/*CSS*/
	.bg {
		margin: -46px 0 29px;
	}
	.bg .bg-wrap {
	  position: relative;
	  display: inline-block;
	  margin-top: 5px;
	  padding: 0 10%;
	}
	.bg.is-animated .bg-wrap::before {
	  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	  background: linear-gradient( to left,  #e64dca 0%, #f24b7a 75% );
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  transform-origin: left center;
	}
	.bg .bg-wrap .inn {
	  color: #fff;
	  display: inline-block;
	  font-family: "Noto Sans", sans-serif;
	  font-size: 2.0rem;
	  font-weight: 400;
	  padding: 5px 0;
	  position: relative;
	  z-index: 1;
	}

}
	
	@keyframes bg {
	  0% {
		opacity: 0;
		transform: scaleX(0) translateX(-5%);
	  }
	  30% {
		transform: scaleX(1) translateX(0);
	  }
	  100% {
		transform: scaleX(1) translateX(0);
	  }
	  30%, 100% {
		opacity: 1;
	  }
	}

	



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

