.toppage h2 span {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 4px;
  font-style: italic;
}

#mainvisual {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.sp #mainvisual {
  position: relative;
  height: auto;
  margin-top: 50px;
  padding-top: 56.25%;
}
#mainvisual .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
#mainvisual .slide li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: none no-repeat center center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1000ms 1000ms, visibility 0ms 2000ms, -webkit-transform 0ms 2500ms;
  transition: opacity 1000ms 1000ms, visibility 0ms 2000ms, transform 0ms 2500ms;
}
#mainvisual .slide li.show {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 2500ms, visibility 0ms 0ms, -webkit-transform linear 8500ms;
  transition: opacity 2500ms, visibility 0ms 0ms, transform linear 8500ms;
}
#mainvisual .slide li.current {
  z-index: 11;
}
#mainvisual .slide li img {
  display: none;
}

#scroll {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -25px;
  z-index: 30;
  -webkit-transition: 400ms;
  transition: 400ms;
  pointer-events: none;
}
.sp #scroll {
  display: none;
}
#scroll.hide {
  opacity: 0;
}

#catch {
  position: relative;
  height: 100vh;
  z-index: 25;
}
.sp #catch {
  position: absolute;
  height: auto;
  top: 50px;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}
#catch img {
  position: absolute;
  top: 45%;
  left: 50%;
  max-width: 567px;
  width: 75%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.variation #catch img {
  top: 55%;
}

#anime {
  position: relative;
  margin-top: -350px;
  height: 350px;
  z-index: 20;
}
.sp #anime {
  margin-top: -300px;
}
#anime .bg:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  background: #f6f6f6;
  z-index: 19;
}
.sp #anime .bg:before {
  height: 50px;
}
#anime .bg li:nth-child(1) {
  position: absolute;
  bottom: 100px;
  width: 100%;
  height: 99px;
  background: url(../../images/anime1.png) repeat-x 0px bottom;
  z-index: 18;
}
.sp #anime .bg li:nth-child(1) {
  bottom: 49px;
  background-size: auto 25%;
}
#anime .bg li:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 100px;
  background: url(../../images/anime2.png) repeat-x 0px bottom;
  z-index: 17;
}
.sp #anime .bg li:nth-child(2) {
  bottom: 50px;
  background-size: auto 25%;
}
#anime .bg li:nth-child(3) {
  position: absolute;
  width: 100%;
  height: 249px;
  bottom: 100px;
  background: url(../../images/anime3.png) repeat-x 0px bottom;
  z-index: 16;
}
.sp #anime .bg li:nth-child(3) {
  bottom: 50px;
  background-size: auto 25%;
}
#anime #peoples {
  position: absolute;
  width: 1180px;
  height: 360px;
  left: 50%;
  margin-left: -590px;
  bottom: 0px;
}
.sp #anime #peoples {
  bottom: -50px;
}
#anime .people01 {
  position: absolute;
  bottom: 18px;
  right: 0%;
  z-index: 20;
  opacity: 0;
  -webkit-transition: opacity 2000ms;
  transition: opacity 2000ms;
}
#anime .people01.show {
  opacity: 1;
  right: 100%;
}
#anime .people01.hide {
  opacity: 0;
}
#anime .people02 {
  position: absolute;
  bottom: 30px;
  left: 0%;
  z-index: 20;
  opacity: 0;
  -webkit-transition: opacity 2000ms;
  transition: opacity 2000ms;
}
#anime .people02.show {
  opacity: 1;
  left: 100%;
}
#anime .people02.hide {
  opacity: 0;
}
#anime .people03 {
  position: absolute;
  bottom: 28px;
  right: 0%;
  z-index: 20;
  opacity: 0;
  -webkit-transition: opacity 2000ms;
  transition: opacity 2000ms;
}
#anime .people03.show {
  opacity: 1;
  right: 100%;
}
#anime .people03.hide {
  opacity: 0;
}
#anime .people04 {
  position: absolute;
  bottom: 31px;
  right: 0%;
  z-index: 20;
  opacity: 0;
  -webkit-transition: opacity 2000ms;
  transition: opacity 2000ms;
}
#anime .people04.show {
  opacity: 1;
  right: 100%;
}
#anime .people04.hide {
  opacity: 0;
}
#anime .people05 {
  position: absolute;
  bottom: 22px;
  left: 0%;
  z-index: 20;
  opacity: 0;
  -webkit-transition: opacity 2000ms;
  transition: opacity 2000ms;
}
#anime .people05.show {
  opacity: 1;
  left: 100%;
}
#anime .people05.hide {
  opacity: 0;
}

.toppage h2 {
  margin: 0px 0px 40px;
  padding: 0px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28.6px;
  line-height: 1.7875rem;
  font-weight: 700;
  text-align: center;
}
.toppage h2 span {
  display: block;
  margin-bottom: 15px;
  font-size: 48px;
  font-size: 3rem;
  line-height: 62.4px;
  line-height: 3.9rem;
  font-weight: 400;
}

#pickup {
  position: relative;
  background: #f6f6f6;
  z-index: 20;
}
#pickup > div {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 20px 20px 80px;
}
.sp #pickup > div {
  padding: 10px 10px 40px;
}

#topbusiness {
  position: relative;
  z-index: 20;
  background: rgba(0, 0, 0, 0.6);
}
.sp #topbusiness {
  background: rgba(0, 0, 0, 0.85);
}
#topbusiness > div {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 45px 20px 80px;
}
.sp #topbusiness > div {
  padding: 22.5px 10px 40px;
}
#topbusiness > div h2 {
  color: #ffffff;
}
#topbusiness > div h3 {
  margin: 50px 0px 40px;
  padding: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.sp #topbusiness > div h3 {
  margin: 40px 0px 20px;
}

#topcontentsnemu {
  position: relative;
  z-index: 5;
}
#topcontentsnemu.fixed > div {
  position: fixed;
  bottom: 0px;
}
.sp #topcontentsnemu.fixed > div {
  position: static;
}
#topcontentsnemu ul {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  z-index: 10;
  background: #f1d9d0;
}
.sp #topcontentsnemu ul {
  display: block;
}
#topcontentsnemu li {
  position: relative;
  display: table-cell;
}
.sp #topcontentsnemu li {
  position: relative;
  display: block;
  height: 80px;
}
#topcontentsnemu li + li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 80%;
  left: 0px;
  top: 10%;
  background: #ffffff;
}
.sp #topcontentsnemu li + li:before {
  width: 80%;
  height: 1px;
  top: 0px;
  left: 10%;
}
#topcontentsnemu a {
  position: relative;
  display: block;
  height: 25vw;
  max-height: 400px;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
#topcontentsnemu a:hover {
  opacity: 0.7;
}
.sp #topcontentsnemu a {
  height: 80px;
}
#topcontentsnemu a > span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sp #topcontentsnemu a > span {
  height: 80px;
  padding: 0px;
}
#topcontentsnemu a .text {
  display: block;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 33.8px;
  line-height: 2.1125rem;
  font-weight: bold;
  color: #787878;
}
.sp #topcontentsnemu a .text {
  position: absolute;
  bottom: 50%;
  left: 120px;
  width: calc(100% - 120px);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
  text-align: left;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
#topcontentsnemu a .icon + .text {
  margin-top: 30px;
}
.sp #topcontentsnemu a .icon + .text {
  margin-top: 0px;
}
#topcontentsnemu a .icon {
  display: block;
}
.sp #topcontentsnemu a .icon {
  position: absolute;
  width: 120px;
  left: 0px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: 0ms;
  transition: 0ms;
}

#toponlineshop {
  position: relative;
  background: url(../../images/toponlineshop.jpg) no-repeat center center;
  background-size: cover;
  z-index: 20;
}
#toponlineshop > div {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 45px 20px 110px;
}
.sp #toponlineshop > div {
  padding: 22.5px 10px 55px;
}
#toponlineshop ul {
  margin-left: -20px;
  margin-right: -5px;
}
#toponlineshop ul:after {
  content: "";
  display: block;
  clear: both;
}
.sp #toponlineshop ul {
  margin-top: -25px;
}
#toponlineshop ul li {
  float: left;
  width: calc((100% - 45px) / 2);
  margin-left: 20px;
}
.sp #toponlineshop ul li {
  width: calc((100% - 25px) / 1);
  margin-top: 25px;
}
#toponlineshop ul li img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.3);
}
#toponlineshop a {
  display: block;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
#toponlineshop a:hover {
  opacity: 0.7;
}
#toponlineshop a span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 19.8px;
  line-height: 1.2375rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
}

.popup {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
.sp .popup {
  -webkit-transition: opacity 0ms, -webkit-transform 0ms;
  transition: opacity 0ms, transform 0ms;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.popup.view {
  -webkit-transition: opacity 600ms, -webkit-transform 1200ms;
  transition: opacity 600ms, transform 1200ms;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
