@charset "UTF-8";
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.forSP {
  display: none;
}
@media screen and (max-width: 599px) {
  .forSP {
    display: block;
  }
}

.familyfesta {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .familyfesta {
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .familyfesta {
    padding: 0 10px;
    margin-top: 20px;
  }
}
.familyfesta .familyfesta_event {
  margin-top: 90px;
}
@media screen and (max-width: 599px) {
  .familyfesta .familyfesta_event {
    margin-top: 50px;
  }
}
.familyfesta .familyfesta_tabGroup {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 50px;
}
.familyfesta .familyfesta_tab {
  width: 33.33%;
  height: 50px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2.4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .familyfesta .familyfesta_tab {
    font-size: 1.6rem;
    line-height: 3.125;
  }
}
.familyfesta .familyfesta_tab.active {
  height: 65px;
  line-height: 3.25;
}
@media screen and (max-width: 599px) {
  .familyfesta .familyfesta_tab.active {
    line-height: 4.06;
  }
}
.familyfesta .familyfesta_tab--attention {
  background: #E7558D;
  box-shadow: 0 0 4px rgba(142, 57, 138, 0.5);
}
.familyfesta .familyfesta_tab--other {
  background-color: #2DAF7A;
  box-shadow: 0 0 4px rgba(30, 86, 4, 0.5);
}
.familyfesta .familyfesta_tab--goods {
  background-color: #F1C440;
  box-shadow: 0 0 4px rgba(191, 156, 8, 0.5);
}
.familyfesta .familyfesta_contents {
  display: none;
  padding: 55px 0;
}
.familyfesta .familyfesta_contents.fade {
  -webkit-animation: fade 0.5s linear 0s;
  animation: fade 0.5s linear 0s;
}
.familyfesta .familyfesta_contents.show {
  display: block;
}
.familyfesta .familyfesta_contents--attention {
  border: 4px solid #E7558D;
}
.familyfesta .familyfesta_contents--other {
  border: 4px solid #2DAF7A;
}
.familyfesta .familyfesta_contents--goods {
  border: 4px solid #F1C440;
}
.familyfesta .familyfesta_content {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .familyfesta .familyfesta_content {
    width: 90%;
  }
}
.familyfesta .familyfesta_content + .familyfesta_content {
  margin-top: 50px;
}
.familyfesta .familyfesta_title + .familyfesta_text {
  margin-bottom: 25px;
}
.familyfesta .familyfesta_titleText {
  font-size: 2.7rem;
}
.familyfesta .familyfesta_text {
  font-size: 1.6rem;
}
.familyfesta .familyfesta_text .annotation {
  display: inline-block;
  font-size: 1.4rem;
  padding-left: 1.5rem;
}
.familyfesta .familyfesta_text .annotation::before {
  content: "※";
  display: inline-block;
  margin-left: -1.5rem;
}
.familyfesta .familyfesta_text + .familyfesta_imgBox {
  margin-top: 20px;
}
.familyfesta .familyfesta_accordion + .familyfesta_accordion {
  margin-top: 30px;
}
.familyfesta .detail_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--e-global-color-secondary);
  width: 100%;
  max-width: 350px;
  height: 50px;
  margin: 25px auto 0;
  border-radius: 50px;
}
.familyfesta .detail_text {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
}
.familyfesta .detail_text--fanclub {
  font-size: 1.6rem;
}
.familyfesta .toggleButton {
  width: 100%;
  height: 55px;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 599px) {
  .familyfesta .toggleButton {
    padding-left: 20px;
  }
}
.familyfesta .toggleButton::after {
  content: "";
  background-image: url(/cmn/images/event/2023/familyfesta/icon_downward.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 1.6rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .familyfesta .toggleButton::after {
    right: 2rem;
  }
}
.familyfesta .toggleButton.active::after {
  background-image: url(/cmn/images/event/2023/familyfesta/icon_upward.png);
}
@media screen and (max-width: 599px) {
  .familyfesta .toggleButton--line2 {
    height: 70px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .familyfesta .toggleButton--line2 .toggleTitle {
    line-height: 1.8;
    width: 90%;
  }
}
.familyfesta .toggleTitle {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3;
}
@media screen and (max-width: 599px) {
  .familyfesta .toggleTitle {
    font-size: 1.5rem;
    line-height: 3.66;
  }
}
.familyfesta .toggleMenu__content .familyfesta_block {
  padding: 35px 45px 45px;
}
@media screen and (min-width: 640px) {
  .familyfesta .toggleMenu__content .familyfesta_block {
    padding: 30px 30px 40px;
  }
}
.familyfesta .toggleMenu__content .familyfesta_imgBox {
  width: 100%;
  margin: 0 auto;
}
.familyfesta .familyfesta_img {
  display: block;
  margin: 0 auto;
}
.familyfesta .familyfesta_imgText {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 10px;
}
.familyfesta .familyfesta_preparation {
  font-size: 2rem;
  text-align: center;
}
.familyfesta .familyfesta_linkGroup {
  display: flex;
  margin-top: 55px;
}
@media screen and (max-width: 599px) {
  .familyfesta .familyfesta_linkGroup {
    flex-wrap: wrap;
    padding: 0 10px;
  }
}
.familyfesta .familyfesta_linkGroup .familyfesta_linkItem {
  width: calc(100% - 40px);
}
@media screen and (max-width: 599px) {
  .familyfesta .familyfesta_linkGroup .familyfesta_linkItem {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .familyfesta .familyfesta_linkGroup .familyfesta_linkItem + .familyfesta_linkItem {
    margin-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .familyfesta .familyfesta_linkGroup .familyfesta_linkItem + .familyfesta_linkItem {
    margin-top: 20px;
  }
}
.familyfesta .familyfesta_linkGroup .familyfesta_link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  padding: 15px 15px 20px;
}
@media screen and (min-width: 600px) {
  .familyfesta .familyfesta_linkGroup .familyfesta_link {
    height: 385px;
  }
}
@media screen and (max-width: 599px) {
  .familyfesta .familyfesta_linkGroup .familyfesta_link {
    justify-content: center;
  }
}
.familyfesta .familyfesta_linkGroup .familyfesta_link--kids {
  background-color: #F9BB23;
}
.familyfesta .familyfesta_linkGroup .familyfesta_link--inDome {
  background-color: #E7558D;
}
.familyfesta .familyfesta_linkGroup .familyfesta_link--outDome {
  background-color: #007BAB;
}
.familyfesta .familyfesta_linkGroup .familyfesta_link:hover {
  opacity: 0.8;
}
.familyfesta .familyfesta_linkGroup .familyfesta_link .familyfesta_imgBox {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .familyfesta .familyfesta_linkGroup .familyfesta_link .familyfesta_imgBox {
    height: 150px;
    overflow: hidden;
  }
}
@media screen and (max-width: 599px) {
  .familyfesta .familyfesta_linkGroup .familyfesta_link .familyfesta_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 80%;
    object-position: 0 80%;
  }
}
.familyfesta .familyfesta_linkGroup .familyfesta_textBox {
  width: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 20px;
  padding: 0 15px;
}
.familyfesta .familyfesta_linkGroup .familyfesta_textBox::after {
  content: "";
  background-image: url(/cmn/images/event/2023/familyfesta/icon_right_circle.png);
  background-size: contain;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
}
.familyfesta .familyfesta_linkGroup .familyfesta_linkText {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  flex-grow: 1;
}

tbody td {
  text-align: center;
}

.familyfesta_contents--attention .familyfesta_content--giveaway > .familyfesta_title::before {
  content: "";
  background-image: url(/cmn/images/event/2023/familyfesta/icon_present.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2.7rem;
  height: 2.7rem;
  transform: translateY(2px);
}
@media screen and (min-width: 640px) {
  .familyfesta_contents--attention .familyfesta_content--giveaway .familyfesta_img {
    height: 300px;
  }
}
.familyfesta_contents--attention .familyfesta_content--heroshow > .familyfesta_title::before {
  content: "";
  background-image: url(/cmn/images/event/2023/familyfesta/icon_diamond.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.7rem;
  height: 2.7rem;
  transform: translateY(2px);
}
.familyfesta_contents--attention .familyfesta_content--heroshow .familyfesta_imgBox {
  max-width: 350px;
}
@media screen and (min-width: 640px) {
  .familyfesta_contents--attention .familyfesta_content--heroshow .familyfesta_img {
    height: 350px;
  }
}
.familyfesta_contents--attention .familyfesta_titleText {
  color: #E7558D;
}
.familyfesta_contents--attention .toggleButton {
  background: #E7558D;
}
.familyfesta_contents--attention .toggleMenu__content .familyfesta_block {
  background-color: rgba(231, 85, 141, 0.12);
}

.familyfesta_contents--other .familyfesta_titleText {
  color: #2DAF7A;
}
.familyfesta_contents--other .toggleButton {
  background: #2DAF7A;
}
.familyfesta_contents--other .toggleMenu__content .familyfesta_block {
  background-color: rgba(45, 175, 122, 0.12);
}
.familyfesta_contents--other .familyfesta_title + .familyfesta_imgBox {
  margin-top: 20px;
}
.familyfesta_contents--other .familyfesta_imgBox {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .familyfesta_contents--other .familyfesta_imgBox {
    flex-wrap: wrap;
  }
}
.familyfesta_contents--other .familyfesta_imgBox + .familyfesta_text {
  margin-top: 20px;
}
.familyfesta_contents--other .familyfesta_imgBox .familyfesta_img {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .familyfesta_contents--other .familyfesta_imgBox .familyfesta_img {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .familyfesta_contents--other .familyfesta_imgBox .familyfesta_img + .familyfesta_img {
    margin-left: 2%;
  }
}
@media screen and (max-width: 599px) {
  .familyfesta_contents--other .familyfesta_imgBox .familyfesta_img + .familyfesta_img {
    margin-top: 20px;
  }
}
.familyfesta_contents--other .familyfesta_content--fanclub .familyfesta_title {
  margin-bottom: 20px;
}
.familyfesta_contents--other .familyfesta_content--fanclub .toggleMenu__content .familyfesta_imgBox {
  max-width: none;
}

.familyfesta_contents--goods .familyfesta_title {
  text-align: center;
}
.familyfesta_contents--goods .familyfesta_titleText {
  color: #F1C440;
}
.familyfesta_contents--goods .familyfesta_title + .familyfesta_imgBox {
  margin-top: 20px;
}
.familyfesta_contents--goods .familyfesta_img {
  width: 100%;
}

.pl_modalInner .detail_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--e-global-color-secondary);
  width: 100%;
  max-width: 350px;
  height: 50px;
  margin: 25px auto 0;
  border-radius: 50px;
}
.pl_modalInner .detail_text {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
}
.pl_modalInner .detail_text--fanclub {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .pl_jsTableWrapFunc {
    width: 600px;
  }
}
.pl_jsTableWrapFunc table.pl_table01 {
  margin-top: 24px;
}
.pl_jsTableWrapFunc table.pl_table01.second {
  margin-top: -1px;
}
.pl_jsTableWrapFunc table.pl_table01 td {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .pl_table01 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.pl_table01 tr > * {
  padding: 5px 10px;
}
.pl_table01 .col20 {
  width: 20%;
}
@media screen and (max-width: 599px) {
  .pl_table01 .col20 {
    width: 200px;
  }
}
.pl_table01 .col10 {
  width: 10%;
}
@media screen and (max-width: 599px) {
  .pl_table01 .col10 {
    width: 100px;
  }
}

.familyfesta_imgBox.garapon {
  position: relative;
}

p.familyfesta_imgText.garapon_second {
  position: absolute;
  right: 20%;
  bottom: -32px;
}
@media screen and (max-width: 768px) {
  p.familyfesta_imgText.garapon_second {
    right: 50%;
  }
}

a.detail_button.fanclub {
  text-align: center;
  height: 60px;
}
/*# sourceMappingURL=event_familyfesta.css.map */