.fade-layer
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#ffffff;
    z-index:99999;
    animation-delay: 1s;
    animation : fadeIn 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-fill-mode: both;
}

.fadeout {
  animation-delay: 1s;
  animation : fadeOut 2s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.a {
  color: black;
  text-decoration: none;
}

body {
  font-family: 'Biryani', sans-serif;
}
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&      SP      &&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
@media screen and (max-width :959px) {
  h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
  }
 /* &&&&&&&&&&&&&&&&&&&&&&&&&&&&   sp-menu部分    &&&&&&&&&&&&&&&&&&&&&&&&& */

  .menu {
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #000000;
    background: #ffffff;
    transition: 0.2s;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    visibility: hidden;
    overflow-y: scroll;
  }
  .menu-container {
    padding: 0px 0px;
  }
  .menu-wrapper {
    width: 100%;
    height: 100vh;
  }
  .sp-logo-menu {
    padding-top: 36%;
    width: 72%;
    display: block;
    user-select : none;
    text-align: left;
    filter: drop-shadow(2px 2px 4px rgb(199, 199, 199));
    position: relative;
    left: 20px;
  }
  .pc-logo-menu{
    display: none;
  }
  .menu-list {
    height: auto;
    padding-top: 8px;
  }
  .menu-profile  {
    font-size: 20px;
    line-height: 42px;
    display: block;
    padding: 0px 32px;
  }
  .menu-info p{
    padding-top: 100px;
    display: none;
  }
  .menu ul {
    list-style: none;
    font-size: 20px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    padding: 0px 32px;
    padding-top: 16%;
    padding-bottom: 16px;
    overflow-y: scroll;

  }
  .menu li {
    padding-bottom: 32px;
  }
  .fa {
    text-decoration: none;
  }
  .fa-instagram {
      font-size: 48px;
      position: fixed;
      right: 32px;
      bottom: 32px;
    }

 /* &&&&&&&&&&&&&&&&&&&&&&&&&&   sp-animation部分    &&&&&&&&&&&&&&&&&&&&&& */

  .menu.-open {
    opacity: 1;
    visibility: visible
  }
  .button {
    position: fixed;
    top: 24px;
    right: 40px;
    box-sizing: border-box;
    height: 36px;
    cursor: pointer;
    z-index: 999;
  }
  .button svg {
    stroke: #ffffff;
    transition: 0.2s;
  }
  .button svg g:first-child {
    opacity: 1;
    transition: opacity 0s 0.2s;
  }
  .button svg g:first-child line {
    transition: transform 0.2s 0.2s;
    transform: translateY(0px);
  }
  .button svg g:last-child {
    opacity: 0;
    transition: opacity 0s 0.2s;
  }
  .button svg g:last-child line {
    transition: transform 0.2s;
    transform: rotate(0deg);
    transform-origin: center;
  }
  .button.-menu-open svg {
    stroke: #000000;
  }
  .button.-menu-open svg g:first-child {
    opacity: 0;
  }
  .button.-menu-open svg g:first-child line {
    transition: transform 0.5s;
  }
  .button.-menu-open svg g:first-child line:first-child {
    transform: translateY(7px);
  }
  .button.-menu-open svg g:first-child line:last-child {
    transform: translateY(-7px);
  }
  .button.-menu-open svg g:last-child {
    opacity: 1;
  }
  .button.-menu-open svg g:last-child line {
    transition: transform 0.2s 0.2s;
  }
  
  /* &&&&&&&&&&&&&&&&&&&&&&&&&&   sp-main部分    &&&&&&&&&&&&&&&&&&&&&&&&&&& */

  .background {
    background-image: url(../assets/images/sp-top-bg6.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  
  main {
    padding: 0px 0px;
    overflow-y:scroll;
  }

  .container {
    width: 100%;
    height: 90vh;
    display: contents;
  } 
  
  .pc-logo {
    display: none;
    filter: drop-shadow(2px 2px 4px rgb(81, 81, 81));
    user-select : none;
  }
  
  .sp-logo {
    padding-top: 36%;
    width: 72%;
    display: block;
    user-select : none;
    text-align: left;
    filter: drop-shadow(2px 2px 4px rgb(199, 199, 199));
    position:relative;
    left: 20px;
  }
  
  .wrapper-text {
    color: white;
    user-select : none;
    padding: 0 32px;
    padding-top: 12%;
  }
  
  .wrapper-text p {
    width: 100%;
    padding-top: 8px;
    text-align: left;
    font-weight: 300;
    line-height: 20px;
    font-size: 12px;
    mix-blend-mode: overlay;
  }

  a.fa-instagram {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
}
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&      PC      &&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
@media screen and (min-width :960px) {

 h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 56px;
 }

 /* &&&&&&&&&&&&&&&&&&&&&&&&&&&&   menu部分    &&&&&&&&&&&&&&&&&&&&&&&&& */
 .header-logo {
  position: fixed;
  width: 20%;
  margin: 0 auto;
  top: 36px;
  right: 0;
  left: 0;
  display: block;
  z-index: 997;
 }
 .button {
  position: fixed;
  top: 24px;
  right: 40px;
  box-sizing: border-box;
  height: 36px;
  cursor: pointer;
  z-index: 999;
}
  .menu {
    opacity: 0;
    width: 100%;
    height: 100vh;
    color: #000000;
    background: #ffffff;
    transition: 0.2s;
    font-size: 32px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    visibility: hidden;
  }
  .menu-container {
    padding: 40px 40px;
  }
  .menu-wrapper {
    width: 80%;
    height: 90vh;
    margin: 0 10%;
  }
  .sp-logo {
    display: none;
  }
  .sp-logo-menu {
    display: none;
  }
  .pc-logo-menu{
    margin:0 auto;
    width: 100%;
    display: block;
    padding-top: 120px;
    user-select : none;
  }
  .menu-list {
    height: auto;
    padding-top: 72px;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
  }
  .menu-profile p {
    font-size: 24px;
    line-height: 42px;
  }
  .menu-info {
    padding-top: 56px;
  }
  .menu-info .fa {
    display: none;
  }
  .menu ul {
    list-style: none;
    font-size: 32px;
    line-height: 56px;
  }
  .menu li {
    margin: 0px 0;
    padding-bottom: 48px;
  }
  .contact {
    display:none;
  }
 /* &&&&&&&&&&&&&&&&&&&&&&&&&&   animation部分    &&&&&&&&&&&&&&&&&&&&&& */
  .menu.-open {
    opacity: 1;
    visibility: visible
  }
  .button svg {
    stroke: #ffffff;
    transition: 0.2s;
  }
  .button svg g:first-child {
    opacity: 1;
    transition: opacity 0s 0.2s;
  }
  .button svg g:first-child line {
    transition: transform 0.2s 0.2s;
    transform: translateY(0px);
  }
  .button svg g:last-child {
    opacity: 0;
    transition: opacity 0s 0.2s;
  }
  .button svg g:last-child line {
    transition: transform 0.2s;
    transform: rotate(0deg);
    transform-origin: center;
  }
  .button.-menu-open svg {
    stroke: #000000;
  }
  .button.-menu-open svg g:first-child {
    opacity: 0;
  }
  .button.-menu-open svg g:first-child line {
    transition: transform 0.5s;
  }
  .button.-menu-open svg g:first-child line:first-child {
    transform: translateY(7px);
  }
  .button.-menu-open svg g:first-child line:last-child {
    transform: translateY(-7px);
  }
  .button.-menu-open svg g:last-child {
    opacity: 1;
  }
  .button.-menu-open svg g:last-child line {
    transition: transform 0.2s 0.2s;
  }

  /* &&&&&&&&&&&&&&&&&&&&&&&&&&   main部分    &&&&&&&&&&&&&&&&&&&&&&&&&&& */

  .background {
    background-image: url(../assets/images/top-bg.jpeg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
  }
  
  main {
    padding: 40px 40px;
  }

  .container {
    width: 80%;
    height: 0vh;
    margin: 0 10%;
  } 
  
  .pc-logo {
    margin:0 auto;
    width: 100%;
    display: block;
    padding-top: 120px;
    filter: drop-shadow(2px 2px 4px rgb(199, 199, 199));
    user-select : none;
  }
  
  .sp-logo {
    display: none;
  }
  
  .wrapper-text {
    position: absolute;
    bottom: 104px;
    color: white;
    user-select : none;
  }
  
  .wrapper-text p {
    width: 50%;
    padding-top: 16px;
    text-align: left;
    font-weight: 300;
    line-height: 24px;
    font-size: 16px;
    mix-blend-mode: overlay;
  }
  footer .fa-instagram {
    font-size: 48px;
    position: absolute;
    right: 72px;
    bottom: 40px;
  }
  
  footer .fa-instagram {
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
}