@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

section {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  section {
    padding: 46.9333333333px 0;
  }
}
@media screen and (max-width: 999px) {
  section {
    padding: 10.6666666667vw 0;
  }
}

h2 {
  font-weight: 600;
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1300px;
  height: auto;
}
@media screen and (max-width: 999px) {
  html, body {
    min-width: 100%;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  color: #232043;
  font-weight: 400;
  font-size: 18.6666666667px;
  line-height: 1em;
}
@media screen and (max-width: 999px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1em;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 999px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}
@media screen and (max-width: 999px) {
  .sp-ui {
    display: block;
  }
}

.pc-in {
  display: inline;
}
@media screen and (max-width: 999px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 999px) {
  .sp-in {
    display: inline;
  }
}

.txt-bold {
  font-weight: 800;
}

.txt-Bodoni {
  font-family: "Bodoni Moda", serif;
}

.txt-gold {
  color: #b2a029;
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-bg {
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz/main_bg_img.webp) no-repeat top center fixed;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: top left;
}
@media screen and (max-width: 999px) {
  .main-bg {
    display: none;
  }
}

.main-bg-inner {
  width: 90%;
  height: 90%;
  position: fixed;
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  .main-bg-inner {
    display: none;
  }
}

.floating-pc {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .floating-pc {
    display: none;
  }
}

.pc_center {
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .pc_center {
    width: 440px;
    margin: 0 auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
  }
}

.sp-wrap {
  position: relative;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(72, 72, 72, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(72, 72, 72, 0.2);
  background-color: #fff;
}

.pc_center::-webkit-scrollbar {
  display: none;
}

.pc_right {
  position: absolute;
  bottom: 20%;
  right: 5%;
}
@media screen and (max-width: 999px) {
  .pc_right {
    display: none;
  }
}

.floating-bnr {
  width: 160px;
  margin-left: auto;
}

.pc_left {
  width: 410px;
  height: 100vh;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 999px) {
  .pc_left {
    display: none;
  }
}

.pc_left-inner {
  position: relative;
}

.pc_left-box {
  position: absolute;
  top: 130px;
  left: 18%;
}

.pc-left-logo {
  width: 170px;
  margin: 0 auto;
  margin-bottom: 143px;
}

.pc-left-nav-wrap-ttl {
  font-size: 20px;
  width: 291px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232043;
  border-top: solid 1px #232043;
  border-bottom: solid 1px #232043;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}

.pc-nav-list {
  margin-top: -10px;
}

.pc-nav-list-item {
  display: block;
  font-size: 16px;
  color: #232043;
  line-height: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 12px;
}

.pc-nav-list-item:hover {
  cursor: pointer;
}

.pc-nav-list-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff !important;
  border-bottom: #fff solid 1px;
  padding-bottom: 4px;
}

.pc-nav-list-item.active::before {
  content: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz/nav_arrow_right.webp);
  display: inline-block;
  position: absolute;
  left: -14px;
}

.pc-nav-list-item:nth-child(1) {
  width: 89px;
}

.pc-nav-list-item:nth-child(2) {
  width: 180px;
}

.pc-nav-list-item:nth-child(3) {
  width: 170px;
}

.pc-nav-list-item:nth-child(4) {
  width: 100px;
}

.pc-nav-list-item:nth-child(5) {
  width: 89px;
}

.pc-nav-list-item:nth-child(6) {
  width: 170px;
}

.mv {
  width: 100%;
  height: 492.8px;
  position: relative;
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz/mv.webp) top center/100% auto no-repeat;
}
@media screen and (max-width: 999px) {
  .mv {
    height: 112vw;
  }
}

.mv h1 {
  font-size: 0;
}

.mv .viewmore {
  position: absolute;
  bottom: 4%;
  right: 6%;
}

.viewmore-text {
  margin-bottom: 9.3866666667px;
  width: 14.08px;
  height: 114.9866666667px;
}
@media screen and (max-width: 999px) {
  .viewmore-text {
    margin-bottom: 2.1333333333vw;
    width: 3.2vw;
    height: 26.1333333333vw;
  }
}

.viewmore .dot {
  background-color: #999;
  border-radius: 50%;
  width: 5.8666666667px;
  height: 5.8666666667px;
  margin-left: 4.1066666667px;
  margin-bottom: 3.52px;
}
@media screen and (max-width: 999px) {
  .viewmore .dot {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    margin-left: 0.9333333333vw;
    margin-bottom: 0.8vw;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.viewmore .dot:first-child {
  -webkit-animation: pulse 0.6s ease 0s infinite alternate;
  animation: pulse 0.6s ease 0s infinite alternate;
}

.viewmore .dot:nth-child(2) {
  -webkit-animation: pulse 0.6s ease 0.3s infinite alternate;
  animation: pulse 0.6s ease 0.3s infinite alternate;
}

.viewmore .dot:nth-child(3) {
  -webkit-animation: pulse 0.6s ease 0.6s infinite alternate;
  animation: pulse 0.6s ease 0.6s infinite alternate;
}

.bg-beige {
  background-color: #f7f5ed;
}

@media screen and (min-width: 1000px) {
  .cv-area {
    padding: 35.2px 0 23.4666666667px 0;
  }
}
@media screen and (max-width: 999px) {
  .cv-area {
    padding: 8vw 0 5.3333333333vw 0;
  }
}
.cv-area .cv-area-box {
  position: relative;
}
.cv-area .cv-area-box .btn-stxt {
  color: #48322a;
  background-color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .cv-area .cv-area-box .btn-stxt {
    font-size: 15.2533333333px;
    width: 173.0666666667px;
    height: 23.4666666667px;
    border-radius: 11.7333333333px;
    border: solid #48322a 0.5866666667px;
    top: -10.56px;
  }
}
@media screen and (max-width: 999px) {
  .cv-area .cv-area-box .btn-stxt {
    font-size: 3.4666666667vw;
    width: 39.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    border: solid #48322a 0.1333333333vw;
    top: -2.4vw;
  }
}
.cv-area .cv-area-box .cv-btn {
  background-color: #48322a;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1000px) {
  .cv-area .cv-area-box .cv-btn {
    font-size: 18.7733333333px;
    padding: 25.8133333333px 0;
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .cv-area .cv-area-box .cv-btn {
    font-size: 4.2666666667vw;
    padding: 5.8666666667vw 0;
    width: 89.3333333333vw;
  }
}
.cv-area .cv-area-box .cv-btn .cv-btn-img {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1000px) {
  .cv-area .cv-area-box .cv-btn .cv-btn-img {
    right: 49.28px;
    width: 8.8px;
  }
}
@media screen and (max-width: 999px) {
  .cv-area .cv-area-box .cv-btn .cv-btn-img {
    right: 11.2vw;
    width: 2vw;
  }
}

.bg-wave {
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz/cv_bg.webp) top center/100% auto no-repeat;
}
@media screen and (min-width: 1000px) {
  .bg-wave {
    padding: 46.9333333333px 0 75.0933333333px 0;
  }
}
@media screen and (max-width: 999px) {
  .bg-wave {
    padding: 10.6666666667vw 0 17.0666666667vw 0;
  }
}
.bg-wave .cv-counter {
  position: relative;
  background-color: #fff;
  color: #48322a;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1000px) {
  .bg-wave .cv-counter {
    font-size: 18.7733333333px;
    padding: 25.8133333333px 0;
    width: 393.0666666667px;
    margin-bottom: 24.64px;
    border: solid #48322a 1.1733333333px;
  }
}
@media screen and (max-width: 999px) {
  .bg-wave .cv-counter {
    font-size: 4.2666666667vw;
    padding: 5.8666666667vw 0;
    width: 89.3333333333vw;
    margin-bottom: 5.6vw;
    border: solid #48322a 0.2666666667vw;
  }
}
.bg-wave .cv-counter .cv-btn-img {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1000px) {
  .bg-wave .cv-counter .cv-btn-img {
    right: 22.2933333333px;
    width: 8.8px;
  }
}
@media screen and (max-width: 999px) {
  .bg-wave .cv-counter .cv-btn-img {
    right: 5.0666666667vw;
    width: 2vw;
  }
}

.online-btn {
  position: relative;
  background-color: #b2a029;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1000px) {
  .online-btn {
    font-size: 16.4266666667px;
    padding: 14.08px 0;
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .online-btn {
    font-size: 3.7333333333vw;
    padding: 3.2vw 0;
    width: 89.3333333333vw;
  }
}
.online-btn .cv-btn-img {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1000px) {
  .online-btn .cv-btn-img {
    right: 22.2933333333px;
    width: 8.8px;
  }
}
@media screen and (max-width: 999px) {
  .online-btn .cv-btn-img {
    right: 5.0666666667vw;
    width: 2vw;
  }
}

/*modal*/
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-box {
  background-color: #fff;
  margin: 10% auto;
  width: 100%;
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .modal .modal-box {
    border: solid 1.1733333333px #232043;
    padding: 46.9333333333px 18.7733333333px;
    max-width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .modal .modal-box {
    border: solid 0.2666666667vw #232043;
    padding: 10.6666666667vw 4.2666666667vw;
    max-width: 89.3333333333vw;
  }
}
.modal .modal-box .modalClose {
  position: absolute;
  top: 0;
  right: 0;
}

.modalClose {
  background-color: #232043;
  border: inherit;
  color: #fff;
  font-family: "Bodoni Moda", serif;
}
@media screen and (min-width: 1000px) {
  .modalClose {
    font-size: 11.7333333333px;
    width: 61.0133333333px;
    height: 92.6933333333px;
    padding-top: 24.64px;
  }
}
@media screen and (max-width: 999px) {
  .modalClose {
    font-size: 2.6666666667vw;
    width: 13.8666666667vw;
    height: 21.0666666667vw;
    padding-top: 5.6vw;
  }
}
.modalClose span {
  display: block;
}
@media screen and (min-width: 1000px) {
  .modalClose span {
    font-size: 46.9333333333px;
    margin-top: -12px;
  }
}
@media screen and (max-width: 999px) {
  .modalClose span {
    font-size: 10.6666666667vw;
    margin-top: -3vw;
  }
}

.modal-ttl {
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .modal-ttl {
    font-size: 21.12px;
    margin-bottom: 9.3866666667px;
  }
}
@media screen and (max-width: 999px) {
  .modal-ttl {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}

.modal-sttl {
  color: #b2a029;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .modal-sttl {
    font-size: 14.08px;
    margin-bottom: 28.16px;
  }
}
@media screen and (max-width: 999px) {
  .modal-sttl {
    font-size: 3.2vw;
    margin-bottom: 6.4vw;
  }
}

.modal-list {
  position: relative;
  background-color: #e7ebf2;
}
@media screen and (min-width: 1000px) {
  .modal-list {
    padding: 17.6px 0;
    margin-bottom: 9.3866666667px;
  }
}
@media screen and (max-width: 999px) {
  .modal-list {
    padding: 4vw 0;
    margin-bottom: 2.1333333333vw;
  }
}

.modal-list-img {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .modal-list-img {
    width: 139.6266666667px;
    margin-left: 11.7333333333px;
  }
}
@media screen and (max-width: 999px) {
  .modal-list-img {
    width: 31.7333333333vw;
    margin-left: 2.6666666667vw;
  }
}

@media screen and (min-width: 1000px) {
  .modal-list-img-stxt {
    font-size: 12.9066666667px;
  }
}
@media screen and (max-width: 999px) {
  .modal-list-img-stxt {
    font-size: 2.9333333333vw;
  }
}

@media screen and (min-width: 1000px) {
  .modal-list-img-ttl {
    margin-top: 4.6933333333px;
    font-size: 21.12px;
    margin-bottom: 9.3866666667px;
  }
}
@media screen and (max-width: 999px) {
  .modal-list-img-ttl {
    margin-top: 1.0666666667vw;
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}

.modal-list-img-icon {
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .modal-list-img-icon {
    width: 41.6533333333px;
  }
}
@media screen and (max-width: 999px) {
  .modal-list-img-icon {
    width: 9.4666666667vw;
  }
}

.modal-list-txt {
  position: absolute;
}
@media screen and (min-width: 1000px) {
  .modal-list-txt {
    width: 187.7333333333px;
    left: 158.4px;
    top: 18.1866666667px;
  }
}
@media screen and (max-width: 999px) {
  .modal-list-txt {
    width: 42.6666666667vw;
    left: 36vw;
    top: 4.1333333333vw;
  }
}

@media screen and (min-width: 1000px) {
  .modal-list-txt-item {
    font-size: 12.9066666667px;
  }
}
@media screen and (max-width: 999px) {
  .modal-list-txt-item {
    font-size: 2.9333333333vw;
  }
}

.modal-list-txt-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px) {
  .modal-list-txt-item-txt {
    margin-bottom: 7.04px;
  }
}
@media screen and (max-width: 999px) {
  .modal-list-txt-item-txt {
    margin-bottom: 1.6vw;
  }
}

@media screen and (min-width: 1000px) {
  .circle {
    font-size: 4.6933333333px;
    margin-right: 2.3466666667px;
  }
}
@media screen and (max-width: 999px) {
  .circle {
    font-size: 1.0666666667vw;
    margin-right: 0.5333333333vw;
  }
}

.modal-box .notes {
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .modal-box .notes {
    font-size: 12.9066666667px;
  }
}
@media screen and (max-width: 999px) {
  .modal-box .notes {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .modal-box .notes-box {
    margin-bottom: 23.4666666667px;
  }
}
@media screen and (max-width: 999px) {
  .modal-box .notes-box {
    margin-bottom: 5.3333333333vw;
  }
}

.menu-last-txt {
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .menu-last-txt {
    font-size: 12.9066666667px;
  }
}
@media screen and (max-width: 999px) {
  .menu-last-txt {
    font-size: 2.9333333333vw;
  }
}

.align-02 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.modal-list-option {
  background-color: #f7f5ed;
}
@media screen and (min-width: 1000px) {
  .modal-list-option .modal-list-img-stxt {
    font-size: 11.7333333333px;
  }
}
@media screen and (max-width: 999px) {
  .modal-list-option .modal-list-img-stxt {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .modal-list-option .modal-list-img-ttl {
    font-size: 15.2533333333px;
  }
}
@media screen and (max-width: 999px) {
  .modal-list-option .modal-list-img-ttl {
    font-size: 3.4666666667vw;
  }
}
.modal-list-option .modal-list-txt {
  line-height: 1.5em;
}
@media screen and (min-width: 1000px) {
  .modal-list-option .modal-list-txt {
    top: 32.2666666667px;
    width: 151.36px;
    left: 167.2px;
  }
}
@media screen and (max-width: 999px) {
  .modal-list-option .modal-list-txt {
    top: 7.3333333333vw;
    width: 34.4vw;
    left: 38vw;
  }
}

.modal-menu-box .modal-ttl {
  line-height: 1.5em;
}
.modal-menu-box .modal-list-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal-menu-box .modal-list-culm .modal-list-culm-item {
  text-align: center;
  width: 47%;
  background-color: #f7f5ed;
}
@media screen and (min-width: 1000px) {
  .modal-menu-box .modal-list-culm .modal-list-culm-item {
    padding: 23.4666666667px 0;
    margin-right: 9.3866666667px;
    margin-bottom: 9.3866666667px;
  }
}
@media screen and (max-width: 999px) {
  .modal-menu-box .modal-list-culm .modal-list-culm-item {
    padding: 5.3333333333vw 0;
    margin-right: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .modal-menu-box .modal-list-culm .modal-list-culm-item .modal-list-culm-stxt {
    font-size: 12.9066666667px;
  }
}
@media screen and (max-width: 999px) {
  .modal-menu-box .modal-list-culm .modal-list-culm-item .modal-list-culm-stxt {
    font-size: 2.9333333333vw;
  }
}
.modal-menu-box .modal-list-culm .modal-list-culm-item .modal-list-culm-ttl {
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .modal-menu-box .modal-list-culm .modal-list-culm-item .modal-list-culm-ttl {
    font-size: 21.12px;
    margin-top: 4.6933333333px;
    margin-bottom: 15.2533333333px;
  }
}
@media screen and (max-width: 999px) {
  .modal-menu-box .modal-list-culm .modal-list-culm-item .modal-list-culm-ttl {
    font-size: 4.8vw;
    margin-top: 1.0666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}
.modal-menu-box .modal-list-culm .modal-list-culm-item .modal-list-culm-icon {
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .modal-menu-box .modal-list-culm .modal-list-culm-item .modal-list-culm-icon {
    width: 41.6533333333px;
  }
}
@media screen and (max-width: 999px) {
  .modal-menu-box .modal-list-culm .modal-list-culm-item .modal-list-culm-icon {
    width: 9.4666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .modal-menu-box .modal-list-culm .modal-list-culm-item .modal-list-culm-menu {
    margin-top: 15.2533333333px;
    margin-bottom: 4.6933333333px;
    font-size: 12.9066666667px;
  }
}
@media screen and (max-width: 999px) {
  .modal-menu-box .modal-list-culm .modal-list-culm-item .modal-list-culm-menu {
    margin-top: 3.4666666667vw;
    margin-bottom: 1.0666666667vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .modal-menu-box .modal-list-culm .modal-list-culm-item .modal-list-culm-menu-price {
    font-size: 12.9066666667px;
  }
}
@media screen and (max-width: 999px) {
  .modal-menu-box .modal-list-culm .modal-list-culm-item .modal-list-culm-menu-price {
    font-size: 2.9333333333vw;
  }
}
.modal-menu-box .modal-list-culm .basic-item {
  width: 100%;
  background-color: #e7ebf2;
}
@media screen and (min-width: 1000px) {
  .modal-menu-box .modal-list-culm .basic-item {
    padding: 46.9333333333px 0;
  }
}
@media screen and (max-width: 999px) {
  .modal-menu-box .modal-list-culm .basic-item {
    padding: 10.6666666667vw 0;
  }
}
@media screen and (min-width: 1000px) {
  .modal-menu-box .modal-list-culm .make-item .modal-list-culm-icon {
    width: 19.9466666667px;
  }
}
@media screen and (max-width: 999px) {
  .modal-menu-box .modal-list-culm .make-item .modal-list-culm-icon {
    width: 4.5333333333vw;
  }
}

.understand-list {
  width: 383.0933333333px !important;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .understand-list {
    width: 87.0666666667vw !important;
  }
}
.understand-list-item {
  background-color: #fff;
  width: 381.3333333333px !important;
  margin: 23.4666666667px 1.1733333333px 0;
  padding: 28.16px 28.16px 23.4666666667px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .understand-list-item {
    width: 86.6666666667vw !important;
    padding: 6.4vw 6.4vw 5.3333333333vw;
    margin: 5.3333333333vw 0.2666666667vw 0;
  }
}
@media screen and (min-width: 1000px) {
  .understandlist-item-ttl {
    font-size: 21.12px;
    margin-top: 28.16px;
    margin-bottom: 18.7733333333px;
  }
}
@media screen and (max-width: 999px) {
  .understandlist-item-ttl {
    font-size: 4.8vw;
    margin-top: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}

.understandlist-item-txt {
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 1000px) {
  .understandlist-item-txt {
    font-size: 15.2533333333px;
  }
}
@media screen and (max-width: 999px) {
  .understandlist-item-txt {
    font-size: 3.4666666667vw;
  }
}

.understand-list-item-img {
  font-size: 0;
  margin: 0 auto 28.16px;
}

@media screen and (max-width: 767px) {
  .understand-list-item-img {
    margin: 0 auto 6.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .understandlist-item-sttl {
    margin-left: 11.7333333333px;
    font-size: 11.7333333333px;
  }
}
@media screen and (max-width: 999px) {
  .understandlist-item-sttl {
    margin-left: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

.understand-list .slick-prev {
  top: 30% !important;
}

.understand-list .slick-next {
  top: 30% !important;
}

/*store*/
.store-list {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store-list {
    width: 393.0666666667px;
    margin-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store-list {
    width: 89.3333333333vw;
    margin-bottom: 3.2vw;
  }
}

.store-list-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #48322a;
  position: relative;
  line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  .store-list-q {
    padding: 14.08px 0;
    padding-left: 9.3866666667px;
    height: 44.5866666667px;
  }
}
@media screen and (max-width: 767px) {
  .store-list-q {
    padding: 3.2vw 0;
    padding-left: 2.1333333333vw;
    height: 10.1333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .store-list-q.is-open {
    border-bottom: solid 0.5866666667px #48322a;
  }
}
@media screen and (max-width: 999px) {
  .store-list-q.is-open {
    border-bottom: solid 0.1333333333vw #48322a;
  }
}

.store-list-q .fa-plus {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-indent: 0;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .store-list-q .fa-plus {
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .store-list-q .fa-plus {
    right: 3.2vw;
  }
}
.store-list-q:hover {
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .store-list-item {
    border-top: solid 0.5866666667px #48322a;
  }
}
@media screen and (max-width: 999px) {
  .store-list-item {
    border-top: solid 0.1333333333vw #48322a;
  }
}

@media screen and (min-width: 1000px) {
  .store-list-item:last-child {
    border-bottom: solid 0.5866666667px #48322a;
  }
}
@media screen and (max-width: 999px) {
  .store-list-item:last-child {
    border-bottom: solid 0.1333333333vw #48322a;
  }
}

.is-open .fa-plus {
  -webkit-transform: rotate(180deg) translate(0%, 50%);
  transform: rotate(180deg) translate(0%, 50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.store-list-a {
  display: none;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store-list-a {
    padding: 0 9.9733333333px;
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-list-a {
    padding: 0 2.2666666667vw;
    width: 89.3333333333vw;
  }
}

.store-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: dotted 3px #d7d7d7;
}
@media screen and (min-width: 1000px) {
  .store-detail-list {
    padding-top: 14.08px;
    padding-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
}

.store-detail-list:last-child {
  border-bottom: inherit;
}

.store-detail-list-area {
  text-align: left;
}

.store-detail-list-area-ttl {
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-area-ttl {
    margin-bottom: 9.3866666667px;
    border-bottom: solid 0.5866666667px;
    font-size: 14.08px;
    padding-bottom: 5.8666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-area-ttl {
    margin-bottom: 2.1333333333vw;
    border-bottom: solid 0.1333333333vw;
    font-size: 3.2vw;
    padding-bottom: 1.3333333333vw;
  }
}

.store-detail-list-area-shop-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-area-shop-txt {
    font-size: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-area-shop-txt {
    font-size: 3.2vw;
  }
}

.store-detail-list-btn {
  color: #fff;
  background-color: #b2a029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  position: absolute;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-btn {
    height: 37.5466666667px;
    font-size: 14.08px;
    width: 137.8666666667px;
    top: 41.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-btn {
    height: 8.5333333333vw;
    font-size: 3.2vw;
    width: 31.3333333333vw;
    top: 9.3333333333vw;
  }
}

.store-list-q:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9.3866666667px;
  height: 1.76px;
  border-radius: 5.8666666667px;
  background: #000;
  display: block;
}
@media screen and (max-width: 999px) {
  .store-list-q:before {
    width: 2.1333333333vw;
    height: 0.4vw;
    border-radius: 1.3333333333vw;
  }
}

.store-list-q:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 9.3866666667px;
  height: 1.76px;
  border-radius: 5.8666666667px;
  background: #000;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
@media screen and (max-width: 999px) {
  .store-list-q:after {
    width: 2.1333333333vw;
    height: 0.4vw;
    border-radius: 1.3333333333vw;
  }
}

.store-list-q.is-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.intro-logo-img {
  margin: 0 auto;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .intro-logo-img {
    width: 166.6133333333px;
    margin-bottom: 35.2px;
  }
}
@media screen and (max-width: 999px) {
  .intro-logo-img {
    width: 37.8666666667vw;
    margin-bottom: 8vw;
  }
}

.intro-ttl {
  letter-spacing: 0.08em;
  line-height: 1.5em;
}
@media screen and (min-width: 1000px) {
  .intro-ttl {
    font-size: 21.12px;
    margin-bottom: 28.16px;
  }
}
@media screen and (max-width: 999px) {
  .intro-ttl {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
  }
}

.intro-txt {
  line-height: 2em;
}
@media screen and (min-width: 1000px) {
  .intro-txt {
    font-size: 15.2533333333px;
    margin-bottom: 46.9333333333px;
  }
}
@media screen and (max-width: 999px) {
  .intro-txt {
    font-size: 3.4666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}

.intro-img-01 {
  margin-left: 0;
  margin-right: auto;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .intro-img-01 {
    margin-bottom: 28.16px;
    width: 369.6px;
  }
}
@media screen and (max-width: 999px) {
  .intro-img-01 {
    margin-bottom: 6.4vw;
    width: 84vw;
  }
}

.intro-img-02 {
  margin-right: 0;
  margin-left: auto;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .intro-img-02 {
    width: 369.6px;
  }
}
@media screen and (max-width: 999px) {
  .intro-img-02 {
    width: 84vw;
  }
}

@media screen and (min-width: 1000px) {
  .renewal {
    padding: 97.9733333333px 0;
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz/open_img_bg.webp) top center/100% auto no-repeat;
  }
}
@media screen and (max-width: 999px) {
  .renewal {
    padding: 22.2666666667vw 0;
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz/open_img_bg.webp) top center/100vw auto no-repeat;
  }
}
.renewal .renewal-ttl {
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .renewal .renewal-ttl {
    font-size: 25.8133333333px;
    margin-bottom: 37.5466666667px;
  }
}
@media screen and (max-width: 999px) {
  .renewal .renewal-ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.renewal .renewal-img {
  height: auto;
}
@media screen and (min-width: 1000px) {
  .renewal .renewal-img {
    width: 440px;
  }
}
@media screen and (max-width: 999px) {
  .renewal .renewal-img {
    width: 100vw;
  }
}
.renewal .renewal-sttl {
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1000px) {
  .renewal .renewal-sttl {
    font-size: 21.12px;
    margin-bottom: 23.4666666667px;
    margin-top: 29.3333333333px;
  }
}
@media screen and (max-width: 999px) {
  .renewal .renewal-sttl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.renewal .renewal-txt {
  line-height: 2em;
}
@media screen and (min-width: 1000px) {
  .renewal .renewal-txt {
    font-size: 15.2533333333px;
  }
}
@media screen and (max-width: 999px) {
  .renewal .renewal-txt {
    font-size: 3.4666666667vw;
  }
}

@media screen and (min-width: 1000px) {
  .charm {
    padding: 46.9333333333px 0;
  }
}
@media screen and (max-width: 999px) {
  .charm {
    padding: 10.6666666667vw 0;
  }
}
.charm .charm-ttl {
  line-height: 1.2em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1000px) {
  .charm .charm-ttl {
    font-size: 32.8533333333px;
    margin-bottom: 61.6px;
  }
}
@media screen and (max-width: 999px) {
  .charm .charm-ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 14vw;
  }
}
@media screen and (min-width: 1000px) {
  .charm .charm-ttl .charm-ttl-stxt {
    font-size: 21.12px;
  }
}
@media screen and (max-width: 999px) {
  .charm .charm-ttl .charm-ttl-stxt {
    font-size: 4.8vw;
  }
}
.charm .charm-contents {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .charm .charm-contents {
    margin-bottom: 315.04px;
  }
}
@media screen and (max-width: 999px) {
  .charm .charm-contents {
    margin-bottom: 71.6vw;
  }
}
.charm .charm-contents-img-box {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .charm .charm-contents-img-box {
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .charm .charm-contents-img-box {
    width: 89.3333333333vw;
  }
}
.charm .charm-contents-img-box .charm-contents-num {
  position: absolute;
}
@media screen and (min-width: 1000px) {
  .charm .charm-contents-img-box .charm-contents-num {
    width: 64.5333333333px;
    left: 18.7733333333px;
    top: -19.9466666667px;
  }
}
@media screen and (max-width: 999px) {
  .charm .charm-contents-img-box .charm-contents-num {
    width: 14.6666666667vw;
    left: 4.2666666667vw;
    top: -4.5333333333vw;
  }
}
.charm .charm-contents-txt-box {
  position: absolute;
  right: 0;
  z-index: 0;
  background-color: #e7ebf2;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .charm .charm-contents-txt-box {
    top: 73.3333333333px;
    width: 416.5333333333px;
    height: 416.5333333333px;
    padding-top: 199.4666666667px;
    padding-left: 23.4666666667px;
    padding-right: 46.9333333333px;
  }
}
@media screen and (max-width: 999px) {
  .charm .charm-contents-txt-box {
    top: 16.6666666667vw;
    width: 94.6666666667vw;
    height: 94.6666666667vw;
    padding-top: 45.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 10.6666666667vw;
  }
}
.charm .charm-contents-ttl {
  line-height: 1.5em;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .charm .charm-contents-ttl {
    margin-bottom: 14.08px;
    font-size: 21.12px;
  }
}
@media screen and (max-width: 999px) {
  .charm .charm-contents-ttl {
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
}
.charm .charm-contents-txt {
  line-height: 1.8em;
}
@media screen and (min-width: 1000px) {
  .charm .charm-contents-txt {
    font-size: 15.2533333333px;
  }
}
@media screen and (max-width: 999px) {
  .charm .charm-contents-txt {
    font-size: 3.4666666667vw;
  }
}
.charm .point-02 .charm-contents-img-box {
  margin-right: 0;
  margin-left: auto;
}
.charm .point-02 .charm-contents-txt-box {
  left: 0;
}
@media screen and (min-width: 1000px) {
  .charm .point-02 .charm-contents-txt-box {
    padding-left: 46.9333333333px;
    padding-right: 23.4666666667px;
  }
}
@media screen and (max-width: 999px) {
  .charm .point-02 .charm-contents-txt-box {
    padding-left: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}
.charm .point-02 .charm-contents-num {
  height: auto;
}
@media screen and (min-width: 1000px) {
  .charm .point-02 .charm-contents-num {
    width: 76.8533333333px;
    left: -16.4266666667px;
  }
}
@media screen and (max-width: 999px) {
  .charm .point-02 .charm-contents-num {
    width: 17.4666666667vw;
    left: -3.7333333333vw;
  }
}
.charm .point-03 {
  background-color: #e7ebf2;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .charm .point-03 {
    padding: 46.9333333333px 0;
  }
}
@media screen and (max-width: 999px) {
  .charm .point-03 {
    padding: 10.6666666667vw 0;
  }
}
.charm .point-03 .charm-contents-num {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .charm .point-03 .charm-contents-num {
    top: -23.4666666667px;
    width: 78.6133333333px;
  }
}
@media screen and (max-width: 999px) {
  .charm .point-03 .charm-contents-num {
    top: -5.3333333333vw;
    width: 17.8666666667vw;
  }
}
.charm .point-03 .charm-contents-txt {
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .charm .point-03 .charm-contents-txt {
    width: 346.1333333333px;
    margin-bottom: 28.16px;
  }
}
@media screen and (max-width: 999px) {
  .charm .point-03 .charm-contents-txt {
    width: 78.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .charm .photo-list-item-txt {
    font-size: 15.2533333333px;
    margin-top: 28.16px;
  }
}
@media screen and (max-width: 999px) {
  .charm .photo-list-item-txt {
    font-size: 3.4666666667vw;
    margin-top: 6.4vw;
  }
}

.photo-list {
  margin: 0 auto;
}

.photo-list-item {
  width: 363.7333333333px !important;
  margin: 23.4666666667px 1.1733333333px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .photo-list-item {
    width: 82.6666666667vw !important;
    margin: 5.3333333333vw 1.266667vw 0;
  }
}
.photo-list-item-img {
  font-size: 0;
  margin: 0 auto 28.16px;
}

@media screen and (max-width: 767px) {
  .photo-list-item-img {
    margin: 0 auto 6.4vw;
  }
}
.slick-next {
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  height: auto;
  right: 38.1333333333px !important;
  width: 53.9733333333px !important;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .slick-next {
    width: 6.266667vw !important;
    right: 10.666667vw !important;
  }
}
.slick-next:before {
  content: "" !important;
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz/arrow_right.webp) top right/contain no-repeat;
  width: 53.9733333333px !important;
  height: 52.8px;
  right: 0;
  position: relative;
  z-index: 2;
  display: block;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .slick-next:before {
    right: 8.2133333333px;
  }
}
@media screen and (max-width: 767px) {
  .slick-next:before {
    width: 6.266667vw !important;
    height: 18.4vw;
  }
}
.slick-prev {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  height: auto;
  left: 38.1333333333px !important;
  width: 53.9733333333px !important;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    width: 6.266667vw !important;
    left: 10.666667vw !important;
  }
}
.slick-prev:before {
  content: "" !important;
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz/arrow_left.webp) top right/contain no-repeat;
  width: 53.9733333333px !important;
  height: 52.8px;
  left: 0;
  position: relative;
  z-index: 2;
  display: block;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slick-prev:before {
    width: 6.266667vw !important;
    height: 18.4vw;
  }
}
.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 9.3866666667px;
  padding-top: 28.16px;
}

@media screen and (max-width: 767px) {
  .slider-dots {
    gap: 2.1333333333vw;
    padding-top: 6.4vw;
  }
}
.slider-dots li {
  width: 23.4666666667px;
  height: 1.1733333333px;
  background: #c8c1bf;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .slider-dots li {
    width: 5.3333333333vw;
    height: 0.2666666667vw;
  }
}
.slider-dots li.slick-active {
  background: #48322a;
}

.slider-dots li button {
  display: none;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.slick-prev, .slick-next {
  top: 45% !important;
}

.cp {
  padding-bottom: 0;
}
.cp .cp-sttl {
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .cp .cp-sttl {
    font-size: 21.12px;
    margin-bottom: 18.7733333333px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-sttl {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .cp .cp-ttl {
    font-size: 32.8533333333px;
    margin-bottom: 36.96px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 8.4vw;
  }
}
.cp .cp-contents {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents {
    max-width: 416.5333333333px;
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz/cp_bg.webp) top center/100% auto no-repeat;
    padding: 58.6666666667px 0;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents {
    max-width: 94.6666666667vw;
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz/cp_bg.webp) top center/100% auto no-repeat;
    padding: 13.3333333333vw 0;
  }
}
.cp .cp-contents .cp-contents-sttl {
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents .cp-contents-sttl {
    font-size: 21.12px;
    margin-bottom: 23.4666666667px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents .cp-contents-sttl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.cp .cp-contents .cp-contents-ttl {
  color: #b2a029;
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents .cp-contents-ttl {
    font-size: 51.6266666667px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents .cp-contents-ttl {
    font-size: 11.7333333333vw;
  }
}
.cp .cp-contents-img {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents-img {
    width: 346.1333333333px;
    margin-bottom: 18.7733333333px;
    margin-top: 37.5466666667px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents-img {
    width: 78.6666666667vw;
    margin-bottom: 4.2666666667vw;
    margin-top: 8.5333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents-img-txt {
    font-size: 15.2533333333px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents-img-txt {
    font-size: 3.4666666667vw;
  }
}
.cp .cp-contents-price-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents-price-discount {
    margin-top: 18.7733333333px;
    padding: 21.12px 0;
    width: 346.1333333333px;
    height: 76.2666666667px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents-price-discount {
    margin-top: 4.2666666667vw;
    padding: 4.8vw 0;
    width: 78.6666666667vw;
    height: 17.3333333333vw;
  }
}
.cp .cp-contents-price-discount .cp-contents-price-discount-txt {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents-price-discount .cp-contents-price-discount-txt {
    font-size: 18.7733333333px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents-price-discount .cp-contents-price-discount-txt {
    font-size: 4.2666666667vw;
  }
}
.cp .cp-contents-price-discount .cp-contents-price-discount-txt-money {
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents-price-discount .cp-contents-price-discount-txt-money {
    margin-left: 22.2933333333px;
    font-size: 36.3733333333px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents-price-discount .cp-contents-price-discount-txt-money {
    margin-left: 5.0666666667vw;
    font-size: 8.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents-price-discount .cp-contents-price-discount-txt-money .money-stxt {
    font-size: 28.16px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents-price-discount .cp-contents-price-discount-txt-money .money-stxt {
    font-size: 6.4vw;
  }
}
.cp .cp-contents-price-discount .cp-contents-price-discount-txt-money::after {
  content: "";
  background-color: #232043;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents-price-discount .cp-contents-price-discount-txt-money::after {
    width: 176px;
    height: 0.5866666667px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents-price-discount .cp-contents-price-discount-txt-money::after {
    width: 40vw;
    height: 0.1333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .cp .arrow-bottom {
    width: 21.7066666667px;
    margin: 0 auto;
    margin-top: 14.08px;
    margin-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .cp .arrow-bottom {
    width: 4.9333333333vw;
    margin: 0 auto;
    margin-top: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
.cp .cp-contents-limited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents-limited {
    padding: 17.6px 0;
    width: 346.1333333333px;
    height: 76.2666666667px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents-limited {
    padding: 4vw 0;
    width: 78.6666666667vw;
    height: 17.3333333333vw;
  }
}
.cp .cp-contents-limited-img {
  position: absolute;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents-limited-img {
    width: 74.5066666667px;
    right: -14.08px;
    top: -55.3333333333px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents-limited-img {
    width: 16.9333333333vw;
    right: -3.2vw;
    top: -12.6666666667vw;
  }
}
.cp .cp-contents-limited-culm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cp .cp-contents-limited-culm .cp-contents-limited-time {
  letter-spacing: 0.2em;
  background-color: #e53f5f;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents-limited-culm .cp-contents-limited-time {
    font-size: 12.9066666667px;
    padding: 2.9333333333px 0;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents-limited-culm .cp-contents-limited-time {
    font-size: 2.9333333333vw;
    padding: 0.6666666667vw 0;
  }
}
.cp .cp-contents-limited-culm .cp-contents-limited-txt {
  color: #000000;
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents-limited-culm .cp-contents-limited-txt {
    margin-top: 4.6933333333px;
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents-limited-culm .cp-contents-limited-txt {
    margin-top: 1.0666666667vw;
    font-size: 3vw;
  }
}
.cp .cp-contents-limited-culm .cp-contents-limited-item {
  color: #e53f5f;
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents-limited-culm .cp-contents-limited-item {
    font-size: 48.6933333333px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents-limited-culm .cp-contents-limited-item {
    font-size: 11.0666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents-limited-culm .cp-contents-limited-price {
    padding-bottom: 5.8666666667px;
    margin-left: 12.32px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents-limited-culm .cp-contents-limited-price {
    padding-bottom: 1.3333333333vw;
    margin-left: 2.8vw;
  }
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents-limited-culm .cp-contents-limited-price-stxt {
    font-size: 37.5466666667px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-contents-limited-culm .cp-contents-limited-price-stxt {
    font-size: 8.5333333333vw;
  }
}
.cp .cp-list {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .cp .cp-list {
    width: 393.0666666667px;
    margin-top: 28.16px;
    margin-bottom: 18.7733333333px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-list {
    width: 89.3333333333vw;
    margin-top: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.cp .cp-list .cp-list-item {
  background-color: #8699bf;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1000px) {
  .cp .cp-list .cp-list-item {
    margin-right: 14.08px;
    margin-bottom: 14.08px;
    font-size: 12.9066666667px;
    width: 136.1066666667px;
    border-radius: 11.7333333333px;
    padding: 4.1066666667px 0;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-list .cp-list-item {
    margin-right: 3.2vw;
    margin-bottom: 3.2vw;
    font-size: 2.9333333333vw;
    width: 30.9333333333vw;
    border-radius: 2.6666666667vw;
    padding: 0.9333333333vw 0;
  }
}
.cp .cp-list .cp-list-txt {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1000px) {
  .cp .cp-list .cp-list-txt {
    font-size: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-list .cp-list-txt {
    font-size: 3.2vw;
  }
}
.cp .cp-plan {
  background-color: #f2f2f2;
}
@media screen and (min-width: 1000px) {
  .cp .cp-plan {
    padding: 28.16px 0;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-plan {
    padding: 6.4vw 0;
  }
}
.cp .cp-plan .cp-plan-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .cp .cp-plan .cp-plan-ttl {
    font-size: 15.2533333333px;
    width: 346.1333333333px;
    height: 29.3333333333px;
    border: solid #232043 0.5866666667px;
    margin-bottom: 18.7733333333px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-plan .cp-plan-ttl {
    font-size: 3.4666666667vw;
    width: 78.6666666667vw;
    height: 6.6666666667vw;
    border: solid #232043 0.1333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.cp .cp-plan .cp-plan-txt {
  text-align: justify;
  line-height: 2em;
}
@media screen and (min-width: 1000px) {
  .cp .cp-plan .cp-plan-txt {
    width: 346.1333333333px;
    margin: 0 auto;
    font-size: 12.9066666667px;
    margin-bottom: 18.7733333333px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-plan .cp-plan-txt {
    width: 78.6666666667vw;
    margin: 0 auto;
    font-size: 2.9333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.cp .cp-plan .cp-plan-list {
  text-align: left;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .cp .cp-plan .cp-plan-list {
    width: 346.1333333333px;
    font-size: 12.9066666667px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-plan .cp-plan-list {
    width: 78.6666666667vw;
    font-size: 2.9333333333vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  .plan {
    padding: 79.7866666667px 0;
  }
}
@media screen and (max-width: 999px) {
  .plan {
    padding: 18.1333333333vw 0;
  }
}
.plan .plan-sttl {
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .plan .plan-sttl {
    font-size: 21.12px;
    margin-bottom: 28.16px;
  }
}
@media screen and (max-width: 999px) {
  .plan .plan-sttl {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .plan .plan-ttl {
    font-size: 32.8533333333px;
    margin-bottom: 28.16px;
  }
}
@media screen and (max-width: 999px) {
  .plan .plan-ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 6.4vw;
  }
}
.plan .notes {
  line-height: 1.5em;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .plan .notes {
    width: 393.0666666667px;
    font-size: 12.9066666667px;
  }
}
@media screen and (max-width: 999px) {
  .plan .notes {
    width: 89.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.plan .notes-border {
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .plan .notes-border {
    border-bottom: solid 0.5866666667px;
    padding-bottom: 4.6933333333px;
    margin-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .plan .notes-border {
    border-bottom: solid 0.1333333333vw;
    padding-bottom: 1.0666666667vw;
    margin-bottom: 3.2vw;
  }
}

.modalOpen {
  background-color: inherit;
  border: inherit;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .modalOpen {
    width: 393.0666666667px;
    margin-bottom: 18.7733333333px;
  }
}
@media screen and (max-width: 999px) {
  .modalOpen {
    width: 89.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}

.modalOpen:hover,
.modalClose:hover {
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .consultation {
    padding: 56.9066666667px 0 0 0;
  }
}
@media screen and (max-width: 999px) {
  .consultation {
    padding: 12.9333333333vw 0 0 0;
  }
}
.consultation .consultation-sttl {
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .consultation .consultation-sttl {
    font-size: 21.12px;
    margin-bottom: 23.4666666667px;
  }
}
@media screen and (max-width: 999px) {
  .consultation .consultation-sttl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .consultation .consultation-ttl {
    font-size: 32.8533333333px;
    margin-bottom: 42.24px;
  }
}
@media screen and (max-width: 999px) {
  .consultation .consultation-ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 9.6vw;
  }
}
.consultation .consultation-txt {
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .consultation .consultation-txt {
    font-size: 15.2533333333px;
    margin-top: 28.16px;
  }
}
@media screen and (max-width: 999px) {
  .consultation .consultation-txt {
    font-size: 3.4666666667vw;
    margin-top: 6.4vw;
  }
}

.understand {
  background-color: #e7ebf2;
}
@media screen and (min-width: 1000px) {
  .understand {
    margin-top: 49.28px;
    margin-bottom: 58.6666666667px;
  }
}
@media screen and (max-width: 999px) {
  .understand {
    margin-top: 11.2vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .understand .understand-ttl {
    font-size: 28.16px;
    margin-bottom: 38.1333333333px;
  }
}
@media screen and (max-width: 999px) {
  .understand .understand-ttl {
    font-size: 6.4vw;
    margin-bottom: 8.6666666667vw;
  }
}

@media screen and (min-width: 1000px) {
  .store .store-ttl {
    font-size: 28.16px;
    margin-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-ttl {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
}
.store .store-img {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store .store-img {
    width: 440px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-img {
    width: 100vw;
  }
}
.store .store-txt {
  line-height: 2em;
}
@media screen and (min-width: 1000px) {
  .store .store-txt {
    margin-top: 28.16px;
    margin-bottom: 28.16px;
    font-size: 15.2533333333px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-txt {
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
    font-size: 3.4666666667vw;
  }
}

html {
  scroll-behavior: smooth;
}

.pc_right-contents {
  text-align: center;
}
.pc_right-contents .cv-area-box .cv-btn {
  width: 330px;
}

@media screen and (min-width: 1001px) and (max-width: 1700px) {
  .pc_left-box {
    left: 10%;
  }
  .pc-left-logo {
    margin-bottom: 100px;
  }
  .pc-nav-list-item {
    font-size: 13px;
  }
  .pc-left-nav-wrap-ttl {
    font-size: 16px;
    width: 241px;
  }
}
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  right: -20px;
  bottom: 100px;
  /*全体の高さ*/
  height: 50px;
}
@media screen and (max-width: 999px) {
  .scrolldown1 {
    display: none;
  }
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: -7px;
  top: -62px;
  color: #eee;
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
#container {
  margin-top: 80px;
}
@media screen and (max-width: 999px) {
  #container {
    margin-top: 12.8vw;
  }
}

@media screen and (min-width: 1000px) {
  .tyura-btn .cv-area-box .cv-btn .cv-btn-img {
    right: 19.36px;
  }
}
@media screen and (max-width: 999px) {
  .tyura-btn .cv-area-box .cv-btn .cv-btn-img {
    right: 4.4vw;
  }
}

.understand-list .slick-prev:before {
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz/arrow_left_02.webp) top right/contain no-repeat;
}

.understand-list .slick-next:before {
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz/arrow_right_02.webp) top right/contain no-repeat;
}

.footGood {
  padding: 34px 0 100px;
}

._popup_wrap .popup_content div p:nth-child(2) {
  box-sizing: content-box;
  height: auto;
}

._popup_wrap .popup_content div p:nth-child(2) a {
  display: inline-block;
}

/*floating*/
.floating{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.floating-inner{
  background-color: #f7f5ed;
  display: flex;
  align-items: center;
}

.floating .cv-btn{
  width:calc(595/750 * 100vw);
}
.cv-area-line-btn{
  width: calc(130/750 * 100vw);
  margin-left: calc(6/750 * 100vw);
}
@media screen and (max-width: 768px) {
  .show{
    opacity: 1;
  }
}

.footer__bnr {
  display: none!important;
}
