@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap');

html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}

*{
    box-sizing: border-box;
    font-family: YakuHanMP,"Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    letter-spacing: 0.06em;
    color: #fff;
   
   

}

br{
    
}
@font-face {
	font-family: 'font';
	src: url(../font/font.ttf);
    
}


html{
    
}
body{
    overflow-x: hidden;
    -webkit-touch-callout:none;
    background: #000;
}


img{
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
    
}

a{
    color: inherit;
    text-decoration: none;
}


li{
    list-style-type: none;
}


.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


.sp{
    display: none;
    
}


@media screen and (max-width: 896px){
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}



.ttl{
    transition-duration: 0.5s;
    opacity: 0;
    
}

.ttl.on{
    transition-duration: 0s;
    opacity: 1;
}
.ttl span{
    color: #000;
    animation: h2_span2 0.6s forwards ease;
    display: inline-block;
}
.ttl.on span{
   animation: h2_span 0.8s forwards ease;
}
@keyframes h2_span {
  0% {
     color: #000;
      transform: rotate3d(0.5, 1, 0.5, 270deg);
  }
    
    20%{
        color: #6ecee6;
        
    }
    50%{
        color: #e57bc5;
    }
    80%{
        color: #d8ceaa;
    }
    
   
  100% {
     color: #fff;
      transform: rotateY(0deg);
  }
}

@keyframes h2_span2 {
  0% {
     color: #fff;
  }

    
   
  100% {
     color: #000;
  }
}
.on span:nth-child(2){
  animation-delay: 0.025s !important;
}
.on span:nth-child(3){
  animation-delay: 0.05s !important;
}
.on span:nth-child(4){
  animation-delay: 0.075s !important;
}
.on span:nth-child(5){
  animation-delay: 0.1s !important;
}
.on span:nth-child(6){
  animation-delay: 0.125s !important;
}

.on span:nth-child(7){
  animation-delay: 0.15s !important;
}

.on span:nth-child(8){
  animation-delay: 0.175s !important;
}

.on span:nth-child(9){
  animation-delay: 0.2s !important;
}

.on span:nth-child(10){
  animation-delay: 0.225s !important;
}

.on span:nth-child(11){
  animation-delay: 0.25s !important;
}

.on span:nth-child(12){
  animation-delay: 0.275s !important;
}

.on span:nth-child(13){
  animation-delay: 0.3s !important;
}

.on span:nth-child(14){
  animation-delay: 0.325s !important;
}

.on span:nth-child(15){
  animation-delay: 0.35s !important;
}

.on span:nth-child(16){
  animation-delay: 0.375s !important;
}

.on span:nth-child(17){
  animation-delay: 0.4s !important;
}

.on span:nth-child(18){
  animation-delay: 0.425s !important;
}

.on span:nth-child(19){
  animation-delay: 0.45s !important;
}

.on span:nth-child(20){
  animation-delay: 0.475s !important;
}

.on span:nth-child(21){
  animation-delay: 0.5s !important;
}

.on span:nth-child(22){
  animation-delay: 0.525s !important;
}

.on span:nth-child(23){
  animation-delay: 0.55s !important;
}

.on span:nth-child(24){
  animation-delay: 0.575s !important;
}

.on span:nth-child(25){
  animation-delay: 0.6s !important;
}

.on span:nth-child(26){
  animation-delay: 0.625s !important;
}

.on span:nth-child(27){
  animation-delay: 0.65s !important;
}

.on span:nth-child(28){
  animation-delay: 0.675s !important;
}

.on span:nth-child(29){
  animation-delay: 0.7s !important;
}

.on span:nth-child(30){
  animation-delay: 0.725s !important;
}
.on span:nth-child(31){
  animation-delay: 0.75s !important;
}
.on span:nth-child(32){
  animation-delay: 0.775s !important;
}
.fade:not(.ttl){
    opacity: 0;
    transition-duration: 0.8s;
    filter: blur(10px);
    transform: translateY(20px);
}

.fade:not(.ttl).on{
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0px);
}



.top h1{
    position: sticky;
    top: 0;
    height: 100vh;
    width: 50vw;
   
}

.top h1 img{
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 80%;
    max-width: 480px;
    max-height: 480px;
    object-fit: contain;
    object-position: center;
}

.sub h1{
    position: fixed;
    top: 28px;
    left: 40px;
    width: 100px;
}
.wrap{
    display: flex;
    margin: 0 auto;
   
}
.top main{
    width: 45vw;
   max-width: 800px;
    flex-shrink: 0;
    padding: 0 40px 100px;
}


.sub main{
    width: 100%;
    max-width: 1000px;
    padding: 200px 40px 100px;
    margin: 0 auto;
}


nav{
    position: fixed;
    top: 60px;
    right: 100px;
    z-index: 998;
    font-size: 18px;
    
}

nav ul{
    display: flex;
    align-items: center;
}


nav li{
    margin-left: 60px;
}

nav a{
    display: block;
    position: relative;
    padding: 20px 0;
}


nav a.instagram{
    width: 24px;
    padding: 0;
    transition-duration: 0.2s;
}
nav a.instagram:hover{
    opacity: 0.5;
}
nav a:not(.instagram)::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background:rgba(255,255,255,1);
bottom: -1px;
transform: scale(0, 1);
transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;  /*変形の時間*/
}

nav a:not(.instagram):hover::after {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
transform-origin: left top; /*左から右に向かう*/
}
nav.open{
    display: block;
}
nav::-webkit-scrollbar{
  display:none;
}
.nav-inner{
  
}



.trigger{
    position: absolute;
    top: -140px;
}

.hero{
    height: 100vh;
    display: flex;
    align-items: center;
    font-size: clamp(40px, 3.5vw, 66px);
    position: relative;
}


.hero p:nth-child(1){
    line-height: 1.4;
    font-weight: bold;
}

.hero p:nth-child(2){
    font-size: 45%;
    line-height: 1.7;
    font-weight: bold;
    margin-top: 4em;
}


.hero .scroll{
    position: absolute;
    bottom: 80px;
   right: 0;
    transform: translateX(-50%);
    z-index: 4;
    
}

.hero .scroll-line{
    display: block;
    position: relative;
    width: 0.5px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
}
.scroll-line:after{
    content: "";
    display: block;
    width:100%;
    height:100%;
    background:rgba(255,255,255,1);
    animation:scroll-anime 1.4s ease-in infinite}
@keyframes scroll-anime{0%{transform:translateY(-120%)}to{transform:translateY(120%)}}



h2{
    font-size: 48px;
    margin-bottom: 80px;
}


h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}
h4{
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 1.4;
    word-break: keep-all;
    overflow-wrap: break-word;
     white-space: nowrap;
}

h4 br{
     white-space: normal;
}

.about{
    margin-bottom: 140px;
    position: relative;
}
.mission{
    margin-bottom: 80px;
}
.mission p{
    line-height: 2.4;
    font-size: 20px;
    text-align: justify;
}

.story p{
    line-height: 2;
    font-size: 15px;
    text-align: justify;
    margin-top: 60px;
}

.story strong{
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.story strong:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    opacity: 0.3;
}

.story strong span{
    background: #000;
    position: relative;
    z-index: 2;
    padding: 0 1.5em;
    font-weight: bold;
}
.company{
    margin-bottom: 140px;
    position: relative;
}
.company dl {
  display: flex;
  flex-wrap: wrap;
  
  line-height: 1.7;

 
  position: relative;
  
}

.company dl:nth-child(1){
    
}

.company dl  dt {
  width: 160px;
    padding: 20px 0px;
   font-size: 14px;
}


.company dl dt span{
    font-weight: bold;
    display: block;
    font-size: 80%;
}
.company dl dd {
  width: calc(100% - 160px);
    padding: 20px 0px;
    font-weight: normal;
    font-size: 14px;
}



.company dl:last-child a {
    margin-bottom: 8px;
    transition-duration: 0.4s;
    
}

.company dl:last-child:has(.hover) a:not(.hover){
    opacity: 0.6;
}
.company dl a span{
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

.news{
    margin-bottom: 100px;
}

.sub .news{
    margin-bottom: 0;
}
.news-list{
    border-top: solid 1px rgba(255,255,255,.7);
}
.news-list li{
    border-bottom: solid 1px rgba(255,255,255,.7);
}

.news-list li a{
    display: flex;
    padding: 40px 20px;
    font-size: 18px;
}

.news-list li a .news-date{
    width: 8rem;
    flex-shrink: 0;
    font-size: 80%;
    color: #ccc;
}

.news-btn{
    text-align: center;
    margin-top: 40px;
}

.news-btn a{
    display: inline-block;
    padding: 20px 5px;
    font-size: 16px;
    position: relative;
}

.news-btn a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background:rgba(255,255,255,1);
bottom: 0px;
transform: scale(1, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;   /*変形の時間*/
}

.news-btn a:hover::after {
transform: scale(0, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.contact-btn{
    width: 100%;
    height: 120px;
    display: block;
    border: solid 1px rgba(255,255,255,.7);
    display: flex;
   align-items: center;
    
    font-size: 28px;
    padding-left: 60px;
    position: relative;
    transition-duration: 0.3s;
    
}
.contact-btn:hover{
    background: #fff;
    color: #000;
}
.contact-btn .arrow{
   display: block;
    width: 80px;
    height: 1px;
    background: rgba(255,255,255,1);
   position: absolute;
    top: 50%;
    right: 40px;
    transition-duration: 0.3s;
}
.contact-btn:hover .arrow{
    background: #000;
    transform: translateX(20%);
}
.contact-btn .arrow:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
     width: 15px;
    height: 1px;
    transform: rotate(30deg);
    background: rgba(255,255,255,1);
    transform-origin: right bottom;
    transition-duration: 0.3s;
}

.contact-btn:hover .arrow:after{
    background: #000;
}
footer{
    text-align: right;
    padding-top: 140px;
    font-size: 12px;
}


.sub footer{
    text-align: center;
}


.news-detail h3{
    font-size: 24px;
    border-bottom: solid 1px rgba(255,255,255,.7);
    padding-bottom: 40px;
    
}
.news-detail h3 .news-date{
    font-size:70%;
    display: block;
    margin-bottom: 0.8em;
}

.news-detail-txt{
    line-height: 1.8;
    font-size: 16px;
}


form div{
    margin-bottom: 40px;
}
form input,form textarea{
    width: 100%;
    border-bottom: solid 1px rgba(255,255,255,.7);
    resize: none;
    padding: 20px;
    font-size: 16px;
}

form input:focus,form textarea:focus{
    border-bottom: solid 1px rgba(255,255,255,1);
}

form button{
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    margin: 0 auto;
    transition-duration: 0.2s;
}

form button:hover{
    background: #fff;
    color: #000;
}
.thanks{
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
}
@media screen and (max-width: 896px){
    
   
    main{
        width: 100% !important;
        padding: 0 28px 120px;
    }
    
    .sub main{
        width: 100%;
        padding: 200px 28px 120px;
    }
    .nav-btn{
    position: fixed;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 999;
}
     .nav-btn span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 1px;
         background: #fff;
        transition-duration: 0.2s;
    }
    
   
    

    .nav-btn span:nth-of-type(1) {
        top: 25px;
        left: 10px;
    }

    .nav-btn.close span:nth-of-type(1) {
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }

  

    .nav-btn span:nth-of-type(2) {
        bottom: 25px;
        left: 10px;
    }

    .nav-btn.close span:nth-of-type(2) {
        bottom: calc(50% - 0px);
        transform: translateY(0) rotate(-45deg);
    }
    
    .nav-inner{
        height: 100vh;
        overflow: scroll;
    }
    
    nav{
        display: none;
        background: #000;
        width: 100%;
        top: 0;
        right: 0;
        
    }
    nav ul{
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 100vh;
        padding: 100px 0 40px;
    }
    nav li{
        margin-left: 0;
    }
    nav a.instagram{
    padding: 20px 0;
}
    h1{
        position: fixed !important;
        top: 20px !important;;
        left: 20px !important;;
        height: auto !important;;
        width: 80px !important;;
        z-index: 999;
         opacity: 1;
    filter: blur(0px);
    transform: translateY(0px);
        transition-duration: 0s !important;
       
        
    }
    h1 img{
        width: 100% !important;;
        height: auto !important;
        position: static !important;;
        top: 0;
        left: 0;
        transform: translate(0%, 0%) !important;
        
    }
.hero{
    height: 100svh;
    min-height: 180vw;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 7.4vw;
    position: relative;
}


    .hero .logo{
        width: 50vw;
        margin: 0 auto 16vw;
    }
    
    .hero-copy{
         white-space: nowrap;
    }

.hero .scroll{
    bottom: 40px;
   right: 0px;
    
}

.hero .scroll-line{
    height: 100px;
}


h2{
    font-size: 28px;
    margin-bottom: 40px;
}


h3{
    font-size: 16px;
    margin-bottom: 28px;
}
h4{
    font-size: 24px;
    margin-bottom: 40px;
}

.trigger{
    top: -100px;
}

.about{
    margin-bottom: 80px;
}
.mission{
    margin-bottom: 80px;
}
.mission p{
    font-size: 15px;
}

.story p{
    font-size: 13px;
    margin-top: 40px;
}

.story strong{
    margin-bottom: 12px;
}

.company{
    margin-bottom: 140px;
}
.company dl {
  display: block;
  
  
}

.company dl  dt {
  width: 100%;
    padding: 0;
    margin-bottom: 16px;
   font-size: 13px;
}


.company dl dt span{
    display: block;
    font-size: 80%;
}
.company dl dd {
  width:100%;
    padding: 0;
    margin-bottom: 32px;
    font-size: 13px;
}



.news{
    margin-bottom: 100px;
}
.news-list{
    border-top: solid 1px rgba(255,255,255,.7);
}
.news-list li{
    border-bottom: solid 1px rgba(255,255,255,.7);
}

.news-list li a{
    display: block;
    padding: 20px 20px;
    font-size: 14px;
}

.news-list li a .news-date{
    display: block;
    width: 100%;
    flex-shrink: 0;
    font-size: 80%;
    margin-bottom: 10px;
}

.news-btn{
    margin-top: 28px;
}

.news-btn a{
    padding: 16px 4px;
    font-size: 14px;
}

.contact-btn{
    width: 100%;
    height: 80px;
    font-size: 20px;
    padding-left: 28px;
    
}

.contact-btn .arrow{
    width: 60px;
    right: 20px;
}

.contact-btn .arrow:after{
     width: 12px;
}

footer{
    text-align: center;
    padding-top: 120px;
    font-size: 11px;
}
    
.sub footer{
    text-align: center;
}


.news-detail h3{
    font-size: 18px;
    padding-bottom: 28px;
    
}

.news-detail-txt{
    font-size: 12px;
}


form div{
    margin-bottom: 20px;
    font-size: 14px;
}
form input,form textarea{
    padding: 14px;
    font-size: 14px;
}

form button{
    width: 180px;
    height: 56px;
    margin: 40px auto 0;
    font-size: 14px;
}

form button:hover{
    background: #fff;
    color: #000;
}
 .thanks{
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}   
}
