@charset "UTF-8";
/*Noto Sans JP (japanese) フォントのインポート*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*-----------------------------------
変数のインポート
------------------------------------*/
/*---ブレイクポイント---*/
/*---sp---*/
/*---tb---*/
/*---pc---*/
/*---pcL---*/
/*---pcLL---*/
/*---ブレイクポイント---*/
/*-----------------------------------

/*-----------------------------------
mixinのインポート
------------------------------------*/
/*---メディアクエリ---*/
/*---クリアフィックス---*/
/*-----------------------------------
style_commonのインポート
------------------------------------*/
/*========
全ページ共通
================================*/
body {
  margin: 0;
  color: #333;
  background-color: #fff; }

/*16対9のdiv*/
.box-16x9:before {
  content: "";
  display: block;
  padding-top: 56.25%; }

/*youtube 埋め込みレスポンシブ*/
.y_move {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.y_move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/*end youtube 埋め込みレスポンシブ*/
/*グーグルフォント*/
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal; }

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal; }

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal; }

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal; }

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal; }

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal; }

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; }

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal; }

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal; }

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic; }

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic; }

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic; }

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic; }

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic; }

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic; }

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic; }

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic; }

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic; }

/*グーグルフォント*/
/*画像のレスポンシブ化*/
img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle; }

li {
  line-height: 1.5; }

.bg01 {
  background-image: radial-gradient(#F2F2F2 30%, transparent 31%), radial-gradient(#F2F2F2 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: -2; }

.bg02 {
  background: linear-gradient(90deg, #0081cc, #0bbae6);
  z-index: -1; }

/*------------------*/
@media screen and (min-width: 0px) and (max-width: 600px) {
  .sp_none {
    display: none; } }
@media screen and (min-width: 600px) and (max-width: 960px) {
  .tab_none {
    display: none; } }
@media screen and (min-width: 960px) {
  .pc_none {
    display: none; } }
/*------------------*/
@media screen and (min-width: 0px) and (max-width: 600px) {
  body {
    font-size: 4vw; } }
@media screen and (min-width: 600px) and (max-width: 960px) {
  body {
    font-size: 1vw; } }
@media screen and (min-width: 960px) {
  body {
    font-size: 1vw; } }
/*------------------*/
.common_btn01 {
  transition: all .3s ease-out; }

.common_btn01:hover {
  transform: scale(0.95); }

.common_btn00 {
  display: block;
  transition: all .3s ease-out; }

.common_btn00:hover {
  transform: scale(0.95); }

/* CSSでFooter下の隙間をなくす-----*/
html,
body {
  height: 100%;
  /* ブラウザ領域分確保 */
  width: 100%; }

#wrapper {
  /* 最低の高さ */
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策 */
  height: 100%;
  /*IE6対策 */
  min-height: 100%; }

body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-family: 'Noto Sans JP', sans-serif; }

#wrapper {
  position: relative; }

a {
  text-decoration: none; }

li {
  list-style: none; }

/*スマホのみ非表示*/
@media screen and (min-width: 0px) and (max-width: 600px) {
  .sp-none {
    display: none !important; } }
/*css　矢印*/
.arrow {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 50px;
  width: 50px; }

.arrow::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

/*------------------*/
@media screen and (min-width: 0px) and (max-width: 600px) {
  .start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000; }

  .start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 20vw; }
    .start p img {
      width: 100%;
      height: auto; }

  .status_box01 {
    background-color: rgba(7, 7, 7, 0.75);
    padding: 25.641025641vw 0;
    color: #fff; }
    .status_box01 .midasi02 {
      text-align: center;
      font-size: 10.2564102564vw;
      margin: 0;
      margin-bottom: 5.1282051282vw; }
    .status_box01 .day {
      text-align: center;
      font-size: 6.6666666667vw;
      margin: 0;
      margin-bottom: 10.2564102564vw; }
    .status_box01 .f_box01 {
      width: 84.6153846154vw;
      box-sizing: border-box;
      margin: 0 auto;
      margin-bottom: 2.5641025641vw;
      display: flex;
      justify-content: space-between;
      border: 1px solid #777777;
      padding: 0 3.8461538462vw;
      align-items: center;
      color: #fff; }
      .status_box01 .f_box01 .col01 .text01 {
        font-size: 4.6153846154vw;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: normal; }
      .status_box01 .f_box01 .col02 .text02 {
        font-size: 4.1025641026vw;
        padding: 1.7948717949vw 2.5641025641vw; }
      .status_box01 .f_box01 .col02 .eigyou {
        background-color: #070707; }
      .status_box01 .f_box01 .col02 .tenkyu {
        background-color: #666666; }
      .status_box01 .f_box01 .col02 .ibent {
        background-color: #C3A269; }

  .event_box01 {
    background-color: #fff;
    padding-top: 25.641025641vw;
    padding-bottom: 25.641025641vw;
    text-align: center; }
    .event_box01 .midasi02 {
      text-align: center;
      font-size: 10.2564102564vw;
      margin: 0;
      margin-bottom: 5.1282051282vw; }
    .event_box01 .inner_box01 {
      text-align: left;
      position: relative;
      box-sizing: border-box;
      width: 84.6153846154vw;
      height: 84.6153846154vw;
      margin: 0 auto;
      background-image: url(img/event/top_event_bg01_sp.jpg);
      background-position: center;
      background-size: cover;
      padding: 2.6041666667vw;
      padding-top: 7.8125vw;
      margin-bottom: 7.6923076923vw; }
      .event_box01 .inner_box01 a {
        width: fit-content;
        /*display: inline-block;*/ }
      .event_box01 .inner_box01 .f_box01 {
        position: absolute;
        top: 35.1282051282vw;
        left: 5.1282051282vw;
        width: fit-content;
        /*width: fit-content;*/ }
        .event_box01 .inner_box01 .f_box01 .col01 {
          width: 35.8974358974vw;
          height: 24.6153846154vw;
          margin-bottom: 5.3846153846vw; }
          .event_box01 .inner_box01 .f_box01 .col01 img {
            width: 100%;
            height: auto; }
        .event_box01 .inner_box01 .f_box01 .col02 {
          width: fit-content;
          position: relative; }
          .event_box01 .inner_box01 .f_box01 .col02 .text01 {
            color: #fff;
            font-size: 4.8717948718vw;
            margin: 0;
            min-width: 22vw;
            margin-bottom: 1.2820512821vw; }
          .event_box01 .inner_box01 .f_box01 .col02 .text02 {
            color: #fff;
            font-size: 3.5897435897vw;
            margin: 0; }
    .event_box01 .view_all {
      color: #333;
      font-size: 6.6666666667vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw_sp(122);*/
      padding-bottom: 1vw;
      border-bottom: 1px solid #333;
      margin-bottom: 5vw;
      position: relative;
      /*left: 50%;
      transform: translateX(-50%);*/
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .info_box01 {
    background-color: rgba(7, 7, 7, 0.75);
    padding-top: 25.641025641vw;
    padding-bottom: 25.641025641vw;
    text-align: center; }
    .info_box01 .midasi02 {
      color: #fff;
      font-size: 10.2564102564vw;
      text-align: center; }
    .info_box01 ul {
      text-align: left;
      width: 84.6153846154vw;
      margin: 0 auto;
      margin-bottom: 7.6923076923vw;
      padding: 0; }
      .info_box01 ul li a {
        display: block;
        padding: 7.1794871795vw 0;
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 4.1025641026vw; }
        .info_box01 ul li a .f_box01 .col01 {
          /* width: 20%;*/
          /*text-align: center;*/
          margin-bottom: 3.0769230769vw; }
        .info_box01 ul li a .f_box01 .col02 {
          /*width: 80%;*/ }
    .info_box01 .view_all {
      color: #fff;
      font-size: 6.6666666667vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw_sp(122);*/
      padding-bottom: 1vw;
      border-bottom: 1px solid #fff;
      position: relative;
      /*left: 50%;
      transform: translateX(-50%);*/
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .ranking_box01 {
    position: relative;
    background-color: #F2F2F2;
    padding-top: 25.641025641vw;
    padding-bottom: 25.641025641vw;
    text-align: center;
    /*z-index: -10;*/ }
    .ranking_box01 ul {
      padding: 0; }
    .ranking_box01 .midasi02 {
      text-align: center;
      font-size: 10.2564102564vw;
      margin: 0;
      margin-bottom: 3.0769230769vw; }
    .ranking_box01 .text01 {
      text-align: center;
      font-size: 4.1025641026vw;
      border-bottom: 1px solid #333;
      display: block;
      margin: 0 auto;
      width: 37.9487179487vw;
      margin-bottom: 10.2564102564vw; }
    .ranking_box01 .p-box02 {
      text-align: left;
      width: 100%;
      padding: 0;
      display: flex;
      place-items: center;
      overflow: hidden;
      text-wrap: nowrap;
      position: absolute;
      top: 84vw; }
    .ranking_box01 .p-text02 {
      display: inline-block;
      font-size: 25.641025641vw;
      color: rgba(195, 162, 105, 0.5); }
    .ranking_box01 .f_box01 {
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      /*justify-content: center;*/
      text-align: center;
      width: 90%;
      margin: 0 auto; }
      .ranking_box01 .f_box01 li a {
        position: relative;
        z-index: 1; }
        .ranking_box01 .f_box01 li a img {
          position: relative;
          z-index: 1; }
      .ranking_box01 .f_box01 .v {
        color: #C3A269;
        font-size: 3.0769230769vw;
        background-color: #070707;
        display: inline-block;
        position: absolute;
        bottom: 25vw;
        left: 0;
        padding: 0 3vw;
        z-index: 1; }
      .ranking_box01 .f_box01 .v02 {
        color: #C3A269;
        font-size: 3.0769230769vw;
        background-color: #070707;
        display: inline-block;
        position: absolute;
        bottom: 32vw;
        left: 0;
        padding: 0 3vw;
        z-index: 1; }
      .ranking_box01 .f_box01 .over {
        color: #C3A269;
        font-size: 3.0769230769vw;
        background-color: #070707;
        display: inline-block;
        position: absolute;
        bottom: 18vw;
        left: 0;
        padding: 0 2vw;
        z-index: 15; }
      .ranking_box01 .f_box01 .over02 {
        color: #C3A269;
        font-size: 3.0769230769vw;
        background-color: #070707;
        display: inline-block;
        position: absolute;
        bottom: 25vw;
        left: 0;
        padding: 0 2vw;
        z-index: 15; }
      .ranking_box01 .f_box01 .orime01 {
        background-image: url(img/aicon/orime.svg);
        height: 3.5897435897vw;
        width: 8.9743589744vw;
        content: " ";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 21.5vw;
        left: 0;
        z-index: -1; }
      .ranking_box01 .f_box01 .orime02 {
        background-image: url(img/aicon/orime.svg);
        height: 3.5897435897vw;
        width: 8.9743589744vw;
        content: " ";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 14.5vw;
        left: 0;
        z-index: -1; }
      .ranking_box01 .f_box01 .orime03 {
        background-image: url(img/aicon/orime.svg);
        height: 3.5897435897vw;
        width: 8.9743589744vw;
        content: " ";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 28.5vw;
        left: 0;
        z-index: -1; }
      .ranking_box01 .f_box01 .orime04 {
        background-image: url(img/aicon/orime.svg);
        height: 3.5897435897vw;
        width: 8.9743589744vw;
        content: " ";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 21.5vw;
        left: 0;
        z-index: -1; }
      .ranking_box01 .f_box01 .f_box02::after {
        content: " ";
        position: absolute;
        bottom: -0.1vw;
        left: 1.25vw;
        mix-blend-mode: overlay;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
        /* background: linear-gradient(rgba(0, 0, 0, 0), black); */
        -webkit-transform: skewX(-45deg);
        transform: skewX(-8deg);
        z-index: -1;
        width: 86%;
        height: 20vw; }
      .ranking_box01 .f_box01 .f_box02 {
        position: relative;
        z-index: 15;
        width: 100%;
        padding-left: 5.5vw;
        padding-right: 15.5vw;
        padding-bottom: 1vw;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        z-index: 1;
        padding-bottom: 2vw; }
        .ranking_box01 .f_box01 .f_box02 p {
          color: #fff;
          margin: 0; }
        .ranking_box01 .f_box01 .f_box02 .namae {
          font-size: 4.6153846154vw; }
        .ranking_box01 .f_box01 .f_box02 .mise {
          font-size: 3.0769230769vw; }
        .ranking_box01 .f_box01 .f_box02 .yomi,
        .ranking_box01 .f_box01 .f_box02 .yakusyoku {
          font-size: 2.5641025641vw; }
        .ranking_box01 .f_box01 .f_box02 .namae,
        .ranking_box01 .f_box01 .f_box02 .yomi {
          text-align: left; }
        .ranking_box01 .f_box01 .f_box02 .mise,
        .ranking_box01 .f_box01 .f_box02 .yakusyoku {
          text-align: left; }
      .ranking_box01 .f_box01 li:nth-child(2) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(3) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(4) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(5) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(6) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(7) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(8) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(9) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(10) .f_box02 {
        display: block;
        padding-right: 5vw; }
        .ranking_box01 .f_box01 li:nth-child(2) .f_box02 .col01:nth-child(2),
        .ranking_box01 .f_box01 li:nth-child(3) .f_box02 .col01:nth-child(2),
        .ranking_box01 .f_box01 li:nth-child(4) .f_box02 .col01:nth-child(2),
        .ranking_box01 .f_box01 li:nth-child(5) .f_box02 .col01:nth-child(2),
        .ranking_box01 .f_box01 li:nth-child(6) .f_box02 .col01:nth-child(2),
        .ranking_box01 .f_box01 li:nth-child(7) .f_box02 .col01:nth-child(2),
        .ranking_box01 .f_box01 li:nth-child(8) .f_box02 .col01:nth-child(2),
        .ranking_box01 .f_box01 li:nth-child(9) .f_box02 .col01:nth-child(2),
        .ranking_box01 .f_box01 li:nth-child(10) .f_box02 .col01:nth-child(2) {
          display: flex;
          width: 100%; }
          .ranking_box01 .f_box01 li:nth-child(2) .f_box02 .col01:nth-child(2) p,
          .ranking_box01 .f_box01 li:nth-child(3) .f_box02 .col01:nth-child(2) p,
          .ranking_box01 .f_box01 li:nth-child(4) .f_box02 .col01:nth-child(2) p,
          .ranking_box01 .f_box01 li:nth-child(5) .f_box02 .col01:nth-child(2) p,
          .ranking_box01 .f_box01 li:nth-child(6) .f_box02 .col01:nth-child(2) p,
          .ranking_box01 .f_box01 li:nth-child(7) .f_box02 .col01:nth-child(2) p,
          .ranking_box01 .f_box01 li:nth-child(8) .f_box02 .col01:nth-child(2) p,
          .ranking_box01 .f_box01 li:nth-child(9) .f_box02 .col01:nth-child(2) p,
          .ranking_box01 .f_box01 li:nth-child(10) .f_box02 .col01:nth-child(2) p {
            margin-right: 1vw; }
      .ranking_box01 .f_box01 li:nth-child(6) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(7) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(8) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(9) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(10) .f_box02 {
        padding-right: 3vw; }
      .ranking_box01 .f_box01 li:nth-child(1) {
        width: 100%;
        margin-bottom: 10.2564102564vw; }
        .ranking_box01 .f_box01 li:nth-child(1) a {
          position: relative;
          display: block;
          width: 84.6153846154vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(1) a img {
            width: 100%;
            height: auto;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(1) a::after {
          background-image: url(img/aicon/no01.svg);
          height: 12.8205128205vw;
          width: 12.8205128205vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: -5.5vw;
          left: 5.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(2) {
        width: 50%;
        margin-bottom: 10.2564102564vw; }
        .ranking_box01 .f_box01 li:nth-child(2) a {
          position: relative;
          display: block;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(2) a img {
            width: 100%;
            height: auto;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(2) a::after {
          background-image: url(img/aicon/no02.svg);
          height: 12.8205128205vw;
          width: 12.8205128205vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: -5.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(3) {
        width: 50%;
        margin-bottom: 10.2564102564vw; }
        .ranking_box01 .f_box01 li:nth-child(3) a {
          position: relative;
          display: block;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(3) a img {
            width: 100%;
            height: auto;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(3) a::after {
          background-image: url(img/aicon/no03.svg);
          height: 12.8205128205vw;
          width: 12.8205128205vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: -5.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(4) {
        width: 50%;
        margin-bottom: 10.2564102564vw; }
        .ranking_box01 .f_box01 li:nth-child(4) a {
          position: relative;
          display: block;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(4) a img {
            width: 100%;
            height: auto;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(4) a::after {
          background-image: url(img/aicon/no04.svg);
          height: 12.8205128205vw;
          width: 12.8205128205vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: -5.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(5) {
        width: 50%;
        margin-bottom: 10.2564102564vw; }
        .ranking_box01 .f_box01 li:nth-child(5) a {
          position: relative;
          display: block;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(5) a img {
            width: 100%;
            height: auto;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(5) a::after {
          background-image: url(img/aicon/no05.svg);
          height: 12.8205128205vw;
          width: 12.8205128205vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: -5.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(6) {
        width: 50%;
        margin-bottom: 10.2564102564vw; }
        .ranking_box01 .f_box01 li:nth-child(6) a {
          position: relative;
          display: block;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(6) a img {
            width: 100%;
            height: auto;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(6) a::after {
          background-image: url(img/aicon/no06.svg);
          height: 12.8205128205vw;
          width: 12.8205128205vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: -5.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(7) {
        width: 50%;
        margin-bottom: 10.2564102564vw; }
        .ranking_box01 .f_box01 li:nth-child(7) a {
          position: relative;
          display: block;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(7) a img {
            width: 100%;
            height: auto;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(7) a::after {
          background-image: url(img/aicon/no07.svg);
          height: 12.8205128205vw;
          width: 12.8205128205vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: -5.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(8) {
        width: 50%;
        margin-bottom: 10.2564102564vw; }
        .ranking_box01 .f_box01 li:nth-child(8) a {
          position: relative;
          display: block;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(8) a img {
            width: 100%;
            height: auto;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(8) a::after {
          background-image: url(img/aicon/no08.svg);
          height: 12.8205128205vw;
          width: 12.8205128205vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: -5.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(9) {
        width: 50%;
        margin-bottom: 10.2564102564vw; }
        .ranking_box01 .f_box01 li:nth-child(9) a {
          position: relative;
          display: block;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(9) a img {
            width: 100%;
            height: auto;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(9) a::after {
          background-image: url(img/aicon/no09.svg);
          height: 12.8205128205vw;
          width: 12.8205128205vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: -5.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(10) {
        width: 50%;
        margin-bottom: 10.2564102564vw; }
        .ranking_box01 .f_box01 li:nth-child(10) a {
          position: relative;
          display: block;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(10) a img {
            width: 100%;
            height: auto;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(10) a::after {
          background-image: url(img/aicon/no10.svg);
          height: 12.8205128205vw;
          width: 12.8205128205vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: -5.5vw;
          left: 1.5vw;
          z-index: 15; }
    .ranking_box01 .view_all {
      color: #333;
      font-size: 6.6666666667vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw_sp(122);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #333;
      margin-bottom: 5vw;
      position: relative;
      /*left: 50%;
      transform: translateX(-50%);*/
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .special_box01 {
    background-color: #fff;
    padding-top: 45.1282051282vw;
    padding-bottom: 53.5897435897vw;
    position: relative; }
    .special_box01 .midasi02 {
      text-align: left;
      font-size: 10.2564102564vw;
      margin: 0;
      margin-bottom: 5.1282051282vw;
      position: absolute;
      left: 7.6923076923vw;
      top: 25.641025641vw; }
    .special_box01 .swiper_area {
      position: relative;
      height: 52vw;
      /*--swiperナビ-------------------------------------*/
      /*-------------------------------------------*/
      /* 前へ次への矢印カスタマイズ */
      /* 前へ次への矢印カスタマイズ */
      /* 前への矢印カスタマイズ */
      /* 次への矢印カスタマイズ */
      /* 画像サイズ調整 */ }
      .special_box01 .swiper_area .swiper {
        position: absolute;
        right: 0;
        width: 92.3076923077vw;
        height: 46.1538461538vw; }
        .special_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide {
          /*margin-right: 1.5vw;*/ }
          .special_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: auto; }
      .special_box01 .swiper_area .swiper-scrollbar {
        position: absolute;
        bottom: 0;
        left: 7.6923076923vw;
        width: 84.6153846154vw; }
      .special_box01 .swiper_area .botton_box01 {
        position: absolute;
        width: 34vw;
        bottom: -14vw;
        left: 5.8974358974vw; }
      .special_box01 .swiper_area .swiper-button-next1,
      .special_box01 .swiper_area .swiper-button-prev1 {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: calc(var(--swiper-navigation-size) / 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
      .special_box01 .swiper_area .swiper-button-next1:after,
      .special_box01 .swiper_area .swiper-button-prev1:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1; }
      .special_box01 .swiper_area .swiper-button-prev1,
      .special_box01 .swiper_area .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto; }
      .special_box01 .swiper_area .swiper-button-next1,
      .special_box01 .swiper_area .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto; }
      .special_box01 .swiper_area .swiper-button-prev1,
      .special_box01 .swiper_area .swiper-button-next1 {
        height: 12.8205128205vw;
        width: 12.8205128205vw; }
      .special_box01 .swiper_area .swiper-button-prev1::after,
      .special_box01 .swiper_area .swiper-button-next1::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 12.8205128205vw;
        margin: auto;
        width: 12.8205128205vw; }
      .special_box01 .swiper_area .swiper-button-prev1::after {
        background-image: url(img/aicon/prev_black.svg);
        background-size: 12.8205128205vw; }
      .special_box01 .swiper_area .swiper-button-next1::after {
        background-image: url(img/aicon/next_black.svg);
        background-size: 12.8205128205vw; }
      .special_box01 .swiper_area .swiper-slide img {
        height: auto;
        width: 100%; }
    .special_box01 .view_all {
      position: absolute;
      right: 7.6923076923vw;
      bottom: 27.4358974359vw;
      color: #333;
      font-size: 6.6666666667vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw_sp(122);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #333;
      margin-bottom: 5vw;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .voices_box01 {
    background-color: #fff;
    padding-top: 25.641025641vw;
    padding-bottom: 51.2820512821vw;
    position: relative; }
    .voices_box01 .midasi02 {
      text-align: center;
      font-size: 10.2564102564vw;
      margin: 0;
      margin-bottom: 2.5641025641vw;
      position: relative;
      margin: 0 auto;
      line-height: 1; }
    .voices_box01 .midasi02_s {
      font-size: 4.1025641026vw;
      margin-bottom: 7.6923076923vw;
      text-align: center; }
    .voices_box01 .swiper_area {
      position: relative;
      height: 115.3846153846vw;
      /*--swiperナビ-------------------------------------*/
      /*-------------------------------------------*/
      /* 前へ次への矢印カスタマイズ */
      /* 前へ次への矢印カスタマイズ */
      /* 前への矢印カスタマイズ */
      /* 次への矢印カスタマイズ */
      /* 画像サイズ調整 */ }
      .voices_box01 .swiper_area .swiper-scrollbar {
        width: 81.25vw;
        left: 9.375vw; }
      .voices_box01 .swiper_area .swiper-scrollbar-drag {
        background-color: #070707 !important; }
      .voices_box01 .swiper_area .swiper1 {
        height: 100%;
        position: relative;
        right: auto;
        width: 84.6153846154vw;
        height: 100%; }
        .voices_box01 .swiper_area .swiper1 .swiper-wrapper .swiper-slide {
          position: relative;
          width: 84.6153846154vw !important;
          height: 109.2307692308vw !important;
          /*margin-right: vw(60) !important;*/
          /*margin-right: 1.5vw;*/ }
          .voices_box01 .swiper_area .swiper1 .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: auto; }
          .voices_box01 .swiper_area .swiper1 .swiper-wrapper .swiper-slide .col01 {
            position: absolute;
            width: 100%;
            height: 50.7692307692vw;
            bottom: 0;
            color: #fff;
            background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
            padding: 0 5.1282051282vw;
            padding-bottom: 5.1282051282vw;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            flex-direction: column-reverse; }
            .voices_box01 .swiper_area .swiper1 .swiper-wrapper .swiper-slide .col01 .tenpo {
              order: 4;
              font-size: 2.8205128205vw;
              margin: 0;
              margin-bottom: 1.2820512821vw; }
            .voices_box01 .swiper_area .swiper1 .swiper-wrapper .swiper-slide .col01 .name {
              order: 3;
              font-size: 4.6153846154vw;
              margin: 0;
              margin-bottom: 0vw;
              letter-spacing: 0.2rem; }
            .voices_box01 .swiper_area .swiper1 .swiper-wrapper .swiper-slide .col01 .yomi {
              order: 2;
              font-size: 2.5641025641vw;
              margin: 0;
              margin-bottom: 2.5641025641vw;
              font-family: "Poppins", sans-serif;
              font-weight: 300;
              font-style: normal; }
            .voices_box01 .swiper_area .swiper1 .swiper-wrapper .swiper-slide .col01 .text01 {
              order: 1;
              font-size: 3.5897435897vw;
              margin: 0;
              margin-bottom: 0vw; }
      .voices_box01 .swiper_area .swiper-scrollbar {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 84.6153846154vw; }
      .voices_box01 .swiper_area .botton_box01 {
        position: absolute;
        width: 34vw;
        bottom: -14vw;
        left: 5.8974358974vw;
        z-index: 2; }
      .voices_box01 .swiper_area .swiper-button-next1,
      .voices_box01 .swiper_area .swiper-button-prev1 {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: calc(var(--swiper-navigation-size) / 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
      .voices_box01 .swiper_area .swiper-button-next1:after,
      .voices_box01 .swiper_area .swiper-button-prev1:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1; }
      .voices_box01 .swiper_area .swiper-button-prev1,
      .voices_box01 .swiper_area .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto; }
      .voices_box01 .swiper_area .swiper-button-next1,
      .voices_box01 .swiper_area .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto; }
      .voices_box01 .swiper_area .swiper-button-prev1,
      .voices_box01 .swiper_area .swiper-button-next1 {
        height: 12.8205128205vw;
        width: 12.8205128205vw;
        transition: all .3s ease-out; }
      .voices_box01 .swiper_area .swiper-button-prev1:hover,
      .voices_box01 .swiper_area .swiper-button-next1:hover {
        transform: scale(0.95); }
      .voices_box01 .swiper_area .swiper-button-prev1::after,
      .voices_box01 .swiper_area .swiper-button-next1::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 12.8205128205vw;
        margin: auto;
        width: 12.8205128205vw; }
      .voices_box01 .swiper_area .swiper-button-prev1::after {
        background-image: url(img/aicon/prev_black.svg);
        background-size: 12.8205128205vw; }
      .voices_box01 .swiper_area .swiper-button-next1::after {
        background-image: url(img/aicon/next_black.svg);
        background-size: 12.8205128205vw; }
      .voices_box01 .swiper_area .swiper-slide img {
        height: auto;
        width: 100%; }

  .locations_box01::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65); }

  .locations_box01 {
    padding-top: 45.1282051282vw;
    padding-bottom: 53.5897435897vw;
    position: relative;
    background-image: url(img/store/collection1609_01.jpg);
    background-size: cover;
    transition: all 0.5s ease; }
    .locations_box01 .midasi02 {
      text-align: left;
      font-size: 10.2564102564vw;
      margin: 0;
      margin-bottom: 2.0833333333vw;
      position: absolute;
      left: 7.6923076923vw;
      top: 25.641025641vw;
      color: #fff;
      z-index: 2; }
    .locations_box01 .swiper_area {
      position: relative;
      height: 68vw;
      /* 前へ次への矢印カスタマイズ */
      /* 前へ次への矢印カスタマイズ */
      /* 前への矢印カスタマイズ */
      /* 次への矢印カスタマイズ */
      /* 画像サイズ調整 */ }
      .locations_box01 .swiper_area .swiper {
        position: absolute;
        right: 0;
        width: 92.3076923077vw;
        height: 64.1025641026vw; }
        .locations_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide {
          /*margin-right: 1.5vw;*/ }
          .locations_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide img {
            border: 2px solid #fff;
            box-sizing: border-box;
            width: 100%;
            height: auto; }
      .locations_box01 .swiper_area .swiper-scrollbar2 {
        position: absolute;
        bottom: 0;
        left: 7.6923076923vw;
        width: 84.6153846154vw;
        background-color: #555555 !important;
        height: 3px;
        z-index: 2; }
      .locations_box01 .swiper_area .swiper-scrollbar-drag {
        background-color: #fff !important;
        height: 3px; }
      .locations_box01 .swiper_area .botton_box01 {
        position: absolute;
        width: 34vw;
        bottom: -14vw;
        left: 5.8974358974vw;
        z-index: 2; }
      .locations_box01 .swiper_area .swiper-button-prev,
      .locations_box01 .swiper_area .swiper-button-next {
        height: 12.8205128205vw;
        width: 12.8205128205vw; }
      .locations_box01 .swiper_area .swiper-button-prev::after,
      .locations_box01 .swiper_area .swiper-button-next::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 12.8205128205vw;
        margin: auto;
        width: 12.8205128205vw; }
      .locations_box01 .swiper_area .swiper-button-prev::after {
        background-image: url(img/aicon/prev_white.svg);
        background-size: 12.8205128205vw; }
      .locations_box01 .swiper_area .swiper-button-next::after {
        background-image: url(img/aicon/next_white.svg);
        background-size: 12.8205128205vw; }
      .locations_box01 .swiper_area .swiper-slide img {
        height: auto;
        width: 100%; }
    .locations_box01 .view_all {
      position: absolute;
      right: 7.6923076923vw;
      bottom: 27.4358974359vw;
      color: #fff;
      font-size: 6.6666666667vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw_sp(122);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #fff;
      margin-bottom: 5vw;
      z-index: 2;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .lightbox .lb-image {
    width: 100vw !important;
    height: auto !important;
    margin: 0 auto;
    border: 0px solid #fff !important; }

  .gallery_box01 {
    padding-top: 45.1282051282vw;
    padding-bottom: 53.5897435897vw;
    position: relative;
    background-color: #fff;
    transition: all 0.5s ease; }
    .gallery_box01 .midasi02 {
      text-align: left;
      font-size: 10.2564102564vw;
      margin: 0;
      margin-bottom: 2.0833333333vw;
      position: absolute;
      left: 7.6923076923vw;
      top: 25.641025641vw;
      color: #070707;
      z-index: 2; }
    .gallery_box01 .swiper_area {
      position: relative;
      height: 68vw;
      /*--swiperナビ-------------------------------------*/
      /*-------------------------------------------*/
      /* 前へ次への矢印カスタマイズ */
      /* 前へ次への矢印カスタマイズ */
      /* 前への矢印カスタマイズ */
      /* 次への矢印カスタマイズ */
      /* 画像サイズ調整 */ }
      .gallery_box01 .swiper_area .swiper {
        position: absolute;
        width: 100%;
        height: 64.1025641026vw; }
        .gallery_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide {
          /*margin-right: 1.5vw;*/ }
          .gallery_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide img {
            box-sizing: border-box;
            width: 100%;
            height: auto; }
      .gallery_box01 .swiper_area .swiper-scrollbar3 {
        position: absolute;
        bottom: 0;
        left: 7.6923076923vw;
        width: 84.6153846154vw;
        background-color: #E1E1E1 !important;
        height: 3px;
        z-index: 2; }
      .gallery_box01 .swiper_area .swiper-scrollbar-drag {
        background-color: #070707 !important;
        height: 3px; }
      .gallery_box01 .swiper_area .botton_box01 {
        position: absolute;
        width: 34vw;
        bottom: -14vw;
        left: 5.8974358974vw;
        z-index: 2; }
      .gallery_box01 .swiper_area .swiper-button-next3,
      .gallery_box01 .swiper_area .swiper-button-prev3 {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: calc(var(--swiper-navigation-size) / 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
      .gallery_box01 .swiper_area .swiper-button-next3:after,
      .gallery_box01 .swiper_area .swiper-button-prev3:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1; }
      .gallery_box01 .swiper_area .swiper-button-prev3,
      .gallery_box01 .swiper_area .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto; }
      .gallery_box01 .swiper_area .swiper-button-next3,
      .gallery_box01 .swiper_area .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto; }
      .gallery_box01 .swiper_area .swiper-button-prev3,
      .gallery_box01 .swiper_area .swiper-button-next3 {
        height: 12.8205128205vw;
        width: 12.8205128205vw; }
      .gallery_box01 .swiper_area .swiper-button-prev3::after,
      .gallery_box01 .swiper_area .swiper-button-next3::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 12.8205128205vw;
        margin: auto;
        width: 12.8205128205vw; }
      .gallery_box01 .swiper_area .swiper-button-prev3::after {
        background-image: url(img/aicon/prev_black.svg);
        background-size: 12.8205128205vw; }
      .gallery_box01 .swiper_area .swiper-button-next3::after {
        background-image: url(img/aicon/next_black.svg);
        background-size: 12.8205128205vw; }
      .gallery_box01 .swiper_area .swiper-slide img {
        height: auto;
        width: 100%; }
    .gallery_box01 .view_all {
      position: absolute;
      right: 7.6923076923vw;
      bottom: 27.4358974359vw;
      color: #fff;
      font-size: 6.6666666667vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw_sp(122);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #fff;
      margin-bottom: 5vw;
      z-index: 2;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .application_box01 {
    padding-top: 25.641025641vw;
    padding-bottom: 25.641025641vw;
    background-color: rgba(7, 7, 7, 0.75);
    text-align: center; }
    .application_box01 .midasi02 {
      text-align: center;
      font-size: 10.2564102564vw;
      margin: 0;
      /*margin-bottom: vw_sp(10);*/
      position: relative;
      z-index: 2;
      top: 0;
      left: 0;
      color: #fff; }
    .application_box01 .midasi02_s {
      font-size: 4.1025641026vw;
      margin: 0;
      margin-bottom: 7.6923076923vw;
      text-align: center;
      color: #fff; }
    .application_box01 .button01 {
      background-color: #C3A269;
      width: 84.6153846154vw;
      padding: 3.8461538462vw 2.5641025641vw;
      margin: 0 auto;
      margin-bottom: 3.8461538462vw;
      box-sizing: border-box;
      color: #fff; }
      .application_box01 .button01 .f_box01 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; }
        .application_box01 .button01 .f_box01 .text02 {
          font-size: 3.5897435897vw; }
        .application_box01 .button01 .f_box01 .f_box02 {
          display: flex;
          align-items: center; }
          .application_box01 .button01 .f_box01 .f_box02 .aicon01 {
            margin-right: 2.5641025641vw;
            width: 5.1282051282vw;
            height: auto; }
          .application_box01 .button01 .f_box01 .f_box02 .text01 {
            font-size: 4.6153846154vw;
            font-weight: bold; } }
@media screen and (min-width: 600px) and (max-width: 960px) {
  .start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000; }

  .status_box01 {
    background-color: rgba(7, 7, 7, 0.75);
    padding: 9.0104166667vw 0;
    color: #fff; }
    .status_box01 .midasi02 {
      text-align: center;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 2.0833333333vw; }
    .status_box01 .day {
      text-align: center;
      font-size: 2.0833333333vw;
      margin: 0;
      margin-bottom: 3.125vw; }
    .status_box01 .f_box01 {
      width: 51.0416666667vw;
      box-sizing: border-box;
      margin: 0 auto;
      margin-bottom: 0.78125vw;
      display: flex;
      justify-content: space-between;
      border: 1px solid #777777;
      padding: 0 1.5625vw;
      align-items: center;
      color: #fff; }
      .status_box01 .f_box01 .col01 .text01 {
        font-size: 24;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: normal; }
      .status_box01 .f_box01 .col02 .text02 {
        font-size: 18;
        padding: 0.3645833333vw 1.0416666667vw; }
      .status_box01 .f_box01 .col02 .eigyou {
        background-color: #070707; }
      .status_box01 .f_box01 .col02 .tenkyu {
        background-color: #666666; }
      .status_box01 .f_box01 .col02 .ibent {
        background-color: #C3A269; }

  .start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 15vw; }
    .start p img {
      width: 100%;
      height: auto; }

  .event_box01 {
    background-color: #fff;
    padding-top: 9.0104166667vw;
    padding-bottom: 9.375vw;
    text-align: center; }
    .event_box01 .midasi02 {
      text-align: center;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 2.0833333333vw; }
    .event_box01 .inner_box01 {
      text-align: left;
      box-sizing: border-box;
      width: 81.25vw;
      height: 21.875vw;
      margin: 0 auto;
      background-image: url(img/event/top_event_bg01.jpg);
      background-position: center;
      background-size: cover;
      padding: 2.6041666667vw;
      padding-top: 7.8125vw;
      margin-bottom: 3.125vw; }
      .event_box01 .inner_box01 a {
        width: fit-content;
        /*display: inline-block;*/ }
      .event_box01 .inner_box01 .f_box01 {
        position: relative;
        display: flex;
        width: fit-content;
        /*width: fit-content;*/ }
        .event_box01 .inner_box01 .f_box01 .col01 {
          width: 16.6666666667vw;
          height: 11.4583333333vw; }
          .event_box01 .inner_box01 .f_box01 .col01 img {
            width: 100%;
            height: auto; }
        .event_box01 .inner_box01 .f_box01 .col02 {
          width: fit-content;
          position: absolute;
          left: 18.75vw;
          bottom: -0.5vw; }
          .event_box01 .inner_box01 .f_box01 .col02 .text01 {
            color: #fff;
            font-size: 1.5625vw;
            margin: 0;
            min-width: 22vw;
            margin-bottom: 0.7291666667vw; }
          .event_box01 .inner_box01 .f_box01 .col02 .text02 {
            color: #fff;
            font-size: 1.1458333333vw;
            margin: 0; }
    .event_box01 .view_all {
      color: #333;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(188);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #333;
      margin-bottom: 5vw;
      position: relative;
      /*left: 50%;
      transform: translateX(-50%);*/
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .info_box01 {
    background-color: rgba(7, 7, 7, 0.75);
    padding-top: 9.0104166667vw;
    padding-bottom: 9.0104166667vw;
    text-align: center; }
    .info_box01 .midasi02 {
      color: #fff;
      font-size: 3.8541666667vw;
      text-align: center; }
    .info_box01 ul {
      text-align: left;
      width: 51.0416666667vw;
      margin: 0 auto;
      margin-bottom: 3.125vw; }
      .info_box01 ul li a {
        display: block;
        padding: 2.0833333333vw 2.0833333333vw;
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 0.9375vw; }
        .info_box01 ul li a .f_box01 {
          display: flex; }
          .info_box01 ul li a .f_box01 .col01 {
            width: 20%;
            /*text-align: center;*/ }
          .info_box01 ul li a .f_box01 .col02 {
            width: 80%; }
    .info_box01 .view_all {
      color: #fff;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(188);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #fff;
      position: relative;
      /*left: 50%;
      transform: translateX(-50%);*/
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .ranking_box01 {
    position: relative;
    background-color: #F2F2F2;
    padding-top: 9.0104166667vw;
    padding-bottom: 9.0104166667vw;
    text-align: center;
    /*z-index: -10;*/ }
    .ranking_box01 .midasi02 {
      text-align: center;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 2.0833333333vw; }
    .ranking_box01 .text01 {
      text-align: center;
      font-size: 1.0416666667vw;
      border-bottom: 1px solid #333;
      display: block;
      margin: 0 auto;
      width: 9.5833333333vw;
      margin-bottom: 3.125vw; }
    .ranking_box01 .p-box02 {
      text-align: left;
      width: 100%;
      padding: 0;
      display: flex;
      place-items: center;
      overflow: hidden;
      text-wrap: nowrap;
      position: absolute;
      top: 28vw; }
    .ranking_box01 .p-text02 {
      display: inline-block;
      font-size: 8.3333333333vw;
      color: rgba(195, 162, 105, 0.5); }
    .ranking_box01 .f_box01 {
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 3.125vw; }
      .ranking_box01 .f_box01 li a {
        position: relative;
        z-index: 1; }
        .ranking_box01 .f_box01 li a img {
          position: relative;
          z-index: 1; }
      .ranking_box01 .f_box01 .v {
        color: #C3A269;
        font-size: 0.8333333333vw;
        background-color: #070707;
        display: inline-block;
        position: absolute;
        bottom: 6vw;
        left: 0;
        padding: 0 2vw;
        z-index: 1; }
      .ranking_box01 .f_box01 .v02 {
        color: #C3A269;
        font-size: 0.8333333333vw;
        background-color: #070707;
        display: inline-block;
        position: absolute;
        bottom: 8vw;
        left: 0;
        padding: 0 2vw;
        z-index: 1; }
      .ranking_box01 .f_box01 .over {
        color: #C3A269;
        font-size: 0.8333333333vw;
        background-color: #070707;
        display: inline-block;
        position: absolute;
        bottom: 4vw;
        left: 0;
        padding: 0 1vw;
        z-index: 15; }
      .ranking_box01 .f_box01 .over02 {
        color: #C3A269;
        font-size: 0.8333333333vw;
        background-color: #070707;
        display: inline-block;
        position: absolute;
        bottom: 6vw;
        left: 0;
        padding: 0 1vw;
        z-index: 15; }
      .ranking_box01 .f_box01 .orime01 {
        background-image: url(img/aicon/orime.svg);
        height: 3vw;
        width: 3vw;
        content: " ";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 3vw;
        left: 0;
        z-index: -1; }
      .ranking_box01 .f_box01 .orime02 {
        background-image: url(img/aicon/orime.svg);
        height: 3vw;
        width: 3vw;
        content: " ";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 1vw;
        left: 0;
        z-index: -1; }
      .ranking_box01 .f_box01 .orime03 {
        background-image: url(img/aicon/orime.svg);
        height: 3vw;
        width: 3vw;
        content: " ";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 5vw;
        left: 0;
        z-index: -1; }
      .ranking_box01 .f_box01 .orime04 {
        background-image: url(img/aicon/orime.svg);
        height: 3vw;
        width: 3vw;
        content: " ";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 3vw;
        left: 0;
        z-index: -1; }
      .ranking_box01 .f_box01 .f_box02::after {
        content: " ";
        position: absolute;
        bottom: -0.1vw;
        left: 0.28vw;
        mix-blend-mode: overlay;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
        /* background: linear-gradient(rgba(0, 0, 0, 0), black); */
        -webkit-transform: skewX(-45deg);
        transform: skewX(-8deg);
        z-index: -1;
        width: 86.5%;
        height: 6vw; }
      .ranking_box01 .f_box01 .f_box02 {
        position: relative;
        z-index: 15;
        width: 100%;
        padding-left: 1.5vw;
        padding-right: 4.5vw;
        padding-bottom: 1vw;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        z-index: 1; }
        .ranking_box01 .f_box01 .f_box02 p {
          color: #fff;
          margin: 0; }
        .ranking_box01 .f_box01 .f_box02 .namae,
        .ranking_box01 .f_box01 .f_box02 .mise {
          font-size: 1.0416666667vw; }
        .ranking_box01 .f_box01 .f_box02 .yomi,
        .ranking_box01 .f_box01 .f_box02 .yakusyoku {
          font-size: 0.5729166667vw; }
        .ranking_box01 .f_box01 .f_box02 .namae,
        .ranking_box01 .f_box01 .f_box02 .yomi {
          text-align: left; }
        .ranking_box01 .f_box01 .f_box02 .mise,
        .ranking_box01 .f_box01 .f_box02 .yakusyoku {
          text-align: right; }
      .ranking_box01 .f_box01 li:nth-child(6) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(7) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(8) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(9) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(10) .f_box02 {
        padding-right: 3vw; }
      .ranking_box01 .f_box01 li:nth-child(1) {
        width: 100%;
        margin-bottom: 4.1666666667vw; }
        .ranking_box01 .f_box01 li:nth-child(1) a {
          position: relative;
          display: block;
          width: 27.0833333333vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(1) a img {
            width: 27.0833333333vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(1) a::after {
          background-image: url(img/aicon/no01.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15;
          background-size: contain; }
      .ranking_box01 .f_box01 li:nth-child(2) {
        width: 25%;
        margin-bottom: 3.125vw; }
        .ranking_box01 .f_box01 li:nth-child(2) a {
          position: relative;
          display: block;
          width: 21.875vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(2) a img {
            width: 21.875vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(2) a::after {
          background-image: url(img/aicon/no02.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15;
          background-size: contain; }
      .ranking_box01 .f_box01 li:nth-child(3) {
        width: 25%;
        margin-bottom: 3.125vw; }
        .ranking_box01 .f_box01 li:nth-child(3) a {
          position: relative;
          display: block;
          width: 21.875vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(3) a img {
            width: 21.875vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(3) a::after {
          background-image: url(img/aicon/no03.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15;
          background-size: contain; }
      .ranking_box01 .f_box01 li:nth-child(4) {
        width: 25%;
        margin-bottom: 3.125vw; }
        .ranking_box01 .f_box01 li:nth-child(4) a {
          position: relative;
          display: block;
          width: 21.875vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(4) a img {
            width: 21.875vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(4) a::after {
          background-image: url(img/aicon/no04.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15;
          background-size: contain; }
      .ranking_box01 .f_box01 li:nth-child(5) {
        width: 25%;
        margin-bottom: 3.125vw; }
        .ranking_box01 .f_box01 li:nth-child(5) a {
          position: relative;
          display: block;
          width: 21.875vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(5) a img {
            width: 21.875vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(5) a::after {
          background-image: url(img/aicon/no05.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15;
          background-size: contain; }
      .ranking_box01 .f_box01 li:nth-child(6) {
        width: 20%; }
        .ranking_box01 .f_box01 li:nth-child(6) a {
          position: relative;
          display: block;
          width: 16.9270833333vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(6) a img {
            width: 16.9270833333vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(6) a::after {
          background-image: url(img/aicon/no06.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15;
          background-size: contain; }
      .ranking_box01 .f_box01 li:nth-child(7) {
        width: 20%; }
        .ranking_box01 .f_box01 li:nth-child(7) a {
          position: relative;
          display: block;
          width: 16.9270833333vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(7) a img {
            width: 16.9270833333vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(7) a::after {
          background-image: url(img/aicon/no07.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15;
          background-size: contain; }
      .ranking_box01 .f_box01 li:nth-child(8) {
        width: 20%; }
        .ranking_box01 .f_box01 li:nth-child(8) a {
          position: relative;
          display: block;
          width: 16.9270833333vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(8) a img {
            width: 16.9270833333vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(8) a::after {
          background-image: url(img/aicon/no08.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15;
          background-size: contain; }
      .ranking_box01 .f_box01 li:nth-child(9) {
        width: 20%; }
        .ranking_box01 .f_box01 li:nth-child(9) a {
          position: relative;
          display: block;
          width: 16.9270833333vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(9) a img {
            width: 16.9270833333vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(9) a::after {
          background-image: url(img/aicon/no09.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15;
          background-size: contain; }
      .ranking_box01 .f_box01 li:nth-child(10) {
        width: 20%; }
        .ranking_box01 .f_box01 li:nth-child(10) a {
          position: relative;
          display: block;
          width: 16.9270833333vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(10) a img {
            width: 16.9270833333vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(10) a::after {
          background-image: url(img/aicon/no10.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15;
          background-size: contain; }
    .ranking_box01 .view_all {
      color: #333;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(188);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #333;
      margin-bottom: 5vw;
      position: relative;
      /*left: 50%;
      transform: translateX(-50%);*/
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .special_box01 {
    background-color: #fff;
    padding-top: 16.5104166667vw;
    padding-bottom: 15.0520833333vw;
    position: relative; }
    .special_box01 .midasi02 {
      text-align: left;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 2.0833333333vw;
      position: absolute;
      left: 9vw;
      top: 9vw; }
    .special_box01 .swiper_area {
      position: relative;
      height: 20vw;
      /*--swiperナビ-------------------------------------*/
      /*-------------------------------------------*/
      /* 前へ次への矢印カスタマイズ */
      /* 前へ次への矢印カスタマイズ */
      /* 前への矢印カスタマイズ */
      /* 次への矢印カスタマイズ */
      /* 画像サイズ調整 */ }
      .special_box01 .swiper_area .swiper {
        position: absolute;
        right: 0;
        width: 90.625vw;
        height: 19.1145833333vw; }
        .special_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide {
          /*margin-right: 1.5vw;*/ }
          .special_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: auto; }
      .special_box01 .swiper_area .swiper-scrollbar {
        position: absolute;
        bottom: 0;
        left: 9.375vw;
        width: 81.25vw; }
      .special_box01 .swiper_area .botton_box01 {
        position: absolute;
        width: 10.4166666667vw;
        top: -5vw;
        right: 9.375vw; }
      .special_box01 .swiper_area .swiper-button-next1,
      .special_box01 .swiper_area .swiper-button-prev1 {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: calc(var(--swiper-navigation-size) / 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
      .special_box01 .swiper_area .swiper-button-next1:after,
      .special_box01 .swiper_area .swiper-button-prev1:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1; }
      .special_box01 .swiper_area .swiper-button-prev1,
      .special_box01 .swiper_area .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto; }
      .special_box01 .swiper_area .swiper-button-next1,
      .special_box01 .swiper_area .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto; }
      .special_box01 .swiper_area .swiper-button-prev1,
      .special_box01 .swiper_area .swiper-button-next1 {
        height: 3.6458333333vw;
        width: 3.6458333333vw;
        transition: all .3s ease-out; }
      .special_box01 .swiper_area .swiper-button-prev1:hover,
      .special_box01 .swiper_area .swiper-button-next1:hover {
        transform: scale(0.95); }
      .special_box01 .swiper_area .swiper-button-prev1::after,
      .special_box01 .swiper_area .swiper-button-next1::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.6458333333vw;
        margin: auto;
        width: 3.6458333333vw; }
      .special_box01 .swiper_area .swiper-button-prev1::after {
        background-image: url(img/aicon/prev_black.svg);
        background-size: 3.6458333333vw; }
      .special_box01 .swiper_area .swiper-button-next1::after {
        background-image: url(img/aicon/next_black.svg);
        background-size: 3.6458333333vw; }
      .special_box01 .swiper_area .swiper-slide img {
        height: auto;
        width: 100%; }
    .special_box01 .view_all {
      position: absolute;
      right: 9.375vw;
      bottom: 3.5vw;
      color: #333;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(188);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #333;
      margin-bottom: 5vw;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .voices_box01 {
    background-color: #fff;
    padding-top: 20vw;
    padding-bottom: 9.84375vw;
    position: relative; }
    .voices_box01 .midasi02 {
      text-align: center;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 2.0833333333vw;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 9vw; }
    .voices_box01 .midasi02_s {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 15vw;
      font-size: 1.0416666667vw;
      margin-bottom: 3.125vw;
      text-align: center; }
    .voices_box01 .swiper_area {
      position: relative;
      height: 35vw;
      /*--swiperナビ-------------------------------------*/
      /*-------------------------------------------*/
      /* 前へ次への矢印カスタマイズ */
      /* 前へ次への矢印カスタマイズ */
      /* 前への矢印カスタマイズ */
      /* 次への矢印カスタマイズ */
      /* 画像サイズ調整 */ }
      .voices_box01 .swiper_area .swiper-scrollbar {
        width: 81.25vw;
        left: 9.375vw; }
      .voices_box01 .swiper_area .swiper-scrollbar-drag {
        background-color: #070707 !important; }
      .voices_box01 .swiper_area .swiper1 {
        position: absolute;
        right: 0;
        width: 89.9479166667vw;
        height: 100%; }
        .voices_box01 .swiper_area .swiper1 .swiper-wrapper .swiper-slide {
          position: relative;
          width: 25vw !important;
          height: 32.2916666667vw !important;
          margin-right: 3.125vw !important;
          /*margin-right: 1.5vw;*/ }
          .voices_box01 .swiper_area .swiper1 .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: auto; }
          .voices_box01 .swiper_area .swiper1 .swiper-wrapper .swiper-slide .col01 {
            position: absolute;
            width: 100%;
            height: 10.15625vw;
            bottom: 0;
            color: #fff;
            background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
            padding: 0 1.5625vw;
            padding-bottom: 1.0416666667vw;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            flex-direction: column-reverse; }
            .voices_box01 .swiper_area .swiper1 .swiper-wrapper .swiper-slide .col01 .tenpo {
              order: 4;
              font-size: 0.6770833333vw;
              margin: 0;
              margin-bottom: 0.2604166667vw; }
            .voices_box01 .swiper_area .swiper1 .swiper-wrapper .swiper-slide .col01 .name {
              order: 3;
              font-size: 1.0416666667vw;
              margin: 0;
              margin-bottom: 0vw;
              letter-spacing: 0.2rem; }
            .voices_box01 .swiper_area .swiper1 .swiper-wrapper .swiper-slide .col01 .yomi {
              order: 2;
              font-size: 0.5729166667vw;
              margin: 0;
              margin-bottom: 0.78125vw;
              font-family: "Poppins", sans-serif;
              font-weight: 300;
              font-style: normal; }
            .voices_box01 .swiper_area .swiper1 .swiper-wrapper .swiper-slide .col01 .text01 {
              order: 1;
              font-size: 0.8854166667vw;
              margin: 0;
              margin-bottom: 0vw; }
      .voices_box01 .swiper_area .swiper-scrollbar {
        position: absolute;
        bottom: 0;
        left: 9.375vw;
        width: 81.25vw; }
      .voices_box01 .swiper_area .botton_box01 {
        position: absolute;
        width: 10.4166666667vw;
        top: -7.5vw;
        right: 9.375vw; }
      .voices_box01 .swiper_area .swiper-button-next1,
      .voices_box01 .swiper_area .swiper-button-prev1 {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: calc(var(--swiper-navigation-size) / 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
      .voices_box01 .swiper_area .swiper-button-next1:after,
      .voices_box01 .swiper_area .swiper-button-prev1:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1; }
      .voices_box01 .swiper_area .swiper-button-prev1,
      .voices_box01 .swiper_area .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto; }
      .voices_box01 .swiper_area .swiper-button-next1,
      .voices_box01 .swiper_area .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto; }
      .voices_box01 .swiper_area .swiper-button-prev1,
      .voices_box01 .swiper_area .swiper-button-next1 {
        height: 3.6458333333vw;
        width: 3.6458333333vw;
        transition: all .3s ease-out; }
      .voices_box01 .swiper_area .swiper-button-prev1:hover,
      .voices_box01 .swiper_area .swiper-button-next1:hover {
        transform: scale(0.95); }
      .voices_box01 .swiper_area .swiper-button-prev1::after,
      .voices_box01 .swiper_area .swiper-button-next1::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.6458333333vw;
        margin: auto;
        width: 3.6458333333vw; }
      .voices_box01 .swiper_area .swiper-button-prev1::after {
        background-image: url(img/aicon/prev_black.svg);
        background-size: 3.6458333333vw; }
      .voices_box01 .swiper_area .swiper-button-next1::after {
        background-image: url(img/aicon/next_black.svg);
        background-size: 3.6458333333vw; }
      .voices_box01 .swiper_area .swiper-slide img {
        height: auto;
        width: 100%; }

  .locations_box01::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65); }

  .locations_box01 {
    padding-top: 16.5104166667vw;
    padding-bottom: 15.0520833333vw;
    position: relative;
    background-image: url(img/store/collection1609_01.jpg);
    background-size: cover;
    transition: all 0.5s ease; }
    .locations_box01 .midasi02 {
      text-align: left;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 2.0833333333vw;
      position: absolute;
      left: 9vw;
      top: 9vw;
      color: #fff;
      z-index: 2; }
    .locations_box01 .swiper_area {
      position: relative;
      height: 27vw;
      /* 前へ次への矢印カスタマイズ */
      /* 前へ次への矢印カスタマイズ */
      /* 前への矢印カスタマイズ */
      /* 次への矢印カスタマイズ */
      /* 画像サイズ調整 */ }
      .locations_box01 .swiper_area .swiper {
        position: absolute;
        right: 0;
        width: 90.625vw;
        height: 25vw; }
        .locations_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide {
          margin-right: 1.5vw; }
          .locations_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide img {
            border: 2px solid #fff;
            width: 100%;
            height: auto; }
      .locations_box01 .swiper_area .swiper-scrollbar2 {
        position: absolute;
        bottom: 0;
        left: 9.375vw;
        width: 81.25vw;
        background-color: #555555 !important;
        height: 3px;
        z-index: 2; }
      .locations_box01 .swiper_area .swiper-scrollbar-drag {
        background-color: #fff !important;
        height: 3px; }
      .locations_box01 .swiper_area .botton_box01 {
        position: absolute;
        width: 10.4166666667vw;
        top: -5vw;
        right: 9.375vw;
        z-index: 2; }
      .locations_box01 .swiper_area .swiper-button-prev,
      .locations_box01 .swiper_area .swiper-button-next {
        height: 3.6458333333vw;
        width: 3.6458333333vw;
        transition: all .3s ease-out; }
      .locations_box01 .swiper_area .swiper-button-prev:hover,
      .locations_box01 .swiper_area .swiper-button-next:hover {
        transform: scale(0.95); }
      .locations_box01 .swiper_area .swiper-button-prev::after,
      .locations_box01 .swiper_area .swiper-button-next::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.6458333333vw;
        margin: auto;
        width: 3.6458333333vw; }
      .locations_box01 .swiper_area .swiper-button-prev::after {
        background-image: url(img/aicon/prev_white.svg);
        background-size: 3.6458333333vw; }
      .locations_box01 .swiper_area .swiper-button-next::after {
        background-image: url(img/aicon/next_white.svg);
        background-size: 3.6458333333vw; }
      .locations_box01 .swiper_area .swiper-slide img {
        height: auto;
        width: 100%; }
    .locations_box01 .view_all {
      position: absolute;
      right: 9.375vw;
      bottom: 3.5vw;
      color: #fff;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(188);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #fff;
      margin-bottom: 5vw;
      z-index: 2;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .lightbox .lb-image {
    width: 90vw !important;
    height: auto !important;
    margin: 0 auto; }

  .gallery_box01 {
    padding-top: 16.5104166667vw;
    padding-bottom: 15.0520833333vw;
    position: relative;
    background-color: #fff;
    background-size: cover;
    transition: all 0.5s ease; }
    .gallery_box01 .midasi02 {
      text-align: left;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 2.0833333333vw;
      position: absolute;
      left: 9vw;
      top: 9vw;
      color: #070707;
      z-index: 2; }
    .gallery_box01 .swiper_area {
      position: relative;
      height: 28vw;
      /*--swiperナビ-------------------------------------*/
      /*-------------------------------------------*/
      /* 前へ次への矢印カスタマイズ */
      /* 前へ次への矢印カスタマイズ */
      /* 前への矢印カスタマイズ */
      /* 次への矢印カスタマイズ */
      /* 画像サイズ調整 */ }
      .gallery_box01 .swiper_area .swiper {
        position: absolute;
        right: 0;
        width: 100%;
        height: 28.125vw; }
        .gallery_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide {
          margin-right: 1.5vw; }
          .gallery_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide img {
            border: 2px solid #fff;
            width: 100%;
            height: auto; }
      .gallery_box01 .swiper_area .swiper-scrollbar3 {
        position: absolute;
        bottom: 0;
        left: 9.375vw;
        width: 81.25vw;
        background-color: #E1E1E1 !important;
        height: 3px;
        z-index: 2; }
      .gallery_box01 .swiper_area .swiper-scrollbar-drag {
        background-color: #070707 !important;
        height: 3px; }
      .gallery_box01 .swiper_area .botton_box01 {
        position: absolute;
        width: 10.4166666667vw;
        top: -5vw;
        right: 9.375vw;
        z-index: 2; }
      .gallery_box01 .swiper_area .swiper-button-next3,
      .gallery_box01 .swiper_area .swiper-button-prev3 {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: calc(var(--swiper-navigation-size) / 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
      .gallery_box01 .swiper_area .swiper-button-next3:after,
      .gallery_box01 .swiper_area .swiper-button-prev3:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1; }
      .gallery_box01 .swiper_area .swiper-button-prev3,
      .gallery_box01 .swiper_area .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto; }
      .gallery_box01 .swiper_area .swiper-button-next3,
      .gallery_box01 .swiper_area .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto; }
      .gallery_box01 .swiper_area .swiper-button-prev3,
      .gallery_box01 .swiper_area .swiper-button-next3 {
        height: 3.6458333333vw;
        width: 3.6458333333vw;
        transition: all .3s ease-out; }
      .gallery_box01 .swiper_area .swiper-button-prev3:hover,
      .gallery_box01 .swiper_area .swiper-button-next3:hover {
        transform: scale(0.95); }
      .gallery_box01 .swiper_area .swiper-button-prev3::after,
      .gallery_box01 .swiper_area .swiper-button-next3::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.6458333333vw;
        margin: auto;
        width: 3.6458333333vw; }
      .gallery_box01 .swiper_area .swiper-button-prev3::after {
        background-image: url(img/aicon/prev_black.svg);
        background-size: 3.6458333333vw; }
      .gallery_box01 .swiper_area .swiper-button-next3::after {
        background-image: url(img/aicon/next_black.svg);
        background-size: 3.6458333333vw; }
      .gallery_box01 .swiper_area .swiper-slide img {
        height: auto;
        width: 100%; }
    .gallery_box01 .view_all {
      position: absolute;
      right: 9.375vw;
      bottom: 3.5vw;
      color: #fff;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(188);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #fff;
      margin-bottom: 5vw;
      z-index: 2;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .application_box01 {
    padding-top: 9.0104166667vw;
    padding-bottom: 9.0104166667vw;
    background-color: rgba(7, 7, 7, 0.75);
    text-align: center; }
    .application_box01 .midasi02 {
      text-align: center;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 1.0416666667vw;
      position: relative;
      z-index: 2;
      top: 0;
      left: 0;
      color: #fff; }
    .application_box01 .midasi02_s {
      font-size: 1.0416666667vw;
      margin-bottom: 3.125vw;
      text-align: center;
      color: #fff; }
    .application_box01 .button01 {
      background-color: #C3A269;
      width: 51.0416666667vw;
      padding: 1.6666666667vw 2.0833333333vw;
      margin: 0 auto;
      margin-bottom: 1.5625vw;
      color: #fff; }
      .application_box01 .button01 .f_box01 {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .application_box01 .button01 .f_box01 .text02 {
          font-size: 0.9375vw; }
        .application_box01 .button01 .f_box01 .f_box02 {
          display: flex;
          align-items: center; }
          .application_box01 .button01 .f_box01 .f_box02 .aicon01 {
            margin-right: 1.25vw;
            width: 1.3541666667vw;
            height: auto; }
          .application_box01 .button01 .f_box01 .f_box02 .text01 {
            font-size: 1.25vw;
            font-weight: bold; } }
@media screen and (min-width: 960px) {
  .start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000; }

  .status_box01 {
    background-color: rgba(7, 7, 7, 0.75);
    padding: 9.0104166667vw 0;
    color: #fff; }
    .status_box01 .midasi02 {
      text-align: center;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 2.0833333333vw; }
    .status_box01 .day {
      text-align: center;
      font-size: 2.0833333333vw;
      margin: 0;
      margin-bottom: 3.125vw; }
    .status_box01 .f_box01 {
      width: 51.0416666667vw;
      box-sizing: border-box;
      margin: 0 auto;
      margin-bottom: 0.78125vw;
      display: flex;
      justify-content: space-between;
      border: 1px solid #777777;
      padding: 0 1.5625vw;
      align-items: center;
      color: #fff; }
      .status_box01 .f_box01 .col01 .text01 {
        font-size: 24;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: normal; }
      .status_box01 .f_box01 .col02 .text02 {
        font-size: 18;
        padding: 0.3645833333vw 1.0416666667vw; }
      .status_box01 .f_box01 .col02 .eigyou {
        background-color: #070707; }
      .status_box01 .f_box01 .col02 .tenkyu {
        background-color: #666666; }
      .status_box01 .f_box01 .col02 .ibent {
        background-color: #C3A269; }

  .start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 8vw; }
    .start p img {
      width: 100%;
      height: auto; }

  .event_box01 {
    background-color: #fff;
    padding-top: 9.0104166667vw;
    padding-bottom: 9.375vw;
    text-align: center; }
    .event_box01 .midasi02 {
      text-align: center;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 2.0833333333vw; }
    .event_box01 .inner_box01 {
      text-align: left;
      box-sizing: border-box;
      width: 81.25vw;
      height: 21.875vw;
      margin: 0 auto;
      background-image: url(img/event/top_event_bg01.jpg);
      background-position: center;
      background-size: cover;
      padding: 2.6041666667vw;
      padding-top: 7.8125vw;
      margin-bottom: 3.125vw; }
      .event_box01 .inner_box01 a {
        width: fit-content;
        /*display: inline-block;*/ }
      .event_box01 .inner_box01 .f_box01 {
        position: relative;
        display: flex;
        width: fit-content;
        /*width: fit-content;*/ }
        .event_box01 .inner_box01 .f_box01 .col01 {
          width: 16.6666666667vw;
          height: 11.4583333333vw; }
          .event_box01 .inner_box01 .f_box01 .col01 img {
            width: 100%;
            height: auto; }
        .event_box01 .inner_box01 .f_box01 .col02 {
          width: fit-content;
          position: absolute;
          left: 18.75vw;
          bottom: -0.5vw; }
          .event_box01 .inner_box01 .f_box01 .col02 .text01 {
            color: #fff;
            font-size: 1.5625vw;
            margin: 0;
            min-width: 22vw;
            margin-bottom: 0.7291666667vw; }
          .event_box01 .inner_box01 .f_box01 .col02 .text02 {
            color: #fff;
            font-size: 1.1458333333vw;
            margin: 0; }
    .event_box01 .view_all {
      color: #333;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(188);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #333;
      margin-bottom: 5vw;
      position: relative;
      /*left: 50%;
      transform: translateX(-50%);*/
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .info_box01 {
    background-color: rgba(7, 7, 7, 0.75);
    padding-top: 9.0104166667vw;
    padding-bottom: 9.0104166667vw;
    text-align: center; }
    .info_box01 .midasi02 {
      color: #fff;
      font-size: 3.8541666667vw;
      text-align: center; }
    .info_box01 ul {
      text-align: left;
      width: 51.0416666667vw;
      margin: 0 auto;
      margin-bottom: 3.125vw; }
      .info_box01 ul li a {
        display: block;
        padding: 2.0833333333vw 2.0833333333vw;
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 0.9375vw; }
        .info_box01 ul li a .f_box01 {
          display: flex; }
          .info_box01 ul li a .f_box01 .col01 {
            width: 20%;
            /*text-align: center;*/ }
          .info_box01 ul li a .f_box01 .col02 {
            width: 80%; }
    .info_box01 .view_all {
      color: #fff;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(188);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #fff;
      position: relative;
      /*left: 50%;
      transform: translateX(-50%);*/
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .ranking_box01 {
    position: relative;
    background-color: #F2F2F2;
    padding-top: 9.0104166667vw;
    padding-bottom: 9.0104166667vw;
    text-align: center;
    /*z-index: -10;*/ }
    .ranking_box01 .midasi02 {
      text-align: center;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 2.0833333333vw; }
    .ranking_box01 .text01 {
      text-align: center;
      font-size: 1.0416666667vw;
      border-bottom: 1px solid #333;
      display: block;
      margin: 0 auto;
      width: 9.5833333333vw;
      margin-bottom: 3.125vw; }
    .ranking_box01 .p-box02 {
      text-align: left;
      width: 100%;
      padding: 0;
      display: flex;
      place-items: center;
      overflow: hidden;
      text-wrap: nowrap;
      position: absolute;
      top: 28vw; }
    .ranking_box01 .p-text02 {
      display: inline-block;
      font-size: 8.3333333333vw;
      color: rgba(195, 162, 105, 0.5); }
    .ranking_box01 .f_box01 {
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 3.125vw; }
      .ranking_box01 .f_box01 li a {
        position: relative;
        z-index: 1; }
        .ranking_box01 .f_box01 li a img {
          position: relative;
          z-index: 1; }
      .ranking_box01 .f_box01 .v {
        color: #C3A269;
        font-size: 0.8333333333vw;
        background-color: #070707;
        display: inline-block;
        position: absolute;
        bottom: 6vw;
        left: 0;
        padding: 0 2vw;
        z-index: 1; }
      .ranking_box01 .f_box01 .v02 {
        color: #C3A269;
        font-size: 0.8333333333vw;
        background-color: #070707;
        display: inline-block;
        position: absolute;
        bottom: 8vw;
        left: 0;
        padding: 0 2vw;
        z-index: 1; }
      .ranking_box01 .f_box01 .over {
        color: #C3A269;
        font-size: 0.8333333333vw;
        background-color: #070707;
        display: inline-block;
        position: absolute;
        bottom: 4vw;
        left: 0;
        padding: 0 1vw;
        z-index: 15; }
      .ranking_box01 .f_box01 .over02 {
        color: #C3A269;
        font-size: 0.8333333333vw;
        background-color: #070707;
        display: inline-block;
        position: absolute;
        bottom: 6vw;
        left: 0;
        padding: 0 1vw;
        z-index: 15; }
      .ranking_box01 .f_box01 .orime01 {
        background-image: url(img/aicon/orime.svg);
        height: 3vw;
        width: 3vw;
        content: " ";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 3vw;
        left: 0;
        z-index: -1; }
      .ranking_box01 .f_box01 .orime02 {
        background-image: url(img/aicon/orime.svg);
        height: 3vw;
        width: 3vw;
        content: " ";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 1vw;
        left: 0;
        z-index: -1; }
      .ranking_box01 .f_box01 .orime03 {
        background-image: url(img/aicon/orime.svg);
        height: 3vw;
        width: 3vw;
        content: " ";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 5vw;
        left: 0;
        z-index: -1; }
      .ranking_box01 .f_box01 .orime04 {
        background-image: url(img/aicon/orime.svg);
        height: 3vw;
        width: 3vw;
        content: " ";
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 3vw;
        left: 0;
        z-index: -1; }
      .ranking_box01 .f_box01 .f_box02::after {
        content: " ";
        position: absolute;
        bottom: -0.1vw;
        left: 0.28vw;
        mix-blend-mode: overlay;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
        /* background: linear-gradient(rgba(0, 0, 0, 0), black); */
        -webkit-transform: skewX(-45deg);
        transform: skewX(-8deg);
        z-index: -1;
        width: 86.5%;
        height: 6vw; }
      .ranking_box01 .f_box01 .f_box02 {
        position: relative;
        z-index: 15;
        width: 100%;
        padding-left: 1.5vw;
        padding-right: 4.5vw;
        padding-bottom: 1vw;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        z-index: 1; }
        .ranking_box01 .f_box01 .f_box02 p {
          color: #fff;
          margin: 0; }
        .ranking_box01 .f_box01 .f_box02 .namae,
        .ranking_box01 .f_box01 .f_box02 .mise {
          font-size: 1.0416666667vw; }
        .ranking_box01 .f_box01 .f_box02 .yomi,
        .ranking_box01 .f_box01 .f_box02 .yakusyoku {
          font-size: 0.5729166667vw; }
        .ranking_box01 .f_box01 .f_box02 .namae,
        .ranking_box01 .f_box01 .f_box02 .yomi {
          text-align: left; }
        .ranking_box01 .f_box01 .f_box02 .mise,
        .ranking_box01 .f_box01 .f_box02 .yakusyoku {
          text-align: right; }
      .ranking_box01 .f_box01 li:nth-child(6) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(7) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(8) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(9) .f_box02,
      .ranking_box01 .f_box01 li:nth-child(10) .f_box02 {
        padding-right: 3vw; }
      .ranking_box01 .f_box01 li:nth-child(1) {
        width: 100%;
        margin-bottom: 4.1666666667vw; }
        .ranking_box01 .f_box01 li:nth-child(1) a {
          position: relative;
          display: block;
          width: 27.0833333333vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(1) a img {
            width: 27.0833333333vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(1) a::after {
          background-image: url(img/aicon/no01.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(2) {
        width: 25%;
        margin-bottom: 3.125vw; }
        .ranking_box01 .f_box01 li:nth-child(2) a {
          position: relative;
          display: block;
          width: 21.875vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(2) a img {
            width: 21.875vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(2) a::after {
          background-image: url(img/aicon/no02.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(3) {
        width: 25%;
        margin-bottom: 3.125vw; }
        .ranking_box01 .f_box01 li:nth-child(3) a {
          position: relative;
          display: block;
          width: 21.875vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(3) a img {
            width: 21.875vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(3) a::after {
          background-image: url(img/aicon/no03.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(4) {
        width: 25%;
        margin-bottom: 3.125vw; }
        .ranking_box01 .f_box01 li:nth-child(4) a {
          position: relative;
          display: block;
          width: 21.875vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(4) a img {
            width: 21.875vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(4) a::after {
          background-image: url(img/aicon/no04.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(5) {
        width: 25%;
        margin-bottom: 3.125vw; }
        .ranking_box01 .f_box01 li:nth-child(5) a {
          position: relative;
          display: block;
          width: 21.875vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(5) a img {
            width: 21.875vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(5) a::after {
          background-image: url(img/aicon/no05.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(6) {
        width: 20%; }
        .ranking_box01 .f_box01 li:nth-child(6) a {
          position: relative;
          display: block;
          width: 16.9270833333vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(6) a img {
            width: 16.9270833333vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(6) a::after {
          background-image: url(img/aicon/no06.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(7) {
        width: 20%; }
        .ranking_box01 .f_box01 li:nth-child(7) a {
          position: relative;
          display: block;
          width: 16.9270833333vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(7) a img {
            width: 16.9270833333vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(7) a::after {
          background-image: url(img/aicon/no07.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(8) {
        width: 20%; }
        .ranking_box01 .f_box01 li:nth-child(8) a {
          position: relative;
          display: block;
          width: 16.9270833333vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(8) a img {
            width: 16.9270833333vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(8) a::after {
          background-image: url(img/aicon/no08.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(9) {
        width: 20%; }
        .ranking_box01 .f_box01 li:nth-child(9) a {
          position: relative;
          display: block;
          width: 16.9270833333vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(9) a img {
            width: 16.9270833333vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(9) a::after {
          background-image: url(img/aicon/no09.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15; }
      .ranking_box01 .f_box01 li:nth-child(10) {
        width: 20%; }
        .ranking_box01 .f_box01 li:nth-child(10) a {
          position: relative;
          display: block;
          width: 16.9270833333vw;
          margin: 0 auto; }
          .ranking_box01 .f_box01 li:nth-child(10) a img {
            width: 16.9270833333vw;
            margin: 0 auto; }
        .ranking_box01 .f_box01 li:nth-child(10) a::after {
          background-image: url(img/aicon/no10.svg);
          height: 6vw;
          width: 6vw;
          content: " ";
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          top: -1.5vw;
          left: 1.5vw;
          z-index: 15; }
    .ranking_box01 .view_all {
      color: #333;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(188);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #333;
      margin-bottom: 5vw;
      position: relative;
      /*left: 50%;
      transform: translateX(-50%);*/
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .special_box01 {
    background-color: #fff;
    padding-top: 16.5104166667vw;
    padding-bottom: 15.0520833333vw;
    position: relative; }
    .special_box01 .midasi02 {
      text-align: left;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 2.0833333333vw;
      position: absolute;
      left: 9vw;
      top: 9vw; }
    .special_box01 .swiper_area {
      position: relative;
      height: 20vw;
      /*--swiperナビ-------------------------------------*/
      /*-------------------------------------------*/
      /* 前へ次への矢印カスタマイズ */
      /* 前へ次への矢印カスタマイズ */
      /* 前への矢印カスタマイズ */
      /* 次への矢印カスタマイズ */
      /* 画像サイズ調整 */ }
      .special_box01 .swiper_area .swiper {
        position: absolute;
        right: 0;
        width: 90.625vw;
        height: 19.1145833333vw; }
        .special_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide {
          /*margin-right: 1.5vw;*/ }
          .special_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: auto; }
      .special_box01 .swiper_area .swiper-scrollbar {
        position: absolute;
        bottom: 0;
        left: 9.375vw;
        width: 81.25vw; }
      .special_box01 .swiper_area .botton_box01 {
        position: absolute;
        width: 9.375vw;
        top: -5vw;
        right: 9.375vw; }
      .special_box01 .swiper_area .swiper-button-next1,
      .special_box01 .swiper_area .swiper-button-prev1 {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: calc(var(--swiper-navigation-size) / 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
      .special_box01 .swiper_area .swiper-button-next1:after,
      .special_box01 .swiper_area .swiper-button-prev1:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1; }
      .special_box01 .swiper_area .swiper-button-prev1,
      .special_box01 .swiper_area .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto; }
      .special_box01 .swiper_area .swiper-button-next1,
      .special_box01 .swiper_area .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto; }
      .special_box01 .swiper_area .swiper-button-prev1,
      .special_box01 .swiper_area .swiper-button-next1 {
        height: 3.6458333333vw;
        width: 3.6458333333vw;
        transition: all .3s ease-out; }
      .special_box01 .swiper_area .swiper-button-prev1:hover,
      .special_box01 .swiper_area .swiper-button-next1:hover {
        transform: scale(0.95); }
      .special_box01 .swiper_area .swiper-button-prev1::after,
      .special_box01 .swiper_area .swiper-button-next1::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.6458333333vw;
        margin: auto;
        width: 3.6458333333vw; }
      .special_box01 .swiper_area .swiper-button-prev1::after {
        background-image: url(img/aicon/prev_black.svg);
        background-size: 3.6458333333vw; }
      .special_box01 .swiper_area .swiper-button-next1::after {
        background-image: url(img/aicon/next_black.svg);
        background-size: 3.6458333333vw; }
      .special_box01 .swiper_area .swiper-slide img {
        height: auto;
        width: 100%; }
    .special_box01 .view_all {
      position: absolute;
      right: 9.375vw;
      bottom: 3.5vw;
      color: #333;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(188);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #333;
      margin-bottom: 5vw;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .voices_box01 {
    background-color: #fff;
    padding-top: 20vw;
    padding-bottom: 9.84375vw;
    position: relative; }
    .voices_box01 .midasi02 {
      text-align: center;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 2.0833333333vw;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 9vw; }
    .voices_box01 .midasi02_s {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 15vw;
      font-size: 1.0416666667vw;
      margin-bottom: 3.125vw;
      text-align: center; }
    .voices_box01 .swiper_area {
      position: relative;
      height: 35vw;
      /*--swiperナビ-------------------------------------*/
      /*-------------------------------------------*/
      /* 前へ次への矢印カスタマイズ */
      /* 前へ次への矢印カスタマイズ */
      /* 前への矢印カスタマイズ */
      /* 次への矢印カスタマイズ */
      /* 画像サイズ調整 */ }
      .voices_box01 .swiper_area .swiper-scrollbar {
        width: 81.25vw;
        left: 9.375vw; }
      .voices_box01 .swiper_area .swiper-scrollbar-drag {
        background-color: #070707 !important; }
      .voices_box01 .swiper_area .swiper {
        position: absolute;
        right: 0;
        width: 89.9479166667vw;
        height: 100%; }
        .voices_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide {
          position: relative;
          width: 25vw !important;
          height: 32.2916666667vw !important;
          margin-right: 3.125vw !important;
          /*margin-right: 1.5vw;*/ }
          .voices_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: auto; }
          .voices_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide .col01 {
            position: absolute;
            width: 100%;
            height: 10.15625vw;
            bottom: 0;
            color: #fff;
            background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
            padding: 0 1.5625vw;
            padding-bottom: 1.0416666667vw;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            flex-direction: column-reverse; }
            .voices_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide .col01 .tenpo {
              order: 4;
              font-size: 0.6770833333vw;
              margin: 0;
              margin-bottom: 0.2604166667vw; }
            .voices_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide .col01 .name {
              order: 3;
              font-size: 1.0416666667vw;
              margin: 0;
              margin-bottom: 0vw;
              letter-spacing: 0.2rem; }
            .voices_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide .col01 .yomi {
              order: 2;
              font-size: 0.5729166667vw;
              margin: 0;
              margin-bottom: 0.78125vw;
              font-family: "Poppins", sans-serif;
              font-weight: 300;
              font-style: normal; }
            .voices_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide .col01 .text01 {
              order: 1;
              font-size: 0.8854166667vw;
              margin: 0;
              margin-bottom: 0vw; }
      .voices_box01 .swiper_area .swiper-scrollbar {
        position: absolute;
        bottom: 0;
        left: 9.375vw;
        width: 81.25vw; }
      .voices_box01 .swiper_area .botton_box01 {
        position: absolute;
        width: 9.375vw;
        top: -9vw;
        right: 9.375vw; }
      .voices_box01 .swiper_area .swiper-button-next1,
      .voices_box01 .swiper_area .swiper-button-prev1 {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: calc(var(--swiper-navigation-size) / 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
      .voices_box01 .swiper_area .swiper-button-next1:after,
      .voices_box01 .swiper_area .swiper-button-prev1:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1; }
      .voices_box01 .swiper_area .swiper-button-prev1,
      .voices_box01 .swiper_area .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto; }
      .voices_box01 .swiper_area .swiper-button-next1,
      .voices_box01 .swiper_area .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto; }
      .voices_box01 .swiper_area .swiper-button-prev1,
      .voices_box01 .swiper_area .swiper-button-next1 {
        height: 3.6458333333vw;
        width: 3.6458333333vw;
        transition: all .3s ease-out; }
      .voices_box01 .swiper_area .swiper-button-prev1:hover,
      .voices_box01 .swiper_area .swiper-button-next1:hover {
        transform: scale(0.95); }
      .voices_box01 .swiper_area .swiper-button-prev1::after,
      .voices_box01 .swiper_area .swiper-button-next1::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.6458333333vw;
        margin: auto;
        width: 3.6458333333vw; }
      .voices_box01 .swiper_area .swiper-button-prev1::after {
        background-image: url(img/aicon/prev_black.svg);
        background-size: 3.6458333333vw; }
      .voices_box01 .swiper_area .swiper-button-next1::after {
        background-image: url(img/aicon/next_black.svg);
        background-size: 3.6458333333vw; }
      .voices_box01 .swiper_area .swiper-slide img {
        height: auto;
        width: 100%; }

  .locations_box01::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65); }

  .locations_box01 {
    padding-top: 16.5104166667vw;
    padding-bottom: 15.0520833333vw;
    position: relative;
    background-image: url(img/store/collection1609_01.jpg);
    background-size: cover;
    transition: all 0.5s ease; }
    .locations_box01 .midasi02 {
      text-align: left;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 2.0833333333vw;
      position: absolute;
      left: 9vw;
      top: 9vw;
      color: #fff;
      z-index: 2; }
    .locations_box01 .swiper_area {
      position: relative;
      height: 27vw;
      /* 前へ次への矢印カスタマイズ */
      /* 前へ次への矢印カスタマイズ */
      /* 前への矢印カスタマイズ */
      /* 次への矢印カスタマイズ */
      /* 画像サイズ調整 */ }
      .locations_box01 .swiper_area .swiper {
        position: absolute;
        right: 0;
        width: 90.625vw;
        height: 25vw; }
        .locations_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide {
          margin-right: 1.5vw; }
          .locations_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide img {
            border: 2px solid #fff;
            width: 100%;
            height: auto; }
      .locations_box01 .swiper_area .swiper-scrollbar2 {
        position: absolute;
        bottom: 0;
        left: 9.375vw;
        width: 81.25vw;
        background-color: #555555 !important;
        height: 3px;
        z-index: 2; }
      .locations_box01 .swiper_area .swiper-scrollbar-drag {
        background-color: #fff !important;
        height: 3px; }
      .locations_box01 .swiper_area .botton_box01 {
        position: absolute;
        width: 9.375vw;
        top: -5vw;
        right: 9.375vw;
        z-index: 2; }
      .locations_box01 .swiper_area .swiper-button-prev,
      .locations_box01 .swiper_area .swiper-button-next {
        height: 3.6458333333vw;
        width: 3.6458333333vw;
        transition: all .3s ease-out; }
      .locations_box01 .swiper_area .swiper-button-prev:hover,
      .locations_box01 .swiper_area .swiper-button-next:hover {
        transform: scale(0.95); }
      .locations_box01 .swiper_area .swiper-button-prev::after,
      .locations_box01 .swiper_area .swiper-button-next::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.6458333333vw;
        margin: auto;
        width: 3.6458333333vw; }
      .locations_box01 .swiper_area .swiper-button-prev::after {
        background-image: url(img/aicon/prev_white.svg);
        background-size: 3.6458333333vw; }
      .locations_box01 .swiper_area .swiper-button-next::after {
        background-image: url(img/aicon/next_white.svg);
        background-size: 3.6458333333vw; }
      .locations_box01 .swiper_area .swiper-slide img {
        height: auto;
        width: 100%; }
    .locations_box01 .view_all {
      position: absolute;
      right: 9.375vw;
      bottom: 3.5vw;
      color: #fff;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(188);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #fff;
      margin-bottom: 5vw;
      z-index: 2;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .lightbox .lb-image {
    width: 70vw !important;
    height: auto !important;
    margin: 0 auto; }

  .gallery_box01 {
    padding-top: 16.5104166667vw;
    padding-bottom: 15.0520833333vw;
    position: relative;
    background-color: #fff;
    background-size: cover;
    transition: all 0.5s ease; }
    .gallery_box01 .midasi02 {
      text-align: left;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 2.0833333333vw;
      position: absolute;
      left: 9vw;
      top: 9vw;
      color: #070707;
      z-index: 2; }
    .gallery_box01 .swiper_area {
      position: relative;
      height: 28vw;
      /*--swiperナビ-------------------------------------*/
      /*-------------------------------------------*/
      /* 前へ次への矢印カスタマイズ */
      /* 前へ次への矢印カスタマイズ */
      /* 前への矢印カスタマイズ */
      /* 次への矢印カスタマイズ */
      /* 画像サイズ調整 */ }
      .gallery_box01 .swiper_area .swiper {
        position: absolute;
        right: 0;
        width: 100%;
        height: 28.125vw; }
        .gallery_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide {
          margin-right: 1.5vw; }
          .gallery_box01 .swiper_area .swiper .swiper-wrapper .swiper-slide img {
            border: 2px solid #fff;
            width: 100%;
            height: auto; }
      .gallery_box01 .swiper_area .swiper-scrollbar3 {
        position: absolute;
        bottom: 0;
        left: 9.375vw;
        width: 81.25vw;
        background-color: #E1E1E1 !important;
        height: 3px;
        z-index: 2; }
      .gallery_box01 .swiper_area .swiper-scrollbar-drag {
        background-color: #070707 !important;
        height: 3px; }
      .gallery_box01 .swiper_area .botton_box01 {
        position: absolute;
        width: 9.375vw;
        top: -5vw;
        right: 9.375vw;
        z-index: 2; }
      .gallery_box01 .swiper_area .swiper-button-next3,
      .gallery_box01 .swiper_area .swiper-button-prev3 {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: calc(var(--swiper-navigation-size) / 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
      .gallery_box01 .swiper_area .swiper-button-next3:after,
      .gallery_box01 .swiper_area .swiper-button-prev3:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1; }
      .gallery_box01 .swiper_area .swiper-button-prev3,
      .gallery_box01 .swiper_area .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto; }
      .gallery_box01 .swiper_area .swiper-button-next3,
      .gallery_box01 .swiper_area .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px);
        left: auto; }
      .gallery_box01 .swiper_area .swiper-button-prev3,
      .gallery_box01 .swiper_area .swiper-button-next3 {
        height: 3.6458333333vw;
        width: 3.6458333333vw;
        transition: all .3s ease-out; }
      .gallery_box01 .swiper_area .swiper-button-prev3:hover,
      .gallery_box01 .swiper_area .swiper-button-next3:hover {
        transform: scale(0.95); }
      .gallery_box01 .swiper_area .swiper-button-prev3::after,
      .gallery_box01 .swiper_area .swiper-button-next3::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.6458333333vw;
        margin: auto;
        width: 3.6458333333vw; }
      .gallery_box01 .swiper_area .swiper-button-prev3::after {
        background-image: url(img/aicon/prev_black.svg);
        background-size: 3.6458333333vw; }
      .gallery_box01 .swiper_area .swiper-button-next3::after {
        background-image: url(img/aicon/next_black.svg);
        background-size: 3.6458333333vw; }
      .gallery_box01 .swiper_area .swiper-slide img {
        height: auto;
        width: 100%; }
    .gallery_box01 .view_all {
      position: absolute;
      right: 9.375vw;
      bottom: 3.5vw;
      color: #fff;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(188);*/
      /*padding-bottom: 1vw;*/
      border-bottom: 1px solid #fff;
      margin-bottom: 5vw;
      z-index: 2;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }

  .application_box01 {
    padding-top: 9.0104166667vw;
    padding-bottom: 9.0104166667vw;
    background-color: rgba(7, 7, 7, 0.75);
    text-align: center; }
    .application_box01 .midasi02 {
      text-align: center;
      font-size: 3.8541666667vw;
      margin: 0;
      margin-bottom: 1.0416666667vw;
      position: relative;
      z-index: 2;
      top: 0;
      left: 0;
      color: #fff; }
    .application_box01 .midasi02_s {
      font-size: 1.0416666667vw;
      margin-bottom: 3.125vw;
      text-align: center;
      color: #fff; }
    .application_box01 .button01 {
      background-color: #C3A269;
      width: 51.0416666667vw;
      padding: 1.6666666667vw 2.0833333333vw;
      margin: 0 auto;
      margin-bottom: 1.5625vw;
      color: #fff; }
      .application_box01 .button01 .f_box01 {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .application_box01 .button01 .f_box01 .text02 {
          font-size: 0.9375vw; }
        .application_box01 .button01 .f_box01 .f_box02 {
          display: flex;
          align-items: center; }
          .application_box01 .button01 .f_box01 .f_box02 .aicon01 {
            margin-right: 1.25vw;
            width: 1.3541666667vw;
            height: auto; }
          .application_box01 .button01 .f_box01 .f_box02 .text01 {
            font-size: 1.25vw;
            font-weight: bold; } }
/*=================
wpページナビ　
==================*/
@media screen and (min-width: 0px) and (max-width: 600px) {
  .wp-pagenavi {
    padding: 3vw 0;
    display: flex;
    color: #333; }
    .wp-pagenavi .pages {
      margin-left: 0; }
    .wp-pagenavi span {
      /*border: 1px solid #333;*/
      padding: 3vw;
      margin: 1vw;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); }
    .wp-pagenavi .current {
      /* border: 1px solid #333;*/
      color: #fff;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      background-color: #0081CC; }
    .wp-pagenavi a {
      color: #333;
      /*border: 1px solid #333;*/
      padding: 3vw;
      margin: 1vw;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      display: block;
      transition: all .3s ease-out; }
    .wp-pagenavi a:hover {
      transform: scale(0.9); } }
@media screen and (min-width: 600px) and (max-width: 960px) {
  .wp-pagenavi {
    padding: 1vw 0;
    display: flex;
    color: #333; }
    .wp-pagenavi .pages {
      margin-left: 0; }
    .wp-pagenavi span {
      /*border: 1px solid #333;*/
      padding: 1vw;
      margin: 0.2vw;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); }
    .wp-pagenavi .current {
      /* border: 1px solid #333;*/
      color: #fff;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      background-color: #0081CC; }
    .wp-pagenavi a {
      color: #333;
      /*border: 1px solid #333;*/
      padding: 1vw;
      margin: 0.2vw;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      display: block;
      transition: all .3s ease-out; }
    .wp-pagenavi a:hover {
      transform: scale(0.9); } }
@media screen and (min-width: 960px) {
  .wp-pagenavi {
    padding: 1vw 0;
    display: flex;
    color: #333; }
    .wp-pagenavi .pages {
      margin-left: 0; }
    .wp-pagenavi span {
      /*border: 1px solid #333;*/
      padding: 1vw;
      margin: 0.2vw;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); }
    .wp-pagenavi .current {
      /* border: 1px solid #333;*/
      color: #fff;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      background-color: #0081CC; }
    .wp-pagenavi a {
      color: #333;
      /*border: 1px solid #333;*/
      padding: 1vw;
      margin: 0.2vw;
      box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
      display: block;
      transition: all .3s ease-out; }
    .wp-pagenavi a:hover {
      transform: scale(0.9); } }
/*-----------------------------------
ヘッダーのスタイルのインポート
------------------------------------*/
/*---スマホ---*/
@media screen and (min-width: 0px) and (max-width: 600px) {
  .header_g01 {
    height: 10svh;
    /*position: absolute;*/
    padding-top: 0vw;
    padding-bottom: 0vw;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    /*--ハンバーガー--*/
    /*--ハンバーガー動き--*/
    /*--ハンバーガークリック後の動き--*/ }
    .header_g01 .sound {
      top: 20vw;
      right: 6.6vw;
      position: absolute;
      color: #fff;
      display: flex;
      align-items: center;
      margin: 0;
      padding: 0;
      font-size: 3.0769230769vw;
      mix-blend-mode: difference !important;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal;
      z-index: 99; }
      .header_g01 .sound .text01 {
        margin-right: 1vw; }
      .header_g01 .sound .box01 {
        display: block;
        height: 3vw;
        width: 3vw;
        margin-right: 2.5vw;
        margin-top: 0.5vw;
        margin-left: 1vw; }
        .header_g01 .sound .box01 img {
          width: 100%;
          height: auto; }
      .header_g01 .sound .on {
        margin-right: 1vw;
        cursor: pointer; }
      .header_g01 .sound .off {
        margin-left: 1vw;
        cursor: pointer; }
    .header_g01 .menu_text {
      font-size: 3.5897435897vw;
      top: 8.4vw;
      right: 18.7179487179vw;
      position: fixed;
      color: #fff;
      padding: 0;
      margin: 0;
      z-index: 99;
      mix-blend-mode: difference !important; }
    .header_g01 div.menu {
      width: 25px;
      height: 30px;
      top: 8.7179487179vw;
      right: 7.6923076923vw;
      position: fixed;
      cursor: pointer;
      overflow: hidden;
      z-index: 8000;
      mix-blend-mode: difference !important; }
    .header_g01 div.menu1 {
      width: 25px;
      height: 2px;
      background-color: #fff;
      top: 0px;
      position: absolute;
      mix-blend-mode: difference !important; }
    .header_g01 div.menu2 {
      width: 25px;
      height: 2px;
      background-color: #fff;
      top: 8px;
      position: absolute;
      mix-blend-mode: difference !important; }
    .header_g01 div.menu3 {
      width: 25px;
      height: 2px;
      background-color: #fff;
      top: 16px;
      position: absolute;
      mix-blend-mode: difference !important; }
    .header_g01 .menu1,
    .header_g01 .menu2,
    .header_g01 .menu3 {
      transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      /* Opera */
      -moz-transition: all 0.5s ease-out;
      /* Firefox */
      -webkit-transition: all 0.5s ease-out;
      /* GoogleChrome, Safari */
      -ms-transition: all 0.5s ease-out;
      /* IE */ }
    .header_g01 div.menuclick1 {
      top: 8px;
      background-color: #fff;
      transform: rotate(405deg); }
    .header_g01 div.menuclick2 {
      background-color: rgba(255, 255, 255, 0) !important; }
    .header_g01 div.menuclick3 {
      top: 8px;
      background-color: #fff;
      transform: rotate(-405deg); }
    .header_g01 .menu_text:before {
      content: "MENU";
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }
    .header_g01 .menu_text_close:before {
      content: "CLOSE"; }
    .header_g01 .f_box01 {
      width: 100%;
      /*margin: 0 auto;*/
      z-index: 1; }
      .header_g01 .f_box01 .box h1 {
        /*width: vw_sp(100);*/
        margin: 0;
        /*position: absolute;*/
        top: 5.1282051282vw;
        left: 7.6923076923vw;
        position: fixed;
        z-index: 99;
        mix-blend-mode: difference; }
        .header_g01 .f_box01 .box h1 a {
          display: block; }
          .header_g01 .f_box01 .box h1 a img {
            height: 12.3076923077vw;
            width: auto;
            mix-blend-mode: difference; }
      .header_g01 .f_box01 #menu {
        position: fixed !important;
        z-index: 99;
        overflow-y: scroll;
        display: none;
        right: 0px;
        top: 0;
        z-index: 50;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-image: url(img/store/pceumeda1_bg01.JPG);
        box-sizing: border-box;
        z-index: 99;
        position: relative;
        background-color: #000;
        box-sizing: border-box; }
        .header_g01 .f_box01 #menu .f_box02 {
          box-sizing: border-box;
          height: 100%;
          padding-top: 1.5vw;
          background-color: #000;
          width: 100%;
          margin: 0;
          min-height: 100vh;
          box-sizing: border-box; }
          .header_g01 .f_box01 #menu .f_box02 ul {
            padding: 0; }
          .header_g01 .f_box01 #menu .f_box02 .nav_list01 {
            padding-left: 7.6923076923vw; }
          .header_g01 .f_box01 #menu .f_box02 .triangle {
            margin-right: 3.8461538462vw;
            width: 3.0769230769vw; }
          .header_g01 .f_box01 #menu .f_box02 .logo {
            /*width: vw_sp(100);*/
            margin-bottom: 13.3333333333vw; }
            .header_g01 .f_box01 #menu .f_box02 .logo img {
              height: 12.3076923077vw;
              width: auto; }
          .header_g01 .f_box01 #menu .f_box02 .f_box03 {
            /*display: flex;
            margin-top: 7vw;
            margin-left: 12vw;*/ }
            .header_g01 .f_box01 #menu .f_box02 .f_box03 .col01 {
              margin-right: 3vw; }
          .header_g01 .f_box01 #menu .f_box02 li {
            position: relative;
            break-inside: avoid;
            margin-bottom: 5.1282051282vw;
            /*width: 37vw;*/
            /*.toguru{ display: none; }*/ }
            .header_g01 .f_box01 #menu .f_box02 li a {
              display: inline-block;
              text-align: left;
              display: flex;
              align-items: center;
              font-size: 5.641025641vw;
              color: #fff;
              width: fit-content; }
              .header_g01 .f_box01 #menu .f_box02 li a span {
                display: block; }
            .header_g01 .f_box01 #menu .f_box02 li .sikaku01 {
              position: absolute !important;
              top: 0;
              left: 36vw;
              top: 1.2vw;
              width: 6vw;
              height: 6vw;
              display: flex;
              align-items: center;
              transition: 0.3s ease;
              z-index: 99; }
              .header_g01 .f_box01 #menu .f_box02 li .sikaku01 img {
                transition: 0.3s ease;
                width: 4vw;
                height: auto;
                margin: 0 auto; }
            .header_g01 .f_box01 #menu .f_box02 li .sikaku02 {
              position: absolute !important;
              top: 0;
              left: 42vw;
              top: 1.5vw;
              width: 5vw;
              height: 5vw;
              display: flex;
              align-items: center;
              transition: 0.3s ease; }
              .header_g01 .f_box01 #menu .f_box02 li .sikaku02 img {
                transition: 0.3s ease;
                width: 4vw;
                height: auto;
                margin: 0 auto; }
            .header_g01 .f_box01 #menu .f_box02 li .is-open_header {
              transform: rotate(-180deg); }
            .header_g01 .f_box01 #menu .f_box02 li .toguru {
              display: none;
              padding: 0; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru .f_box04 {
                color: #fff;
                /*display: flex!important;*/
                justify-content: space-between;
                padding: 0;
                padding-left: 7.5vw;
                padding-top: 1vw; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru .col01_01 li a {
                width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru .col01_02 li a {
                width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru li a {
                font-size: 3.0769230769vw; }
            .header_g01 .f_box01 #menu .f_box02 li .toguru_open {
              /*display: none;*/
              margin-top: 2vw;
              padding: 0; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru_open .f_box04 {
                color: #fff;
                /*display: flex!important;*/
                justify-content: space-between;
                padding: 0;
                padding-left: 7.5vw;
                padding-top: 1vw; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru_open .col01_01 li a {
                width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru_open .col01_02 li a {
                width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru_open li a {
                font-size: 3.0769230769vw; }
            .header_g01 .f_box01 #menu .f_box02 li .f_box05 {
              width: 76vw;
              color: #fff;
              display: flex !important;
              justify-content: space-between;
              padding: 0;
              padding-left: 7.5vw;
              padding-top: 1vw; }
              .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_01 li a {
                width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_02 li a {
                width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_03 li a {
                width: 100%; }
            .header_g01 .f_box01 #menu .f_box02 li .nav-open {
              color: #fff;
              position: relative; }
            .header_g01 .f_box01 #menu .f_box02 li .nav-open::before {
              /* 閉じている時 */
              /*content: "＋";*/
              position: absolute;
              right: 1vw; }
            .header_g01 .f_box01 #menu .f_box02 li .nav-open.active::before {
              /* 開いている時 */
              /*content: "－";*/ }
        .header_g01 .f_box01 #menu .h_nav_foot {
          position: relative;
          padding-top: 68vw; }
          .header_g01 .f_box01 #menu .h_nav_foot p {
            color: #fff;
            text-align: center;
            position: relative;
            font-size: 2.5641025641vw;
            padding: 0;
            margin: 0; }
      .header_g01 .f_box01 .menu.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        /*メニューを元の位置へ戻す*/ }

  .rower_page01 .menu_text {
    /*color: #070707;*/
    color: #fff; }

  .rower_page01 div.menu1,
  .rower_page01 div.menu2,
  .rower_page01 div.menu3 {
    /*background-color: #070707;*/
    background-color: #fff; }

  .rower_page01 div.menuclick1,
  .rower_page01 div.menuclick3 {
    background-color: #fff; }

  .rower_page01 div.menuclick2 {
    background-color: rgba(255, 255, 255, 0); }

  .rower_page01 .menu_text_close:before {
    color: #fff; }

  .rower_page01 .h_nav_foot {
    padding-top: 23vw !important; }

  .rower_page01 .header_g01 .f_box01 #menu .f_box02 {
    height: 112% !important; } }
/*---タブレット---*/
@media screen and (min-width: 600px) and (max-width: 960px) {
  .header_g01 {
    height: 3svh;
    /*position: absolute;*/
    padding-top: 0vw;
    padding-bottom: 0vw;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    /*--ハンバーガー--*/
    /*--ハンバーガー動き--*/
    /*--ハンバーガークリック後の動き--*/ }
    .header_g01 .sound {
      z-index: 99;
      top: 3.1vw;
      right: 15vw;
      position: absolute;
      color: #fff;
      display: flex;
      mix-blend-mode: difference !important;
      align-items: center;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }
      .header_g01 .sound .text01 {
        margin-right: 1vw; }
      .header_g01 .sound .box01 {
        display: block;
        height: 1vw;
        width: 1.2vw;
        margin-right: 1.5vw; }
        .header_g01 .sound .box01 img {
          width: 100%;
          height: auto; }
      .header_g01 .sound .on {
        margin-right: 1vw;
        cursor: pointer; }
      .header_g01 .sound .off {
        margin-left: 1vw;
        cursor: pointer; }
    .header_g01 .menu_text {
      top: 2vw;
      right: 7vw;
      position: fixed;
      color: #fff;
      mix-blend-mode: difference !important;
      z-index: 99; }
    .header_g01 div.menu {
      width: 25px;
      height: 30px;
      top: 2.25vw;
      right: 2.5vw;
      position: fixed;
      cursor: pointer;
      overflow: hidden;
      z-index: 8000;
      mix-blend-mode: difference !important; }
    .header_g01 div.menu1 {
      width: 25px;
      height: 2px;
      background-color: #fff;
      top: 0px;
      position: absolute;
      mix-blend-mode: difference !important; }
    .header_g01 div.menu2 {
      width: 25px;
      height: 2px;
      background-color: #fff;
      top: 8px;
      position: absolute;
      mix-blend-mode: difference !important; }
    .header_g01 div.menu3 {
      width: 25px;
      height: 2px;
      background-color: #fff;
      top: 16px;
      position: absolute;
      mix-blend-mode: difference !important; }
    .header_g01 .menu1,
    .header_g01 .menu2,
    .header_g01 .menu3 {
      transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      /* Opera */
      -moz-transition: all 0.5s ease-out;
      /* Firefox */
      -webkit-transition: all 0.5s ease-out;
      /* GoogleChrome, Safari */
      -ms-transition: all 0.5s ease-out;
      /* IE */ }
    .header_g01 div.menuclick1 {
      top: 8px;
      background-color: #fff;
      transform: rotate(405deg); }
    .header_g01 div.menuclick2 {
      background-color: rgba(255, 255, 255, 0) !important; }
    .header_g01 div.menuclick3 {
      top: 8px;
      background-color: #fff;
      transform: rotate(-405deg); }
    .header_g01 .menu_text:before {
      content: "MENU";
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }
    .header_g01 .menu_text_close:before {
      content: "CLOSE"; }
    .header_g01 .f_box01 {
      width: 94vw;
      margin: 0 auto; }
      .header_g01 .f_box01 .box {
        padding-top: 1.5vw; }
        .header_g01 .f_box01 .box h1 {
          /*width: vw(150);*/
          margin: 0;
          position: fixed;
          z-index: 99;
          mix-blend-mode: difference !important; }
          .header_g01 .f_box01 .box h1 a {
            display: block; }
            .header_g01 .f_box01 .box h1 a img {
              height: 3.75vw;
              width: auto;
              mix-blend-mode: difference !important; }
      .header_g01 .f_box01 #menu {
        position: fixed;
        z-index: 99;
        display: none;
        right: 0px;
        top: 0;
        width: 100%;
        height: 100vh;
        background-image: url(img/store/pceumeda1_bg01.JPG);
        box-sizing: border-box; }
        .header_g01 .f_box01 #menu .sikaku01,
        .header_g01 .f_box01 #menu .sikaku02 {
          display: none; }
        .header_g01 .f_box01 #menu .f_box02 {
          box-sizing: border-box;
          height: 100%;
          padding-top: 1.5vw;
          background-color: #000;
          width: 71%;
          margin: 0; }
          .header_g01 .f_box01 #menu .f_box02 .triangle {
            margin-right: 1vw; }
          .header_g01 .f_box01 #menu .f_box02 .logo {
            /*width: 40vw;*/ }
            .header_g01 .f_box01 #menu .f_box02 .logo img {
              height: 3.75vw;
              width: auto; }
          .header_g01 .f_box01 #menu .f_box02 .f_box03 {
            display: flex;
            margin-top: 7vw;
            margin-left: 12vw; }
            .header_g01 .f_box01 #menu .f_box02 .f_box03 .col01 {
              width: 36vw;
              margin-right: 3vw; }
          .header_g01 .f_box01 #menu .f_box02 li {
            break-inside: avoid;
            margin-bottom: 1vw;
            /*width: 37vw;*/
            /*.toguru{ display: none; }*/ }
            .header_g01 .f_box01 #menu .f_box02 li a {
              display: inline-block;
              text-align: left;
              display: flex;
              align-items: center;
              font-size: 1.4583333333vw;
              color: #fff; }
              .header_g01 .f_box01 #menu .f_box02 li a span {
                display: block; }
            .header_g01 .f_box01 #menu .f_box02 li .toguru {
              /*display: none;*/
              padding: 0; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru .f_box04 {
                color: #fff;
                display: flex !important;
                justify-content: space-between;
                padding: 0;
                padding-left: 2.5vw;
                padding-top: 1vw; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru .col01_01 {
                width: 40%; }
                .header_g01 .f_box01 #menu .f_box02 li .toguru .col01_01 li a {
                  width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru .col01_02 {
                width: 60%; }
                .header_g01 .f_box01 #menu .f_box02 li .toguru .col01_02 li a {
                  width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru li a {
                width: 10vw;
                font-size: 0.7291666667vw; }
            .header_g01 .f_box01 #menu .f_box02 li .toguru_open {
              /*display: none;*/
              padding: 0; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru_open .f_box04 {
                color: #fff;
                display: flex !important;
                justify-content: space-between;
                padding: 0;
                padding-left: 2.5vw;
                padding-top: 1vw; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru_open .col01_01 {
                width: 40%; }
                .header_g01 .f_box01 #menu .f_box02 li .toguru_open .col01_01 li a {
                  width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru_open .col01_02 {
                width: 60%; }
                .header_g01 .f_box01 #menu .f_box02 li .toguru_open .col01_02 li a {
                  width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru_open li a {
                width: 10vw;
                font-size: 0.7291666667vw; }
            .header_g01 .f_box01 #menu .f_box02 li .f_box05 {
              width: 20vw;
              color: #fff;
              display: flex !important;
              justify-content: space-between;
              padding: 0;
              padding-left: 2.5vw;
              padding-top: 1vw; }
              .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_01 {
                width: 30%; }
                .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_01 li a {
                  width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_02 {
                width: 30%; }
                .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_02 li a {
                  width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_03 {
                width: 30%; }
                .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_03 li a {
                  width: 100%; }
            .header_g01 .f_box01 #menu .f_box02 li .nav-open {
              color: #fff;
              position: relative; }
            .header_g01 .f_box01 #menu .f_box02 li .nav-open::before {
              /* 閉じている時 */
              /*content: "＋";*/
              position: absolute;
              right: 1vw; }
            .header_g01 .f_box01 #menu .f_box02 li .nav-open.active::before {
              /* 開いている時 */
              /*content: "－";*/ }
        .header_g01 .f_box01 #menu p {
          position: absolute;
          left: 0;
          bottom: 0;
          padding: 0 5vw;
          padding-bottom: 5vh;
          text-align: left;
          color: #fff;
          font-size: 4vw; }
        .header_g01 .f_box01 #menu .h_nav_foot {
          position: absolute;
          top: 31vw;
          right: 37.7vw; }
          .header_g01 .f_box01 #menu .h_nav_foot p {
            position: relative;
            font-size: 0.8vw;
            padding: 0;
            margin: 0; }
      .header_g01 .f_box01 .menu.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        /*メニューを元の位置へ戻す*/ }

  .rower_page01 .menu_text {
    /*color: #070707;*/
    color: #fff; }

  .rower_page01 div.menu1,
  .rower_page01 div.menu2,
  .rower_page01 div.menu3 {
    /*background-color: #070707;*/
    background-color: #fff; }

  .rower_page01 .header_g01 .f_box01 #menu .f_box02 .f_box03 .col01 {
    width: 22vw !important;
    margin-right: 3vw; }

  .rower_page01 .header_g01 .h_nav_foot {
    top: 36vw !important;
    left: 42vw !important; } }
/*---パソコン---*/
@media screen and (min-width: 960px) {
  .header_g01 {
    height: 10svh;
    /*position: absolute;*/
    padding-top: 0vw;
    padding-bottom: 0vw;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    /*--ハンバーガー--*/
    /*--ハンバーガー動き--*/
    /*--ハンバーガークリック後の動き--*/ }
    .header_g01 .sound {
      z-index: 99;
      top: 2.1vw;
      right: 15vw;
      position: absolute;
      color: #fff;
      mix-blend-mode: difference !important;
      display: flex;
      align-items: center;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }
      .header_g01 .sound .text01 {
        margin-right: 1vw; }
      .header_g01 .sound .box01 {
        display: block;
        height: 1vw;
        width: 1.2vw;
        margin-right: 1.5vw; }
        .header_g01 .sound .box01 img {
          width: 100%;
          height: auto; }
      .header_g01 .sound .on {
        margin-right: 1vw;
        cursor: pointer; }
      .header_g01 .sound .off {
        margin-left: 1vw;
        cursor: pointer; }
    .header_g01 .menu_text {
      top: 1vw;
      right: 5vw;
      position: fixed;
      color: #fff;
      mix-blend-mode: difference !important;
      z-index: 99; }
    .header_g01 div.menu {
      width: 25px;
      height: 30px;
      top: 2.35vw;
      right: 2.5vw;
      position: fixed;
      cursor: pointer;
      overflow: hidden;
      z-index: 8000;
      mix-blend-mode: difference !important; }
    .header_g01 div.menu1 {
      width: 25px;
      height: 2px;
      background-color: #fff;
      mix-blend-mode: difference !important;
      top: 0px;
      position: absolute; }
    .header_g01 div.menu2 {
      width: 25px;
      height: 2px;
      background-color: #fff;
      mix-blend-mode: difference !important;
      top: 8px;
      position: absolute; }
    .header_g01 div.menu3 {
      width: 25px;
      height: 2px;
      background-color: #fff;
      mix-blend-mode: difference !important;
      top: 16px;
      position: absolute; }
    .header_g01 .menu1,
    .header_g01 .menu2,
    .header_g01 .menu3 {
      transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      /* Opera */
      -moz-transition: all 0.5s ease-out;
      /* Firefox */
      -webkit-transition: all 0.5s ease-out;
      /* GoogleChrome, Safari */
      -ms-transition: all 0.5s ease-out;
      /* IE */ }
    .header_g01 div.menuclick1 {
      top: 8px;
      background-color: #fff;
      transform: rotate(405deg); }
    .header_g01 div.menuclick2 {
      background-color: rgba(255, 255, 255, 0) !important; }
    .header_g01 div.menuclick3 {
      top: 8px;
      background-color: #fff;
      transform: rotate(-405deg); }
    .header_g01 .menu_text:before {
      content: "MENU";
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: normal; }
    .header_g01 .menu_text_close:before {
      content: "CLOSE"; }
    .header_g01 .f_box01 {
      width: 94vw;
      margin: 0 auto; }
      .header_g01 .f_box01 .box {
        padding-top: 1.5vw; }
        .header_g01 .f_box01 .box h1 {
          /*width: vw(150);*/
          margin: 0;
          position: fixed;
          z-index: 99;
          mix-blend-mode: difference !important; }
          .header_g01 .f_box01 .box h1 a {
            display: block; }
            .header_g01 .f_box01 .box h1 a img {
              height: 3.75vw;
              width: auto;
              mix-blend-mode: difference !important; }
      .header_g01 .f_box01 #menu {
        position: fixed;
        z-index: 99;
        display: none;
        right: 0px;
        top: 0;
        width: 100%;
        height: 100vh;
        background-image: url(img/store/pceumeda1_bg01.JPG);
        background-size: cover;
        box-sizing: border-box; }
        .header_g01 .f_box01 #menu .menu_text {
          mix-blend-mode: difference !important;
          z-index: 99; }
        .header_g01 .f_box01 #menu .sikaku01,
        .header_g01 .f_box01 #menu .sikaku02 {
          display: none; }
        .header_g01 .f_box01 #menu .f_box02 {
          /*position: relative;*/
          box-sizing: border-box;
          height: 100%;
          padding-top: 1.5vw;
          background-color: #000;
          width: 71%;
          margin: 0; }
          .header_g01 .f_box01 #menu .f_box02 .triangle {
            margin-right: 1vw; }
          .header_g01 .f_box01 #menu .f_box02 .logo {
            /*width: 40vw;*/ }
            .header_g01 .f_box01 #menu .f_box02 .logo img {
              height: 3.75vw;
              width: auto; }
          .header_g01 .f_box01 #menu .f_box02 .f_box03 {
            display: flex;
            margin-top: 7vw;
            margin-left: 12vw; }
            .header_g01 .f_box01 #menu .f_box02 .f_box03 .col01 {
              width: 36vw;
              margin-right: 3vw; }
          .header_g01 .f_box01 #menu .f_box02 li {
            break-inside: avoid;
            margin-bottom: 1vw;
            /*width: 37vw;*/
            /*.toguru{ display: none; }*/ }
            .header_g01 .f_box01 #menu .f_box02 li a {
              display: inline-block;
              text-align: left;
              display: flex;
              align-items: center;
              font-size: 1.4583333333vw;
              color: #fff; }
              .header_g01 .f_box01 #menu .f_box02 li a span {
                display: block; }
            .header_g01 .f_box01 #menu .f_box02 li .toguru {
              /*display: none;*/
              padding: 0; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru .f_box04 {
                color: #fff;
                display: flex !important;
                justify-content: space-between;
                padding: 0;
                padding-left: 2.5vw;
                padding-top: 1vw; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru .col01_01 {
                width: 40%; }
                .header_g01 .f_box01 #menu .f_box02 li .toguru .col01_01 li a {
                  width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru .col01_02 {
                width: 60%; }
                .header_g01 .f_box01 #menu .f_box02 li .toguru .col01_02 li a {
                  width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru li a {
                width: 10vw;
                font-size: 0.7291666667vw; }
            .header_g01 .f_box01 #menu .f_box02 li .toguru_open {
              /*display: none;*/
              padding: 0; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru_open .f_box04 {
                color: #fff;
                display: flex !important;
                justify-content: space-between;
                padding: 0;
                padding-left: 2.5vw;
                padding-top: 1vw; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru_open .col01_01 {
                width: 40%; }
                .header_g01 .f_box01 #menu .f_box02 li .toguru_open .col01_01 li a {
                  width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru_open .col01_02 {
                width: 60%; }
                .header_g01 .f_box01 #menu .f_box02 li .toguru_open .col01_02 li a {
                  width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .toguru_open li a {
                width: 10vw;
                font-size: 0.7291666667vw; }
            .header_g01 .f_box01 #menu .f_box02 li .f_box05 {
              width: 20vw;
              color: #fff;
              display: flex !important;
              justify-content: space-between;
              padding: 0;
              padding-left: 2.5vw;
              padding-top: 1vw; }
              .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_01 {
                width: 30%; }
                .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_01 li a {
                  width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_02 {
                width: 30%; }
                .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_02 li a {
                  width: 100%; }
              .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_03 {
                width: 30%; }
                .header_g01 .f_box01 #menu .f_box02 li .f_box05 .col02_03 li a {
                  width: 100%; }
            .header_g01 .f_box01 #menu .f_box02 li .nav-open {
              color: #fff;
              position: relative; }
            .header_g01 .f_box01 #menu .f_box02 li .nav-open::before {
              /* 閉じている時 */
              /*content: "＋";*/
              position: absolute;
              right: 1vw; }
            .header_g01 .f_box01 #menu .f_box02 li .nav-open.active::before {
              /* 開いている時 */
              /*content: "－";*/ }
        .header_g01 .f_box01 #menu p {
          position: absolute;
          left: 0;
          bottom: 0;
          padding: 0 5vw;
          padding-bottom: 5vh;
          text-align: left;
          color: #fff;
          font-size: 4vw; }
        .header_g01 .f_box01 #menu .h_nav_foot {
          position: absolute;
          top: 31vw;
          right: 37.7vw; }
          .header_g01 .f_box01 #menu .h_nav_foot p {
            position: relative;
            font-size: 0.8vw;
            padding: 0;
            margin: 0; }
      .header_g01 .f_box01 .menu.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        /*メニューを元の位置へ戻す*/ }

  .rower_page01 .menu_text {
    /*color: #070707;*/
    color: #fff;
    mix-blend-mode: difference !important;
    z-index: 99; }

  .rower_page01 div.menu1,
  .rower_page01 div.menu2,
  .rower_page01 div.menu3 {
    /*background-color: #070707;*/
    color: #fff;
    mix-blend-mode: difference !important; }

  .rower_page01 .header_g01 .f_box01 #menu .f_box02 .f_box03 .col01 {
    width: 22vw !important;
    margin-right: 3vw; }

  .rower_page01 .header_g01 .h_nav_foot {
    top: 36vw !important;
    left: 39vw !important; } }
/*---パソコンLL---*/
@media screen and (min-width: 2560px) {
  /*--ハンバーガー--*/
  div.menu {
    top: 2.5vw !important; } }
/*-----------------------------------
フッターのスタイルのインポート
------------------------------------*/
/*---スマホ---*/
@media screen and (min-width: 0px) and (max-width: 600px) {
  .sec_footer {
    padding-top: 12.8205128205vw;
    padding-bottom: 12.8205128205vw;
    background-color: #070707; }
    .sec_footer .box h1 {
      width: 25.641025641vw;
      margin: 0;
      position: absolute;
      top: 5.1282051282vw;
      left: 7.6923076923vw; }
      .sec_footer .box h1 a {
        display: block; }
    .sec_footer .f_box02 {
      box-sizing: border-box;
      height: 100%;
      padding-top: 1.5vw;
      background-color: #070707;
      width: 100%;
      margin: 0;
      box-sizing: border-box; }
      .sec_footer .f_box02 ul {
        padding: 0;
        padding-left: 7.6923076923vw; }
      .sec_footer .f_box02 .nav_list01 {
        padding-left: 7.6923076923vw; }
      .sec_footer .f_box02 .triangle {
        margin-right: 3.8461538462vw;
        width: 3.0769230769vw; }
      .sec_footer .f_box02 .logo {
        /* width: vw_sp(100);*/
        margin-bottom: 13.3333333333vw;
        position: relative;
        z-index: 2; }
        .sec_footer .f_box02 .logo img {
          height: 12.3076923077vw;
          width: auto; }
        .sec_footer .f_box02 .logo p {
          font-size: 3.5897435897vw;
          position: relative;
          padding: 0;
          color: #fff; }
      .sec_footer .f_box02 .f_box03 {
        /*display: flex;
        margin-top: 7vw;
        margin-left: 12vw;*/ }
        .sec_footer .f_box02 .f_box03 .col01 {
          margin-right: 3vw; }
      .sec_footer .f_box02 li {
        position: relative;
        break-inside: avoid;
        margin-bottom: 5.1282051282vw;
        /*width: 37vw;*/
        /*.toguru{ display: none; }*/ }
        .sec_footer .f_box02 li a {
          display: inline-block;
          text-align: left;
          display: flex;
          align-items: center;
          font-size: 5.641025641vw;
          color: #fff;
          width: fit-content; }
          .sec_footer .f_box02 li a span {
            display: block; }
        .sec_footer .f_box02 li .sikaku01 {
          position: absolute !important;
          top: 0;
          left: 36vw;
          top: 1.2vw;
          width: 6vw;
          height: 6vw;
          display: flex;
          align-items: center;
          transition: 0.3s ease;
          z-index: 99; }
          .sec_footer .f_box02 li .sikaku01 img {
            transition: 0.3s ease;
            width: 4vw;
            height: auto;
            margin: 0 auto; }
        .sec_footer .f_box02 li .sikaku02 {
          position: absolute !important;
          top: 0;
          left: 42vw;
          top: 1.5vw;
          left: 42vw;
          width: 5vw;
          height: 5vw;
          display: flex;
          align-items: center;
          transition: 0.3s ease; }
          .sec_footer .f_box02 li .sikaku02 img {
            transition: 0.3s ease;
            width: 4vw;
            height: auto;
            margin: 0 auto; }
        .sec_footer .f_box02 li .is-open_footer {
          transform: rotate(-180deg); }
        .sec_footer .f_box02 li .toguru {
          display: none;
          padding: 0; }
          .sec_footer .f_box02 li .toguru .f_box04 {
            color: #fff;
            /*display: flex!important;*/
            justify-content: space-between;
            padding: 0;
            padding-left: 7.5vw;
            padding-top: 1vw; }
          .sec_footer .f_box02 li .toguru .col01_01 li a {
            width: 100%; }
          .sec_footer .f_box02 li .toguru .col01_02 li a {
            width: 100%; }
          .sec_footer .f_box02 li .toguru li a {
            font-size: 3.0769230769vw; }
        .sec_footer .f_box02 li .toguru_open {
          /*display: none;*/
          margin-top: 2vw;
          padding: 0; }
          .sec_footer .f_box02 li .toguru_open .f_box04 {
            color: #fff;
            /*display: flex!important;*/
            justify-content: space-between;
            padding: 0;
            padding-left: 7.5vw;
            padding-top: 1vw; }
          .sec_footer .f_box02 li .toguru_open .col01_01 li a {
            width: 100%; }
          .sec_footer .f_box02 li .toguru_open .col01_02 li a {
            width: 100%; }
          .sec_footer .f_box02 li .toguru_open li a {
            font-size: 3.0769230769vw; }
        .sec_footer .f_box02 li .f_box05 {
          width: 76vw;
          color: #fff;
          display: flex !important;
          justify-content: space-between;
          padding: 0;
          padding-left: 7.5vw;
          padding-top: 1vw; }
          .sec_footer .f_box02 li .f_box05 .col02_01 li a {
            width: 100%; }
          .sec_footer .f_box02 li .f_box05 .col02_02 li a {
            width: 100%; }
          .sec_footer .f_box02 li .f_box05 .col02_03 li a {
            width: 100%; }
        .sec_footer .f_box02 li .nav-open {
          color: #fff;
          position: relative; }
        .sec_footer .f_box02 li .nav-open::before {
          /* 閉じている時 */
          /*content: "＋";*/
          position: absolute;
          right: 1vw; }
        .sec_footer .f_box02 li .nav-open.active::before {
          /* 開いている時 */
          /*content: "－";*/ }
    .sec_footer .h_nav_foot {
      position: relative;
      padding-top: 15.3846153846vw; }
      .sec_footer .h_nav_foot p {
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 2.5641025641vw;
        padding: 0;
        margin: 0; } }
/*---タブレット---*/
@media screen and (min-width: 600px) and (max-width: 960px) {
  .sec_footer {
    background-color: #070707;
    color: #fff;
    padding: 4vw 0; }
    .sec_footer .f_box02 {
      position: relative;
      box-sizing: border-box;
      height: 100%;
      padding-top: 1.5vw;
      width: 71%;
      margin: 0; }
      .sec_footer .f_box02 ul {
        display: flex;
        padding: 0;
        margin-left: 3.125vw; }
      .sec_footer .f_box02 .triangle {
        margin-right: 1vw; }
      .sec_footer .f_box02 .logo {
        /*width: 11vw;*/
        position: relative;
        /*top: 2vw;
        left: vw(60);*/
        z-index: 2; }
        .sec_footer .f_box02 .logo img {
          height: 3.75vw;
          width: auto; }
        .sec_footer .f_box02 .logo p {
          font-size: 0.7291666667vw;
          position: relative;
          padding: 0; }
      .sec_footer .f_box02 .f_box03 {
        display: flex;
        /*margin-top: 7vw;*/
        margin-left: 12vw;
        margin-left: 3vw; }
        .sec_footer .f_box02 .f_box03 .col01 {
          width: 36vw;
          margin-right: 3vw; }
      .sec_footer .f_box02 li {
        break-inside: avoid;
        margin-bottom: 1vw;
        width: 17vw;
        /*.toguru{ display: none; }*/ }
        .sec_footer .f_box02 li a {
          display: inline-block;
          text-align: left;
          display: flex;
          align-items: center;
          font-size: 1.4583333333vw;
          color: #fff; }
          .sec_footer .f_box02 li a span {
            display: block; }
        .sec_footer .f_box02 li .sikaku01,
        .sec_footer .f_box02 li .sikaku02 {
          display: none; }
        .sec_footer .f_box02 li .toguru {
          /*display: none;*/
          padding: 0; }
          .sec_footer .f_box02 li .toguru .f_box04 {
            color: #fff;
            display: flex !important;
            justify-content: space-between;
            padding: 0;
            /*padding-left: 2.5vw;*/
            padding-top: 1vw; }
          .sec_footer .f_box02 li .toguru .col01_01 {
            width: 40%; }
            .sec_footer .f_box02 li .toguru .col01_01 li a {
              width: 100%; }
          .sec_footer .f_box02 li .toguru .col01_02 {
            width: 60%; }
            .sec_footer .f_box02 li .toguru .col01_02 li a {
              width: 100%; }
          .sec_footer .f_box02 li .toguru li a {
            width: 10vw;
            font-size: 0.7291666667vw; }
        .sec_footer .f_box02 li .toguru_open {
          /*display: none;*/
          padding: 0; }
          .sec_footer .f_box02 li .toguru_open .f_box04 {
            color: #fff;
            display: flex !important;
            justify-content: space-between;
            padding: 0;
            /*padding-left: 2.5vw;*/
            padding-top: 1vw; }
          .sec_footer .f_box02 li .toguru_open .col01_01 {
            width: 40%; }
            .sec_footer .f_box02 li .toguru_open .col01_01 li a {
              width: 100%; }
          .sec_footer .f_box02 li .toguru_open .col01_02 {
            width: 60%; }
            .sec_footer .f_box02 li .toguru_open .col01_02 li a {
              width: 100%; }
          .sec_footer .f_box02 li .toguru_open li a {
            width: 10vw;
            font-size: 0.7291666667vw; }
        .sec_footer .f_box02 li .f_box05 {
          width: 20vw;
          color: #fff;
          display: flex !important;
          justify-content: space-between;
          padding: 0;
          /*padding-left: 2.5vw;*/
          padding-top: 1vw; }
          .sec_footer .f_box02 li .f_box05 .col02_01 {
            width: 30%; }
            .sec_footer .f_box02 li .f_box05 .col02_01 li a {
              width: 100%; }
          .sec_footer .f_box02 li .f_box05 .col02_02 {
            width: 30%; }
            .sec_footer .f_box02 li .f_box05 .col02_02 li a {
              width: 100%; }
          .sec_footer .f_box02 li .f_box05 .col02_03 {
            width: 30%; }
            .sec_footer .f_box02 li .f_box05 .col02_03 li a {
              width: 100%; }
        .sec_footer .f_box02 li .nav-open {
          color: #fff;
          position: relative; }
        .sec_footer .f_box02 li .nav-open::before {
          /* 閉じている時 */
          /*content: "＋";*/
          position: absolute;
          right: 1vw; }
        .sec_footer .f_box02 li .nav-open.active::before {
          /* 開いている時 */
          /*content: "－";*/ }
    .sec_footer p {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 0 5vw;
      padding-bottom: 5vh;
      text-align: left;
      color: #fff;
      font-size: 4vw; }
    .sec_footer .h_nav_foot {
      position: absolute;
      top: 18vw;
      /*right: 9.7vw;*/ }
      .sec_footer .h_nav_foot p {
        position: relative;
        font-size: 0.8vw;
        padding: 0;
        margin: 0; }

  .footer_locations_child .f_box02 li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 1vw;
    width: auto !important; }
  .footer_locations_child .logo {
    /*width: 11vw;*/
    position: relative;
    /*top: 2vw;
    left: vw(60);*/
    z-index: 2; }
    .footer_locations_child .logo img {
      height: 5.3125vw;
      width: auto; }
    .footer_locations_child .logo p {
      font-size: 0.7291666667vw;
      position: relative;
      padding: 0; }
  .footer_locations_child .f_box04 {
    justify-content: flex-start !important; }
    .footer_locations_child .f_box04 .col01_01 {
      width: 7vw !important; }
  .footer_locations_child .h_nav_foot p {
    width: 20vw !important; }

  .rower_page01 .h_nav_foot {
    top: 27vw !important; } }
/*---パソコン---*/
@media screen and (min-width: 960px) {
  .sec_footer {
    background-color: #070707;
    color: #fff;
    padding: 4vw 0; }
    .sec_footer .f_box02 {
      position: relative;
      box-sizing: border-box;
      height: 100%;
      padding-top: 1.5vw;
      width: 71%;
      margin: 0; }
      .sec_footer .f_box02 ul {
        display: flex;
        padding: 0;
        margin-left: 3.125vw; }
      .sec_footer .f_box02 .triangle {
        margin-right: 1vw; }
      .sec_footer .f_box02 .logo {
        /*width: 11vw;*/
        position: relative;
        /*top: 2vw;
        left: vw(60);*/
        z-index: 2; }
        .sec_footer .f_box02 .logo img {
          height: 3.75vw;
          width: auto; }
        .sec_footer .f_box02 .logo p {
          font-size: 0.7291666667vw;
          position: relative;
          padding: 0; }
      .sec_footer .f_box02 .f_box03 {
        display: flex;
        /*margin-top: 7vw;*/
        margin-left: 12vw;
        margin-left: 3vw; }
        .sec_footer .f_box02 .f_box03 .col01 {
          width: 36vw;
          margin-right: 3vw; }
      .sec_footer .f_box02 li {
        break-inside: avoid;
        margin-bottom: 1vw;
        width: 17vw;
        /*.toguru{ display: none; }*/ }
        .sec_footer .f_box02 li a {
          display: inline-block;
          text-align: left;
          display: flex;
          align-items: center;
          font-size: 1.4583333333vw;
          color: #fff; }
          .sec_footer .f_box02 li a span {
            display: block; }
        .sec_footer .f_box02 li .sikaku01,
        .sec_footer .f_box02 li .sikaku02 {
          display: none; }
        .sec_footer .f_box02 li .toguru {
          /*display: none;*/
          padding: 0; }
          .sec_footer .f_box02 li .toguru .f_box04 {
            color: #fff;
            display: flex !important;
            justify-content: space-between;
            padding: 0;
            /*padding-left: 2.5vw;*/
            padding-top: 1vw; }
          .sec_footer .f_box02 li .toguru .col01_01 {
            width: 40%; }
            .sec_footer .f_box02 li .toguru .col01_01 li a {
              width: 100%; }
          .sec_footer .f_box02 li .toguru .col01_02 {
            width: 60%; }
            .sec_footer .f_box02 li .toguru .col01_02 li a {
              width: 100%; }
          .sec_footer .f_box02 li .toguru li a {
            width: 10vw;
            font-size: 0.7291666667vw; }
        .sec_footer .f_box02 li .toguru_open {
          /*display: none;*/
          padding: 0; }
          .sec_footer .f_box02 li .toguru_open .f_box04 {
            color: #fff;
            display: flex !important;
            justify-content: space-between;
            padding: 0;
            /*padding-left: 2.5vw;*/
            padding-top: 1vw; }
          .sec_footer .f_box02 li .toguru_open .col01_01 {
            width: 40%; }
            .sec_footer .f_box02 li .toguru_open .col01_01 li a {
              width: 100%; }
          .sec_footer .f_box02 li .toguru_open .col01_02 {
            width: 60%; }
            .sec_footer .f_box02 li .toguru_open .col01_02 li a {
              width: 100%; }
          .sec_footer .f_box02 li .toguru_open li a {
            width: 10vw;
            font-size: 0.7291666667vw; }
        .sec_footer .f_box02 li .f_box05 {
          width: 20vw;
          color: #fff;
          display: flex !important;
          justify-content: space-between;
          padding: 0;
          /*padding-left: 2.5vw;*/
          padding-top: 1vw; }
          .sec_footer .f_box02 li .f_box05 .col02_01 {
            width: 30%; }
            .sec_footer .f_box02 li .f_box05 .col02_01 li a {
              width: 100%; }
          .sec_footer .f_box02 li .f_box05 .col02_02 {
            width: 30%; }
            .sec_footer .f_box02 li .f_box05 .col02_02 li a {
              width: 100%; }
          .sec_footer .f_box02 li .f_box05 .col02_03 {
            width: 30%; }
            .sec_footer .f_box02 li .f_box05 .col02_03 li a {
              width: 100%; }
        .sec_footer .f_box02 li .nav-open {
          color: #fff;
          position: relative; }
        .sec_footer .f_box02 li .nav-open::before {
          /* 閉じている時 */
          /*content: "＋";*/
          position: absolute;
          right: 1vw; }
        .sec_footer .f_box02 li .nav-open.active::before {
          /* 開いている時 */
          /*content: "－";*/ }
    .sec_footer p {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 0 5vw;
      padding-bottom: 5vh;
      text-align: left;
      color: #fff;
      font-size: 4vw; }
    .sec_footer .h_nav_foot {
      position: absolute;
      top: 18vw;
      /*right: 9.7vw;*/ }
      .sec_footer .h_nav_foot p {
        position: relative;
        font-size: 0.8vw;
        padding: 0;
        margin: 0; }

  .rower_page01 .h_nav_foot {
    top: 25vw !important; }

  .footer_locations_child .f_box02 li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 1vw;
    width: auto !important; }
  .footer_locations_child .f_box02 .f_box03 .col01 {
    width: 28vw !important; }
  .footer_locations_child .logo {
    /*width: 11vw;*/
    position: relative;
    /*top: 2vw;
    left: vw(60);*/
    z-index: 2; }
    .footer_locations_child .logo img {
      height: 5.3125vw;
      width: auto; }
    .footer_locations_child .logo p {
      font-size: 0.7291666667vw;
      position: relative;
      padding: 0; }
  .footer_locations_child .f_box04 {
    justify-content: flex-start !important; }
    .footer_locations_child .f_box04 .col01_01 {
      width: 7vw !important; }
  .footer_locations_child .h_nav_foot p {
    width: 20vw !important; } }
/*-----------------------------------
メインビジュアルのスタイルのインポート
------------------------------------*/
/*---スマホ---*/
@media screen and (min-width: 0px) and (max-width: 600px) {
  .main_v_bg {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 1s ease; }

  .main_v {
    position: relative;
    width: 100%;
    /*padding-bottom: 170%;*/
    height: 90vh;
    /* Fallback */
    height: 90svh;
    overflow: hidden;
    top: 0;
    display: flex;
    justify-content: center;
    /* 横方向 */
    align-items: stretch;
    /* 縦方向 */ }
    .main_v video {
      position: fixed;
      top: -33vw;
      /*top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);*/
      background-attachment: fixed;
      background-position: center center;
      background-size: cover;
      min-height: 100%;
      min-height: 100%;
      min-width: 100%;
      min-width: 100%;
      z-index: -1;
      object-fit: cover; }
    .main_v img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .main_v .p-box {
      width: 100%;
      padding: 0;
      display: flex;
      place-items: center;
      overflow: hidden;
      text-wrap: nowrap;
      position: absolute;
      bottom: -10.5vw; }
    .main_v .p-text {
      display: inline-block;
      font-size: 25.641025641vw;
      mix-blend-mode: difference !important;
      color: #fff; }

  .main_v_rower {
    /*position: relative;*/
    width: 100%;
    padding-top: 17.9487179487vw;
    padding-bottom: 24.358974359vw;
    overflow: hidden;
    background-color: #fff;
    /*.midashi01:after {
        content: '';
        display: block;
        width: 100vw;
        height: 2px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: #070707;
    }*/ }
    .main_v_rower .midashi01 {
      position: relative;
      padding-left: 7.6923076923vw;
      display: flex;
      align-items: center; }
      .main_v_rower .midashi01 h2 {
        position: relative;
        /*display: inline-block;*/
        font-weight: bold;
        letter-spacing: .01em;
        font-size: 1.5vw;
        color: #070707;
        font-size: 11.5384615385vw;
        font-weight: 500;
        margin: 0;
        margin-right: 5.1282051282vw; }
      .main_v_rower .midashi01 .line {
        align-items: center;
        position: relative;
        width: 100%;
        background: #070707;
        height: 1px;
        display: block; } }
/*---タブレット---*/
@media screen and (min-width: 600px) and (max-width: 960px) {
  .main_v_bg {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 1s ease; }

  .main_v {
    position: relative;
    width: 100%;
    /*padding-bottom: 56.25%;*/
    /*padding-bottom: 46.25%;*/
    height: 97vh;
    /* Fallback */
    height: 97svh;
    overflow: hidden;
    top: 0;
    z-index: -1; }
    .main_v video {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .main_v img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .main_v .catch01 {
      position: absolute;
      left: 0;
      bottom: 0;
      color: #fff;
      font-size: 5vw;
      font-weight: bold;
      z-index: 10;
      mix-blend-mode: difference;
      animation: flowing 80s linear infinite;
      display: inline-block; }
    .main_v .p-box {
      width: 100%;
      padding: 0;
      display: flex;
      place-items: center;
      overflow: hidden;
      text-wrap: nowrap;
      position: absolute;
      bottom: -4.5vw; }
    .main_v .p-text {
      display: inline-block;
      font-size: 12vw;
      mix-blend-mode: difference !important;
      color: #fff; }

  .main_v_rower {
    /*position: relative;*/
    width: 100%;
    /*padding-top: vw(280);
    padding-bottom: vw(173);*/
    height: 23.4375vw;
    overflow: hidden;
    background-color: #fff;
    /*.midashi01:after {
        content: '';
        display: block;
        width: 100vw;
        height: 2px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: #070707;
    }*/ }
    .main_v_rower .midashi01 {
      position: relative;
      padding-left: 9.375vw;
      display: flex;
      align-items: center;
      margin-top: 8.75vw; }
      .main_v_rower .midashi01 h2 {
        position: relative;
        /*display: inline-block;*/
        font-weight: bold;
        letter-spacing: .01em;
        font-size: 1.5vw;
        color: #070707;
        font-size: 5.2083333333vw;
        font-weight: 500;
        margin: 0;
        margin-right: 2.0833333333vw; }
      .main_v_rower .midashi01 .line {
        align-items: center;
        position: relative;
        width: 100%;
        background: #070707;
        height: 1px;
        display: block; } }
/*---パソコン---*/
@media screen and (min-width: 960px) {
  .main_v_bg {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 1s ease; }

  .main_v {
    position: relative;
    width: 100%;
    /*padding-bottom: 56.25%;*/
    /*padding-bottom: 46.25%;*/
    /*padding-bottom: 49.25%;
    padding-bottom: 100%;*/
    height: 90vh;
    /* Fallback */
    height: 90svh;
    display: block;
    overflow: hidden;
    top: 0; }
    .main_v video {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      object-fit: cover; }
    .main_v img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .main_v .catch01 {
      position: absolute;
      left: 0;
      bottom: 0;
      color: #fff;
      font-size: 5vw;
      font-weight: bold;
      z-index: 10;
      mix-blend-mode: difference;
      animation: flowing 80s linear infinite;
      display: inline-block; }
    .main_v .p-box {
      width: 100%;
      padding: 0;
      display: flex;
      place-items: center;
      overflow: hidden;
      text-wrap: nowrap;
      position: absolute;
      bottom: -4.8vw; }
    .main_v .p-text {
      display: inline-block;
      font-size: 12vw;
      mix-blend-mode: difference !important;
      color: #fff; }

  .main_v_rower {
    /*position: relative;*/
    width: 100%;
    /*padding-top: vw(280);
    padding-bottom: vw(173);*/
    height: 28.6458333333vw;
    overflow: hidden;
    background-color: #fff;
    /*.midashi01:after {
        content: '';
        display: block;
        width: 100vw;
        height: 2px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: #070707;
    }*/ }
    .main_v_rower .midashi01 {
      position: relative;
      padding-left: 9.375vw;
      display: flex;
      margin-top: 8.75vw;
      align-items: center; }
      .main_v_rower .midashi01 h2 {
        position: relative;
        /*display: inline-block;*/
        font-weight: bold;
        letter-spacing: .01em;
        font-size: 1.5vw;
        color: #070707;
        font-size: 5.2083333333vw;
        font-weight: 500;
        margin: 0;
        margin-right: 2.0833333333vw; }
      .main_v_rower .midashi01 .line {
        align-items: center;
        position: relative;
        width: 100%;
        background: #070707;
        height: 1px;
        display: block; } }
/*-----------------------------------
トップページのスタイルのインポート
------------------------------------*/
.home,
.page-template-page-top {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }

/*-----------------------------------
ランキングページのスタイルのインポート
------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 600px) {
  .nomination #select {
    color: #070707 !important;
    background-color: #fff !important;
    border: 1px solid #070707;
    box-sizing: border-box; } }
@media screen and (min-width: 600px) and (max-width: 960px) {
  .nomination #select {
    color: #070707 !important;
    background-color: #fff !important;
    border: 1px solid #070707;
    box-sizing: border-box; } }
@media screen and (min-width: 960px) {
  .nomination #select {
    color: #070707 !important;
    background-color: #fff !important;
    border: 1px solid #070707;
    box-sizing: border-box; } }

@media screen and (min-width: 0px) and (max-width: 600px) {
  .real_time #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }
@media screen and (min-width: 600px) and (max-width: 960px) {
  .real_time #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }
@media screen and (min-width: 960px) {
  .real_time #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }

@media screen and (min-width: 0px) and (max-width: 600px) {
  .sales #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }
@media screen and (min-width: 600px) and (max-width: 960px) {
  .sales #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }
@media screen and (min-width: 960px) {
  .sales #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }

@media screen and (min-width: 0px) and (max-width: 600px) {
  .rookie_nomination_real_time #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }
@media screen and (min-width: 600px) and (max-width: 960px) {
  .rookie_nomination_real_time #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }
@media screen and (min-width: 960px) {
  .rookie_nomination_real_time #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }

@media screen and (min-width: 0px) and (max-width: 600px) {
  .rookie_sales_real_time #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }
@media screen and (min-width: 600px) and (max-width: 960px) {
  .rookie_sales_real_time #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }
@media screen and (min-width: 960px) {
  .rookie_sales_real_time #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }

@media screen and (min-width: 0px) and (max-width: 600px) {
  .nominance_real_time #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }
@media screen and (min-width: 600px) and (max-width: 960px) {
  .nominance_real_time #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }
@media screen and (min-width: 960px) {
  .nominance_real_time #select {
    color: #070707;
    background-color: #fff;
    border: 1px solid #070707;
    box-sizing: border-box; } }

.ranking_page {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }
  @media screen and (min-width: 0px) and (max-width: 600px) {
    .ranking_page main .main_v_rower {
      padding-bottom: 8vw; }
    .ranking_page main #select {
      color: #070707;
      background-color: #fff;
      border: 1px solid #070707;
      box-sizing: border-box; }
    .ranking_page main .category_box01 {
      padding-left: 9.375vw;
      margin-bottom: 10vw; }
      .ranking_page main .category_box01 .midasi02 {
        text-align: left;
        font-size: 10.2564102564vw;
        margin: 0;
        margin-bottom: 5.641025641vw; }
      .ranking_page main .category_box01 .f_box::-webkit-scrollbar {
        background: rgba(0, 0, 0, 0.1);
        /*width: 5px;*/
        height: 4px;
        border-radius: 10px; }
      .ranking_page main .category_box01 .f_box::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 10px; }
      .ranking_page main .category_box01 .f_box {
        display: flex;
        /*flex-wrap: wrap;*/
        overflow-x: scroll;
        width: 84.6153846154vw;
        padding: 0; }
        .ranking_page main .category_box01 .f_box li {
          flex-shrink: 0;
          margin-right: 2.5641025641vw;
          margin-bottom: 5.1282051282vw; }
          .ranking_page main .category_box01 .f_box li a {
            /*color: #070707;*/
            color: #fff;
            background-color: #070707;
            /*border-bottom: 1px solid #070707;*/
            /*padding-right: vw_sp(18);*/
            /*padding-bottom: 0.5vw;*/
            padding: 2.0512820513vw 3.8461538462vw;
            font-size: 4.1025641026vw; }
        .ranking_page main .category_box01 .f_box li:last-child {
          margin-right: 0vw; }
    .ranking_page main .ranking_box01 {
      padding-top: 0;
      background-color: #fff;
      padding-bottom: 0vw; }
      .ranking_page main .ranking_box01 .midasi02 {
        margin-bottom: 10.2564102564vw;
        line-height: 1; }
      .ranking_page main .ranking_box01 .p-box02 {
        top: 50vw; }
    .ranking_page main .archive_box01 {
      /*margin-bottom: vw(173);*/
      padding-bottom: 20.5128205128vw; }
      .ranking_page main .archive_box01 .f_box {
        display: flex;
        padding: 0;
        flex-direction: column;
        justify-content: center;
        /*width: vw_sp(240);*/
        width: 84.6153846154vw;
        margin: 0 auto; }
        .ranking_page main .archive_box01 .f_box li {
          margin-bottom: 5.1282051282vw; }
          .ranking_page main .archive_box01 .f_box li a {
            text-align: center;
            display: block;
            padding: 2.0512820513vw 3.8461538462vw;
            box-sizing: border-box;
            margin: 0 auto;
            font-weight: 500;
            /*color: #070707;
            border-bottom: 1px solid #070707;*/
            color: #fff;
            background-color: #070707;
            font-size: 6.6666666667vw;
            /*padding-bottom: 0.2vw;*/ } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .ranking_page main .main_v_rower {
      height: 20vw; }
    .ranking_page main #select {
      color: #070707;
      background-color: #fff;
      border: 1px solid #070707;
      box-sizing: border-box; }
    .ranking_page main .category_box01 {
      padding-left: 9.375vw;
      margin-bottom: 3.6458333333vw; }
      .ranking_page main .category_box01 .midasi02 {
        text-align: left;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 2.0833333333vw; }
      .ranking_page main .category_box01 .f_box::-webkit-scrollbar {
        background: rgba(0, 0, 0, 0.1);
        /*width: 5px;*/
        height: 4px;
        border-radius: 10px; }
      .ranking_page main .category_box01 .f_box::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 10px; }
      .ranking_page main .category_box01 .f_box {
        display: flex;
        /*flex-wrap: wrap;*/
        overflow-x: scroll;
        width: 81.5104166667vw;
        padding: 0; }
        .ranking_page main .category_box01 .f_box li {
          flex-shrink: 0;
          margin-right: 2.0833333333vw;
          margin-bottom: 2.0833333333vw; }
          .ranking_page main .category_box01 .f_box li a {
            /*color: #070707;*/
            color: #fff;
            background-color: #070707;
            /*border-bottom: 1px solid #070707;*/
            /*padding-right: 2vw;*/
            padding-bottom: 0.5vw;
            padding: 1vw 3vw;
            font-size: 1.0416666667vw; }
        .ranking_page main .category_box01 .f_box li:last-child {
          margin-right: 0vw; }
    .ranking_page main .ranking_box01 {
      background-color: #fff;
      padding-top: 0;
      padding-bottom: 0vw; }
      .ranking_page main .ranking_box01 .midasi02 {
        margin-bottom: 3.125vw;
        line-height: 1; }
      .ranking_page main .ranking_box01 .p-box02 {
        top: 16vw; }
    .ranking_page main .archive_box01 {
      margin-bottom: 9.0104166667vw; }
      .ranking_page main .archive_box01 .f_box {
        display: flex;
        padding: 0;
        justify-content: center; }
        .ranking_page main .archive_box01 .f_box li {
          margin: 0 1.0416666667vw; }
          .ranking_page main .archive_box01 .f_box li a {
            display: inline-block;
            /*color: #070707;*/
            color: #fff;
            background-color: #070707;
            /*border-bottom: 1px solid #070707;*/
            /*font-size: vw(40);*/
            font-size: 1.5625vw;
            padding-bottom: 0.2vw;
            padding: 1vw 3vw; } }
  @media screen and (min-width: 960px) {
    .ranking_page main .main_v_rower {
      height: 20vw; }
    .ranking_page main #select {
      color: #070707;
      background-color: #fff;
      border: 1px solid #070707;
      box-sizing: border-box; }
    .ranking_page main .category_box01 {
      padding-left: 9.375vw;
      margin-bottom: 3.6458333333vw; }
      .ranking_page main .category_box01 .midasi02 {
        text-align: left;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 2.0833333333vw; }
      .ranking_page main .category_box01 .f_box::-webkit-scrollbar {
        background: rgba(0, 0, 0, 0.1);
        /*width: 5px;*/
        height: 4px;
        border-radius: 10px; }
      .ranking_page main .category_box01 .f_box::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 10px; }
      .ranking_page main .category_box01 .f_box {
        display: flex;
        /*flex-wrap: wrap;*/
        overflow-x: scroll;
        width: 81.5104166667vw;
        padding: 0; }
        .ranking_page main .category_box01 .f_box li {
          flex-shrink: 0;
          /*margin-right: vw(40);
          margin-bottom:  vw(40);*/
          margin-right: 1.0416666667vw;
          margin-bottom: 1.0416666667vw; }
          .ranking_page main .category_box01 .f_box li a {
            /*color: #070707;*/
            color: #fff;
            background-color: #070707;
            /*border-bottom: 1px solid #070707;*/
            /*padding-right: 2vw;*/
            padding-bottom: 0.5vw;
            padding: 1vw 3vw;
            font-size: 1.0416666667vw; }
        .ranking_page main .category_box01 .f_box li:last-child {
          margin-right: 0vw; }
    .ranking_page main .ranking_box01 {
      background-color: #fff;
      padding-top: 0;
      padding-bottom: 0vw; }
      .ranking_page main .ranking_box01 .midasi02 {
        margin-bottom: 3.125vw;
        line-height: 1; }
      .ranking_page main .ranking_box01 .p-box02 {
        top: 16vw; }
    .ranking_page main .archive_box01 {
      margin-bottom: 9.0104166667vw; }
      .ranking_page main .archive_box01 .f_box {
        display: flex;
        padding: 0;
        justify-content: center; }
        .ranking_page main .archive_box01 .f_box li {
          margin: 0 1.0416666667vw; }
          .ranking_page main .archive_box01 .f_box li a {
            display: inline-block;
            /*color: #070707;*/
            color: #fff;
            background-color: #070707;
            /*border-bottom: 1px solid #070707;*/
            /*font-size: vw(40);*/
            font-size: 1.5625vw;
            padding-bottom: 0.2vw;
            padding: 1vw 3vw; } }

/*-----------------------------------
ロケーションページのスタイルのインポート
------------------------------------*/
/*@import "style_locations_page";*/
/*-----------------------------------
スペシャルページのスタイルのインポート
------------------------------------*/
.special_page {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }
  @media screen and (min-width: 0px) and (max-width: 600px) {
    .special_page main .f_box01 {
      display: flex;
      flex-direction: column;
      width: 84.6153846154vw;
      margin: 0 auto; }
      .special_page main .f_box01 ul {
        padding: 0; }
      .special_page main .f_box01 .col01 {
        width: 100%;
        margin-bottom: 25.641025641vw; }
        .special_page main .f_box01 .col01 .f_box01_01 {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          width: 100%;
          margin-bottom: 10.2564102564vw;
          /*background-color: red;*/ }
          .special_page main .f_box01 .col01 .f_box01_01 .col01_01 {
            width: 100%; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_01 a {
              position: relative; }
              .special_page main .f_box01 .col01 .f_box01_01 .col01_01 a img {
                width: 100%;
                margin: auto; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_01 .pickup {
              color: #C3A269;
              font-size: 3.0769230769vw;
              background-color: #070707;
              display: inline-block;
              position: absolute;
              top: 2vw;
              left: -2.7vw;
              padding: 0 3vw;
              z-index: 15; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_01 .orime01 {
              background-image: url(img/aicon/orime.svg);
              height: 3vw;
              width: 3vw;
              content: " ";
              display: block;
              background-repeat: no-repeat;
              position: absolute;
              top: 6.5vw;
              left: -2.7vw;
              z-index: -1; }
          .special_page main .f_box01 .col01 .f_box01_01 .col01_02 {
            width: 100%;
            /*background-color: yellow;*/ }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .box01 {
              margin-bottom: 4.1025641026vw; }
              .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .box01 span {
                display: inline-block; }
              .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .box01 .date01 {
                border-right: 1px solid #070707;
                padding-right: 3.8461538462vw;
                font-size: 4.1025641026vw; }
              .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .box01 .text01 {
                padding-left: 3.8461538462vw;
                font-size: 3.3333333333vw; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .midasi01 {
              font-size: 4.6153846154vw;
              margin-bottom: 2.8205128205vw;
              font-weight: normal; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .text02 {
              font-size: 3.5897435897vw;
              margin-bottom: 2.8205128205vw; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .more {
              font-size: 4.1025641026vw;
              color: #070707;
              border-bottom: 1px solid #070707;
              display: block;
              margin-right: 0;
              margin-left: auto;
              width: 23vw;
              font-family: "Poppins", sans-serif;
              font-weight: 400;
              font-style: normal; }
      .special_page main .f_box01 .col_side {
        width: 84.6153846154vw;
        /*background-color: green;*/ }
        .special_page main .f_box01 .col_side #calendar {
          margin-bottom: 12.8205128205vw; }
          .special_page main .f_box01 .col_side #calendar h4 {
            font-size: 6.6666666667vw;
            padding: 5% 0 0;
            text-align: center;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 0; }
          .special_page main .f_box01 .col_side #calendar ul {
            position: relative;
            overflow: visible;
            margin: 0;
            padding: 0;
            margin-bottom: 7.6923076923vw; }
            .special_page main .f_box01 .col_side #calendar ul li {
              position: absolute;
              top: -10.2vw; }
            .special_page main .f_box01 .col_side #calendar ul li:first-child {
              left: 0.5vw; }
            .special_page main .f_box01 .col_side #calendar ul li + li {
              right: 0.5vw; }
            .special_page main .f_box01 .col_side #calendar ul .fa-angle-left:before {
              content: '';
              /*何も入れない*/
              /*content: url(img/aicon/prev_white02.svg);*/
              background-image: url(img/aicon/prev_white02.svg);
              width: 10.2564102564vw;
              height: 10.2564102564vw;
              background-size: contain;
              display: block;
              vertical-align: middle;
              background-repeat: no-repeat; }
            .special_page main .f_box01 .col_side #calendar ul .fa-angle-right:before {
              content: '';
              /*何も入れない*/
              /*content: url(img/aicon/next_white02.svg);*/
              background-image: url(img/aicon/next_white02.svg);
              width: 10.2564102564vw;
              height: 10.2564102564vw;
              background-size: contain;
              display: block;
              background-repeat: no-repeat; }
            .special_page main .f_box01 .col_side #calendar ul li a {
              color: #c3a269;
              font-size: 1.6rem; }
          .special_page main .f_box01 .col_side #calendar table {
            font-size: 0.9rem; }
            .special_page main .f_box01 .col_side #calendar table thead {
              display: table-header-group;
              vertical-align: middle;
              unicode-bidi: isolate;
              border-color: inherit; }
            .special_page main .f_box01 .col_side #calendar table tr {
              display: table-row;
              vertical-align: inherit;
              unicode-bidi: isolate;
              border-color: inherit; }
            .special_page main .f_box01 .col_side #calendar table th {
              text-align: center;
              width: 1%;
              font-size: 3.5897435897vw;
              font-family: "Poppins", sans-serif;
              font-weight: 300;
              font-style: normal; }
            .special_page main .f_box01 .col_side #calendar table tbody {
              display: table-row-group;
              vertical-align: middle;
              unicode-bidi: isolate;
              border-color: inherit; }
            .special_page main .f_box01 .col_side #calendar table tr {
              display: table-row;
              vertical-align: inherit;
              unicode-bidi: isolate;
              border-color: inherit; }
            .special_page main .f_box01 .col_side #calendar table td {
              text-align: center;
              padding: 1% 0;
              font-size: 4.1025641026vw;
              font-family: "Poppins", sans-serif;
              font-weight: 300;
              font-style: normal; }
            .special_page main .f_box01 .col_side #calendar table .prev-month,
            .special_page main .f_box01 .col_side #calendar table .next-month {
              color: #B2B2B2; }
        .special_page main .f_box01 .col_side .side_cate {
          margin-bottom: 12.8205128205vw; }
          .special_page main .f_box01 .col_side .side_cate h3 {
            font-size: 6.6666666667vw;
            margin-bottom: 5.641025641vw;
            text-align: center; }
          .special_page main .f_box01 .col_side .side_cate ul {
            padding: 0; }
            .special_page main .f_box01 .col_side .side_cate ul li a {
              display: inline-block;
              font-size: 4.6153846154vw;
              color: #070707;
              border-bottom: 1px solid #070707;
              margin-bottom: 5.641025641vw;
              padding-bottom: 1.2820512821vw;
              padding-right: 3.8461538462vw; }
            .special_page main .f_box01 .col_side .side_cate ul li a:before {
              content: "#"; }
        .special_page main .f_box01 .col_side .side_pickup {
          margin-bottom: 12.8205128205vw; }
          .special_page main .f_box01 .col_side .side_pickup h3 {
            font-size: 6.6666666667vw;
            margin-bottom: 5.1282051282vw;
            text-align: center; }
          .special_page main .f_box01 .col_side .side_pickup ul {
            padding: 0; }
            .special_page main .f_box01 .col_side .side_pickup ul li {
              margin-bottom: 8.4615384615vw; }
              .special_page main .f_box01 .col_side .side_pickup ul li a {
                color: #070707; }
                .special_page main .f_box01 .col_side .side_pickup ul li a img {
                  width: 100%;
                  height: auto; }
                .special_page main .f_box01 .col_side .side_pickup ul li a .box01 {
                  margin-bottom: 5.1282051282vw; }
                  .special_page main .f_box01 .col_side .side_pickup ul li a .box01 span {
                    display: inline-block; }
                  .special_page main .f_box01 .col_side .side_pickup ul li a .box01 .date01 {
                    border-right: 1px solid #070707;
                    padding-right: 3.8461538462vw;
                    font-size: 4.1025641026vw; }
                  .special_page main .f_box01 .col_side .side_pickup ul li a .box01 .text01 {
                    padding-left: 3.8461538462vw;
                    font-size: 3.3333333333vw; }
                .special_page main .f_box01 .col_side .side_pickup ul li a .midasi01 {
                  font-size: 4.1025641026vw;
                  font-weight: normal; } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .special_page main .f_box01 {
      display: flex;
      width: 81.25vw;
      margin: 0 auto; }
      .special_page main .f_box01 .col01 {
        width: 100%; }
        .special_page main .f_box01 .col01 .f_box01_01 {
          display: flex;
          justify-content: space-between;
          width: 60.6770833333vw;
          margin-bottom: 4.1666666667vw;
          /*background-color: red;*/ }
          .special_page main .f_box01 .col01 .f_box01_01 .col01_01 {
            width: 45%; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_01 a {
              position: relative; }
              .special_page main .f_box01 .col01 .f_box01_01 .col01_01 a img {
                width: 100%;
                margin: auto; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_01 .pickup {
              color: #C3A269;
              font-size: 0.8333333333vw;
              background-color: #070707;
              display: inline-block;
              position: absolute;
              top: 1vw;
              left: -0.7vw;
              padding: 0 1vw;
              z-index: 15; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_01 .orime01 {
              background-image: url(img/aicon/orime.svg);
              height: 3vw;
              width: 3vw;
              content: " ";
              display: block;
              background-repeat: no-repeat;
              position: absolute;
              top: 2.2vw;
              left: -0.7vw;
              z-index: -1; }
          .special_page main .f_box01 .col01 .f_box01_01 .col01_02 {
            width: 50%;
            /*background-color: yellow;*/ }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .box01 {
              margin-bottom: 1.0416666667vw; }
              .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .box01 span {
                display: inline-block; }
              .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .box01 .date01 {
                border-right: 1px solid #070707;
                padding-right: 0.78125vw;
                font-size: 0.8333333333vw; }
              .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .box01 .text01 {
                padding-left: 0.78125vw;
                font-size: 0.6770833333vw; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .midasi01 {
              font-size: 1.0416666667vw;
              margin-bottom: 1.0416666667vw;
              font-weight: normal; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .text02 {
              font-size: 0.8333333333vw;
              margin-bottom: 2.2395833333vw; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .more {
              font-size: 1.3541666667vw;
              color: #070707;
              border-bottom: 1px solid #070707;
              display: inline-block;
              font-family: "Poppins", sans-serif;
              font-weight: 400;
              font-style: normal; }
      .special_page main .f_box01 .col_side {
        width: 20.8333333333vw;
        /*background-color: green;*/ }
        .special_page main .f_box01 .col_side #calendar {
          margin-bottom: 3.125vw; }
          .special_page main .f_box01 .col_side #calendar h4 {
            font-size: 1.3541666667vw;
            padding: 5% 0 0;
            text-align: center;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 0; }
          .special_page main .f_box01 .col_side #calendar ul {
            position: relative;
            overflow: visible;
            margin: 0;
            padding: 0;
            margin-bottom: 1.5625vw; }
            .special_page main .f_box01 .col_side #calendar ul li {
              position: absolute;
              top: -2.2vw; }
            .special_page main .f_box01 .col_side #calendar ul li:first-child {
              left: 0.5vw; }
            .special_page main .f_box01 .col_side #calendar ul li + li {
              right: 0.5vw; }
            .special_page main .f_box01 .col_side #calendar ul .fa-angle-left:before {
              content: '';
              /*何も入れない*/
              /*content: url(img/aicon/prev_white02.svg);*/
              background-image: url(img/aicon/prev_white02.svg);
              width: 2.0833333333vw;
              height: 2.0833333333vw;
              background-size: contain;
              display: block;
              vertical-align: middle;
              background-repeat: no-repeat; }
            .special_page main .f_box01 .col_side #calendar ul .fa-angle-right:before {
              content: '';
              /*何も入れない*/
              /*content: url(img/aicon/next_white02.svg);*/
              background-image: url(img/aicon/next_white02.svg);
              width: 2.0833333333vw;
              height: 2.0833333333vw;
              background-size: contain;
              display: block;
              background-repeat: no-repeat; }
            .special_page main .f_box01 .col_side #calendar ul li a {
              color: #c3a269;
              font-size: 1.6rem; }
          .special_page main .f_box01 .col_side #calendar table {
            font-size: 0.9rem;
            font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
            .special_page main .f_box01 .col_side #calendar table thead {
              display: table-header-group;
              vertical-align: middle;
              unicode-bidi: isolate;
              border-color: inherit; }
            .special_page main .f_box01 .col_side #calendar table tr {
              display: table-row;
              vertical-align: inherit;
              unicode-bidi: isolate;
              border-color: inherit; }
            .special_page main .f_box01 .col_side #calendar table th {
              text-align: center;
              width: 1%;
              font-size: 0.7291666667vw;
              font-family: "Poppins", sans-serif;
              font-weight: 300;
              font-style: normal; }
            .special_page main .f_box01 .col_side #calendar table tbody {
              display: table-row-group;
              vertical-align: middle;
              unicode-bidi: isolate;
              border-color: inherit; }
            .special_page main .f_box01 .col_side #calendar table tr {
              display: table-row;
              vertical-align: inherit;
              unicode-bidi: isolate;
              border-color: inherit; }
            .special_page main .f_box01 .col_side #calendar table td {
              text-align: center;
              padding: 1% 0;
              font-size: 0.8333333333vw;
              font-family: "Poppins", sans-serif;
              font-weight: 300;
              font-style: normal; }
            .special_page main .f_box01 .col_side #calendar table .prev-month,
            .special_page main .f_box01 .col_side #calendar table .next-month {
              color: #B2B2B2; }
        .special_page main .f_box01 .col_side .side_cate {
          margin-bottom: 3.125vw; }
          .special_page main .f_box01 .col_side .side_cate h3 {
            font-size: 1.3541666667vw;
            margin-bottom: 1.5625vw;
            text-align: center; }
          .special_page main .f_box01 .col_side .side_cate ul {
            padding: 0; }
            .special_page main .f_box01 .col_side .side_cate ul li a {
              display: inline-block;
              font-size: 0.9375vw;
              color: #070707;
              border-bottom: 1px solid #070707;
              margin-bottom: 1.1458333333vw;
              padding-bottom: 0.2604166667vw;
              padding-right: 0.78125vw; }
            .special_page main .f_box01 .col_side .side_cate ul li a:before {
              content: "#"; }
        .special_page main .f_box01 .col_side .side_pickup {
          margin-bottom: 3.125vw; }
          .special_page main .f_box01 .col_side .side_pickup h3 {
            font-size: 1.3541666667vw;
            margin-bottom: 1.5625vw;
            text-align: center; }
          .special_page main .f_box01 .col_side .side_pickup ul {
            padding: 0; }
            .special_page main .f_box01 .col_side .side_pickup ul li {
              margin-bottom: 2.2395833333vw; }
              .special_page main .f_box01 .col_side .side_pickup ul li a {
                color: #070707; }
                .special_page main .f_box01 .col_side .side_pickup ul li a img {
                  width: 100%;
                  height: auto; }
                .special_page main .f_box01 .col_side .side_pickup ul li a .box01 {
                  margin-bottom: 1.0416666667vw; }
                  .special_page main .f_box01 .col_side .side_pickup ul li a .box01 span {
                    display: inline-block; }
                  .special_page main .f_box01 .col_side .side_pickup ul li a .box01 .date01 {
                    border-right: 1px solid #070707;
                    padding-right: 0.78125vw;
                    font-size: 0.8333333333vw; }
                  .special_page main .f_box01 .col_side .side_pickup ul li a .box01 .text01 {
                    padding-left: 0.78125vw;
                    font-size: 0.6770833333vw; }
                .special_page main .f_box01 .col_side .side_pickup ul li a .midasi01 {
                  font-size: 0.8333333333vw;
                  font-weight: normal; } }
  @media screen and (min-width: 960px) {
    .special_page main .f_box01 {
      display: flex;
      width: 81.25vw;
      margin: 0 auto; }
      .special_page main .f_box01 .col01 {
        width: 100%; }
        .special_page main .f_box01 .col01 .f_box01_01 {
          display: flex;
          justify-content: space-between;
          width: 60.6770833333vw;
          margin-bottom: 4.1666666667vw;
          /*background-color: red;*/ }
          .special_page main .f_box01 .col01 .f_box01_01 .col01_01 {
            width: 45%; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_01 a {
              position: relative; }
              .special_page main .f_box01 .col01 .f_box01_01 .col01_01 a img {
                width: 100%;
                margin: auto; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_01 .pickup {
              color: #C3A269;
              font-size: 0.8333333333vw;
              background-color: #070707;
              display: inline-block;
              position: absolute;
              top: 1vw;
              left: -0.7vw;
              padding: 0 1vw;
              z-index: 15; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_01 .orime01 {
              background-image: url(img/aicon/orime.svg);
              height: 3vw;
              width: 3vw;
              content: " ";
              display: block;
              background-repeat: no-repeat;
              position: absolute;
              top: 2.2vw;
              left: -0.7vw;
              z-index: -1; }
          .special_page main .f_box01 .col01 .f_box01_01 .col01_02 {
            width: 50%;
            /*background-color: yellow;*/ }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .box01 {
              margin-bottom: 1.0416666667vw; }
              .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .box01 span {
                display: inline-block; }
              .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .box01 .date01 {
                border-right: 1px solid #070707;
                padding-right: 0.78125vw;
                font-size: 0.8333333333vw; }
              .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .box01 .text01 {
                padding-left: 0.78125vw;
                font-size: 0.6770833333vw; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .midasi01 {
              font-size: 1.0416666667vw;
              margin-bottom: 1.0416666667vw;
              font-weight: normal; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .text02 {
              font-size: 0.8333333333vw;
              margin-bottom: 2.2395833333vw; }
            .special_page main .f_box01 .col01 .f_box01_01 .col01_02 .more {
              font-size: 1.3541666667vw;
              color: #070707;
              border-bottom: 1px solid #070707;
              display: inline-block;
              font-family: "Poppins", sans-serif;
              font-weight: 400;
              font-style: normal; }
      .special_page main .f_box01 .col_side {
        width: 20.8333333333vw;
        /*background-color: green;*/ }
        .special_page main .f_box01 .col_side #calendar {
          margin-bottom: 3.125vw; }
          .special_page main .f_box01 .col_side #calendar h4 {
            font-size: 1.3541666667vw;
            padding: 5% 0 0;
            text-align: center;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 0; }
          .special_page main .f_box01 .col_side #calendar ul {
            position: relative;
            overflow: visible;
            margin: 0;
            padding: 0;
            margin-bottom: 1.5625vw; }
            .special_page main .f_box01 .col_side #calendar ul li {
              position: absolute;
              top: -2vw; }
            .special_page main .f_box01 .col_side #calendar ul li:first-child {
              left: 0.5vw; }
            .special_page main .f_box01 .col_side #calendar ul li + li {
              right: 0.5vw; }
            .special_page main .f_box01 .col_side #calendar ul .fa-angle-left:before {
              content: '';
              /*何も入れない*/
              /*content: url(img/aicon/prev_white02.svg);*/
              background-image: url(img/aicon/prev_white02.svg);
              width: 2.0833333333vw;
              height: 2.0833333333vw;
              background-size: contain;
              display: block;
              vertical-align: middle;
              background-repeat: no-repeat; }
            .special_page main .f_box01 .col_side #calendar ul .fa-angle-right:before {
              content: '';
              /*何も入れない*/
              /*content: url(img/aicon/next_white02.svg);*/
              background-image: url(img/aicon/next_white02.svg);
              width: 2.0833333333vw;
              height: 2.0833333333vw;
              background-size: contain;
              display: block;
              background-repeat: no-repeat; }
            .special_page main .f_box01 .col_side #calendar ul li a {
              color: #c3a269;
              font-size: 1.6rem; }
          .special_page main .f_box01 .col_side #calendar table thead {
            display: table-header-group;
            vertical-align: middle;
            unicode-bidi: isolate;
            border-color: inherit; }
          .special_page main .f_box01 .col_side #calendar table tr {
            display: table-row;
            vertical-align: inherit;
            unicode-bidi: isolate;
            border-color: inherit; }
          .special_page main .f_box01 .col_side #calendar table th {
            text-align: center;
            width: 1%;
            font-size: 0.7291666667vw;
            font-family: "Poppins", sans-serif;
            font-weight: 300;
            font-style: normal; }
          .special_page main .f_box01 .col_side #calendar table tbody {
            display: table-row-group;
            vertical-align: middle;
            unicode-bidi: isolate;
            border-color: inherit; }
          .special_page main .f_box01 .col_side #calendar table tr {
            display: table-row;
            vertical-align: inherit;
            unicode-bidi: isolate;
            border-color: inherit; }
          .special_page main .f_box01 .col_side #calendar table td {
            text-align: center;
            padding: 1% 0;
            font-size: 0.8333333333vw;
            font-family: "Poppins", sans-serif;
            font-weight: 300;
            font-style: normal; }
          .special_page main .f_box01 .col_side #calendar table .prev-month,
          .special_page main .f_box01 .col_side #calendar table .next-month {
            color: #B2B2B2; }
        .special_page main .f_box01 .col_side .side_cate {
          margin-bottom: 3.125vw; }
          .special_page main .f_box01 .col_side .side_cate h3 {
            font-size: 1.3541666667vw;
            margin-bottom: 1.5625vw;
            text-align: center; }
          .special_page main .f_box01 .col_side .side_cate ul {
            padding: 0; }
            .special_page main .f_box01 .col_side .side_cate ul li a {
              display: inline-block;
              font-size: 0.9375vw;
              color: #070707;
              border-bottom: 1px solid #070707;
              margin-bottom: 1.1458333333vw;
              padding-bottom: 0.2604166667vw;
              padding-right: 0.78125vw; }
            .special_page main .f_box01 .col_side .side_cate ul li a:before {
              content: "#"; }
        .special_page main .f_box01 .col_side .side_pickup {
          margin-bottom: 3.125vw; }
          .special_page main .f_box01 .col_side .side_pickup h3 {
            font-size: 1.3541666667vw;
            margin-bottom: 1.5625vw;
            text-align: center; }
          .special_page main .f_box01 .col_side .side_pickup ul {
            padding: 0; }
            .special_page main .f_box01 .col_side .side_pickup ul li {
              margin-bottom: 2.2395833333vw; }
              .special_page main .f_box01 .col_side .side_pickup ul li a {
                color: #070707; }
                .special_page main .f_box01 .col_side .side_pickup ul li a img {
                  width: 100%;
                  height: auto; }
                .special_page main .f_box01 .col_side .side_pickup ul li a .box01 {
                  margin-bottom: 1.0416666667vw; }
                  .special_page main .f_box01 .col_side .side_pickup ul li a .box01 span {
                    display: inline-block; }
                  .special_page main .f_box01 .col_side .side_pickup ul li a .box01 .date01 {
                    border-right: 1px solid #070707;
                    padding-right: 0.78125vw;
                    font-size: 0.8333333333vw; }
                  .special_page main .f_box01 .col_side .side_pickup ul li a .box01 .text01 {
                    padding-left: 0.78125vw;
                    font-size: 0.6770833333vw; }
                .special_page main .f_box01 .col_side .side_pickup ul li a .midasi01 {
                  font-size: 0.8333333333vw;
                  font-weight: normal; } }

/*-----------------------------------
スペシャル下層ページのスタイルのインポート
------------------------------------*/
.special_child_page {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }
  @media screen and (min-width: 0px) and (max-width: 600px) {
    .special_child_page main .f_box01 {
      display: flex;
      flex-direction: column;
      width: 84.6153846154vw;
      margin: 0 auto;
      justify-content: space-between; }
      .special_child_page main .f_box01 .col01 {
        text-align: center;
        width: 100%; }
        .special_child_page main .f_box01 .col01 .title01 {
          text-align: left; }
          .special_child_page main .f_box01 .col01 .title01 .box01 {
            margin-bottom: 4.1025641026vw; }
            .special_child_page main .f_box01 .col01 .title01 .box01 span {
              display: inline-block; }
            .special_child_page main .f_box01 .col01 .title01 .box01 .date01 {
              border-right: 1px solid #070707;
              padding-right: 3.8461538462vw;
              font-size: 4.1025641026vw; }
            .special_child_page main .f_box01 .col01 .title01 .box01 .text01 {
              padding-left: 3.8461538462vw;
              font-size: 3.3333333333vw; }
          .special_child_page main .f_box01 .col01 .title01 .midasi01 {
            font-size: 4.6153846154vw;
            font-weight: normal; }
        .special_child_page main .f_box01 .col01 .thumbnail01 img {
          width: 100%;
          height: auto; }
        .special_child_page main .f_box01 .col01 .kigi {
          text-align: left;
          /*.w50{
              width: 50%;
          }*/ }
          .special_child_page main .f_box01 .col01 .kigi a {
            letter-spacing: -1em;
            display: inline !important;
            transition: color 0.3s;
            padding: 0px;
            margin: 0px;
            box-sizing: border-box; }
          .special_child_page main .f_box01 .col01 .kigi img {
            display: inline !important;
            overflow-clip-margin: content-box;
            overflow: clip;
            padding: 0px;
            margin: 0px;
            border: 0;
            vertical-align: bottom;
            box-sizing: border-box; }
        .special_child_page main .f_box01 .col01 .back_to_list {
          color: #333;
          font-size: 6.6666666667vw;
          display: inline-block;
          margin: 0 auto;
          /*width: vw(281);*/
          padding-bottom: 1vw;
          border-bottom: 1px solid #333;
          margin-bottom: 5vw; }
      .special_child_page main .f_box01 .col_side {
        width: 84.6153846154vw;
        /*background-color: green;*/ }
        .special_child_page main .f_box01 .col_side #calendar {
          margin-bottom: 12.8205128205vw; }
          .special_child_page main .f_box01 .col_side #calendar h4 {
            font-size: 6.6666666667vw;
            padding: 5% 0 0;
            text-align: center;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 0; }
          .special_child_page main .f_box01 .col_side #calendar ul {
            position: relative;
            overflow: visible;
            margin: 0;
            padding: 0;
            margin-bottom: 7.6923076923vw; }
            .special_child_page main .f_box01 .col_side #calendar ul li {
              position: absolute;
              top: -10.2vw; }
            .special_child_page main .f_box01 .col_side #calendar ul li:first-child {
              left: 0.5vw; }
            .special_child_page main .f_box01 .col_side #calendar ul li + li {
              right: 0.5vw; }
            .special_child_page main .f_box01 .col_side #calendar ul .fa-angle-left:before {
              content: '';
              /*何も入れない*/
              /*content: url(img/aicon/prev_white02.svg);*/
              background-image: url(img/aicon/prev_white02.svg);
              width: 10.2564102564vw;
              height: 10.2564102564vw;
              background-size: contain;
              display: block;
              vertical-align: middle;
              background-repeat: no-repeat; }
            .special_child_page main .f_box01 .col_side #calendar ul .fa-angle-right:before {
              content: '';
              /*何も入れない*/
              /*content: url(img/aicon/next_white02.svg);*/
              background-image: url(img/aicon/next_white02.svg);
              width: 10.2564102564vw;
              height: 10.2564102564vw;
              background-size: contain;
              display: block;
              background-repeat: no-repeat; }
            .special_child_page main .f_box01 .col_side #calendar ul li a {
              color: #c3a269;
              font-size: 1.6rem; }
          .special_child_page main .f_box01 .col_side #calendar table {
            font-size: 0.9rem; }
            .special_child_page main .f_box01 .col_side #calendar table thead {
              display: table-header-group;
              vertical-align: middle;
              unicode-bidi: isolate;
              border-color: inherit; }
            .special_child_page main .f_box01 .col_side #calendar table tr {
              display: table-row;
              vertical-align: inherit;
              unicode-bidi: isolate;
              border-color: inherit; }
            .special_child_page main .f_box01 .col_side #calendar table th {
              text-align: center;
              width: 1%;
              font-size: 3.5897435897vw;
              font-family: "Poppins", sans-serif;
              font-weight: 300;
              font-style: normal; }
            .special_child_page main .f_box01 .col_side #calendar table tbody {
              display: table-row-group;
              vertical-align: middle;
              unicode-bidi: isolate;
              border-color: inherit; }
            .special_child_page main .f_box01 .col_side #calendar table tr {
              display: table-row;
              vertical-align: inherit;
              unicode-bidi: isolate;
              border-color: inherit; }
            .special_child_page main .f_box01 .col_side #calendar table td {
              text-align: center;
              padding: 1% 0;
              font-size: 4.1025641026vw;
              font-family: "Poppins", sans-serif;
              font-weight: 300;
              font-style: normal; }
            .special_child_page main .f_box01 .col_side #calendar table .prev-month,
            .special_child_page main .f_box01 .col_side #calendar table .next-month {
              color: #B2B2B2; }
        .special_child_page main .f_box01 .col_side .side_cate {
          margin-bottom: 12.8205128205vw; }
          .special_child_page main .f_box01 .col_side .side_cate h3 {
            font-size: 6.6666666667vw;
            margin-bottom: 5.641025641vw;
            text-align: center; }
          .special_child_page main .f_box01 .col_side .side_cate ul {
            padding: 0; }
            .special_child_page main .f_box01 .col_side .side_cate ul li a {
              display: inline-block;
              font-size: 4.6153846154vw;
              color: #070707;
              border-bottom: 1px solid #070707;
              margin-bottom: 5.641025641vw;
              padding-bottom: 1.2820512821vw;
              padding-right: 3.8461538462vw; }
            .special_child_page main .f_box01 .col_side .side_cate ul li a:before {
              content: "#"; }
        .special_child_page main .f_box01 .col_side .side_pickup {
          margin-bottom: 12.8205128205vw; }
          .special_child_page main .f_box01 .col_side .side_pickup h3 {
            font-size: 6.6666666667vw;
            margin-bottom: 5.1282051282vw;
            text-align: center; }
          .special_child_page main .f_box01 .col_side .side_pickup ul {
            padding: 0; }
            .special_child_page main .f_box01 .col_side .side_pickup ul li {
              margin-bottom: 8.4615384615vw; }
              .special_child_page main .f_box01 .col_side .side_pickup ul li a {
                color: #070707; }
                .special_child_page main .f_box01 .col_side .side_pickup ul li a img {
                  width: 100%;
                  height: auto; }
                .special_child_page main .f_box01 .col_side .side_pickup ul li a .box01 {
                  margin-bottom: 5.1282051282vw; }
                  .special_child_page main .f_box01 .col_side .side_pickup ul li a .box01 span {
                    display: inline-block; }
                  .special_child_page main .f_box01 .col_side .side_pickup ul li a .box01 .date01 {
                    border-right: 1px solid #070707;
                    padding-right: 3.8461538462vw;
                    font-size: 4.1025641026vw; }
                  .special_child_page main .f_box01 .col_side .side_pickup ul li a .box01 .text01 {
                    padding-left: 3.8461538462vw;
                    font-size: 3.3333333333vw; }
                .special_child_page main .f_box01 .col_side .side_pickup ul li a .midasi01 {
                  font-size: 4.1025641026vw;
                  font-weight: normal; } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .special_child_page main .f_box01 {
      display: flex;
      width: 71vw;
      margin: 0 auto;
      justify-content: space-between; }
      .special_child_page main .f_box01 .col01 {
        text-align: center;
        width: 46.875vw; }
        .special_child_page main .f_box01 .col01 .title01 {
          text-align: left; }
          .special_child_page main .f_box01 .col01 .title01 .box01 {
            margin-bottom: 1.0416666667vw; }
            .special_child_page main .f_box01 .col01 .title01 .box01 span {
              display: inline-block; }
            .special_child_page main .f_box01 .col01 .title01 .box01 .date01 {
              border-right: 1px solid #070707;
              padding-right: 0.78125vw;
              font-size: 0.8333333333vw; }
            .special_child_page main .f_box01 .col01 .title01 .box01 .text01 {
              padding-left: 0.78125vw;
              font-size: 0.6770833333vw; }
          .special_child_page main .f_box01 .col01 .title01 .midasi01 {
            font-size: 1.25vw;
            font-weight: normal; }
        .special_child_page main .f_box01 .col01 .thumbnail01 img {
          width: 100%;
          height: auto; }
        .special_child_page main .f_box01 .col01 .kigi {
          text-align: left;
          /*.w50{
              width: 50%;
          }*/ }
          .special_child_page main .f_box01 .col01 .kigi a {
            letter-spacing: -1em;
            display: inline !important;
            transition: color 0.3s;
            padding: 0px;
            margin: 0px;
            box-sizing: border-box; }
          .special_child_page main .f_box01 .col01 .kigi img {
            display: inline !important;
            overflow-clip-margin: content-box;
            overflow: clip;
            padding: 0px;
            margin: 0px;
            border: 0;
            vertical-align: bottom;
            box-sizing: border-box; }
        .special_child_page main .f_box01 .col01 .back_to_list {
          color: #333;
          font-size: 2.0833333333vw;
          display: inline-block;
          margin: 0 auto;
          /*width: vw(281);*/
          padding-bottom: 1vw;
          border-bottom: 1px solid #333;
          margin-bottom: 5vw; }
      .special_child_page main .f_box01 .col_side {
        width: 20.8333333333vw;
        /*background-color: green;*/ }
        .special_child_page main .f_box01 .col_side #calendar {
          margin-bottom: 3.125vw; }
          .special_child_page main .f_box01 .col_side #calendar h4 {
            font-size: 1.3541666667vw;
            padding: 5% 0 0;
            text-align: center;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 0; }
          .special_child_page main .f_box01 .col_side #calendar ul {
            position: relative;
            overflow: visible;
            margin: 0;
            padding: 0;
            margin-bottom: 1.5625vw; }
            .special_child_page main .f_box01 .col_side #calendar ul li {
              position: absolute;
              top: -2vw; }
            .special_child_page main .f_box01 .col_side #calendar ul li:first-child {
              left: 0.5vw; }
            .special_child_page main .f_box01 .col_side #calendar ul li + li {
              right: 0.5vw; }
            .special_child_page main .f_box01 .col_side #calendar ul .fa-angle-left:before {
              content: '';
              /*何も入れない*/
              /*content: url(img/aicon/prev_white02.svg);*/
              background-image: url(img/aicon/prev_white02.svg);
              width: 2.0833333333vw;
              height: 2.0833333333vw;
              background-size: contain;
              display: block;
              vertical-align: middle;
              background-repeat: no-repeat; }
            .special_child_page main .f_box01 .col_side #calendar ul .fa-angle-right:before {
              content: '';
              /*何も入れない*/
              /*content: url(img/aicon/next_white02.svg);*/
              background-image: url(img/aicon/next_white02.svg);
              width: 2.0833333333vw;
              height: 2.0833333333vw;
              background-size: contain;
              display: block;
              background-repeat: no-repeat; }
            .special_child_page main .f_box01 .col_side #calendar ul li a {
              color: #c3a269;
              font-size: 1.6rem; }
          .special_child_page main .f_box01 .col_side #calendar table thead {
            display: table-header-group;
            vertical-align: middle;
            unicode-bidi: isolate;
            border-color: inherit; }
          .special_child_page main .f_box01 .col_side #calendar table tr {
            display: table-row;
            vertical-align: inherit;
            unicode-bidi: isolate;
            border-color: inherit; }
          .special_child_page main .f_box01 .col_side #calendar table th {
            text-align: center;
            width: 1%;
            font-size: 0.7291666667vw;
            font-family: "Poppins", sans-serif;
            font-weight: 300;
            font-style: normal; }
          .special_child_page main .f_box01 .col_side #calendar table tbody {
            display: table-row-group;
            vertical-align: middle;
            unicode-bidi: isolate;
            border-color: inherit; }
          .special_child_page main .f_box01 .col_side #calendar table tr {
            display: table-row;
            vertical-align: inherit;
            unicode-bidi: isolate;
            border-color: inherit; }
          .special_child_page main .f_box01 .col_side #calendar table td {
            text-align: center;
            padding: 1% 0;
            font-size: 0.8333333333vw;
            font-family: "Poppins", sans-serif;
            font-weight: 300;
            font-style: normal; }
          .special_child_page main .f_box01 .col_side #calendar table .prev-month,
          .special_child_page main .f_box01 .col_side #calendar table .next-month {
            color: #B2B2B2; }
        .special_child_page main .f_box01 .col_side .side_cate {
          margin-bottom: 3.125vw; }
          .special_child_page main .f_box01 .col_side .side_cate h3 {
            font-size: 1.3541666667vw;
            margin-bottom: 1.5625vw;
            text-align: center; }
          .special_child_page main .f_box01 .col_side .side_cate ul {
            padding: 0; }
            .special_child_page main .f_box01 .col_side .side_cate ul li a {
              display: inline-block;
              font-size: 0.9375vw;
              color: #070707;
              border-bottom: 1px solid #070707;
              margin-bottom: 1.1458333333vw;
              padding-bottom: 0.2604166667vw;
              padding-right: 0.78125vw; }
            .special_child_page main .f_box01 .col_side .side_cate ul li a:before {
              content: "#"; }
        .special_child_page main .f_box01 .col_side .side_pickup {
          margin-bottom: 3.125vw; }
          .special_child_page main .f_box01 .col_side .side_pickup h3 {
            font-size: 1.3541666667vw;
            margin-bottom: 1.5625vw;
            text-align: center; }
          .special_child_page main .f_box01 .col_side .side_pickup ul {
            padding: 0; }
            .special_child_page main .f_box01 .col_side .side_pickup ul li {
              margin-bottom: 2.2395833333vw; }
              .special_child_page main .f_box01 .col_side .side_pickup ul li a {
                color: #070707; }
                .special_child_page main .f_box01 .col_side .side_pickup ul li a img {
                  width: 100%;
                  height: auto; }
                .special_child_page main .f_box01 .col_side .side_pickup ul li a .box01 {
                  margin-bottom: 1.0416666667vw; }
                  .special_child_page main .f_box01 .col_side .side_pickup ul li a .box01 span {
                    display: inline-block; }
                  .special_child_page main .f_box01 .col_side .side_pickup ul li a .box01 .date01 {
                    border-right: 1px solid #070707;
                    padding-right: 0.78125vw;
                    font-size: 0.8333333333vw; }
                  .special_child_page main .f_box01 .col_side .side_pickup ul li a .box01 .text01 {
                    padding-left: 0.78125vw;
                    font-size: 0.6770833333vw; }
                .special_child_page main .f_box01 .col_side .side_pickup ul li a .midasi01 {
                  font-size: 0.8333333333vw;
                  font-weight: normal; } }
  @media screen and (min-width: 960px) {
    .special_child_page main .f_box01 {
      display: flex;
      width: 71vw;
      margin: 0 auto;
      justify-content: space-between; }
      .special_child_page main .f_box01 .col01 {
        width: 46.875vw;
        text-align: center; }
        .special_child_page main .f_box01 .col01 .title01 {
          text-align: left; }
          .special_child_page main .f_box01 .col01 .title01 .box01 {
            margin-bottom: 1.0416666667vw; }
            .special_child_page main .f_box01 .col01 .title01 .box01 span {
              display: inline-block; }
            .special_child_page main .f_box01 .col01 .title01 .box01 .date01 {
              border-right: 1px solid #070707;
              padding-right: 0.78125vw;
              font-size: 0.8333333333vw; }
            .special_child_page main .f_box01 .col01 .title01 .box01 .text01 {
              padding-left: 0.78125vw;
              font-size: 0.6770833333vw; }
          .special_child_page main .f_box01 .col01 .title01 .midasi01 {
            font-size: 1.25vw;
            font-weight: normal; }
        .special_child_page main .f_box01 .col01 .thumbnail01 img {
          width: 100%;
          height: auto; }
        .special_child_page main .f_box01 .col01 .kigi {
          text-align: left;
          /*.w50{
              width: 50%;
          }*/ }
          .special_child_page main .f_box01 .col01 .kigi a {
            letter-spacing: -1em;
            display: inline !important;
            transition: color 0.3s;
            padding: 0px;
            margin: 0px;
            box-sizing: border-box; }
          .special_child_page main .f_box01 .col01 .kigi img {
            display: inline !important;
            overflow-clip-margin: content-box;
            overflow: clip;
            padding: 0px;
            margin: 0px;
            border: 0;
            vertical-align: bottom;
            box-sizing: border-box; }
        .special_child_page main .f_box01 .col01 .back_to_list {
          color: #333;
          font-size: 2.0833333333vw;
          display: inline-block;
          margin: 0 auto;
          /*width: vw(281);*/
          padding-bottom: 1vw;
          border-bottom: 1px solid #333;
          margin-bottom: 5vw; }
      .special_child_page main .f_box01 .col_side {
        width: 20.8333333333vw;
        /*background-color: green;*/ }
        .special_child_page main .f_box01 .col_side #calendar {
          margin-bottom: 3.125vw; }
          .special_child_page main .f_box01 .col_side #calendar h4 {
            font-size: 1.3541666667vw;
            padding: 5% 0 0;
            text-align: center;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-style: normal;
            margin: 0; }
          .special_child_page main .f_box01 .col_side #calendar ul {
            position: relative;
            overflow: visible;
            margin: 0;
            padding: 0;
            margin-bottom: 1.5625vw; }
            .special_child_page main .f_box01 .col_side #calendar ul li {
              position: absolute;
              top: -2vw; }
            .special_child_page main .f_box01 .col_side #calendar ul li:first-child {
              left: 0.5vw; }
            .special_child_page main .f_box01 .col_side #calendar ul li + li {
              right: 0.5vw; }
            .special_child_page main .f_box01 .col_side #calendar ul .fa-angle-left:before {
              content: '';
              /*何も入れない*/
              /*content: url(img/aicon/prev_white02.svg);*/
              background-image: url(img/aicon/prev_white02.svg);
              width: 2.0833333333vw;
              height: 2.0833333333vw;
              background-size: contain;
              display: block;
              vertical-align: middle;
              background-repeat: no-repeat; }
            .special_child_page main .f_box01 .col_side #calendar ul .fa-angle-right:before {
              content: '';
              /*何も入れない*/
              /*content: url(img/aicon/next_white02.svg);*/
              background-image: url(img/aicon/next_white02.svg);
              width: 2.0833333333vw;
              height: 2.0833333333vw;
              background-size: contain;
              display: block;
              background-repeat: no-repeat; }
            .special_child_page main .f_box01 .col_side #calendar ul li a {
              color: #c3a269;
              font-size: 1.6rem; }
          .special_child_page main .f_box01 .col_side #calendar table thead {
            display: table-header-group;
            vertical-align: middle;
            unicode-bidi: isolate;
            border-color: inherit; }
          .special_child_page main .f_box01 .col_side #calendar table tr {
            display: table-row;
            vertical-align: inherit;
            unicode-bidi: isolate;
            border-color: inherit; }
          .special_child_page main .f_box01 .col_side #calendar table th {
            text-align: center;
            width: 1%;
            font-size: 0.7291666667vw;
            font-family: "Poppins", sans-serif;
            font-weight: 300;
            font-style: normal; }
          .special_child_page main .f_box01 .col_side #calendar table tbody {
            display: table-row-group;
            vertical-align: middle;
            unicode-bidi: isolate;
            border-color: inherit; }
          .special_child_page main .f_box01 .col_side #calendar table tr {
            display: table-row;
            vertical-align: inherit;
            unicode-bidi: isolate;
            border-color: inherit; }
          .special_child_page main .f_box01 .col_side #calendar table td {
            text-align: center;
            padding: 1% 0;
            font-size: 0.8333333333vw;
            font-family: "Poppins", sans-serif;
            font-weight: 300;
            font-style: normal; }
          .special_child_page main .f_box01 .col_side #calendar table .prev-month,
          .special_child_page main .f_box01 .col_side #calendar table .next-month {
            color: #B2B2B2; }
        .special_child_page main .f_box01 .col_side .side_cate {
          margin-bottom: 3.125vw; }
          .special_child_page main .f_box01 .col_side .side_cate h3 {
            font-size: 1.3541666667vw;
            margin-bottom: 1.5625vw;
            text-align: center; }
          .special_child_page main .f_box01 .col_side .side_cate ul {
            padding: 0; }
            .special_child_page main .f_box01 .col_side .side_cate ul li a {
              display: inline-block;
              font-size: 0.9375vw;
              color: #070707;
              border-bottom: 1px solid #070707;
              margin-bottom: 1.1458333333vw;
              padding-bottom: 0.2604166667vw;
              padding-right: 0.78125vw; }
            .special_child_page main .f_box01 .col_side .side_cate ul li a:before {
              content: "#"; }
        .special_child_page main .f_box01 .col_side .side_pickup {
          margin-bottom: 3.125vw; }
          .special_child_page main .f_box01 .col_side .side_pickup h3 {
            font-size: 1.3541666667vw;
            margin-bottom: 1.5625vw;
            text-align: center; }
          .special_child_page main .f_box01 .col_side .side_pickup ul {
            padding: 0; }
            .special_child_page main .f_box01 .col_side .side_pickup ul li {
              margin-bottom: 2.2395833333vw; }
              .special_child_page main .f_box01 .col_side .side_pickup ul li a {
                color: #070707; }
                .special_child_page main .f_box01 .col_side .side_pickup ul li a img {
                  width: 100%;
                  height: auto; }
                .special_child_page main .f_box01 .col_side .side_pickup ul li a .box01 {
                  margin-bottom: 1.0416666667vw; }
                  .special_child_page main .f_box01 .col_side .side_pickup ul li a .box01 span {
                    display: inline-block; }
                  .special_child_page main .f_box01 .col_side .side_pickup ul li a .box01 .date01 {
                    border-right: 1px solid #070707;
                    padding-right: 0.78125vw;
                    font-size: 0.8333333333vw; }
                  .special_child_page main .f_box01 .col_side .side_pickup ul li a .box01 .text01 {
                    padding-left: 0.78125vw;
                    font-size: 0.6770833333vw; }
                .special_child_page main .f_box01 .col_side .side_pickup ul li a .midasi01 {
                  font-size: 0.8333333333vw;
                  font-weight: normal; } }

/*-----------------------------------
イベントページのスタイルのインポート
------------------------------------*/
.event_page {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }
  @media screen and (min-width: 0px) and (max-width: 600px) {
    .event_page main .main_v_bg {
      z-index: 0; }
    .event_page main .calendar_box01 {
      padding-top: 20.5128205128vw;
      padding-bottom: 20.5128205128vw;
      background-color: rgba(7, 7, 7, 0.75); }
    .event_page main #event-cal-head {
      position: relative;
      width: 68.2051282051vw;
      margin: 0 auto;
      margin-bottom: 10.2564102564vw; }
      .event_page main #event-cal-head .cal-direction {
        position: relative;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        padding: 0; }
        .event_page main #event-cal-head .cal-direction img {
          width: 10.2564102564vw;
          height: auto; }
      .event_page main #event-cal-head .day_title {
        text-align: center;
        color: #fff;
        font-size: 7.1794871795vw;
        position: absolute;
        top: -0.5vw;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: normal; }
    .event_page main #event-calendar-wrap {
      /*width: 1200px;*/
      width: 90vw;
      margin: 0 auto;
      box-sizing: border-box;
      height: 72vw;
      overflow-y: scroll;
      position: relative; }
      .event_page main #event-calendar-wrap::-webkit-scrollbar {
        width: 3.8461538462vw;
        position: absolute;
        right: 1vw; }
      .event_page main #event-calendar-wrap::-webkit-scrollbar-button {
        border: 2px solid #fff;
        width: 3.8461538462vw;
        height: 7.6923076923vw; }
      .event_page main #event-calendar-wrap ul#event-calendar {
        padding: 0;
        margin: 0 auto 0px;
        width: 76.4102564103vw;
        /*height: vw(422);*/
        background: rgba(255, 255, 255, 0.1);
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        box-sizing: border-box;
        display: flex;
        flex-direction: column; }
      .event_page main #event-calendar-wrap ul#event-calendar img {
        /*width: vw_sp(40);*/
        height: 8.9743589744vw;
        width: 8.9743589744vw;
        object-fit: contain;
        margin: 1vw; }
      .event_page main #event-calendar-wrap ul#event-calendar > li {
        /*float: left;*/
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 14.358974359vw;
        text-align: center;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        white-space: nowrap;
        font-size: 14px;
        letter-spacing: 0.15em;
        position: relative;
        border-bottom: 1px solid #fff; }
      .event_page main #event-calendar-wrap ul#event-calendar > li > a {
        display: flex;
        width: 100%; }
      .event_page main #event-calendar-wrap ul#event-calendar > li .day,
      .event_page main #event-calendar-wrap ul#event-calendar > li .wday {
        display: block;
        color: #fff;
        font-size: 6.6666666667vw; }
      .event_page main #event-calendar-wrap ul#event-calendar > li .day {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: normal;
        width: 20%;
        box-sizing: border-box; }
      .event_page main #event-calendar-wrap ul#event-calendar > li .wday {
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal; }
      .event_page main #event-calendar-wrap ul#event-calendar .day {
        border-right: 1px solid #fff;
        width: 16.6666666667vw;
        width: 80%; }
      .event_page main #event-calendar-wrap ul#event-calendar > li .wday {
        font-size: 3.5897435897vw;
        text-transform: capitalize;
        padding: 0;
        padding-top: 4vw;
        color: #ffffff;
        border: 0px solid #fff;
        text-align: center;
        line-height: 0; }
      .event_page main #event-calendar-wrap #event .day {
        border-right: 1px solid #fff;
        width: 20%; }
      .event_page main #event-calendar-wrap .eventlist_inner {
        align-items: stretch;
        height: 17.5vw;
        width: 80%; }
        .event_page main #event-calendar-wrap .eventlist_inner ul {
          padding: 0.5vw 0;
          box-sizing: border-box;
          display: flex;
          flex-wrap: wrap;
          padding: 2vw; }
          .event_page main #event-calendar-wrap .eventlist_inner ul li {
            padding: 0.3vw; }
      .event_page main #event-calendar-wrap .eventday {
        background-color: rgba(255, 255, 255, 0.2);
        height: 100%;
        width: 80%; }
      .event_page main #event-calendar-wrap #today {
        position: relative;
        background-color: #070707;
        color: #fff;
        /*border-bottom: 1px solid #fff;*/
        box-sizing: border-box;
        height: 100%;
        width: 80%; }
        .event_page main #event-calendar-wrap #today .today_aicon {
          display: none; }
    .event_page main .event_box01 {
      background-color: rgba(7, 7, 7, 0.75);
      padding-top: 0vw; }
      .event_page main .event_box01 .midasi02 {
        color: #fff; }
      .event_page main .event_box01 .inner_box01 {
        background-image: url(img/event/event_p_event_bg01_sp.jpg); } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .event_page main .calendar_box01 {
      padding-top: 9.1666666667vw;
      padding-bottom: 9.0104166667vw;
      background-color: rgba(7, 7, 7, 0.75); }
    .event_page main .today_aicon {
      position: absolute; }
    .event_page main #event-cal-head {
      position: relative;
      width: 19.6875vw;
      margin: 0 auto;
      margin-bottom: 2.0833333333vw; }
      .event_page main #event-cal-head .cal-direction {
        position: relative;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        padding: 0; }
        .event_page main #event-cal-head .cal-direction img {
          width: 2.6041666667vw;
          height: auto; }
      .event_page main #event-cal-head .day_title {
        text-align: center;
        color: #fff;
        font-size: 2.0833333333vw;
        position: absolute;
        top: -0.3vw;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: normal; }
    .event_page main #event-calendar-wrap {
      /*width: 1200px;*/
      margin: 0 auto;
      box-sizing: border-box; }
      .event_page main #event-calendar-wrap ul#event-calendar {
        padding: 0;
        margin: 0 auto 0px;
        width: 81.25vw;
        height: 21.9791666667vw;
        background: rgba(255, 255, 255, 0.1);
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
        display: flex;
        overflow: hidden; }
      .event_page main #event-calendar-wrap ul#event-calendar img {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        object-fit: contain; }
      .event_page main #event-calendar-wrap ul#event-calendar > li {
        /*float: left;*/
        display: flex;
        flex-direction: column;
        width: 3.22581%;
        height: 21.9791666667vw;
        text-align: center;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        white-space: nowrap;
        font-size: 14px;
        text-align: center;
        /*letter-spacing: 0.15em;*/
        position: relative;
        border-bottom: 1px solid #fff; }
      .event_page main #event-calendar-wrap ul#event-calendar > li > a {
        display: flex;
        flex-direction: column;
        height: 22.5vw; }
      .event_page main #event-calendar-wrap ul#event-calendar > li .day,
      .event_page main #event-calendar-wrap ul#event-calendar > li .wday {
        display: block;
        border-bottom: 1px solid #fff;
        padding: 0px 0 10px 0;
        color: #fff;
        font-size: 1.3541666667vw; }
      .event_page main #event-calendar-wrap ul#event-calendar > li .day {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: normal; }
      .event_page main #event-calendar-wrap ul#event-calendar > li .wday {
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal; }
      .event_page main #event-calendar-wrap ul#event-calendar > li .wday {
        font-size: 0.7291666667vw;
        text-transform: capitalize;
        padding: 10px 0;
        color: #ffffff;
        border: 0px solid #fff;
        text-align: center; }
      .event_page main #event-calendar-wrap #event .day {
        height: 4.53125vw; }
      .event_page main #event-calendar-wrap .eventlist_inner {
        align-items: stretch;
        /*height: vw(336);*/
        height: 100%; }
        .event_page main #event-calendar-wrap .eventlist_inner ul {
          padding: 0.5vw 0;
          box-sizing: border-box; }
          .event_page main #event-calendar-wrap .eventlist_inner ul li {
            padding: 0.3vw; }
      .event_page main #event-calendar-wrap .eventday {
        background-color: rgba(255, 255, 255, 0.2);
        /*height: vw(330);*/
        height: 100%; }
      .event_page main #event-calendar-wrap #today {
        position: relative;
        background-color: #070707;
        color: #fff;
        /*border-bottom: 1px solid #fff;*/
        box-sizing: border-box; }
        .event_page main #event-calendar-wrap #today .today_aicon {
          position: absolute;
          width: 1.3020833333vw;
          height: auto;
          left: 0;
          right: 0;
          bottom: -2vw;
          margin: auto; }
    .event_page main .event_box01 {
      background-color: rgba(7, 7, 7, 0.75);
      padding-top: 0vw; }
      .event_page main .event_box01 .midasi02 {
        color: #fff; }
      .event_page main .event_box01 .inner_box01 {
        background-image: url(img/event/event_p_event_bg01.jpg); } }
  @media screen and (min-width: 960px) {
    .event_page main .calendar_box01 {
      padding-top: 9.1666666667vw;
      padding-bottom: 9.0104166667vw;
      background-color: rgba(7, 7, 7, 0.75); }
    .event_page main .today_aicon {
      position: absolute; }
    .event_page main #event-cal-head {
      position: relative;
      width: 19.6875vw;
      margin: 0 auto;
      margin-bottom: 2.0833333333vw; }
      .event_page main #event-cal-head .cal-direction {
        position: relative;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        padding: 0; }
        .event_page main #event-cal-head .cal-direction img {
          width: 2.6041666667vw;
          height: auto; }
      .event_page main #event-cal-head .day_title {
        text-align: center;
        color: #fff;
        font-size: 2.0833333333vw;
        position: absolute;
        top: -0.3vw;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: normal; }
    .event_page main #event-calendar-wrap {
      /*width: 1200px;*/
      margin: 0 auto;
      box-sizing: border-box; }
      .event_page main #event-calendar-wrap ul#event-calendar {
        padding: 0;
        margin: 0 auto 0px;
        width: 81.25vw;
        height: 21.9791666667vw;
        background: rgba(255, 255, 255, 0.1);
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
        display: flex;
        overflow: hidden; }
      .event_page main #event-calendar-wrap ul#event-calendar img {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        object-fit: contain; }
      .event_page main #event-calendar-wrap ul#event-calendar > li {
        /*float: left;*/
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 3.22581%;
        height: 21.9791666667vw;
        text-align: center;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        white-space: nowrap;
        font-size: 14px;
        /*letter-spacing: 0.15em;*/
        position: relative; }
      .event_page main #event-calendar-wrap ul#event-calendar > li > a {
        display: flex;
        flex-direction: column;
        height: 22.5vw; }
      .event_page main #event-calendar-wrap ul#event-calendar > li .day,
      .event_page main #event-calendar-wrap ul#event-calendar > li .wday {
        display: block;
        border-bottom: 1px solid #fff;
        padding: 0px 0 10px 0;
        color: #fff;
        font-size: 1.3541666667vw; }
      .event_page main #event-calendar-wrap ul#event-calendar > li .day {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: normal; }
      .event_page main #event-calendar-wrap ul#event-calendar > li .wday {
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal; }
      .event_page main #event-calendar-wrap ul#event-calendar > li .wday {
        font-size: 0.7291666667vw;
        text-transform: capitalize;
        padding: 10px 0;
        color: #ffffff;
        border: 0px solid #fff;
        text-align: center; }
      .event_page main #event-calendar-wrap #event .day {
        height: 4.53125vw; }
      .event_page main #event-calendar-wrap .eventlist_inner {
        align-items: stretch;
        /*height: vw(336);*/
        height: 100%; }
        .event_page main #event-calendar-wrap .eventlist_inner ul {
          padding: 0.5vw 0;
          box-sizing: border-box; }
          .event_page main #event-calendar-wrap .eventlist_inner ul li {
            padding: 0.3vw; }
      .event_page main #event-calendar-wrap .eventday {
        background-color: rgba(255, 255, 255, 0.2);
        /*height: vw(330);*/
        height: 100%; }
      .event_page main #event-calendar-wrap #today {
        position: relative;
        background-color: #070707;
        color: #fff;
        /*border-bottom: 1px solid #fff;*/
        box-sizing: border-box; }
        .event_page main #event-calendar-wrap #today .today_aicon {
          position: absolute;
          width: 1.3020833333vw;
          height: auto;
          left: 0;
          right: 0;
          bottom: -2vw;
          margin: auto; }
    .event_page main .event_box01 {
      background-color: rgba(7, 7, 7, 0.75);
      padding-top: 0vw; }
      .event_page main .event_box01 .midasi02 {
        color: #fff; }
      .event_page main .event_box01 .inner_box01 {
        background-image: url(img/event/event_p_event_bg01.jpg); } }

/*-----------------------------------
カンパニーページのスタイルのインポート
------------------------------------*/
.company_page {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }
  @media screen and (min-width: 0px) and (max-width: 600px) {
    .company_page main h3 {
      font-weight: normal; }
    .company_page main .company_box01 {
      text-align: center;
      padding-bottom: 25.641025641vw; }
      .company_page main .company_box01 .catch01 {
        font-size: 10.2564102564vw;
        margin: 0;
        margin-bottom: 2.5641025641vw; }
      .company_page main .company_box01 .lead01 {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw; }
      .company_page main .company_box01 .catch02 {
        font-size: 7.6923076923vw;
        margin-bottom: 1.2820512821vw; }
      .company_page main .company_box01 .catch03 {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw; }
      .company_page main .company_box01 .text01 {
        font-size: 4.1025641026vw;
        line-height: 2.5; }
    .company_page main .company_box02 {
      padding-top: 25.641025641vw;
      padding-bottom: 25.641025641vw;
      background-color: rgba(7, 7, 7, 0.75);
      text-align: center;
      color: #fff; }
      .company_page main .company_box02 .catch01 {
        font-size: 10.2564102564vw;
        margin: 0;
        margin-bottom: 2.5641025641vw; }
      .company_page main .company_box02 .lead01 {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw; }
      .company_page main .company_box02 .catch02 {
        font-size: 7.6923076923vw;
        margin-bottom: 7.6923076923vw; }
      .company_page main .company_box02 .text01 {
        font-size: 4.1025641026vw;
        line-height: 2.5; }
    .company_page main .company_box03 {
      padding-top: 25.641025641vw;
      padding-bottom: 25.641025641vw;
      text-align: center; }
      .company_page main .company_box03 .catch01 {
        font-size: 10.2564102564vw;
        margin: 0;
        margin-bottom: 2.5641025641vw; }
      .company_page main .company_box03 .lead01 {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw; }
      .company_page main .company_box03 ul {
        width: 84.6153846154vw;
        /* デフォルトのアイコンを消す */
        /* デフォルト指定上書き */
        /*padding: 0;*/
        margin: 0 auto;
        margin-left: -2vw;
        /* デフォルト指定上書き */ }
        .company_page main .company_box03 ul li {
          list-style: url(img/svg/list_aicon01.svg);
          text-align: left;
          font-size: 4.1025641026vw;
          line-height: 2;
          padding-left: 2vw;
          margin-bottom: 2vw; } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .company_page main h3 {
      font-weight: normal; }
    .company_page main .company_box01 {
      text-align: center;
      padding-bottom: 9.0104166667vw; }
      .company_page main .company_box01 .catch01 {
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw; }
      .company_page main .company_box01 .lead01 {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw; }
      .company_page main .company_box01 .catch02 {
        font-size: 2.0833333333vw;
        margin-bottom: 0.78125vw; }
      .company_page main .company_box01 .catch03 {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw; }
      .company_page main .company_box01 .text01 {
        font-size: 0.9375vw;
        line-height: 2.5; }
    .company_page main .company_box02 {
      padding-top: 9.0104166667vw;
      padding-bottom: 9.0104166667vw;
      background-color: rgba(7, 7, 7, 0.75);
      text-align: center;
      color: #fff; }
      .company_page main .company_box02 .catch01 {
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw; }
      .company_page main .company_box02 .lead01 {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw; }
      .company_page main .company_box02 .catch02 {
        font-size: 2.0833333333vw;
        margin-bottom: 3.125vw; }
      .company_page main .company_box02 .text01 {
        font-size: 0.9375vw;
        line-height: 2.5; }
    .company_page main .company_box03 {
      padding-top: 9.0104166667vw;
      padding-bottom: 9.0104166667vw;
      text-align: center; }
      .company_page main .company_box03 .catch01 {
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw; }
      .company_page main .company_box03 .lead01 {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw; }
      .company_page main .company_box03 ul {
        width: 50vw;
        list-style: none;
        /* デフォルトのアイコンを消す */
        /* デフォルト指定上書き */
        padding: 0;
        margin: 0 auto;
        /* デフォルト指定上書き */ }
        .company_page main .company_box03 ul li {
          text-align: left;
          font-size: 0.9375vw;
          line-height: 2.5; }
        .company_page main .company_box03 ul li:before {
          content: "";
          /* 空の要素作成 */
          width: 0.5208333333vw;
          /* 幅指定 */
          height: 0.5208333333vw;
          /* 高さ指定 */
          display: inline-block;
          /* インラインブロックにする */
          position: relative;
          /* アイコンの位置を調整 */
          top: 1vw;
          /* アイコンの位置を調整 */
          margin-right: 1vw;
          /* 余白指定 */
          background-image: url(img/svg/list_aicon01.svg);
          /* アイコン指定 */
          background-size: contain;
          /* アイコンの大きさ指定 */
          background-repeat: no-repeat;
          /* アイコンをリピートしないようにする */
          vertical-align: top;
          /* アイコンの位置を調整 */ } }
  @media screen and (min-width: 960px) {
    .company_page main h3 {
      font-weight: normal; }
    .company_page main .company_box01 {
      text-align: center;
      padding-bottom: 9.0104166667vw; }
      .company_page main .company_box01 .catch01 {
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw; }
      .company_page main .company_box01 .lead01 {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw; }
      .company_page main .company_box01 .catch02 {
        font-size: 2.0833333333vw;
        margin-bottom: 0.78125vw; }
      .company_page main .company_box01 .catch03 {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw; }
      .company_page main .company_box01 .text01 {
        font-size: 0.9375vw;
        line-height: 2.5; }
    .company_page main .company_box02 {
      padding-top: 9.0104166667vw;
      padding-bottom: 9.0104166667vw;
      background-color: rgba(7, 7, 7, 0.75);
      text-align: center;
      color: #fff; }
      .company_page main .company_box02 .catch01 {
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw; }
      .company_page main .company_box02 .lead01 {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw; }
      .company_page main .company_box02 .catch02 {
        font-size: 2.0833333333vw;
        margin-bottom: 3.125vw; }
      .company_page main .company_box02 .text01 {
        font-size: 0.9375vw;
        line-height: 2.5; }
    .company_page main .company_box03 {
      padding-top: 9.0104166667vw;
      padding-bottom: 9.0104166667vw;
      text-align: center; }
      .company_page main .company_box03 .catch01 {
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw; }
      .company_page main .company_box03 .lead01 {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw; }
      .company_page main .company_box03 ul {
        width: 50vw;
        list-style: none;
        /* デフォルトのアイコンを消す */
        /* デフォルト指定上書き */
        padding: 0;
        margin: 0 auto;
        /* デフォルト指定上書き */ }
        .company_page main .company_box03 ul li {
          text-align: left;
          font-size: 0.9375vw;
          line-height: 2.5; }
        .company_page main .company_box03 ul li:before {
          content: "";
          /* 空の要素作成 */
          width: 0.5208333333vw;
          /* 幅指定 */
          height: 0.5208333333vw;
          /* 高さ指定 */
          display: inline-block;
          /* インラインブロックにする */
          position: relative;
          /* アイコンの位置を調整 */
          top: 1vw;
          /* アイコンの位置を調整 */
          margin-right: 1vw;
          /* 余白指定 */
          background-image: url(img/svg/list_aicon01.svg);
          /* アイコン指定 */
          background-size: contain;
          /* アイコンの大きさ指定 */
          background-repeat: no-repeat;
          /* アイコンをリピートしないようにする */
          vertical-align: top;
          /* アイコンの位置を調整 */ } }

/*-----------------------------------
ロケーション子ページのスタイルのインポート
------------------------------------*/
/*@import "style_locations_child_page";*/
/*-----------------------------------
スタッフページのスタイルのインポート
------------------------------------*/
.staff_page {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }
  @media screen and (min-width: 0px) and (max-width: 600px) {
    .staff_page .header_g01 {
      position: static; }
      .staff_page .header_g01 .f_box01 .box h1 a img {
        /*filter: invert(100%);*/ }
    .staff_page main .staff_box01 {
      text-align: center; }
      .staff_page main .staff_box01 .f_box01 {
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 84.6153846154vw;
        margin: 0 auto;
        justify-content: space-between;
        padding: 0; }
        .staff_page main .staff_box01 .f_box01 .col01 {
          width: 100%;
          margin-bottom: 7.6923076923vw; }
          .staff_page main .staff_box01 .f_box01 .col01 a {
            position: relative; }
            .staff_page main .staff_box01 .f_box01 .col01 a img {
              width: 84.6153846154vw;
              height: 109.2307692308vw;
              object-fit: cover; }
            .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 {
              position: absolute;
              bottom: 0;
              z-index: 10;
              color: #fff;
              padding-left: 5.1282051282vw;
              box-sizing: border-box;
              background: linear-gradient(rgba(0, 0, 0, 0), black);
              width: 100%;
              padding-top: 3vw; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .yakusyoku {
                font-size: 2.8205128205vw;
                margin: 0; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .name {
                font-size: 4.6153846154vw;
                font-weight: normal;
                margin: 0; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .yomi {
                font-size: 2.5641025641vw;
                margin: 0;
                margin-bottom: 2.5641025641vw; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .rank {
                font-size: 3.0769230769vw;
                margin: 0;
                margin-bottom: 2.5641025641vw; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .copy {
                font-size: 3.5897435897vw;
                margin: 0;
                margin-bottom: 2.5641025641vw; }
      .staff_page main .staff_box01 .view_all {
        color: #333;
        font-size: 6.6666666667vw;
        display: inline-block;
        margin: 0 auto;
        /*width: vw_sp(122);*/
        padding-bottom: 1vw;
        border-bottom: 1px solid #333;
        margin-bottom: 25.641025641vw;
        position: relative;
        /*left: 50%;
        transform: translateX(-50%);*/ } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .staff_page .header_g01 .f_box01 .box h1 a img {
      /*filter: invert(100%);*/ }
    .staff_page main .staff_box01 {
      text-align: center; }
      .staff_page main .staff_box01 * {
        /*border: 1px solid #333;*/ }
      .staff_page main .staff_box01 .f_box01 {
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        width: 81.25vw;
        padding: 0;
        margin: 0 auto;
        justify-content: space-between; }
        .staff_page main .staff_box01 .f_box01 .col01 {
          width: 25vw;
          margin-bottom: 3.125vw; }
          .staff_page main .staff_box01 .f_box01 .col01 a {
            position: relative; }
            .staff_page main .staff_box01 .f_box01 .col01 a img {
              width: 25vw;
              height: 32.2916666667vw;
              object-fit: cover; }
            .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 {
              position: absolute;
              bottom: 0;
              z-index: 10;
              color: #fff;
              padding-left: 1.5625vw;
              box-sizing: border-box;
              background: linear-gradient(rgba(0, 0, 0, 0), black);
              width: 100%;
              padding-top: 3vw; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .yakusyoku {
                font-size: 0.6770833333vw;
                margin: 0; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .name {
                font-size: 1.0416666667vw;
                font-weight: normal;
                margin: 0; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .yomi {
                font-size: 0.5729166667vw;
                margin: 0;
                margin-bottom: 0.78125vw; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .rank {
                font-size: 0.7291666667vw;
                margin: 0;
                margin-bottom: 0.78125vw; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .copy {
                font-size: 0.8333333333vw;
                margin: 0;
                margin-bottom: 0.78125vw; }
      .staff_page main .staff_box01 .view_all {
        color: #333;
        font-size: 2.0833333333vw;
        display: inline-block;
        margin: 0 auto;
        /*width: vw(188);*/
        padding-bottom: 1vw;
        border-bottom: 1px solid #333;
        margin-bottom: 9.0104166667vw;
        position: relative;
        /*left: 50%;
        transform: translateX(-50%);*/ } }
  @media screen and (min-width: 960px) {
    .staff_page .header_g01 .f_box01 .box h1 a img {
      /*filter: invert(100%);*/ }
    .staff_page main .staff_box01 {
      text-align: center; }
      .staff_page main .staff_box01 .f_box01 {
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        width: 81.25vw;
        margin: 0 auto;
        justify-content: space-between;
        padding: 0; }
        .staff_page main .staff_box01 .f_box01 .col01 {
          width: 25vw;
          margin-bottom: 3.125vw; }
          .staff_page main .staff_box01 .f_box01 .col01 a {
            position: relative; }
            .staff_page main .staff_box01 .f_box01 .col01 a img {
              width: 25vw;
              height: 32.2916666667vw;
              object-fit: cover; }
            .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 {
              position: absolute;
              bottom: 0;
              z-index: 10;
              color: #fff;
              padding-left: 1.5625vw;
              box-sizing: border-box;
              background: linear-gradient(rgba(0, 0, 0, 0), black);
              width: 100%;
              padding-top: 3vw; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .yakusyoku {
                font-size: 0.6770833333vw;
                margin: 0; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .name {
                font-size: 1.0416666667vw;
                font-weight: normal;
                margin: 0; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .yomi {
                font-size: 0.5729166667vw;
                margin: 0;
                margin-bottom: 0.78125vw; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .rank {
                font-size: 0.7291666667vw;
                margin: 0;
                margin-bottom: 0.78125vw; }
              .staff_page main .staff_box01 .f_box01 .col01 a .text_box01 .copy {
                font-size: 0.8333333333vw;
                margin: 0;
                margin-bottom: 0.78125vw; }
      .staff_page main .staff_box01 .view_all {
        color: #333;
        font-size: 2.0833333333vw;
        display: inline-block;
        margin: 0 auto;
        /*width: vw(188);*/
        padding-bottom: 1vw;
        border-bottom: 1px solid #333;
        margin-bottom: 9.0104166667vw;
        position: relative;
        /*left: 50%;
        transform: translateX(-50%);*/ } }

/*-----------------------------------
スタッフ子ページのスタイルのインポート
------------------------------------*/
.staff_page_child {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }
  @media screen and (min-width: 0px) and (max-width: 600px) {
    .staff_page_child {
      /*.header_g01{
          position: static;
              .f_box01{
                  .box{
                      padding: 0;
                      h1{
                          position: fixed;
                          top:1.5vw;
                          z-index: 99;
                          a{
                              img{
                                  mix-blend-mode: difference;
                                  z-index: 99;
                                  top:0;
                                  left: 0;
                              } 
                          } 
                      } 
                  }  
              }
          }*/ }
      .staff_page_child .header_g01 {
        height: auto; }
      .staff_page_child main .staff_box01 {
        /* *{border: 1px solid red;}*/ }
        .staff_page_child main .staff_box01 .f_box01 {
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          width: 100%;
          margin: 0 auto;
          justify-content: space-between;
          padding: 0;
          align-items: flex-start; }
          .staff_page_child main .staff_box01 .f_box01 .col01 {
            width: 100%;
            top: 0;
            left: 0;
            margin: 0;
            position: relative; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .swiper-container {
              position: relative; }
              .staff_page_child main .staff_box01 .f_box01 .col01 .swiper-container img {
                width: 100%;
                height: 158.9743589744vw;
                object-fit: cover; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper {
              position: absolute;
              left: 0;
              right: 0;
              margin: auto;
              bottom: 0;
              max-width: 100%;
              width: fit-content;
              height: 25vw;
              z-index: 90;
              padding: 0 5vw;
              box-sizing: border-box;
              background-color: rgba(7, 7, 7, 0.65); }
              .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist {
                max-width: 90%;
                width: fit-content;
                display: flex;
                margin: 0 auto;
                padding: 2vw 0;
                justify-content: center;
                overflow-x: scroll;
                position: relative;
                top: 1vw;
                /** スクロールボタンをクリックしたとき、スムーズにスクロールする */
                scroll-behavior: smooth;
                /* ... */ }
                .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::-webkit-scrollbar {
                  display: none; }
                .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(right) {
                  position: absolute;
                  top: 45%;
                  right: 4vw;
                  content: "▷"/ "Scroll Right";
                  border: 0px solid #333; }
                .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(left) {
                  position: absolute;
                  top: 45%;
                  left: 1vw;
                  content: "◁"/ "Scroll Left";
                  border: 0px solid #333; }
                .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(*) {
                  width: 1.0416666667vw;
                  height: 1.0416666667vw;
                  background-color: transparent;
                  border-radius: 50%;
                  color: #fff;
                  border: 1px solid #444;
                  border: 0px solid #333; }
                .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(*):hover {
                  background-color: transparent;
                  color: rgba(255, 255, 255, 0.72); }
                .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(*):focus {
                  background-color: transparent;
                  border: 0px solid #333;
                  outline: 0;
                  /*color: #fff;*/ }
                .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist .scroll-container {
                  /*width: 300px;
                  height: 100px;*/
                  overflow-x: auto;
                  white-space: nowrap;
                  border: 1px solid #ccc;
                  margin-top: 10px; }
                .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist .scroll-container div {
                  display: inline-block;
                  width: 200px;
                  height: 100px;
                  background-color: lightblue;
                  margin-right: 10px;
                  line-height: 100px;
                  text-align: center; }
                .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist .scroll-button {
                  display: inline-block;
                  margin: 10px 5px;
                  padding: 10px 20px;
                  font-size: 16px;
                  background-color: #007bff;
                  color: white;
                  border: none;
                  cursor: pointer;
                  text-align: center; }
                .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist .scroll-button:hover {
                  background-color: #0056b3; }
              .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist-item {
                width: 13.8461538462vw;
                height: 20.7692307692vw;
                flex-shrink: 0;
                margin: 0.2vw 0.5vw; }
              .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper img {
                width: 13.8461538462vw;
                height: 20.7692307692vw;
                object-fit: cover; }
          .staff_page_child main .staff_box01 .f_box01 .col02 {
            text-align: center;
            width: 100%; }
            .staff_page_child main .staff_box01 .f_box01 .col02 .box01 {
              text-align: left;
              padding-top: 8.8541666667vw;
              text-align: center; }
              .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .logo {
                margin-bottom: 0vw; }
                .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .logo img {
                  height: 24.8717948718vw;
                  width: 24.8717948718vw;
                  object-fit: contain;
                  margin: 0 auto; }
              .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .yakusyoku {
                font-size: 4.1025641026vw;
                margin: 0;
                margin-bottom: 1.2820512821vw;
                letter-spacing: 0.1em; }
              .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .name {
                margin: 0;
                font-size: 7.6923076923vw;
                margin-bottom: 1.2820512821vw;
                font-weight: normal;
                letter-spacing: 0.1em; }
              .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .yomi {
                font-size: 3.0769230769vw;
                margin-bottom: 5.1282051282vw;
                letter-spacing: 0.1em;
                font-family: "Poppins", sans-serif;
                font-weight: 400;
                font-style: normal; }
              .staff_page_child main .staff_box01 .f_box01 .col02 .box01 ul {
                display: flex;
                justify-content: center;
                padding: 0;
                margin-bottom: 10.2564102564vw; }
                .staff_page_child main .staff_box01 .f_box01 .col02 .box01 ul li {
                  margin-right: 5.1282051282vw; }
                  .staff_page_child main .staff_box01 .f_box01 .col02 .box01 ul li a img {
                    height: 6.1538461538vw;
                    width: 6.1538461538vw;
                    object-fit: contain; }
                .staff_page_child main .staff_box01 .f_box01 .col02 .box01 ul li:last-child {
                  margin-right: 0; }
            .staff_page_child main .staff_box01 .f_box01 .col02 .f_box02_outer {
              background-color: #070707;
              margin-bottom: 2.0833333333vw; }
            .staff_page_child main .staff_box01 .f_box01 .col02 .f_box02 {
              width: 83.5897435897vw;
              margin: 0 auto;
              color: #fff;
              display: flex;
              flex-direction: column;
              font-size: 3.5897435897vw;
              padding: 3.8461538462vw 0; }
              .staff_page_child main .staff_box01 .f_box01 .col02 .f_box02 .f_box02_col01 {
                margin: 0;
                margin-bottom: 2.5641025641vw; }
                .staff_page_child main .staff_box01 .f_box01 .col02 .f_box02 .f_box02_col01 p {
                  margin: 0; }
              .staff_page_child main .staff_box01 .f_box01 .col02 .f_box02 .f_box02_col01:last-child {
                margin: 0; }
            .staff_page_child main .staff_box01 .f_box01 .col02 table {
              width: 83.5897435897vw;
              margin: 0 auto;
              text-align: left;
              margin-bottom: 6.25vw;
              font-size: 3.5897435897vw; }
            .staff_page_child main .staff_box01 .f_box01 .col02 table,
            .staff_page_child main .staff_box01 .f_box01 .col02 td,
            .staff_page_child main .staff_box01 .f_box01 .col02 th {
              /*border: 1px solid #595959;*/
              border-collapse: collapse; }
            .staff_page_child main .staff_box01 .f_box01 .col02 tr {
              height: 10.2564102564vw; }
            .staff_page_child main .staff_box01 .f_box01 .col02 th {
              width: 25.641025641vw;
              font-weight: normal; }
            .staff_page_child main .staff_box01 .f_box01 .col02 td {
              width: 57.9487179487vw; }
        .staff_page_child main .staff_box01 .back {
          color: #333;
          font-size: 6.6666666667vw;
          display: inline-block;
          margin: 0 auto;
          /*width: vw_sp(183);*/
          padding-bottom: 1vw;
          border-bottom: 1px solid #333;
          margin-bottom: 25.641025641vw;
          position: relative;
          /*left: 50%;
          transform: translateX(-50%);*/ } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .staff_page_child .header_g01 {
      position: static;
      height: auto; }
      .staff_page_child .header_g01 .f_box01 .box {
        padding: 0; }
        .staff_page_child .header_g01 .f_box01 .box h1 {
          position: fixed;
          top: 1.5vw;
          z-index: 99; }
          .staff_page_child .header_g01 .f_box01 .box h1 a img {
            mix-blend-mode: difference;
            z-index: 99;
            top: 0;
            left: 0; }
    .staff_page_child main .staff_box01 .f_box01 {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
      justify-content: space-between;
      padding: 0;
      align-items: flex-start; }
      .staff_page_child main .staff_box01 .f_box01 .col01 {
        width: 50%;
        position: sticky;
        top: 0;
        left: 0;
        margin: 0; }
        .staff_page_child main .staff_box01 .f_box01 .col01 .swiper-container {
          position: relative; }
          .staff_page_child main .staff_box01 .f_box01 .col01 .swiper-container img {
            width: 100%;
            height: 86.25vw;
            object-fit: cover; }
        .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper {
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          bottom: 0;
          max-width: 35.4166666667vw;
          width: fit-content;
          height: 8.3333333333vw;
          z-index: 90;
          padding: 0.2vw;
          padding: 0.2vw 3vw;
          background-color: rgba(7, 7, 7, 0.65); }
          .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist {
            max-width: 32.5520833333vw;
            width: fit-content;
            display: flex;
            margin: 0 auto;
            padding: 0.5vw 0;
            justify-content: center;
            overflow-x: scroll;
            position: relative;
            /** スクロールボタンをクリックしたとき、スムーズにスクロールする */
            scroll-behavior: smooth;
            /* ... */ }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::-webkit-scrollbar {
              display: none; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(right) {
              position: absolute;
              top: 45%;
              right: 1vw;
              content: "▷"/ "Scroll Right";
              border: 0px solid #333; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(left) {
              position: absolute;
              top: 45%;
              left: 0.2vw;
              content: "◁"/ "Scroll Left";
              border: 0px solid #333; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(*) {
              width: 1.0416666667vw;
              height: 1.0416666667vw;
              background-color: transparent;
              border-radius: 50%;
              color: #fff;
              border: 1px solid #444;
              border: 0px solid #333; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(*):hover {
              background-color: transparent;
              color: rgba(255, 255, 255, 0.72); }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(*):focus {
              background-color: transparent;
              border: 0px solid #333;
              outline: 0;
              /*color: #fff;*/ }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist .scroll-container {
              /*width: 300px;
              height: 100px;*/
              overflow-x: auto;
              white-space: nowrap;
              border: 1px solid #ccc;
              margin-top: 10px; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist .scroll-container div {
              display: inline-block;
              width: 200px;
              height: 100px;
              background-color: lightblue;
              margin-right: 10px;
              line-height: 100px;
              text-align: center; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist .scroll-button {
              display: inline-block;
              margin: 10px 5px;
              padding: 10px 20px;
              font-size: 16px;
              background-color: #007bff;
              color: white;
              border: none;
              cursor: pointer;
              text-align: center; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist .scroll-button:hover {
              background-color: #0056b3; }
          .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist-item {
            width: 5.2083333333vw;
            height: 7.8125vw;
            flex-shrink: 0;
            margin: 0.2vw; }
          .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper img {
            width: 5.2083333333vw;
            height: 7.8125vw;
            object-fit: cover; }
      .staff_page_child main .staff_box01 .f_box01 .col02 {
        text-align: center;
        width: 50%; }
        .staff_page_child main .staff_box01 .f_box01 .col02 .box01 {
          text-align: left;
          padding-top: 9.375vw;
          text-align: center; }
          .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .logo {
            margin-bottom: 1.8229166667vw; }
            .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .logo img {
              height: 5.0520833333vw;
              width: 5.0520833333vw;
              object-fit: contain;
              margin: 0 auto; }
          .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .yakusyoku {
            font-size: 0.9375vw;
            margin-bottom: 0.5208333333vw;
            letter-spacing: 0.1em; }
          .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .name {
            font-size: 2.0833333333vw;
            margin-bottom: 0.5208333333vw;
            font-weight: normal;
            letter-spacing: 0.1em; }
          .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .yomi {
            font-size: 0.8333333333vw;
            margin-bottom: 1.5625vw;
            letter-spacing: 0.1em;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-style: normal; }
          .staff_page_child main .staff_box01 .f_box01 .col02 .box01 ul {
            display: flex;
            justify-content: center;
            padding: 0;
            margin-bottom: 2.6041666667vw; }
            .staff_page_child main .staff_box01 .f_box01 .col02 .box01 ul li {
              margin-right: 1.0416666667vw; }
              .staff_page_child main .staff_box01 .f_box01 .col02 .box01 ul li a img {
                height: 1.25vw;
                width: 1.25vw;
                object-fit: contain; }
            .staff_page_child main .staff_box01 .f_box01 .col02 .box01 ul li:last-child {
              margin-right: 0; }
        .staff_page_child main .staff_box01 .f_box01 .col02 .f_box02_outer {
          background-color: #070707;
          margin-bottom: 2.0833333333vw; }
        .staff_page_child main .staff_box01 .f_box01 .col02 .f_box02 {
          width: 29.2708333333vw;
          margin: 0 auto;
          color: #fff;
          display: flex;
          justify-content: space-between;
          font-size: 0.8333333333vw; }
        .staff_page_child main .staff_box01 .f_box01 .col02 table {
          width: 29.2708333333vw;
          margin: 0 auto;
          text-align: left;
          margin-bottom: 6.25vw; }
        .staff_page_child main .staff_box01 .f_box01 .col02 table,
        .staff_page_child main .staff_box01 .f_box01 .col02 td,
        .staff_page_child main .staff_box01 .f_box01 .col02 th {
          /*border: 1px solid #595959;*/
          border-collapse: collapse; }
        .staff_page_child main .staff_box01 .f_box01 .col02 tr {
          height: 2.5520833333vw; }
        .staff_page_child main .staff_box01 .f_box01 .col02 th {
          width: 7.8125vw;
          font-weight: normal; }
        .staff_page_child main .staff_box01 .f_box01 .col02 td {
          width: 21.4583333333vw; }
    .staff_page_child main .staff_box01 .back {
      color: #333;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(260);*/
      padding-bottom: 1vw;
      border-bottom: 1px solid #333;
      margin-bottom: 9.0104166667vw;
      position: relative;
      /*left: 50%;
      transform: translateX(-50%);*/ } }
  @media screen and (min-width: 960px) {
    .staff_page_child .header_g01 {
      position: static;
      height: auto; }
      .staff_page_child .header_g01 .f_box01 .box {
        padding: 0; }
        .staff_page_child .header_g01 .f_box01 .box h1 {
          position: fixed;
          top: 1.5vw;
          z-index: 99; }
          .staff_page_child .header_g01 .f_box01 .box h1 a img {
            mix-blend-mode: difference !important;
            z-index: 99;
            top: 0;
            left: 0; }
    .staff_page_child .test {
      position: fixed;
      top: 10px;
      left: 10px;
      /*filter: invert(100%);*/
      mix-blend-mode: difference;
      z-index: 99; }
    .staff_page_child main .staff_box01 .test {
      position: absolute;
      top: 0;
      left: 0;
      mix-blend-mode: difference;
      z-index: 99; }
    .staff_page_child main .staff_box01 .f_box01 {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
      justify-content: space-between;
      padding: 0;
      align-items: flex-start; }
      .staff_page_child main .staff_box01 .f_box01 .col01 {
        width: 50%;
        position: sticky;
        top: 0;
        left: 0;
        margin: 0; }
        .staff_page_child main .staff_box01 .f_box01 .col01 .swiper-container {
          position: relative; }
          .staff_page_child main .staff_box01 .f_box01 .col01 .swiper-container img {
            width: 100%;
            height: 56.25vw;
            object-fit: cover; }
        .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper {
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          bottom: 0;
          max-width: 35.4166666667vw;
          width: fit-content;
          height: 8.3333333333vw;
          z-index: 90;
          padding: 0.2vw;
          padding: 0.2vw 2vw;
          background-color: rgba(7, 7, 7, 0.65); }
          .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist {
            max-width: 32.5520833333vw;
            width: fit-content;
            display: flex;
            margin: 0 auto;
            padding: 0.5vw 0;
            justify-content: center;
            overflow-x: scroll;
            position: relative;
            /** スクロールボタンをクリックしたとき、スムーズにスクロールする */
            scroll-behavior: smooth;
            /* ... */ }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::-webkit-scrollbar {
              display: none; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(right) {
              position: absolute;
              top: 45%;
              right: 1vw;
              content: "▷"/ "Scroll Right";
              border: 0px solid #333; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(left) {
              position: absolute;
              top: 45%;
              left: 0.2vw;
              content: "◁"/ "Scroll Left";
              border: 0px solid #333; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(*) {
              width: 1.0416666667vw;
              height: 1.0416666667vw;
              background-color: transparent;
              border-radius: 50%;
              color: #fff;
              border: 1px solid #444;
              border: 0px solid #333; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(*):hover {
              background-color: transparent;
              color: rgba(255, 255, 255, 0.72); }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist::scroll-button(*):focus {
              background-color: transparent;
              border: 0px solid #333;
              outline: 0;
              /*color: #fff;*/ }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist .scroll-container {
              /*width: 300px;
              height: 100px;*/
              overflow-x: auto;
              white-space: nowrap;
              border: 1px solid #ccc;
              margin-top: 10px; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist .scroll-container div {
              display: inline-block;
              width: 200px;
              height: 100px;
              background-color: lightblue;
              margin-right: 10px;
              line-height: 100px;
              text-align: center; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist .scroll-button {
              display: inline-block;
              margin: 10px 5px;
              padding: 10px 20px;
              font-size: 16px;
              background-color: #007bff;
              color: white;
              border: none;
              cursor: pointer;
              text-align: center; }
            .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist .scroll-button:hover {
              background-color: #0056b3; }
          .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper .thumblist-item {
            width: 5.2083333333vw;
            height: 7.8125vw;
            flex-shrink: 0;
            margin: 0.2vw; }
          .staff_page_child main .staff_box01 .f_box01 .col01 .thumblist-wrapper img {
            width: 5.2083333333vw;
            height: 7.8125vw;
            object-fit: cover; }
      .staff_page_child main .staff_box01 .f_box01 .col02 {
        width: 50%;
        text-align: center; }
        .staff_page_child main .staff_box01 .f_box01 .col02 .box01 {
          text-align: left;
          padding-top: 9.375vw;
          text-align: center; }
          .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .logo {
            margin-bottom: 1.8229166667vw; }
            .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .logo img {
              height: 5.0520833333vw;
              width: 5.0520833333vw;
              object-fit: contain;
              margin: 0 auto; }
          .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .yakusyoku {
            font-size: 0.9375vw;
            margin-bottom: 0.5208333333vw;
            letter-spacing: 0.1em; }
          .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .name {
            font-size: 2.0833333333vw;
            margin-bottom: 0.5208333333vw;
            font-weight: normal;
            letter-spacing: 0.1em; }
          .staff_page_child main .staff_box01 .f_box01 .col02 .box01 .yomi {
            font-size: 0.8333333333vw;
            margin-bottom: 1.5625vw;
            letter-spacing: 0.1em;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-style: normal; }
          .staff_page_child main .staff_box01 .f_box01 .col02 .box01 ul {
            display: flex;
            justify-content: center;
            padding: 0;
            margin-bottom: 2.6041666667vw; }
            .staff_page_child main .staff_box01 .f_box01 .col02 .box01 ul li {
              margin-right: 1.0416666667vw; }
              .staff_page_child main .staff_box01 .f_box01 .col02 .box01 ul li a img {
                height: 1.25vw;
                width: 1.25vw;
                object-fit: contain; }
            .staff_page_child main .staff_box01 .f_box01 .col02 .box01 ul li:last-child {
              margin-right: 0; }
        .staff_page_child main .staff_box01 .f_box01 .col02 .f_box02_outer {
          background-color: #070707;
          margin-bottom: 2.0833333333vw; }
        .staff_page_child main .staff_box01 .f_box01 .col02 .f_box02 {
          width: 29.2708333333vw;
          margin: 0 auto;
          color: #fff;
          display: flex;
          justify-content: space-between;
          font-size: 0.8333333333vw; }
        .staff_page_child main .staff_box01 .f_box01 .col02 table {
          width: 29.2708333333vw;
          margin: 0 auto;
          text-align: left;
          margin-bottom: 6.25vw; }
        .staff_page_child main .staff_box01 .f_box01 .col02 table,
        .staff_page_child main .staff_box01 .f_box01 .col02 td,
        .staff_page_child main .staff_box01 .f_box01 .col02 th {
          /*border: 1px solid #595959;*/
          border-collapse: collapse; }
        .staff_page_child main .staff_box01 .f_box01 .col02 tr {
          height: 2.5520833333vw; }
        .staff_page_child main .staff_box01 .f_box01 .col02 th {
          width: 7.8125vw;
          font-weight: normal; }
        .staff_page_child main .staff_box01 .f_box01 .col02 td {
          width: 21.4583333333vw; }
    .staff_page_child main .staff_box01 .back {
      color: #333;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(260);*/
      padding-bottom: 1vw;
      border-bottom: 1px solid #333;
      margin-bottom: 9.0104166667vw;
      position: relative;
      /*left: 50%;
      transform: translateX(-50%);*/ } }

/*-----------------------------------
システムページのスタイルのインポート
------------------------------------*/
.system_page {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }
  @media screen and (min-width: 0px) and (max-width: 600px) {
    .system_page main .main_v {
      height: 64.1025641026vw; }
      .system_page main .main_v .main_v_rower {
        background-color: transparent; }
        .system_page main .main_v .main_v_rower h2 {
          color: #fff; }
        .system_page main .main_v .main_v_rower .line {
          background: #fff; }
    .system_page main .system_box01, .system_page main .system_box02 {
      padding-top: 25.641025641vw;
      background-color: rgba(7, 7, 7, 0.7); }
      .system_page main .system_box01 h3, .system_page main .system_box02 h3 {
        text-align: center;
        color: #fff;
        font-size: 10.2564102564vw;
        margin: 0 auto; }
      .system_page main .system_box01 .f_box01, .system_page main .system_box02 .f_box01 {
        display: flex;
        flex-direction: column;
        width: 84.6153846154vw;
        margin: 0 auto;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-top: 11.5384615385vw; }
        .system_page main .system_box01 .f_box01 .col01, .system_page main .system_box02 .f_box01 .col01 {
          width: 100%;
          text-align: left; }
          .system_page main .system_box01 .f_box01 .col01 h4, .system_page main .system_box02 .f_box01 .col01 h4 {
            margin: 0;
            margin-bottom: 2.5641025641vw;
            /*font-weight: normal;*/ }
        .system_page main .system_box01 .f_box01 .col02, .system_page main .system_box02 .f_box01 .col02 {
          width: 100%;
          font-size: 4.1025641026vw; }
          .system_page main .system_box01 .f_box01 .col02 h5, .system_page main .system_box02 .f_box01 .col02 h5 {
            margin: 0;
            margin-bottom: 0.9895833333vw;
            font-size: 4.1025641026vw;
            margin-bottom: 2.5641025641vw;
            font-weight: normal; }
          .system_page main .system_box01 .f_box01 .col02 p, .system_page main .system_box02 .f_box01 .col02 p {
            font-size: 4.1025641026vw;
            margin: 0;
            margin-bottom: 11.5384615385vw;
            line-height: 2; }
          .system_page main .system_box01 .f_box01 .col02 .box01, .system_page main .system_box02 .f_box01 .col02 .box01 {
            margin-bottom: 2.6041666667vw; }
          .system_page main .system_box01 .f_box01 .col02 .tyuui01, .system_page main .system_box02 .f_box01 .col02 .tyuui01 {
            margin-bottom: 6.4102564103vw; }
            .system_page main .system_box01 .f_box01 .col02 .tyuui01 p, .system_page main .system_box02 .f_box01 .col02 .tyuui01 p {
              margin-bottom: 0; }
    .system_page main .system_box02 {
      padding-top: 25.641025641vw;
      padding-bottom: 25.641025641vw; } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .system_page main .main_v {
      height: 30.8854166667vw; }
      .system_page main .main_v .main_v_rower {
        background-color: transparent; }
        .system_page main .main_v .main_v_rower h2 {
          color: #fff; }
        .system_page main .main_v .main_v_rower .line {
          background: #fff; }
    .system_page main .system_box01, .system_page main .system_box02 {
      padding-top: 7.96875vw;
      background-color: rgba(7, 7, 7, 0.7); }
      .system_page main .system_box01 h3, .system_page main .system_box02 h3 {
        text-align: center;
        color: #fff;
        font-size: 3.8541666667vw;
        margin: 0 auto; }
      .system_page main .system_box01 .f_box01, .system_page main .system_box02 .f_box01 {
        display: flex;
        width: 51.0416666667vw;
        margin: 0 auto;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-top: 2.0833333333vw; }
        .system_page main .system_box01 .f_box01 .col01, .system_page main .system_box02 .f_box01 .col01 {
          width: 11.4583333333vw;
          text-align: center; }
          .system_page main .system_box01 .f_box01 .col01 h4, .system_page main .system_box02 .f_box01 .col01 h4 {
            margin: 0;
            font-weight: normal; }
        .system_page main .system_box01 .f_box01 .col02, .system_page main .system_box02 .f_box01 .col02 {
          width: 39.5833333333vw;
          font-size: 0.9375vw; }
          .system_page main .system_box01 .f_box01 .col02 h5, .system_page main .system_box02 .f_box01 .col02 h5 {
            margin: 0;
            margin-bottom: 0.9895833333vw;
            font-size: 0.9375vw; }
          .system_page main .system_box01 .f_box01 .col02 p, .system_page main .system_box02 .f_box01 .col02 p {
            font-size: 0.9375vw;
            margin: 0; }
          .system_page main .system_box01 .f_box01 .col02 .box01, .system_page main .system_box02 .f_box01 .col02 .box01 {
            margin-bottom: 2.6041666667vw; }
    .system_page main .system_box02 {
      padding-top: 6.40625vw;
      padding-bottom: 9.0104166667vw; } }
  @media screen and (min-width: 960px) {
    .system_page main .main_v {
      height: 30.8854166667vw; }
      .system_page main .main_v .main_v_rower {
        background-color: transparent; }
        .system_page main .main_v .main_v_rower h2 {
          color: #fff; }
        .system_page main .main_v .main_v_rower .line {
          background: #fff; }
    .system_page main .system_box01, .system_page main .system_box02 {
      padding-top: 7.96875vw;
      background-color: rgba(7, 7, 7, 0.7); }
      .system_page main .system_box01 h3, .system_page main .system_box02 h3 {
        text-align: center;
        color: #fff;
        font-size: 3.8541666667vw;
        margin: 0 auto; }
      .system_page main .system_box01 .f_box01, .system_page main .system_box02 .f_box01 {
        display: flex;
        width: 51.0416666667vw;
        margin: 0 auto;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-top: 2.0833333333vw; }
        .system_page main .system_box01 .f_box01 .col01, .system_page main .system_box02 .f_box01 .col01 {
          width: 11.4583333333vw;
          text-align: center; }
          .system_page main .system_box01 .f_box01 .col01 h4, .system_page main .system_box02 .f_box01 .col01 h4 {
            margin: 0;
            font-weight: normal; }
        .system_page main .system_box01 .f_box01 .col02, .system_page main .system_box02 .f_box01 .col02 {
          width: 39.5833333333vw;
          font-size: 0.9375vw; }
          .system_page main .system_box01 .f_box01 .col02 h5, .system_page main .system_box02 .f_box01 .col02 h5 {
            margin: 0;
            margin-bottom: 0.9895833333vw;
            font-size: 0.9375vw; }
          .system_page main .system_box01 .f_box01 .col02 p, .system_page main .system_box02 .f_box01 .col02 p {
            font-size: 0.9375vw;
            margin: 0; }
          .system_page main .system_box01 .f_box01 .col02 .box01, .system_page main .system_box02 .f_box01 .col02 .box01 {
            margin-bottom: 2.6041666667vw; }
    .system_page main .system_box02 {
      padding-top: 6.40625vw;
      padding-bottom: 9.0104166667vw; } }

/*-----------------------------------
アクセスページのスタイルのインポート
------------------------------------*/
.access_page {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }
  @media screen and (min-width: 0px) and (max-width: 600px) {
    .access_page main .main_v {
      height: 64.1025641026vw; }
      .access_page main .main_v .main_v_rower {
        background-color: transparent; }
        .access_page main .main_v .main_v_rower h2 {
          color: #fff; }
        .access_page main .main_v .main_v_rower .line {
          background: #fff; }
    .access_page main .access_box01 {
      padding-top: 25.641025641vw;
      padding-bottom: 25.641025641vw;
      background-color: rgba(7, 7, 7, 0.7); }
      .access_page main .access_box01 h3 {
        text-align: center;
        color: #fff;
        font-size: 10.2564102564vw;
        margin: 0 auto; }
      .access_page main .access_box01 .f_box01 {
        display: flex;
        flex-direction: column;
        width: 84.6153846154vw;
        margin: 0 auto;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-top: 6.4102564103vw; }
        .access_page main .access_box01 .f_box01 .col01 {
          width: 100%;
          text-align: left; }
          .access_page main .access_box01 .f_box01 .col01 h4 {
            margin: 0;
            margin-bottom: 2.5641025641vw;
            /*font-weight: normal;*/ }
        .access_page main .access_box01 .f_box01 .col02 {
          width: 100%;
          font-size: 4.1025641026vw; }
          .access_page main .access_box01 .f_box01 .col02 .map {
            position: relative;
            width: 100%;
            padding-top: 115.3846153846vw;
            margin-bottom: 6.4102564103vw;
            /* 16:9のアスペクト比 */
            height: 0; }
            .access_page main .access_box01 .f_box01 .col02 .map iframe {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
          .access_page main .access_box01 .f_box01 .col02 h5 {
            margin: 0;
            margin-bottom: 0.9895833333vw;
            font-size: 4.1025641026vw;
            margin-bottom: 2.5641025641vw;
            font-weight: normal; }
          .access_page main .access_box01 .f_box01 .col02 p {
            font-size: 4.1025641026vw;
            margin: 0;
            margin-bottom: 6.4102564103vw;
            line-height: 2; }
          .access_page main .access_box01 .f_box01 .col02 .box01 {
            margin-bottom: 2.6041666667vw; }
          .access_page main .access_box01 .f_box01 .col02 .tyuui01 {
            margin-bottom: 6.4102564103vw; }
            .access_page main .access_box01 .f_box01 .col02 .tyuui01 p {
              margin-bottom: 0; } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .access_page main .main_v {
      height: 30.8854166667vw; }
      .access_page main .main_v .main_v_rower {
        background-color: transparent; }
        .access_page main .main_v .main_v_rower h2 {
          color: #fff; }
        .access_page main .main_v .main_v_rower .line {
          background: #fff; }
    .access_page main .access_box01 {
      padding-top: 7.96875vw;
      padding-bottom: 7.96875vw;
      background-color: rgba(7, 7, 7, 0.7); }
      .access_page main .access_box01 h3 {
        text-align: center;
        color: #fff;
        font-size: 3.8541666667vw;
        margin: 0 auto; }
      .access_page main .access_box01 .f_box01 {
        display: flex;
        width: 51.0416666667vw;
        margin: 0 auto;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-top: 2.0833333333vw; }
        .access_page main .access_box01 .f_box01 .col01 {
          width: 11.4583333333vw;
          text-align: center; }
          .access_page main .access_box01 .f_box01 .col01 h4 {
            margin: 0;
            font-weight: normal; }
        .access_page main .access_box01 .f_box01 .col02 {
          width: 39.5833333333vw;
          font-size: 0.9375vw; }
          .access_page main .access_box01 .f_box01 .col02 .map {
            position: relative;
            width: 37.5vw;
            padding-top: 56.25%;
            /* 16:9のアスペクト比 */
            height: 0; }
            .access_page main .access_box01 .f_box01 .col02 .map iframe {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
          .access_page main .access_box01 .f_box01 .col02 h5 {
            margin: 0;
            margin-bottom: 0.9895833333vw;
            font-size: 0.9375vw; }
          .access_page main .access_box01 .f_box01 .col02 p {
            font-size: 0.9375vw;
            margin: 0; }
          .access_page main .access_box01 .f_box01 .col02 .box01 {
            margin-bottom: 2.6041666667vw; } }
  @media screen and (min-width: 960px) {
    .access_page main .main_v {
      height: 30.8854166667vw; }
      .access_page main .main_v .main_v_rower {
        background-color: transparent; }
        .access_page main .main_v .main_v_rower h2 {
          color: #fff; }
        .access_page main .main_v .main_v_rower .line {
          background: #fff; }
    .access_page main .access_box01 {
      padding-top: 7.96875vw;
      padding-bottom: 7.96875vw;
      background-color: rgba(7, 7, 7, 0.7); }
      .access_page main .access_box01 h3 {
        text-align: center;
        color: #fff;
        font-size: 3.8541666667vw;
        margin: 0 auto; }
      .access_page main .access_box01 .f_box01 {
        display: flex;
        width: 51.0416666667vw;
        margin: 0 auto;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-top: 2.0833333333vw; }
        .access_page main .access_box01 .f_box01 .col01 {
          width: 11.4583333333vw;
          text-align: center; }
          .access_page main .access_box01 .f_box01 .col01 h4 {
            margin: 0;
            font-weight: normal; }
        .access_page main .access_box01 .f_box01 .col02 {
          width: 39.5833333333vw;
          font-size: 0.9375vw; }
          .access_page main .access_box01 .f_box01 .col02 .map {
            position: relative;
            width: 37.5vw;
            padding-top: 56.25%;
            /* 16:9のアスペクト比 */
            height: 0; }
            .access_page main .access_box01 .f_box01 .col02 .map iframe {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
          .access_page main .access_box01 .f_box01 .col02 h5 {
            margin: 0;
            margin-bottom: 0.9895833333vw;
            font-size: 0.9375vw; }
          .access_page main .access_box01 .f_box01 .col02 p {
            font-size: 0.9375vw;
            margin: 0; }
          .access_page main .access_box01 .f_box01 .col02 .box01 {
            margin-bottom: 2.6041666667vw; } }

/*-----------------------------------
ムービーページのスタイルのインポート
------------------------------------*/
.movie_page {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }
  @media screen and (min-width: 0px) and (max-width: 600px) {
    .movie_page .header_g01 {
      position: static; }
      .movie_page .header_g01 .f_box01 .box h1 a img {
        /*filter: invert(100%);*/ }
    .movie_page main .movie_box01 .f_box01 {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      width: 84.6153846154vw;
      margin: 0 auto;
      justify-content: space-between;
      padding: 0;
      padding-bottom: 25.641025641vw; }
      .movie_page main .movie_box01 .f_box01 .col01 {
        width: 100%;
        margin-bottom: 7.6923076923vw; }
        .movie_page main .movie_box01 .f_box01 .col01 iframe[src*="youtube.com"],
        .movie_page main .movie_box01 .f_box01 .col01 iframe[src*="youtube-nocookie.com"] {
          aspect-ratio: 16 / 9;
          width: 100%;
          height: auto; } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .movie_page main .movie_box01 .f_box01 {
      display: flex;
      flex-wrap: wrap;
      width: 68.75vw;
      margin: 0 auto;
      justify-content: space-between;
      padding: 0;
      z-index: 99;
      padding-bottom: 9.0104166667vw; }
      .movie_page main .movie_box01 .f_box01 .col01 {
        width: 32.8125vw;
        margin-bottom: 3.125vw; }
        .movie_page main .movie_box01 .f_box01 .col01 iframe[src*="youtube.com"],
        .movie_page main .movie_box01 .f_box01 .col01 iframe[src*="youtube-nocookie.com"] {
          aspect-ratio: 16 / 9;
          width: 100%;
          height: auto; }
    .movie_page main .movie_box01 .view_all {
      color: #333;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(188);*/
      padding-bottom: 1vw;
      border-bottom: 1px solid #333;
      margin-bottom: 9.0104166667vw;
      position: relative;
      left: 50%;
      transform: translateX(-50%); } }
  @media screen and (min-width: 960px) {
    .movie_page main .movie_box01 .f_box01 {
      display: flex;
      flex-wrap: wrap;
      width: 68.75vw;
      margin: 0 auto;
      justify-content: space-between;
      padding: 0;
      z-index: 99;
      padding-bottom: 9.0104166667vw; }
      .movie_page main .movie_box01 .f_box01 .col01 {
        width: 32.8125vw;
        margin-bottom: 3.125vw; }
        .movie_page main .movie_box01 .f_box01 .col01 iframe[src*="youtube.com"],
        .movie_page main .movie_box01 .f_box01 .col01 iframe[src*="youtube-nocookie.com"] {
          aspect-ratio: 16 / 9;
          width: 100%;
          height: auto; }
    .movie_page main .movie_box01 .view_all {
      color: #333;
      font-size: 2.0833333333vw;
      display: inline-block;
      margin: 0 auto;
      /*width: vw(188);*/
      padding-bottom: 1vw;
      border-bottom: 1px solid #333;
      margin-bottom: 9.0104166667vw;
      position: relative;
      left: 50%;
      transform: translateX(-50%); } }

/*-----------------------------------
リクルートページのスタイルのインポート
------------------------------------*/
.recruit_page {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }
  @media screen and (min-width: 0px) and (max-width: 600px) {
    .recruit_page .contact_nav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      z-index: 99; }
      .recruit_page .contact_nav .f_box01 {
        display: flex; }
        .recruit_page .contact_nav .f_box01 a {
          color: #fff;
          display: block;
          background-color: #C3A269;
          width: 33.3333333333vw;
          padding: 3.3333333333vw 0;
          margin-right: 0.5128205128vw;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold;
          font-size: 4.1025641026vw; }
          .recruit_page .contact_nav .f_box01 a span {
            display: inline-block; }
            .recruit_page .contact_nav .f_box01 a span img {
              width: 5.1282051282vw;
              height: auto;
              margin-right: 1.2820512821vw; }
        .recruit_page .contact_nav .f_box01 a:last-child {
          margin: 0; }
    .recruit_page main .main_v {
      /*background: #fff;*/ }
      .recruit_page main .main_v img {
        width: 84.6153846154vw;
        height: auto;
        position: fixed;
        top: auto;
        bottom: 85vw !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        z-index: -1; }
      .recruit_page main .main_v .p-box {
        width: 100%;
        padding: 0;
        display: flex;
        place-items: center;
        overflow: hidden;
        text-wrap: nowrap;
        position: absolute;
        bottom: 107vw !important;
        /*top: 0;*/
        margin: auto; }
        .recruit_page main .main_v .p-box .p-text {
          font-size: 25.641025641vw; }
      .recruit_page main .main_v .text-box01 {
        position: absolute;
        bottom: 35vw !important;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-weight: bold; }
        .recruit_page main .main_v .text-box01 .cach01 {
          font-size: 7.1794871795vw;
          font-weight: bold;
          margin: 0;
          margin-bottom: 7.6923076923vw; }
        .recruit_page main .main_v .text-box01 .cach02 {
          font-size: 4.6153846154vw;
          line-height: 2;
          margin: 0; }
    .recruit_page main .recruit_box01 {
      background-image: url(img/recruit_page/recruit_bg01.jpg);
      background-size: cover;
      background-position: center;
      text-align: center;
      color: #fff;
      padding: 25.641025641vw 0; }
      .recruit_page main .recruit_box01 .midasi02 {
        font-size: 10.2564102564vw;
        margin: 0;
        margin-bottom: 2.5641025641vw;
        line-height: 1.2; }
      .recruit_page main .recruit_box01 p {
        margin: 0; }
      .recruit_page main .recruit_box01 .midasi02_s {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw; }
      .recruit_page main .recruit_box01 .cach01 {
        font-size: 7.1794871795vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 7.6923076923vw; }
      .recruit_page main .recruit_box01 .cach02 {
        font-size: 4.6153846154vw;
        margin-bottom: 7.6923076923vw;
        font-weight: bold;
        margin-top: 7.6923076923vw; }
      .recruit_page main .recruit_box01 .text01 {
        width: 82.0512820513vw;
        margin: 0 auto;
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        line-height: 2; }
      .recruit_page main .recruit_box01 .text02 {
        width: 82.0512820513vw;
        margin: 0 auto;
        font-size: 4.1025641026vw;
        line-height: 2; }
    .recruit_page main .recruit_box02 {
      padding: 25.641025641vw 0;
      background-color: #fff; }
      .recruit_page main .recruit_box02 .midasi02 {
        font-size: 10.2564102564vw;
        margin: 0;
        margin-bottom: 2.5641025641vw;
        text-align: center; }
      .recruit_page main .recruit_box02 p {
        margin: 0; }
      .recruit_page main .recruit_box02 .midasi02_s {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        text-align: center; }
      .recruit_page main .recruit_box02 .f_box01 {
        width: 84.6153846154vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center; }
        .recruit_page main .recruit_box02 .f_box01 .col01 {
          width: 100%;
          text-align: center;
          margin-bottom: 10.2564102564vw; }
          .recruit_page main .recruit_box02 .f_box01 .col01 img {
            margin-bottom: 5.1282051282vw;
            width: 100%;
            height: auto; }
          .recruit_page main .recruit_box02 .f_box01 .col01 h3 {
            text-align: center;
            font-weight: bold;
            font-size: 4.6153846154vw;
            margin-bottom: 3.8461538462vw; }
          .recruit_page main .recruit_box02 .f_box01 .col01 p {
            font-size: 4.1025641026vw;
            line-height: 2;
            text-align: left;
            margin-bottom: 5.1282051282vw;
            letter-spacing: 1px; }
          .recruit_page main .recruit_box02 .f_box01 .col01 a {
            display: inline-block;
            padding-bottom: 1.2820512821vw;
            border-bottom: 1px solid #070707;
            color: #070707; }
            .recruit_page main .recruit_box02 .f_box01 .col01 a span {
              display: inline-block;
              margin-right: 2.5641025641vw; }
              .recruit_page main .recruit_box02 .f_box01 .col01 a span img {
                margin: 0;
                margin-top: -0.6vw; }
            .recruit_page main .recruit_box02 .f_box01 .col01 a span:last-child {
              margin-right: 0; }
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-of-type(3n) {
          margin-right: 0; }
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-child(4),
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-child(5) {
          margin-bottom: 0; }
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-child(4) p,
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-child(5) p {
          margin-bottom: 0; }
    .recruit_page main .locations_box01 {
      padding: 25.641025641vw 0;
      background-image: none;
      padding-top: 25.641025641vw;
      padding-bottom: 51.2820512821vw;
      text-align: center;
      background-color: rgba(7, 7, 7, 0.75);
      color: #fff; }
      .recruit_page main .locations_box01 .midasi02 {
        text-align: center;
        font-size: 10.2564102564vw;
        margin: 0;
        line-height: 1;
        margin-bottom: 2.5641025641vw;
        position: relative;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_page main .locations_box01 .midasi02_s {
        margin: 0;
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        text-align: center; }
      .recruit_page main .locations_box01 .cach01 {
        font-size: 7.1794871795vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 7.6923076923vw;
        text-align: center;
        font-weight: bold; }
      .recruit_page main .locations_box01 .text01 {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        margin-top: 7.6923076923vw;
        line-height: 2;
        text-align: center; }
      .recruit_page main .locations_box01 .text02 {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        line-height: 2;
        text-align: center;
        font-weight: bold; }
      .recruit_page main .locations_box01 .text03 {
        font-size: 4.1025641026vw;
        margin-bottom: 12.8205128205vw;
        line-height: 2;
        text-align: center; }
      .recruit_page main .locations_box01 .swiper_area {
        height: 178.2051282051vw; }
        .recruit_page main .locations_box01 .swiper_area .swiper {
          height: 100%;
          position: relative;
          right: auto;
          width: 84.6153846154vw;
          height: 100%; }
        .recruit_page main .locations_box01 .swiper_area .swiper-slide {
          width: 100% !important;
          /*margin-right: vw_sp(30) !important;*/ }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide a {
            text-align: center;
            margin-bottom: 1.3020833333vw; }
            .recruit_page main .locations_box01 .swiper_area .swiper-slide a img {
              border: 0px solid #fff !important; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide .name {
            font-size: 7.1794871795vw;
            margin: 0;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-style: normal; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide .yomi {
            font-size: 2.5641025641vw;
            margin: 0;
            margin-bottom: 5.1282051282vw; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide .text01 {
            font-size: 4.6153846154vw;
            font-weight: bold;
            margin: 0;
            margin-bottom: 3.8461538462vw; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide .text02 {
            font-size: 4.1025641026vw;
            margin: 0;
            margin-bottom: 5.1282051282vw;
            font-weight: 400; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide a.text_link {
            display: inline-block;
            margin-right: 0.5208333333vw;
            padding-bottom: 0.2604166667vw;
            border-bottom: 1px solid #fff;
            color: #070707;
            margin: 0;
            color: #fff; }
            .recruit_page main .locations_box01 .swiper_area .swiper-slide a.text_link span {
              display: inline-block;
              margin-right: 2.5641025641vw; }
              .recruit_page main .locations_box01 .swiper_area .swiper-slide a.text_link span img {
                margin: 0;
                margin-top: -0.6vw;
                filter: brightness(0) invert(1); }
    .recruit_page main .locations_box01::after {
      display: none; }
    .recruit_page main .recruit_box03 {
      padding: 25.641025641vw 7.6923076923vw;
      box-sizing: border-box;
      background-color: rgba(7, 7, 7, 0.75);
      text-align: center;
      color: #fff; }
      .recruit_page main .recruit_box03 .midasi02 {
        text-align: center;
        font-size: 10.2564102564vw;
        margin: 0;
        margin-bottom: 0.5208333333vw;
        position: relative;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_page main .recruit_box03 .midasi02_s {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        text-align: center; }
      .recruit_page main .recruit_box03 .cach01 {
        font-size: 7.1794871795vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 3.125vw;
        text-align: center;
        font-weight: bold; }
      .recruit_page main .recruit_box03 .text01 {
        font-size: 4.6153846154vw;
        margin-top: 7.6923076923vw;
        margin-bottom: 7.6923076923vw;
        font-weight: bold; }
      .recruit_page main .recruit_box03 .text02 {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        line-height: 2.5; }
      .recruit_page main .recruit_box03 .bold {
        font-weight: bold; }
    .recruit_page main .recruit_box04 {
      padding-top: 25.641025641vw;
      background-color: #fff;
      text-align: center; }
      .recruit_page main .recruit_box04 .midasi02 {
        text-align: center;
        font-size: 10.2564102564vw;
        margin: 0;
        margin-bottom: 2.5641025641vw;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_page main .recruit_box04 .midasi02_s {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        text-align: center; }
      .recruit_page main .recruit_box04 .cach01 {
        font-size: 7.1794871795vw;
        background: linear-gradient(transparent 70%, #C3A269 20%);
        display: inline;
        margin-bottom: 12.8205128205vw;
        text-align: center;
        font-weight: bold; }
      .recruit_page main .recruit_box04 .cach02 {
        font-size: 4.6153846154vw;
        text-align: center;
        font-weight: bold;
        line-height: 2;
        margin: 0;
        margin-top: -2vw;
        margin-bottom: 25.641025641vw; }
      .recruit_page main .recruit_box04 .f_box01 {
        width: 84.6153846154vw;
        margin: 0 auto;
        margin-top: 12.8205128205vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .recruit_page main .recruit_box04 .f_box01 .col01 {
          width: 100%;
          margin-bottom: 10.2564102564vw; }
          .recruit_page main .recruit_box04 .f_box01 .col01 img {
            width: 15.3846153846vw;
            margin: 0 auto;
            margin-bottom: 5.1282051282vw; }
          .recruit_page main .recruit_box04 .f_box01 .col01 h3 {
            font-size: 4.6153846154vw;
            text-align: center;
            margin-bottom: 3.8461538462vw; }
          .recruit_page main .recruit_box04 .f_box01 .col01 p {
            font-size: 4.1025641026vw;
            text-align: left;
            line-height: 2.5;
            margin: 0; }
      .recruit_page main .recruit_box04 .f_box02 {
        display: flex;
        flex-direction: column; }
        .recruit_page main .recruit_box04 .f_box02 .col01 {
          width: 100%; }
          .recruit_page main .recruit_box04 .f_box02 .col01 img {
            width: 100%;
            height: auto; }
    .recruit_page main .recruit_box05 {
      padding-top: 25.641025641vw;
      padding-bottom: 25.641025641vw;
      background-color: rgba(7, 7, 7, 0.75);
      text-align: center; }
      .recruit_page main .recruit_box05 .midasi02 {
        text-align: center;
        font-size: 10.2564102564vw;
        margin: 0;
        margin-bottom: 2.5641025641vw;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff; }
      .recruit_page main .recruit_box05 .midasi02_s {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        text-align: center;
        color: #fff; }
      .recruit_page main .recruit_box05 .cach01 {
        font-size: 7.1794871795vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 12.8205128205vw;
        text-align: center;
        font-weight: bold;
        color: #fff; }
      .recruit_page main .recruit_box05 .box01_outer {
        width: 84.6153846154vw;
        margin: 0 auto;
        margin-top: 12.8205128205vw; }
        .recruit_page main .recruit_box05 .box01_outer .box01 {
          margin: 0;
          margin-bottom: 3.8461538462vw;
          color: #070707; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .color01 {
            color: #C3A269;
            border-bottom: 1px solid #C3A269; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .ac-title {
            cursor: pointer;
            margin: 0;
            margin-bottom: 0.5128205128vw;
            background-color: #fff;
            font-size: 4.6153846154vw;
            padding: 3.8461538462vw 0;
            padding-left: 3.8461538462vw;
            padding-right: 3.8461538462vw;
            text-align: left;
            display: flex;
            align-items: center; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .ac-title .aicon {
              font-size: 7.1794871795vw;
              font-weight: 500;
              display: inline-block;
              margin-right: 3.3333333333vw;
              font-family: "Poppins", sans-serif;
              font-weight: 500;
              font-style: normal; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .ac-title .text01 {
              display: inline-block; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .ac-title .button {
              content: "";
              display: inline-block;
              background-image: url(img/recruit_page/ac02.svg);
              width: 5.1282051282vw;
              height: 5.1282051282vw;
              background-size: 100%;
              background-repeat: no-repeat;
              background-position: center;
              margin-left: auto; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .open .button {
            content: "";
            display: inline-block;
            background-image: url(img/recruit_page/ac01.svg);
            width: 5.1282051282vw;
            height: 5.1282051282vw;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-left: auto; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .answer p {
            margin: 0;
            background-color: #fff;
            font-size: 4.1025641026vw;
            padding: 3.8461538462vw 0;
            padding-left: 3.8461538462vw;
            padding-right: 5.1282051282vw;
            text-align: left;
            display: flex; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .answer p .aicon {
              font-size: 7.1794871795vw;
              font-weight: 500;
              display: inline-block;
              margin-right: 3.3333333333vw;
              margin-top: -1vw;
              font-family: "Poppins", sans-serif;
              font-weight: 500;
              font-style: normal; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .answer p .text02 {
              display: inline-block;
              line-height: 2; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .answer {
            display: none; }
    .recruit_page main .recruit_box06 {
      padding-top: 25.641025641vw;
      padding-bottom: 25.641025641vw;
      background-color: #fff;
      text-align: center; }
      .recruit_page main .recruit_box06 .midasi02 {
        text-align: center;
        font-size: 10.2564102564vw;
        margin: 0;
        margin-bottom: 0.5208333333vw;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_page main .recruit_box06 .midasi02_s {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        text-align: center; }
      .recruit_page main .recruit_box06 .cach01 {
        font-size: 7.1794871795vw;
        background: linear-gradient(transparent 70%, #C3A269 20%);
        display: inline;
        margin-bottom: 7.6923076923vw;
        text-align: center;
        font-weight: bold; }
      .recruit_page main .recruit_box06 .cach02 {
        font-size: 4.6153846154vw;
        text-align: center;
        font-weight: bold;
        line-height: 2;
        margin: 0;
        margin-top: 7.6923076923vw;
        margin-bottom: 7.6923076923vw; }
      .recruit_page main .recruit_box06 .box01:last-child .sen01 {
        display: none; }
      .recruit_page main .recruit_box06 .box01 {
        width: 84.6153846154vw;
        margin: 0 auto;
        text-align: left; }
        .recruit_page main .recruit_box06 .box01 .f_box01 {
          display: flex;
          align-items: center; }
          .recruit_page main .recruit_box06 .box01 .f_box01 .aicon01 {
            width: 28.2051282051vw;
            margin-right: 2.5641025641vw; }
          .recruit_page main .recruit_box06 .box01 .f_box01 h3 {
            font-size: 4.6153846154vw; }
        .recruit_page main .recruit_box06 .box01 .f_box02 {
          display: flex;
          flex-direction: column-reverse;
          margin-bottom: 3.8461538462vw; }
          .recruit_page main .recruit_box06 .box01 .f_box02 .sen01 {
            width: 100%;
            position: relative;
            height: 15.3846153846vw;
            /*線の高さ指定*/ }
            .recruit_page main .recruit_box06 .box01 .f_box02 .sen01 .border {
              position: absolute;
              /*絶対位置指定*/
              top: 0;
              bottom: 0;
              margin: auto;
              left: 0;
              right: 0;
              background: #070707;
              /*線の色指定*/
              width: 1px;
              /*線の幅指定*/
              height: 15.3846153846vw;
              /*線の高さ指定*/ }
          .recruit_page main .recruit_box06 .box01 .f_box02 p {
            margin: 0;
            font-size: 4.1025641026vw;
            line-height: 2;
            margin-bottom: 3.8461538462vw; } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .recruit_page .contact_nav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 33.8541666667vw;
      z-index: 99; }
      .recruit_page .contact_nav .f_box01 {
        display: flex; }
        .recruit_page .contact_nav .f_box01 a {
          color: #fff;
          display: block;
          background-color: #C3A269;
          width: 10.9375vw;
          padding: 1.3020833333vw 0;
          margin-right: 0.5208333333vw;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold; }
          .recruit_page .contact_nav .f_box01 a span {
            display: inline-block;
            margin-right: 0.78125vw; }
        .recruit_page .contact_nav .f_box01 a:last-child {
          margin: 0; }
    .recruit_page main .main_v {
      background: #fff;
      height: 40svh; }
      .recruit_page main .main_v img {
        width: 30.2083333333vw;
        height: auto;
        position: fixed;
        top: auto;
        bottom: 100vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        z-index: -1; }
      .recruit_page main .main_v .p-box {
        width: 100%;
        padding: 0;
        display: flex;
        place-items: center;
        overflow: hidden;
        text-wrap: nowrap;
        position: absolute;
        bottom: 28vw;
        /*top: 0;*/
        margin: auto; }
        .recruit_page main .main_v .p-box .p-text {
          font-size: 8.3333333333vw; }
      .recruit_page main .main_v .text-box01 {
        position: absolute;
        bottom: 14vw;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-weight: bold; }
        .recruit_page main .main_v .text-box01 .cach01 {
          font-size: 2.0833333333vw;
          font-weight: bold;
          margin: 0;
          margin-bottom: 3.125vw; }
        .recruit_page main .main_v .text-box01 .cach02 {
          font-size: 1.25vw;
          line-height: 2;
          margin: 0; }
    .recruit_page main .recruit_box01 {
      background-image: url(img/recruit_page/recruit_bg01.jpg);
      background-size: cover;
      background-position: center;
      text-align: center;
      color: #fff;
      padding: 9.0104166667vw 0; }
      .recruit_page main .recruit_box01 .midasi02 {
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw; }
      .recruit_page main .recruit_box01 p {
        margin: 0; }
      .recruit_page main .recruit_box01 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw; }
      .recruit_page main .recruit_box01 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline-block;
        margin-bottom: 3.125vw; }
      .recruit_page main .recruit_box01 .cach02 {
        font-size: 1.25vw;
        margin-bottom: 3.125vw; }
      .recruit_page main .recruit_box01 .text01 {
        font-size: 0.9375vw;
        margin-bottom: 3.125vw;
        line-height: 2; }
      .recruit_page main .recruit_box01 .text02 {
        font-size: 0.9375vw;
        line-height: 2; }
    .recruit_page main .recruit_box02 {
      padding: 9.0104166667vw 0;
      background-color: #fff; }
      .recruit_page main .recruit_box02 .midasi02 {
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        text-align: center; }
      .recruit_page main .recruit_box02 p {
        margin: 0; }
      .recruit_page main .recruit_box02 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_page main .recruit_box02 .f_box01 {
        width: 81.25vw;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .recruit_page main .recruit_box02 .f_box01 .col01 {
          width: 25vw;
          text-align: center;
          margin-right: 3.125vw;
          margin-bottom: 4.1666666667vw; }
          .recruit_page main .recruit_box02 .f_box01 .col01 img {
            margin-bottom: 2.0833333333vw;
            width: 100%;
            height: auto; }
          .recruit_page main .recruit_box02 .f_box01 .col01 h3 {
            text-align: center;
            font-weight: bold;
            font-size: 1.25vw;
            margin-bottom: 1.5625vw; }
          .recruit_page main .recruit_box02 .f_box01 .col01 p {
            font-size: 0.9375vw;
            line-height: 2;
            text-align: left;
            margin-bottom: 2.0833333333vw;
            letter-spacing: 1px; }
          .recruit_page main .recruit_box02 .f_box01 .col01 a {
            display: inline-block;
            margin-right: 0.5208333333vw;
            padding-bottom: 0.2604166667vw;
            border-bottom: 1px solid #070707;
            color: #070707; }
            .recruit_page main .recruit_box02 .f_box01 .col01 a span {
              display: inline-block;
              margin-right: 0.5208333333vw; }
              .recruit_page main .recruit_box02 .f_box01 .col01 a span img {
                margin: 0;
                margin-top: -0.6vw; }
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-of-type(3n) {
          margin-right: 0; }
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-child(4),
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-child(5) {
          margin-bottom: 0; }
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-child(4) p,
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-child(5) p {
          margin-bottom: 0; }
    .recruit_page main .locations_box01 {
      padding: 9.0104166667vw 0;
      background-image: none;
      padding-top: 9.0104166667vw;
      text-align: center;
      background-color: rgba(7, 7, 7, 0.75);
      color: #fff; }
      .recruit_page main .locations_box01 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_page main .locations_box01 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_page main .locations_box01 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline-block;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_page main .locations_box01 .text01 {
        font-size: 0.9375vw;
        margin-bottom: 3.125vw;
        line-height: 2;
        text-align: center; }
      .recruit_page main .locations_box01 .text02 {
        font-size: 0.9375vw;
        margin-bottom: 3.125vw;
        line-height: 2;
        text-align: center;
        font-weight: bold; }
      .recruit_page main .locations_box01 .text03 {
        font-size: 0.9375vw;
        margin-bottom: 6.25vw;
        line-height: 2;
        text-align: center; }
      .recruit_page main .locations_box01 .swiper_area {
        height: 45vw; }
        .recruit_page main .locations_box01 .swiper_area .swiper {
          height: 100%; }
        .recruit_page main .locations_box01 .swiper_area .swiper-slide {
          width: 32.8125vw !important;
          margin-right: 3.125vw !important; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide a {
            text-align: center;
            margin-bottom: 1.3020833333vw; }
            .recruit_page main .locations_box01 .swiper_area .swiper-slide a img {
              border: 0px solid #fff !important; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide .name {
            font-size: 1.4583333333vw;
            margin: 0;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-style: normal; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide .yomi {
            font-size: 0.6770833333vw;
            margin: 0;
            margin-bottom: 1.5625vw; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide .text01 {
            font-size: 1.0416666667vw;
            font-weight: bold;
            margin: 0;
            margin-bottom: 1.0416666667vw; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide .text02 {
            font-size: 0.8333333333vw;
            margin: 0;
            margin-bottom: 2.0833333333vw;
            font-weight: 400; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide a.text_link {
            display: inline-block;
            margin-right: 0.5208333333vw;
            padding-bottom: 0.2604166667vw;
            border-bottom: 1px solid #fff;
            color: #070707;
            margin: 0;
            color: #fff; }
            .recruit_page main .locations_box01 .swiper_area .swiper-slide a.text_link span {
              display: inline-block;
              margin-right: 0.5208333333vw; }
              .recruit_page main .locations_box01 .swiper_area .swiper-slide a.text_link span img {
                margin: 0;
                margin-top: -0.6vw;
                filter: brightness(0) invert(1); }
    .recruit_page main .locations_box01::after {
      display: none; }
    .recruit_page main .recruit_box03 {
      padding: 9.0104166667vw 0;
      background-color: rgba(7, 7, 7, 0.75);
      text-align: center;
      color: #fff; }
      .recruit_page main .recruit_box03 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_page main .recruit_box03 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_page main .recruit_box03 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 3.125vw;
        text-align: center;
        font-weight: bold; }
      .recruit_page main .recruit_box03 .text01 {
        font-size: 1.25vw;
        margin-top: 3.125vw;
        margin-bottom: 3.125vw;
        font-weight: bold; }
      .recruit_page main .recruit_box03 .text02 {
        font-size: 0.9375vw;
        margin-bottom: 3.125vw;
        line-height: 2.5; }
      .recruit_page main .recruit_box03 .bold {
        font-weight: bold; }
    .recruit_page main .recruit_box04 {
      padding-top: 9.0104166667vw;
      background-color: #fff;
      text-align: center; }
      .recruit_page main .recruit_box04 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_page main .recruit_box04 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_page main .recruit_box04 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #C3A269 20%);
        display: inline;
        margin-bottom: 3.125vw;
        text-align: center;
        font-weight: bold; }
      .recruit_page main .recruit_box04 .cach02 {
        font-size: 1.25vw;
        text-align: center;
        font-weight: bold;
        line-height: 2;
        margin: 0;
        margin-top: -2vw;
        margin-bottom: 4.1666666667vw; }
      .recruit_page main .recruit_box04 .f_box01 {
        width: 80.7291666667vw;
        margin: 0 auto;
        margin-top: 5.2083333333vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .recruit_page main .recruit_box04 .f_box01 .col01 {
          width: 17.96875vw;
          margin-bottom: 4.1666666667vw; }
          .recruit_page main .recruit_box04 .f_box01 .col01 img {
            width: 4.6875vw;
            margin: 0 auto;
            margin-bottom: 1.5625vw; }
          .recruit_page main .recruit_box04 .f_box01 .col01 h3 {
            font-size: 1.25vw;
            text-align: center;
            margin-bottom: 1.5625vw; }
          .recruit_page main .recruit_box04 .f_box01 .col01 p {
            font-size: 0.9375vw;
            text-align: left;
            line-height: 2.5; }
      .recruit_page main .recruit_box04 .f_box02 {
        display: flex; }
        .recruit_page main .recruit_box04 .f_box02 .col01 {
          width: calc(100% / 3); }
          .recruit_page main .recruit_box04 .f_box02 .col01 img {
            width: 100%;
            height: auto; }
    .recruit_page main .recruit_box05 {
      padding-top: 9.0104166667vw;
      padding-bottom: 9.0104166667vw;
      background-color: rgba(7, 7, 7, 0.75);
      text-align: center; }
      .recruit_page main .recruit_box05 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff; }
      .recruit_page main .recruit_box05 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center;
        color: #fff; }
      .recruit_page main .recruit_box05 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 3.125vw;
        text-align: center;
        font-weight: bold;
        color: #fff; }
      .recruit_page main .recruit_box05 .box01_outer {
        width: 51.0416666667vw;
        margin: 0 auto;
        margin-top: 5.2083333333vw; }
        .recruit_page main .recruit_box05 .box01_outer .box01 {
          margin: 0;
          margin-bottom: 1.5625vw;
          color: #070707; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .color01 {
            color: #C3A269;
            border-bottom: 1px solid #C3A269; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .ac-title {
            cursor: pointer;
            margin: 0;
            margin-bottom: 0.1041666667vw;
            background-color: #fff;
            font-size: 1.25vw;
            padding: 1.6666666667vw 1.5625vw;
            text-align: left;
            display: flex;
            align-items: center; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .ac-title .aicon {
              font-size: 1.5625vw;
              font-weight: 500;
              display: inline-block;
              margin-right: 1.4583333333vw;
              font-family: "Poppins", sans-serif;
              font-weight: 500;
              font-style: normal; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .ac-title .text01 {
              display: inline-block; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .ac-title .button {
              content: "";
              display: inline-block;
              background-image: url(img/recruit_page/ac02.svg);
              width: 1vw;
              height: 1vw;
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              margin-left: auto; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .open .button {
            content: "";
            display: inline-block;
            background-image: url(img/recruit_page/ac01.svg);
            width: 1vw;
            height: 1vw;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-left: auto; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .answer p {
            margin: 0;
            background-color: #fff;
            font-size: 0.9375vw;
            padding: 1.6666666667vw 1.5625vw;
            text-align: left;
            display: flex; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .answer p .aicon {
              font-size: 1.5625vw;
              font-weight: 500;
              display: inline-block;
              margin-right: 1.4583333333vw;
              margin-top: -0.3vw;
              font-family: "Poppins", sans-serif;
              font-weight: 500;
              font-style: normal; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .answer p .text02 {
              display: inline-block;
              line-height: 2; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .answer {
            display: none; }
    .recruit_page main .recruit_box06 {
      padding-top: 9.0104166667vw;
      padding-bottom: 9.0104166667vw;
      background-color: #fff;
      text-align: center; }
      .recruit_page main .recruit_box06 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_page main .recruit_box06 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_page main .recruit_box06 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #C3A269 20%);
        display: inline;
        margin-bottom: 3.125vw;
        text-align: center;
        font-weight: bold; }
      .recruit_page main .recruit_box06 .cach02 {
        font-size: 1.25vw;
        text-align: center;
        font-weight: bold;
        line-height: 2;
        margin: 0;
        margin-top: 3.125vw;
        margin-bottom: 4.1666666667vw; }
      .recruit_page main .recruit_box06 .box01 {
        width: 50vw;
        margin: 0 auto;
        text-align: left; }
        .recruit_page main .recruit_box06 .box01 .f_box01 {
          display: flex;
          align-items: center; }
          .recruit_page main .recruit_box06 .box01 .f_box01 .aicon01 {
            width: 8.3333333333vw;
            margin-right: 1.875vw; }
          .recruit_page main .recruit_box06 .box01 .f_box01 h3 {
            width: 39.7916666667vw;
            font-size: 1.25vw; }
        .recruit_page main .recruit_box06 .box01 .f_box02 {
          display: flex;
          align-items: stretch;
          flex-wrap: nowrap; }
          .recruit_page main .recruit_box06 .box01 .f_box02 .sen01 {
            width: 8.3333333333vw;
            margin-right: 1.875vw;
            position: relative; }
            .recruit_page main .recruit_box06 .box01 .f_box02 .sen01 .border {
              position: absolute;
              /*絶対位置指定*/
              top: 0;
              bottom: 0;
              margin: auto 0;
              left: 3vw;
              background: #070707;
              /*線の色指定*/
              width: 1px;
              /*線の幅指定*/
              height: 85%;
              /*線の高さ指定*/ }
          .recruit_page main .recruit_box06 .box01 .f_box02 p {
            margin: 0;
            width: 39.7916666667vw;
            font-size: 0.9375vw;
            line-height: 2;
            padding-bottom: 2.5vw; } }
  @media screen and (min-width: 960px) {
    .recruit_page .contact_nav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 33.8541666667vw;
      z-index: 99; }
      .recruit_page .contact_nav .f_box01 {
        display: flex; }
        .recruit_page .contact_nav .f_box01 a {
          color: #fff;
          display: block;
          background-color: #C3A269;
          width: 10.9375vw;
          padding: 1.3020833333vw 0;
          margin-right: 0.5208333333vw;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold; }
          .recruit_page .contact_nav .f_box01 a span {
            display: inline-block;
            margin-right: 0.78125vw; }
        .recruit_page .contact_nav .f_box01 a:last-child {
          margin: 0; }
    .recruit_page main .main_v {
      /*background: #fff;*/ }
      .recruit_page main .main_v img {
        width: 30.2083333333vw;
        height: auto;
        position: fixed;
        top: auto;
        bottom: 13.0208333333vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        z-index: -1; }
      .recruit_page main .main_v .p-box {
        width: 100%;
        padding: 0;
        display: flex;
        place-items: center;
        overflow: hidden;
        text-wrap: nowrap;
        position: absolute;
        bottom: 22.2916666667vw;
        /*top: 0;*/
        margin: auto; }
        .recruit_page main .main_v .p-box .p-text {
          font-size: 8.3333333333vw; }
      .recruit_page main .main_v .text-box01 {
        position: absolute;
        bottom: 9.21875vw;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-weight: bold; }
        .recruit_page main .main_v .text-box01 .cach01 {
          font-size: 2.0833333333vw;
          font-weight: bold;
          margin: 0;
          margin-bottom: 3.125vw; }
        .recruit_page main .main_v .text-box01 .cach02 {
          font-size: 1.25vw;
          line-height: 2;
          margin: 0; }
    .recruit_page main .recruit_box01 {
      background-image: url(img/recruit_page/recruit_bg01.jpg);
      background-size: cover;
      background-position: center;
      text-align: center;
      color: #fff;
      padding: 9.0104166667vw 0; }
      .recruit_page main .recruit_box01 .midasi02 {
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw; }
      .recruit_page main .recruit_box01 p {
        margin: 0; }
      .recruit_page main .recruit_box01 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw; }
      .recruit_page main .recruit_box01 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline-block;
        margin-bottom: 3.125vw; }
      .recruit_page main .recruit_box01 .cach02 {
        font-size: 1.25vw;
        margin-bottom: 3.125vw; }
      .recruit_page main .recruit_box01 .text01 {
        font-size: 0.9375vw;
        margin-bottom: 3.125vw;
        line-height: 2; }
      .recruit_page main .recruit_box01 .text02 {
        font-size: 0.9375vw;
        line-height: 2; }
    .recruit_page main .recruit_box02 {
      padding: 9.0104166667vw 0;
      background-color: #fff; }
      .recruit_page main .recruit_box02 .midasi02 {
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        text-align: center; }
      .recruit_page main .recruit_box02 p {
        margin: 0; }
      .recruit_page main .recruit_box02 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_page main .recruit_box02 .f_box01 {
        width: 81.25vw;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .recruit_page main .recruit_box02 .f_box01 .col01 {
          width: 25vw;
          text-align: center;
          margin-right: 3.125vw;
          margin-bottom: 4.1666666667vw; }
          .recruit_page main .recruit_box02 .f_box01 .col01 img {
            margin-bottom: 2.0833333333vw;
            width: 100%;
            height: auto; }
          .recruit_page main .recruit_box02 .f_box01 .col01 h3 {
            text-align: center;
            font-weight: bold;
            font-size: 1.25vw;
            margin-bottom: 1.5625vw; }
          .recruit_page main .recruit_box02 .f_box01 .col01 p {
            font-size: 0.9375vw;
            line-height: 2;
            text-align: left;
            margin-bottom: 2.0833333333vw;
            letter-spacing: 1px; }
          .recruit_page main .recruit_box02 .f_box01 .col01 a {
            display: inline-block;
            margin-right: 0.5208333333vw;
            padding-bottom: 0.2604166667vw;
            border-bottom: 1px solid #070707;
            color: #070707; }
            .recruit_page main .recruit_box02 .f_box01 .col01 a span {
              display: inline-block;
              margin-right: 0.5208333333vw; }
              .recruit_page main .recruit_box02 .f_box01 .col01 a span img {
                margin: 0;
                margin-top: -0.6vw; }
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-of-type(3n) {
          margin-right: 0; }
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-child(4),
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-child(5) {
          margin-bottom: 0; }
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-child(4) p,
        .recruit_page main .recruit_box02 .f_box01 .col01:nth-child(5) p {
          margin-bottom: 0; }
    .recruit_page main .locations_box01 {
      padding: 9.0104166667vw 0;
      background-image: none;
      padding-top: 9.0104166667vw;
      text-align: center;
      background-color: rgba(7, 7, 7, 0.75);
      color: #fff; }
      .recruit_page main .locations_box01 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_page main .locations_box01 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_page main .locations_box01 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline-block;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_page main .locations_box01 .text01 {
        font-size: 0.9375vw;
        margin-bottom: 3.125vw;
        line-height: 2;
        text-align: center; }
      .recruit_page main .locations_box01 .text02 {
        font-size: 0.9375vw;
        margin-bottom: 3.125vw;
        line-height: 2;
        text-align: center;
        font-weight: bold; }
      .recruit_page main .locations_box01 .text03 {
        font-size: 0.9375vw;
        margin-bottom: 6.25vw;
        line-height: 2;
        text-align: center; }
      .recruit_page main .locations_box01 .swiper_area {
        height: 45vw; }
        .recruit_page main .locations_box01 .swiper_area .swiper {
          height: 100%; }
        .recruit_page main .locations_box01 .swiper_area .swiper-slide {
          width: 32.8125vw !important;
          margin-right: 3.125vw !important; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide a {
            text-align: center;
            margin-bottom: 1.3020833333vw; }
            .recruit_page main .locations_box01 .swiper_area .swiper-slide a img {
              border: 0px solid #fff !important; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide .name {
            font-size: 1.4583333333vw;
            margin: 0;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-style: normal; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide .yomi {
            font-size: 0.6770833333vw;
            margin: 0;
            margin-bottom: 1.5625vw; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide .text01 {
            font-size: 1.0416666667vw;
            font-weight: bold;
            margin: 0;
            margin-bottom: 1.0416666667vw; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide .text02 {
            font-size: 0.8333333333vw;
            margin: 0;
            margin-bottom: 2.0833333333vw;
            font-weight: 400; }
          .recruit_page main .locations_box01 .swiper_area .swiper-slide a.text_link {
            display: inline-block;
            margin-right: 0.5208333333vw;
            padding-bottom: 0.2604166667vw;
            border-bottom: 1px solid #fff;
            color: #070707;
            margin: 0;
            color: #fff; }
            .recruit_page main .locations_box01 .swiper_area .swiper-slide a.text_link span {
              display: inline-block;
              margin-right: 0.5208333333vw; }
              .recruit_page main .locations_box01 .swiper_area .swiper-slide a.text_link span img {
                margin: 0;
                margin-top: -0.6vw;
                filter: brightness(0) invert(1); }
    .recruit_page main .locations_box01::after {
      display: none; }
    .recruit_page main .recruit_box03 {
      padding: 9.0104166667vw 0;
      background-color: rgba(7, 7, 7, 0.75);
      text-align: center;
      color: #fff; }
      .recruit_page main .recruit_box03 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_page main .recruit_box03 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_page main .recruit_box03 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 3.125vw;
        text-align: center;
        font-weight: bold; }
      .recruit_page main .recruit_box03 .text01 {
        font-size: 1.25vw;
        margin-top: 3.125vw;
        margin-bottom: 3.125vw;
        font-weight: bold; }
      .recruit_page main .recruit_box03 .text02 {
        font-size: 0.9375vw;
        margin-bottom: 3.125vw;
        line-height: 2.5; }
      .recruit_page main .recruit_box03 .bold {
        font-weight: bold; }
    .recruit_page main .recruit_box04 {
      padding-top: 9.0104166667vw;
      background-color: #fff;
      text-align: center; }
      .recruit_page main .recruit_box04 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_page main .recruit_box04 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_page main .recruit_box04 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #C3A269 20%);
        display: inline;
        margin-bottom: 3.125vw;
        text-align: center;
        font-weight: bold; }
      .recruit_page main .recruit_box04 .cach02 {
        font-size: 1.25vw;
        text-align: center;
        font-weight: bold;
        line-height: 2;
        margin: 0;
        margin-top: -2vw;
        margin-bottom: 4.1666666667vw; }
      .recruit_page main .recruit_box04 .f_box01 {
        width: 80.7291666667vw;
        margin: 0 auto;
        margin-top: 5.2083333333vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .recruit_page main .recruit_box04 .f_box01 .col01 {
          width: 17.96875vw;
          margin-bottom: 4.1666666667vw; }
          .recruit_page main .recruit_box04 .f_box01 .col01 img {
            width: 4.6875vw;
            margin: 0 auto;
            margin-bottom: 1.5625vw; }
          .recruit_page main .recruit_box04 .f_box01 .col01 h3 {
            font-size: 1.25vw;
            text-align: center;
            margin-bottom: 1.5625vw; }
          .recruit_page main .recruit_box04 .f_box01 .col01 p {
            font-size: 0.9375vw;
            text-align: left;
            line-height: 2.5; }
      .recruit_page main .recruit_box04 .f_box02 {
        display: flex; }
        .recruit_page main .recruit_box04 .f_box02 .col01 {
          width: calc(100% / 3); }
          .recruit_page main .recruit_box04 .f_box02 .col01 img {
            width: 100%;
            height: auto; }
    .recruit_page main .recruit_box05 {
      padding-top: 9.0104166667vw;
      padding-bottom: 9.0104166667vw;
      background-color: rgba(7, 7, 7, 0.75);
      text-align: center; }
      .recruit_page main .recruit_box05 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff; }
      .recruit_page main .recruit_box05 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center;
        color: #fff; }
      .recruit_page main .recruit_box05 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 3.125vw;
        text-align: center;
        font-weight: bold;
        color: #fff; }
      .recruit_page main .recruit_box05 .box01_outer {
        width: 51.0416666667vw;
        margin: 0 auto;
        margin-top: 5.2083333333vw; }
        .recruit_page main .recruit_box05 .box01_outer .box01 {
          margin: 0;
          margin-bottom: 1.5625vw;
          color: #070707; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .color01 {
            color: #C3A269;
            border-bottom: 1px solid #C3A269; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .ac-title {
            cursor: pointer;
            margin: 0;
            margin-bottom: 0.1041666667vw;
            background-color: #fff;
            font-size: 1.25vw;
            padding: 1.6666666667vw 1.5625vw;
            text-align: left;
            display: flex;
            align-items: center; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .ac-title .aicon {
              font-size: 1.5625vw;
              font-weight: 500;
              display: inline-block;
              margin-right: 1.4583333333vw;
              font-family: "Poppins", sans-serif;
              font-weight: 500;
              font-style: normal; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .ac-title .text01 {
              display: inline-block; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .ac-title .button {
              content: "";
              display: inline-block;
              background-image: url(img/recruit_page/ac02.svg);
              width: 1vw;
              height: 1vw;
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              margin-left: auto; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .open .button {
            content: "";
            display: inline-block;
            background-image: url(img/recruit_page/ac01.svg);
            width: 1vw;
            height: 1vw;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-left: auto; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .answer p {
            margin: 0;
            background-color: #fff;
            font-size: 0.9375vw;
            padding: 1.6666666667vw 1.5625vw;
            text-align: left;
            display: flex; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .answer p .aicon {
              font-size: 1.5625vw;
              font-weight: 500;
              display: inline-block;
              margin-right: 1.4583333333vw;
              margin-top: -0.3vw;
              font-family: "Poppins", sans-serif;
              font-weight: 500;
              font-style: normal; }
            .recruit_page main .recruit_box05 .box01_outer .box01 .answer p .text02 {
              display: inline-block;
              line-height: 2; }
          .recruit_page main .recruit_box05 .box01_outer .box01 .answer {
            display: none; }
    .recruit_page main .recruit_box06 {
      padding-top: 9.0104166667vw;
      padding-bottom: 9.0104166667vw;
      background-color: #fff;
      text-align: center; }
      .recruit_page main .recruit_box06 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_page main .recruit_box06 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_page main .recruit_box06 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #C3A269 20%);
        display: inline;
        margin-bottom: 3.125vw;
        text-align: center;
        font-weight: bold; }
      .recruit_page main .recruit_box06 .cach02 {
        font-size: 1.25vw;
        text-align: center;
        font-weight: bold;
        line-height: 2;
        margin: 0;
        margin-top: 3.125vw;
        margin-bottom: 4.1666666667vw; }
      .recruit_page main .recruit_box06 .box01 {
        width: 50vw;
        margin: 0 auto;
        text-align: left; }
        .recruit_page main .recruit_box06 .box01 .f_box01 {
          display: flex;
          align-items: center; }
          .recruit_page main .recruit_box06 .box01 .f_box01 .aicon01 {
            width: 8.3333333333vw;
            margin-right: 1.875vw; }
          .recruit_page main .recruit_box06 .box01 .f_box01 h3 {
            width: 39.7916666667vw;
            font-size: 1.25vw; }
        .recruit_page main .recruit_box06 .box01 .f_box02 {
          display: flex;
          align-items: stretch;
          flex-wrap: nowrap; }
          .recruit_page main .recruit_box06 .box01 .f_box02 .sen01 {
            width: 8.3333333333vw;
            margin-right: 1.875vw;
            position: relative; }
            .recruit_page main .recruit_box06 .box01 .f_box02 .sen01 .border {
              position: absolute;
              /*絶対位置指定*/
              top: 0;
              bottom: 0;
              margin: auto 0;
              left: 3vw;
              background: #070707;
              /*線の色指定*/
              width: 1px;
              /*線の幅指定*/
              height: 85%;
              /*線の高さ指定*/ }
          .recruit_page main .recruit_box06 .box01 .f_box02 p {
            margin: 0;
            width: 39.7916666667vw;
            font-size: 0.9375vw;
            line-height: 2;
            padding-bottom: 2.5vw; } }

/*-----------------------------------
リクルートボイスページのスタイルのインポート
------------------------------------*/
.recruit_voice_page {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }
  @media screen and (min-width: 0px) and (max-width: 600px) {
    .recruit_voice_page .contact_nav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      z-index: 99; }
      .recruit_voice_page .contact_nav .f_box01 {
        display: flex; }
        .recruit_voice_page .contact_nav .f_box01 a {
          color: #fff;
          display: block;
          background-color: #C3A269;
          width: 33.3333333333vw;
          padding: 3.3333333333vw 0;
          margin-right: 0.5128205128vw;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold;
          font-size: 4.1025641026vw; }
          .recruit_voice_page .contact_nav .f_box01 a span {
            display: inline-block; }
            .recruit_voice_page .contact_nav .f_box01 a span img {
              width: 5.1282051282vw;
              height: auto;
              margin-right: 1.2820512821vw; }
        .recruit_voice_page .contact_nav .f_box01 a:last-child {
          margin: 0; }
    .recruit_voice_page main .main_v {
      background-image: url(img/recruit_voice_page/main_v_voice01_sp.jpg);
      height: 100svh;
      margin-top: -10svh;
      background-size: cover;
      background-position: center; }
      .recruit_voice_page main .main_v img {
        width: 100%;
        height: 100svh;
        position: relative;
        top: auto;
        bottom: 100vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        z-index: -1; }
      .recruit_voice_page main .main_v .text-box01 {
        position: absolute;
        width: 84.6153846154vw;
        top: 132.3076923077vw;
        left: 0;
        right: 0;
        margin: auto;
        text-align: left;
        font-weight: bold;
        color: #fff; }
        .recruit_voice_page main .main_v .text-box01 .cach01 {
          font-size: 7.1794871795vw;
          font-weight: bold;
          margin: 0;
          margin-bottom: 7.6923076923vw;
          line-height: 1.8; }
        .recruit_voice_page main .main_v .text-box01 .cach02 {
          font-size: 4.6153846154vw;
          line-height: 2;
          margin: 0; }
    .recruit_voice_page main .staff_box01 .f_box01 {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
      justify-content: space-between;
      padding: 0;
      align-items: flex-start; }
      .recruit_voice_page main .staff_box01 .f_box01 .col01 {
        order: 2;
        width: 100%;
        height: 112.5641025641vw;
        /*position: sticky;*/
        top: 0;
        left: 0;
        margin: 0; }
        .recruit_voice_page main .staff_box01 .f_box01 .col01 img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .recruit_voice_page main .staff_box01 .f_box01 .col02 {
        order: 1;
        width: 100%;
        text-align: center; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 {
          text-align: left;
          padding-top: 17.9487179487vw;
          text-align: center; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .logo {
            margin-bottom: 0vw; }
            .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .logo img {
              height: 18.9743589744vw;
              width: 18.9743589744vw;
              object-fit: contain;
              margin: 0 auto; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .yakusyoku {
            font-size: 4.6153846154vw;
            margin-bottom: 1.2820512821vw; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .name {
            font-size: 7.6923076923vw;
            margin-bottom: 1.2820512821vw;
            font-weight: normal;
            margin: 0;
            letter-spacing: 0.1em; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .yomi {
            font-size: 3.0769230769vw;
            margin-bottom: 1.0416666667vw;
            letter-spacing: 0.1em;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-style: normal; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 ul {
            display: flex;
            justify-content: center;
            padding: 0;
            margin-bottom: 15.3846153846vw; }
            .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 ul li {
              margin-right: 5.1282051282vw; }
              .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 ul li a img {
                height: 6.1538461538vw;
                width: 6.1538461538vw;
                object-fit: contain; }
            .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 ul li:last-child {
              margin-right: 0; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 .outer01 {
          background-color: rgba(7, 7, 7, 0.75);
          padding: 3.6458333333vw 0; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 table {
          width: 83.5897435897vw;
          margin: 0 auto;
          text-align: left;
          margin-bottom: 6.25vw;
          font-size: 3.5897435897vw;
          color: #fff; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 table,
        .recruit_voice_page main .staff_box01 .f_box01 .col02 td,
        .recruit_voice_page main .staff_box01 .f_box01 .col02 th {
          /*border: 1px solid #595959;*/
          border-collapse: collapse; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 tr {
          height: 10.2564102564vw; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 th {
          width: 25.641025641vw;
          font-weight: normal; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 td {
          width: 57.9487179487vw; }
    .recruit_voice_page main .interview_box01 {
      padding: 23.0769230769vw 0;
      padding-bottom: 15vw;
      background-color: #fff; }
      .recruit_voice_page main .interview_box01 .midasi02 {
        font-size: 10.2564102564vw;
        margin: 0;
        margin-bottom: 0vw;
        text-align: center; }
      .recruit_voice_page main .interview_box01 p {
        margin: 0; }
      .recruit_voice_page main .interview_box01 .midasi02_s {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        text-align: center; }
      .recruit_voice_page main .interview_box01 .f_box01 {
        display: flex;
        flex-direction: column;
        width: 84.6153846154vw;
        margin: 0 auto;
        margin-bottom: 15.3846153846vw;
        justify-content: space-between; }
        .recruit_voice_page main .interview_box01 .f_box01 .col01 {
          order: 1;
          width: 100%;
          margin-bottom: 7.6923076923vw; }
        .recruit_voice_page main .interview_box01 .f_box01 .col02 {
          order: 2;
          width: 100%; }
          .recruit_voice_page main .interview_box01 .f_box01 .col02 div {
            margin-bottom: 10.2564102564vw; }
          .recruit_voice_page main .interview_box01 .f_box01 .col02 h3 {
            margin: 0;
            margin-bottom: 2.03125vw;
            display: flex;
            align-items: center; }
            .recruit_voice_page main .interview_box01 .f_box01 .col02 h3 .aicon01 {
              display: block;
              font-size: 6.6666666667vw;
              font-family: "Poppins", sans-serif;
              font-weight: 500;
              font-style: normal;
              margin-right: 3.0769230769vw; }
            .recruit_voice_page main .interview_box01 .f_box01 .col02 h3 .text01 {
              display: block;
              font-size: 4.6153846154vw;
              line-height: 2; }
          .recruit_voice_page main .interview_box01 .f_box01 .col02 p {
            margin: 0;
            font-size: 4.1025641026vw;
            line-height: 2; }
      .recruit_voice_page main .interview_box01 .f_box02 {
        display: flex;
        flex-direction: column;
        width: 84.6153846154vw;
        margin: 0 auto;
        justify-content: space-between; }
        .recruit_voice_page main .interview_box01 .f_box02 .col01 {
          order: 1;
          width: 100%;
          margin-bottom: 7.6923076923vw; }
        .recruit_voice_page main .interview_box01 .f_box02 .col02 {
          order: 2;
          width: 100%; }
          .recruit_voice_page main .interview_box01 .f_box02 .col02 div {
            margin-bottom: 10.2564102564vw; }
          .recruit_voice_page main .interview_box01 .f_box02 .col02 h3 {
            margin: 0;
            margin-bottom: 2.03125vw;
            display: flex;
            align-items: center; }
            .recruit_voice_page main .interview_box01 .f_box02 .col02 h3 .aicon01 {
              display: block;
              font-size: 6.6666666667vw;
              font-family: "Poppins", sans-serif;
              font-weight: 500;
              font-style: normal;
              margin-right: 3.0769230769vw; }
            .recruit_voice_page main .interview_box01 .f_box02 .col02 h3 .text01 {
              display: block;
              font-size: 4.6153846154vw;
              line-height: 2; }
          .recruit_voice_page main .interview_box01 .f_box02 .col02 p {
            margin: 0;
            margin-bottom: 10.2564102564vw;
            font-size: 4.1025641026vw;
            line-height: 2; }
    .recruit_voice_page main .schedule_box01 {
      padding-top: 25.641025641vw;
      padding-bottom: 25.641025641vw;
      text-align: center;
      background-color: rgba(7, 7, 7, 0.75);
      color: #fff; }
      .recruit_voice_page main .schedule_box01 .midasi02 {
        text-align: center;
        font-size: 10.2564102564vw;
        margin: 0;
        margin-bottom: 0.5208333333vw;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_voice_page main .schedule_box01 .midasi02_s {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        text-align: center; }
      .recruit_voice_page main .schedule_box01 .cach01 {
        font-size: 7.1794871795vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 7.6923076923vw;
        line-height: 2.1;
        text-align: center;
        font-weight: bold; }
      .recruit_voice_page main .schedule_box01 .cach02 {
        font-size: 4.6153846154vw;
        text-align: center;
        font-weight: bold;
        line-height: 2;
        margin: 0;
        margin-top: 7.6923076923vw;
        margin-bottom: 7.6923076923vw; }
      .recruit_voice_page main .schedule_box01 .box01:last-child .sen01 {
        display: none; }
      .recruit_voice_page main .schedule_box01 .box01 {
        width: 84.6153846154vw;
        margin: 0 auto;
        text-align: left;
        margin-top: 7.6923076923vw; }
        .recruit_voice_page main .schedule_box01 .box01 .f_box01 {
          display: flex;
          align-items: center;
          margin-bottom: 5.1282051282vw; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box01 .aicon01 {
            width: 28.2051282051vw;
            height: 15.3846153846vw;
            margin-right: 2.34375vw;
            position: relative; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box01 .time {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 5;
            font-size: 6.6666666667vw;
            color: #fff;
            letter-spacing: 0.1em;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-style: italic; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box01 .aicon01::after {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            content: " ";
            background-color: #070707;
            transform: skewX(-15deg);
            width: 28.2051282051vw;
            height: 15.3846153846vw; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box01 h3 {
            font-size: 4.6153846154vw;
            color: #fff; }
        .recruit_voice_page main .schedule_box01 .box01 .f_box02 {
          display: flex;
          flex-direction: column-reverse;
          margin-bottom: 3.8461538462vw; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box02 .sen01 {
            width: 100%;
            position: relative;
            height: 15.3846153846vw;
            /*線の高さ指定*/ }
            .recruit_voice_page main .schedule_box01 .box01 .f_box02 .sen01 .border {
              position: absolute;
              /*絶対位置指定*/
              top: 0;
              bottom: 0;
              margin: auto;
              left: 0;
              right: 0;
              background: #fff;
              /*線の色指定*/
              width: 1px;
              /*線の幅指定*/
              height: 15.3846153846vw;
              /*線の高さ指定*/ }
          .recruit_voice_page main .schedule_box01 .box01 .f_box02 p {
            margin: 0;
            font-size: 4.1025641026vw;
            line-height: 2;
            margin-bottom: 3.8461538462vw; }
    .recruit_voice_page main .application_box01 {
      padding: 9.0104166667vw 0;
      background-image: url(img/recruit_voice_page/bg_application01_sp.jpg);
      /*min-height: vw(1180);*/
      background-size: cover;
      color: #fff; }
      .recruit_voice_page main .application_box01 .cach01 {
        font-size: 7.1794871795vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 7.6923076923vw;
        line-height: 2.1;
        text-align: center;
        font-weight: bold; }
      .recruit_voice_page main .application_box01 .cach02 {
        font-size: 4.6153846154vw;
        text-align: center;
        font-weight: bold;
        line-height: 2;
        margin: 0;
        margin-top: 7.6923076923vw;
        margin-bottom: 7.6923076923vw; }
    .recruit_voice_page main .locations_box01 {
      padding: 25.641025641vw 0;
      background-image: none;
      padding-top: 25.641025641vw;
      padding-bottom: 51.2820512821vw;
      text-align: center;
      background-color: rgba(7, 7, 7, 0.75);
      color: #fff; }
      .recruit_voice_page main .locations_box01 .midasi02 {
        text-align: center;
        font-size: 10.2564102564vw;
        margin: 0;
        line-height: 1;
        margin-bottom: 2.5641025641vw;
        position: relative;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_voice_page main .locations_box01 .midasi02_s {
        margin: 0;
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        text-align: center; }
      .recruit_voice_page main .locations_box01 .cach01 {
        font-size: 7.1794871795vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 7.6923076923vw;
        text-align: center;
        font-weight: bold; }
      .recruit_voice_page main .locations_box01 .text01 {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        margin-top: 7.6923076923vw;
        line-height: 2;
        text-align: center; }
      .recruit_voice_page main .locations_box01 .text02 {
        font-size: 4.1025641026vw;
        margin-bottom: 7.6923076923vw;
        line-height: 2;
        text-align: center;
        font-weight: bold; }
      .recruit_voice_page main .locations_box01 .text03 {
        font-size: 4.1025641026vw;
        margin-bottom: 12.8205128205vw;
        line-height: 2;
        text-align: center; }
      .recruit_voice_page main .locations_box01 .swiper_area {
        height: 178.2051282051vw; }
        .recruit_voice_page main .locations_box01 .swiper_area .swiper {
          height: 100%;
          position: relative;
          right: auto;
          width: 84.6153846154vw;
          height: 100%; }
        .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide {
          width: 100% !important;
          /*margin-right: vw_sp(30) !important;*/ }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a {
            text-align: center;
            margin-bottom: 1.3020833333vw; }
            .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a img {
              border: 0px solid #fff !important; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide .name {
            font-size: 7.1794871795vw;
            margin: 0;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-style: normal; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide .yomi {
            font-size: 2.5641025641vw;
            margin: 0;
            margin-bottom: 5.1282051282vw; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide .text01 {
            font-size: 4.6153846154vw;
            font-weight: bold;
            margin: 0;
            margin-bottom: 3.8461538462vw; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide .text02 {
            font-size: 4.1025641026vw;
            margin: 0;
            margin-bottom: 5.1282051282vw;
            font-weight: 400; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a.text_link {
            display: inline-block;
            margin-right: 0.5208333333vw;
            padding-bottom: 0.2604166667vw;
            border-bottom: 1px solid #fff;
            color: #070707;
            margin: 0;
            color: #fff; }
            .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a.text_link span {
              display: inline-block;
              margin-right: 2.5641025641vw; }
              .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a.text_link span img {
                margin: 0;
                margin-top: -0.6vw;
                filter: brightness(0) invert(1); }
    .recruit_voice_page main .locations_box01::after {
      display: none; } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .recruit_voice_page .contact_nav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 33.8541666667vw;
      z-index: 99; }
      .recruit_voice_page .contact_nav .f_box01 {
        display: flex; }
        .recruit_voice_page .contact_nav .f_box01 a {
          color: #fff;
          display: block;
          background-color: #C3A269;
          width: 10.9375vw;
          padding: 1.3020833333vw 0;
          margin-right: 0.5208333333vw;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold; }
          .recruit_voice_page .contact_nav .f_box01 a span {
            display: inline-block;
            margin-right: 0.78125vw; }
        .recruit_voice_page .contact_nav .f_box01 a:last-child {
          margin: 0; }
    .recruit_voice_page main .main_v {
      background-image: url(img/recruit_voice_page/main_v_voice01.jpg);
      height: 38svh;
      background-position: center;
      margin-top: -10svh;
      background-size: cover; }
      .recruit_voice_page main .main_v img {
        width: 100%;
        height: 100svh;
        position: relative;
        top: auto;
        bottom: 100vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        z-index: -1; }
      .recruit_voice_page main .main_v .text-box01 {
        position: absolute;
        top: 19.375vw;
        left: 7.2916666667vw;
        margin: auto;
        text-align: left;
        font-weight: bold;
        color: #fff; }
        .recruit_voice_page main .main_v .text-box01 .cach01 {
          font-size: 2.0833333333vw;
          font-weight: bold;
          margin: 0;
          margin-bottom: 3.125vw;
          line-height: 1.8; }
        .recruit_voice_page main .main_v .text-box01 .cach02 {
          font-size: 1.25vw;
          line-height: 2;
          margin: 0; }
    .recruit_voice_page main .staff_box01 .f_box01 {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
      justify-content: space-between;
      padding: 0;
      align-items: flex-start; }
      .recruit_voice_page main .staff_box01 .f_box01 .col01 {
        width: 50%;
        /*position: sticky;*/
        top: 0;
        left: 0;
        margin: 0; }
        .recruit_voice_page main .staff_box01 .f_box01 .col01 img {
          width: 100%;
          height: 56.25vw;
          object-fit: cover; }
      .recruit_voice_page main .staff_box01 .f_box01 .col02 {
        width: 50%;
        text-align: center; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 {
          text-align: left;
          padding-top: 8.8541666667vw;
          text-align: center; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .logo {
            margin-bottom: 0vw; }
            .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .logo img {
              height: 3.8541666667vw;
              width: 3.8541666667vw;
              object-fit: contain;
              margin: 0 auto; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .yakusyoku {
            font-size: 0.9375vw;
            margin-bottom: 0.5208333333vw; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .name {
            font-size: 2.0833333333vw;
            margin-bottom: 0.5208333333vw;
            font-weight: normal;
            margin: 0;
            letter-spacing: 0.1em; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .yomi {
            font-size: 0.8333333333vw;
            margin-bottom: 1.5625vw;
            letter-spacing: 0.1em;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-style: normal; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 ul {
            display: flex;
            justify-content: center;
            padding: 0;
            margin-bottom: 5.2083333333vw; }
            .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 ul li {
              margin-right: 1.0416666667vw; }
              .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 ul li a img {
                height: 1.25vw;
                width: 1.25vw;
                object-fit: contain; }
            .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 ul li:last-child {
              margin-right: 0; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 .outer01 {
          background-color: rgba(7, 7, 7, 0.75);
          padding: 3.6458333333vw 0; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 table {
          width: 29.2708333333vw;
          margin: 0 auto;
          text-align: left;
          color: #fff; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 table,
        .recruit_voice_page main .staff_box01 .f_box01 .col02 td,
        .recruit_voice_page main .staff_box01 .f_box01 .col02 th {
          /*border: 1px solid #595959;*/
          border-collapse: collapse; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 tr {
          height: 2.34375vw; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 th {
          width: 7.8125vw;
          font-weight: normal; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 td {
          width: 21.4583333333vw; }
    .recruit_voice_page main .interview_box01 {
      padding: 9.0104166667vw 0; }
      .recruit_voice_page main .interview_box01 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_voice_page main .interview_box01 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_voice_page main .interview_box01 .f_box01 {
        display: flex;
        width: 81.25vw;
        margin: 0 auto;
        margin-bottom: 4.1666666667vw;
        justify-content: space-between; }
        .recruit_voice_page main .interview_box01 .f_box01 .col01 {
          order: 1;
          width: 25vw; }
        .recruit_voice_page main .interview_box01 .f_box01 .col02 {
          order: 2;
          width: 53.125vw; }
          .recruit_voice_page main .interview_box01 .f_box01 .col02 div {
            margin-bottom: 4.1666666667vw; }
          .recruit_voice_page main .interview_box01 .f_box01 .col02 h3 {
            margin: 0;
            margin-bottom: 2.03125vw;
            display: flex;
            align-items: center; }
            .recruit_voice_page main .interview_box01 .f_box01 .col02 h3 .aicon01 {
              display: block;
              margin-right: 1.3541666667vw;
              font-size: 1.5625vw;
              font-family: "Poppins", sans-serif;
              font-weight: 500;
              font-style: normal; }
            .recruit_voice_page main .interview_box01 .f_box01 .col02 h3 .text01 {
              display: block;
              font-size: 1.25vw;
              line-height: 2; }
          .recruit_voice_page main .interview_box01 .f_box01 .col02 p {
            margin: 0;
            margin-bottom: 4.1666666667vw;
            font-size: 0.9375vw;
            line-height: 2; }
      .recruit_voice_page main .interview_box01 .f_box02 {
        display: flex;
        width: 81.25vw;
        margin: 0 auto;
        justify-content: space-between; }
        .recruit_voice_page main .interview_box01 .f_box02 .col01 {
          order: 2;
          width: 25vw; }
        .recruit_voice_page main .interview_box01 .f_box02 .col02 {
          order: 1;
          width: 53.125vw; }
          .recruit_voice_page main .interview_box01 .f_box02 .col02 div {
            margin-bottom: 4.1666666667vw; }
          .recruit_voice_page main .interview_box01 .f_box02 .col02 h3 {
            margin: 0;
            margin-bottom: 2.03125vw;
            display: flex;
            align-items: center; }
            .recruit_voice_page main .interview_box01 .f_box02 .col02 h3 .aicon01 {
              display: block;
              margin-right: 1.3541666667vw;
              font-size: 1.5625vw;
              font-family: "Poppins", sans-serif;
              font-weight: 500;
              font-style: normal; }
            .recruit_voice_page main .interview_box01 .f_box02 .col02 h3 .text01 {
              display: block;
              font-size: 1.25vw;
              line-height: 2; }
          .recruit_voice_page main .interview_box01 .f_box02 .col02 p {
            margin: 0;
            font-size: 0.9375vw;
            line-height: 2; }
    .recruit_voice_page main .schedule_box01 {
      padding-top: 9.0104166667vw;
      padding-bottom: 9.0104166667vw;
      background-color: #fff;
      text-align: center;
      background-color: rgba(7, 7, 7, 0.75); }
      .recruit_voice_page main .schedule_box01 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff; }
      .recruit_voice_page main .schedule_box01 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center;
        color: #fff; }
      .recruit_voice_page main .schedule_box01 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 3.125vw;
        text-align: center;
        font-weight: bold;
        color: #fff;
        line-height: 2.1; }
      .recruit_voice_page main .schedule_box01 .box01_outer {
        margin-top: 3.125vw; }
      .recruit_voice_page main .schedule_box01 .box01 {
        width: 50vw;
        margin: 0 auto;
        text-align: left;
        margin-top: 1.0416666667vw; }
        .recruit_voice_page main .schedule_box01 .box01 .f_box01 {
          display: flex;
          align-items: center; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box01 .aicon01 {
            width: 8.3333333333vw;
            height: 4.1666666667vw;
            margin-right: 2.34375vw;
            position: relative; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box01 .time {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 5;
            font-size: 2.0833333333vw;
            color: #fff;
            letter-spacing: 0.1em;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-style: italic; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box01 .aicon01::after {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            content: " ";
            background-color: #070707;
            transform: skewX(-15deg);
            width: 8.3333333333vw;
            height: 4.1666666667vw; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box01 h3 {
            width: 39.7916666667vw;
            font-size: 1.25vw;
            color: #fff; }
        .recruit_voice_page main .schedule_box01 .box01 .f_box02 {
          display: flex;
          align-items: stretch;
          flex-wrap: nowrap; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box02 .sen01 {
            width: 8.3333333333vw;
            margin-right: 2.34375vw;
            position: relative; }
            .recruit_voice_page main .schedule_box01 .box01 .f_box02 .sen01 .border {
              position: absolute;
              /*絶対位置指定*/
              top: 0;
              bottom: 0;
              margin: auto 0;
              left: 4vw;
              background: #fff;
              /*線の色指定*/
              width: 1px;
              /*線の幅指定*/
              height: 85%;
              /*線の高さ指定*/ }
          .recruit_voice_page main .schedule_box01 .box01 .f_box02 p {
            margin: 0;
            width: 39.7916666667vw;
            font-size: 0.9375vw;
            line-height: 2;
            padding-bottom: 2.5vw;
            color: #fff; }
    .recruit_voice_page main .application_box01 {
      padding: 9.0104166667vw 0;
      background-image: url(img/recruit_voice_page/bg_application01.jpg);
      /*min-height: vw(1180);*/
      background-size: cover; }
      .recruit_voice_page main .application_box01 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 3.125vw;
        text-align: center;
        font-weight: bold;
        color: #fff; }
      .recruit_voice_page main .application_box01 .cach02 {
        font-size: 1.25vw;
        margin-bottom: 3.125vw;
        color: #fff;
        font-weight: bold;
        line-height: 2; }
    .recruit_voice_page main .locations_box01 {
      padding: 9.0104166667vw 0;
      background-image: none;
      padding-top: 9.0104166667vw;
      text-align: center;
      background-color: rgba(7, 7, 7, 0.75);
      color: #fff; }
      .recruit_voice_page main .locations_box01 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_voice_page main .locations_box01 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_voice_page main .locations_box01 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline-block;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_voice_page main .locations_box01 .text01 {
        font-size: 0.9375vw;
        margin-bottom: 3.125vw;
        line-height: 2;
        text-align: center; }
      .recruit_voice_page main .locations_box01 .text02 {
        font-size: 0.9375vw;
        margin-bottom: 3.125vw;
        line-height: 2;
        text-align: center;
        font-weight: bold; }
      .recruit_voice_page main .locations_box01 .text03 {
        font-size: 0.9375vw;
        margin-bottom: 6.25vw;
        line-height: 2;
        text-align: center; }
      .recruit_voice_page main .locations_box01 .swiper_area {
        height: 45vw; }
        .recruit_voice_page main .locations_box01 .swiper_area .swiper {
          height: 100%; }
        .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide {
          width: 32.8125vw !important;
          margin-right: 3.125vw !important; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a {
            text-align: center;
            margin-bottom: 1.3020833333vw; }
            .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a img {
              border: 0px solid #fff !important; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide .name {
            font-size: 1.4583333333vw;
            margin: 0;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-style: normal; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide .yomi {
            font-size: 0.6770833333vw;
            margin: 0;
            margin-bottom: 1.5625vw; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide .text01 {
            font-size: 1.0416666667vw;
            font-weight: bold;
            margin: 0;
            margin-bottom: 1.0416666667vw; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide .text02 {
            font-size: 0.8333333333vw;
            margin: 0;
            margin-bottom: 2.0833333333vw;
            font-weight: 400; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a.text_link {
            display: inline-block;
            margin-right: 0.5208333333vw;
            padding-bottom: 0.2604166667vw;
            border-bottom: 1px solid #fff;
            color: #070707;
            margin: 0;
            color: #fff; }
            .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a.text_link span {
              display: inline-block;
              margin-right: 0.5208333333vw; }
              .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a.text_link span img {
                margin: 0;
                margin-top: -0.6vw;
                filter: brightness(0) invert(1); }
    .recruit_voice_page main .locations_box01::after {
      display: none; } }
  @media screen and (min-width: 960px) {
    .recruit_voice_page .contact_nav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 33.8541666667vw;
      z-index: 99; }
      .recruit_voice_page .contact_nav .f_box01 {
        display: flex; }
        .recruit_voice_page .contact_nav .f_box01 a {
          color: #fff;
          display: block;
          background-color: #C3A269;
          width: 10.9375vw;
          padding: 1.3020833333vw 0;
          margin-right: 0.5208333333vw;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold; }
          .recruit_voice_page .contact_nav .f_box01 a span {
            display: inline-block;
            margin-right: 0.78125vw; }
        .recruit_voice_page .contact_nav .f_box01 a:last-child {
          margin: 0; }
    .recruit_voice_page main .main_v {
      background-image: url(img/recruit_voice_page/main_v_voice01.jpg);
      height: 100svh;
      margin-top: -10svh;
      background-size: cover; }
      .recruit_voice_page main .main_v img {
        width: 100%;
        height: 100svh;
        position: relative;
        top: auto;
        bottom: 100vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        z-index: -1; }
      .recruit_voice_page main .main_v .text-box01 {
        position: absolute;
        top: 19.375vw;
        left: 7.2916666667vw;
        margin: auto;
        text-align: left;
        font-weight: bold;
        color: #fff; }
        .recruit_voice_page main .main_v .text-box01 .cach01 {
          font-size: 2.0833333333vw;
          font-weight: bold;
          margin: 0;
          margin-bottom: 3.125vw;
          line-height: 1.8; }
        .recruit_voice_page main .main_v .text-box01 .cach02 {
          font-size: 1.25vw;
          line-height: 2;
          margin: 0; }
    .recruit_voice_page main .staff_box01 .f_box01 {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
      justify-content: space-between;
      padding: 0;
      align-items: flex-start; }
      .recruit_voice_page main .staff_box01 .f_box01 .col01 {
        width: 50%;
        /*position: sticky;*/
        top: 0;
        left: 0;
        margin: 0; }
        .recruit_voice_page main .staff_box01 .f_box01 .col01 img {
          width: 100%;
          height: 56.25vw;
          object-fit: cover; }
      .recruit_voice_page main .staff_box01 .f_box01 .col02 {
        width: 50%;
        text-align: center; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 {
          text-align: left;
          padding-top: 8.8541666667vw;
          text-align: center; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .logo {
            margin-bottom: 0vw; }
            .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .logo img {
              height: 3.8541666667vw;
              width: 3.8541666667vw;
              object-fit: contain;
              margin: 0 auto; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .yakusyoku {
            font-size: 0.9375vw;
            margin-bottom: 0.5208333333vw; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .name {
            font-size: 2.0833333333vw;
            margin-bottom: 0.5208333333vw;
            font-weight: normal;
            margin: 0;
            letter-spacing: 0.1em; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 .yomi {
            font-size: 0.8333333333vw;
            margin-bottom: 1.5625vw;
            letter-spacing: 0.1em;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-style: normal; }
          .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 ul {
            display: flex;
            justify-content: center;
            padding: 0;
            margin-bottom: 5.2083333333vw; }
            .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 ul li {
              margin-right: 1.0416666667vw; }
              .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 ul li a img {
                height: 1.25vw;
                width: 1.25vw;
                object-fit: contain; }
            .recruit_voice_page main .staff_box01 .f_box01 .col02 .box01 ul li:last-child {
              margin-right: 0; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 .outer01 {
          background-color: rgba(7, 7, 7, 0.75);
          padding: 3.6458333333vw 0; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 table {
          width: 29.2708333333vw;
          margin: 0 auto;
          text-align: left;
          color: #fff; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 table,
        .recruit_voice_page main .staff_box01 .f_box01 .col02 td,
        .recruit_voice_page main .staff_box01 .f_box01 .col02 th {
          /*border: 1px solid #595959;*/
          border-collapse: collapse; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 tr {
          height: 2.34375vw; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 th {
          width: 7.8125vw;
          font-weight: normal; }
        .recruit_voice_page main .staff_box01 .f_box01 .col02 td {
          width: 21.4583333333vw; }
    .recruit_voice_page main .interview_box01 {
      padding: 9.0104166667vw 0; }
      .recruit_voice_page main .interview_box01 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_voice_page main .interview_box01 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_voice_page main .interview_box01 .f_box01 {
        display: flex;
        width: 81.25vw;
        margin: 0 auto;
        margin-bottom: 4.1666666667vw;
        justify-content: space-between; }
        .recruit_voice_page main .interview_box01 .f_box01 .col01 {
          order: 1;
          width: 25vw; }
        .recruit_voice_page main .interview_box01 .f_box01 .col02 {
          order: 2;
          width: 53.125vw; }
          .recruit_voice_page main .interview_box01 .f_box01 .col02 div {
            margin-bottom: 4.1666666667vw; }
          .recruit_voice_page main .interview_box01 .f_box01 .col02 h3 {
            margin: 0;
            margin-bottom: 2.03125vw;
            display: flex;
            align-items: center; }
            .recruit_voice_page main .interview_box01 .f_box01 .col02 h3 .aicon01 {
              display: block;
              margin-right: 1.3541666667vw;
              font-size: 1.5625vw;
              font-family: "Poppins", sans-serif;
              font-weight: 500;
              font-style: normal; }
            .recruit_voice_page main .interview_box01 .f_box01 .col02 h3 .text01 {
              display: block;
              font-size: 1.25vw;
              line-height: 2; }
          .recruit_voice_page main .interview_box01 .f_box01 .col02 p {
            margin: 0;
            margin-bottom: 4.1666666667vw;
            font-size: 0.9375vw;
            line-height: 2; }
      .recruit_voice_page main .interview_box01 .f_box02 {
        display: flex;
        width: 81.25vw;
        margin: 0 auto;
        justify-content: space-between; }
        .recruit_voice_page main .interview_box01 .f_box02 .col01 {
          order: 2;
          width: 25vw; }
        .recruit_voice_page main .interview_box01 .f_box02 .col02 {
          order: 1;
          width: 53.125vw; }
          .recruit_voice_page main .interview_box01 .f_box02 .col02 div {
            margin-bottom: 4.1666666667vw; }
          .recruit_voice_page main .interview_box01 .f_box02 .col02 h3 {
            margin: 0;
            margin-bottom: 2.03125vw;
            display: flex;
            align-items: center; }
            .recruit_voice_page main .interview_box01 .f_box02 .col02 h3 .aicon01 {
              display: block;
              margin-right: 1.3541666667vw;
              font-size: 1.5625vw;
              font-family: "Poppins", sans-serif;
              font-weight: 500;
              font-style: normal; }
            .recruit_voice_page main .interview_box01 .f_box02 .col02 h3 .text01 {
              display: block;
              font-size: 1.25vw;
              line-height: 2; }
          .recruit_voice_page main .interview_box01 .f_box02 .col02 p {
            margin: 0;
            font-size: 0.9375vw;
            line-height: 2; }
    .recruit_voice_page main .schedule_box01 {
      padding-top: 9.0104166667vw;
      padding-bottom: 9.0104166667vw;
      background-color: #fff;
      text-align: center;
      background-color: rgba(7, 7, 7, 0.75); }
      .recruit_voice_page main .schedule_box01 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff; }
      .recruit_voice_page main .schedule_box01 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center;
        color: #fff; }
      .recruit_voice_page main .schedule_box01 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 3.125vw;
        text-align: center;
        font-weight: bold;
        color: #fff;
        line-height: 2.1; }
      .recruit_voice_page main .schedule_box01 .box01_outer {
        margin-top: 3.125vw; }
      .recruit_voice_page main .schedule_box01 .box01 {
        width: 50vw;
        margin: 0 auto;
        text-align: left;
        margin-top: 1.0416666667vw; }
        .recruit_voice_page main .schedule_box01 .box01 .f_box01 {
          display: flex;
          align-items: center; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box01 .aicon01 {
            width: 8.3333333333vw;
            height: 4.1666666667vw;
            margin-right: 2.34375vw;
            position: relative; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box01 .time {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 5;
            font-size: 2.0833333333vw;
            color: #fff;
            letter-spacing: 0.1em;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-style: italic; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box01 .aicon01::after {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            content: " ";
            background-color: #070707;
            transform: skewX(-15deg);
            width: 8.3333333333vw;
            height: 4.1666666667vw; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box01 h3 {
            width: 39.7916666667vw;
            font-size: 1.25vw;
            color: #fff; }
        .recruit_voice_page main .schedule_box01 .box01 .f_box02 {
          display: flex;
          align-items: stretch;
          flex-wrap: nowrap; }
          .recruit_voice_page main .schedule_box01 .box01 .f_box02 .sen01 {
            width: 8.3333333333vw;
            margin-right: 2.34375vw;
            position: relative; }
            .recruit_voice_page main .schedule_box01 .box01 .f_box02 .sen01 .border {
              position: absolute;
              /*絶対位置指定*/
              top: 0;
              bottom: 0;
              margin: auto 0;
              left: 4vw;
              background: #fff;
              /*線の色指定*/
              width: 1px;
              /*線の幅指定*/
              height: 85%;
              /*線の高さ指定*/ }
          .recruit_voice_page main .schedule_box01 .box01 .f_box02 p {
            margin: 0;
            width: 39.7916666667vw;
            font-size: 0.9375vw;
            line-height: 2;
            padding-bottom: 2.5vw;
            color: #fff; }
    .recruit_voice_page main .application_box01 {
      padding: 9.0104166667vw 0;
      background-image: url(img/recruit_voice_page/bg_application01.jpg);
      /*min-height: vw(1180);*/
      background-size: cover; }
      .recruit_voice_page main .application_box01 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline;
        margin-bottom: 3.125vw;
        text-align: center;
        font-weight: bold;
        color: #fff; }
      .recruit_voice_page main .application_box01 .cach02 {
        font-size: 1.25vw;
        margin-bottom: 3.125vw;
        color: #fff;
        font-weight: bold;
        line-height: 2; }
    .recruit_voice_page main .locations_box01 {
      padding: 9.0104166667vw 0;
      background-image: none;
      padding-top: 9.0104166667vw;
      text-align: center;
      background-color: rgba(7, 7, 7, 0.75);
      color: #fff; }
      .recruit_voice_page main .locations_box01 .midasi02 {
        text-align: center;
        font-size: 3.8541666667vw;
        margin: 0;
        margin-bottom: 1.0416666667vw;
        position: relative;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0; }
      .recruit_voice_page main .locations_box01 .midasi02_s {
        font-size: 1.0416666667vw;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_voice_page main .locations_box01 .cach01 {
        font-size: 2.0833333333vw;
        background: linear-gradient(transparent 70%, #84755A 20%);
        display: inline-block;
        margin-bottom: 3.125vw;
        text-align: center; }
      .recruit_voice_page main .locations_box01 .text01 {
        font-size: 0.9375vw;
        margin-bottom: 3.125vw;
        line-height: 2;
        text-align: center; }
      .recruit_voice_page main .locations_box01 .text02 {
        font-size: 0.9375vw;
        margin-bottom: 3.125vw;
        line-height: 2;
        text-align: center;
        font-weight: bold; }
      .recruit_voice_page main .locations_box01 .text03 {
        font-size: 0.9375vw;
        margin-bottom: 6.25vw;
        line-height: 2;
        text-align: center; }
      .recruit_voice_page main .locations_box01 .swiper_area {
        height: 45vw; }
        .recruit_voice_page main .locations_box01 .swiper_area .swiper {
          height: 100%; }
        .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide {
          width: 32.8125vw !important;
          margin-right: 3.125vw !important; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a {
            text-align: center;
            margin-bottom: 1.3020833333vw; }
            .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a img {
              border: 0px solid #fff !important; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide .name {
            font-size: 1.4583333333vw;
            margin: 0;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-style: normal; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide .yomi {
            font-size: 0.6770833333vw;
            margin: 0;
            margin-bottom: 1.5625vw; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide .text01 {
            font-size: 1.0416666667vw;
            font-weight: bold;
            margin: 0;
            margin-bottom: 1.0416666667vw; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide .text02 {
            font-size: 0.8333333333vw;
            margin: 0;
            margin-bottom: 2.0833333333vw;
            font-weight: 400; }
          .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a.text_link {
            display: inline-block;
            margin-right: 0.5208333333vw;
            padding-bottom: 0.2604166667vw;
            border-bottom: 1px solid #fff;
            color: #070707;
            margin: 0;
            color: #fff; }
            .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a.text_link span {
              display: inline-block;
              margin-right: 0.5208333333vw; }
              .recruit_voice_page main .locations_box01 .swiper_area .swiper-slide a.text_link span img {
                margin: 0;
                margin-top: -0.6vw;
                filter: brightness(0) invert(1); }
    .recruit_voice_page main .locations_box01::after {
      display: none; } }

/*-----------------------------------
全店ページのスタイルのインポート
------------------------------------*/
.all_store_page {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }
  @media screen and (min-width: 0px) and (max-width: 600px) {
    .all_store_page main .sec01 {
      background-image: url(img/locations_main_v01.jpg);
      background-size: cover;
      background-position: center;
      color: #fff;
      padding-top: 25.641025641vw;
      padding-bottom: 34.6153846154vw; }
      .all_store_page main .sec01 .midasi02 {
        font-size: 10.2564102564vw;
        text-align: center; }
      .all_store_page main .sec01 ul {
        width: 76.9230769231vw;
        margin: 0 auto;
        margin-bottom: 16.6666666667vw;
        padding-left: 1em; }
        .all_store_page main .sec01 ul li {
          font-size: 4.1025641026vw;
          line-height: 2; }
        .all_store_page main .sec01 ul li:before {
          content: url(img/aicon/sankaku.svg);
          display: inline-block;
          /*                        top: 3px;
                                  left: 0;*/
          width: 1em;
          margin-left: -1.2em; }
      .all_store_page main .sec01 .text_box01 {
        width: 84.6153846154vw;
        margin: 0 auto;
        line-height: 2;
        font-size: 4.1025641026vw; }
    .all_store_page main .sec02 {
      padding-top: 25.641025641vw;
      padding-bottom: 15.3846153846vw;
      background-color: #fff; }
      .all_store_page main .sec02 .f_box01 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        width: 84.6153846154vw;
        margin: 0 auto;
        padding: 0; }
        .all_store_page main .sec02 .f_box01 li {
          width: 100%;
          margin-bottom: 10.2564102564vw; }
          .all_store_page main .sec02 .f_box01 li a.lo_link01 {
            display: block;
            width: 100%;
            color: #070707;
            text-align: center; }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 img {
              width: 100%;
              height: auto;
              margin-bottom: 5.1282051282vw; }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 .name {
              font-size: 7.1794871795vw;
              margin: 0; }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 .yomi {
              font-size: 2.5641025641vw;
              margin: 0;
              margin-bottom: 5.1282051282vw; }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 .text01 {
              font-size: 3.5897435897vw;
              margin: 0;
              line-height: 2;
              /*margin-bottom: vw_sp(20);*/ }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 .text02 {
              font-size: 3.5897435897vw;
              margin: 0;
              line-height: 2;
              margin-bottom: 5.1282051282vw;
              /*margin-bottom: vw_sp(23);*/ }
              .all_store_page main .sec02 .f_box01 li a.lo_link01 .text02 span {
                margin-right: 3.8461538462vw; }
          .all_store_page main .sec02 .f_box01 li .f_box02 {
            display: flex;
            justify-content: space-between;
            width: 25.641025641vw;
            margin: 0 auto; }
            .all_store_page main .sec02 .f_box01 li .f_box02 a {
              width: 10.2564102564vw; }
              .all_store_page main .sec02 .f_box01 li .f_box02 a img {
                width: 100%;
                height: auto; } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .all_store_page main .sec01 {
      background-image: url(img/locations_main_v01.jpg);
      background-size: cover;
      color: #fff;
      padding-top: 9.0104166667vw;
      padding-bottom: 11.3020833333vw; }
      .all_store_page main .sec01 .midasi02 {
        font-size: 3.8541666667vw;
        text-align: center; }
      .all_store_page main .sec01 ul {
        width: 27.6041666667vw;
        margin: 0 auto;
        margin-bottom: 3.125vw; }
        .all_store_page main .sec01 ul li {
          font-size: 0.9375vw;
          line-height: 2; }
        .all_store_page main .sec01 ul li:before {
          content: url(img/aicon/sankaku.svg);
          display: inline-block;
          /*                        top: 3px;
                                  left: 0;*/
          width: 1.5em;
          margin-left: -1.7em; }
      .all_store_page main .sec01 .text_box01 {
        width: 44.7916666667vw;
        margin: 0 auto;
        line-height: 2;
        font-size: 0.9375vw; }
    .all_store_page main .sec02 {
      padding-top: 9.0104166667vw;
      padding-bottom: 4.6875vw;
      background-color: #fff; }
      .all_store_page main .sec02 .f_box01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 68.75vw;
        margin: 0 auto; }
        .all_store_page main .sec02 .f_box01 li {
          width: 32.8125vw;
          margin-bottom: 4.1666666667vw; }
          .all_store_page main .sec02 .f_box01 li a.lo_link01 {
            display: block;
            width: 100%;
            color: #070707;
            text-align: center; }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 img {
              width: 100%;
              height: auto;
              margin-bottom: 1.3020833333vw; }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 .name {
              font-size: 1.4583333333vw;
              margin: 0; }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 .yomi {
              font-size: 0.6770833333vw;
              margin: 0;
              margin-bottom: 1.09375vw; }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 .text01 {
              font-size: 0.8333333333vw;
              margin: 0;
              margin-bottom: 1.0416666667vw; }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 .text02 {
              font-size: 0.8333333333vw;
              margin: 0;
              margin-bottom: 1.1979166667vw; }
              .all_store_page main .sec02 .f_box01 li a.lo_link01 .text02 span {
                margin-right: 1.0416666667vw; }
          .all_store_page main .sec02 .f_box01 li .f_box02 {
            display: flex;
            justify-content: space-between;
            width: 6.25vw;
            margin: 0 auto; }
            .all_store_page main .sec02 .f_box01 li .f_box02 a {
              width: 2.6041666667vw; }
              .all_store_page main .sec02 .f_box01 li .f_box02 a img {
                width: 100%;
                height: auto; } }
  @media screen and (min-width: 960px) {
    .all_store_page main .sec01 {
      background-image: url(img/locations_main_v01.jpg);
      background-size: cover;
      color: #fff;
      padding-top: 9.0104166667vw;
      padding-bottom: 11.3020833333vw; }
      .all_store_page main .sec01 .midasi02 {
        font-size: 3.8541666667vw;
        text-align: center; }
      .all_store_page main .sec01 ul {
        width: 27.6041666667vw;
        margin: 0 auto;
        margin-bottom: 3.125vw; }
        .all_store_page main .sec01 ul li {
          font-size: 0.9375vw;
          line-height: 2; }
        .all_store_page main .sec01 ul li:before {
          content: url(img/aicon/sankaku.svg);
          display: inline-block;
          /*                        top: 3px;
                                  left: 0;*/
          width: 1.5em;
          margin-left: -1.7em; }
      .all_store_page main .sec01 .text_box01 {
        width: 44.7916666667vw;
        margin: 0 auto;
        line-height: 2;
        font-size: 0.9375vw; }
    .all_store_page main .sec02 {
      padding-top: 9.0104166667vw;
      padding-bottom: 4.6875vw;
      background-color: #fff; }
      .all_store_page main .sec02 .f_box01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 68.75vw;
        margin: 0 auto; }
        .all_store_page main .sec02 .f_box01 li {
          width: 32.8125vw;
          margin-bottom: 4.1666666667vw; }
          .all_store_page main .sec02 .f_box01 li a.lo_link01 {
            display: block;
            width: 100%;
            color: #070707;
            text-align: center; }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 img {
              width: 100%;
              height: auto;
              margin-bottom: 1.3020833333vw; }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 .name {
              font-size: 1.4583333333vw;
              margin: 0; }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 .yomi {
              font-size: 0.6770833333vw;
              margin: 0;
              margin-bottom: 1.09375vw; }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 .text01 {
              font-size: 0.8333333333vw;
              margin: 0;
              margin-bottom: 1.0416666667vw; }
            .all_store_page main .sec02 .f_box01 li a.lo_link01 .text02 {
              font-size: 0.8333333333vw;
              margin: 0;
              margin-bottom: 1.1979166667vw; }
              .all_store_page main .sec02 .f_box01 li a.lo_link01 .text02 span {
                margin-right: 1.0416666667vw; }
          .all_store_page main .sec02 .f_box01 li .f_box02 {
            display: flex;
            justify-content: space-between;
            width: 6.25vw;
            margin: 0 auto; }
            .all_store_page main .sec02 .f_box01 li .f_box02 a {
              width: 2.6041666667vw; }
              .all_store_page main .sec02 .f_box01 li .f_box02 a img {
                width: 100%;
                height: auto; } }

/*-----------------------------------
各店ページのスタイルのインポート
------------------------------------*/
.store_page {
  position: relative;
  line-height: 1.5;
  /*---スマホ---*/
  /*---タブレット---*/
  /*---パソコン---*/ }
  @media screen and (min-width: 0px) and (max-width: 600px) {
    .store_page .main_v .p-box {
      width: 100%;
      padding: 0;
      display: flex;
      place-items: center;
      overflow: hidden;
      text-wrap: nowrap;
      position: absolute;
      bottom: 0;
      top: 0;
      margin: auto; }
    .store_page .event_box01 {
      padding-bottom: 10vw; }
      .store_page .event_box01 .inner_box01 {
        background-image: url(img/event/event_bg01_sp.jpg); }
    .store_page .ranking_box01 {
      padding-top: 2vw;
      background-color: #fff; }
      .store_page .ranking_box01 .midasi02 {
        margin-bottom: 7vw; }
      .store_page .ranking_box01 .p-box02 {
        top: 45vw; }
      .store_page .ranking_box01 .view_box01 .view_all {
        margin: 2vw; } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .store_page .main_v .p-box {
      width: 100%;
      padding: 0;
      display: flex;
      place-items: center;
      overflow: hidden;
      text-wrap: nowrap;
      position: absolute;
      bottom: 0;
      top: 0;
      margin: auto; }
    .store_page .event_box01 {
      padding-bottom: 5vw; }
      .store_page .event_box01 .inner_box01 {
        background-image: url(img/event/event_bg01.jpg); }
    .store_page .ranking_box01 {
      padding-top: 0;
      background-color: #fff; }
      .store_page .ranking_box01 .p-box02 {
        top: 16vw; }
      .store_page .ranking_box01 .view_box01 .view_all {
        margin: 1vw; } }
  @media screen and (min-width: 960px) {
    .store_page main .main_v .p-box {
      width: 100%;
      padding: 0;
      display: flex;
      place-items: center;
      overflow: hidden;
      text-wrap: nowrap;
      position: absolute;
      bottom: 0;
      top: 0;
      margin: auto; }
    .store_page main .event_box01 {
      padding-bottom: 5vw; }
      .store_page main .event_box01 .inner_box01 {
        background-image: url(img/event/event_bg01.jpg); }
    .store_page main .ranking_box01 {
      padding-top: 0;
      background-color: #fff; }
      .store_page main .ranking_box01 .p-box02 {
        top: 16vw; }
      .store_page main .ranking_box01 .view_box01 .view_all {
        margin: 1vw; } }

/*# sourceMappingURL=style.css.map */
