@charset "UTF-8";
@media screen and (min-width: 993px) {
  .inakanoyadokaya {
    padding-left: 8% !important;
    margin-top: -8%;
  }
  .inakanoyadokaya>img {
    transform: rotate(5deg);
    max-width: 260px;
  }
  .main_kaya {
    margin-top: 10px;
  }
  .main_kaya>img {
    width: 100%;
    max-width: 400px;
  }
  .sub_bun_pcsp {
    margin-top: -18%;
    padding-right: 8% !important;
  }
  .sub_bun_pcsp>img {
    width: 100%;
    max-width: 220px;
  }
  .bottom_illust {
    margin-top: -30px !important;
  }
  .ashiato001 {
    margin-top: -20px;
    margin-left: 55vw;
  }
  .ashiato001>img {
    width: 35px;
  }
  .ashiato002 {
    margin-left: 45vw;
  }
  .ashiato002>img {
    width: 28px;
  }
  .ashiato003 {
    margin-left: 50vw;
    margin-top: 12px;
  }
  .ashiato003>img {
    width: 35px;
  }
  .ki_left {
    margin-top: -140px;
    margin-left: 3%;
    width: 150px;
  }
  .ki_center {
    margin-top: -70px;
    margin-left: 15%;
    width: 180px;
  }
  .tabibito {
    margin-top: -320px;
    margin-left: 50vw;
  }
  .tabibito>img {
    width: 74px;
  }
  .namisen {
    margin-left: 35vw;
    margin-top: 20px;
  }
  .namisen>img {
    width: 160px;
  }
  .menu_title {
    font-size: 32px;
  }
  .menu_title_sub {
    font-size: 24px;
  }
  .stay {
    margin-top: 40px;
    line-height: 1.2;
  }
  .stay_illust {
    margin-top: -100px;
    /* margin-left: -15vw; */
  }
  .stay_illust>img {
    width: 80px;
  }
  .experience {
    margin-top: 40px;
    line-height: 1.2;
  }
  .asobu_top {
    margin-top: 20px;
  }
  .experience_illust {
    margin-left: 17vw;
    margin-top: -20vw;
  }
  .experience_illust>img {
    width: 80px;
  }
  .startup {
    margin-top: 40px;
    line-height: 1.2;
  }
  .ashiato {
    margin-top: -60px;
    margin-left: -70vw;
  }
  .startup_top {
    margin-top: 20px;
  }
  .startup_illust {
    margin-top: -80px;
    margin-left: 17vw;
  }
  .ashiato101 {
    margin-top: -40px;
    margin-left: 22vw;
  }
  .ashiato101>img {
    transform: rotate(-45deg);
    width: 35px;
  }
  .ashiato102 {
    margin-left: 20vw;
    margin-top: 20px;
  }
  .ashiato102>img {
    transform: rotate(-45deg);
    width: 28px;
  }
  .ashiato103 {
    margin-left: 25vw;
  }
  .ashiato103>img {
    transform: rotate(-45deg);
    width: 35px;
  }
  .arrow {
    display: block;
    background-color: #fff;
    width: 0px;
    height: 2px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transition: width .3s cubic-bezier(0.28, 0.11, 0.32, 1) .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    transition: width .3s cubic-bezier(0.28, 0.11, 0.32, 1) .3s;
  }
  .arrow::after {
    display: block;
    background-color: #fff;
    width: 0px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    content: attr(arrow-after);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: width .3s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: width .3s cubic-bezier(0.28, 0.11, 0.32, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow::before {
    display: block;
    background-color: #fff;
    width: 0px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    content: '';
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: width .3s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: width .3s cubic-bezier(0.28, 0.11, 0.32, 1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .tomaru_top a:hover .arrow {
    width: 80px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .tomaru_top a:hover .arrow::after {
    width: 40px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .tomaru_top a:hover .arrow::before {
    width: 40px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .tomaru_top a:hover img {
    opacity: 0.5;
  }
  .asobu_top a:hover .arrow {
    width: 80px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .asobu_top a:hover .arrow::after {
    width: 40px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .asobu_top a:hover .arrow::before {
    width: 40px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .asobu_top a:hover img {
    opacity: 0.5;
  }
  .startup_top a:hover .arrow {
    width: 80px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .startup_top a:hover .arrow::after {
    width: 40px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .startup_top a:hover .arrow::before {
    width: 40px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .startup_top a:hover img {
    opacity: 0.5;
  }
}

@media screen and (max-width: 992px) {
  .sp_cover {
    /* height: calc(92vh - 74px); */
    /* margin-top: 74px; */
    border-top: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .top_01 {
    margin-top: 20px;
  }
  .inakanoyadokaya {
    padding-left: 20px !important;
  }
  .inakanoyadokaya>img {
    transform: rotate(5deg);
    max-width: 120px;
  }
  .main_kaya {
    margin-left: -10px;
  }
  .main_kaya>img {
    width: 120%;
    max-width: 160px;
  }
  .sub_bun_pcsp {
    margin-top: -115px;
    padding-left: 100px !important;
  }
  .sub_bun_pcsp>img {
    width: 100%;
    max-width: 130px;
  }
  .bottom_illust {
    margin-top: -20px !important;
  }
  .ki_left {
    margin-top: 20px;
    margin-left: 20px;
  }
  .ki_center {
    margin-top: 0px;
  }
  .ki_right {
    margin-top: 40px;
  }
  .ashiato001 {
    margin-top: -75px;
    margin-left: 75vw;
  }
  .ashiato001>img {
    width: 25px;
  }
  .ashiato002 {
    margin-left: 63vw;
  }
  .ashiato002>img {
    width: 20px;
  }
  .ashiato003 {
    margin-left: 66vw;
    margin-top: 12px;
  }
  .ashiato003>img {
    width: 25px;
  }
  .menu_title {
    font-size: 22px;
  }
  .menu_title_sub {
    font-size: 16px;
  }
  .stay {
    padding-top: 40px;
    line-height: 1.2;
  }
  .stay_illust {
    margin-top: -65px;
    margin-left: 42vw;
  }
  .stay_illust>img {
    width: 80px;
  }
  .experience {
    margin-top: 40px;
    line-height: 1.2;
  }
  .tabibito {
    margin-top: -90px;
    margin-left: 65vw;
  }
  .tabibito>img {
    width: 40px;
  }
  .namisen {
    margin-left: 42vw;
    margin-top: -255px;
  }
  .namisen>img {
    width: 100px;
  }
  .asobu_top {
    margin-top: 35px;
  }
  .experience_illust {
    margin-left: -36vw;
    margin-top: 115px;
  }
  .experience_illust>img {
    width: 60px;
  }
  .startup {
    margin-top: 50px;
  }
  .ashiato {
    margin-top: -60px;
    margin-left: -70vw;
  }
  .startup_top {
    margin-top: -25px;
  }
  .startup_illust {
    margin-top: -60px;
    margin-left: 45vw;
  }
  .ashiato101 {
    margin-top: -50px;
    margin-left: -70vw;
  }
  .ashiato101>img {
    transform: rotate(-45deg);
    width: 25px;
  }
  .ashiato102 {
    margin-left: -75vw;
    margin-top: 10px;
  }
  .ashiato102>img {
    transform: rotate(-45deg);
    width: 20px;
  }
  .ashiato103 {
    margin-left: -58vw;
  }
  .ashiato103>img {
    transform: rotate(-45deg);
    width: 25px;
  }
  .ya_top {
    margin-top: 50px;
  }
}


/* TOP */

.main img {
  visibility: hidden;
}

.hinomaru {
  margin-top: -12%;
  margin-left: -10px;
}

.topic {
  margin-top: 200px;
}

.line1 {
  border-bottom: 2px solid #040404;
}

.nt {
  padding-top: 8px 14px;
}

.vertical-box {
  position: absolute;
  right: calc(47% - 320px);
}

.vertical-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  text-align: start;
  line-height: 4rem;
}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

@media screen and (max-width: 480px) {}