.l_main {
  overflow: hidden;
  font-family: "Helvetica Neue", "Arial", "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  .l_main {
    width: 100%;
    min-width: 1280px;
    font-size: 16px;
  }
}
.l_main img {
  max-width: 100%;
  height: auto;
}

.l_container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l_container {
    max-width: 1128px;
    padding: 0;
  }
}

.l_cta {
  padding: 60px 0 160px;
  background: url("./images/cta_bg01.webp") no-repeat center bottom/135px auto, url("./images/cta_bg02.webp") no-repeat center/cover;
}
@media (min-width: 768px) {
  .l_cta {
    padding: 120px 0;
    background: url("./images/cta_bg01.webp") no-repeat left calc(50% + 595px) bottom/270px auto, url("./images/cta_bg02.webp") no-repeat center/cover;
  }
}
.l_cta .l_cta_body {
  margin: 20px 0 0;
  color: #FFF;
  text-align: center;
}
@media (min-width: 768px) {
  .l_cta .l_cta_body {
    margin: 40px 0 0;
  }
}
.l_cta .l_cta_button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .l_cta .l_cta_button {
    gap: 24px;
    width: 980px;
    margin: 60px auto 0;
  }
}
.l_cta .l_cta_button li a {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 16px;
  color: #FFF;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .l_cta .l_cta_button li a {
    gap: 8px;
    height: 100px;
    padding: 0 32px;
    border-radius: 8px;
  }
}
.l_cta .l_cta_button li a.orange {
  background: #F57900;
}
.l_cta .l_cta_button li a.black {
  background: rgba(0, 0, 0, 0.5);
  border-color: #FFF;
  backdrop-filter: blur(5px);
}
.l_cta .l_cta_button li a .l_cta_button_icon {
  position: relative;
  z-index: 0;
  width: 18px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .l_cta .l_cta_button li a .l_cta_button_icon {
    width: 24px;
  }
}
.l_cta .l_cta_button li a .l_cta_button_icon img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.l_cta .l_cta_button li a .l_cta_button_icon img.off {
  opacity: 1;
}
.l_cta .l_cta_button li a .l_cta_button_icon img.on {
  opacity: 0;
}
.l_cta .l_cta_button li a .l_cta_button_title {
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .l_cta .l_cta_button li a .l_cta_button_title {
    font-size: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l_cta .l_cta_button li a:hover {
    color: #000;
    background: #FFF;
  }
  .l_cta .l_cta_button li a:hover .l_cta_button_icon img.off {
    opacity: 0;
  }
  .l_cta .l_cta_button li a:hover .l_cta_button_icon img.on {
    opacity: 1;
  }
}

.l_footerNav {
  padding: 16px 0;
  overflow: hidden;
  background: linear-gradient(180deg, #E4E4E4 0%, #FFF 100%);
}
@media (min-width: 768px) {
  .l_footerNav {
    padding: 32px 0;
  }
}
.l_footerNav .l_footerNav_button {
  margin: 16px 16px 0;
}
@media (min-width: 768px) {
  .l_footerNav .l_footerNav_button {
    margin: 32px 0 0;
  }
}
.l_footerNav .l_footerNav_button a {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  height: 100px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  transition: 0.4s;
}
@media (min-width: 768px) {
  .l_footerNav .l_footerNav_button a {
    width: 800px;
    height: 150px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  }
}
.l_footerNav .l_footerNav_button a .l_footerNav_button_image01 {
  width: 320px;
  height: 100%;
}
@media (max-width: 767px) {
  .l_footerNav .l_footerNav_button a .l_footerNav_button_image01 {
    display: none;
  }
}
.l_footerNav .l_footerNav_button a .l_footerNav_button_image01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l_footerNav .l_footerNav_button a .l_footerNav_button_title {
  flex: 1 1 0;
  padding: 0 70px 0 100px;
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .l_footerNav .l_footerNav_button a .l_footerNav_button_title {
    padding: 0 70px 0 35px;
    font-size: 26px;
  }
}
.l_footerNav .l_footerNav_button a .l_footerNav_button_image02 {
  position: absolute;
  top: 10px;
  left: -62px;
  z-index: 1;
  width: 176px;
}
@media (min-width: 768px) {
  .l_footerNav .l_footerNav_button a .l_footerNav_button_image02 {
    top: 20px;
  }
}
.l_footerNav .l_footerNav_button a .l_footerNav_button_image03 {
  position: absolute;
  top: 10px;
  right: -64px;
  z-index: 1;
  width: 130px;
}
.l_footerNav .l_footerNav_button a .l_footerNav_button_arrow {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 0;
  width: 18px;
  height: 7.5px;
}
@media (min-width: 768px) {
  .l_footerNav .l_footerNav_button a .l_footerNav_button_arrow {
    bottom: 16px;
    width: 36px;
    height: 15px;
  }
}
.l_footerNav .l_footerNav_button a .l_footerNav_button_arrow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .l_footerNav .l_footerNav_button a:hover {
    color: #FFF;
    background: #000;
  }
}

.l_sideNav {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .l_sideNav {
    bottom: 40px;
    width: auto;
  }
}
.l_sideNav.inactive {
  transform: translate(0, 100%);
}
@media (min-width: 768px) {
  .l_sideNav.inactive {
    transform: translate(100%, 0);
  }
}
.l_sideNav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .l_sideNav ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding: 0;
  }
}
.l_sideNav ul li a {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #FFF;
  border: 1px solid transparent;
  border-width: 1px 1px 0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
@media (min-width: 768px) {
  .l_sideNav ul li a {
    flex-direction: column;
    width: 100px;
    height: 110px;
    border-width: 1px 0 1px 1px;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08), 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  }
}
.l_sideNav ul li a.orange {
  background: #F57900;
}
.l_sideNav ul li a.black {
  background: #000;
}
.l_sideNav ul li a .l_sideNav_icon {
  position: relative;
  z-index: 0;
  width: 18px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .l_sideNav ul li a .l_sideNav_icon {
    width: 24px;
  }
}
.l_sideNav ul li a .l_sideNav_icon img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.l_sideNav ul li a .l_sideNav_icon img.off {
  opacity: 1;
}
.l_sideNav ul li a .l_sideNav_icon img.on {
  opacity: 0;
}
.l_sideNav ul li a .l_sideNav_title {
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .l_sideNav ul li a .l_sideNav_title {
    font-size: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l_sideNav ul li a:hover {
    color: #000;
    background: #FFF;
    border-color: #000;
  }
  .l_sideNav ul li a:hover .l_sideNav_icon img.off {
    opacity: 0;
  }
  .l_sideNav ul li a:hover .l_sideNav_icon img.on {
    opacity: 1;
  }
}

.swiper {
  overflow: visible;
}
.swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  background: #F57900;
}
.swiper .swiper-button-prev img,
.swiper .swiper-button-next img {
  width: 32px;
}
.swiper .swiper-button-prev svg,
.swiper .swiper-button-next svg {
  display: none;
}
.swiper .swiper-button-prev {
  left: -62px;
}
@media (min-width: 1440px) {
  .swiper .swiper-button-prev {
    left: -116px;
  }
}
.swiper .swiper-button-next {
  right: -62px;
}
@media (min-width: 1440px) {
  .swiper .swiper-button-next {
    right: -116px;
  }
}

.swiper-pagination {
  position: relative;
  top: 0 !important;
  bottom: auto !important;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .swiper-pagination {
    gap: 16px;
    margin: 32px 0 0;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 !important;
  background: #D1D5DC;
  opacity: 1;
}
@media (min-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F57900;
}

.c_nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #C9CACA;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .c_nav {
    gap: 24px;
    width: 1220px;
    margin: 0 auto;
    background: none;
    box-shadow: none;
  }
}
.c_nav li a {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
  padding: 8px;
  background: #FFF;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .c_nav li a {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  }
}
.c_nav li a .l_nav_label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 4px;
  font-family: "Chakra Petch", sans-serif;
  font-size: 8px;
  line-height: 1.3;
  color: #FFF;
  text-align: center;
  background: #F57900;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .c_nav li a .l_nav_label {
    padding: 0 8px;
    font-size: 14px;
  }
}
.c_nav li a .l_nav_main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .c_nav li a .l_nav_main {
    flex-direction: row;
    gap: 32px;
    padding: 20px 16px 12px;
  }
}
.c_nav li a .l_nav_main .l_nav_main_icon {
  position: relative;
  z-index: 0;
  width: 36px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .c_nav li a .l_nav_main .l_nav_main_icon {
    width: 72px;
  }
}
.c_nav li a .l_nav_main .l_nav_main_icon img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.c_nav li a .l_nav_main .l_nav_main_icon img.off {
  opacity: 1;
}
.c_nav li a .l_nav_main .l_nav_main_icon img.on {
  opacity: 0;
}
.c_nav li a .l_nav_main .l_nav_main_title {
  flex: 1 1 0;
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .c_nav li a .l_nav_main .l_nav_main_title {
    font-size: 28px;
    line-height: 1.28;
    text-align: left;
  }
}
.c_nav li a .l_nav_main .l_nav_main_title small {
  display: block;
  font-family: "Helvetica Neue", "Arial", "Roboto", sans-serif;
  font-size: 7px;
}
@media (min-width: 768px) {
  .c_nav li a .l_nav_main .l_nav_main_title small {
    font-size: 14px;
  }
}
.c_nav li a .l_nav_arrow {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 0;
  width: 18px;
  height: 7.5px;
}
@media (min-width: 768px) {
  .c_nav li a .l_nav_arrow {
    bottom: 16px;
    width: 36px;
    height: 15px;
  }
}
.c_nav li a .l_nav_arrow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.c_nav li a .l_nav_arrow img.off {
  opacity: 1;
}
.c_nav li a .l_nav_arrow img.on {
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c_nav li a:hover {
    color: #FFF;
    background: #000;
  }
  .c_nav li a:hover .l_nav_main .l_nav_main_icon img.off {
    opacity: 0;
  }
  .c_nav li a:hover .l_nav_main .l_nav_main_icon img.on {
    opacity: 1;
  }
  .c_nav li a:hover .l_nav_arrow img.off {
    opacity: 0;
  }
  .c_nav li a:hover .l_nav_arrow img.on {
    opacity: 1;
  }
}
.c_nav.orange li a {
  background: #F57900;
}
.c_nav.orange li a .l_nav_label {
  background: #000;
}
@media (hover: hover) and (pointer: fine) {
  .c_nav.orange li a:hover {
    color: #000;
    background: #FFF;
  }
  .c_nav.orange li a:hover .l_nav_label {
    background: #F57900;
  }
}
@media (min-width: 768px) {
  .c_nav.header {
    gap: 1px;
    width: 100%;
    background: #C9CACA;
  }
}
@media (min-width: 768px) {
  .c_nav.header li a {
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .c_nav.header li a .l_nav_label {
    height: 22px;
  }
}
.c_nav.header li a .l_nav_main {
  padding: 8px 0 0;
}
@media (min-width: 768px) {
  .c_nav.header li a .l_nav_main {
    justify-content: center;
    padding: 9px 16px;
  }
}
@media (min-width: 768px) {
  .c_nav.header li a .l_nav_main .l_nav_main_icon {
    width: 64px;
  }
}
@media (min-width: 768px) {
  .c_nav.header li a .l_nav_main .l_nav_main_title {
    flex: 0 1 auto;
    font-size: 26px;
    line-height: 1.1;
  }
}
.c_nav.header li a.active {
  color: #FFF;
  pointer-events: none;
  background: #F57900;
}
.c_nav.header li a.active .l_nav_label {
  background: #000;
}
.c_nav.header li a.active .l_nav_main .l_nav_main_icon img.off {
  opacity: 0;
}
.c_nav.header li a.active .l_nav_main .l_nav_main_icon img.on {
  opacity: 1;
}

.c_pageHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding: 0 20px;
  color: #FFF;
  text-align: center;
  background: no-repeat center/cover;
}
@media (min-width: 768px) {
  .c_pageHeader {
    height: 500px;
  }
}
.c_pageHeader .c_pageHeader_title .c_pageHeader_title_label {
  padding: 0.375em 0;
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .c_pageHeader .c_pageHeader_title .c_pageHeader_title_label {
    font-size: 32px;
  }
}
.c_pageHeader .c_pageHeader_title .c_pageHeader_title_main {
  margin: 12px 0 0;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .c_pageHeader .c_pageHeader_title .c_pageHeader_title_main {
    margin: 24px 0 0;
    font-size: 64px;
  }
}

.c_breadcrumb {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .c_breadcrumb {
    padding: 20px 0;
  }
}
.c_breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
}
.c_breadcrumb ul li {
  margin-right: 6px;
}
.c_breadcrumb ul li:not(:first-of-type)::before {
  margin-right: 6px;
  content: ">";
}
.c_breadcrumb ul li a {
  font-weight: 500;
  text-decoration: underline;
}

.c_pageSection {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .c_pageSection {
    padding: 120px 0;
  }
}
.c_pageSection.orange {
  background: rgba(245, 121, 0, 0.1);
}
.c_pageSection.triangle {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #F4F4F4;
}
.c_pageSection.triangle::before, .c_pageSection.triangle::after {
  position: absolute;
  z-index: -1;
  display: block;
  width: 140px;
  height: 320px;
  aspect-ratio: 1;
  content: "";
  background: #F57900;
}
@media (min-width: 768px) {
  .c_pageSection.triangle::before, .c_pageSection.triangle::after {
    width: 420px;
    height: 960px;
  }
}
.c_pageSection.triangle::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.c_pageSection.triangle::after {
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.c_title.center {
  text-align: center;
}
.c_title.white {
  color: #FFF;
}
.c_title .c_title_label {
  font-family: "Chakra Petch", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: #F57900;
}
@media (min-width: 768px) {
  .c_title .c_title_label {
    font-size: 20px;
  }
}
.c_title .c_title_main {
  margin: 4px 0 0;
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c_title .c_title_main {
    margin: 8px 0 0;
    font-size: 56px;
  }
}
.c_title .c_title_main small {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c_title .c_title_main small {
    display: block;
  }
}
@media (min-width: 768px) {
  .c_title .c_title_main small {
    font-size: 32px;
    line-height: 1.5;
  }
}
.c_title .c_title_main small.block {
  display: block;
}

.c_subTitle {
  font-family: "Chakra Petch", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #F57900;
}
@media (min-width: 768px) {
  .c_subTitle {
    font-size: 40px;
  }
}
.c_subTitle.margin100 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .c_subTitle.margin100 {
    margin-top: 100px;
  }
}
.c_subTitle.center {
  text-align: center;
}

.c_thirdTitle {
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c_thirdTitle {
    font-size: 32px;
  }
}

.c_bodyText {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .c_bodyText {
    gap: 18px;
  }
}
.c_bodyText.margin40 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c_bodyText.margin40 {
    margin-top: 40px;
  }
}
.c_bodyText.center {
  text-align: center;
}
.c_bodyText.white {
  color: #FFF;
}
.c_bodyText p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .c_bodyText p {
    font-size: 18px;
  }
}

.c_textWithImage {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .c_textWithImage {
    flex-direction: row;
    gap: 0;
    padding: 80px 0 0;
  }
}
.c_textWithImage.margin100 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .c_textWithImage.margin100 {
    margin-top: 100px;
  }
}
.c_textWithImage .c_textWithImage_box {
  padding: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .c_textWithImage .c_textWithImage_box {
    width: 540px;
    padding: 48px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  }
}
.c_textWithImage .c_textWithImage_box .c_textWithImage_box_body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .c_textWithImage .c_textWithImage_box .c_textWithImage_box_body {
    gap: 16px;
    margin: 32px 0 0;
  }
}
.c_textWithImage .c_textWithImage_image {
  aspect-ratio: 2/1;
}
@media (min-width: 768px) {
  .c_textWithImage .c_textWithImage_image {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 846px;
  }
}
.c_textWithImage .c_textWithImage_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .c_textWithImage.left .c_textWithImage_image {
    left: 438px;
  }
}
@media (min-width: 768px) {
  .c_textWithImage.right {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .c_textWithImage.right .c_textWithImage_image {
    right: 438px;
  }
}

.c_note {
  padding: 28px;
  background: #F4F4F4;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .c_note {
    padding: 56px;
    border-radius: 24px;
  }
}
.c_note.margin40 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c_note.margin40 {
    margin-top: 40px;
  }
}
.c_note.margin100 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .c_note.margin100 {
    margin-top: 100px;
  }
}
.c_note .c_note_title {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c_note .c_note_title {
    gap: 16px;
    font-size: 24px;
  }
}
.c_note .c_note_title .c_note_title_icon {
  width: 24px;
}
@media (min-width: 768px) {
  .c_note .c_note_title .c_note_title_icon {
    width: 48px;
  }
}
.c_note .c_note_title .c_note_title_text {
  flex: 1 1 0;
}
.c_note .c_note_body {
  margin: 12px 0 0;
}
@media (min-width: 768px) {
  .c_note .c_note_body {
    margin: 24px 0 0;
  }
}

.c_button {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .c_button {
    gap: 8px;
    padding: 16px 32px;
    border-radius: 8px;
  }
}
.c_button.black {
  color: #FFF;
  background: #000;
}
.c_button.white {
  background: #FFF;
  border-color: #727171;
}
.c_button .c_button_title {
  flex: 1 1 0;
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c_button .c_button_title {
    font-size: 18px;
  }
}
.c_button .c_button_icon {
  position: relative;
  z-index: 0;
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .c_button .c_button_icon {
    width: 20px;
    height: 20px;
  }
}
.c_button .c_button_icon.arrow {
  width: 29px;
  height: 12px;
}
@media (min-width: 768px) {
  .c_button .c_button_icon.arrow {
    width: 36px;
    height: 15px;
  }
}
.c_button .c_button_icon.map {
  width: 19px;
  height: 21px;
}
@media (min-width: 768px) {
  .c_button .c_button_icon.map {
    width: 24px;
    height: 26px;
  }
}
.c_button .c_button_icon img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.c_button .c_button_icon img.off {
  opacity: 1;
}
.c_button .c_button_icon img.on {
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c_button:hover.black {
    color: #000;
    background: #FFF;
    border-color: #000;
  }
  .c_button:hover.white {
    color: #FFF;
    background: #000;
    border-color: transparent;
  }
  .c_button:hover .c_button_icon img.off {
    opacity: 0;
  }
  .c_button:hover .c_button_icon img.on {
    opacity: 1;
  }
}

.c_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
}
.c_modal.active {
  display: block;
}
.c_modal .c_modal_container {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 120px 0;
}
.c_modal .c_modal_container .c_modal_base {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.c_modal .c_modal_container .c_modal_main {
  position: relative;
  z-index: 1;
  padding: 32px 50px;
  background: #FFF;
}

.c_fadeIn {
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.2s;
}
.c_fadeIn.active {
  opacity: 1;
}

.c_slideInLeft {
  transform: translateX(-100%);
  transition: 0.4s;
  transition-delay: 0.2s;
}

.c_slideInRight {
  transform: translateX(100%);
  transition: 0.4s;
  transition-delay: 0.2s;
}

.active .c_slideInLeft {
  transform: translateX(0);
}
.active .c_slideInRight {
  transform: translateX(0);
}

.p_top_firstView {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
}
.p_top_firstView .p_top_firstView_main {
  position: relative;
  z-index: 0;
  aspect-ratio: 1/1.4;
}
@media (min-width: 768px) {
  .p_top_firstView .p_top_firstView_main {
    height: 570px;
    aspect-ratio: auto;
  }
}
.p_top_firstView .p_top_firstView_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  padding: 0 20px;
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .p_top_firstView .p_top_firstView_title {
    height: 100%;
    padding: 0;
    font-size: 64px;
  }
}
.p_top_firstView .p_top_firstView_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("./images/top/top_firstView_bg.webp") no-repeat center/cover;
}
@media (min-width: 768px) {
  .p_top_firstView .p_top_firstView_image {
    height: calc(100% + 100px);
  }
}
.p_top_firstView .p_top_firstView_image .p_top_firstView_image_player01,
.p_top_firstView .p_top_firstView_image .p_top_firstView_image_player02 {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .p_top_firstView .p_top_firstView_image .p_top_firstView_image_player01,
  .p_top_firstView .p_top_firstView_image .p_top_firstView_image_player02 {
    width: 500px;
  }
}
.p_top_firstView .p_top_firstView_image .p_top_firstView_image_player01 {
  right: 44%;
}
@media (min-width: 768px) {
  .p_top_firstView .p_top_firstView_image .p_top_firstView_image_player01 {
    right: calc(50% + 360px);
    left: auto;
  }
}
.p_top_firstView .p_top_firstView_image .p_top_firstView_image_player02 {
  left: 44%;
}
@media (min-width: 768px) {
  .p_top_firstView .p_top_firstView_image .p_top_firstView_image_player02 {
    right: auto;
    left: calc(50% + 360px);
  }
}

.p_top_welcome {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .p_top_welcome {
    padding: 100px 0;
  }
}
.p_top_welcome .p_top_welcome_japan {
  padding: 15px 0 20px;
  margin: 25px 0 0;
  background: linear-gradient(180deg, #FFF 0%, rgba(115, 115, 115, 0) 60%), url("./images/top/top_welcome_japan_bg.webp") no-repeat center/cover;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_japan {
    height: 1100px;
    padding: 30px 0 0;
    margin: 50px 0 0;
  }
}
.p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box {
  position: relative;
  z-index: 0;
  padding: 32px;
  color: #FFF;
  background: #000;
  box-shadow: 0 8px 15px 5px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box {
    padding: 64px;
    box-shadow: 0 16px 30px 10px rgba(0, 0, 0, 0.16);
  }
}
.p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box .p_top_welcome_japan_box_body {
  margin: 10px 0 0;
  color: #C9CACA;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box .p_top_welcome_japan_box_body {
    width: 460px;
    margin: 20px 0 0;
  }
}
.p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box .p_top_welcome_japan_box_body b {
  color: #FFF;
}
.p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box .p_top_welcome_japan_box_map {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box .p_top_welcome_japan_box_map {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 0;
    width: 574px;
    margin: 0;
  }
}
.p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box .p_top_welcome_japan_box_button {
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box .p_top_welcome_japan_box_button {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 0;
    margin: 0;
  }
}
.p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box .p_top_welcome_japan_box_button a {
  padding: 6px 12px;
  color: #F57900;
  border-color: #727171;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box .p_top_welcome_japan_box_button a {
    padding: 12px 24px;
  }
}
.p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box .p_top_welcome_japan_box_button a .p_top_welcome_japan_box_title {
  font-size: 12px;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box .p_top_welcome_japan_box_button a .p_top_welcome_japan_box_title {
    font-size: 14px;
  }
}
.p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box .p_top_welcome_japan_box_button a .p_top_welcome_japan_box_icon {
  width: 14px;
  height: 14px;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_japan .p_top_welcome_japan_box .p_top_welcome_japan_box_button a .p_top_welcome_japan_box_icon {
    width: 16px;
    height: 16px;
  }
}
.p_top_welcome .p_top_welcome_subSection {
  position: relative;
  z-index: 0;
  margin: 40px 0 0;
}
.p_top_welcome .p_top_welcome_subSection .p_top_welcome_subSection_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_subSection .p_top_welcome_subSection_body {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_subSection .p_top_welcome_subSection_body p {
    width: 426px;
  }
}
.p_top_welcome .p_top_welcome_subSection .p_top_welcome_subSection_image {
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_subSection .p_top_welcome_subSection_image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 429px;
    margin: 0;
    overflow: hidden;
  }
}
.p_top_welcome .p_top_welcome_subSection .p_top_welcome_subSection_image img {
  width: auto;
  max-height: 214px;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_subSection .p_top_welcome_subSection_image img {
    max-width: none;
    height: 100%;
    max-height: none;
  }
}
.p_top_welcome .p_top_welcome_subSection .p_top_welcome_subSection_subImage {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 168px;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_subSection .p_top_welcome_subSection_subImage {
    width: 336px;
  }
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_subSection.subSection01 {
    height: 469px;
    margin: 80px 0 0;
  }
}
.p_top_welcome .p_top_welcome_subSection.subSection01 .p_top_welcome_subSection_image {
  padding-left: 80px;
  text-align: right;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_subSection.subSection01 .p_top_welcome_subSection_image {
    padding-left: 0;
  }
}
.p_top_welcome .p_top_welcome_subSection.subSection01 .p_top_welcome_subSection_subImage {
  left: 0;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_subSection.subSection02 {
    height: 429px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_subSection.subSection02 .p_top_welcome_subSection_body {
    align-items: flex-end;
    padding: 100px 0 0;
  }
}
.p_top_welcome .p_top_welcome_subSection.subSection02 .p_top_welcome_subSection_image {
  padding-right: 80px;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_subSection.subSection02 .p_top_welcome_subSection_image {
    padding-right: 0;
  }
}
.p_top_welcome .p_top_welcome_subSection.subSection02 .p_top_welcome_subSection_subImage {
  right: 0;
}
.p_top_welcome .p_top_welcome_scrollText {
  display: flex;
  width: 100%;
  overflow: hidden;
  font-family: "Chakra Petch", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .p_top_welcome .p_top_welcome_scrollText {
    font-size: 96px;
  }
}
.p_top_welcome .p_top_welcome_scrollText p {
  flex-shrink: 0;
  padding: 0 0 0 1em;
  white-space: nowrap;
}
@keyframes scrollText {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scrollText02 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.p_top_welcome .p_top_welcome_scrollText p:nth-child(odd) {
  animation: scrollText 24s -12s infinite linear;
}
.p_top_welcome .p_top_welcome_scrollText p:nth-child(even) {
  animation: scrollText02 24s infinite linear;
}

.p_top_reasons {
  background: url("./images/top/top_reasons_bg.webp") no-repeat center/cover;
}
.p_top_reasons .p_top_reasons_list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 50px 0 0;
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list {
    gap: 56px;
    margin: 100px 0 0;
  }
}
.p_top_reasons .p_top_reasons_list article {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list article {
    display: flex;
    border-radius: 24px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
  }
}
.p_top_reasons .p_top_reasons_list article .p_top_reasons_list_number {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 77px;
  aspect-ratio: 1/1;
  padding: 0 5px;
  font-family: "Chakra Petch", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.3;
  color: #FFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list article .p_top_reasons_list_number {
    width: 154px;
    padding: 0 10px;
    font-size: 104px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
  }
}
.p_top_reasons .p_top_reasons_list article .p_top_reasons_list_number::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  content: "";
  background: #F57900;
}
@media (max-width: 767px) {
  .p_top_reasons .p_top_reasons_list article .p_top_reasons_list_image {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list article .p_top_reasons_list_image {
    width: 600px;
  }
}
.p_top_reasons .p_top_reasons_list article .p_top_reasons_list_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding: 41px 24px;
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main {
    gap: 24px;
    padding: 82px 48px;
  }
}
.p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_body {
    gap: 16px;
  }
}
.p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_body p {
  color: #727171;
}
@media (max-width: 767px) {
  .p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_body p {
    line-height: 1.4;
  }
}
.p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_list {
    gap: 16px;
  }
}
.p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_list li {
  padding: 8px;
  text-align: center;
  border: 1px solid #C9CACA;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_list li {
    padding: 16px;
    border-radius: 8px;
  }
}
.p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_list li .p_top_reasons_list_main_list_title {
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #F57900;
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_list li .p_top_reasons_list_main_list_title {
    font-size: 22px;
  }
}
.p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_list li .p_top_reasons_list_main_list_icon {
  margin: 7px 0 0;
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_list li .p_top_reasons_list_main_list_icon {
    margin: 14px 0 0;
  }
}
.p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_list li .p_top_reasons_list_main_list_icon img {
  width: 24px;
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_list li .p_top_reasons_list_main_list_icon img {
    width: 48px;
  }
}
.p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_list li .p_top_reasons_list_main_list_body {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.2;
  color: #727171;
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_list li .p_top_reasons_list_main_list_body {
    margin: 8px 0 0;
    line-height: 1.3;
  }
}
.p_top_reasons .p_top_reasons_list article .p_top_reasons_list_main .p_top_reasons_list_main_button {
  text-align: right;
}
.p_top_reasons .p_top_reasons_list article:nth-of-type(odd) .p_top_reasons_list_number {
  left: 0;
}
.p_top_reasons .p_top_reasons_list article:nth-of-type(odd) .p_top_reasons_list_number::after {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list article:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .p_top_reasons .p_top_reasons_list article:nth-of-type(even) .p_top_reasons_list_number {
    left: 0;
  }
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list article:nth-of-type(even) .p_top_reasons_list_number {
    right: 0;
    text-align: right;
  }
}
.p_top_reasons .p_top_reasons_list article:nth-of-type(even) .p_top_reasons_list_number::after {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media (min-width: 768px) {
  .p_top_reasons .p_top_reasons_list article:nth-of-type(even) .p_top_reasons_list_number::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}

.p_top_letsGo {
  display: flex;
  align-items: center;
  padding: 100px 0 140px;
  color: #FFF;
  text-align: center;
  background: url("./images/top/top_letsGo_bg01.webp") no-repeat center/auto 100%, url("./images/top/top_letsGo_bg02.webp") no-repeat center/cover;
}
@media (min-width: 768px) {
  .p_top_letsGo {
    aspect-ratio: 1.44/1;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .p_top_letsGo {
    height: 1000px;
    aspect-ratio: auto;
  }
}
.p_top_letsGo .p_top_letsGo_title {
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p_top_letsGo .p_top_letsGo_title {
    font-size: 64px;
  }
}
.p_top_letsGo .p_top_letsGo_title span {
  background: linear-gradient(180deg, transparent 70%, #000 0%);
}
.p_top_letsGo .p_top_letsGo_body {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p_top_letsGo .p_top_letsGo_body {
    max-width: 660px;
  }
}

.p_giantsAndFans_title {
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p_giantsAndFans_title {
    font-size: 56px;
  }
}
.p_giantsAndFans_title::after {
  display: block;
  width: 36px;
  height: 2px;
  margin: 8px auto 0;
  content: "";
  background: #F57900;
}
@media (min-width: 768px) {
  .p_giantsAndFans_title::after {
    width: 72px;
    height: 4px;
    margin: 16px auto 0;
  }
}

.p_giantsAndFans_pageHeader {
  background-image: url("./images/giantsAndFans/giantsAndFans_pageHeader_bg.webp");
}

.p_giantsAndFans_about_image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 50px 0 0;
}
@media (min-width: 768px) {
  .p_giantsAndFans_about_image {
    gap: 30px;
    margin: 100px 0 0;
  }
}
.p_giantsAndFans_about_image li {
  aspect-ratio: 1/1;
}
.p_giantsAndFans_about_image li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_giantsAndFans_about_tokyoDome_image {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .p_giantsAndFans_about_tokyoDome_image {
    margin: 40px 0 0;
  }
}

.p_giantsAndFans_about_players_list {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .p_giantsAndFans_about_players_list {
    margin: 40px 0 0;
  }
}
.p_giantsAndFans_about_players_list article {
  height: 100%;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 10px -1.5px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .p_giantsAndFans_about_players_list article {
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.16);
  }
}
.p_giantsAndFans_about_players_list article .p_giantsAndFans_about_players_list_image {
  position: relative;
  z-index: 0;
  padding: 4px;
}
@media (min-width: 768px) {
  .p_giantsAndFans_about_players_list article .p_giantsAndFans_about_players_list_image {
    padding: 8px;
  }
}
.p_giantsAndFans_about_players_list article .p_giantsAndFans_about_players_list_image img {
  border-radius: 9999px;
}
.p_giantsAndFans_about_players_list article .p_giantsAndFans_about_players_list_image .p_giantsAndFans_about_players_list_image_number {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-family: "Chakra Petch", sans-serif;
  font-size: 52px;
  font-weight: bold;
  line-height: 0.7;
  color: transparent;
  text-indent: -0.04em;
  -webkit-text-stroke: 2px #F57900;
}
@media (min-width: 768px) {
  .p_giantsAndFans_about_players_list article .p_giantsAndFans_about_players_list_image .p_giantsAndFans_about_players_list_image_number {
    font-size: 104px;
  }
}
.p_giantsAndFans_about_players_list article .p_giantsAndFans_about_players_list_name {
  margin: 12px 0 0;
}
@media (min-width: 768px) {
  .p_giantsAndFans_about_players_list article .p_giantsAndFans_about_players_list_name {
    margin: 24px 0 0;
  }
}
.p_giantsAndFans_about_players_list article .p_giantsAndFans_about_players_list_body {
  margin: 8px 0 0;
  color: #727171;
}
@media (max-width: 767px) {
  .p_giantsAndFans_about_players_list article .p_giantsAndFans_about_players_list_body {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .p_giantsAndFans_about_players_list article .p_giantsAndFans_about_players_list_body {
    margin: 16px 0 0;
  }
}

.p_giantsAndFans_fans_gridImage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  aspect-ratio: auto;
}
@media (min-width: 768px) {
  .p_giantsAndFans_fans_gridImage {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .p_giantsAndFans_fans_gridImage div:nth-of-type(2) {
    display: flex;
    align-items: flex-end;
    transform: translateY(-40px);
  }
}
@media (min-width: 768px) {
  .p_giantsAndFans_fans_gridImage div:nth-of-type(2) img {
    width: 286px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .p_giantsAndFans_fans_gridImage div:nth-of-type(3) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .p_giantsAndFans_fans_gridImage div:nth-of-type(3) img {
    width: 270px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .p_giantsAndFans_fans_gridImage div:nth-of-type(4) {
    transform: translateY(-40px);
  }
}

.p_giantsAndFans_cheer_gear_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_gear_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0 0;
  }
}
.p_giantsAndFans_cheer_gear_list li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 10px -1.5px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_gear_list li {
    grid-template-columns: repeat(1, 1fr);
    border-radius: 16px;
    box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.16);
  }
}
.p_giantsAndFans_cheer_gear_list li .p_giantsAndFans_cheer_gear_list_image {
  aspect-ratio: 1/1;
}
.p_giantsAndFans_cheer_gear_list li .p_giantsAndFans_cheer_gear_list_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_giantsAndFans_cheer_gear_list li .p_giantsAndFans_cheer_gear_list_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_gear_list li .p_giantsAndFans_cheer_gear_list_main {
    padding: 32px;
  }
}
.p_giantsAndFans_cheer_gear_list li .p_giantsAndFans_cheer_gear_list_main .p_giantsAndFans_cheer_gear_list_main_body {
  margin: 8px 0 0;
  color: #727171;
}
@media (max-width: 767px) {
  .p_giantsAndFans_cheer_gear_list li .p_giantsAndFans_cheer_gear_list_main .p_giantsAndFans_cheer_gear_list_main_body {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_gear_list li .p_giantsAndFans_cheer_gear_list_main .p_giantsAndFans_cheer_gear_list_main_body {
    margin: 16px 0 0;
  }
}

.p_giantsAndFans_cheer_outfit_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_outfit_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 40px 0 0;
  }
}
.p_giantsAndFans_cheer_outfit_list li {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_outfit_list li {
    border-radius: 16px;
  }
}
.p_giantsAndFans_cheer_outfit_list li .p_giantsAndFans_cheer_outfit_list_image {
  aspect-ratio: 1/1.8;
}
.p_giantsAndFans_cheer_outfit_list li .p_giantsAndFans_cheer_outfit_list_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_giantsAndFans_cheer_outfit_list li .p_giantsAndFans_cheer_outfit_list_main {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_outfit_list li .p_giantsAndFans_cheer_outfit_list_main {
    padding: 32px;
  }
}
.p_giantsAndFans_cheer_outfit_list li .p_giantsAndFans_cheer_outfit_list_main .p_giantsAndFans_cheer_outfit_list_main_title {
  color: #FFF;
}
.p_giantsAndFans_cheer_outfit_list li .p_giantsAndFans_cheer_outfit_list_main .p_giantsAndFans_cheer_outfit_list_main_body {
  height: 7em;
  margin: 4px 0 0;
  color: #F4F4F4;
}
@media (max-width: 767px) {
  .p_giantsAndFans_cheer_outfit_list li .p_giantsAndFans_cheer_outfit_list_main .p_giantsAndFans_cheer_outfit_list_main_body {
    line-height: 1.4;
  }
}
@media (min-width: 340px) {
  .p_giantsAndFans_cheer_outfit_list li .p_giantsAndFans_cheer_outfit_list_main .p_giantsAndFans_cheer_outfit_list_main_body {
    height: 5.6em;
  }
}
@media (min-width: 400px) {
  .p_giantsAndFans_cheer_outfit_list li .p_giantsAndFans_cheer_outfit_list_main .p_giantsAndFans_cheer_outfit_list_main_body {
    height: 4.2em;
  }
}
@media (min-width: 540px) {
  .p_giantsAndFans_cheer_outfit_list li .p_giantsAndFans_cheer_outfit_list_main .p_giantsAndFans_cheer_outfit_list_main_body {
    height: 2.8em;
  }
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_outfit_list li .p_giantsAndFans_cheer_outfit_list_main .p_giantsAndFans_cheer_outfit_list_main_body {
    height: 4.5em;
    margin: 8px 0 0;
  }
}

.p_giantsAndFans_cheer_shop {
  padding: 28px;
  margin: 50px 0 0;
  background: rgba(245, 121, 0, 0.1);
  border-radius: 12px;
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_shop {
    padding: 56px;
    margin: 100px 0 0;
    border-radius: 24px;
  }
}
.p_giantsAndFans_cheer_shop .p_giantsAndFans_cheer_shop_main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_shop .p_giantsAndFans_cheer_shop_main {
    flex-direction: row;
    gap: 40px;
    align-items: center;
    margin: 40px 0 0;
  }
}
.p_giantsAndFans_cheer_shop .p_giantsAndFans_cheer_shop_main .p_giantsAndFans_cheer_shop_main_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_shop .p_giantsAndFans_cheer_shop_main .p_giantsAndFans_cheer_shop_main_list {
    gap: 32px;
  }
}
.p_giantsAndFans_cheer_shop .p_giantsAndFans_cheer_shop_main .p_giantsAndFans_cheer_shop_main_list li {
  padding: 8px 0 8px 12px;
  border-left: 2px solid #F57900;
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_shop .p_giantsAndFans_cheer_shop_main .p_giantsAndFans_cheer_shop_main_list li {
    padding: 16px 0 16px 24px;
    border-left: 4px solid #F57900;
  }
}
.p_giantsAndFans_cheer_shop .p_giantsAndFans_cheer_shop_main .p_giantsAndFans_cheer_shop_main_list li .p_giantsAndFans_cheer_shop_main_list_name {
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_shop .p_giantsAndFans_cheer_shop_main .p_giantsAndFans_cheer_shop_main_list li .p_giantsAndFans_cheer_shop_main_list_name {
    font-size: 24px;
  }
}
.p_giantsAndFans_cheer_shop .p_giantsAndFans_cheer_shop_main .p_giantsAndFans_cheer_shop_main_list li .p_giantsAndFans_cheer_shop_main_list_body {
  margin: 8px 0 0;
  color: #727171;
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_shop .p_giantsAndFans_cheer_shop_main .p_giantsAndFans_cheer_shop_main_list li .p_giantsAndFans_cheer_shop_main_list_body {
    margin: 16px 0 0;
  }
}
.p_giantsAndFans_cheer_shop .p_giantsAndFans_cheer_shop_main .p_giantsAndFans_cheer_shop_main_image {
  flex: 1 1 0;
}
.p_giantsAndFans_cheer_shop .p_giantsAndFans_cheer_shop_main_sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_shop .p_giantsAndFans_cheer_shop_main_sub {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 40px 0 0;
  }
}

.p_giantsAndFans_cheer_guidelines_main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 12px 0 0;
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_guidelines_main {
    flex-direction: row;
    gap: 32px;
    margin: 24px 0 0;
  }
}
.p_giantsAndFans_cheer_guidelines_main .p_giantsAndFans_cheer_guidelines_main_body {
  flex: 1 1 0;
}
.p_giantsAndFans_cheer_guidelines_main .p_giantsAndFans_cheer_guidelines_main_map {
  padding: 8px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .p_giantsAndFans_cheer_guidelines_main .p_giantsAndFans_cheer_guidelines_main_map {
    width: 420px;
    padding: 16px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  }
}

.p_giantsAndFans_electrifying {
  height: 730px;
  padding: 25px 0 0;
  margin: 35px 0 0;
  background: url("./images/giantsAndFans/giantsAndFans_electrifying_bg01.webp") no-repeat left -8px bottom 133px/150px auto, url("./images/giantsAndFans/giantsAndFans_electrifying_bg02.webp") no-repeat right -16px bottom -17px/178px auto, linear-gradient(180deg, #FFF 0%, rgba(115, 115, 115, 0) 60%), url("./images/giantsAndFans/giantsAndFans_electrifying_bg03.webp") no-repeat center/cover;
}
@media (min-width: 768px) {
  .p_giantsAndFans_electrifying {
    height: 1100px;
    padding: 50px 0 0;
    margin: 70px 0 0;
    background: url("./images/giantsAndFans/giantsAndFans_electrifying_bg01.webp") no-repeat right calc(50% + 520px) bottom 366px/451px auto, url("./images/giantsAndFans/giantsAndFans_electrifying_bg02.webp") no-repeat left calc(50% + 500px) bottom -50px/538px auto, linear-gradient(180deg, #FFF 0%, rgba(115, 115, 115, 0) 60%), url("./images/giantsAndFans/giantsAndFans_electrifying_bg03.webp") no-repeat center/cover;
  }
}

.p_experience_note_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 12px 0 0;
}
@media (min-width: 768px) {
  .p_experience_note_list {
    gap: 8px;
    margin: 24px 0 0;
  }
}
.p_experience_note_list li {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 6px;
  background: #FFF;
  border: 1px solid #C9CACA;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p_experience_note_list li {
    gap: 8px;
    padding: 12px;
    border-radius: 8px;
  }
}
.p_experience_note_list li .p_experience_note_list_icon {
  width: 18px;
}
@media (min-width: 768px) {
  .p_experience_note_list li .p_experience_note_list_icon {
    width: 24px;
  }
}
.p_experience_note_list li .p_experience_note_list_title {
  flex: 1 1 0;
}

.p_experience_pageHeader {
  background-image: url("./images/experience/experience_pageHeader_bg.webp");
}

.p_experience_experience {
  position: relative;
  z-index: 0;
  padding: 60px 0 125px;
  background: url("./images/experience/experience_experience_bg01.webp") no-repeat center bottom/224px auto, linear-gradient(180deg, #FFF 50%, rgba(255, 255, 255, 0) 100%), url("./images/experience/experience_experience_bg02.webp") no-repeat center/cover;
}
@media (min-width: 768px) {
  .p_experience_experience {
    padding: 120px 0 250px;
    background: url("./images/experience/experience_experience_bg01.webp") no-repeat right calc(50% + 496px) bottom/448px auto, linear-gradient(180deg, #FFF 50%, rgba(255, 255, 255, 0) 100%), url("./images/experience/experience_experience_bg02.webp") no-repeat center/cover;
  }
}
@media (min-width: 768px) {
  .p_experience_experience .p_experience_experience_main {
    width: 650px;
  }
}
.p_experience_experience .p_experience_experience_image {
  position: relative;
  z-index: 0;
  width: 280px;
  aspect-ratio: 1/1;
  margin: 50px auto 30px;
}
@media (min-width: 768px) {
  .p_experience_experience .p_experience_experience_image {
    position: absolute;
    top: 125px;
    left: calc(50% + 260px);
    z-index: 0;
    width: 514px;
    margin: 0;
  }
}
.p_experience_experience .p_experience_experience_image::after {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  content: "";
  background: linear-gradient(135deg, #F57900 0%, #E8B61E 100%) border-box;
  border: 30px solid transparent;
  border-radius: 9999px;
  -webkit-mask: linear-gradient(#FFF 0 0) padding-box, linear-gradient(#FFF 0 0) border-box;
          mask: linear-gradient(#FFF 0 0) padding-box, linear-gradient(#FFF 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
@media (min-width: 768px) {
  .p_experience_experience .p_experience_experience_image::after {
    border-width: 60px;
  }
}
.p_experience_experience .p_experience_experience_image li {
  position: absolute;
  z-index: 1;
  aspect-ratio: 1/1;
  overflow: hidden;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .p_experience_experience .p_experience_experience_image li {
    box-shadow: 0 16px 30px 0 rgba(0, 0, 0, 0.25);
  }
}
.p_experience_experience .p_experience_experience_image li:nth-of-type(1) {
  top: 50%;
  left: -50px;
  z-index: 2;
  width: 190px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .p_experience_experience .p_experience_experience_image li:nth-of-type(1) {
    left: -100px;
    width: 380px;
  }
}
.p_experience_experience .p_experience_experience_image li:nth-of-type(2) {
  top: -30px;
  left: calc(50% + 8px);
  width: 100px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p_experience_experience .p_experience_experience_image li:nth-of-type(2) {
    top: -60px;
    left: calc(50% + 16px);
    width: 200px;
  }
}
.p_experience_experience .p_experience_experience_image li:nth-of-type(3) {
  top: 50%;
  right: -15px;
  width: 75px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .p_experience_experience .p_experience_experience_image li:nth-of-type(3) {
    right: -30px;
    width: 150px;
  }
}
.p_experience_experience .p_experience_experience_image li:nth-of-type(4) {
  bottom: -30px;
  left: calc(50% + 8px);
  width: 100px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p_experience_experience .p_experience_experience_image li:nth-of-type(4) {
    bottom: -60px;
    left: calc(50% + 16px);
    width: 200px;
  }
}
@keyframes experience_image {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
    filter: blur(0);
  }
  30% {
    opacity: 0;
    filter: blur(10px);
  }
  95% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.p_experience_experience .p_experience_experience_image li img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: experience_image 8s infinite;
}
.p_experience_experience .p_experience_experience_image li img:nth-of-type(2) {
  animation-delay: -6s;
}
.p_experience_experience .p_experience_experience_image li img:nth-of-type(3) {
  animation-delay: -4s;
}
.p_experience_experience .p_experience_experience_image li img:nth-of-type(4) {
  animation-delay: -2s;
}

@media (min-width: 768px) {
  .p_experience_entertainment_body {
    width: 880px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p_experience_entertainment_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  margin: 50px 0 0;
}
@media (min-width: 768px) {
  .p_experience_entertainment_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 100px 0 0;
  }
}
.p_experience_entertainment_list li {
  overflow: hidden;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 10px -1.5px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .p_experience_entertainment_list li {
    border-radius: 16px;
    box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.16);
  }
}
.p_experience_entertainment_list li .p_experience_entertainment_list_image {
  aspect-ratio: 1.5/1;
}
.p_experience_entertainment_list li .p_experience_entertainment_list_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_experience_entertainment_list li .p_experience_entertainment_list_main {
  padding: 16px;
}
@media (min-width: 768px) {
  .p_experience_entertainment_list li .p_experience_entertainment_list_main {
    padding: 32px;
  }
}
.p_experience_entertainment_list li .p_experience_entertainment_list_main .p_experience_entertainment_list_main_body {
  margin: 8px 0 0;
  color: #727171;
}
@media (max-width: 767px) {
  .p_experience_entertainment_list li .p_experience_entertainment_list_main .p_experience_entertainment_list_main_body {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .p_experience_entertainment_list li .p_experience_entertainment_list_main .p_experience_entertainment_list_main_body {
    margin: 16px 0 0;
  }
}

.p_experience_entertainment_mascots_box {
  position: relative;
  z-index: 0;
}
.p_experience_entertainment_mascots_box .p_experience_entertainment_mascots_box_image01 {
  position: absolute;
  top: -47px;
  left: -30px;
  z-index: 0;
  width: 62px;
}
@media (min-width: 768px) {
  .p_experience_entertainment_mascots_box .p_experience_entertainment_mascots_box_image01 {
    top: -94px;
    left: -60px;
    width: 124px;
  }
}
.p_experience_entertainment_mascots_box .p_experience_entertainment_mascots_box_image02 {
  position: absolute;
  right: -23px;
  bottom: -34px;
  z-index: 0;
  width: 50px;
}
@media (min-width: 768px) {
  .p_experience_entertainment_mascots_box .p_experience_entertainment_mascots_box_image02 {
    right: -46px;
    bottom: -68px;
    width: 101px;
  }
}

@media (min-width: 768px) {
  .p_experience_food_body {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p_experience_food_list {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .p_experience_food_list {
    margin: 40px 0 0;
  }
}
.p_experience_food_list article {
  height: 100%;
  overflow: hidden;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 10px -1.5px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .p_experience_food_list article {
    border-radius: 16px;
    box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.16);
  }
}
.p_experience_food_list article .p_experience_food_list_image {
  aspect-ratio: 1/1;
}
.p_experience_food_list article .p_experience_food_list_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_experience_food_list article .p_experience_food_list_main {
  padding: 12px 16px 16px;
}
@media (min-width: 768px) {
  .p_experience_food_list article .p_experience_food_list_main {
    padding: 24px 32px 32px;
  }
}
.p_experience_food_list article .p_experience_food_list_main .p_experience_food_list_main_body {
  margin: 8px 0 0;
  color: #727171;
}
@media (max-width: 767px) {
  .p_experience_food_list article .p_experience_food_list_main .p_experience_food_list_main_body {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .p_experience_food_list article .p_experience_food_list_main .p_experience_food_list_main_body {
    margin: 16px 0 0;
  }
}

.p_experience_food_button {
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p_experience_food_button {
    margin: 40px 0 0;
  }
}

.p_experience_beer_box {
  position: relative;
  z-index: 0;
}
.p_experience_beer_box .p_experience_beer_box_thirdTitle {
  margin: 8px 0 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p_experience_beer_box .p_experience_beer_box_thirdTitle {
    margin: 16px 0 0;
  }
}
.p_experience_beer_box .p_experience_beer_box_orderList {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 4px 0 0;
}
@media (min-width: 768px) {
  .p_experience_beer_box .p_experience_beer_box_orderList {
    margin: 8px 0 0;
  }
}
.p_experience_beer_box .p_experience_beer_box_orderList li {
  display: flex;
  gap: 4px;
  align-items: center;
}
@media (min-width: 768px) {
  .p_experience_beer_box .p_experience_beer_box_orderList li {
    gap: 8px;
  }
}
.p_experience_beer_box .p_experience_beer_box_orderList li .p_experience_beer_box_orderList_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  background: #F57900;
  border-radius: 9999px;
}
.p_experience_beer_box .p_experience_beer_box_orderList li .p_experience_beer_box_orderList_main {
  flex: 1 1 0;
  color: #727171;
}
.p_experience_beer_box .p_experience_beer_box_orderNote {
  margin: 8px 0 0;
  font-size: 14px;
  color: #727171;
}
@media (min-width: 768px) {
  .p_experience_beer_box .p_experience_beer_box_orderNote {
    margin: 16px 0 0;
  }
}
.p_experience_beer_box .p_experience_beer_box_image {
  position: absolute;
  right: -59px;
  bottom: -12px;
  z-index: 0;
  width: 118px;
}
@media (min-width: 768px) {
  .p_experience_beer_box .p_experience_beer_box_image {
    right: -118px;
    bottom: -24px;
    width: 237px;
  }
}

.p_experience_beer_order {
  position: relative;
  z-index: 1;
  padding: 28px;
  margin: 50px 0 0;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 #F3DFCD;
}
@media (min-width: 768px) {
  .p_experience_beer_order {
    padding: 56px;
    margin: 100px 0 0;
    border-radius: 24px;
    box-shadow: 0 0 20px 0 #F3DFCD;
  }
}
.p_experience_beer_order .p_experience_beer_order_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p_experience_beer_order .p_experience_beer_order_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 40px 0 0;
  }
}
.p_experience_beer_order .p_experience_beer_order_list li .p_experience_beer_order_list_image {
  aspect-ratio: 1.5/1;
}
.p_experience_beer_order .p_experience_beer_order_list li .p_experience_beer_order_list_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_experience_beer_order .p_experience_beer_order_list li .p_experience_beer_order_list_name {
  margin: 8px 0 0;
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p_experience_beer_order .p_experience_beer_order_list li .p_experience_beer_order_list_name {
    margin: 16px 0 0;
    font-size: 24px;
  }
}
.p_experience_beer_order .p_experience_beer_order_list li .p_experience_beer_order_list_body {
  margin: 4px 0 0;
  color: #727171;
}
@media (max-width: 767px) {
  .p_experience_beer_order .p_experience_beer_order_list li .p_experience_beer_order_list_body {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .p_experience_beer_order .p_experience_beer_order_list li .p_experience_beer_order_list_body {
    margin: 8px 0 0;
  }
}
.p_experience_beer_order .p_experience_beer_order_note {
  padding: 24px;
}
@media (min-width: 768px) {
  .p_experience_beer_order .p_experience_beer_order_note {
    padding: 48px;
  }
}
.p_experience_beer_order .p_experience_beer_order_image {
  position: absolute;
  bottom: -60px;
  left: -74px;
  z-index: 0;
  width: 132px;
}
@media (min-width: 768px) {
  .p_experience_beer_order .p_experience_beer_order_image {
    bottom: -120px;
    left: -147px;
    width: 265px;
  }
}

.p_tokyoDome_pageHeader {
  background-image: url("./images/tokyoDome/tokyoDome_pageHeader_bg.webp");
}

.p_tokyoDome_about {
  position: relative;
  z-index: 0;
  padding: 60px 0 150px;
  background: linear-gradient(180deg, #FFF 60%, rgba(255, 255, 255, 0) 100%), url("./images/tokyoDome/tokyoDome_about_bg.webp") no-repeat center/cover;
}
@media (min-width: 768px) {
  .p_tokyoDome_about {
    padding: 120px 0 300px;
  }
}
@media (min-width: 768px) {
  .p_tokyoDome_about .p_tokyoDome_about_main {
    width: 650px;
  }
}
.p_tokyoDome_about .p_tokyoDome_about_image {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .p_tokyoDome_about .p_tokyoDome_about_image {
    position: absolute;
    top: 120px;
    left: calc(50% + 162px);
    z-index: 0;
    width: 478px;
    margin: 0;
  }
}

.p_tokyoDome_reasons_list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 70px 0 0;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_list {
    gap: 100px;
    margin: 140px 0 0;
  }
}
.p_tokyoDome_reasons_list .p_tokyoDome_reasons_list_box {
  position: relative;
  z-index: 0;
  padding: 32px 28px;
  border-radius: 12px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_list .p_tokyoDome_reasons_list_box {
    padding: 64px 56px;
    border-radius: 24px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
  }
}
.p_tokyoDome_reasons_list .p_tokyoDome_reasons_list_box .p_tokyoDome_reasons_list_box_number {
  position: absolute;
  top: 0;
  left: 8px;
  z-index: 0;
  font-family: "Chakra Petch", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.3;
  color: #F57900;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_list .p_tokyoDome_reasons_list_box .p_tokyoDome_reasons_list_box_number {
    left: 16px;
    font-size: 104px;
  }
}

.p_tokyoDome_reasons_01_gate {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_01_gate {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin: 40px 0 0;
  }
}
.p_tokyoDome_reasons_01_gate li .p_tokyoDome_reasons_01_gate_image {
  aspect-ratio: 1.5/1;
}
.p_tokyoDome_reasons_01_gate li .p_tokyoDome_reasons_01_gate_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_tokyoDome_reasons_01_gate li .p_tokyoDome_reasons_01_gate_title {
  margin: 12px 0 0;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_01_gate li .p_tokyoDome_reasons_01_gate_title {
    margin: 24px 0 0;
  }
}
.p_tokyoDome_reasons_01_gate li .p_tokyoDome_reasons_01_gate_body {
  margin: 8px 0 0;
  color: #727171;
}
@media (max-width: 767px) {
  .p_tokyoDome_reasons_01_gate li .p_tokyoDome_reasons_01_gate_body {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_01_gate li .p_tokyoDome_reasons_01_gate_body {
    margin: 16px 0 0;
  }
}

.p_tokyoDome_reasons_01_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 14px;
  padding: 70% 28px 0;
  margin: 30px -28px 0;
  background: url("./images/tokyoDome/tokyoDome_reasons_01_list_bg.webp") no-repeat center top/contain;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_01_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 27px;
    padding: 600px 31px 0;
    margin: 60px 0 0;
  }
}
.p_tokyoDome_reasons_01_list li {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_01_list li {
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  }
}
.p_tokyoDome_reasons_01_list li .p_tokyoDome_reasons_01_list_header {
  position: relative;
  z-index: 0;
  aspect-ratio: 1/1;
}
.p_tokyoDome_reasons_01_list li .p_tokyoDome_reasons_01_list_header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_tokyoDome_reasons_01_list li .p_tokyoDome_reasons_01_list_header .p_tokyoDome_reasons_01_list_header_title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 8px;
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_01_list li .p_tokyoDome_reasons_01_list_header .p_tokyoDome_reasons_01_list_header_title {
    padding: 16px;
    font-size: 18px;
  }
}
.p_tokyoDome_reasons_01_list li .p_tokyoDome_reasons_01_list_body {
  padding: 12px;
  color: #727171;
}
@media (max-width: 767px) {
  .p_tokyoDome_reasons_01_list li .p_tokyoDome_reasons_01_list_body {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_01_list li .p_tokyoDome_reasons_01_list_body {
    padding: 24px;
  }
}

.p_tokyoDome_reasons_02_access {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_02_access {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_02_access .p_tokyoDome_reasons_02_access_main {
    width: 440px;
  }
}
.p_tokyoDome_reasons_02_access .p_tokyoDome_reasons_02_access_main .p_tokyoDome_reasons_02_access_main_button {
  margin: 28px 0 0;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_02_access .p_tokyoDome_reasons_02_access_main .p_tokyoDome_reasons_02_access_main_button {
    margin: 56px 0 0;
  }
}
.p_tokyoDome_reasons_02_access .p_tokyoDome_reasons_02_access_map {
  flex: 1 1 0;
}

.p_tokyoDome_reasons_02_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 16px;
  margin: 30px 0 0;
  text-align: center;
  background: rgba(245, 121, 0, 0.1);
  border-radius: 12px;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_02_list {
    grid-template-columns: repeat(3, 1fr);
    padding: 32px;
    margin: 60px 0 0;
    border-radius: 24px;
  }
}
.p_tokyoDome_reasons_02_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_02_list li {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .p_tokyoDome_reasons_02_list li:not(:last-of-type) {
    border-bottom: 1px solid #E8DBCD;
  }
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_02_list li:not(:last-of-type) {
    border-right: 1px solid #E8DBCD;
  }
}
.p_tokyoDome_reasons_02_list li .p_tokyoDome_reasons_02_list_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
  background: #F57900;
  border-radius: 9999px;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_02_list li .p_tokyoDome_reasons_02_list_icon {
    width: 80px;
  }
}
.p_tokyoDome_reasons_02_list li .p_tokyoDome_reasons_02_list_icon img {
  width: 21px;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_02_list li .p_tokyoDome_reasons_02_list_icon img {
    width: 42px;
  }
}
.p_tokyoDome_reasons_02_list li .p_tokyoDome_reasons_02_list_title {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_02_list li .p_tokyoDome_reasons_02_list_title {
    margin: 16px 0 0;
    font-size: 18px;
  }
}
.p_tokyoDome_reasons_02_list li .p_tokyoDome_reasons_02_list_body {
  margin: 4px 0 0;
  color: #727171;
}
@media (max-width: 767px) {
  .p_tokyoDome_reasons_02_list li .p_tokyoDome_reasons_02_list_body {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_02_list li .p_tokyoDome_reasons_02_list_body {
    margin: 8px 0 0;
  }
}

.p_tokyoDome_reasons_02_lockers {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_02_lockers {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_02_lockers .p_tokyoDome_reasons_02_lockers_main {
    width: 440px;
  }
}
.p_tokyoDome_reasons_02_lockers .p_tokyoDome_reasons_02_lockers_main .p_tokyoDome_reasons_02_lockers_main_button {
  margin: 28px 0 0;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_02_lockers .p_tokyoDome_reasons_02_lockers_main .p_tokyoDome_reasons_02_lockers_main_button {
    margin: 56px 0 0;
  }
}
.p_tokyoDome_reasons_02_lockers .p_tokyoDome_reasons_02_lockers_image {
  flex: 1 1 0;
}

.p_tokyoDome_reasons_02_button {
  margin: 20px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_02_button {
    margin: 40px 0 0;
  }
}

.p_tokyoDome_reasons_03 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_03 {
    flex-direction: row-reverse;
    gap: 48px;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_main {
    width: 440px;
  }
}
.p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_main .p_tokyoDome_reasons_03_main_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
  margin: 28px 0 0;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_main .p_tokyoDome_reasons_03_main_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 56px 0 0;
    text-align: center;
  }
}
.p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_main .p_tokyoDome_reasons_03_main_list li {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border: 1px solid #C9CACA;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_main .p_tokyoDome_reasons_03_main_list li {
    flex-direction: column;
    gap: 0;
    padding: 16px;
    border-radius: 8px;
  }
}
.p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_main .p_tokyoDome_reasons_03_main_list li .p_tokyoDome_reasons_03_main_list_icon img {
  width: 35px;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_main .p_tokyoDome_reasons_03_main_list li .p_tokyoDome_reasons_03_main_list_icon img {
    width: 70px;
  }
}
.p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_main .p_tokyoDome_reasons_03_main_list li .p_tokyoDome_reasons_03_main_list_body {
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #F57900;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_main .p_tokyoDome_reasons_03_main_list li .p_tokyoDome_reasons_03_main_list_body {
    font-size: 18px;
  }
}
.p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_image {
  position: relative;
  z-index: 0;
  flex: 1 1 0;
  padding: 36px;
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_image {
    padding: 71px;
  }
}
.p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_image .p_tokyoDome_reasons_03_image_top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 46%;
}
.p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_image .p_tokyoDome_reasons_03_image_top img {
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.25));
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_image .p_tokyoDome_reasons_03_image_top img {
    filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.25));
  }
}
.p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_image .p_tokyoDome_reasons_03_image_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 33%;
}
.p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_image .p_tokyoDome_reasons_03_image_bottom img {
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.25));
}
@media (min-width: 768px) {
  .p_tokyoDome_reasons_03 .p_tokyoDome_reasons_03_image .p_tokyoDome_reasons_03_image_bottom img {
    filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.25));
  }
}

.p_tokyoDome_explore {
  background: url("./images/tokyoDome/tokyoDome_explore_bg.webp") no-repeat center/cover;
}

.p_tokyoDome_explore_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 50px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin: 100px 0 0;
  }
}
.p_tokyoDome_explore_list li {
  overflow: hidden;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 10px -1.5px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_list li {
    border-radius: 16px;
    box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.16);
  }
}
.p_tokyoDome_explore_list li .p_tokyoDome_explore_list_image {
  aspect-ratio: 1.5/1;
}
.p_tokyoDome_explore_list li .p_tokyoDome_explore_list_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_tokyoDome_explore_list li .p_tokyoDome_explore_list_main {
  padding: 12px 16px 16px;
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_list li .p_tokyoDome_explore_list_main {
    padding: 24px 32px 32px;
  }
}
.p_tokyoDome_explore_list li .p_tokyoDome_explore_list_main .p_tokyoDome_explore_list_main_body {
  margin: 8px 0 0;
  color: #727171;
}
@media (max-width: 767px) {
  .p_tokyoDome_explore_list li .p_tokyoDome_explore_list_main .p_tokyoDome_explore_list_main_body {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_list li .p_tokyoDome_explore_list_main .p_tokyoDome_explore_list_main_body {
    margin: 16px 0 0;
  }
}

.p_tokyoDome_explore_pickUp {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 50px 0 0;
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_pickUp {
    gap: 40px;
    margin: 100px 0 0;
  }
}
.p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box {
    flex-direction: row;
    border-radius: 24px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
  }
}
.p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box .p_tokyoDome_explore_pickUp_box_image {
  position: relative;
  z-index: 0;
  aspect-ratio: 1.5/1;
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box .p_tokyoDome_explore_pickUp_box_image {
    width: 600px;
  }
}
.p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box .p_tokyoDome_explore_pickUp_box_image .p_tokyoDome_explore_pickUp_box_image_label {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 76px;
  height: 45px;
  aspect-ratio: 1;
  padding: 4px 2px;
  background: #F57900;
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box .p_tokyoDome_explore_pickUp_box_image .p_tokyoDome_explore_pickUp_box_image_label {
    width: 152px;
    height: 90px;
    padding: 8px 4px;
  }
}
.p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box .p_tokyoDome_explore_pickUp_box_image .p_tokyoDome_explore_pickUp_box_image_label span {
  display: block;
  font-family: "Chakra Petch", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: #FFF;
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box .p_tokyoDome_explore_pickUp_box_image .p_tokyoDome_explore_pickUp_box_image_label span {
    font-size: 22px;
  }
}
.p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box .p_tokyoDome_explore_pickUp_box_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box .p_tokyoDome_explore_pickUp_box_main {
  flex: 1 1 0;
  padding: 24px;
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box .p_tokyoDome_explore_pickUp_box_main {
    padding: 48px;
  }
}
.p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box .p_tokyoDome_explore_pickUp_box_main .p_tokyoDome_explore_pickUp_box_main_body {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box .p_tokyoDome_explore_pickUp_box_main .p_tokyoDome_explore_pickUp_box_main_body {
    margin: 40px 0 0;
  }
}
.p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box:nth-of-type(odd) .p_tokyoDome_explore_pickUp_box_image .p_tokyoDome_explore_pickUp_box_image_label {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box:nth-of-type(odd) .p_tokyoDome_explore_pickUp_box_image .p_tokyoDome_explore_pickUp_box_image_label span {
  transform: rotate(-30deg);
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box:nth-of-type(even) .p_tokyoDome_explore_pickUp_box_image .p_tokyoDome_explore_pickUp_box_image_label {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box:nth-of-type(even) .p_tokyoDome_explore_pickUp_box_image .p_tokyoDome_explore_pickUp_box_image_label {
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
.p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box:nth-of-type(even) .p_tokyoDome_explore_pickUp_box_image .p_tokyoDome_explore_pickUp_box_image_label span {
  transform: rotate(-30deg);
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_pickUp .p_tokyoDome_explore_pickUp_box:nth-of-type(even) .p_tokyoDome_explore_pickUp_box_image .p_tokyoDome_explore_pickUp_box_image_label span {
    text-align: right;
    transform: rotate(30deg);
  }
}

.p_tokyoDome_explore_check {
  padding: 28px;
  margin: 50px 0 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_check {
    padding: 56px;
    margin: 100px 0 0;
    border-radius: 24px;
  }
}
.p_tokyoDome_explore_check .p_tokyoDome_explore_check_title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFF;
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_check .p_tokyoDome_explore_check_title {
    gap: 16px;
    font-size: 24px;
  }
}
.p_tokyoDome_explore_check .p_tokyoDome_explore_check_title .p_tokyoDome_explore_check_title_icon {
  width: 24px;
}
@media (min-width: 768px) {
  .p_tokyoDome_explore_check .p_tokyoDome_explore_check_title .p_tokyoDome_explore_check_title_icon {
    width: 48px;
  }
}
@media (max-width: 767px) {
  .p_tokyoDome_explore_check .p_tokyoDome_explore_check_title .p_tokyoDome_explore_check_title_text {
    flex: 1 1 0;
  }
}
.p_tokyoDome_explore_check .p_tokyoDome_explore_check_button {
  margin: 24px 0 0;
  text-align: center;
}

@media (min-width: 480px) {
  .u_hide_sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .u_hide_md {
    display: none;
  }
}
@media (min-width: 1024px) {
  .u_hide_lg {
    display: none;
  }
}
@media (min-width: 1280px) {
  .u_hide_xl {
    display: none;
  }
}
@media (max-width: 479px) {
  .u_hide_usm {
    display: none;
  }
}
@media (max-width: 767px) {
  .u_hide_umd {
    display: none;
  }
}
@media (max-width: 1023px) {
  .u_hide_ulg {
    display: none;
  }
}
@media (max-width: 1279px) {
  .u_hide_uxl {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */