.menu-logo {
  width: 80px;
  margin: 80px auto; }

.contents__top-wrapper {
  position: absolute;
  width: 100%;
  height: 50vh;
  top: 0;
  right: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .contents__top-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 1440px;
      width: 50%;
      position: fixed;
      right: 0px;
      height: 100vh; } }

.about-title {
  z-index: 99;
  display: block;
  position: absolute;
  top: 10vh;
  color: #fff;
  text-align: center;
  transform: translateY(15vh);
  width: 100%; }
  @media (min-width: 768px) {
    .about-title {
      position: relative;
      display: block;
      margin: 0 auto;
      width: 100%;
      height: 40vh;
      color: #333; } }

.contents-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50vh;
  background: rgba(100, 100, 100, 0.5);
  z-index: 99; }
  @media (min-width: 768px) {
    .contents-overlay {
      display: none; } }

.swiper-container .swiper-wrapper {
  height: 50vh; }
  @media (min-width: 768px) {
    .swiper-container .swiper-wrapper {
      height: 100vh; } }
  .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: 50% 50%; }
    @media (min-width: 768px) {
      .swiper-container .swiper-wrapper .swiper-slide img {
        height: 100vh; } }

.about__title-english {
  font-size: 2.6rem;
  letter-spacing: 1.6rem; }

.about__title-japanese {
  font-size: 1.4rem; }

.about-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.3);
  z-index: 99; }

.about__main-picture {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: 50% 50%;
  vertical-align: top; }

.main {
  padding-top: 50vh; }
  @media (min-width: 768px) {
    .main {
      padding-top: 0;
      width: 50%;
      display: block; } }

.pankuzu {
  margin: 24px 0 0 24px;
  top: 55vh; }
  @media (min-width: 768px) {
    .pankuzu {
      position: relative;
      top: 30px; } }

.about__first-h2 {
  font-size: 2rem;
  text-align: right;
  width: 280px;
  margin-top: 120px;
  border-bottom: solid 1px #333; }
  @media (min-width: 768px) {
    .about__first-h2 {
      font-size: 3.2rem;
      text-align: center;
      border: none;
      margin: 120px auto 0;
      text-align: center;
      width: 100%; } }

.about__first-description {
  margin-top: 45px;
  margin-right: 24px;
  margin-left: 25%;
  line-height: 3.0rem; }
  @media (min-width: 768px) {
    .about__first-description {
      margin: 80px auto 0;
      display: block;
      width: 70%; } }

.about__first-picture {
  width: 75%;
  margin: 80px 0 0 auto; }

.about__section-quality {
  position: absolute; }
  .about__section-quality::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #f7f7f7;
    width: 80%;
    height: 800px;
    z-index: -999;
    top: 80px;
    right: 0px;
    margin: 0 0 0 auto; }
    @media (min-width: 768px) {
      .about__section-quality::before {
        top: -40px;
        height: 600px; } }

.about__second-picture {
  margin-top: 45px;
  width: 35%; }
  @media (min-width: 768px) {
    .about__second-picture {
      display: none; } }

.about__second-h2 {
  font-size: 2rem;
  text-align: right;
  margin-top: 80px;
  border-bottom: solid 1px #333;
  width: 320px; }
  @media (min-width: 768px) {
    .about__second-h2 {
      border: none;
      margin-left: 80px;
      text-align: left; } }

.about__second-description {
  margin-top: 45px;
  margin-right: 24px;
  margin-left: 25%;
  line-height: 3.0rem;
  z-index: 999; }
  @media (min-width: 768px) {
    .about__second-description {
      margin-left: 80px;
      width: 35vw;
      max-width: 750px; } }

.about__section-last {
  margin-top: 1000px; }
  @media (min-width: 768px) {
    .about__section-last {
      margin-top: 800px; } }

.about__third-picture {
  margin-top: 45px;
  width: 60vw;
  height: auto;
  object-position: 100% 100%; }
  @media (min-width: 768px) {
    .about__third-picture {
      width: 25vw;
      max-width: 460px; } }

.about__third-h2 {
  font-size: 2rem;
  margin: 80px auto 0;
  text-align: center;
  border-bottom: solid 1px #333;
  width: 280px; }
  @media (min-width: 768px) {
    .about__third-h2 {
      border: none;
      margin-top: 0; } }

.about__third-description {
  margin: 45px auto 0;
  width: 75vw;
  line-height: 3.0rem;
  max-width: 460px; }
  @media (min-width: 768px) {
    .about__third-description {
      width: 35vw;
      max-width: 780px; } }

.about__last-picture {
  margin-top: 80px; }
  @media (min-width: 768px) {
    .about__last-picture {
      width: 100%;
      height: 30vw;
      object-fit: cover; } }
