
 .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;
  z-index: 10;
  position: relative;
 }

.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: #000;
color: #fff;
}

#wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/bg.jpg) center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

/*  */

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


#header {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 2vh 0;
}

#header img{
width: 100%;
height: auto;
margin: 0 auto;
max-width: 650px;
position: relative;
z-index: 10;
}

#header .pic_a {
width: 100%;
height: auto;
margin: 0 auto;
max-width: 1040px;
position: relative;
}

#header .pic_a::after {
  position: absolute;
  content: url(../images/title_after.png);
  right: 5%;
  top: 0%;
  z-index: 0;
display: block;
}

#header picture img{
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  max-width: 1036px;
  padding-bottom: 1vh;
    display: block;
}



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

#main_wrap {
width: 100%;
height: auto;
position: relative;
}

#main {
width: 100%;
height: auto;
z-index: 1;
font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 700;
font-style: normal;
position: relative;
margin: 0 auto;
text-align: center;
max-width: 1100px;
box-sizing: border-box;
background: #e26737;
margin-top: -10vh;
margin-bottom: 10vh;
}

#main p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10vh;
}

.photo {
width: 100%;
height: auto;
margin: 0 auto;
text-align: center;
}

.photo img {
width: 100%;
height: auto;
max-width: 1100px;
margin-top: -6vh;
}


#main .description {
  position: relative;
}

#main .description p {
      font-size: 20px;
      line-height: 1.7;
      font-family: heisei-kaku-gothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      padding-top: 15vh;
}

#main h3 {
margin-bottom: 1em;
font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 900;
background: #fef7ea;
display: inline-block;
color: #032355;
padding: 0.2em 1em 0 1em;
}

.left_item {
  width: 50%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  float: left;
}

.left_item h3 {
  font-size: 20px;
}

.right_item {
  width: 50%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  float: right;
}

.right_item h3 {
  font-size: 20px;
}

.center_item {
  background: #032355;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
}

.center_item h3 {
    font-size: 30px;
  margin-top: -10vh;
}

.center_item p{
text-align: center;
display: block;
}

.center_item a {
color: #E26737;
}

.center_item .mail {
  position: relative;
  display: inline-block;
  width: 40%;
  height: auto;
  margin: 0 auto;
  background: #e26737;
  padding: 0.5em 0;
  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s;
}

.center_item .mail::after{
  content: "";
  width: 2em;
  height: .4em;
  display: block;
  border-right: 2px solid;
  border-bottom: 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

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

.center_item .mail:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px);
}

.note {
  display: inline-block;
  background: #e1e1e1;
  box-sizing: border-box;
  padding: 0.5em;
  margin-top: 0em;
    color: #e26737;
}

a {
transition: 0.3s;
}

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

.sp {
display: none;
}

.pc {
  display: block;
  }

.big {
font-size: 35px;
}

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;
      margin-top: 1vh;
}

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

.photo img {
    margin-top: 0vh;
}

#main {
  width: 90%;
 padding: 0vh 0;
    margin-top: 0vh;
    margin-bottom: 3vh;
}

#main::before {
    position: absolute;
    content: "";
    left: 0%;
    top: 27%;
    z-index: 0;
}

#main::after {
    position: absolute;
    content: "";
    right: 0%;
    top: 48%;
    z-index: 0;
    transform: rotateY(180deg);
}

.description {
width: 90%;
height: auto;
margin: 0 auto;
}

#main .description p {
font-size: 15px;
padding-top: 3vh;
}

#main p {
    font-size: 15px;
    margin-bottom: 5vh;
}

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

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

.center_item {
width: 100%;
height: auto;
margin: 0 auto;
padding-top: 5vh;
}

.center_item h3 {
width: 90%;
font-size: 20px;
}

.center_item p {
width: 90%;
margin: 0 auto;
}

.center_item .mail {
  position: relative;
  display: inline-block;
  width: 90%;
}

#main_wrap::before {
    position: absolute;
    content: url(../images/accent_left.jpg);
    left: -1%;
    top: auto;
    bottom: -10%;
    z-index: 0;
}

#header .pic_a::after{
display: none;
}

}
