@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");
@import url("https://use.typekit.net/wwx7ukl.css");
.trip-event {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}
.trip-event > div {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.trip-event .v3-twm-container {
  overflow: hidden;
}
@media (min-width: 1440px) {
  .trip-event .v3-twm-container {
    width: 1150px;
  }
}
@media (max-width: 1439px) {
  .trip-event .v3-twm-container {
    width: 95%;
  }
}
.trip-event .arrow {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #ff6700;
  transform: rotate(0deg);
}
@media (max-width: 640px) {
  .trip-event .arrow {
    border-width: 4px 0 4px 8px;
  }
}
.trip-event .group {
  padding: 70px 0 0;
}
.trip-event .event-title-style {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .trip-event .event-title-style {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .trip-event .event-title-style {
    width: 100%;
  }
}
.trip-event .event-title-style .e-title {
  border-right: 1px solid rgba(255, 255, 255, 0.7490196078);
  margin-right: 10px;
  box-sizing: border-box;
}
@media (min-width: 981px) {
  .trip-event .event-title-style .e-title {
    width: 40px;
  }
}
@media (max-width: 980px) {
  .trip-event .event-title-style .e-title {
    width: 125px;
  }
}
@media (max-width: 640px) {
  .trip-event .event-title-style .e-title {
    width: 60px;
  }
}
.trip-event .event-title-style .e-title p {
  color: #fff;
  font-size: 23px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 981px) {
  .trip-event .event-title-style .e-title p {
    writing-mode: vertical-lr;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 640px) {
  .trip-event .event-title-style .e-title p {
    font-size: 20px;
  }
}
.trip-event .event-title-style .e-detail {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  font-size: 22px;
  line-height: 150%;
  align-self: center;
}
@media (max-width: 1280px) {
  .trip-event .event-title-style .e-detail {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .trip-event .event-title-style .e-detail {
    width: calc(100% - 125px);
    flex-wrap: nowrap;
    align-items: end;
  }
}
@media (max-width: 640px) {
  .trip-event .event-title-style .e-detail {
    width: calc(100% - 60px);
    font-size: 20px;
  }
}
.trip-event .event-title-style .e-detail .year {
  font-size: 80px;
  font-weight: 100;
  line-height: 80%;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 980px) {
  .trip-event .event-title-style .e-detail .year {
    width: auto;
    font-size: 70px;
    margin: 0;
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .trip-event .event-title-style .e-detail .year {
    font-size: 60px;
  }
}
.trip-event .event-title-style .e-detail .dates {
  width: 100%;
  font-weight: 500;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 980px) {
  .trip-event .event-title-style .e-detail .dates {
    width: auto;
  }
  .trip-event .event-title-style .e-detail .dates .arrow {
    margin: 0 10px;
  }
}
@media (max-width: 640px) {
  .trip-event .event-title-style .e-detail .dates {
    font-size: 24px;
  }
  .trip-event .event-title-style .e-detail .dates .arrow {
    margin: 0 5px;
  }
}
.trip-event .event-title-style .event-dates {
  display: flex;
  width: 230px;
}
@media (max-width: 980px) {
  .trip-event .event-title-style .event-dates {
    width: 100%;
    margin-bottom: 20px;
  }
}
.trip-event .event-title-style .event-way {
  display: flex;
  width: calc(100% - 230px - 80px);
}
@media (max-width: 980px) {
  .trip-event .event-title-style .event-way {
    width: 100%;
  }
}
.trip-event .event-conditions {
  margin: 70px 0;
}
.trip-event .event-conditions .bttitle {
  position: relative;
}
.trip-event .event-conditions .bttitle::before {
  content: "";
  display: block;
  width: calc(100% - 300px);
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: skewX(-15deg);
}
@media (max-width: 1280px) {
  .trip-event .event-conditions .bttitle::before {
    width: calc(100% - 200px);
  }
}
@media (max-width: 980px) {
  .trip-event .event-conditions .bttitle::before {
    width: 100%;
    overflow: hidden;
  }
}
.trip-event .event-conditions .bttitle::after {
  content: "";
  display: block;
  width: 99%;
  height: 50%;
  background-color: #ff6700;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  transform: skewX(-20deg);
}
.trip-event .event-conditions .bttitle .rbg {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1280px) {
  .trip-event .event-conditions .bttitle .rbg {
    height: 50px;
  }
}
@media (max-width: 980px) {
  .trip-event .event-conditions .bttitle .rbg {
    bottom: initial;
    top: 0;
    right: -10px;
    height: auto;
    width: 30%;
  }
}
@media (max-width: 480px) {
  .trip-event .event-conditions .bttitle .rbg {
    width: 35%;
  }
}
.trip-event .event-conditions .bttitle .rbg img {
  width: 100%;
  height: 100%;
}
.trip-event .event-conditions .bttitle p {
  color: #000;
  position: relative;
  z-index: 3;
  font-style: italic;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 8px 20px 15px;
}
@media (max-width: 1280px) {
  .trip-event .event-conditions .bttitle p {
    font-size: 18px;
  }
}
@media (max-width: 980px) {
  .trip-event .event-conditions .bttitle p {
    width: 72%;
  }
}
@media (max-width: 640px) {
  .trip-event .event-conditions .bttitle p {
    width: 100%;
    padding-right: 0;
    padding-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .trip-event .event-conditions .bttitle p {
    font-size: 17px;
  }
}
.trip-event .event-conditions .bttitle p em {
  font-size: 1.5em;
}
.trip-event .event-conditions .bttitle .moSet {
  display: none;
}
@media (max-width: 640px) {
  .trip-event .event-conditions .bttitle .moSet {
    display: block;
  }
}
.trip-event .event-conditions .btconditions {
  margin: 30px 0 40px;
}
.trip-event .event-conditions .btconditions ul {
  display: flex;
}
@media (max-width: 980px) {
  .trip-event .event-conditions .btconditions ul {
    flex-wrap: wrap;
    margin: 15px 0 20px;
    justify-content: center;
  }
}
.trip-event .event-conditions .btconditions ul li {
  width: 20%;
  position: relative;
}
@media (max-width: 980px) {
  .trip-event .event-conditions .btconditions ul li {
    width: 33.3333333333%;
    margin: 15px 0;
  }
}
@media (max-width: 640px) {
  .trip-event .event-conditions .btconditions ul li {
    width: 50%;
  }
}
.trip-event .event-conditions .btconditions ul li:after {
  content: "/";
  position: absolute;
  left: 100%;
  top: calc(50% - 8px);
  color: #fff;
  font-style: italic;
}
@media (max-width: 980px) {
  .trip-event .event-conditions .btconditions ul li:nth-child(3):after {
    display: none;
  }
}
@media (max-width: 640px) {
  .trip-event .event-conditions .btconditions ul li:nth-child(3):after {
    display: block;
  }
  .trip-event .event-conditions .btconditions ul li:nth-child(even):after {
    display: none;
  }
}
.trip-event .event-conditions .btconditions ul li:last-child:after {
  display: none;
}
.trip-event .event-conditions .btconditions ul li p {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (max-width: 640px) {
  .trip-event .event-conditions .btconditions ul li p {
    font-size: 18px;
  }
}
.trip-event .barTXT {
  position: relative;
  text-align: right;
  overflow: hidden;
  margin-bottom: 70px;
}
@media (max-width: 640px) {
  .trip-event .barTXT {
    text-align: center;
  }
}
.trip-event .barTXT:after, .trip-event .barTXT:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 25%;
}
.trip-event .barTXT:after {
  background: linear-gradient(to right, rgb(255, 255, 255) 45%, rgb(0, 0, 0) 100%);
  right: 0;
  width: 25%;
  left: initial;
}
.trip-event .barTXT p {
  display: inline-flex;
  background-color: #000;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .trip-event .barTXT p {
    margin-right: 50px;
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .trip-event .barTXT p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .trip-event .barTXT p {
    margin: 0;
  }
}
.trip-event .barTXT p:after {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 38px 16px;
  border-color: transparent transparent #000 transparent;
  transform: rotate(0deg);
  right: 100%;
  top: 0;
}
.trip-event .barTXT p:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 38px 16px 0 0;
  border-color: #000 transparent transparent transparent;
  transform: rotate(0deg);
  left: 100%;
  top: 0;
}
.trip-event .barTXT p b {
  margin: 0 10px;
}
.trip-event .slideSec {
  margin: 70px 0;
}
.trip-event .slideSec .visible {
  overflow: visible;
  width: 100%;
}
.trip-event .slideSec .visible .centerswiper {
  width: 1150px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  position: relative;
}
.trip-event .slideSec .slideSecTitle {
  margin-bottom: 30px;
}
.trip-event .slideSec .slideSecTitle h2 {
  background-image: url(../images/trip/slideSecTitle.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 10px 0;
  padding-left: 80px;
}
@media (max-width: 1280px) {
  .trip-event .slideSec .slideSecTitle h2 {
    background-size: auto 100%;
    padding-left: 70px;
  }
}
@media (max-width: 640px) {
  .trip-event .slideSec .slideSecTitle h2 {
    padding-left: 10%;
    background-size: auto 90%;
    background-position: 0 100%;
  }
}
@media (max-width: 480px) {
  .trip-event .slideSec .slideSecTitle h2 {
    padding-left: 15%;
  }
}
.trip-event .slideSec .slideSecTitle h2 b {
  display: block;
  color: #000;
  font-size: 40px;
  width: 180px;
  transform: translateY(-16px);
  filter: drop-shadow(0px -4px 0px #fff);
  text-shadow: -1px 0px 0 #fff, 1px 0px 0 #fff, 2px 2px 0 #fff, 2px 0px 0 #fff;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
}
@media (max-width: 1280px) {
  .trip-event .slideSec .slideSecTitle h2 b {
    font-size: 30px;
    width: 140px;
  }
}
@media (max-width: 640px) {
  .trip-event .slideSec .slideSecTitle h2 b {
    transform: translateY(-10px);
  }
}
.trip-event .slideSec .centerswiper .swiper-slide {
  width: 400px;
}
@media (max-width: 768px) {
  .trip-event .slideSec .centerswiper .swiper-slide {
    width: 350px;
  }
}
@media (max-width: 480px) {
  .trip-event .slideSec .centerswiper .swiper-slide {
    width: 280px;
  }
}
.trip-event .slideSec .centerswiper .swiper-slide .trip-title {
  margin-bottom: 10px;
}
.trip-event .slideSec .centerswiper .swiper-slide .trip-title h3 {
  position: relative;
  display: flex;
  align-items: center;
}
.trip-event .slideSec .centerswiper .swiper-slide .trip-title h3:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff6700;
}
.trip-event .slideSec .centerswiper .swiper-slide .trip-title h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ff6700;
  top: calc(50% - 1px);
  left: 0;
}
.trip-event .slideSec .centerswiper .swiper-slide .trip-title h3 b {
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  background-color: #000;
  padding: 0 10px;
  z-index: 2;
  line-height: 130%;
}
.trip-event .slideSec .centerswiper .swiper-slide .con_box .con_photo {
  filter: drop-shadow(5px 5px 0 #000);
  position: relative;
}
.trip-event .slideSec .centerswiper .swiper-slide .con_box .con_photo .brand {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20%;
}
.trip-event .slideSec .centerswiper .swiper-slide .con_box .con_photo .photo_border {
  width: 100%;
  aspect-ratio: 4/2;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.trip-event .slideSec .centerswiper .swiper-slide .con_txt {
  margin: 15px 0 0 5px;
}
.trip-event .slideSec .centerswiper .swiper-slide .con_txt p {
  line-height: 140%;
}
.trip-event .slideSec .centerswiper .swiper-button-next:after,
.trip-event .slideSec .centerswiper .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
  z-index: 6;
}
.trip-event .slideSec .centerswiper .swiper-button-next:before,
.trip-event .slideSec .centerswiper .swiper-button-prev:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.73);
  position: absolute;
  z-index: 5;
  right: -50px;
}
@media (max-width: 768px) {
  .trip-event .slideSec .centerswiper .swiper-button-next:before,
  .trip-event .slideSec .centerswiper .swiper-button-prev:before {
    width: 80px;
    height: 80px;
    right: -40px;
  }
}
.trip-event .slideSec .centerswiper .swiper-button-prev:before {
  right: initial;
  left: -50px;
}
@media (max-width: 768px) {
  .trip-event .slideSec .centerswiper .swiper-button-prev:before {
    left: -40px;
  }
}
.trip-event .slideSec .centerswiper .swiper-button-next {
  right: -10px;
  top: calc(50% - 20px);
}
@media (max-width: 768px) {
  .trip-event .slideSec .centerswiper .swiper-button-next {
    right: -5px;
    top: calc(50% - 40px);
  }
}
.trip-event .slideSec .centerswiper .swiper-button-prev {
  left: -10px;
  top: calc(50% - 20px);
}
@media (max-width: 768px) {
  .trip-event .slideSec .centerswiper .swiper-button-prev {
    left: -5px;
    top: calc(50% - 40px);
  }
}
.trip-event .slideSec .centerswiper .swiper-pagination {
  background: #454545;
  width: -moz-max-content;
  width: max-content;
  border-radius: 25px;
  padding: 10px 10px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: initial;
  left: inherit;
  margin-top: 30px;
}
.trip-event .slideSec .centerswiper .swiper-pagination.swiper-pagination-lock {
  opacity: 0;
}
.trip-event .slideSec .centerswiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.trip-event .slideSec .centerswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ea6300;
}/*# sourceMappingURL=i17-trip.css.map */