@charset "UTF-8";
/* CSS Document */
.btn {
  font-size: 1.6rem;
  padding: 20px 30px;
  margin: 15px auto 0;
  max-width: 350px;
  text-align: center;
  display: block; }
  .btn a {
    display: block;
    padding: 10px 20px; }

.btn-black {
  display: block;
  border: 0.5px solid #333;
  color: #333; }
  .btn-black a {
    color: #333; }

.btn-white {
  border: 1px solid #fff;
  color: #fff; }
  .btn-white a {
    color: #fff; }

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

@media (min-width: 768px) {
  .top-title-PC {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; } }

.top-title {
  z-index: 99;
  display: block;
  height: 60vh;
  position: relative;
  margin-top: 40vh; }
  @media (min-width: 768px) {
    .top-title {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: auto; } }

.logo {
  display: block;
  width: 110px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .logo {
      display: none; } }

.logo-PC {
  display: none; }
  @media (min-width: 768px) {
    .logo-PC {
      display: block;
      width: 160px;
      margin: 0 auto; } }

.under-logo {
  margin-top: 10px;
  text-align: center;
  color: #fff; }
  @media (min-width: 768px) {
    .under-logo {
      color: #333;
      font-size: 2.8rem;
      margin-top: 30px; } }

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

.swiper-container .swiper-wrapper {
  height: 100vh; }
  .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: 50% 50%; }

.scroll-PC {
  position: absolute;
  bottom: 100px;
  left: 5%;
  display: flex;
  justify-content: center; }

.scroll-PC__text {
  display: none; }
  @media (min-width: 768px) {
    .scroll-PC__text {
      display: block;
      writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
      height: 100px;
      position: absolute;
      margin-left: 30px; } }

.scroll-PC::before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 100;
  /*線の形状*/
  width: 1px;
  height: 100px;
  background: #333;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.8s ease-in-out infinite;
  transform: scale(0);
  transform-origin: top; }

@keyframes pathmove {
  0% {
    transform: scaleY(0);
    transform-origin: top; }
  50% {
    transform: scaleY(1);
    transform-origin: top; }
  51% {
    transform: scaleY(1);
    transform-origin: bottom; }
  100% {
    transform: scaleY(0);
    transform-origin: bottom; } }
@media (min-width: 768px) {
  .main {
    width: 50%;
    display: block; } }

.top-description__wrapper {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .top-description__wrapper {
      background-color: #fff;
      height: 180px; } }

.section-about {
  margin-top: 80px; }
  @media (min-width: 768px) {
    .section-about {
      margin-top: 160px; } }

.about-h2 {
  text-align: left;
  display: flex;
  align-items: first baseline; }
  @media (min-width: 768px) {
    .about-h2 {
      text-align: center;
      display: block;
      border-bottom: solid 1px #333;
      width: 180px;
      margin: 0 auto; } }

.about-h2::before {
  content: "";
  border-top: 1px solid;
  width: 50px;
  height: 1px; }
  @media (min-width: 768px) {
    .about-h2::before {
      display: none; } }

.about-h2-text {
  padding-left: 10px;
  line-height: 3.0rem; }

.h2-english {
  font-family: "Times New Roman", Times, "serif";
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.5rem; }
  @media (min-width: 768px) {
    .h2-english {
      font-size: 2.4rem; } }

.h2-small-japanese {
  font-size: 1.4rem;
  letter-spacing: 0.5rem; }

.section-about__description-wrapper {
  color: #fff;
  background-image: url("../images/about-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 80%;
  height: 550px;
  margin-top: 45px;
  margin-left: auto; }
  @media (min-width: 768px) {
    .section-about__description-wrapper {
      margin-left: 24px;
      margin-right: auto;
      max-width: 85%; } }

.section-about__black {
  background-color: rgba(0, 0, 0, 0.5);
  height: 550px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .section-about__black {
      transform: translateY(20px);
      margin-left: 10%;
      width: 95%; } }

.section-about__description {
  text-align: left;
  font-size: 1.8rem;
  line-height: 3.2rem;
  max-width: 320px;
  padding: 0 24px; }

.products-h2 {
  text-align: right;
  display: flex;
  align-items: first baseline;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .products-h2 {
      text-align: left;
      display: block;
      border-bottom: solid 1px #333;
      width: 320px; } }

.products-h2::after {
  content: "";
  border-top: 1px solid;
  width: 50px;
  height: 1px; }
  @media (min-width: 768px) {
    .products-h2::after {
      display: none; } }

.products-h2-text {
  padding-right: 10px; }

.section-products__main-picture {
  margin-top: 45px;
  width: 100%;
  background-size: contain;
  vertical-align: top; }
  @media (min-width: 768px) {
    .section-products__main-picture {
      width: 70%;
      display: block;
      margin: 45px 0 0 auto;
      z-index: 999; } }

.section-products {
  margin-top: 80px; }
  .section-products h2 {
    text-align: right; }
  .section-products p {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .section-products {
      margin-top: 160px; } }

.section-products__description-wrapper {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 768px) {
    .section-products__description-wrapper {
      width: 80%;
      margin-left: 0;
      margin-top: -30px; } }

.section-products__description {
  margin: 0 auto;
  padding: 24px; }
  .section-products__description h3 {
    font-size: 2rem; }
