/* Simple CSS Reset */
html, body, h1, h2, p, ul, ol, li {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.site-wrapper {
  width: 100%;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 80px 20px;
  box-sizing: border-box;
  gap: 64px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-family: Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: left;
}

.logo-vivionid {
  width: 160px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}

h1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  line-height: 22px;
  color: #363636;
  text-align: left;
  font-weight: 400;
  margin: 0;
}

.store-button, 
.store-button1,
.login-button,
.login-button1 {
    text-decoration: none; /* 下線を消す */
}

.div {
  position: relative;
  line-height: 28px;
}

.headline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.attention {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 16px;
  color: #656565;
  text-align: left;
  font-weight: 400;
  margin: 0;
}

.comipo-icon {
  width: 59.1px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}

.image-container-comipo {
  width: 72px;
  border-radius: 4px;
  background-color: #fff;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2px 0px;
  box-sizing: border-box;
}

.image-container-dlsite {
  width: 72px;
  border-radius: 4px;
  background-color: #fff;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 23px 0px;
  box-sizing: border-box;
}

.comipo {
  position: relative;
  letter-spacing: 0.4px;
  line-height: 24px;
}

.button-text-url {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 16px;
}

.comipo-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  color: #fff;
}

.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.externallink-icon {
  width: 24px;
  position: relative;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
}

.iconbox-sizedbox {
  width: 24px;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.store-button {
  align-self: stretch;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 4px 12px 4px 4px;
  gap: 0px;
}

.store-button-comipo {
  background-color: #32933e;
}

.store-button-dlsite {
  background-color: #1141a4;
}

.dlsite-icon {
  align-self: stretch;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}

.store-button-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  font-size: 18px;
  color: #fff;
}

.headline-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.headline-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  text-align: left;
}

.frame-parent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 600px;
}