h1 {}

.screen {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding: 7vw;
  position: relative;
  background-color: #b2b1b1;
}

.screen .txt {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper, .title-lv3 {
  font-family: "Hiragino Kaku Gothic Pro-W6", "Noto Sans Japanese", Helvetica;
  font-weight: 400;
  color: #111111;
    line-height: 150%;
}

p {
    line-height: 150%;
}

h1 {
  font-size: clamp(1rem, 1vw, 20px);
    line-height: 150%;
}

.screen .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-size: clamp(1.5rem, 3vw, 40px);
  white-space: nowrap;
}

.title-lv3 {
  font-size: clamp(1rem, 2vw, 28px);
    line-height: 150%;
}

.screen .url {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: clamp(1rem, 2vw, 30px);
  letter-spacing: 0;
  line-height: 130%;
  text-decoration: underline;
  white-space: nowrap;
}

.screen .flex {
  display: flex;
  align-items: center;
  gap: 7vw;
  flex: 1;
  flex-grow: 1;
  flex-direction: column;
  position: relative;
  margin-top: 2vw;
}

.flex section {
  display: flex;
  align-items: flex-start;
  gap: 2vw;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.screen .insta-bnr {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.screen .insta-bnr img {
  width: 100%;
  max-width: 1080px;
  height: auto;
}

.screen .siteimg {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.screen .btn-margin__first,
.screen .btn-margin,
.screen .btn-margin__last {
  display: flex;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
}

.screen .btn-margin {
  justify-content: center;
}

.screen .btn-margin__first {
  justify-content: flex-end;
}

.screen .btn-margin__last {
  justify-content: flex-start;
}

.btn-margin .btn-width {
  width: min(90%, 1200px);
}

.btn-margin__first .btn-width,
.btn-margin__last .btn-width {
  width: min(52%, 1000px);
}

.btn-width {
  display: flex;
  width: min(90%, 1200px);
  /* align-items: flex-center; */
  justify-content: space-between;
  position: relative;
}

.screen .btnL {
  justify-content: flex-start;
  position: relative;
}

.screen .btnR {
  justify-content: flex-end;
  position: relative;
}

.screen .btnC {
  justify-content: center;
  position: relative;
}

.screen .btn {
  position: relative;
  width: clamp(20px, 10vw, 40px);
  height: clamp(20px, 10vw, 40px);
}

.btn-link-out {
  width: 1rem;
  margin-left: 0.5rem;
}

.icon_link {
  position: relative;
  width: clamp(1rem, 1.5vw, 30px);
  height: auto;
}

.div-sitelogo h3 {
  font-family: "Hiragino Kaku Gothic Pro-W6", Helvetica;
  font-size: clamp(18px, 1.5vw, 30px);
  position: relative;
  width: fit-content;
}

.div-sitelogo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 50px;
  position: relative;
  background-color: #ffffff;
  width: clamp(60px, 80vw, 600px);
}

.div-sitelogo h3 {
  font-family: "Hiragino Kaku Gothic Pro-W6", Helvetica;
  font-size: clamp(18px, 1.5vw, 30px);
  white-space: nowrap;
}

.div-sitelogo .sitelogo {
  position: relative;
  width: 100%;
}

.imgbox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}