@charset "UTF-8";

html,body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(14px, 2.1vw, 18px);
  font-feature-settings: "palt";
  color: #fff;
  width: 100%;
  background: none;
  line-height: 1.6;
  background: url(../img/bg.webp)repeat;
  background-size: 75%;
  background-position: center top;
}
body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,.5)
}

p {
  margin: .5em 0;
  text-align: left;
  word-break: break-all;
}

a,
a:visited,
a:active {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
img {
  width: 100%;
}
p a {
  text-decoration: underline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
header>a {
  max-width: 160px;
  margin: 0 auto;
  background: #000;
  display: block;
  line-height: 1;
  padding: 12px 24px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}

main {
  position: relative;
  margin: 0;
  padding: 2em 0 0;
  overflow: hidden;
  z-index: 1;
}

h1 {
  position: relative;
  margin: 0;
}
h1 picture {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 1;
  max-width: 1400px;
  padding: 0 1rem 1rem;
}
h1::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, .6);
  width: 100%;
  height: 90%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media (orientation: portrait){
  h1 {
    bottom: 40%;
    width: 100%;
  }
  h1 picture {
    display: block;
    max-width: 700px;
  }
  h1::before {
    height: 94%;
  }
}

section {
  position: relative;
  margin: 1em auto;
  padding: 0;
  width: 100%;
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}

.catch {
  font-size: min(4.6vw,1.8em);
  text-align: center;
  font-weight: 700;
  margin: 1em 0;
}
.catch span{
  display: inline-block;
  background: #000;
  margin: .25em 0;
  padding: 0 .2em;
}

.link-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  text-align: center;
  padding: 0 2em;
  margin: 0 auto;
}
.link-img a {
  background: #222;
  border-radius: 30px;
  overflow: hidden;
  border: 6px solid #000;
  text-decoration: none;
}
.link-text {
  position: relative;
  padding: .25rem;
  font-size: 1.6em;
  font-weight: 700;
}
.link-text::before {
  position: absolute;
  content: '';
  display: block;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: .8rem;
  height: .8rem;
  border-bottom: none;
  border-left: none;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-img a:nth-child(1):hover {
  background: #28643c;
}
.link-img a:nth-child(2):hover {
  background: #285096;
}
.arcv,.vrains {
  padding-bottom: 60%;
}
.arcv {
  background: url(../img/logo05.webp), url(../img/01-av-eoihyaewf.webp), linear-gradient(45deg, #f3b7a8, #168956);
  background-size: 50%, 200%, 100%;
  background-position: 95% 50%, 84% 30%, center;
  background-repeat: no-repeat;
}
.vrains {
  background: url(../img/logo06.webp), url(../img/01-v-eagihai.webp), linear-gradient(315deg, #c392b4, #3c89cf);
  background-size: 50%, 200%, 100%;
  background-position: 5% 50%, 27% 29%, center;
  background-repeat: no-repeat;
}

/* footer */
footer {
  position: relative;
  width: 100%;
  padding: 2.5em 0 2em;
  font-size: 12px;
  background: rgba(0,0,0,.5);
  margin: 4em 0 0;
}
footer>p {
  text-align: center;
  margin: 1em 0 0;
}
footer p.socialshare {
  margin: 0;
  text-transform: uppercase;
  font-size: 1rem;
}

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0 1em;
  font-weight: normal;
  height: 60px;
}
.sns li {
  list-style: none;
  margin: 5px;
  color: #ffffff;
}
.sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  padding: 8px;
  border-radius: 4px;
}
#t-icon a {
  padding: 10px;
  color: #000;
}
#f-icon {
  color:#0866ff;
}
#f-icon a:hover {
  color:#0866ff;
}
#l-icon {
  color: #00B900;
}
#l-icon a:hover {
  color: #00B900;
}

@media screen and (max-width: 768px) {
  main {
    padding: 1em 0 0;
  }
  .link-img {
    grid-template-columns: 1fr;
    gap: 1em;
    padding: 0;
    max-width: 600px;
  }
  .link-img a {
    border: 3px solid #000;
    border-radius: 10px;
  }
  .link-text {
    font-size: 1.2em;
  }
  .arcv,.vrains {
    padding-bottom: 40%;
  }
  .arcv {
    background: url(../img/logo05.webp), url(../img/01-av-eoihyaewf.webp), linear-gradient(45deg, #f3b7a8, #168956);
    background-size: 50%, 160%, 100%;
    background-position: 95% 50%, 105% 30%, center;
    background-repeat: no-repeat;
  }
  .vrains {
    background: url(../img/logo06.webp), url(../img/01-v-eagihai.webp), linear-gradient(315deg, #c392b4, #3c89cf);
    background-size: 50%, 160%, 100%;
    background-position: 5% 50%, 10% 28%, center;
    background-repeat: no-repeat;
  }
  footer {
    margin: 2em 0 0;
  }
}


.link-img.fin a {
  position: relative;
}
.link-img.fin a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}
.fin-text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
}
.fin-text span{
  border: 1px solid #fff;
  padding: .5em 1em;
  background: rgba(0, 0, 0, .5);
}