@charset "UTF-8";
/* modern-css-reset を採用*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "FOT-Seurat Pro DB";
  src: url("/wp-content/themes/habakiri-child/dragonquestisland/font/FOT-SeuratProDB.otf");
}

@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti&display=swap");

html {
  font-size: 62.5%;
}

body {
  font-family: "FOT-Seurat Pro DB", sans-serif !important;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #42210b;
  background-color: #fff;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  display: inline-block;
}
a:hover {
  opacity: 0.7;
}

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
li,
dd {
  list-style-type: none;
}

h5,
h6 {
  margin: 0;
}

button {
  border: 0;
  padding: 0;
  margin: 0;
}

.is-pc {
  display: none;
}
@media (min-width: 751px) {
  .is-pc {
    display: block;
  }
}

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

.l-inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .l-inner {
    padding: 0 8vw;
  }
}

.c-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-section-title__img {
  width: 180px;
  margin-bottom: 14px;
}
@media screen and (max-width: 750px) {
  .c-section-title__img {
    width: 120px;
    height: 65px;
  }
}
.c-section-title__text {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .c-section-title__text {
    font-size: 24px;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  box-sizing: border-box;
  z-index: 30;
}
@media screen and (max-width: 750px) {
  .p-header {
    display: block;
    position: relative;
  }
}
.p-header__inner {
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-header__inner {
    padding: 2.666vw 4.3vw;
  }
}
.p-header__left {
  display: flex;
  align-items: center;
}
.p-header__logo {
  width: 100%;
  max-width: 208px;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  .p-header__logo {
    width: 27.7vw;
    margin-left: 0;
  }
}
.p-header__logo a {
  vertical-align: bottom;
}
.p-header__logo img {
  height: auto;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-header__logo img {
    width: 100%;
  }
}
.p-header__reserve-button {
  width: 308px;
  height: 41px;
}
@media screen and (max-width: 750px) {
  .p-header__reserve-button {
    right: 25px;
    width: 313px;
    height: 50px;
  }
  .p-header__reserve-button a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.p-nav {
  display: block;
  position: fixed;
  left: -100vw;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 13;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-nav {
    position: fixed;
    left: -100vw;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 13;
    opacity: 0;
  }
}
.p-nav__list {
  max-width: 504px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .p-nav__list {
    max-width: 88vw;
    gap: 3.87vw;
  }
}
.p-nav__item {
  max-width: 237px;
  width: 100%;
  margin-right: 30px;
  height: 81px;
}
@media screen and (max-width: 750px) {
  .p-nav__item {
    max-width: 42vw;
    height: 12vw;
  }
}
.p-nav__item:nth-child(2n) {
  margin-right: 0;
}
.p-nav__menu-logo {
  width: 404px;
  margin: 0 auto 20px;
  padding-top: 116px;
}
@media screen and (max-width: 750px) {
  .p-nav__menu-logo {
    width: 61.87vw;
    padding-top: 19.6vw;
    margin: 0 auto 2.8vw;
  }
}
.p-nav__menu-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.open .p-nav {
  left: 0;
  opacity: 1;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  width: 50px;
  height: 52px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 40;
}
@media screen and (max-width: 750px) {
  .toggle_btn {
    display: block;
    position: fixed;
    top: 14.4vw;
    right: 4.26vw;
    width: 10.73vw;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 13;
  }
}

.toggle_btn span.on {
  display: none;
}

.toggle_btn span.off {
  display: block;
}

.open .toggle_btn span.on {
  display: block;
}

.open .toggle_btn span.off {
  display: none;
}

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11;
}

/* MENU */
.p-mv {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-mv {
    margin-top: 0;
  }
}
.p-mv__image {
  width: 100%;
}
.p-mv__scroll {
  position: absolute;
  bottom: 21.87%;
  right: 50%;
  transform: translateX(50%);
  max-width: 88px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-mv__scroll {
    bottom: 0.93vw;
    max-width: 17.6vw;
  }
}
.p-mv__scroll a {
  vertical-align: bottom;
}

.p-message {
  z-index: 2;
  position: relative;
  background-color: #000000;
  height: 181px;
  margin-top: -1px;
}
@media screen and (max-width: 750px) {
  .p-message {
    height: 40.8vw;
  }
}
.p-message__inner {
  width: 450px;
  position: absolute;
  top: -49px;
  right: 50%;
  transform: translateX(50%);
  padding: 20px 24px;
  border: 3px solid #fff;
  background-color: #000;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .p-message__inner {
    top: 8.8vw;
    width: 74.6vw;
    padding: 3.33vw 4vw;
  }
}
.p-message__text {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 750px) {
  .p-message__text {
    font-size: 3.33vw;
    line-height: 1.5;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.section01 {
  width: 100%;
  height: 110vh;
  padding: 100px 0 0;
  background-image: url(images/main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section01 h2 {
  margin: 0 auto;
  width: 50%;
}

.section02 {
  width: 100%;
  padding: 70px 0;
  text-align: center;
  background-color: #f9f1e7;
}

.section02 p {
  display: block;
  width: 700px;
  margin: 0 auto;
  padding: 45px 0;
  background-image: url(images/guide-flame.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section03 {
  width: 100%;
  padding: 70px 0 30px;
  text-align: center;
  background-image: url(images/flow-bg.gif);
  background-size: cover;
}

.section03 div {
  position: relative;
  width: 800px;
  padding: 50px;
  margin: 0 auto 85px;
}

.section03 div img {
  width: 90%;
  height: auto;
  border: 10px solid #fff;
  border-radius: 5px;
  margin: 0 auto 30px;
}

.section03 div span {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 220px;
  line-height: 1.6;
  font-size: 0.8em;
  padding: 20px 0;
}

.section03 div h4 {
  position: relative;
  font-size: 1.8em;
  font-weight: 900;
  display: block;
  width: fit-content;
  margin: 0 auto 15px;
}

.flowbox01 {
  background-color: #cfe6e9;
}

.flowbox01 span {
  background-image: url(images/point01.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flowbox01::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 200px;
  top: -50px;
  right: -50px;
  background-image: url(images/hslime.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flowbox01::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -70px;
  left: 50%;
  transform: translateX(-25px);
  background-image: url(images/ico-slime01.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flowbox01 h4::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 50px;
  top: 0;
  left: -85px;
  background-image: url(images/step01.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flowbox02 {
  background-color: #dde7dd;
}

.flowbox02 span {
  background-image: url(images/point02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 30px 0 !important;
}

.flowbox02::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 140px;
  top: -50px;
  right: -70px;
  background-image: url(images/drakey.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flowbox02::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 50px;
  bottom: -70px;
  left: 50%;
  transform: translateX(-60px);
  background-image: url(images/ico-slime02.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flowbox02 h4::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 50px;
  top: 0;
  left: -85px;
  background-image: url(images/step02.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flowbox03 {
  background-color: #f8f2c0;
}

.flowbox03 span {
  background-image: url(images/point03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 30px 0 !important;
}

.flowbox03::before {
  content: "";
  position: absolute;
  width: 117px;
  height: 111px;
  top: -50px;
  right: -50px;
  background-image: url(images/slime.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flowbox03::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 50px;
  bottom: -70px;
  left: 50%;
  transform: translateX(-90px);
  background-image: url(images/ico-slime03.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flowbox03 h4::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 50px;
  top: 0;
  left: -85px;
  background-image: url(images/step03.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flowbox04 {
  background-color: #f7eced;
}

.flowbox04 span {
  background-image: url(images/point04.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 30px 0 !important;
}

.flowbox04::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 158px;
  top: -60px;
  right: -60px;
  background-image: url(images/kingslime.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flowbox04 h4::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 50px;
  top: 0;
  left: -85px;
  background-image: url(images/step04.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.section04 {
  width: 100%;
  padding: 70px 0;
  text-align: center;
  background-color: #f9f1e7;
}

.section03 h3,
.section04 h3,
.section05 h3 {
  width: 300px;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  padding: 0 0 30px 0;
  margin: 0 auto 50px;
  background-image: url(images/title-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.eventbox {
  width: 776px;
  height: 500px;
  padding: 60px 30px 60px 70px;
  margin: 0 auto;
  text-align: left;
  background-image: url(images/infobox.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.eventbox h4 {
  margin: 20px 0 5px 0;
  padding: 0;
  font-weight: bold;
}

.section05 {
  width: 100%;
  padding: 70px 0;
  text-align: center;
}

.newsbox {
  width: 776px;
  height: 504px;
  padding: 55px;
  margin: 0 auto;
  text-align: left;
  background-image: url(images/news.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.newsbox ul {
  margin-bottom: 30px;
  padding: 0;
}

.newsbox li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto 15px;
  padding: 0px;
}

.newsbox li img {
  width: 150px;
  height: auto;
  align-self: flex-start;
}

.topic {
  width: 100%;
  text-align: left;
  color: #000;
  margin-left: 25px;
}
.topic span {
  font-size: 0.8em;
}

.slime-btn {
  display: block;
  margin: 0 auto;
  width: 220px;
  padding: 9px;
  color: #fff;
  text-align: center;
  background-color: #42210b;
  border-radius: 10px;
  transition: transform 0.2s;
}

.slime-btn:hover {
  transform: translateY(3px);
  color: #fff;
  text-decoration: none;
}

.section06 {
  width: 100%;
  padding: 70px 0;
  text-align: center;
  background-color: #f9f1e7;
}

.section06 h3 {
  width: 300px;
  margin: 0 auto 50px;
}

.instagramDisplay {
  width: 800px;
  margin: 50px auto;
}

.socialpitt-ugc-carousel-arrow-icon.svelte-1we6om6 {
  border: solid #42210b !important;
  border-width: 0 4px 4px 0 !important;
}

.ticket-txt{
  margin-top:9px;
}

.p-footer {
  background-color: #000;
  color: #fff;
  padding: 60px 0 52px;
}
.p-footer__inner {
  padding: 0 30px;
}
.p-footer__logo {
  max-width: 210px;
  width: 100%;
  margin: 0 auto 71px;
}
@media screen and (max-width: 750px) {
  .p-footer__logo {
    max-width: 41.6vw;
    margin: 0 auto 7.46vw;
  }
}
.p-footer__site-map {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .p-footer__site-map {
    margin-bottom: 5.33vw;
  }
}

.p-site-map {
  font-size: 14px;
  font-family: "Roboto Condensed", "Original Yu Gothic", "Yu Gothic", YuGothic,
    Verdana, Meiryo, "M+ 1p", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", sans-serif;
  letter-spacing: 0.02em;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 750px) {
  .p-site-map {
    padding: 0;
  }
}
.p-site-map ul {
  margin: 0;
  padding: 0;
}
.p-site-map li {
  margin: 0;
  padding: 3px 0;
}
@media screen and (max-width: 750px) {
  .p-site-map li {
    padding: 5.6px 0;
  }
}
.p-site-map__contents {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-site-map__contents {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .p-site-map__list {
    width: 50%;
  }
}
.p-site-map__list:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 750px) {
  .p-site-map__list:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-site-map__list:nth-child(even) {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .p-site-map__list li {
    font-size: 2.53vw;
    padding: 1.06vw 0;
  }
}
.p-site-map__list li a {
  color: #fff;
}

.p-sns ul {
  margin: 0;
  padding: 0;
}
.p-sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-sns__item:not(:last-child) {
  margin-right: 46px;
}
@media screen and (max-width: 750px) {
  .p-sns__item:not(:last-child) {
    margin-right: 6.13vw;
  }
}
.p-sns__item img {
  height: 30px;
}
@media screen and (max-width: 750px) {
  .p-sns__item img {
    height: 6.4vw;
  }
}

.p-copy-right {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0 20px 78px 20px;
  font-size: 11px;
  letter-spacing: 0.04em;
  margin-top: -1px;
}
@media screen and (max-width: 750px) {
  .p-copy-right {
    font-size: 2.4vw;
    line-height: 1.7777777778;
    margin-bottom: 13.3vw;
  }
}

.p-footer-fixed-btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 12px 10px 2px;
  background: url(../dragonquestisland/images/floating-bg.png) no-repeat;
  background-size: 100% auto;
  text-align: center;
  z-index: 100;
  width: 100%;
  background-color: #000;
}

.footer-fixed-btn.sp img {
  max-height: 50px;
}

.u-separate {
  margin: 24px 0;
}

/*SmartPhone*/
@media screen and (max-width: 520px) {
  .pc {
    display: none;
  }

  .sp {
    display: inline-block;
  }

  .section01 {
    height: 50vh;
    padding: 10% 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .section01 h2 {
    margin: 0 auto;
    width: 90%;
  }

  .section02 {
    width: 100%;
    padding: 10% 2%;
  }

  .section02 p {
    display: block;
    width: 98%;
    min-height:160px;
    margin: 0 auto;
    padding: 6% 3% 5%;
    background-image: url(images/guide-flame-sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .section03 {
    width: 100%;
    padding: 10% 2% 3%;
    text-align: center;
  }

  .section03 div {
    position: relative;
    width: 100%;
    padding: 15% 5% 10%;
    margin: 0 auto 15%;
  }

  .section03 div img {
    width: 100%;
    height: auto;
    border: 2% solid #fff;
    border-radius: 5px;
    margin: 0 auto 30px;
  }

  .section03 div span {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 220px;
    line-height: 1.6;
    font-size: 0.8em;
    padding: 20px 0;
  }

  .section03 div h4 {
    position: relative;
    font-size: 1.6em;
    margin: 0 auto 15px;
    padding-top:50px;

  }

  .flowbox01 h4::before {
    top: 0;
    left: 50%;
    transform: translateX(-40px);
  }

  .flowbox01::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 100px;
    top: -40px;
    right: 0;
  }

  .flowbox01::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-15px);
  }

  .flowbox02::before {
    width: 90px;
    height: 70px;
    top: -30px;
    right: 0;
  }
  .flowbox02::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 30px;
    bottom: -40px;
    transform: translateX(-35px);
   }

   .flowbox02 h4::before {
    top: 0;
    left: 50%;
    transform: translateX(-40px);
  }
  
  .flowbox03::before {
    content: "";
    position: absolute;
    width: 57px;
    height: 55px;
    top: -30px;
    right: 0;
  }

  .flowbox03::after {
    width: 100px;
    height: 30px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50px);
  }

  .flowbox03 h4::before {
    top: 0;
    left: 50%;
    transform: translateX(-40px);
  }

  .flowbox04::before {
    content: "";
    position: absolute;
    width: 85px;
    height: 137px;
    top: -40px;
    right: 0;
  }

  .flowbox04 h4::before {
    top: 0;
    left: 50%;
    transform: translateX(-40px);
  }

  .section03 h3,
  .section05 h3 {
    width: 94%;
    font-size: 2.2em;
    padding: 0 0 40px 0;
    margin: 0 auto 50px;
    background-size: 100%;
  }

  .section04 h3{
    width: 94%;
    font-size: 2.2em;
    padding: 0 0 40px 0;
    margin: 0 auto 20px;
    background-size: 100%;
  }


  .section04 {
    width: 100%;
    padding: 10% 2%;
  }

  .eventbox {
    width: 100%;
    height: auto;
    padding: 7% 7%;
    margin: 0 auto;
    text-align: left;
    background-image: url(images/infobox-sp.png);
    background-size: 100%;
  }

  .section05 {
    width: 100%;
    padding: 10% 2%;
  }

  .newsbox {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    text-align: left;
    background-size: 100%;
    background-image:none;
  }

  .newsbox li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 10px;
    padding: 0px;
  }

  .newsbox li img {
    width: 100%;
  }

  .topic {
    width: 100%;
    text-align: left;
    color: #000;
    margin-left: 0;
  }

  .slime-btn {
    display: block;
    margin: 0 auto;
    width: 230px;
    padding: 7px;
    color: #fff;
    text-align: center;
    background-color: #42210b;
    border-radius: 10px;
    transition: transform 0.2s;
  }

  .section06 {
    width: 100%;
    padding: 10% 2%;
  }

  .section06 h3 {
    width: 88%;
    margin: 0 auto 50px;
  }

  .instagramDisplay {
    width: 100%;
    margin: 50px auto;
  }
}
