* {
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
body {
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ ProN", sans-serif;
}
body,
ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  display: block;
}
.wf_mincho {
  font-family: "Noto Sans JP";
}
h2 {
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: bold;
}
section {
  margin: 30px 0;
}

.tourPrice {
  color: #c00;
  font-weight: bold;
  font-size: 1.5em !important;
}
.img_fit {
  position: relative;
  overflow: hidden;
}
.img_fit img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.reserve a {
  background: #f90;
  color: #fff;
  padding: 12px;
  border-radius: 100px;
  text-align: center;
  min-width: 80%;
  margin-bottom: 8px;
  position: relative;
  font-weight: bold;
}
.reserve a:after {
  position: absolute;
  content: "";
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.reserve.link_page a {
  background: #fff;
  color: #f90;
  border: 2px solid #f90;
}

/*mainVisual*/

.mainVisual {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mainImg {
  background: none !important;
}

.mainVisual .mainBg {
  width: 100%;
  height: 180px;
}
.mainBg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mainInner {
  width: 100%;
}
.mainInner h1 {
  position: absolute;
  left: 3%;
  top: 10%;
  color: #fff;
  z-index: 100;
  font-size: 1.6em;
  font-family: "Noto Sans JP";
  font-weight: bold;
  text-shadow: 0px 0px 4px #333;
}
.searchPanel {
  position: relative;
  background-color: rgba(249, 249, 249, 0.9);
  padding: 8px 15px;
  width: 96%;
  margin: 0 auto;
  border: 1px solid #999;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 0.85em;
}
.searchPanel p {
  text-align: center;
  margin-bottom: 10px;
}
.searchTtl,
.searchOption {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.searchTtl {
  width: 25%;
}
.searchOption {
  width: 70%;
}
.searchInner .main-search-group {
  margin-left: 0 !important;
  display: table;
}
.searchInner .ftopic-cate {
  width: auto !important;
}
.searchInner .main-search-flex {
  padding: 3px 0;
}
.main-search-group + .main-search-group {
  margin-top: 10px !important;
}
.searchInner .main-search-label {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  font-size: 14px;
}
.main-search-select label,
.main-search-select select {
  height: 30px;
}

img.ui-datepicker-trigger {
  width: 20px;
  margin-left: 8px;
  position: absolute;
}
.searchBtn button {
  display: block;
  width: 245px;
  padding: 10px 0;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}
.btn-primary {
  background: #fb9425;
  border: none;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #fb9425;
  color: #fff;
  box-sizing: border-box;
}

.block {
  margin: 30px 0;
}

.text_sm {
  margin: 12px 0px;
  font-size: 0.9em;
  line-height: 1.3em;
}
.mainContent {
  padding: 0 8px;
}
/*pageNavi*/
.pageNavi {
  background-color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, #eee),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, #eee),
    color-stop(0.75, #eee),
    color-stop(0.75, transparent),
    to(transparent)
  );
  -webkit-background-size: 14px 14px;
}
.pageNavi ul {
  display: flex;
  flex-wrap: wrap;
}
.pageNavi ul li {
  padding: 5px;
  font-size: 0.9em;
  flex: 0 1 50%;
}
.pageNavi ul li a {
  position: relative;
  background: #fff;
  padding: 5px 12px;
  border-radius: 500px;
}
.pageNavi li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}
/*concept*/
.conceptInner {
  position: relative;
}
.conceptInner .conceptImg {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.conceptInner .conceptImg img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.conceptInner .conceptText {
  margin: 8px;
}
.conceptInner .conceptText h3 {
  margin-bottom: 10px;
  background: #fff;
  font-size: 1em;
  font-weight: bold;
}
.conceptInner .text {
}
.conceptText p {
  background: #fff;
  font-size: 0.9em;
  line-height: 1.4em;
}
.icon_feature {
  display: flex;
  margin: 8px 0;
}
.icon_feature li {
  background: #999;
  color: #fff;
  margin-right: 8px;
  padding: 0 8px;
  font-size: 1rem;
}
.text_wrapper {
  position: relative;
}
.show_more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  padding-top: 20px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 70%
  );
  cursor: pointer;
  transition: bottom 0.2s;
  font-weight: bold;
  font-size: 0.9em;
}

.planBg {
  padding: 15px 0;
  background-color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, #fbffb3),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, #fbffb3),
    color-stop(0.75, #fbffb3),
    color-stop(0.75, transparent),
    to(transparent)
  );
  -webkit-background-size: 14px 14px;
}

.recommend_cont {
  background: #fff;
}

.recommend_text {
  padding: 5px 5px 15px 5px;
}
.recommend_cont h3 {
  font-weight: bold;
  line-height: 1.5em;
}
/*いちおしプラン*/
.recommendInner {
  display: flex;
  flex-wrap: wrap;
}
.recommendPlan .recommend_cont {
  flex: 0 1 48.5%;
  margin: 0 10px 20px 0;
  border-radius: 5px;
  overflow: hidden;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}
.recommendPlan .recommend_cont:nth-child(2n) {
  margin: 0 0 20px 0;
}

.recommendPlan .recommend_img {
  width: 100%;
  height: 120px;
}
.recommendPlan .recommend_cont img {
  min-height: 120px;
}
.recommendPlan .recommend_text {
  padding: 8px;
}
.recommendPlan .recommend_text ul {
  font-size: 0.8em;
}
.recommendPlan .tourPrice {
  font-size: 1.2em;
  margin: 8px 0;
}

.recommend_text dl dt {
  font-weight: bold;
}
.recommend_text dl {
  background: #eee;
  line-height: 1.8rem;
  margin: 12px 0;
  padding: 8px;
}
.recommend_text dl dd {
  font-size: 12px;
}
.recommendPlan .recommend_cont h3 {
  position: relative;
}
.recommendPlan .recommend_cont h3:after {
  position: absolute;
  top: 0;
  right: -5px;
  margin: auto;
  content: "";
  vertical-align: middle;
  bottom: 0;
  z-index: 5;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}
/**/

.recommendPlan2 .recommend_cont {
  margin: 0 8px 40px;
  border: 1px solid #c8c8c8;
}

.recommendPlan2 .recommend_img {
  width: 100%;
  height: 210px;
}

.recommendPlan2 .recommend_img img {
  min-height: 210px;
}
.recommendPlan2 .recommend_text {
  padding: 10px;
}

.recommendPlan2 .recommend_text h3 {
  margin-bottom: 8px;
  font-size: 1.1em;
}
.recommend_text p {
  line-height: 1.3em;
  font-size: 0.9em;
}
.recommendPlan2 .recommend_text ul {
  margin: 15px 0;
}
.recommend_text li {
  display: inline-block;
  background: #999;
  color: #fff;
  padding: 2px 5px;
  margin: 0 5px 3px 0;
}
.ttl_type {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px 0;
  background: #fff;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  margin-bottom: 15px;
}
.reserve {
  align-items: center;
  margin: 15px auto;
}
.reserve .tourPrice {
  font-size: 1.7em;
  margin-right: 12px;
}
.recommendPlan2 .reserve a {
  float: right;
  padding: 10px 35px;
}

/*category*/
.categoryList {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.categoryList .categoryCont {
  border-bottom: 1px dotted #999;
  padding: 5px 0;
}
.categoryCont a {
  display: block;
  position: relative;
}
.categoryCont a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 3px;
  width: 10px;
  height: 10px;
  margin: -2px 0 0;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}
.category_img,
.category_text {
  display: table-cell;
}
.category_img {
  width: 35%;
  height: 90px;
}
.category_text {
  padding: 0px 15px 0px 8px;
  line-height: 1.6rem;
}
.category_text h3 {
  font-weight: bold;
  margin-bottom: 5px;
}
/*point*/
.point .recommend_cont h3 {
  margin: 5px 0;
}
.point .recommend_img {
  height: 160px;
}
.point .recommend_img img {
  min-height: 160px;
}

/*schedule*/
.schedule .pointInner {
  display: flex;
  flex-wrap: wrap;
}
.schedule .recommend_cont {
  flex: 0 0 50%;
  padding: 0 3px;
}
.schedule .recommend_img {
  height: 130px;
}
.schedule .recommend_img img {
  min-height: 130px;
}
.schedule .recommend_cont h3 {
  height: 42px;
  padding: 0 3px;
}
.feature li {
  position: relative;
  margin: 0 10px;
  height: 200px;
}
.feature li p {
  position: absolute;
  background: rgba(249, 249, 249, 0.8);
  padding: 8px;
  bottom: 0;
  width: 100%;
}
.featureImg {
  height: 200px;
}
/*question*/
.question dl dd,
.question dl dt {
  padding: 10px;
}
.question dl dt {
  cursor: pointer;
  position: relative;
}
.question dl dt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}
.question dl dt.active::after {
  border-right: 2px solid #666;
  border-top: 2px solid #666;
  border-bottom: none;
  border-left: none;
}
.question dl dt:before,
.question dl dd:before {
  margin-right: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 35px;
}
.question dl dt:before {
  content: "Q";
  background: #fbffb3;
}
.question dl dd:before {
  content: "A";
  background: #fb9425;
  color: #fff;
}
.question dl dd {
  display: none;
}
/*引用*/
blockquote {
  position: relative;
  padding: 10px 15px 10px 40px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin-bottom: 8px;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 5px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  line-height: 1.5;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.exp_table {
  border: 1px solid #666;
  margin-top: 12px;
  width: 100%;
}
.exp_table td,
.exp_table th {
  border: 1px solid #666;
  padding: 5px;
  font-size: 1rem;
}
.exp_table th {
  background: #eee;
  width: 20%;
}
.exp_table td {
  width: 80%;
}

.point_square {
  width: 96%;
  margin: 0 auto;
  background: #fff;
  padding: 8px;
  font-size: 1rem;
  border: 1px solid #ddd;
}
.point_square ul {
  font-weight: bold;
}
.point_square p:before,
.point_square p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #999;
}
.point_square p:before {
  left: 0;
}
.point_square p:after {
  right: 0;
}
.only_pc {
  display: none;
}
.img_exp,
.img_exp img {
  width: 100%;
}
.tourPrice_en {
  display: flex;
}
.tourPrice_en span {
  margin: 8px 0;
  font-weight: bold;
  font-size: 0.9em;
}

/*モデルコース*/
.model_course {
  margin: 15px auto;
  background: #fff;
  border: 3px solid #f19149;
  padding: 15px;
  width: 92%;
  position: relative;
}
.model_course h3 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%);
  display: inline;
}
.model_course_inner {
  margin: 15px 0;
}
.model_course dl {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.model_course dt {
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #f19149;
  color: #fff;
  line-height: 45px;
  position: relative;
  font-size: 0.9em;
}
.model_course dt:after {
  content: "";
  border-left: 3px solid #f19149;
  height: 30px;
  position: absolute;
  top: 100%;
  margin: auto;
  left: 45%;
  right: 0;
}
.model_course dt.noline:after {
  content: none;
}
.model_course dd {
  padding-left: 15px;
  font-size: 0.9em;
}
.model_bg {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  height: auto;
}
.model_bg img {
  width: 100%;
}
/*ranking*/
.ranking-title {
  padding-left: 0;
}
.ranking.content.outer {
  padding: 0vw 3vw;
}

.card-02-photo {
  flex: 0 0 30%;
}
.ranking-flex .tags {
  display: none;
}
.card-02-info {
  padding: 8px;
  margin-left: inherit;
  width: 100%;
}
.card-02-sttle {
  font-size: 1rem;
  line-height: 1.2;
}
/*ここから追加*/
#special_new .time_line {
  padding-left: 0;
  width: 100%;
  margin: auto;
}
#special_new .time_line > li {
  padding-left: 0;
}
#special_new .time_line > li:not(:last-child)::before {
  left: 18%;
}
#special_new .time_line > li:not(:last-child) {
  padding-bottom: 10px;
}
#special_new .pc-only {
  display: none;
}
#special_new .sp-only {
  display: block;
}
#special_new .time_line {
  padding-left: 0;
  width: 100%;
  margin: auto;
  margin-left: 5px;
}
#special_new .time_line > li {
  padding-left: 0;
}
#special_new .time_line > li:not(:last-child)::before {
  left: 55px;
}
#special_new .time_line > li:not(:last-child) {
  padding-bottom: 20px;
}
#special_new .time_line > li dl dt {
  width: 26%;
  padding: 4px 9px;
  font-size: 12px;
}
#special_new .transport {
  left: 22%;
  top: 50%;
  width: 91px;
  line-height: 1;
}
#special_new body section {
  max-width: 787px;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
}
#special_new section {
  overflow: hidden;
}
#special_new div#area_topimg video {
  position: relative;
  height: 200px;
}
#special_new div#area_topimg h1 {
  font-size: 27px;
  text-align: center;
  top: 57px;
  padding: 0%;
}
#special_new section#description p {
  padding: 0 10px;
  font-size: 14px;
  text-align: left;
}
#special_new div#area_topimg {
  height: 200px;
}
#special_new section#description {
  margin: 15px auto;
}
#special_new .s-contents-bottom ul {
  flex-wrap: wrap;
}
#special_new .s-contents-bottom {
  display: none;
}
#special_new .s-contents-bottom li {
  margin: 8px 14px;
}
#special_new section#tour {
  margin-top: 5px;
  padding: 0 10px;
  box-sizing: border-box;
}
#special_new .tour_top {
  display: block;
}
#special_new img.rantan_img_big {
  width: 98%;
}
#special_new .tour_top_bimg {
  display: flex;
  flex-wrap: wrap;
  width: 47%;
}
#special_new .tour_l {
  display: block;
  width: 100%;
}
#special_new .tour_l .slider1 .slick-img img {
  height: 200px;
  margin-bottom: 5px;
}
#special_new .tour_l .thumbnail .thumbnail-img img {
  width: 100%;
  height: 75px;
  object-fit: cover;
}
#special_new img.rantan_img_smallr,
img.rantan_img_smalll {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  height: 94%;
  padding-right: 0;
}
#special_new h2.tour_title {
  margin: 15px auto;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  font-weight: 100;
}
#special_new h2.tour_title span {
  font-size: 17px;
  /* line-height: 2.2px; */
}
#special_new li.tour_detail_icon p {
  font-size: 12px;
}
#special_new .departure p {
  font-size: 14px;
  margin-right: 0;
}
#special_new .tour_price {
  font-size: 14px;
  margin: 0 auto;
}
#special_new .reservation a {
  margin: 10px auto;
  padding: 4px 16px;
  font-size: 14px;
}
#special_new ul.tour_border {
  margin-left: 0px;
}
#special_new .tour_detail ul {
  padding-left: 11px;
}
#special_new h2.btitle {
  margin-bottom: 13px;
  font-size: 16px;
  margin-top: 20px;
  border-left: 4px solid #ff914d;
}
#special_new .timeicon span {
  font-size: 15px;
  margin-left: 37px;
}
#special_new .transport p {
  font-size: 11px;
}
#special_new .transport p {
  width: 45%;
  font-size: 11px;
  color: #565656;
}
#special_new .time_line > li:not(:last-child)::before {
  left: 14%;
}
#special_new .transport img {
  width: 25%;
  max-height: 22px;
  object-fit: contain;
}
#special_new section#highlights h2 {
  font-size: 17px;
  margin-top: 48px;
}
#special_new ul.time_line li dl p {
  margin: -18px 10% -93px auto;
  font-size: 11px;
}
#special_new .time_line > li dl p {
  margin: -18px 10% -93px auto;
  font-size: 11px;
}
#special_new .time_line > li dl dd {
  font-size: 14px;
  padding: 5px 0;
}
#special_new .time_line > li dl {
  position: relative;
  column-gap: 14px;
}
#special_new .hi_lite-img {
  width: 100%;
  position: relative;
}
#special_new ul.hi_lite-item li {
  width: 49%;
  margin: 0px 1px 2px 0px;
}
#special_new p.ja {
  font-size: 12px;
}
#special_new .hi_lite-name {
  font-size: 11px;
}
#special_new p.point_description {
  width: 93%;
  margin: auto;
  border-top: 1px solid #ccccccab;
  padding-top: 7px;
  padding-bottom: 4px;
  font-size: 11px;
}
#special_new .hi_lite-name {
  position: relative;
  margin-bottom: 13px;
  margin-left: 2px;
  font-size: 11px;
}
#special_new .hi_lite-name-ja img {
  width: 11px;
  height: 15.2px;
  margin: 7px 0px 0px 5px;
}
#special_new .hi_lite-wrap ul {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  padding-left: 0px;
  margin: 0px;
}
#special_new img.hi_lite-icon {
  position: absolute;
  top: 80%;
  left: 76%;
  width: 33px;
}
#special_new .info_bottom {
  margin-top: 0px;
  display: block;
  padding: 0px;
}
#special_new .info_txt {
  font-size: 13px;
  width: 95%;
  margin: 43px auto 0px auto;
}
#special_new .tainan_map img {
  width: 86%;
  margin: 10px 10px 0px 29px;
}
/*FAQ*/
#special_new h2.section-title.pc_only {
  display: none;
}
#special_new h2.section-title.sp_only {
  display: block;
  font-size: 18px;
  text-align: center;
}
#special_new #qa dl {
  margin: 7px 0px 7px 14px;
  width: 96%;
}
#special_new #qa .question {
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 20px;
  height: 30px;
}
#special_new #qa .question::before {
  padding: 2px 6.5px;
  left: -8%;
  top: -10%;
}
#special_new #qa .question::after {
  height: 60px;
  left: -4.5%;
  top: 24px;
}
#special_new #qa .answer {
  font-size: 14px;
  padding: 6px;
  margin-right: 0px;
}
#special_new #qa .answer::before {
  width: 23px;
  left: -9%;
}
#special_new #qa .answer::after {
  left: -16px;
}
#special_new section#qa {
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 34px;
}
#special_new #qa .more-btn {
  margin-top: 23px;
}
#special_new #qa .close-btn.active {
  margin-top: 23px;
}
/*ここ*/
#special_new .slider2 .slick-img img {
  width: 75vw;
  height: 75vw;
  max-width: 75vw;
  object-fit: cover;
}
#special_new .slider2 .slick-center + .slick-img img {
  margin-left: 0px;
}
#special_new .slick-img:has(+ .slick-center) img {
  transform: scale(0.8);
  margin-left: 0px;
}
#special_new section#other_plan {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 30px;
  margin-bottom: 80px;
}
#special_new .other_l h2 {
  margin-top: 0px;
  font-size: 14px;
  text-align: center;
}
#special_new .other_l {
  width: 93%;
  margin-right: 60px;
  margin: auto;
}
#special_new .other_l p {
  font-size: 13px;
}
#special_new .other_r img {
  width: 100%;
  margin-top: 10px;
}
#special_new p.tour_price {
  font-size: 15px;
}
#special_new a.other-btn {
  font-size: 13px;
}
#special_new .other_r ul {
  font-size: 12px;
  width: 61%;
  left: 50%;
  padding-left: 0px;
  top: 168px;
  transform: translateX(-50%);
}
#special_new .sp_only_nav {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(251, 87, 87, 0.95);
  z-index: 99;
}
#special_new .sp_only_nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  column-gap: 5px;
  padding: 20px 0;
  margin: 0;
}
#special_new .sp_only_nav ul li {
  width: 100%;
  font-size: 18px;
  margin: 0;
}
#special_new .sp_only_nav ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
}
