@charset "utf-8";

.first-view {
  height: calc(100vh - 200px);
  background-image: url(../images/01/big_main.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
}

.first-view-text {
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 6px 11px #241c1c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-left: 200px;
}

.first-view-text h1 {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  font-size: 40px;
  line-height: 55px;
}

.first-view-text h2 {
  font-size: 14px;
  margin-right: 5px;
  margin-left: 40px;
  line-height: 30px;
}

.first-view-text p {
  font-size: 18px;
  margin-right: 5px;
  margin-top: 10px;
  line-height: 35px;
}

.introduction {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.introduction img {
  margin-right: 10px;
  width: 500px;
}

.introduction-text h2 {
  font-size: 25px;
  color: #0084ff;
  font-weight: bold;
  line-height: 40px;
}

.introduction-text p {
  font-size: 18px;
  max-width: 150%;
  margin: 10px 30px 50px 60px;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
}

.equipment {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.equipment img {
  margin-right: 10px;
  width: 500px;
}

.equipment-text h2 {
  font-size: 25px;
  color: #0084ff;
  font-weight: bold;
  line-height: 40px;
}

.equipment-text p {
  font-size: 18px;
  max-width: 150%;
  margin: 10px 30px 50px 60px;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
}

.Profile {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.Profile img {
  margin-right: 10px;
  width: 500px;
}

.Profile-text h2 {
  font-size: 25px;
  color: #0084ff;
  font-weight: bold;
  line-height: 40px;
}

.Profile-text p {
  font-size: 18px;
  max-width: 150%;
  margin: 10px 30px 50px 60px;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
}

.link-button {
  font-size: 25px;
  color: #56595f;
  width: 25px;
  margin: 10px 30px 50px 60px;
  height: auto;
}

.link-button-shop {
  background-image: url(../images/01/top_04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin: 100px 60px;
  height: 400px;
  font-size: 35px;
  font-weight: bold;
}

.news-container {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  margin: 100px 60px;
}

.news-container h2 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #333;
}

.news-list {
  font-size: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  padding: 5px 0;
  border-bottom: 1px dotted #eee;
}

.news-list li:last-child {
  border-bottom: none;
}

.link-button-Contact {
  background-image: url(../images/01/top_05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin: 100px 60px;
  height: 400px;
  font-size: 35px;
  font-weight: bold;
}

@media (max-width: 800px) {

  .first-view-text h2 {
    margin-right: 0;
    display: block;
    width: 500px;
  }

  .introduction {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

  .introduction-text {
    margin-right: 0;
  }

  
  .equipment {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

  .equipment-text {
    margin-right: 0;
  }

  .Profile {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

  .Profile-text {
    margin-right: 0;
  }

  .introduction img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .equipment img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .Profile img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
}