@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* ▼▼▼ ルクアの楽しみ方
======================================================*/
#enjoy .pc {
  display: none;
}
@media screen and (min-width: 769px) {
  #enjoy .pc {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  #enjoy .sp {
    display: none;
  }
}

#enjoy a:hover {
  opacity: 0.8;
}

#enjoy .container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

#enjoy {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  position: relative;
  padding-bottom: 160px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #enjoy {
    padding-bottom: 0;
  }
}
#enjoy .lucuano_btm {
  position: absolute;
  bottom: 0;
  left: 20px;
  max-width: 272px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #enjoy .lucuano_btm {
    left: 8%;
    max-width: 14.5%;
  }
}

/* ▼▼▼ MV＋menu
======================================================*/
#fv {
  background-color: #ff9b65;
}
#fv .mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#fv .mv .mv_baloon {
  position: absolute;
  width: 61%;
  bottom: 1%;
  right: -8%;
}
@media screen and (min-width: 769px) {
  #fv .mv .mv_baloon {
    width: 19.7%;
    bottom: 12.5%;
    right: 8.5%;
  }
}
#fv .menu_area {
  margin-top: 40px;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #fv .menu_area {
    margin-top: -40px;
    padding-bottom: 35px;
  }
}
#fv .menu_area .menu_ttl {
  max-width: 96px;
  margin: 0 auto 14px;
}
@media screen and (min-width: 769px) {
  #fv .menu_area .menu_ttl {
    max-width: 195px;
    margin: 0 auto 35px;
  }
}
#fv .menu_area ul.anchor {
  max-width: 270px;
  margin: 0 auto;
  list-style: none;
}
@media screen and (min-width: 769px) {
  #fv .menu_area ul.anchor {
    max-width: 910px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}
#fv .menu_area ul.anchor li {
  max-width: 270px;
  width: 100%;
  position: relative;
  z-index: 1;
}
#fv .menu_area ul.anchor li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  #fv .menu_area ul.anchor li:not(:last-child) {
    margin-bottom: 0;
  }
}
#fv .menu_area ul.anchor li::after {
  position: absolute;
  content: "";
  background-image: radial-gradient(circle, #ffffff 1px, transparent 1px);
  background-position: 0 0;
  background-size: 5px 5px;
  width: 270px;
  height: 60px;
  top: 4px;
  left: 4px;
  border-radius: 100vmax;
  z-index: -1;
}
#fv .menu_area ul.anchor li a {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-weight: 900;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100vmax;
  text-align: center;
  font-size: 21px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#fv .menu_area ul.anchor li a::before, #fv .menu_area ul.anchor li a::after {
  position: absolute;
  content: "";
}
#fv .menu_area ul.anchor li a::before {
  width: 66px;
  height: 66px;
  top: 50%;
  left: 8px;
  translate: 0 -50%;
}
#fv .menu_area ul.anchor li a::after {
  background: url(../img/arrow_menu.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
}
#fv .menu_area ul.anchor li a span {
  padding-left: 1em;
}
#fv .menu_area ul.anchor li a:hover {
  opacity: 1 !important;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}
#fv .menu_area ul.anchor li:nth-child(1) a::before {
  background: url(../img/icon_menu01.webp) no-repeat center/contain;
}
#fv .menu_area ul.anchor li:nth-child(2) a::before {
  background: url(../img/icon_menu02.webp) no-repeat center/contain;
}
#fv .menu_area ul.anchor li:nth-child(3) a::before {
  background: url(../img/icon_menu03.webp) no-repeat center/contain;
}

/* ▼▼▼ 共通
======================================================*/
.content_area {
  padding: 28px 0 50px;
}
@media screen and (min-width: 769px) {
  .content_area {
    padding: 40px 0 70px;
  }
}
.content_area .sec_ttl {
  max-width: 283px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .content_area .sec_ttl {
    max-width: 577px;
    margin: 0 auto;
  }
}
.content_area .sec_ttl img {
  width: 100%;
}
.content_area .btn_yellow {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 270px;
  height: 60px;
  line-height: 1.4;
  font-weight: 900;
  background-color: #ffe600;
  border: 2px solid #000;
  border-radius: 100vmax;
  text-align: center;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  cursor: pointer;
}
.content_area .btn_yellow::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_yellow.svg) no-repeat center/contain;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.content_area .btn_yellow:hover {
  opacity: 1 !important;
  background-color: #fff;
}
.content_area .btn_yellow:hover::after {
  right: 4px;
}
.content_area .btn_yellow span {
  font-size: 11px;
}

/* ▼▼▼ 食べる！
======================================================*/
#eat {
  background-color: #ff9b65;
  position: relative;
}
#eat .sec_ttl {
  margin: 0 auto 28px;
}
@media screen and (min-width: 769px) {
  #eat .sec_ttl {
    margin: 0 auto 5px;
  }
}
#eat .lead {
  max-width: 242px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #eat .lead {
    max-width: 455px;
    margin: 0 auto;
  }
}
#eat .eat_wrap {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap {
    max-width: 1140px;
    padding: 0 20px;
    padding-top: 55px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 86px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
#eat .eat_wrap .eat_box {
  background: url(../img/eat_bg_sp.webp) no-repeat;
  background-size: 90% 100%;
  background-position: center;
  position: relative;
  max-width: 769px;
  width: 100%;
  min-height: 372px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
}
@media screen and (min-width: 474px) {
  #eat .eat_wrap .eat_box {
    min-height: 590px;
  }
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap .eat_box {
    background: url(../img/eat_bg_pc.webp) no-repeat;
    background-size: 100% 100%;
    max-width: 507px;
    min-height: 457px;
    padding-bottom: 35px;
  }
}
#eat .eat_wrap .eat_box .ttl, #eat .eat_wrap .eat_box .food_img, #eat .eat_wrap .eat_box .lucuano_img {
  position: absolute;
}
#eat .eat_wrap .eat_box .ttl {
  top: -10px;
  left: 50%;
  translate: -50%;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap .eat_box .ttl {
    top: -20px;
  }
}
#eat .eat_wrap .eat_box.box01 .ttl {
  max-width: 253px;
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap .eat_box.box01 .ttl {
    max-width: 305px;
  }
}
#eat .eat_wrap .eat_box.box01 .food_img {
  width: 100%;
  top: 11%;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap .eat_box.box01 .food_img {
    width: 114%;
    right: 2px;
  }
}
#eat .eat_wrap .eat_box.box01 .lucuano_img {
  bottom: 60px;
  left: 3%;
  width: 71%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap .eat_box.box01 .lucuano_img {
    bottom: 57px;
    left: 32%;
    width: 40%;
    z-index: 3;
  }
}
#eat .eat_wrap .eat_box.box02 .ttl {
  max-width: 292px;
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap .eat_box.box02 .ttl {
    max-width: 360px;
  }
}
#eat .eat_wrap .eat_box.box02 .food_img {
  width: 100%;
  top: 9%;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap .eat_box.box02 .food_img {
    top: 4.5%;
    right: 2px;
  }
}
#eat .eat_wrap .eat_box.box02 .lucuano_img {
  bottom: 68px;
  left: 50%;
  translate: -50%;
  width: 39%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap .eat_box.box02 .lucuano_img {
    bottom: 90px;
    left: 47%;
    width: 36%;
  }
}
#eat .eat_wrap02 {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap02 {
    max-width: 1100px;
    padding: 61px 0px 0;
    margin: 0 auto;
  }
}
#eat .eat_wrap02 .eat_box02 {
  background: url(../img/take_bg_sp.webp) no-repeat;
  background-size: 90% 100%;
  background-position: center;
  position: relative;
  max-width: 769px;
  width: 100%;
  min-height: 550px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 38px;
}
@media screen and (min-width: 474px) {
  #eat .eat_wrap02 .eat_box02 {
    min-height: 750px;
  }
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap02 .eat_box02 {
    background: url(../img/take_bg_pc.webp) no-repeat;
    background-size: 100% 100%;
    max-width: 1100px;
    min-height: 441px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 142px;
  }
}
#eat .eat_wrap02 .eat_box02 .ttl_box02 {
  max-width: 313px;
  width: 100%;
  z-index: 3;
  margin: 30px auto 20px;
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap02 .eat_box02 .ttl_box02 {
    max-width: 432px;
    margin: 0 auto 25px;
  }
}
#eat .eat_wrap02 .eat_box02 .eat_insta_box {
  padding: 0 40px;
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap02 .eat_box02 .eat_insta_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 42px;
    padding: 0;
    width: 100%;
  }
}
#eat .eat_wrap02 .eat_box02 .eat_insta_box .eat_img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap02 .eat_box02 .eat_insta_box .eat_img {
    max-width: 341px;
    padding-left: 50px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap02 .eat_box02 .eat_insta_box .eat_txt {
    width: 55%;
  }
}
#eat .eat_wrap02 .eat_box02 .eat_insta_box a {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #eat .eat_wrap02 .eat_box02 .lucuano_img {
    position: absolute;
    bottom: -12%;
    left: auto;
    right: -5%;
    width: 20%;
  }
}
#eat .lucuano_img_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 175px;
  width: 100%;
}

/* ▼▼▼ 遊ぶ！
======================================================*/
#play {
  background-color: #6eaae6;
  position: relative;
  padding: 28px 0 110px;
}
@media screen and (min-width: 769px) {
  #play {
    padding: 40px 20px 70px;
  }
}
#play .lead {
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  #play .lead {
    max-width: 800px;
    margin: 0 auto;
  }
}
#play .play_wrap {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
}
@media screen and (min-width: 769px) {
  #play .play_wrap {
    max-width: 1140px;
    padding: 0 20px;
    padding-top: 55px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 86px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
#play .play_wrap .play_box {
  background: url(../img/eat_bg_sp.webp) no-repeat;
  background-size: 90% 100%;
  background-position: center;
  position: relative;
  max-width: 769px;
  width: 100%;
  min-height: 372px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
}
@media screen and (min-width: 474px) {
  #play .play_wrap .play_box {
    min-height: 590px;
  }
}
@media screen and (min-width: 769px) {
  #play .play_wrap .play_box {
    background: url(../img/eat_bg_pc.webp) no-repeat;
    background-size: 100% 100%;
    max-width: 507px;
    min-height: 457px;
    padding-bottom: 35px;
  }
}
#play .play_wrap .play_box .ttl, #play .play_wrap .play_box .contents_img, #play .play_wrap .play_box .lucuano_img {
  position: absolute;
}
#play .play_wrap .play_box .ttl {
  top: -10px;
  left: 50%;
  translate: -50%;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  #play .play_wrap .play_box .ttl {
    top: -20px;
  }
}
#play .play_wrap .play_box.box01 .ttl {
  top: -35px;
  max-width: 317px;
}
@media screen and (min-width: 769px) {
  #play .play_wrap .play_box.box01 .ttl {
    top: -20px;
    max-width: 380px;
  }
}
#play .play_wrap .play_box.box01 .contents_img {
  width: 98%;
  top: 10%;
  left: 50%;
  translate: -50%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #play .play_wrap .play_box.box01 .contents_img {
    width: 108%;
    top: 14%;
  }
}
#play .play_wrap .play_box.box01 .lucuano_img {
  bottom: 60px;
  left: 46%;
  translate: -50%;
  width: 40%;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  #play .play_wrap .play_box.box01 .lucuano_img {
    bottom: 73px;
    width: 40%;
  }
}
#play .play_wrap .play_box.box02 .ttl {
  top: -20px;
  max-width: 226px;
}
@media screen and (min-width: 769px) {
  #play .play_wrap .play_box.box02 .ttl {
    max-width: 356px;
  }
}
#play .play_wrap .play_box.box02 .contents_img {
  width: 65%;
  top: 15%;
  left: 8%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #play .play_wrap .play_box.box02 .contents_img {
    width: 68%;
    left: 7%;
    top: 12%;
  }
}
#play .play_wrap .play_box.box02 .lucuano_img {
  bottom: 68px;
  right: 2%;
  width: 34%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #play .play_wrap .play_box.box02 .lucuano_img {
    bottom: 30px;
    right: 3%;
    width: 34%;
  }
}
#play .expo_lucuano02 {
  position: absolute;
  max-width: 200px;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  #play .expo_lucuano02 {
    max-width: 176px;
    right: 10.5%;
  }
}
#play .sec_ttl {
  margin: 0 auto 15px;
}
@media screen and (min-width: 769px) {
  #play .sec_ttl {
    margin: 0 auto 17px;
  }
}
#play .expo_wrap {
  background: url(../img/play_bg_sp.webp) no-repeat;
  background-size: 90% 100%;
  background-position: center;
  position: relative;
  max-width: 769px;
  width: 100%;
  min-height: 1216px;
  height: 100%;
  padding: 38px 0px 50px;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap {
    background: url(../img/play_bg_pc.webp) no-repeat;
    background-size: 100% 100%;
    max-width: 1100px;
    min-height: 854px;
    margin: 0 auto;
    padding: 60px 20px 48px;
  }
}
#play .expo_wrap .expo_lucuano01 {
  position: absolute;
  max-width: 158px;
  width: 100%;
  top: 53%;
  left: -25%;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .expo_lucuano01 {
    max-width: 26%;
    top: 51%;
    left: -20px;
  }
}
#play .expo_wrap .expo_takoyaki {
  position: absolute;
  max-width: 90px;
  width: 100%;
  top: 60%;
  right: -18px;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .expo_takoyaki {
    max-width: 10%;
    top: 53%;
    right: 10.5%;
  }
}
#play .expo_wrap .expo_ttl {
  max-width: 194px;
  margin: 0 auto 32px;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .expo_ttl {
    max-width: 332px;
  }
}
#play .expo_wrap .about_expo {
  position: relative;
  padding: 60px 0px 0px;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .about_expo {
    padding: 66px 0px 80px;
    max-width: 810px;
    margin: 0 auto;
  }
  #play .expo_wrap .about_expo::after {
    content: "";
    position: absolute;
    background: url(../img/expo_bg_pc.webp) no-repeat center/contain;
    aspect-ratio: 810/471;
    width: 100%;
    top: 0;
    left: 50%;
    translate: -50%;
    z-index: -1;
  }
}
#play .expo_wrap .about_expo .about_ttl {
  max-width: 163px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .about_expo .about_ttl {
    max-width: 206px;
    margin: 0 auto 35px;
  }
}
#play .expo_wrap .about_expo .about_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .about_expo .about_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    padding: 0 66px 0 106px;
  }
}
#play .expo_wrap .about_expo .about_box .txt_wrap {
  padding: 0px 0px 130px;
  position: relative;
  max-width: 288px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .about_expo .about_box .txt_wrap {
    padding: 0;
    width: calc(50% - 16px);
    max-width: 100%;
    margin: 0;
  }
}
#play .expo_wrap .about_expo .about_box .txt_wrap::after {
  content: "";
  position: absolute;
  background: url(../img/expo_bg_sp.webp) no-repeat center/contain;
  width: 365px;
  height: 356px;
  top: -32%;
  left: 50%;
  translate: -50%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .about_expo .about_box .txt_wrap::after {
    content: none;
  }
}
#play .expo_wrap .about_expo .about_box .txt_wrap .about_txt {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 auto 10px;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .about_expo .about_box .txt_wrap .about_txt {
    font-size: 15px;
    max-width: 100%;
    line-height: 1.9;
    margin: 0 0 20px;
  }
}
#play .expo_wrap .about_expo .about_box .txt_wrap .btn_pink {
  display: block;
  max-width: 225px;
  width: 100%;
  height: 34px;
  line-height: 32px;
  text-align: center;
  background-color: #ff87aa;
  border: 2px solid #000;
  border-radius: 100vmax;
  font-size: 13px;
  font-weight: 800;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .about_expo .about_box .txt_wrap .btn_pink {
    margin: 0;
  }
}
#play .expo_wrap .about_expo .about_box .txt_wrap .btn_pink:hover {
  opacity: 1;
  background-color: #fff;
}
#play .expo_wrap .about_expo .about_box .slider_wrap {
  padding: 0 40px;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .about_expo .about_box .slider_wrap {
    padding: 0;
    width: calc(50% - 16px);
  }
}
#play .expo_wrap .about_expo .about_box .slider_wrap .slider {
  display: none;
  /* dotsカスタム */
}
#play .expo_wrap .about_expo .about_box .slider_wrap .slider.slick-initialized {
  display: block;
  position: relative;
}
#play .expo_wrap .about_expo .about_box .slider_wrap .slider .slick-dots {
  bottom: 0 !important;
}
#play .expo_wrap .about_expo .about_box .slider_wrap .slider .slick-dots li {
  width: 17px;
  height: 10px;
  margin: 0 6px;
}
#play .expo_wrap .about_expo .about_box .slider_wrap .slider .slick-dots li button {
  border: 0;
  display: block;
  width: 17px;
  height: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 10px;
  cursor: pointer;
  position: relative;
  background: none;
}
#play .expo_wrap .about_expo .about_box .slider_wrap .slider .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-size: 0 !important;
  opacity: 1 !important;
  background-color: #b3b3b3;
  border-radius: 20px;
  width: 17px !important;
  height: 10px !important;
  line-height: 7px !important;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
#play .expo_wrap .about_expo .about_box .slider_wrap .slider .slick-dots li.slick-active {
  width: 34px !important;
  height: 10px !important;
}
#play .expo_wrap .about_expo .about_box .slider_wrap .slider .slick-dots li.slick-active button {
  border: none !important;
  width: 34px !important;
  height: 10px !important;
}
#play .expo_wrap .about_expo .about_box .slider_wrap .slider .slick-dots li.slick-active button::before {
  content: "";
  background: #0069d1;
  width: 34px !important;
  height: 10px !important;
}
#play .expo_wrap .date_wrap {
  padding: 0 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .date_wrap {
    padding: 0;
    max-width: 460px;
    margin: 0 auto 38px;
  }
}
#play .expo_wrap .date_wrap .date_box {
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .date_wrap .date_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    margin-bottom: 18px;
  }
}
#play .expo_wrap .date_wrap .date_box .date_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5em;
  margin-bottom: 18px;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .date_wrap .date_box .date_ttl {
    font-size: 17px;
    margin-bottom: 0;
  }
}
#play .expo_wrap .date_wrap .date_box .date_ttl span {
  padding: 2px 1em 2px 1.5em;
  background-color: #f5f5f5;
  border: 1px solid #000;
  border-radius: 100vmax;
}
#play .expo_wrap .date_wrap .date_box .date_txt {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .date_wrap .date_box .date_txt {
    font-size: 17px;
  }
}
#play .expo_wrap .date_wrap .date_box .date_txt.txt_img {
  max-width: 258px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #play .expo_wrap .date_wrap .date_box .date_txt.txt_img {
    margin: 0;
  }
}
#play .btn_wrap {
  padding: 0 40px;
}
@media screen and (min-width: 769px) {
  #play .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 28px;
  }
}
#play .btn_wrap .btn_yellow {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #play .btn_wrap .btn_yellow {
    margin: 0;
  }
}
#play .btn_wrap .btn_yellow.mb {
  margin-bottom: 18px;
}
@media screen and (min-width: 769px) {
  #play .btn_wrap .btn_yellow.mb {
    margin-bottom: 0;
  }
}
#play .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  padding: 0;
}
@media screen and (min-width: 769px) {
  #play .modal {
    padding: 0 30px;
  }
}
#play .modal-content {
  background-color: #6eaae6;
  border: 2px solid #000;
  -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
  position: relative;
  max-width: 1200px;
  width: 100%;
  overflow-x: auto;
}
#play .modal-content .modal_inner {
  padding: 147px 10px 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #play .modal-content .modal_inner {
    padding: 122px 20px 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#play .modal-content .modal_inner::before, #play .modal-content .modal_inner::after {
  position: absolute;
  content: "";
  z-index: 10;
}
#play .modal-content .modal_inner::before {
  background: url(../img/expo_lucuano01.webp) no-repeat center/contain;
  width: 109px;
  height: 106px;
  bottom: 16.5%;
  left: -10px;
}
@media screen and (min-width: 769px) {
  #play .modal-content .modal_inner::before {
    width: 167px;
    height: 162px;
    bottom: 2%;
    left: 5%;
  }
}
#play .modal-content .modal_inner::after {
  background: url(../img/expo_beer.webp) no-repeat center/contain;
  width: 120px;
  height: 106px;
  bottom: -30px;
  right: 2px;
}
@media screen and (min-width: 769px) {
  #play .modal-content .modal_inner::after {
    width: 136px;
    height: 119px;
    bottom: 9%;
    right: 8.5%;
  }
}
#play .modal-content .modal_inner .modal_box {
  position: relative;
  background: url(../img/modal_bg_sp.webp) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  max-width: 350px;
  width: 100%;
  padding: 50px 20px 30px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #play .modal-content .modal_inner .modal_box {
    background: url(../img/modal_bg_pc.webp) no-repeat;
    max-width: 298px;
    background-size: 100% 100%;
    background-position: center;
    margin: 0;
    padding: 65px 30px 35px;
  }
}
#play .modal-content .modal_inner .modal_box::after {
  position: absolute;
  content: "";
  background-image: radial-gradient(circle, #ffffff 1px, transparent 1px);
  background-position: 0 0;
  background-size: 5px 5px;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 5px;
  border-radius: 30px;
  z-index: -1;
}
#play .modal-content .modal_inner .modal_box::before {
  position: absolute;
  content: "";
}
@media screen and (min-width: 769px) {
  #play .modal-content .modal_inner .modal_box:nth-child(1) {
    padding-top: calc(65px - 1em);
  }
  #play .modal-content .modal_inner .modal_box:nth-child(1) .modal_ttl {
    margin-bottom: 22px;
  }
}
#play .modal-content .modal_inner .modal_box:nth-child(1)::before {
  background: url(../img/pin_sp.webp) no-repeat center/contain;
  width: 310px;
  height: 75px;
  top: -25px;
  left: 28px;
}
@media screen and (min-width: 769px) {
  #play .modal-content .modal_inner .modal_box:nth-child(1)::before {
    background: url(../img/pin_pc.webp) no-repeat center/contain;
    aspect-ratio: 243/65;
    width: 80%;
    left: 32px;
  }
}
#play .modal-content .modal_inner .modal_box:nth-child(1) .modal_num {
  max-width: 72px;
}
#play .modal-content .modal_inner .modal_box:nth-child(2)::before {
  background: url(../img/star_sp.webp) no-repeat center/contain;
  width: 309px;
  height: 53px;
  top: 5px;
  left: 30px;
}
@media screen and (min-width: 769px) {
  #play .modal-content .modal_inner .modal_box:nth-child(2)::before {
    background: url(../img/star_pc.webp) no-repeat center/contain;
    aspect-ratio: 236/51;
    width: 86%;
    top: 10px;
    left: 47px;
  }
}
#play .modal-content .modal_inner .modal_box:nth-child(2) .modal_num {
  max-width: 86px;
}
#play .modal-content .modal_inner .modal_box:nth-child(3) .modal_num {
  max-width: 83px;
}
#play .modal-content .modal_inner .modal_box:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #play .modal-content .modal_inner .modal_box:not(:last-child) {
    margin-bottom: 0;
  }
}
#play .modal-content .modal_inner .modal_box .modal_num {
  width: 100%;
  position: absolute;
  top: -12px;
  left: 50%;
  translate: -50%;
}
#play .modal-content .modal_inner .modal_box .modal_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #play .modal-content .modal_inner .modal_box .modal_ttl {
    margin-bottom: 35px;
    letter-spacing: -0.08em;
  }
}
#play .modal-content .modal_inner .modal_box .modal_txt {
  font-size: 14px;
  font-weight: 700;
}
#play .modal-content .close-button {
  cursor: pointer;
}
#play .modal-content .close-button {
  position: absolute;
  display: block;
  top: 77px;
  right: 20px;
  background: url(../img/modal_close.svg) no-repeat center/contain;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 99999;
}
@media screen and (min-width: 769px) {
  #play .modal-content .close-button {
    top: 50px;
    right: 6.3%;
  }
}
#play .other {
  padding-top: 22px;
}
@media screen and (min-width: 769px) {
  #play .other {
    padding-top: 38px;
  }
}
#play .other .other_ttl {
  max-width: 278px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  #play .other .other_ttl {
    max-width: 407px;
    margin: 0 auto 24px;
  }
}

/* ▼▼▼ 持って帰る！
======================================================*/
#takeout {
  background-color: #ffe164;
}
@media screen and (min-width: 769px) {
  #takeout {
    padding-bottom: 150px;
  }
}
#takeout .sec_ttl {
  margin: 0 auto 25px;
}
@media screen and (min-width: 769px) {
  #takeout .sec_ttl {
    margin: 0 auto 17px;
  }
}
#takeout .lead {
  max-width: 291px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #takeout .lead {
    max-width: 578px;
    margin: 0 auto;
  }
}
#takeout .take_wrap {
  padding-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  #takeout .take_wrap {
    max-width: 1040px;
    padding: 81px 20px 0;
    margin: 0 auto;
  }
}
#takeout .take_wrap .take_box {
  background: url(../img/take_bg_sp.webp) no-repeat;
  background-size: 90% 100%;
  background-position: center;
  position: relative;
  max-width: 769px;
  width: 100%;
  min-height: 550px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 38px;
}
@media screen and (min-width: 474px) {
  #takeout .take_wrap .take_box {
    min-height: 750px;
  }
}
@media screen and (min-width: 769px) {
  #takeout .take_wrap .take_box {
    background: url(../img/take_bg_pc.webp) no-repeat;
    background-size: 100% 100%;
    max-width: 954px;
    min-height: 454px;
    padding-bottom: 35px;
  }
}
#takeout .take_wrap .take_box .ttl, #takeout .take_wrap .take_box .food_img, #takeout .take_wrap .take_box .lucuano_img {
  position: absolute;
}
#takeout .take_wrap .take_box .ttl {
  max-width: 207px;
  top: -22px;
  left: 50%;
  translate: -50%;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  #takeout .take_wrap .take_box .ttl {
    max-width: 250px;
    top: -35px;
  }
}
#takeout .take_wrap .take_box .food_img {
  width: 100%;
  top: 9%;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #takeout .take_wrap .take_box .food_img {
    width: 85%;
    top: -4%;
    left: 50%;
    translate: -50%;
  }
}
#takeout .take_wrap .take_box .lucuano_img {
  bottom: 196px;
  left: 50%;
  translate: -50%;
  width: 55%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #takeout .take_wrap .take_box .lucuano_img {
    bottom: 68px;
    left: 49%;
    width: 30%;
  }
}
#takeout .take_wrap .take_box.take_box02 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  #takeout .take_wrap .take_box.take_box02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px;
  }
}
#takeout .take_wrap .take_box.take_box02 .ttl_box02 {
  max-width: 313px;
  width: 100%;
  z-index: 3;
  margin: 30px auto 20px;
}
@media screen and (min-width: 769px) {
  #takeout .take_wrap .take_box.take_box02 .ttl_box02 {
    max-width: 432px;
    margin: 0 auto 25px;
  }
}
#takeout .take_wrap .take_box.take_box02 .take_insta_box {
  padding: 0 40px;
}
@media screen and (min-width: 769px) {
  #takeout .take_wrap .take_box.take_box02 .take_insta_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 42px;
    padding: 0;
    width: 100%;
  }
}
#takeout .take_wrap .take_box.take_box02 .take_insta_box .take_img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #takeout .take_wrap .take_box.take_box02 .take_insta_box .take_img {
    max-width: 353px;
    padding-left: 62px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #takeout .take_wrap .take_box.take_box02 .take_insta_box .take_txt {
    width: 55%;
  }
}
#takeout .take_wrap .take_box.take_box02 .take_insta_box a {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #takeout .take_wrap .take_box.take_box02 .lucuano_img {
    bottom: -7%;
    left: auto;
    right: -17%;
    width: 17%;
  }
}
@media screen and (min-width: 769px) {
  #takeout .take_wrap .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px 28px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 954px;
  }
}
#takeout .take_wrap .btn_wrap a:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (min-width: 769px) {
  #takeout .take_wrap .btn_wrap a:not(:last-child) {
    margin-bottom: 0;
  }
}
#takeout .take_wrap02 {
  padding-top: 65px;
}
@media screen and (min-width: 769px) {
  #takeout .take_wrap02 {
    padding: 61px 20px 0;
  }
}

/* ▼▼▼ Q&A
=====================================*/
#faq {
  background-color: #fff;
}
#faq .sec_ttl {
  height: 180px;
  position: relative;
  max-width: 295px;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 769px) {
  #faq .sec_ttl {
    max-width: 389px;
    margin: 0 auto;
    height: auto;
  }
}
#faq .sec_ttl picture {
  position: absolute;
  top: 0;
  right: -13%;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #faq .sec_ttl picture {
    position: relative;
    right: auto;
  }
}

@media screen and (min-width: 769px) {
  .faq_wrap {
    max-width: 525px;
    margin: 0 auto;
  }
}
.faq_block {
  border-bottom: 1px dotted #000;
  background: #FFF;
  position: relative;
}
.faq_block:not(:last-child) {
  margin-bottom: 20px;
}
.faq_block::before {
  content: "";
  position: absolute;
  width: 43px;
  height: 29px;
  left: 0;
  top: 0;
}
.faq_block:nth-child(1)::before {
  background: url(../img/icon_q1.svg) no-repeat center/contain;
}
.faq_block:nth-child(2)::before {
  background: url(../img/icon_q2.svg) no-repeat center/contain;
}
.faq_block:nth-child(3)::before {
  background: url(../img/icon_q3.svg) no-repeat center/contain;
}
.faq_block:nth-child(4)::before {
  background: url(../img/icon_q4.svg) no-repeat center/contain;
}
.faq_block:nth-child(5)::before {
  background: url(../img/icon_q5.svg) no-repeat center/contain;
}
.faq_block:nth-child(6)::before {
  background: url(../img/icon_q6.svg) no-repeat center/contain;
}
.faq_block dt {
  padding: 5px 30px 20px 68px;
  position: relative;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.4;
}
.faq_block dt::before {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 7px;
  top: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 8px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .faq_block dt::before {
    right: 137px;
  }
}
.faq_block dt.open::before {
  top: 11px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.faq_block dt::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-color: #4287da;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .faq_block dt::after {
    right: 130px;
  }
}
.faq_block dd {
  display: none;
  padding: 0px 0px 28px 68px;
}
.faq_block dd p {
  margin-bottom: 10px;
  line-height: 1.5;
}
.faq_block .btn_gray {
  display: block;
  width: 100%;
  height: 28px;
  line-height: 24px;
  background-color: #e6e6e6;
  border: 2px solid #000;
  border-radius: 100vmax;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .faq_block .btn_gray {
    max-width: 270px;
  }
}
.faq_block .btn_gray:hover {
  opacity: 1 !important;
  background-color: #fff;
}
.faq_block .btn_gray::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
}

.pagetop {
  position: fixed;
  bottom: 25px;
  right: 20px;
  background: url(../img/top.svg) no-repeat center/contain;
  cursor: pointer;
  width: 43px;
  height: 43px;
  z-index: 9999;
}
@media screen and (min-width: 769px) {
  .pagetop {
    bottom: 66px;
    right: 30px;
  }
}