@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

button {
  background-color: transparent;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.over {
  opacity: 1;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .over:hover {
    opacity: 0.5;
  }
}

.pc {
  display: block;
}
@media (max-width: 559px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 559px) {
  .sp {
    display: block;
  }
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
}
body img {
  width: 100%;
}

@font-face {
  font-family: "Cera Pro Black";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/CeraPro-Black.eot");
  src: url("../webfonts/CeraPro-Black.eot?#iefix") format("embedded-opentype"), url("../webfonts/CeraPro-Black.woff") format("woff"), url("../webfonts/CeraPro-Black.ttf") format("truetype");
}
.jaMid {
  font-weight: 500;
}

.jaBold {
  font-weight: 700;
}

.jaBlack {
  font-weight: 900;
}

.en {
  font-family: "Cera Pro Black", sans-serif;
}

header {
  z-index: 9999;
}

.nav-trigger {
  z-index: 3;
}

.nav-container,
.chara {
  z-index: 2;
}

.color-fin {
  color: rgb(237, 107, 0) !important;
  text-align: center;
}

.text-left {
  text-align: justify !important;
}

@media (max-width: 559px) {
  .text-left-sp {
    text-align: justify !important;
  }
}

header {
  align-items: center;
  background: #fff;
  display: flex;
  height: 90px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
@media (max-width: 559px) {
  header {
    height: 60px;
  }
}
header h1 {
  margin-left: 35px;
  width: 150px;
}
@media (min-width: 560px) and (max-width: 959px) {
  header h1 {
    width: 11.71875vw;
  }
}
@media (max-width: 559px) {
  header h1 {
    margin-left: 4vw;
    width: 29.3333333333vw;
  }
}
header h3 {
  margin-left: auto;
  margin-right: 35px;
  width: 230px;
}
@media (min-width: 560px) and (max-width: 959px) {
  header h3 {
    width: 17.96875vw;
  }
}
header .nav ul {
  display: flex;
  font-size: 1.4375rem;
  margin-left: 1em;
}
@media (min-width: 560px) and (max-width: 959px) {
  header .nav ul {
    font-size: 1.796875vw;
  }
}
header .nav ul li {
  margin: 0 1em;
}

@media (max-width: 559px) {
  .nav-trigger {
    height: 60px;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
  }
  .nav-trigger span {
    background: #000;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    transition: background 0.3s;
    width: 12px;
  }
  .nav-trigger span::before, .nav-trigger span::after {
    background: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: background 0.3s, transform 0.3s;
    width: 16px;
  }
  .nav-trigger span::before {
    transform: translateY(-8px);
  }
  .nav-trigger span::after {
    transform: translateY(8px);
  }
  .nav-trigger:hover {
    cursor: pointer;
  }
  .nav-open .nav-trigger span {
    background: transparent;
  }
  .nav-open .nav-trigger span::before {
    transform: rotate(-45deg);
  }
  .nav-open .nav-trigger span::after {
    transform: rotate(45deg);
  }
  .nav-open .nav-trigger p {
    display: none;
  }
  .nav-container {
    background: #fff;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 70px 0;
    position: fixed;
    right: -100%;
    top: 0;
    transition: right 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
    width: 100%;
  }
  .nav-container .wrap {
    display: table;
    height: 100%;
    width: 100%;
  }
  .nav-container .nav {
    display: table-cell;
    text-align: center;
    vertical-align: top;
  }
  .nav-container .nav h2 {
    margin: 0 auto 50px;
    width: 50.6666666667vw;
  }
  .nav-container .nav ul {
    flex-direction: column;
    margin: 0 auto 15px 0;
    width: 100%;
  }
  .nav-container .nav ul li {
    margin: 0 0 1em;
    width: 100%;
  }
  .nav-container .nav a {
    display: block;
    text-decoration: none;
  }
  .nav-open .nav-container {
    right: 0;
  }
}
footer {
  text-align: center;
}
footer h2 {
  margin: 60px auto;
  max-width: 480px;
  width: 50%;
}
@media (max-width: 559px) {
  footer h2 {
    margin: 30px auto;
    width: 78.6666666667vw;
  }
}
footer .footer__copy {
  font-size: 0.875rem;
  margin-bottom: 2em;
}
@media (max-width: 559px) {
  footer .footer__copy {
    font-size: 0.625rem;
  }
}

.ttlRound {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
}
.ttlRound__white {
  background: #FFF;
  color: #4AC4D7;
}

h2.ttlJa {
  font-size: 2.375rem;
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 559px) {
  h2.ttlJa {
    font-size: 7.4666666667vw;
    line-height: 40px;
  }
}

h3.ttlJa {
  font-size: 1.25rem;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (max-width: 559px) {
  h3.ttlJa {
    font-size: 4.2666666667vw;
    line-height: 22px;
  }
}

h4.ttlJa {
  font-size: 1.25rem;
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 559px) {
  h4.ttlJa {
    font-size: 4.2666666667vw;
    line-height: 22px;
  }
}

h2.ttlEn {
  font-size: 2.8125rem;
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 559px) {
  h2.ttlEn {
    font-size: 9.6vw;
  }
}

h3.ttlEn {
  font-size: 1.5625rem;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (max-width: 559px) {
  h3.ttlEn {
    font-size: 3.7333333333vw;
  }
}

h3.heading {
  font-size: 1rem;
  line-height: 30px;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 559px) {
  h3.heading {
    font-size: 3.7333333333vw;
  }
}

.caution {
  font-size: 0.8125rem;
  line-height: 22px;
  margin-bottom: 1em;
}
@media (max-width: 559px) {
  .caution {
    font-size: 0.8125rem;
  }
}
.caution p {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.caution a {
  text-decoration: underline;
}

.alignC {
  text-align: center !important;
}
@media (max-width: 559px) {
  .alignC {
    text-align: left !important;
  }
}

.comingsoon {
  font-size: 2.8125rem;
  margin-top: 1em;
  text-align: center;
}
@media (max-width: 559px) {
  .comingsoon {
    font-size: 7.4666666667vw;
  }
}

.mb03 {
  margin-bottom: 0.3em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.btn {
  letter-spacing: 0.01em;
  line-height: 26px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (max-width: 559px) {
  .btn {
    line-height: 18px;
  }
}
.btn a {
  display: grid;
  height: 100%;
  place-items: center;
  text-decoration: none;
  width: 100%;
}
.btn__read {
  font-size: 0.6875rem;
  line-height: 1.7;
  margin: -1em auto 1em;
  text-align: center;
}
@media (max-width: 559px) {
  .btn__read {
    text-align: left;
  }
}
.btn__attention {
  font-size: 0.6875rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 0.5em;
}
.btn.btnW {
  background: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  color: #000;
}
.btn.btnB {
  background: #000;
  color: #fff;
  font-size: 1.125rem;
  height: 70px;
  margin-bottom: 25px;
  max-width: 450px;
  z-index: 1;
}
@media (max-width: 559px) {
  .btn.btnB {
    font-size: 3.7333333333vw;
    height: 60px;
  }
}
.btn.btn-none {
  opacity: 0.5 !important;
  pointer-events: none;
}
.btn.btnMember {
  background: #000;
  color: #fff;
  font-size: 0.75rem;
  z-index: 1;
  line-height: 1.3;
  padding: 0.5em 0;
}
.btn.btnMember span {
  font-size: 0.625rem;
}
.btn.btnArrow::before {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 20px 14px 0 14px;
  content: "";
  height: 0;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
@media (max-width: 559px) {
  .btn.btnArrow::before {
    border-width: 14px 10px 0 10px;
  }
}

.line {
  background-image: linear-gradient(to right, #000 10px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 16px 4px;
}

.line2 {
  background-image: linear-gradient(to right, #000 10px, transparent 10px);
  background-repeat: repeat-x;
  height: 4px;
  background-size: 16px 4px;
  border: none;
  margin: 2em 0;
}

.balloon {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  height: 45px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 350px;
}
@media (max-width: 559px) {
  .balloon {
    font-size: 0.875rem;
    height: 35px;
    width: 100%;
  }
}
.balloon::after {
  border: solid transparent;
  border-width: 10px;
  bottom: 100%;
  content: "";
  height: 0;
  margin-right: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  width: 0;
}

.multiply {
  mix-blend-mode: multiply;
}

main {
  background: url("../images/bg.webp") center top repeat-y;
  background-size: 100% auto;
  margin-top: 90px;
  overflow: hidden;
  padding-bottom: 100px;
  width: 100%;
}
@media (max-width: 559px) {
  main {
    background: url("../images/bg_s.webp") center top repeat-y;
    background-size: 100% auto;
    margin-top: 60px;
    padding-bottom: 40px;
  }
}

article {
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}
@media (max-width: 559px) {
  article {
    width: 89.3333333333vw;
  }
}
article > section {
  margin: 0 auto;
  max-width: 700px;
  padding: 60px 0;
  position: relative;
  width: 90%;
}
@media (max-width: 559px) {
  article > section {
    padding: 40px 0;
    width: 78.6666666667vw;
  }
}
article .inr {
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 559px) {
  article .inr {
    width: 68vw;
  }
}
article .inrInr {
  margin: 0 auto;
  width: 84.126984127%;
}
@media (max-width: 559px) {
  article .inrInr {
    width: 57.3333333333vw;
  }
}

.keyvisual {
  padding: 80px 0;
}
@media (max-width: 559px) {
  .keyvisual {
    padding: 60px 0;
  }
}
.keyvisual__ttl {
  margin: 0 auto;
  max-width: 790px;
  width: 80%;
}
@media (max-width: 559px) {
  .keyvisual__ttl {
    margin: 0 auto 40px;
    width: 89.3333333333vw;
  }
}
.keyvisual__ttl.fadeIn.active {
  animation-delay: 0s;
}
.keyvisual__day {
  margin: 0 auto;
  max-width: 570px;
  width: 65%;
}
@media (max-width: 559px) {
  .keyvisual__day {
    width: 89.3333333333vw;
  }
}
.keyvisual__day.fadeIn.active {
  animation-delay: 0.2s;
}
.keyvisual .ttlRound {
  border-radius: 22px;
  font-size: 1.5625rem;
  height: 44px;
  margin: 30px auto;
  max-width: 500px;
  width: 50%;
}
@media (min-width: 560px) and (max-width: 959px) {
  .keyvisual .ttlRound {
    font-size: 1.953125vw;
  }
}
@media (max-width: 559px) {
  .keyvisual .ttlRound {
    font-size: 5.6vw;
    margin: 15px auto;
    width: 89.3333333333vw;
  }
}
.keyvisual .ttlRound.fadeIn.active {
  animation-delay: 0.4s;
}
.keyvisual__time {
  font-size: 2rem;
  text-align: center;
  color: #FFF;
}
@media (min-width: 560px) and (max-width: 959px) {
  .keyvisual__time {
    font-size: 2.5vw;
  }
}
@media (max-width: 559px) {
  .keyvisual__time {
    font-size: 6.4vw;
  }
}
.keyvisual__time.fadeIn.active {
  animation-delay: 0.6s;
}
.keyvisual__time span {
  font-size: 2.625rem;
  margin-left: 0.5em;
}
@media (min-width: 560px) and (max-width: 959px) {
  .keyvisual__time span {
    font-size: 3.28125vw;
  }
}
@media (max-width: 559px) {
  .keyvisual__time span {
    font-size: 10.6666666667vw;
  }
}

@media (max-width: 559px) {
  .concept {
    padding-bottom: 26.6666666667vw;
  }
}
.concept .caution {
  color: rgb(237, 107, 0);
  text-align: center;
}
.concept .btnW {
  font-size: 0.875rem;
  height: 70px;
  max-width: 450px;
}
@media (max-width: 559px) {
  .concept .btnW {
    font-size: 3.7333333333vw;
    height: 95px;
  }
}
.concept .btnW p {
  align-items: center;
  display: flex;
}
@media (max-width: 559px) {
  .concept .btnW p {
    flex-direction: column;
  }
}
.concept .btnW .en {
  font-size: 1.875rem;
  margin-right: 0.5em;
}
@media (max-width: 559px) {
  .concept .btnW .en {
    display: block;
    font-size: 8vw;
    margin-bottom: 0.1em;
    margin-right: 0;
  }
}

.navi {
  font-size: 0.9375rem;
}
@media (max-width: 559px) {
  .navi {
    font-size: 3.7333333333vw;
    padding: 26.6666666667vw 0 21.3333333333vw;
  }
}
.navi .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 559px) {
  .navi .wrap {
    flex-direction: column;
  }
}
.navi .wrap > nav {
  width: 48%;
}
@media (max-width: 559px) {
  .navi .wrap > nav {
    width: 100%;
  }
}
.navi .navi-thumb {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.navi .navi-thumb li {
  width: 23.5%;
}
@media (max-width: 559px) {
  .navi .navi-thumb li {
    width: 49%;
  }
}
.navi .navi-thumb li p {
  font-size: 0.6875rem;
  line-height: 1.7;
  margin-top: 0.5em;
  text-align: center;
}
.navi .btn a {
  padding: 1em 0;
}
.navi nav {
  padding: 0 0 36px;
  position: relative;
}
@media (max-width: 559px) {
  .navi nav {
    padding: 50px 0 20px !important;
  }
}
.navi .ttlRound {
  border-radius: 30px;
  font-size: 3.125rem;
  height: 60px;
  left: 50%;
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
}
@media (max-width: 559px) {
  .navi .ttlRound {
    font-size: 9.6vw;
  }
}
.navi .ttlRound span {
  font-size: 1.875rem;
}
@media (max-width: 559px) {
  .navi .ttlRound span {
    font-size: 5.3333333333vw;
  }
}
.navi__day1 ul, .navi__day2 ul {
  width: 79.4117647059%;
}
.navi__day1 .ttlRound, .navi__day2 .ttlRound {
  width: 230px;
}
.navi__day1 {
  background: rgb(0, 146, 229);
}
@media (max-width: 559px) {
  .navi__day1 {
    margin-bottom: 60px;
  }
}
.navi__day2 {
  background: rgb(237, 107, 0);
  padding: 60px 0 40px !important;
}

.event {
  padding-top: 120px;
}
@media (max-width: 559px) {
  .event {
    padding-top: 100px;
  }
}
.event section {
  background: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  margin-bottom: 120px;
  padding: 80px 0 40px;
  position: relative;
}
@media (max-width: 559px) {
  .event section {
    margin-bottom: 60px;
    padding: 50px 0 20px;
  }
}
.event .ttlRound {
  border-radius: 25px;
  font-size: 2.125rem;
  height: 50px;
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  width: 90%;
}
@media (max-width: 559px) {
  .event .ttlRound {
    border-radius: 33px;
    font-size: 7.4666666667vw;
    height: 66px;
    top: -33px;
    width: 68vw;
  }
}
.event .ttlRound span {
  font-size: 1.5rem;
}
@media (max-width: 559px) {
  .event .ttlRound span {
    font-size: 4.2666666667vw;
  }
}
.event .ttlRound span.small {
  font-size: 1.5rem;
}
@media (max-width: 559px) {
  .event .ttlRound span.small {
    font-size: 3.7333333333vw;
  }
}
.event h2.ttlJa {
  font-size: 1.875rem;
  line-height: 1.3;
}
@media (max-width: 559px) {
  .event h2.ttlJa {
    font-size: 4.8vw;
    line-height: 1.3;
  }
}
.event .balloon {
  margin-bottom: 50px;
}
@media (max-width: 559px) {
  .event .balloon {
    margin-bottom: 30px;
  }
}
.event .bg {
  margin-bottom: 2em;
  padding: 40px 0;
}
@media (max-width: 559px) {
  .event .bg {
    padding: 20px 0;
  }
}
.event .read {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 559px) {
  .event .read {
    font-size: 0.8125rem;
    text-align: left;
  }
}
.event .read2 {
  font-size: 0.8125rem;
  line-height: 1.7;
  margin: 0 auto 1em;
  text-align: left;
  width: 450px;
}
@media (max-width: 559px) {
  .event .read2 {
    font-size: 0.8125rem;
    width: 100%;
    text-align: left;
  }
}
.event .imgW {
  margin: 0 auto 2em;
  width: 100%;
}
@media (max-width: 559px) {
  .event .imgW {
    width: 100% !important;
  }
}
.event .imgW1 {
  width: 450px;
}
.event .imgW2 {
  width: 350px;
}
.event .imgW3 {
  width: 250px;
}
.event .caution {
  font-size: 0.75rem;
  line-height: 23px;
  text-align: center;
}
@media (max-width: 559px) {
  .event .caution {
    font-size: 0.6875rem;
    text-align: left;
  }
}
.event .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 559px) {
  .event .gallery {
    flex-direction: column;
  }
}
.event .gallery p {
  margin-bottom: 1em;
  width: 49%;
}
@media (max-width: 559px) {
  .event .gallery p {
    width: 100%;
  }
}
.event .scrollArea {
  border: 2px solid #000;
  box-sizing: border-box;
  height: 400px;
  margin-bottom: 2em;
  overflow: scroll;
}
.event .scrollArea__inr {
  font-size: 0.8125rem;
  line-height: 22px;
  padding: 2em;
}
@media (max-width: 559px) {
  .event .scrollArea__inr {
    padding: 1em;
  }
}
.event .scrollArea__inr > div {
  margin-bottom: 4em;
}
.event .scrollArea__inr h4 {
  font-size: 0.875rem;
  margin-bottom: 0.5em;
  text-align: center;
}
.event .col2 {
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
  align-items: center;
  margin-bottom: 2em;
}
@media (max-width: 559px) {
  .event .col2 {
    flex-direction: column;
  }
}
.event .col2__photo {
  width: 48%;
  text-align: center;
}
@media (max-width: 559px) {
  .event .col2__photo {
    margin-bottom: 1em;
    width: 100%;
  }
}
.event .col2__name2 {
  font-size: 0.75rem;
  margin-top: 1em;
  font-weight: 700;
}
.event .col2__name1 {
  font-size: 1.25rem;
  font-weight: 700;
}
.event .col2__name1 span {
  font-size: 0.75rem;
}
.event .col2__text {
  width: 48%;
  font-size: 0.8125rem;
  overflow-wrap: break-word;
}
@media (max-width: 559px) {
  .event .col2__text {
    width: 100%;
  }
}
.event .col2__text .title {
  font-size: 2.125rem;
  text-align: left;
  line-height: 1.3;
  width: 700;
}
@media (max-width: 559px) {
  .event .col2__text .title {
    font-size: 1.5rem;
  }
}
.event .bg1 h3.ttlJa,
.event .bg1 h3.ttlEn {
  color: rgb(32, 153, 42);
}
.event .bg1 .bg {
  background: rgba(32, 153, 42, 0.1);
}
.event .bg1 .balloon {
  background: rgb(32, 153, 42);
}
.event .bg1 .balloon::after {
  border-bottom-color: rgb(32, 153, 42);
}
.event .bg1 .cont1 .img {
  margin: 0 auto 2em;
}
@media (max-width: 559px) {
  .event .bg1 .cont1 .img {
    width: 100% !important;
  }
}
.event .bg1 .cont1 .img1 {
  width: 50%;
}
.event .bg2 h3.ttlJa,
.event .bg2 h3.ttlEn {
  color: rgb(0, 146, 229);
}
.event .bg2 .bg {
  background: rgba(0, 146, 229, 0.1);
}
.event .bg2 .balloon {
  background: rgb(0, 146, 229);
}
.event .bg2 .balloon::after {
  border-bottom-color: rgb(0, 146, 229);
}
.event .bg2 .cont1 .img {
  margin: 0 auto 2em;
}
@media (max-width: 559px) {
  .event .bg2 .cont1 .img {
    width: 100% !important;
  }
}
.event .bg2 .cont1 .img1 {
  width: 50%;
}
.event .bg3 h3.ttlJa,
.event .bg3 h3.ttlEn {
  color: rgb(237, 107, 0);
}
.event .bg3 .bg {
  background: rgba(237, 107, 0, 0.1);
}
.event .bg3 .balloon {
  background: rgb(237, 107, 0);
}
.event .bg3 .balloon::after {
  border-bottom-color: rgb(237, 107, 0);
}
.event .bg3 section:last-child {
  margin-bottom: 0;
}
.flea_market__members {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flea_market__item {
  margin-bottom: 1em;
  width: 20%;
}
@media (max-width: 559px) {
  .flea_market__item {
    width: 45%;
    margin-bottom: 2em;
  }
}
.flea_market__name {
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.flea_market__brand {
  font-size: 0.6875rem;
  text-align: center;
  margin-bottom: 0.5em;
}
.flea_market__btn {
  font-size: 0.6875rem;
  text-align: center;
}

.andmore {
  margin-bottom: 60px;
  text-align: center;
}
.andmore__ttl {
  font-size: 2.5rem;
  margin-bottom: 0.3em;
}
.andmore__read {
  font-size: 1.25rem;
}

@media (max-width: 559px) {
  .access {
    padding: 32vw 0 21.3333333333vw;
  }
}
.access .color {
  color: rgb(237, 107, 0);
}
.access__add {
  font-size: 1rem;
  margin-bottom: 2em;
  text-align: center;
}
.access__map {
  border: 2px solid #000;
  box-sizing: border-box;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media (max-width: 559px) {
  .access__map {
    padding-bottom: 100%;
  }
}
.access__map iframe,
.access__map object,
.access__map embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.access .attention {
  border: 2px solid rgb(237, 107, 0);
  box-sizing: border-box;
  margin-top: 60px;
  padding: 60px 0 30px;
}
@media (max-width: 559px) {
  .access .attention {
    padding: 30px 0;
  }
}
.access .attention__ttl {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.access .attention__logo {
  margin: 0 auto;
  width: 280px;
}
@media (max-width: 559px) {
  .access .attention__logo {
    width: 100%;
  }
}
.access .attention__read {
  font-size: 1rem;
  line-height: 26px;
  margin: 1em 0;
  text-align: center;
  margin-bottom: 3em;
}
.access .attention .caution {
  text-align: center;
}
@media (max-width: 559px) {
  .access .attention .caution {
    text-align: left;
  }
}
.access .customer {
  border: 2px solid #000;
  box-sizing: border-box;
  margin-top: 50px;
  padding: 30px 0;
}
.access .customer a {
  text-decoration: underline;
}
@media (max-width: 559px) {
  .access .customer {
    padding: 20px 0;
  }
}
.access .customer__ttl {
  font-size: 1.5rem;
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 559px) {
  .access .customer__ttl {
    font-size: 5.3333333333vw;
  }
}
.access .customer__read {
  font-size: 0.875rem;
  line-height: 24px;
}
@media (max-width: 559px) {
  .access .customer__read {
    font-size: 0.8125rem;
  }
}

@media (max-width: 559px) {
  .contact {
    padding-top: 21.3333333333vw;
  }
}
.contact h4 {
  font-size: 1.0625rem;
  margin-bottom: 1em;
  text-align: center;
}
.contact__mail {
  font-size: 1.5rem;
  margin-bottom: 2em;
  text-align: center;
  text-decoration: underline;
}
@media (max-width: 559px) {
  .contact__mail {
    font-size: 6.4vw;
  }
}

.chara {
  position: absolute;
}
.chara img {
  height: 200px;
}
@media (min-width: 560px) and (max-width: 959px) {
  .chara img {
    height: 21.875vw;
  }
}
@media (max-width: 559px) {
  .chara img {
    height: 37.3333333333vw;
  }
}
.chara1 {
  right: -200px;
  top: -100px;
}
@media (min-width: 560px) and (max-width: 959px) {
  .chara1 {
    right: -7.8125vw;
    top: -7.8125vw;
  }
}
@media (max-width: 559px) {
  .chara1 {
    right: -8vw;
    top: -18.6666666667vw;
  }
}
.chara2 {
  left: -150px;
  top: -100px;
}
@media (min-width: 560px) and (max-width: 959px) {
  .chara2 {
    left: -7.8125vw;
    top: -6.25vw;
  }
}
@media (max-width: 559px) {
  .chara2 {
    left: -8vw;
    top: -18.6666666667vw;
  }
}
.chara3 {
  right: -80px;
  top: 0;
}
@media (min-width: 560px) and (max-width: 959px) {
  .chara3 {
    right: -3.90625vw;
  }
}
@media (max-width: 559px) {
  .chara3 {
    right: -13.3333333333vw;
  }
}
.chara3 img {
  animation: swing linear 4s infinite;
  transform-origin: center 0;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.chara4 {
  left: -150px;
  top: -80px;
}
@media (min-width: 560px) and (max-width: 959px) {
  .chara4 {
    left: -7.8125vw;
    top: -7.8125vw;
  }
}
@media (max-width: 559px) {
  .chara4 {
    left: -8vw;
    top: -18.6666666667vw;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    transform: none;
  }
}
.remodal {
  background: none;
  box-sizing: border-box;
  color: #000;
  margin: 50px 0;
  max-width: 900px !important;
  padding: 0;
  transform: translate3d(0, 0, 0);
  width: 90%;
}
@media (max-width: 559px) {
  .remodal {
    width: 89.3333333333vw;
  }
}
.remodal-overlay {
  background: #fff !important;
  opacity: 0.7 !important;
}
.remodal-overlay.remodal-is-opening {
  animation-name: none;
}
.remodal-wrapper {
  padding: 0;
}
.remodal-wrapper::after {
  vertical-align: middle;
}
.remodal-close {
  display: none;
}
.remodal .modal {
  background: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  padding: 80px 0 40px;
}
@media (max-width: 559px) {
  .remodal .modal {
    padding: 90px 0 40px;
  }
}
.remodal .modal .wrap {
  margin: 0 auto;
  width: 72.2222222222%;
}
@media (max-width: 559px) {
  .remodal .modal .wrap {
    width: 78.6666666667vw;
  }
}
.remodal .modal .wrap2 {
  margin: 0 auto;
  width: 41.6666666667%;
}
@media (max-width: 559px) {
  .remodal .modal .wrap2 {
    width: 78.6666666667vw;
  }
}
.remodal .modal__cont1 ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 559px) {
  .remodal .modal__cont1 ul {
    flex-direction: column;
  }
}
.remodal .modal__cont1 ul li {
  width: 48%;
}
@media (max-width: 559px) {
  .remodal .modal__cont1 ul li {
    width: 100%;
  }
}
@media (max-width: 559px) {
  .remodal .modal__cont1 h2.ttlJa {
    margin-top: 1em;
  }
}
.remodal .modal__cont1 h2.ttlJa span {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}
@media (max-width: 559px) {
  .remodal .modal__cont1 h2.ttlJa span {
    margin-bottom: 0;
  }
}
.remodal .modal__cont1--read {
  font-size: 0.8125rem;
  line-height: 28px;
  text-align: left;
  line-height: 1.8;
}
.remodal .modal__cont1--read strong {
  font-size: 1rem;
}
.remodal .modal__cont1 .balloon {
  background: #d5675a;
  font-size: 0.875rem;
  margin-top: 2em;
  width: 100%;
  padding: 2em;
  line-height: 1.4;
}
.remodal .modal__cont1 .balloon::after {
  border-bottom-color: #d5675a;
}
.remodal .modal__cont2 h2.ttlJa {
  font-size: 1.5rem;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 559px) {
  .remodal .modal__cont2 h2.ttlJa {
    font-size: 4.8vw;
  }
}
.remodal .modal__cont2 h3.ttlJa {
  margin-bottom: 2em;
  line-height: 1.3;
}
.remodal .modal__cont2__step {
  margin-bottom: 100px;
}
.remodal .modal__cont2__step .pic {
  margin-bottom: 10px;
}
.remodal .modal__cont2__step .notice {
  font-size: 0.8125rem;
  color: #FF0000;
}
.remodal .modal__cont2__step .ttl {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.remodal .modal__cont2__step .read {
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.7;
}
.remodal .modal__cont2--gallery p {
  margin-bottom: 20px;
}
.remodal .modal__cancel {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
}
.remodal .modal__cancel:hover {
  cursor: pointer;
}
.remodal .modal__cancel2 {
  margin: 2em auto 0;
  width: 140px;
}
.remodal .modal__cancel2:hover {
  cursor: pointer;
}

.fadeIn {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}
.fadeIn.active {
  animation-delay: 0.2s;
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInUp {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}
.fadeInUp.active {
  animation-delay: 0.2;
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}
.fadeInLeft.active {
  animation-delay: 0.2;
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}
.fadeInRight.active {
  animation-delay: 0.2;
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*# sourceMappingURL=style.css.map */
