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: #ffffff;
  background: #391801;
}
body:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  background: url(../img/bg.jpg);
  background-size: cover;
  z-index: -2;
}

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 {
  text-align: center;
  background: rgba(8, 8, 20, 0.9);
  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;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}

h2.title {
  position: relative;
  text-shadow: 0 0 3px #ffffff;
}
h2.title::before, h2.title::after {
  content: "";
  position: relative;
  display: inline-block;
  top: 0;
  width: 48px;
  height: 24px;
  background: url(../img/bg-title.png) center center no-repeat;
  background-size: 100%;
}
@media (max-width: 575px) {
  h2.title::before, h2.title::after {
    top: 0;
    width: 24px;
    height: 12px;
  }
}
h2.title::before {
  right: 20px;
}
@media (max-width: 575px) {
  h2.title::before {
    right: 15px;
  }
}
h2.title::after {
  left: 20px;
}
@media (max-width: 575px) {
  h2.title::after {
    left: 15px;
  }
}
h2.title span {
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 200;
}
@media (max-width: 575px) {
  h2.title span {
    top: 34px;
    font-size: 12px;
  }
}

h3 {
  display: inline-block;
  color: #ff9c00;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #ff9c00;
  padding: 10px 24px 11px 24px;
  margin: 40px auto 0;
}
@media (max-width: 575px) {
  h3 {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}

.area-detail {
  text-align: center;
  background: rgba(18, 8, 0, 0.85);
  padding: 64px 20px 64px;
  margin-top: 48px;
}
@media (max-width: 575px) {
  .area-detail {
    padding: 40px 16px;
    margin-top: 24px;
  }
}
.area-detail .text-lead {
  font-size: 20px;
}
@media (max-width: 767px) {
  .area-detail .text-lead {
    font-size: 16px;
    text-align: left;
  }
}
.area-detail .period {
  font-size: 26px;
  font-weight: 700;
  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: 34px;
  }
}
.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-info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin: 20px auto 0;
}
.area-detail .goods-info dl {
  padding: 0 8px;
}
@media (min-width: 992px) {
  .area-detail .goods-info dl:nth-of-type(1) {
    max-width: 200px !important;
  }
}
@media (min-width: 992px) {
  .area-detail .goods-info dl:nth-of-type(2) {
    max-width: 300px !important;
  }
}
@media (min-width: 992px) {
  .area-detail .goods-info dl:nth-of-type(3) {
    max-width: 220px !important;
  }
}
@media (min-width: 992px) {
  .area-detail .goods-info dl:nth-of-type(4) {
    max-width: 220px !important;
  }
}
.area-detail .goods-info dt {
  font-size: 15px;
  border-left: 6px solid #ff9c00;
  padding-left: 6px;
  margin-bottom: 6px;
}
@media (max-width: 575px) {
  .area-detail .goods-info dt {
    margin-bottom: 0px;
  }
}
.area-detail .goods-info dd {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 12px;
}
@media (max-width: 575px) {
  .area-detail .goods-info dd {
    margin-bottom: 0;
  }
}

.area-goods {
  text-align: center;
  background: rgba(18, 8, 0, 0.85);
  padding: 64px 20px 64px;
  margin-top: 48px;
}
@media (max-width: 575px) {
  .area-goods {
    padding: 40px 0 30px 0;
    margin-top: 24px;
  }
}
.area-goods .list-goods-left,
.area-goods .list-goods-right {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 100px 120px 0 120px;
}
@media (max-width: 1199px) {
  .area-goods .list-goods-left,
  .area-goods .list-goods-right {
    margin: 80px 0 0 0;
  }
}
.area-goods .list-goods-left li,
.area-goods .list-goods-right li {
  max-width: 380px;
  padding: 0 10px 0;
}
@media (max-width: 767px) {
  .area-goods .list-goods-left li,
  .area-goods .list-goods-right li {
    max-width: 280px;
  }
}
.area-goods .list-goods-left li:nth-of-type(1),
.area-goods .list-goods-right li:nth-of-type(1) {
  margin: 0 0 60px 0;
}
@media (max-width: 767px) {
  .area-goods .list-goods-left li:nth-of-type(1),
  .area-goods .list-goods-right li:nth-of-type(1) {
    margin: 0 0 20px 0;
  }
}
.area-goods .list-goods-left li:nth-of-type(1) {
  margin-right: 50%;
}
.area-goods .list-goods-right li:nth-of-type(1) {
  margin-left: 50%;
}
.area-goods .name,
.area-goods .price {
  font-size: 18px;
  margin: 10px 0 0 0;
}
@media (max-width: 991px) {
  .area-goods .name,
  .area-goods .price {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .area-goods .name,
  .area-goods .price {
    margin: 6px 0 0 0;
  }
}
.area-goods .tax {
  font-size: 12px;
}
.area-goods .button-order,
.area-goods .button-detail {
  position: relative;
  display: block;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-radius: 6px;
  border: 1px solid #ff9c00;
  padding: 10px 0 12px 0;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .area-goods .button-order,
  .area-goods .button-detail {
    font-size: 14px;
    border-radius: 6px;
    padding: 10px 0 12px 0;
    margin-top: 10px;
  }
}
.area-goods .button-order::after,
.area-goods .button-detail::after {
  position: absolute;
  content: "\e5df";
  top: 4px;
  right: 10px;
  font-family: "Material Icons Round";
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .area-goods .button-order::after,
  .area-goods .button-detail::after {
    top: 8px;
    right: 0;
    font-size: 20px;
  }
}
.area-goods .button-order {
  color: #180f00;
  background: #ff9c00;
}
@media (max-width: 575px) {
  .area-goods .button-order {
    background-position: right 6px center, left center;
    background-size: 6px auto, 100%;
  }
}
.area-goods .button-detail {
  color: #ff9c00;
  background: none;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .area-goods .button-detail {
    background-position: right 6px center, left center;
    background-size: 6px auto, 100%;
    margin-top: 16px;
  }
}
.area-goods .character01 {
  background: url(../img/img-settsu.png) no-repeat right top 40px;
}
@media (max-width: 1199px) {
  .area-goods .character01 {
    background: url(../img/img-settsu.png) no-repeat right top 40px;
    background-size: 60%;
  }
}
@media (max-width: 767px) {
  .area-goods .character01 {
    background: url(../img/img-settsu.png) no-repeat right -70px top 60px;
    background-size: 70%;
  }
}
@media (max-width: 575px) {
  .area-goods .character01 {
    background: url(../img/img-settsu.png) no-repeat right -80px top 40px;
    background-size: 80%;
  }
}
.area-goods .character02 {
  background: url(../img/img-hyodo.png) no-repeat left 20px top 40px;
}
@media (max-width: 1199px) {
  .area-goods .character02 {
    background: url(../img/img-hyodo.png) no-repeat left 20px top 60px;
    background-size: 60%;
  }
}
@media (max-width: 767px) {
  .area-goods .character02 {
    background: url(../img/img-hyodo.png) no-repeat left -40px top 60px;
    background-size: 70%;
  }
}
@media (max-width: 575px) {
  .area-goods .character02 {
    background: url(../img/img-hyodo.png) no-repeat left -40px top 50px;
    background-size: 78%;
  }
}
.area-goods .character03 {
  background: url(../img/img-nanao.png) no-repeat right top 20px;
}
@media (max-width: 1199px) {
  .area-goods .character03 {
    background: url(../img/img-nanao.png) no-repeat right -40px top 40px;
    background-size: 60%;
  }
}
@media (max-width: 767px) {
  .area-goods .character03 {
    background: url(../img/img-nanao.png) no-repeat right -40px top 60px;
    background-size: 70%;
  }
}
@media (max-width: 575px) {
  .area-goods .character03 {
    background: url(../img/img-nanao.png) no-repeat right -40px top 40px;
    background-size: 80%;
  }
}
.area-goods .character04 {
  background: url(../img/img-fushimi.png) no-repeat left 20px top 60px;
}
@media (max-width: 1199px) {
  .area-goods .character04 {
    background: url(../img/img-fushimi.png) no-repeat left top 60px;
    background-size: 60%;
  }
}
@media (max-width: 767px) {
  .area-goods .character04 {
    background: url(../img/img-fushimi.png) no-repeat left top 80px;
    background-size: 65%;
  }
}
@media (max-width: 575px) {
  .area-goods .character04 {
    background: url(../img/img-fushimi.png) no-repeat left -40px top 60px;
    background-size: 75%;
  }
}
.area-goods .character05 {
  background: url(../img/img-furuichi.png) no-repeat right -80px top 60px;
}
@media (max-width: 1199px) {
  .area-goods .character05 {
    background: url(../img/img-furuichi.png) no-repeat right -60px top 60px;
    background-size: 70%;
  }
}
@media (max-width: 767px) {
  .area-goods .character05 {
    background: url(../img/img-furuichi.png) no-repeat right -60px top 60px;
    background-size: 75%;
  }
}
@media (max-width: 575px) {
  .area-goods .character05 {
    background: url(../img/img-furuichi.png) no-repeat right -80px top 50px;
    background-size: 92%;
  }
}
.area-goods .character06 {
  background: url(../img/img-izumida.png) no-repeat left top 20px;
}
@media (max-width: 1199px) {
  .area-goods .character06 {
    background: url(../img/img-izumida.png) no-repeat left top 60px;
    background-size: 60%;
  }
}
@media (max-width: 767px) {
  .area-goods .character06 {
    background: url(../img/img-izumida.png) no-repeat left -40px top 80px;
    background-size: 65%;
  }
}
@media (max-width: 575px) {
  .area-goods .character06 {
    background: url(../img/img-izumida.png) no-repeat left -50px top 50px;
    background-size: 75%;
  }
}

.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;
  text-shadow: 0 0 4px #000000, 0 0 6px #000000;
  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 #34364b;
  background: rgba(8, 8, 20, 0.9);
  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;
  font-size: 24px;
  text-shadow: 0 0 2px #ffffff;
}
@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: 36px;
  height: 14px;
  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: 20px;
    height: 10px;
  }
}
.area-schedule h2::before {
  right: 12px;
}
@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 {
  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;
}