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

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

.contents {
  font-family: "Noto Sans JP", sans-serif;
}
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

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

@keyframes zoomUp02 {
  0% {
    transform: scale(0.94);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

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

.mainSlide01 {
  /*height: 53vw;
  margin-inline: auto;
  overflow: hidden;
  width: 80vw;*/
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.slick_pause {
  background-image: url("/attending/hankyu/images/pc/main_play_btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px auto;
  width: 48px;
  height: 49px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 12px;
}
.slick_pause.paused {
  background-image: url("/attending/hankyu/images/pc/main_play_btn_on.png");
}

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

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

.mainSlide01 .slick-img {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mainSlide01 .slick-img.bg01 {
  background-image: url("/attending/hankyu/images/pc/main_bg01.jpg");
}
.mainSlide01 .slick-img.bg02 {
  background-image: url("/attending/hankyu/images/pc/main_bg02.jpg");
}
.mainSlide01 .slick-img.bg03 {
  background-image: url("/attending/hankyu/images/pc/main_bg03.jpg");
}

.mainWrap01 {
  position: relative;
}
.mainText01 {
  position: absolute;
  left: 48px;
  bottom: 0px;
}
.mainBox01 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mainBox01 .p01 img {
  width: 762px;
  height: auto;
}
.mainBox01 .p02 img {
  width: 600px;
  height: auto;
}
.mainBox01 .p02 {
  position: relative;
  width: 600px;
  margin: auto;
  animation: zoomUp02 2.8s linear 0s normal both;
}
.mainBox01 .p02 .p0202 {
  position: absolute;
  top: 0px;
  left: 0px;
  animation-duration: 8.8s;
  animation-fill-mode: both;
}

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

.mainBlock01 {
  text-align: center;
  padding: 80px 0px;
}
.mainText02 {
  font-size: 24px;
  line-height: 2em;
  font-weight: bold;
}
.mainLogo01 {
  margin-top: 40px;
}
.mainLogo01 img {
  width: 312px;
  height: auto;
}

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

.ancBlock01 {
  background-color: #f0f9ff;
  padding: 80px 0px;
}

.contH201 {
  text-align: center;
  margin-bottom: 25px;
}
.contH201 .s01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50px;
  box-sizing: border-box;
  height: 38px;
  padding: 4px 14px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
}
.contH201 .s02 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 15px;
  font-size: 48px;
  line-height: 1.6em;
  font-weight: 800;
}
.contH201 .s02 .s0202 {
  line-height: 0px;
  margin: auto 3px auto 2px;
}

.ancNavi01 {
  display: flex;
  justify-content: center;
  gap: 0px 44px;
}
.ancNavi01 li {
  position: relative;
  width: 490px;
  padding-bottom: 46px;
}
.ancNavi01 li::after {
  content: "";
  background-image: url("/attending/hankyu/images/pc/anc_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 38px auto;
  width: 38px;
  height: 26px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.ancNavi01 li a {
  display: flex;
  overflow: hidden;
  border: 2px solid #0047a3;
  border-radius: 12px;
  background-color: #ffffff;
  position: relative;
  top: 0px;
  box-shadow: 0px 8px 0px 0px #0047a3;
  -webkit-box-shadow: 0px 8px 0px 0px #0047a3;
  -moz-box-shadow: 0px 8px 0px 0px #0047a3;
  -o-box-shadow: 0px 8px 0px 0px #0047a3;
  -ms-box-shadow: 0px 8px 0px 0px #0047a3;
  transition-duration: 0.3s;
}
.ancNavi01 li a .box01 {
  flex-shrink: 0;
}

.ancNavi01 li a .box02 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 15px;
}
.ancNavi01 li a .box02 .p01 {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: bold;
}
.ancNavi01 li a .box02 .p01 span {
  position: relative;
}

.ancNavi01 li a .box02 .p02 {
  text-align: center;
  color: #0047a3;
}
.ancNavi01 li a .box02 .p02 .s01 {
  display: block;
  font-size: 68px;
  line-height: 1.2em;
  font-weight: 800;
}
.ancNavi01 li a .box02 .p02 .s02 {
  display: block;
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 800;
}

.textUndLine01 {
  position: relative;
}
.textUndLine01::before {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #dcf2ff;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.textUndLine01.domestic::before {
  background-color: #fcebdc;
}

.ancNavi01 li a:hover {
  background-color: #0047a3;
  top: 8px;
  box-shadow: 0px 0px 0px 0px #0047a3;
  -webkit-box-shadow: 0px 0px 0px 0px #0047a3;
  -moz-box-shadow: 0px 0px 0px 0px #0047a3;
  -o-box-shadow: 0px 0px 0px 0px #0047a3;
  -ms-box-shadow: 0px 0px 0px 0px #0047a3;
  transition-duration: 0.3s;
}
.ancNavi01 li a:hover .box02 .p01 {
  color: #ffffff;
}
.ancNavi01 li a:hover .box02 .p02 {
  color: #ffffff;
}
.ancNavi01 li a:hover .textUndLine01::before {
  background-color: #0090e3;
}

.ancNavi01 li.li02::after {
  content: "";
  background-image: url("/attending/hankyu/images/pc/anc_ar02.png");
}
.ancNavi01 li.li02 a {
  border: 2px solid #c85200;
  box-shadow: 0px 8px 0px 0px #c85200;
  -webkit-box-shadow: 0px 8px 0px 0px #c85200;
  -moz-box-shadow: 0px 8px 0px 0px #c85200;
  -o-box-shadow: 0px 8px 0px 0px #c85200;
  -ms-box-shadow: 0px 8px 0px 0px #c85200;
}

.ancNavi01 li.li02 a:hover {
  background-color: #c85200;
  top: 8px;
  box-shadow: 0px 0px 0px 0px #c85200;
  -webkit-box-shadow: 0px 0px 0px 0px #c85200;
  -moz-box-shadow: 0px 0px 0px 0px #c85200;
  -o-box-shadow: 0px 0px 0px 0px #c85200;
  -ms-box-shadow: 0px 0px 0px 0px #c85200;
  transition-duration: 0.3s;
}
.ancNavi01 li.li02 a:hover .textUndLine01::before {
  background-color: #ee7f00;
}

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

.contBlock01 {
  background-color: #e6f3fb;
}

.contH202 {
  background-color: #0047a3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 144px;
  color: #ffffff;
  font-weight: 800;
}
.contH202 .s01 {
  display: block;
  font-size: 23px;
  line-height: 1.5em;
}
.contH202 .s02 {
  display: block;
  font-size: 48px;
  line-height: 1.5em;
}

.contFlex01 {
  display: flex;
}
.reverse {
  flex-direction: row-reverse;
}

.contFlex01 .box01 {
  position: relative;
  width: 50%;
  flex-shrink: 0;
}
.slideMask01 {
  position: absolute;
  top: 0px;
  right: -1px;
  width: 96px;
  height: 100%;
}
.reverse .slideMask01 {
  right: auto;
  left: 0px;
}

.slideMask01 img {
  height: 100%;
  width: 100%;
}
.contSlick01 img {
  width: 512px;
  height: 720px;
  object-fit: cover;
}

.contFlex01 .box02 {
  display: flex;
  align-items: center;
  text-align: left;
  z-index: 1;
}

.box02Flex01 {
  display: flex;
  align-items: flex-end;
  gap: 0px 24px;
  margin-bottom: 20px;
}

.modalBtn01 {
}
.modalBtn01 .popup-brightcove {
  background-image: url("/attending/hankyu/images/pc/abroad_movie_btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 148px auto;
  width: 148px;
  height: 160px;
  transition-duration: 0.3s;
  display: block;
}
.modalBtn01 .popup-brightcove:hover {
  background-image: url("/attending/hankyu/images/pc/abroad_movie_btn_on.png");
  transition-duration: 0.3s;
}
.popup-brightcove div {
  background-image: none !important;
}
.popup-brightcove div button {
  display: none;
}
.movieBlock01 .popup-brightcove div button {
  display: block;
}
.flag01 {
  width: 44px;
  margin-bottom: 10px;
}

.box02Flex01 .p01 {
  color: #0047a3;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 8px;
}
.box02Flex01 .h301 {
  font-size: 44px;
  line-height: 1.3em;
  font-weight: 800;
}
.contText01 {
  font-size: 16px;
  line-height: 1.75em;
  font-weight: bold;
  color: #001855;
}

.contBtn01 {
  margin-top: 38px;
}
.contBtn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 82px;
  border: 2px solid #0047a3;
  border-radius: 12px;
  background-color: #ffffff;
  color: #001855;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: bold;
  box-shadow: 0px 6px 0px 0px #0047a3;
  -webkit-box-shadow: 0px 6px 0px 0px #0047a3;
  -moz-box-shadow: 0px 6px 0px 0px #0047a3;
  -o-box-shadow: 0px 6px 0px 0px #0047a3;
  -ms-box-shadow: 0px 6px 0px 0px #0047a3;
  transition-duration: 0.3s;
  position: relative;
  top: 0px;
}
.contBtn01 a::after {
  content: "";
  background-image: url("/attending/hankyu/images/pc/abroad_btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  width: 16px;
  height: 22px;
  display: inline-block;
  margin-left: 15px;
  transition-duration: 0.3s;
}

.contBtn01 a:hover {
  background-color: #0047a3;
  color: #ffffff;
  box-shadow: 0px 0px 0px 0px #0047a3;
  -webkit-box-shadow: 0px 0px 0px 0px #0047a3;
  -moz-box-shadow: 0px 0px 0px 0px #0047a3;
  -o-box-shadow: 0px 0px 0px 0px #0047a3;
  -ms-box-shadow: 0px 0px 0px 0px #0047a3;
  transition-duration: 0.3s;
  top: 6px;
}
.contBtn01 a:hover::after {
  background-image: url("/attending/hankyu/images/pc/abroad_btn_ar01_on.png");
  transition-duration: 0.3s;
}

.box02In01 {
  width: 440px;
}

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

.contSlick01 .slick-arrow {
  font-size: 0px;
  line-height: 0px;
  text-indent: -9999px;
}

.contSlick01 .slick-prev {
  background-image: url("/attending/hankyu/images/pc/slide_plev01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 60px;
  bottom: 45px;
  z-index: 1;
}
.contSlick01 .slick-next {
  background-image: url("/attending/hankyu/images/pc/slide_next01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 108px;
  bottom: 45px;
  z-index: 1;
}
.contSlick01 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12px;
  gap: 0px 8px;
  text-align: center;
  box-sizing: border-box;
  padding-right: 48px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 63px;
}

.reverse .contSlick01 .slick-prev {
  left: 108px;
}
.reverse .contSlick01 .slick-next {
  right: 60px;
}
.reverse .contSlick01 .slick-dots {
  padding-right: 0px;
  padding-left: 48px;
}

.contSlick01 .slick-dots li button {
  font-size: 0px;
  line-height: 0px;
  text-indent: -9999px;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: #ffffff;
}
.contSlick01 .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #0047a3;
}

.contBlock02 .contSlick01 .slick-prev {
  background-image: url("/attending/hankyu/images/pc/slide_plev02.png");
}
.contBlock02 .contSlick01 .slick-next {
  background-image: url("/attending/hankyu/images/pc/slide_next02.png");
}
.contBlock02 .contSlick01 .slick-dots li.slick-active button {
  background-color: #c44700;
}

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

.movieBlock01 {
  background-color: #eeece8;
  padding: 100px 0px;
}
.contH301 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 88px;
  background-color: #ffffff;
  border-radius: 100px;
  position: relative;
  color: #0047a3;
  font-size: 40px;
  line-height: 1.5em;
  font-weight: 800;
}
.contH301::after {
  content: "";
  background-image: url("/attending/hankyu/images/pc/abroad_ilust01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 137px auto;
  width: 137px;
  height: 160px;
  position: absolute;
  bottom: 0px;
  right: 154px;
}

.movieFlex01 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px 104px;
}
.movieFlex01 li {
  width: 420px;
  margin-top: 80px;
}

.contBtn01.btn02 {
  margin-top: 16px;
}
.movieBox01 {
  text-align: center;
  margin-bottom: 16px;
  color: #001855;
}
.movieBox01 + div {
  position: relative;
  width: 100%;
  height: 241px;
}
.movieBox01 .flag01 {
  margin: auto auto 20px;
}
.movieBox01 .p01 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
}
.movieBox01 .h301 {
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 800;
}

.botomBlock01 {
  padding: 80px 0px;
}

.contH302 {
  text-align: center;
  color: #0047a3;
  font-size: 36px;
  line-height: 1.5em;
  font-weight: 800;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contH302::before {
  content: "";
  display: inline-block;
  background-image: url("/attending/hankyu/images/pc/tit_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px auto;
  width: 26px;
  height: 40px;
  margin-right: 8px;
}
.contH302::after {
  content: "";
  display: inline-block;
  background-image: url("/attending/hankyu/images/pc/tit_deco02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px auto;
  width: 26px;
  height: 40px;
  margin-left: 8px;
}

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

.contBlock02 {
  background-color: #fbf3eb;
}

.contBlock02 .movieBox01 {
  color: #4c1200;
}

.contBlock02 .contH202 {
  background-color: #c85200;
}

.contBlock02 .modalBtn01 .popup-brightcove {
  background-image: url("/attending/hankyu/images/pc/internal_movie_btn.png");
}
.contBlock02 .modalBtn01 .popup-brightcove:hover {
  background-image: url("/attending/hankyu/images/pc/internal_movie_btn_on.png");
}
.contBlock02 .box02Flex01 .p01 {
  color: #c44700;
}
.contBlock02 .contText01 {
  color: #4c1200;
}

.contBlock02 .contBtn01 a {
  border: 2px solid #c85200;
  background-color: #ffffff;
  color: #4c1200;
  box-shadow: 0px 6px 0px 0px #c85200;
  -webkit-box-shadow: 0px 6px 0px 0px #c85200;
  -moz-box-shadow: 0px 6px 0px 0px #c85200;
  -o-box-shadow: 0px 6px 0px 0px #c85200;
  -ms-box-shadow: 0px 6px 0px 0px #c85200;
}
.contBlock02 .contBtn01 a::after {
  background-image: url("/attending/hankyu/images/pc/internal_btn_ar01.png");
}
.contBlock02 .contBtn01 a:hover::after {
  background-image: url("/attending/hankyu/images/pc/abroad_btn_ar01_on.png");
}

.contBlock02 .contBtn01 a:hover {
  background-color: #c85200;
  color: #ffffff;
}

.internalIcon01 {
  margin-left: -25px;
}
.internalIcon01 img {
  width: 116px;
  height: auto;
}
.internalIcon02 {
  margin-left: 0px;
}
.internalIcon02 img {
  width: 60px;
  height: auto;
}
.internalIcon03 {
  margin-left: 0px;
}
.internalIcon03 img {
  width: 77px;
  height: auto;
}
.internalIcon04 {
  margin-left: 0px;
}
.internalIcon04 img {
  width: 89px;
  height: auto;
}

.movieBlock02 .contH301 {
  color: #c44700;
}

.botomBlock02 .contH302 {
  color: #c44700;
}
.botomBlock02 .contH302::before {
  content: "";
  display: inline-block;
  background-image: url("/attending/hankyu/images/pc/tit_deco0102.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px auto;
  width: 26px;
  height: 40px;
  margin-right: 8px;
}
.botomBlock02 .contH302::after {
  content: "";
  display: inline-block;
  background-image: url("/attending/hankyu/images/pc/tit_deco0202.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px auto;
  width: 26px;
  height: 40px;
  margin-left: 8px;
}

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

.contH203 {
  text-align: center;
  color: #001855;
  padding: 40px 20px 15px;
}
.contH203 .s01 {
  display: block;
  font-size: 23px;
  line-height: 1.5em;
  font-weight: bold;
}
.contH203 .s02 {
  display: block;
  font-size: 48px;
  line-height: 1.5em;
  font-weight: 800;
}
.contBlock03In {
  background-color: #d3f0f4;
  padding: 60px 0px;
}

.block03Box01 {
  background-color: #ffffff;
  border: 2px solid #0047a3;
  margin-top: 40px;
}

.block03H301Wrap01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 180px;
  font-weight: bold;
  color: #001855;
}

.block03H301Wrap01 .fs48 {
  font-size: 48px;
  line-height: 1.2em;
}
.block03H301Wrap01 .fs40 {
  font-size: 40px;
  line-height: 1.2em;
}
.block03H301Wrap01 .fs32 {
  font-size: 32px;
  line-height: 1.2em;
}
.block03H301Wrap01 .col02 {
  color: #0047a3;
}

.block03Deco01 {
  width: 252px;
  position: absolute;
  bottom: 0px;
  right: 10px;
}

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

.tabMenu {
  display: flex;
  list-style: none;
  border-top: 2px solid #0047a3;
  border-bottom: 2px solid #0047a3;
}
.tabMenu li {
  background-color: #ffffff;
  color: #0047a3;
  flex-grow: 1;
  padding: 10px;
  border-left: #0047a3 2px solid;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  height: 64px;
}
.tabMenu li:first-child {
  border-left: none;
}
.tabMenu li.active {
  background: #0047a3;
  color: #fff;
}
.tabMenu li.active::after {
  content: "";
  background-image: url("/attending/hankyu/images/pc/tab_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
}

.tabContent {
  display: none;
}
.tabContent.active {
  display: block;
}

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

.tabContIn01 {
  padding: 48px 86px 78px;
  background-color: #e6f3fb;
  text-align: center;
}
.tabText01 {
  font-size: 30px;
  line-height: 1.3em;
  font-weight: bold;
  color: #0047a3;
}
.tabText01 .line01 {
  background-image: url("/attending/hankyu/images/pc/tab_text_line01.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 8px;
}
.tabImg01 {
  margin-top: 40px;
}
.ancNavi01 li.li02 a .box02 .p02 {
  color: #c85200;
}

/* その他おすすめ特集_start */
.block_recommended {
  margin: 50px 0;
}

.swiper-slider__outer {
  position: relative;
}

.bannerCassette_content .bannerImg {
  width: 230px;
  height: auto;
}

.bannerCassette_content .bannerImg img {
  width: 100%;
}

.swiper-slide a.hover:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

/* 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 */
