@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#wrapper {
  overflow: hidden;
}

img {
  border: 0;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #000;
}

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

/*モーダルを開くボタン*/
.modal-open {
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .modal-container {
    display: none;
  }
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media all and (max-width: 480px) {
  .modal-container:before {
    display: none;
  }
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  width: 90%;
}
@media all and (max-width: 480px) {
  .modal-body {
    display: none;
  }
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 45px;
  height: 45px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  background: #dd81b1;
  border-radius: 50%;
  line-height: 1;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
  text-align: center;
  max-height: 70dvh;
  overflow-y: auto;
}
@media all and (max-width: 480px) {
  .modal-content {
    display: none;
  }
}
.modal-content h2 {
  font-weight: bold;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .modal-content h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.modal-content .qr img {
  max-width: 50%;
}
.modal-content p {
  margin-top: 20px;
}
@media all and (max-width: 480px) {
  .modal-content p {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

.modal-open01 {
  cursor: pointer;
}

.modal-open02 {
  cursor: pointer;
}

.modal-open03 {
  cursor: pointer;
}

.modal-open04 {
  cursor: pointer;
}

.modal-container01 {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .modal-container01 {
    display: none;
  }
}

.modal-container02 {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .modal-container02 {
    display: none;
  }
}

.modal-container03 {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .modal-container03 {
    display: none;
  }
}

.modal-container04 {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .modal-container04 {
    display: none;
  }
}

.modal-container01:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media all and (max-width: 480px) {
  .modal-container01:before {
    display: none;
  }
}

.modal-container02:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media all and (max-width: 480px) {
  .modal-container02:before {
    display: none;
  }
}

.modal-container03:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media all and (max-width: 480px) {
  .modal-container03:before {
    display: none;
  }
}

.modal-container04:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media all and (max-width: 480px) {
  .modal-container04:before {
    display: none;
  }
}

.modal-container01.active {
  opacity: 1;
  visibility: visible;
}

.modal-container02.active {
  opacity: 1;
  visibility: visible;
}

.modal-container03.active {
  opacity: 1;
  visibility: visible;
}

.modal-container04.active {
  opacity: 1;
  visibility: visible;
}
