@charset "UTF-8";
/*!
Theme Name: public
Description: publicオフィシャルサイト
Version: 0.1.0
Theme URI: https://github.com/grow-inc/public/
Author: grow-inc
Author URI: https://grow-infotech.com/
*/
/*foundation---------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

a,
a:visited,
button {
  color: inherit;
  display: inline-block;
  text-decoration: none; }

html {
  font-size: 100px; }
  html.scroll-prevent {
    /*動き固定*/
    position: fixed;
    /*奥行きを管理*/
    z-index: -1;
    /*下2つで背景を元のサイズのまま表示することができる*/
    width: 100%;
    height: 100%; }

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-size: 0.1rem;
  color: #343b40; }
  body.is-modal-open {
    overflow-y: hidden; }

@media screen and (min-width: 768px) and (max-width: 1239px) {
  :root {
    min-height: 0vw; }
  body {
    font-size: 0.1rem; }
  html {
    font-size: calc(100vw / 12.4); } }

@media screen and (max-width: 767px) {
  body {
    font-size: 0.1rem; }
  html {
    font-size: calc(100vw / 3.75); } }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

select::-ms-expand {
  display: none; }

@media screen and (min-width: 768px) {
  .is-pc {
    display: block; } }

@media screen and (max-width: 767px) {
  .is-pc {
    display: none; } }

@media screen and (min-width: 768px) {
  .is-sp {
    display: none; } }

@media screen and (max-width: 767px) {
  .is-sp {
    display: block; } }

/*-------------------------------------------*/
/*utility---------------------------------*/
/*-------------------------------------------*/
/*layout---------------------------------*/
.l-aside {
  width: 260px;
  padding: 20px 14px;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .l-aside {
      display: none !important; } }
  .l-aside__logo {
    display: block; }
  .l-aside__nav {
    margin-top: 40px; }
  .l-aside__list li:not(:first-child) {
    margin-top: 20px; }
  .l-aside__link {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    position: relative;
    font-size: 26px;
    display: block;
    padding-bottom: 2px;
    border-bottom: 1px solid #e9e9e9; }
    .l-aside__link::before {
      content: "";
      width: 8px;
      height: 8px;
      border-top: solid 2px #000;
      border-right: solid 2px #000;
      position: absolute;
      right: 4%;
      top: 50%;
      transform: rotate(45deg) translateY(-50%);
      transition: 0.3s ease-out; }
    .l-aside__link span {
      position: relative; }
      .l-aside__link span::after {
        content: "";
        display: block;
        width: 0%;
        height: 3px;
        background-color: #000;
        position: absolute;
        left: 0%;
        bottom: -1%;
        transition: 0.3s; }
    .l-aside__link.is-active span::after {
      width: 100%; }
    .l-aside__link:hover::before {
      right: 0%; }
    .l-aside__link:hover span::after {
      width: 100%; }
  .l-aside__about {
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px; }
  .l-aside__pickup {
    font-style: italic;
    font-weight: 500;
    background-color: #f7f7f7;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
    padding: 14px 10px; }
  .l-aside__copy {
    text-align: center;
    font-size: 11px;
    margin-top: auto; }

.l-footer {
  padding: 10px 0; }
  .l-footer__copy {
    font-size: 12px;
    text-align: center; }

@keyframes menu07-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg); }
  50% {
    transform: translateY(20px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@keyframes menu07-bar03 {
  0% {
    transform: translateY(-20px) rotate(-45deg); }
  50% {
    transform: translateY(-20px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@keyframes active-menu07-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: rotate(0);
    top: 50%; }
  100% {
    transform: rotate(45deg);
    top: 50%; } }

@keyframes active-menu07-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: rotate(0);
    top: 50%; }
  100% {
    transform: rotate(-45deg);
    top: 50%; } }

.l-header {
  position: relative; }
  @media screen and (min-width: 768px) {
    .l-header {
      display: none !important; } }
  .l-header__container {
    padding: 2px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    z-index: 2; }
  .l-header__list li:not(:first-child) {
    margin-top: 20px; }
  .l-header__logo {
    width: 200px; }
  .l-header__hamburger {
    width: 70px;
    height: 70px;
    position: relative; }
    .l-header__hamburger span {
      width: 55%;
      height: 4px;
      border-radius: 20px;
      position: absolute;
      left: 50%;
      margin-left: -25%;
      background-color: #1c1c1c; }
      .l-header__hamburger span:nth-child(1) {
        top: calc(50% - 12px);
        animation: menu07-bar01 0.75s forwards; }
      .l-header__hamburger span:nth-child(2) {
        top: 50%;
        transition: all 0.25s 0.25s;
        opacity: 1; }
      .l-header__hamburger span:nth-child(3) {
        top: calc(50% + 12px);
        animation: menu07-bar03 0.75s forwards; }
    .l-header__hamburger.is-active span:nth-child(1) {
      animation: active-menu07-bar01 0.75s forwards; }
    .l-header__hamburger.is-active span:nth-child(2) {
      opacity: 0; }
    .l-header__hamburger.is-active span:nth-child(3) {
      animation: active-menu07-bar03 0.75s forwards; }
  .l-header__content {
    position: absolute;
    padding: 20px 20px 40px 20px;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform 0.7s ease-out, opacity 1s;
    opacity: 0;
    z-index: 1; }
    .l-header__content.is-active {
      opacity: 1;
      transform: translateY(0%); }
  .l-header__link {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    position: relative;
    font-size: 26px;
    display: block;
    padding-bottom: 2px;
    border-bottom: 1px solid #e9e9e9; }
    .l-header__link::before {
      content: "";
      width: 8px;
      height: 8px;
      border-top: solid 2px #000;
      border-right: solid 2px #000;
      position: absolute;
      right: 4%;
      top: 50%;
      transform: rotate(45deg) translateY(-50%);
      transition: 0.3s ease-out; }
    .l-header__link.is-active span::after {
      width: 100%; }
    .l-header__link span::after {
      content: "";
      display: block;
      width: 0%;
      height: 3px;
      background-color: #000;
      position: absolute;
      left: 0%;
      bottom: -1%;
      transition: 0.3s; }
  .l-header__about {
    margin-top: 50px;
    font-size: 16px;
    font-style: italic;
    font-weight: bold; }
  .l-header__pickup {
    font-weight: 500;
    font-style: italic;
    background-color: #f7f7f7;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
    padding: 14px; }

.l-main {
  flex: 1;
  position: relative;
  overflow: hidden; }

.l-wrap {
  opacity: 0;
  transform: scale(0.95);
  transition: all ease-out 1.2s 1.8s;
  opacity: 0; }
  @media screen and (min-width: 768px) {
    .l-wrap {
      display: flex; } }
  .l-wrap.is-show {
    transform: scale(1);
    opacity: 1; }

/*-------------------------------------------*/
/*component---------------------------------*/
.c-button {
  background-color: #ccc;
  margin-top: 40px;
  display: block;
  padding: 10px;
  border-radius: 20px;
  font-size: 18px;
  text-align: center; }

.c-curtain {
  position: relative;
  overflow: hidden; }
  .c-curtain::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: 0.5s ease-out;
    left: 0; }
  .c-curtain.is-active::before {
    left: 100%; }

/*-------------------------------------------*/
/*project---------------------------------*/
.p-mv__visual {
  width: 100%;
  height: 100vh;
  background-image: url(../assets/image/mv_04.jpg);
  background-position: center top 30%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-mv__visual {
      height: calc(var(--vh, 1vh) * 100 - 106px); } }

.p-news {
  position: absolute;
  bottom: -100%;
  left: 0%;
  right: 0%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.8s ease-in-out; }
  .p-news.is-active {
    bottom: 0%; }
  .p-news__close {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    border-radius: 30px 30px 0 0;
    padding-top: 4px; }
    @media screen and (max-width: 767px) {
      .p-news__close {
        font-size: 18px;
        width: 25%;
        min-width: 200px;
        height: 18px; } }
    @media screen and (min-width: 768px) {
      .p-news__close {
        font-size: 20px;
        width: 25%;
        min-width: 290px;
        height: 20px;
        cursor: pointer; } }
    .p-news__close span {
      transform: rotateX(40deg); }
  .p-news__inner {
    overflow: scroll; }
    @media screen and (max-width: 767px) {
      .p-news__inner {
        padding: 20px; } }
    @media screen and (min-width: 768px) {
      .p-news__inner {
        width: 70%;
        margin: 0 auto;
        padding: 40px 0; } }
  .p-news__heading {
    font-weight: bold;
    font-family: "Roboto", sans-serif; }
    @media screen and (max-width: 767px) {
      .p-news__heading {
        font-size: 30px; } }
    @media screen and (min-width: 768px) {
      .p-news__heading {
        font-size: 36px; } }
  .p-news__list {
    overflow: scroll; }
    @media screen and (max-width: 767px) {
      .p-news__list {
        margin-top: 20px;
        height: 50vh; } }
    @media screen and (min-width: 768px) {
      .p-news__list {
        margin-top: 40px;
        height: 300px; } }
  @media screen and (max-width: 767px) {
    .p-news__item {
      font-size: 13px; } }
  @media screen and (min-width: 768px) {
    .p-news__item {
      display: flex;
      font-size: 16px; } }
  .p-news__item + li {
    margin-top: 24px; }
    @media screen and (max-width: 767px) {
      .p-news__item + li {
        margin-top: 14px; } }
  .p-news__date {
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .p-news__date {
        font-weight: 600; } }
    @media screen and (min-width: 768px) {
      .p-news__date {
        width: 14%; } }
  .p-news__text {
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .p-news__text {
        margin-top: 6px; } }
    @media screen and (min-width: 768px) {
      .p-news__text {
        flex: 1;
        margin-left: 20px;
        padding-left: 4px; } }

.p-opening {
  position: fixed;
  width: 100%;
  height: 100vh;
  transition: 0.8s ease-out 1s;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .p-opening {
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100); } }
  .p-opening.is-finish {
    transform: translateY(-100%);
    opacity: 0; }
  .p-opening.is-load .p-opening__item {
    width: 0%; }
    .p-opening.is-load .p-opening__item--last {
      width: 100%; }
      .p-opening.is-load .p-opening__item--last span {
        width: 0%; }
  .p-opening.is-load .p-opening__firstCurtain {
    left: -100%;
    z-index: -1; }
  .p-opening.is-load .c-curtain::before {
    left: 100%; }
  .p-opening__item {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0%;
    left: 0%;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .p-opening__item {
        height: calc(var(--vh, 1vh) * 100); } }
    .p-opening__item span {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.1);
      background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
      background-size: 4px 4px;
      background-position: 0 0, 2px 2px;
      position: absolute;
      left: 0;
      top: 0%;
      z-index: 20; }
  .p-opening__imageWrap {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 767px) {
      .p-opening__imageWrap {
        height: calc(var(--vh, 1vh) * 100); } }
  .p-opening__firstCurtain {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    background-color: #fff;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: 0.5s ease-out 1.4s;
    z-index: 100; }
    @media screen and (max-width: 767px) {
      .p-opening__firstCurtain {
        height: calc(var(--vh, 1vh) * 100);
        transition: 0.7s ease-out 1.7s; } }
  .p-opening__logo {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200; }
    @media screen and (max-width: 767px) {
      .p-opening__logo {
        width: 70%; } }

.p-sns {
  margin-top: 8%; }
  .p-sns__list {
    display: flex;
    justify-content: center;
    align-items: center; }
  .p-sns__item {
    width: 15%;
    transition: 0.2s; }
    @media screen and (max-width: 767px) {
      .p-sns__item {
        width: 40px; } }
    .p-sns__item + li {
      margin-left: 40px; }
      @media screen and (max-width: 767px) {
        .p-sns__item + li {
          margin-left: 30px; } }
    @media screen and (min-width: 768px) {
      .p-sns__item:hover {
        transform: scale(1.02); } }
  .p-sns__link {
    display: block; }

/*-------------------------------------------*/
