@charset "UTF-8";

.hero {
  position: relative;
  height: 100vh;
}

.hero:before,
.hero:after {
  content: '';
  display: block;
  clear: both;
}

.hero__img {
  font-size: 0;
}

.hero-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/hero.jpg) no-repeat 80% 0;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hero-title {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hero-title__main {
  display: inline-block;
  margin-bottom: 1px;
  letter-spacing: 8px;
  font-size: 12.2vw;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0px 0px 10px #fff;
}

.hero-title__txt {
  display: inline-block;
  letter-spacing: 5px;
  font-size: 6.7vw;
  font-weight: 500;
  text-shadow: 0px 0px 10px #fff;
}

.hero-title strong {
  position: absolute;
  top: 0;
  left: 55.2vw;
  display: block;
  margin-top: -16.5vw;
  line-height: 1;
  text-align: center;
}

.hero-title__price {
  display: inline-block;
  font-size: 40vw;
  font-weight: 500;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  text-shadow: 0px 0px 10px #fff;
  -webkit-transform: scale(1, 0.9);
  -ms-transform: scale(1, 0.9);
  transform: scale(1, 0.9);
}

.hero-title__price.m--active {
  -webkit-animation: heroPrice 0.8s cubic-bezier(0.565, 1.65, 0.76, 1.245) 0.3s forwards;
  animation: heroPrice 0.8s cubic-bezier(0.565, 1.65, 0.76, 1.245) 0.3s forwards;
}

.hero-title__yen {
  position: absolute;
  bottom: 5vw;
  width: 100%;
  text-align: left;
  font-size: 6.7vw;
  font-weight: 500;
  text-shadow: 0px 0px 10px #fff;
}

.hero-lead {
  display: block;
  margin-bottom: 2vw;
  font-size: 3.2vw;
  font-weight: 500;
  text-shadow: 0px 0px 10px #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hero-logo {
  width: 36vw;
  margin-bottom: 20px;
  font-size: 0;
}

.hero-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-icn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0;
}

.hero-icn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 180px;
  margin-bottom: 10px;
}

.hero-icn-list__item {
  width: 51px;
  font-size: 0;
}

.hero-icn-txt {
  width: 140px;
  margin: 0 auto;
}

.hero-img-logo {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../images/hero.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .hero-title__main {
    display: block;
    letter-spacing: 12px;
    font-size: 7.9vw;
  }

  .hero-title__txt {
    display: block;
    line-height: 1.6;
    font-size: 4.6vw;
  }

  .hero-title strong {
    top: -7.6vw;
    left: 40.2vw;
    margin-top: 0;
  }

  .hero-title__price {
    font-size: 24.2vw;
  }

  .hero-title__yen {
    bottom: 2.8vw;
    left: 86%;
    text-align: center;
    font-size: 4.6vw;
  }

  .hero-lead {
    margin-bottom: 1vw;
    font-size: 2vw;
  }

  .hero-logo {
    width: 348px;
  }

  .hero-inner {
    position: absolute;
    top: 50%;
    left: 34%;
    width: auto;
    padding: 0;
  }

  .hero-inner.m--left {
    left: 13.5%;
  }

  .hero-inner.m--center {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .hero-inner.m--center .hero-img-logo {
    width: 640px;
  }

  .hero-icn-list {
    width: 330px;
    margin-bottom: 22px;
  }

  .hero-icn-list__item {
    width: 103px;
  }

  .hero-icn-txt {
    width: 216px;
  }

  .hero-img-logo {
    width: 84%;
  }
}

@media screen and (min-width: 768px) and (orientation: portrait) {
  .hero-main {
    background: url(../images/hero.jpg) no-repeat 35% 50%;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media screen and (min-width: 1400px) {
  .hero-title__main {
    letter-spacing: 12px;
    font-size: 6.5vw;
  }

  .hero-title__txt {
    font-size: 3.7vw;
  }

  .hero-title strong {
    top: -4.9vw;
    left: 30.2vw;
  }

  .hero-title__price {
    font-size: 21.4vw;
  }

  .hero-title__yen {
    bottom: 2.2vw;
    font-size: 3.7vw;
  }

  .hero-lead {
    font-size: 1.6vw;
  }

  .hero-logo {
    font-size: 1.6vw;
  }

  .hero-inner {
    left: 44%;
  }

  .hero-inner.m--left {
    left: 13.5%;
  }

  .hero-inner.m--center {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .hero-inner.m--center .hero-img-logo {
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .hero-img-logo {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .hero-main {
    background: url(../images/hero.jpg) no-repeat 20% 42%;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .hero-title {
    width: 60%;
    margin-left: 10%;
  }

  .hero-title__main {
    font-size: 4.5rem;
  }

  .hero-title__txt {
    font-size: 2.45rem;
  }

  .hero-title strong {
    top: 5vw;
    left: 65%;
  }

  .hero-title__price {
    font-size: 16.4rem;
  }

  .hero-title__yen {
    bottom: 4vw;
    font-size: 2.45rem;
  }

  .hero-lead {
    margin-left: 10%;
    font-size: 1.2rem;
  }

  .hero-logo {
    width: 130px;
    margin-bottom: 10px;
    margin-left: 10%;
  }

  .hero-inner {
    top: 43%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hero-img-logo {
    max-width: 360px;
    margin: 0 auto;
  }
}



.hero-light {
	text-align:center;
	background-color: #FFF;
	background: url(../images/hero1_bg.png) no-repeat 50% 0;
}
	.hero-light h1 {
		line-height:0;
	}
		.hero-light h1 img {
			margin:0 auto;
		}

@media screen and (max-width: 1200px) {
	.hero-light img {
		width: 100%;
		height:auto;
	}
}
