﻿/*----------------------------------------
	default setting
-----------------------------------------*/

html, body, div, dl, dt, dd, th, td, ul, ol, li,
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, em, p {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

.small {
	font-size: 90%;
}

em {
	font-weight:bold;
	font-size: 100%;
}

th {
	text-align: left;
	font-weight: normal;
}

li {
	list-style: none;
}

li img {
	vertical-align: top;
}

img, table {
	border: 0;
}

img{
	height: auto;
	max-width: 100%;
	vertical-align:bottom
}

img{
	max-width: none\9;/*IE8への対応*/
}

html:not(:target) img{
    max-width: 100%; /*IE9以上への対応*/
}

hr {
	display: none;
}

/*----------------------------------------
	radical-setting
-----------------------------------------*/
#radical_wrapper {
background:#eeeeee;
	position: relative;
	font-family: 'Noto Sans JP', YuGothic, Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	text-align: center;
}
#radical_wrapper .main-body{
	position: relative;
	background:#003d98;
}
#radical_wrapper a{
	text-decoration: none;
}


@font-face {
    font-family: 'uni_sansheavy_caps';
    src: url('../../images/radical/font/uni_sans_heavy-webfont.eot');
    src: url('../../images/radical/font/uni_sans_heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../images/radical/font/uni_sans_heavy-webfont.woff2') format('woff2'),
         url('../../images/radical/font/uni_sans_heavy-webfont.woff') format('woff'),
         url('../../images/radical/font/uni_sans_heavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*----------------------------------------
	main_visual
-----------------------------------------*/
.main_visual{
	margin:0 auto;
	box-sizing: border-box;
	position: relative;
	padding: 0;
	background-size:cover;
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

/*----------------------------------------
	about
-----------------------------------------*/
.about{
	margin:0px auto 0 auto;
	padding:2em 2em 6em 2em;
	position: relative;
	background:url(../../images/radical/about_bg.png) no-repeat right bottom -50px #003d98;
	background-size: 80%;
}

.about .ico{
	position:absolute;
	top:-30px;
	left:20px;
}
.about .ico img{
	width: 55%;
}
.about h3{
	position: relative;
	color: #fff;
	text-align:center;
	padding: 2.5em 0;
}
.about h3 dl{
	font-style: italic;
	margin-bottom:10px;
}
.about h3 dt{
	font-family: 'uni_sansheavy_caps';
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 2px;
	margin-bottom: 6px;
}
.about h3 dd{
	font-size: 15px;
font-weight: 700;
}
.about .copy dl{
	color: #fff;
	text-align: left;
}
.about .copy dt{
	font-size: 20px;
	line-height: 33px;
	font-weight: 700;
	margin-bottom:20px;
}
.about .copy dd{
	line-height: 30px;
	font-size: 15px;
}


/*----------------------------------------
	program
-----------------------------------------*/
.program{
	margin:0 auto;
	padding:0 ;
	background:#333;
	border-top:1px #eee solid;
}
.program h3{
	position: relative;
	color: #fff;
	padding-top:4em;
}
.program h3 dl{
	font-style: italic;
	margin-bottom:20px;
}
.program h3 dt{
	font-family: 'uni_sansheavy_caps';
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 2px;
	margin-bottom:6px;
}
.program h3 dd{
	font-size: 15px;
font-weight: 700;
}

.swiper-container {
  width:100%;
	color: #fff;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: #002c6b;
}

.swiper-container .swiper-slide dl{
	padding:1em 5% 0 5%;
	display: block;
	text-align: left;
}
.swiper-container .swiper-slide dt{
	width:auto;
}
.swiper-container .swiper-slide dt img{
	width: 150px;
}
.swiper-container .swiper-slide dd{
  font-size: 22px;
	line-height: 32px;
font-weight: 900;
	flex: 1;
	font-style: italic;
	text-shadow: 0px 0px 5px #000; 
}
.swiper-container .swiper-slide .ex_box{
  display:block;
	padding:0 5% 40px 5%;
	margin-top: 30px;
}
.swiper-container .swiper-slide .ex_box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.swiper-container .swiper-slide .ex_box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.swiper-container .swiper-slide .ex_box p{
  margin-left: 0px;
	margin-top: 20px;
}
.swiper-container .swiper-slide .ex_box strong{
  	font-size: 19px;
font-weight: 700;
	display:block;
}

.thumb-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 2em 0.5em 2em 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.thumb-list li {
  width: 48%;
	border-radius: 6px;
	background: #003d98;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.thumb-list li a {
  width: 100%;
	border-radius: 6px;
	display: block;
	color: #fff;
	font-weight: 500;
	padding: 13px 0;
	font-size: 15px;
	text-decoration: none;
	text-shadow: 0px 0px 5px #000; 
}
.thumb-link {
	color: #fff;
}

/* わかりやすく色分けしているだけ */
.fight { background: url("../../images/radical/program_btn01.png") no-repeat left center; }
.power { background: url("../../images/radical/program_btn02.png") no-repeat left center; }
.x55 { background: url("../../images/radical/program_btn03.png") no-repeat left center; }
.oxigeno { background: url("../../images/radical/program_btn04.png") no-repeat left center; }
.ubound { background: url("../../images/radical/program_btn05.png") no-repeat left center; }
.kimax { background: url("../../images/radical/program_btn06.png") no-repeat left center; }
.mega { background: url("../../images/radical/program_btn07.png") no-repeat left center; }
.ride { background: url("../../images/radical/program_btn08.png") no-repeat left center; }
.factor { background: url("../../images/radical/program_btn09.png") no-repeat left center; }
.hyper { background: url("../../images/radical/program_btn10.png") no-repeat left center; }
.eleven { background: url("../../images/radical/program_btn11.png") no-repeat left center; }

.fight_l { background: url("../../images/radical/program_bg01_sp.jpg") no-repeat center top;background-size: 150%; }
.power_l { background: url("../../images/radical/program_bg02.jpg") no-repeat center top;background-size: 150%; }
.x55_l { background: url("../../images/radical/program_bg03.jpg") no-repeat center top;background-size: 150%; }
.oxigeno_l { background: url("../../images/radical/program_bg04.jpg") no-repeat center top;background-size: 150%; }
.ubound_l { background: url("../../images/radical/program_bg05.jpg") no-repeat center top;background-size: 150%; }
.kimax_l { background: url("../../images/radical/program_bg06.jpg") no-repeat center top;background-size: 150%; }
.mega_l { background: url("../../images/radical/program_bg07.jpg") no-repeat center top;background-size: 150%; }
.ride_l { background: url("../../images/radical/program_bg08.jpg") no-repeat center top;background-size: 150%; }
.factor_l { background: url("../../images/radical/program_bg09.jpg") no-repeat center top; background-size: 150%;}
.hyper_l { background: url("../../images/radical/program_bg10_sp.jpg") no-repeat center top;background-size: 150%; }
.eleven_l { background: url("../../images/radical/program_bg11.jpg") no-repeat center top;background-size: 150%; }

/* 矢印の色を白に指定 */
.swiper-container .swiper-button-next{
  background-image: url("../../images/radical/program_next.png");
	right: 0px;
}
.swiper-container .swiper-button-prev{
  background-image: url("../../images/radical/program_prev.png");
	left: 0px;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  width: 40px;
  height: 80px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 40px 80px;
  background-position: center;
  background-repeat: no-repeat;
}


.program_sch{
	margin:0 auto;
	padding:3em 10%;
	background:#333;
	color:#fff;
}
.program_sch p{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 2em;
}
.program_sch .cmn_btn a{
	display: block;
	border: 1px solid #fff;
	padding: 15px 0;
	color:#fff;
	position: relative;
}

.program_sch .cmn_btn a::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
   right: 20px;
    margin-top: -4px;
}

/*----------------------------------------
	5points
-----------------------------------------*/
.points {
	margin:0 auto;
	padding:3em 1em 3em 1em;
	background:#f3f61c;
	border-top:1px #eee solid;
}
.points h3{
	position: relative;
	color: #000;
}
.points h3 dl{
	font-style: italic;
	margin-bottom:20px;
}
.points h3 dt{
	font-family: 'uni_sansheavy_caps';
	letter-spacing: 3px;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 6px;
}
.points h3 dd{
	font-size: 15px;
font-weight: 700;
	line-height: 1.5;
}

.points .point_odd h4,
.points .point_even h4{
	font-size: 20px;
font-weight: 700;
	color: #f3f61c;
	margin-bottom: 15px;
}
.points .point_odd dt,
.points .point_even dt{
	font-size: 14px;
font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.points .point_odd dd,
.points .point_even dd{
	font-size: 14px;
	color: #fff;
}
.points .point_odd{
	position: relative;
	text-align: left;
	padding: 10em 1.5em 1.5em 1.5em;
	margin-bottom: 10px;
}
.points .point_even{
	position: relative;
	text-align: left;
	margin-bottom: 10px;
	padding: 10em 1.5em 1.5em 1.5em;
}
.points .point_odd .ico{
	position: absolute;
	top:0;
	left: 0;
	width: 50px;
}
.points .point_even .ico{
	position: absolute;
	top:0;
	right: 0;
	width: 50px;
}

.points .point01{
	background: url("../../images/radical/points_bg01_sp.jpg") no-repeat center top #000;background-size: contain;
}
.points .point02{
	background: url("../../images/radical/points_bg02_sp.jpg") no-repeat center top #000;background-size: contain;
}
.points .point03{
	background: url("../../images/radical/points_bg03_sp.jpg") no-repeat center top #000;background-size: contain;
}
.points .point04{
	background: url("../../images/radical/points_bg04_sp.jpg") no-repeat center top #000;background-size: contain;
}
.points .point05{
	background: url("../../images/radical/points_bg05_sp.jpg") no-repeat center top #000;background-size: contain;
}
/*----------------------------------------
	radical
-----------------------------------------*/
.radical {
	margin:0 auto;
	padding:0;
	border-top:1px #eee solid;
}

/*----------------------------------------
	radicalここまで
-----------------------------------------*/