@charset "UTF-8";
/* フォント設定 */
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/*======================= Zen Maru Gothic =======================*/
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700; /* Bold */
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 800; /* ExtraBold */
  font-style: normal;
}
/*======================= LINE Seed JP =======================*/
section {
  margin-inline: auto;
}
section .wrap {
  width: calc(100% - 80px);
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  section .wrap {
    width: calc(100% - 40px);
  }
}
section .wrap img {
  width: 100%;
}
section .wrap .color-y {
  color: #ffd75a;
}

@media screen and (max-width: 767px) {
  .tab-hidden {
    display: none;
  }
}

.tab-visible {
  display: none;
}
@media screen and (max-width: 767px) {
  .tab-visible {
    display: block;
  }
}

@media screen and (max-width: 389px) {
  .sp-hidden {
    display: none !important;
  }
}

.sp-visible {
  display: none;
}
@media screen and (max-width: 389px) {
  .sp-visible {
    display: block !important;
  }
}

/*======================= 共通 =======================*/
.mv picture img {
  width: 100vw;
}

.main-contents {
  background: url("../images/back_repeat.jpg") top center/100% repeat-y;
  padding-block: min(5.7vw, 64px) min(1.4vw, 16px);
}
@media screen and (max-width: 767px) {
  .main-contents {
    background: url("../images/back_repeat_sp.jpg") top center/contain repeat-y;
    padding-bottom: min(4vw, 32px);
  }
}
.main-contents .wrap {
  /*======================= music-live =======================*/
  /*======================= event =======================*/
  /*======================= sp-content =======================*/
  /*======================= button-area =======================*/
  /*======================= caution =======================*/
}
.main-contents .wrap .music-live {
  display: grid;
  grid-template-columns: 1fr 9fr;
  gap: min(4vw, 46px);
  margin-bottom: min(2.8vw, 32px);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .music-live {
    display: block;
    margin-bottom: min(8.7vw, 67px);
  }
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .music-live .title {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: min(12.5vw, 90px);
    margin-bottom: 8vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.main-contents .wrap .music-live .title picture {
  width: 8.3vw;
  max-width: 89px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .music-live .title picture {
    width: unset;
    max-width: 402px;
  }
}
.main-contents .wrap .music-live .title img.sp-visible {
  max-width: 197px;
}
.main-contents .wrap .music-live .music-live-detail .text-area {
  position: relative;
  margin-bottom: 26px;
}
.main-contents .wrap .music-live .music-live-detail .text-area .text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1rem, -0.091rem + 2.27vw, 1.5rem);
  font-weight: bold;
  color: #1b5d3c;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .music-live .music-live-detail .text-area .text {
    margin-bottom: min(10vw, 80px);
    font-size: clamp(0.938rem, -0.197rem + 4.98vw, 2.188rem);
  }
}
.main-contents .wrap .music-live .music-live-detail .text-area .free {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12vw;
  max-width: 138px;
}
.main-contents .wrap .music-live .music-live-detail .live-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 26px;
  -webkit-column-gap: min(2.1vw, 24px);
     -moz-column-gap: min(2.1vw, 24px);
          column-gap: min(2.1vw, 24px);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .music-live .music-live-detail .live-list {
    grid-template-columns: 1fr;
    row-gap: min(6.5vw, 50px);
  }
}
.main-contents .wrap .music-live .music-live-detail .live-list picture {
  margin-bottom: clamp(0px, 1.1vw, 12px);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .music-live .music-live-detail .live-list picture {
    margin-bottom: min(3vw, 24px);
  }
}
.main-contents .wrap .music-live .music-live-detail .live-list .live-list-text {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: clamp(10px, -0.119rem + 1.42vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .music-live .music-live-detail .live-list .live-list-text {
    font-size: clamp(0.75rem, 0.039rem + 2.92vw, 1.438rem);
  }
}
.main-contents .wrap .live-time {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(0.938rem, -0.017rem + 1.99vw, 1.375rem);
  font-weight: bold;
  color: white;
  background: url(../images/ml_07.svg) center/contain no-repeat;
  padding-block: 8px 6px;
  text-align: center;
  margin-bottom: min(17vw, 164px);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .live-time {
    margin-bottom: min(27vw, 208px);
  }
}
.main-contents .wrap .live-time-sp {
  background: unset;
  font-size: clamp(1.125rem, 0.029rem + 4.5vw, 2.188rem);
}
.main-contents .wrap .live-time-sp .ribbon {
  background: url(../images/ml_07_sp.svg) center/cover no-repeat;
  padding-block: min(2vw, 15px) min(2.3vw, 18px);
}
.main-contents .wrap .live-time-sp .ribbon:not(:last-child) {
  margin-bottom: min(2vw, 15px);
}
.main-contents .wrap .event {
  position: relative;
  color: white;
  border-radius: 20px;
  width: calc(100% - 100px);
  max-width: 860px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event {
    width: calc(100% - 20px);
  }
}
.main-contents .wrap .event picture img {
  border-radius: 10px;
}
.main-contents .wrap .event .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-block: min(3.1vw, 24px);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event .title {
    font-size: 35px;
  }
}
.main-contents .wrap .event .img-1,
.main-contents .wrap .event .img-2,
.main-contents .wrap .event .img-3,
.main-contents .wrap .event .img-4,
.main-contents .wrap .event .img-5,
.main-contents .wrap .event .img-6,
.main-contents .wrap .event .img-7,
.main-contents .wrap .event .img-8,
.main-contents .wrap .event .img-9 {
  position: absolute;
}
.main-contents .wrap .event-1 {
  background-color: #1b5d3c;
  padding: min(3.5vw, 40px);
  margin-bottom: min(1vw, 8px);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 {
    padding: min(4.1vw, 30px) min(4vw, 30px) min(6vw, 47px);
  }
}
.main-contents .wrap .event-1 .title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(1rem, -0.091rem + 2.27vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .title {
    font-size: clamp(1.125rem, 0.029rem + 4.5vw, 2.188rem);
  }
}
.main-contents .wrap .event-1 .title::before {
  content: "";
  display: block;
  background: url(../images/santa_04.svg) bottom center/contain no-repeat;
  width: 26px;
  height: 52px;
  position: absolute;
  bottom: 0;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .title::before {
    left: -14%;
    width: min(5vw, 40px);
    height: 78px;
  }
}
.main-contents .wrap .event-1 .title::after {
  content: "";
  display: block;
  background: url(../images/santa_04.svg) bottom center/contain no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 26px;
  height: 52px;
  position: absolute;
  bottom: 0;
  right: -50px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .title::after {
    right: -14%;
    width: min(5vw, 40px);
    height: 78px;
  }
}
.main-contents .wrap .event-1 .date-wrap {
  border-top: dashed 2px #fff;
  border-bottom: dashed 2px #fff;
  padding-block: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .date-wrap {
    padding-block: min(4vw, 32px);
  }
}
.main-contents .wrap .event-1 .date-wrap .date {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .date-wrap .date {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: min(3.4vw, 32px);
       -moz-column-gap: min(3.4vw, 32px);
            column-gap: min(3.4vw, 32px);
    max-width: 546px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.main-contents .wrap .event-1 .date-wrap .date .date-item {
  font-size: clamp(1.188rem, -0.04rem + 2.56vw, 1.75rem);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .date-wrap .date .date-item {
    font-size: clamp(1rem, -0.746rem + 7.16vw, 2.688rem);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-contents .wrap .event-1 .date-wrap .date .date-item:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .date-wrap .date .date-item:not(:last-child) {
    margin-right: 0;
  }
}
.main-contents .wrap .event-1 .date-wrap .date .date-item .day {
  font-size: clamp(0.938rem, -0.017rem + 1.99vw, 1.375rem);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .date-wrap .date .date-item .day {
    font-size: clamp(1.125rem, 0.029rem + 4.5vw, 2.188rem);
  }
}
.main-contents .wrap .event-1 .time {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(0.938rem, -0.017rem + 1.99vw, 1.375rem);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .time {
    font-size: clamp(1.125rem, 0.026rem + 4.51vw, 2.188rem);
  }
}
.main-contents .wrap .event-1 .time .small {
  font-size: clamp(0.625rem, -0.193rem + 1.7vw, 1rem);
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .time .small {
    font-size: clamp(0.875rem, 0.034rem + 3.45vw, 1.688rem);
    margin-left: 0;
  }
}
.main-contents .wrap .event-1 .text {
  text-align: center;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-block: 8px 16px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .text {
    font-size: clamp(0.875rem, 0.034rem + 3.45vw, 1.688rem);
  }
}
.main-contents .wrap .event-1 .img-1 {
  top: -9%;
  left: -5%;
  width: 35vw;
  max-width: 364px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .img-1 {
    top: -8%;
    left: -3%;
    width: 70%;
    max-width: 448px;
  }
}
.main-contents .wrap .event-1 .img-2 {
  top: -8%;
  right: -6%;
  width: 14vw;
  max-width: 138px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .img-2 {
    top: -8%;
    right: -2%;
    width: 25vw;
    max-width: 197px;
  }
}
.main-contents .wrap .event-1 .img-3 {
  top: 33%;
  left: -6%;
  width: 16vw;
  max-width: 162px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .img-3 {
    top: unset;
    bottom: 8%;
    left: -3%;
    width: 17vw;
    max-width: 116px;
  }
}
.main-contents .wrap .event-1 .img-4 {
  top: 31%;
  right: -5.5%;
  width: 16vw;
  max-width: 156px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-1 .img-4 {
    top: unset;
    bottom: 9%;
    right: -3%;
    max-width: 116px;
  }
}
.main-contents .wrap .event-2 {
  background-color: #b32e25;
  padding: min(4vw, 44px) min(3.5vw, 40px) min(3.5vw, 40px);
  margin-bottom: min(15.7vw, 176px);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-2 {
    padding: min(10vw, 78px) min(4vw, 30px) min(6vw, 48px);
    margin-bottom: min(20vw, 153px);
  }
}
.main-contents .wrap .event-2 .title {
  font-size: clamp(1rem, -0.091rem + 2.27vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-2 .title {
    font-size: clamp(1.125rem, 0.026rem + 4.51vw, 2.188rem);
    margin-block: min(6.5vw, 50px);
  }
}
.main-contents .wrap .event-2 .date {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: clamp(1.188rem, -0.04rem + 2.56vw, 1.75rem);
  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;
  gap: 20px;
  border-top: dashed 2px #fff;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-2 .date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: clamp(1.375rem, -0.108rem + 6.08vw, 2.813rem);
  }
}
.main-contents .wrap .event-2 .date .day {
  font-size: clamp(0.938rem, -0.017rem + 1.99vw, 1.375rem);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-2 .date .day {
    font-size: clamp(1.125rem, 0.029rem + 4.5vw, 2.188rem);
  }
}
.main-contents .wrap .event-2 .date .text {
  font-size: clamp(0.938rem, -0.017rem + 1.99vw, 1.375rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-2 .date .text {
    text-align: center;
    font-size: clamp(1.125rem, 0.026rem + 4.51vw, 2.188rem);
    font-weight: 700;
  }
}
.main-contents .wrap .event-2 .img-5 {
  top: -5%;
  left: 3%;
  width: 6.5vw;
  max-width: 74px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-2 .img-5 {
    top: -2.5%;
    left: -3%;
    width: 11vw;
    max-width: 86px;
  }
}
.main-contents .wrap .event-2 .img-6 {
  top: -5%;
  right: 3%;
  width: 6.5vw;
  max-width: 74px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-2 .img-6 {
    top: -2.5%;
    right: -3%;
    width: 11vw;
    max-width: 86px;
  }
}
.main-contents .wrap .event-2 .img-7 {
  top: -4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 58vw;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-2 .img-7 {
    top: -3%;
    max-width: 453px;
  }
}
.main-contents .wrap .event-2 .img-8 {
  bottom: -1%;
  left: -6%;
  width: 16vw;
  max-width: 168px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-2 .img-8 {
    bottom: -2%;
    left: -3%;
    max-width: 180px;
    width: 23vw;
  }
}
.main-contents .wrap .event-2 .img-9 {
  bottom: -2%;
  right: -5.5%;
  width: 16vw;
  max-width: 156px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-2 .img-9 {
    bottom: -2%;
    right: -3%;
    max-width: 170px;
    width: 22vw;
  }
}
.main-contents .wrap .event-caution {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: clamp(10px, -0.119rem + 1.42vw, 0.875rem);
  width: calc(100% - 100px);
  max-width: 860px;
  margin-inline: auto;
  margin-bottom: min(14vw, 144px);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .event-caution {
    font-size: clamp(0.75rem, 0.039rem + 2.92vw, 1.438rem);
    width: calc(100% - 20px);
  }
}
.main-contents .wrap .sp-content .sp-content-1 {
  margin-bottom: min(14vw, 56px);
}
.main-contents .wrap .sp-content .sp-content-2 {
  margin-bottom: min(16vw, 64px);
}
.main-contents .wrap .button-area {
  display: grid;
  grid-template-columns: repeat(2, 282px);
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: min(8.5vw, 96px);
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .button-area {
    grid-template-columns: 1fr;
    gap: min(63px, 8vw);
    justify-items: center;
    width: 100%;
    margin-inline: auto;
    margin-bottom: min(14vw, 110px);
  }
}
@media screen and (max-width: 389px) {
  .main-contents .wrap .button-area {
    gap: min(8vw, 32px);
  }
}
.main-contents .wrap .button-area .button {
  display: block;
  background-color: #fff;
  width: 282px;
  height: 150px;
  border-radius: 20px;
  border: 2px solid #ccd2de;
  -webkit-box-shadow: 0px 5px 0px rgba(14, 42, 79, 0.16);
          box-shadow: 0px 5px 0px rgba(14, 42, 79, 0.16);
}
@media screen and (390px <= width <= 767px) {
  .main-contents .wrap .button-area .button {
    width: calc(100% - 108px);
    max-width: 555px;
    height: unset;
  }
}
@media screen and (max-width: 389px) {
  .main-contents .wrap .button-area .button {
    all: unset !important;
    width: 80%;
  }
}
.main-contents .wrap .button-area .button:hover img,
.main-contents .wrap .button-area .button:hover .text {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .button-area .button:hover img,
  .main-contents .wrap .button-area .button:hover .text {
    opacity: 1;
  }
}
.main-contents .wrap .button-area .button img {
  margin-inline: auto;
}
.main-contents .wrap .button-area .button-1 {
  padding-block: 13px 15px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .button-area .button-1 {
    padding-block: 3.7vw;
  }
}
.main-contents .wrap .button-area .button-1 img {
  max-width: 82px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .button-area .button-1 img {
    width: 29%;
    max-width: 161px;
  }
}
@media screen and (max-width: 389px) {
  .main-contents .wrap .button-area .button-1 img {
    width: 100%;
    max-width: unset;
  }
}
.main-contents .wrap .button-area .button-1 .text {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .button-area .button-1 .text {
    font-size: clamp(0.875rem, 0.034rem + 3.45vw, 1.688rem);
  }
}
.main-contents .wrap .button-area .button-2 {
  padding-block: 18px 17px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .button-area .button-2 {
    padding-block: 4.7%;
  }
}
.main-contents .wrap .button-area .button-2 img {
  max-width: 132px;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .button-area .button-2 img {
    width: 47%;
    max-width: 259px;
  }
}
@media screen and (max-width: 389px) {
  .main-contents .wrap .button-area .button-2 img {
    width: 100%;
    max-width: unset;
  }
}
.main-contents .wrap .caution {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: clamp(10px, -0.119rem + 1.42vw, 0.875rem);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .main-contents .wrap .caution {
    text-align: left;
    font-size: clamp(0.75rem, 0.039rem + 2.92vw, 1.438rem);
    width: calc(100% - 40px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 389px) {
  .main-contents .wrap .caution {
    width: calc(100% - 20px);
    font-size: clamp(0.563rem, -0.07rem + 3.37vw, 0.75rem);
  }
}

/*======================= main-contents =======================*/
.copy {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  background-color: #0e2a4f;
  color: #fff;
  text-align: center;
  padding-block: 17px 18px;
}
@media screen and (max-width: 767px) {
  .copy {
    font-size: clamp(0.75rem, 0.039rem + 2.92vw, 1.438rem);
    padding-block: 4%;
  }
}
@media screen and (max-width: 389px) {
  .copy {
    font-size: clamp(0.563rem, -0.07rem + 3.37vw, 0.75rem);
  }
}

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