.fv {
    background-image: url(/hakajimai/dresscode/images/bg_fv.png);
    max-height: 280px;
    min-height: 280px;
}
.pop_contents p{
  line-height: 1.3;
}
.pop_contents h3.dresscode{
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    background-image: none;
    border-radius: 0;
    border-bottom: 2px solid #7bae00;
    line-height: 1.2em;
    margin-bottom: 10px;
    padding: 8px 5px 0 5px;
    font-size: 1.6em;
}
.pop_contents .otoku_info{
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
.unit_box .otoku_info span{
  font-size: 1.2em;
  font-weight: bold;
}
.unit_box ul{
  list-style-type: circle;
  margin: 10px 0 0 20px;
}
.unit_box li{
  margin-bottom: 5px;
}
.unit_box li span{
  font-size: 110%;
  font-weight: bold;
}
#top_fv {
    background-image: url(/hakajimai/dresscode/images/top_fv_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 320px;
    background-color: #ffffff;
}
.fv_con_box {
    text-align: center;
    margin: .5em auto;
}
.table-of-contents_manner {
    background-image: url(/hakajimai/dresscode/images/hakajimai.jpg);
}
.flex_box.doga{
display: flex;
justify-content: center;
}
.flex_box.doga .col_2{
width: 50%;
}
.btn_m,
a.btn_m,
button.btn_m {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width: 100%;
}

a.btn-flat5, a.btn-flat6 {
  overflow: hidden;

  padding: 1.5rem 0;

  color: #fff;
  border-radius: 0;
  background: #000;
  text-align: center;
}

a.btn-flat5 span, a.btn-flat6 span {
  position: relative;
}

a.btn-flat5:before, a.btn-flat6:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 525%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #00b7ee;
}
a.btn-flat6:before {
  background: #eb6877;
}
a.btn-flat5:hover:before, a.btn-flat6:hover:before{
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.youtube_box h2{
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	background-color: #76ae02;
	color: #fff;
	padding-top: .2em;
}
@media screen and (max-width: 768px){
.pop_contents h2{
  font-size: 1.5rem;
  }
  .pop_contents p{
  line-height: 1.6;
  }
  .unit_box p{
  line-height: 1.2;
  }
  .unit_box p a{
  font-size: 100%;
  }
  .pop_contents h3.dresscode{
  font-size: 1.3rem;
  }
  .pop_contents .box_9999 p.pickup.b_txt{
  padding-bottom: 0;
  }
  .pop_contents .box_9999 ul{
  margin-bottom: 10px;
  }
  .pop_contents .otoku_info{
  font-size: 1.1rem;
  }
  .table-of-contents_manner {
    background-image: none;
  }
.flex_box.doga .col_2{
width: 100%;
}
}
