@charset "UTF-8";
:root {
    --traveller-width-inner: 1266px;
    --traveller-width-inner2: 1366px;
    --traveller-bgbk-color: #000;
    --traveller-key-color: #C0A668;
}

/* ============================================================================================================================
#content
============================================================================================================================ */
#content {
  position: relative;
  z-index: 0;
}
section {
  position: relative;
  width: 1166px;
  margin: 40px auto;
}
section>*:first-child {
  margin-top: 0;
}
section>*:last-child {
  margin: 0 auto;
}
section.module-related{margin-bottom:0;}
section.module-recommend{margin-top:0;}
section.column-single{
  width:1000px;
}
section.column-single .list-vertical-03 .item .text{
 width:720px;
}
/* ============================================================================================================================
#breadcrumbs
============================================================================================================================ */
.breadcrumbs-list-outer {
  width: 1166px;
  margin: 0 auto;
}
.breadcrumbs-list {
  display: flex;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  width: 820px;
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumbs-list a {
  color: #999;
}
.breadcrumbs-list a:hover {
  opacity: 0.5;
}
.breadcrumbs-list li{
list-style: none;
}
.breadcrumbs-list li::after {
  content: '＞';
  margin: 0 3px;
}
.breadcrumbs-list li:last-of-type::after {
  display: none;
}
/* ============================================================================================================================
module-pagination
============================================================================================================================ */
.module-pagination {
  margin: 40px auto;
  text-align: center;
}
.module-pagination ul {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.module-pagination ul li {
  position: relative;
  display: inline-block;
  width: 44px;
  line-height: 42px;
  font-size: 21px;
  font-size: 2.1rem;
  color: #ccc;
  background-color: #fff;
  border: 1px solid #ccc;
}
.module-pagination ul li+li {
  margin-left: 15px;
}
.module-pagination ul li.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.module-pagination ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ccc;
}
.module-pagination ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #666;
}
/* ============================================================================================================================
link-button 
============================================================================================================================ */
.link-button {
  width: 350px;
  margin: 30px auto;
}
.link-button a {
  position: relative;
  display: block;
  min-height: 44px;
  padding: 14px 30px;
  line-height: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ccc;
}
.link-button a:before {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/common/crea/images/v1/icon/arrow_black.png) left center no-repeat;
  background-size: 12px;
}
.link-button a:hover {
  text-decoration: none;
}
.link-button.blank a:before {
  background-image: url(/common/crea/images/v1/icon/link_blank.png);
}
.link-button.back a:before {
  left: 14px;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.link-button.close a:before {
  margin-top: 2px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.link-button.more a:before,
.link-button.anchor a:before {
  margin-top: -2px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.link-button.black a {
  color: #fff;
  background-color: #707070;
  border: none;
}
.link-button.black a:before {
  background-image: url(/common/crea/images/v1/icon/arrow_white.png);
}
.link-button.pink a {
  background-color: #F597AD;
  border: none;
}
.link-button.green a {
  color: #fff;
  background-color: #8FC31F;
  border: none;
}
.link-button.green a:before {
  background-image: url(/common/crea/images/v1/icon/arrow_white.png);
}
.link-button.brown a {
  color: #fff;
  background-color: #A9966E;
  border: none;
}
.link-button.brown a:before {
  background-image: url(/common/crea/images/v1/icon/arrow_white.png);
}
.link-button.yellow a {
  background-color: #FFCE00;
  border: none;
}
.link-button.nekokuma a:before {
  margin-top: -7px;
  width: 50px;
  height: 54px;
  background-image: url(/common/crea/images/v1/icon/nekokuma.png);
  background-size: 50px;
}
.link-button+.link-button {
  margin-top: -20px;
}
/* ============================================================================================================================
#footer
============================================================================================================================ */
#footer {
  position: relative;
  z-index: 0;
  margin-top: 100px;
  color: #fff;
}
#footer .to-top {
  position: absolute;
  left: calc(50% + 640px - 86px);
  top: -20px;
  width: 40px;
  height: 40px;
  background: #434343 url(/common/crea/images/v1/icon/arrow_white.png) center center no-repeat;
  background-size: 14px;
  border-radius: 40px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#footer .to-top:hover {
  opacity: 1;
}
#footer a {
  color: #fff;
}
#footer .top {
  padding: 60px 0 40px;
  background-color: #434343;
}
#footer .top .inner {
  width: 1166px;
  margin: 0 auto;
}
#footer .top .inner .list {
  float: left;
}
#footer .top .inner .list ul {
  float: left;
  line-height: 25px;
  vertical-align: top;
}
#footer .top .inner .list ul:nth-child(2) {
  margin-left: 88px;
}
#footer .top .inner .list ul:nth-child(3) {
  margin-left: 100px;
}
#footer .top .inner .list ul li {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}
#footer .top .inner .list ul.other li {
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: normal;
}
#footer .top .inner .sns {
  float: left;
  margin-left: 110px;
}
#footer .top .inner .sns p {
  margin-bottom: 20px;
  font-size: 11px;
  font-size: 1.1rem;
}
#footer .top .inner .sns li {
  float: left;
}
#footer .top .inner .sns li.facebook {
  width: 18px;
}
#footer .top .inner .sns li.instagram {
  width: 17px;
  margin-left: 29px;
}
#footer .top .inner .sns li.twitter {
  width: 17px;
  margin-left: 27px;
}
#footer .top .inner .sns li.line {
  width: 40px;
  margin-left: 24px;
}
#footer .top .inner .sns li.rss {
  width: 14px;
  margin-left: 24px;
}
#footer .top .inner .mail-magazine {
  float: left;
  width: 300px;
  margin-left: 30px;
  padding: 20px 0;
  border: 1px solid #ccc;
}
#footer .top .inner .mail-magazine p {
  width: 248px;
  margin: 0 auto;
  font-size: 10px;
  font-size: 1.0rem;
  color: #ccc;
}
#footer .top .inner .mail-magazine a {
  display: block;
  width: 248px;
  margin: 15px auto 0;
  line-height: 43px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #434343;
  text-align: center;
  background-color: #ccc;
}
#footer .abj {
  padding: 0 0 40px;
  background-color: #434343;
}
#footer .abj .inner {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 0 auto;
}
#footer .abj .inner .logo {
  width: 95px;
}
#footer .abj .inner .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 390px;
  line-height: 1.5;
  font-size: 10px;
  color: #ccc;
}
#footer .bottom {
  background-color: #333;
}
#footer .bottom .inner {
  width: 1166px;
  margin: 0 auto;
  line-height: 70px;
}
#footer .bottom .inner .copy {
  float: left;
  font-size: 11px;
}
#footer .bottom .inner .logo {
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
}
#footer .bottom .inner .logo li {
  float: left;
}

#footer .bottom .inner .logo li+li {
  margin-left: 30px;
}
#footer .bottom .inner .logo li.traveller {
  width: 100px;
}
#footer .bottom .inner .logo li.number {
  width: 100px;
}
#footer .bottom .inner .logo li.bunshun {
  width: 100px;
}
#footer .bottom .inner .logo li.shunju {
  width: 46px;
}
#footer .bottom .inner .logo li img {
  position: relative;
  top: -4px;
  vertical-align: middle;
}

/* ============================================================================================================================
↓traveller
============================================================================================================================ */
body.traveller {
 min-width: var( --traveller-width-inner2);
}
/* ============================
#header
=============================== */
body.traveller #header {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
body.traveller #header .logo {
  width: 294px;
  transition: all 0.25s ease;
  margin: 0 auto;
  padding: 22px 0;
}
body.traveller #header .top-btn {
  position: absolute;
  top: 10px; left: 18px;
  width: 57px;
  transition: all 0.25s ease;
}
body.traveller #header.min .logo {
  width: 200px;
  padding-top: 20px;
}
body.traveller #header.min .top-btn {
  width: 45px;
}
/* ============================
#footer
=============================== */
body.traveller .breadcrumbs-list-outer {
  width: var(--traveller-width-inner2);
  margin: 0 auto;
}
body.traveller #footer {
  color: #fff;
}
body.traveller #footer .top {
  background-color: var(--traveller-key-color);
}
body.traveller #footer .to-top {
  background-color: var(--traveller-key-color);
  background-image: none;
  transform: none;
}
body.traveller #footer .to-top:before {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.8rem;
    height: 0.8rem;
    border: 1px solid;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(315deg);
    margin-top: -6px;
}
body.traveller #footer .top .inner .mail-magazine {
    border: 1px solid #fff;
}
body.traveller #footer .abj {
    background-color: var(--traveller-key-color);
}
body.traveller #footer .top .inner .mail-magazine a {
    color: var(--traveller-key-color);
    background-color: #fff;
}
body.traveller #footer .top .inner .mail-magazine p {
    color: #fff;
}
/*banner*/
body.traveller .ad-banner-wrap {
  padding: 50px 0;
  overflow: hidden;
  width: var(--traveller-width-inner2);
  margin: 0 auto;
}
body.traveller .ad-banner-list {
  width: 1345px;
  margin:0 auto;
}
body.traveller .ad-banner-list .ad-banner {
  width: initial;
}
body.traveller .ad-banner img{
  max-width: 608px;
}
/*黒背景*/
body.traveller.bg_bk {
  background: var(--traveller-bgbk-color);
}
body.traveller.bg_bk #wrapper {
  background: var(--traveller-bgbk-color);
}
body.traveller.bg_bk .breadcrumbs-list,
body.traveller.bg_bk .breadcrumbs-list a{
  color: #fff;
}
body.traveller.bg_bk .magazine__text {
    color: #fff;
}
body.traveller.bg_bk .magazine__button-text a {
    color: #fff;
}
body.traveller.bg_bk .special__text {
    color: #fff;
}
body.traveller.bg_bk .special__list-item a:hover .special__text {
  color: var(--traveller-key-color);
}
body.traveller.bg_bk .magazine__button-text a {
  border: 1px solid var(--traveller-key-color);
}
body.traveller.bg_bk section.column-single {
  background: var(--traveller-bgbk-color);
}
body.traveller.bg_bk .button_block {
  background: var(--traveller-bgbk-color);
}
body.traveller.bg_bk  section.special{
  background: var(--traveller-bgbk-color);
}
/*link-button*/
body.traveller .link-button a {
  background-color:  var(--traveller-key-color);
  border-color: var(--traveller-key-color);
  color: #fff;
}
body.traveller .link-button a:hover {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  opacity: 1;
}
body.traveller .link-button a:before {
  background-image: none;
  color:,#fff;
  width: 0.7rem;
  height: 0.7rem;
  border: 2px solid;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  right: 16px;
  margin-top: -5px;
}
/**/
body.traveller .link-button {
    margin: 30px auto 0;
}
body.traveller .module-pagination {
    padding-top: 30px ;
}
body.traveller .module-pagination ul li {
    color: #FFF;
    background: none;
    border: 1px solid var(--traveller-key-color);
}
body.traveller .module-pagination ul li.active {
  background-color: var(--traveller-key-color);
  border-color: var(--traveller-key-color);
  color: #FFF;
}
body.traveller .module-pagination ul li.active a {
  color: #FFF;
}
body.traveller .module-pagination ul li a {
    color: var(--traveller-key-color);
}
body.traveller .module-pagination ul li a:hover {
    color: #fff;
    background-color: var(--traveller-key-color);
}
/* ============================
#wrapper
=============================== */
body.traveller #wrapper {
  padding: 76px 0 0;
}
/* ============================
#keyvisual
=============================== */
#interview-keyvisual .traveler {
  font-family: 'Noto Serif', serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#interview-keyvisual {
  position: relative;
  height: calc(100vh - 85px);
  width: 100%;
  padding:0;
  overflow: hidden;
  background: #ccc url(/common/crea/images/v1/icon/mv_loader.gif) 50% 50% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
#interview-keyvisual .traveler .title {
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 4.8rem;
  width: 1020px;
  margin: 0 auto 30px;
  text-align: center;
}
#interview-keyvisual .text {
  position: static;
  z-index: 1;
}
#interview-keyvisual .summary {
  width: 85.3333333%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 3.1rem;
}
#interview-keyvisual #keyvisual-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#keyvisual-swiper:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
#interview-keyvisual #keyvisual-swiper .swiper-slide {
  background: 50% 50% no-repeat;
  background-size: cover;
}
#interview-keyvisual #keyvisual-swiper .swiper-pagination {
    bottom: 40px;
}
#interview-keyvisual #keyvisual-swiper .swiper-pagination-bullet {
    top: 0;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    background-color: #fff;
    opacity: 1;
    transition: all 0.4s ease;
}
#interview-keyvisual #keyvisual-swiper .swiper-pagination-bullet-active {
  background-color: #AEAEAE;
}
#interview-keyvisual .video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#interview-keyvisual .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#interview-keyvisual .video-wrapper:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
/* ============================
section
=============================== */
.traveller section {
  position: relative;
  width: var(--traveller-width-inner);
}
/* magazine  */
section.magazine {
  position: relative;
  margin: 50px auto ;
}
.magazine__inner {
  display: grid;
  grid-template-columns: auto auto; 
  gap: 50px; 
  padding: 0 ;
}
.magazine__column:last-child {
  display: grid;
  align-content: space-between;
}
.magazine__column-inner {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 608px;
  height: 100%;
  padding: 18px 18px;
  color: #000;
  border: 1px solid var(--traveller-key-color);
}
.magazine__text {
  margin-left: 16px;
  line-height: 2.9rem;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.magazine__text p {
  font-family: Lato;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
}
.magazine__image {
  width: 172px;
}
.magazine__image img {
  max-width: 100%;
  height: auto;
}
.magazine__copy {
  margin: 5px 0;
}
.magazine__copy strong {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 3.0rem;
  font-weight: 600;
}
.magazine__price {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
}
.magazine__button {
  position: relative;
  display: block;
  margin-top: 15px;
  line-height: 4.4rem;
  font-size: 19px;
  font-size: 1.9rem;
  color: var(--traveller-key-color);
  text-align: center;
  border: 1.5px solid var(--traveller-key-color);
  border-radius: 68px;
}
.magazine__button:hover {
  opacity: 1;
  background-color: var(--traveller-key-color);
  color: #fff;
}
.magazine__button:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: var(--traveller-key-color);
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: -9px;
}
.magazine__button:hover:before {
  color: #fff;
}
.magazine__button-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.magazine__button-col {
  position: relative;
  flex: 1;
}
.magazine__button-text a{
  position: relative;
  text-align: center;
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.4rem;
  border: 1px solid var(--traveller-key-color);
  width: 294px;
  height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.magazine__button-text a::before {
  content: '';
  position: absolute;
  right: 4px;
  bottom: 5px;
  width: 20px;
  height: 20px;
  color: var(--traveller-key-color);
  background-color: var(--traveller-key-color);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.magazine__sns {
  color: #fff;
}
.magazine__sns ul {
  list-style: none;
  padding: 0;
  color: #fff;
}
.magazine__facebook,
.magazine__twitter,
.magazine__instagram {
  display: inline-block;
  margin-right: 10px;
}
.magazine__svg-image {
  width: 24px;
  height: 24px;
}
.magazine .sns-traveller {
    width: 100%;
    padding: 14px 10px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    background-color: var(--traveller-key-color);
    font-family: 'Noto Serif', serif;
}
.magazine .sns-traveller p,
.magazine .sns-traveller ul,
.magazine .sns-traveller li {
    display: inline-block;
    vertical-align: middle;
}
.magazine .sns-traveller img,
.magazine .sns-traveller svg {
    vertical-align: middle;
}
.magazine .sns-traveller a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 4.7rem;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
}
.magazine .sns-traveller li {
    margin-left: 30px;
}
.magazine .sns-traveller li+li {
    margin-left: 25px;
}
.magazine .sns-traveller li:nth-child(1) svg {
    width: 13px;
}
.magazine .sns-traveller li:nth-child(2) svg {
    width: 46px;
}
.magazine .sns-traveller li:nth-child(3) svg {
    width: 24px;
}
/** article **/
section.column-single {
  width: auto;
}
.article-block {
  width: var(--traveller-width-inner2);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  padding: 0 20px;
}
.article {
  text-align: center;
  grid-column: span 1;
  transition: transform 1s, opacity 1s;
}
.article:nth-of-type(3n+1){
  transition-delay: 0.2s;
}
.article:nth-of-type(3n+2){
  transition-delay: 0.4s;
}
.article:nth-of-type(3n){
  transition-delay: 0.6s;
}
.article a {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}
.article a:hover {
  opacity: 1;
  color: var(--traveller-key-color);
}
.article.promoted:after {
  content: 'Promoted';
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 5px;
  line-height: 1.2rem;
  font-size: 8px;
  font-size: 0.8rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.anime{
  transform: translate(0, 20%);
  opacity: 0;
  transition: 1s;
}
.show {
  transform: translate(0, 0);
  opacity: 1;
}
.article__image {
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  height: 428px;
  overflow: hidden;
  transition: transform 0.5s ease;
  background-size: cover;
  background-position: center top;
}
.article a:hover .article__image {
  transform: scale(1.1);
}
.article__text {
  position: absolute;
  bottom: 0;
  z-index: 1;
  text-align: left;
  padding: 40px 30px 25px;
  width: 100%;
}
.article__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.9) 100%);
  z-index: -1;
}
.article__title {
  font-size: 20px;
  font-size: 2.0rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8rem; 
  height:80px;
}
.article__bottom {
  font-family: Lato;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.article__bottom--genre {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.article__bottom--genre:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -30px;
  top: 8px;
}
.article a:hover .article__bottom--genre:before {
  background: var(--traveller-key-color);
}
.article__bottom--genre li {
 padding-right: 5px;
}
/* special  */
.traveller section.special {
  width: var(--traveller-width-inner);
  display: grid;
  grid-template-columns: 249px auto;
  color: #fff;
  border: 1px solid var(--traveller-key-color);
  word-break: break-word;
  margin: 0 auto 40px;
}
.special__column {
  padding: 30px 0 25px;
  text-align: center;
}
.special__column--fixed {
overflow: hidden;
  background-color: var(--traveller-key-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.special__column--auto {
  flex:1;
}
.special__title {
  font-family: 'Noto Serif', serif;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 600;
}
.special__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0 30px;
}
.special__list-item {
  text-align: center;
}
.special__list-item a {
  text-decoration: none;
}
.special__list-item a:hover {
  color: var(--traveller-key-color);
  opacity: 1;
}
.special__list-item a:hover .special__image {
  opacity: 0.5!important;
}
.special__list-item img {
  max-width: 100%;
  height: auto;
}
.special__text {
  margin-top: 14px;
  padding-left: 14px;
  border-left: 1px solid var(--traveller-key-color);
  text-align: left;
  transition: all 0.25s ease;
}
.special__text p{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.special__image {
  width:296px;
  height:222px;
  position: relative;
  transition: all 0.25s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.special__list-item.promoted .special__image:after {
    content: 'Promoted';
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 5px;
    line-height: 1.2rem;
    font-size: 8px;
    font-size: 0.8rem;
    background-color: rgba(255, 255, 255, 0.8);
}
/* button  */
.button_block {
  width: var(--traveller-width-inner);
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 50px;
  align-items: center;
  justify-content: center;
  margin:0 auto 50px;
}
.button__link {
  margin: 0 10px;
}
.button__link a {
  font-family: 'Noto Serif', serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  min-height: 70px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  color: var(--traveller-key-color) ;
  border: solid 1px var(--traveller-key-color) ;
}
.button__link a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: var(--traveller-key-color);
  line-height: 1;
  width: 0.7rem;
  height: 0.7rem;
  border: 2px solid ;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  right: 17px
}
.button__link a:hover{
  color: #fff;
  background-color: var(--traveller-key-color) ;
  opacity: 1;
}
.button__link a:hover::before {
  color: #fff;
}
/**/
.parallax-container {
  margin-bottom:50px;
  overflow: hidden;
  position: relative;
}
.parallax-container:before {
  content:"";
  background-color: #ccc;
  opacity: 0.2;
  background-image: repeating-linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), repeating-linear-gradient(45deg, #000 25%, #ccc 25%, #ccc 75%, #000 75%, #000);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.parallax-container__img {
  width: 100%;
  height: 380px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  transition: background-size-y 0.5s;
}
.parallax-container__video {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
}
.parallax-container__video video {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
}