@charset "UTF-8";
#heading {
  position:absolute;
  top:40vh;
}
#heading > h1 {
  text-align:right;
  color:#535353;
}
/*----------------------------------------------------
  main-img
----------------------------------------------------*/
main {
  width:100%;
  height:auto;
  position:relative;
}
#main-img {
  width:100%;
  height:45vh;
  overflow:hidden;
  position:relative;
}
#main-img::after {
  display:block;
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  top:0;left:0;
  background:url('../img/access/bg-pattern.png');
  background-repeat:repeat;
  opacity:.05;
}
.main-img {
  width:100%;
  height:100%;
  position:relative;
  z-index:1;
}
.main-img-title {
  width:100%;
  height:auto;
  display:flex;
  flex-direction:column-reverse;
  justify-content:center;
  align-items:center;
  line-height:1.4;
  position:absolute;
  top:55%;left:50%;
  transform:translate(-50%,-50%);
}
.main-img-title > h2 {
  font-size:1rem;
  font-weight:normal;
  text-align:center;
  line-height:1.6;
  color:#ccc;
}
.main-img-title > img {
  height:42px;
  width:auto;
  margin-bottom:8px;
}
/*----------------------------------------------------
  concept
----------------------------------------------------*/
#concept {
  width:100%;
  height:auto;
  padding:150px 0;
  background:#000;
  color: #f2f2f2;
  position:relative;z-index:1;
}
#concept::before {
  display:block;
  content:'';
  width:35%;
  height:70%;
  position:absolute;
  right:0;top:35%;
  background:#141414;
}
.concept {
  width:90%;
  height:auto;
  max-width:1280px;
  margin:0 auto;
  position:relative;
}
.concept-cols {
  width:100%;
  height:auto;
  display:flex;
  justify-content:space-around;
}
.concept-inner {
  width:45%;
  height:auto;
  margin-top:100px;
}
.concept-title {
  width:80%;
  height:auto;
  margin-bottom:50px;
}
.concept-text p:not(:last-child) {
  margin-bottom:20px;
}
.concept-img {
  width:42.5%;
  height:auto;
  position:relative;
}
.concept-img-main {
  width:100%;
  height:auto;
}
.concept-img-sub {
  width:45%;
  height:auto;
  position:absolute;
  bottom:-15%;right:-15%;
}
.concept-img-text {
  width:90%;
  height:auto;
  position:absolute;
  left:-12.5%;
  bottom:-15%;
}
/*----------------------------------------------------
  #feature
----------------------------------------------------*/
#feature {
  width:100%;
  height:auto;
  padding:100px 0;
  background:#000;
  color: #f2f2f2;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
}
.feature {
  width:90%;
  height:auto;
  max-width:1440px;
  margin:0 auto;
  position:relative;
}
.feature-title {
  width:100%;
  height:auto;
  display:flex;
  flex-direction:column;
  justify-content:center;align-items:center;
  margin-bottom:40px;
}
.feature-title > h2 {
  font-size:1.2rem;
  font-weight:normal;
  text-align:center;
  color:rgba(255,255,255,.6);
  order:3;
}
.feature-title > img {
  width:100%;
  max-width:260px;
  height:auto;
  margin:0 auto 20px auto;
  order:2;
}
.feature-title-circle {
  width:120px;
  height:auto;
  margin:0 auto 20px auto;
  animation:rotateY 3s linear 0s infinite;
  order:1;
}
@keyframes rotateY {
  0% {
      -webkit-transform:rotateY(0deg);
      -moz-transform:rotateY(0deg);
      transform:rotateY(0deg);
  }
  25% {
      -webkit-transform:rotateY(90deg);
      -moz-transform:rotateY(90deg);
      transform:rotateY(90deg);
  }
  50% {
      -webkit-transform:rotateY(180deg);
      -moz-transform:rotateY(180deg);
      transform:rotateY(180deg);
  }
  75% {
      -webkit-transform:rotateY(270deg);
      -moz-transform:rotateY(270deg);
      transform:rotateY(270deg);
  }
  100% {
      -webkit-transform:rotateY(360deg);
      -moz-transform:rotateY(360deg);
      transform:rotateY(360deg);
  }
}
.feature-top-wrap {
  width:90%;
  height:auto;
  max-width:1000px;
  padding:50px 80px 0 80px;
  box-sizing:border-box;
  margin:0 auto 40px auto;
  background:#0a0a0a;
  position:relative;
}
.feature-lead {
  width:100%;
  height:auto;
  text-align:center;
  font-size:2rem;
  margin-bottom:30px;
  position:relative;
  z-index:1;
}
.feature-top {
  width:90%;
  height:auto;
  box-sizing:border-box;
  display:flex;
  justify-content:space-between;
  position:relative;
  z-index:1;
}
.feature-top-inner {
  width:70%;
  height:auto;
  position:relative;
  z-index:1;
}
.feature-top-inner > ul {
  width:100%;
  height:auto;
  font-size:2rem;
  padding-left:24px;
  margin-bottom:40px;
  box-sizing:border-box;
}
.feature-top-img {
  width:30%;
  position:absolute;
  bottom:0%;
  right:0;
}
.feature-top-img picture {
  position:relative;
  z-index:1;
}
.feature-top-img-bg {
  position:absolute;
  top:0;left:0;
  width:100%;
  height:auto;
  mix-blend-mode:multiply;
}
.feature-top-attention {
  margin:0 auto;
  padding-bottom:20px;
  font-size:1.2rem;
  text-align:center;
  position:relative;
  z-index:1;
}
.feature-top-attention-sp {
  display:none;
}
.underline-anima {
  background: linear-gradient(#5bc8ac, #5bc8ac) 0 100%/0 4px no-repeat;
  transition:all 1.2s;
}
.underline-anima-after {
  background-size: 100% 4px;
}
.banner {
  width:90%;
  max-width:1000px;
  height:auto;
  margin:0 auto 40px auto;
  padding:50px 80px 70px 80px;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
  background:#0a0a0a;
}
.banner-inner {
  width:67.5%;
  height:auto;
  padding-bottom:20px;
  position:relative;
  z-index:1;
}
.banner-inner-lead {
  width:100%;
  height:auto;
  display:flex;
  align-items:center;
  margin-bottom:6px;
}
.banner-inner-lead > img {
  width:120px;
  margin-right:20px;
  padding-bottom:20px;
}
.banner-inner-lead-text {
  font-size:1.8rem;
  line-height:1.6;
}
.banner-b {
  font-size:2rem;
  margin-top:14px;
}
.banner-inner-main {
  width:100%;
  height:auto;
}
.banner-img {
  width:45%;
  height:auto;
  position:absolute;
  top:52.5%;right:3.5%;
  transform:translate(0,-50%);
}
.banner-attention {
  width:80%;
  height:auto;
  position:absolute;
  left:50%;
  bottom:20px;
  transform:translate(-50%,0);
  text-align:center;
  color:#ccc;
  font-size:1.2rem;
}
.banner-sp {
  display:none;
}
.feature-cols_wrap {
  width:100%;
  height:auto;
  display:flex;
  justify-content:space-between;
}
.feature-img {
  width:40%;
}
.feature-cols {
  width:100%;
  height:auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.feature-category {
  width:24%;
  height:auto;
  display:flex;
  flex-direction:column;
  padding:20px 0;
  box-sizing:border-box;
  color:rgba(255,255,255,.8);
}
.feature-eyecatch {
  width:100%;
  height:auto;
  position:relative;
}
.feature-eyecatch::after {
  display:block;
  content:'';
  width:100%;height:0;
  padding-top:70%;
}
.feature-eyecatch > img {
  position:absolute;
  top:0;left:0;
  height:100%;
  object-fit:cover;
  border-radius:20px 0 20px 0;
}
.feature-category > p {
  font-size:1.2rem;
}
.feature-category_inner {
  width:100%;
  height:auto;
  display:flex;
  flex-direction:column;
  flex:1;
}
.feature-category_lead {
  width:100%;
  height:auto;
  padding:15px 0;
  display:flex;
  flex:1;
  flex-direction:column;
}
.feature-category_lead-bubble {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:10px;
  box-sizing:border-box;
  text-align:center;
  background:rgba(255,255,255,.2);
  border-radius:8px;
  margin-bottom:16px;
  position:relative;
}
.feature-category_lead-bubble:before {
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  margin-left:-8px;
  border:8px solid transparent;
  border-top:8px solid rgba(255,255,255,.2);
}
.feature-category_lead_main {
  font-size:1.6rem;
  line-height:1.6;
  text-align:center;
}
/*----------------------------------------------------
  greet
----------------------------------------------------*/
#greet {
  width:100%;
  height:auto;
  padding:200px 0;
  color:#f2f2f2;
  background:#000;
  position:relative;
}
.greet-bg {
  width:20%;
  height:0;
  padding-top:20%;
  position:absolute;
  right:0;bottom:0;
  background:#141414;
}
#greet::after {
  display:block;
  content:'';
  width:35%;
  height:80%;
  position:absolute;
  left:0;top:50%;
  transform:translate(0,-50%);
  background:#141414;
}
.greet {
  width:90%;
  height:auto;
  max-width:1440px;
  margin:0 auto;
  position:relative;
  z-index:1;
}
.greet-cols {
  width:100%;
  height:auto;
  display:flex;
  justify-content:space-between;
}
.greet-img {
  width:40%;
  height:auto;
}
.greet-title {
  width:4%;
  min-width:50px;
}
.greet-inner {
  width:45%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.greet-inner-lead {
  width:100%;
  height:auto;
  margin-bottom:30px;
  font-size:3rem;
  letter-spacing:0;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  border-bottom:1px solid #535353;
}
.greet-text {
  width:100%;
  height:auto;
  margin-bottom:30px;
}
.greet-text > p {
  font-size:1.4rem;
}
.greet-text > p:not(:last-child) {
  margin-bottom:14px;
}
.greet-name {
  width:90%;
  height:auto;
  margin:0 auto;
  display:flex;
  align-items:baseline;
  justify-content:flex-end;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.greet-name-main {
  font-size:2.4rem;
  margin-left:14px;
}
/*----------------------------------------------------
 parallax
----------------------------------------------------*/
#parallax {
  width:100%;
  height:auto;
  position:relative;
  background:#000;
  color: #f2f2f2;
}
#parallax::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:32.5%;
}
.parallax {
  width:100%;
  height:100%;
  position:absolute;
  top:0;left:0;
}
.parallax > img {
  height:100%;
  object-fit:cover;
  opacity:.4;
}
.parallax-title {
  width:95%;
  max-width:1024px;
  height:auto;
  display:flex;
  justify-content:center;
  flex-direction:column;
  align-items:center;
  position:absolute;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
}
.parallax-title-box {
  padding:20px 40px;
  border:1px solid #fff;
  text-align:center;
  font-size:2rem;
  border:2px solid #fff;
  animation: flicker 3s infinite alternate;
  margin-bottom:20px;
}
:root {
  --neon-text-color: #846E50;
  --neon-border-color: #08f;
}
.parallax-title-box > p::-moz-selection {
  background-color:var(--neon-border-color);
  color: var(--neon-text-color);
}
.parallax-title-box > p::selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}
.parallax-title-box > p:focus {
  outline:none;
}
@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    text-shadow:
    -0.2rem -0.2rem 1rem #545454,
    0.2rem 0.2rem 1rem #545454,
    0 0 2rem var(--neon-text-color),
    0 0 4rem var(--neon-text-color),
    0 0 6rem var(--neon-text-color),
    0 0 8rem var(--neon-text-color),
    0 0 10rem var(--neon-text-color);
    box-shadow:
    0 0 .25rem #545454,
    inset 0 0 .5rem #545454,
    0 0 1rem var(--neon-border-color),
    inset 0 0 1rem var(--neon-border-color),
    0 0 2rem var(--neon-border-color),
    inset 0 0 2rem var(--neon-border-color);
  }
  20%, 24%, 55% {        
    text-shadow: none;
    box-shadow: none;
  }
}
.parallax-title-lead {
  font-size:1.8rem;
}
.parallax-link {
  width:100%;
  height:auto;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
}
.parallax-link > a {
  width:33%;
  height:auto;
}
@media screen and (max-width:1560px) {
  .about {
    width:90%;
  }
}
@media screen and (max-width:1360px) {
  .concept-inner {
    margin-top:60px;
  }
}
@media screen and (max-width:1280px) {
  .concept-img {
    width:45%;
  }
  #parallax::after {
    padding-top:45%;
  }
}
@media screen and (max-width:1111px) {
  .banner-inner-lead > img {
    width:100px;
  }
}
@media screen and (max-width:1024px) {
  #concept {
    padding:100px 0;
  }
  #concept::before {
    top:0;
    left:0;
    right:initial;
    height:60%;
    width:70%;
  }
  .concept {
    width:60%;
  }
  .concept-cols {
    flex-direction:column-reverse;
  }
  .concept-inner {
    margin-top:0;
    width:100%;
  }
  .concept-text > p br {
    display:none;
  }
  .concept-img {
    width:100%;
    margin-bottom:150px;
  }
  /*--- #feature ---*/
  #feature {
    padding-top:0;
  }
  .feature {
    width:70%;
  }
  .feature-top-wrap {
    width:100%;
    padding:30px 50px 0 30px;
  }
  .feature-lead {
    font-size:1.8rem;
  }
  .feature-top-inner > ul {
    font-size:1.7rem;
  }
  .banner {
    width:100%;
    padding:50px 30px 60px 30px;
  }
  .banner-inner {
    width:70%;
  }
  .banner-inner-lead > img {
    width:140px;
    margin-right:0;
  }
  .banner-inner-lead {
    flex-direction:column;
    margin-bottom:14px;
  }
  .banner-img {
    width:70%;
    right:-2%;
  }
  .banner-attention {
    width:100%;
  }
  .feature-category {
    width:48%;
  }
  .feature-title > h2 > img {
    width:45%;
  }
  /*--- #greet ---*/
  #greet {
    padding:100px 0;
  }
  #greet::after {
    height:100%;
  }
  #parallax::after {
    padding-top:65%;
  }
}
@media screen and (max-width:896px) {
  .concept {
    width:75%;
  }
  .concept-text > p,
  .greet-text > p {
    font-size:1.6rem;
  }
  .feature {
    width:75%;
  }
  .feature-top-inner {
    width:100%;
  }
  #greet {
    overflow: hidden;
  }
  #greet::after {
    width:50%;
    height:60%;
    top:10%;
  }
  .greet {
    width:75%;
  }
  .greet-cols {
    flex-wrap:wrap;
  }
  .greet-img {
    width:85%;
  }
  .greet-inner {
    width:100%;
    margin-top:50px;
  }
  .parallax-title {
    width:90%;
  }
  .parallax-link {
    width:100%;
  }
}
@media screen and (max-width:786px) {
  .feature {
    width:80%;
  }
  .feature-category_lead_main {
    font-size:1.6rem;
  }
  #parallax::after {
    padding-top:80%;
  }
}
@media screen and (max-width:680px) {
  .about {
    width:85%;
  }
  #feature {
    position:relative;
    padding-top:100px;
  }
  #feature::after {
    display:block;
    content:'';
    width:100%;
    height:100%;
    background:url('../img/common/bg-gran1.png');
    background-size:cover;
    position:absolute;
    top:0;left:0;
    opacity:.6;
  }
  .feature,.feature-cols_wrap {
    position:relative;
    z-index:1;
  }
  .banner-inner-lead > img {
    width:100px;
  }
  .banner-inner-lead-text {
    text-align:center;
    line-height:1.4;
  }
  .banner-inner-lead-text br {
    display:block;
  }
  .banner-b {
    margin-top:8px;
  }
  .banner-inner-main {
    width:107.5%;
  }
  .banner-img {
    top:50%;
  }
  /*--- #concept ---*/
  .concept {
    width:85%;
  }
  .concept-img-text {
    width:80%;
    left: -7.5%;
    bottom: -14%;
  }
  .concept-img-sub {
    width:40%;
    right:-9%;
  }
  /*--- #feature ---*/
  .feature {
    width:85%;
  }
  /*--- #greet ---*/
  .greet {
    width:85%;
  }
  /*--- #parallax ---*/
  #parallax::after {
    padding-top:120%;
  }
  .parallax-link {
    width:70%;
    flex-direction:column;
  }
  .parallax-link > a {
    width:100%;
  }
  .parallax-link > a:nth-of-type(n+2) {
    margin-top:10px;
  }
}
@media screen and (max-width:480px) {
  #heading {
    top:calc(var(--vh, 1vh) * 30);
  }
  #main-img {
    height:calc(var(--vh, 1vh) * 35);
  }
  .main-img-title > h2 {
    color: #909090;
  }
  .about {
    width:85%;
  }
  #concept::before {
    height:52%;
    width:78%;
  }

  .concept-title {
    width:100%;
    margin-bottom:30px;
  }
  .concept-text p {
    font-size:1.2rem;
  }
  .concept-img {
    margin-bottom:100px;
  }

  /*--- #feature ---*/
  .feature {
    width:90%;
  }
  .feature-title-circle {
    width:90px;
  }
  .feature-title > img {
    width:200px;
  }
  .feature-top {
    width:100%;
  }
  .feature-top-wrap {
    padding:30px 14px 0 14px;
    margin-bottom:20px;
  }
  .feature-top-img {
    width:60%;
    position:absolute;
    right:-15%;
  }
  .feature-lead {
    font-size:1.3rem;
  }
  .feature-lead > p br {
    display:none;
  }
  .feature-top-inner {
    width:75%;
  }
  .feature-top-inner > ul {
    font-size:1.4rem;
    padding-left:10px;
  }
  .feature-top-attention-pc {
    display:none;
  }
  .feature-top-attention-sp {
    display:block;
    width:90%;
    height:auto;
    margin:0 auto 20px auto;
  }
  .banner {
    padding:24px 20px 30px 20px;
    margin:0 auto;
  }
  .banner-img {
    width:72.5%;
    right:-6%;
    top:52.5%;
  }
  .banner-inner {
    width:80%;
    padding-bottom:0;
  }
  .banner-inner-lead {
    margin-bottom:6px;
  }
  .banner-inner-lead > img {
    width:80px;
    padding-bottom:8px;
  }
  .banner-inner-lead-text {
    font-size:1.2rem;
    font-weight:normal;
    line-height:1.4;
    text-align: center;
  }
  .banner-b {
    font-size:2rem;
    white-space:nowrap;
    margin-top:6px;
  }
  .banner-inner-main {
    width:110%;
  }
  .banner-attention {
    font-size:1rem;
  }
  .banner-pc {
    display:none;
  }
  .banner-sp {
    display:block;
    text-align:right;
    position:relative;
    bottom:initial;right:initial;
    margin-bottom:30px;
    margin-top:6px;
  }
  .feature-category {
    padding:0;
  }
  .feature-category:nth-of-type(n+3) {
    margin-top:10px;
  }
  .feature-title > h2 > img {
    width:60%;
  }
  .feature-category_lead {
    font-size:1rem;
  }
  .feature-category_lead_main {
    font-size:1.1rem;
  }
  .feature-category:nth-of-type(1) .feature-category_lead_main {
    min-height:56px;
  }
  .feature-category_lead_main br {
    display:none;
  }

  .greet-title {
    width:10%;
    min-width:initial;
  }
  .greet-inner-lead {
    font-size:2.2rem;
    padding-bottom:10px;
  }
  .greet-text > p {
    font-size:1.3rem;
  }
  .greet-name-main {
    font-size:1.8rem
  }
  /*--- #parallax ---*/
  #parallax {
    padding:100px 0;
  }
  #parallax::after {
    display:none;
  }
  .parallax-title {
    width:80%;
    margin:0 auto;
    position:relative;
    top:initial;left:initial;
    transform:initial;
  }
  .parallax-title-box {
    font-size:1.4rem;
  }
  .parallax-title-lead {
    font-size:1.4rem;
  }
  .parallax-link {
    width:100%;
  }
}