@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");
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic: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;
  padding: calc(112/750 * 100vw) 0;
}
@media screen and (min-width: 1000px) {
  section {
    padding: calc(112/750 * 440px) 0;
  }
}
h2 {
  font-weight: 600;
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  height: auto;
}
#gHeader,
#gFooter {
  font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
._popup_wrap .popup_content div p:nth-child(2) {
  height: auto;
}
._popup_wrap .popup_content div p:nth-child(2) a {
  display: inline;
}
@media screen and (max-width: 999px) {
  html, body {
    min-width: 100%;
  }
  #gHeader {
    height: 12.8vw;
  }
  .footer__bnr.sp.bottomList {
    display: none!important;
  }
}

body {
  letter-spacing: 0.03em;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  color: #232043;
  font-weight: 400;
  font-size: 18.6666666667px;
  line-height: 1.3em;
}
@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: 1000px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  #gHeader {
    background: rgba(255,255,255,1)!important;
  }
  #gFooter {
    display: none!important;
  }
}
.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;
  }
}

.bold {
  font-weight: 800;
}

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

.gold {
  color: #b2a029;
}
.pink {
  color: #e53f5f;
  font-weight: 600;
}
.blown{
  color: #48322a;
}
.white{
  color: #ffffff;
}
.blue{
  color: #138cbe;
}
.sttl{
  font-size: calc(36/750 * 440px);
}
@media screen and (max-width: 999px) {
  .sttl{
    font-size: calc(36/750 * 100vw);
  }
}
.ttl{
  font-size: calc(56/750 * 440px);
}
@media screen and (max-width: 999px) {
  .ttl{
    font-size: calc(56/750 * 100vw);
  }
}

.band-ttl{
  font-size: calc(30/750 * 440px);
}
@media screen and (max-width: 999px) {
  .band-ttl{
    font-size: calc(30/750 * 100vw);
  }
}

.notes{
  font-size: calc(20/750 * 100vw);
  letter-spacing: -0.01em;
  line-height: 1.3em;
}
@media screen and (min-width: 1000px) {
  .notes{
    font-size: calc(20/750 * 440px);
  }
}
sup{
  font-size: 0.5em;
  position: relative;
  top: calc(-12/750 * 440px);
}
@media screen and (min-width: 1000px) {
  sup{
    font-size: 0.5em;
    position: relative;
    top: calc(-12/750 * 440px);
  }
}
/* clearfix
--------------------------------------------------------- */
.clearfix {
  zoom:1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

.main{
  position: relative;
}

.main-bg {
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/main_bg_img.webp) top right/1920px auto no-repeat, url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/main_bg_img.webp) top right/cover no-repeat;
  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;
    height: 100vh;
    margin: 0 auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

.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;
  height: 100%;
}

.pc_left-box {
  position: absolute;
  top: 35%;
  left: 18.5%;
}


.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: 20px;
}

.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-tasting-campaign2/nav_arrow_right.webp);
  display: inline-block;
  position: absolute;
  left: -14px;
}

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

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

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

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

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

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

.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 {
    text-align: center;
    padding: 22.2px 0 23.4666666667px 0;
  }
}
@media screen and (max-width: 999px) {
  .cv-area {
    text-align: center;
    padding: 8vw 0 5.3333333333vw 0;
  }
}

.cv-area-txt{
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  letter-spacing: -0.03em;
  padding: 0 calc(40/750 * 100vw);
  font-size: calc(24/750 * 100vw);
  margin-bottom: calc(8/750 * 100vw);
  color: #48322a;
}
@media screen and (min-width: 1000px) {
  .cv-area-txt{
    padding: 0 calc(40/750 * 440px);
    font-size: calc(24/750 * 440px);
    margin-bottom: calc(0/750 * 440px);
  }
}
     
.cv-area-txt:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: calc(3/750 * 100vw);
  transform: rotate(-25deg);
}
@media screen and (min-width: 1000px) {
  .cv-area-txt:before {
    border-radius: calc(3/750 * 440px);
  }
}
.cv-area-txt:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: calc(3/750 * 100vw);
  transform: rotate(25deg);
}
@media screen and (min-width: 1000px) {
  .cv-area-txt:after {
    border-radius: calc(3/750 * 440px);
  }
}
.cv-area-stxt{
  font-size: calc(20/750 * 100vw);
  margin-bottom: calc(40/750 * 100vw);
  color: #48322a;
}
@media screen and (min-width: 1000px) {
  .cv-area-stxt{
    font-size: calc(20/750 * 440px);
    margin-bottom: calc(40/750 * 440px);
  }
}
.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: calc(40/750 * 440px);
    width: 8.8px;
  }
}
@media screen and (max-width: 999px) {
  .cv-area .cv-area-box .cv-btn .cv-btn-img {
    right:calc(40/750 * 100vw);
    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;
  }
}

/*anc-box*/
.anc-box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.anc-box-item{
  width: 50%;
  border-bottom: solid #ffffff calc(2/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .anc-box-item{
    width: 50%;
    border-bottom: solid #ffffff calc(2/750 * 440px);
  }
}
.anc-box::before{
content: '';
height: calc(244/750 * 440px);
width: calc(2/750 * 440px);
top: 0;
background-color: #ffffff;
position: absolute;
right: 0;
left: 0;
margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .anc-box::before{
    height: calc(244 / 750* 100vw);
    width: calc(2/750 * 100vw);
    }
}

/*modal*/
.modal {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0; 
  visibility: hidden; 
}

.modal.show {
  opacity: 1;
  visibility: visible;
}

.modal .modal-box {
  background-color: #fff;
margin: 0 auto;
  width: 100%;
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  position: relative;
  max-width: calc(750/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .modal .modal-box {
    max-width: calc(750/750 * 440px);
  }
  #modal1 {
    scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/  
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/   
  }

  #modal1::-webkit-scrollbar {  
    display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
  }
}
.modal .modal-box .modalClose {
 position: fixed;
  top: 0;
right: 0;
}
@media screen and (min-width: 1000px) {
  .modal .modal-box .modalClose {
    width: 440px;
    height: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-top: 4px;
  }
}

.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: -14px;
  }
}
@media screen and (max-width: 999px) {
  .modalClose span {
    font-size: 10.6666666667vw;
    margin-top: -5.2vw;
  }
}

.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;
  font-size: 3.2vw;
  margin-bottom: 6.4vw;
}
@media screen and (max-width: 999px) {
  .modal-sttl {
    font-size: 3.2vw;
    margin-bottom: 6.4vw;
  }
}

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

.modal-list-img {
  text-align: center;
  width: 139.6266666667px;
    margin-left: 11.7333333333px;
}
@media screen and (min-width: 1000px) {
  .modal-list-img {
    width: 139.6266666667px;
    margin-left: 11.7333333333px;
  }
}
@media screen and (min-width: 1000px) {
  .modal-list-img-stxt {
    font-size: 2.9333333333vw;
  }
}
@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: 1.0666666667vw;
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
@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;
  width: 41.6533333333px;
}
@media screen and (min-width: 1000px) {
  .modal-list-img-icon {
    width: 41.6533333333px;
  }
}

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

@media screen and (min-width: 1000px) {
  .modal-list-txt-item {
    font-size: 2.9333333333vw;
  }
}
@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;
          margin-bottom: 1.6vw;
}
@media screen and (min-width: 1000px) {
  .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;
  }
}


/*store*/
@media screen and (min-width: 1000px) {
  .store{
    padding-bottom: 0;
  }
}

.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: 1000px) {
  .store-list-q {
    padding: 14.08px 0;
    padding-left: 9.3866666667px;
    height: 44.5866666667px;
  }
}
@media screen and (max-width: 999px) {
  .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: 1000px) {
  .store-list-q .fa-plus {
    right: 16px;
  }
}
@media screen and (max-width: 999px) {
  .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*/
.intro{
  padding-top: calc(112/750 * 100vw);
  padding-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .intro{
    padding-top: calc(112/750 * 440px);
  }
}
.intro-sttl-img{
  width: calc(540/750 * 100vw);
  margin: 0 auto;
  margin-bottom: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .intro-sttl-img{
    width: calc(540/750 * 440px);
    margin: 0 auto;
    margin-bottom: calc(24/750 * 440px);
  }
}
@media screen and (min-width: 1000px) {
  .intro-ttl-img{
    width: calc(600/750 * 440px);
    margin: 0 auto;
    margin-bottom: calc(64/750 * 440px);
  }
}
@media screen and (max-width: 999px) {
  .intro-ttl-img{
    width: calc(600/750 * 100vw);
    margin: 0 auto;
    margin-bottom: calc(64/750 * 100vw);
  }
}


.intro-logo-img {
  margin: 0 auto;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .intro-logo-img {
    width: calc(670/750 * 440px);
    margin-bottom: 35.2px;
  }
}
@media screen and (max-width: 999px) {
  .intro-logo-img {
    width: calc(670/750 * 100vw);
    margin-bottom: 8vw;
  }
}

.intro-txt {
  line-height: 2em;
  text-align: left;
 margin: 0 auto;
 font-size: calc(26/750 * 100vw);
 width: calc(590/750 * 100vw);
 position: relative;
 z-index: 3;
 margin-bottom: calc(331/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .intro-txt {
    font-size: calc(26/750 * 440px);
    width: calc(590/750 * 440px);
    margin-bottom: calc(331/750 * 440px);
  }
}

/*cp-modal*/
.cp{
  padding-bottom: 0;
}

.cp-modal{
  text-align: center;
}
.cp-modal-area-txt{
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  padding: 0 calc(40/750 * 100vw);
  font-size: calc(30/750 * 100vw);
  margin-bottom: calc(16/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp-modal-area-txt{
    padding: 0 calc(40/750 * 440px);
    font-size: calc(30/750 * 440px);
    margin-bottom: calc(16/750 * 440px);
  }
}
     
.cp-modal-area-txt:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: calc(3/750 * 100vw);
  transform: rotate(-25deg);
}
@media screen and (min-width: 1000px) {
  .cp-modal-area-txt:before {
    border-radius: calc(3/750 * 440px);
  }
}
.cp-modal-area-txt:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: calc(3/750 * 100vw);
  transform: rotate(25deg);
}
@media screen and (min-width: 1000px) {
  .cp-modal-area-txt:after {
    border-radius: calc(3/750 * 440px);
  }
}
.cp-modal-area-sstxt{
  font-size: calc(20/750 * 100vw);
  margin-bottom: calc(32/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp-modal-area-sstxt{
    font-size: calc(20/750 * 440px);
    margin-bottom: calc(32/750 * 440px);
  }
}


@media screen and (min-width: 1000px) {
  .renewal {
    padding: 97.9733333333px 0;
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/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-tasting-campaign2/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;
  margin-top: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .photo-list {
    margin-top: calc(48/750 * 440px);
  }
}

.photo-list-item {
 width: calc(570/750 * 100vw)!important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 calc(52/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .photo-list-item {
    width: calc(570/750 * 440px)!important;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     margin: 0 calc(52/750 * 440px);
   }
}
.photo-list-item-img {
  font-size: 0;
  margin: 0 auto 28.16px;
}

@media screen and (max-width: 999px) {
  .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: calc(8 / 750* 100vw) !important;
  z-index: 5;
}
@media screen and (min-width: 1000px) {
  .slick-next {
    right: calc(-3 / 750* 440px) !important;
  }
}
.slick-next:before {
  content: "" !important;
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/arrow_right.webp) top right/contain no-repeat;
  width: calc(50 / 750* 100vw) !important;
  height: calc(50 / 750* 100vw) !important;
  right: 0;
  position: relative;
  z-index: 2;
  display: block;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .slick-next:before {
    right: 8.2133333333px;
    width: calc(50 / 750* 440px) !important;
    height: calc(50 / 750* 440px) !important;
  }
}

.slick-prev {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  height: auto;
  left: calc(-21/750 * 100vw) !important;
  width: 53.9733333333px !important;
}

@media screen and (min-width: 1000px) {
  .slick-prev { 
    left: calc(-21/750 * 440px) !important;
    width: 53.9733333333px !important;
  }
}

.slick-prev:before {
  content: "" !important;
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/arrow_left.webp) top right/contain no-repeat;
  width: calc(50 / 750* 100vw) !important;
  height: calc(50 / 750* 100vw) !important;
  left: 0;
  position: relative;
  z-index: 2;
  display: block;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .slick-prev:before {
    width: calc(50 / 750* 440px) !important;
    height: calc(50 / 750* 440px) !important;
  }
}

.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap:calc(9/750 * 100vw);
  padding-top: calc(28/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .slider-dots {
    gap:calc(9/750 * 440px);
    padding-top: calc(28/750 * 440px);
  }
} 

.slider-dots li {
  width: calc(44/750 * 100vw);
  height:calc(4/750 * 100vw);
  background: #c8c1bf;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .slider-dots li {
    width: calc(44/750 * 440px);
    height:calc(4/750 * 440px);
  }
}
.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;
  height: calc(20/750 * 100vw)!important;
  width: calc(20/750 * 100vw)!important;
}
@media screen and (min-width: 1000px) {
  .slick-prev, .slick-next {
    height: calc(20/750 * 440px)!important;
    width: calc(20/750 * 440px)!important;
  }
}


.cp-ttl{
  width: calc(590/750 * 100vw);
  margin: 0 auto;
  margin-left: calc(94/750 * 100vw);
  margin-bottom: calc(35/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp-ttl{
    width: calc(590/750 * 440px);
    margin: 0 auto;
    margin-left: calc(94/750 * 440px);
    margin-bottom: calc(35/750 * 440px);
  }
}
.cp .cp-contents {
  width: 95%;
  margin: 0 auto;
  position: relative;
  padding-top: calc(84/750 * 100vw);
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/cp_bg.webp) top center/100% auto no-repeat;
  height:calc(3172/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp .cp-contents {
    width: 416.5333333333px;
    height: calc(3183/750 * 440px);
    padding-top: calc(84/750 * 440px);
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/cp_bg_pc.webp) top center/100% auto no-repeat;
  }
}

.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 .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;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1000px) {
  .cp .cp-plan .cp-plan-ttl {
   font-size: calc(26/750 * 440px);
    width: calc(480/750 * 440px);
  height: calc(59/750 * 440px);
    border: solid #232043 0.5866666667px;
    margin-bottom: 18.7733333333px;
  }
}
@media screen and (max-width: 999px) {
  .cp .cp-plan .cp-plan-ttl {
   font-size: calc(26/750 * 100vw);
   width: calc(480/750 * 100vw);
    height: calc(59/750 * 100vw);
    border: solid #232043 0.1333333333vw;
    margin-bottom: 4.2666666667vw;
    letter-spacing: 0.06em;
  }
}
.cp .cp-plan .cp-plan-ttl-stxt{
  font-size:calc(26/750 * 440px);
  width: calc(480/750 * 440px);
  height: calc(50/750 * 440px);
}
@media screen and (max-width: 999px) {
  .cp .cp-plan .cp-plan-ttl-stxt{
    font-size:calc(26/750 * 100vw);
    width: calc(480/750 * 100vw);
    height: calc(50/750 * 100vw);
  }
}
.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-hotel-img{
  width: calc(594/750 * 440px);
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .cp-hotel-img{
    width: calc(594/750 * 100vw);
    margin: 0 auto;
  }
}

.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: 1000px) 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: -72px;
  top: 767px;
  height: 50px;
  width: 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) {
  .sp-wrap {
   padding-bottom: calc(80/750 * 440px);
  }
}
@media screen and (max-width: 999px) {
  .sp-wrap {
    padding-bottom: calc(80/750 * 100vw);
  }
}

@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-tasting-campaign2/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-tasting-campaign2/arrow_right_02.webp) top right/contain no-repeat;
}

/*floating*/
@media screen and (min-width: 1000px) {
  .floating{
    display: none;
  }
}
.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: 999px) {
  .show{
    opacity: 1;
  }
}
.floating .cv-area .cv-area-box .cv-btn{
  width: calc(534/750 * 100vw);
  padding-left: calc(166/750 * 100vw);
  padding-top: calc(32/750 * 100vw);
  padding-bottom: calc(24/750 * 100vw);
  font-size: calc(32/750 * 100vw);
  height: calc(90/750 * 100vw);
  text-align: left;
}
.floating .cv-area .cv-area-box .btn-stxt{
  left: calc(182/750 * 100vw);
  font-size: calc(24/750 * 100vw);
  width: calc(275/750 * 100vw);
  height: calc(36/750 * 100vw);
  margin: inherit;
}
.floating .cv-area .cv-area-box .cv-btn .cv-btn-img{
  width: calc(16/750 * 100vw);
  right: calc(29 / 750* 100vw);
}
.floating .floating-inner{
  position: relative;
  padding-left: calc(60/750 * 100vw);
}
.floating .floating-deco{
  position: absolute;
  left: 0;
  width: calc(204/750 * 100vw);
  height: auto;
  top: 0;
  z-index: 1;
}
.floating .cv-area{
  padding: calc(32/750 * 100vw) 0;
}
.floating .cv-area-line{
  width: calc(130/750 * 100vw);
  height: calc(90/750 * 100vw);
  background-color: #06c756;
  color: #ffffff;
  margin-left: calc(6/750 * 100vw);
  font-size: calc(20/750 * 100vw);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
}
.floating .cv-area-line-icon{
  width: calc(47/750 * 100vw);
  height: auto;
  padding-top: calc(6/750 * 100vw);
}

.cv-area-btn-frame{
  width: calc(547/750 * 440px);
  margin: 0 auto;
  margin-bottom: calc(24/750 * 440px);
}
@media screen and (max-width: 999px) {
.cv-area-btn-frame{
  margin: 0 auto;
    width: calc(547/750 * 100vw);
    margin-bottom: calc(36/750 * 100vw);
  }
}

.cp-anker-link-area{
  background-color: #b2a029;
  font-size: calc(28/750 * 440px);
  width: calc(670/750 * 440px);
  margin: 0 auto;
  margin-top: calc(40/750 * 440px);
  position: relative;
}
@media screen and (max-width: 999px) {
  .cp-anker-link-area{
    background-color: #b2a029;
    font-size: calc(28/750 * 100vw);
    width: calc(670/750 * 100vw);
    margin: 0 auto;
    margin-top: calc(40/750 * 100vw);
    position: relative;
  }
}
.cp-anker-link-area-txt{
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.3em;
  padding: calc(24/750 * 440px) 0;
}
@media screen and (max-width: 999px) {
  .cp-anker-link-area-txt{
    padding: calc(24/750 * 100vw) 0;
  }
}
.cp-anker-link-area .cp-anker-btn-img {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate( 90deg );
}
@media screen and (min-width: 1000px) {
  .cp-anker-link-area .cp-anker-btn-img {
    right: calc(40/750 * 440px);
    width: 8.8px;
  }
}
@media screen and (max-width: 999px) {
  .cp-anker-link-area .cp-anker-btn-img {
    right: calc(40/750 * 100vw);
    width: 2vw;
  }
}
.cp-contents-ttl{
  width: calc(590/750 * 100vw);
  margin: 0 auto;
  margin-bottom: calc(48/750 * 440px);
}
@media screen and (min-width: 1000px) {
  .cp-contents-ttl{
    width: calc(590/750 * 440px);
    margin-bottom: calc(48/750 * 440px);
  }
}

.cp-contents-sttl {
 width: calc(400/750 * 100vw);
 margin: 0 auto;
 margin-bottom: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .cp-contents-sttl {
    width: calc(400/750 * 440px);
    margin: 0 auto;
    margin-bottom: calc(24/750 * 440px);
   }
}
.cp-contents-img{
  width: calc(590/750 * 440px);
  margin: 0 auto;
  margin-top: calc(45/750 * 440px);
  margin-bottom: calc(18/750 * 440px);
}
@media screen and (max-width: 999px) {
  .cp-contents-img{
    width: calc(590/750 * 100vw);
    margin-top: calc(45/750 * 100vw);
    margin-bottom: calc(18/750 * 100vw);
  }
}
.cp-contents-img-txt{
  font-size: calc(22/750 * 440px);
  margin-bottom: calc(38/750 * 440px);
}
@media screen and (max-width: 999px) {
  .cp-contents-img-txt{
    font-size: calc(22/750 * 100vw);
    margin-bottom: calc(38/750 * 100vw);
  }
}
.cp-contents-overview-ttl{
  font-size: calc(26/750 * 440px);
  margin-bottom: calc(32/750 * 440px);
}
@media screen and (max-width: 999px) {
  .cp-contents-overview-ttl{
    font-size: calc(26/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);
  }
}
.cp-contents-price-discount{
  width: calc(600/750 * 440px);
  margin: 0 auto;
  margin-bottom: calc(32/750 * 440px);
}
@media screen and (max-width: 999px) {
  .cp-contents-price-discount{
    width: calc(600/750 * 100vw);
    margin: 0 auto;
    margin-bottom: calc(32/750 * 100vw);
  }
}
.cp-contents-overview-txt{
  text-indent: -1.1em;
  padding-left: 1.3em;
  text-align: left;
  margin-bottom: calc(32/750 * 440px);
  line-height: 1.9em;
  font-size: calc(24/750 * 440px);
}
@media screen and (max-width: 999px) {
  .cp-contents-overview-txt{
    text-indent: -1.1em;
    padding-left: 1.3em;
    text-align: left;
    margin-bottom: calc(32/750 * 100vw);
    line-height: 1.8em;
    font-size: calc(24/750 * 100vw);
  }
}
.cp-contents-overview-txt .txt-pink{
  font-weight: 600;
}
.txt-pink{
  color: #e53f5f;
}
.cp-contents-limited-img{
  width: calc(130/750 * 440px);
  height: auto;
  position: absolute;
  top: calc(245/750 * 440px);
  left: calc(7/750 * 440px);
}
@media screen and (max-width: 999px) {
  .cp-contents-limited-img{
    width: calc(130/750 * 100vw);
    height: auto;
    position: absolute;
    top: calc(245/750 * 100vw);
    left: calc(7/750 * 100vw);
  }
}
.cp-hotel-img-txt{
  font-size: calc(36/750 * 440px);
  line-height: 1.5em;
  margin-top: calc(32/750 * 440px);
  margin-bottom: calc(32/750 * 440px);
}
@media screen and (max-width: 999px) {
  .cp-hotel-img-txt{
    font-size: calc(36/750 * 100vw);
    margin-top: calc(24/750 * 100vw);
    margin-bottom: calc(24/750 * 100vw);
  }
}
.cp-hotel-txt{
  width: calc(597/750 * 440px);
  font-size: calc(24/750 * 440px);
  margin: 0 auto;
  margin-bottom: calc(48/750 * 440px);
  line-height: 1.8em;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .cp-hotel-txt{
    width: calc(597/750 * 100vw);
    font-size: calc(24/750 * 100vw);
    margin-bottom: calc(48/750 * 100vw);
    line-height: 1.8em;
    letter-spacing: 0.08em;
  }
}
.cp-hotel-list{
  width: calc(597/750 * 440px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .cp-hotel-list{
    width: calc(597/750 * 100vw);
    margin: 0 auto;
  }
}
.cp-hotel-list-sttl{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 0.08em;
  font-size: calc(22/750 * 440px);
  width: calc(162/750 * 440px);
  height: calc(40/750 * 440px);
  background-color: #b2a029;
  border-radius: calc(80/750 * 440px);
  margin-right: calc(16/750 * 440px);
}
@media screen and (max-width: 999px) {
  .cp-hotel-list-sttl{
    font-size: calc(22/750 * 100vw);
    width: calc(162/750 * 100vw);
    height: calc(40/750 * 100vw);
    background-color: #b2a029;
    border-radius: calc(80/750 * 100vw);
    margin-right: calc(16/750 * 100vw);
  }
}
.cp-hotel-list-txt{
  width: calc(414/750 * 440px);
  text-align: left;
  line-height: 1.4em;
  font-size: calc(24/750 * 440px);
  margin-bottom: calc(32/750 * 440px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999px) {
  .cp-hotel-list-txt{
    letter-spacing: 0.04em;
    width: calc(414/750 * 100vw);
    text-align: left;
    line-height: 1.5em;
    font-size: calc(24/750 * 100vw);
    margin-bottom: calc(32/750 * 100vw);
  }
}
.cp-plan-list-ttl{
  font-size: calc(22/750 * 440px);
  font-weight: 600;
  width: calc(597/750 * 440px);
  margin: 0 auto;
  text-align: left!important;
}
@media screen and (max-width: 999px) {
  .cp-plan-list-ttl{
    width: calc(597/750 * 100vw);
    font-size: calc(22/750 * 100vw);
    font-weight: 600;
    text-align: left;
  }
}
.cp-plan-list{
  width: calc(597/750 * 440px);
  margin: 0 auto;
  text-align: left;
  font-size: calc(22/750 * 440px);
  line-height: 1.6em;
  margin-bottom: calc(48/750 * 440px);
}
@media screen and (max-width: 999px) {
  .cp-plan-list{
    width: calc(597/750 * 100vw);
    margin: 0 auto;
    text-align: left;
    font-size: calc(22/750 * 100vw);
    line-height: 1.6em;
    margin-bottom: calc(48/750 * 100vw);
  }
}
.cp-plan-bottom-txt{
  width: calc(597/750 * 440px);
  margin: 0 auto;
  text-align: left;
  font-size: calc(22/750 * 440px);
  letter-spacing: 0.04em;
  line-height: 1.6em;
  margin-top: calc(-24/750 * 440px);
}
@media screen and (max-width: 999px) {
  .cp-plan-bottom-txt{
    width: calc(597/750 * 100vw);
    margin: 0 auto;
    text-align: left;
    font-size: calc(22/750 * 100vw);
    margin-top: calc(-24/750 * 100vw);
  }
}
/*qa*/
.qa{
  padding-top: 0;
  padding-bottom: 0;
}
.qa-ttl{
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/qa_ttl_bg.webp) top center/calc(750 / 750 * 100vw) auto no-repeat;
  padding: calc(80/750 * 100vw) 0;
  font-size: calc(48/750 * 100vw);
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .qa-ttl{
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/qa_ttl_bg.webp) top center/calc(750 / 750 * 440px) auto no-repeat;
    padding: calc(80/750 * 440px) 0;
    font-size: calc(48/750 * 440px);
  }
}
.qa-inner{
  background-color: #e7ebf2;
  padding: calc(80/750 * 100vw) 0;
}
@media screen and (min-width: 1000px) {
  .qa-inner{
    background-color: #e7ebf2;
    padding: calc(80/750 * 440px) 0;
  }
}
.qa-list-item {
  margin: 0 auto calc(24/750 * 100vw);
  width:calc(670/750 * 100vw);
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .qa-list-item {
    margin: 0 auto calc(24/750 * 440px);
  width:calc(670/750 * 440px);
  }
}
.qa-list-item:last-child {
  margin: 0 auto;
}

.qa-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height:calc(116/750 * 100vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 calc(20/750 * 100vw);
  background: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .qa-q {
    height:calc(116/750 * 440px);
    padding: 0 calc(20/750 * 440px);
  }
}
.qa-q .qa-icon {
  font-size: calc(48/750 * 100vw);
  font-weight: 400;
  line-height: 1em;
  margin-left: calc(32/750 * 100vw);
  margin-right: calc(17/750 * 100vw);
  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;
}
@media screen and (min-width: 1000px) {
  .qa-q .qa-icon {
    font-size: calc(48/750 * 440px);
    margin-left: calc(20/750 * 440px);
    margin-right: calc(17/750 * 440px);
  }
}

.qa-q .qa-txt{
  text-align: left;
  line-height: 1.4em;  
  font-size: calc(26/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .qa-q .qa-txt{
    font-size: calc(26/750 * 440px);
  }
}

.toggle {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 20px;
  width: 20px;
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .toggle {
    width: 4vw;
    height: 4vw;
    margin: auto 1.3333333333vw auto auto;
  }
}

.toggle span::before,
.toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: calc(24/750 * 100vw);
  height:calc(2/750 * 100vw);
  vertical-align: middle;
  background: #232043;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  .toggle span::before,
.toggle span::after {
  width: calc(24/750 * 440px);
  height:calc(2/750 * 440px);
}
}

.toggle span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is-open .toggle span::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.is-open .toggle span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.qa-a {
  display: none;
}

.qa-a-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding:calc(33/750 * 100vw) calc(40/750 * 100vw) calc(33/750 * 100vw) calc(54/750 * 100vw);
  background: #fff;
  position: relative;
  align-items: flex-start;
}
@media screen and (min-width: 1000px) {
  .qa-a-inner {
    padding:calc(33/750 * 440px) calc(40/750 * 440px) calc(33/750 * 440px) calc(40/750 * 440px);
  }
}  
.qa-a-inner:after{
  content: '';
  height: calc(2/750 * 100vw);
  width: calc(590/750 * 100vw);
  background-color: #b9b8c4;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
}
@media screen and (min-width: 1000px) {
  .qa-a-inner:after{
    height: calc(1/750 * 440px);
    width: calc(590/750 * 440px);
  }
}
.qa-a-inner .qa-icon {
  border-radius: 50%;
  font-size: calc(48/750 * 100vw);
  font-weight: 500;
  line-height: 1;
  padding-top: calc(12/750 * 100vw);
  margin-right:calc(16/750 * 100vw);
  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;
          flex-shrink: 0;
}
@media screen and (min-width: 1000px) {
  .qa-a-inner .qa-icon {
    font-size: calc(48/750 * 440px);
    padding-top: calc(12/750 * 440px);
    margin-right:calc(16/750 * 440px);
  }
}
.qa-a-inner .qa-txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
          text-align: left;
          line-height: 1.8em;
          font-size: calc(26/750 * 100vw);
          letter-spacing: -0.01em;
}
@media screen and (min-width: 1000px) {
  .qa-a-inner .qa-txt {
            font-size: calc(26/750 * 440px);
  }
}


/*tour-acco*/
.tour-acco{
  padding-bottom: calc(40/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .tour-acco{
    padding-bottom: calc(40/750 * 440px);
  }
}
.accordion-box {
  position: relative;
  background-color: #ffffff;
  margin-bottom: calc(120/750 * 100vw);
  padding-bottom: calc(80/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .accordion-box {
    position: relative;
    background-color: #ffffff;
    margin-bottom: calc(60/750 * 440px);
    padding-bottom: calc(80/750 * 440px);
  }
}

.accordion-box label {
  height: calc(230/750 * 100vw);
  cursor: pointer;
  text-align: center;
  font-size:calc(14/750 * 100vw);
  position: absolute;
  bottom: calc(-40/750 * 100vw);
  width: 100%;
  left: 0;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(47%, rgba(255, 255, 255, 0.95)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 47%);
}
@media screen and (min-width: 1000px) {
  .accordion-box label {
    height: calc(251/750 * 440px);
    font-size:calc(14/750 * 440px);
    bottom: calc(-40/750 * 440px);
  }
}

.accordion-box input:checked + label {
  background: none;
}
.accordion-box label:after {
  content: "1日目の流れをみる";
  letter-spacing: 0.05em;
  position: absolute;
  bottom: calc(20/750 * 100vw);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #232043;
  background-color: #ffffff;
  width: calc(670/750 * 100vw);
  padding: calc(44/750 * 100vw) 0;
  border: solid #232043 calc(2/750 * 100vw);
  font-size: calc(30/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .accordion-box label:after {
    bottom: calc(20/750 * 440px);
    width: calc(670/750 * 440px);
    padding: calc(40/750 * 440px) 0;
    border: solid #232043 calc(2/750 * 440px);
    font-size: calc(30/750 * 440px);
  }
}
.accordion-box-02 label:after {
  content: "2日目の流れをみる";
}


.accordion-box label:before {
  content: '';
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/bottom_arrow.webp) top center/calc(24 / 750 * 100vw) auto no-repeat;
  position: absolute;
  width: calc(24/750 * 100vw);
  height: calc(15/750 * 100vw);
  top: 65%;
  left: calc(76/750 * 100vw);
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .accordion-box label:before {
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/bottom_arrow.webp) top center/calc(24 / 750 * 440px) auto no-repeat;
    width: calc(24/750 * 440px);
    height: calc(15/750 * 440px);
    left: calc(76/750 * 440px);
  }
}

.accordion-box input {
  display: none;
}

.accordion-box .accordion-container {
  overflow: hidden;
  margin: 0 auto;
  max-height: 0;
  -webkit-transition: all 0.7s;
  transition: max-height 0.7s ease-out;
}
@media screen and (min-width: 1000px) {
  .accordion-box .accordion-container {
    height: calc(500/750 * 440px);
  }
}
.accordion-box input:checked + label:before {
  transform: rotate(3.142rad);
}
.accordion-box input:checked + label{
  bottom: 0;
}

.accordion-box input[type="checkbox"] {
  display: none; 
}

.accordion-box input[type="checkbox"]:checked ~ .accordion-container {
  max-height: 2900px;  /* アコーディオンが展開する最大の高さ */
}

.accordion-box input:checked ~ .accordion-container {
  height: auto;
  padding-bottom: calc(120/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .accordion-box input:checked ~ .accordion-container {
    padding-bottom: calc(120/750 * 440px);
  }
}
.accordion-container {
  background-color: #ffffff;
  padding: 0 0 calc(400 / 750* 100vw) 0;
}
@media screen and (min-width: 1000px) {
  .accordion-container {
    background-color: #ffffff;
    padding: 0 0 calc(400 / 750* 440px) 0;
  }
}

/*baloon*/
.baloon {
  position: relative;
  display: inline-block;
  margin-left:calc(13/750 * 100vw);
  padding: calc(27/750 * 100vw);
  border-radius:0 calc(32/750 * 100vw) 0 calc(32/750 * 100vw);
  background-color: #ffffff;
  text-align: left;
  font-size: calc(26/750 * 100vw);
  font-weight: 400;
  line-height: 1.5;
  color: #232043;
  width: calc(458/750 * 100vw);
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1000px) {
  .baloon {
    position: relative;
    display: inline-block;
    margin-left:calc(13/750 * 440px);
    padding: calc(27/750 * 440px);
    border-radius:0 calc(32/750 * 440px) 0 calc(32/750 * 440px);
    background-color: #ffffff;
    text-align: left;
    font-size: calc(26/750 * 440px);
    font-weight: 400;
    line-height: 1.5;
    color: #232043;
    width: calc(458/750 * 440px);
  }
}

.baloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width:calc(20/750 * 440px) calc(20/750 * 440px) calc(20/750 * 440px) 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}
@media screen and (max-width: 999px) {
  .baloon::after {
    border-width: calc(20/750 * 100vw) calc(20/750 * 100vw) calc(20/750 * 100vw) 0;
  }
}
/*reccomend*/
.reccomend{
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/recommend_bg.webp) top center/calc(750 / 750 * 100vw) auto no-repeat;
  padding: calc(80/750 * 100vw) 0 calc(80/750 * 100vw) 0;
  margin-top: calc(60/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .reccomend{
    padding: calc(80/750 * 440px) 0 calc(80/750 * 440px) 0;
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/recommend_bg.webp) top center/calc(750 / 750 * 440px) auto no-repeat;
    margin-top: calc(60/750 * 440px);
  }
}
.reccomend-ttl{
  font-size: calc(48/750 * 100vw);
  text-align: center;
  line-height: 1.3em;
  margin-bottom: calc(40/750 * 100vw);
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .reccomend-ttl{
    font-size: calc(48/750 * 440px);
    text-align: center;
    line-height: 1.3em;
    margin-bottom: calc(40/750 * 440px);
  }
}
.reccomend-culm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0 auto;
  width:calc(670/750 * 100vw);
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  .reccomend-culm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 auto;
    width:calc(670/750 * 440px);
    flex-wrap: wrap;
  }
}
.reccomend-culm-item{
  line-height: 1.5em;
  font-weight: 600;
  width: calc(323/750 * 100vw);
  font-size: calc(26/750 * 100vw);
  padding: calc(24/750 * 100vw) 0;
  text-align: center;
  background-color:rgba(255,255,255,0.9);
  margin-bottom: calc(20/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .reccomend-culm-item{
    line-height: 1.5em;
    font-weight: 600;
    width: calc(323/750 * 440px);
    font-size: calc(26/750 * 440px);
    padding: calc(24/750 * 440px) 0;
    text-align: center;
    background-color:rgba(255,255,255,0.9);
    margin-bottom: calc(20/750 * 440px);
  }
}
/*tour*/
.tour{
padding: calc(112/750 * 100vw) 0;
padding-bottom:calc(40/750 * 100vw);
text-align: center;
}
@media screen and (min-width: 1000px) {
  .tour{
    padding: calc(112/750 * 440px) 0;
    text-align: center;
    padding-bottom:calc(40/750 * 440px);
    }
}
.tour-sttl{
  font-size: calc(30/750 * 100vw);
  line-height: 1.5em;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .tour-sttl{
    font-size: calc(30/750 * 440px);
    line-height: 1.5em;
    font-weight: 600;
  }
}
.tour-ttl{
  margin-top: calc(24/750 * 100vw);
  font-size: calc(48/750 * 100vw);
  margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .tour-ttl{
    margin-top: calc(24/750 * 440px);
    font-size: calc(48/750 * 440px);
    margin-bottom: calc(48/750 * 440px);
  }
}
.tour-content{
background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/tour_bg.webp) top center/calc(710 / 750 * 100vw) auto no-repeat;
height: calc(1035/750 * 100vw);
padding: calc(80/750 * 100vw) 0;
}
@media screen and (min-width: 1000px) {
  .tour-content{
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/tour_bg.webp) top center/calc(710 / 750 * 440px) auto no-repeat;
    height: calc(1035/750 * 440px);
    padding: calc(80/750 * 440px) 0;
    }
}
.tour-content-ttl{
  font-size: calc(48/750 * 100vw);
  margin-bottom: calc(66/750 * 100vw);
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .tour-content-ttl{
    font-size: calc(48/750 * 440px);
    margin-bottom: calc(66/750 * 440px);
    position: relative;
  }
}
.tour-content-ttl::after{
  content: '';
  height: calc(1/750 * 100vw);
  width: calc(80/750 * 100vw);
  background-color: #232043;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: calc(70/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .tour-content-ttl::after{
    content: '';
    height: calc(1/750 * 440px);
    width: calc(80/750 * 440px);
    background-color: #232043;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: calc(70/750 * 440px);
  }
}
.tour-item{
  margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .tour-item{
    margin-bottom: calc(32/750 * 440px);
  }
}
.tour-item .tour-item-img{
width: calc(42/750 * 100vw);
margin: 0 auto;
margin-bottom: calc(16/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .tour-item .tour-item-img{
    width: calc(42/750 * 440px);
    margin: 0 auto;
    margin-bottom: calc(16/750 * 440px);
    }
}
.tour-item:nth-child(3) .tour-item-img{
  width: calc(64/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .tour-item:nth-child(3) .tour-item-img{
    width: calc(64/750 * 440px);
  }
}
.tour-item:nth-child(4) .tour-item-img{
  width: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .tour-item:nth-child(4) .tour-item-img{
    width: calc(48/750 * 440px);
  }
}

.tour-item-txt {
  font-size: calc(30/750 * 100vw);
  line-height: 1.5em;
  margin-bottom: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .tour-item-txt {
    font-size: calc(30/750 * 440px);
    line-height: 1.5em;
    margin-bottom: calc(24/750 * 440px);
  }
}

.tour-item-txt .tour-item-stxt{
  font-size: calc(22/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .tour-item-txt .tour-item-stxt{
    font-size: calc(22/750 * 440px);
  }
}

.tour-item .cp-plan-list-item{
  text-indent: -1em;
  padding-left: 1em;
  font-size: calc(22/750 * 100vw);
  margin-bottom: calc(4/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .tour-item .cp-plan-list-item{
    text-indent: -1em;
    padding-left: 1em;
    font-size: calc(22/750 * 440px);
    margin-bottom: calc(4/750 * 440px);
  }
}

.tour-item .cp-plan-list{
  margin-bottom: calc(10/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .tour-item .cp-plan-list{
    margin-bottom: calc(10/750 * 440px);
  }
}

.tour-item .notes{
  width: calc(560/750 * 100vw);
  margin: 0 auto;
  text-align: left;
  line-height: 1.5em;
}
@media screen and (min-width: 1000px) {
  .tour-item .notes{
    width: calc(560/750 * 440px);
    margin: 0 auto;
    text-align: left;
    line-height: 1.5em;
  }
}

/*tour-acco*/
.tour-acco-ttl{
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/plan_day_bg.webp) top center/calc(670 / 750 * 100vw) auto no-repeat;
  padding: calc(24/750 * 100vw) 0;
  text-align: center;
  font-size: calc(30/750 * 100vw);
}
@media screen and (max-width: 999px) {
  .tour-acco-ttl{
    margin-bottom: calc(53/750 * 100vw);
  }
}
@media screen and (min-width: 1000px) {
  .tour-acco-ttl{
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/plan_day_bg.webp) top center/calc(670 / 750 * 440px) auto no-repeat;
    padding: calc(20/750 * 440px) 0 calc(24/750 * 100vw) 0;
    text-align: center;
    font-size: calc(30/750 * 440px);
  }
}

/*chapel*/
.chapel{
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/chapel_bg.webp) top center/calc(750 / 750 * 100vw) auto no-repeat;
  padding-top: calc(80/750 * 100vw);
  padding-bottom: calc(36 / 750* 100vw);
}
@media screen and (min-width: 1000px) {
  .chapel{
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/chapel_bg.webp) top center/calc(750 / 750 * 440px) auto no-repeat;
    padding-top: calc(80/750 * 440px);
    padding-bottom: calc(36 / 750* 440px);
  }
}

.chapel-ttl{
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin-bottom: calc(64/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .chapel-ttl{
    line-height: 1.2em;
    letter-spacing: 0.05em;
    margin-bottom: calc(64/750 * 440px);
  }
}
.chapel-item{
  width: calc(670/750 * 100vw);
  background-color:rgba(255,255,255,0.9);
  margin: 0 auto;
  padding: calc(64/750 * 100vw) 0 calc(32/750 * 100vw) 0;
  margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .chapel-item{
    width: calc(670/750 * 440px);
    background-color:rgba(255,255,255,0.9);
    margin: 0 auto;
    padding: calc(64 / 750* 440px) 0 calc(10 / 750* 440px) 0;
    margin-bottom: calc(48/750 * 440px);
  }
}
.chapel-item-sttl{
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: calc(16/750 * 100vw);
  font-size: calc(26/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .chapel-item-sttl{
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: calc(16/750 * 440px);
    font-size: calc(26/750 * 440px);
  }
}
.chapel-ssttl{
  line-height: 1em;
  font-weight: 600;
  margin-bottom: calc(40/750 * 100vw);
  font-size: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .chapel-ssttl{
    line-height: 1em;
    font-weight: 600;
    margin-bottom: calc(40/750 * 440px);
    font-size: calc(48/750 * 440px);
  }
}
.chapel-item-txt{
  font-size: calc(26/750 * 100vw);
  line-height: 2em;
  margin-bottom: calc(32/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .chapel-item-txt{
    font-size: calc(26/750 * 440px);
    line-height: 2em;
    margin-bottom: calc(32/750 * 440px);
  }
}

/*off*/
.off{
padding: calc(100/750 * 100vw) 0;
text-align: center;
background-color: #f7f5ed;
}
@media screen and (min-width: 1000px) {
  .off{
    padding: calc(100/750 * 440px) 0;
    text-align: center;
    }
}
.off-stxt{
  font-size: calc(26/750 * 100vw);
  margin-bottom: calc(32/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .off-stxt{
    font-size: calc(26/750 * 440px);
    margin-bottom: calc(32/750 * 440px);
  }
}
.off-sttl{
  font-size: calc(36/750 * 100vw);
  line-height: 1.5em;
  margin-bottom: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .off-sttl{
    font-size: calc(36/750 * 440px);
    line-height: 1.5em;
    margin-bottom: calc(24/750 * 440px);
  }
}
.off-ttl{
  font-size: calc(56/750 * 100vw);
  font-weight: 600;
  margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .off-ttl{
    font-size: calc(56/750 * 440px);
    margin-bottom: calc(48/750 * 440px);
  }
}

.off-img{
  width: calc(576/750 * 100vw);
  margin: 0 auto;
  margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .off-img{
    width: calc(576/750 * 440px);
    margin: 0 auto;
    margin-bottom: calc(48/750 * 440px);
  }
}

.off-txt{
  font-size: calc(26/750 * 100vw);
  line-height: 1.5em;
  margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .off-txt{
    font-size: calc(26/750 * 440px);
    margin-bottom: calc(48/750 * 440px);
  }
}

.off-img-02{
  width: calc(670/750 * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .off-img-02{
    width: calc(670/750 * 440px);
  }
}

/*voice*/
.voice{
  position: relative;
  padding-bottom: calc(60/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .voice{
    position: relative;
    padding-bottom: calc(60/750 * 440px);
  }
}
.voice .font-Bodoni{
 font-size: calc(140/750 * 100vw); 
 color: #e7ebf2;
 letter-spacing: -0.05em;
 z-index: 0;
 position: absolute;
 right: 0;
 left: 0;
 margin: 0 auto;
 top: calc(189/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .voice .font-Bodoni{
    font-size: calc(140/750 * 440px); 
    color: #e7ebf2;
    letter-spacing: -0.05em;
    z-index: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: calc(189/750 * 440px);
   }
}

.voice .voice-sttl{
  margin-bottom: calc(34/750 * 100vw);
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .voice .voice-sttl{
    margin-bottom: calc(34/750 * 440px);
    position: relative;
    letter-spacing: 0.05em;
  }
}

.voice .voice-ttl{
  margin-bottom: calc(80/750 * 100vw);
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .voice .voice-ttl{
    margin-bottom: calc(80/750 * 440px);
    position: relative;
    font-weight: 600;
  }
}

.voice .voice-img{
  width: calc(670/750 * 100vw);
  margin: 0 auto;
  margin-bottom: calc(68/750 * 100vw);
  position: relative;
}
@media screen and (min-width: 1000px) {
  .voice .voice-img{
    width: calc(670/750 * 440px);
    margin: 0 auto;
    margin-bottom: calc(68/750 * 440px);
    position: relative;
  }
}

.voice-bg{
  position: absolute;
  height: calc(926/750 * 100vw);
  width: 100%;
  background-color: #e7ebf2;
  z-index: 0;
  bottom: 0;
}
@media screen and (min-width: 1000px) {
  .voice-bg{
    position: absolute;
    height: calc(926/750 * 440px);
    width: 100%;
    background-color: #e7ebf2;
    z-index: 0;
    bottom: 0;
  }
}

.voice-culm{
  position: relative;
  width: calc(670/750 * 100vw);
  margin: 0 auto;
  height: calc(577/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .voice-culm{
    position: relative;
    width: calc(670/750 * 440px);
    margin: 0 auto;
    height: calc(577/750 * 440px);
  }
}
.voice-item{
  width: calc(444/750 * 100vw);
  position: absolute;
}
@media screen and (min-width: 1000px) {
  .voice-item{
    width: calc(444/750 * 440px);
    position: absolute;
  }
}
.voice-item:nth-child(1){
  top: 0;
  right:0;
  z-index: 1;
}

.voice-item:nth-child(2){
  top: calc(186 / 750* 100vw);
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .voice-item:nth-child(2){
    top: calc(186 / 750* 440px);
    left: 0;
    z-index: 2;
  }
}
.voice-item:nth-child(3){
  top: calc(356 / 750* 100vw);
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .voice-item:nth-child(3){
    top: calc(356 / 750* 440px);
    right: 0;
    z-index: 2;
  }
}

/*consultation*/
.consultation-ttl-img{
  width: calc(482/750 * 100vw);
  margin: 0 auto;
  margin-bottom: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .consultation-ttl-img{
    width: calc(482/750 * 440px);
    margin: 0 auto;
    margin-bottom: calc(24/750 * 440px);
  }
}
.consultation-img{
  margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .consultation-img{
    margin-bottom: calc(48/750 * 440px);
  }
}
.consultation-culm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0 auto;
  width:calc(592/750 * 100vw);
  margin-bottom: calc(24/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .consultation-culm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 auto;
    width:calc(592/750 * 440px);
    margin-bottom: calc(24/750 * 440px);
  }
}
.consultation-item{
  width: 48%;
}
.consultation-bottom-img{
  width: calc(670/750 * 100vw);
  margin: 0 auto;
  margin-top: calc(64/750 * 100vw);
  margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .consultation-bottom-img{
    width: calc(670/750 * 440px);
    margin: 0 auto;
    margin-top: calc(64/750 * 440px);
    margin-bottom: calc(48/750 * 440px);
  }
}
/*consultation-bottom-area*/
.consultation-bottom-area{
  background-color: #e7ebf2;
  position: relative;
  padding-top: calc(175/750 * 100vw);
  padding-bottom: calc(80/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .consultation-bottom-area{
    background-color: #e7ebf2;
    position: relative;
    padding-top: calc(175/750 * 440px);
    padding-bottom: calc(80/750 * 440px);
  }
}
.consultation-bottom-area:before{
  content: '';
  width: calc(750/750 * 100vw);
  background-color: #ffffff;
  height: calc(127/750 * 100vw);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: calc(-1/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .consultation-bottom-area:before{
    content: '';
    width: calc(750/750 * 440px);
    background-color: #ffffff;
    height: calc(127/750 * 440px);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: calc(-1/750 * 440px);
  }
}
.consultation-bottom-area-ttl{
  line-height: 1.4em;
  margin-bottom: calc(44/750 * 100vw);
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .consultation-bottom-area-ttl{
    line-height: 1.4em;
    margin-bottom: calc(44/750 * 440px);
  }
}
.consultation-bottom-area-txt-img{
  font-size: calc(30/750 * 100vw);
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/consultation_ttl_bg.webp) top center/calc(520 / 750 * 100vw) auto no-repeat;
  padding: calc(10/750 * 100vw) 0;
}
@media screen and (min-width: 1000px) {
  .consultation-bottom-area-txt-img{
    font-size: calc(30/750 * 440px);
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/gnz-tasting-campaign2/consultation_ttl_bg.webp) top center/calc(520 / 750 * 440px) auto no-repeat;
    padding: calc(4/750 * 440px) 0;
  }
}
.baloon-culm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:0 auto;
  width:calc(670/750 * 100vw); 
  margin-top: calc(32/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .baloon-culm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 auto;
    width:calc(670/750 * 440px); 
    margin-top: calc(32/750 * 440px);
  }
}
.baloon-img{
  width: calc(160/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .baloon-img{
    width: calc(160/750 * 440px);
  }
}

/*--------------------------------------------------
スクロールで出現
--------------------------------------------------*/
.sa {
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
@media screen and (max-width: 999px) {
  .sq {
    overflow: hidden;
  }
}

/* 初期状態: 非表示 */
.photo {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* スムーズに遷移 */
}

/* show クラスが付与されるとアニメーションが実行される */
.photo.show {
  opacity: 1;
}
/* zoom アニメーション */
.photo.zoom.show {
  animation: zoomIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* スライドアニメーション */
.photo.slide.show {
  animation: slideIn .6s ease-out forwards;
}

@keyframes slideIn {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro-txt-box{
  position: relative;
}
.intro-txt-img{
  position: absolute;
}
.intro-txt-img-01{
  right: 0;
  top: calc(127 / 750* 100vw);
  width: calc(300/750 * 100vw);
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .intro-txt-img-01{
    top: calc(127 / 750* 440px);
    width: calc(300/750 * 440px);
  }
}
.intro-txt-img-02{
  right: 0;
  top: calc(77 / 750* 100vw);
  width: calc(185/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .intro-txt-img-02{
    right: 0;
    top: calc(77 / 750* 440px);
    width: calc(185/750 * 440px);
  }
}
.intro-txt-img-03{
 left: 0;
 top: calc(445 / 750* 100vw);
 width: calc(83 / 750* 100vw);
}
@media screen and (min-width: 1000px) {
  .intro-txt-img-03{
    left: 0;
    top: calc(445 / 750* 440px);
    width: calc(83 / 750* 440px);
   }
}
.intro-txt-img-04{
  left: 0;
  top: calc(500/750 * 100vw);
  width: calc(300/750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .intro-txt-img-04{
    left: 0;
    top: calc(500/750 * 440px);
    width: calc(300/750 * 440px);
  }
}

.qr{
  width: 126px;
  margin: 0 auto;
}