@charset "UTF-8";
.fadein .fadein-left {
  transition: all 0.5s linear 0s;
  transform: translate(-30px, 0);
  opacity: 0;
}
.fadein .fadein-left.show {
  transform: translate(0, 0);
  opacity: 1;
}

.scrooll-animation {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: all 1s;
}

.scrooll-animation.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* YuGothic */
/* Platelet */
/* Barlow */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
  color: #111111;
  scroll-behavior: smooth;
}
@media (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
  min-width: 320px;
  font-size: 16px;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

p {
  font-size: 1.6em;
  line-height: 1.75em;
}

a {
  display: block;
  text-decoration: none;
  transition: opacity 0.15s;
  font-size: 1.6em;
  line-height: 1.75em;
  cursor: pointer;
  color: #111111;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
}

input[type=submit] {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-header {
  width: 100%;
  margin: 0 auto;
}
.l-header img {
  margin: 0 auto;
}
.l-header-white {
  color: #fff;
}
.l-header__content {
  max-width: 932px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .l-header__content {
    width: 100%;
  }
}
.l-header__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header__date {
    font-size: 32px;
  }
}
.l-header__date-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  font-weight: 700;
  font-style: Bold;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 1024px) {
  .l-header__date-number {
    font-size: 40px;
  }
}
.l-header__info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  display: flex;
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .l-header__info {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .l-header__info {
    margin-bottom: 27px;
  }
}
.l-header__time {
  line-height: 90px;
}
@media screen and (max-width: 1024px) {
  .l-header__time {
    line-height: 30px;
    margin-top: 10px;
  }
}
.l-header__time::before {
  content: "時間： ";
}
@media screen and (max-width: 1024px) {
  .l-header__time::before {
    content: none;
  }
}
.l-header__venue {
  margin-left: 30px;
  line-height: 90px;
}
@media screen and (max-width: 1024px) {
  .l-header__venue {
    margin-left: 0px;
    line-height: 45px;
  }
}
.l-header__admission {
  max-width: 673px;
  width: 100%;
  height: 57px;
  line-height: 57px;
  background: #3EED9E;
  border-radius: 40px;
  font-size: 40px;
  font-weight: 700;
  font-style: Bold;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 38px;
}
@media screen and (max-width: 1024px) {
  .l-header__admission {
    margin: 0 auto;
    margin-bottom: 38px;
    width: 350px;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .l-header__admission {
    margin: 0 auto;
    display: none;
  }
}

.l-footer {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.032em;
  background-color: #56C1BA;
  color: white;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  .l-footer {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
}

.c-btn {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .c-btn {
    padding-top: 26px;
    padding-bottom: 28px;
  }
}
.c-btn-filled {
  color: #ffffff;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  border-radius: 56px;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.3);
  line-height: 60px;
  text-align: center;
  width: 370px;
  height: 60px;
  font-size: 18px;
  position: relative;
  margin: 0 auto;
}
.c-btn-filled img {
  position: absolute;
  width: 27px;
  height: auto;
  top: 17px;
  left: 26px;
}
@media screen and (max-width: 1024px) {
  .c-btn-filled img {
    margin-right: 0px;
  }
}
.c-btn__title {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 19px;
}
@media screen and (max-width: 1024px) {
  .c-btn__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.c-btn__go {
  font-weight: bold;
  color: #E55F6C;
  background-color: white;
  border: 4px solid #E616B6;
  border-radius: 56px;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.3);
  padding-top: 18px;
  padding-bottom: 17px;
  width: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-btn__go {
    width: 50%;
    border-radius: 30px;
    font-size: 22px;
    min-width: 298px;
  }
}
.c-btn__go img {
  width: 27px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  padding-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .c-btn__go img {
    margin-right: 0px;
  }
}
.c-btn-pink {
  background-color: #FF8989;
}
.c-btn-pink div {
  border-color: #FF8989;
  color: #FF8989;
  box-shadow: 0 10px 5px rgba(229, 95, 108, 0.3);
}
.c-btn-green {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.c-btn-green div {
  border-color: #E616B6;
  color: #E55F6C;
  box-shadow: 0 10px 5px rgba(81, 137, 40, 0.3);
}

.c-display-pc {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .c-display-pc {
    display: none;
  }
}
.c-display-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-display-sp {
    display: inline-block;
  }
}

.p-top {
  margin: 0 auto;
}
.p-top__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .p-top__catch {
    flex-wrap: wrap;
  }
}
.p-top__catch img:nth-child(1) {
  max-width: 1290px;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .p-top__catch img:nth-child(1) {
    width: 90%;
  }
}
.p-top__title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.032em;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-top__title {
    font-size: 20px;
    line-height: 35px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__middle {
    font-size: 32px;
  }
}
.p-top__big {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 50px;
  font-weight: bold;
  line-height: 72px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-top__big {
    font-size: 40px;
    line-height: 52px;
  }
}
.p-top__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 24px;
  letter-spacing: 0.032em;
  line-height: 32px;
  text-align: left;
  margin: 0 auto;
  margin: 57px 0;
}
@media screen and (max-width: 1024px) {
  .p-top__text {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__sp-br {
    display: block;
  }
}
.p-top-white {
  color: #ffffff;
}
.p-top-red {
  color: #DE5454;
}
.p-top-vividred {
  color: #ff4f4f;
}
.p-top-yellow {
  color: #FFFAB0;
}
.p-top-textleft {
  text-align: left;
}
.p-top-textright {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .p-top-textright {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
}
.p-top-mt10 {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .p-top-mt10 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mt0 {
    margin-top: 0;
  }
}
.p-top__underline {
  padding-bottom: 28px;
  border-bottom: 1px solid #000000;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top__underline {
    padding-bottom: 16px;
  }
}
.p-top__contents {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  column-gap: 30px;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-top__contents {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.p-top__content {
  position: relative;
  width: 347px;
}
.p-top__content img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .p-top__content img {
    height: auto;
    margin: 0 auto;
  }
}
.p-top__content-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-weight: 900;
  font-size: 18px;
  line-height: 62px;
  letter-spacing: 3px;
  text-align: center;
  vertical-align: middle;
}
.p-top__content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.51px;
  text-align: left;
  vertical-align: middle;
}
.p-top__head {
  position: relative;
}
.p-top__icon {
  position: absolute;
  top: -56px;
  left: -10px;
  width: 40%;
  height: 40%;
  max-width: 180px;
  max-height: 180px;
  background-color: #DE5454;
  border-radius: 50%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 21px;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-top__icon {
    width: 96px;
    height: 96px;
    font-size: 16px;
  }
}
.p-top__third {
  margin: 0 auto;
  width: 100%;
}
.p-top__third__title {
  background-color: #56C1BA;
  color: white;
  padding-top: 18px;
  padding-bottom: 17px;
}
.p-top__third__map {
  width: 100%;
  height: 700px;
}
.p-top__zipline {
  width: 100%;
  height: 460px;
  background-image: url("../images/zipline.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .p-top__zipline {
    height: 490px;
  }
}
.p-top__kusatsu {
  width: 100%;
  background-color: #56C1BA;
}
.p-top__kusatsu-contents {
  max-width: 1088px;
  margin: 0 auto;
  text-align: center;
  flex-wrap: nowrap;
  column-gap: 54px;
  padding-top: 78px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .p-top__kusatsu-contents {
    padding: 17px 0;
  }
}
.p-top__kusatsu-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-weight: 700;
  font-style: Bold;
  line-height: 54px;
  letter-spacing: 0.77px;
  text-align: center;
  vertical-align: middle;
  font-size: 32px;
}
.p-top__kusatsu-title-big {
  font-size: 40px;
}
.p-top__kusatsu-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  max-width: 1088px;
  font-size: 24px;
  letter-spacing: 0.032em;
  line-height: 32px;
  text-align: left;
  margin: 0 auto;
  margin-top: 57px;
  margin-bottom: 57px;
}
@media screen and (max-width: 1024px) {
  .p-top__kusatsu-text {
    min-width: 348px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 24px;
    width: 70%;
  }
}
.p-top__kusatsu-list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  column-gap: 36.5px;
  margin-top: 57px;
  margin-bottom: 92px;
}
@media screen and (max-width: 1024px) {
  .p-top__kusatsu-list {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
.p-top__kusatsu-big {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-weight: 700;
  font-style: Bold;
  font-size: 60px;
  line-height: 52px;
  letter-spacing: 3px;
  text-align: center;
  vertical-align: middle;
  margin-top: 92px;
}
@media screen and (max-width: 1024px) {
  .p-top__kusatsu-big {
    margin-top: 25px;
    font-size: 20px;
  }
}
.p-top__ticket {
  background-color: #FFFBD4;
  padding-top: 51px;
  padding-bottom: 69px;
}
.p-top__ticket img {
  width: 598px;
}
@media screen and (max-width: 1024px) {
  .p-top__ticket img {
    width: 50%;
    min-width: 340px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.p-top__ticket-inner {
  display: flex;
  justify-content: center;
  column-gap: 33px;
}
@media screen and (max-width: 1024px) {
  .p-top__ticket-inner {
    display: block;
  }
}
.p-top__ticket-header {
  margin: 0 auto;
  width: 320px;
  display: flex;
  margin-bottom: 23px;
  padding-top: 30px;
}
.p-top__ticket-price {
  margin-left: 19px;
}
.p-top__ticket-price p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0.77px;
  vertical-align: middle;
}
.p-top__ticket-price-amount {
  align-items: flex-end;
  margin-top: 40px;
}
.p-top__ticket-price-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  color: #FF4F4F;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.51px;
}
.p-top__ticket-price-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0.51px;
  vertical-align: middle;
}
.p-top__ticket-limit {
  background-color: #F13F79;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top__ticket-limit-text {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.77px;
  vertical-align: middle;
  text-align: center;
  color: white;
  line-height: 26px;
}
.p-top__ticket-limit-number {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0.77px;
  vertical-align: middle;
}
.p-top__ticket-limit-unit {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.77px;
  vertical-align: middle;
}
.p-top__ticket-set {
  width: 369px;
  background-color: #ffffff;
  border-radius: 17px;
  padding: 14px 33px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.p-top__ticket-set-inner {
  width: 350px;
}
.p-top__ticket-set-title {
  margin-bottom: 11px;
}
.p-top__ticket-set-list {
  line-height: 32px;
}
.p-top__ticket-set-list-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 18px;
}
.p-top__ticket-set-list-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 16px;
}
.p-top__ticket-set-list-text::before {
  content: "　";
}
.p-top__ticket-caption {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.77px;
  text-align: center;
  vertical-align: middle;
}
.p-top__info {
  padding: 95px 0;
}
@media screen and (max-width: 1024px) {
  .p-top__info {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 16px;
  }
}
.p-top__info-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  padding-bottom: 28px;
  border-bottom: 1px solid black;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 1.02px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-top__info-title {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__info-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.p-top__info-button {
  width: 100%;
  text-align: center;
  display: none;
}
.p-top__instagram_check {
  text-align: center;
  margin-bottom: 79px;
}
.p-top__instagram_check-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.77px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 25px;
}
.p-top__event-underline {
  padding-bottom: 28px;
  border-bottom: 4px solid #E55F6C;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top__event-underline {
    padding-bottom: 16px;
  }
}
.p-top__event-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, auto));
  gap: 20px 51.5px;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-top__event-list {
    grid-template-columns: repeat(auto-fit, minmax(340px, auto));
    row-gap: 20px;
    margin-top: 30px;
  }
}
.p-top__event-list-item {
  position: relative;
  width: 340px;
}
@media screen and (max-width: 1024px) {
  .p-top__event-list-item {
    width: 340px;
  }
}
.p-top__event-list-item img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .p-top__event-list-item img {
    margin: 0 auto;
  }
}
.p-top__event-list-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.77px;
  vertical-align: middle;
  width: 347px;
}
@media screen and (max-width: 1024px) {
  .p-top__event-list-title {
    font-size: 22px;
    margin-top: 10px;
  }
}
.p-top__event-list-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.51px;
  vertical-align: middle;
  margin-top: 12px;
}
.p-top__event-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0 auto;
  max-width: 1525px;
  width: 100%;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.45px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .p-top__event-caption {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }
}
.p-top__list {
  width: 100%;
  max-width: 1070px;
  padding-bottom: 60px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-top__list {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-top__list-item {
  width: 100%;
}
.p-top__item {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  width: 100%;
  padding-left: 20px;
  padding-right: 125px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-top__item {
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.p-top__item-text {
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .p-top__item-text {
    padding-left: 10px;
  }
}
.p-top__item a {
  color: #DE5454;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.032em;
  line-height: 32px;
  text-decoration: underline;
}
.p-top__split {
  width: 100%;
  height: 1px; /* 必須！高さがないと背景が見えない */
  background-image: radial-gradient(circle, #B2B2B2 1px, transparent 1px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: left center;
  border: none; /* hrの線を無効化する */
}
.p-top__motto {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.032em;
  text-align: center;
  padding: 22px 95px 28px 95px;
  margin: auto;
  background-color: #FF8989;
  color: white;
  border-radius: 56px;
  box-shadow: 0px 10px 5px rgba(229, 95, 108, 0.3);
}
.p-top__movie {
  width: 100%;
  background-color: rgba(255, 137, 137, 0.3);
  padding-top: 47px;
  padding-bottom: 40px;
}
.p-top__tiktok {
  width: 100%;
  max-width: 1270px;
  display: flex;
  column-gap: 30px;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
}
.p-top__tiktok-image {
  width: auto;
  height: 510px;
}
@media screen and (max-width: 1024px) {
  .p-top__tiktok-image {
    height: 300px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__tiktok-image {
    height: 173px;
  }
}
.p-top__tiktok-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__tiktok-btn {
  padding: 18px 27px 21px 27px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: white;
  font-weight: bold;
  border-radius: 56px;
  margin: auto;
  background-color: #ff0812;
  box-shadow: 0px 10px 5px rgba(229, 95, 108, 0.3);
}
.p-top__tiktok-btn div img {
  width: 27px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.p-top__sponsor {
  margin: auto;
  margin-top: 120px;
  margin-bottom: 120px;
  max-width: 1290px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-top__sponsor {
    margin-top: 52px;
    margin-bottom: 40px;
  }
}
.p-top__sponsor-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 40px;
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-top__sponsor-list {
    margin-top: 40px;
  }
}
.p-top__sponsor-item {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 1024px) {
  .p-top__sponsor-item {
    width: calc(50% - 30px);
  }
}
.p-top-display-ta {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-top-display-ta {
    display: block;
  }
}

.insta_btn2 {
  position: relative;
  width: 370px;
  text-align: center;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #F13F79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #F13F79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
}

.bar {
  text-align: center;
  padding: 20px 0 20px 0;
  background: linear-gradient(45deg, #fecb00, #e20026);
  color: white;
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .bar {
    font-size: 24px;
  }
}

/*# sourceMappingURL=style.css.map */
