@charset "UTF-8";
@import url(./var.css);

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



body {
  background-image: url(../images/wbg.svg);
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}
body::after {
  z-index: -10;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.65);
  overflow: hidden;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
.mv-heading-180px {
    z-index: 9999;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20vh;
}
.mv-heading-180px a {
    font-size: 180px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .mv-heading-180px a{
        font-size: 80px;
    }
}

/* ============================================= */
/* トップページ */
/* ============================================= */

/* 額縁ヘッダー */
.sns-email-links-pc {
    display: flex;
    justify-content: center;
    margin-top: 10vh
}
@media screen and (max-width: 768px) {
    .sns-email-links-pc {
        margin-top: 60px;
    }
}
.sns-email-links-pc ul {
    display: flex;
    flex-direction: row;
    justify-self: center;
    align-items: center;
    gap: 35px;
    padding-left: 5px;
    z-index: 999;
}
.sns-bar {
    display: block;
    width: 2px;
    height: 35px;
}

.section-pc-mv {
    position: relative;
    overflow: hidden;
    padding-top: 10vh;
    height: auto;
}
.pc-mv-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
/* .mv-padding {
    width: 100vw;
    height: auto;
    padding: 140px 135px;
    margin-top: 35vh;
} */


/* メインビジュアル */
.mv-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  z-index: 9999;
}
.mv-main-text {
    font-size: 40px;
    letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
    .mv-main-text{
        font-size: 30px;
    }    
}
.mv-main-name {
    font-size: 20px;
}
