@charset "UTF-8";
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", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 16px;
  color: #111111;
  background: #f4f4f4 url("../img/bg.png");
  background-size: 50px;
}

p {
  line-height: 1.6;
  margin-bottom: 0;
}

strong {
  color: #c90000;
}

a {
  text-decoration: underline;
  color: #1a0dab;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #1a0dab;
}
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 {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.maker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fef263));
  background: -webkit-linear-gradient(transparent 70%, #fef263 70%);
  background: linear-gradient(transparent 70%, #fef263 70%);
}

footer {
  border-top: 1px solid #3a3b52;
  background: #161727;
  text-align: center;
  padding: 24px 40px;
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
    width: 36px;
  }
}
@media (max-width: 575px) {
  footer img {
    width: 100px;
  }
}
footer .copyright {
  display: block;
  color: #ffffff;
  margin-top: 16px;
}

.img-center img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.headline2 {
  text-align: center;
  margin: 40px auto 0;
}
.headline2 img {
  width: 330px;
}
@media (max-width: 575px) {
  .headline2 img {
    width: 220px;
  }
}

@media (max-width: 575px) {
  .box-button img {
    width: 100%;
    max-width: 300px;
  }
}

.area-lead {
  padding: 80px 0;
}
@media (max-width: 575px) {
  .area-lead {
    padding: 40px 4%;
  }
}
.area-lead p {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .area-lead p {
    font-size: 16px;
    text-align: left;
  }
}

.area-order {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ffffff;
  padding: 140px 80px 80px;
  margin: 80px auto 180px;
  text-align: center;
}
@media (max-width: 575px) {
  .area-order {
    width: 96%;
    padding: 80px 4% 40px;
    margin: 60px auto 140px;
  }
}
.area-order .headline2 {
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 575px) {
  .area-order .headline2 {
    top: -70px;
  }
}
.area-order .period {
  font-size: 26px;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #e4d0f2));
  background: -webkit-linear-gradient(transparent 70%, #e4d0f2 70%);
  background: linear-gradient(transparent 70%, #e4d0f2 70%);
}
@media (max-width: 575px) {
  .area-order .period {
    font-size: 24px;
    line-height: 1.4;
  }
}
.area-order .period .day {
  font-size: 40px;
}
@media (max-width: 575px) {
  .area-order .period .day {
    font-size: 34px;
  }
}
.area-order .release {
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .area-order .release {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.area-set {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ffffff;
  padding: 140px 80px 80px;
  margin: 80px auto 180px;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .area-set {
    width: 96%;
    padding: 80px 4% 40px;
    margin: 60px auto 140px;
  }
}
@media (max-width: 575px) {
  .area-set {
    padding-bottom: 0;
  }
}
.area-set .headline2 {
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 575px) {
  .area-set .headline2 {
    top: -70px;
  }
}

.list-set {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.list-set li {
  font-size: 18px;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .list-set li {
    font-size: 16px;
    padding: 0 6%;
  }
}
.list-set li img {
  -webkit-box-shadow: 10px 10px 0 #eeeeee;
          box-shadow: 10px 10px 0 #eeeeee;
}
.list-set p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  margin-bottom: 8px;
}
.list-set p:before, .list-set p:after {
  border-top: 1px solid;
  content: "";
  width: 14px;
}
.list-set p:before {
  margin-right: 8px;
}
.list-set p:after {
  margin-left: 8px;
}

.area-detail {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ffffff;
  padding: 140px 80px 80px;
  margin: 80px auto 180px;
  font-size: 16px;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .area-detail {
    width: 96%;
    padding: 80px 4% 40px;
    margin: 60px auto 140px;
  }
}
@media (max-width: 575px) {
  .area-detail {
    margin-bottom: 40px;
  }
}
.area-detail .headline2 {
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 575px) {
  .area-detail .headline2 {
    top: -70px;
  }
}
.area-detail .headline3 {
  display: inline-block;
  color: #6d3694;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  background: #e4d0f2;
  padding: 8px 20px 10px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .area-detail .headline3 {
    font-size: 15px;
    padding: 8px 10px 10px;
    margin-bottom: 8px;
  }
}
.area-detail p {
  font-size: 15px;
}
.area-detail .detail-item {
  margin: 16px auto 30px;
}
@media (max-width: 575px) {
  .area-detail .detail-item {
    margin-bottom: 20px;
  }
}
.area-detail .detail-item dl {
  padding-left: 0;
}
.area-detail .detail-item dt {
  font-size: 15px;
  color: #6d3694;
  border-left: 3px solid #6d3694;
  padding-left: 6px;
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  .area-detail .detail-item dt {
    margin-bottom: 0px;
  }
}
.area-detail .detail-item dd {
  font-size: 15px;
  padding-left: 9px;
}
@media (max-width: 575px) {
  .area-detail .detail-item dd {
    margin-bottom: 0;
  }
}
.area-detail .price {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 40px;
}
.area-detail .price span {
  font-size: 30px;
}

.list-attention {
  list-style: none;
  margin-bottom: 0;
}
.list-attention li {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 575px) {
  .list-attention li {
    font-size: 12px;
  }
}

.area-schedule {
  background-color: #161727;
  background-image: url("../img/bg-schedule-right.png"), url("../img/bg-schedule-left.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right -200px top, left -200px bottom;
  padding: 64px 0;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .area-schedule {
    background-size: 60%;
    padding: 32px 0;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .area-schedule {
    background-size: 80%;
  }
}
.area-schedule .headline2 {
  margin: 0;
}
.area-schedule .schedule-character {
  width: 80%;
  max-width: 720px;
  color: #ffffff;
  font-size: 18px;
  margin: 40px auto 0;
}
@media (max-width: 575px) {
  .area-schedule .schedule-character {
    font-size: 14px;
    margin: 20px auto 0;
  }
}
@media (max-width: 400px) {
  .area-schedule .schedule-character {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .area-schedule .schedule-character dl {
    margin-bottom: 0;
  }
}
.area-schedule .schedule-character dt,
.area-schedule .schedule-character dd {
  padding-left: 26px;
}
.area-schedule .schedule-character dl:nth-of-type(1) dt {
  background: url("../img/icon-schedule-gintoki.png") no-repeat left center;
  background-size: 20px auto;
}
.area-schedule .schedule-character dl:nth-of-type(2) dt {
  background: url("../img/icon-schedule-kagura.png") no-repeat left center;
  background-size: 20px auto;
}
.area-schedule .schedule-character dl:nth-of-type(3) dt {
  background: url("../img/icon-schedule-sakamoto.png") no-repeat left center;
  background-size: 20px auto;
}
.area-schedule .schedule-character dl:nth-of-type(4) dt {
  background: url("../img/icon-schedule-hijikata.png") no-repeat left center;
  background-size: 20px auto;
}
.area-schedule .schedule-character dl:nth-of-type(5) dt {
  background: url("../img/icon-schedule-kamui.png") no-repeat left center;
  background-size: 20px auto;
}
.area-schedule .schedule-character dl:nth-of-type(6) dt {
  background: url("../img/icon-schedule-katsura.png") no-repeat left center;
  background-size: 20px auto;
}
.area-schedule .schedule-character dl:nth-of-type(7) dt {
  background: url("../img/icon-schedule-okita.png") no-repeat left center;
  background-size: 20px auto;
}
.area-schedule .schedule-character dl:nth-of-type(8) dt {
  background: url("../img/icon-schedule-takasugi.png") no-repeat left center;
  background-size: 20px auto;
}
.area-schedule .schedule-character dl:nth-of-type(9) dt {
  background: url("../img/icon-schedule-shinpachi.png") no-repeat left center;
  background-size: 20px auto;
}
.area-schedule .schedule-character dl:nth-of-type(10) dt {
  background: url("../img/icon-schedule-kondo.png") no-repeat left center;
  background-size: 20px auto;
}