@charset "utf-8";

.clearfix:after {
	content				: "" ;
	display				: block ;
	clear				: both ;
}

.clearfix	{
	display				: block ;
}

/* Hides from IE-mac \*/
* html .clearfix { height : 1% ; }
/* End hide from IE-mac */

html	{
	background		: none ;
	position		: relative ;
	width			: 100% ;
	height			: 100% ;
	margin: 0;
	padding: 0;
}

body	{
	width	: 100% ;
	height	: 100% ;
	padding	: 0 ;
	margin	: 0 ;
	font-family: 'Noto Sans JP', sans-serif;
	font-size	: 14px ;
	font-weight	: 400 ;
	line-height	: 1.5;
	color	: #222222;
	-webkit-text-size-adjust: 100%;
	position: relative ;
	overflow-x: hidden;
	background: none;
}

a img	{
	border			: none ;
}

a:hover img{
}

a	{
	color: #000;
	text-decoration	: none ;
}

a:hover{
	text-decoration	: none ;
}

form{
	margin			: 0 ;
	padding			: 0 ;
}


.visi_text{
	visibility		: hidden ;
}


/*************************ヘッダー*************************/
.header{
	width: 100%;
	height: 110px;
}

.head{
	width: 100%;
	display: inline-block;
}

.head_logo{
	width: 114px;
	height: 80px;
	margin: 10px 20px 10px 10px;
	float: left;
}
.head_logo img{
	width: 114px;
	height: 80px;
}

h1{
	font-size: 17px;
	font-weight: 500;
	padding: 30px 0 0;
	float: left;
}

.head_btn{
	width: 220px;
	height: 90px;
	padding: 10px;
	float: right;
	text-align: center;
	background-color: #ff71a2;
	font-size: 17px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	line-height: 40px;
}
.head_btn span{
	font-size: 50px;
	font-family: scriptorama-tradeshow-jf, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}

/*************************メイン*************************/
.main_bg{
	width: 100%;
	height: 640px;
	background-image: url("../img/back.jpg");
	background-position: center;
	background-size: cover;
}

.main_herobox{
	width: 1200px;
	height: 520px;
	margin: 0 auto;
	padding: 120px 0 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.main_txtbox{
	width: 680px;
	height: 260px;
	padding: 130px 0 0;
}

.main_txt{
	width: 680px;
	text-align: center;
	font-size: 35px;
	font-weight: 500;
	color: #fff;
	margin: 0 auto 10px;
	line-height: 100px;	
	opacity: 0;
	transform: translateX(-100%);
	animation: slide-in 1s forwards;
}
.main_txt span{
	font-size: 100px;
	font-family: bebas-neue-rounded, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ff71a2;
}
@keyframes slide-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.main_txt02{
	width: 680px;
	text-align: center;
	font-size: 35px;
	font-weight: 500;
	color: #fff;
	margin: 0 auto 10px;	
	opacity: 0;
	transform: translateX(-100%);
	animation: slide-in 1.25s forwards;
}
@keyframes slide-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.main_txt03{
	width: 680px;
	text-align: center;
	font-size: 35px;
	font-weight: 500;
	color: #fff;
	margin: 0 auto 10px;
	opacity: 0;
	transform: translateX(-100%);
	animation: slide-in 1.5s forwards;
}
.main_txt03 span{
	margin: 0 20px 0 0;
	font-size: 60px;
	font-family: scriptorama-tradeshow-jf, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ff71a2;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	display: inline-block;
}
@keyframes slide-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mainimg{
	width: 520px;
	height: 520px;
}
.mainimg img{
	width: 520px;
	height: 520px;
}


/*************************スライダー*************************/
.slide_box{
	width: 90%;
	margin: 0 auto;
}

.slide_txt h2{
	width: 100%;
	font-size: 24px;
	margin: 0 0 20px;
}
.slide_txt h2 span{
	color: #ff71a2;
	font-size: 48px;
	font-family: bebas-neue-rounded, sans-serif;
	font-weight: 400;
	font-style: normal;
}

    .slider {
        width: 100%;
        margin: 50px auto;
    }

    .slick-slide {
	width: 180px;
	height: 180px;
      margin: 0px 20px;
    }

    .slick-slide img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }


/*************************見出し*************************/
.bg_color h2{
	width: calc( 100% - 20px );
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	line-height: 28px;
	padding: 15px 0 15px 20px;
	background-image: linear-gradient(90deg, rgba(0, 37, 162, 1), rgba(247, 64, 145, 1));
}

.midashi01{
	margin: 0 0 50px;
	padding: 0 10px 0 30px;
	font-size: 30px;
	line-height: 45px;
	border-bottom: solid 10px #0025A2;
	border-image: linear-gradient(to right, #0025A2 0%, #F74091 100%);
	border-image-slice: 1;
	display: inline-block;
}
.midashi01 span{
	font-size: 72px;
	font-family: bebas-neue-rounded, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ff71a2;
}

.midashi02 h2{
	width: calc( 100% - 20px );
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: 500;
	color: #000;
	line-height: 28px;
	padding: 15px 0 15px 20px;
}

.midashi03 h2{
	width: 100%;
	margin: 0 0 50px;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	line-height: 28px;
	padding: 15px 0;
	text-align: center;
}

.midashi04 h2{
	width: 100%;
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: 500;
	color: #000;
	line-height: 28px;
	padding: 15px 0;
	text-align: center;
}


/*************************サービス*************************/
.ser_txt{
	width: 100%;
	font-size: 32px;
	margin: 0 0 50px;
	text-align: center;
}

.ser_box{
	width: 1200px;
	margin: 0 auto 10px;
	border-bottom: solid 5px #0025A2;
	border-image: linear-gradient(to right, #0025A2 0%, #F74091 100%);
	border-image-slice: 1;
}

.ser_line{
	width: 1200px;
	display: inline-block;
	position: relative;
}

.ser_l{
	width: 420px;
	height: 350px;
	float: left;
}
.ser_l img{
	width: 420px;
	height: 350px;
}

.ser_r{
	width: 420px;
	height: 350px;
	float: right;
}
.ser_r img{
	width: 420px;
	height: 350px;
}

.l_arrow{
	width: 450px;
	height: 34px;
	background-image: url("../img/img03.png");
	position: absolute;
	top: 145px;
	right: 350px;
	padding: 15px 0;
	background-size: 450px 64px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	color: #fff;
}

.r_arrow{
	width: 550px;
	height: 64px;
	background-image: url("../img/img04.png");
	position: absolute;
	bottom: 35px;
	left: 350px;
	padding: 0 0 0;
	background-size: 500px 64px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: #4D4D4B;
	vertical-align: middle;
}

.r_arrow span{
	font-size: 44px;
	font-family: bebas-neue-rounded, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
}

.ser_txt02{
	width: 1200px;
	margin: 0 auto 180px;
	font-size: 22px;
	text-align: left;
}


/*************************効果*************************/
.illust_area{
	width: 1130px;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.illust_box{
	width: 250px;
	margin: 0 auto;
}
.illust_box img{
	width: 250px;
	height: 286px;
	margin: 0 0 5px;
}
.illust_box p{
	font-size: 24px;
	margin: 0;
	font-weight: 500;
	text-align: center;
	color: #4D4D4B;
}

/*************************ボタン*************************/
.btn01_area{
	width: 1020px;
	height: 110px;
	margin: 0 auto 10px;
}
.btn01{
	width: 1020px;
	height: 110px;
	background-image: url("../img/btn01.png");
	background-size: 1020px 110px;
	background-position: center;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 110px;
	display: inline-block;
}
.btn01_txt{
	width: 1020px;
	margin: 0 auto 120px;
	font-size: 16px;
	font-weight: 500;
	color: #4D4D4B;
	text-align: center;
}

/*************************登録アスリートの声*************************/
.voice_bar{
	width: 1180px;
	height: 80px;
	margin: 25px auto ;
	background-image: url("../img/btn02.png");
	background-size: 1200px 80px;
	padding: 0 0 0 20px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 80px;
}

.voice_box{
	width: 1200px;
	margin: 0 auto 150px;
}

.voice_area{
	width: 1200px;
	display: inline-block;
}

.voice_l{
	width: 285px;
	margin: 0 30px 0 0;
	float: left;
}
.voice_l_img{
	width: 260px;
	height: 260px;
	margin: 0 auto;
}
.voice_l_img img{
	width: 260px;
	height: 260px;
}
.voice_l_wrap{
	width: 265px;
	padding: 10px 4px 20px;
	border: solid 3px #0025A2;
	border-image: linear-gradient(to right, #0025A2 0%, #F74091 100%);
	border-image-slice: 1;
	display: inline-block;
}

.voice_name{
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 15px;
}
.voice_name span{
	width: 100%;
	font-size: 24px;
	margin: 0 0 15px;
}
.voice_name_txt{
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
/*************************吹き出し*************************/
.voice_r{
	width: 885px;
	float: left;
}

.arrow_box{
    position:relative;
	padding: 20px 32px 2px;
	width: calc( 100% - 64px );
    background:#FFFFFF;
    text-align:left;
    border: solid 3px #F74091;
    border-image: linear-gradient(to right, #F74091 0%, #0025A2 100%);
    border-image-slice: 1;
    color:#666666;
    font-size:15px;
    font-weight:bold;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:10%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:19px;
    border-bottom-width:19px;
    border-left-width:60px;
    border-right-width:60px;
    margin-top: -19px;
    border-right-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(63, 114, 155, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:69px;
    border-right-width:69px;
    margin-top: -22px;
    margin-right: 3px;
    border-right-color:#F74091;
}

.hukidasi_voice01 h3{
	width: 100%;
	padding: 0;
	font-size: 23px;
	font-weight: 700;
	margin: 0 0 10px;
}

.hukidasi_voice02{
	width: 100%;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 30px;
}
/*************************サポーター企業様の声*************************/
.comp_box{
	width: 1200px;
	margin: 0 auto 100px;
}

.comp_area{
	width: 1200px;
	display: inline-block;
}

.comp_l{
	width: 285px;
	height: 285px;
	margin: 0 30px 0 0;
	float: left;
}
.comp_l_img{
	width: 283px;
	height: 283px;
	margin: 0 auto 15px;
	border: solid 1px #0025A2;
	border-image: linear-gradient(to right, #0025A2 0%, #F74091 100%);
	border-image-slice: 1;
}
.comp_l_img img{
	width: 283px;
	height: 283px;
}

.comp_r{
	width: 885px;
	float: left;
}

.comp_name h3{
	width: 100%;
	padding: 0;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #4D4D4B;
}

.comp_name_txt{
	width: calc( 100% - 14px );
	padding: 5px;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 25px;
	border: solid 2px #F74091;
	border-image: linear-gradient(to right, #F74091 0%, #0025A2 100%);
	border-image-slice: 1;
	color: #4D4D4B;
}


/*************************もっと知ろう*************************/
.more_area{
	width: 1070px;
	margin: 0 auto 100px;
}

.more_txt01{
	width: 100%;
	font-size: 24px;
	font-weight: 700;
}

.more_box{
	width: 1070px;
	display: inline-block;
}

.more_l{
	width: 550px;
	margin: 0 70px 0 0;
	float: left;
}
.more_r{
	width: 450px;
	padding: 90px 0 0;
	float: left;
}
/**SNS**/
.sns01{
	width: calc( 100% - 60px );
	height: 50px;
	margin: 0 0 20px;
	background-image: url("../img/sns01.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	padding: 10px 0 10px 60px;
	font-size: 36px;
	font-family: senobi-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.youtubearea{
	width: 550px;
	height: 320px;
	background-color: #000;
	position: relative;
}

.sns02{
	width: calc( 100% - 60px );
	height: 50px;
	margin: 0 0 5px;
	background-image: url("../img/sns02.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	padding: 13px 0 13px 60px;
	font-size: 25px;
	font-family: senobi-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 50px;
}

.sns03{
	width: calc( 100% - 60px );
	height: 50px;
	margin: 0 0 5px;
	background-image: url("../img/sns03.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	padding: 13px 0 13px 60px;
	font-size: 25px;
	font-family: senobi-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 50px;
}

.sns04{
	width: calc( 100% - 60px );
	height: 50px;
	margin: 0 0 5px;
	background-image: url("../img/sns04.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	padding: 13px 0 13px 60px;
	font-size: 25px;
	font-family: senobi-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 50px;
}

.sns05{
	width: calc( 100% - 60px );
	height: 50px;
	margin: 0 0 5px;
	background-image: url("../img/sns05.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	padding: 13px 0 13px 60px;
	font-size: 25px;
	font-family: senobi-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 50px;
}

/*************************お問い合わせ*************************/
.contact_area{
	width: 100%;
	padding: 20px 0;
	background-image: linear-gradient(140deg, rgba(0, 37, 162, 1), rgba(247, 64, 145, 1));
}

.contact_table{
	width: 1100px;
	margin: 0 auto;
}

.td01{
	width: 300px;
	padding: 15px 0;
	font-size: 24px;
	color: #fff;
	vertical-align: top;
}
.td02{
	width: 600px;
	padding: 15px 0;
	vertical-align: top;
}
.td03{
	width: 180px;
	color: #fff;
	font-size: 18px;
	vertical-align: top;
	padding: 15px 0 15px 20px;
}
.td03a{
	width: 180px;
	color: #fff;
	font-size: 18px;
	vertical-align: top;
	padding: 15px 0 15px 20px;
}
.td04{
	width: 600px;
	color: #fff;
	font-size: 18px;
	vertical-align: top;
	padding: 15px 0;
}

.td05{
	width: 100%;
	padding: 15px 0 5px;
	font-size: 24px;
	color: #fff;
	vertical-align: top;
}
.td06{
	width: 100%;
	padding: 5px 0 15px;
	vertical-align: top;
}
.td07{
	width: 100%;
	padding: 15px 0 5px;
	font-size: 20px;
	color: #fff;
	vertical-align: top;
}

.text01{
	width: calc( 100% - 10px );
	font-size: 24px;
	padding: 8px 0 8px 10px;
	border-radius: 10px;
}
.textbox{
	width: calc( 100% - 20px );
	padding: 10px;
	border-radius: 10px;
	font-size: 18px;
	height: 200px;
}

/* ラジオボタン01 */
.list {

}
.list ul li{
	margin:0 5px 50px 0;
	display:inline-block;
}
.radio01{
  display: none;
}
.radio01 + label{
  padding-left: 24px;
  position:relative;
  margin-right: 24px;
}
.radio01 + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
.radio01:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 11px;
  height: 11px;
  background: #25C105;
  border-radius: 50%;
}

/* checkbox */
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #25C105;
  border-bottom: 2px solid #25C105;
  content: '';
}


.send_area{
	width: 100%;
	padding: 100px 0;
	border-bottom: solid 2px #F74091;
	border-image: linear-gradient(to right, #F74091 0%, #0025A2 100%);
	border-image-slice: 1;
}

.send_btnbox{
	width: 400px;
	margin: 0 auto;
}

.btn_send {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	position: relative;
	text-decoration: none;
	transition-duration	: 0.3s;
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	background-image: linear-gradient(60deg, rgba(0, 37, 162, 1), rgba(247, 64, 145, 1));
	color: #fff;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}

.btn_send02 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	position: relative;
	text-decoration: none;
	transition-duration	: 0.3s;
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	background-image: linear-gradient(60deg, rgba(0, 37, 162, 1), rgba(247, 64, 145, 1));
	color: #fff;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}
.btn_send02 a{
	color: #fff !important;
}
.btn_send02 a:hover {
	color: #fff !important;
}

/*************************フッター*************************/
.footer{
	width: 100%;
	padding: 20px 0 5px;
}

.foot{
	width: calc( 100% - 40px );
	padding: 0 20px;
	margin: 0 0 20px;
}

.foot_line{
	width: 386px;
	margin: 0 0 10px;
	display: inline-block;
}

.foot_l{
	width: 70px;
	font-size: 14px;
	font-weight: 400;
	float: left;
}
.foot_r{
	width: 300px;
	font-size: 14px;
	font-weight: 400;
	float: left;
}
.foot_r img{
	width: 17px;
	height: 17px;
	vertical-align: middle;
}

.copy{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
}

/****サンクスページ****/
.thanks_logo_area{
	width: 100%;
	height: 80px;
	margin: 0 0 150px;
	padding:10px 0;
	border-bottom: solid 2px #F74091;
	border-image: linear-gradient(to right, #F74091 0%, #0025A2 100%);
	border-image-slice: 1;
}

.thanks_logo{
	width: 114px;
	height: 80px;
	margin: 0 auto;
}
.thanks_logo img{
	width: 114px;
	height: 80px;
}


@media screen and (max-width:768px) {
/*　画面サイズが749pxまではここを読み込む　*/
/*************************ヘッダー*************************/
.header{
	width: 100%;
	height: 110px;
}

.head{
	width: 100%;
	display: inline-block;
}

.head_logo{
	width: 30%;
	height: 90px;
	margin: 10px 2%;
	float: left;
}
.head_logo img{
	width: 100%;
	height: auto;
}

h1{
	display: none;
}

.head_btn{
	width: calc( 66% - 20px );
	height: 90px;
	padding: 10px;
	float: right;
	text-align: center;
	background-color: #ff71a2;
	font-size: 17px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	line-height: 40px;
}
.head_btn span{
	font-size: 50px;
	font-family: scriptorama-tradeshow-jf, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}

/*************************メイン*************************/
.main_bg{
	width: 100%;
	height: 640px;
	background-image: url("../img/back.jpg");
	background-position: center;
	background-size: cover;
}

.main_herobox{
	width: 100%;
	height: 620px;
	margin: 0 auto;
	padding: 20px 0 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	align-items: flex-end;
}

.main_txtbox{
	width: 90%;
	height: auto;
	padding: 40px 0 0;
	
}

.main_txt{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin: 0 auto 10px;
	line-height: 26px;	
	opacity: 0;
	transform: translateX(-100%);
	animation: slide-in 1s forwards;
}
.main_txt span{
	font-size: 40px;
	font-family: bebas-neue-rounded, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ff71a2;
}
@keyframes slide-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.main_txt02{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin: 0 auto;	
	opacity: 0;
	transform: translateX(-100%);
	animation: slide-in 1.25s forwards;
}
@keyframes slide-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.main_txt03{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin: 0 auto 10px;
	opacity: 0;
	transform: translateX(-100%);
	animation: slide-in 1.5s forwards;
}
.main_txt03 span{
	margin: 0 20px 0 0;
	font-size: 32px;
	font-family: scriptorama-tradeshow-jf, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ff71a2;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	display: inline-block;
}
@keyframes slide-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mainimg{
	width: 100%;
	height: auto;
}
.mainimg img{
	width: 100%;
	height: auto;
}

/*************************スライダー*************************/
.slide_box{
	width: 86%;
	margin: 0 auto;
}

.slide_txt h2{
	width: 100%;
	font-size: 18px;
	margin: 0 0 20px;
}
.slide_txt h2 span{
	color: #ff71a2;
	font-size: 36px;
	font-family: bebas-neue-rounded, sans-serif;
	font-weight: 400;
	font-style: normal;
}

    .slider {
        width: 100%;
        margin: 50px auto;
    }

    .slick-slide {
	width: 155px;
	height: 155px;
      margin: 0px 5px;
    }

    .slick-slide img {
	width: 155px;
	height: 155px;
	border-radius: 50%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }


/*************************見出し*************************/
.bg_color h2{
	width: calc( 100% - 20px );
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 28px;
	padding: 15px 0 15px 20px;
	background-image: linear-gradient(90deg, rgba(0, 37, 162, 1), rgba(247, 64, 145, 1));
}

.midashi01{
	margin: 0 0 20px;
	padding: 0 10px 5px;
	font-size: 18px;
	line-height: 26px;
	border-bottom: solid 10px #0025A2;
	border-image: linear-gradient(to right, #0025A2 0%, #F74091 100%);
	border-image-slice: 1;
	display: inline-block;
}
.midashi01 span{
	font-size: 32px;
	font-family: bebas-neue-rounded, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ff71a2;
}

.midashi02 h2{
	width: calc( 100% - 20px );
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: 500;
	color: #000;
	line-height: 28px;
	padding: 15px 0 15px 20px;
}

.midashi03 h2{
	width: 100%;
	margin: 0 0 50px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 28px;
	padding: 15px 0;
	text-align: center;
}

.midashi04 h2{
	width: 100%;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 28px;
	padding: 15px 0;
	text-align: center;
}


/*************************サービス*************************/
.ser_txt{
	width: 90%;
	font-size: 18px;
	margin: 0 auto 20px;
	text-align: center;
}

.ser_box{
	width: 100%;
	margin: 0 auto 10px;
	border-bottom: solid 5px #0025A2;
	border-image: linear-gradient(to right, #0025A2 0%, #F74091 100%);
	border-image-slice: 1;
}

.ser_line{
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	position: relative;
}

.ser_l{
	display: none;
}
.ser_l img{
	display: none;
}

.ser_r{
	display: none;
}
.ser_r img{
	display: none;
}

.l_arrow{
	display: none;
}

.r_arrow{
	display: none;
}

.r_arrow span{
	display: none;
}

.ser_txt02{
	width: 90%;
	margin: 0 auto 50px;
	font-size: 18px;
	text-align: left;
}

.sp_ser{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.sp_ser img{
	width: 100%;
	height: auto;
}

/*************************効果*************************/
.illust_area{
	width: 90%;
	margin: 0 auto 30px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.illust_box{
	width: 43%;
	margin: 0 auto 15px;
}
.illust_box img{
	width: 100%;
	height: auto;
	margin: 0 0 2px;
}
.illust_box p{
	font-size: 16px;
	margin: 0;
	font-weight: 500;
	text-align: center;
	color: #4D4D4B;
}

/*************************ボタン*************************/
.btn01_area{
	width: 90%;
	height: 55px;
	margin: 0 auto 10px;
}
.btn01{
	width: 100%;
	height: 55px;
	background-image: url("../img/btn01.png");
	background-size: 100% 55px;
	background-position: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 55px;
	display: inline-block;
}
.btn01_txt{
	width: 90%;
	margin: 0 auto 60px;
	font-size: 14px;
	font-weight: 500;
	color: #4D4D4B;
	text-align: left;
}


/*************************登録アスリートの声*************************/
.voice_bar{
	width: calc( 90% - 20px );
	height: 85px;
	margin: 25px auto ;
	background-image: url("../img/back.jpg");
	background-size: 100% 90px;
	padding: 5px 10px 0;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 26px;
	border-radius: 10px;
}

.voice_box{
	width: 90%;
	margin: 0 auto 50px;
}

.voice_area{
	width: 100%;
	display: inline-block;
}

.voice_l{
	width: 100%;
	margin: 0 0 20px;
	float: none;
}
.voice_l_img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.voice_l_img img{
	width: 100%;
	height: auto;
}
.voice_l_wrap{
	width: calc( 100% - 14px );
	padding: 10px 4px 30px;
	border: solid 3px #0025A2;
	border-image: linear-gradient(to right, #0025A2 0%, #F74091 100%);
	border-image-slice: 1;
	display: inline-block;
}

.voice_name{
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 15px;
}
.voice_name span{
	width: 100%;
	font-size: 24px;
	margin: 0 0 15px;
}
.voice_name_txt{
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
/*************************吹き出し*************************/
.voice_r{
	width: 100%;
	float: none;
}

.arrow_box{
    position:relative;
	padding: 20px 16px 2px;
	width: calc( 100% - 38px );
    background:#FFFFFF;
    text-align:left;
    border: solid 3px #F74091;
    border-image: linear-gradient(to right, #F74091 0%, #0025A2 100%);
    border-image-slice: 1;
    color:#666666;
    font-size:15px;
    font-weight:bold;
}
.arrow_box:after,.arrow_box:before{
	display: none;
}
.arrow_box:after{
	display: none;
}
.arrow_box:before{
	display: none;
}

.hukidasi_voice01 h3{
	width: 100%;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
}

.hukidasi_voice02{
	width: 100%;
	padding: 0;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 25px;
}

/*************************サポーター企業様の声*************************/
.comp_box{
	width: 90%;
	margin: 0 auto 50px;
}

.comp_area{
	width: 100%;
	display: inline-block;
}

.comp_l{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	float: none;
}
.comp_l_img{
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	border: solid 1px #0025A2;
	border-image: linear-gradient(to right, #0025A2 0%, #F74091 100%);
	border-image-slice: 1;
}
.comp_l_img img{
	width: 100%;
	height: auto;
}

.comp_r{
	width: 100%;
	float: none;
}

.comp_name h3{
	width: 100%;
	padding: 0;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #4D4D4B;
}

.comp_name_txt{
	width: calc( 100% - 14px );
	padding: 5px;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 25px;
	border: solid 2px #F74091;
	border-image: linear-gradient(to right, #F74091 0%, #0025A2 100%);
	border-image-slice: 1;
	color: #4D4D4B;
}


/*************************もっと知ろう*************************/
.more_area{
	width: 90%;
	margin: 0 auto 50px;
}

.more_txt01{
	width: 100%;
	font-size: 18px;
	font-weight: 700;
}

.more_box{
	width: 100%;
	display: inline-block;
}

.more_l{
	width: 100%;
	margin: 20px 0;
	float: none;
}
.more_r{
	width: 100%;
	padding: 10px 0 0;
	float: none;
}
/**SNS**/
.sns01{
	width: calc( 100% - 30px );
	height: 25px;
	margin: 0 0 20px;
	background-image: url("../img/sns01.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	padding: 5px 0 5px 30px;
	font-size: 18px;
	font-family: senobi-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.youtubearea{
	width: 100%;
	height: 320px;
	background-color: #000;
	position: relative;
}

.sns02{
	width: calc( 100% - 30px );
	height: 25px;
	margin: 0 0 20px;
	background-image: url("../img/sns02.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	padding: 5px 0 5px 30px;
	font-size: 18px;
	font-family: senobi-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
}

.sns03{
	width: calc( 100% - 30px );
	height: 25px;
	margin: 0 0 20px;
	background-image: url("../img/sns03.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	padding: 5px 0 5px 30px;
	font-size: 18px;
	font-family: senobi-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
}

.sns04{
	width: calc( 100% - 30px );
	height: 25px;
	margin: 0 0 20px;
	background-image: url("../img/sns04.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	padding: 5px 0 5px 30px;
	font-size: 18px;
	font-family: senobi-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
}

.sns05{
	width: calc( 100% - 30px );
	height: 25px;
	margin: 0 0 20px;
	background-image: url("../img/sns05.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	padding: 5px 0 5px 30px;
	font-size: 18px;
	font-family: senobi-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
}


/*************************お問い合わせ*************************/
.contact_area{
	width: 100%;
	padding: 20px 0;
	background-image: linear-gradient(140deg, rgba(0, 37, 162, 1), rgba(247, 64, 145, 1));
}

.contact_table{
	width: 90%;
	margin: 0 auto;
}

.td01{
	width: 100%;
	padding: 10px 0 2px;
	font-size: 18px;
	color: #fff;
	vertical-align: top;
	display: block;
}
.td02{
	width: 100%;
	padding: 15px 0;
	vertical-align: top;
	display: block;
}
.td03{
	width: calc( 100% - 20px );
	color: #fff;
	font-size: 18px;
	vertical-align: top;
	padding: 15px 0 15px 20px;
	display: block;
}
.td03a{
	display: none;
}
.td04{
	width: 100%;
	color: #fff;
	font-size: 18px;
	vertical-align: top;
	padding: 15px 0;
	display: block;
}

.td05{
	width: 100%;
	padding: 15px 0 5px;
	font-size: 24px;
	color: #fff;
	vertical-align: top;
	display: block;
}
.td06{
	width: 100%;
	padding: 5px 0 15px;
	vertical-align: top;
	display: block;
}
.td07{
	width: 100%;
	padding: 15px 0 5px;
	font-size: 20px;
	color: #fff;
	vertical-align: top;
	display: block;
}

.text01{
	width: 100%;
	font-size: 24px;
	padding: 8px 0;
	border-radius: 10px;
}
.textbox{
	width: calc( 100% - 20px );
	padding: 10px;
	border-radius: 10px;
	font-size: 18px;
	height: 200px;
}

/* ラジオボタン01 */
.list {

}
.list ul li{
	margin:0 5px 50px 0;
	display:inline-block;
}
.radio01{
  display: none;
}
.radio01 + label{
  padding-left: 24px;
  position:relative;
  margin-right: 24px;
}
.radio01 + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
.radio01:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 11px;
  height: 11px;
  background: #25C105;
  border-radius: 50%;
}

/* checkbox */
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #25C105;
  border-bottom: 2px solid #25C105;
  content: '';
}


.send_area{
	width: 100%;
	padding: 100px 0;
	border-bottom: solid 2px #F74091;
	border-image: linear-gradient(to right, #F74091 0%, #0025A2 100%);
	border-image-slice: 1;
}

.send_btnbox{
	width: 90%;
	margin: 0 auto;
}

.btn_send {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	position: relative;
	text-decoration: none;
	transition-duration	: 0.3s;
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	background-image: linear-gradient(60deg, rgba(0, 37, 162, 1), rgba(247, 64, 145, 1));
	color: #fff;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}

.btn_send02 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	position: relative;
	text-decoration: none;
	transition-duration	: 0.3s;
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	background-image: linear-gradient(60deg, rgba(0, 37, 162, 1), rgba(247, 64, 145, 1));
	color: #fff;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}
.btn_send02 a:hover {
	color: #fff !important;
}

/*************************フッター*************************/
.footer{
	width: 100%;
	padding: 20px 0 5px;
}

.foot{
	width: calc( 100% - 40px );
	padding: 0 20px;
	margin: 0 0 20px;
}

.foot_line{
	width: 100%;
	margin: 0 0 10px;
	display: inline-block;
}

.foot_l{
	width: 70px;
	font-size: 14px;
	font-weight: 400;
	float: left;
}
.foot_r{
	width: 300px;
	font-size: 14px;
	font-weight: 400;
	float: left;
}
.foot_r img{
	width: 17px;
	height: 17px;
	vertical-align: middle;
}

.copy{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
}


}

@media screen and (min-width: 769px) {
/* 769pxからの幅の場合に適応される */
.sp_ser{
	display: none;
}

.sp_br{
	display: none;
}

}
