@charset "UTF-8";
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/kodomo/open/hiroba_concert/resources/fonts/noto-sans-jp-v52-japanese-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/kodomo/open/hiroba_concert/resources/fonts/noto-sans-jp-v52-japanese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("/kodomo/open/hiroba_concert/resources/fonts/noto-sans-jp-v52-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
#tmp-wao * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#tmp-wao .pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  #tmp-wao .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  #tmp-wao .pc--inline {
    display: inline !important;
  }
}
@media screen and (min-width: 1025px) {
  #tmp-wao .pc--flex {
    display: flex !important;
  }
}
#tmp-wao .tablet {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  #tmp-wao .tablet {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #tmp-wao .tablet--inline {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  #tmp-wao .tablet--flex {
    display: flex !important;
  }
}
#tmp-wao .sp {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  #tmp-wao .sp {
    display: none !important;
  }
}
@media screen and (min-width:768px) and (max-width:1025px) {
  #tmp-wao .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #tmp-wao .sp--inline {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  #tmp-wao .sp--flex {
    display: flex !important;
  }
}

.happyjamjam {
  position: relative;
}
.happyjamjam img {
  width: 100%;
  height: auto;
}
.happyjamjam__cont__mv {
  font-size: 0;
}
.happyjamjam__cont__main h2 {
  font-size: 0;
  padding: 22px;
  width: 100%;
  background-image: url(../../images/happyjamjam/bg_01.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main h2 {
    padding-top: clamp(8px, 2.6041666667vw, 20px);
    padding-right: clamp(8px, 0.2604166667vw, 2px);
    padding-left: clamp(8px, 0.2604166667vw, 2px);
    padding-bottom: clamp(8px, 1.8229166667vw, 14px);
  }
}
.happyjamjam__cont__main h2 picture {
  max-width: 976px;
  margin: 0 auto;
  display: block;
}
.happyjamjam__cont__main .mainInner__intro {
  background-image: url(../../images/happyjamjam/bg_02.png);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__intro {
    padding-top: clamp(8px, 2.6041666667vw, 20px);
    padding-right: clamp(8px, 2.6041666667vw, 20px);
    padding-left: clamp(8px, 2.6041666667vw, 20px);
    padding-bottom: clamp(8px, 5.2083333333vw, 40px);
  }
}
.happyjamjam__cont__main .mainInner__intro__ttl {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  line-height: 0.944;
  text-align: center;
  padding: 23px 0;
  background-color: #ff6528;
  border-radius: 40px;
  z-index: 1;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__intro__ttl {
    font-size: 34px;
    font-size: clamp(14px, 4.4270833333vw, 34px);
    padding-top: clamp(8px, 2.34375vw, 18px);
    padding-bottom: clamp(8px, 2.34375vw, 18px);
  }
}
.happyjamjam__cont__main .mainInner__intro__text {
  padding: 60px 67px 16px;
  background-color: #fff;
  border-radius: 60px;
  z-index: 0;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.5;
  text-align: center;
  max-width: 1160px;
  margin: -40px auto 0;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__intro__text {
    font-size: 26px;
    font-size: clamp(14px, 3.3854166667vw, 26px);
    padding-top: clamp(8px, 9.765625vw, 75px);
    padding-right: clamp(8px, 5.2083333333vw, 40px);
    padding-left: clamp(8px, 5.2083333333vw, 40px);
    padding-bottom: clamp(8px, 5.2083333333vw, 40px);
    margin-top: min(-30px, -3.90625vw);
    text-align: left;
    border-radius: 30px;
  }
}
.happyjamjam__cont__main .mainInner__intro__text .color {
  color: #ff6528;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__intro__text .color {
    margin-top: min(18px, 2.34375vw);
  }
}
.happyjamjam__cont__main .mainInner__movie {
  background-color: #fff9e6;
  padding: 70px 20px 80px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__movie {
    padding-top: clamp(8px, 7.8125vw, 60px);
    padding-right: clamp(8px, 2.6041666667vw, 20px);
    padding-left: clamp(8px, 2.6041666667vw, 20px);
    padding-bottom: clamp(8px, 5.2083333333vw, 40px);
  }
}
.happyjamjam__cont__main .mainInner__movie__ttl {
  font-size: 0;
}
.happyjamjam__cont__main .mainInner__movie__ttl picture {
  max-width: 311px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__movie__ttl picture {
    width: 311px;
    width: 40.4947916667vw;
  }
}
.happyjamjam__cont__main .mainInner__movie__text {
  font-size: 22px;
  font-size: 1.375rem;
  color: #333;
  line-height: 1.364;
  text-align: center;
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__movie__text {
    font-size: 26px;
    font-size: clamp(14px, 3.3854166667vw, 26px);
    margin-top: min(40px, 5.2083333333vw);
  }
}
.happyjamjam__cont__main .mainInner__movie .mainInner__movie__player > label {
  order: 1;
  cursor: pointer;
}
.happyjamjam__cont__main .mainInner__movie .mainInner__movie__player > div {
  display: none;
}
.happyjamjam__cont__main .mainInner__movie__player {
  display: flex;
  flex-wrap: wrap;
  max-width: 990px;
  gap: 60px 40px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__movie__player {
    gap: 13vw 2.6vw;
  }
}
.happyjamjam__cont__main .mainInner__movie__player input {
  display: none;
}
.happyjamjam__cont__main .mainInner__movie__player label:has(:checked) + div {
  display: block;
}
.happyjamjam__cont__main .mainInner__movie__player .btn {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ff8d28;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 475px;
  width: calc(50% - 20px);
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  border: solid 4px #ff8d28;
  position: relative;
  flex-shrink: 0;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__movie__player .btn {
    font-size: 26px;
    font-size: clamp(14px, 3.3854166667vw, 26px);
    padding-top: clamp(8px, 1.953125vw, 15px);
    padding-bottom: clamp(8px, 1.953125vw, 15px);
    width: calc(50% - 1.3vw);
    border: solid 2px #ff8d28;
    line-height: 120%;
  }
}
.happyjamjam__cont__main .mainInner__movie__player .btn__comment {
  font-weight: bold;
  position: absolute;
  top: -14px;
  left: 50%;
  color: #ff8d28;
  transform: translate(-50%, -100%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.happyjamjam__cont__main .mainInner__movie__player .btn__comment::before, .happyjamjam__cont__main .mainInner__movie__player .btn__comment::after {
  content: "";
  display: block;
  width: 14px;
  height: 23px;
  background-image: url(../../images/happyjamjam/deco_01.png);
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__movie__player .btn__comment::before, .happyjamjam__cont__main .mainInner__movie__player .btn__comment::after {
    width: 14px;
    width: 1.8229166667vw;
    height: 23px;
    height: 2.9947916667vw;
  }
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__movie__player .btn__comment {
    font-size: 26px;
    font-size: clamp(14px, 3.3854166667vw, 26px);
    top: -13px;
    top: -1.6927083333vw;
    gap: 10px;
    gap: 1.3020833333vw;
    line-height: 100%;
  }
  .happyjamjam__cont__main .mainInner__movie__player .btn__comment.add::before, .happyjamjam__cont__main .mainInner__movie__player .btn__comment.add::after {
    width: 28px;
    height: 48px;
    background-image: url(../../images/happyjamjam/deco_02.png);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__movie__player .btn__comment.add::before, .happyjamjam__cont__main .mainInner__movie__player .btn__comment.add::after {
    width: 28px;
    width: 3.6458333333vw;
    height: 48px;
    height: 6.25vw;
  }
}
.happyjamjam__cont__main .mainInner__movie__player .btn__comment::after {
  transform: scaleY(-1);
}
.happyjamjam__cont__main .mainInner__movie__player .btn:hover {
  background-color: #ff8d28;
  color: #fff;
}
.happyjamjam__cont__main .mainInner__movie__player .btn:has(:checked) {
  background-color: #ff8d28;
  color: #fff;
}
.happyjamjam__cont__main .mainInner__movie__player .movie {
  position: relative;
  width: 100%;
}
.happyjamjam__cont__main .mainInner__movie__player .movie .youtube-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比の場合 */
}
.happyjamjam__cont__main .mainInner__movie__player .movie .youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.happyjamjam__cont__main .mainInner__entry {
  background-image: url(../../images/happyjamjam/bg_03.png);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__entry {
    padding-top: clamp(8px, 5.2083333333vw, 40px);
    padding-right: clamp(8px, 2.6041666667vw, 20px);
    padding-left: clamp(8px, 2.6041666667vw, 20px);
    padding-bottom: clamp(8px, 5.2083333333vw, 40px);
  }
}
.happyjamjam__cont__main .mainInner__entry--terms {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__entry--terms {
    padding-top: clamp(8px, 13.0208333333vw, 100px);
  }
}
.happyjamjam__cont__main .mainInner__entry__ttl {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  line-height: 0.944;
  text-align: center;
  padding: 23px 0;
  background-color: #ff6528;
  border-radius: 40px;
  z-index: 1;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__entry__ttl {
    font-size: 40px;
    font-size: clamp(14px, 5.2083333333vw, 40px);
    padding-top: clamp(8px, 1.953125vw, 15px);
    padding-bottom: clamp(8px, 1.953125vw, 15px);
  }
}
.happyjamjam__cont__main .mainInner__entry__text {
  padding: 83px 67px 35px;
  background-color: #fff9e6;
  border-radius: 30px;
  z-index: 0;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.7;
  text-align: center;
  max-width: 1160px;
  margin: -40px auto 0;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__entry__text {
    font-size: 26px;
    font-size: clamp(14px, 3.3854166667vw, 26px);
    padding-top: clamp(8px, 9.1145833333vw, 70px);
    padding-right: clamp(8px, 2.6041666667vw, 20px);
    padding-left: clamp(8px, 2.6041666667vw, 20px);
    padding-bottom: clamp(8px, 3.90625vw, 30px);
    margin-top: min(-30px, -3.90625vw);
    text-align: left;
  }
}
.happyjamjam__cont__main .mainInner__entry__text .application {
  border: solid 4px #fbb03b;
  max-width: 700px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__entry__text .application {
    border: solid 2px #fbb03b;
    margin-top: min(45px, 5.859375vw);
  }
}
.happyjamjam__cont__main .mainInner__entry__text .application__ttl {
  background-color: #fbb03b;
  padding: 15px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__entry__text .application__ttl {
    text-align: center;
    padding-top: clamp(8px, 1.6927083333vw, 13px);
    padding-bottom: clamp(8px, 1.6927083333vw, 13px);
    font-size: 30px;
    font-size: clamp(14px, 3.90625vw, 30px);
  }
}
.happyjamjam__cont__main .mainInner__entry__text .application__text {
  background-color: #fff;
  padding: 20px;
  color: #ff6528;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__entry__text .application__text {
    padding-top: clamp(8px, 3.2552083333vw, 25px);
    padding-right: clamp(8px, 1.6927083333vw, 13px);
    padding-left: clamp(8px, 1.6927083333vw, 13px);
    padding-bottom: clamp(8px, 2.6041666667vw, 20px);
  }
}
.happyjamjam__cont__main .mainInner__entry__text .note {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__entry__text .note {
    font-size: 22px;
    font-size: clamp(14px, 2.8645833333vw, 22px);
    margin-top: min(22px, 2.8645833333vw);
  }
}
.happyjamjam__cont__main .mainInner__entry__text--terms {
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}
.happyjamjam__cont__main .mainInner__entry__text--terms .ulist {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__entry__text--terms .ulist {
    margin-top: min(55px, 7.1614583333vw);
  }
}
.happyjamjam__cont__main .mainInner__entry__text--terms .ulist__item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__entry__text--terms .ulist__item {
    margin-top: min(55px, 7.1614583333vw);
  }
}
.happyjamjam__cont__main .mainInner__entry__text--terms .ulist__item a {
  color: #0065c4;
  text-decoration: underline;
}
.happyjamjam__cont__main .mainInner__entry__text--terms .ulist__item p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__entry__text--terms .ulist__item p {
    margin-top: min(55px, 7.1614583333vw);
  }
}
.happyjamjam__cont__main .mainInner__entry__text--terms .ulist__item .olist__item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__entry__text--terms .ulist__item .olist__item {
    margin-top: min(55px, 7.1614583333vw);
  }
}
.happyjamjam__cont__main .mainInner__entry__text--terms .note {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__entry__text--terms .note {
    margin-top: min(55px, 7.1614583333vw);
  }
}
.happyjamjam__cont__main .mainInner__entry .btn {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 100%;
  background-color: #fff9e6;
  color: #ff6528;
  border-radius: 30px;
  border: solid 2px #ff6528;
  padding: 16px 0;
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 40px auto 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__entry .btn {
    font-size: 30px;
    font-size: clamp(14px, 3.90625vw, 30px);
    padding-top: clamp(8px, 3.515625vw, 27px);
    padding-bottom: clamp(8px, 3.515625vw, 27px);
    width: 373px;
    width: 48.5677083333vw;
    margin-top: min(40px, 5.2083333333vw);
  }
}
.happyjamjam__cont__main .mainInner__ownly {
  background-image: url(../../images/happyjamjam/bg_04.png);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__ownly {
    padding-top: clamp(8px, 5.2083333333vw, 40px);
    padding-right: clamp(8px, 5.2083333333vw, 40px);
    padding-left: clamp(8px, 5.2083333333vw, 40px);
    padding-bottom: clamp(8px, 5.2083333333vw, 40px);
  }
}
.happyjamjam__cont__main .mainInner__ownly__ttl {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  line-height: 0.944;
  text-align: center;
  min-height: 70px;
  background-color: #ff6528;
  border-radius: 40px;
  z-index: 1;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.happyjamjam__cont__main .mainInner__ownly__ttl::before, .happyjamjam__cont__main .mainInner__ownly__ttl::after {
  content: "";
  display: block;
  width: 65px;
  width: 8.4635416667vw;
  height: 45px;
  height: 5.859375vw;
  max-width: 65px;
  max-height: 45px;
  background-image: url(../../images/happyjamjam/deco_03.png);
  background-size: cover;
  flex-shrink: 0;
}
.happyjamjam__cont__main .mainInner__ownly__ttl::after {
  background-image: url(../../images/happyjamjam/deco_04.png);
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__ownly__ttl {
    font-size: 40px;
    font-size: clamp(14px, 5.2083333333vw, 40px);
    padding-top: clamp(8px, 1.953125vw, 15px);
    padding-bottom: clamp(8px, 1.953125vw, 15px);
    min-height: 100%;
  }
}
.happyjamjam__cont__main .mainInner__ownly__block {
  max-width: 940px;
  margin: 40px auto 0;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__ownly__block {
    margin-top: min(40px, 5.2083333333vw);
  }
}
.happyjamjam__cont__main .mainInner__ownly__block .ownly_ugc_widget_block_ui {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__ownly__block .ownly_ugc_widget_block_ui {
    gap: 40px;
    gap: 5.2083333333vw;
  }
}
.happyjamjam__cont__main .mainInner__ownly__block .ownly_ugc_widget_block_ui .ownly_ugc_set_post {
  width: calc((100% - 60px) / 4);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__ownly__block .ownly_ugc_widget_block_ui .ownly_ugc_set_post {
    width: calc((100% - 5.2083333333vw) / 2);
  }
}
.happyjamjam__cont__main .mainInner__ownly__block .ownly_ugc_paging {
  color: #ff6528;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #fff9e6;
  border: 2px solid #ff6528;
  border-radius: 30px;
  min-height: 60px;
  min-width: 280px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__cont__main .mainInner__ownly__block .ownly_ugc_paging {
    font-size: 30px;
    font-size: clamp(14px, 3.90625vw, 30px);
    width: 373px;
    width: 48.5677083333vw;
    height: 60px;
    height: 7.8125vw;
    margin-top: min(40px, 5.2083333333vw);
    min-width: auto;
    min-height: 50px;
  }
}
.happyjamjam__cont__main .mainInner__ownly__block .ownly_ugc_paging:hover {
  opacity: 0.85;
  text-decoration: none;
}
.happyjamjam__btns {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 20px 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .happyjamjam__btns {
    padding-top: clamp(8px, 3.125vw, 24px);
    padding-left: clamp(8px, 2.6041666667vw, 20px);
    padding-right: clamp(8px, 2.6041666667vw, 20px);
    padding-bottom: clamp(8px, 2.6041666667vw, 20px);
  }
}
.happyjamjam__btns h2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  line-height: 0.933;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .happyjamjam__btns h2 {
    font-size: 36px;
    font-size: clamp(14px, 4.6875vw, 36px);
  }
}
.happyjamjam__btns .btns {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__btns .btns {
    gap: 18px;
    gap: 2.34375vw;
    margin-top: min(20px, 2.6041666667vw);
  }
}
.happyjamjam__btns .btns button {
  cursor: pointer;
  border: none;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 100%;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  border-radius: 40px;
  width: calc(50% - 20px);
  text-align: center;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .happyjamjam__btns .btns button {
    font-size: 36px;
    font-size: clamp(14px, 4.6875vw, 36px);
    width: calc(50% - 2.34375vw);
    padding-top: clamp(8px, 1.171875vw, 9px);
    padding-bottom: clamp(8px, 1.171875vw, 9px);
  }
}
.happyjamjam__btns .btns button small {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .happyjamjam__btns .btns button small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.happyjamjam__btns .btns .blue {
  background-color: #164cb8;
}
.happyjamjam__btns .btns .blue:hover {
  background-color: #1a57d2;
}
.happyjamjam__btns .btns .red {
  background-color: #fe2a2a;
}
.happyjamjam__btns .btns .red:hover {
  background-color: #ff5454;
}
.happyjamjam__modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
}
.happyjamjam__modal.active {
  display: block;
}
.happyjamjam__modal__cont {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1020px;
  height: 90%;
}
.happyjamjam__modal__cont .main {
  background-color: #fff;
  border-radius: 10px;
  margin: 58px;
  overflow-y: auto;
  height: calc(100% - 58px - 58px);
  width: calc(100% - 58px - 58px);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main {
    width: calc(100% - 40px);
    margin: 7.5520833333vw 20px;
  }
}
.happyjamjam__modal__cont .main h1 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  line-height: 100%;
  text-align: center;
  padding: 18px;
  background-color: #164cb8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main h1 {
    padding: 0;
    font-size: 38px;
    font-size: clamp(14px, 4.9479166667vw, 38px);
    padding-top: clamp(8px, 2.0833333333vw, 16px);
    padding-bottom: clamp(8px, 2.0833333333vw, 16px);
  }
}
.happyjamjam__modal__cont .main__cont {
  padding: 20px 40px 40px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont {
    padding-top: clamp(8px, 2.6041666667vw, 20px);
    padding-left: clamp(8px, 2.6041666667vw, 20px);
    padding-right: clamp(8px, 2.6041666667vw, 20px);
    padding-bottom: clamp(8px, 5.2083333333vw, 40px);
  }
}
.happyjamjam__modal__cont .main__cont__en {
  background-color: #ffe6e6;
  padding: 15px 15px 15px 20px;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont__en {
    padding-top: clamp(8px, 2.6041666667vw, 20px);
    padding-left: clamp(8px, 2.6041666667vw, 20px);
    padding-right: clamp(8px, 0.2604166667vw, 2px);
    padding-bottom: clamp(8px, 2.6041666667vw, 20px);
    margin-bottom: min(40px, 5.2083333333vw);
  }
}
.happyjamjam__modal__cont .main__cont__en img {
  max-width: 136px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont__en img {
    width: 174px;
    width: 22.65625vw;
  }
}
.happyjamjam__modal__cont .main__cont__en .text__main {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.818;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont__en .text__main {
    font-size: 26px;
    font-size: clamp(14px, 3.3854166667vw, 26px);
    line-height: 150%;
  }
}
.happyjamjam__modal__cont .main__cont__en .text__note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.857;
  text-indent: -14px;
  padding-left: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont__en .text__note {
    margin-top: min(20px, 2.6041666667vw);
    line-height: 150%;
  }
}
.happyjamjam__modal__cont .main__cont h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 100%;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont h2 {
    font-size: 30px;
    font-size: clamp(14px, 3.90625vw, 30px);
    margin-bottom: min(33px, 4.296875vw);
    padding-top: clamp(8px, 1.953125vw, 15px);
    padding-bottom: clamp(8px, 1.953125vw, 15px);
  }
}
.happyjamjam__modal__cont .main__cont__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.25;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont__text {
    font-size: 26px;
    font-size: clamp(14px, 3.3854166667vw, 26px);
    margin-bottom: min(40px, 5.2083333333vw);
    line-height: 150%;
  }
}
.happyjamjam__modal__cont .main__cont__text span {
  color: #ff0000;
}
.happyjamjam__modal__cont .main__cont__text a {
  color: #0065c4;
  text-decoration: underline;
}
.happyjamjam__modal__cont .main__cont__text small {
  font-size: 14px;
  font-size: 0.875rem;
}
.happyjamjam__modal__cont .main__cont__btn {
  display: block;
  background-color: #fe2a2a;
  padding: 7px 20px 7px 27px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  display: flex;
  gap: 23px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border-radius: 24px;
  margin: -30px 0 30px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont__btn {
    font-size: 36px;
    font-size: clamp(14px, 4.6875vw, 36px);
    padding-top: clamp(8px, 2.34375vw, 18px);
    padding-left: clamp(8px, 7.8125vw, 60px);
    padding-right: clamp(8px, 2.6041666667vw, 20px);
    padding-bottom: clamp(8px, 2.34375vw, 18px);
    margin-top: min(-10px, -1.3020833333vw);
    margin-bottom: min(40px, 5.2083333333vw);
    gap: 40px;
    gap: 5.2083333333vw;
  }
}
.happyjamjam__modal__cont .main__cont__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent; /* 上辺 */
  border-bottom: 6px solid transparent; /* 下辺 */
  border-left: 10px solid #fff;
}
.happyjamjam__modal__cont .main__cont__info {
  border: solid 2px #ff8d28;
}
.happyjamjam__modal__cont .main__cont__info h3 {
  background-color: #ff8d28;
  padding: 10px 16px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont__info h3 {
    font-size: 26px;
    font-size: clamp(14px, 3.3854166667vw, 26px);
    padding-top: clamp(8px, 1.5625vw, 12px);
    padding-left: clamp(8px, 1.5625vw, 12px);
    padding-right: clamp(8px, 1.5625vw, 12px);
    padding-bottom: clamp(8px, 1.5625vw, 12px);
  }
}
.happyjamjam__modal__cont .main__cont__info .cont {
  padding: 12px 16px;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont__info .cont {
    font-size: 26px;
    font-size: clamp(14px, 3.3854166667vw, 26px);
    padding-top: clamp(8px, 1.5625vw, 12px);
    padding-left: clamp(8px, 1.5625vw, 12px);
    padding-right: clamp(8px, 1.5625vw, 12px);
    padding-bottom: clamp(8px, 1.5625vw, 12px);
    gap: 20px;
    gap: 2.6041666667vw;
    flex-direction: column;
    justify-content: center;
  }
}
.happyjamjam__modal__cont .main__cont__info .cont__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont__info .cont__text {
    font-size: 26px;
    font-size: clamp(14px, 3.3854166667vw, 26px);
    line-height: 150%;
  }
}
.happyjamjam__modal__cont .main__cont__info .cont__img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont__info .cont__img {
    width: 100%;
  }
  .happyjamjam__modal__cont .main__cont__info .cont__img img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
}
.happyjamjam__modal__cont .main__cont__info .cont__img__note {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 4px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont__info .cont__img__note {
    text-align: center;
  }
}
.happyjamjam__modal__cont .main__cont__note {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  line-height: 100%;
}
.happyjamjam__modal__cont .main__cont__link {
  color: #0065c4;
  text-decoration: underline;
  display: block;
  margin: 40px auto 0;
  width: fit-content;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont__link {
    font-size: 26px;
    font-size: clamp(14px, 3.3854166667vw, 26px);
    margin-top: min(40px, 5.2083333333vw);
  }
}
.happyjamjam__modal__cont .main__cont__att {
  font-size: 16px;
  font-size: 1rem;
  line-height: 100%;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .main__cont__att {
    font-size: 26px;
    font-size: clamp(14px, 3.3854166667vw, 26px);
    margin-top: min(20px, 2.6041666667vw);
  }
}
.happyjamjam__modal__cont .btn {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  background-color: transparent; /* 背景色を透明に */
  border: none; /* 枠線を削除 */
  padding: 0; /* パディングを削除 */
  margin: 0; /* マージンを削除 */
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .happyjamjam__modal__cont .btn {
    right: 20px;
    width: 58px;
    width: 7.5520833333vw;
  }
}
.happyjamjam__modal--blue .happyjamjam__modal__cont .main h1 {
  background-color: #164cb8;
}
.happyjamjam__modal--blue .happyjamjam__modal__cont .main__cont h2 {
  background-color: #dae2f3;
}
.happyjamjam__modal--red .happyjamjam__modal__cont .main h1 {
  background-color: #fe2a2a;
}
.happyjamjam__modal--red .happyjamjam__modal__cont .main__cont h2 {
  background-color: #ffbbbb;
  color: #fe2a2a;
}
.happyjamjam #nav_side.fixed {
  margin-top: 7.2vw;
}
.happyjamjam #headerArea.pc {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */