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: YakuHanJP, "bokutoh-rera", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #4a201b;
  background: #fcd662 url(../img/bg.webp) repeat center top;
  word-break: break-all;
}
@media (max-width: 575px) {
  body {
    background: #fcd662 url(../img/bg.webp) repeat;
    background-size: 90%;
  }
}

a {
  text-decoration: underline;
  color: #e60012;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #e60012;
}
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;
  margin: 0;
  padding: 0;
}

@media (max-width: 575px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.list-icon li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.list-icon li:last-child {
  margin-bottom: 1.5rem;
}
.list-icon li span {
  padding-right: 2px;
}

.color-red {
  color: #e8340c;
}

.text-wavy {
  font-size: 18px;
  -webkit-text-decoration: underline wavy #e60012;
          text-decoration: underline wavy #e60012;
  text-underline-offset: 4px;
}
@media (max-width: 575px) {
  .text-wavy {
    font-size: 16px;
  }
}

header {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 575px) {
  header {
    margin-top: 20px;
  }
}

h2 {
  text-align: center;
  margin: 0 auto 60px auto;
}
@media (max-width: 575px) {
  h2 {
    width: 98%;
    margin: 0 auto 40px auto;
  }
}

h3 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  h3 {
    text-align: center;
    margin-bottom: 18px;
  }
}

.area-lead {
  text-align: center;
  margin-top: 50px;
}

.area-lineup {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  border: 3px solid #000000;
  padding: 24px 40px 60px 40px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .area-lineup {
    font-size: 15px;
    border-radius: 15px;
    padding: 18px 20px 20px 20px;
    margin: 20px 0 0 0;
  }
}
.area-lineup .box-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.area-lineup .box-lineup .photo-lineup {
  width: 50%;
  max-width: 500px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 991px) {
  .area-lineup .box-lineup .photo-lineup {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.area-lineup .box-lineup .text-lineup {
  position: relative;
  width: 50%;
  padding-left: 24px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 991px) {
  .area-lineup .box-lineup .text-lineup {
    width: 100%;
    max-width: 420px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .area-lineup .box-lineup .text-lineup {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .area-lineup .box-lineup .text-lineup p {
    font-size: 15px;
  }
}
.area-lineup .box-lineup .text-lineup .comment-lineup {
  margin-bottom: 0;
}
.area-lineup .box-lineup .text-lineup.a .comment-lineup {
  background: url(../img/bg-a.png) no-repeat left 120px bottom;
  background-size: 157px;
  padding-bottom: 188px;
}
@media (max-width: 575px) {
  .area-lineup .box-lineup .text-lineup.a .comment-lineup {
    background: url(../img/bg-a.png) no-repeat center bottom;
    background-size: 120px;
    padding-bottom: 145px;
  }
}
.area-lineup .box-lineup .text-lineup.b .comment-lineup {
  background: url(../img/bg-b.png) no-repeat left 65px bottom;
  background-size: 229px;
  padding-bottom: 210px;
}
@media (max-width: 575px) {
  .area-lineup .box-lineup .text-lineup.b .comment-lineup {
    background: url(../img/bg-b.png) no-repeat center bottom;
    background-size: 180px;
    padding-bottom: 170px;
  }
}
.area-lineup .box-lineup .text-lineup.c .comment-lineup {
  background: url(../img/bg-c.png) no-repeat left 115px bottom;
  background-size: 140px;
  padding-bottom: 140px;
}
@media (max-width: 575px) {
  .area-lineup .box-lineup .text-lineup.c .comment-lineup {
    background: url(../img/bg-c.png) no-repeat center bottom;
    background-size: 120px;
    padding-bottom: 120px;
  }
}
.area-lineup .box-lineup .text-lineup.d .comment-lineup {
  background: url(../img/bg-d.png) no-repeat left 100px bottom;
  background-size: 228px;
  padding-bottom: 180px;
}
@media (max-width: 575px) {
  .area-lineup .box-lineup .text-lineup.d .comment-lineup {
    background: url(../img/bg-d.png) no-repeat left 55% bottom;
    background-size: 180px;
    padding-bottom: 140px;
  }
}
.area-lineup .box-lineup .text-lineup.e .comment-lineup {
  background: url(../img/bg-e.png) no-repeat left 55px bottom;
  background-size: 319px;
  padding-bottom: 180px;
}
@media (max-width: 575px) {
  .area-lineup .box-lineup .text-lineup.e .comment-lineup {
    background: url(../img/bg-e.png) no-repeat center bottom;
    background-size: 220px;
    padding-bottom: 100px;
  }
}
.area-lineup .box-lineup .text-lineup.f .comment-lineup {
  background: url(../img/bg-f.png) no-repeat left 20px bottom;
  background-size: 374px;
  padding-bottom: 160px;
}
@media (max-width: 575px) {
  .area-lineup .box-lineup .text-lineup.f .comment-lineup {
    background: url(../img/bg-f.png) no-repeat center bottom;
    background-size: 250px;
    padding-bottom: 110px;
  }
}
.area-lineup .box-lineup .text-lineup.last .comment-lineup {
  background: url(../img/bg-last.png) no-repeat left 120px bottom;
  background-size: 178px;
  padding-bottom: 165px;
}
@media (max-width: 575px) {
  .area-lineup .box-lineup .text-lineup.last .comment-lineup {
    background: url(../img/bg-last.png) no-repeat center bottom;
    background-size: 150px;
    padding-bottom: 145px;
  }
}
.area-lineup hr {
  height: 4px;
  border: none;
  background: url(../img/line.png) no-repeat;
  margin: 30px 0;
}
@media (max-width: 575px) {
  .area-lineup hr {
    height: 3px;
    background: url(../img/line.png) no-repeat;
    background-size: cover;
  }
}

.area-shop {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  border: 3px solid #000000;
  padding: 24px 40px 60px 40px;
  margin-top: 30px;
  margin-top: 60px;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .area-shop {
    font-size: 15px;
    border-radius: 15px;
    padding: 18px 20px 20px 20px;
    margin: 20px 0 0 0;
  }
}
.area-shop .list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .area-shop .list-button {
    display: block;
  }
}
.area-shop .list-button li {
  width: calc(50% - 20px);
  max-width: 400px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .area-shop .list-button li {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 40px auto;
  }
}
.area-shop .list-button .name-shop {
  width: 165px;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .area-shop .list-button .name-shop {
    width: 120px;
  }
}
.area-shop .button-shop {
  display: block;
  width: 100%;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  padding: 12px 24px 10px 24px;
}
@media (max-width: 575px) {
  .area-shop .button-shop {
    font-size: 15px;
    padding: 10px 24px 8px 24px;
  }
}
.area-shop .button-shop.lawson {
  background: #067eda url(../img/icon-link.png) no-repeat right 20px center;
  background-size: 21px auto;
  -webkit-box-shadow: 0 5px 0 #055695;
          box-shadow: 0 5px 0 #055695;
}
@media (max-width: 575px) {
  .area-shop .button-shop.lawson {
    background: #067eda url(../img/icon-link.png) no-repeat right 15px center;
    background-size: 15px auto;
    -webkit-box-shadow: 0 3px 0 #055695;
            box-shadow: 0 3px 0 #055695;
  }
}
.area-shop .button-shop.geo {
  background: #162e6c url(../img/icon-arrow.png) no-repeat right 20px center;
  background-size: 11px auto;
  -webkit-box-shadow: 0 5px 0 #05163f;
          box-shadow: 0 5px 0 #05163f;
}
@media (max-width: 575px) {
  .area-shop .button-shop.geo {
    background: #162e6c url(../img/icon-arrow.png) no-repeat right 15px center;
    background-size: 7px auto;
    -webkit-box-shadow: 0 3px 0 #05163f;
            box-shadow: 0 3px 0 #05163f;
  }
}
.area-shop .button-shop.ministop {
  background: #ffba00 url(../img/icon-arrow.png) no-repeat right 20px center;
  background-size: 11px auto;
  -webkit-box-shadow: 0 5px 0 #d29901;
          box-shadow: 0 5px 0 #d29901;
}
@media (max-width: 575px) {
  .area-shop .button-shop.ministop {
    background: #ffba00 url(../img/icon-arrow.png) no-repeat right 15px center;
    background-size: 7px auto;
    -webkit-box-shadow: 0 3px 0 #d29901;
            box-shadow: 0 3px 0 #d29901;
  }
}
.area-shop .button-shop.donki {
  background: #302e29 url(../img/icon-arrow.png) no-repeat right 20px center;
  background-size: 11px auto;
  -webkit-box-shadow: 0 5px 0 #161615;
          box-shadow: 0 5px 0 #161615;
}
@media (max-width: 575px) {
  .area-shop .button-shop.donki {
    background: #302e29 url(../img/icon-arrow.png) no-repeat right 15px center;
    background-size: 7px auto;
    -webkit-box-shadow: 0 3px 0 #161615;
            box-shadow: 0 3px 0 #161615;
  }
}

.modal-title {
  font-size: 18px;
}

.modal-body {
  height: 70vh;
  overflow: auto;
  padding: 0;
}
.modal-body h5 {
  position: sticky;
  top: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  background: #644031;
  padding: 10px;
  margin: 0;
}
.modal-body .list-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal-body .list-shop li {
  width: 100%;
  font-size: 15px;
  border-bottom: 1px dotted #644031;
  padding: 8px 10px 8px 24px;
}
@media (max-width: 575px) {
  .modal-body .list-shop li {
    width: 50%;
  }
}
.modal-body .list-shop li:last-child {
  border-bottom: none;
}
@media (max-width: 575px) {
  .modal-body .list-shop li:nth-child(odd) {
    border-right: 1px dotted #644031;
  }
}
@media (max-width: 575px) {
  .modal-body .list-shop.even li:nth-last-child(2) {
    border-bottom: none;
  }
}

footer {
  color: #ffffff;
  text-align: center;
  background: #542c13;
  padding: 24px 0;
  margin-top: 140px;
}
@media (max-width: 575px) {
  footer {
    padding: 10px 0;
    margin-top: 100px;
  }
}
footer .link-pageup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 80px;
  z-index: 1;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
    width: 60px;
  }
}
footer .link-pageup:hover {
  opacity: 1;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin: 0;
}
@media (max-width: 575px) {
  footer .copyright {
    font-size: 12px;
  }
}