@charset "utf-8";
/* CSS Document */
.main {
  background-color: #FFF;
}
.header_logo-SP {
  left: 5px;
}
.top-section {
  display: flex;
  justify-content: center;
}
.section-top {
  margin-top: 50px;
  margin-bottom: 100px;
  margin-left: 20px;
}
.section-top h2 {
  margin-bottom: 30px;
}
.section-top_img {
  max-width: 830px;
  height: auto;
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.box {
  opacity: 0;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media(max-width: 768px) {
  .nav-SP_br {
    display: block;
  }
  .side-menu h1 {
    display: none;
  }
  .side-menu_take-out {
    display: none;
  }
  .top-section {
    display: block;
  }
  .section-top_img {
    width: 92%;
    margin: 0 auto;
  }
  .section-top {
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 0;
  }
  br {
    display: none;
  }
  .section-top_h2-br {
    display: block;
  }
  .nav-SP_br {
    display: block;
  }
}
.section-karaage {
  margin-top: 40px;
  margin-bottom: 100px;
}
.section-karaage_title, .section-mazegohan_title, .section-coffee_title {
  max-width: 300px;
  margin-bottom: 60px;
}
h4 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.section-karaage_img, .section-coffee_img {
  max-width: 534px;
  height: auto;
  margin-right: 100px;
}
.section-karaage_description-1, .section-karaage_description-2, .section-karaage_description-3, .section-mazegohan_description, .section-coffee_description {
  text-align: left;
  line-height: 2.0;
}
.section-karaage_icon {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}
.section-karaage_icon img {
  width: 87px;
}
.section-karaage_wrapper-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row-reverse;
  margin-bottom: 60px;
}
.section-karaage_wrapper-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
.section-karaage_img-2 {
  max-width: 534px;
  height: auto;
  margin-left: 100px;
}
.section-karaage_button-link {
  width: 20px;
  height: 20px;
}
.section-karaage_button {
  margin-top: 40px;
}
.section-karaage_video {
  aspect-ratio: 3.5/2.2;
  object-fit: cover;
  max-width: 534px;
  border-radius: 50px;
  margin-right: 80px;
}
.section-karaage_wrapper-3 {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.section-karaage_how-to-warm-up-PC {
  max-width: 950px;
}
.section-karaage_how-to-warm-up-SP {
  display: none;
}
@media(max-width: 768px) {
  .nav-SP_br, .footer-br {
    display: block;
  }
  h4 {
    font-size: 1.8rem;
  }
  .section-karaage_wrapper-1 {
    display: block;
  }
  .section-karaage_description-1, .section-karaage_description-2, .section-karaage_description-3, .section-mazegohan_description, .section-coffee_description {
    margin: 0 15px 0;
  }
  .section-karaage_icon img {
    width: 74px;
    height: 100%;
  }
  .section-karaage_img, .section-karaage_img-2, .section-mazegohan_img, .section-coffee_img {
    width: 92%;
    margin: 60px auto 0;
  }
  .section-karaage_wrapper-4 {
    display: block;
  }
  .section-karaage_wrapper-3 {
    display: block;
  }
  .section-karaage_video {
    width: 92%;
    margin: 60px 0;
    border-radius: 30px;
  }
  .section-karaage_how-to-warm-up-PC {
    display: none;
  }
  .section-karaage_how-to-warm-up-SP {
    display: block;
    width: 84%;
    margin: 0 auto;
  }
}
.section-mazegohan {
  margin-bottom: 100px;
}
.section-mazegohan_wrapper-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-mazegohan_img {
  max-width: 534px;
  height: auto;
  margin-left: 100px;
}
@media(max-width: 768px) {
  .section-mazegohan_wrapper-1 {
    display: block;
  }
  .section-mazegohan_img {
    width: 92%;
    margin-left: 0;
  }
}
.section-coffee {
  margin-bottom: 150px;
}
.section-coffee_wrapper-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row-reverse;
}
@media(max-width: 768px) {
  .section-coffee_wrapper-1 {
    display: block;
  }
}