
#header {
	width: 100%;
	height: auto;
	margin: 0px;
	position: relative;
	background: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	font-family: kan412typos-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.effect {
	width: 100%;
	height: auto;
	max-width: 1250px;
	    background: url(../images/header_effect.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    margin: 0 auto;
	}

.header_top {
	width: 100%;
	height: auto;
	max-width: 1000px;
	padding-top: 2em;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}

.header_logo img {
	width: 100%;
	max-width: 850px;
	height: auto;
	text-align: center;
}

.header_sub {
	position: absolute;
	right: -5%;
	top: 5%;
	display: block;
}

.header_sub img {
width: 220px;
height: auto;
}

.header_bottom {
 background-color:rgba(255,255,255,0.3);
}

.bottom_deco {
width: 100%;
height: auto;
max-width: 1000px;
padding: 1em 0 1.5em 0;
margin: 0 auto;
}

.bottom_deco::before{
	content: '';
	background-image: url(../images/line_top.png);
	width: 100%;
	height: 60px;
	background-size: auto;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}

.bottom_deco::after{
	content: '';
	background-image: url(../images/line_under.png);
	width: 100%;
	height: 60px;
	background-size: auto;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}

.bottom_box {
	display: inline-block;
	width: 35%;
	color: #1D2088;
	margin-top: 1em;
}

.right_border {
border-right: 2px solid #1D2088;
}

.bottom_box h3 {
font-size: 30px;
letter-spacing: 0.1em;
margin-bottom: 0.5em;
font-family: kan415typos-std, sans-serif;
font-weight: 400;
font-style: normal;
}

.bottom_box p {
	font-size: 18px;
	line-height: 1.5;
}

 .clearfix {
   display: block;
   padding: 0;
 }

 .clearfix::after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }

 .radiko {
	 font-size: 12px;
	height: 35px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-color: rgba(189,232,248,0.6);
	background-repeat: no-repeat;
	padding-left: 70px;
	background-position: left;
	line-height: 2;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	display: block;
 }

.radiko a::before {
	content: "";
	background-image: url(../images/radiko.jpg);
	background-size: contain;
	display: inline-block;
	width: 60px;
	height: 24px;
	margin-right: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

 .radiko_sp {
 display: none;
 }

/*  description*/

#main {
width: 100%;
height: auto;
position: relative;
background: url(../images/bg.jpg);
background-repeat: repeat;
border-top: 10px solid #00a8c2;
font-family: source-han-sans-japanese, sans-serif;
font-weight: 500,900;
font-style: normal;
color: #585858;
}

#element_box {
width: 100%;
height: auto;
max-width: 1000px;
margin: 0 auto;
padding-top: 4em;
}

.box_left {
	float: left;
	width: 49%;
	height: auto;
	position: relative;
	box-sizing: border-box;
}

.box_right {
	float: right;
	width: 49%;
	height: auto;
	position: relative;
	box-sizing: border-box;
}

.element {
	letter-spacing: 0.01em;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	position: relative;
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.element p {
padding: 1em 0 2em 0;
}

.element_white {
	background-color: #fff;
	border-radius: 29px;
	height: auto;
	text-align: center;
}

.green_line{
	background: linear-gradient(160deg,#11e3a5,#8ee165);
	border-radius: 32px;
	padding: 3px;
}

.purple_line{
background: linear-gradient(160deg,#8606e2,#dd68d4);
	border-radius: 32px;
	padding: 3px;
	margin-top: 4em;
}

.blue_line{
	background: linear-gradient(160deg,#5467e1,#09c0e2);
	border-radius: 32px;
	padding: 3px;
	margin-top: 3.5em;
}

.pink_line{
background: -webkit-linear-gradient(70deg, #ed709c, #ec8a6d);
background: -o-linear-gradient(70deg, #ed709c, #ec8a6d);
background: linear-gradient(160deg, #ed709c, #ec8a6d);
	border-radius: 32px;
	padding: 3px;
}

.circle img {
margin-top: -50px;
}

.picture {
	display: inline-block;
	margin: 0.5em 0.5em 0 0.5em;
}

.picture p {
padding: 0 0 0 0;
}

.pink_line p{
padding-top: 0;
padding-bottom: 1em;
}

.pink_line h3 {
padding-top: 1em;
}

.pink_line .element_white {
padding-bottom: 9.4em;
}

/* application */

.application {
    background-color: rgba(189,232,248,0.6);
padding: 3em 0;
margin: 2em 0;
}

.application_box {
width: 100%;
height: auto;
max-width: 1000px;
box-sizing: border-box;
position: relative;
margin: 0 auto;
text-align: center;
font-family: kan412typos-std, sans-serif;
font-weight: 400;
font-style: normal;
}

.application p {
font-size: 22px;
color: #1d2088;
font-weight: bold;
line-height: 1.5;
}

.form_button {
	width: 50%;
	margin: 0 auto;
	margin-top: 2em;
	position: relative;
	box-sizing: border-box;
}

.form_button .form{
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
	margin: 0.7em 0;
    padding: 0.3em 0 0.7em 0;
	box-sizing: border-box;
	background: linear-gradient(160deg, #ed709c, #ec8a6d);
 background-image: -webkit-linear-gradient(70deg, #ed709c, #EC8A6D);
 background-image: -o-linear-gradient(70deg, #ed709c, #EC8A6D);
 background-image: linear-gradient(160deg, #ed709c, #EC8A6D);
	color: #fff;
	text-align: center;
	box-shadow: 0px 6px 6px -2px #00000045;
	line-height: 2;
	letter-spacing: 0.1em;
	font-family: kan415typos-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.form_button .form::before{
	border: 2px solid #fff;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 5px;
	z-index: -1;
}

.form_button .form a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}

.note {
	width: 100%;
	height: auto;
	max-width: 1000px;
	position: relative;
	box-sizing: border-box;
	padding: 2em 3em 3em 3.5em;
	background: #fff;
	color: #585858;
	font-size: 17px;
	margin: 0 auto;
	border: solid 4px #dcdcdc;
}

.note h3 {
	font-size: 25px;
	color: #1d2088;
	margin: 0.5em 0 1.2em 0;
	text-align: center;
	font-family: kan415typos-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.note ul {
}

.note ul li {
	letter-spacing: 0.1em;
	line-height: 2;
}

.note ul li::before {
	content: "※";
	display: inline-block;
	margin-left: -20px;
}

.link {
width: 100%;
height: auto;
margin: 0 auto;
padding: 2em 0 1em 0;
max-width: 300px;
    box-sizing: border-box;
    filter: drop-shadow(0px 3px 4px #ccc);
}

.link img{
width: 100%;
height: auto;
}

.live {
width: 40%;
max-width: 1000px;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 40px;
}

.live p {
font-size: 30px;
color: #1877ad;
font-family: kan415typos-std, sans-serif;
text-align: center;
margin: 0 auto;
padding-bottom: 10px;
line-height: 1.5;
letter-spacing: 0.3px;
}

.live_box {
	position: relative;
	  width: 100%;
	  padding-top: 56.25%;
}

.live iframe {
	position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
box-shadow: 9px 10px 10px -3px #b6b6b6;
}

.red {
color: red;
}

.small {
font-size: 17px;
font-weight: normal;
}

.sp {
display: none;
}

.pc {
display: block;
}

/*  ============================= */

@media screen and (max-width: 768px) {

  .sp {
  display: block;
  }

  .pc {
  display: none;
  }

	#wrap {
	margin-bottom: 0;
	}

	.radiko{
	display: none;
	}

	.radiko_sp {
	display: block;
	width: 100%;
	position: relative;
	}

	.radiko_sp a img {
	  position: relative;
	      width: 100%;
	      height: auto;
	}

#header {
	margin-top: -3px;
}

.header_top {
	padding-top: 0.5em;
}

.header_sub {
display: none;
}

.bottom_box {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.right_border{
	border-right: 0px;
	border-bottom: 2px solid #1D2088;
	margin-bottom: 1em;
}

.sub {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: -0.5em;
	margin-bottom: 0.5em;
}

.sub p {
	font-size: 35px;
	color: #fff;
	text-shadow: 0px 0px 10px #40b0ff;
	line-height: 2;

}

.sub .sp_mini {
font-size: 14px;
}

/*  main*/

.box_left {
float: none;
width: 90%;
height: auto;
margin: 0 auto;
}

.box_right {
float: none;
width: 90%;
height: auto;
margin: 0 auto;
}

.element {
font-size: 14px;
}

.element p {
    padding: 0.5em 0 1em 0;
}

.element_white {
	padding: 1em;
	box-sizing: border-box;
}

.pink_line {
margin-top: 4em;
}

.pink_line h3 {
padding-top: 1.5em;
}

.pink_line .element_white {
padding-bottom: 0em;
}

.map_box {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.map_box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.application_box {
width: 90%;
height: auto;
}

.application p {
font-size: 16px
}

.form_button {
width: 90%;
height: auto;
}

.form_button .form {
	    font-size: 22px;
	    letter-spacing: 0;
}

.note {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 2em 1em 5em 2.5em;
	font-size: 14px;
}

.note ul li {
	letter-spacing: 0em;
	line-height: 2;
}

.small {
font-size: 12px;
}

.live {
width: 90%;
height: auto;
margin-top: 20px;
margin-bottom: 0px;
}

.live p {
font-size: 20px;
}

}

/*  ============================= */

@media screen and (max-width: 376px) {

.circle img {
width: 25%;
height: auto;
}



}
