
 .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(255,255,255,0.8);
	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;
 }

/* ▼ */


#wrap {
width: 100%;
height: auto;
position: relative;
line-height: 1.5;
background: #1b1b1b;
color: #fff;
}

/*  */

@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


#header {
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background: url(../images/bg_header.jpg);
  background-size: auto 100%;
   background-position:center center;
   background-size: cover;
  margin: 0 auto;
  text-align: center;
  padding: 6vh 0;
}

#header img{
width: 100%;
height: auto;
text-align: center;
margin: 0 auto;
animation-duration: 1s;
animation-name: RightToLeft;
max-width: 1100px;
}

#header .icon_goe {
position: absolute;
bottom: 0px;
left: 0px;
}

/* ////////////////// */

#mail {
background: url(../images/bg_mail.jpg);
width: 100%;
height: auto;
background-repeat: repeat-x;
margin: 0 auto;
padding-top: 10px;
}

#mail .mail_box {
width: 100%;
height: auto;
max-width: 1040px;
margin: 0 auto;
text-align: center;
}

.mail_box img {
width: 100%;
height: auto;
max-width: 325px;
margin: 0 auto;
}


.descriptionMail img {
width: 100%;
height: auto;
max-width: 325px;
margin: 0 auto;
}

#main {
width: 100%;
height: auto;
z-index: 10;
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
position: relative;
margin: 0 auto;
text-align: center;
max-width: 1040px;
padding: 10vh 0;
box-sizing: border-box;
}

#main .description {
position: relative;
padding-bottom: 10vh;
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
}

.description p {
font-size: 20px;
line-height: 1.5;
}

#main .description .form {
display: block;
padding: 15px 20px 15px 20px;
font-size: 22px;
}

.description::before {
  position: absolute;
  content: url(../images/accent_3.jpg);
  left: 10%;
  bottom: 20%;
  z-index: -1;
}

.description::after {
  position: absolute;
  content: url(../images/accent_2.jpg);
  right: 0%;
  top: 5%;
  z-index: -2;
}

#main .descriptionMail {
  background: url(../images/bg_mail.jpg);
  padding: 4px 20px 0px 20px;
  max-width: 370px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
position: relative;
z-index: 1;
border-radius: 30px;
}

#main .descriptionMail a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
  z-index: 2;
}

#main .description .foem p {
padding: 10px;
font-size: 20px;
}

.personality {
position: relative;
width: 100%;
height: auto;
font-size: 18px;
}

.personality img {
width: 100%;
height: auto;
max-width: 380px;
text-align: center;
margin: 0 auto;
padding-bottom: 20px;
}

.personality p {
font-size: 17px;
line-height: 1.5;
text-align: left;
}

.flex_kotaro {
float: left;
width: 45%;
margin: 0 auto;
}

.flex_enya {
float: right;
width: 45%;
margin: 0 auto;
}

a {
transition: 0.3s;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}

.sp {
display: none;
}

.pc {
  display: block;
  }

hr {
border-top: 0px;
}

/*  ============================= */

@media screen and (max-width: 768px) {

  .sp {
  display: block;
  }

  .pc {
  display: none;
  }


	.radiko{
	display: none;
	}

	.radiko_sp {
	display: block;
	width: 100%;
	position: relative;
	}

	.radiko_sp a img {
	 position: relative;
	 width: 100%;
	 height: auto;
	}

#header img {
width: 100%;
height: auto;
margin: 0 auto;
}

#header {
margin-top: -7px;
padding: 0vh 0;
}

#main {
width: 80%;
padding: 6vh 0;
}

#main .description {

}

#main .description p {
font-size: 17px;
}

.description::before {
  left: -15%;
   bottom: 25%;
}

.description::after {
  right: -10%;
  top: 0%;
}

.personality p {
font-size: 15px;
letter-spacing: 0.05em;
}

#main .descriptionMail {
margin-top: 6vh;
}

.flex_kotaro {
float: none;
width: 90%;
margin: 0 auto;
padding-bottom: 3vh;
}

.flex_enya {
float: none;
width: 90%;
margin: 0 auto;
}



}
