@charset "UTF-8";
@keyframes scrollbar {
  0% {
    height: 0; }
  15% {
    height: 0; }
  30% {
    height: 0; }
  75% {
    height: 100%; }
  100% {
    height: 100%; } }
@keyframes scrollbar2 {
  0% {
    height: 100%; }
  15% {
    height: 0%; }
  50% {
    height: 0%; }
  100% {
    height: 0%; } }
@keyframes extend {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }
@keyframes hidden {
  0% {
    transform: scaleY(1); }
  100% {
    transform: scaleY(0); } }
#store main #container03 .slider {
  position: relative;
  outline: none; }
  #store main #container03 .slider .flickity-button {
    display: none; }
  #store main #container03 .slider .flickity-enabled:focus {
    outline: none; }
  #store main #container03 .slider .flickity-page-dots {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 20px; }
    #store main #container03 .slider .flickity-page-dots .dot {
      opacity: 1;
      background: transparent;
      border: 1px solid #ffffff;
      border-radius: 50%;
      width: 13px;
      height: 13px;
      margin: 0 20px; }
    #store main #container03 .slider .flickity-page-dots .dot.is-selected {
      background: white; }

@media screen and (min-width: 568px) {
  #about main #container01 {
    height: 100vh;
    background: url("../../resources/about_img/about_mv@pc.jpg") top center/cover; }
    #about main #container01 h2 {
      width: 33.438vw;
      min-width: 535px;
      position: absolute;
      left: 80px;
      bottom: 80px; }
    #about main #container01 a.scroll_down {
      font-size: 0;
      display: block;
      background: url("../common_images/scrolldown.png") no-repeat top right/12.5px auto;
      width: 25px;
      height: 165px;
      padding: 0;
      position: absolute;
      right: 40px;
      bottom: 0;
      overflow: hidden; }
      #about main #container01 a.scroll_down::after {
        content: "";
        width: 1px;
        height: 164px;
        background: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0;
        animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite; }
  #about main #container02 {
    padding: 150px 0;
    display: flex; }
    #about main #container02 .consept_wrap {
      padding: 0 120px 0 80px;
      width: 57.5vw; }
    #about main #container02 figure {
      width: 42.5vw;
      min-width: 680px; }
  #about main #container03 {
    background: #111111;
    padding: 150px 0;
    display: flex; }
    #about main #container03 .find_wrap {
      width: 28.438vw;
      min-width: 455px;
      padding-left: 80px; }
    #about main #container03 ul {
      width: 71.875vw;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      #about main #container03 ul li {
        width: 22.813vw; }
        #about main #container03 ul li a {
          text-decoration: none; }
        #about main #container03 ul li p {
          margin: 20px 0; }
        #about main #container03 ul li figure {
          font-size: 0;
          width: 100%;
          height: 410px;
          overflow: hidden;
          position: relative; }
          #about main #container03 ul li figure::after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            transition: all .3s ease-out;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0; }
        #about main #container03 ul li i {
          font-size: 15px;
          position: relative;
          padding-left: 20px; }
          #about main #container03 ul li i::before {
            content: "";
            display: block;
            background: url("../common_images/h_icon_arrow.png") no-repeat center center/5px auto;
            width: 20px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
          #about main #container03 ul li i::after {
            content: "";
            display: block;
            width: 80%;
            height: 1px;
            background: #ffffff;
            position: absolute;
            left: 20px;
            bottom: -0.3em;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform 0.3s; }
        #about main #container03 ul li:nth-child(1) figure::after {
          background: url("../../resources/store_img/store_figure01.jpg") no-repeat center center/cover; }
        #about main #container03 ul li:nth-child(1) p img {
          width: 162.5px; }
        #about main #container03 ul li:nth-child(2) {
          margin: 0 20px; }
          #about main #container03 ul li:nth-child(2) figure::after {
            background: url("../../resources/store_img/store_figure02.jpg") no-repeat center center/cover; }
          #about main #container03 ul li:nth-child(2) p img {
            width: 174px; }
        #about main #container03 ul li:nth-child(3) figure::after {
          background: url("../../resources/store_img/store_figure03.jpg") no-repeat center center/cover; }
        #about main #container03 ul li:nth-child(3) p img {
          width: 162px; }
        #about main #container03 ul li a:hover i::after {
          transform: scale(1, 1); }
        #about main #container03 ul li a:hover figure::after {
          transform: scale(1.1); }
  #about main #container04 {
    padding: 150px 80px;
    display: flex;
    flex-wrap: nowrap; }
    #about main #container04 .message_wrap {
      width: 50%;
      padding-right: 40px; }
      #about main #container04 .message_wrap dt {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 1em; }
    #about main #container04 .profile_wrap {
      width: 50%;
      padding-left: 40px;
      padding-top: 130px; }
      #about main #container04 .profile_wrap figure {
        width: 485.5px;
        margin: 0 auto; }
        #about main #container04 .profile_wrap figure img {
          border-radius: 50%; }
      #about main #container04 .profile_wrap dl {
        font-weight: bold;
        text-align: center;
        margin: 25px 0;
        width: 100%;
        display: flex;
        justify-content: center; }
        #about main #container04 .profile_wrap dl dt {
          font-size: 16px;
          margin-right: 15px;
          padding-top: 0.35em; }
        #about main #container04 .profile_wrap dl dd {
          font-size: 30px; }
      #about main #container04 .profile_wrap p {
        font-size: 15px;
        line-height: 30px; }

  #store main #container01 {
    width: 100%;
    height: 100vh; }
    #store main #container01::after {
      content: "";
      display: block;
      background: url("../common_images/store_mv_filter.png") repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    #store main #container01 h2 {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1; }
  #store main #container02 {
    padding: 150px 0; }
    #store main #container02 dl dt, #store main #container02 dl dd {
      text-align: center; }
    #store main #container02 dl dt {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 0.8em; }
    #store main #container02 dl dd {
      font-size: 18.5px;
      line-height: 40px; }
  #store main #container03 {
    background: #111111; }
    #store main #container03 .slider li {
      width: 800px;
      height: 400px; }
    #store main #container03 .system {
      padding: 150px 80px;
      position: relative; }
      #store main #container03 .system::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 50%;
        bottom: 0; }
      #store main #container03 .system h3 {
        width: 331.5px; }
        #store main #container03 .system h3 + p {
          font-size: 18px;
          margin-bottom: 30px; }
      #store main #container03 .system dl {
        width: 475px;
        color: #c5b465;
        font-weight: bold;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 60px; }
        #store main #container03 .system dl::after {
          content: "";
          display: block;
          height: 1px;
          background: #c5b465;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -30px; }
        #store main #container03 .system dl dt {
          font-size: 18px; }
        #store main #container03 .system dl dt + dd {
          font-size: 35px;
          margin: -5px 5px 0 10px; }
        #store main #container03 .system dl dd {
          font-size: 16px; } }
    @media screen and (min-width: 568px) and (min-width: 1181px) {
      #store main #container03 .system dl {
        width: 36.875vw; }
        #store main #container03 .system dl dt {
          font-size: 1.406vw; }
        #store main #container03 .system dl dt + dd {
          font-size: 2.5vw;
          margin: -0.313vw 0.313vw 0 0.625vw; }
        #store main #container03 .system dl dd {
          font-size: 1.406vw; } }
@media screen and (min-width: 568px) {
  #store main #container04 {
    padding: 150px 80px; }
    #store main #container04 .gmap {
      width: 100%;
      height: 500px;
      margin: 35px auto 50px;
      border: 1px solid #ccc; }
      #store main #container04 .gmap .gmap_link {
        font-size: 16px;
        text-align: right; }
    #store main #container04 a.phone {
      text-decoration: none;
      pointer-events: none; }
      #store main #container04 a.phone dt {
        font-size: 24px;
        font-weight: bold;
        padding-left: 0.5em;
        position: relative;
        margin-bottom: 20px; }
        #store main #container04 a.phone dt::before {
          content: "";
          display: block;
          background: url("../common_images/icon_arrow_bl.png") no-repeat left center/5px auto;
          width: 5px;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      #store main #container04 a.phone dd {
        width: 488.5px; }
  #store main #store_nav {
    margin-bottom: 1px; }
    #store main #store_nav ul {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      #store main #store_nav ul li {
        width: 100%;
        overflow: hidden; }
        #store main #store_nav ul li a {
          width: 100%;
          height: 450px;
          text-decoration: none;
          padding: 325px 0 0;
          display: block;
          text-align: center;
          position: relative; }
          #store main #store_nav ul li a::after {
            content: "";
            display: block;
            background: url("../common_images/store_figure_glow@pc.png") no-repeat left bottom/100% 296.5px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2; }
          #store main #store_nav ul li a::before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            transition: all .3s ease-out;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0; }
          #store main #store_nav ul li a p {
            position: relative;
            height: 55.5px;
            margin: 0 auto 15px;
            z-index: 3; }
          #store main #store_nav ul li a i {
            font-size: 15px;
            position: relative;
            padding-left: 1em;
            z-index: 3; }
            #store main #store_nav ul li a i::before {
              content: "";
              display: block;
              background: url("../common_images/h_icon_arrow.png") no-repeat center left/5px auto;
              width: 5px;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              z-index: 3; }
            #store main #store_nav ul li a i::after {
              content: "";
              display: block;
              width: 80%;
              height: 1px;
              background: #ffffff;
              position: absolute;
              left: 20px;
              bottom: -0.3em;
              transform: scale(0, 1);
              transform-origin: left top;
              transition: transform 0.3s; }
        #store main #store_nav ul li:nth-child(1) a::before {
          background: url("../../resources/store_img/store_figure01.jpg") no-repeat center center/cover; }
        #store main #store_nav ul li:nth-child(1) p {
          width: 162.5px; }
        #store main #store_nav ul li:nth-child(2) {
          margin: 0 1px; }
          #store main #store_nav ul li:nth-child(2) a::before {
            background: url("../../resources/store_img/store_figure02.jpg") no-repeat center center/cover; }
          #store main #store_nav ul li:nth-child(2) p {
            width: 174px; }
        #store main #store_nav ul li:nth-child(3) a::before {
          background: url("../../resources/store_img/store_figure03.jpg") no-repeat center center/cover; }
        #store main #store_nav ul li:nth-child(3) p {
          width: 162px; }
        #store main #store_nav ul li a:hover i::after {
          transform: scale(1, 1); }
        #store main #store_nav ul li a:hover::before {
          transform: scale(1.1); }

  #store .store01 #container01 {
    background: url("../../resources/store_img/store_mv_perle@pc.jpg") no-repeat center center/cover; }
    #store .store01 #container01 h2 {
      width: 478.5px;
      height: 165px;
      margin: -82.5px 0 0 -239.25px; }
  #store .store01 #container03 .system::after {
    background: url("../../resources/store_img/store_system_figure_perle.jpg") no-repeat center center/cover; }

  #store .store02 #container01 {
    background: url("../../resources/store_img/store_mv_collier@pc.jpg") no-repeat center center/cover; }
    #store .store02 #container01 h2 {
      width: 479px;
      height: 155px;
      margin: -80px 0 0 -239.5px; }
  #store .store02 #container03 .system::after {
    background: url("../../resources/store_img/store_system_figure_collier.jpg") no-repeat center center/cover; }

  #store .store03 #container01 {
    background: url("../../resources/store_img/store_mv_bague@pc.jpg") no-repeat center center/cover; }
    #store .store03 #container01 h2 {
      width: 478.5px;
      height: 165px;
      margin: -82.5px 0 0 -239.25px; }
  #store .store03 #container03 .system::after {
    background: url("../../resources/store_img/store_system_figure_bague.jpg") no-repeat center center/cover; }

  #recruit main #container01 {
    background: #214140;
    padding: 265px 0 150px 0; }
    #recruit main #container01::after {
      content: "";
      display: block;
      background: url("../../resources/recruit_img/recruit_figure@pc.jpg") no-repeat top center/cover;
      position: absolute;
      top: 0;
      right: 0;
      left: 50%;
      bottom: 0; }
    #recruit main #container01 h2 {
      width: 365.5px;
      position: relative;
      margin: 0 0 155px 80px; }
      #recruit main #container01 h2::after {
        content: "採用情報";
        color: #ffffff;
        font-size: 32.5px;
        font-weight: bold;
        letter-spacing: 0.1em;
        position: absolute;
        left: 0;
        bottom: -70px; }
    #recruit main #container01 .lead {
      width: 50%;
      padding: 0 80px; }
      #recruit main #container01 .lead dt {
        font-size: 0;
        background: url("../../resources/recruit_img/recruit_h3@pc.png") no-repeat top left/auto 48px;
        height: 48px;
        margin-bottom: 25px; }
  #recruit main #container02 {
    padding: 150px 0 0; }
    #recruit main #container02 h3 {
      margin-left: 80px; }
    #recruit main #container02 .details_wrap {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      margin-bottom: 115px;
      padding: 0 80px; }
      #recruit main #container02 .details_wrap dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 50%;
        margin: 0 40px 0 0; }
        #recruit main #container02 .details_wrap dl + dl {
          margin: 0 0 0 40px; }
        #recruit main #container02 .details_wrap dl dt, #recruit main #container02 .details_wrap dl dd {
          margin-bottom: 11px;
          padding: 12.5px 20px;
          border-radius: 10px;
          display: flex;
          align-items: center;
          font-size: 17px;
          line-height: 30px; }
        #recruit main #container02 .details_wrap dl dt {
          width: 30%;
          color: #ffffff;
          font-weight: bold;
          background: #222; }
        #recruit main #container02 .details_wrap dl dd {
          width: 65%;
          background: #e6e6e6; }
    #recruit main #container02 .workplace {
      position: relative;
      margin-bottom: 210px;
      padding: 0 700px 0 80px; }
      #recruit main #container02 .workplace h4 {
        width: 292px;
        margin: 0 0 25px; }
      #recruit main #container02 .workplace figure {
        width: 564px;
        position: absolute;
        bottom: -60px;
        right: 80px; }
    #recruit main #container02 .entry a {
      display: block;
      width: 100%;
      padding: 80px;
      position: relative;
      text-decoration: none;
      background: #b0a15a;
      transition: all  0.3s ease; }
      #recruit main #container02 .entry a:hover {
        background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(113, 58, 166, 0.7)); }
      #recruit main #container02 .entry a dt {
        width: 275.5px;
        position: relative; }
      #recruit main #container02 .entry a dd {
        font-size: 24px;
        letter-spacing: 0.08em;
        font-weight: bold;
        color: #ffffff;
        padding-left: 0.5em;
        margin: 1em 0;
        position: relative; }
        #recruit main #container02 .entry a dd::after {
          content: "";
          display: block;
          background: url("../common_images/h_icon_arrow.png") no-repeat left center/5px auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 7px; }
        #recruit main #container02 .entry a dd + dd {
          width: 526.5px;
          padding-left: 0;
          margin: 0; }
          #recruit main #container02 .entry a dd + dd::after {
            display: none; } }
@media screen and (max-width: 567px) {
  #about main #container01 {
    height: 180vw;
    background: url("../../resources/about_img/about_mv@sp.jpg") top center/cover;
    padding-top: 29vw; }
    #about main #container01 h2 {
      width: 85.6vw;
      margin: 0 auto; }
    #about main #container01 a.scroll_down {
      font-size: 0;
      display: block;
      background: url("../common_images/scrolldown.png") no-repeat top right/2.5vw auto;
      width: 5vw;
      height: 33vw;
      padding: 0;
      position: absolute;
      right: 4vw;
      bottom: 0;
      overflow: hidden; }
      #about main #container01 a.scroll_down::after {
        content: "";
        width: 1px;
        height: 32.8vw;
        background: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0;
        animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite; }
  #about main #container02 {
    padding: 30vw 6vw; }
    #about main #container02 .consept_wrap p {
      padding: 0 0 12vw; }
  #about main #container03 {
    background: #111111;
    padding: 30vw 6vw; }
    #about main #container03 ul li::after {
      content: '';
      clear: both;
      display: block; }
    #about main #container03 ul li a {
      text-decoration: none; }
      #about main #container03 ul li a figure {
        font-size: 0;
        width: 50%;
        height: 51.6vw; }
      #about main #container03 ul li a .store_wrap {
        width: 50%;
        height: 51.6vw;
        background: #222;
        text-align: center;
        padding-top: 18.5vw; }
        #about main #container03 ul li a .store_wrap p {
          height: 11.1vw;
          text-align: center;
          margin-bottom: 2vw; }
          #about main #container03 ul li a .store_wrap p img {
            height: 100%; }
        #about main #container03 ul li a .store_wrap i {
          font-size: 3vw;
          position: relative;
          padding-left: 1em; }
          #about main #container03 ul li a .store_wrap i::before {
            content: "";
            display: block;
            background: url("../common_images/h_icon_arrow.png") no-repeat center left/1vw auto;
            width: 1vw;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 3; }
    #about main #container03 ul li:nth-child(1) figure {
      background: url("../../resources/store_img/store_figure01.jpg") no-repeat center center/cover;
      float: left; }
    #about main #container03 ul li:nth-child(1) .store_wrap {
      float: right; }
    #about main #container03 ul li:nth-child(2) figure {
      background: url("../../resources/store_img/store_figure02.jpg") no-repeat center center/cover;
      float: right; }
    #about main #container03 ul li:nth-child(2) .store_wrap {
      float: left; }
    #about main #container03 ul li:nth-child(3) figure {
      background: url("../../resources/store_img/store_figure03.jpg") no-repeat center center/cover;
      float: left; }
    #about main #container03 ul li:nth-child(3) .store_wrap {
      float: right; }
  #about main #container04 {
    padding: 30vw 6vw; }
    #about main #container04 .message_wrap {
      margin-bottom: 10vw; }
      #about main #container04 .message_wrap dt {
        font-size: 5vw;
        font-weight: bold;
        margin-bottom: 1em; }
    #about main #container04 .profile_wrap figure {
      width: 64vw;
      margin: 0 auto; }
      #about main #container04 .profile_wrap figure img {
        border-radius: 50%; }
    #about main #container04 .profile_wrap dl {
      font-weight: bold;
      text-align: center;
      margin: 5vw 0;
      width: 100%;
      display: flex;
      justify-content: center; }
      #about main #container04 .profile_wrap dl dt {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-top: 0.35em; }
      #about main #container04 .profile_wrap dl dd {
        font-size: 6vw; }

  #store main #container01 {
    height: 180vw;
    background: #111111; }
    #store main #container01::after {
      content: "";
      display: block;
      background: url("../common_images/store_mv_filter.png") repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    #store main #container01 h2 {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%; }
  #store main #container02 {
    padding: 30vw 6vw; }
    #store main #container02 dt {
      font-size: 6vw;
      font-weight: bold;
      text-align: center;
      margin-bottom: 1em; }
    #store main #container02 dd {
      font-size: 3.7vw;
      line-height: 8vw; }
  #store main #container03 {
    background: #111111; }
    #store main #container03 .slider li {
      width: 100vw;
      height: 50vw; }
    #store main #container03 .system {
      padding: 30vw 6vw 109vw;
      position: relative; }
      #store main #container03 .system::after {
        content: "";
        display: block;
        position: absolute;
        width: 100vw;
        height: 95.6vw;
        right: 0;
        left: 0;
        bottom: 0; }
      #store main #container03 .system h3 {
        width: 66.3vw; }
      #store main #container03 .system h3 + p {
        font-size: 3.6vw;
        margin-bottom: 5vw; }
      #store main #container03 .system dl {
        color: #c5b465;
        font-weight: bold;
        position: relative;
        margin-bottom: 14vw; }
        #store main #container03 .system dl::after {
          content: "";
          display: block;
          height: 1px;
          background: #c5b465;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -12vw; }
        #store main #container03 .system dl dd {
          float: left;
          font-size: 7vw;
          margin-right: 1vw;
          letter-spacing: 0.08em; }
        #store main #container03 .system dl dd + dd {
          font-size: 4vw;
          margin-top: 1vw; }
          #store main #container03 .system dl dd + dd::after {
            content: '';
            clear: both;
            display: block; }
  #store main #container04 {
    padding: 30vw 0; }
    #store main #container04 h3, #store main #container04 p {
      margin-left: 6vw; }
    #store main #container04 .gmap {
      width: 100%;
      height: 70vw;
      margin: 7vw auto 14vw; }
      #store main #container04 .gmap .gmap_link {
        font-size: psvwx(32);
        text-align: right;
        margin-right: 6vw; }
    #store main #container04 a.phone {
      text-decoration: none; }
      #store main #container04 a.phone dl {
        padding-left: 6vw; }
      #store main #container04 a.phone dt {
        font-size: 4vw;
        font-weight: bold;
        padding-left: 0.5em;
        position: relative;
        margin-bottom: 4vw; }
        #store main #container04 a.phone dt::before {
          content: "";
          display: block;
          background: url("../common_images/icon_arrow_bl.png") no-repeat left center/1vw auto;
          width: 1vw;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      #store main #container04 a.phone dd {
        width: 79.9vw; }
  #store main #store_nav ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1px; }
    #store main #store_nav ul li a {
      width: 100%;
      height: 50vw;
      text-decoration: none;
      display: block;
      position: relative;
      padding: 18vw 0 0 58vw; }
      #store main #store_nav ul li a::after {
        content: "";
        display: block;
        background: url("../common_images/store_figure_glow@sp.png") no-repeat right top/100% 50vw;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2; }
      #store main #store_nav ul li a::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      #store main #store_nav ul li a p {
        position: relative;
        height: 11.1vw;
        z-index: 3; }
      #store main #store_nav ul li a i {
        font-size: 3vw;
        position: relative;
        padding-left: 1em;
        margin-left: 7.5vw;
        line-height: 4em;
        z-index: 3; }
        #store main #store_nav ul li a i::before {
          content: "";
          display: block;
          background: url("../common_images/h_icon_arrow.png") no-repeat center left/1vw auto;
          width: 1vw;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 3; }
    #store main #store_nav ul li:nth-child(1) a::before {
      background: url("../../resources/store_img/store_figure01.jpg") no-repeat center center/cover; }
    #store main #store_nav ul li:nth-child(1) p {
      width: 32.5vw; }
    #store main #store_nav ul li:nth-child(2) a::before {
      background: url("../../resources/store_img/store_figure02.jpg") no-repeat center center/cover; }
    #store main #store_nav ul li:nth-child(2) p {
      width: 34.8vw; }
    #store main #store_nav ul li:nth-child(3) a::before {
      background: url("../../resources/store_img/store_figure03.jpg") no-repeat center center/cover; }
    #store main #store_nav ul li:nth-child(3) p {
      width: 32.4vw; }

  #store .store01 #container01 {
    background: url("../../resources/store_img/store_mv_perle@sp.jpg") no-repeat center center/cover; }
    #store .store01 #container01 h2 {
      width: 76.5vw;
      height: 26.4vw;
      margin: -13.2vw 0 0 -38.25vw; }
  #store .store01 #container03 .system::after {
    background: url("../../resources/store_img/store_system_figure_perle.jpg") no-repeat center center/cover; }

  #store .store02 #container01 {
    background: url("../../resources/store_img/store_mv_collier@sp.jpg") no-repeat center center/cover; }
    #store .store02 #container01 h2 {
      width: 76.5vw;
      height: 26.4vw;
      margin: -13.2vw 0 0 -38.25vw; }
  #store .store02 #container03 .system::after {
    background: url("../../resources/store_img/store_system_figure_collier.jpg") no-repeat center center/cover; }

  #store .store03 #container01 {
    background: url("../../resources/store_img/store_mv_bague@sp.jpg") no-repeat center center/cover; }
    #store .store03 #container01 h2 {
      width: 76.5vw;
      height: 26.4vw;
      margin: -13.2vw 0 0 -38.25vw; }
  #store .store03 #container03 .system::after {
    background: url("../../resources/store_img/store_system_figure_bague.jpg") no-repeat center center/cover; }

  #recruit main #container01 {
    background: url("../../resources/recruit_img/recruit_figure@sp.jpg") top center/cover;
    width: 100%;
    height: 175.6vw;
    padding: 44vw 0 0; }
    #recruit main #container01 h2 {
      width: 73.1vw;
      position: relative;
      margin: 0 0 0 6vw; }
      #recruit main #container01 h2::after {
        content: "採用情報";
        color: #ffffff;
        font-size: 6.5vw;
        font-weight: bold;
        letter-spacing: 0.1em;
        position: absolute;
        left: 0;
        bottom: -14vw; }
  #recruit main #container02 .lead {
    width: 92vw;
    margin: -12vw auto;
    background: #ffffff;
    padding: 10vw 6vw 30vw; }
    #recruit main #container02 .lead dt {
      font-size: 0;
      background: url("../../resources/recruit_img/recruit_h3@sp.png") no-repeat top left/cover;
      width: 53.2vw;
      height: 7.7vw;
      margin: 0 auto 5vw; }
  #recruit main #container02 h3 {
    margin-left: 6vw; }
  #recruit main #container02 .details_wrap {
    margin-bottom: 20vw; }
    #recruit main #container02 .details_wrap dl {
      width: 88vw;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #recruit main #container02 .details_wrap dl dt, #recruit main #container02 .details_wrap dl dd {
        border-radius: 2vw;
        margin-bottom: 2.2vw;
        padding: 4vw;
        font-size: 3.4vw;
        line-height: 5vw;
        display: flex;
        align-items: center; }
      #recruit main #container02 .details_wrap dl dt {
        width: 23.6vw;
        color: #ffffff;
        font-weight: bold;
        background: #222;
        font-size: 3.2vw; }
      #recruit main #container02 .details_wrap dl dd {
        width: 63vw;
        background: #e6e6e6; }
  #recruit main #container02 .workplace {
    position: relative;
    width: 88vw;
    margin: 0 auto 30vw; }
    #recruit main #container02 .workplace h4 {
      width: 58.4vw;
      margin: 0 0 5vw; }
    #recruit main #container02 .workplace figure {
      width: 88vw;
      margin: 5vw auto 0; }
  #recruit main #container02 .entry a {
    display: block;
    width: 100%;
    padding: 15vw 6vw;
    position: relative;
    text-decoration: none;
    background: #b0a15a; }
    #recruit main #container02 .entry a dt {
      width: 55.1vw;
      position: relative; }
    #recruit main #container02 .entry a dd {
      font-size: 4vw;
      letter-spacing: 0.08em;
      font-weight: bold;
      color: #ffffff;
      padding-left: 0.5em;
      margin: 1em 0;
      position: relative; }
      #recruit main #container02 .entry a dd::after {
        content: "";
        display: block;
        background: url("../common_images/h_icon_arrow.png") no-repeat left center/1vw auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1.4vw; }
      #recruit main #container02 .entry a dd + dd {
        width: 88vw;
        padding-left: 0;
        margin: 0; }
        #recruit main #container02 .entry a dd + dd::after {
          display: none; } }
