@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background-color: #1a0b08;
  color: #333;
}

img {
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
}

a:hover {
  color: #ff3600;
}

a:active {
  color: #F4B825;
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .wrap {
    margin: 10px;
  }
}

.topthing {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .topthing {
    margin: 50px auto;
  }
}

@media only screen and (max-width: 767px) {
  .topthing {
    margin: 10px 0;
  }
}

@media only screen and (min-width: 768px) {
  .topthing img {
    width: 33%;
  }
}

@media only screen and (max-width: 767px) {
  .topthing img {
    width: 70%;
  }
}

.headlogo img {
  width: 100%;
}

.fourmandara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .fourmandara img {
    max-width: 80%;
  }
}

.eachmandara {
  margin: 0 auto;
}

.eachmandara img {
  width: 100%;
}

.eachmandara .fourmandaratitle {
  color: white;
  text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
  font-weight: bolder;
}

@media only screen and (max-width: 767px) {
  .eachmandara .fourmandaratitle {
    font-size: 0.5em;
  }
}

.abouttext {
  max-width: 808px;
  color: white;
  font-weight: 500;
}

.abouttext::before {
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px;
  border-radius: 10px 10px 0 0;
  border: solid;
  border-color: #F4B825;
  border-width: 2px 2px 0 2px;
}

.abouttext::after {
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px;
  border-radius: 0 0 10px 10px;
  border: solid;
  border-color: #F4B825;
  border-width: 0 2px 2px 2px;
}

@media only screen and (min-width: 768px) {
  .abouttext {
    margin: 30px auto 0 auto;
  }
}

.abouttext .abttxt {
  padding: 10px 25px;
  margin: 0;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .abouttext .abttxt {
    font-size: 0.8rem;
  }
}

.saledate {
  text-align: center;
}

.saledate .sdpc {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .saledate .sdpc {
    display: none;
  }
}

.saledate .sdsp {
  max-width: 430px;
  width: 100%;
  margin: 15px auto 0 auto;
  color: white;
}

.saledate .sdsp::before {
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px;
  border-radius: 10px 10px 0 0;
  border: solid;
  border-color: #F4B825;
  border-width: 2px 2px 0 2px;
}

.saledate .sdsp::after {
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px;
  border-radius: 0 0 10px 10px;
  border: solid;
  border-color: #F4B825;
  border-width: 0 2px 2px 2px;
}

@media only screen and (min-width: 768px) {
  .saledate .sdsp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .fourstickers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .fourstickers img {
    max-width: 80%;
  }
}

.essp {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
}

.essp img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .eachsticker {
    padding: 0 30px;
    width: 190px;
  }
}

@media only screen and (max-width: 767px) {
  .eachsticker {
    margin: 5% auto;
  }
}

.eachsticker img {
  width: 100%;
}

.eachsticker p {
  color: red;
}

.mdkgrn {
  text-align: center;
  margin: 50px auto;
}

@media only screen and (min-width: 768px) {
  .plzwork__sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .plzwork__pc {
    display: none;
  }
}

/** 2022/05/05 add by uchimura */
.hero {
  padding-bottom: 110px;
  position: relative;
  width: 100%;
}

.sect__title {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sect__title {
    margin: 20px auto 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .sect__title {
    margin: 40px auto 0 auto;
  }
}

.sect__title img {
  vertical-align: bottom;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sect__block {
    margin: 60px auto 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .sect__block {
    margin: 120px auto 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .sect__block--first {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .sect__block--first {
    margin-top: 40px;
  }
}

.sub-head {
  width: 100%;
}

.sub-head img {
  vertical-align: bottom;
  width: 100%;
}

.sns__twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px auto 0 auto;
  width: calc(100% - 20px);
}

@media only screen and (max-width: 767px) {
  .sns__twitter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .sns__twitter {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.sns__twitter-button {
  background-color: #1DA1F2;
  border-radius: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  height: 26px;
  line-height: 1;
  margin: 0 0 0 10px;
  padding: 0 12px 0 28px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sns__twitter-button {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .sns__twitter-button {
    font-size: 12px;
  }
}

.sns__twitter-button::before {
  background-size: cover;
  background-image: url('data:image/svg+xml;utr-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23FFFFFF"><path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"/></svg>');
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}

.sns__twitter-button:hover {
  color: #ffffff;
}

.sns__twitter-button span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.link {
  margin: 18px auto 0 auto;
}

.link__online {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  height: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .link__online {
    max-width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .link__online {
    max-width: 360px;
  }
}

.link__online--enable {
  background-color: #ff3600;
}

.link__online--enable:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.link__online--disable {
  background-color: #6f6f6f;
  cursor: pointer;
}

.link__online:hover {
  color: #ffffff;
}

.micro-sale {
  color: #fff;
  margin: 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .micro-sale {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .micro-sale {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 767px) {
  .micro-sale__block {
    margin: 0 0 25px;
  }
}

@media only screen and (min-width: 768px) {
  .micro-sale__block {
    margin: 0 0 35px;
  }
}

.micro-sale__block:last-of-type {
  margin: 0;
}

.micro-sale p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .micro-sale p {
    font-size: 0.95rem;
    line-height: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .micro-sale p {
    line-height: 1.85rem;
  }
}

@media only screen and (min-width: 768px) {
  .micro-sale p span {
    font-size: 1.1rem;
  }
}

.micro-sale__title {
  color: #ff3600;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 767px) {
  .micro-sale__title {
    font-size: 1.1rem;
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .micro-sale__title {
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .micro-sale__item {
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 768px) {
  .micro-sale__item {
    margin: 0 0 20px;
  }
  .micro-sale__item:last-of-type {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .micro-sale__map {
    margin: 13px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .micro-sale__map {
    width: 750px;
    margin: 15px 0 0;
  }
}

.micro-sale__map img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.micro-sale .sale-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .micro-sale .sale-place {
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .micro-sale .sale-place {
    margin: 18px 0 15px;
  }
}

.micro-sale .sale-place:last-child {
  margin: 0;
}

.micro-sale .sale-place__number {
  width: 25px;
  height: 25px;
  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;
  border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .micro-sale .sale-place__number {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .micro-sale .sale-place__number {
    margin-top: 1px;
  }
}

.micro-sale .sale-place__text {
  width: calc(100% - 45px);
}

@media only screen and (max-width: 767px) {
  .micro-sale .sale-place .sale-note {
    margin: 15px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .micro-sale .sale-place .sale-note {
    margin: 20px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .nosp {
    display: none;
  }
}

.sales {
  color: #ffffff;
  margin: 50px auto 0 auto;
  width: calc(100% - 10px);
  max-width: 900px;
}

.sales__head {
  background-color: #003218;
  border-bottom: 1px solid #f4b825;
  border-top: 1px solid #f4b825;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ff3600;
  font-size: 1.3rem;
  font-weight: 600;
  height: 54px;
  line-height: 54px;
  letter-spacing: 1px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .sales__head {
    font-size: 2rem;
    height: 74px;
    line-height: 74px;
  }
}

.sales__content {
  margin: 30px auto 0 auto;
  width: calc(100% - 20px);
}

@media only screen and (min-width: 768px) {
  .sales__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 0 0;
  }
}

.sales__content dt {
  border-bottom: #ffffff solid 1px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sales__content dt {
    border-bottom: none;
    border-right: 1px solid #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 180px;
  }
}

.sales__content dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.8rem;
  line-height: 2;
  margin: 0;
  padding: 10px 1rem 0 1rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sales__content dd {
    font-size: 1rem;
    padding: 10px 0 0 50px;
    width: calc(100% - 180px);
  }
}

.sales__content:first-child {
  margin-top: 0;
}

.sales__link, .sales__link--enable, .sales__link--disable {
  border-radius: 4px;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 250px;
}

.sales__link:hover, .sales__link--enable:hover, .sales__link--disable:hover {
  color: inherit;
}

.sales__link--enable {
  background-color: #ff3600;
  color: #ffffff;
}

.sales__link--disable {
  background-color: #6f6f6f;
  color: #ffffff;
}
