@charset "UTF-8";
/*行間reset*/
/*レスポンシブ*/
/*
@include lineHeightCrop;
@include sp($sm){}
*/
/*基本*/
body {
  background-image: url("img/bg_pattern.svg");
  background-size: 330px;
  color: #212121;
}
#wrap {
  line-height: 1.5;
}
#wrap p {
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_br {
    display: inline;
  }
}

@media screen and (max-width: 430px) {
  .sp_none {
    display: none;
  }
}

.inner {
  max-width: 100%;
  margin-inline: auto;
  padding: 0 40px;
}
@media screen and (max-width: 430px) {
  .inner {
    padding: 0 5vw;
  }
}

.content {
  background-color: #fff;
  width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 430px) {
  .content {
    width: 100%;
  }
}

.top {
  position: relative;
  margin-inline: auto;
  background-image: url("img/bg_pc.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 430px) {
  .top {
    overflow: hidden;
    background-image: url("img/bg_sp.jpg");
    padding-top: 15px;
  }
}
.top .syusai {
  text-align: center;
}
.top h1 {
  width: 750px;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (max-width: 430px) {
  .top h1 {
    width: 85.3333333333vw;
  }
}
.top .day {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 130px;
  width: 85%;
  margin-inline: auto;
}
@media screen and (max-width: 430px) {
  .top .day {
    margin-top: 13.3333333333vw;
    flex-wrap: wrap;
  }
}
.top .day .txt_day {
  width: 55%;
  height: auto;
}
@media screen and (max-width: 430px) {
  .top .day .txt_day {
    width: 100%;
  }
}
.top .day .event {
  width: 35%;
  height: auto;
}
@media screen and (max-width: 430px) {
  .top .day .event {
    width: 70%;
    margin-top: 2.6666666667vw;
    margin-inline: auto;
  }
}
.top .deco {
  position: absolute;
}
.top .deco01 {
  transform: rotate(-10deg);
  width: 115px;
  left: 27px;
  top: 29px;
}
@media screen and (max-width: 430px) {
  .top .deco01 {
    transform: rotate(-20deg);
    width: 16vw;
    left: -2.1333333333vw;
    top: 0px;
  }
}
.top .deco02 {
  width: 92px;
  top: 16px;
  right: 36px;
  transform: rotate(-335deg);
}
@media screen and (max-width: 430px) {
  .top .deco02 {
    width: 14.6666666667vw;
    top: -4.5333333333vw;
    right: 0px;
  }
}
.top .deco03 {
  width: 214px;
  transform: rotate(-5deg);
  left: 33px;
  top: 313px;
}
@media screen and (max-width: 430px) {
  .top .deco03 {
    width: 28vw;
    left: -5.3333333333vw;
    top: 59.4666666667vw;
    transform: rotate(5deg);
  }
}
.top .deco04 {
  width: 240px;
  right: 34px;
  top: 325px;
  transform: rotate(-350deg);
}
@media screen and (max-width: 430px) {
  .top .deco04 {
    width: 28.8vw;
    top: 60vw;
    right: -5.3333333333vw;
  }
}

.access {
  margin-top: 80px;
}
@media screen and (max-width: 430px) {
  .access {
    margin-top: 13.3333333333vw;
  }
}
.access .map_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .access .map_inner {
    flex-wrap: wrap;
  }
}
.access .map_inner .gmap {
  width: 460px;
  height: 300px;
}
@media screen and (max-width: 430px) {
  .access .map_inner .gmap {
    width: 100%;
    height: 80vw;
  }
}
.access .map_inner .txt_area {
  margin-left: 30px;
}
@media screen and (max-width: 430px) {
  .access .map_inner .txt_area {
    margin-left: 0;
    margin-top: 5.3333333333vw;
  }
}
.access .map_inner .txt_area .venue {
  display: flex;
}
@media screen and (max-width: 430px) {
  .access .map_inner .txt_area .venue {
    display: block;
  }
}
.access .map_inner .txt_area .venue p {
  background-color: #034599;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  .access .map_inner .txt_area .venue p {
    font-size: 16px;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
.access .map_inner .txt_area .venue p span {
  padding: 1em 1em 1em 1em;
}
@media screen and (max-width: 430px) {
  .access .map_inner .txt_area .venue p span {
    padding: 0.3em;
  }
}
.access .map_inner .txt_area .venue h3 {
  font-size: 36px;
  margin-left: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 430px) {
  .access .map_inner .txt_area .venue h3 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    text-align: center;
    margin-top: 4vw;
    margin-left: 0;
  }
}
.access .map_inner .txt_area .venue h3 span {
  font-size: 0.8em;
}
.access .map_inner .txt_area .address {
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 430px) {
  .access .map_inner .txt_area .address {
    font-size: 16px;
    font-size: 4.2666666667vw;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
}
.access .map_inner .txt_area .train {
  font-size: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 430px) {
  .access .map_inner .txt_area .train {
    font-size: 20px;
    font-size: 5.3333333333vw;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
}

@media screen and (max-width: 430px) {
  .prohibition_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.prohibition {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width: 430px) {
  .prohibition {
    display: block;
    margin-top: 20px;
  }
}
.prohibition li:first-of-type {
  width: 369px;
}
@media screen and (max-width: 430px) {
  .prohibition li:first-of-type {
    width: 269px;
  }
}
.prohibition li:last-of-type {
  width: 290px;
  margin-left: 50px;
}
@media screen and (max-width: 430px) {
  .prohibition li:last-of-type {
    margin-left: 0;
    margin-top: 10px;
    width: 212px;
  }
}

/*注目コイン*/
.special {
  position: relative;
  background-color: #e6f6ff;
  margin-top: 100px;
}
@media screen and (max-width: 430px) {
  .special {
    margin-top: 50px;
  }
}
@media screen and (max-width: 430px) {
  .special {
    margin-top: 80px;
  }
}
.special h2 {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  background-color: #f25a5a;
  color: #fff;
  position: relative;
  text-align: center;
  width: 410px;
  padding: 0.5em 0;
}
@media screen and (max-width: 430px) {
  .special h2 {
    font-size: 24px;
    font-size: 6.4vw;
    width: 9em;
  }
}
.special h2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 17px solid #f25a5a;
  border-bottom: 0;
}

.special_ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 15px;
  padding-bottom: 80px;
  margin-top: 20px;
}
@media screen and (max-width: 430px) {
  .special_ul {
    grid-template-columns: 1fr;
    row-gap: 15px;
    margin-top: 10px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  .special_ul li {
    width: 100%;
  }
}
.special_ul li img {
  width: 100%;
  max-width: 100%;
}

.sec_title {
  background-image: linear-gradient(90deg, #0669bf, #4192d9);
  color: #fff;
  height: 70px;
  font-size: 25px;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .sec_title {
    height: 50px;
    font-size: 20px;
  }
}
.sec_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 25px solid #023059;
  border-right: 0;
}
@media screen and (max-width: 430px) {
  .sec_title:before {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 18px solid #023059;
  }
}

.rec {
  margin-top: 100px;
}
@media screen and (max-width: 430px) {
  .rec {
    margin-top: 50px;
  }
}
.rec ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 430px) {
  .rec ul {
    display: block;
  }
}
.rec ul li {
  width: 485px;
}
@media screen and (max-width: 430px) {
  .rec ul li {
    width: 100%;
  }
  .rec ul li:last-of-type {
    margin-top: 15px;
  }
}

.lottery {
  background-image: url("img/bg_lottery.png");
  background-size: auto 300px;
  background-repeat: repeat-x;
}

.corner {
  margin-top: 100px;
}
@media screen and (max-width: 430px) {
  .corner {
    margin-top: 50px;
  }
}
.corner .corner_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 430px) {
  .corner .corner_inner {
    margin-top: 15px;
  }
}
@media screen and (max-width: 430px) {
  .corner .corner_inner {
    flex-wrap: wrap;
  }
}
.corner .corner_inner .txt_area .catch {
  display: inline-block;
  background-color: #f23005;
  padding: 10px 50px;
  color: #fff;
  border-radius: 15px;
  font-size: 36px;
}
@media screen and (max-width: 430px) {
  .corner .corner_inner .txt_area .catch {
    font-size: 22px;
    text-align: center;
    display: block;
    padding: 0.3em;
  }
}
.corner .corner_inner .txt_area .strengthen {
  color: #f23005;
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 430px) {
  .corner .corner_inner .txt_area .strengthen {
    font-size: 22px;
    text-align: center;
  }
}
.corner .corner_inner .txt_area p {
  margin-top: 5px;
  font-size: 20px;
}
@media screen and (max-width: 430px) {
  .corner .corner_inner .txt_area p {
    font-size: 16px;
    text-align: center;
  }
}
.corner .corner_inner img {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 430px) {
  .corner .corner_inner img {
    margin-top: 15px;
    margin-inline: auto;
    width: 120px;
  }
}

.txt_purchase {
  color: #f23005;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #f23005;
  margin-top: 1.5em;
  padding: 0.3em;
}
@media screen and (max-width: 430px) {
  .txt_purchase {
    font-size: 18px;
  }
}

.lottery {
  margin-top: 100px;
}
@media screen and (max-width: 430px) {
  .lottery {
    margin-top: 50px;
  }
}

.join_list {
  margin-top: 100px;
}
@media screen and (max-width: 430px) {
  .join_list {
    margin-top: 50px;
  }
}
.join_list ul {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, max-content); /* 3列 */
  font-size: 20px;
  gap: 1em 4em;
  font-weight: bold;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 430px) {
  .join_list ul {
    margin-top: 15px;
  }
}
@media screen and (max-width: 430px) {
  .join_list ul {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0;
    margin-top: 15px;
  }
}
.join_list ul li {
  text-align: left;
  display: flex;
  align-items: center;
}
.join_list ul li::before {
  content: "●";
  color: #85bff2;
  font-size: 0.6em;
  padding-right: 0.3em;
}
@media screen and (max-width: 430px) {
  .join_list ul li::before {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .join_list ul li {
    border-top: 1px dotted #9e9e9e;
    padding: 0.5em 0;
    text-align: center;
    display: block;
  }
  .join_list ul li:first-of-type {
    border-top: none;
  }
}

footer {
  margin-top: 100px;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 430px) {
  footer {
    margin-top: 50px;
  }
}
footer a {
  display: block;
  margin-top: 1em;
  color: navy;
  text-decoration: underline;
}

.btn {
  height: 70px;
  width: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 430px) {
  .btn {
    height: 50px;
    width: 50px;
  }
}/*# sourceMappingURL=common.css.map */