@charset "utf-8";
html {
    font-family: "Poppins", sans-serif;
    background: #000000;
    color: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    /* height: 100%; */
    min-height: 100dvh; 
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    position: relative;
    -webkit-position: relative;
    /* touch-action: pan-y; */
}
body {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    /* touch-action: pan-y; */
}

@media(min-width: 750px){
    a[href^="tel:"]{
      pointer-events: none;
    }
}

.footer-line-1{
    animation-name: footer-line-1;
    animation-fill-mode:forwards;
    animation-duration: .6s;
    animation-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes footer-line-1{
    from {
        width: 1px;
        height: 1px;
    }
    to {
        width: 1px;
        height: 105px;
    }
}
@media (max-width: 750px) {
@keyframes footer-line-1{
    from {
        width: 1px;
        height: 1px;
    }
    to {
        width: 1px;
        height: 102px;
    }
    }
}

.footer-line-2{
    animation-name: footer-line-2;
    animation-fill-mode:forwards;
    animation-duration: .4s;
    animation-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes footer-line-2{
    from {
        width: 1px;
        height: 1px;
    }
    to {
        width: 16px;
        height: 1px;
    }
}
@media (max-width: 750px) {
@keyframes footer-line-2{
    from {
        width: 1px;
        height: 1px;
    }
    to {
        width: 16px;
        height: 1px;
    }
    }
}


.footer-txt-move-1{
    animation-name: footer-txt;
    animation-fill-mode:forwards;
    animation-duration: 1.6s;
    animation-delay: .4s;
    transform: translate(-20px);
    opacity: 0;
    animation-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer-txt-move-2{
    animation-name: footer-txt;
    animation-fill-mode:forwards;
    animation-duration: 1.6s;
    animation-delay: .6s;
    transform: translate(-20px);
    opacity: 0;
    animation-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer-txt-move-3{
    animation-name: footer-txt;
    animation-fill-mode:forwards;
    animation-duration: 1.6s;
    animation-delay: .8s;
    transform: translate(-20px);
    opacity: 0;
    animation-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes footer-txt{
    from {
        transform: translate(-20px);
        opacity: 0;
    }
    to {
        transform: translate(0px);
        opacity: 1;
    }
}



/* マウスストーカー2 */
.button:hover {
  background-color: #fff;
  color: #212121;
}
.stalker {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  border: 1px solid transparent;
  transition: background-color .5s, border .5s;
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
  z-index: 999;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
    .stalker {
        display: none;
    }
}
.stalker.is-active {
  background: rgba(0, 0, 0, 0);
  border-color: #ffffff;
}
.img-content-hover {
    position: fixed;
}
.title {
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 200;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.5s;
}
.stalker.is-active .title {
  opacity: 1;
}
.title p {
  margin: 0;
}

.video-slider-container {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}




.read-btn-container {
    width: 100%;
}
.read-btn {
    text-align: center;
}
.read-btn a {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 20px 160px;
    color: #fff;
    text-align: center;
    border: solid 1px rgb(255, 255, 255);
    background-color: #000;
    transition: .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.read-btn a:hover {
    color: #000;
    text-align: center;
    background-color: #fff;
}
@media (max-width: 750px) {
    .read-btn a {
        font-size: 3vw;
        padding: 4vw 24vw;
    }
}




/*== スクロールバーデザイン ==*/
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  background-color: #000000;
}
::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}


.space-4px {
    height: 4px;
}
.space-16px {
    height: 16px;
}
.space-24px {
    height: 24px;
}
.space-40px {
    height: 40px;
}
.space-64px {
    height: 64px;
}
.space-80px {
    height: 80px;
}
.space-100px {
    height: 100px;
}
.space-120px {
    height: 120px;
}
.space-160px {
    height: 160px;
}
.space-200px {
    height: 200px;
}
.space-240px {
    height: 240px;
}
.space-280px {
    height: 280px;
}
.space-320px {
    height: 320px;
}
.space-360px {
    height: 360px;
}
.space-400px {
    height: 400px;
}
.space-L-vw {
    height: 10vw;
}
@media (max-width: 750px) {
    .space-16px {
        height: 2vw;
    }
    .space-24px {
        height: 4vw;
    }
    .space-40px {
        height: 7vw;
    }
    .space-64px {
        height: 8vw;
    }
    .space-80px {
        height: 14vw;
    }
    .space-100px {
        height: 16vw;
    }
    .space-120px {
        height: 18vw;
    }
    .space-160px {
        height: 20vw;
    }
    .space-200px {
        height: 32vw;
    }
    .space-240px {
        height: 40vw;
    }
    .space-280px {
        height: 42vw;
    }
    .space-L-vw {
        height: 16vw;
}
}
  


  
/* 画面遷移のためのCSS */
#splash {
    position: fixed;
    -webkit-position: fixed;
    width: 100%;
    /* height: 100%; */
    min-height: 100dvh; 
    background: #000000;
    z-index: 9999999;
}




.header-pc {
    position: absolute;
    -webkit-position: absolute;
    z-index: 999;
    width: 100%;
    height: 100px;
}
.fpv-logo {
    position: relative;
    -webkit-position: relative;
    top: 40px;
    left: 60px;
    width: 180px;
}
.fpv-logo img {
    width: 180px;
}
@media (max-width: 750px) {
    .fpv-logo {
        top: 30px;
        left: 6vw;
        width: 120px;
    }    
    .fpv-logo img {
        width: 120px;
    }
}




.menu-container {
    z-index: 9999;
    position: fixed;
    width: 160px;
    top: 30px;
    right: 0px;
            mix-blend-mode: difference;

}
.contents {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    letter-spacing: .2px;
}
.nav li {
    right: 0;
    position: relative;
    text-align: right;
    transform: translate(0px , 4px);
}
.nav > li {
    border-bottom: none;
}
.nav li:last-child {
    border-bottom: none;
}
.nav li:hover > ul > li {
    border-bottom: none;
}
.nav li > ul > li:last-child {
    border-bottom: none;
}
.nav li a {
    text-align: right;
    display: block;
    width: 120px;
    color: #fff;
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s;
}
.nav > li:hover > a {
    color: rgb(145, 145, 145);
    transition: 0.5s;
}
  .nav > li li:hover > a {
    color: rgb(145, 145, 145);
}
.nav li:hover > ul > li {
    z-index: 999;
    overflow: visible;
    top: -40px;
    right: 160px;
    height: 36px;
    opacity: 1;
    transition: 0.6s;
}
.nav li ul li {
    z-index: 999;
    overflow: hidden;
    top: -40px;
    right: 140px;
    list-style: none;
    transition: 0.6s;
    opacity: 0;
}
.menu-drop {
    position: absolute;
    right: 0;
    display: flex;
    white-space: nowrap;
    transform: translate(0px , -2px);
    letter-spacing: 1px;
}
.menu-line-1 {
    transition: 0.6s;
    position: absolute;
    right: 0px;
    transform: translate(54px);
    top: 20px;
    width: 0px;
    height: 1px;
    background-color: #fff;
}
li:hover .menu-line-1 {
    width: 34px;
    opacity: .4;
}
.menu-line-2 {
    transition: 0.4s;
    position: absolute;
    right: 1px;
    transform: translate(40px);
    top: 20px;
    width: 0px;
    height: 1px;
    background-color: #fff;
    opacity: .2;
}
li:hover .menu-line-2 {
    transition-delay: .3s;
    width: 19px;
    opacity: .4;
}
.menu-line-3 {
    transition: 0.4s;
    position: absolute;
    right: 0px;
    transform: translate(40px);
    top: 20px;
    width: 0px;
    height: 1px;
    background-color: #fff;
    opacity: .2;
}
li:hover .menu-line-3 {
    transition-delay: .4s;
    width: 20px;
    opacity: .4;
}
.menu-line-4 {
    transition: 0.3s;
    position: absolute;
    right: 0px;
    transform: translate(40px);
    top: 21px;
    width: 1px;
    height: 0px;
    background-color: #fff;
    opacity: .2;
}
li:hover .menu-line-4 {
    transition-delay: .2s;
    height: 71px;
    opacity: .4;
}
@media (max-width: 750px) {
    .menu-container {
        display: none;
    }
}
.nav-move-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
}




/* spのmenu */
#g-nav{
    display: block;
    position:fixed;
    z-index: 1000;
    opacity: 0;
    right: -100%;
    width:60%;
    height: 100vh;
    background:#111111;
    transition: .8s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#g-nav.panelactive{
    right: 0;
    width: 90%;
    opacity: 1;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    -webkit-position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    position: absolute;
    -webkit-position: absolute;
    display: block;
    z-index: 998;
    top:50%;
    left:80px;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
}
.sp-nav-other {
    position: relative;
    padding-top: 4px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
}
.menu-drop-sp {
    text-align: left;
    margin-left: 50px;
}
.menu-line-1-sp {
    position: absolute;
    top: 14px;
    left: 8px;
    width:24px;
    height: 1px;
    background-color: #fff;
}
.menu-line-2-sp {
    position: absolute;
    top: 16px;
    left: 8px;
    width:24px;
    height: 1px;
    background-color: #fff;
}
.menu-line-3-sp {
    position: absolute;
    top: 16px;
    left: 8px;
    width:24px;
    height: 1px;
    background-color: #fff;
}
.menu-line-4-sp {
    position: absolute;
    top: -26px; 
    left: 8px;
    width:1px;
    height: 121px;
    background-color: #fff;
}
@media (max-width: 750px) {
    #g-nav{
        display: block;
        text-align: left;
    }
}

/* ボタンのためのCSS */
.openbtn1 {
    display: none;
    position:fixed;
    z-index: 1001;
    top:10px;
    right: 10px;
    cursor: pointer;
    width: 60px;
    height:40px;
    user-select:none;
}
/*×に変化*/  
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    -webkit-position: absolute;
    right: 20px;
    height: 1px;
    background-color: #ffffff;
    width: 60%;
}
.openbtn1 span:nth-of-type(1) {
    top:24px;
}
.openbtn1 span:nth-of-type(2) {
    top:32px;
}
.openbtn1.active span:nth-of-type(1) {
    top: 20px;
    right: 20px;
    transform: translateY(6px) rotate(-45deg);
    -webkit-transform: translateY(6px) rotate(-45deg);
    width: 60%;
}
.openbtn1.active span:nth-of-type(2){
    top: 32px;
    right: 20px;
    transform: translateY(-6px) rotate(45deg);
    -webkit-transform: translateY(-6px) rotate(45deg);
    width: 60%;
}
@media (max-width: 750px) {
    .openbtn1 {
        display: block;
    }
}






.menu-hover-01 {
    width: 100%;
    transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.menu-hover-02 {
    margin-top: 10px;
    transition: .4s cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
}
.header-pc li:hover .menu-hover-01{
    transform: translate(0,-26px);
    -webkit-transform: translate(0,-26px);
    opacity: 0;
}
.header-pc li:hover .menu-hover-02 {
    transform: translate(0,-26px);
    -webkit-transform: translate(0,-26px);
    opacity: 1;
}
@media (max-width: 900px) {
    .header-sp li {
        font-family: "Poppins", sans-serif;
        font-size: 22px;
        letter-spacing: .4px;
        font-weight: 300;
        position: relative;
        -webkit-position: relative;
        text-align: left;
        height: 30px;
        margin-bottom: 40px;
    }
    #g-nav{
        width:100%;
    }
}
@media (max-width: 750px) {
    .header-sp li {
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        letter-spacing: .4px;
        font-weight: 300;
        position: relative;
        -webkit-position: relative;
        text-align: left;
        height: 24px;
        margin-bottom: 30px;
    }
    #g-nav{
        width:100%;
    }
}





.top-logo img {
    mix-blend-mode: difference;
    z-index: 1;
    width: 40vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}




.video-slider-container {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
  }
  .video-slider {
    position: relative; width: 100%; height: 100%; overflow: hidden;
  }
  .video-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .video-slide.active { opacity: 1; }
  .video-slide a {
    display: block; width: 100%; height: 100%; text-decoration: none;
    position: relative;
  }
  .video-slide video {
    display: block; width: 100%; height: 100%; object-fit: cover;
  }
  .video-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.2); z-index: 2;
  }

.prev-btn, .next-btn {
    position: absolute; 
    top: calc(50% - 20px);
    transform: translateY(-50%);
    height: 60px;
    width: 40px;
    border: none; 
    color: white;
    z-index: 10;
    font-size: 1.2rem;
    opacity: 1;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 6px;
    -webkit-tap-highlight-color: transparent;
}

.prev-btn { left: 0; }
.next-btn { right: 0; }

.prev-btn::before, .next-btn::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
}
.prev-btn::before { transform: rotate(-135deg); margin-left: 4px; }
.next-btn::before { transform: rotate(45deg); margin-right: 4px; }
@media (min-width: 768px) {
    .prev-btn::before, .next-btn::before {
        content: '';
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        display: block;
        opacity: 0;
    }
}

    

@media (min-width: 768px) {
    .prev-btn, .next-btn {
        height: 100%;
        width: 12%;
        border-radius: 0;
        margin: 0;
        opacity: 0;
        background-color: transparent;
    }
    .prev-btn:hover, .next-btn:hover {
        opacity: 0;
    }
}

.prev-btn:hover, .next-btn:hover {
     opacity: 1;
}
.prev-btn {
    left: 0;
}
.next-btn {
    right: 0;
}
  .slider-indicators {
    position: absolute;
    bottom: 40px;
    right: 40px;
    transform: translateX(-50% , -50%);
    display:flex;
    z-index: 999;
  }
  .indicator-dot {
    width: 40px;
    height: 2px;
    background-color: rgba(0, 0, 0, 1);
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .indicator-dot.active {
    background-color: white;
  }
.video-ttl {
    position: fixed;
    bottom: 0px;
    left: 20px;
    z-index: 999;
    font-size: 12vw;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    letter-spacing: -1vw;
    white-space: nowrap;
}
@media (max-width: 1200px) {
    .video-ttl {
        font-size: 140px;
        letter-spacing: -12px;
    }
}
@media (max-width: 750px) {
    .video-ttl {
        -webkit-font-smoothing: antialiased;
        font-size: 80px;
        letter-spacing: -4px;
        left: 16px;
        height: 80px;
        bottom: 32px;
        line-height: 1; 
    }
    /* .slider-indicators {
        display: none;
        position: absolute;
        bottom: 48px;
        left: 24px;
        -webkit-transform: translate(00%, -50%);
        transform: translateX(0% , -50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display:flex;
        z-index: 999;
        width: calc(100% - 48px); 
    } */
    .indicator-dot {
        display: block;
        flex: 1;
        width: 33%;
        height: 1px;
        background-color: rgba(0, 0, 0, 1);
        cursor: pointer;
        transition: background-color 0.3s ease;
        -webkit-tap-highlight-color: transparent;
    }
}

.video-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}


.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  z-index: 1;
}

.video-slide .title {
  position: relative;
  z-index: 2;
}








.ttl-container {
    position: relative;
    left: 46px;
}
.ttl-h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    font-size: 110px;
    letter-spacing: -6px;
    max-width: 200px;
    white-space: nowrap;
    position: relative;
}
.ttl-h1 img {
    margin-top: 32px;
    width: 36vw;
    min-width: 400px;
    top: 0;
    left: 0;
    transform: skew(-8deg, 0deg);
}
@media (min-width: 1200px) {
    .ttl-h1 {
        font-size: 9vw;
    }
}
@media (min-width: 1600px) {
    .ttl-h1 {
        font-size: 150px;
    }
}
@media (max-width: 750px) {
    .ttl-container {
        position: relative;
        left: 4vw;
    }
    .ttl-h1 {
        font-size: 16vw;
        letter-spacing: -.4vw;
    }
    .ttl-h1 img {
        margin-top: 2vw;
        width: 70vw;
        min-width: auto;
    }
}









#youtube-content {
    z-index: 999;
    width: 100%;
    position: relative;
}
.youtube-content {
    width: 100%;
    display: flex;
    position: relative;
}
.youtube-content-txt {
    width: 40%;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.youtube-txt-content {
    width: 30%;
    position: absolute;
    top: 0;
}
.youtube-txt-content-sp {
    display: none;
}
.youtube-txt-container {
    width: 60%;
    margin: auto;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.youtube-content-main-txt {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 24px;
}
.youtube-content-main-txt span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
}
.youtube-content-sub-txt {
    margin-top: 24px;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
}
.youtube-content-img{
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1;
}
.youtube-img-txt-content {
    position: absolute;
    font-family: "Poppins", sans-serif;
    color: #fff;
    z-index: 1;
    top: 50%;
    left: 100px;
    transform: translate(0% , -50%);
    opacity: 0;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.youtube-img-content-main-txt {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 36px;
}
.youtube-img-content-sub-txt {
    margin-top: 24px;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 26px;
}
.youtube-img-content-sub-txt span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 26px;
}
.play_mark{
    margin-top: 2vw;
    width: 8vw;
    max-width: 80px;
    animation-delay: 1s;
    opacity: 0;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.youtube-content-shadow-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.youtube-content-shadow-01{
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    right: 0;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.youtube-content-shadow-02{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.youtube-content-img img {
    width: 100%;
}

.youtube-content:hover .youtube-txt-container{
    opacity: 0;
    transform: translate(-40px , 0);
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.youtube-content:hover .youtube-content-shadow-01{
    width: 100%;
    background-color: rgba(20, 20, 20, 1);
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.youtube-content:hover .youtube-content-shadow-02{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.youtube-content:hover .youtube-img-txt-content {
    position: absolute;
    font-family: "Poppins", sans-serif;
    color: #fff;
    z-index: 1;
    top: 50%;
    left: 100px;
    transform: translate(0% , -50%);
    opacity: 1;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.play_mark:hover {
    transform: scale(1.1);
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.youtube-content:hover .play_mark{
    animation-name: play_mark;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    transition: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes play_mark {
    0% {
        opacity: 0;
        transform: translate(-20px , 0);
    }
    20% {
        opacity: 0;
        transform: translate(-20px , 0);
    }
    100% {
        opacity: 1;
        transform: translate(0 , 0);
    }
}
@media (max-width: 750px) {
    .youtube-content {
        width: 90vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }
    .youtube-content-txt {
        width: 100%;
    }
    .youtube-txt-content {
        display: none;
    }
    .youtube-txt-content-sp {
        display: block;
        width: 100%;
        position: relative;
        top: 3vw;
        margin-bottom: 10vw;
    }
    .youtube-txt-container {
        width: 100%;
    }
    .youtube-content-main-txt {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 24px;
    }
    .youtube-content-main-txt span {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 24px;
    }
    .youtube-content-sub-txt {
        margin-top: 2vw;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 22px;
    }
    .youtube-content-img{
        width: 100%;
        height: 100%;
        position: relative;
        opacity: 1;
    }
    .youtube-img-txt-content {
        display: none;
    }
    .youtube-content-shadow-container {
        display: none;
    }
    .youtube-content-shadow-01{
        display: none;
    }
    .youtube-content-shadow-02{
        display: none;
    }
    .youtube-content:hover .youtube-txt-container{
        opacity: 1;
        transform: translate(0px , 0);
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
}







#youtube-content-thumbnail {
    max-width: 1600px;
    margin:  0 auto;
    width: 100%;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4px;
}
.youtube-thumbnail {
    width: 100%;
    display: block;
    margin-bottom: 80px;
}
.youtube-thumbnail p {
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.youtube-thumbnail-img {
    position: relative;
}
.youtube-thumbnail img {
    width: 100%;
}
.youtube-thumbnail-play_mark {
    z-index: 1;
    width: 16%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    transition: .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.youtube-thumbnail:hover .youtube-thumbnail-play_mark {
    z-index: 1;
    width: 18%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.youtube-thumbnail-shadow {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .0;
    position: absolute;
    right: 0;
    transition: .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.youtube-thumbnail:hover .youtube-thumbnail-shadow {
    opacity: .4;
}
.youtube-thumbnail-ttl p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .6px;
}
.youtube-thumbnail-ttl p span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .6px;
}
.youtube-thumbnail-txt p {
    color: rgb(140, 140, 140);
    margin-top: 8px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .4px;
}
@media (max-width: 1200px) {
    #youtube-content-thumbnail {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 750px) {
    #youtube-content-thumbnail {
        max-width: 90vw;
        margin:  0 auto;
        width: 100%;
        padding: 0 0px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .youtube-thumbnail:hover .youtube-thumbnail-shadow {
        opacity: 0;
    }
    .youtube-thumbnail {
        margin-bottom: 12vw;
    }
}



#pilot-content-thumbnail {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
    box-sizing: border-box;
}
.pilot-content-list {
    width: 100%;
    display: grid;
    gap: 5vw 4vw;
    grid-template-columns: repeat(4, 1fr);
}
.pilot-thumbnail-box {
    width: 100%;
    position: relative;
}
.pilot-thumbnail-img-container {
    width: 100%;
    position: relative;
}

.pilot-thumbnail-img {
    top: 0;
    height: 26vw;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}
.pilot-thumbnail-box:hover img {
    position: relative;
    opacity: 0;
}
.pilot-thumbnail-mixblend {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    mix-blend-mode: saturation;
    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
_::-webkit-full-page-media, _:future, :root .pilot-thumbnail-mixblend {
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, 0);
}
.pilot-thumbnail-box {
    isolation: isolate;
}
.pilot-thumbnail-mixblend:hover {
    opacity: 0;
}
.pilot-thumbnail-img-on {
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
}
.pilot-thumbnail-img img {
    width: 100%;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pilot-thumbnail-img:hover img {
    transform: scale(1.1);
}
.pilot-thumbnail-txt-container {
    position: relative;
    -webkit-position: relative;
}
.pilot-thumbnail-txt {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .6px;
    color: #fff;
}



.hidden-view{
    display: none;
}
.pilot-thumbnail-modal-container {
    width: 100%;
}
.pilot-thumbnail-modal-img-txt-container {
    top: 0;
    left: 0;
    display: flex;
    -webkit-display: flex;
    width: 100%;
}
.pilot-thumbnail-modal-img-container-pc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pilot-thumbnail-modal-img-container-sp {
    display: none;
}
.pilot-thumbnail-modal-txt-container {
    width: 100%;
    padding: 100px 80px;
}
.pilot-thumbnail-modal-ttl-txt p {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
.pilot-thumbnail-modal-main-txt p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.pilot-thumbnail-modal-sub-txt p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
}
@media (max-width: 1200px) {
    .pilot-content-list {
        width: 100%;
        display: grid;
        gap: 6vw 4vw;
        grid-template-columns: repeat(3, 1fr);
    }
    .pilot-thumbnail-img {
        top: 0;
        height: 36vw;
        object-fit: cover;
        overflow: hidden;
        position: relative;
    }
}
@media (max-width: 750px) {
        #pilot-content-thumbnail {
        width: 100%;
        margin: 0 auto;
        padding: 0 5vw;
    }
    .pilot-content-list {
        width: 100%;
        display: grid;
        gap: 12vw 2vw;
        grid-template-columns: repeat(2, 1fr);
    }
    .pilot-thumbnail-img {
        top: 0;
        height: 56vw;
        object-fit: cover;
        overflow: hidden;
        position: relative;
    }
    .pilot-thumbnail-mixblend {
        z-index: 1;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        mix-blend-mode:saturation;
        transition: .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .pilot-thumbnail-mixblend:hover {
        opacity: 0;
    }
    .pilot-thumbnail-img-on {
        position: absolute;
        top: 0;
        object-fit: cover;
        width: 100%;
        overflow: hidden;
    }
    .pilot-thumbnail-img img {
        width: 100%;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .pilot-thumbnail-img:hover img {
        transform: scale(1.1);
    }
    .pilot-thumbnail-txt-container {
        position: relative;
        -webkit-position: relative;
    }
    .pilot-thumbnail-txt {
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        margin-top: 8px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: .6px;
        color: #fff;
    }
    .hidden-view{
        display: none;
    }
    .pilot-thumbnail-modal-container {
        width: 100%;
    }
    .pilot-thumbnail-modal-img-txt-container {
        top: 0;
        left: 0;
        display: block;
        -webkit-display: block;
        width: 100%;
    }
    .pilot-thumbnail-modal-img-container-pc img {
        width: 100%;
        height: 60vw;
        object-fit: cover;
        object-position: top; 
    }
    .pilot-thumbnail-modal-img-container-sp {
        display: none;
    }
    .pilot-thumbnail-modal-txt-container {
        width: 100%;
        padding: 24px 24px 40px 24px;
    }
    .pilot-thumbnail-modal-ttl-txt p {
        font-family: "Poppins", sans-serif;
        font-size: 24px;
        line-height: 36px;
        font-weight: 600;
    }
    .pilot-thumbnail-modal-main-txt p {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }
    .pilot-thumbnail-modal-sub-txt p {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 15px;
        line-height: 26px;
        font-weight: 500;
    }
}
.hide-area{
    display: none;
    width: 600px;
    background-color: #724836;
}
.modaal-close:after, 
.modaal-close:before {
    background:#ccc;  
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background:#666;
}

















  
#kitchen-studio-content-kv {
    width: 100%;
    height: 50vh;
    z-index: -2;
}
.kitchen-studio-content-kv-shadow {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    background-color: #000;
    opacity: .6;
    z-index: -1;
}
.kitchen-studio-content-video-background {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -2;
}

.kitchen-studio-content-video-background img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#kitchen-studio-photo-content {
    width: 100%;
    background-color: #555557;
}
.kitchen-studio-photo-box {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.photo-thumbnail {
    display: block;
    cursor: pointer;
}
.photo-thumbnail-img {
    position: relative;
}
.photo-thumbnail img {
    width: 100%;
    border-radius: 5px;
    height: auto;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .kitchen-studio-photo-box {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 750px) {
    .kitchen-studio-photo-box {
        padding: 0 15px;
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    overflow-y: auto;
}

.modal-content-container {
    display: flex;

    flex-direction: column;
    align-items: center;
    margin: auto;
}

.modal-content {
    display: block;
    width: 95%;
    height: auto;
    border-radius: 5px;
}

.close.pc-close {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: opacity 0.3s;
    display: block;
}
.close.pc-close:hover {
    opacity: 0.7;
}
.close.pc-close::before,
.close.pc-close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 50%;
}
.close.pc-close::before {
    transform: rotate(45deg);
}
.close.pc-close::after {
    transform: rotate(-45deg);
}

.close-sp-button {
    display: none;
    font-family: "Poppins", sans-serif;
    margin-top: 40px;
    color: #fff;
    padding: 10px 30px;
    border: none;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 22px;
    border-radius: 5px;
}

@media (max-width: 750px) {
    .modal {
        justify-content: flex-start; 
        padding-top: 40px;
    }
    .modal-content-container {
        width: 100%;
    }
    .modal-content {
        width: 100%;
    }
    .close.pc-close {
        display: none;
    }
    .close-sp-button {
        display: block;
    }
}

.kitchen-studio-ttl {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 46px;
    font-weight: 500;
    color: #000;
}
.kitchen-studio-ttl-w {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 46px;
    font-weight: 500;
    color: #fff;
}
.kitchen-studio-ttl,
.kitchen-studio-ttl-w span {
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin: 0 auto;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 46px;
    font-weight: 500;
}
#kitchen-studio-content-w {
    background-color: #fff;
}
#kitchen-studio-content-g {
    background-color: #555557;
}

#kitchen-drawing-content {
    width: 100%;
    margin: 0 auto;
    background-color: #555557;
}
.kitchen-drawing-img {
    width: calc(100% - 10%);
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}
.kitchen-drawing-img img {
    width: calc(100% - 40px);
    object-fit: cover;
    border-radius: 5px;
    text-align: center;
}

.kitchen-studio-price {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    line-height: 32px;
    padding: 20px;
    margin: 0 auto;
    width: calc(100% - 10%);
    max-width: 1000px;
    text-align: center;
    border-radius: 5px;
    background-color: #3b3b3b;
}
.kitchen-studio-price span {
    font-family: "Poppins", sans-serif;
    font-size: 23px;
}
.kitchen-studio-txt {
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 0 40px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    letter-spacing: .2px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
}
.kitchen-studio-txt-sp {
    display: none;
}
.kitchen-studio-price-address {
    margin-top: 32px;
}
.kitchen-txt-address-01,
.kitchen-txt-address-02 {
    font-feature-settings: "palt";
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0px;
    margin: 10px 0;
    line-height: 20px;
}
.kitchen-txt-address-01 span {
    font-feature-settings: "palt";
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0px;
    margin: 10px 0;
    line-height: 20px;
}
.kitchen-txt-address-02 span {
    font-feature-settings: "palt";
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0px;
    margin: 10px 0;
    line-height: 20px;
}
.kitchen-map iframe {
    margin-top: 24px;
    width: 100%;
    height: 340px;
    border-radius: 5px;
}
.kitchen-studio-content-video-background {
    opacity: 1;
    transition: opacity .2s ease-in-out;
}
.video-hidden {
    opacity: 0;
    pointer-events: none;
}
@media (max-width: 750px) {
    #kitchen-studio-content-kv {
        width: 100%;
        height: 40vh;
        z-index: -2;
    }
    .kitchen-studio-content-video-background {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        object-fit: cover;
        z-index: -2;
    }   
    .kitchen-studio-ttl {
        font-size: 6vw;
        letter-spacing: 4px;
        line-height: 46px;
    }
    .kitchen-studio-ttl span {
        margin: 0 auto;
        font-size: 7vw;
        letter-spacing: 1px;
        line-height: 46px;
    }
    .kitchen-studio-ttl-w {
        font-size: 6vw;
        letter-spacing: 4px;
        line-height: 46px;
    }
    .kitchen-studio-ttl-w span {
        margin: 0 auto;
        font-size: 7vw;
        letter-spacing: 1px;
        line-height: 46px;
    }
    #kitchen-studio-price-content {
        background-color: #000;
    }
    .kitchen-studio-price-img {
        margin: 0 auto;
        width: 90vw;
        text-align: center;
        height: 560px;
        max-width: none;
        background-color: #666;
    }
    .kitchen-studio-txt {
        display: none;
    } 
    .kitchen-studio-txt-sp {
        display: block;
        font-weight: 400;
        color: #000;
        width: 100%;
        max-width: none;
        letter-spacing: 1px;
        padding: 0 7vw;
        text-align: left;
        font-size: 15px;
        letter-spacing: .2px;
        line-height: 26px;
    }
    #kitchen-studio-movie-content {
        max-width: 90vw;
        margin:  0 auto;
        width: 100%;
        padding: 0 0px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .kitchen-drawing-img {
        width: calc(100% - 30px);
    }
    .kitchen-studio-price {
        width: calc(100% - 30px);
    }
}









#aboutus-content-kv {
    width: 100%;
    height: 50vh;
    z-index: -2;
}
.aboutus-content-kv-shadow {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    background-color: #000;
    opacity: .4;
    z-index: -1;
}
.aboutus-content-video-background {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -2;
}
#aboutus-txt-content {
    width: 100%;
    background-color: #000;
}
.aboutus-fpv-logo img {
    width: 240px;
}
.aboutus-txt-container {
    padding: 0 20px;
    text-align: center;
    margin: 0 auto;
    width: 1000px;
}
.aboutus-txt-ttl-pc p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 36px;
    letter-spacing: 3px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 48px;
    display: block;
}
.aboutus-txt-ttl-sp p {
    display: none;
}
.aboutus-txt-sp {
    display: none;
}
.aboutus-fpv-logo {
    margin: 0 auto;
}
.aboutus-txt-pc p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    letter-spacing: .2px;
    line-height: 40px;
    font-weight: 300;
    display: block;
}
.aboutus-txt-en p {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 200;
    opacity: .8;
}
.aboutus-content-content-video-background {
    opacity: 1;
    transition: opacity .2s ease-in-out;
}
@media (max-width: 750px) {
    #aboutus-content-kv {
        width: 100%;
        height: 40vh;
        z-index: -2;
    }
    .aboutus-content-video-background {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        object-fit: cover;
        z-index: -2;
    }
    .aboutus-fpv-logo img {
        width: 40vw;
    }
    .aboutus-txt-ttl-pc p {
        display: none;
    }
    .aboutus-txt-ttl-sp p {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 28px;
        letter-spacing: 2px;
        line-height: 44px;
        font-weight: 500;
        margin-bottom: 40px;
        display: block;
}
    .aboutus-txt-container {
        padding: 0 7vw;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .aboutus-txt-pc {
        display: none;
    }
    .aboutus-txt-sp {
        display: block;
    }
    .aboutus-fpv-logo {
        margin: 0 auto;
    }
    .aboutus-txt-sp p {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 16px;
        letter-spacing: .4px;
        line-height: 28px;
        font-weight: 300;
        text-align: left;
    }
    .aboutus-txt-en p {
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 22px;
        font-weight: 200;
        opacity: .8;
        text-align: left;
    }
    .aboutus-content-content-video-background {
        opacity: 1;
        transition: opacity .2s ease-in-out;
    }
}






#group-company-contents {
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    max-width: 1366px;
    background-color: #555557;
    padding: 0 40px;
}
.gray-back-ground {
    background-color: #555557;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1700px;
    z-index: -1;
}
.company-container {
    width: 100%;
    display: grid;
    gap: 56px 40px;
    grid-template-columns: repeat(2, auto);
}
.company-box {
    display: flex;
    width: 100%;
    padding-bottom: 48px;
    justify-content: space-between;
    border-bottom: 2px solid #666;
}
.company-box span {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
}
.company-txt-name span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2px;
    position: relative;
    top: 1px;
}
.company-logo-img {
    width: 100%;
}
.company-logo-img img {
    width: calc(100% - 60px);
    position: relative;
}
.company-txt-container {
    width: 100%;
}
.company-txt-name {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
.company-txt-establishment,
.company-txt-address-01,
.company-txt-address-02 {
    font-feature-settings: "palt";
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0px;
    margin: 10px 0;
    line-height: 20px;
}
.company-txt-address-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 64px;
    text-align: center;
}
.address-space {
    width: 20px;
    display: inline-block;
}
.company-txt-establishment span {
    font-feature-settings: "palt";
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
}
.company-txt-hp {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 13px;
    margin: 14px 0;
    letter-spacing: 1px;
}
@media (max-width: 1366px) {
    #group-company-contents {
        padding: 0 4vw;
    }
    .company-logo-img img {
        width: calc(100% - 4vw);
        position: relative;
    }
}
@media (max-width: 1000px) {
    #group-company-contents {
        padding: 0 6vw;
    }
    .company-container {
        grid-template-columns: repeat(1, auto);
    }
    .company-logo-img img {
        width: calc(100% - 10vw);
        position: relative;
    }
}
@media (max-width: 750px) {
    .company-txt-name span {
        font-size: 16px;
    }
    .company-txt-name {
        font-size: 14px;
    }
    .company-txt-establishment,
    .company-txt-address-01,
    .company-txt-address-02 {
        font-size: 12px;
    }
    .company-txt-establishment span {
        font-size: 13px;
    }
    .company-txt-hp {
        font-size: 10px;
        letter-spacing: -.1px;
    }
    #group-company-contents {
        padding: 0 6vw;
    }
    .company-logo-img img {
        width: calc(100% - 4vw);
        position: relative;
    }
}







.ttl-h1-sub {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    font-size: 90px;
    margin-left: 10px;
    letter-spacing: -2px;
    white-space: nowrap;
}
#Privacy-policy-txt-content {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    padding: 0 60px;
    width: calc(100% - 300px);
    min-width: 760px;
    max-width: 1100px;
    margin-top: -4px;
}
.Privacy-policy-txt-h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 46px;
    font-weight: 400;
}
.Privacy-policy-txt-h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    letter-spacing: .4px;
    line-height: 46px;
    font-weight: 400;
}
.Privacy-policy-txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    letter-spacing: .2px;
    line-height: 26px;
    font-weight: 200;
}
.Privacy-policy-txt-link {
    text-decoration: none;
}
.Privacy-policy-txt-link:hover {
    text-decoration: none;
    text-decoration: underline;
}
@media (max-width: 750px) {
    .ttl-h1-sub {
        color: #fff;
        font-size: 10vw;
        letter-spacing: -.2vw;
        margin-left: 2vw;
    }
    #Privacy-policy-txt-content {
        padding: 0 7vw;
        width: 100%;
        min-width: auto;
        max-width: 100%;
    }
    .Privacy-policy-txt-h2 {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 4vw;
        letter-spacing: 2px;
        line-height: 46px;
    }
}




#footer {
    width: 100%;
    display: flex;
    padding: 100px 60px;
    justify-content: space-between;
    position: relative;
}
#footer-w {
    width: 100%;
    display: flex;
    padding: 100px 60px;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
}
.footer-site-map-container {
    mix-blend-mode: difference;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .4px;
    color: #fff;
    width: 700px;
}
.site-map-line-1 {
    animation-delay: .2s;
    position: absolute;
    transform: translate(-30px , -22px);
    background-color: #fff;
}
.site-map-line-2 {
    animation-delay: .4s;
    position: absolute;
    transform: translate(-30px , 8px);
    background-color: #fff;
}
.site-map-line-3 {
    animation-delay: .6s;
    position: absolute;
    transform: translate(-30px , 8px);
    background-color: #fff;
}
.site-map-line-4 {
    animation-delay: .8s;
    position: absolute;
    transform: translate(-30px , 8px);
    background-color: #fff;
}
.footer-site-map-container ul {
    display: flex;
    gap: 32px;
}
.child ul {
    display: block;
    font-size: 15px;
    padding: 32px;
    white-space: nowrap;

}
.child ul li {
    width: 150px;
    height: 34px;
    padding-top: 6px;
}
.Privacy-policy {
    font-size: 12px;
    position: absolute;
    bottom: 100px;
    letter-spacing: .8px;
}
.move-line {
    margin-top: 6px;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Privacy-policy:hover .move-line {
    margin-top: 6px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}
.footer-sns-logo-container {
    display: flex;
        mix-blend-mode: difference;
    width: 40%;
}
.footer-sns-container {
    display: block;
}
.footer-txt {
    color: #fff;
    max-width: 800px;
}
.footer-txt p {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: .4px;
    width: calc(100% - 30px) ;
    line-height: 20px;
}
.footer-sns {
    display: flex;
    gap: 16px;
}
.footer-sns img {
    width: 32px;
}
.footer-logo-container {
    width: 100%;
    position: relative;
}
.footer-logo-img img {
    position: absolute;
    right: 0;
    width: 80%;
    max-width: 160px;
    min-width: 120px;
}
@media (max-width: 1200px) {
    .footer-sns-logo-container {
        display: block;
    }
    .footer-logo-img img {
        margin-top: 24px;
        position: absolute;
        left: 0;
        display: none;
    }   
}
@media (max-width: 750px) {
    #footer {
        width: 100%;
        display: block;
        padding: 16vw 8vw;
        justify-content: space-between;
        position: relative;
    }
    #footer-w {
        width: 100%;
        display: block;
        padding: 16vw 8vw;
        justify-content: space-between;
        position: relative;
    }
    .footer-site-map-container {
        font-size: 16px;
        letter-spacing: 1px;
        width: 100%;
    }
    .footer-site-map-container li {
        height: 40px;
    }
    .footer-site-map-container ul {
        height: 400px;
    }
    .site-map-line-1 {
        position: absolute;
        transform: translate(-30px , -20px);
        background-color: #fff;
    }
    .site-map-line-2 {
        position: absolute;
        transform: translate(-30px , 8px);
        background-color: #fff;
    }
    .footer-site-map-container ul {
        display: block;
        gap: 0;
    }
    .child ul {
        display: block;
        font-size: 15px;

    }
    .child ul li {
        width: 100%;
    }
    .Privacy-policy {
        font-size: 12px;
        position: relative;
        right: 0;
        bottom: 14vw;
        letter-spacing: .8px;
    }
    .move-line {
        display: none;
    }
    .Privacy-policy:hover .move-line {
        display: none;
    }
    .footer-sns-logo-container {
        display: block;
        width: 100%;
    }
    .footer-sns-container {
        display: block;
    }
    .footer-txt {
        position: relative;
        max-width: 100%;
    }
    .footer-txt p {
        font-size: 12px;
        letter-spacing: .4px;
        width: 100%;
        line-height: 20px;
    }
    .footer-sns {
        z-index: 1;
        display: flex;
        gap: 3vw;
        position: absolute;
        margin: 0 auto;
        right: 8vw;
        bottom: 10vw;
    }
    .footer-sns img {
        width: 6vw;
    }
    .footer-logo-container {
        width: 100%;
        position: absolute;
        bottom: 10vw;
    }
    .footer-logo-img img {
        position: relative;
        right: 0;
        width: 30vw;
        height: 6vw;
        max-width: none;
        min-width: none;
        display: block;
    }
}