html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #584f4f;
  background: -webkit-gradient(linear, left top, right top, from(#feeca5), to(#f5db75));
  background: -webkit-linear-gradient(left, #feeca5, #f5db75);
  background: linear-gradient(to right, #feeca5, #f5db75);
}
body:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  background: url(../img/bg-pearl_pc.webp) no-repeat center top;
  background-size: contain;
  z-index: -2;
}
@media (max-width: 575px) {
  body:before {
    background: url(../img/bg-pearl_sp.webp) no-repeat center top;
  }
}
body:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  background: url(../img/bg-lace.png);
  z-index: -1;
}

p {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #000000;
}
a.btn {
  text-decoration: none;
}

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

img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

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

ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

dt,
dd {
  line-height: 1;
  margin: 0;
}

.container {
  width: 96%;
}
@media (max-width: 991px) {
  .container {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 720px;
  }
}

footer {
  color: #ffffff;
  text-align: center;
  background: #494242 url(../img/bg-footer.jpg);
  padding: 40px 0 40px 0;
}
@media (max-width: 575px) {
  footer {
    padding: 30px 0 30px 0;
  }
}
footer .link-pageup {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 38px;
}
@media (max-width: 991px) {
  footer .link-pageup {
    width: 25px;
  }
}
footer .logo-movic img {
  width: 120px;
}
@media (max-width: 575px) {
  footer .logo-movic img {
    width: 100px;
  }
}
footer .copyright {
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-top: 16px;
}
@media (max-width: 575px) {
  footer .copyright {
    font-size: 12px;
    margin-top: 12px;
  }
}

.img-center {
  margin: 20px auto 0;
}
@media (max-width: 575px) {
  .img-center {
    margin: 0 auto;
  }
}
.img-center img {
  display: block;
  margin: 0 auto;
}

.area-detail {
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 64px 20px 64px;
  margin-top: 48px;
}
@media (max-width: 575px) {
  .area-detail {
    padding: 40px 16px;
    margin-top: 24px;
  }
}
.area-detail h2 {
  display: inline-block;
  color: #845400;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background: #fcc900;
  padding: 10px 24px 11px 24px;
  margin: 40px auto 0;
}
@media (max-width: 575px) {
  .area-detail h2 {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}
.area-detail .text-lead {
  font-size: 20px;
}
@media (max-width: 767px) {
  .area-detail .text-lead {
    font-size: 15px;
    text-align: left;
  }
}
.area-detail .period {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 6px 0 0;
}
@media (max-width: 575px) {
  .area-detail .period {
    font-size: 22px;
    line-height: 1.2;
    margin: 10px 0 0;
  }
}
.area-detail .period .day {
  font-size: 40px;
}
@media (max-width: 575px) {
  .area-detail .period .day {
    font-size: 32px;
  }
}
.area-detail .release {
  font-size: 18px;
  margin: 4px 0 0;
}
@media (max-width: 575px) {
  .area-detail .release {
    font-size: 15px;
    margin: 8px 0 0;
  }
}
.area-detail .goods-detail {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin: 20px auto 0;
}
.area-detail .goods-detail dl {
  padding: 0 8px;
}
@media (min-width: 992px) {
  .area-detail .goods-detail dl:nth-of-type(1) {
    max-width: 200px !important;
  }
}
@media (min-width: 992px) {
  .area-detail .goods-detail dl:nth-of-type(2) {
    max-width: 300px !important;
  }
}
@media (min-width: 992px) {
  .area-detail .goods-detail dl:nth-of-type(3) {
    max-width: 220px !important;
  }
}
.area-detail .goods-detail dl:nth-of-type(3) dd {
  margin-top: 0 !important;
}
@media (min-width: 992px) {
  .area-detail .goods-detail dl:nth-of-type(4) {
    max-width: 220px !important;
  }
}
@media (max-width: 575px) {
  .area-detail .goods-detail dl:nth-of-type(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .area-detail .goods-detail dl:nth-of-type(4) dt br {
    display: none;
  }
}
@media (max-width: 767px) {
  .area-detail .goods-detail dl:nth-of-type(4) dt br {
    display: none;
  }
}
@media (max-width: 991px) {
  .area-detail .goods-detail dl:nth-of-type(4) dd {
    margin-top: 0 !important;
  }
}
.area-detail .goods-detail dt {
  font-size: 15px;
  line-height: 1.2;
  border-left: 6px solid #fcc900;
  padding-left: 6px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .area-detail .goods-detail dt {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.area-detail .goods-detail dd {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 12px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .area-detail .goods-detail dd {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .area-detail .goods-detail dd {
    margin-bottom: 0;
  }
}

.area-goods {
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0 0 64px 0;
  margin-top: 48px;
}
@media (max-width: 575px) {
  .area-goods {
    padding: 0 0 30px 0;
    margin-top: 24px;
  }
}
.area-goods h2 {
  margin: 0;
}
.area-goods .list-goods {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 40px 80px 0 80px;
}
@media (max-width: 767px) {
  .area-goods .list-goods {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 575px) {
  .area-goods .list-goods {
    margin: 20px 0 0 0;
  }
}
.area-goods .list-goods li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 378px;
  padding: 0 8px 0;
}
@media (max-width: 767px) {
  .area-goods .list-goods li {
    max-width: 280px;
  }
}
.area-goods .list-goods li:nth-of-type(3), .area-goods .list-goods li:nth-of-type(4) {
  margin-top: 60px;
}
@media (max-width: 575px) {
  .area-goods .list-goods li:nth-of-type(3), .area-goods .list-goods li:nth-of-type(4) {
    margin-top: 40px;
  }
}
.area-goods .list-goods .info-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: 0;
}
.area-goods .list-goods .info-goods dt {
  border: 1px solid #fcc900;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .area-goods .list-goods .info-goods dt {
    margin-bottom: 6px;
  }
}
.area-goods .list-goods .info-goods dd {
  width: 100%;
  color: #584f4f;
  margin-left: auto;
  margin-right: auto;
}
.area-goods .list-goods .info-goods .name,
.area-goods .list-goods .info-goods .price {
  font-size: 20px;
  margin: 0 0 10px 0;
}
@media (max-width: 991px) {
  .area-goods .list-goods .info-goods .name,
  .area-goods .list-goods .info-goods .price {
    font-size: 14px;
  }
}
.area-goods .list-goods .info-goods .name {
  line-height: 1.3;
}
.area-goods .list-goods .info-goods .price {
  text-align: right;
  margin-top: auto;
}
.area-goods .list-goods .info-goods .tax {
  font-size: 12px;
}
.area-goods .list-goods .info-goods .button-detail {
  position: relative;
  display: block;
  color: #845400;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-radius: 6px;
  background: #fcc900;
  padding: 12px 0 15px 0;
}
@media (max-width: 575px) {
  .area-goods .list-goods .info-goods .button-detail {
    font-size: 14px;
    border-radius: 6px;
    background-position: right 6px center, left center;
    background-size: 6px auto, 100%;
    padding: 10px 0 13px 0;
  }
}
.area-goods .list-goods .info-goods .button-detail::after {
  position: absolute;
  content: "\e5df";
  top: 8px;
  right: 10px;
  font-family: "Material Icons Round";
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .area-goods .list-goods .info-goods .button-detail::after {
    top: 8px;
    right: 2px;
    font-size: 20px;
  }
}

.list-attention {
  list-style: none;
  margin: 60px auto 0;
}
@media (max-width: 575px) {
  .list-attention {
    margin: 30px auto 0;
  }
}
.list-attention li {
  font-size: 15px;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 575px) {
  .list-attention li {
    font-size: 13px;
  }
}

.area-schedule {
  text-align: center;
  border-bottom: 1px solid #6c6666;
  background: #494242 url(../img/bg-footer.jpg);
  padding: 40px 0 40px 0;
  margin: 80px auto 0;
}
@media (max-width: 575px) {
  .area-schedule {
    padding: 30px 0 30px 0;
    margin: 60px auto 0;
  }
}
.area-schedule h2 {
  position: relative;
  color: #ffffff;
  font-size: 24px;
}
@media (max-width: 575px) {
  .area-schedule h2 {
    font-size: 18px;
  }
}
.area-schedule h2::before, .area-schedule h2::after {
  content: "";
  position: relative;
  display: inline-block;
  top: 0;
  width: 50px;
  height: 22px;
  background: url(../img/bg-title.png) center center no-repeat;
  background-size: 100%;
}
@media (max-width: 575px) {
  .area-schedule h2::before, .area-schedule h2::after {
    top: 0;
    width: 25px;
    height: 11px;
  }
}
.area-schedule h2::before {
  right: 12px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 575px) {
  .area-schedule h2::before {
    right: 6px;
  }
}
.area-schedule h2::after {
  left: 12px;
}
@media (max-width: 575px) {
  .area-schedule h2::after {
    left: 6px;
  }
}
.area-schedule h2 span {
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 200;
}
@media (max-width: 575px) {
  .area-schedule h2 span {
    top: 34px;
    font-size: 12px;
  }
}
.area-schedule .list-schedule {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  margin: 20px auto 0;
}
@media (max-width: 575px) {
  .area-schedule .list-schedule {
    margin: 15px auto 0;
  }
}
.area-schedule .list-schedule li {
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .area-schedule .list-schedule li {
    font-size: 13px;
    margin-top: 8px;
  }
}
.area-schedule .list-schedule li span {
  font-size: 24px;
}
@media (max-width: 575px) {
  .area-schedule .list-schedule li span {
    font-size: 16px;
  }
}
.area-schedule .list-schedule li .summer {
  color: #ffdc00;
}
.area-schedule .list-schedule li .autumn {
  color: #f19561;
}
.area-schedule .list-schedule li .winter {
  color: #6fb6e5;
}
.area-schedule .list-schedule li .spring {
  color: #ee8aaa;
}