@font-face {
  font-family: "Poppins";
  src: url("/common/font/Poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-light";
  src: url("/common/font/Poppins/Poppins-Light.ttf") format("truetype");
}

/* @font-face {
  font-family: "Montserrat-Italic";
  src: url("/common/font/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  src: url("/common/font/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
} */

@font-face {
  font-family: "ZenKakuGothicAntique";
  src: url("/common/font/ZenKakuGothicAntique-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "ZenKakuGothicAntique-Bold";
  src: url("/common/font/ZenKakuGothicAntique-Bold.ttf") format("truetype");
}

.font-gothic {
  font-family: "ZenKakuGothicAntique", "游ゴシック体", "Yu Gothic" !important;
}

.font-gothic-bold {
  font-family: "ZenKakuGothicAntique-Bold", "ZenKakuGothicAntique" !important;
}

.top-page .pc-gnav,
.header-open-menu-top {
  position: absolute;
}

.top-page .pc-gnav {
  opacity: 0;
  transition: opacity 0.1s linear 0.5s;
}

.top-page.is-loaded .pc-gnav {
  opacity: 1;
}

#top-con,
#top-con .l-contents {
  margin: 0 auto;
  width: 100%;
}

#top-con .l-contents {
  background-color: #fff;
  min-height: auto;
  /* overflow: hidden; */
  padding: 61px 0 0;
  position: relative;
}

.top-en .l-contents {
  padding: 0 !important;
}

.top-en .header-main-img {
  margin-bottom: 0 !important;
}

#top-con .l-main__inner {
  margin-bottom: 0;
  padding-top: 0;
}

#top-con .l-main {
  max-width: unset;
  padding: 0;
  width: 1230px;
}

#top-con {
  background: #fff;
  margin: 0 auto;
}

.l-wrapper-top.l-wrapper,
.l-wrapper-top .l-contents {
  background-color: #fff;
}

.l-wrapper-top.l-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.l-wrapper-top .l-sideR {
  float: none;
  position: absolute;
  right: -30px;
  width: 210px;
}

.top-page .l-sideR {
  right: 30px;
  top: 10px;
}

.top-caution {
  padding: 40px 60px 0;
}

.top-caution.bg-gray {
  background-color: #e3e3e3;
}

.top-caution__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 3px solid var(--key-color);
  color: #000;
  font-size: 32px;
  min-height: 120px;
  box-sizing: border-box;
  font-family: "ZenKakuGothicAntique-Bold", "ZenKakuGothicAntique" !important;
  text-align: center;
}

.top-caution.bg-gray .top-caution__link {
  background-color: #fff;
}

.top__mainwrap {
  line-height: 1.8;
}

.top__eventdate {
  color: #000;
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 1em 0;
  text-align: center;
}

.top-2025-img {
  background-color: #D8D8D8;
  padding: 60px 60px 44px;
  position: relative;
}

.top-2025-img::before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transform: translate(-100%, 0);
  pointer-events: none;
  background-color: #D8D8D8;
}

.top-2025-img a {
  display: block;
}

.top-2024-img-flex {
  display: flex;
  justify-content: space-between;
}

.top-2024-right-img {
  max-width: 540px;
  width: 49%;
}

.watermark {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.keyvisual_text {
  left: 52%;
  max-width: 72%;
  position: relative;
  top: -1%;
  transform: translateX(-50%);
  z-index: 10;
}

.keyvisual_img {
  left: 0;
  position: absolute;
  top: 0;
}

.top-2024-right01-img,
.top-bn-area {
  left: 0;
  max-height: 270px;
  position: relative;
}

.top-bn-area {
  max-height: 100px;
}

.top-2024-right01-img p,
.top-2024-right02-img p,
.top-bn-area p {
  color: #000;
  font-family: "Poppins", "sans-serif";
  font-size: 40px;
  font-weight: 800;
  left: 0;
  line-height: 1.1;
  margin: 0 0 0 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

.top-bn-area p {
  font-size: 36px;
  line-height: 1.2;
}

.top-bn-area .banner-slider-full-link p {
  align-items: center;
  display: flex;
}

.top-2024-right01-img p span,
.top-2024-right02-img p span {
  display: inline-block;
  font-size: 20px;
  position: relative;
  font-family: "ZenKakuGothicAntique-Bold", "ZenKakuGothicAntique" !important;
}

.top-bn-area p span {
  bottom: 0;
  display: block;
  font-size: 16px;
  position: relative;
}

.top-bn-area .banner-slider-full-link p span {
  /* bottom: 7px; */
  display: inline-block;
  padding-left: 20px;
}

.top-2024-right01-img img,
.top-bn-area img {
  height: auto;
  width: 100%;
}

.top-banner-slider-half li {
  max-width: 540px;
  width: 49%;
}

.top__slider_imgList li,
.top-banner-slider li {
  overflow: hidden;
}

.top__slider_imgList li a,
.top-banner-slider li a {
  display: block;
  pointer-events: none;
}

.top__slider_imgList li a[href],
.top-banner-slider li a[href] {
  pointer-events: visible;
}

.top__slider_imgList li a > .bgImg,
.top-banner-slider li a > .bgImg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.6s;
}

.top__slider_body_ttlBox {
  background-color: #fff;
  box-sizing: border-box;
}

.top__slider_body_ttlBox h2 {
  color: #111;
  font-weight: 700;
  line-height: 1.5;
}

.top__slider_body_btn {
  align-items: center;
  background-color: #333;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  position: relative;
}

.top__slider_body_btn[target="_blank"]:before {
  background-image: url(/common/images/top/ico_slide_targetbk.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top__slider_body_utils .slick-next,
.top__slider_body_utils .slick-prev,
.top-banner-slider-body-utils .slick-next,
.top-banner-slider-body-utils .slick-prev {
  border-style: solid;
  padding: 0;
  position: absolute;
}

.top__slider_body_utils .slick-dots,
.top-banner-slider-body-utils .slick-dots {
  align-items: center;
  bottom: -20px;
  display: flex;
  justify-content: center;
  list-style: none;
  position: absolute;
  width: 100%;
}

.top__slider_body_utils .slick-dots li,
.top-banner-slider-body-utils .slick-dots li {
  display: block;
}

.top__slider_body_utils .slick-dots li.slick-active button,
.top-banner-slider-body-utils .slick-dots li.slick-active button {
  background: #dc3b1e;
}

.top__slider_body_utils.is_new .slick-dots li.slick-active button,
.top-banner-slider-body-utils.is_new .slick-dots li.slick-active button {
  background: #d70072;
}

.top__slider_body_utils .slick-dots li button,
.top-banner-slider-body-utils .slick-dots li button {
  border: 0;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
}

.top__slider_body_utils .slick-dots li button:focus,
.top__slider_body_utils .slick-dots li button:hover,
.top-banner-slider-body-utils .slick-dots li button:focus,
.top-banner-slider-body-utils .slick-dots li button:hover {
  outline: none;
}

.top__slider-sns img {
  height: auto;
  width: 100%;
}

.top__traffic {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.top__traffic a {
  display: block;
  height: 100%;
  width: 100%;
}

.top__result {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.top__result a {
  display: block;
  height: 100%;
  width: 100%;
}

.top__notice_group {
  background-color: #fff;
}

.top__notice_group_ttl {
  color: #111;
  font-weight: 700;
  line-height: 1;
}

.top__notice_group_list {
  display: flex;
  flex-wrap: wrap;
}

.top__notice_group_list li a {
  align-items: center;
  background-color: #fff;
  border-style: solid;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.top__notice_group_list li a,
.top__notice_group_list li a.is-style01 {
  border-color: #01b4bb;
  color: #01b4bb;
}

.top__notice_group_list li a.is-style02 {
  border-color: #ff7422;
  color: #ff7422;
}

.top__notice_group_list li a.is-style03 {
  border-color: #f8b400;
  color: #f8b400;
}

.top__notice_group_list li a.is-style04 {
  border-color: #aebf00;
  color: #aebf00;
}

.top__notice_group_list li a.is-style05 {
  border-color: #e2007e;
  color: #e2007e;
}

.top__notice_group_list li a.is-style06 {
  border-color: #009fe9;
  color: #009fe9;
}

.top__notice_group_list li a.is-style07 {
  border-color: #126f49;
  color: #126f49;
}

.top__notice_group_list li a.is-style08 {
  border-color: #dc3b1d;
  color: #dc3b1d;
}

.top__notice_group_list_subTtl,
.top__notice_group_list_ttl {
  color: inherit;
  display: block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.top__news {
  background: #fff;
}

.top__news_tabBox_list {
  display: flex;
  flex-flow: wrap;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 930px;
}

.top__news_tabBox_list > li > a {
  border: 1px solid #e3e3e3;
  border-radius: 40px;
  color: #000;
  display: block;
  height: 24px;
  padding: 0 11px 2px;
}

.top__news_tabBox_list > li > a.runner {
  color: #ff7422;
}

.top__news_tabBox_list > li > a.is-active {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  pointer-events: none;
}

.top__news_tabBox_list > li > a.is-active.runner {
  background-color: #ff7422;
}

.top__news_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top__news_list > li {
  border: 1px solid #e3e3e3;
  opacity: 0;
  overflow: hidden;
}

.top__news_list > li.show {
  opacity: 1;
  transform: translateY(0);
}

.top__news_list a {
  border-top: none;
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.top__news_thum {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e3e3e3;
  display: block;
}

.top__news_texts {
  position: relative;
}

.top__news_texts_tagList {
  display: none;
}

.top__news_texts h4 {
  color: #000;
  font-family: "ZenKakuGothicAntique-Bold", "ZenKakuGothicAntique", sans-serif;
  font-weight: 500;
  margin-bottom: 6px;
}

.top__news_texts_date {
  color: #616161;
  line-height: 1.2;
  text-align: left;
}

.top__news_btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  color: #000;
  display: flex;
  font-size: 18px;
  height: 62px;
  justify-content: center;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  width: 288px;
}

.top__bnrarea,
.top__bnrarea_inner {
  position: relative;
}

.top__bnrarea_inner img {
  width: 100%;
}

.top__bnrarea ul {
  overflow: hidden;
}

.top__bnrarea ul.show li {
  opacity: 1;
  transform: translateY(0);
}

.top__bnrarea ul li:first-child {
  transition: opacity 0.2s ease,
  transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.top__bnrarea ul li:nth-child(2) {
  transition: opacity 0.2s ease 0.1s,
  transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.top__bnrarea ul li:nth-child(3) {
  transition: opacity 0.2s ease 0.2s,
  transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.top__pickup .top__pickup_title {
  background: #dc3b1d;
}

.top__pickup_list h4 {
  color: #dc3b1d;
}

.top__info {
  background-color: #000;
  padding: 80px 0;
}

.top__info_title {
  align-items: center;
  display: flex;
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1;
  margin: 0 auto 45px;
  max-width: 1200px;
}

.top__info_title-main {
  align-items: center;
  display: flex;
  font-family: "Poppins";
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.top__info_title-sub {
  font-size: 16px;
  margin-left: 16px;
}

.top__info_slide-before,
.top__info_slide-after {
  align-items: center;
  display: flex;
  justify-content: center;
}

.top__info_icon {
  display: flex;
  /* margin-right: 60px; */
}

.top__info_slide-before:before,
.top__info_slide-after:after {
  background-size: cover;
  content: "";
  display: block;
  height: 38px;
  width: 38px;
}

.top__info_slide-before:before {
  background: url(../common/images/top-info-slide-black.svg) no-repeat;
  background-position: top;
  background-size: 100%;
  transform: rotate(180deg);
}

.top__info_slide-after:after {
  background: url(../common/images/top-info-slide-black.svg) no-repeat;
  background-position: top;
  background-size: 100%;
}

.top__info_slide-before.disabled:before {
  background: url(../common/images/top-info-slide-gray.svg) no-repeat;
  background-position: top;
  background-size: 100%;
  transform: rotate(0deg);
}

.top__info_slide-after.disabled:after {
  background: url(../common/images/top-info-slide-gray.svg) no-repeat;
  background-position: top;
  background-size: 100%;
  transform: rotate(180deg);
}

.top__sns-parts {
  max-width: 360px;
}

.top__sns_insta,
.top__sns_facebook,
.top__sns_twitter {
  background: #fff;
}

.top__sns_insta_title,
.top__sns_facebook_title,
.top__sns_twitter_title {
  color: #fff;
  line-height: 1;
}

.top-sns-in-flex {
  align-items: center;
  background: #a349a4;
  display: flex;
  gap: 10px;
  padding: 20px 30px;
}

.top-sns-instagram-title {
  align-items: center;
  background-color: #a349a4;
  color: #fff;
  font-size: 20px;
}

.top__sns_insta_box,
.top__sns_facebook_box,
.top__sns_twitter_box {
  text-align: center;
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
}

.top__sns_insta_box .image-container {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
  justify-content: center;
  margin-top: 6px;
}

.top__sns_insta_box .image-container a {
  border-radius: 6px;
  display: inline-block;
  height: 110px;
  overflow: hidden;
  width: 110px;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.top__sns_insta_box .image-container a.no-image {
  border-color: #eee;
}

.top__sns_insta_box .image-container img,
.top__sns_insta_box .image-container video {
  max-width: 110px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top__sns_twitter_box,
.top__sns_insta_box {
  margin: 0 auto;
  max-height: 444px;
  max-width: 360px;
  overflow: auto;
}
/* 
.top__sns_twitter_box {
  max-height: 460px;
} */

.top__sns_insta_box .fb-page iframe,
.top__sns_insta_box .fb-page span,
.top__sns_facebook_box .fb-page iframe,
.top__sns_facebook_box .fb-page span,
.top__sns_twitter_box .fb-page iframe,
.top__sns_twitter_box .fb-page span {
  max-height: 444px;
}

.top__sns_insta_title {
  background: linear-gradient(90deg, #FFD600 0%, #FF7A00 25%, #FF0069 50%, #D300C5 75%, #7638FA 100%);
}

.top__sns_facebook_title {
  background: #327ed3;
}

.top__sns_twitter_title {
  background: #000;
}

.top__sns_btn {
  background: #ff2130;
  margin: 0 auto;
}

.top__sns_btn-1 {
  background: #a349a4;
  box-shadow: 0 4px 0 0 #873b89 !important;
}

.top__sns_btn,
.top__sns_btn_icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.top__sns_btn_icon {
  background: #fff;
  border-radius: 50%;
}

.top__sns_btn_txt {
  color: #fff;
  max-width: 364px;
}

.top__sns_btn-en-1 .top__sns_btn_txt {
  max-width: 494.6px;
  text-align: center;
  width: 68%;
}

.top__sns_btn_txt_en {
  color: #fff;
  line-height: 1.27;
  text-align: center;
}

.top-headline {
  position: relative;
}

.top-headline h3 {
  align-items: center;
  display: flex;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1;
  color: var(--key-color);
}

.top__news_title-sub {
  font-size: 16px;
  margin-left: 16px;
  font-weight: 400;
  font-family: "ZenKakuGothicAntique-Bold",sans-serif;
}

.top-headline a {
  color: #fff;
  padding-right: 14px;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
}

.top-headline a:after {
  background: url(../top/images/icon_arrow.png) no-repeat 50%;
  background-size: 10px;
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
}

.top-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
  overflow: hidden;
  transition: transform 0.5s ease;
  width: 3200px;
}

.top-page-en .top-list {
  width: 2860px;
}

.top__info_slide {
  margin: 0 auto;
  max-width: 1200px;
  scrollbar-width: none;
}

.top-list li {
  overflow: hidden;
  transition: all 0.5s ease;
}

.top-list li a {
  background-color: #fff;
  display: block;
  height: 100%;
}

.top-list li.show {
  opacity: 1;
  transform: translateY(0);
}

.top-list a {
  text-decoration: none;
}

.top-list h4 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.top-list p {
  color: #666;
}

.top-list_thum {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
}

.top-list_thum img {
  height: auto;
  width: 100%;
}

.top-list_texts {
  align-items: center;
  background: #E3E3E3;
  display: flex;
  justify-content: center;
  min-height: 40px;
  padding: 10px 0;
}

.top-more {
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 1em 0;
  position: relative;
  text-align: center;
}

.top-more.off {
  display: none;
}

.top-more:after {
  background: #eaeaea;
  content: "";
  height: 1px;
  left: 7px;
  position: absolute;
  right: 7px;
  top: 0;
}

.top-more span {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}

.top-more span:after {
  background: url(../top/images/icon_arrow_bottom.png) no-repeat 50%;
  background-size: 10px;
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
}

.cautionbox {
  background: #ff7422;
  border: 3px solid #ff7422;
}

.cautionbox b {
  display: none;
}

.cautionbox p {
  color: #000;
}

.cautionbox a,
.cautionbox h3 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.sp-only {
  display: none;
}

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.slick-slider:hover .slick-next,
.slick-slider:hover .slick-prev {
  opacity: 1;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list {
  transform: translateZ(0);
}

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.step {
  opacity: 0;
  transition: opacity 1s;
}

.step.show {
  opacity: 1;
}

.top__sns_btn_icon-1 img {
  margin-left: 2px;
}

ul.top__news_list li.step.show:nth-child(n+9) {
  display: none;
}

.top-banner-slider-body-utils .slick-prev:before {
  border-bottom: 3px solid #464b5b;
  border-right: 3px solid #464b5b;
  content: "";
  display: block;
  height: 7px;
  left: 55%;
  position: relative;
  top: 25%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 7px;
}

.top-banner-slider-body-utils .slick-next:after {
  border-bottom: 3px solid #464b5b;
  border-right: 3px solid #464b5b;
  content: "";
  display: block;
  height: 7px;
  left: 45%;
  position: relative;
  top: 25%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 7px;
}

/*safari用*/
::-webkit-full-page-media, :future, :root .top-banner-slider-body-utils .slick-prev:before {
  transform: translate(-50%, 0%) rotate(135deg);
}

::-webkit-full-page-media, :future, :root .top-banner-slider-body-utils .slick-next:after {
  transform: translate(-50%, 0%) rotate(-45deg);
}

.top-banner-slider-body-utils .slick-next,
.top-banner-slider-body-utils .slick-prev {
  background-color: #fff;
  border: 1px solid #d6dae4;
  border-radius: 50%;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .05), 0 0 1px rgba(0, 0, 0, .25);
  cursor: pointer;
  height: 25px;
  top: 40%;
  width: 25px;
}

.top-banner-slider-body-utils .slick-prev {
  left: 50%;
}

.top-banner-mb {
  margin-bottom: 15px;
}

.top__sns_title {
  align-items: center;
  display: flex;
  font-family: "Poppins";
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  color: var(--key-color);
  margin: 0 auto 30px;
  max-width: 1200px;
  width: 100%;
}

.top__sns_title-sub {
  font-size: 16px;
  margin-left: 16px;
}

.top__sns_title_insta,
.top__sns_title_fb,
.top__sns_title_tw {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.top-banner-link-text {
  align-items: center;
  background-color: #e6e6e6;
  border: 1px solid #d70072;
  border-bottom: 4px solid #d70072;
  height: 95px;
  justify-content: center;
  margin-left: 0;
  width: 533px;
}

.top-banner-link-text:hover {
  opacity: .8;
}

.top-banner-link-text a {
  align-items: center;
  color: #d70072;
  display: flex !important;
  font-size: 27px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.banner-wrap-sp-only {
  display: none;
}

.banner-wrap-sp-only .text01 {
  margin-bottom: 6px;
  text-align: center;
}

.slideshow-fade {
  height: 78px;
  margin: 0 auto;
  position: relative;
  width: 130px;
}

.slideshow-fade li {
  display: none;
  height: 100%;
  left: 0;
  list-style: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.slideshow-fade li img {
  position: absolute;
  width: 100%;
}

.fade {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

/* add 202503 */
.top-link-2026 p {
  font-size: 50px;
}

@media only screen and (max-width: 1420px) {
  .l-sideR_01,
  .l-sideR_02 {
    right: 1.2vw;
  }
  #top-con .l-main {
    width: calc(100% - 210px);
  }
  
  .top-link-2026 p {
    font-size: 3.4vw;
  }
}

@media only screen and (max-width: 1370px) {
  #top-con,
  #top-con .l-contents {
    width: 100%;
  }

  .top__news_tabBox_list {
    justify-content: center;
  }

  .l-contents {
    width: 1280px;
  }

  .pc-gnav__myentry {
    width: 146px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .top-2024-img-flex .top-2024-right01-img p.small,
  .top-2024-img-flex .top-2024-right02-img p.small {
    font-size: 2.75vw ;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .top-2025-img .top-2024-img-flex p {
    font-size: 3.1vw;
    margin-left: 24px;
  }

  .top-2025-img .top-2024-img-flex p span {
    font-size: 1.55vw;
  }

  .top-bn-area p {
    font-size: 2.5vw;
    margin-left: 20px;
  }

  .top-2025-img .top-link-2026 p {
    font-size: 3.2vw;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .headerTop {
    border-bottom: 1px solid #000;
    z-index: 1;
  }

  .gnav__inner {
    border-bottom: 1px solid #000;
    padding-top: 40px;
  }

  #top-con {
    margin: 0;
    min-width: 100%;
    width: 100%;
  }

  #top-con .l-contents {
    margin-top: 0;
    max-width: 100%;
    min-height: 0;
    min-width: 100%;
    overflow: hidden;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
  }

  .top-l-wrapper {
    padding: 0;
  }

  #top-con .l-sideR {
    position: relative;
    top: 0;
  }

  #top-con .l-sideR {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  #top-con .l-sideR_01 {
    background-color: #f4f4f4;
    border: 1px solid #000;
    height: 100%;
    left: unset;
    margin-bottom: 40px;
    max-height: 104px;
    max-width: 130px;
    position: relative;
    width: 100%;
  }

  .top-banner-mb {
    margin: 0;
  }

  .top-caution {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    padding: 30px 20px 0;
  }

  .top-caution__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border: 3px solid var(--key-color);
    color: #000;
    font-size: 22px !important;
    min-height: 100px;
    box-sizing: border-box;
    text-align: left;
  }

  .top-caution.end .top-caution__link {
    font-size: 14px !important;
  }

  .top-banner-link-text {
    height: 101px;
  }

  .top-2025-img {
    padding: 40px 20px 22px;
  }

  .top__news_list .show:nth-child(n+5),
  ul.top__news_list li.step.show:nth-child(n+5),
  ul.news-tab-generalinfo li.step.show:nth-child(n+5),
  ul.news-tab-runners li.step.show:nth-child(n+5),
  ul.news-tab-charity li.step.show:nth-child(n+5),
  ul.news-tab-volunteer li.step.show:nth-child(n+5),
  ul.news-tab-events li.step.show:nth-child(n+5),
  ul.news-tab-awmm li.step.show:nth-child(n+5) ,
  ul.news-tab-sustainability li.step.show:nth-child(n+5) ,
  ul.news-tab-other li.step.show:nth-child(n+5) {
    display: none;
  }
}

@media print, screen and (min-width: 1281px) {
  .top__sns_insta,
  .top__sns_facebook,
  .top__sns_twitter {
    width: 520px;
  }
}

@media print, screen and (min-width: 1024px) and (max-width: 1280px) {
  .top__sns_area {
    padding: 0 20px;
  }

  .top__sns_insta,
  .top__sns_facebook,
  .top__sns_twitter {
    max-width: 30%;
    width: 100%;
  }

  .footer__nav {
    box-sizing: border-box;
    padding: 0 20px;
  }

  .fnav__block {
    width: 235px;
  }

  .m-footer02 .l-footer_inner,
  .m-footer02_en .l-footer_inner {
    flex-direction: column;
  }
}

@media print, screen and (min-width: 1024px) {
  #top-con .only-pc {
    display: block !important;
  }

  #top-con .only-sp {
    display: none !important;
  }

  .top__mainwrap {
    border-right: 1px solid #000;
    padding-bottom: 130px;
  }

  .top__eventdate {
    display: none;
  }

  .top__slider {
    margin-bottom: 30px;
    position: relative;
  }

  .top__slider.is_new {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
  }

  .top__slider_imgList,
  .top-banner-slider {
    margin-left: auto;
    width: 760px;
  }

  .top__slider_imgList.is_new {
    margin: 0 auto;
    max-width: 1060px;
    width: 100%;
  }

  .top-banner-slider.is_new {
    margin: 0;
    max-width: 540px;
    width: 49%;
  }

  .top-banner-slider.top-banner-slider-full {
    width: 100%;
  }

  .top__slider_imgList li a[href],
  .top-banner-slider li a[href] {
    transition: all 0.6s;
  }

  .top__slider_imgList li a[href]:hover {
    opacity: 1;
  }

  .top-banner-slider li a[href]:hover {
    opacity: .8;
  }

  .top__slider_imgList li a[href]:hover .bgImg {
    transform: scale(1.1);
  }

  .top__slider_imgList li a > .bgImg {
    height: 470px;
    width: 760px;
  }

  .top__slider_imgList.is_new li a > .bgImg {
    height: 500px;
    width: 100%;
  }

  .top-banner-slider.is_new li a > .bgImg {
    height: 100px;
    width: 100%;
  }

  .top__slider_body {
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 360px;
  }

  .top__slider_body_ttlBox {
    min-height: 200px;
    padding: 40px;
  }

  .top__slider_body_ttlBox h2 {
    font-size: 28px;
  }

  .top__slider_body_btn {
    border: 1px solid #333;
    border-bottom: 5px solid #111;
    font-size: 14px;
    height: 62px;
    margin-left: auto;
    margin-right: -40px;
    margin-top: -12px;
    transition: all 0.4s;
    width: 180px;
  }

  .top__slider_body_btn:hover {
    letter-spacing: 0.15em;
    opacity: 1;
  }

  .top__slider_body_btn[target="_blank"]:before {
    height: 11px;
    right: 18px;
    width: 12px;
  }

  .top__slider_body_utils.is_new,
  .top-banner-slider-body-utils.is_new {
    bottom: -20px;
    left: 0%;
  }

  .top__slider_body_utils .slick-next,
  .top__slider_body_utils .slick-prev {
    border-right-color: #cbcbcb;
    border-top-color: #cbcbcb;
    border-width: 2px;
    height: 12px;
    left: 0;
    width: 12px;
  }

  .top__slider_body_utils .slick-next,
  .top-banner-slider-body-utils .slick-next {
    left: auto;
    right: 0;
  }

  .top__slider_body_utils .slick-dots li,
  .top-banner-slider-body-utils .slick-dots li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .top__slider_body_utils .slick-dots li button,
  .top-banner-slider-body-utils .slick-dots li button {
    background-color: #cbcbcb;
    height: 10px;
    width: 10px;
  }

  .top__slider_body_utils.is_new .slick-dots li button,
  .top-banner-slider-body-utils.is_new .slick-dots li button {
    background-color: #ddd;
    height: 11px;
    width: 11px;
  }

  .top__traffic {
    background-image: url(/top/banner/bnr_traffic.jpg);
    height: 80px;
    margin-bottom: 20px;
    width: 100%;
  }

  .top__traffic__en {
    background-image: url(/top/banner/bnr_traffic_en.jpg);
  }

  .top__result {
    background-image: url(/top/banner/bnr_result.jpg);
    height: 80px;
    margin-bottom: 20px;
    width: 100%;
  }

  .top__result__en {
    background-image: url(/top/banner/bnr_result_en.jpg);
  }

  .top__notice {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .top__notice_group {
    padding: 30px;
    width: 100%;
  }

  .top__notice_group:not(:last-child) {
    margin-right: 20px;
  }

  .top__notice_group_ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .top__notice_group_list {
    margin-top: -20px;
  }

  .top__notice_group_list li {
    box-sizing: border-box;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }

  .top__notice_group_list li:first-child {
    padding-left: 0;
  }

  .top__notice_group_list li:last-child {
    padding-right: 0;
  }

  .top__notice_group_list li a {
    border-width: 1px 1px 5px;
    height: 88px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }

  .top__notice_group_list_ttl {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .top__notice_group_list_subTtl {
    font-size: 10px;
  }

  /* .top__news {
    margin: 0 0 117px;
  } */

  .top__news_tabBox {
    margin: 24px 30px 0;
  }

  .top__news_tabBox_list > li > a {
    font-size: 14px;
    transition: opacity 0.6s;
  }

  .top__news_tabBox_list > li > a:hover {
    opacity: .6;
  }

  .news-tab-erea {
    margin: 0 auto;
    max-width: 1110px;
  }

  .top__news_list {
    background: #fff;
    margin-bottom: 40px;
    padding: 30px 0 0;
  }

  .top__news_list:after {
    content: "";
    display: block;
    width: 320px;
  }

  .top__news_list > li {
    margin-bottom: 30px;
    max-width: 249px;
    transform: translateY(100px);
    width: 22.4%;
  }

  .top__news_list > li:first-child {
    transition: opacity 0.2s ease,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    box-shadow 0.5s ease;
  }

  .top__news_list > li:nth-child(2) {
    transition: opacity 0.2s ease 0.1s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    box-shadow 0.5s ease;
  }

  .top__news_list > li:nth-child(3) {
    transition: opacity 0.2s ease 0.2s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    box-shadow 0.5s ease;
  }

  .top__news_list > li:nth-child(4) {
    transition: opacity 0.2s ease 0.3s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,
    box-shadow 0.5s ease;
  }

  .top__news_list > li:hover {
    box-shadow: none;
  }

  .top__news_list a.over:after {
    color: #666;
    content: "...";
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
  }

  .top__news_thum {
    height: 150px;
    width: 100%;
  }

  .top__news_texts {
    padding: 10px 9px;
  }

  .top__news_texts h4 {
    font-size: 14px;
    line-height: 1.4;
  }

  .top__news_texts_date {
    font-size: 12px;
  }

  .banner_btn {
    background-color: #fff;
    border: 1px solid #d70072;
    bottom: 20px;
    box-shadow: 0 4px 0 0 #d70072;
    color: #d70072;
    font-size: 10px;
    font-weight: 900;
    padding: 15px 40px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    width: fit-content;
    z-index: 100;
  }

  .banner_btn:hover {
    opacity: 1;
    transform: translateY(4px);
    transition: 0.2s;
  }

  .top__news_btn.step {
    transition: opacity 1s, box-shadow 0.5s ease;
  }

  .top__news_btn:hover {
    background-color: #000;
    box-shadow: none;
    color: #fff;
    opacity: 1;
    transition: 0.2s;
  }

  .top__bnrarea {
    margin-bottom: 100px;
  }

  .top__bnrarea_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .top__bnrarea_slider_01,
  .top__bnrarea_slider_02,
  .top__bnrarea_slider_03 {
    width: 340px;
  }

  .top__bnrarea ul {
    font-size: 0;
    text-align: center;
  }

  .top__bnrarea ul:nth-child(n + 4) {
    margin-top: 17px;
  }

  .top__bnrarea ul li {
    display: inline-block;
    letter-spacing: 0;
    opacity: 0;
    transform: translateY(100px);
    width: 340px;
  }

  .top__pickup {
    margin: 0 0 40px;
  }

  .top__info {
    margin: 0;
    overflow: hidden;
  }

  .es-widget-container {
    background: #fff;
  }

  .top__sns {
    /* background-color: var(--key-color-a15); */
    border-top: 1px solid #000;
    padding: 80px 0 121px;
  }

  .top__sns_area {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    opacity: 0;
    transform: translateY(50px);
  }

  .top__sns_area.step {
    transition: opacity 0.2s ease,
    transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .top__sns_area.show {
    opacity: 1;
    transform: translateY(0);
  }

  .top__sns_insta_title,
  .top__sns_facebook_title,
  .top__sns_twitter_title {
    height: 44px;
  }

  .top__sns_insta_box,
  .top__sns_facebook_box,
  .top__sns_twitter_box {
    padding: 1px 0;
  }

  .top-sns-instagram {
    margin-bottom: 40px;
  }

  .top__sns_title_insta,
  .top__sns_title_fb,
  .top__sns_title_tw {
    display: flex;
  }

  .top_sns_icons {
    display: flex;
    justify-content: center;
  }

  .top__sns_btn {
    box-shadow: 0 4px 0 0 #cd0a0a;
    height: 80px;
    width: 520px;
  }

  .top__sns_btn-1 {
    background: #a349a4;
    box-shadow: 0 4px 0 0 #a349a4;
  }

  .top__sns_btn_icon {
    height: 40px;
    width: 40px;
  }

  .top__sns_btn_txt {
    font-size: 20px;
    line-height: 1;
    margin: 0 7px 0 16px;
  }

  .top__sns_btn_txt_en {
    font-size: 20px;
    margin: 0 7px 0 16px;
  }

  .top__sns_btn_arrow {
    height: 12px;
    margin-bottom: 15px;
    width: 12px;
  }

  .top__sns_btn.step {
    transition: opacity 1s, box-shadow 0.5s ease;
  }

  .top__sns_btn:hover {
    box-shadow: none;
  }

  .top-headline {
    padding: 100px 60px 0;
  }

  .top-headline h3 {
    font-size: 46px;
  }

  .top-headline a {
    right: 40px;
  }

  .top-list li {
    opacity: 0;
    transform: translateY(100px);
    width: 300px;
  }

  .top-list li:hover {
    box-shadow: none;
  }

  .top-list li:first-child {
    transition: opacity 0.2s ease,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
  }

  .top-list li:nth-child(2) {
    transition: opacity 0.2s ease 0.1s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    box-shadow 0.5s ease;
  }

  .top-list li:nth-child(3) {
    transition: opacity 0.2s ease 0.2s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    box-shadow 0.5s ease;
  }

  .top-list li:nth-child(4) {
    transition: opacity 0.2s ease,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
  }

  .top-list li:nth-child(5) {
    transition: opacity 0.2s ease 0.1s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    box-shadow 0.5s ease;
  }

  .top-list li:nth-child(6) {
    transition: opacity 0.2s ease 0.2s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    box-shadow 0.5s ease;
  }

  .top-list li:nth-child(7) {
    transition: opacity 0.2s ease,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
  }

  .top-list li:nth-child(8) {
    transition: opacity 0.2s ease 0.1s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    box-shadow 0.5s ease;
  }

  .top-list li:nth-child(9) {
    transition: opacity 0.2s ease 0.2s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    box-shadow 0.5s ease;
  }

  .top-list li:nth-child(10) {
    transition: opacity 0.2s ease,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
  }

  .top-list li:nth-child(11) {
    transition: opacity 0.2s ease 0.1s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    box-shadow 0.5s ease;
  }

  .top-list li:nth-child(12) {
    transition: opacity 0.2s ease 0.2s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s,
    box-shadow 0.5s ease;
  }

  .top-list a:hover .top-list_thum {
    opacity: 0.8;
  }

  .top-list p {
    font-size: 14px;
    line-height: 1.71;
  }

  .top-list_thum {
    height: 200px;
    width: 300px;
  }

  .top-list_texts {
    min-height: 36px;
    padding: 0;
  }

  .top-more {
    display: none;
  }

  .cautionbox {
    margin: 0 0 20px;
    padding: 30px;
    position: relative;
  }

  .cautionbox p {
    font-size: 13px;
  }

  .cautionbox a,
  .cautionbox h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1440px) {
  .news-tab-erea {
    margin: 0;
    padding: 0 60px;
  }

  #top-con,
  #top-con .l-contents {
    max-width: 1440px;
  }
}

@media print, screen and (max-width: 1023px) {
  #top-con .only-pc {
    display: none !important;
  }

  #top-con .only-sp {
    display: block !important;
  }

  .header-main-img::after {
    display: none;
  }

  .news-tab-erea {
    margin: 0 auto;
    padding: 0;
  }

  .top__slider {
    margin-bottom: 15px;
  }

  .top__slider.is_new {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin: 0 auto 10px;
    max-width: 335px;
    position: relative;
  }

  .top__slider_imgList li a > .bgImg {
    height: 61.867vw;
    width: 100%;
  }

  .top__slider_imgList.is_new li a > .bgImg {
    height: 46.867vw;
    width: 100%;
  }

  .top-banner-slider.is_new li a > .bgImg,
  .top-banner-slider-full .top-banner-slider-link {
    background-size: 100% 100%;
    height: 29.29vw;
    max-height: 106px;
  }

  .banner-slider-full-img {
    margin: 0 auto;
  }

  .banner-slider-full-link {
    margin: 0 auto;
    max-width: 335px;
  }

  .top__slider_body {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: -15px;
    position: relative;
  }

  .top__slider_body_ttlBox {
    padding: 30px;
  }

  .top__slider_body_ttlBox h2 {
    font-size: 20px;
  }

  .top__slider_body_btn {
    border-bottom: 3px solid #111;
    font-size: 12px;
    height: 40px;
    margin-left: auto;
    margin-right: 30px;
    margin-top: -15px;
    width: 160px;
  }

  .top__slider_body_btn[target="_blank"]:before {
    height: 11px;
    right: 18px;
    width: 12px;
  }

  .top__slider_body_utils,
  .top-banner-slider-body-utils {
    width: 100%;
  }

  .top__slider_body_utils.is_new {
    bottom: 15px;
    box-sizing: border-box;
    display: block;
    left: 0;
    padding: 0 40px;
    top: 155px;
    width: 100%;
  }

  .top-banner-slider-body-utils.is_new {
    top: 40%;
  }

  .top__slider_body_utils .slick-next,
  .top__slider_body_utils .slick-prev,
  .top-banner-slider-body-utils .slick-next,
  .top-banner-slider-body-utils .slick-prev {
    height: 20px;
    top: 45%;
    width: 20px;
  }

  .top-banner-slider-body-utils .slick-prev:before {
    border-bottom: 2px solid #464b5b;
    border-right: 2px solid #464b5b;
    height: 3px;
    top: 15%;
    width: 3px;
  }

  .top-banner-slider-body-utils .slick-next:after {
    border-bottom: 2px solid #464b5b;
    border-right: 2px solid #464b5b;
    height: 3px;
    top: 15%;
    width: 3px;
  }

  .top__slider_body_utils .slick-next,
  .top-banner-slider-body-utils .slick-next {
    left: auto;
    right: 0;
  }

  .top__slider_body_utils .slick-dots li,
  .top-banner-slider-body-utils .slick-dots li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .top__slider_body_utils .slick-dots li button,
  .top-banner-slider-body-utils .slick-dots li button {
    background-color: #fff;
    height: 9px;
    width: 9px;
  }

  .top__traffic {
    background-image: url(/top/banner/bnr_traffic_sp.jpg);
    height: 13.33333333vw;
    margin: 0 4.2666666667vw 16px;
  }

  .top__traffic__en {
    background-image: url(/top/banner/bnr_traffic_sp_en.jpg);
  }

  .top__result {
    background-image: url(/top/banner/bnr_result_sp.jpg);
    height: 13.33333333vw;
    margin: 0 4.2666666667vw 16px;
  }

  .top__result__en {
    background-image: url(/top/banner/bnr_result_sp_en.jpg);
  }

  .top__notice {
    margin-bottom: 15px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .top__notice_group {
    padding: 15px;
    width: auto !important;
  }

  .top__notice_group:not(:last-child) {
    margin-bottom: 10px;
  }

  .top__notice_group_ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .top__notice_group_list {
    margin-top: -15px;
  }

  .top__notice_group_list li {
    margin-top: 15px;
    width: calc(50% - 7.5px) !important;
  }

  .top__notice_group_list li:nth-child(odd) {
    margin-right: 7.5px;
  }

  .top__notice_group_list li:nth-child(2n) {
    margin-left: 7.5px;
  }

  .top__notice_group_list li a {
    border-width: 1px 1px 4px;
    height: 86px;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
  }

  .top__notice_group_list_ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .top__notice_group_list_subTtl {
    font-size: 10px;
  }

  .top__news {
    margin: 56px 20px 80px;
  }

  .top__news_tabBox {
    padding-bottom: 24px;
  }

  .top__news_tabBox_list {
    gap: 10px 12px;
  }

  .top__news_tabBox_list > li > a {
    font-size: 12px;
    padding: 2px 13px;
    white-space: nowrap;
  }

  .top__news_list > li {
    transform: translateY(50px);
    width: 48.06%;
  }

  .top__news_list > li:first-child {
    transition: opacity 0.2s ease,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
  }

  .top__news_list > li:nth-child(2) {
    transition: opacity 0.2s ease 0.1s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    box-shadow 0.5s ease;
  }

  .top__news_list > li:nth-child(3) {
    transition: opacity 0.2s ease,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
  }

  .top__news_list > li:nth-child(4) {
    transition: opacity 0.2s ease 0.1s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    box-shadow 0.5s ease;
  }

  .top__news_list > li:nth-child(5) {
    transition: opacity 0.2s ease,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
  }

  .top__news_list > li:nth-child(6) {
    transition: opacity 0.2s ease 0.1s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    box-shadow 0.5s ease;
  }

  .top__news_thum {
    height: 26.4vw;
    width: 100%;
  }

  .top__news_texts {
    padding: 8px 6px 6px;
  }

  .top__news_texts_tagList {
    display: none;
  }

  .top__news_texts h4 {
    font-size: 12px;
    line-height: 1.5;
    padding: 0;
  }

  .top__news_texts_date {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .top__news_btn {
    font-size: 14px;
    height: 48px;
    line-height: 1.2;
    width: 224px;
  }

  .top__news_list {
    gap: 13px;
    justify-content: center;
    margin-bottom: 48px;
  }

  .top__bnrarea {
    margin-bottom: 20px;
  }

  .top__bnrarea_inner {
    padding: 0 16px;
  }

  .top__bnrarea_slider_01,
  .top__bnrarea_slider_02,
  .top__bnrarea_slider_03 {
    margin: 0 auto;
    max-width: 340px;
  }

  .top__bnrarea_slider_02,
  .top__bnrarea_slider_03 {
    display: none !important;
  }

  .top__bnrarea ul li {
    display: block;
    margin: 0 auto 20px;
    opacity: 0;
    transform: translateY(50px);
    width: 59.028%;
  }

  .top__pickup {
    margin: 0 16px 20px;
  }

  .top__info {
    padding: 40px 0 36px;
  }

  .top__info_slide {
    -ms-overflow-style: none;
    overflow-x: scroll;
  }

  .top__info_title-main {
    flex-flow: column;
    font-size: 32px;
    gap: 4px;
    justify-content: center;
  }

  .top__info_title {
    gap: 0;
    justify-content: center;
    margin: 0 0 24px;
  }

  .top__info_title-sub {
    font-size: 10px;
    font-weight: 500;
    margin: 0;
  }

  .top__info_icon {
    display: none;
  }

  .top__sns {
    /* background-color: var(--key-color-a15); */
    padding: 40px 16px 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .top__sns-parts {
    margin: 0 auto 30px;
    max-width: 335px;
  }

  .top__sns_insta,
  .top__sns_facebook,
  .top__sns_twitter {
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(50px);
  }

  .top__sns_insta.show,
  .top__sns_facebook.show,
  .top__sns_twitter.show {
    opacity: 1;
    transform: translateY(0);
  }

  .top__sns_insta_title,
  .top__sns_facebook_title,
  .top__sns_twitter_title {
    font-size: 15px;
    padding: 10px;
  }

  .top__sns_insta_box,
  .top__sns_facebook_box,
  .top__sns_twitter_box {
    padding: 13px 8px;
  }

  .top__sns_insta_box .fb-page iframe,
  .top__sns_insta_box .fb-page span,
  .top__sns_facebook_box .fb-page iframe,
  .top__sns_facebook_box .fb-page span,
  .top__sns_twitter_box .fb-page iframe,
  .top__sns_twitter_box .fb-page span {
    height: 93.33vw !important;
  }

  .top__sns_insta_box .image-container a {
    max-height: 100px;
    max-width: 100px;
  }

  .top__sns_btn {
    box-shadow: 0 0.938vw 0 0 #cd0a0a;
    height: 60px;
    max-width: 280px;
    width: 100%;
  }

  .top__sns_btn_icon {
    height: 30px;
    width: 30px;
  }

  .top__sns_btn_icon img {
    height: auto;
    width: 17px;
  }

  .top__sns_btn_txt {
    line-height: 1.27;
    text-align: center;
    width: 152px;
  }

  .top__sns_btn_txt,
  .top__sns_btn_txt_en {
    font-size: 15px;
    margin: 0 10px 0;
  }

  .top__sns_btn_arrow {
    height: 15px;
    width: 15px;
  }

  .top_sns_icons {
    display: block;
  }

  .top__sns_btn-1 {
    margin-bottom: 23px;
  }

  .top-headline {
    padding-bottom: 30px;
  }

  .top-headline h3 {
    flex-flow: column;
    font-size: 32px;
    gap: 4px;
    justify-content: center;
  }

  .top__news_title-sub {
    font-size: 10px;
    font-weight: 500;
    margin: 0;
  }

  .top-headline a {
    right: 10px;
  }

  .top-list {
    margin: 0 20px 20px;
    max-height: 173px;
    width: 1080px;
  }

  .top-list li a {
    height: auto;
  }

  .top-page-en .top-list {
    width: 1080px;
  }

  .top-list li {
    height: 200px;
  }

  .top-list li:first-child {
    transition: opacity 0.2s ease,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
  }

  .top-list li:nth-child(2) {
    transition: opacity 0.2s ease 0.1s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    box-shadow 0.5s ease;
  }

  .top-list li:nth-child(3) {
    transition: opacity 0.2s ease,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
  }

  .top-list li:nth-child(4) {
    transition: opacity 0.2s ease 0.1s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    box-shadow 0.5s ease;
  }

  .top-list li:nth-child(5) {
    transition: opacity 0.2s ease,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
  }

  .top-list li:nth-child(6),
  .top-list li:nth-child(7) {
    transition: opacity 0.2s ease 0.1s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    box-shadow 0.5s ease;
  }

  .top-list li:nth-child(8) {
    transition: opacity 0.2s ease,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
  }

  .top-list li:nth-child(9),
  .top-list li:nth-child(10) {
    transition: opacity 0.2s ease 0.1s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    box-shadow 0.5s ease;
  }

  .top-list li:nth-child(11) {
    transition: opacity 0.2s ease,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
  }

  .top-list li:nth-child(12) {
    transition: opacity 0.2s ease 0.1s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    box-shadow 0.5s ease;
  }

  .top-list h4 {
    font-size: 12px;
    line-height: 1.63;
  }

  .top-list p {
    font-size: 10px;
    line-height: 1.6;
  }

  .top-list_thum {
    height: 133px;
    width: 200px;
  }

  .top-list_texts {
    padding: 0;
  }

  .cautionbox {
    margin: 0 16px 16px;
    padding: 17px;
  }

  .cautionbox p {
    font-size: 12px;
  }

  .cautionbox a,
  .cautionbox h3 {
    font-size: 4.3vw;
  }

  .slick-slide img {
    display: block;
  }

  .top-sns-instagram {
    margin-bottom: 20px;
  }

  .top-sns-in-flex {
    padding: 5.5px 10px;
  }

  .top-sns-instagram-title {
    font-size: 15px;
  }

  .top__sns_title {
    flex-flow: column;
    font-size: 32px;
    font-weight: 600;
    gap: 4px;
    justify-content: center;
  }

  .top__sns_title-sub {
    font-size: 10px;
    font-weight: 500;
    margin: 0;
  }

  .top__sns_title_img {
    height: auto;
    width: 30px;
  }

  .top-2024-img-flex {
    flex-flow: column;
    gap: 10px;
    margin-bottom: 25px;
  }

  .top-2024-right-img {
    width: 100%;
  }

  .top-2024-right-img {
    margin: 0 auto;
    max-width: 335px;
  }

  .top-2024-right01-img,
  .top-2024-right02-img {
    height: 130px;
    max-height: 130px;
  }

  .top-bn-area {
    height: 70px;
    margin: 0 auto 0;
    max-height: 70px;
    max-width: 335px;
    width: 100%;
  }

  .banner_btn {
    background-color: #fff;
    border: 1px solid #d70072;
    bottom: 20px;
    box-shadow: 0 4px 0 0 #d70072;
    color: #d70072;
    font-size: 10px;
    font-weight: 900;
    padding: 10px 25px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    width: fit-content;
    z-index: 100;
  }

  .top-2024-right01-img img,
  .top-2024-right02-img img,
  .top-bn-area img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .banner_btn:hover {
    opacity: 1;
    transform: translateY(4px);
    transition: 0.2s;
  }

  .top-2024-right01-img p,
  .top-2024-right02-img p {
    font-size: 26px;
    margin-left: 20px;
  }

  .top-2024-right01-img p.small,
  .top-2024-right02-img p.small {
    font-size: 24px;
  }

  .top-2024-right01-img p span,
  .top-2024-right02-img p span {
    display: block;
    font-size: 14px;
    margin-top: 8px;
  }

  .top-bn-area p {
    font-size: 20px;
    margin-left: 20px;
  }

  .top-bn-area p span {
    font-size: 12px;
  }

  .top-bn-area .banner-slider-full-link p {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-bn-area .banner-slider-full-link p span {
    bottom: 0;
    display: block;
    padding-left: 0;
  }

  .banner-wrap-sp-only {
    display: block;
    margin: 36px 0 44px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .top-banner-slider-body-utils .slick-next,
  .top-banner-slider-body-utils .slick-prev {
    top: 40%
  }


  /*safari用*/
  ::-webkit-full-page-media, :future, :root .top-banner-slider-body-utils .slick-prev:before {
    left: 50%;
    top: 100% !important;
    -webkit-transform: translate(-50%, 0%) rotate(135deg);
  }

  ::-webkit-full-page-media, :future, :root .top-banner-slider-body-utils .slick-next:after {
    left: 50%;
    top: 100% !important;
    -webkit-transform: translate(-50%, 0%) rotate(-45deg);
  }
}

@media only screen and (max-width: 480px) {
  .top__news_list > li {
    width: 47.4%;
  }
}

@media only screen and (min-width: 1441px) {
  #top-con .l-contents {
    margin: 0 auto;
    max-width: 1440px;
  }

  .top-l-wrapper {
    background-color: #fff;
  }

  .l-wrapper-top .l-sideR {
    right: -70px;
  }
}


/* X 埋込エリア PD add 20241029 update 20250707 */
.top__sns_twitter {
  overflow: hidden;
}

.top__sns_twitter_box {
  height: 100%;
  overflow-y: auto;
}

.top__sns_twitter_box .twitter-wrapper {
  padding: 0 10px 20px;
}

.top__sns_twitter_box iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .top__sns_twitter_box {
    height: 375px;
    padding: 0;
  }
}

/* // X 埋込エリア PD add 20241029 */