<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Teko:700&amp;display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Osaka", "Osaka－等幅", "Osaka-Mono", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif; }

.hero {
  background: #000;
  position: relative; }
  .hero .hero_title {
    position: absolute;
    top: 6.5%;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4)); }
    @media only screen and (max-width: 767px) {
      .hero .hero_title {
        right: 2%; } }
    @media only screen and (min-width: 768px) {
      .hero .hero_title {
        right: 3%; } }
  .hero img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }

.wrap {
  box-sizing: border-box;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .wrap {
      padding: 0 15px; } }
  @media only screen and (min-width: 768px) {
    .wrap {
      max-width: 1080px; } }

.shop_pic {
  width: 100%;
  display: flex; }
  .shop_pic img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }

@media only screen and (max-width: 767px) {
  .kaitori {
    padding: 50px 0; } }
@media only screen and (min-width: 768px) {
  .kaitori {
    margin: 70px 0 60px; } }
.kaitori p {
  padding: 0;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .kaitori p {
      line-height: 1.8rem;
      margin: 15px 0 10px; } }
  @media only screen and (min-width: 768px) {
    .kaitori p {
      line-height: 2.0rem;
      margin: 30px 0 20px; } }
.kaitori img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.shop {
  background: #F6F6F6;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .shop {
      padding: 50px 0; } }
  @media only screen and (min-width: 768px) {
    .shop {
      padding: 70px 0 80px; } }
  .shop h2 {
    font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
    padding: 0;
    font-weight: bold;
    text-align: left;
    border-bottom: #000 solid 1px; }
    @media only screen and (max-width: 767px) {
      .shop h2 {
        margin: 0 0 20px;
        font-size: 1.4rem; } }
    @media only screen and (min-width: 768px) {
      .shop h2 {
        font-size: 1.6rem;
        line-height: 1.6rem;
        margin: 0 0 30px;
        padding: 0 0 3px 3px; } }
  .shop h3 {
    font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
    padding: 0;
    margin: 0 0 3px;
    text-align: left;
    background-color: transparent; }
  .shop h4 {
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: transparent; }
  .shop p {
    margin: 0 0 15px;
    padding: 0;
    line-height: 1.8rem;
    text-align: left; }
  .shop .inner {
    display: flex;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .shop .inner {
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .shop .inner {
        justify-content: space-between; } }
    @media only screen and (max-width: 767px) {
      .shop .inner .address_container {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .shop .inner .address_container {
        width: 30%; } }
    .shop .inner .address_container .sns {
      display: flex; }
      .shop .inner .address_container .sns .icon {
        margin-right: 10px; }
        .shop .inner .address_container .sns .icon:hover {
          opacity: 0.8; }
        .shop .inner .address_container .sns .icon img {
          width: 35px;
          height: auto; }
    @media only screen and (max-width: 767px) {
      .shop .inner .map {
        width: 100%;
        margin: 40px 0 0; } }
    @media only screen and (min-width: 768px) {
      .shop .inner .map {
        width: 68%; } }

@media only screen and (max-width: 767px) {
  .sns {
    padding: 0 0 50px; } }
@media only screen and (min-width: 768px) {
  .sns {
    padding: 70px 0 80px; } }
.sns .sns_block {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .sns .sns_block {
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .sns .sns_block {
      justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .sns .sns_block .sns_box {
      width: 100%;
      margin: 0 0 30px; }
      .sns .sns_block .sns_box:last-child {
        margin: 0; } }
  @media only screen and (min-width: 768px) {
    .sns .sns_block .sns_box {
      width: 48%; } }
.sns .sns_ttl {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .sns .sns_ttl {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .sns .sns_ttl {
      margin: 0 0 20px; } }
  .sns .sns_ttl .sns_ttl_inner {
    display: flex;
    justify-content: flex-start; }
  @media only screen and (max-width: 767px) {
    .sns .sns_ttl .pic {
      margin: 0 10px 0 0; }
      .sns .sns_ttl .pic img {
        width: 83%;
        height: auto; } }
  @media only screen and (min-width: 768px) {
    .sns .sns_ttl .pic {
      margin: 0 20px 0 0; } }
  .sns .sns_ttl .pic img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }
  .sns .sns_ttl p {
    margin: 0;
    padding: 0;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .sns .sns_ttl p {
        font-size: 0.95rem;
        line-height: 1.5rem; } }
    @media only screen and (min-width: 768px) {
      .sns .sns_ttl p {
        font-size: 1.0rem;
        line-height: 1.7rem; } }
    .sns .sns_ttl p span {
      font-weight: bold; }
  .sns .sns_ttl a {
    text-decoration: none;
    color: #637b8c; }
    .sns .sns_ttl a:hover {
      text-decoration: underline; }
.sns .insta_btn {
  position: relative;
  text-align: center;
  border-radius: 23px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; }
  @media only screen and (max-width: 767px) {
    .sns .insta_btn {
      width: 80px;
      height: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 768px) {
    .sns .insta_btn {
      width: 100px;
      height: 46px;
      line-height: 46px; } }
  .sns .insta_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    border-radius: 23px; }
  .sns .insta_btn:hover {
    filter: brightness(1.2); }
  .sns .insta_btn a {
    position: relative;
    z-index: 99;
    color: #fff;
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .sns .insta_btn a {
        font-size: 0.65rem; } }
    @media only screen and (min-width: 768px) {
      .sns .insta_btn a {
        font-size: 0.75rem; } }
.sns .twitter_btn {
  position: relative;
  text-align: center;
  border-radius: 23px;
  background: #00a0ff; }
  @media only screen and (max-width: 767px) {
    .sns .twitter_btn {
      width: 80px;
      height: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 768px) {
    .sns .twitter_btn {
      width: 100px;
      height: 46px;
      line-height: 46px; } }
  .sns .twitter_btn:hover {
    filter: brightness(1.2); }
  .sns .twitter_btn a {
    position: relative;
    z-index: 99;
    color: #fff;
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .sns .twitter_btn a {
        font-size: 0.65rem; } }
    @media only screen and (min-width: 768px) {
      .sns .twitter_btn a {
        font-size: 0.75rem; } }
.sns .instagramItem {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-box-pack: justify;
  -moz-flex-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .sns .instagramItem .insta-box {
    width: 32.3%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 7px;
    margin-right: 0; }
    .sns .instagramItem .insta-box a {
      width: 100%;
      overflow: hidden;
      position: relative;
      display: block; }
      .sns .instagramItem .insta-box a .spacer {
        padding-bottom: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        position: relative;
        z-index: 10;
        opacity: 0; }
      .sns .instagramItem .insta-box a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .sns .instagramItem .insta-box a .oblongImg {
        height: 100%;
        width: auto;
        max-width: initial;
        min-width: initial; }
      .sns .instagramItem .insta-box a .verticalImg {
        width: 100%;
        height: auto;
        max-height: initial;
        min-height: initial; }
      .sns .instagramItem .insta-box a .likes {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-weight: 600;
        opacity: 0;
        z-index: 20; }
      .sns .instagramItem .insta-box a:hover .likes {
        opacity: 1; }
      .sns .instagramItem .insta-box a:hover .spacer {
        opacity: 1; }

@media only screen and (max-width: 767px) {
  .recruit {
    margin: 0 0 60px; } }
@media only screen and (min-width: 768px) {
  .recruit {
    margin: 0 0 120px; } }
.recruit .title {
  position: relative;
  background: url("/dir/nyt/img/newopen/recruit.jpg") center center/cover no-repeat; }
  @media only screen and (max-width: 767px) {
    .recruit .title {
      margin: 0 0 30px;
      height: 100px; } }
  @media only screen and (min-width: 768px) {
    .recruit .title {
      margin: 0 0 50px;
      height: 180px; } }
  .recruit .title .layer {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 21, 51, 0.78); }
.recruit h5 {
  font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
  color: #fff;
  position: absolute;
  top: 37.5%;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .recruit h5 {
      font-size: 1.3rem;
      left: 7%; } }
  @media only screen and (min-width: 768px) {
    .recruit h5 {
      font-size: 1.9rem;
      left: 13.5%; } }
.recruit p {
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .recruit p {
      line-height: 1.8rem;
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .recruit p {
      line-height: 2.0rem;
      margin: 0 0 40px; } }
.recruit .block {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .recruit .block {
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .recruit .block {
      justify-content: space-between; } }
  .recruit .block .box {
    box-sizing: border-box;
    background: #F0F0F0; }
    @media only screen and (max-width: 767px) {
      .recruit .block .box {
        width: 100%;
        padding: 20px 20px;
        margin: 0 0 30px; }
        .recruit .block .box:last-of-type {
          margin: 0; } }
    @media only screen and (min-width: 768px) {
      .recruit .block .box {
        width: 32%;
        padding: 20px 20px; } }
    .recruit .block .box .recruit_pic {
      background-color: #233b6b;
      background-repeat: no-repeat;
      background-position: right 4px center;
      text-align: center;
      letter-spacing: .1em;
      margin: 0 0 5px;
      box-sizing: border-box; }
      .recruit .block .box .recruit_pic span {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .recruit .block .box .recruit_pic span {
            width: 100%;
            height: 60px;
            padding-left: 20px; } }
        @media only screen and (min-width: 768px) {
          .recruit .block .box .recruit_pic span {
            width: 347px;
            height: 60px;
            padding-right: 130px; } }
    .recruit .block .box .seisyain {
      background-image: url("/dir/nyt/img/newopen/seisyain.png");
      background-repeat: no-repeat; }
    .recruit .block .box .arubaite {
      background-image: url("/dir/nyt/img/newopen/arubaito.png"); }
    .recruit .block .box .cosplay {
      background-image: url("/dir/nyt/img/newopen/cosplay.png"); }
    .recruit .block .box .info {
      background: #fff;
      box-sizing: border-box;
      padding: 20px 20px; }
    .recruit .block .box p {
      margin: 0 0 3px;
      padding: 0 0 0 3px;
      font-size: 0.85rem;
      color: #444;
      text-align: left; }
    .recruit .block .box dl {
      display: flex;
      width: 100%;
      margin: 0 0 10px;
      padding: 0 0 10px;
      border-bottom: #ccc dotted 1px;
      text-align: left; }
      .recruit .block .box dl:last-of-type {
        margin: 0;
        padding: 0;
        border: none; }
      .recruit .block .box dl dt {
        width: 30%;
        margin: 0;
        padding: 0 0 0 18px;
        font-size: 0.85rem;
        color: #233b6b;
        font-weight: bold;
        position: relative; }
        .recruit .block .box dl dt::before {
          display: block;
          content: '';
          width: 18px;
          height: 18px;
          position: absolute;
          left: 0%; }
      .recruit .block .box dl .salary::before {
        font-family: "Font Awesome 5 Free";
        content: "\f157"; }
        @media only screen and (max-width: 767px) {
          .recruit .block .box dl .salary::before {
            top: -2%; } }
        @media only screen and (min-width: 768px) {
          .recruit .block .box dl .salary::before {
            top: -1%; } }
      .recruit .block .box dl .time::before {
        font-family: "Font Awesome 5 Free";
        content: "\f017"; }
        @media only screen and (max-width: 767px) {
          .recruit .block .box dl .time::before {
            top: -2%; } }
        @media only screen and (min-width: 768px) {
          .recruit .block .box dl .time::before {
            top: -1%; } }
      .recruit .block .box dl .shikaku::before {
        font-family: "Font Awesome 5 Free";
        content: "\f559"; }
        @media only screen and (max-width: 767px) {
          .recruit .block .box dl .shikaku::before {
            top: -2%; } }
        @media only screen and (min-width: 768px) {
          .recruit .block .box dl .shikaku::before {
            top: -1%; } }
      .recruit .block .box dl dd {
        width: 70%;
        margin: 0;
        padding: 0;
        font-size: 0.85rem; }
    .recruit .block .box .more {
      position: relative;
      background: #233b6b;
      text-align: center;
      margin: 13px 0 0; }
      @media only screen and (max-width: 767px) {
        .recruit .block .box .more {
          height: 42px;
          line-height: 42px; } }
      @media only screen and (min-width: 768px) {
        .recruit .block .box .more {
          height: 40px;
          line-height: 40px;
          cursor: pointer; }
          .recruit .block .box .more:hover {
            opacity: 0.9; } }
      .recruit .block .box .more::before {
        display: block;
        content: '';
        background-image: url("/dir/nyt/img/newopen/more.png");
        background-repeat: no-repeat;
        width: 18px;
        height: 21px;
        position: absolute;
        top: 24%;
        left: 3%; }
      .recruit .block .box .more a {
        color: #fff;
        text-decoration: none;
        font-size: 0.9rem;
        font-weight: bold; }
.recruit .obo_link {
  position: relative;
  text-align: center;
  background: #233b6b; }
  @media only screen and (max-width: 767px) {
    .recruit .obo_link {
      margin: 30px 0 0;
      height: 65px;
      line-height: 65px; } }
  @media only screen and (min-width: 768px) {
    .recruit .obo_link {
      margin: 40px 0 0;
      height: 79px;
      line-height: 79px;
      cursor: pointer; }
      .recruit .obo_link:hover {
        opacity: 0.9; } }
  .recruit .obo_link::after {
    color: #fff;
    display: inline-block;
    content: "";
    position: absolute;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 38%; }
    @media only screen and (max-width: 767px) {
      .recruit .obo_link::after {
        right: 6%;
        width: 10px;
        height: 10px; } }
    @media only screen and (min-width: 768px) {
      .recruit .obo_link::after {
        right: 3%;
        width: 14px;
        height: 14px; } }
  .recruit .obo_link a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .recruit .obo_link a {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 768px) {
      .recruit .obo_link a {
        font-size: 1.5rem; } }
.recruit img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

@media only screen and (min-width: 768px) {
  .sponly {
    display: none; } }

@media only screen and (max-width: 767px) {
  .pconly {
    display: none; } }

.global_head {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10; }
</pre></body></html>