@charset "UTF-8";
/* -----------------------------------------------------
variables
----------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img, picture {
  vertical-align: middle;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

/* safariでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  background: #5bc2dc;
}

#contents {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  #contents {
    font-size: 4.1666666667vw;
  }
}
#contents a {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contents a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
  cursor: pointer;
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

.fixed_btn {
  position: fixed;
  bottom: 20px;
  right: 0;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 230px;
  height: 230px;
}
@media screen and (max-width: 768px) {
  .fixed_btn {
    width: 29.9479166667vw;
    height: 29.9479166667vw;
    background-size: 29.9479166667vw;
    bottom: 0.6510416667vw;
    right: 0.6510416667vw;
  }
}

h1 img {
  width: 100%;
}

.bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff100;
  height: 120px;
  gap: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bar {
    height: auto;
    display: block;
    text-align: center;
    padding: 3.2552083333vw 1.953125vw 3.90625vw;
  }
}
.bar:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "第2弾のキャンペーンは終了しました";
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(113, 113, 113, 0.9);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bar:before {
    font-size: 5.46875vw;
  }
}
.bar p {
  font-weight: 700;
  letter-spacing: -1px;
}
.bar p:nth-of-type(1) {
  background: #5bc2dc;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .bar p:nth-of-type(1) {
    font-size: 3.2552083333vw;
    display: inline-block;
    padding: 1.953125vw 3.90625vw;
    margin-bottom: 1.3020833333vw;
  }
}
.bar p:nth-of-type(2) {
  font-size: 35px;
  color: #5bc2dc;
}
@media screen and (max-width: 768px) {
  .bar p:nth-of-type(2) {
    font-size: 3.90625vw;
  }
}
.bar p:nth-of-type(2) .a {
  display: inline-block;
  background: #5bc2dc;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  padding: 8px 8px 10px;
  position: relative;
  bottom: 6px;
  margin: 0 6px 0 3px;
}
@media screen and (max-width: 768px) {
  .bar p:nth-of-type(2) .a {
    font-size: 3.2552083333vw;
    padding: 1.0416666667vw 1.0416666667vw 1.3020833333vw;
    bottom: 0.78125vw;
  }
}
.bar p:nth-of-type(2) .b {
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .bar p:nth-of-type(2) .b {
    font-size: 4.5572916667vw;
  }
}

.con {
  padding: 80px 40px 200px;
  text-align: center;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .con {
    padding: 10.4166666667vw 5.2083333333vw 9.1145833333vw;
  }
}
.con:before, .con:after {
  display: block;
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  .con:before, .con:after {
    display: none;
  }
}
.con:before {
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/con_09.png) no-repeat;
  width: 433px;
  height: 267px;
}
@media screen and (max-width: 1400px) {
  .con:before {
    background-size: 25vw;
    width: 24vw;
    height: 15vw;
  }
}
.con:after {
  right: 0;
  bottom: 0;
  background: url(../img/con_10.png) no-repeat;
  width: 402px;
  height: 275px;
}
@media screen and (max-width: 1400px) {
  .con:after {
    background-size: 24vw;
    width: 24vw;
    height: 16vw;
  }
}
.con__ttl01 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .con__ttl01 {
    margin-bottom: 1.953125vw;
  }
}
.con__about {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .con__about {
    margin-bottom: 3.90625vw;
  }
}
.con__about p {
  font-size: 28px;
  color: #fff;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .con__about p {
    font-size: 3.6458333333vw;
    line-height: 2;
  }
}
.con__about p:before, .con__about p:after {
  display: block;
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  .con__about p:before, .con__about p:after {
    display: none;
  }
}
.con__about p:before {
  left: -220px;
  top: -50px;
  background: url(../img/con_01.png) no-repeat;
  width: 188px;
  height: 116px;
}
.con__about p:after {
  right: -260px;
  top: -50px;
  background: url(../img/con_02.png) no-repeat;
  width: 186px;
  height: 380px;
}
.con__about p span {
  color: #fff100;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .con__about p span {
    font-size: 4.1666666667vw;
  }
}
.con__about p span strong {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .con__about p span strong {
    font-size: 4.9479166667vw;
  }
}
.con__fukidashi {
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .con__fukidashi {
    margin-bottom: 5.2083333333vw;
  }
}
.con__fukidashi:before, .con__fukidashi:after {
  display: block;
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  .con__fukidashi:before, .con__fukidashi:after {
    display: none;
  }
}
.con__fukidashi:before {
  left: -250px;
  top: 40px;
  background: url(../img/con_03.png) no-repeat;
  width: 316px;
  height: 378px;
}
.con__fukidashi:after {
  right: -190px;
  bottom: 180px;
  background: url(../img/con_04.png) no-repeat;
  width: 254px;
  height: 425px;
}
.con__fukidashi img {
  display: inline-block;
}
.con__btn {
  position: relative;
  display: inline-block;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .con__btn {
    margin-bottom: 6.5104166667vw;
  }
}
.con__btn:before, .con__btn:after {
  display: block;
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  .con__btn:before, .con__btn:after {
    display: none;
  }
}
.con__btn:before {
  left: -270px;
  top: 0;
  background: url(../img/con_05.png) no-repeat;
  width: 418px;
  height: 580px;
}
.con__btn:after {
  right: -250px;
  bottom: 0;
  background: url(../img/con_06.png) no-repeat;
  width: 205px;
  height: 419px;
}
.con__btn img {
  display: block;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .con__btn img {
    margin: 6.5104166667vw auto 0;
  }
}
.con__btn .box {
  margin-top: -30px;
}
.con__btn a {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .con__btn a {
    margin: 3.90625vw auto 0;
  }
}
.con .line {
  border-bottom: 7px dotted #e3e3e3;
  display: block;
  max-width: 1160px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .con .line {
    border-bottom: 1.0416666667vw dotted #e3e3e3;
    margin: 0 auto 5.2083333333vw;
  }
}
.con__party {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .con__party {
    margin-bottom: 9.1145833333vw;
  }
}
.con__movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .con__movie {
    display: block;
    margin-bottom: 10.4166666667vw;
  }
}
.con__movie .list {
  position: relative;
}
.con__movie .list:before, .con__movie .list:after {
  display: block;
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  .con__movie .list:before, .con__movie .list:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .con__movie .list:nth-of-type(1) {
    margin-bottom: 3.90625vw;
  }
}
.con__movie .list:nth-of-type(1):before {
  left: -270px;
  top: 20px;
  background: url(../img/con_07.png) no-repeat;
  width: 237px;
  height: 399px;
}
.con__movie .list:nth-of-type(1):after {
  right: -250px;
  bottom: 0;
  background: url(../img/con_08.png) no-repeat;
  width: 209px;
  height: 400px;
}
.con__movie .list iframe {
  width: 740px;
  height: 416px;
}
@media screen and (max-width: 1200px) {
  .con__movie .list iframe {
    width: 40vw;
    height: 22.5vw;
  }
}
@media screen and (max-width: 768px) {
  .con__movie .list iframe {
    width: 100%;
    height: 50.4vw;
  }
}
.con__oubo {
  max-width: 1166px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .con__oubo {
    max-width: 100%;
    margin: 0 auto 5.2083333333vw;
  }
}
.con__oubo .kiyaku {
  background: #fff;
  border-radius: 80px;
}
@media screen and (max-width: 768px) {
  .con__oubo .kiyaku {
    border-radius: 10.4166666667vw;
  }
}
.con__oubo .kiyaku h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #5bc2dc;
}
@media screen and (max-width: 768px) {
  .con__oubo .kiyaku h3 {
    font-size: 5.2083333333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.con__oubo .kiyaku .box {
  padding: 50px 70px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .con__oubo .kiyaku .box {
    padding: 5.2083333333vw 3.90625vw 6.5104166667vw 3.90625vw;
  }
}
.con__oubo .kiyaku .box .scroll_area {
  width: 100%;
  height: 500px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .con__oubo .kiyaku .box .scroll_area {
    height: 104.1666666667vw;
  }
}
.con__oubo .kiyaku .box .scroll_area p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .con__oubo .kiyaku .box .scroll_area p {
    font-size: 3.3854166667vw;
  }
}
.con__oubo .kiyaku .box .scroll_area .first {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .con__oubo .kiyaku .box .scroll_area .first {
    font-size: 4.4270833333vw;
    line-height: 1.5;
    margin-bottom: 5.2083333333vw;
  }
}
.con__oubo .kiyaku .box .scroll_area ul li {
  font-size: 16px;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .con__oubo .kiyaku .box .scroll_area ul li {
    font-size: 3.125vw;
  }
}
.con__oubo .kiyaku .box .scroll_area ul li:before {
  display: block;
  content: "■";
  position: absolute;
  left: 0;
}
.con__oubo .kiyaku .box .scroll_area a {
  text-decoration: underline !important;
  display: inline !important;
}
.con__oubo .kiyaku .box .scroll_area span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.con__oubo .kiyaku .box .scroll_area .simplebar-track.simplebar-vertical {
  width: 16px;
}
@media screen and (max-width: 768px) {
  .con__oubo .kiyaku .box .scroll_area .simplebar-track.simplebar-vertical {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .con__oubo .kiyaku .box .scroll_area .simplebar-content {
    padding: 0 6.5104166667vw 0 0 !important;
  }
}
.con__oubo .kiyaku .box .scroll_area .simplebar-scrollbar:before {
  background: #828282;
  border-radius: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
.con__oubo_btn {
  display: inline-block !important;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .con__oubo_btn {
    max-width: 78.125vw;
    margin: 0 auto;
  }
}