@charset "UTF-8";
/* CSS Document */

/* その他おすすめ特集_start */
.swiper-slider__outer {
  position: relative;
}

.bannerCassette_content .bannerImg {
  width: 230px;
  height: 173px;
}
/* swiper */
.swiper-wrapper {
  margin-bottom: 30px;
}

.swiper-button-prev {
  top: calc(50% - 15px);
  left: -25px;
}

.swiper-button-next {
  top: calc(50% - 15px);
  right: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #fff;
  border-radius: 50%;

  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
  background-image: none;
}

.swiper-button-prev:active,
.swiper-button-next:active {
  transition: all 0.3s;
  opacity: 0.5;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
}

.swiper-button-prev::before {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-container-horizontal > .swiper-scrollbar {
  left: 0;
  width: 100%;
  height: 10px;
}

.swiper-slider__outer .swiper-button-prev::before,
.swiper-slider__outer .swiper-button-next::before {
  border-top: 3px solid #61574b;
  border-right: 3px solid #61574b;
}
/* その他おすすめ特集_end */

/*-----------------------------------------
	2025/07/29
------------------------------------------*/

.contents {
  overflow: hidden;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

.blockRecommend {
  padding: 70px 0px 80px;
}
.contH204 {
  text-align: center;
  margin-bottom: 35px;
}
.contH204 img {
  width: auto;
  height: 169px;
}

/*------------------------*/

.mainTit01 {
  position: relative;
  padding-top: 17px;
  padding-right: 14px;
  text-align: right;
  z-index: 1;
}
.mainTit01 img {
  width: 922px;
}
.mainTit02 {
  position: relative;
  padding-right: 50px;
  text-align: right;
  z-index: 1;
}
.mainTit02 img {
  width: 922px;
}
.mainvisualWrap02 {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url(/attending/hankyu_matsuri/images/pc/main_bg.jpg);
  background-repeat: repeat-x;
  background-size: 540px auto;
  animation-name: Loop-Scroll;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
@keyframes Loop-Scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 540px 0;
  }
}

/*-------------------------*/

.ancBlock01 {
  background-color: #f0931a;
  padding: 8px 0px;
}
.ancNavi01 {
  display: flex;
}
.ancNavi01 li {
  flex-grow: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.ancNavi01 li:first-child {
  border-left: none;
}
.ancNavi01 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  box-sizing: border-box;
  height: 60px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
}
.ancNavi01 li a > div::after {
  content: "";
  display: block;
  background-image: url("/attending/hankyu_matsuri/images/pc/anc01_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
  width: 15px;
  height: 9px;
  margin: 8px auto auto;
}

.ancNavi01 li a:link {
  color: #ffffff;
  text-decoration: none;
}
.ancNavi01 li a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ancNavi01 li a:hover {
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}
.ancNavi01 li a:active {
  color: #ffffff;
  text-decoration: none;
}

/*--------------------------------*/

.floatBtn01 {
  position: fixed;
  right: 0px;
  bottom: 90px;
}
.floatBtn01 img {
  width: 126px;
  height: 126px;
}

/*--------------------------------*/

.mainCoupon_btn {
  margin-bottom: 140px;
}
.mainCoupon_btn.only {
  margin-bottom: 0;
}
.mainBtn_coupon {
  box-sizing: border-box;
  position: relative;
  width: 607px;
  height: 105px;
  padding-top: 0px;
  margin: 0 auto;
}
.mainBtn_coupon::before {
  content: "";
  width: 100%;
  height: 97px;
  background-color: #d9661a;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 8px;
}
.mainBtn_coupon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
  border: 2px solid #eb8613;
  border-radius: 8px;
  background-image: url("/attending/hankyu_matsuri/images/pc/mainCoupon_btn_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 97px;
  top: 0px;
  transition-duration: 0.3s;
}
.mainBtn_coupon a:link {
  color: #fff;
  text-decoration: none;
  background-color: #ff9313;
}
.mainBtn_coupon a:visited {
  color: #fff;
  text-decoration: none;
  background-color: #ff9313;
}
.mainBtn_coupon a:hover {
  color: #fff;
  text-decoration: none;
  top: 6px;
  transition-duration: 0.3s;
}
.mainBtn_coupon a:active {
  color: #fff;
  text-decoration: none;
}
.mainCoupon_btn_txt {
  width: 531px;
}

/*--------------------------------*/

.contBlock01 {
  text-align: center;
  padding: 45px 0px 60px;
}
.contText01 {
  text-align: center;
  margin: 16px auto 32px;
}
.contText01 img {
  width: 914px;
  height: auto;
  margin: auto;
}

.text16_16_n {
  font-size: 16px;
  line-height: 1.6em;
}

.text18_16_n {
  font-size: 18px;
  line-height: 1.6em;
}
.mb_16 {
  margin-bottom: 16px;
}
.colRed01 {
  color: #ff3333;
  font-weight: bold;
}

.contUl01 {
  display: inline-block;
  text-align: left;
}
.contBtnWrap01 {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.contBtnWrap01 li {
  width: 49%;
}
.contBtnWrap01 li a {
  display: block;
}
.contBtnWrap01 li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

.contBtnWrap01 li a .p01 {
  background-color: #ff3333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 20px;
  height: 40px;
  border-radius: 8px 8px 0px 0px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
}
.contBtnWrap01 li a .p02 {
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 20px;
  height: 74px;
  border: 1px solid #ff3333;
  border-radius: 0px 0px 8px 8px;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
}
.contBtnWrap01 li a .p02::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/anc02_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
  width: 15px;
  height: 9px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.contBtnWrap01 li a.anc02 .p01 {
  background-color: #0195ff;
}
.contBtnWrap01 li a.anc02 .p02 {
  border: 1px solid #0195ff;
}
.contBtnWrap01 li a.anc02 .p02::after {
  background-image: url("/attending/hankyu_matsuri/images/pc/anc02_ar02.png");
}

/*-------------------------------*/

.block0102 {
  background-image: url("/attending/hankyu_matsuri/images/pc/cont_bg.jpg");
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  padding: 60px 0px 80px;
}
.contBox01 {
  position: relative;
  background-color: #ffffff;
  padding: 165px 48px 24px;
  border-radius: 32px;
}
.contH201 {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  top: -90px;
}
.contH201 img {
  width: 994px;
  height: auto;
}
.contH201::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont01_tit01_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 224px auto;
  width: 224px;
  height: 234px;
  position: absolute;
  right: -165px;
  top: -315px;
}

.contTable01 {
  width: 100%;
}
.contTable01 th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  color: #f55200;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
  padding: 20px 40px 20px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}
.contTable01 td {
  text-align: left;
  vertical-align: top;
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 500;
  padding: 20px 0px 20px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  width: 90%;
}

.contTable01 tr:first-child th {
  border-top: none;
}
.contTable01 tr:first-child td {
  border-top: none;
}

.tableUl01 li {
  display: flex;
}
.tableUl01 li .p01 {
  padding-right: 1em;
  width: 12em;
}
.tableUl01 li .p02 {
  font-weight: bold;
}

.tableBox01 {
  background-color: #fff2af;
  padding: 15px 16px;
  margin-top: 5px;
}
.cyusyaku01 {
  font-size: 12px;
  line-height: 1.3em;
  text-align: left;
  margin-top: 8px;
}

.contLink01 {
  color: #00538f;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  margin: 32px auto auto;
}
.contLink01 a:link {
  color: #00538f;
  text-decoration: underline;
}
.contLink01 a:visited {
  color: #00538f;
  text-decoration: underline;
}
.contLink01 a:hover {
  color: #00538f;
  text-decoration: none;
}
.contLink01 a:active {
  color: #00538f;
  text-decoration: none;
}
.contBtn01 a:link {
  color: #ffffff;
  text-decoration: none;
}
.contBtn01 a:visited {
  color: #ffffff;
  text-decoration: none;
}
.contBtn01 a:hover {
  color: #ffffff;
  box-shadow: none;
}
.contBtn01 a:active {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(5px);
}

.contBox02 {
  text-align: center;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  margin-top: 58px;
}
.contH301 {
  color: #f55200;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 18px;
}

.contFlex01 {
  display: flex;
  gap: 0px 8px;
}
.contFlex01 li {
  width: 50%;
}

/*-------------------------*/

.contBtn02 {
  box-sizing: border-box;
  position: relative;
  height: 75px;
  padding-top: 1px;
}
.contBtn02::before {
  content: "";
  width: 100%;
  height: 70px;
  background-color: #ff3333;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 8px;
}
.contBtn02 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  /* border: 2px solid #ff3333; */
  border-radius: 8px;
  background-color: #ffffff;
  height: 70px;
  top: 0px;
  transition-duration: 0.3s;
}
.contBtn02 a::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont01_btn_ar02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.contBtn02 a:link {
  color: #ff3333;
  text-decoration: none;
}
.contBtn02 a:visited {
  color: #ff3333;
  text-decoration: none;
}
.contBtn02 a:hover {
  color: #ff3333;
  text-decoration: none;
  top: 4px;
  transition-duration: 0.3s;
}
.contBtn02 a:active {
  color: #ff3333;
  text-decoration: none;
}

/*-------------------------*/

.contBtn02.kokunai {
  box-sizing: border-box;
  position: relative;
  height: 75px;
  padding-top: 1px;
}
.contBtn02.kokunai::before {
  content: "";
  width: 100%;
  height: 70px;
  background-color: #bf1717;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 8px;
}
.contBtn02.kokunai a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #ff4747;
  height: 70px;
  top: 0px;
  transition-duration: 0.3s;
}
.contBtn02.kokunai a::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont01_btn_ar02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.contBtn02.kokunai a:link {
  color: #fff;
  text-decoration: none;
}
.contBtn02.kokunai a:visited {
  color: #fff;
  text-decoration: none;
}
.contBtn02.kokunai a:hover {
  color: #fff;
  text-decoration: none;
  top: 4px;
  transition-duration: 0.3s;
}
.contBtn02.kokunai a:active {
  color: #fff;
  text-decoration: none;
}

/*-------------------------*/

.contBtn02.dp_d {
  box-sizing: border-box;
  position: relative;
  height: 75px;
  padding-top: 1px;
}
.contBtn02.dp_d::before {
  content: "";
  width: 100%;
  height: 70px;
  background-color: #14588a;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 8px;
}
.contBtn02.dp_d a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #3e94d5;
  height: 70px;
  top: 0px;
  transition-duration: 0.3s;
}
.contBtn02.dp_d a::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont01_btn_ar02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.contBtn02.dp_d a:link {
  color: #fff;
  text-decoration: none;
}
.contBtn02.dp_d a:visited {
  color: #fff;
  text-decoration: none;
}
.contBtn02.dp_d a:hover {
  color: #fff;
  text-decoration: none;
  top: 4px;
  transition-duration: 0.3s;
}
.contBtn02.dp_d a:active {
  color: #fff;
  text-decoration: none;
}

/*-------------------------*/

.contBtn02.oyado {
  box-sizing: border-box;
  position: relative;
  height: 75px;
  padding-top: 1px;
}
.contBtn02.oyado::before {
  content: "";
  width: 100%;
  height: 70px;
  background-color: #cc6d00;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 8px;
}
.contBtn02.oyado a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #f2ba00;
  height: 70px;
  top: 0px;
  transition-duration: 0.3s;
}
.contBtn02.oyado a::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont01_btn_ar02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.contBtn02.oyado a:link {
  color: #fff;
  text-decoration: none;
}
.contBtn02.oyado a:visited {
  color: #fff;
  text-decoration: none;
}
.contBtn02.oyado a:hover {
  color: #fff;
  text-decoration: none;
  top: 4px;
  transition-duration: 0.3s;
}
.contBtn02.oyado a:active {
  color: #fff;
  text-decoration: none;
}

/*-------------------------*/

.contBtn02.kaigai {
  box-sizing: border-box;
  position: relative;
  height: 75px;
  padding-top: 1px;
}
.contBtn02.kaigai::before {
  content: "";
  width: 100%;
  height: 70px;
  background-color: #0e854f;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 8px;
}
.contBtn02.kaigai a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #3fc98b;
  height: 70px;
  top: 0px;
  transition-duration: 0.3s;
}
.contBtn02.kaigai a::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont01_btn_ar02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.contBtn02.kaigai a:link {
  color: #fff;
  text-decoration: none;
}
.contBtn02.kaigai a:visited {
  color: #fff;
  text-decoration: none;
}
.contBtn02.kaigai a:hover {
  color: #fff;
  text-decoration: none;
  top: 4px;
  transition-duration: 0.3s;
}
.contBtn02.kaigai a:active {
  color: #fff;
  text-decoration: none;
}

/*-------------------------*/

.contBox_coupon {
  text-align: center;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  margin-top: 40px;
}

.block0102.block010202 {
  background-color: #d6eeff;
}

.contCoupon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 42px;
  padding: 48px 0;
}
.contCoupon li a img:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

.coupon {
  width: 250px;
  height: auto;
}

.contBtn_coupon {
  box-sizing: border-box;
  position: relative;
  width: 372px;
  height: 64px;
  padding-top: 0px;
  margin: 0 auto;
}
.contBtn_coupon::before {
  content: "";
  width: 100%;
  height: 59px;
  background-color: #f27500;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 8px;
}
.contBtn_coupon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
  border: 2px solid #f27500;
  border-radius: 8px;
  background-color: #ffffff;
  height: 59px;
  top: 0px;
  transition-duration: 0.3s;
}
.contBtn_coupon a::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont01_btn_ar02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.contBtn_coupon a:link {
  color: #fff;
  text-decoration: none;
  background-color: #ff9313;
}
.contBtn_coupon a:visited {
  color: #fff;
  text-decoration: none;
  background-color: #ff9313;
}
.contBtn_coupon a:hover {
  color: #fff;
  text-decoration: none;
  top: 4px;
  transition-duration: 0.3s;
}
.contBtn_coupon a:active {
  color: #fff;
  text-decoration: none;
}

/*-------------------------*/

.contH202 {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  top: -138px;
}
.contH202 img {
  width: 994px;
  height: auto;
}
.contH202::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont01_tit02_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 236px auto;
  width: 236px;
  height: 274px;
  position: absolute;
  left: -180px;
  top: -170px;
}

.block010202 .contTable01 th {
  color: #0195ff;
}
.block010202 .tableBox01 {
  background-color: #e6f4ff;
}

.block010202 .contBtn01::before {
  background-color: #006ebd;
}
.block010202 .contBtn01 a {
  background-color: #0195ff;
}

.block010202 .contBtn01.contBtn03::before {
  height: 78px;
}
.block010202 .contBtn01.contBtn03 {
  height: 86px;
}
.block010202 .contBtn01.contBtn03 button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
  position: relative;
  border-radius: 16px;
  width: 100%;
  border: 2px solid #0195ff;
  background-color: #ffffff;
  color: #0195ff;
  height: 78px;
  top: 0px;
  transition-duration: 0.3s;
}
.block010202 .contBtn01.contBtn03 button:hover {
  top: 7px;
  transition-duration: 0.3s;
}

.contBtn01.contBtn03 button::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont01_btn_ar03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

/*----------------------------*/

.contBlock02 {
  background-color: #f6f6f6;
  padding: 70px 0px 80px;
}
.contBlock02.alc {
  background-color: #ffaa29;
  padding: 40px 0px 80px;
}

.contH203 {
  text-align: center;
  margin-bottom: 40px;
}
.contH203 img {
  width: auto;
  height: 120px;
}

.block02Flex01 {
  width: 940px;
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  margin: auto;
}
.block02Flex01 li {
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px 40px;
  position: relative;
}
.stepNum01 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  background-image: url("/attending/hankyu_matsuri/images/pc/cont02_step01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 74px auto;
  width: 74px;
  height: 75px;
  box-sizing: border-box;
  padding: 8px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1em;
  font-weight: bold;
  position: absolute;
  left: -37px;
  top: -37px;
}

.contH302 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
}
.contH302 span {
  position: relative;
}

.contH302 .s01 {
  display: inline-block;
  position: relative;
}
.contH302 .s01::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #fff56c;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.contBtn04 {
  margin-top: 15px;
}
.contBtn04 a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #ff3333;
  border-radius: 6px;
  padding: 5px 10px;
  width: 260px;
  height: 48px;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  transition-duration: 0.3s;
}
.contBtn04 a:link {
  color: #ffffff;
  text-decoration: none;
}
.contBtn04 a:visited {
  color: #ffffff;
  text-decoration: none;
}
.contBtn04 a:hover {
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}
.contBtn04 a:active {
  color: #ffffff;
  text-decoration: none;
}

.contBtn04 a::after {
  content: "";
  display: inline-block;
  background-image: url("/attending/hankyu_matsuri/images/pc/cont01_btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 14px;
  margin-left: 24px;
}

.text12_16_n {
  font-size: 12px;
  line-height: 1.6em;
}
.mt_8 {
  margin-top: 8px;
}

.stepImgWrap01 {
  margin: 15px auto;
}
.stepImgWrap01.img01 img {
  width: 687px;
  height: auto;
}
.stepImgWrap01.img02 img {
  width: 493px;
  height: auto;
}
.stepImgWrap01.img03 img {
  width: 613px;
  height: auto;
}
.stepImgWrap01.img04 img {
  width: 727px;
  height: auto;
}

/*--------------------*/

.couponFlow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
}
.couponFlow li {
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid #f55200;
  border-radius: 8px;
  width: 190px;
  height: 190px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.couponFlow li img {
  width: 75px;
  height: 75px;
}
.coupon-icon {
  width: 85px;
  height: 60px;
}

/*--------------------*/

.contactBlock01 {
  position: relative;
  padding: 95px 0px 80px;
  background-image: url("/attending/hankyu_matsuri/images/pc/cont_bg.jpg");
  background-position: center;
  background-size: contain;
}
.contactBlock01::after {
  content: "";
  background-image: url(/attending/hankyu_matsuri/images/pc/cont01_tit01_deco01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 224px auto;
  width: 224px;
  height: 234px;
  position: absolute;
  left: -30px;
  top: -75px;
  transform: scale(-1, 1);
}

.contactBlockFlex01 {
  display: flex;
  gap: 0px 16px;
}
.contactBlockFlex01 li {
  width: 50%;
}
.contactBlockFlex01 .contBtn01 {
  width: 100%;
  margin-top: 0px;
}
.contactBlockFlex01 .contBtn01::before {
  width: 100%;
}
.contactBlockFlex01 .contBtn01 a {
  width: 100%;
}

/*-------------------------*/

.contH205 {
  text-align: center;
  margin-bottom: 50px;
}
.contH205 img {
  width: auto;
  height: 175px;
}
.searchFlex01 {
  display: flex;
  gap: 0px 16px;
  margin-top: 24px;
}
.searchFlex01 li {
  width: 25%;
}
.searchFlex01 li a {
  position: relative;
  display: block;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  box-sizing: border-box;
  height: 174px;
  padding-top: 90px;
  text-align: center;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: bold;
  transition-duration: 0.3s;
}
.searchFlex01 li a:link {
  color: #ff3333;
  text-decoration: none;
}
.searchFlex01 li a:visited {
  color: #ff3333;
  text-decoration: none;
}
.searchFlex01 li a:hover {
  color: #ff3333;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}
.searchFlex01 li a:active {
  color: #ff3333;
  text-decoration: none;
}

.searchFlex01 li a.icon01::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/icon01_ar01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.searchFlex01 li a.icon01 {
  color: #ff4747;
}
.searchFlex01 li a.icon01::before {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont03_btn_icon01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  width: 50px;
  height: 51px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.searchFlex01 li a.icon02::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/icon01_ar02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.searchFlex01 li a.icon02 {
  color: #3e94d5;
}
.searchFlex01 li a.icon02::before {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont03_btn_icon02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.searchFlex01 li a.icon03::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/icon01_ar03.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.searchFlex01 li a.icon03 {
  color: #f2ba00;
}
.searchFlex01 li a.icon03::before {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont03_btn_icon03.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75px auto;
  width: 75px;
  height: 50px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.searchFlex01 li a.icon04::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/icon01_ar04.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.searchFlex01 li a.icon04 {
  color: #3fc98b;
}
.searchFlex01 li a.icon04::before {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont03_btn_icon04.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 41px auto;
  width: 41px;
  height: 50px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.alc {
  text-align: center;
}

.btnWrap01 {
  margin-top: 48px;
}

.contBtn05 {
  margin-top: 24px;
  text-align: center;
}
.contBtn05 a,
.contBtn05 button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 20px;
  height: 78px;
  width: 600px;
  margin: auto;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
}
.contBtn05 a:link {
  color: #0195ff;
  text-decoration: none;
}
.contBtn05 a:visited {
  color: #0195ff;
  text-decoration: none;
}
.contBtn05 a:hover,
.contBtn05 button:hover {
  color: #0195ff;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}
.contBtn05 a:active {
  color: #0195ff;
  text-decoration: none;
}

.contBtn05 a::before,
.contBtn05 button::before {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont03_btn_icon05.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px auto;
  width: 32px;
  height: 41px;
  display: inline-block;
  margin-right: 16px;
}
.contBtn05 a::after,
.contBtn05 button::after {
  content: "";
  background-image: url("/attending/hankyu_matsuri/images/pc/cont01_btn_ar03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 15px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.contBtn05 button {
  color: #0195ff;
}

/*------------------------------*/

.contBlock03 {
  background-color: #f6f6f6;
  padding: 60px 0px 80px;
}

.contH206 {
  text-align: center;
  margin-bottom: 33px;
}
.contH206 img {
  width: auto;
  height: 145px;
}
.informationFlex01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 0px;
}
.informationFlex01 li {
  width: 48.4%;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
}
.informationFlex01 li.li01 {
  width: 100%;
}

.contH303 {
  color: #0096ff;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 16px;
}
.text15_16_n {
  font-size: 15px;
  line-height: 1.6em;
}
.informationImg01 {
  text-align: center;
  margin: 10px auto;
}
.informationImg01 img {
  width: auto;
  height: 241px;
}

.informationFlex01 .contBtn04 a,
.informationFlex01 .li01 a {
  width: 370px;
  margin: auto;
}
.informationFlex01 .li01 a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.swiper-banner-container {
  position: relative;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 4px solid var(--corporate-color);
  border-right: 4px solid var(--corporate-color);
}

/*
#btnToTop{
	display:none;
}*/
