@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "IBM Plex Sans JP", "M PLUS 1p", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #2e2e2e;
}

body.js-no_scroll {
  overflow: hidden;
}

body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

p {
  line-height: 1.6;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

footer {
  padding: 40px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #aaa;
}
@media (max-width: 767px) {
  footer p {
    font-size: 12px;
  }
}
footer .movic-logo {
  display: block;
  max-width: 120px;
  margin-inline: auto;
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  max-width: 80px;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  footer .link-pageup {
    max-width: 50px;
  }
}
footer .link-pageup:hover {
  opacity: 0.8;
}

header .img-logo {
  max-width: 160px;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  header .img-logo {
    max-width: 130px;
  }
}

nav.navbar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 100px;
  background: #d9f2ff;
  border-bottom: 2px solid #fff;
}
@media (max-width: 767px) {
  nav.navbar {
    height: 60px;
  }
}
nav.navbar .container-fluid {
  padding: 0 15px;
}
@media (max-width: 767px) {
  nav.navbar .container-fluid {
    padding: 0 10px;
  }
}
nav.navbar button.btn.btn-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: none;
  text-decoration: none;
  font-size: 14px;
  padding: 0;
}
@media (max-width: 575px) {
  nav.navbar button.btn.btn-link {
    margin-right: 0;
  }
}
nav.navbar button.btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}
nav.navbar button.btn.btn-link .navbar-toggler-icon {
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2300a0c9' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
nav.navbar .modal-content {
  background-color: #fff;
  border: none;
  border-radius: 0;
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #ffffff;
}
nav.navbar .modal-header {
  border-bottom: none;
  justify-content: flex-end;
  padding: 40px 30px 0;
}
@media (max-width: 575px) {
  nav.navbar .modal-header {
    padding: 35px 20px 0;
  }
}
nav.navbar .modal-header .btn-close {
  position: relative;
  border: none;
  font-size: 20px;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300a0c9'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
@media (max-width: 575px) {
  nav.navbar .modal-header .btn-close {
    margin-right: 0;
    font-size: 18px;
  }
}
nav.navbar .modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}
nav.navbar .navbar-nav {
  padding-top: 20px;
  background-color: #fff;
}
nav.navbar .nav-link {
  padding: 12px 30px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  color: #2e2e2e;
}
@media (max-width: 575px) {
  nav.navbar .nav-link {
    padding: 20px;
  }
}
nav.navbar .nav-item {
  border-bottom: 2px dashed #00a0c9;
}
nav.navbar .nav-item:last-child {
  border-bottom: none;
}

.modal-backdrop {
  z-index: 1;
}

@media (min-width: 768px) {
  .sp-nav,
  .sp-btn {
    display: none;
  }
}

.pc-nav {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  gap: 20px;
  list-style: none;
}
@media (max-width: 767px) {
  .pc-nav {
    display: none;
  }
}
.pc-nav li {
  display: flex;
  align-items: center;
  width: calc(10em + 20px);
  padding: 10px 0;
  font-weight: 600;
  color: #00a0c9;
  background: #fff;
  border: 1px solid #00a0c9;
}
.pc-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pc-nav .nav-point:before,
.pc-nav .nav-itemall:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 10px;
}
.pc-nav .nav-point:before {
  content: "\f005";
}
.pc-nav .nav-itemall:before {
  content: "\f083";
}

section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 35px 0;
  }
}

section:has(h2) .box {
  width: calc(100% - 30px);
  margin-inline: auto;
  padding: 50px 30px;
  background: #d9f2ff;
  border: 4px dashed #fff;
  outline: 15px solid #d9f2ff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  section:has(h2) .box {
    width: calc(100% - 10px);
    padding: 15px 10px;
    border-width: 2px;
    outline-width: 5px;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

h2 {
  position: relative;
  max-width: 450px;
  padding: 20px 50px 15px 50px;
  margin: 0 auto 80px;
  font-size: 38px;
  color: #00a0c9;
  background: rgba(255, 255, 255, 0.6);
  border-top: 2px solid #00a0c9;
  border-bottom: 2px solid #00a0c9;
  text-align: center;
  font-weight: 900;
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 50px;
    padding: 10px;
    font-size: 24px;
  }
}
h2:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%) rotate(90deg);
}
@media (max-width: 767px) {
  h2:before {
    font-size: 22px;
    bottom: -35px;
  }
}

.inner {
  width: min(90%, 1150px);
  margin-inline: auto;
}
@media (max-width: 575px) {
  .inner {
    width: 95%;
  }
}

main {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}
main:before {
  content: "";
  background: url(../img/bg-pattern.jpg) repeat;
  position: fixed;
  inset: 0;
  z-index: -1;
}

.explanation {
  position: relative;
}
.explanation:before {
  content: "";
  background: url(../img/top-bg.webp) repeat;
  background-size: 33px;
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  opacity: 0.9;
}
.explanation .main-logo {
  display: block;
  margin: 0 auto 50px;
}
.explanation .readｰtxt {
  margin-top: 100px;
  padding: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 2.2;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .explanation .readｰtxt {
    margin-top: 50px;
    padding: 20px 10px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .explanation .readｰtxt {
    font-size: 16px;
  }
}
.explanation .readｰtxt span {
  color: #ed778a;
  background: linear-gradient(transparent 60%, #fdeeb6 60%);
}

.point_sec .point-img {
  max-width: 600px;
  margin-inline: auto;
}

.item_sec .StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 991px) {
  .item_sec .StyleF_Frame_ {
    gap: 10px;
  }
}
.item_sec .StyleF_Item_ {
  width: calc((100% - 45px) / 4);
  padding: 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .item_sec .StyleF_Item_ {
    width: calc((100% - 20px) / 3);
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .item_sec .StyleF_Item_ {
    width: calc((100% - 10px) / 2);
  }
}
.item_sec .StyleF_Item_ img {
  display: block;
  margin-inline: auto;
}
.item_sec .StyleF_Item_ .name_ {
  margin: 1rem 0;
}
@media (max-width: 767px) {
  .item_sec .StyleF_Item_ .name_ {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .item_sec .StyleF_Item_ .name_ {
    font-size: 12px;
    line-height: 1.4;
  }
}
.item_sec .StyleF_Item_ .price_ {
  margin-bottom: 10px;
  text-align: right;
}
.item_sec .StyleF_Item_ .cart_ {
  margin-top: auto;
}
.item_sec .StyleF_Item_ .cart_ .cart_btn_ {
  display: block;
  width: 100%;
  padding: 4px 0;
  text-align: center;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}
@media (max-width: 575px) {
  .item_sec .StyleF_Item_ .cart_ .cart_btn_ {
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}
.item_sec .StyleF_Item_ .cart_ .order_ {
  background: #ed778a;
  outline: 2px solid #ed778a;
}
.item_sec .StyleF_Item_ .cart_ .reservation_ {
  background: #00a0c9;
  outline: 2px solid #00a0c9;
}
.item_sec .StyleF_Item_ .cart_ .sold_out_ {
  background: #ed3b3b;
  outline: 2px solid #ed3b3b;
}
.item_sec .StyleF_Item_ .cart_ .closed_ {
  background: #aaa;
  outline: 2px solid #aaa;
}
.item_sec .StyleF_Item_ .rdt_,
.item_sec .StyleF_Item_ .comment_ {
  display: none;
}

.resale_request {
  text-align: center;
}

.resale_request a {
  display: block;
  width: calc(100% - 4px);
  height: 39px;
  line-height: 39px;
  margin: 0 auto;
  background-color: #f4b173;
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #fff;
  outline: 2px solid #f4b173;
}
@media (max-width: 1199px) {
  .resale_request a {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .resale_request a {
    height: 34px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .resale_request a {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}