.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; }

.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;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translateY(15vh); }
  @media (min-width: 768px) {
    .about-title {
      display: block;
      position: relative;
      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; }

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

.products__first-description {
  position: relative; }

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

.products__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background-color: #333;
  margin: 80px auto 0;
  animation: pathmove 1.6s ease-in-out 3s infinite;
  opacity: 0; }
  @media (min-width: 768px) {
    .products__line {
      margin-top: 160px; } }

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  100% {
    height: 60px;
    top: 0px;
    opacity: 1; } }
.products__h2 {
  text-align: center;
  font-size: 2rem;
  margin-top: 160px; }
  @media (min-width: 768px) {
    .products__h2 {
      font-size: 3.2rem;
      line-height: 4.6rem; } }

.products__picture1 {
  margin-top: 160px;
  width: 70vw;
  object-fit: cover;
  height: 85vw; }
  @media (min-width: 768px) {
    .products__picture1 {
      width: 50%;
      height: 500px;
      margin-top: 240px; } }

.products__detail1 {
  border-bottom: solid 1px #333;
  text-align: right;
  padding-right: 24px;
  margin: 20px 0 0 auto;
  width: 280px; }

.products__picture2 {
  height: 85vw;
  width: 70vw;
  object-fit: cover;
  display: block;
  margin: 80px 0 0 auto; }
  @media (min-width: 768px) {
    .products__picture2 {
      width: 50%;
      height: 500px;
      margin: 120px 0 0 auto;
      display: block; } }

.products__detail2 {
  border-bottom: solid 1px #333;
  text-align: left;
  width: 295px;
  padding-left: 24px;
  margin-top: 20px; }

.products__picture3 {
  margin-top: 120px;
  width: 70vw;
  object-fit: cover;
  height: 85vw; }
  @media (min-width: 768px) {
    .products__picture3 {
      width: 50%;
      height: 500px; } }

.products__detail3 {
  border-bottom: solid 1px #333;
  text-align: right;
  margin: 20px 0 0 auto;
  width: 280px;
  padding-right: 24px; }

.products__information {
  margin-top: 120px;
  background-color: #574f45;
  color: #fff;
  padding-bottom: 80px; }

.products__information-inner {
  width: 80%;
  max-width: 540px;
  margin: 0 auto; }

.products__information-text {
  padding: 80px 0px 45px;
  margin: 0 auto; }

.btn-tel {
  background-color: #fff;
  color: #574f45;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 10px 20px; }
