﻿@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

:root{
    --yoru: #19192f;
    --gray: #9b9b9b;
}

.border_color1, .hvr_border_color1:hover {
    border-color: #777777;
}

#main_img{
    min-width: 1280px;
}

.scroll{
    opacity: 0;
}

body{
    min-width: 1080px;
}

footer #footer_info {
    background-color: var(--yoru);
}

.pc_txt {
    font-size: max(2.6vw, 32px) !important;
    line-height: 1.4em;
    font-feature-settings: "palt";
}

h3.intro_title1{
    margin-bottom: 5%;
}

#main_img{
    min-height: 700px;
}

.hide{
    display: none;
}

#main_img{
    z-index: 2;
}

p.intro_title2{
    display: none;
}

#wrap{
    margin-top: -2px;
    position: relative;
    z-index: 1;
}

.uni{
    margin-bottom: 100px;
    font-size: 20px;
    text-align: center;
}

#header nav#pc_nav{
    /*transform: translateY(-40px);*/
    display: none;
}

/*.menu-trigger, .close-trigger {
    top: calc(55% - 40px) !important;
}*/

h1#logo{
    max-width: 110px;
}

header.scr_header{
    background-color: transparent !important;
}

#loading_logo {
    max-width: 280px;
}


#main_img:before {
    background-color: transparent;
    pointer-events: none;
}

/*--class名yoru付与後 start--*/

#intro.yoru, #contents.yoru{
    background-color: var(--yoru);
}

#intro.yoru .intro_photo h2{
    color: white;
}

#intro .yoru_pic{
    display: none;
}

#intro.yoru .yoru_pic{
    display: block;
}

#intro.yoru div.intro_right.txt_color_nomal{
    color: white;
}

#contents.yoru .txt_color_nomal{
    color: white;
}

#contents.yoru .slash:before, #contents.yoru .slash:after{
    background-color: white;
}

/*--class名yoru付与後 end--*/

/*--hiru start--*/

.boy, .lady{
    position: absolute;
    top: 10%;
    transform: translateX(-50%);
    left:50%;
    max-width: 285px;
    width: 20%;
    animation: 3s fuwafuwa ease-in-out infinite;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.boy{
    left: 32%;
    animation-duration: 4s;
}

.lady{
    left: 55%;
    top: 5%;
    animation-duration: 5s;
}



.hiru{
    height: 100%;
    position: absolute;
    background-color: white;
    top: 0;
    z-index: 2;
    width: 100%;
}

.hiru img.hiru_bottom, .yoru img.yoru_bottom{
    position: absolute;
    bottom: 0;
    max-width: 85%;
    left: 7.5%;
    z-index: 1;
}

.hirubtn, .yorubtn{
        display: block;
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    padding: 10px 20px;
    /*transform: translate(-50%, -50%);*/
    background-color: #e9e9e9;
    cursor: pointer;
    z-index: 99;
    background: linear-gradient(90deg, #f262a1 0%, #f9b462 33%, #b468b1 66%, #6ac4eb 100%);
    background-size: 400% 200%;
    animation: gradationAnim 30s ease infinite, poyopoyo 2s ease-out infinite;
    max-width: 250px;
    margin: auto;
    border-radius: 25px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    box-shadow: 0 7px 0 #e0e0e0;
}

#intro_wrap .hirubtn, #intro_wrap .yorubtn{
    width: 70%;
    margin-top: 5%;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.hirubtn:hover, .hirubtn:active, .yorubtn:hover, .yorubtn:active {
  box-shadow: none;
  transform: translateY(5px);
  animation: gradationAnim 30s ease infinite;
}

.yorubtn{
    display: none;
}

.yorubtn.deru{
    display: block;
}

.oji{
        /* max-height: 80%; */
    width: auto;
    display: block;
    margin: auto;
    margin-left: 6vw;
    position: absolute;
    bottom: 0;
    z-index: 0;
    transform-origin: center bottom;
    animation: yurayura 1.5s ease-in-out infinite;
    max-width: 400px;
    width: 21%;
    min-width: 230px;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(1deg);
  }
  50%{
      transform: rotate(-1deg);
  }
}

.girl{
        max-height: 120%;
    width: auto;
    position: absolute;
    z-index: 2;
    right: 6vw;
    transform: rotate(10deg) translateY(20%) scale(0.3);
    /*animation: jump 60s ease-out forwards;*/
    animation: jump 60s cubic-bezier(0, 0, 0, 0.97) forwards;
   animation-delay: 1.5s;
}

@keyframes jump {
  0%{
      transform: rotate(10deg) translateY(20%) scale(0.3);
  }
  2%{
      transform: rotate(11deg) translateY(0%) scale(1);
  }
  
  
  100%{
      transform: rotate(12deg) translateY(-10%) scale(1.2);
  }
}

.gra{
    background: linear-gradient(90deg, #f262a1 0%, #f9b462 33%, #b468b1 66%, #6ac4eb 100%);
    background-size: 200% 200%;
    animation: gradationAnim 15s ease infinite;
    max-width: 800px;
    height: auto;
    mask-image: url(/files/img/font.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    aspect-ratio: 933 / 253;
    width: 80%;
    margin: auto;
}

@keyframes gradationAnim {
    0% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
    100% { background-position: 0% 50% }
}

.center{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.hiru .title, .yoru .title{
        max-width: 400px;
    display: block;
    margin: 10px auto;
    z-index: 1;
    position: relative;
}

.oji, .girl, .hiru .title{
    pointer-events: none;
}

/*--hiru end--*/

/*--yoru start--*/


.yoru{
    height: 100%;
    position: relative;
    background-color: var(--yoru);
        width: 100%;
    top: 0;
    z-index: 0;
}

.yoru_font{
    filter: drop-shadow(0px 0px 30px white);
    max-width: 800px;
    margin: auto;
    display: block;
}

.yoru .kore{
    /*transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    left: 50%;
    width: 100%;*/
    align-items: center;
    align-content: center;
    height: 100%;
}

#starfield{
    height: 100%;
    mix-blend-mode: color-dodge;
}



/*--yoru end--*/

nav#pc_nav2{
    display: inline-block;
    position: fixed;
    z-index: 9;
    top: 120px;
}

nav#pc_nav2 li{
    margin-bottom: 10px;
    /*color: var(--gray);*/
        margin-left: 10px;
        position: relative;
            font-weight: bold;
}

nav#pc_nav2 li a{
    color: var(--gray);
}

nav#pc_nav2 li:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #cdcdcd;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}

nav#pc_nav2 li:hover a{
    transform: translateX(10px);
    box-sizing: border-box;
    transition: 0.3s;
}

nav#pc_nav2 li:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}

footer #logo2 img{
        max-width: 220px;
    margin-top: 20px;
}

.menu-trigger-bar {
    background-color: #9b9b9b !important;
    border-radius: 2px;
}

.page_title_img{
        background-image: url(/files/img/page_title.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.star{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    transform: rotate(45deg);
}

.star img{
    max-width: 80px;
    animation: star 15s ease-out infinite;
    opacity: 0;
}

.star img:nth-child(2){
    animation-delay: 1s;
}

.star img:nth-child(3n){
    max-width: 100px;
}

.star img:nth-child(4n){
    max-width: 120px;
    animation-delay: 3s;
    opacity: 0;
}

.star img:nth-child(5n){
    max-width: 60px;
}

@keyframes star {
  0% {
        transform: translateY(-1000%) rotate(0deg);
        opacity: 0;
  }
  5% {
        opacity: 1;
  }
  100% {
        transform: translateY(900%) rotate(1800deg) scale(0.4);
    opacity: 0;
  }
}

#contents_wrap{
    margin-bottom: 0;
}

span.top_title_color{
    display: none;
}

/*--sub page start--*/

#page_title_img {
    height: 450px;
    background-image: url(/files/img/page_title.jpg);
    background-position: center;
    background-size: cover;
}

#page_title_img:before {
    background-color: transparent;
}

.big_cate_title{
    text-align: center;
    background-color: black;
}

#cms_4-b .box_wrap{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}

#cms_4-b .cate_box {
        margin: 0 2%;
    display: block;
    width: 29.333% !important;
}

/*--sub page end--*/

/*--page5 start--*/

#page5 #starfield{
    mix-blend-mode: normal;
}

#page5 canvas{
    mix-blend-mode: color-dodge;
}

#page5 .block_add_area{
        position: relative;
    z-index: 2;
        background-color: rgba(80, 80, 80, 0.2);
        color: white;
}

#page5 .cate_list li a{
    color: white;
}

#page5{
    background-color: var(--yoru);
}

.page5 h2.page_title_box{
        color: white;
}

/*--page5 end--*/

.cta{
    display: block;
    max-width: 300px;
    margin: 20px auto;
}

.cta:hover{
    transform: scale(1.2);
}

footer .scroll{
    opacity: 1;
}

#page6 #cms_5-f .cate_box .open_bt .box_title1:before{
    display: none;
}

#page6 #cms_5-f .cate_box .open_bt .box_title1{
    margin-left: 50px;
}

#form_box{
     background-color: #f5f5f5;
    padding: 50px 50px 0px;
    border: 1px solid #ffffff;
    margin-bottom: 30px;
}

/*--20251121 correct start--*/

#page8{
        background: #fff1e8;
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgba(255, 250, 237, 1) 10%, rgb(231 231 241) 60%, rgba(250, 250, 250, 1) 100%);
}

.cta_pare{
    max-width: 780px;
    margin: 50px auto;
}

.page5{
    background-color: black;
}

.page5 #footer_nav{
    background-color: #18182e;
}

.page5 #footer_nav #footer_nav_wrap li a{
    color: white;
}

.oji, .boy, .girl, .lady{
    display: none;
}

.gra {
    mask-image: url(/files/img/font.png);
}

.hiru {
background-image: url(/files/img/girl_re.png), url(/files/img/onpu.png), url(/files/img/hiru_haikei.png);
    background-repeat: no-repeat;
    background-position: 5% bottom, 100% 50%, 0 100%;
    background-size: 55%, auto, contain;
}

/*--20251121 correct end--*/





/* ---------- custom ---------- */
@media screen and (max-width: 1080px){
    nav#pc_nav2 {
        display: none;
    }
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

body{
    width: 100%;
    min-width: auto;
}

.hiru img.hiru_bottom, .yoru img.yoru_bottom {
    transform: scale(1.5);
    max-width: 200%;
    left: 0;
}

header{
    background-color: var(--yoru);
}

#main_img{
    min-width: 100%;
}

.boy, .lady{
   display: none;
}

.girl {
    max-height: none;
    width: auto;
    position: absolute;
    z-index: 2;
    right: -25px;
    transform: none;
    animation: none;
    width: 330px;
    bottom: -70px;
}

#hiru .center{
    top: 40%;
}

.hiru {
    background-position: center bottom, 100% 70%, 0 100%;
    background-size: 70%, 60%, contain;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){



#hiru .center{
        top: 40.5%;
}



#main_img {
    min-height: auto;
}

.oji{
    max-height: auto;
    width: 20%;
    max-width: 300px;
    width: 20%;
    min-width: 140px;
    margin-left: 10%;
}

.girl{
    transform: none;
    animation: none;
    max-width: 170px;
    bottom: 0;
    right: 10%;
    width: 22%;
}

.gra {
    width: 90%;
}

.hiru .title, .yoru .title {
    max-width: 260px;
}

h3.intro_title1 {
    margin-bottom: 10%;
    font-size: 22px;
}

#contents .con_title {
    font-size: 21px;
    font-feature-settings: "palt";
}

h1#logo {
    max-width: 100px;
}

#page_title_img {
    height: 300px;
}

#loading .img_box img{
    max-width: 150px;
}

.canter2{
        display: flex;
    justify-content: center;
    width: 100%;
}

.yoru .kore {
    width: 100%;
            display: flex;
}

#cms_4-b .box_wrap {
    padding-left: 0px;
}

#cms_4-b .cate_box {
    margin: 0 1%;
    display: block;
    width: 48% !important;
}

.hiru {
    background-size: 100%, 60%, contain;
}

}