﻿@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
	color: #fff;
	font-size:16px;
	font-family: "Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.6;
	background: -moz-radial-gradient(#43404c, #342f38 40%, #1b141b);
  background: -webkit-radial-gradient(#43404c, #342f38 40%, #1b141b);
  background: radial-gradient(#43404c, #342f38 40%, #1b141b);
}

a {
	word-break: break-all;
	color: #c20331;
	text-decoration: underline;
	transition: 0.8s;
	-webkit?transition: 0.8s;
}

a:hover {
	color: #FFF;
	text-decoration:none;
}

div.cloud {
	/*background: url(../images/bg_mhh_sp.png) 50% 50% no-repeat;
	background-attachment:fixed;
	background-size: cover;*/
}

div.cloud::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/bg_mhh_sp.png) left/cover no-repeat; 
  -webkit-background-size:cover;
}

/*  各article・section  */
article {
	margin-left: auto;
	margin-right: auto;
}

article section {
	margin: 6px;
}

article section h2 {
	margin: 15px 0 20px;
	text-align: center;
	font-size: 22px;
	color: #dd2525;
	line-height: 1.2;
}

article section h2 span {
	font-size: 13px;
	color: #444444;
	display: block;
	letter-spacing: 0;
}

article section#notes h6 {
	margin: 25px 0 5px;
	font-size: 20px;
	border-left: 6px #444444 solid;
	padding-left: 5px;
}

article section#notes p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.8;
	padding: 3px 0;
}

/*  recruitment  */
h3.recruit {
    color: #dc1545;
    font-size: 40px;
    text-align: center;
	margin: 100px 0 20px;
	text-shadow: 4px 4px 0px #12142f,
               6px 6px 0px rgba(220, 21, 69, .7);
}

/* 新規css */
.text_sh {
	text-shadow: 2.5px 2.5px 0.0em rgba(0,0,0,1);
    -moz-text-shadow:2.5px 2.5px 0.0em rgba(0,0,0,1);
    -webkit-text-shadow:2.5px 2.5px 0.0em rgba(0,0,0,1);
}

.font_mhh {
	font-family: 'Nosifer', cursive;
}

.fluffy {
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateX(0) }
  5% { transform:translateX(0) }
  10% { transform:translateX(0) }
  20% { transform:translateX(-15px) }
  25% { transform:translateX(0) }
  30% { transform:translateX(-15px) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
}

.mhh ul.snsBtn {
    width: 295px;
    margin: 10px auto 0;
}

.mhh #hesns {
    margin: 10px auto 0;
}
.mhh header {
	margin-top: 0;
}

.mhh header img {
	width: 100%;
	padding: 0;
	margin-top: -26px;
}

.mhh header h2 {
	background-color: #c20331;
color: #fff;
text-align: center;
font-size: 24px;
font-weight: bold;
padding: 3% 0 3%;
text-shadow: 2.5px 2.5px 0.0em rgba(0,0,0,1);
line-height: 1.3;
}

.mhh header h2 a {
	color: #fff;
	text-decoration: none;
}

.mhh nav.page_navi ul {
	display: flex;
	justify-content:center;
	flex-wrap:wrap;
	margin: 60px 0 30px;
}

.mhh nav.page_navi ul li {
	margin: 0 15px 15px;
}

.mhh nav.page_navi ul li a {
	text-decoration: none;
}

.mhh .ohsns li {
    padding: 0 10px;
    float: left;
}

.btn,
a.btn,
button.btn {
  font-size: 1.8rem;
  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: #fff;
  border-radius: 0.5rem;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

a.btn-border-shadow--color {
  border-radius: 0;
  background: #4401f6;
}

a.btn-border-shadow--color:before {
  border-radius: 0;
}

.mhh div.work {
    width: 80%;
	margin: 0 auto;
}

.mhh .youthum {
    width: 100%;
}

div.mv {
	width: 94%;
	margin: 0 auto 35px;
}
.synopsis {
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 30px 0;
}

div.product .prefix {
	display: inline-block;
	width: 9.5em;
}

div.product p {
	font-size: 0.9em;
	margin-bottom: 10px;
}

div.chara {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 2px #ccc dashed;
}

div.chara_img {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

div.chara_text {
	padding-top: 15px;
}
	
div.chara_text h5 {
	font-size: 17px;
	margin-bottom: 15px;
}

div.chara_text h4 {
	font-size: 24px;
	margin-bottom: 25px;
	line-height: 1.2;
}
	
div.chara_text h4 span.sub {
	font-size: 17px;
}
	
div.chara_text h4 span.name {
	font-size: 16px;
}

div.cdjk {
	width: 94%;
	margin: 0 auto 20px;
}

.ban_area ul {
	display: flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-top: 60px;
}

.ban_area ul li{
	width: 47%;
	margin: 0 2% 2% 0;
}

.ban_area a:hover {
	opacity: 0.6;
}

.ban_area ul li:nth-child(even) {
	margin-right: 0;
}

#sale .sale_le {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
  font-style: italic;
  letter-spacing: .1em;
  color: #fff;
  text-shadow: -3px 2px 0 #c10000;
	margin-bottom: 25px;
}

#sale .sale_btn {
	display: flex;
	justify-content: center;
flex-wrap: wrap;
}

#sale .sale_ate {
	margin-top: 25px;
	font-size: 90%;
}

#sale .btn-push {
  display: inline-block;
	margin: 0 10px 15px;
/*max-width: 180px;*/
text-align: left;
background-color: #c20331;
font-size: 24px;
color: #FFF;
text-decoration: none;
font-weight: bold;
padding: 14px 30px;
border-radius: 42px;
border-bottom: 4px solid #7e0000;
	letter-spacing: 2px;
}

#sale .btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}
.topBtn {
  position:fixed;
  bottom:20px;
  right:20px; 
  display:block; 
  background-color:rgba(0,0,0,0.7); 
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
}
.topBtn:before {
  content:'\02227';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.topBtn:hover {
  opacity:0.7;
}

footer.mhhfo {
    margin-top: 0px;
}

/* PCのみ */
@media only screen and (min-width: 899px) {
div.cloud::before {
  background:url(../images/bg_mhh.png) center/cover no-repeat;
}

/*  各article・section  */
article section h2 {
	font-size: 35px;
}
	
div.conwrap {
	width: 840px;
	margin: 0 auto;
}

/*  新規css  */
.mhh header img {
	padding: 0;
	width: 100%;
	    margin-top: -28px;
}
	
.mhh header h2 {
font-size: 47px;
padding: 2% 0 2%;
}
	
.mhh nav.page_navi ul li {
	margin: 0 20px 20px;
}
	
.mhh div.work {
    width: 60%;
	margin: 0 auto;
}
	
.btn,
a.btn,
button.btn {
  font-size: 2.3rem;
}
	
div.mv {
	width: 650px;
}

.synopsis {
	font-size: 20px;
}
	
div.chara_img {
	width: 250px;
	float: left;
	margin-right: 30px;
}

div.chara_text {
	width: 560px;
	float: right;
	padding-top: 35px;
}
	
div.chara_text h5 {
	font-size: 19px;
}

div.chara_text h4 {
	font-size: 28px;
}
	
	
div.chara_text h4 span.name {
	font-size: 17px;
}
	
div.product {
  width: 510px;
  margin: 0 auto;
}
	
div.product p {
	margin-bottom: 1em;
	font-size: 1em;
}
	
div.product .prefix {
	width: 11em;
}
	
div.cdjk {
	width: 550px;
	margin: 0 auto;
}
	
.ban_area ul {
	margin-top: 100px;
}

.ban_area ul li{
	width: 32%;
}
	
.ban_area ul li:nth-child(even) {
	margin-right: 2%;
}
	
.ban_area ul li:nth-child(3), 
	.ban_area ul li:nth-child(6) {
		margin-right: 0;
	}
	
#sale .sale_le {
	font-size: 3.4rem;

}

}
